@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap");

/* Навигация */
@import url("/css/header.css");

/* Первый блок */
@import url("/css/indexSection.css");


body {
    font-family: 'Open Sans', sans-serif;
}


* {
    scrollbar-width: thin;
    scrollbar-color: rgba(150, 150, 150, 0.5) transparent;
}

*::-webkit-scrollbar {
    height: 4px;
    width: 8px;
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    background: rgba(150, 150, 150, 0.5);
    border-radius: 5px;
    border: 2px solid transparent;
}


.G-container {
    max-width: 1248px;
    margin: auto
}

/*.error-valid {*/
/*    border: 1px solid red !important;*/
/*}*/

@media screen and (max-width: 1400px) {
    .G-container {
        max-width: calc(100% - 80px)
    }
}

@media screen and (max-width: 991px) {
    .G-container {
        max-width: 100%;
        padding: 0 20px;
    }
}

.no-scroll {
    overflow: hidden !important;
}

/*  btn ------------------------*/
.btn {
    min-width: 276px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    background-color: #4996d1;
    border-radius: 1px;
    text-transform: uppercase;
    cursor: pointer;

    transition: background-color 0.3s ease;
}

@media screen and (max-width: 991px) {
    .btn {
        min-width: 246px;
        height: 44px;
        font-size: 14px;
        line-height: 20px
    }
}

@media screen and (max-width: 450px) {
    .btn {
        min-width: 0;
        width: 100%;
    }
}

.btn:active, .btn:focus, .btn:hover {
    background-color: #0169ac
}

.btn a {
    color: #fff
}


/*  card ------------------------*/

.card-wrapper {
    display: flex;
    flex-wrap: wrap
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.card h2:first-child {
    color: #0169ac
}

.card span:nth-child(2) {
    color: #868b9b
}

.card__number {
    font-weight: 700;
    font-size: 52px;
    line-height: 62px;
    margin-bottom: 6px
}

@media screen and (max-width: 768px) {
    .card__number {
        /*font-weight: 600;*/
        font-size: 42px;
        line-height: 48px;
    }
}

.card__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center
}

@media screen and (max-width: 550px) {
    .card__number {
        /*font-weight: 600;*/
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 8px;
    }

    .card__text {
        font-weight: 400;
        font-size: 14px;
        line-height: 16px
    }
}

@media screen and (max-width: 450px) {
    .card__number {
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
    }
}

/*  main-title ------------------------*/

.main-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: .16em;
    text-transform: uppercase
}

@media screen and (max-width: 768px) {
    .main-title {
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 24px
    }
}

.main-container {
    display: flex;
    justify-content: space-between
}

@media screen and (max-width: 991px) {
    .main-container {
        flex-direction: column
    }
}


/*  section-one ------------------------*/


.services {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 705px
}

.services__title {
    color: #33373f
}

.services-cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 67%
}

@media screen and (max-width: 1200px) {
    .services-cards {
        width: 78%
    }
}

@media screen and (max-width: 991px) {
    .services-cards {
        width: 100%
    }
}

.services-cards div:nth-child(3), .services-cards div:nth-child(4) {
    margin-bottom: 0
}

@media screen and (max-width: 991px) {
    .services-cards div:nth-child(3), .services-cards div:nth-child(4) {
        margin-bottom: 25px
    }
}

.services-cards div:nth-child(4) {
    margin-bottom: 0
}

@media screen and (max-width: 991px) {
    .services-cards {
        flex-direction: column
    }
}

.services-card {
    margin-bottom: 32px;
    padding: 1px;
    width: 48%
}

@media screen and (max-width: 991px) {
    .services-card {
        width: 100%;
        margin-bottom: 25px
    }
}

.services-card__img {
    width: 33px;
    height: 60px;
    margin-bottom: 10px
}

@media screen and (max-width: 991px) {
    .services-card__img {
        width: 22px;
        height: 40px
    }
}

.services-card__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #33373f;
    margin-bottom: 8px
}

@media screen and (max-width: 991px) {
    .services-card__title {
        font-weight: 600;
        font-size: 16px;
        line-height: 22px
    }
}

.services-card__item {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #868b9b;
    margin-left: 25px;
    margin-bottom: 4px
}

@media screen and (max-width: 991px) {
    .services-card__item {
        font-weight: 400;
        font-size: 16px;
        line-height: 22px
    }
}

