﻿body {
    overflow-x: visible !important;
}

.just-flex {
    display: flex;
}

.just-center {
    width: fit-content;
    margin: auto;
}

.c-container {
    max-width: 1365px;
    padding: 0 !important;
    height: auto;
}

.main-window {
    position: relative;
}

.main-background {
    background-image: url(../../Images/third_decade/landing/shape-background.png);
    background-repeat: no-repeat;
    /*height: 866px;*/
    height: 94vh;
    width: 100%;
    background-position: right top;
    background-size: contain;
    /*position: relative;*/
    z-index: 1;
    display:flex;
}

.main-truck {
    background-image: url(../../Images/third_decade/landing/maket-truck.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    /*height: 573px;*/
    height: 60vh;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 2;
    /* Начальное состояние: вне экрана справа */
    transform: translateX(100%);
    opacity: 0;
    /* Анимация появления */
    animation: slideIn 1s ease-out forwards;
    animation-delay: 0.5s; /* Задержка перед началом */
}

.main-truck-mobile {
    display: none;
}

.main-send-application {
    display: none;
}

.main-truck-img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    transform: translateX(100%);
    opacity: 0;
    animation: slideIn 1s ease-out forwards;
    animation-delay: 0.5s;
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.main-logistic-button {
    padding: 10px 25px;
    width: fit-content;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 99px;
    background: #FFD500;
    cursor: pointer;
    margin-top: 42px;
    margin-bottom: 20px;
}

    .main-logistic-button > a {
        color: #000;
        font-family: "Segoe UI";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%;
    }

.main-title {
    color: #020618;
    font-family: "Segoe UI";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px;
    width: 70%;
    /* Начальное состояние: вне экрана слева */
    transform: translateX(-100%);
    opacity: 0;
    /* Анимация появления */
    animation: slideOut 1s ease-out forwards;
    animation-delay: 1.5s; /* Задержка перед началом */
    margin-bottom: 20px;
}

.main-title-mobile {
    display: none;
}

.main-info-half {
    width: 60%;
}

.main-description {
    color: #565965;
    font-family: "Segoe UI";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 40px;
    width: 70%;
    /* Начальное состояние: вне экрана слева */
    transform: translateX(-100%);
    opacity: 0;
    /* Анимация появления */
    animation: slideOut 1s ease-out forwards;
    animation-delay: 2s; /* Задержка перед началом */
}

.main-description-mobile {
    display: none;
}

@keyframes slideOut {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.main-callback {
    border-radius: 5px;
    border: 1px solid #E8E8E8;
    background: #E8E8E8;
    box-shadow: 0px 34px 33px -23px rgba(22, 28, 45, 0.13);
    width: 50%;
    position: relative;
    z-index: 3;
    padding: 16px 24px;
    min-width: 400px;
}

.main-callback-label {
    color: #161C2D;
    font-family: "Segoe UI";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.1px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.main-callback-input {
    border-radius: 8px;
    background: #FFF;
    color: #161C2D;
    font-family: "Segoe UI";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 173.333% */
    letter-spacing: -0.1px;
    width: 100%;
    padding: 12px 18px;
    height:fit-content;
}

.main-callback-button {
    display: flex;
    width: 163.932px;
    height: 45px;
    padding: 16px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 1px;
    border: 2px solid #FFD500;
    background: #FFD500;
    width: fit-content;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 8px;
}

.main-infograph {
    width: fit-content;
    height: fit-content;
    padding: 16px 32px 16px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    border-radius: 12px;
    background: #FFFEF5;
    right: 55px;
    top: 79px;
    position: absolute;
}

.main-infograph-row {
    display: flex;
    padding-top: 8px;
    padding-bottom: 8px;
}

.main-infograph-label {
    color: #020618;
    font-family: "Segoe UI";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.2px;
    padding-left: 16px;
}

@media (max-width: 1350px) {
    .main-info-half {
        padding-left: 80px;
    }
}

@media (max-width: 1220px) {
    .main-title {
        font-size: 40px;
        line-height: 56px;
    }
}

@media (max-width: 1024px) {
    .main-title {
        font-size: 36px;
        line-height: 52px;
    }

    .main-info-half {
        padding-left: 48px;
        width: 70%;
    }
}

@media (max-width: 800px) {

    .main-infograph,
    .main-callback {
        display: none;
    }

    .main-logistic-button {
        color: #000;
        font-family: "Segoe UI";
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%; /* 14px */
        margin-bottom: 14px;
    }

    .main-background {
        /*background-image: url(../../Images/third_decade/landing/shape-background-mobile.png);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: cover;
        display: block;
        height: fit-content;
        padding-bottom: 35px;*/
        background-image: none;
    }

    .main-background-mobile {
        display: block;
        background-image: linear-gradient(140deg, white 50%, #FFCC00 50%);
        /*height: 68vh;*/
        height: 530px;
        padding-top: 20px;
        background-size: 145%;
    }

    .main-info-half {
        margin-top: -40px;
        padding-left: 24px;
    }

    .main-truck-mobile {
        display: flex;
        transform: translateX(100%);
        opacity: 0;
        animation: slideIn 1s ease-out forwards;
        animation-delay: 0.5s;
    }

        .main-truck-mobile > img {
            width: 100%;
            height: auto;
        }

    .main-truck {
        display: none;
    }

    .main-truck-img {
        display: none;
    }

    .main-title {
        display: none;
    }

    .main-title-mobile {
        display: block;
        color: #020618;
        font-family: "Segoe UI";
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 14px;
        /* Начальное состояние: вне экрана слева */
        transform: translateX(-100%);
        opacity: 0;
        /* Анимация появления */
        animation: slideOut 1s ease-out forwards;
        animation-delay: 1.5s; /* Задержка перед началом */
        margin-bottom: 14px;
    }

    .main-description {
        display: none;
    }

    .main-description-mobile {
        display: block;
        color: #565965;
        font-family: "Segoe UI";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        /* Начальное состояние: вне экрана слева */
        transform: translateX(-100%);
        opacity: 0;
        /* Анимация появления */
        animation: slideOut 1s ease-out forwards;
        animation-delay: 2s; /* Задержка перед началом */
    }

    .main-send-application {
        display: block;
        cursor: pointer;
        color: #121212;
        font-family: "Segoe UI";
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 56px; /* 400% */
        border-radius: 5px;
        background: #FFF;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
        padding: 0px 14px;
        margin-left: 24px;
        width: fit-content;
    }
}

.block-title {
    color: #121212;
    font-family: "Segoe UI";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    margin-top: 27px;
    margin-bottom: 27px;
}

.block-description {
    color: #121212;
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}

.start-working-offset {

}

@media (max-width: 1350px) {
    .block-title {
        padding-left: 80px;
    }

    .block-description,
    .start-working-offset {
        padding-left: 80px !important;
    }
}

@media (max-width: 1024px) {
    .block-title {
        padding-left: 48px;
    }

    .block-description,
    .start-working-offset {
        padding-left: 48px !important;
    }
}

@media (max-width: 800px) {
    .block-title {
        padding-left: 24px;
        font-size: 20px;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .block-description,
    .start-working-offset {
        padding-left: 24px !important;
    }

    .block-description {
        font-size: 16px;
    }
}

.services-description {
    width: 40%;
}

.services-background {
    background-color: #FFD500;
    width: 100%;
    padding-top: 52px;
    padding-bottom: 60px;
}

.services-center {
    display: flex;
    justify-content: center;
}

.service-column {
    width: 38%;
}

.service-arrow {
    display: none;
}

.service-arrow-span {
    vertical-align: sub;
    padding-left: 8px;
}

.service-column-right-offset {
    margin-right: 40px;
}

.service-shield {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
    padding: 16px 27px;
    cursor: pointer;
}

.service-shield-bottom-offset {
    margin-bottom: 34px;
}

.service-image {
    padding-top: 8px;
    padding-right: 24px;
}

.service-title {
    color: #121212;
    font-family: "Segoe UI";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 120% */
    height: 38px;
}

.service-description {
    color: #000;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 156.25% */
    letter-spacing: -0.2px;
    height: 52px;
}

@media (max-width: 1220px) {
    .service-title {
        height: 58px;
    }

    .services-description {
        width: 80%;
    }
}

@media (max-width: 1024px) {
    .service-title {
        height: 76px;
    }

    .service-description {
        height: 102px;
    }
}

@media (max-width: 800px) {
    
    .services-background {
        padding-top: 20px;
        padding-bottom: 45px;
    }

    .services-center {
        display: block;
    }

    .service-column {
        margin-left: 24px;
    }

    .service-shield-bottom-offset {
        margin-top: 34px;
    }

    .service-column {
        width: 88%;
    }

    .service-title {
        height: 55px;
        padding-top: 10px;
        font-size: 16px;
    }

    .service-description {
        display: none;
    }

    .service-arrow {
        background-image: url(../../Images/third_decade/landing/arrow.png);
        background-repeat: no-repeat;
        width: 100%;
        height: 18px;
        display: flex;
        background-position: right;
    }

    .service-content {
        width: 100%;
    }

    .services-description {
        width: 90%;
    }

    .service-image {
        padding-right: 19px;
    }
}

@keyframes fadeInFromTop {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}


.show_first {
    opacity: 0; /* Начальное состояние */
    transform: translateY(-50px);
    transition: opacity 2s ease-out, transform 1s ease-out;
}

.show_second {
    opacity: 0; /* Начальное состояние */
    transform: translateY(-50px);
    transition: opacity 2s ease-out, transform 1.5s ease-out;
}

.show_third {
    opacity: 0; /* Начальное состояние */
    transform: translateY(-50px);
    transition: opacity 2s ease-out, transform 2s ease-out;
}

.show_fourth {
    opacity: 0; /* Начальное состояние */
    transform: translateY(-50px);
    transition: opacity 2s ease-out, transform 2.5s ease-out;
}

/* Класс, который добавляется при прокрутке */
.animate {
    opacity: 1;
    transform: translateY(0);
}

/* Задержки для последовательного появления */
/*.show_first.animate {
    animation: fadeInFromTop 1s ease-out forwards 0.5s;
}

.show_second.animate {
    animation: fadeInFromTop 1s ease-out forwards 1s;
}

.show_third.animate {
    animation: fadeInFromTop 1s ease-out forwards 1.5s;
}

.show_fourth.animate {
    animation: fadeInFromTop 1s ease-out forwards 2s;
}*/

.tariffs-description {
    width: 80%;
}

.tariffs-slider__item {
    max-width: 272px;
    height: 403px;
    border-radius: 5px;
    background: #F6F6F6;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    margin: 70px 33px 105px 33px;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: transform 0.3s ease-in-out;
}

    .tariffs-slider__item.scaled {
        transform: scale(1.2);
    }


.slick-slide {
    height: auto !important;
}

/*.slick-active:nth-of-type(2) .tariffs-slider__item {
    max-width: 310px;
    height: 459px;
}*/

/*.slick-slide {
    width: fit-content !important;
    height: fit-content !important;
}*/

.slick-prev,
.slick-next {
    background-color: #D9D9D9 !important;
}

    .slick-prev:hover,
    .slick-next:hover {
        background-color: #FFD500 !important;
    }

.slick-current {
    height: 459px !important;
}

.landing-tariffs-slider {
    max-width: 1035px;
    margin: 0 auto;
}

.landing-tariffs-slider .slick-prev, .landing-tariffs-slider .slick-next {
    width: 48px;
    height: 48px;
    z-index: 99;
    background: #fff url("../../Images/third_decade/system/icon/h-slider__arrow.svg") no-repeat center center;
}

.landing-tariffs-slider .slick-prev {
    top: 40%;
    left: -88px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.landing-tariffs-slider .slick-next {
    right: -90px;
    top: 40%;
}

    .landing-tariffs-slider .slick-prev:hover, .landing-tariffs-slider .slick-prev:focus, .landing-tariffs-slider .slick-next:hover, .landing-tariffs-slider .slick-next:focus {
        background: #FFD500 url("../../Images/third_decade/system/icon/h-slider__arrow--hover.svg") no-repeat center center;
    }

    .landing-tariffs-slider .slick-prev:before, .landing-tariffs-slider .slick-next:before {
        display: none;
    }

.landing-tariffs-slider--logo {
    width: 232px;
    height: 186px;
    margin: auto;
}

.landing-tariffs-slider--logo > img {
    width: 100%;
}

.landing-tariffs-slider--name {
    color: #161C2D;
    font-family: "Segoe UI";
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 152.381% */
    letter-spacing: -0.5px;
    padding-left: 38px;
}

.landing-tariffs-slider--unit {
    color: #161C2D;
    font-family: "Segoe UI";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.5px;
    padding-left: 38px;
}

.landing-tariffs-slider--description {
    color: #000;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Segoe UI";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 178.571% */
    letter-spacing: -0.2px;
    padding: 10px 15px;
    padding-left: 38px;
    margin-bottom: 20px;
}

.landing-tariffs-slider--button {
    border-radius: 1px;
    border: 2px solid #FFD500;
    background: #FFD500;
    color: #121212;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 12px 24px;
    margin-left: 38px;
}

@media (max-width: 1240px) {
    .landing-tariffs-slider .slick-prev {
        left: -40px;
    }

    .landing-tariffs-slider .slick-next {
        right: -40px;
    }

    .landing-tariffs-slider {
        max-width: 900px;
    }
}

@media (max-width: 1024px) {
    .tariffs-slider__item {
        margin: 70px 8px 105px 8px;
    }

    .landing-tariffs-slider .slick-prev {
        left: -60px;
    }

    .landing-tariffs-slider .slick-next {
        right: -12px;
        top: 42%;
    }

    .landing-tariffs-slider {
        max-width: 730px;
    }

    .tariffs-slider__item.scaled {
        transform: none;
    }
}

@media (max-width: 900px) {
    .landing-tariffs-slider .slick-prev {
        left: -85px;
    }

    .landing-tariffs-slider .slick-next {
        right: -12px;
        top: 43%;
    }

    .landing-tariffs-slider {
        max-width: 395px;
    }
}

@media (max-width: 800px) {
    
    .landing-tariffs-slider {
        max-width: 355px;
    }

        .landing-tariffs-slider .slick-next {
            right: -12px;
            top: 44%;
        }
}

@media (max-width: 539px) {
    .landing-tariffs-slider {
        max-width: 300px;
    }

        .landing-tariffs-slider .slick-prev {
            left: -60px;
        }

        .landing-tariffs-slider .slick-next {
            right: -48px;
        }
}

@media (max-width: 480px) {
    .landing-tariffs-slider .slick-prev {
        top: 85%;
        left: 100px;
    }

    .landing-tariffs-slider .slick-next {
        top: 88%;
        right: 100px;
    }

    .landing-tariffs-slider .slick-prev, .landing-tariffs-slider .slick-next {
        width: 35px;
        height: 35px;
        background-size: 17px;
    }
}

.switcher {
    border-radius: 24px;
    background: #999;
    color: white;
    display: flex;
    padding: 8px;
    width: fit-content;
    margin-top: 48px;
    margin-bottom: 50px;
}

    .switcher > div {
        cursor: pointer;
        width: 184px;
        border-radius: 24px;
        text-align: center;
        padding: 8px 20px;
        font-family: "Segoe UI";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .switcher .active {
        background: #FFD500;
        color: #121212;
    }

.start-working-background {
    background: #F8F8F8;
    padding-top: 48px;
    padding-bottom: 48px;
}

.start-working-point {
    color: #121212;
    text-align: center;
    font-family: "Segoe UI";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 133.333% */
    letter-spacing: -1.2px;
    background-color: #FFD500;
    padding: 13px 27px;
    border-radius: 40px;
}

.start-working-title {
    color: #161C2D;
    text-align: center;
    font-family: "Segoe UI";
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 152.381% */
    letter-spacing: -0.5px;
    margin-bottom: 14px;
    margin-top: 48px;
}

.start-working-description {
    color: #000;
    text-align: center;
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px; /* 181.25% */
    letter-spacing: -0.2px;
}


.start-working-center {
    width: fit-content;
    margin: auto;
}

.start-working-table > div {
    width: 25%;
}

.start-working-middle-column {
    margin-left: 15%;
    margin-right: 15%;
}

.dashed-line-offset {
    margin-left: 100px;
}

.dashed-line {
    width: 34%;
    height: 3px;
    border-top: 3px dashed #FDDE3E;
    margin-top: 37px;
}

.start-working-display {
    display: flex;
}

@media (max-width: 1024px) {
    .start-working-middle-column {
        margin-left: 8%;
        margin-right: 8%;
    }

    .dashed-line-offset {
        margin-left: 80px;
    }

    .dashed-line {
        width: 27%;
    }
}

@media (max-width: 800px) {
    .switcher {
        margin: auto;
        margin-top: 32px;
        margin-bottom: 34px;
    }

    .start-working-center {
        display: flex;
        margin-left: 24px;
        width: auto;
    }

    .start-working-display {
        display: block;
        padding-right: 18px;
    }

    .start-working-table > div {
        width: 100%;
    }

    .start-working-title {
        margin-top: 0px;
        margin-bottom: 4px;
        text-align: left;
        font-size: 18px;
    }

    .start-working-description {
        text-align: left;
        font-size: 14px;
    }

    .start-working-middle-column {
        margin-top: 20%;
        margin-bottom: 20%;
        margin-left: 0;
        margin-right: 0;
    }

    .start-working-background {
        background: #FFFFFF;
        padding-top: 0;
    }

    .dashed-line {
        display: block; /* Добавляем явный block */
        width: 3px;
        /*height: 23%;*/
        height: 80px;
        border-left: 3px dashed #FDDE3E;
        margin-left: 32px;
        margin-top: 0;
    }

    .dashed-line-offset {
        margin-right: 16px;
        margin-left: 4px;
    }

    .start-working-offset {
        padding-left: 0 !important;
    }

    .switcher {
        width: 90%;
    }

        .switcher > div {
            width: 50%;
            padding: 8px 12px;
            font-size: 14px;
        }

    .start-working-point {
        font-size: 20px;
        padding: 8px 27px;
    }
}

.callback-background {
    background-image: url(../../Images/third_decade/landing/couriers-in-car.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
}

.bottom-callback-form {
    width: 47%;
    background-color: #FFCC00;
    padding: 3% 7%;
    min-width: 584px;
}

.bottom-callback-title {
    color: #020618;
    font-family: "Segoe UI";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 12px;
}

.bottom-callback-description {
    color: #121212;
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    padding-bottom: 12px;
}


.battom-callback-shield {
    min-width: 335px;
    margin: 2px;
    border-radius: 5px;
    border: 1px solid #FFF;
    background: #FFF;
    box-shadow: 0px 34px 33px -23px rgba(22, 28, 45, 0.13);
    padding: 18px 24px;
}

/*@media (max-width: 1400px) {
    .bottom-callback-form {
        width: 40%;
        background-color: #FFCC00;
        padding: 3% 7%;
        min-width: 584px;
    }
}*/

@media (max-width: 1024px) {
    .bottom-callback-form {
        margin: auto;
    }
}

@media (max-width: 800px) {
    .callback-background {
        background-image: none;
    }

    .bottom-callback-form {
        width: 100%;
        min-width: 320px;
        padding: 20px 5px;
        padding-bottom: 40px;
    }

    .bottom-callback-title {
        font-size: 28px;
        padding-left: 23px;
    }

    .bottom-callback-description {
        padding-left: 23px;
    }
}

footer > .c-container {
    height: fit-content;
    margin: 0 auto;
    padding: 0 10px;
}

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    width: 90%;
    min-width: 320px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Крестик для закрытия */
.close-modal {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

/* Адаптация для мобильных устройств */
@media (max-width: 800px) {
    .modal-content {
        width: 80%;
        height: fit-content;
        padding: 30px;
        border-radius: 5px;
        background: #FFF;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    }
}

.main-callback-modal {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.error-border {
    border: 2px solid red !important;
    background-color: #ffe6e6; /* Светло-красный фон для наглядности */
}

.popup-main {
    height: fit-content !important;
}