.header__link.active {
    color: #ca4c55;
}

.intro-about {
    background-image: url(../img/main/intro-bg.png);
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
}

.intro-about__title {
    color: white;
    font-weight: 600;
    font-size: 30px;
    line-height: 110%;
    font-family: "Uni Sans";
}

.intro-about .main-header {
    margin-bottom: 160px;
}

.main__title p {
    flex-shrink: 0;
}

.pred {
    padding-top: 100px;
    padding-bottom: 100px;
    display: none;
}

.pred__title {
    margin-bottom: 50px;
}

.pred__item {
    width: 578px;
    padding-top: 55px;
    padding-left: 46px;
    padding-right: 46px;
    padding-bottom: 45px;
    background: #f9f9f9;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    min-height: 316px;
}

.pred__item-title {
    font-weight: 600;
    font-size: 25px;
    line-height: 110%;
    color: #1a1a1a;
    font-family: "Uni Sans";
    margin-bottom: 32px;
}

.pred__item-desc {
    font-size: 14px;
    line-height: 135%;
    color: #888785;
    flex-grow: 1;
}

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

.pred__item-more {
    display: flex;
    align-items: center;
}

.pred__item-more span {
    font-size: 14px;
    line-height: 135%;
    color: #ca4c55;
    margin-right: 10px;
    margin-top: 2px;
    font-weight: 500;
}

.asb {
    padding-bottom: 100px;
    padding-top: 100px;
}

.asb__title {
    margin-bottom: 50px;
}

.asb__text {
    font-size: 16px;
    line-height: 135%;
    text-align: center;
    margin-bottom: 60px;
}

.asb__subtitle {
    font-size: 30px;
    line-height: 110%;
    color: #1a1a1a;
    margin-bottom: 30px;
    font-family: "Uni Sans";
    font-weight: normal;
}

.asb__do {
    padding: 40px 60px;
    background: #f9f9f9;
    border-radius: 3px;
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 135%;
    color: #1b1e20;
    text-align: center;
}

.asb__partners {
    height: 162px;
    background: #f9f9f9;
    margin-bottom: 100px;
}

.asb__partners .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f9f9f9;
    mix-blend-mode: darken;
}

.asb__desc {
    width: auto;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 135%;
    color: #1b1e20;
    margin-bottom: 60px;
}

.asb__next {
    display: flex;
    justify-content: center;
    font-size: 16px;
    line-height: 135%;
    color: rgba(27, 30, 32, 0.6);
    align-items: center;
    margin-bottom: 100px;
}

.asb__next svg {
    margin-left: 7px;
    position: relative;
    top: 1px;
}

.asb__about {
    padding: 40px 117px;
    background: #f9f9f9;
    border-radius: 3px;
    font-size: 16px;
    line-height: 135%;
    color: #1b1e20;
    text-align: center;
}

.cont {
    padding-bottom: 100px;
}

.cont__title {
    margin-bottom: 50px;
}

.cont__map {
    width: 100%;
    height: 460px;
}

.cont__info {
    width: 1200px;
    height: 306px;
    margin: 0 auto;
    background: #f9f9f9;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
    border-radius: 3px;
    margin-bottom: -60px;
    position: relative;
    z-index: 2;
}

#map1 {
    margin-bottom: 50px;
}

.cont__info {
    padding-left: 100px;
    padding-right: 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cont__info-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 110%;
    color: #1a1a1a;
    font-family: "Uni Sans";
    margin-bottom: 15px;
}

.cont__info-desc {
    font-size: 20px;
    line-height: 135%;
    color: #1b1e20;
}

.cont__info-right {
    display: flex;
}

.cont__info-right div:nth-child(1) {
    margin-right: 72px;
}

.cont__info-label {
    font-size: 20px;
    line-height: 110%;
    font-family: "Uni Sans";
    color: #1a1a1a;
    margin-bottom: 5px;
}

.cont__info-elem {
    margin-bottom: 5px;
}

.cont__info-elem a {
    font-weight: bold;
    font-size: 20px;
    line-height: 132.5%;
    font-family: "Uni Sans";
    color: #ca4c55;
}

.cont__info-email {
    margin-bottom: 25px;
}

.cont__info-email a {
    font-family: "Uni Sans";
    font-weight: bold;
    font-size: 20px;
    line-height: 132.5%;
    color: #CA4C55;
}

.cont__info-rasp {
    font-family: "Uni Sans";
    font-weight: bold;
    font-size: 20px;
    line-height: 132.5%;
    color: #CA4C55;
}