.services-card ul:nth-child(3) {
    margin-bottom: 0
}

.technique {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px
}

.technique__title {
    color: #33373f
}

.technique__cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 67%;
    outline: 1px solid #fff;
    outline-offset: -1px
}

@media screen and (max-width: 991px) {
    .technique__cards {
        width: 100%
    }
}

.technique__card {
    width: 33.3%;
    min-height: 166px;
    padding-left: 16px;
    padding-right: 16px;
    border-right: 1px solid #dbe7f0;
    border-bottom: 1px solid #dbe7f0
}

@media screen and (max-width: 768px) {
    .technique__card {
        width: 50%;
        min-height: 120px;
    }
}

.technique__img {
    position: relative;
    width: 100%
}

/*@media screen and (max-width: 991px) {*/
/*    .technique {*/
/*        border-bottom: 3px solid #dbe7f0;*/
/*        !*border-image-slice: 1;*!*/
/*        border-image: linear-gradient(to left top, #dbe7f0 40%, #0169ac 0);*/
/*    }*/
/*}*/

.work {
    background-color: #fff;
    padding-top: 70px;
    padding-bottom: 70px
}

@media screen and (max-width: 991px) {
    .work {
        padding-bottom: 50px
    }
}

.work__text, .work__title {
    color: #33373f
}

.work__text {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 32px
}

@media screen and (max-width: 991px) {
    .work__text {
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 24px
    }
}

.work__info {
    width: 67%
}

@media screen and (max-width: 991px) {
    .work__info {
        width: 100%
    }
}

.work__cards {
    display: flex;
    justify-content: space-between;
    width: 90%
}


@media screen and (max-width: 991px) {
    .work__cards {
        width: 80%
    }
}

@media screen and (max-width: 650px) {
    .work__cards {
        width: 90%
    }
}

@media screen and (max-width: 400px) {
    .work__cards {
        width: 95%
    }
}

.work__card {
    align-items: flex-start
}

.work__map {
    position: relative;
    width: 100%;
    margin-top: 56px;
    margin-bottom: 57px;
}

.work__map svg {
    position: relative;
    width: 100%;
}

.work__mapBase {
    width: 100%;
    height: 100%;
}

.work__map svg path[place-id] {
    transition: fill 0.3s ease;
}

.work__map svg path[place-id]:hover {
    fill: #0169AC;
    cursor: pointer;
}

.work__map .balloon-wrapper {
    position: fixed;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;

    transition: opacity 0.6s ease, transform 0.2s ease, visibility 0.2s ease;

    filter: drop-shadow(0px 6px 24px rgba(12, 38, 55, 0.22));

    pointer-events: none;

    visibility: hidden;
    opacity: 0;
}

.work__map .balloon-wrapper.active {
    opacity: 1;
    visibility: visible;
}

.work__map .balloon-wrapper .balloon {
    position: relative;

    display: flex;
    flex-direction: column;
    padding: 10px 14px 14px 14px;
    background: #FBFDFF;
    border-radius: 1px;
    max-width: 350px;
    min-width: 300px;

    opacity: 0;
    transform: translateY(30px);

    transition: opacity 0.4s ease, transform 0.3s ease;
}

.work__map .balloon-wrapper.active .balloon {
    opacity: 1;
    transform: translateY(0);
}

.work__map .balloon:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    width: 15px;
    height: 15px;
    background-color: #FBFDFF;
    transform: rotate(45deg) translate(-50%, -50%);
}

.work__map .balloon .title {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #33373F;
    text-align: center;
    display: inline-block;
    margin-bottom: 16px;
}

.work__map .balloon .title .value {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-top: 5px;

    display: inline-block;
}

