html,
body {
    height: 100%;
}

.wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.content {
    flex: 1 0 auto;
}

footer {
    flex: 0 0 auto;
}

header {
    border-bottom: none;
    background: #fff url('../img/headerBgNew.svg') no-repeat 50% 0 / 100% auto;
}

body {
    background-color: transparent;
}

#about {
    padding: 3.6rem 0;
    background: #fff url('../img/headerBgNew.svg') no-repeat 50% 100% / 100% auto;
}

#about,
#about h1,
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

#about .btn-primary,
#contacts .btn-primary {
    background: #fff;
    border-color: #fff;
    color: #3DC9B0;
}

#about .btn-primary:hover,
#contacts .btn-primary:hover .btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle,
.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background: #09866f;
    background-color: #09866f;
    border-color: #09866f;
}

#solutions {
    background: #fff;
    text-align: center;
    padding-top: 4.3rem;
}

.solutions-icons {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
}

.solutions-icons__item {
    width: 33.3%;
    margin-top: 50px;
}

.solutions-icons__item-icon {
    margin: 0 auto;
    width: 100%;
}

#jobs {
    background: url(../img/ikarosBg.svg) no-repeat 50% 0 / 100% auto;
    background-size: cover;
    margin-top: -200px;
    min-height: 950px;
}

#jobs,
#jobs h2 {
    color: #fff;
}

.jobs-bl {
    background: url(../img/jobImgNew.svg) no-repeat 0 54%;
    padding: 18% 0;
}

.jobs-box {
    margin: 0;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}

.jobs-box__content {
    line-height: 2rem;
    margin-left: 400px;
}

.jobs-box__intro {
    margin-bottom: 3rem;
}

#jobs ul {
    padding-left: 1.3rem;
}

#jobs ul span {
    color: #000;
}

.solutions-icons__item .solutions-icons__item-icon {
    left: 0 !important;
}

#clients {
    margin-top: -100px;
}

.clients-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
    padding: 0 50px;
    position: relative;
}

.clients-box__item img {
    margin: 0 auto;
    max-height: 50px;
    max-width: 100%;
}

.slick-arrow {
    border: solid #3DC9B0;
    border-width: 0 5px 5px 0;
    background: none;
    font-size: 0;
    display: inline-block;
    padding: 10px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    outline: none !important;
}

.slick-prev {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: 7px;
}

.slick-next {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: 7px;
}

#specializations {
    padding-top: 0;
}

#specializations h2 {
    margin-bottom: 2.3rem;
}

.specializations-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.specializations-box__item {
    width: 23%;
    background: url(../img/specBg.png) no-repeat 0 0 / 100% auto;
    padding: 5rem 1rem 1rem;
    text-align: center;
    margin: 40px 0;
    min-height: 325px;
    position: relative;
    z-index: 1;
}

.specializations-box__circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94px;
    height: 94px;
    position: absolute;
    top: -47px;
    left: 50%;
    margin-left: -47px;
    z-index: 2;
    background: url(../img/specBgEllipse.png) no-repeat 0 0;
}

.specializations-box__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 10px;
}

#contacts {
    background: url(../img/discussBg.svg) no-repeat 50% 0 / 100% auto;
    padding-bottom: 0;
    margin-top: -50px;
    padding-bottom: 35px;
}

.contacts-box {
    border-top: none;
    padding-top: 23rem;
}

.contacts-box img {
    margin-top: 0;
}

#contacts h2 {
    color: #fff;
}

footer {
    background: url(../img/discussBg.svg) no-repeat 50% 100% / 100% auto;
}

.navbar-dark .navbar-nav .nav-link {
    padding-left: .8rem;
    padding-right: .8rem;
}

footer.navbar {
    padding: 15px 0;
}

.slick-initialized .slick-slide {
    display: flex;
    align-items: center;
    height: 50px;
}

.specializations-box__circle img {
    max-height: 52px;
}

.formular-form h1 {
    word-wrap: break-word;
    margin-bottom: 4rem;
}

.formular-form ol,
.formular-form ul {
    padding-left: 20px;
}

.formular-form__title {
    font-weight: bold;
    margin-bottom: 20px;
}

.formular-form__qBl li {
    margin: 10px 0;
    font-weight: normal;
}

.formular-form__qBl li label {
    margin-bottom: 5px;
}

.modal .loader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a8;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.modal .loader>svg {
    width: 200px;
}


