@import "fonts.css";
@import "colors.css";
@import "texts.css";
@import "common.css";
@import "ui.css";
@import "header.css";
@import "footer.css";



/* Page Culture */

.culture-intro {
    background-image: url(../img/culture/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
    padding: var(--page-padding) 0 var(--section-padding);
}
.culture-intro__subtitle {
    max-width: 1070px;
    margin: 0 auto;
}
.culture-intro__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 35px;
    padding: 
        clamp(18px, 20px + 12 * ((100vw - 393px) / 1527), 32px)
        clamp(18px, 20px + 10 * ((100vw - 393px) / 1527), 30px)
        clamp(18px, 20px + 14 * ((100vw - 393px) / 1527), 34px)
        clamp(18px, 20px + 10 * ((100vw - 393px) / 1527), 30px);
    
}
.culture-intro__item-top {
    position: relative;
    z-index: 5;
}
.culture-intro__item-bottom {
    position: relative;
    z-index: 5;
}
.culture-intro__item-title {
    margin-bottom: 15px;
}
.quiz-360 {
    padding: var(--section-padding) 0;
    background-color: var(--bg);
}
.quiz-360__content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.quiz-360__content-description {
    width: calc(63.5% - 30px);
    padding: var(--item-padding);
    margin-right: 30px;
}
.quiz-360__content-description p {
    position: relative;
    z-index: 5;
}
.quiz-360__content-description p:first-child {
    margin-top: 0;
}
.quiz-360__content-description p:last-child {
    margin-bottom: 0;
}
.quiz-360__content-image {
    width: 36.5%;
    border-radius: var(--item-radius);
    background-image: url(../img/culture/quiz-360.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* Для culture-intro с фоновым изображением */
.culture-intro {
    position: relative;
    background-image: none; /* Убираем старый фон */
    padding: var(--page-padding) 0 var(--section-padding);
    overflow: hidden;
}

.culture-intro__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.culture-intro__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0;
}

.culture-intro .container {
    position: relative;
    z-index: 1;
}

/* Для quiz-360__content-image */
.quiz-360__content-image-wrapper {
    width: 36.5%;
    border-radius: var(--item-radius);
    overflow: hidden;
    position: relative;
}

.quiz-360__content-image-picture,
.quiz-360__content-image-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.quiz-360__content-image-wrapper {
    min-height: 300px;
}

/* Обновляем существующий стиль */
.quiz-360__content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.quiz-360__content-description {
    width: calc(63.5% - 30px);
    padding: var(--item-padding);
    margin-right: 30px;
}



@media (max-width: 992px) {
    .culture-intro__item-top svg {
        max-height: 50px;
        width: auto;
    }
    .culture-intro__item {
        gap: 20px
    }
}

@media (max-width: 576px) {
    .quiz-360__content-image {
        width: 100%;
        padding-top: 62%;
    }
    .quiz-360__content-description {
        width: 100%;
        margin-right: 0;
    }
    .quiz-360__content {
        gap: 15px;
    }
    .culture-intro__item-title {
        margin-bottom: 8px;
    }
}
@media (max-width: 576px) {
    .quiz-360__content-image-wrapper {
        width: 100%;
        padding-top: 62%;
    }
    
    .quiz-360__content-image-picture,
    .quiz-360__content-image-img {
        position: absolute;
        top: 0;
        left: 0;
    }
}
/* Page Culture */

/* Страница Смелость. Креативность. Решения */

.courage-intro {
    padding-top: 150px;
    padding-bottom: 220px;
    background-image: url(../img/courage/intro-bg.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.courage-intro__wrapper {
    position: relative;
    padding: 
        clamp(30px, 3.33vw, 64px) 
        74px 
        clamp(30px, 3.33vw, 64px) 
        50px;
    margin-top: 195px;
}
.courage-intro__wrapper .item-regular__overlay {
    backdrop-filter: blur(0);
}
.courage-intro__content {
    position: relative;
    z-index: 5;
    padding-left: calc(38% + 27px);
}
.courage-intro__content-title {
    text-transform: uppercase;
}
.courage-intro__content-image {
    position: absolute;
    z-index: 10;
    left: var(--responsive-50px);
    width: 38%;
    bottom: -2px;
}
.courage-intro__content-image img {
    max-width: 100%;
}
.courage-intro__content-excerpt {
    font-weight: 700;
}
.courage-reference__content {
    display: flex;
    flex-wrap: wrap;
    gap: 88px;
    margin-top: 40px;
}
.courage-reference__column {
    width: calc((100% - 88px) / 2);
}
.courage-reference__column p:first-child {
    margin-top: 0;
}
.courage-reference__column p:last-child {
    margin-bottom: 0;
}
.courage-reference__column ul {
    padding: 0;
    padding-left: 17px;
    margin: 0;
}
.courage-reference__column ul li:not(:last-child) {
    margin-bottom: 5px;
}
.courage-competencies {
    position: relative;
    margin-top: -50px;
    background-image: url(../img/courage/competencies-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 110px;
}
.courage-competencies__subtitle {
    max-width: 1070px;
    margin: 25px auto 0;
}
.courage-competencies_row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 55px;
}
.courage-competencies__image {
    width: 35%;
}
.courage-competencies__image-item {
    border-radius: var(--item-radius);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    height: 100%;
}
.courage-competencies__image-item[data-image="courage"] {
    background-image: url(../img/courage/courage.jpg);
}
.courage-competencies__image-item[data-image="creativity"] {
    background-image: url(../img/courage/creativity.jpg);
}
.courage-competencies__image-item[data-image="decision"] {
    background-image: url(../img/courage/decision.jpg);
}
.courage-competencies__image-item.active {
    display: block;
}
.courage-competencies__content {
    width: 65%;
    padding-right: 30px;
}
.courage-competencies__content-wrapper {
    position: relative;
    padding: var(--item-padding);
    border-radius: var(--item-radius);
}
.courage-competencies__content-descr {
    position: relative;
    z-index: 5;
}
.tab-content {
    display: none;
}
.tab-content.tab-content_active {
    display: block;
}
.courage-competencies__content-descr p:first-child {
    margin-top: 0;
}
.courage-competencies__columns {
    display: flex;
    flex-wrap: wrap;
}
.courage-competencies__column:first-child {
    width: 58%;
    padding-right: 30px;
}
.courage-competencies__column:last-child {
    width: 42%;
}
.courage-competencies__column ul {
    padding-left: 17px;
    margin: 0;
}
.courage-competencies__list-title {
    margin-bottom: 5px;
}
.courage-competencies__tabs {
    margin-top: 36px;
}
.courage-voices {
    position: relative;
    z-index: 15;
    background-color: var(--bg);
    border-top-left-radius: var(--item-radius);
    border-top-right-radius: var(--item-radius);
    margin-top: -50px;
    padding-top: 70px;
    padding-bottom: 120px;
}
.courage-voices .courage-intro__wrapper {
    margin-top: 103px;
}
.courage-voices .courage-voices__person-reverse {
    margin-top: 70px;
}
.courage-voices__person-reverse .courage-intro__content-image {
    left: auto;
    right: 0;
}
.courage-intro__content p:first-child {
    margin-top: 0;
}
.courage-voices__person-reverse .courage-intro__content {
    padding-left: 0;
    padding-right: calc(35% + 27px);
}

@media (max-width: 1200px) {
    .courage-intro {
        padding-top: 100px;
        padding-bottom: 160px;
    }
    .courage-intro__wrapper {
        margin-top: 145px;
    }
    .courage-competencies__column:first-child {
        width: 100%;
        padding-right: 0;
    }
    .courage-competencies__column:last-child {
        width: 100%;
        margin-top: 20px;
    }
    .tabs {
        gap: 8px;
    }
}

@media (max-width: 992px) {
    .courage-reference__content {
        gap: 50px;
    }
    .courage-reference__column {
        width: calc((100% - 50px) / 2);
    }
}

@media (max-width: 768px) {
    .courage-intro__content-image {
        position: relative;
        width: 100%;
        order: 2;
        text-align: center;
        margin-top: -15px;
    }
    .courage-intro__content-image img {
        max-width: 52%;
    }
    .courage-intro__wrapper {
        display: flex;
        flex-direction: column;
    }
    .courage-intro__content {
        padding-left: 0;
    }
    .courage-intro__wrapper {
        padding-bottom: 0;
    }
    .courage-reference__content {
        gap: 15px;
        margin-top: 20px;
    }
    .courage-reference__column {
        width: 100%;
    }
    .courage-competencies__content {
        width: 100%;
        padding-right: 0;
    }
    .courage-competencies__image {
        width: 100%;
        margin-top: 35px;
    }
    .courage-competencies__image-item {
        padding-bottom: 76%;
    }
    .courage-voices__person-reverse .courage-intro__content {
        padding-right: 0;
    }
    .courage-voices .courage-intro__wrapper {
        margin-top: 50px;
    }
    .courage-voices {
        padding-bottom: 60px;
    }
    .courage-voices .courage-intro__wrapper {
        margin-top: 25px;
    }
}

@media (max-width: 576px) {
    .courage-intro__wrapper {
        padding-left: var(--item-padding);
        padding-right: var(--item-padding);
    }
    .courage-intro__wrapper {
        margin-top: 60px;
    }
    .courage-intro {
        padding-top: var(--page-padding);
        padding-bottom: 100px;
    }
    .courage-intro__content-image img {
        max-width: 183px;
    }
    .courage-competencies {
        padding-top: 100px;
    }
}
/* Страница Смелость. Креативность. Решения */


/* Программа развития талантов */

.talents-intro {
    padding-top: 122px;
    padding-bottom: 80px;
    background-image: url(../img/talent/bg.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.talents-intro__subtitle {
    max-width: 740px;
    margin: 30px auto 0;
}
.talents-intro__item {
    position: relative;
    padding: 35px 35px 30px;
}
.talents-intro__items {
    margin-top: 70px;
}
.talents-intro__item-content {
    position: relative;
}
.talents-intro__item-image {
    padding-bottom: 65%;
    border-radius: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.talents-intro__item-title {
    margin-top: 25px;
}

@media (max-width: 768px) { 
    .talents-intro {
        padding-top: 70px;
        padding-bottom: 40px;
    }
    .talents-intro .three-in-row__item:last-child {
        width: calc((100% - 15px) / 2);
    }
    .talents-intro .three-in-row__item {
        width: calc((100% - 15px) / 2);
    }
    .talents-intro__items {
        margin-top: 35px;
        gap: 15px;
    }
    .talents-intro__item {
        padding: 15px;
    }
    .talents-intro__item-title {
        margin-top: 20px;
    }
    .talents-intro__item-image {
        border-radius: 10px;
    }
}
@media (max-width: 576px) { 
    .talents-intro .three-in-row__item:last-child {
        width: 100%;
    }
    .talents-intro .three-in-row__item {
        width: 100%;
    }
}
/* Программа развития талантов */

/* Программа инноваций «Леонардо» */

.courage-intro.leonardo-intro {
    padding-bottom: 124px;
}
.leonardo-intro .courage-intro__wrapper {
    margin-top: 80px;
}
.target-leonardo__item {
    position: relative;
    padding: 25px 20px 30px;
}
.target-leonardo__items {
    margin-top: 70px;
}
.target-leonardo__item-content {
    position: relative;
}
.target-leonardo__item-image {
    padding-bottom: 65%;
    border-radius: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.target-leonardo__item-title {
    margin-top: 25px;
    color: var(--blue);
}
.target-leonardo__items {
    margin-bottom: 100px;
}
.target-leonardo__subtitle {
    max-width: 950px;
    margin: 15px auto 55px;
}
.target-leonardo__icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.target-leonardo__icon {
    text-align: center;
}
.target-leonardo__image {
    margin-bottom: 24px;
    height: 84px;
}
.leonardo-areas {
    padding-top: 130px;
    padding-bottom: 80px;
    margin-top: -50px;
}
.leonardo-areas__item .target-leonardo__item-image {
    padding-bottom: 40%;
}
.leonardo-areas__item {
    position: relative;
    padding: 25px 20px 30px;
}
.leonardo-areas__item-title.item-title {
    line-height: 1.25;
    margin-top: 38px;
    margin-bottom: 12px;
}
.leonardo-areas__items {
    margin-top: 65px;
}
/* Для courage-intro с фоновым изображением */
.courage-intro {
    position: relative;
    padding-top: 150px;
    padding-bottom: 220px;
    overflow: hidden;
}

.courage-intro__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.courage-intro__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 0;
}

.courage-intro .container {
    position: relative;
    z-index: 1;
}

/* Для leonardo-areas с фоновым изображением */
.leonardo-areas {
    position: relative;
    padding-top: 130px;
    padding-bottom: 80px;
    margin-top: -50px;
    overflow: hidden;
}

.leonardo-areas__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.leonardo-areas__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.leonardo-areas .container {
    position: relative;
    z-index: 1;
}

/* Для target-leonardo__item изображений */
.target-leonardo__item-image-wrapper {
    position: relative;
    padding-bottom: 65%;
    border-radius: 20px;
    overflow: hidden;
}

.target-leonardo__item-picture,
.target-leonardo__item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Обновляем существующие стили */
.courage-intro__content-image {
    position: absolute;
    z-index: 10;
    left: var(--responsive-50px);
    width: 38%;
    bottom: -2px;
}

.courage-intro__content-image picture,
.courage-intro__content-image img {
    max-width: 100%;
}

@media (max-width: 992px) { 
    .target-leonardo__icons {
        justify-content: center;
        gap: 25px 0;
    }
    .target-leonardo__icon {
        width: 33%;
    }
    .target-leonardo__image {
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) { 
    .target-leonardo__items {
        margin-top: 35px;
        gap: 15px;
    }
    .target-leonardo__item {
        padding: 15px;
    }
    .target-leonardo__item-title {
        margin-top: 20px;
    }
    .target-leonardo__item-image {
        border-radius: 10px;
    }
}

@media (max-width: 576px) {
    .target-leonardo__icon {
        width: 50%;
    }
    .target-leonardo__image {
        height: 50px;
    }
    .target-leonardo__image svg {
        height: 100%;
        width: auto;
    }
    .target-leonardo__items {
        margin-bottom: 50px;
    }
    .leonardo-areas__item-title.item-title {
        margin-top: 18px;
    }
    .leonardo-areas__items {
        margin-top: 30px;
    }
    .leonardo-areas {
        padding-top: 100px;
    }
}

/* Программа инноваций «Леонардо» */

/* Акрихин Спорт */

.sport-intro {
    position: relative;
    background-image: url(../img/sport/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 162px;
    padding-bottom: 82px;
}
.sport-intro__subtitle {
    margin: 35px auto 0;
    max-width: 1010px;
}
.sport-intro__wrapper {
    margin-top: 75px;
    position: relative;
    padding: var(--item-padding);
}
.sport-intro__content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
}
.sport-intro__content-descr {
    width: 62%;
    padding-right: 30px;
}
.sport-intro__slides {
    width: 38%;
}
.sport-intro__content-title {
    font-weight: 700;
    font-size: clamp(18px, 2.08vw, 40px);
    color: var(--text)
}
.sport-intro__items {
    margin-top: 30px;
}
.sport-intro__item-descr {
    min-height: 96px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.sport-intro__item-descr_text {
    font-size: clamp(15px, 1.35vw, 26px);
    line-height: 1.3;
}
.sport-intro__advantage-items {
    margin-top: 37px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sport-intro__advantage-item {
    text-align: center;
}
.sport-intro__nav {
    margin-top: 75px;
}
.sport-intro__advantage-item__icon {
    height: 59px;
    margin-bottom: 20px;
}
.sport-intro__slide {
    border-radius: clamp(10px, 1.3vw, 25px);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}
.sport-intro__slide.active {
    display: block;
}
.sport-intro__nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.sport-intro__nav-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .25s linear;
}
.sport-intro__nav-next:hover {
    background-color: #fff;
}
.sport-intro__nav-next svg path {
    transition: all .25s linear;
}
.sport-intro__nav-next:hover svg path {
    stroke: var(--bg);
}
.sport-intro__nav-items {
    width: calc(100% - 50px);
    padding-right: 15px;
}
.sport-intro__nav-item {
    height: 50px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    font-weight: 500;
    padding: 0 15px;
    transition: all .25s linear;
    cursor: pointer;
}
.sport-intro__nav-item:hover {
    color: var(--bg);
    background-color: #fff;
} 
.sport-intro__nav-items.regular-text {
    font-size: clamp(15px, 1.1vw, 23px);
} 
.sport-intro__nav-item.active {
    color: var(--bg);
    background-color: #fff;
}
.sport-intro__item {
    display: none;
}
.sport-intro__item.active {
    display: block;
}
.sport-intro__slide-wrapper {
    position: relative;
    border-radius: clamp(10px, 1.3vw, 25px);
    height: 100%;
    display: none;
    overflow: hidden;
}

.sport-intro__slide-wrapper.active {
    display: block;
}

.sport-intro__slide-picture,
.sport-intro__slide-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sport-intro__slide-wrapper {
    padding-top: 60%;
}

.sport-intro__slides-tablet .sport-intro__slide-wrapper {
    margin-top: 30px;
}

@media (max-width: 992px) {
    .sport-intro__slide-wrapper {
        padding-top: 60%;
    }
}

@media (max-width: 1200px) { 
    .sport-intro__advantage-items {
        justify-content: flex-start;
        gap: 25px 50px;
    }
}
@media (min-width: 992px) {
    .sport-intro__slides-tablet {
        display: none;
    }
}
@media (max-width: 992px) {
    .sport-intro__slides-desktop {
        display: none;
    }
    .sport-intro__slides-tablet {
        width: 100%;
        margin-top: 30px;
    }
    .sport-intro__slide {
        padding-top: 60%;
    }
    .sport-intro__content-descr {
        width: 100%;
        padding-right: 0;
    }
    .sport-intro__item-descr {
        min-height: auto;
        margin-bottom: 30px;
    }
    .sport-intro__nav {
        margin-top: 40px;
    }
    .sport-intro {
        padding-top: 90px;
    }
}
@media (max-width: 768px) {
    .sport-intro__advantage-items {
        justify-content: center;
        text-align: center;
    }
}
@media (max-width: 576px) {
    .sport-intro__advantage-items {
        gap: 25px;
    }
    .sport-intro__advantage-item {
        width: 100%;
    }
    .sport-intro__advantage-item__icon {
        height: 40px;
        margin-bottom: 10px;
    }
    .sport-intro__advantage-item__icon svg {
        max-height: 100%;
        width: auto;
    }
    .sport-intro__nav-items.regular-text {
        font-size: 13px;
    }
    .sport-intro__nav-item {
        padding: 0 5px;
    }
}

/* Акрихин Спорт */

/* Офисы */

.office-intro {
    padding-top: 132px;
    padding-bottom: 158px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/office/bg.jpg);
}
.office-intro__gallery-intro .owl-nav {
    margin-top: 22px;
}
.office-intro__gallery-intro .owl-nav button:not(:last-child) {
    margin-right: 25px;
}

.office-exp__content {
    margin-top: 75px;
}
.office-exp__items {
    display: flex;
}
.office-exp__item-content {
    position: relative;
}
.office-exp__item-content-descr {
    position: relative;
    z-index: 5;
}
.office-exp__item {
    display: flex;
}
.office-exp__item.active .office-exp__item-tab {
    min-width: 0;
    max-width: 0;
    overflow: hidden;
    opacity: 0;
}
.office-exp__item.active {
    flex-grow: 1;
}
.office-exp__item .office-exp__item-content {
    width: 0;
    overflow: hidden;
    display: none;
}
.office-exp__item.active .office-exp__item-content {
    width: auto;
    flex-grow: 1;
    display: block;
    
}
.office-exp__item-title {
    color: var(--text);
    font-size: clamp(18px, 2.08vw, 40px);
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 30px;
}
.office-exp__item .office-exp__item-tab {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 3.38vw;
    min-width: 8vw;
    border-radius: var(--item-radius);
    font-weight: 700;
    font-size: clamp(25px, 2.8vw, 55px);
    cursor: pointer;
    transition: all .25s linear;
    opacity: 1;
    overflow: visible;
}
.office-exp__item:nth-child(even) .office-exp__item-tab {
    background: linear-gradient(0deg,rgba(5, 65, 134, 1) 0%, rgba(0, 121, 195, 1) 47%, rgba(112, 202, 245, 1) 82%, rgba(152, 221, 253, 1) 99%);
}
.office-exp__item:nth-child(odd) .office-exp__item-tab {
    background: linear-gradient(180deg,rgba(5, 65, 134, 1) 0%, rgba(0, 121, 195, 1) 47%, rgba(112, 202, 245, 1) 82%, rgba(152, 221, 253, 1) 99%);
}
.office-exp__item-lines {
    position: relative;
}
.office-exp__item-line {
    padding-left: 45px;
    position: relative;
}
.office-exp__item-line:not(:last-child) {
    padding-bottom: 20px;
}
.office-exp__item-line::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: clamp(10px, 1vw, 19px);
    height: clamp(10px, 1vw, 19px);
    background-color: #fff;
    border-radius: 50%;
}
.office-exp__item-line:not(:last-child):before {
    position: absolute;
    content: '';
    background-color: #fff;
    height: 100%;
    top: 3px;
    width: clamp(2px, 0.26vw, 5px);
    left: clamp(4px, 0.36vw, 7px);
}
.office-exp__item-content-descr {
    padding: 0;
}
.office-exp__item.active .office-exp__item-content-descr {
    padding: var(--item-padding);
}
.office-exp__item-icons {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.office-exp__item-icon {
    width: calc((100% - 30px) / 2);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.office-exp__item-icon img {
    width: 40px;
}
.office-exp__item-icon p { 
    margin: 0;
    width: calc(100% - 60px);
}
.office-map {
    padding-top: 70px;
    padding-bottom: 98px;
}
.office-map .section-title {
    color: var(--dark-blue);
}
.office-map__subtitle {
    color: var(--dark-blue);
    margin: 20px auto 0;
    max-width: 47vw;
}
.office-map__image {
    margin-top: 50px;
}
.office-map__image img {
    width: 100%;
    max-width: 100%;
}
.our-offer {
    background-image: url(../img/common/offer-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
}
.our-offer__content {
    margin-top: 80px;
}
.our-offer__items {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.our-offer__item {
    position: relative;
    width: calc((100% - 40px) / 2);
    border-radius: var(--item-radius);
    padding: var(--item-padding);
}
.our-offer__item-content {
    position: relative;
    z-index: 5;
}
.our-offer__item-descr ul li::marker {
    color: rgba(136, 209, 245, 1);
}
.our-offer__item-descr ul {
    margin: 0;
    padding-left: 17px;
}
.our-offer__item-title {
    margin-top: 30px;
    margin-bottom: 17px;
}
.our-offer__item-descr li:not(:last-child) {
    margin-bottom: 11px;    
}
.our-offer__item-icon {
    height: 80px;
}
.our-offer__item-icon img {
    min-width: 64px;
    max-width: 100%;
}

@media (max-width: 992px) {
    .office-intro__gallery-intro .owl-nav button:not(:last-child) {
        margin-right: 8px;
    }
    .office-exp__items {
        flex-wrap: wrap;
    }
    .office-exp__item {
        min-height: auto !important;
        width: 100%;
    }
    .office-exp__item:nth-child(odd) .office-exp__item-tab {
        background: linear-gradient(90deg, rgba(5, 65, 134, 1) 0%, rgba(0, 121, 195, 1) 47%, rgba(112, 202, 245, 1) 82%, rgba(152, 221, 253, 1) 99%);
    }
    .office-exp__item:nth-child(even) .office-exp__item-tab {
        background: linear-gradient(270deg, rgba(5, 65, 134, 1) 0%, rgba(0, 121, 195, 1) 47%, rgba(112, 202, 245, 1) 82%, rgba(152, 221, 253, 1) 99%);
    }
    .office-exp__item .office-exp__item-tab {
        width: 100%;
        padding-bottom: 20px;
        padding: 20px;
    }
    .office-exp__content {
        margin-top: 50px;
    }
    .office-exp__item {
        display: block;
    }
    .office-exp__item.active .office-exp__item-tab {
        padding: 0;
        visibility: hidden;
        max-height: 0;
    }
    .office-exp__item .office-exp__item-content {
        display: block;
        max-height: 0;
        opacity: 0;
    }
    .office-exp__item.active .office-exp__item-content {
        max-height: 1500px;
        opacity: 1;
    }   
    .office-exp__item.active .office-exp__item-tab {
        max-width: 100%;
        min-width: 100%;
    }
    .our-offer__items {
        gap: 20px;
    }
    .our-offer__item-icon {
        height: 60px;
    }
    .our-offer__item-icon img {
        min-width: auto;
        max-height: 100%;
    }
}

@media (max-width: 768px) {
    .office-intro {
        padding-top: 80px;
        padding-bottom: 105px;
    }
    .office-exp__content {
        margin-top: 35px;
    }
    .office-map__subtitle {
        max-width: 100%;
    }
    .our-offer__item {
        width: 100%;
    }
    .our-offer {
        padding: 45px 0;
    }
    .our-offer__content {
        margin-top: 30px;
    }
}

@media (max-width: 576px) {
    .office-intro {
        padding-top: 65px;
        padding-bottom: 95px;
    }
    .office-exp__content {
        margin-top: 25px;
    }
    .office-exp__item-line {
        padding-left: 25px;
    }
    .office-exp__item-icons {
        margin-top: 30px;
        gap: 20px
    }
    .office-exp__item-icon {
        width: 100%;
    }
    .office-map {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .office-map__image {
        margin-top: 25px;
    }
}

/* Офисы */

/* R&D */
.rd-stats {
    margin-top: -50px;
    background-image: url(../img/r-and-d/stat-bg.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 67px;
    padding-bottom: 80px;
    border-top-left-radius: clamp(20px, 3vw, 59px);
    border-top-right-radius: clamp(20px, 3vw, 59px);
    position: relative;
    z-index: 10;
}
.rd-stats__subtitle {
    margin: 35px auto 130px;
    max-width: 69.5vw;
}
.rd-stats__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.rd-stats__item {
    width: calc(100% / 3);
    text-align: center;
}
.rd-stats__item:first-child {
    justify-content: flex-start;
}
.rd-stats__item:nth-child(2) {
    justify-content: center;
}
.rd-stats__item:last-child {
    justify-content: flex-end;
}
.rd-stats__item-number {
    font-weight: 700;
    font-size: clamp(40px, 7vw, 135px);
}
.rd-about__image-wrapper {
    border-radius: var(--item-radius);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/r-and-d/about.jpg);
    height: 100%;
}
.rd-about-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.rd-about__image {
    width: 45%;
}
.rd-about__descr {
    width: 55%;
    padding-left: 5vw;
}
.rd-about__descr-texts ul {
    padding-left: 17px;
    margin: 15px 0 0;
}
.rd-about__descr-texts ul li:not(:last-child) {
    margin-bottom: 8px;
}
.rd-gallery {
    margin-top: -50px;
    padding-top: 156px;
    padding-bottom: 90px;
    background-position: center 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/r-and-d/gallery-bg.jpg);
}
.rd-map__controls {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin-top: 50px;
}
.rd-map__control {
    border: rgba(18, 50, 116, 1) 2px solid;
    padding: 10px 25px;
    transition: all .25s linear;
    color: rgba(18, 50, 116, 1);
    border-radius: 50px;
    cursor: pointer;
    text-align: center;
}
.rd-map__control:hover {
    background-color: rgba(228, 24, 70, 1);
    color: #fff;
    border: rgba(228, 24, 70, 1) 2px solid;
}
.rd-map__control.active {
    background-color: rgba(228, 24, 70, 1);
    color: #fff;
    border: rgba(228, 24, 70, 1) 2px solid;
}
.rd-map__images .office-map__image {
    display: none;
}
.office-map__image.active {
    display: block;
}
.rd-areas {
    padding-top: 130px;
    padding-bottom: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/leonardo/bg.jpg);
    margin-top: -50px;
    border-top-left-radius: clamp(20px, 3vw, 59px);
    border-top-right-radius: clamp(20px, 3vw, 59px);
}
.rd-areas.student-areas {
    background-image: url(../img/students/area-bg.jpg);
    position: relative;
    z-index: 10;
}
.rd-areas__item .target-rd-image {
    padding-bottom: 40%;
}
.rd-areas__item {
    position: relative;
    padding: 25px 20px 30px;
}
.rd-areas__item-title.item-title {
    line-height: 1.25;
    margin-top: 38px;
    margin-bottom: 12px;
}
.rd-areas__items {
    margin-top: 65px;
}
.target-rd__item-content {
    position: relative;
    z-index: 10;
}
.target-rd__item-image {
    padding-bottom: 65%;
    border-radius: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 768px) {
    .rd-stats__subtitle {
        margin-bottom: 60px;
    }
    .rd-stats__items {
        justify-content: center;
        gap: 50px 0;
    }
    .rd-stats__item {
        width: 50%;
    }
    .rd-about__image {
        width: 100%;
    }
    .rd-about__descr {
        width: 100%;
        padding-left: 0;
        margin-top: 40px;
    }
    .rd-about__image-wrapper {
        padding-top: 56%;
    }
}
@media (max-width: 576px) {
    .rd-stats__item:last-child {
        width: 100%;
    }
    .rd-stats__items {
        gap: 30px 0;
    }
    .rd-stats__subtitle {
        max-width: 100%;
    }
    .rd-stats {
        padding-top: 45px;
    }
    .rd-gallery {
        padding-top: 86px;
        padding-bottom: 45px;
    }
    .rd-areas {
        padding-top: 80px;
    }
}
/* R&D */

/* Students */
.student-areas {
    padding-bottom: 100px;
}
.students-exp__content {
    margin-top: 75px;
    display: flex;
    flex-wrap: wrap;
}
.students-exp__wrapper-image {
    width: 35%;
}
.students-exp__wrapper {
    width: 65%;
    padding-right: 30px;
}
.students-exp__image {
    height: 100%;
    border-radius: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/students/experience.jpg);
}
.students-exp__description {
    position: relative;
    border-radius: var(--item-radius);
    padding: var(--item-padding);
}
.students-exp__description-content {
    position: relative;
    z-index: 10;
}
.students-exp__description-title {
    font-size: clamp(18px, 2.08vw, 40px);
    font-weight: 700;
    margin-bottom: 36px;
}
.students-exp__description-icons {
    display: flex;
    width: 76%;
    justify-content: space-between;
}
.students-exp__description-icon__image {
    margin-bottom: 10px;
    height: 50px;
}
.students-exp__description-texts {
    margin-top: 35px;
    width: 76%;
}
.students-exp__description-texts p {
    margin-top: 0;
}
.students-exp__description-texts ul li::marker {
    color: rgba(136, 209, 245, 1);
}
.students-exp__description-texts ul {
    margin: 0;
    padding-left: 17px;
}
.students-programm {
    background-color: var(--bg);
    border-bottom-left-radius: clamp(20px, 3vw, 59px);
    border-bottom-right-radius: clamp(20px, 3vw, 59px);
    padding-top: 125px;
    padding-bottom: 113px;
    margin-top: -50px;
    position: relative;
    z-index: 2;
}
.students-offer {
    margin-top: -50px;
    padding-top: 150px;
    padding-bottom: 100px;
    background-image: url(../img/students/offer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0;
}
.students-offer__content {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
}
.students-offer__wrapper-image {
    width: 35%;
}
.students-offer__description-wrapper {
    width: 65%;
    padding-left: 30px;
}
.students-offer__description {
    position: relative;
    border-radius: var(--item-radius);
    padding: var(--item-padding);
}
.students-offer__image {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../img/students/offer-image.jpg);
    border-radius: var(--item-radius);
}
.students-offer__description-content {
    position: relative;
    z-index: 5;
}
.students-offer__icons {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 50px;
}
.students-offer__icon {
    width: calc((100% - 50px) / 2);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.students-offer__icon-img {
    width: 50px;
}
.students-offer__icon-img img {
    max-width: 100%;
}
.students-offer__icon-text {
    width: calc(100% - 50px);
    padding-left: 25px;
}
.students-programm__subtitle {
    margin: 30px auto 85px;
    max-width: 54vw;
}
.students-programm-stages {
    display: flex;
    flex-wrap: wrap;
}
.students-programm-stage {
    width: calc(100% / 3);
}
.students-programm-stage__number {
    margin-bottom: 25px;
}
.students-programm-stage__line {
    position: relative;
    height: 8px;
    width: 100%;
    background-color: #fff;
}
.students-programm-stage__line span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    height: 23px;
    background-color: #fff;
    border-radius: 50%;
}
.students-programm-stage__title {
    margin-top: 32px;
    margin-bottom: 12px;
}
.students-programm-stage__texts {
    padding-right: 30px;
}
.students-programm-stage__texts ul {
    margin: 0;
    padding-left: 17px;
}
.students-programm-stage__texts li:not(:last-child) {
    margin-bottom: 8px;
}
.students-programm-stage:last-child .students-programm-stage__line {
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
}

@media (max-width: 992px) {
    .students-exp__description-icons,
    .students-exp__description-texts,
    .students-offer__wrapper-image,
    .students-offer__description-wrapper {
        width: 100%;
    }
    .students-offer__description-wrapper {
        padding-left: 0;
        margin-bottom: 30px;
        order: 1;
    }
    .students-offer__wrapper-image {
        order: 2;
    }
    .students-offer__image {
        padding-bottom: 56%;
        background-position: center 0;
    }
}

@media (max-width: 768px) {
    .students-exp__wrapper {
        width: 100%;
        padding-right: 0;
    }
    .students-exp__content {
        margin-top: 40px;
    }
    .student-areas {
        padding-top: 50px;
    }
    .students-exp__wrapper-image {
        width: 100%;
        margin-top: 30px;
    }
    .students-exp__image {
        padding-top: 56%;
        background-position: center 0;
    }
    .students-offer__icons {
        gap: 20px;
    }
    .students-offer__icon-img {
        width: 35px;
    }
    .students-offer__icon-text {
        padding-left: 10px;
        width: calc(100% - 35px);
    }
    .students-offer__icon {
        width: calc((100% - 20px) / 2);
    }
    .students-programm-stage {
        width: 100%;
        padding-left: 20px;
        position: relative;
    }
    .students-programm-stage__line {
        position: absolute;
        height: 100%;
        width: 3px;
        left: 0;
        top: 0;
    }
    .students-programm-stage:last-child .students-programm-stage__line {
        background-color: transparent;
    }
    .students-programm-stage__line span {
        top: 0;
        transform: translateY(0) translateX(calc(-50% + 1px));
        width: 18px;
        height: 18px;
    }
    .students-programm-stage__texts {
        padding-right: 0;
        padding-bottom: 30px;
    }
    .students-programm-stage__number {
        margin-bottom: 10px;
    }
    .students-programm-stage__title {
        margin-top: 10px;
    }
}
@media (max-width: 576px) {
    .students-exp__description-icon__image img {
        max-width: 40px;
    } 
    .students-exp__description-icons {
        gap: 20px 30px;
        justify-content: flex-start;
        flex-wrap: wrap
    }
    .students-offer__icon {
        width: 100%;
    }
    .students-offer {
        padding-top: 100px;
    }
    .students-programm__subtitle {
        max-width: 100%;
        margin: 15px auto 30px;
    }
    .students-programm {
        padding-bottom: 50px;
    }
}
/* Students */

/* Оценка эффективности */

.rate-intro {
    background-image: url(../img/rate/bg.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 130px;
    padding-bottom: 68px;
}
.rate-intro__subtitle {
    margin-top: 30px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.rate-intro__slider.owl-carousel .owl-item img {
    width: auto;
}
.rate-intro__slide {
    position: relative;
    padding: var(--item-padding);
    border-radius: var(--item-radius);
}
.rate-intro__slide-content {
    position: relative;
    z-index: 10;
}
.rate-intro__slide-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.rate-intro__slide-row__icon {
    width: 80px;
}
.rate-intro__slide-row__icon img {
    max-width: 100%;
}
.rate-intro__slide-row__title {
    width: calc(100% - 80px);
    padding-right: 15px;
}
.rate-intro__slide-texts {
    width: 85%;
}
.rate-intro__slide-texts ul {
    margin: 16px 0 0;
    padding-left: 17px;
}
.rate-intro__slide-texts ul li::marker {
    color: rgba(136, 209, 245, 1);
}
.rate-intro__slide-texts ul li:not(:last-child) {
    margin-bottom: 8px;
}
.rate-intro__slider .owl-nav {
    text-align: center;
    margin-top: 35px;
}
.rate-intro__slider.owl-carousel .owl-stage {
    display: flex;
}
.rate-intro__slider .owl-nav button:first-child {
    margin-right: 15px;
}
.rate-intro__slide {
    height: 100%;
}

/* Для rate-intro с фоновым изображением */
.rate-intro {
    position: relative;
    background-image: none; /* Убираем старый фон */
    padding-top: 130px;
    padding-bottom: 68px;
    overflow: hidden;
}

.rate-intro__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.rate-intro__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 0;
}

.rate-intro .container {
    position: relative;
    z-index: 1;
}

/* Обновляем существующие стили для слайдера */
.rate-intro__subtitle {
    margin-top: 30px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.rate-intro__slider.owl-carousel .owl-item img {
    width: auto;
}

.rate-intro__slide {
    position: relative;
    padding: var(--item-padding);
    border-radius: var(--item-radius);
    height: 100%;
}

.rate-intro__slide-content {
    position: relative;
    z-index: 10;
}

.rate-intro__slide-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.rate-intro__slide-row__icon {
    width: 80px;
}

.rate-intro__slide-row__icon img {
    max-width: 100%;
}

.rate-intro__slide-row__title {
    width: calc(100% - 80px);
    padding-right: 15px;
}

.rate-intro__slide-texts {
    width: 85%;
}

.rate-intro__slide-texts ul {
    margin: 16px 0 0;
    padding-left: 17px;
}

.rate-intro__slide-texts ul li::marker {
    color: rgba(136, 209, 245, 1);
}

.rate-intro__slide-texts ul li:not(:last-child) {
    margin-bottom: 8px;
}

.rate-intro__slider .owl-nav {
    text-align: center;
    margin-top: 35px;
}

.rate-intro__slider.owl-carousel .owl-stage {
    display: flex;
}

.rate-intro__slider .owl-nav button:first-child {
    margin-right: 15px;
}

@media (max-width: 768px) {
    .rate-intro__subtitle {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 30px;
    }
    
    .rate-intro .container {
        width: 100%;
    }
    
    .rate-intro__slider .owl-nav {
        margin-top: 15px;
    }
    
    .rate-intro__slide-row__icon {
        width: 40px;
    }
    
    .rate-intro__slide-row__title {
        width: calc(100% - 40px);
    }
    
    .rate-intro__subtitle {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .rate-intro {
        padding-top: 70px;
    }
}

@media (max-width: 768px) {
    .rate-intro__subtitle {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .rate-intro .container {
        width: 100%;
    }
    .rate-intro__slider .owl-nav {
        margin-top: 15px;
    }
    .rate-intro__slide-row__icon {
        width: 40px;
    }
    .rate-intro__slide-row__title {
        width: calc(100% - 40px);
    }
    .rate-intro__subtitle {
        padding-left: 20px;
        padding-right: 20px;
    }
    .rate-intro {
        padding-top: 70px;
    }
}
/* Оценка эффективности */

/* Главная */
.main-intro {
    padding-top: 150px;
    padding-bottom: 97px; 
    position: relative;
}
.container {
    position: relative;
    z-index: 2;
}
.main-title {
    color: var(--text);
    font-size: clamp(30px, 4.1vw, 80px);
    font-weight: 700;
    line-height: 1.07;
    margin: 0;
}
.main-subtitle {
    margin: 18px 0 65px;
}
.video-btn {
    text-align: center;
}
.video-btn a {
    display: flex;
    align-items: center;
    width: fit-content;
    border-radius: 50px;
    outline: 0;
    text-decoration: none;
    color: #fff;
    background-color: var(--raspberry);
    margin: 0 auto;
    padding: 20px 30px;
    font-size: 1.4vw;
    gap: 10px;
}
.main-stat {
    padding-top: 520px;
}
.go-to-akrihin {
    padding: 360px 0 300px;
    background-image: url(../img/index/go-to-index.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 100%;
}
.go-to-akrihin__title {
    color: #fff;
    font-weight: 700;
    font-size: clamp(32px, 4.1vw, 80px);
    text-align: center;
}
.go-to-akrihin__btn {
    text-align: center;
    margin-top: 65px;
}
.go-to-akrihin__btn a {
    display: flex;
    width: fit-content;
    border-radius: 50px;
    outline: 0;
    text-decoration: none;
    color: #fff;
    background-color: var(--raspberry);
    margin: 0 auto;
    padding: 20px 30px;
    font-size: clamp(19px, 1.4vw, 27px);
}
.home-programm {
    padding-top: 125px;
    padding-bottom: 100px;
    margin-top: -50px;
    background-color: var(--bg);
}
.main-stat {
    padding-top: 28vw;
}
.main-stat__subtitle {
    margin: 35px auto 60px;
    width: 44vw;
}
.main-stat__items .rd-stats__item-number {
    font-size: 10.9vw;
}

.main-stat__items .rd-stats__item {
    width: auto;
}
.home-programm__page-subtitle {
    margin: 30px auto 0;
    width: 58%;
}
.home-programm .talents-intro__items a {
    text-decoration: none;
    outline: 0;
}


@media (max-width: 992px) { 
    .main-stat__subtitle {
        width: 60vw;
    }
}

@media (max-width: 768px) { 
    .video-btn a {
        font-size: 18px;
    }
    .rd-stats__items.main-stat__items {
        justify-content: space-between;
    }
    .main-intro {
        padding-top: 80px;
    }
    .main-stat__subtitle {
        width: 100%;
    }
    .main-stat {
        padding-top: 350px;
    }
    .home-programm__page-subtitle {
        margin: 30px auto 0;
        width: 100%;
    }
}

@media (max-width: 576px) { 
    .go-to-akrihin__title br {
        display: none;
    }
    .go-to-akrihin {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .main-stat__items .rd-stats__item {
        width: 50%;
    } 
    .rd-stats__items.main-stat__items {
        justify-content: center;
    }
    .main-subtitle {
        margin-bottom: 30px;
    }
    .video-btn a {
        padding: 10px 10px;
        font-size: 16px;
    }
    .main-stat {
        padding-top: 400px;
    }
    .home-programm .page-title br {
        display: none;
    }
}
/* Главная */

/* Корпоративный университет */

.university {
    padding: 95px 0 80px;
    background-image: url(../img/university/bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.university-intro__subtitle {
    margin: 30px auto 65px;
    width: 75vw;
}
.university-intro__content {
    position: relative;
    padding: var(--item-padding);
    border-radius: var(--item-radius);
    margin-bottom: 80px;
}
.university-intro__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 5;
}
.university-intro__image {
    width: 45%;
}
.university-intro__image img {
    max-width: 100%;
    border-radius: var(--item-padding);
}
.university-intro__descr {
    width: 55%;
    padding-left: 4.1vw;
}
.university-intro__descr-title {
    text-transform: uppercase;
    font-size: clamp(18px, 2.08vw, 40px);
    font-weight: 700;
    margin-bottom: 25px;
}
.university-intro__descr p {
    margin-top: 0;
}
.university-intro__descr ul {
    margin: 0;
    padding-left: 17px;
}
.university-structure {
    display: flex;
    flex-wrap: wrap;
    margin-top: 65px;
}
.university-structure-image {
    border-radius: var(--item-radius);
    background-image: url(../img/university/structure.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 40%;
}
.university-structure-content {
    width: 60%;
    padding-left: 15px;
}
.university-structure__item {
    border: 2px solid #fff;
    border-radius: var(--item-radius);
}
.university-structure__item:not(:last-child) {
    margin-bottom: 15px;
}
.university-structure__header {
    position: relative;
    padding: 25px 85px 25px 38px;
    text-transform: uppercase;
    cursor: pointer;
}
.university-structure__body {
    padding-left: 38px;
    padding-right: 40px;
    overflow: hidden;
    transition: all .25s linear;
}
.university-structure__body.hidden {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
}
.university-structure__item.open .university-structure__body {
    max-height: 1500px;
    opacity: 1;
    visibility: visible;
}
.university-structure__body p:first-child {
    margin-top: 0;
}
.university-structure__body p:last-child {
    margin-bottom: 0;
}
.university-structure__body ul {
    margin: 0;
    padding-left: 17px;
}
.university-structure__body ul li::marker {
    color: rgba(136, 209, 245, 1);
}
.university-structure__body ul:last-child,
.university-structure__tabs:last-child {
    padding-bottom: 30px;
}
.university-structure__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 15px;
}
.university-structure__tab {
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 10px 23px;
    text-align: center;
}
.half-list {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 15px;  
}
.half-list li {
    width: calc((100% - 15px) / 2);
}
.planet-content__slider.owl-carousel .owl-stage-outer .owl-stage{
    display: flex;
}
.planet-content__slide {
    height: 100%;
    padding: 0 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 992px) {
    .university-intro__image {
        width: 100%;
    }
    .university-intro__descr {
        padding-left: 0;
        width: 100%;
        margin-top: 30px;
    }
    .university-structure-content {
        width: 100%;
        padding-left: 0;
        order: 1;
    }
}
@media (max-width: 768px) {
    .university-intro__subtitle {
        width: 100%;
        margin-bottom: 40px;
    }
    .university-intro__content {
        margin-bottom: 50px;
    }
    .university-structure {
        margin-top: 30px;
    }
}
@media (max-width: 576px) {
    .university-structure__body {
        padding-left: 15px;
        padding-right: 15px;
    }
    .half-list li {
        width: 100%;
    }
    .university-structure__header {
        padding: 15px 50px 15px 15px;
    }
    .university-structure__header::after {
        right: 15px;
        top: calc(50% - 12px);
    }
    .university-structure__tab {
        border-radius: 50px;
        padding: 5px 10px;
    }
}
/* Корпоративный университет */

/* Здоровье */

.health-intro {
    padding: 163px 0 150px;
    background-image: url(../img/health/bg.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.health-intro__subtitle {
    margin: 35px auto 80px;
    width: 68vw;
}
.health-value {
    background-color: var(--bg);
}
.health-value__wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: 60px;
}
.health-value__content-wrapper {
    width: 64%;
    padding-right: 30px;
}
.health-value__image {
    width: 36%;
}
.health-value__content {
    position: relative;
    border-radius: var(--item-radius);
    padding: var(--item-padding);
}
.health-value__descr {
    position: relative;
    z-index: 10;
}
.health-value__descr p:first-child {
    margin-top: 0;
}
.health-value__descr-items {
    width: 70%;
}
.health-value__descr-item {
    display: flex;
    flex-wrap: wrap;
}
.health-value__descr-item:not(:last-child) {
    margin-bottom: 25px;
}
.health-value__descr-icon {
    width: 40px;
}
.health-value__descr-icon img {
    max-width: 100%;
}
.health-value__descr-text {
    width: calc(100% - 40px);
    padding-left: 20px;
}
.health-value__image {
    border-radius: var(--item-radius);
    background-image: url(../img/health/value.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.health-support {
    padding-top: 260px;
    padding-bottom: 80px;
    background-image: url(../img/health/support-bg.jpg);
    background-position: center 100%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -50px;
}
.health-support__subtitle {
    margin: 30px auto 0;
    width: 56vw;
}
/* Для health-intro с фоновым изображением */
.health-intro {
    position: relative;
    padding: 163px 0 150px;
    overflow: hidden;
}

.health-intro__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.health-intro__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 0;
}

.health-intro .container {
    position: relative;
    z-index: 1;
}

/* Для health-support с фоновым изображением */
.health-support {
    position: relative;
    padding-top: 260px;
    padding-bottom: 80px;
    margin-top: -50px;
    overflow: hidden;
}

.health-support__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.health-support__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 100%;
}

.health-support .container {
    position: relative;
    z-index: 1;
}

/* Для talents-intro__item (карточки) */
.talents-intro__item-image-wrapper {
    position: relative;
    padding-bottom: 65%;
    border-radius: 20px;
    overflow: hidden;
}

.talents-intro__item-picture,
.talents-intro__item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Для health-value__image */
.health-value__image-wrapper {
    width: 36%;
    border-radius: var(--item-radius);
    overflow: hidden;
    position: relative;
}

.health-value__image-picture,
.health-value__image-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.health-value__image-wrapper {
    min-height: 300px;
}

@media (max-width: 768px) {
    .health-value__image-wrapper {
        width: 100%;
        margin-top: 30px;
        padding-top: 65%;
    }
    
    .health-value__image-picture,
    .health-value__image-img {
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media (max-width: 768px) {
    .health-value__descr-items {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .health-intro {
        padding: 80px 0 110px;
    }
    .health-intro__subtitle {
        margin-top: 20px;
        margin-bottom: 40px;
        width: 100%;
    }
    .health-value__content-wrapper {
        width: 100%;
        padding-right: 0;
    }
    .health-value__image {
        width: 100%;
        margin-top: 30px;
        padding-top: 65%;
    }
    .health-value__wrapper {
        margin-top: 30px;
    }
    .health-support {
        padding-top: 100px;
        padding-bottom: 40px;
    }
    .health-support .page-title br {
        display: none;
    }
    .health-support__subtitle {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .health-value__descr-icon {
        width: 30px;
    }
    .health-value__descr-text {
        width: calc(100% - 30px);
        padding-left: 10px;
    }
    .health-value h2 br {
        display: none;
    }
}
/* Здоровье */

/* Sales */
.sales-direction {
    margin-top: -50px;
    position: relative;
    z-index: 10;
    border-top-left-radius: clamp(20px, 3vw, 59px);
    border-top-right-radius: clamp(20px, 3vw, 59px);
    padding-top: 75px;
    padding-bottom: 130px;
    background-image: url(../img/sales/direction-bg.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.sales-direction__subtitle {
    margin-top: 30px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 60vw;
}
.sales-direction__slide {
    border-radius: var(--item-radius);
    padding: var(--item-padding);
    position: relative;
}
.sales-direction__slide-content {
    position: relative;
    z-index: 10;
}
.sales-direction__slide-title {
    margin-bottom: 15px;
}
.sales-direction__slider.owl-carousel .owl-stage {
    display: flex;
}
.sales-direction__slide {
    height: 100%;
}
.sales-direction__slider .owl-nav {
    text-align: center;
    margin-top: 35px;
}
.sales-direction__slider .owl-nav button:first-child {
    margin-right: 15px;
}

@media (max-width: 768px) {
    .sales-direction .container {
        width: 100%;
    }
    .sales-direction__subtitle {
        margin-top: 15px;
        margin-bottom: 30px;
        width: 95%;
    }
    .sales-direction {
        padding-bottom: 60px;
        padding-top: 40px;
    }
}
/* Sales */

/* Производство */

.prod-create {
    position: relative;
    margin-top: -50px;
    padding-top: 80px;
    padding-bottom: 145px;
    background-image: url(../img/production/create-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0;
    border-top-left-radius: clamp(20px, 3vw, 59px);
    border-top-right-radius: clamp(20px, 3vw, 59px);
    z-index: 10;
}
.prod-create__content {
    margin-top: 70px;
    position: relative;
    border-radius: var(--item-radius);
    padding: var(--item-padding);
}
.prod-create__wrapper {
    position: relative;
    z-index: 10;
}
.prod-create__wrapper {
    display: flex;
    flex-wrap: wrap;
}
.prod-create__image {
    width: 37%;
    border-radius: var(--item-radius);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../img/production/factory.jpg);
}
.prod-create__description {
    width: 63%;
    padding-left: 50px;
}
.prod-create__title {
    margin-bottom: 15px;
}
.prod-create__texts {
    margin-bottom: 30px;
}
.prod-create__items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 15px;
}
.prod-create__item {
    width: calc((100% - 30px) / 3);
}
.prod-create__item-icon {
    height: 57px;
    width: 55px;
    margin-bottom: 10px;
}
.prod-create__item-icon img {
    max-width: 100%;
}
.production-method {
    border-radius: clamp(20px, 3vw, 59px);
    background: var(--bg);
    position: relative;
    z-index: 10;
    margin-top: -50px;
    padding: 80px 0 140px;
}
.production-our-offer {
    margin-top: -50px;
    padding-top: 130px;
}
.production-method__subtitle {
    margin: 30px auto 80px;
    width: 52vw;
}
.production-method__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.production-method__wrapper {
    padding-left: 10vw;
    width: 52%;
}
.production-method__image {
    width: 48%;
}
.production-method__image img {
    max-width: 100%;
}
.production-method__wrapper p:first-child {
    margin-top: 0;
}
.production-method__wrapper p:last-child {
    margin-bottom: 0;
}
.production-method__wrapper ul {
    margin: 0;
    padding-left: 17px;
}
.production-method__wrapper ul li::marker {
    color: rgba(136, 209, 245, 1);
}
.production-method__wrapper ul li:not(:last-child) {
    margin-bottom: 15px;
}
.production-buddy {
    margin-top: -50px;
    padding-top: 130px;
    padding-bottom: 150px;
}
.production-buddy {
    position: relative;
    background-image: url(../img/production/buddy-bg.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.production-buddy__wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
}
.production-buddy__image-wrapper {
    width: 35%;
}
.production-buddy__content-wrapper {
    width: 65%;
    position: relative;
    padding-right: 30px;
}
.production-buddy__items {
    min-height: 49.5vw;
    position: relative;   
    padding: var(--item-padding);
    border-radius: var(--item-radius);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.production-buddy__item {
    position: relative;
    z-index: 10;
    display: none;
    padding-bottom: 40px;
}
.production-buddy__item.active {
    display: block;
}
.production-buddy__item-descr p:first-child,
.production-buddy__subitem p:first-child {
    margin-top: 0;
}
.production-buddy__item-descr p:last-child,
.production-buddy__subitem p:last-child {
    margin-bottom: 0;
}
.production-buddy__image {
    height: 100%;
    display: none;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: var(--item-radius);
}
.production-buddy__image.active {
    display: block;
}
.production-buddy__tabs {
    position: relative;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.production-buddy__tab {
    transition: all .25s linear;
    border-radius: 50px;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 25px;
    cursor: pointer;
}
.production-buddy__tabs-items {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.production-buddy__tab:hover,
.production-buddy__tab.active {
    background-color: #fff;
    color: var(--bg);
}
.production-buddy__item-title {
    margin-bottom: 20px;
}
.production-buddy__subitem {
    display: none;
}
.production-buddy__subitem.active {
    display: block;
}
.production-buddy__subitem-header {
    display: flex;
    flex-wrap: wrap;
}
.production-buddy__counter {
    width: 30px;
}
.production-buddy__item-title {
    width: calc(100% - 30px);
    padding-right: 15px;
}
.production-buddy__subitem-descr ul li::marker {
    color: rgba(136, 209, 245, 1);
}
.production-buddy__subitem-descr ul {
    margin: 0;
    padding-left: 17px;
}
.production-buddy__subitem img {
    max-width: 100%;
}
.production-buddy__nav {
    display: none;
    width: 49px;
    height: 49px;
    border: 1px solid #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .25s linear;
    cursor: pointer;
}
.production-buddy__nav.active {
    display: flex;
}
.production-buddy__nav.next {
    transform: rotate(180deg);
}
.production-career.rounded-section {
    padding-bottom: 0;
    overflow: hidden;
} 

@media (max-width: 1200px) {
    .prod-create__item {
        width: calc((100% - 15px) / 2);
    }   
    .item-regular__overlay {
        background-color: var(--bg);
    }
    .prod-create__item-icon {
        height: 40px;
        width: 40px;
    }
    .prod-create__content {
        margin-top: 30px;
    }
}

@media (max-width: 992px) {
    .production-method__subtitle {
        margin-bottom: 45px;
    }
}

@media (max-width: 768px) {
    .prod-create__image {
        width: 100%;
        padding-top: 56%;
    }
    .prod-create__description {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
    .prod-create__item-icon {
        height: 30px;
        width: 30px;
    }
    .production-method__subtitle {
        width: 100%;
    }
    .production-method__wrapper {
        padding-left: 0;
        width: 100%;
        margin-top: 30px;
    }
    .production-method__image {
        width: 100%;
        text-align: center;
    }
    .production-method {
        padding: 50px 0 80px;
    }
    .production-buddy__content-wrapper {
        width: 100%;
        padding-right: 0;
    }
    .production-buddy__wrapper {
        margin-top: 30px;
    }
    .production-buddy {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .production-career .container{
        width: 100%;
    }
}
@media (max-width: 576px) {
    .prod-create__item-text {
        font-size: 13px;
    }
    .prod-create {
        padding-top: 40px;
        padding-bottom: 90px;
    }
}
/* Производство */

.circle-slider {
    margin-top: 130px;
    position: relative;
}
.main-circle-wrapper {
    height: 23vw;
    overflow: hidden;
    position: relative;
    z-index: 10;
}
.main-circle {
    width: 88vw;
    padding-top: 88vw;
    border: 2px solid #fff;
    border-radius: 50%;
}
.circle-slider-dots {
    position: absolute;
    left: 0;
    top: 0;
    width: 88vw;
    height: 88vw;
    transition: all .5s linear;
}
.circle-slider-dots .point {
    position: absolute;
    z-index: 50;
}
.point-number {
    background-color: #fff;
    border-radius: 50px;
    width: 22px;
    height: 22px;
    z-index: 50;
    display: block;
}
.circle-slider__active {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -80px;
    font-size: 2vw;
    font-weight: 700;
}
.circle-slider-dots .point::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    background-color: #00A8E6;
    opacity: 0;
    border-radius: 50%;
    z-index: -1;
    transition: all .25s linear;
}
.circle-slider-dots .point::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 66px;
    height: 66px;
    background-color: #00A8E6;
    opacity: 0;
    border-radius: 50%;
    z-index: -1;
    transition: all .25s linear;
}
.circle-slider-dots .point.active::before,
.circle-slider-dots .point.active::after {
    opacity: 0.25;
}
.circle-content {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
}
.circle-content__item {
    display: none;
}
.circle-content__item.active {
    display: block;
}
.circle-nav {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
}
.circle-nav svg {
    cursor: pointer;
}
.circle-nav svg.disabled {
    pointer-events: none;
}
.sales-direction__slide-description ul { 
    padding-left: 17px;
    margin: 15px 0 0;
}
.sales-three-section .our-offer {
    background-image: none;
}
.sales-three-section {
    background-image: url(../img/sales/three-bg.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 90px;
    padding-top: 50px;
    margin-top: -50px;
}
.sales-adaptation {
    background-image: url(../img/sales/onboarding-bg.jpg);
    border-radius: 0;
    padding-top: 130px;
    background-position: center 100%;
}
.production-career__sales {
    position: relative;
    z-index: 50;
}
.sales-adaptation .prod-create__image {
    background-image: url(../img/sales/onboarding.jpg);
}
.sales-opportunities {
    background-color: var(--bg);
}
.sales-opportunities__image-item[data-image="leader"] {
    background-image: url(../img/sales/leader.jpg);
}
.sales-opportunities__image-item[data-image="dialog"] {
    background-image: url(../img/sales/dialog.jpg);
}
.sales-opportunities__image-item[data-image="growth"] {
    background-image: url(../img/sales/growth.jpg);
}
.sales-opportunities .courage-competencies__content-wrapper {
    min-height: 38vw;
}
.courage-competencies__content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sales-education__content {
    margin-top: 65px;
    border-radius: var(--item-radius);
    padding: var(--item-padding);
    display: flex;
    flex-wrap: wrap;
    background-color: var(--blue);
    min-height: 45vw;
}
.sales-education {
    padding-bottom: 80px;
}
.sales-education_image {
    width: 37%;
    background-image: url(../img/sales/education.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0;
    border-radius: var(--item-radius);
}
.sales-education__item {
    display: none;
}
.sales-education__item.active {
    display: block;
}
.sales-education__descr {
    width: 63%;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sales-education__item p:first-child {
    margin-top: 0;
}
.sales-education__item ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
    margin: 0;
    padding-left: 17px;
}
.sales-education__item ul li {
    width: calc((100% - 10px) / 2);    
}
.sales-education__nav {
    margin-left: auto;
    display: flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all .25s linear;
}
.sales-education__nav.sales-education__nav-next {
    transform: rotate(180deg);
}

@media (max-width: 992px) {
    .sales-education__nav {
        width: 40px;
        height: 40px;
    }
    .sales-education__nav svg {
        width: 12px;
        height: auto;
    }
}

@media (max-width: 768px) {
    .main-circle {
        width: 200vw;
        padding-top: 200vw;
        transform: translateX(-50%);
        left: 50%;
        position: absolute;
    }

    .circle-slider-dots {
        width: 200vw;
        height: 200vw;
        left: 50%;
        transform: translateX(-50%);
    }
    .main-circle-wrapper {
        height: 200px;
    }
    .sales-process .container {
        width: 100%;
    }
    .sales-education_image {
        width: 100%;
        order: 2;
        padding-top: 60%;
        margin-top: 30px;
    }
    .sales-education__descr {
        order: 1;
        width: 100%;
        padding-left: 0;
    }
    .sales-education__nav {
        margin-top: 15px;
    }
    .sales-education__item ul li {
        width: 100%;
    }
    .sales-education__content {
        margin-top: 30px;
    }
    .sales-three-section .our-offer {
        padding-bottom: 70px;
    }
    .sales-opportunities__image-item {
        background-position: center 0;
    }
    .circle-nav {
        bottom: 20px;
    }
    .circle-nav svg {
        width: 35px;
        height: 35px;
    }
    .circle-slider__active {
        font-size: 14px;
    }
}


/* Бегущая строка */
.marquee-container {
    margin: 20px 0;
    overflow: hidden;
    width: 100%;
    position: relative;
    max-width: 100%;
}

.marquee {
    display: flex;
    gap: 22px;
    width: 100%;
    max-width: none;
    will-change: transform;
    backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
}
.marquee .item {
    font-size: 1.4vw;
    padding: 11px 28px;
    border-radius: 50px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-shrink: 0;
    box-sizing: border-box;
    border: 1px solid transparent;
    background-clip: padding-box;
}

.marquee-top .item {
    background-color: #88D1F5;
    color: #123274;
}

.marquee-middle .item {
    background-color: #00A8E6;
    color: #fff;
}

.marquee-bottom .item {
    background-color: #123274;
    color: #fff;
}
/* Бегущая строка */


.akrihin-media {
    padding: 135px 0;
    border-radius: var(--item-radius);
    background-image: url(../img/index/media-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-develop {
    padding: 90px 0 120px;
    border-radius: var(--item-radius);
    background-image: url(../img/index/develop.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 10;
}
.home-develop__page-subtitle {
    margin: 30px auto 90px;
    width: 68vw;
}
.akrihin-media__first-title {
    margin-bottom: 130px;
}
.home-articles {
    padding: 0 10vw;
    margin-top: 50px;
}
.university-structure-image__item {
    display: none;
}
.university-structure-image__item.active {
    display: block;
}
.home-develop .university-structure-image {
    background-image: none;
}
.university-structure-image__item {
    height: 100%;
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: var(--item-radius);
}
.home-develop__more {
    margin-top: 30px;
    padding-bottom: 20px;
}
.home-develop__more a {
    outline: 0;
    text-decoration: none;
    color: var(--dark-blue);
    font-size: clamp(16px, 1.14vw, 22px);
    padding: 13px 35px;
    border-radius: 50px;
    display: inline-block;
    background-color: #88D1F5;
    box-shadow: 0px -4px 4px 0px rgba(255, 255, 255, 0.25) inset;
}

@media (max-width: 992px) {
    .marquee {
        width: 100%;
    }
    .marquee-middle {
        animation: marquee-left 15s linear infinite;
    }
    .marquee-top {
        animation: marquee-right 14s linear infinite;
    }
    .marquee-bottom {
        animation: marquee-right 18s linear infinite;
    }
    .home-develop .university-structure-image {
        height: auto !important;
        width: 100%;
        display: none;
    }
}

@media (max-width: 768px) {
    .home-develop__page-subtitle {
        width: 100%;
        margin-bottom: 30px;
    }
    .home-develop {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .go-to-akrihin {
        padding-top: 60px;
    }
    .marquee .item {
        font-size: 14px;
    }
    .marquee-container {
        margin: 10px 0;
    }
    .marquee {
        gap: 8px;
    }
    .akrihin-media {
        padding: 50px 0;
    }
    .home-programm {
        padding-top: 90px;
        padding-bottom: 50px;
    }
}
@media (max-width: 576px) {
    .marquee-middle {
        animation: marquee-left 5s linear infinite;
    }
    .marquee-top {
        animation: marquee-right 5s linear infinite;
    }
    .marquee-bottom {
        animation: marquee-right 5s linear infinite;
    }
}

.home-articles {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}
a.home-article {
    text-decoration: none;
    outline: 0;
    color: #fff;
    font-weight: 500;
    font-size: 25px;
    line-height: 1.35;
    width: calc((100% - 60px) / 2);
    display: flex;
}
.home-article__image {
    width: 165px;
}
.home-article__image img {
    max-width: 100%;
    border-radius: 1.04vw;
}
.home-article__title {
    width: calc(100% - 165px);
    padding-left: 1.56vw;
    font-size: 1.3vw;
}
.akrihin-media__video-title {
    margin-top: 130px;
}
.akrihin-media__video-items {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
a.akrihin-media__video-item {
    width: calc((100% - 30px) / 3);
    display: flex;
    flex-wrap: wrap;
    outline: 0;
    text-decoration: none;
    align-items: center;
    color: #fff;
}
.akrihin-media__video-items {
    margin-top: 55px;
}
.akrihin-media__video-item__icon {
    width: 80px;
}
.akrihin-media__video-item__title {
    width: calc(100% - 80px);
    padding-left: 1.56vw;
    font-size: 1.3vw;
    line-height: 1.35;
}

@media (max-width: 992px) { 
    .akrihin-media {
        padding: 60px 0;
    }
    .akrihin-media__first-title {
        margin-bottom: 50px;
    }
    a.home-article {
        width: 100%;
    }
    .home-article__title {
        padding-left: 20px;
        font-size: 18px;
    }
    .home-articles {
        gap: 15px;
    }
    .akrihin-media__video-title {
        margin-top: 60px;
    }
    .akrihin-media__video-item__title {
        font-size: 18px;
        padding-left: 20px;
        font-weight: 500;
    }
    a.akrihin-media__video-item {
        width: calc((100% - 15px) / 2); 
    }
    .akrihin-media__video-items {
        gap: 25px 15px;
    }
}
@media (max-width: 768px) { 
    a.akrihin-media__video-item {
        width: 100%; 
    }
    .akrihin-media__video-item__icon {
        width: 50px;
    }
    .akrihin-media__video-item__icon svg {
        width: 100%;
        height: auto;
    }
    .akrihin-media__video-item__title {
        width: calc(100% - 50px);
        font-size: 16px;
    }
    .akrihin-media__video-title br {
        display: none;
    }
    .home-articles {
        padding: 0;
    }
    .akrihin-media__video-item {
        justify-content: center;
    }
}
@media (max-width: 576px) { 
    .home-article__title {
        padding-left: 10px;
        font-size: 16px;
    }
    .home-article__image {
        width: 95px;
    }
    .home-article__title {
        width: calc(100% - 95px);
    }
    .home-articles {
        margin-top: 25px;
        gap: 25px;
    }
    .akrihin-media__video-items {
        margin-top: 30px;
    }
}

.vacancies {
    padding: 90px 0 80px;
    color: var(--dark-blue)
}
.vacancies .page-title {
    color: var(--dark-blue);
}
.vacancies-content {
    margin-top: 70px;
}
.vacancies-item.hidden {
    display: none;
}
.vacancies-items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.vacancies-item {
    width: calc((100% - 30px) / 2);
    border-radius: 20px;
    border: 2px solid var(--dark-blue);
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 219px;
}
.vacancies-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 65px;
}
.vacancies-item__title {
    color: var(--dark-blue);
}
.vacancies-item__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.vacancies-item__city {
    font-size: 17px;
    border-radius: 50px;
    padding: 9px 20px;
    border: 1px solid var(--dark-blue);
}
.filter-cities__number {
    font-size: clamp(15px, 1.5625vw, 30px);
}
.filter-cities {
    position: relative;
}
.filter-cities_active {
    width: 500px;
    border: 2px solid var(--dark-blue);
    padding: 17px 35px;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.filter-cities_active span {
    width: calc(100% - 26px);
}
.filter-cities_active svg {
    width: 26px;
}
.filter-cities_dropdown {
    position: absolute;
    left: 0;
    top: calc(100% + 5px);
    border-radius: 10px;
    border: 2px solid var(--dark-blue);
    max-height: 300px;
    overflow-y: auto;
    background-color: #fff;
    z-index: 15;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .25s linear;
}
.city-item {
    font-size: 15px;
    padding: 10px;
    transition: all .25s linear;
    cursor: pointer;
}
.city-item.active {
    background-color: var(--dark-blue);
    color: #fff;
}
.city-item:hover {
    background-color: rgba(0, 0, 0, .15);
}
.filter-cities.open .filter-cities_dropdown {
    opacity: 1;
    visibility: visible;
}
.filter-cities_active svg {
    transition: all .25s linear;
}
.filter-cities.open .filter-cities_active svg {
    transform: rotate(180deg);
}
.vacancies-btn {
    text-align: center;
    margin-top: 45px;
}
.vacancies-btn a {
    display: inline-block;
    border-radius: 50px;
    background-color: #88D1F5;
    padding: 20px 35px;
    color: var(--dark-blue);
    text-decoration: none;
    outline: 0;
    font-size: clamp(19px, 1.4vw, 27px);
    font-weight: 500;
}
.vacancies-btn.hidden {
    display: none;
}

@media (max-width: 768px) { 
    .filter-cities {
        width: 100%;
        order: 2;
    }
    .filter-cities__number {
        width: 100%;
        order: 1;
        margin-bottom: 15px;
    }
    .vacancies-filter {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .filter-cities_active {
        width: auto;
    }
    .vacancies-item__city {
        padding: 8px 10px;
        font-size: 14px;
    }
    .vacancies-item__link {
        display: flex;
        width: 35px;
        height: 35px;
    }
    .vacancies-item__bottom {
        gap: 15px;
    }
    .vacancies-item__link svg {
        width: 100%;
        height: auto;
    }
    .vacancies-item__bottom {
        flex-wrap: wrap;
    }
    .vacancies-item__city {
        width: calc(100% - 50px);
    }
    .vacancies-item {
        width: 100%;
    }
    .vacancies-item {
        min-height: 130px;
    }
    .vacancies-item {
        gap: 20px;
        border-radius: 8px;
    }
    .vacancies-content {
        margin-top: 40px;
    }
    .filter-cities_active {
        padding: 15px 10px;
    }
}

.planets {
    position: relative;
    border-radius: var(--item-radius);
    background-image: url(../img/index/planet-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0;
    padding: 90px 0;
}
.planets__page-subtitle {
    margin: 30px auto 36px;
    width: 35vw;
}
.planets-video {
    text-align: center;
    margin-bottom: 50px;
}
.planet-item {
    transition: all .5s linear;
    border-radius: 50%;
    transform-origin: 0 0;
    padding-top: 100%;
}
.owl-item.active.planet-1 .planet-item {
}
.owl-item.active.planet-2 .planet-item {
    transform: scale(0.7) translateX(45%) translateY(-35%);
}
.owl-item.active.planet-3 .planet-item {
    transform: scale(0.53) translateX(40%) translateY(-35%);
}
.owl-item.active.planet-4 .planet-item {
    transform: scale(0.47) translateX(30%);
}
.planet-slider {
    padding-left: 3.2vw;
    padding-right: 3.2vw;
    position: absolute;
    top: 0;
    left: 0;
}
.planet-slider-wrappers {
    position: relative;
}
.planet-slider .owl-stage {
    padding-top: 112px;
}
.planet-content {
    position: relative;
    padding-left: 3.2vw;
    padding-right: 3.2vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.planet-content__wrapper {
    width: 62.5vw;
    margin-left: auto;
    position: relative;
    border-radius: var(--item-radius);
    padding: var(--item-padding);
}
.planet-content__slider {
    position: relative;
    z-index: 10;
}
.planet-content__wrapper .item-regular__overlay {
    backdrop-filter: blur(6px);
}
.planet-content__slide-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: clamp(18px, 2.08vw, 40px);
    color: var(--text);
    margin-bottom: 15px;
    align-items: center;
}
.planet-content__slide-descr {
    padding-right: 10%;
    margin-bottom: 30px;
}
.planet-content__slide-subtitle {
    margin-bottom: 20px;
}
.planet-content__slide-items {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.planet-content__slide-item {
    width: calc((100% - 25px) / 2);
}
.planet-content__slide-item a {
    display: block;
    position: relative;
    padding-top: 65%;
    border-radius: var(--item-radius);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.planet-content__slide-item a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--item-radius);
    background: linear-gradient(180deg,rgba(0, 0, 0, 0.05) 0%, rgba(18, 50, 116, 0.5) 100%);
}
.planet-content__slide-item-title {
    position: absolute;
    left: 20px;
    bottom: 15px;
    z-index: 15;
}
.planet-content {
    position: relative;
    z-index: 20;
    padding-top: 80px;
} 
.planet-content-nav svg {
    cursor: pointer;
}
.planet-content-nav {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 25%;
    justify-content: center;
}
.planet-content-nav svg circle {
    transition: fill 0.25s linear;
}
.planet-content-nav svg:hover circle {
    fill: var(--blue);
}
.planet-content__slide-item-title-video {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 40px);
}
.planet-content__slide-item-title-video svg {
    width: 45px;
    height: auto;
}
.planet-content__slide-item-title-video span {
    width: calc(100% - 45px);
    padding-right: 10px;
}
.planet-content__slide-title {
    display: flex;
    gap: 15px;
}
.planet-content__slide-title svg {
    width: 30px;
    height: auto;
}

@media (max-width: 1200px) { 
    .planet-content__wrapper .item-regular__overlay {
        background-color: var(--overlay);
    }
}
@media (max-width: 768px) {
    .planet-slider.owl-carousel.owl-loaded {
        display: none;
    }
    .planet-content__wrapper {
        width: 100%;
        margin-left: 0;
        order: 1;
    }
    .planet-content-nav {
        width: 100%;
        order: 2;
        margin-top: 20px;
    }
    .planets__page-subtitle {
        width: 50%;
    }
    .planet-content {
        padding-top: 0;
    }
    .planets-video svg {
        width: 50px;
        height: auto;
    }
    .planet-content__slide-descr {
        padding-right: 0;
    }
}
@media (max-width: 576px) {
    .planets {
        padding: 45px 0;
    }
    .planets__page-subtitle {
        width: 100%;
    }
    .planets__page-subtitle {
        margin-top: 20px;
        margin-bottom: 25px;
    }
    .planet-content-nav svg {
        width: 45px;
        height: auto;
    }
    .planet-content__slide-item {
        width: 100%;
    }
}
.home-formula {
    margin-top: -50px;
    padding-top: 200px;
    padding-bottom: 175px;
}
.home-formula .page-title {
    color: var(--dark-blue);
}
.home-formula-btn {
    margin-top: 50px;
    text-align: center;
}
.home-formula-btn a {
    display: inline-block;
    background-color: #E41846;
    color: #fff;
    border-radius: 50px;
    font-size: clamp(19px, 1.4vw, 27px);
    text-decoration: none;
    outline: 0;
    padding: 20px 35px;
}
@media (max-width: 768px) {
    .home-formula {
        padding-top: 140px;
        padding-bottom: 120px;
    }
}
@media (max-width: 576px) {
    .home-formula {
        padding-top: 120px;
        padding-bottom: 80px;
    }
    .home-formula-btn a,
    .go-to-akrihin__btn a {
        padding: 15px 20px;
    }
}
.video-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 5000;
    background-color: rgba(0,0,0,1);
    left: 0;
    top: 0;
    display: none;
}
.video-popup.open {
    display: block;
}
.video-popup__close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
}
.video-popup__close::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 2px;
    background-color: #fff;
}
.video-popup__close::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 100%;
    background-color: #fff;
}
.video-popup__wrapper {
    position: absolute;
    width: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.video-popup__wrapper video {
    max-width: 100%;
}
.to-top-btn {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 50px;
    height: 50px;
    background-color: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    z-index: 50;
    opacity: 0;
    visibility: hidden;
    transition: all .25s linear;
    cursor: pointer;
}
.to-top-btn svg {
    transform: rotate(90deg);
}
.to-top-btn.open {
    opacity: 1;
    visibility: visible;
}
.video-preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    z-index: 10;
    transition: opacity 0.3s;
}

.video-preloader.hidden {
    opacity: 0;
    pointer-events: none;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 15px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.planet-content__slide-item-link {
    display: block;
    position: relative;
    border-radius: var(--item-radius);
    overflow: hidden;
    text-decoration: none;
}

.planet-content__slide-item-picture,
.planet-content__slide-item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.planet-content__slide-item-link {
    padding-top: 65%;
}

.university-structure-image {
    position: relative;
    border-radius: var(--item-radius);
    overflow: hidden;
}

.university-structure-image__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.university-structure-image__wrapper.active {
    opacity: 1;
    position: relative;
}

.university-structure-image__picture,
.university-structure-image__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.talents-intro__item-image-wrapper {
    position: relative;
    padding-bottom: 65%;
    border-radius: 20px;
    overflow: hidden;
}

.talents-intro__item-picture,
.talents-intro__item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.planet-content__slide-item-link {
    display: block;
    position: relative;
    border-radius: var(--item-radius);
    overflow: hidden;
    text-decoration: none;
}

.planet-content__slide-item-picture,
.planet-content__slide-item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.planet-content__slide-item-link {
    padding-top: 65%;
}

.university-structure-image {
    position: relative;
    border-radius: var(--item-radius);
    overflow: hidden;
}

.university-structure-image__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.university-structure-image__wrapper.active {
    opacity: 1;
    position: relative;
}

.university-structure-image__picture,
.university-structure-image__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.talents-intro__item-image-wrapper {
    position: relative;
    padding-bottom: 65%;
    border-radius: 20px;
    overflow: hidden;
}

.talents-intro__item-picture,
.talents-intro__item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Для block__full-image */
.block__full-image {
    position: relative;
    width: 100%;
    height: 400px; /* или другая высота */
    overflow: hidden;
}

.block__full-image-picture,
.block__full-image-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Для prod-create с фоновым изображением */
.prod-create {
    position: relative;
    margin-top: -50px;
    padding-top: 80px;
    padding-bottom: 145px;
    overflow: hidden;
    z-index: 10;
}

.prod-create__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.prod-create__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 0;
}

.prod-create .container {
    position: relative;
    z-index: 1;
}

/* Для prod-create__image */
.prod-create__image-wrapper {
    width: 37%;
    border-radius: var(--item-radius);
    overflow: hidden;
    position: relative;
}

.prod-create__image-picture,
.prod-create__image-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prod-create__image-wrapper {
    min-height: 300px;
}

/* Для production-buddy с фоновым изображением */
.production-buddy {
    position: relative;
    margin-top: -50px;
    padding-top: 130px;
    padding-bottom: 150px;
    overflow: hidden;
}

.production-buddy__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.production-buddy__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 0;
}

.production-buddy .container {
    position: relative;
    z-index: 1;
}

/* Для production-buddy__image */
.production-buddy__image-wrapper {
    width: 35%;
    position: relative;
}

.production-buddy__image-wrapper-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--item-radius);
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: none;
}

.production-buddy__image-wrapper-inner.active {
    opacity: 1;
    position: relative;
    display: block;
}

.production-buddy__image-picture,
.production-buddy__image-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.production-buddy__image-wrapper-inner {
    min-height: 400px;
}

/* Для production-buddy__career изображения */
.production-buddy__career-picture {
    display: block;
    margin: 20px 0;
}

.production-buddy__career-img {
    max-width: 100%;
    height: auto;
}

/* Для production-method__image */
.production-method__image picture,
.production-method__image img {
    max-width: 100%;
    height: auto;
}

/* Обновляем существующие стили */
.prod-create__wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.prod-create__description {
    width: 63%;
    padding-left: 50px;
}

@media (max-width: 768px) {
    .prod-create__image-wrapper {
        width: 100%;
        padding-top: 56%;
    }
    
    .prod-create__description {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
    
    .production-buddy__image-wrapper {
        width: 100%;
        margin-top: 30px;
        padding-top: 0;
    }
    
    .production-buddy__image-wrapper-inner {
        position: absolute;
        top: 0;
        left: 0;
    }
}

/* Для block__full-image */
.block__full-image {
    position: relative;
    width: 100%;
    height: 400px; /* или другая высота */
    overflow: hidden;
}

.block__full-image-picture,
.block__full-image-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Для rd-stats с фоновым изображением */
.rd-stats {
    position: relative;
    margin-top: -50px;
    padding-top: 67px;
    padding-bottom: 80px;
    overflow: hidden;
    z-index: 10;
}

.rd-stats__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.rd-stats__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 0;
}

.rd-stats .container {
    position: relative;
    z-index: 1;
}

/* Для rd-about__image */
.rd-about__image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: var(--item-radius);
    overflow: hidden;
}

.rd-about__image-picture,
.rd-about__image-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rd-about__image-wrapper {
    min-height: 300px;
}

/* Для rd-gallery с фоновым изображением */
.rd-gallery {
    position: relative;
    margin-top: -50px;
    padding-top: 156px;
    padding-bottom: 90px;
    overflow: hidden;
}

.rd-gallery__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.rd-gallery__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 100%;
}

.rd-gallery .container {
    position: relative;
    z-index: 1;
}

/* Для галереи */
.gallery-intro__thumb-slide-wrapper {
    position: relative;
    width: 100%;
    height: 100px; /* или другая высота */
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}

.gallery-intro__thumb-picture,
.gallery-intro__thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-intro__full-slide-wrapper {
    position: relative;
    width: 100%;
    border-radius: var(--item-radius);
    overflow: hidden;
}

.gallery-intro__full-picture,
.gallery-intro__full-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Для office-map__image */
.office-map__image-wrapper {
    margin-top: 50px;
    overflow: hidden;
}

.office-map__image-wrapper.active {
    display: block;
}

.office-map__image-picture,
.office-map__image-img {
    width: 100%;
    height: auto;
    display: block;
}

/* Для rd-areas с фоновым изображением */
.rd-areas {
    position: relative;
    padding-top: 130px;
    padding-bottom: 80px;
    margin-top: -50px;
    overflow: hidden;
}

.rd-areas__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.rd-areas__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.rd-areas .container {
    position: relative;
    z-index: 1;
}

/* Для target-rd__item изображений */
.target-rd__item-image-wrapper {
    position: relative;
    padding-bottom: 65%;
    border-radius: 20px;
    overflow: hidden;
}

.target-rd__item-picture,
.target-rd__item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Обновляем существующие стили */
.rd-about__image {
    width: 45%;
}

.rd-about__descr {
    width: 55%;
    padding-left: 5vw;
}

@media (max-width: 768px) {
    .rd-about__image {
        width: 100%;
    }
    
    .rd-about__descr {
        width: 100%;
        padding-left: 0;
        margin-top: 40px;
    }
    
    .rd-about__image-wrapper {
        padding-top: 0;
    }
    
    .gallery-intro__full-slide-wrapper {
        height: 300px;
    }
    .gallery-intro__thumb-slide-wrapper {
        height: 250px;
    }
}

@media (max-width: 576px) {
    .rd-gallery {
        padding-top: 86px;
        padding-bottom: 45px;
    }
    
    .rd-areas {
        padding-top: 80px;
    }
}

/* Для block__full-image */
.block__full-image {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.block__full-image-picture,
.block__full-image-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Для sales-direction с фоновым изображением */
.sales-direction {
    position: relative;
    margin-top: -50px;
    padding-top: 75px;
    padding-bottom: 130px;
    overflow: hidden;
    z-index: 10;
}

.sales-direction__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.sales-direction__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 0;
}

.sales-direction .container {
    position: relative;
    z-index: 1;
}

/* Для prod-create с фоновым изображением */
.prod-create {
    position: relative;
    margin-top: -50px;
    padding-top: 80px;
    padding-bottom: 145px;
    overflow: hidden;
    z-index: 10;
}

.prod-create__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.prod-create__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 0;
}

.prod-create .container {
    position: relative;
    z-index: 1;
}

/* Для prod-create__image */
.prod-create__image-wrapper {
    width: 37%;
    border-radius: var(--item-radius);
    overflow: hidden;
    position: relative;
}

.prod-create__image-picture,
.prod-create__image-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prod-create__image-wrapper {
    min-height: 300px;
}

/* Для courage-competencies__image */
.courage-competencies__image {
    width: 35%;
    position: relative;
}

.courage-competencies__image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--item-radius);
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: none;
}

.courage-competencies__image-wrapper.active {
    opacity: 1;
    position: relative;
    display: block;
}

.courage-competencies__image-picture,
.courage-competencies__image-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.courage-competencies__image-wrapper {
    min-height: 400px;
}

/* Для sales-three-section с фоновым изображением */
.sales-three-section {
    position: relative;
    padding-bottom: 90px;
    padding-top: 50px;
    margin-top: -50px;
    overflow: hidden;
}

.sales-three-section__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.sales-three-section__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 0;
}

.sales-three-section .container {
    position: relative;
    z-index: 1;
}

/* Для sales-education__image */
.sales-education__image-wrapper {
    width: 37%;
    border-radius: var(--item-radius);
    overflow: hidden;
    position: relative;
}

.sales-education__image-picture,
.sales-education__image-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sales-education__image-wrapper {
    min-height: 300px;
}

/* Обновляем существующие стили */
.sales-direction__slider.owl-carousel .owl-stage {
    display: flex;
}

.sales-direction__slide {
    height: 100%;
    position: relative;
}

.courage-competencies_row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 55px;
}

.courage-competencies__content {
    width: 65%;
    padding-right: 30px;
}

.sales-education__content {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .prod-create__image-wrapper {
        width: 100%;
        padding-top: 0;
    }
    
    .courage-competencies__content {
        width: 100%;
        padding-right: 0;
    }
    
    .courage-competencies__image {
        width: 100%;
        margin-top: 35px;
        padding-top: 65%;
    }
    
    .courage-competencies__image-wrapper {
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .sales-education__image-wrapper {
        width: 100%;
        order: 2;
        padding-top: 0;
        margin-top: 30px;
    }
    
    .sales-education__descr {
        order: 1;
        width: 100%;
        padding-left: 0;
    }
}

/* Для courage-intro с фоновым изображением */
.courage-intro {
    position: relative;
    padding-top: 150px;
    padding-bottom: 220px;
    overflow: hidden;
}

.courage-intro__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.courage-intro__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 0;
}

.courage-intro .container {
    position: relative;
    z-index: 1;
}

/* Для courage-competencies с фоновым изображением */
.courage-competencies {
    position: relative;
    margin-top: -50px;
    padding-top: 120px;
    padding-bottom: 110px;
    overflow: hidden;
}

.courage-competencies__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.courage-competencies__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.courage-competencies .container {
    position: relative;
    z-index: 1;
}

/* Для courage-competencies__image */
.courage-competencies__image {
    width: 35%;
    position: relative;
}

.courage-competencies__image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--item-radius);
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: none;
}

.courage-competencies__image-wrapper.active {
    opacity: 1;
    position: relative;
    display: block;
}

.courage-competencies__image-picture,
.courage-competencies__image-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.courage-competencies__image-wrapper {
    min-height: 400px;
}

/* Для courage-intro__content-image */
.courage-intro__content-image picture,
.courage-intro__content-image img {
    max-width: 100%;
    display: block;
}

/* Обновляем существующие стили */
.courage-intro__wrapper {
    position: relative;
    padding: var(--item-padding);
    margin-top: 195px;
}

.courage-intro__content {
    position: relative;
    z-index: 5;
    padding-left: calc(38% + 27px);
}

.courage-intro__content-image {
    position: absolute;
    z-index: 10;
    left: var(--responsive-50px);
    width: 38%;
    bottom: -2px;
}

.courage-voices__person-reverse .courage-intro__content-image {
    left: auto;
    right: 0;
}

.courage-voices__person-reverse .courage-intro__content {
    padding-left: 0;
    padding-right: calc(35% + 27px);
}

@media (max-width: 768px) {
    .courage-intro__content-image {
        position: relative;
        width: 100%;
        order: 2;
        text-align: center;
        margin-top: -15px;
    }
    
    .courage-intro__content-image img {
        max-width: 52%;
    }
    
    .courage-intro__wrapper {
        display: flex;
        flex-direction: column;
    }
    
    .courage-intro__content {
        padding-left: 0;
    }
    
    .courage-intro__wrapper {
        padding-bottom: 0;
    }
    
    .courage-competencies__content {
        width: 100%;
        padding-right: 0;
    }
    
    .courage-competencies__image {
        width: 100%;
        margin-top: 35px;
        padding-top: 0;
    }
    
    .courage-competencies__image-wrapper {
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .courage-voices__person-reverse .courage-intro__content {
        padding-right: 0;
    }
}

@media (max-width: 576px) {
    .courage-intro__wrapper {
        margin-top: 60px;
    }
    
    .courage-intro {
        padding-top: var(--page-padding);
        padding-bottom: 100px;
    }
    
    .courage-intro__content-image img {
        max-width: 183px;
    }
    
    .courage-competencies {
        padding-top: 100px;
    }
}

/* Для block__full-image */
.block__full-image {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.block__full-image-picture,
.block__full-image-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Для rd-areas с фоновым изображением */
.rd-areas {
    position: relative;
    padding-top: 130px;
    padding-bottom: 80px;
    margin-top: -50px;
    overflow: hidden;
}

.rd-areas__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.rd-areas__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.rd-areas .container {
    position: relative;
    z-index: 1;
}

/* Для target-rd__item изображений */
.target-rd__item-image-wrapper {
    position: relative;
    padding-bottom: 65%;
    border-radius: 20px;
    overflow: hidden;
}

.target-rd__item-picture,
.target-rd__item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Для students-exp__image */
.students-exp__image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.students-exp__image-picture,
.students-exp__image-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.students-exp__image-wrapper {
    min-height: 300px;
}

/* Для students-offer с фоновым изображением */
.students-offer {
    position: relative;
    margin-top: -50px;
    padding-top: 150px;
    padding-bottom: 100px;
    overflow: hidden;
}

.students-offer__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.students-offer__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 0;
}

.students-offer .container {
    position: relative;
    z-index: 1;
}

/* Для students-offer__image */
.students-offer__image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: var(--item-radius);
    overflow: hidden;
}

.students-offer__image-picture,
.students-offer__image-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.students-offer__image-wrapper {
    min-height: 300px;
}

/* Обновляем существующие стили */
.students-exp__wrapper-image {
    width: 35%;
}

.students-exp__wrapper {
    width: 65%;
    padding-right: 30px;
}

.students-offer__wrapper-image {
    width: 35%;
}

.students-offer__description-wrapper {
    width: 65%;
    padding-left: 30px;
}

@media (max-width: 992px) {
    .students-exp__wrapper-image,
    .students-offer__wrapper-image,
    .students-offer__description-wrapper {
        width: 100%;
    }
    
    .students-offer__description-wrapper {
        padding-left: 0;
        margin-bottom: 30px;
        order: 1;
    }
    
    .students-offer__wrapper-image {
        order: 2;
    }
}

@media (max-width: 768px) {
    .students-exp__wrapper {
        width: 100%;
        padding-right: 0;
    }
    
    .students-exp__wrapper-image {
        width: 100%;
        margin-top: 30px;
    }
}

/* Для talents-intro с фоновым изображением */
.talents-intro {
    position: relative;
    padding-top: 122px;
    padding-bottom: 80px;
    overflow: hidden;
}

.talents-intro__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.talents-intro__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 0;
}

.talents-intro .container {
    position: relative;
    z-index: 1;
}

/* Для talents-intro__item изображений */
.talents-intro__item-image-wrapper {
    position: relative;
    padding-bottom: 65%;
    border-radius: 20px;
    overflow: hidden;
}

.talents-intro__item-picture,
.talents-intro__item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Обновляем существующие стили */
.talents-intro__subtitle {
    max-width: 740px;
    margin: 30px auto 0;
}

.talents-intro__item {
    position: relative;
    padding: 35px 35px 30px;
}

.talents-intro__items {
    margin-top: 70px;
}

.talents-intro__item-content {
    position: relative;
}

.talents-intro__item-title {
    margin-top: 25px;
}

@media (max-width: 768px) { 
    .talents-intro {
        padding-top: 70px;
        padding-bottom: 40px;
    }
    
    .talents-intro .three-in-row__item:last-child {
        width: calc((100% - 15px) / 2);
    }
    
    .talents-intro .three-in-row__item {
        width: calc((100% - 15px) / 2);
    }
    
    .talents-intro__items {
        margin-top: 35px;
        gap: 15px;
    }
    
    .talents-intro__item {
        padding: 15px;
    }
    
    .talents-intro__item-title {
        margin-top: 20px;
    }
    
    .talents-intro__item-image-wrapper {
        border-radius: 10px;
    }
}

@media (max-width: 576px) { 
    .talents-intro .three-in-row__item:last-child {
        width: 100%;
    }
    
    .talents-intro .three-in-row__item {
        width: 100%;
    }
}

/* Для university с фоновым изображением */
.university {
    position: relative;
    padding: 95px 0 80px;
    overflow: hidden;
}

.university__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.university__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.university .container {
    position: relative;
    z-index: 1;
}

/* Для university-intro__image */
.university-intro__image-wrapper {
    width: 45%;
    border-radius: var(--item-padding);
    overflow: hidden;
    position: relative;
}

.university-intro__image-picture,
.university-intro__image-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.university-intro__image-wrapper {
    min-height: 200px;
}

/* Для university-structure-image */
.university-structure-image-wrapper {
    width: 40%;
    border-radius: var(--item-radius);
    overflow: hidden;
    position: relative;
}

.university-structure-image-picture,
.university-structure-image-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.university-structure-image-wrapper {
    min-height: 400px;
}

/* Обновляем существующие стили */
.university-intro__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 5;
}

.university-intro__descr {
    width: 55%;
    padding-left: 4.1vw;
}

.university-structure {
    display: flex;
    flex-wrap: wrap;
    margin-top: 65px;
}

.university-structure-content {
    width: 60%;
    padding-left: 15px;
}

@media (max-width: 992px) {
    .university-intro__image-wrapper {
        width: 100%;
    }
    
    .university-intro__descr {
        padding-left: 0;
        width: 100%;
        margin-top: 30px;
    }
    
    .university-structure-content {
        width: 100%;
        padding-left: 0;
        order: 1;
    }
    
    .university-structure-image-wrapper {
        width: 100%;
        margin-bottom: 30px;
        padding-top: 56%;
    }
    .university-structure-image {
        display: none;
    }
}
@media (max-width: 768px) {
    .rd-areas {
        padding-top: 50px;
        margin-top: 0;
    }
}

@media (max-width: 576px) {
    .university-intro__image-wrapper {
        border-radius: 10px;
    }
}
/* Для office-intro с фоновым изображением */
.office-intro {
    position: relative;
    padding-top: 132px;
    padding-bottom: 158px;
    overflow: hidden;
}

.office-intro__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.office-intro__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.office-intro .container {
    position: relative;
    z-index: 1;
}

/* Для галереи */
.gallery-intro__thumb-slide-wrapper {
    position: relative;
    width: 100%;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}

.gallery-intro__thumb-picture,
.gallery-intro__thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-intro__full-slide-wrapper {
    position: relative;
    width: 100%;
    border-radius: var(--item-radius);
    overflow: hidden;
}

.gallery-intro__full-picture,
.gallery-intro__full-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Для office-map__image */
.office-map__image-wrapper {
    margin-top: 50px;
    overflow: hidden;
}

.office-map__image-picture,
.office-map__image-img {
    width: 100%;
    height: auto;
    display: block;
}

/* Для our-offer с фоновым изображением */
.our-offer {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}

.our-offer__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.our-offer__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.our-offer .container {
    position: relative;
    z-index: 1;
}

/* Обновляем существующие стили */
.gallery-intro__thumb-slider.office-intro__gallery-intro .owl-nav {
    margin-top: 22px;
}

.gallery-intro__thumb-slider.office-intro__gallery-intro .owl-nav button:not(:last-child) {
    margin-right: 25px;
}

@media (max-width: 992px) {
    .gallery-intro__thumb-slider.office-intro__gallery-intro .owl-nav button:not(:last-child) {
        margin-right: 8px;
    }
}

@media (max-width: 768px) {
    .gallery-intro__full-slide-wrapper {
        height: 300px;
    }
    
    .office-intro {
        padding-top: 80px;
        padding-bottom: 105px;
    }
}

@media (max-width: 576px) {
    .office-intro {
        padding-top: 65px;
        padding-bottom: 95px;
    }
    
    .gallery-intro__thumb-slide-wrapper {
        height: 70px;
    }
}




/* Для office-intro с фоновым изображением */
.office-intro {
    position: relative;
    padding-top: 132px;
    padding-bottom: 158px;
    overflow: hidden;
}

.office-intro__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.office-intro__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.office-intro .container {
    position: relative;
    z-index: 1;
}

/* Для галереи */
.gallery-intro__thumb-slide-wrapper {
    position: relative;
    width: 100%;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}

.gallery-intro__thumb-picture,
.gallery-intro__thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-intro__full-slide-wrapper {
    position: relative;
    width: 100%;
    border-radius: var(--item-radius);
    overflow: hidden;
}

.gallery-intro__full-picture,
.gallery-intro__full-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Для office-map__image */
.office-map__image-wrapper {
    margin-top: 50px;
    overflow: hidden;
}

.office-map__image-picture,
.office-map__image-img {
    width: 100%;
    height: auto;
    display: block;
}

/* Для our-offer с фоновым изображением */
.our-offer {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}

.our-offer__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.our-offer__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.our-offer .container {
    position: relative;
    z-index: 1;
}

/* Обновляем существующие стили */
.gallery-intro__thumb-slider.office-intro__gallery-intro .owl-nav {
    margin-top: 22px;
}

.gallery-intro__thumb-slider.office-intro__gallery-intro .owl-nav button:not(:last-child) {
    margin-right: 25px;
}

@media (max-width: 992px) {
    .gallery-intro__thumb-slider.office-intro__gallery-intro .owl-nav button:not(:last-child) {
        margin-right: 8px;
    }
}

@media (max-width: 768px) {
    .gallery-intro__full-slide-wrapper {
        height: 300px;
    }
    
    .office-intro {
        padding-top: 80px;
        padding-bottom: 105px;
    }
}

@media (max-width: 576px) {
    .office-intro {
        padding-top: 65px;
        padding-bottom: 95px;
    }
    
    .gallery-intro__thumb-slide-wrapper {
        height: 175px;
    }
}