.work__map .balloon .info {
    display: grid;
    grid-template-columns: 32% 60%;
    grid-column-gap: 24px;
    width: 100%;

    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.work__map .balloon .info .left {

}

.work__map .balloon .info .subtitle {
    color: #868B9B;
}

.work__map .balloon .info .value {
    color: #33373F;
    display: block;
    margin-top: 6px;
}


.work__map .balloon-wrapper .map-pin {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.work__map .balloon-wrapper .map-pin img {
    transform: translateX(8px);
}

@media screen and (max-width: 768px) {
    .work__map {
        margin-top: 48px;
        margin-bottom: 48px;
    }
}


@media screen and (max-width: 700px) {
    .work .G-container {
        overflow: hidden;
        margin-bottom: 48px;
    }

    .work__map {
        display: flex;
        flex-direction: column;
        overflow: auto;

        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
        width: calc(100% + 40px);
        margin-bottom: 0;

        padding-bottom: 10px;
        margin-bottom: -10px;

        grid-gap: 10px;
    }

    /*.work__map svg {*/
    /*    opacity: 0.07;*/
    /*    position: absolute;*/
    /*}*/

    .work__map .work__mapBase  {
        flex-shrink: 0;
        min-width: 900px;
    }

    .work__map svg path[place-id]:hover {
        stroke: #FFFFFF;
        stroke-width: 3px;
    }

    .work__map .balloon-wrapper {
        /*width: 100%;*/
        width: calc(100% - 10px);
        /*position: static;*/
        /*z-index: unset;*/

        /*filter: none;*/
        /*pointer-events: unset;*/
        visibility: visible;
        opacity: 1;
    }

    /*.work__map .balloon-wrapper.active {*/
    /*    opacity: 1;*/
    /*    visibility: visible;*/
    /*}*/

    .work__map .balloon-wrapper .balloon {
        position: relative;

        /*display: grid;*/
        /*grid-template-columns: 40% 60%;*/
        /*grid-gap: 24px;*/

        padding: 10px 14px 14px 14px;
        /*background: transparent;*/
        background: #FBFDFF;

        border-radius: 0;
        max-width: none;
        width: 100%;

        height: auto;

        /*border-bottom: 1px solid rgba(1, 105, 172, 0.1);*/

        opacity: 1;
        transform: translateY(0);
    }

    /*.work__map .balloon-wrapper.active .balloon {*/
    /*    opacity: 1;*/
    /*    transform: translateY(0);*/
    /*}*/

    .work__map .balloon:after {
        display: none;
    }

    .work__map .balloon .title {
        text-align: start;
    }

    .work__map .balloon .title .value {
        /*font-weight: 600;*/
        /*font-size: 16px;*/
        /*line-height: 22px;*/
        /*margin-top: 5px;*/

        /*display: inline-block;*/
    }

    .work__map .balloon .info {
        display: flex;
        /*flex-direction: column;*/
        grid-gap: 24px;

        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
    }

    .work__map .balloon-wrapper .map-pin {
        display: none;
    }
}

.news .btn {
    text-decoration: none;
    width: 276px;
}

@media screen and (max-width: 350px) {
    .news .btn {
        width: 100%
    }
}

.news-card {
    padding: 1px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 48px
}

@media screen and (max-width: 862px) {
    .news-card {
        flex-direction: column;
        margin-bottom: 24px
    }
}

.news-card__imgWrapper {
    width: 60%;
    overflow: hidden;
}

@media screen and (max-width: 1200px) {
    .news-card__imgWrapper {
        width: 57%;
    }
}

@media screen and (max-width: 862px) {
    .news-card__imgWrapper {
        width: 100%;
    }
}

.news-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media screen and (max-width: 991px) {
    .news-card__img {
        width: 100%;
        margin-bottom: 16px
    }
}

.news-card__info {
    width: 35%
}

@media screen and (max-width: 1200px) {
    .news-card__info {
        width: 40%
    }
}

@media screen and (max-width: 862px) {
    .news-card__info {
        width: 100%
    }
}

.news-card__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #33373f;
    margin-bottom: 12px
}

@media screen and (max-width: 991px) {
    .news-card__title {
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 8px
    }
}

.news-card__date {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #868b9b;
    margin-bottom: 32px
}

@media screen and (max-width: 991px) {
    .news-card__date {
        font-weight: 400;
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 16px
    }
}

.news-card__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #33373f
}

@media screen and (max-width: 991px) {
    .news-card__text {
        font-weight: 400;
        font-size: 16px;
        line-height: 22px
    }
}

.company {
    background-color: #293039;
    padding: 90px 0
}

@media screen and (max-width: 991px) {
    .company {
        padding: 50px 0
    }
}

.company__title {
    color: #fff
}

@media screen and (max-width: 991px) {
    .company__title {
        margin-bottom: 35px
    }
}

@media screen and (max-width: 768px) {
    .company__title {
        margin-bottom: 30px
    }
}

.company__info {
    width: 67%;
    color: #fff;
    margin-bottom: 48px
}

@media screen and (max-width: 991px) {
    .company__info {
        width: 100%;
        margin-bottom: 32px
    }
}

