/* Fonts */
@font-face {
    font-family: "ProximaNova";
    src: url("../fonts/ProximaNova-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ProximaNova";
    src: url("../fonts/ProximaNova-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "ProximaNova";
    src: url("../fonts/ProximaNova-Semibold.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "ProximaNova";
    src: url("../fonts/ProximaNova-Black.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: 'Proxima Nova Rg';
}

a {
    color: #000;
}

a:hover {
    text-decoration: none;
}

.br-mobile {
    display: none;
}

@media (max-width: 576px) {
    .br-mobile {
        display: inline;
    }
}


@media (max-width: 576px) {

    /* Исправление bootstrap колонок */
    .col-lg-3 {
        width: 100% !important;
    }

    /* Поля */
    .form-control {
        height: 48px;
        border-radius: 8px;
        font-size: 16px;
        text-align: left !important;
        padding-left: 14px;
    }

    /* Кнопка */
    button.btn-trud2 {
        height: 48px;
        border-radius: 8px;
        font-size: 16px;
    }

    /* Чекбокс текст */
    .left-content__small {
        margin-top: 5px;
    }

    .form-check-label {
        font-size: 13px;
        line-height: 1.3;
    }
}

.container {
    max-width: 1128px;
}

.prav_container {
    background: #F5F6FA;
}

@media (max-width: 576px) {
    .prav_container {
        background: #F5F6FA;
        margin-top: 0px;
    }
}

.pravobaza__container {
    padding-top: 100px;
    margin-bottom: 60px;
}

@media (max-width: 576px) {
    .pravobaza__container {
        padding-top: 15px;
        margin-bottom: 0px;
    }
}

.prav__h2 {
    width: 124%;
    font-size: 38px;
}

.prav__section {
    padding: 75px 0px;
    position: relative;
}

@media (max-width: 576px) {
    .prav__section {
        padding: 35px 0px 55px;
    }
}

.prav__img {
    display: block;
    padding-left: 88px;
}

@media (max-width: 576px) {
    .prav__img {
        display: none;
    }
}

.prav__img2 {
    display: block;
    padding-left: 88px;
}

@media (max-width: 576px) {
    .prav__img2 {
        display: none;
    }
}


.sup__img-mob {
    display: none;
}

@media (max-width: 576px) {
    .sup__img {
        display: none;
    }

    .sup__img-mob {
        display: block;
    }
}

.scr__img {
    display: block;
}

@media (max-width: 576px) {
    .scr__img {
        display: none;
    }
}

.document__img {
    display: block;
}

@media (max-width: 576px) {
    .document__img {
        display: none;
    }
}

.consulting__text {
    font-weight: 400;
    font-size: 23px;
    line-height: 120%;
    color: #2F3441;
    width: 132%;
}

@media (max-width: 576px) {
    .consulting__text {
        width: 84%;
        font-weight: 400;
        font-size: 18px;
        line-height: 120%;
        color: #2F3441;
    }
}

.consulting__text2 {
    font-weight: 400;
    font-size: 23px;
    line-height: 120%;
    color: #2F3441;
    width: 118%;
    padding-bottom: 20px;
}

@media (max-width: 576px) {
    .consulting__text2 {
        width: 84%;
        font-weight: 400;
        font-size: 18px;
        line-height: 120%;
        color: #2F3441;
        padding-bottom: 0px;
    }
}

.text__author {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #2F3441;
    width: 82%;
}

@media (max-width: 767px) {
    .box7__wrap {
        position: relative;
        overflow: hidden;
    }

    .box7-col {
        flex: 0 0 50%;
        /* Две карточки на экране */
        max-width: 50%;
        padding: 0 8px;
        transition: transform 0.3s ease;
    }

    .box7__wrap.mobile-slider {
        display: flex;
        flex-wrap: nowrap;
        margin: 0 -8px;
        padding-bottom: 50px;
        /* Место для навигации */
    }

    /* Навигация слайдера */
    .box7-slider-nav {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        padding: 10px 0;
    }

    .box7-slider-prev,
    .box7-slider-next {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        border: 1px solid #ddd;
        background: white;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s;
    }

    .box7-slider-prev:hover,
    .box7-slider-next:hover {
        background: #f5f5f5;
        border-color: #999;
    }

    .box7-slider-prev:disabled,
    .box7-slider-next:disabled {
        opacity: 0.3;
        cursor: not-allowed;
    }

    .box7-slider-prev svg,
    .box7-slider-next svg {
        width: 16px;
        height: 16px;
        color: #333;
    }

    .box7-slider-dots {
        display: flex;
        gap: 6px;
    }

    .box7-slider-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #ddd;
        border: none;
        padding: 0;
        cursor: pointer;
        transition: background 0.3s;
    }

    .box7-slider-dot.active {
        background: #333;
    }

    @media (min-width: 768px) {
        .box7-slider-nav {
            display: none !important;
        }
    }
}



.callback {}

.callback-container {
    /* background: rgba(155, 179, 35, 1); */
    /* background: url('https://s.kdelo.ru/images/branding/2026/promo_vip_sale_bckg.png'); */
    background: url('../../img/callback__promo3.png') no-repeat;
    position: relative;
    padding-bottom: 2px;
    overflow: hidden;
    margin: 0 auto;
    height: 644px;
    background-size: cover;
    background-position: center;
}

.callback-container-mob {
    display: none;
}


@media (max-width: 576px) {
    .callback-container {
        display: none
    }

    .callback-container-mob {
        display: block;
        /* background: rgba(155, 179, 35, 1); */
        /* background: url('https://s.kdelo.ru/images/branding/2026/promo_vip_sale_bckg.png'); */
        background: url('../../img/callback__promo2.png') no-repeat;
        position: relative;
        padding-bottom: 2px;
        overflow: hidden;
        margin: 0 auto;
        height: 987px;
        background-size: cover;
        background-position: center;
    }
}

.callback-inner {
    position: relative;
    display: flex;
    gap: 150px;
}

@media (max-width: 576px) {
    .callback-inner {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding-bottom: 25px;
    }
}

.callback-left {
    display: flex;
    flex-direction: column;
    gap: 319px;
    align-items: flex-start;
    padding-top: 88px;
}

@media (max-width: 576px) {
    .callback-left {
        padding-top: 28px;
    }

}

.callback-left-text {
    font-weight: 300;
    font-size: 48px;
    line-height: 100%;
    color: #FFFFFF;
    width: 100%;
}

.callback-left-text span {
    font-weight: 700;
}

.callback-left-subtext {
    font-weight: 400;
    font-size: 26px;
    line-height: 120%;
    color: #FFFFFF;
}

.callback-right {
    padding-top: 30px;
}

@media (max-width: 576px) {
    .callback-right {
        padding-top: 0px;
    }
}

.callback__footer-text {
    position: relative;
    font-family: 'Lab Grotesque';
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 128%;
    color: rgba(255, 255, 255, 0.64);
    padding-top: 16px;
}

@media (max-width: 576px) {
    .callback__footer-text {
        display: none;
    }
}

.form__background {
    background: rgba(232, 235, 243, 1);
}


.callback__img {
    display: block;
}

.callback__img-mob {
    display: none;
}

@media (max-width: 576px) {
    .callback__img {
        display: none;
    }

    .callback__img-mob {
        display: block;
    }
}

.decor-background1 {
    position: absolute;
    z-index: 0;
    overflow: hidden;
}

.decor-background2 {
    position: absolute;
    z-index: 0;
    left: 45.5%;
}

@media (max-width: 1537px) {
    .decor-background1 {
        left: -12%;
    }

    .decor-background2 {
        left: 40.5%;
    }
}

.callback-text-mob {
    display: none;
}

.callback-subtext-mob {
    display: none;
}

.callback-subtext-mobmini {
    display: none;
}

@media (max-width: 576px) {
    .decor-background1 {
        display: none;

    }

    .decor-background2 {
        display: none;
    }

    .decor-star {
        display: none;
    }

    .decor-star2 {
        display: none;
    }

    .decor-star3 {
        display: none;
    }

    .decor-star4 {
        display: none;
    }

    .decor-star5 {
        display: none;
    }

    .decor-star6 {
        display: none;
    }

    .decor-callback1 {
        display: none;
    }

    .decor-callback2 {
        display: none;
    }

    .callback-left-text {
        display: none;
    }

    .callback-left-subtext {
        display: none;
    }

    .callback-text-mob {
        display: inline;
        font-weight: 700;
        font-size: 28px;
        line-height: 100%;
        color: #FFFFFF;
        width: 80%;
    }

    .callback-subtext-mob {
        display: inline;
        font-weight: 400;
        font-size: 18px;
        line-height: 120%;
        color: #FFFFFF;
        width: 76%;
    }


    .callback-subtext-mobmini {
        display: inline;
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        color: #FFFFFF;
        width: 100%;
    }
}





.decor-callback1 {
    position: absolute;
    z-index: 2;
    top: 40%;
    left: -2%;

}

.decor-callback2 {
    position: absolute;
    z-index: 2;
    top: 40%;
    left: 52%;

}

.decor-star {
    position: absolute;
    z-index: 2;
    top: 20%;
    left: 80%;
}

.decor-star2 {
    position: absolute;
    z-index: 2;
    top: 20%;
    left: 60%;
}

.decor-star3 {
    position: absolute;
    z-index: 2;
    top: 8%;
    left: 75%;
}

.decor-star4 {
    position: absolute;
    z-index: 2;
    top: 5%;
    left: 45%;
}

.decor-star5 {
    position: absolute;
    z-index: 2;
    top: 10%;
    left: -8%;
}

.decor-star6 {
    position: absolute;
    z-index: 2;
    top: 5%;
    left: -9%;
}

.topline {
    /* Topline Block */
    --topline-bg-color: #333232;

    /* Logo */
    --topline-logo-width: 252px;
    --topline-logo-height: 22px;
    padding: 11px 0px;
    --topline-logo-width-mobile: 126px;
    --topline-logo-height-mobile: 24px;

    background-color: var(--topline-bg-color);
}

.support__container {
    margin-top: 120px;
    padding-top: 82px;
    padding-bottom: 95px;
    margin-bottom: 100px;
    background: rgba(245, 246, 250, 1);
}

@media (max-width: 576px) {
    .support__container {
        margin-top: 0px;
        padding-bottom: 0px;
        padding-top: 38px;
        padding-bottom: 10px;
        background: #fff;
        margin-bottom: 0px;
    }
}

.support__inner {
    position: relative;
    display: flex;
    gap: 150px;
}

@media (max-width: 576px) {
    .support__inner {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
}

.support__left {
    display: flex;
    flex-direction: column;
    gap: 37px;
}

@media (max-width: 768px) {
    .support__left {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
}

.support__left-text {

    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    width: 110%;
    /* identical to box height, or 40px */

    color: #000000;
}

@media (max-width: 768px) {
    .support__left-text {
        font-weight: 700;
        font-size: 22px;
        line-height: 100%;
        /* or 22px */
        width: 100%;
        color: #000000;


    }
}


@media (max-width: 768px) {
    .support__inner {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 100%;
    }
}

.sup__calendar {
    text-align: center;
    background: linear-gradient(0deg, #EC7F31, #EC7F31), #D9D9D9;
    color: #fff;
    font: normal 42px/100% ProximaNova;
    border-radius: 10px;
    padding: 20px;
    /* Работа легче, когда */
    font-weight: 600;
    width: 60%;
}

@media (max-width: 576px) {
    .sup__calendar {

        font-weight: 600;
        font-size: 28px;
        line-height: 100%;
        width: 50%;
    }
}

.support__left-subtext {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    /* or 29px */
    color: #2F3441;
    width: 100%;
}

@media (max-width: 576px) {
    .support__left-subtext {
        width: 84%;
        font-weight: 400;
        font-size: 18px;
        line-height: 120%;
        color: #2F3441;
    }
}

.support__right {
    padding-top: 30px;
    padding-bottom: 47px;
}

.sup__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    /* or 26px */
    padding-bottom: 10px;
    color: #2F3441;
}

@media (max-width: 576px) {
    .sup__title {
        font-size: 18px;
    }
}

.sup__text {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #2F3441;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    width: 98%;
}

@media (max-width: 576px) {
    .sup__text {
        font-size: 16px;
    }
}

.topline__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1920px;
    padding: 6px 15px;
}

.topline__logo-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topline__logo-img {
    width: var(--topline-logo-width);
    height: var(--topline-logo-height);
    object-fit: contain;
}

@media (max-width: 576px) {
    .topline__logo-img {
        width: var(--topline-logo-width-mobile);
        height: var(--topline-logo-height-mobile);
    }
}

#panelcontainer {
    z-index: 10;
    height: 32px;
}

.header {
    background: url(hero.png) no-repeat right #F5F6FA;
    padding: 50px 0;
    margin-bottom: 25px;
}

.header__logo {
    font: normal 21px/22px ProximaNova;
}

.header__logo a {
    color: #000;
    text-decoration: none;
}

.header__title {
    font: normal 50px/55px ProximaNovaBold;
}

.header__text {
    font: normal 33px/40px ProximaNova;
    max-width: 650px;
}

.menu {
    font: normal 24px/100% ProximaNova;
}

.menu a {
    text-decoration: none;
    color: #2F3441;
}

/* ==== HERO BACKGROUND ==== */

.hero {
    background: linear-gradient(93.34deg, #AAD140 44.29%, #F5CC49 120.86%);
    padding: 80px 0 0px;
    color: #fff;
    position: relative;
    margin-bottom: 24px;
}

@media (max-width: 576px) {
    .hero {
        padding: 36px 0 0px;
        margin-bottom: 0px;
    }
}

.hero__decor1 {
    position: absolute;
    z-index: 0;
    left: 0%;
    top: 0%;
}

.hero__decor2 {
    position: absolute;
    z-index: 0;
    right: 0%;
    top: 0%;
}

.hero__decor3 {
    position: absolute;
    z-index: 0;
    left: 37%;
    top: -8%;
}

.hero__decor4 {
    display: none;
}

@media (max-width: 576px) {
    .hero__decor1 {
        display: none;
    }

    .hero__decor2 {
        display: none;
    }

    .hero__decor3 {
        display: none;
    }

    .hero__decor4 {
        display: block;
        position: absolute;
        z-index: 0;
        right: 0%;
        bottom: 10%;
    }
}

/* ==== CONTAINER ==== */

.hero__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

@media (max-width: 576px) {
    .hero__content {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        gap: 28px;
    }
}

/* ==== LEFT SIDE ==== */

.hero__left {
    max-width: 560px;
    display: flex;
    flex-direction: column;
    gap: 99px;
}


@media (max-width: 576px) {
    .hero__left {
        max-width: 560px;
        display: flex;
        flex-direction: column;
        gap: 28px;
    }
}

.hero__logo {
    width: 185px;
    margin-bottom: 25px;
}

@media (max-width: 576px) {
    .hero__logo {
        width: 50%;
        margin-bottom: 0px;
    }
}

.hero__title {
    font: 700 50px/1.1 ProximaNovaBold;
    margin-bottom: 20px;
}

.hero__subtitle {
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
    color: #FFFFFF;
}

@media (max-width: 567px) {
    .hero__subtitle {
        font-size: 24px;
        line-height: 110%;
    }
}

.hero__lower {
    display: flex;
    height: 67px;
    justify-content: center;
    width: 73%;
    background: linear-gradient(90deg, #89a836 0%, rgba(201, 199, 199, 0) 100%);
    align-items: center;
}

@media (max-width: 1600px) {
    .hero__lower {
        width: 66%;
    }
}

@media (max-width: 1400px) {
    .hero__lower {
        width: 63%;
    }
}

@media (max-width: 567px) {
    .hero__lower {
        display: none;
    }
}

.hero__menu {
    display: flex;
    gap: 32px;
}

.hero__menu a {
    font: 400 20px ProximaNova;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}

.hero__menu a:hover {
    opacity: 1;
}

/* ==== RIGHT SIDE CARD ==== */

.hero__right {
    flex: 0 0 380px;
}

@media (max-width: 567px) {
    .hero__right {
        flex: 0 0 0px;
    }
}

.hero-card {
    position: relative;
}

.hero-card-mob {
    display: none;
}

.hero-badge-mob {
    display: none;
}

.hero-badge {
    position: absolute;
    top: 15%;
    left: -30%;
    left: calc(-30% + max(0px, (1400px - 100vw) * 0.2));
    /* width: 250px; */
    width: min(250px, max(180px, 13vw));
    height: min(250px, max(180px, 13vw));
    z-index: 2;
}

@media (max-width: 567px) {

    .hero-card {
        display: none;
    }

    .hero-card-mob {
        padding-bottom: 35px;

        display: block;

    }

    .hero-badge-mob {
        display: block;
        position: absolute;
        /* top: 55vh; */
        top: 300px;
        /* right: 35vh; */
        left: 160px;
        width: 100px;
        z-index: 2;
    }


}



.btn-trud1 {
    border: solid 1px #000;
    line-height: 48px;
    font-size: 18px;
    padding: 0 20px;
    border-radius: 24px;
}

.btn-trud1:hover {
    border: solid 1px rgba(229, 153, 56, 1);
}

.btn-trud2,
.btn-trud2:hover {
    background: #EC7F31;
    color: #fff;
}

.red {
    color: #F1361D;
}

.form {
    background: rgba(232, 235, 243, 1);
    padding: 45px 30px 20px;
}

@media (max-width: 567px) {
    .form {
        background: none;
        padding: 10px 0px 0px;
    }
}

h1 {
    font: normal 52px/60px ProximaNovaBold;
}

h2 {
    font-weight: 700;
    font-size: 38px;
    line-height: 100%;
    color: #000000;
    margin-bottom: 35px;
}

h3 {
    font-weight: 700;
    line-height: 110%;
    font-size: 29px;
}

h4 {
    margin: 0 0 22px 0;
    /* Работа легче, когда */
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    /* identical to box height, or 125% */

    color: #000000;


}

@media screen and (max-width: 576px) {
    h4 {
        font-size: 22px;
        line-height: 120%;
        margin-bottom: 20px;
        width: 72%;
    }
}

.section1 {
    padding: 30px 0;
    position: relative;
}

.section3 {
    padding: 18px 0;
    position: relative;
}

@media screen and (max-width: 576px) {
    .section3 {
        padding: 12px 14px;
        position: relative;
        border-radius: 6px;
        background: rgba(232, 235, 243, 1);
        /* margin-bottom: 28px; */
        margin-top: 561px;
    }
}

.section2 {
    background: #F5F6FA;
    padding: 70px 0;
}

@media screen and (max-width: 576px) {
    .section2 {
        padding: 25px 0;
    }
}

.mat-section {
    padding-top: 40px;
}

@media screen and (max-width: 576px) {
    .mat-section {
        padding-top: 25px;
    }
}

.mat-section2 {
    padding-top: 120px;
}

@media screen and (max-width: 576px) {
    .mat-section2 {
        padding-top: 40px;
    }
}

@media screen and (max-width: 576px) {
    .mat-section-mob {
        display: block;
        background: rgba(232, 235, 243, 1);
        padding: 0px 16px;
    }
}

.mat-section-mob2 {
    display: none;
}

@media screen and (max-width: 576px) {
    .mat-section-mob2 {
        display: block;
        background: rgba(211, 236, 177, 1);
        padding: 0px 16px;
    }
}

.mat-section4 {
    padding-top: 40px;
    padding-bottom: 80px;
}

@media screen and (max-width: 576px) {
    .mat-section4 {
        display: none;
    }
}


.text-mat {
    font: normal 23px/120% ProximaNova;
    color: #2F3441;
    width: 100%;
}

@media screen and (max-width: 576px) {
    .text-mat {
        font: normal 18px/120% ProximaNova;
        font-weight: 400;
    }

    .text-mat br {
        display: none;
    }
}



.text-box2 {
    font-weight: 400;
    font-size: 18px;
    line-height: 115%;
    /* or 21px */

    color: #000000;
}

.text-box-cont {
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    /* or 129% */
    text-decoration-line: underline;

    color: rgba(236, 127, 49, 1);
}

.current-title {
    width: 85%;
    padding-top: 20px;
}

@media screen and (max-width: 576px) {
    .current-title {
        width: 83%;
    }
}

.current-subtitle {
    width: 92%;
    margin-bottom: -10px;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    /* or 29px */

    color: #2F3441;


}

@media screen and (max-width: 576px) {
    .current-subtitle {
        width: 89%;
        font-weight: 400;
        font-size: 18px;
        line-height: 120%;
        /* or 22px */

        color: #2F3441;


    }
}


.reveal-img_new {
    margin-left: 12px;
}

.table1 {
    background: #F5F6FA;
    border-radius: 15px;
    padding: 20px 30px;
}

.table--table1 tr:nth-child(even) {
    background: #fff;
}

.table--table1 td {
    background: none;
    text-align: center;
    border: none;
}

.table--table1 td:first-child {
    text-align: left;
}

.title2 {
    font: normal 25px/35px ProximaNova;
}

.title3 {
    font: normal 35px/45px ProximaNovaBold;
}

.underline {
    color: rgba(66, 66, 66, 1);
}

.box1 {
    background: url("mark2.png") no-repeat left 20px bottom 20px #07879A;
    border-radius: 10px;
    padding: 20px 20px 70px;
    color: #fff;
    height: 100%;
}

a.box2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    background: url("mark3.png") no-repeat left 20px bottom 20px #F5F6FA;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}

a.sub-box2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    background: url("mark3.png") no-repeat left 20px bottom 20px #FFF;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}

.text-box2.box2:hover {
    color: #fff;
}

.box2__d1 {
    margin-top: 20px;
    text-align: right;
}

.box3 {
    background: #F5F6FA;
    border-radius: 10px;
    padding: 25px 13px 22px 25px;
    height: 328px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*margin: 0 10px;*/
}

.box3__d1 {

    color: #EC7F31;
    display: inline-block;
    padding: 0 10px;
    font: normal 12px / 22px ProximaNova;
    text-transform: uppercase;
    margin-bottom: 17px;
    box-sizing: border-box;
    border: 1px solid #EC7F31;
    border-radius: 5px;
}

.box3__d2 {
    font-weight: 700;
    margin-bottom: 16px;
}

.box3__d3 {
    font: normal 16px ProximaNova;
}

.box3__d4 {
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    text-decoration-line: underline;
    color: #EC7F31;
}

.box4-wrap {
    display: flex;
    overflow: scroll;
}

.box10 {
    background: #F5F6FA;
    border-radius: 10px;
    height: 233px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*margin: 0 10px;*/
}

@media screen and (max-width: 576px) {
    .box10 {
        height: 149px;
        width: 122px;
    }
}

.box10__d1 {

    color: rgba(105, 40, 164, 1);
    display: inline-block;
    padding: 0 10px;
    font: normal 12px / 22px ProximaNova;
    text-transform: uppercase;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 1px solid #6928A4;
    border-radius: 5px;
}

.box10__d2 {
    font: bold 18px ProximaNovaBold;
    margin-bottom: 18px;
}

.box10__d3 {
    font: normal 18px ProximaNova;
}

.box10__d4 {
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    text-decoration-line: underline;
    color: #6928A4;
}

.box4 {
    background: #F5F6FA;
    border-radius: 10px;
    padding: 20px;
    /*max-width: 270px;*/
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*margin: 0 10px;*/
}

.box4__d1 {
    border: solid 1px #07879A;
    border-radius: 3px;
    color: #07879A;
    display: inline-block;
    padding: 0 10px;
    font: normal 12px/22px ProximaNova;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.box4__d2 {
    font: normal 18px ProximaNova;
}

.box4__d3 {
    font: normal 14px ProximaNova;
    color: #7C859B;
}

.box5 {
    background: #07879A;
    color: #fff;
    border-radius: 10px;
    padding: 20px;
}

.box5__d1 {
    border: solid 1px #fff;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    padding: 0 10px;
    font: normal 18px/25px ProximaNova;
}

.box5__d2 {
    font: normal 42px ProximaNova;
}

.box5__d3 {
    font: normal 100px/100px ProximaNova;
    text-align: right;
}

.box5__d4 {
    font: normal 18px ProximaNova;
}

.box6 {
    padding-top: 70px;
}

@media screen and (max-width: 576px) {
    .box6 {
        padding-top: 0px;
    }
}

.mb6-title {
    width: 90%;
}

@media screen and (max-width: 576px) {
    .mb6-title {
        padding-top: 27px;
    }
}

.mb6-subtitle {
    padding-bottom: 65px;
    width: 82%;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    /* or 29px */

    color: #2F3441;
}

@media screen and (max-width: 576px) {
    .mb6-subtitle {
        padding-bottom: 20px;
        width: 88%;
        font-weight: 400;
        font-size: 18px;
        line-height: 120%;
        /* or 22px */
        color: #2F3441;
    }
}

.box6__a1 {
    display: block;
    text-decoration: none;
}

.box6__d1 {
    border: 1px solid #EC7F31;
    border-radius: 3px;
    color: #EC7F31;
    display: inline-block;
    padding: 5px 10px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 115%;

}

.box6__scr img {
    max-width: 100%;
    width: 100%;
}

.box6__a1:hover .box6__d1 {
    background: #EC7F31;
    color: #fff;
}

@media screen and (max-width: 576px) {
    .box6__d1 {
        background: #EC7F31;
        color: #fff;
    }
}

.box6__a1.active .box6__d1 {
    background: #EC7F31;
    color: #fff;
    /* Синий цвет заголовка */
}

.text-box6 {
    font-weight: 400;
    font-size: 18px;
    line-height: 115%;
    color: #000000;
    width: 101%;
}

.box7__wrap .col {
    position: relative;
}

.box7 {
    height: 100%;
    background: #fff;
    text-align: center;
    padding: 15px;
    border: 1px solid #E8EBF3;
    border-radius: 5px;
    font: normal 12px/14px ProximaNova;
}

.box7__pic {
    background-repeat: no-repeat;
    margin: 0 auto 10px;
    height: 118px;
    width: 118px;
}

.box7:hover .box7__pic {
    background-position: center;
    border-radius: 0;
    width: auto;
}

.box7__d1 {
    font: bold 14px ProximaNova;
    margin-bottom: 10px;
}

.box7__d2 {
    display: none;
}

.box7__d3 {
    font: normal 11px ProximaNova;
}

.box7:hover .box7__d2 {
    display: block;
}

.box8 {
    background: #fff;
    padding: 0;
    border: 1px solid #E8EBF3;
    border-radius: 5px;
    font: normal 14px/15px ProximaNova;
    box-shadow: -1px 1px 1px 0 #E8EBF3;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.box8 img {
    width: 100%;
}

.box8__d1 {
    padding: 5px 20px;
    color: #2F3441;
}

.box8__d2 {
    padding: 10px 20px;
    color: #9E9EA0;
    font-size: 11px;
}

.box9 {
    background: url("../../img/markSup.svg") no-repeat;
    padding-left: 50px;
}

hr {
    border-top: 3px dashed #d8d8d8;
    opacity: 1;
}

.counter {
    color: #07879A;
    font: normal 46px/100% ProximaNova;
}

.counter__digit {
    font: normal 100px/100% ProximaNova;
    margin-bottom: -10px;
}

.calendar {
    text-align: center;
    background: linear-gradient(0deg, #EC7F31, #EC7F31), #D9D9D9;
    color: #fff;
    border-radius: 10px;
    padding: 20px;
    /* Работа легче, когда */
    font-weight: 600;
}

@media (max-width: 576px) {
    .calendar {

        width: 45%;
    }

    .box7__d1 {
        font: bold 12px ProximaNova;
        margin-bottom: 10px;
    }

    .box7__d3 {
        font: normal 10px ProximaNova;
    }

    .box7__pic {
        height: 76px;
        width: 76px;
    }
}

.calendar__digit {
    font: normal 115px/100% ProximaNova;
}

@media (max-width: 576px) {
    .calendar__digit {
        font-weight: 400;
        font-size: 78px;
    }
}

.calendar__sup-digit {
    font-weight: 400;
    font-size: 42px;
    line-height: 100%;
    color: #FFFFFF;
}

@media (max-width: 576px) {
    .calendar__sup-digit {
        font-size: 25px;
    }
}


.example {

    border-radius: 10px;

}

.example strong {
    font: normal 15px ProximaNovaBold;
}

.example table td {
    border: solid 1px #000;
    padding: 5px;
}

.tooltip-inner {
    text-align: left;
    font: normal 14px ProximaNova;
    padding: 10px 20px;
    max-width: 300px;
}

.chat {
    box-shadow: -3.17px 9.52px 21.15px 0px #0000001A;
}

.lib {
    height: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lib a img {
    width: 192px;
    transition: width 1s;
}

.lib a:hover img {
    width: 250px;
}

.footer {
    padding: 30px 0;
    background: #393939;
    color: #fff;
    font-size: 15px;
    max-width: 1920px;
}

.footer a {
    color: #fff;
}

.footer__phone {
    font: normal 23px/100% ProximaNova;
}

@media screen and (max-width: 992px) {
    .menu a {
        text-align: center;
        display: block;
        margin-bottom: 10px;
    }

    h1 {
        font: normal 40px/110% ProximaNovaBold;
    }

    h2 {
        font: bold 22px/100% ProximaNovaBold;
        margin-bottom: 20px;

    }

    .prav__h2 {
        font: bold 22px/100% ProximaNovaBold;
        width: 100%;
    }

    .h2 br {
        display: none;
    }

    .lib {
        height: auto;
        display: block;
        text-align: center;
    }

    .lib img {
        margin-bottom: 20px;
    }
}

.row1 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row-mat {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    padding-left: 7px;
    padding-right: 18px;
}

.rate {
    display: flex;
    flex-direction: column;
    padding-top: 77px;
    padding-bottom: 50px;
    background-color: rgba(211, 236, 177, 1);
}

@media (max-width:550px) {
    .rate {
        display: block;
        padding-bottom: 0px;
        padding-top: 15px;
        margin-top: 0px;
    }
}

.rate__subscribe {
    width: 100%;
}

.rate__title {
    position: relative;
    width: 760px;
    padding-top: 93px;
    font-size: 30px;
    line-height: 34px;
    text-align: left;
}

.rate__title::before {
    content: "";
    position: absolute;
    top: 0;
    right: -400px;
    width: 250px;
    height: 250px;
    background: url("../img/rate-promo-bage.svg") no-repeat center;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

@media (max-width: 430px) {
    .rate__title {
        width: auto;
        padding-top: 0;
        font-size: 16px;
        line-height: 20px;
    }

    .rate__title::before {
        display: none;
    }
}

td {
    border-collapse: collapse;
}

.rate__table {
    margin-top: 50px;
}


.table {
    width: 100%;
    border-collapse: collapse;
}


.table-data--head {
    /* width: 530px; */
    padding-left: 17px;
    vertical-align: top;
}

.table-data--head:first-child {
    width: 530px;
}

@media (max-width: 430px) {
    .table-data--head:first-child {
        width: 136px;
        text-align: left;
    }
}

@media (max-width: 430px) {
    .table-data--head {
        padding-left: 0;
        text-align: right;
    }
}

.table-data__head-title_tema {
    margin: 0;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    color: #2D3039;
    width: 50%;

}

@media (max-width: 430px) {
    .table-data__head-title_tema {
        min-width: 120px;
        font-size: 18px;
    }
}

.table_container {
    width: 100%;
    height: 100%;
    max-width: 1126px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}



.table-data__price {
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 20px;

    color: #000000;
}

.table-data__price span {
    font-weight: 700;
    font-size: 32px;
    line-height: 20px;
    color: #000000;
}

.table-data__study {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 22px;
    font-size: 12px;
    /* font-weight: 700; */
    line-height: 6px;
    color: #ffffff;
    background-color: rgba(229, 153, 56, 1);
    border-radius: 14px;
    padding: 0px 12px;
}

@media (max-width: 1201px) {
    .table_container {
        display: none;
    }
}

@media (max-width: 430px) {
    .table-data__price {
        font-size: 14px;
    }

    .table-data__price span {
        width: 85%;
        align-self: flex-end;
        margin-left: auto;
        padding: 5px;
        font-size: 8px;
        line-height: 10px;
    }

}

.table-data__price--vip {
    color: #6f39b6;
}

.table-data__uss {
    margin: 0;
    /* font-weight: 700; */
    width: 364px;
    background-color: rgba(138, 188, 43, 1);
    border-radius: 10px;
    font-weight: 600;
    font-size: 24px;
    line-height: 20px;
    color: #FFFFFF;
}

.text_up__uss {
    padding-top: 10px;
    text-align: center;
}

.table-data__all {
    margin: 0;
    font-size: 27px;
    line-height: 32px;
    /* font-weight: 700; */
    color: white;
    height: 79px;
    width: 370px;
    background-color: #8B68E7;
    border-radius: 11px;
}

.text_up__all {
    padding-top: 10px;
    text-align: center;
}


.table-data__month {
    margin: 0;
    font-weight: 400;
    font-size: 19px;
    line-height: 20px;
    color: #000000;
}

@media (max-width: 430px) {
    .table-data__month {
        font-size: 10px;
    }
}

.table-data__content {
    /* padding: 10px; */
    /* border: 1px solid #E6E6E6; */
    border-width: 1px 0;
    padding-left: 24px;
    /* padding-right: 24px; */
    cursor: pointer;
    border-radius: 20px;
    background-color: #fff;
    margin: 10px;
    height: 100px;
}

@media (max-width: 430px) {
    .table-data__content {
        padding-left: 5px;
    }
}

.table-data_tema {
    /* width: 530px; */
}

.table-row {
    height: 100px;
    border-radius: 20px;
    /* background-color: white; */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.table-row_header {
    height: 100px;
    border-radius: 20px;
    /* background-color: white; */
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
}

.vip-mobile {
    padding: 20px;
    border-radius: 14px;
    max-width: 420px;
    margin: 0 auto;
    font-family: sans-serif;
}

.vip-mobile h2 {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 700;
}

.vip-item {
    background: #ffffff;
    border-radius: 8px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 15px;
}

.vip-icon {
    color: #3bbf63;
    font-size: 18px;
    margin-right: 10px;
}

/* Показывать блок только на мобилке */
@media (max-width: 1200px) {
    .vip-mobile {
        display: block;
    }
}

@media (min-width: 1200px) {
    .vip-mobile {
        display: none;
    }
}


.data-content--active {
    background-color: #ffffff;
}

.data-content--active {
    display: block;
}

.data-content--active .data-content__button {
    transform: rotate(180deg);
}

.data-content__title {
    display: flex;
    width: 350px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    align-content: center;
    align-items: center;
    padding-top: 11%;
    margin: 0 auto;
}

.data-content__title span {
  color: #EC7F31;
}


.text__bootomblock {
    width: 63%;
}

@media (max-width: 430px) {
    .data-content__title {
        justify-content: space-between;
        width: 165px;
        font-size: 14px;
        line-height: 19px;
    }

    .text__bootomblock br {
        display: none;
        width: 100%;
    }

}

.data-content__circle {
    position: relative;
    width: 158px;
}

.data-table {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.data-content__circle::before {
    content: "";
    position: absolute;
    top: 50%;
    /* transform: translateY(-50%);
  left: 10px;
  width: 16px;
  height: 16px;
  background-color: #474d5e;
  border-radius: 50%; */
}

@media (max-width: 430px) {
    .data-content__circle::before {
        left: 15px;
    }
}

.data-content__circle--green::before {
    /* background-color: #079939; */
}

.data-content__circle--basic {
    opacity: 0;
}

.data-content__desc {
    /* width: 1280px; */
    margin: 0;
    /* padding-right: 80px; */
    font-size: 18px;
    line-height: 20px;
    display: none;
    color: #3B3A3A;
}

@media (max-width: 430px) {
    .data-content__desc {
        width: auto;
        margin-top: 8px;
        padding-right: 10px;
        font-size: 12px;
        line-height: 17px;
    }
}

.data-content__button {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    padding: 0;
    border: 0;
    background: url(../img/icon/icon-arrow.svg) no-repeat center;
    cursor: pointer;
    outline: none;
    transition: 0.3s;
}

@media (max-width: 430px) {
    .data-content__button {
        min-width: 20px;
    }
}

.table-data--button {
    padding-right: 18px;
}

@media (max-width: 430px) {
    .table-data--button {
        padding-right: 5px;
    }
}

.table-data__link {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    text-align: center;
    color: #fff;
    background-color: #474d5e;
    border-radius: 3px;
    transition: 0.2s;
}

.table-data__link:hover {
    background-color: #333846;
}

.table-data__link--green {
    background-color: #079939;
}

.table-data__link--green:hover {
    background-color: #00792A;
}

@media (max-width: 430px) {
    .table-data__link {
        font-size: 14px;
    }
}


/* ..... */
.table-data__text {
    background-color: #F7F5F3;
    padding-top: 60px;
    padding-bottom: 60px;
}

/* table */
.td__title{
  padding-top: 15px;
  text-align: center;
}

.table__header{
  display: flex;
  justify-content: space-evenly;
  padding-bottom: 6px;
  align-items: flex-end;
}

.td__header1{
font-size: 16px;
background-color: rgba(161, 207, 32, 1);
 /* padding: 0px 10px 0px 10px; */
 border-radius: 8px;
 width: 170px;
 line-height: 23px;
 height: 22px;
 font-weight: 200;
 text-align: center;
}

.td__header2{
font-size: 16px;
background-color: rgba(119, 167, 41, 1);
padding: 0px 10px 0px 10px;
border-radius: 10px;
border-radius: 8px; 
width: 170px; 
line-height: 23px;
height: 22px;
font-weight: 200;
text-align: center;
}

.td__center{
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.td__center--title{
    color:#EC7F31;
    font-weight: 700;   
}

.td__center--pt1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 365px; gap: 16px;
    padding-right: 16px;
}
.td__center--pt2{
    width: 174px;
    height: 100px;
    display: flex;
    justify-content: center;
    background-color: #F8F5FF;
    align-items: center;
}

.td__center--pt3{
    width: 174px;
    height: 100px;
    display: flex;
    justify-content: center;
    background-color: #F9F9F9;
    align-items: center;
}
.td__price{
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 0; 
  width: 364px;
}

.td__price-part{
  display: flex;
  flex-direction: column;
  align-items: center; 
  gap: 4px;
}

.tr--h{
    height: 14px;
}

.td__center-cl{
    display: flex;
    justify-content: center;
}

.td__center--pt4{
display: flex;
align-items: center;
gap: 20px;
width: 365px; 
gap: 16px; 
padding-right: 16px;
}

.td__center--pt6{
font-size: 14px;
line-height: 16px;
/* font-weight: 400; */
color: #5E5E5E;
text-align: center;
margin-top: 16px;
}

.td__header3{
font-size: 16px;
font-size: 16px;
background-color:rgba(236, 235, 235, 1);
/* padding: 0px 10px 0px 10px; */
border-radius: 8px;
width: 170px;
line-height: 23px;
height: 22px;
font-weight: 200;
text-align: center;
}

.td__header4{
font-size: 16px;
background-color: rgba(220, 219, 219, 1);
padding: 0px 10px 0px 10px;
border-radius: 10px;
border-radius: 8px;
width: 170px;
line-height: 23px;
height: 22px;
font-weight: 200;
text-align: center;
}

.td__center--pt5{
width: 174px;
height: 100px;
display: flex;
justify-content: center;
background-color: #F9F9F9;
align-items: center; 
text-align: center;
color: #E59938;
}

.td__subcl{
   display: flex;
   align-items: center; 
   gap: 20px;
}

.td__subtitle--cl{
width: 350px;
}

.td__subtitle--cl span{
    font-weight: 700;
}

.td__subcenter--pt1{
display: flex;
justify-content: center;
width: 712px;
}



/* table */

.desktop-grid {
    display: block;
}

.mobile-slider {
    display: none;
}

@media (max-width: 576px) {

    /* Сдвигаем весь слайдер левее */
    #splide-library {
        margin-left: -15px;
        position: relative;
        width: calc(100% + 30px);
    }

    /* Убираем стандартные левые отступы */
    #splide-library .splide__track,
    #splide-library .splide__list {
        padding-left: 0;
        margin-left: 0;
    }

    /* Фиксируем ширину картинок 122px */
    #splide-library .box3 {
        width: 122px !important;
    }

    #splide-library .box3 img {
        width: 122px !important;
        height: auto;
    }

    /* Стрелка как на десктопе - скрываем левую */
    #splide-library .splide__arrow--prev {
        display: none !important;
    }

    /* Правую стрелку настраиваем */
    #splide-library .splide__arrow--next {
        right: 10px;
        width: 36px;
        height: 36px;
    }

    #splide-library .splide__arrow svg {
        width: 16px;
        height: 16px;
    }

    /* Для очень узких экранов 320px */
    @media (max-width: 374px) {
        #splide-library {
            margin-left: -5px;
            width: calc(100% + 20px);
        }

        /* Немного уменьшаем картинки на 320px */
        #splide-library .box3 {
            width: 115px !important;
        }

        #splide-library .box3 img {
            width: 115px !important;
        }

        #splide-library .splide__arrow--next {
            right: 5px;
            width: 32px;
            height: 32px;
        }

        #splide-library .splide__arrow svg {
            width: 14px;
            height: 14px;
        }
    }
}

