* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
}
.grecaptcha-badge { 
    visibility: hidden; 
}
img {
    max-width: 100%;
    height: auto;
}

@media(max-width:600px) {
    h2 {
        font-size: 24px
    }
}

.container {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    padding: 15px;
}

header {
    background: #fff;
    box-shadow: rgba(199, 194, 226, 0.25) 0px 4px 12px 0px;
    padding: 15px 6.875rem 15px 2.5rem;
    transition: .1s linear;
}

body {
    background: #fafafa;
    font-family: 'SF Pro Display', sans-serif;
}

.breadcrumbs {
    font-size: 15px;
    margin: 15px 0;
    text-align: left;
}

.breadcrumbs a {
    color: #000;
    text-decoration: none;
    transition: .3s;
}

.breadcrumbs a:hover {
    opacity: .8;
}

.breadcrumbs .last {
    color: #959595;
}

.df-posts > .df-popup-thumb {
    width: calc(33.333% - 30px) !important;

}

.df-popup-thumb .df-book-title {
    bottom: 0 !important;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 20px 15px !important;
    font-size: 18px !important;
    background: rgba(255, 255, 255, .9);
    box-sizing: border-box;
    display: block;
    -moz-transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
    opacity: 1 !important;
}

h1.title {
    font-size: 24px;
    font-weight: 500;
    color: #202123;
    margin-bottom: 10px;
}




footer ul {
    list-style: none;
}

footer a {
    text-decoration: none;
}

.footer_footer__lO_Ct {
    background: url(/image/bg-footer.png) 50%/cover no-repeat;
    padding: 1rem 5rem;
    margin-top: 30px;
}

@media(max-width: 992px) {
    .footer_footer__lO_Ct {
        padding: 15px;
        background: url(/image/card_main_big_mobile.png) 50%/cover no-repeat;
        margin-top: 30px;
    }

}

.footer_bot__Mgt_2 {
    margin-top: 15px;
    display: flex;
    gap: 5rem;
    width: 100%
}

@media(max-width: 992px) {
    .footer_bot__Mgt_2 {
        display: flex;
        flex-direction: column-reverse;
        gap: 2.5rem
    }
}

.footer_bot_left__nlZD_ {
    max-width: 304px;
    width: 100%
}

@media(max-width: 992px) {
    .footer_bot_left__nlZD_ {
        width: 100%;
        max-width: 61.9375rem
    }
}

.footer_bot_left_app__v7xuP {
    display: flex;
    gap: 15px;
    margin-top: 2.5rem
}

.footer_bot_left_app__v7xuP a {
    width: 11.9375rem
}

.footer_bot_left_app__v7xuP a img {
    width: 100%;
    height: auto
}

.footer_bot_menus__UZw7H {
    display: flex;
    gap: 15px;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.align-center {
    align-items: center;
}

.gazeta-wrap {
    padding: 15px;
    width: 33.333%;
}

.gazeta-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #eef2f5;
    transition: transform 0.3s ease;
}

.gazeta-card:hover {
    transform: translateY(-5px);
}

.gazeta-img-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    /* Пропорция как на скриншоте */
    background: #f8f9fa;
}

.gazeta-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.gazeta-overlay {
    position: absolute;
    inset: 0;
    background: rgba(224, 43, 43, 0.7);
    /* Ваш красный с прозрачностью */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
    backdrop-filter: blur(2px);
}

.gazeta-overlay span {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 8px 20px;
    border-radius: 50px;
}

.gazeta-card:hover .gazeta-overlay {
    opacity: 1;
}

.gazeta-info {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.gazeta-date {
    font-size: 14px;
    color: #888;
    margin-bottom: 8px;
}

.gazeta-title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
    line-height: 1.3;
    transition: color 0.3s;
}

.gazeta-card:hover .gazeta-title {
    color: #e02b2b;
}