.company__text {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 24px
}

@media screen and (max-width: 991px) {
    .company__text {
        font-weight: 600;
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 30px
    }
}

.company__subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px
}

@media screen and (max-width: 991px) {
    .company__subtitle {
        font-weight: 400;
        font-size: 16px;
        line-height: 22px
    }
}

.company__cards {
    display: flex;
    flex-wrap: wrap;
    outline: 3px solid #293039;
    outline-offset: -3px
}

@media screen and (max-width: 991px) {
    .company__cards {
        width: 100%
    }
}

.company__card {
    width: 33.3%;
    min-height: 320px;
    padding-left: 70px;
    padding-right: 46px;
    padding-top: 80px;
    border-right: 1px solid #3a3e48;
    border-bottom: 1px solid #3a3e48;
    align-items: flex-start;
    justify-content: flex-start;
}


@media screen and (max-width: 1280px) {
    .company__card {
        padding-right: 30px;
        padding-left: 60px;
    }
}

@media screen and (max-width: 991px) {
    .company__card {
        align-items: flex-start;
        justify-content: flex-start;
        padding-top: 30px;
    }
}

.company__card .card__number {
    margin-bottom: 28px;
}

.company__card .card__text {
    text-align: start;
}

.company__card span:nth-child(2) {
    font-size: 24px;
    line-height: 34px
}


@media screen and (max-width: 1200px) {
    .company__card .card__number {
        margin-bottom: 20px;
    }

    .company__card span:nth-child(2) {
        font-weight: 400;
        font-size: 20px;
        line-height: 26px
    }
}

@media screen and (max-width: 600px) {
    .company__card .card__number {
        margin-bottom: 15px;
    }

    .company__card span:nth-child(2) {
        font-weight: 400;
        font-size: 18px;
        line-height: 22px
    }
}

@media screen and (max-width: 530px) {
    .company__card .card__number {
        margin-bottom: 8px;
        font-size: 20px;
        line-height: 24px;
    }

    .company__card span:nth-child(2) {
        font-size: 14px;
        line-height: 16px
    }
}

@media screen and (max-width: 1200px) {
    .company__card h2:first-child {
        font-size: 37px;
        line-height: 47px
    }
}

@media screen and (max-width: 991px) {
    .company__card {
        width: 50%;
        min-height: 140px;
        padding-left: 16px;
        padding-right: 13px;
        align-items: start
    }

    .company__card h2:first-child {
        font-size: 28px;
        line-height: 24px
    }

    .company__card span:nth-child(2) {
        text-align: left
    }
}

.company__card h2:first-child {
    color: #fff
}

.company__card span:nth-child(2) {
    color: #d6dbea
}

.jobs {
    background-color: #0169ac;
    padding: 70px 0
}

@media screen and (max-width: 991px) {
    .jobs {
        padding: 50px 0
    }
}

.jobs__title {
    color: #fff
}

@media screen and (max-width: 991px) {
    .jobs__title {
        margin-bottom: 30px;
    }
}


.jobs__info {
    width: 67%
}

@media screen and (max-width: 991px) {
    .jobs__info {
        width: 100%
    }
}

.jobs__info__title {
    display: block;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #33373f
}

@media screen and (max-width: 991px) {
    .jobs__info__title {
        font-weight: 600;
        font-size: 18px;
        line-height: 24px
    }
}