/* На десктопе (768px и больше) - всё как было */
@media (min-width: 768px) {

    /* Возвращаем слайдер в нормальное положение */
    #splide-library {
        margin-left: 0;
        width: 100%;
    }

    /* Убираем фиксированную ширину на десктопе */
    #splide-library .box3 {
        width: auto !important;
    }

    #splide-library .box3 img {
        width: 100% !important;
    }
}

/* Дополнительные стили для скрытия лишних картинок на мобилке */
@media (max-width: 767px) {
    #splide-library {
        overflow: hidden !important;
        padding-left: 10px;
    }

    #splide-library .splide__track {
        overflow: hidden !important;
        width: 100%;
    }

    /* Скрываем всё, что выходит за пределы */
    #splide-library .splide__list {
        width: max-content;
    }

    /* Маска для обрезки лишнего справа */
    #splide-library::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 40px;
        /* Ширина маски */
        background: linear-gradient(to right, transparent, #F5F6FA 80%);
        pointer-events: none;
        z-index: 5;
    }
}

/* Стили для второго слайдера */
@media (max-width: 768px) {

    /* Сдвигаем весь слайдер левее */
    #splide1 {
        margin-left: -15px;
        position: relative;
        width: calc(100% + 30px);
        overflow: hidden !important;
    }

    /* Убираем стандартные левые отступы */
    #splide1 .splide__track,
    #splide1 .splide__list {
        padding-left: 0;
        margin-left: 0;
    }

    /* На мобилке скрываем левую стрелку */
    #splide1 .splide__arrow--prev {
        display: none !important;
    }

    /* Правую стрелку настраиваем */
    #splide1 .splide__arrow--next {
        right: 10px;
        width: 36px;
        height: 36px;
    }

    #splide1 .splide__arrow svg {
        width: 16px;
        height: 16px;
    }

    /* Маска для обрезки лишнего справа */
    #splide1::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 40px;
        background: linear-gradient(to right, transparent, white 80%);
        pointer-events: none;
        z-index: 5;
    }

    /* Стили для контейнера с контентом */
    #splide1 .box3 {
        width: 280px !important;
        /* Фиксированная ширина для одного слайда */
        margin-right: 20px;
        box-sizing: border-box;
    }

    /* Для очень узких экранов 320px */
    @media (max-width: 374px) {
        #splide1 {
            margin-left: -10px;
            width: calc(100% + 20px);
        }

        #splide1 .splide__arrow--next {
            right: 5px;
            width: 32px;
            height: 32px;
        }

        #splide1 .splide__arrow svg {
            width: 14px;
            height: 14px;
        }

        #splide1 .box3 {
            width: 260px !important;
            /* Уже на 320px */
        }

        #splide1::after {
            width: 30px;
        }
    }
}