/*=Media
----------------------------------------------------------------------*/
@media (max-width: 1799px) {
    .jobs-bl {
        padding: 23% 0 25%;
        background-position: 0 51%;
    }

    #jobs {
        margin-top: -150px;
    }

    #clients {
        margin-top: -50px;
    }

    #contacts {
        margin-top: 0;
    }
}

@media (max-width: 1699px) {
    .jobs-box__content {
        margin-left: 35%;
    }

    #jobs {
        margin-top: -200px;
    }

    #clients {
        margin-top: -100px;
    }
}

@media (max-width: 1599px) {
    .jobs-box__content {
        margin-left: 38%;
    }

    .contacts-box {
        padding-top: 15rem;
    }

    #jobs {
        margin-top: -230px;
    }

    #clients {
        margin-top: -130px;
    }
}

@media (max-width: 1399px) {
    #jobs {
        min-height: auto;
    }

    .jobs-bl {
        padding: 17% 0 16%;
        background-position: 0 57%;
        background-size: 450px auto;
    }

    .jobs-box__content {
        margin: 15% 0 15% 35%;
        line-height: 2.3rem;
    }

    .specializations-box__item {
        min-height: 282px;
        padding: 4rem 1rem 1rem;
    }

    #jobs {
        margin-top: -280px;
    }

    #clients {
        margin-top: -180px;
    }
}

@media (max-width: 1299px) {
    .jobs-box__content {
        line-height: 2rem;
        margin-left: 38%;
    }

    .contacts-box {
        padding-top: 15%;
    }
}

@media (max-width: 1199px) {

    h1,
    .contacts-box h2 {
        font-size: 3rem;
        line-height: 3rem;
    }

    #about {
        margin-top: 4.4rem;
    }

    .jobs-bl {
        padding: 20% 0 24%;
        background-size: 400px auto;
    }

    .specializations-box__title {
        font-size: 16px;
        line-height: 16px;
    }

    .specializations-box__text {
        line-height: 18px;
    }

    .specializations-box__item {
        min-height: 235px;
        padding: 3.8rem .5rem 1rem;
    }
}

@media (max-width: 1099px) {

    h1,
    .contacts-box h2 {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }

    h1 {
        margin-bottom: 1.5rem;
    }

    footer.navbar {
        padding: 60px 0 25px;
    }

    .jobs-box__content {
        line-height: 1.8rem;
    }
}

@media (max-width: 1023px) {
    p {
        margin-bottom: 1rem;
    }
}

@media (max-width: 992px) {

    #about,
    #jobs,
    #contacts,
    header,
    footer {
        background: #3DC9B0;
    }

    #jobs {
        margin-top: 0;
    }

    .jobs-bl {
        padding: 2rem 0;
        background-size: 285px auto;
    }

    #clients {
        margin-top: 4rem;
    }

    #specializations {
        padding-top: 0;
        margin-top: 6rem;
    }

    .specializations-box {
        justify-content: space-around;
    }

    .specializations-box__item {
        width: 30%;
        min-height: 229px;
        margin: 40px 0 20px;
    }

    .contacts-box {
        padding: 2.5rem 0;
    }

    #contacts {
        margin-top: 2rem;
    }

    footer.navbar {
        padding: 15px 0;
    }

    .navbar-dark .navbar-toggler {
        border-color: #fff;
        color: #fff;
        outline: none !important;
        box-shadow: none !important;
    }

    .navbar-dark .order-2 {
        text-align: right;
    }

    .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
    }

    .jobs-box__content {
        margin: 0% 0 0% 35%;
    }
}

@media (max-width: 767px) {
    .specializations-box__item {
        width: 44%;
        min-height: 250px;
        padding: 4rem 1rem 1rem;
    }

    .specializations-box__text {
        line-height: 20px;
    }

    .jobs-box__content {
        padding-top: 20px;
    }
}

@media (max-width: 639px) {
    .jobs-bl {
        background: none;
    }

    .jobs-box__content {
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .specializations-box__item {
        min-height: inherit;
        border-radius: 0 0 15px 15px;
    }

    .solutions-icons__title {
        word-wrap: break-word;
    }

    .specializations-box__text {
        line-height: 17px;
    }

    #solutions {
        padding-top: 2.5rem;
    }
}

@media (max-width: 480px) {
    .specializations-box__item {
        width: 250px;
        min-height: 200px;
    }

    .specializations-box__text {
        line-height: 20px;
    }

    .solutions-icons__item {
        width: 50%;
    }

    .solutions-icons__item-icon img {
        height: 88px;
    }

    .solutions-icons__title {
        font-size: 1rem;
    }
}