.jobs__info__title:before {
    content: "";
    width: 1.4em;
    height: 1.4em;
    margin-left: 10px;
    float: right;
    background-image: url(/icons/jobs-arrow.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transform: rotate(180deg)
}

.jobs__accordion {
    margin-bottom: 16px;
    background-color: #fff
}

.jobs__accordion .uk-accordion-title:before {
    display: none !important;
}

.jobs__accordion.uk-open .jobs__info__title:before {
    transform: rotate(0);
}

.jobs__accordion .jobs__info__title {
    padding: 20px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.jobs__accordion .jobs__info__title:hover {
    color: #0169ac;
}

.jobs__accordion .jobs__info__title::before {
    content: "";
    width: 1.4em;
    height: 1.4em;
    margin-left: 10px;
    float: right;
    /*background-image: url(/icons/jobs-arrow.svg);*/
    /*background-repeat: no-repeat;*/
    /*background-position: 50% 50%;*/
    /*fill: #33373F;*/

    background-color: #33373F;
    -webkit-mask: url(/icons/jobs-arrow.svg) no-repeat 50% 50%;;
    mask: url(/icons/jobs-arrow.svg) no-repeat 50% 50%;;
    transform: rotate(180deg);

    transition: .2s ease;
}

.jobs__accordion .jobs__info__title:hover::before {
    background-color: #0169ac;
}


.jobs__accordion .jobs-content__wrapper {
    padding: 20px
}

.jobs__accordion:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 991px) {
    .jobs__accordion {
        padding: 0 16px 1px;
    }
}

.jobs-content__wrapper ul {
    padding-left: 20px;
    list-style: disc;
    margin-bottom: 24px
}

.jobs__list {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #33373f;
    margin-bottom: 10px;
    margin-left: -20px
}

@media screen and (max-width: 991px) {
    .jobs__list {
        font-weight: 600;
        font-size: 16px;
        line-height: 22px
    }
}

.jobs__list__item {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #33373f;
    margin-bottom: 8px
}

@media screen and (max-width: 991px) {
    .jobs__list__item {
        font-weight: 400;
        font-size: 16px;
        line-height: 22px
    }
}

.jobs__list__button {
    margin-bottom: 24px
}

.partners {
    background-color: #fff;
    padding: 70px 0
}

.partners__container {
    flex-direction: column
}

.partners__title {
    color: #33373f;
    margin-bottom: 30px
}

.partners__cards {
    display: flex;
    flex-wrap: wrap;
    outline: 2px solid #fff;
    outline-offset: -2px
}

.partners__cards div:first-child {
    width: 66.6%
}

@media screen and (max-width: 991px) {
    .partners__cards div:first-child, .partners__cards div:nth-child(8) {
        width: 100%
    }
}

.partners__card {
    width: 33.3%;
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #dbe7f0;
    border-bottom: 1px solid #dbe7f0
}

@media screen and (max-width: 991px) {
    .partners__card {
        height: 260px;
        width: 50%;
        padding: 0 15px
    }
}

@media screen and (max-width: 560px) {
    .partners__card {
        height: 140px
    }
}

.footer {
    background-color: #fff;
    padding: 50px 0
}

@media screen and (max-width: 991px) {
    .footer {
        padding-top: 0
    }
}

.footer-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width: 991px) {
    .footer-wrapper {
        flex-direction: column;
        align-items: flex-start
    }
}

@media screen and (max-width: 991px) {
    .footer-logo {
        order: 1
    }
}

.footer-logo__img {
    margin-bottom: 30px
}

@media screen and (max-width: 991px) {
    .footer-logo__img {
        margin-bottom: 35px
    }
}

@media screen and (max-width: 991px) {
    .footer-list {
        order: 3;
        margin-bottom: 32px;

    }
}

.footer-list__item {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px
}

.footer-list__item a {
    color: #33373f;
    transition: color 0.2s ease;
}

.footer-list__item:hover a {
    color: #0169ac;
}

.footer-list ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 375px;
    max-height: 125px;
    list-style-type: none
}

@media screen and (max-width: 991px) {
    .footer-list {
        width: 60%;
    }

    .footer-list ul {
        width: 100%;
        max-height: 140px
    }
}

@media screen and (max-width: 600px) {
    .footer-list {
        width: 100%;
    }
}

.footer-contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #33373f
}

@media screen and (max-width: 991px) {
    .footer-contacts {
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        order: 2;
        align-items: flex-start;
        margin-bottom: 32px
    }
}

.footer-contacts__mail,
.footer-contacts__phone {
    display: block;
    margin-bottom: 16px;
    text-decoration: none;
    color: inherit;

    transition: color 0.3s ease;
}

.footer-contacts__mail:hover {
    color: #0169ac;
}

.footer-contacts__icons {
    display: flex;
    justify-content: space-between;
    width: 75px
}

@media screen and (max-width: 991px) {
    .footer-button {
        display: none
    }
}

.footer-link {
    display: none
}

@media screen and (max-width: 991px) {
    .footer-link {
        order: 4;
        display: block;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
    }

    .footer-link, .footer-link:hover {
        color: #4996d1;
        text-decoration: underline;
    }
}

.overlay-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: 100%;

    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000;
    transform: translate3d(0, 0, 0);
    transform: translateY(0);
    will-change: transform, transform3d;
}

.overlay-container:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out;
}

.overlay-container.open {
    display: flex;
    opacity: 1;
    visibility: visible;
}