.gazeta-description {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

/*Хедер*/
header.test {
    background: #fff;
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 999;
    padding: 15px 0;

}

header.test .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Десктопное меню */
.main-navigation ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-navigation li {
    margin-left: 25px;
}

.main-navigation a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
    transition: color 0.3s;
}

.main-navigation a:hover {
    color: #e02b2b;
}

/* Кнопка Бургер */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
}

.menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background: #333;
    margin: 5px 0;
    transition: 0.3s;
}

/* Адаптивность */
@media (max-width: 991px) {
    .menu-toggle {
        display: block;
    }

    header.test {
        padding: 0;
    }

    .main-navigation {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background: #fff;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
        transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        padding-top: 80px;
        z-index: 1000;
    }

    .main-navigation.is-open {
        right: 0;
    }

    .main-navigation ul {
        flex-direction: column;
    }

    .main-navigation li {
        margin: 0;
        border-bottom: 1px solid #f5f5f5;
    }

    .main-navigation a {
        display: block;
        padding: 15px 25px;
        font-size: 18px;
    }

    /* Анимация бургера при открытии */
    .menu-toggle.is-active span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
        background: #e02b2b;
    }

    .menu-toggle.is-active span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.is-active span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
        background: #e02b2b;
    }
}

/* Fancybox Fullscreen */
.fancybox__content {
    padding: 0 !important;
    background: #000 !important;
}

.fancybox__iframe {
    border-radius: 0;
}

@media(max-width: 992px) {
    .gazeta-wrap {
        width: 50%;
    }
}

@media(max-width: 600px) {
    .gazeta-wrap {
        width: 100%;
    }
}

@media(max-width: 992px) {
    .footer_bot_right__qjUjM {
        width: 100%;
        max-width: 61.9375rem;
        display: flex;
        flex-direction: column;
        gap: 1.75rem
    }

    .df-posts > .df-popup-thumb {
        width: calc(100% - 30px) !important;

    }
}

@media(min-width: 992px) {
    .footer_bot_right__qjUjM {
        display: flex;
        width: 100%;
        justify-content: space-between
    }
}