/* На десктопе (768px и больше) - всё как было */
@media (min-width: 769px) {

    /* Возвращаем слайдер в нормальное положение */
    #splide1 {
        margin-left: 0;
        width: 100%;
        overflow: visible !important;
    }

    /* Убираем маску */
    #splide1::after {
        display: none;
    }

    /* Показываем обе стрелки */
    #splide1 .splide__arrow--prev {
        display: flex !important;
    }

    /* Возвращаем стандартные настройки для стрелок */
    #splide1 .splide__arrow--next {
        width: 2.5em;
        height: 2.5em;
        background: '';
        border: '';
    }

    /* Убираем фиксированную ширину на десктопе */
    #splide1 .box3 {
        width: auto !important;
        margin-right: 0;
    }
}

@media (max-width: 767px) {

    /* Сдвигаем весь слайдер левее */
    #splide-directions {
        margin-left: -15px;
        position: relative;
        width: calc(100% + 30px);
        overflow: hidden !important;
    }

    /* Убираем стандартные левые отступы */
    #splide-directions .splide__track,
    #splide-directions .splide__list {
        padding-left: 0;
        margin-left: 0;
    }

    /* На мобилке скрываем левую стрелку */
    #splide-directions .splide__arrow--prev {
        display: none !important;
    }

    /* Правую стрелку настраиваем */
    #splide-directions .splide__arrow--next {
        right: 10px;
        width: 36px;
        height: 36px;
    }

    #splide-directions .splide__arrow svg {
        width: 16px;
        height: 16px;
    }

    /* Маска для обрезки лишнего справа */
    #splide-directions::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 50px;
        background: linear-gradient(to right, transparent, white 80%);
        pointer-events: none;
        z-index: 5;
    }

    /* Фиксированная ширина для карточек */
    #splide-directions .box2,
    #splide-directions .sub-box2 {
        width: 280px !important;
        margin-right: 16px;
        box-sizing: border-box;
    }

    /* Для очень узких экранов 320px */
    @media (max-width: 374px) {
        #splide-directions {
            margin-left: -10px;
            width: calc(100% + 20px);
        }

        #splide-directions .splide__arrow--next {
            right: 5px;
            width: 32px;
            height: 32px;
        }

        #splide-directions .splide__arrow svg {
            width: 14px;
            height: 14px;
        }

        #splide-directions .box2,
        #splide-directions .sub-box2 {
            width: 260px !important;
        }

        #splide-directions::after {
            width: 40px;
        }
    }
}