.overlay-container.open:after {
    opacity: 1;
    visibility: visible;
}

.overlay-container .overlay-inner,
.overlay-contacts-container .overlay-contacts {
    position: relative;
    z-index: 10;
    max-width: 720px;
    width: 100%;
    height: 100%;
    padding: 195px 70px 70px;
    background-color: #0169ac;
    overflow: auto;
    transform: translateX(100%);
    transition: transform 0.5s;
    will-change: transform;
}

.overlay-container.open .overlay-inner {
    transform: translateX(0);
    will-change: transform;
}

@media screen and (max-width: 991px) {
    .overlay-contacts-container .overlay-contacts {
        padding-top: 120px;
        padding-right: 20px;
        padding-left: 20px
    }
}

.overlay-arrow {
    position: absolute;
    top: 50px;
    right: 70px;
    cursor: pointer;
}

@media screen and (max-width: 991px) {
    .overlay-arrow {
        width: 24px;
        height: 24px;
        right: 20px
    }
}

/*START   Classes for form SUCCESS*/
.overlay-success-container .overlay-success {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 70px;
}

.overlay-success-container .overlay-success .success {
    display: flex;
    justify-content: center;
}

.overlay-success-container .overlay-success .success .text {
    width: 80%;
    font-weight: 400;
    font-size: 26px;
    color: #fff;
    text-align: center;
    line-height: 1.4;
}


/*END  Classes for form SUCCESS */

/*START   Classes for JOBS FORM*/

.overlay-jobs-container .overlay-jobs {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 70px;
}


.overlay-arrow {
    position: absolute;
    top: 50px;
    right: 70px;
    cursor: pointer;
    width: 30px;
    height: 30px;

    transition: transform 0.2s ease;
}

.overlay-arrow:hover {
    transform: rotate(90deg);
}

@media screen and (max-width: 991px) {
    .overlay-arrow {
        width: 24px;
        height: 24px;
        right: 20px
    }
}

.overlay-jobs-container .overlay-jobs__form {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.overlay-jobs-container .title {
    font-weight: 600;
    font-size: 48px;
    line-height: 40px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin: 0;
    padding-bottom: 80px;

    border-bottom: 1px solid #347DAD;
}

.overlay-jobs-container .input-wrapper {
    width: 100%;
    position: relative;
}

.overlay-jobs-container .input-wrapper .error-notification {
    position: absolute;
    bottom: 5px;
    font-size: 12px;
    font-weight: 700;
    left: 0;
    color: #FFFFFF;
}

.overlay-jobs-container .input-wrapper .error-notification.lower {
    position: absolute;
    bottom: -30px;
}

.overlay-jobs-container .input-wrapper .error-notification span {
    color: #ff5757;
    font-size: 14px;
    margin-left: 5px;
}

.overlay-jobs-container .input-wrapper .input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #347DAD;

    outline: none;
    background: transparent;

    padding: 35px 0;

    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;

    transition: border-bottom-color 200ms ease;
}

.overlay-jobs-container .input-wrapper .input:hover,
.overlay-jobs-container .input-wrapper .input:focus {
    border-bottom-color: #FFFFFF;
}


.overlay-jobs-container .input-wrapper .input::placeholder {
    color: #ffffff80;
    font-size: 20px;
    line-height: 27;
}

.overlay-jobs-container .input-wrapper .input.error-valid {
    border-color: red;
}

.overlay-jobs-container .input-wrapper .input-file.error-valid ~ .error-notification ~ .file-btn {
    border-color: red;
}


.overlay-jobs-container .input-wrapper.file {
    margin-top: 30px;
}

.overlay-jobs-container .input-wrapper.file .file-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
    opacity: 0.5;
}

.overlay-jobs-container .input-wrapper .file-upload {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-top: 32px;
}

.overlay-jobs-container .input-wrapper .file-upload.hidden {
    display: none;
}

.overlay-jobs-container .input-wrapper .file-upload .file-btn {
    width: 276px;
    height: 52px;
    border: 1px solid #347DAD;
    border-radius: 1px;


    display: flex;
    justify-content: center;
    align-items: center;

    cursor: pointer;

    transition: border-color 0.3s ease;
}

.overlay-jobs-container .input-wrapper .file-upload .file-btn:hover {
    border-color: #FFFFFF;
}