.footer_bot_right_item__meq2s {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.footer_bot_right_title__torua {
    width: 217px;
    font-size: 13.48px;
    font-weight: 400
}

.footer_bot_right_value__clUER {
    display: flex
}

.footer_bot_right__qjUjM a {
    margin-right: .875rem
}

.footer_copy__LF_l8 {
    color: #484847;
    font-size: 11px;
    margin-top: 2.5rem
}

.footer_item_menu__c7YMQ {
    width: 195px;
    padding-left: 15px
}

.footer_item_menu__c7YMQ li:not(:first-child) {
    margin-top: 2rem
}

.footer_item_menu__c7YMQ a {
    color: var(--Black, #000);
    font-size: 13.4813px;
}

.footer_item_menu__c7YMQ a:hover {
    text-decoration: underline
}

@media(max-width: 992px) {
    .footer_item_menu__c7YMQ {
        padding: 0
    }
}

.footer_right_top___sN1t {
    display: flex;
    font-size: 15px;
    font-weight: 500
}

@media(max-width: 992px) {
    .footer_right_top___sN1t {
        display: flex;
        flex-direction: column;
        gap: 1.75rem
    }
}

.footer_right_top___sN1t a {
    font-size: 15px;
    font-weight: 500;
    color: var(--color-black)
}

@media(max-width: 992px) {
    .footer_empty_block__VkCEM {
        display: none
    }
}

.footer_email__naXMf {
    color: var(--color-black);
    font-size: 15px;
    font-weight: 500
}

.footer_socials__L48D7 {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer_socials__L48D7 a {
    width: 2rem;
    height: 2rem
}

.footer_socials__L48D7 a svg {
    width: 100%;
    height: 100%
}

.footer_socials__L48D7 a img {
    width: auto;
    height: auto;
}

.footer_socials__L48D7 a .footer_appStore__IIQJu {
    max-width: unset
}

/*Страница карьеры*/

/*Хиро*/

.career-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    min-height: 600px;
    display: flex;
    align-items: center;
    height: calc(100vh - 96px);
}

.career-hero .breadcrumbs {
    position: absolute;
    top: 15px;
}

.career-top-label {
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 40px;
    opacity: 0.8;
}

.career-title {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 25px;
}

.career-desc {
    max-width: 850px;
    margin: 0 auto 15px;
    font-size: 18px;
    line-height: 1.6;
}

.career-stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin: 40px 0;
}

.career-stat-item {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 15px;
    min-width: 200px;
}

.career-icon-box {
    width: 64px;
    height: 64px;
    background: #009bdc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.career-icon-box img {
    width: 32px;
    height: auto;
}

.career-num {
    display: block;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}

.career-lab {
    font-size: 14px;
    opacity: 0.9;
}

.career-main-btn {
    background-color: #951A75;
    color: #fff;
    border: none;
    padding: 16px 35px;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    font-size: 15px;
    text-decoration: none;
}

.career-main-btn:hover {
    background-color: #7a155a;
    transform: translateY(-2px);
}

.career-hero .breadcrumbs a {
    color: #fff;
}

/*Бенефиты*/

.benefits-section {
    padding: 80px 0px 30px;
}

.benefits-main-title {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #0E1318;
    margin-bottom: 50px;
    line-height: 1.4;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.benefit-card {
    background: #ffffff;
    border: 2px solid #009CDF;
    border-radius: 12px;
    padding: 40px 25px;
    transition: box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.benefit-card:before {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    background: url(/image/hearts.svg);
    background-size: cover;
    bottom: -5px;
    left: -5px;
    background-repeat: no-repeat;
}

.benefit-card:after {
    content: '';
    position: absolute;
    display: block;
    width: 170px;
    height: 170px;
    bottom: -25px;
    right: -25px;
    background: #BBDCF81F;
    border-radius: 50%;
}

.benefit-card:hover {
    box-shadow: 0 10px 30px rgba(0, 150, 218, 0.1);
}

.benefit-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.benefit-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.benefit-title {
    font-size: 18px;
    font-weight: 700;
    color: #4F4F4F;
    margin: 0;
}

.benefit-content p {
    font-size: 16px;
    line-height: 1.4;
    color: #4F4F4F;
    margin: 0;
}

/* Адаптивность */
@media (max-width: 992px) {
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .benefits-main-title {
        font-size: 24px;
    }
}

/*Стажер*/
.info-cards-section {
    padding: 30px 0px;
    /* Легкий фон как на макете */
}

.info-cards-section h2 {
    margin-bottom: 30px;
}

.info-cards-grid {
    display: grid;
    gap: 24px;
    /* Расстояние между карточками */
    width: 100%;
}

/* Если карточек 2 — делим на 2 колонки */
.info-cards-grid.cols-2 {
    grid-template-columns: repeat(2, 1fr);
}

/* Если карточек 3 или больше — делим на 3 колонки */
.info-cards-grid.cols-3 {
    grid-template-columns: repeat(3, 1fr);
}

/* Адаптивность: на планшетах всегда по 2 в ряд */
@media (max-width: 991px) {

    .info-cards-grid.cols-2,
    .info-cards-grid.cols-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* На мобильных по 1 в ряд */
@media (max-width: 600px) {

    .info-cards-grid.cols-2,
    .info-cards-grid.cols-3 {
        grid-template-columns: 1fr;
    }

    .info-cards-section h2 {
        font-size: 20px;
    }
}


.info-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
}

.info-card-image {
    width: 100%;
    height: 250px;
}

.info-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info-card-body {
    padding: 40px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.info-card-title {
    font-size: 28px;
    font-weight: 700;
    color: #202123;
    margin-bottom: 20px;
    line-height: 1.2;
}

.info-cards-grid.cols-2 .info-card-title {
    min-height: 70px;

}

.info-card-text {
    font-size: 16px;
    line-height: 1.4;
    color: #202123;
    margin-bottom: 25px;
}

.info-card-footer {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-top: auto;
    /* Прижимает к низу, если тексты разной длины */
}

/* Адаптивность */
@media (max-width: 768px) {
    .info-cards-grid {
        grid-template-columns: 1fr;
        /* Одна колонка на мобилках */
    }

    .info-card-body {
        padding: 25px;
    }

    .info-card-title {
        font-size: 20px;
    }
}

/*Форма*/
/* Контейнер всей формы (если нужно ограничить ширину) */
.wpcf7 {
    max-width: 800px;
    margin: 0 auto;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* Заголовок (если выводите его внутри формы) */
.wpcf7 h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
}

.form-main-row {
    display: flex;
    flex-wrap: wrap;
}

.form-content {
    width: 60%;
    border: 2px solid #951A7533;
    border-right: 0px;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
    padding: 40px 40px 80px;
    background: #fff;
    position: relative;
}

.form-content h2 {
    text-align: center;
    margin-bottom: 30px;
}

.form-image {
    width: 40%;
}

.form-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Общие стили для строк */
.form-row {
    margin-bottom: 30px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 15px 0;
    position: absolute;
    padding: 10px;
    width: calc(100% - 10px);
    left: 5px;
    text-align: center;
}

.form-row label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #4F4F4F;
    margin-bottom: 5px;
}

.form-row br {
    display: none;
}

/* Сетка для E-mail и Телефона */
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* Поля ввода */
.wpcf7-form-control:not([type="submit"]):not([type="checkbox"]) {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 15px;
    color: #333;
    background: #fff;
    transition: border-color 0.3s;
    box-sizing: border-box;
    display: block;
}

.wpcf7-form-control:focus {
    border-color: #9d1c6c;
    /* Фирменный цвет при фокусе */
    outline: none;
}

/* Поля с иконками */
.input-with-icon {
    position: relative;
}

.input-with-icon .icon {
    position: absolute;
    right: 15px;
    top: 21px;
    transform: translateY(-50%);
    font-size: 18px;
    color: #333;
    pointer-events: none;
}

.input-with-icon input {
    padding-right: 45px !important;
}

/* Зона загрузки файла */
.upload-area {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    text-align: center;
    margin-top: 20px;
    position: relative;
    background: #fff;
}

.file-label {
    cursor: pointer;
    display: block;
    margin: 0 !important;
}

.file-label .clip {
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
}

.file-label span {
    color: #3498db;
    /* Синий цвет ссылки */
    text-decoration: underline;
}

.file-label small {
    display: block;
    color: #999;
    margin-top: 5px;
    font-size: 12px;
}

#file-name-display {
    display: none;
    margin-top: 10px;
    font-weight: bold;
    color: #2c3e50;
    position: absolute;
    width: 100%;
    text-align: center;
}

/* Скрываем стандартную кнопку файла, делая зону кликабельной */
.upload-area input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* Согласие (Checkbox) */
.acceptance-row {
    text-align: center;
    margin: 25px 0;
    font-size: 14px;
}

.acceptance-row .wpcf7-list-item {
    margin: 0;
}

.acceptance-row input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #9d1c6c;
    /* Пурпурный чекбокс */
    vertical-align: middle;
    margin-right: 8px;
}

/* Кнопка отправить */
.submit-wrapper {
    text-align: center;
}

.wpcf7-submit {
    background-color: #9d1c6c !important;
    /* Пурпурный цвет Копійки */
    color: #fff !important;
    padding: 14px 60px !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: background 0.3s !important;
}

.wpcf7-submit:hover {
    background-color: #7d1656 !important;
}

.wpcf7 textarea {
    max-height: 100px;
}

.wpcf7-not-valid-tip {
    position: absolute;
}

.wpcf7-spinner {
    display: none;
}

footer i {
    font-size: 24px;
}

.icon-instagram {
    color: #833ab4;
}

.icon-facebook {
    color: #1877f2;
}

.icon-telegram {
    color: #0088cc;
}

/* Скрываем стандартную некрасивую кнопку инпута, но оставляем его функциональным */
#file-input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.upload-area {
    border: 2px dashed #ccc;
    padding: 10px 10px 50px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Эффект, когда файл держат над формой */
.upload-area.highlight {
    border-color: #ffcc00;
    /* Цвет вашей темы */
    background-color: rgba(255, 204, 0, 0.05);
}

.fake-button {
    color: #007bff;
    text-decoration: underline;
    cursor: pointer;
}

/* Контейнер модалки */
.cf7-custom-modal {
    display: none;
    /* Скрыто по умолчанию */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

/* Затемнение фона */
.cf7-modal-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

/* Белое окно */
.cf7-modal-content {
    position: relative;
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    max-width: 450px;
    width: 90%;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* Кнопка-крестик */
.cf7-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #9d2382;
    /* Ваш фиолетовый цвет */
    color: white;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 20px;
}

/* Заголовок и текст */
.cf7-modal-body h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #333;
}

/* Кнопка "Закрыть" */
.cf7-modal-btn-close {
    background: #9d2382;
    color: #fff;
    border: none;
    padding: 12px 35px;
    border-radius: 4px;
    margin-top: 20px;
    cursor: pointer;
    font-weight: bold;
}

/* Скрываем стандартное текстовое уведомление CF7, чтобы не дублировать */
/*
.wpcf7-response-output {
    display: none !important;
}
*/

/*Социальный блок*/
/* Основной контейнер */
/* Основной контейнер */
.social-promo {
    width: 100%;
    margin: 20px auto;
}

.social-promo__container {
    display: flex;
    min-height: 250px;
    flex-wrap: wrap;
    border-radius: 9px;
    overflow: hidden;
}

/* Левая сторона */
.social-promo__left {
    flex: 1 1 50%;
    background-color: #8e1a72;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    gap: 30px;
    color: #fff;
}

.social-promo__title {
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0;
}

.social-promo__icons {
    display: flex;
    gap: 15px;
}

.social-promo__link {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s;
    text-decoration: none;
}

.social-promo__link:hover {
    transform: scale(1.1);
}

.social-promo__link img {
    width: 24px;
    height: 24px;
    display: block;
}

/* Правая сторона */
.social-promo__right {
    flex: 1 1 50%;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-promo__overlay {
    text-align: center;
    color: #fff;
    z-index: 2;
}

.social-promo__logo {
    max-width: 140px;
    margin-bottom: 15px;
    height: auto;
}

.social-promo__promo-text {
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    margin: 0;
}

.social-promo a {
    background: #fff;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    transition: .3s;
}

.social-promo a:hover {
    background: #000;
}

.social-promo a i {
    color: #8e1a72 !important;
    font-size: 22px;
}

.social-promo a:hover i {
    color: #fff !important;
}

/*Конец*/
/*Страница О нас*/
/*Главный блок*/
.col-6 {
    width: 50%;
    padding: 15px;
}

.anti-hero h1 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 30px;
}

.anti-hero .anti-hero p {
    margin-bottom: 20px;
}

/*Блок статистики*/
.stats-grid {
    display: flex;
    justify-content: space-around;
    text-align: center;
    padding: 30px 0;
    gap: 20px;
}

.stat-number {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 10px;
}

/*Блок видео*/
.video-wrapper {
    position: relative;
    width: 100%;
    /* или по вашему дизайну */
    aspect-ratio: 16 / 9;
    /* сохраняет пропорции видео */
    margin: 30px auto;
    background-size: cover;
    background-position: center;
    /* если на дизайне закруглено */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
    max-height: 540px;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.play-btn {
    background: none;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease;
    z-index: 2;
    margin-top: 4px;
}

.play-btn:hover {
    transform: scale(1.1);
}

.video-text {
    max-width: 800px;
    margin: auto;
    line-height: 1.3;
}

.video-section {
    padding: 50px 0;
}

.editor ul {
    margin: 15px 0;
    list-style: none;
}

.editor ul li {
    margin-bottom: 15px;
}

.editor ul li br {
    display: none;
}

.editor ul li strong {
    display: flex;
    align-items: center;
}

.editor ul li strong:before {
    content: ' ';
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    background: url('/image/check.svg');
    background-size: cover;
    background-position: center;
}

/* Секция мисиии */
.mission-text {
    margin: 30px 0;
}

/* Сетка карточек */
.mission-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* Сама карточка */
.mission-card {
    flex: 1;
    min-width: 300px;
    background: #ffffff;
    border: 1px solid #eef2f6;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mission-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

/* Изображение внутри карточки */
.mission-card .card-image {
    width: 100px;
    height: 100px;
    margin: 0 auto 25px;
}

.mission-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

/* Текст внутри карточки */
.mission-card .card-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.mission-card .card-text {
    font-size: 14px;
    line-height: 1.6;
    color: #666666;
}

/* Адаптивность для планшетов и мобилок */
@media (max-width: 992px) {
    .mission-card {
        flex: 0 0 calc(50% - 10px);
        /* Две в ряд */
    }
}

@media (max-width: 650px) {
    .mission-card {
        flex: 0 0 100%;
        /* Одна в ряд */
    }
}

/* Адаптивность для мобилок */
@media (max-width: 600px) {
    .stat-number {
        font-size: 28px;
    }

    .anti-hero .row {
        flex-direction: column-reverse;
    }

    .col-6 {
        width: 100%;
    }

    .anti-hero h1 {
        font-size: 32px;
    }

    .stats-grid {
        flex-wrap: wrap;
    }

    .stat-item {
        flex: 1 1 45%;
    }

    .social-promo {
        padding: 0 !important;
    }

    .social-promo__container {
        border-radius: 0;
    }

    .social-promo__left {
        flex: 1 1 100%;
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }

    .social-promo__right {
        flex: 1 1 100%;
        min-height: 200px;
    }

    .social-promo__promo-text {
        font-size: 1.8rem;
    }

    .form-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .form-content {
        width: 100%;
    }

    .form-image {
        width: 100%;
    }

    .career-hero {
        height: auto;
        padding-bottom: 30px;
    }

    .career-hero .breadcrumbs {
        position: static;
    }

    .career-stats {
        gap: 15px;
        justify-content: flex-start;
    }

    .career-icon-box {
        width: 45px;
        height: 45px;
    }

    .career-stat-item {
        display: flex;
        align-items: center;
        text-align: left;
        gap: 15px;
        min-width: 150px;
    }

    .career-num {
        font-size: 20px;
    }

    .benefits-section {
        padding: 30px 0;
    }

    .benefits-main-title {
        margin-bottom: 30px;
    }

    .form-content {
        border-right: 2px solid #951A7533;
        border-bottom: 0px;
        padding: 15px;
        border-top-left-radius: 9px;
        border-top-right-radius: 9px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .wpcf7-form-control:not([type="submit"]):not([type="checkbox"]) {
        padding: 10px 5px;
    }

    .form-content h2 {
        margin-bottom: 15px;
        font-size: 20px;
    }

    .form-image img {
        object-position: top center;
        height: 200px;
        border: 2px solid #951A7533;
        border-top: none;
        border-bottom-left-radius: 9px;
        border-bottom-right-radius: 9px;
    }

    .wpcf7 form .wpcf7-response-output {
        width: 100%;
        left: 0;
        position: static;
    }
}