.vacancy {
    padding-bottom: 100px;
}

.vacancy__title {
    margin-bottom: 50px;
}

.vacancy__subtitle {
    font-size: 18px;
    line-height: 135%;
    color: #1b1e20;
    margin-bottom: 50px;
}

.vacancy__item {
    width: 575px;
    height: 297px;
    background: #f9f9f9;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
    border-radius: 3px;
    padding-left: 47px;
    padding-right: 47px;
}

.vacancy__item-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 110%;
    color: #ca4c55;
    font-family: "Uni Sans";
    margin-bottom: 30px;
}

.vacancy__item-desc {
    font-size: 16px;
    line-height: 135%;
    color: #888785;
}

.vacancy__item-title:first-child {
    padding-top: 69px;
}

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

.vacancy__item {
    margin-bottom: 40px;
}

.vacancy {
    padding-bottom: 60px;
}

.vacancy__item-type {
    font-size: 25px;
    line-height: 110%;
    color: #8c8c8c;
    font-family: "Uni Sans";
}

.vacancy__item-type:first-child {
    padding-top: 39px;
    margin-bottom: 10px;
}

.more {
    padding-bottom: 88px;
}

.more__video {
    width: 1000px;
    height: 456px;
    background: #ca4c55;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
    background-image: url(../img/video-cover-all.png);
    background-size: cover;
}

.more__title {
    margin-bottom: 70px;
}

.more__item-more {
    display: flex;
    align-items: center;
}

.more__item-more span {
    font-size: 14px;
    line-height: 135%;
    margin-right: 10px;
    color: #ca4c55;
}

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

.more__item {
    width: 576px;
    height: 295px;
    background: #f9f9f9;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
    border-radius: 3px;
    padding-top: 50px;
    padding-left: 50px;
    position: relative;
    overflow-x: hidden;
}

.more__item-bg {
    position: absolute;
    top: 50px;
    opacity: 0.5;
}

.more__item-award {
    right: -50px;
    width: 204px;
}

.more__item-sert {
    right: -66px;
    width: 146px;
}

.more__item-img {
    margin-bottom: 30px;
}

.more__item-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 110%;
    color: #1a1a1a;
    font-family: "Uni Sans";
    margin-bottom: 24px;
}

@media only screen and (max-width: 576px) {
    .intro-about {
        height: auto;
    }

    .asb {
        padding-top: 20px;
        padding-bottom: 60px;
    }

    .asb__text {
        text-align: left;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .asb__text br {
        display: none;
    }

    .asb__title {
        margin-bottom: 20px;
    }

    .asb__do {
        width: 100%;
        padding: 20px;
        text-align: left;
        margin-bottom: 20px;
        font-size: 14px;
    }

    .asb__desc {
        width: 320px;
        font-size: 14px;
        text-align: left;
        margin-bottom: 20px;
    }

    .asb__desc br {
        display: none;
    }

    .asb__about {
        width: 320px;
        padding: 20px;
        font-size: 14px;
        text-align: left;
    }

    .cont__info {
        width: 320px;
        height: auto;
        padding: 20px;
        display: block;
    }

    .cont__info-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .cont__info-desc {
        font-size: 16px;
        line-height: 135%;
        margin-bottom: 20px;
    }

    .cont__info-desc br {
        display: none;
    }

    .cont__info-right {
        display: block;
    }

    .cont__info-label {
        font-size: 18px;
        margin-bottom: 5px;
        margin-right: 0 !important;
    }

    .cont__info-elem {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .cont__info-email {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 24px;
    }

    .cont__map {
        height: 275px;
    }

    .cont {
        padding-bottom: 60px;
    }

    .vacancy__title {
        margin-bottom: 20px;
    }

    .vacancy__subtitle {
        margin-bottom: 20px;
    }

    .vacancy__item {
        width: 100%;
        height: auto;
        padding: 20px;
    }

    .vacancy__item-title {
        padding: 0 !important;
        font-size: 24px;
        margin-bottom: 10px;
    }

    .vacancy__item-desc {
        font-size: 14px;
    }

    .vacancy__item-type {
        padding: 0 !important;
    }

    .more__video {
        width: 100%;
        height: 145px;
        background-position: center;
    }

    .more__items {
        flex-direction: column;
        gap: 10px;
    }

    .more__item {
        width: 100%;
        height: auto;
        padding: 20px;
        border-radius: 3px;
    }

    .more__item-bg {
        display: none;
    }

    .more__item-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .more__item-img {
        margin-bottom: 25px;
    }
}