.overlay-jobs-container .input-wrapper .file-upload .text {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-left: 17px;
}

.overlay-jobs-container .input-wrapper .input-file {
    opacity: 0;
    position: absolute;
    z-index: -1;
    overflow: hidden;
    width: 1px;
    height: 1px;
}

.overlay-jobs-container .input-wrapper .result {
    display: none;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 30px;
}

.overlay-jobs-container .input-wrapper .result.visible {
    display: flex;
}

.overlay-jobs-container .input-wrapper .result .uploaded-file {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.overlay-jobs-container .input-wrapper .result .uploaded-file .icon {
    width: 36px;
    height: 36px;
}

.overlay-jobs-container .input-wrapper .result .uploaded-file .file-name {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
    max-width: 300px;
    overflow: hidden;

    text-overflow: ellipsis;
    white-space: nowrap;
}

.overlay-jobs-container .input-wrapper .result .delete-btn {
    width: 181px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;

    border: 1px solid #347DAD;
    border-radius: 1px;
    transition: border-color 0.3s ease;
}

.overlay-jobs-container .input-wrapper .result .delete-btn:hover {
    border-color: #FFFFFF;
}

.overlay-jobs-container .input-wrapper .result .icon {
    width: 16px;
    height: 16px;
    margin-right: 15px;
}

.overlay-jobs-container .overlay-jobs__form .btn {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 72px;
    background-color: #FFFFFF;
    border: 1px solid transparent;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #33373F;
    margin-top: 80px;

    transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.overlay-jobs-container .overlay-jobs__form .btn:hover {
    background-color: transparent;
    border-color: #FFFFFF;
    color: #FFFFFF;
}


@media screen and (max-width: 768px) {
    .overlay-jobs-container .overlay-jobs {
        max-width: 720px;
        width: 100%;
        padding: 100px 40px 40px;
    }

    .overlay-jobs-container .title {
        font-size: 36px;
        line-height: 1.2;
        padding-bottom: 60px;
    }

    .overlay-jobs-container .input-wrapper .input {
        padding: 24px 0;
        font-size: 18px;
    }

    .overlay-jobs-container .input-wrapper .input::placeholder {
        font-size: 18px;
    }

    .overlay-jobs-container .input-wrapper.file {
        margin-top: 25px;
    }

    .overlay-jobs-container .input-wrapper.file .file-title {
        font-size: 18px;
        line-height: 27px;
    }

    .overlay-jobs-container .input-wrapper .file-upload {
        margin-top: 30px;
    }

    .overlay-jobs-container .input-wrapper .result .uploaded-file .file-name {
        max-width: 70%;
    }

    .overlay-jobs-container .overlay-jobs__form .btn {
        margin-top: 40px;
    }
}

@media screen and (max-width: 600px) {
    .overlay-jobs-container .overlay-jobs {
        padding: 94px 20px 74px 20px;
    }

    .overlay-jobs-container .input-wrapper .result {
        flex-direction: column;
        align-items: flex-start;
    }

    .overlay-jobs-container .input-wrapper .result .uploaded-file .file-name {
        max-width: calc(100vw - 110px);
    }

    .overlay-jobs-container .input-wrapper .result .delete-btn {
        margin-top: 20px;
    }
}


/*END Classes for JOBS FORM*/

.overlay-contacts div:first-child {
    max-width: max-content;
    padding-bottom: 55px
}

.overlay-contacts div:first-child span {
    max-width: max-content
}

.overlay-contacts__info div:nth-child(5) {
    border-bottom: none
}

.overlay-contacts__item {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid #347dad
}

.overlay-contacts__item span {
    max-width: 290px;
    color: #fff;
    font-weight: 600;
    font-size: 28px;
    line-height: 40px
}

.overlay-contacts__item .title {
    font-size: 18px;
    line-height: normal;
}

.overlay-contacts__item .value {
    font-size: 18px;
    line-height: normal;
    text-align: right;
}

@media screen and (max-width: 991px) {
    .overlay-contacts__item span {
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        max-width: 190px
    }
}

.overlay-contacts__icons {
    display: flex;
    padding-right: 120px
}

@media screen and (max-width: 991px) {
    .overlay-contacts__icons {
        padding-right: 50px
    }
}

.overlay-contacts__icons img {
    margin-right: 45px
}

@media screen and (max-width: 991px) {
    .overlay-contacts__icons img {
        width: 24px;
        height: 24px
    }
}