/* Стили для слайдера авторов - такие же как для других */
@media (max-width: 767px) {

    /* Сдвигаем весь слайдер левее */
    #splide-authors {
        margin-left: -15px;
        position: relative;
        width: calc(100% + 30px);
        overflow: hidden !important;
    }

    /* Убираем стандартные левые отступы */
    #splide-authors .splide__track,
    #splide-authors .splide__list {
        padding-left: 0;
        margin-left: 0;
    }

    /* На мобилке скрываем левую стрелку */
    #splide-authors .splide__arrow--prev {
        display: none !important;
    }

    /* Правую стрелку настраиваем */
    #splide-authors .splide__arrow--next {
        right: 10px;
        width: 36px;
        height: 36px;
    }

    #splide-authors .splide__arrow svg {
        width: 16px;
        height: 16px;
    }

    /* Маска для обрезки лишнего справа */
    #splide-authors::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 50px;
        background: linear-gradient(to right, transparent, white 80%);
        pointer-events: none;
        z-index: 5;
    }

    /* Фиксированная ширина для карточек авторов */
    #splide-authors .box7 {
        width: 280px !important;
        margin-right: 16px;
        box-sizing: border-box;
    }

    /* Для очень узких экранов 320px */
    @media (max-width: 374px) {
        #splide-authors {
            margin-left: -5px;
            width: calc(100% + 20px);
        }

        #splide-authors .splide__arrow--next {
            right: 5px;
            width: 32px;
            height: 32px;
        }

        #splide-authors .splide__arrow svg {
            width: 14px;
            height: 14px;
        }

        /* На 320px показываем 2 карточки */
        #splide-authors .box7 {
            width: 122px !important;
            height: 174px;
            /* Для 2 карточек на 320px */
        }

        #splide-authors::after {
            width: 40px;
        }
    }
}

/* Для экранов 375px-767px показываем 1 карточку */
@media (min-width: 375px) and (max-width: 767px) {
    #splide-authors .box7 {
        width: 280px !important;
        /* Одна карточка */
    }
}

.footer1__socials-list {
    display: flex;
    gap: 20px;
}

.footer1__socials-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer1__socials-item {
    list-style-type: none;
}

.footer1__socials-img {
    display: block;
    width: var(--footer1-socials-img-size);
    height: var(--footer1-socials-img-size);
    object-fit: contain;
}

@media (max-width: 576px) {
    .footer1__socials-img {
        width: var(--footer1-socials-img-size-mobile);
        height: var(--footer1-socials-img-size-mobile);
    }
}


/* На мобилках скрываем сетку и показываем слайдер */
@media (max-width: 767.98px) {
    .desktop-grid {
        display: none !important;
    }

    .mobile-slider {
        display: block;
    }

    /* Стили для слайдера на мобилке */
    .splide__slide {
        padding: 0 5px;
    }

    .splide__slide .box2,
    .splide__slide .sub-box2 {
        height: 100%;
        margin-bottom: 0;
    }
}

/* На десктопе скрываем слайдер */
@media (min-width: 768px) {
    .mobile-slider {
        display: none !important;
    }
}