html {
    scroll-behavior: smooth;
}

.t-popup.t-popup_show {
    backdrop-filter: blur(5px);
}

.t-popup_show .t-popup__container {
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
}

li::marker {
    color: #f34b2d;
}

.uc-header.sticky {
    position: fixed;
    top: 5px;
    width: 100%;
    z-index: 1000;
}

 .t-col_12 {
    margin-left: 0px !important;
    margin-right: 0px !important;
    max-width: 1200px !important; 
}

.fon-header .tn-atom{
    transition: box-shadow 0.2s ease;
}

.uc-header.sticky .fon-header .tn-atom{
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
}

.zero-form input {
    width: calc(100% + 40px);
}

.zero-form .t-submit {
    transition: width 0.3s ease, transform 0.3s ease;
}

.zero-form .t-submit:hover {
    width: 200px !important; 
    transform: translateX(10px); 
}

.zero-btn-w button {
    width: 100% !important;
}

.zero-btn a, .zero-btn button, .zero-btn-w button, .uc-popap-form .t-submit {
    transition: transform 0.3s ease-in-out !important;
}

.zero-btn a:hover, .zero-btn button:hover, .zero-btn-w button:hover, .uc-popap-form .t-submit:hover {
    transform: scale(103%);
}

.t772__content {
    border-radius: 15px;
    transition: all 0.3s ease-in-out !important;
}

.t772__content:hover {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    padding: 30px;
    background: #282d3a;
}

.t842__col:last-child {
    max-width: 1200px !important;
}

.t842__bgimg {
    border-radius: 15px;
    margin: 10px;
    height: calc(100% - 20px) !important;
}

.t842__wrap {
    height: 100%;
}

.t843 .t-item {
    padding: 30px;
    box-sizing: border-box;
    background-color: #282d3a;
    border-radius: 20px;
    display: flex;
}

.t843__imgwrapper {
    margin: 0 !important;
    max-width: 100% !important;
}

.t700__content {
    height: 100%;
}

.t700__wrap-video {
    height: 100%;
}

.t700__img {
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
}

.t700 button {
    width: 100%;
}

.t004 .t-text {
    padding: 20px;
    box-sizing: border-box;
    background-color: #282d3a;
    border-radius: 20px;
}

@media screen and (max-width: 959px) {
    #rec861046808 .tn-elem[data-elem-id="1738674792357"] .tn-atom {
        vertical-align: middle;
        white-space: normal !important;
    }
    .t-item {
        flex-direction: column;
    }
}

@media screen and (max-width:640px) {
    .zero-form input {
        width: 100% !important;
    }
    .zero-form .t-submit:hover {
        width: 100% !important; 
        transform: translateX(0px); 
    }
}

/* --- Исправление косяков переноса с Тильды  --- */
    .t-form-success-popup {
        z-index: 99999999;
    }
    .t-form__errorbox-link {
        color:#ffffff !important;
    }
    .t-popup {
    z-index: 9999 !important;
    }


