/* ===== БАЗОВЫЕ СТИЛИ ===== */
body {
    font-family: 'Geometria', sans-serif;
}

/* ===== ОБЩИЕ СТИЛИ КОМПОНЕНТОВ ===== */
/* Заголовки секций */
.subcenter h2,
.posttop.aist_suprerhelight span.big,
.posttop.aist_suprerhelight .text-container-h2,
.uk-heading-primary.loft_data {
    display: block;
    font-size: 60px;
    color: #4a515d;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Geometria', sans-serif;
    padding-bottom: 30px;
}

.posttop.aist_suprerhelight .text-container-h2 {
    font-size: 30px;
    font-weight: 200;
}

/* Списки */
.subcenter li {
    font-size: 22px;
    color: #4a515d;
    font-weight: 400;
    padding-right: 50px;
    padding-bottom: 12px;
    font-family: 'Geometria', sans-serif;
}

.subcenter li span {
    text-decoration-style: dotted;
    text-decoration-color: #ff9c00;
}

/* Кнопки */
.uk-button.uk-button-default.master_b,
.submit-btn {
    background-color: #ff9c00;
    color: #ffffff;
    border: none;
    padding: 10px 35px;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 1px;
    border-radius: 8px;
    transition: all 0.3s;
}

.submit-btn {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    background: linear-gradient(135deg, #fdcb7d 0%, #ff9c00 100%);
}

.uk-button.uk-button-default.master_b:hover,
.submit-btn:hover {
    background: linear-gradient(135deg, #fedba3 0%, #c88e34 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(30, 135, 240, 0.4);
}

.submit-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.aist_startbutton {
    border: 1px solid #ffffff30;
    font-size: 22px;
    border-radius: 30px;
    padding: 15px 15px;
    color: #ffffff00;
    overflow: hidden;
    background: #ffffff26;
    text-transform: uppercase;
    transition: 1s ease-in-out;
}

.aist_startbutton.gett {
    border: 1px solid #ffffff;
    padding: 15px 30px;
    color: #fff;
}

/* Поля ввода */
.uk-input, .uk-select, .uk-textarea {
    border-radius: 8px;
    padding: 12px 15px;
    border: 1px solid #dde2e8;
    transition: all 0.3s;
    font-family: 'Geometria', sans-serif;
}

.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
    border-color: #1e87f0;
    box-shadow: 0 0 0 2px rgba(30, 135, 240, 0.2);
}
        .social-container {
            text-align: center;
            padding: 20px;
            background: white;
            border-radius: 20px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
        }
        
        .social-title {
            margin-bottom: 10px;
            color: #333;
            font-size: 18px;
            font-weight: 600;
        }
        
        .social-icons {
            display: flex;
            justify-content: center;
            gap: 30px;
            flex-wrap: wrap;
        }
        
        .icon-wrapper {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 15px;
            transition: transform 0.3s ease;
        }
        
        .icon-wrapper:hover {
            transform: translateY(-5px);
        }
        
        .icon-link {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        .icon-link:hover {
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }
        
        .telegram {
            background: linear-gradient(135deg, #2AABEE 0%, #229ED9 100%);
        }
        
        .telegram:hover {
            background: linear-gradient(135deg, #229ED9 0%, #1E96C8 100%);
        }
        
        .whatsapp {
            background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
        }
        
        .whatsapp:hover {
            background: linear-gradient(135deg, #128C7E 0%, #0C6B5E 100%);
        }
        
        .icon-svg {
            width: 30px;
            height: 30px;
            filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
        }
        
        .contact-info {
            color: #555;
            font-size: 14px;
            font-weight: 500;
            max-width: 120px;
            word-break: break-word;
            text-align: center;
        }
/* Заголовки форм */
.uk-form-label {
    font-weight: 500;
    color: #444;
    margin-bottom: 8px;
    display: block;
    font-family: 'Geometria', sans-serif;
}

.required-field::after {
    content: " *";
    color: #f0506e;
}

/* ===== ШАПКА САЙТА ===== */
.aist_section-hedder_logolinck {
    background: url(../images/logo_s.svg) no-repeat left center;
    background-size: contain;
    height: 80px;
    width: 121px;
    margin-top: 16px;
    display: block;
    margin-left: 30px;
}

.aist_telephone-nimmer {
    font-size: 30px;
    font-weight: 200;
    color: #ffffff;
    position: absolute;
    right: 110px;
    top: 17px;
}

.navhedder {
    background: transparent;
    border: 0;
    color: #1f425f;
    position: relative;
    font-size: 30px;
    width: 50px;
    cursor: pointer;
    height: 40px;
    line-height: 50px;
    margin-top: 0px;
    position: absolute;
    right: 30px;
    top: 19px;
}

.navhedder span {
    background: #fff;
    height: 3px;
}

.navhedder .asd_1 {
    width: 33px;
    position: absolute;
    top: 10px;
    left: 8px;
}

.navhedder .asd_2 {
    width: 33px;
    position: absolute;
    top: 18px;
    left: 8px;
    transition: 0.1s ease-in-out;
}

.navhedder:hover .asd_2 {
    width: 25px;
    position: absolute;
    top: 18px;
    left: 12px;
}

.navhedder .asd_3 {
    width: 33px;
    position: absolute;
    top: 26px;
    left: 8px;
}

/* ===== ГЛАВНЫЙ ЭКРАН ===== */
.uk-height-start_main {
    height: 80vh;
    max-height: 1400px;
    min-height: 700px;
    position: relative;
    overflow: hidden;
}

.uk-height-start_main:before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: radial-gradient(1033.99px at 74.97% 71.29%, #a0a6b4 0%, rgb(49 53 63 / 40%) 23.94%, rgba(34, 44, 67, 0.67) 41.27%, rgba(34, 44, 67, 0.77) 54.2%, rgba(34, 44, 67, 0.8) 72.73%, rgb(68 68 68 / 87%) 87.67%, rgb(36 36 36 / 90%) 100%);
    opacity: 0.8;
}

.aist_suprerhelight {
    position: absolute;
    z-index: 30;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 45px;
    font-weight: 200;
    left: 0%;
    transform: translate(-50%, -50%);
}

.aist_suprerhelight.top {
    bottom: calc(45% - 170px);
}

.aist_suprerhelight h1 {
    color: #fff;
    font-weight: 200 !important;
    font-family: 'Geometria', sans-serif;
}

.aist_suprerhelight span.big {
    display: block;
    font-size: 38px;
    width: 50%;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
}

.aist_suprerhelight .uk-grid-divider>:not(.uk-first-column)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 2px solid #e5e5e5;
}

.text-container-h1 {
    width: 50%;
    margin-top: 25px;
    line-height: 1.2;
    font-size: 24px;
    display: block;
    text-align: left;
}

/* Видео элементы */
.videomobile {
    width: 25%;
    position: absolute;
    bottom: -91px;
    left: -70px;
    border: 10px solid rgb(229, 229, 229);
    border-radius: 20px;
    overflow: hidden;
}

.videoconeyner {
    border: 10px solid rgb(229, 229, 229);
    border-radius: 20px;
    overflow: hidden;
    padding: 10px;
}

.videoconeyner video {
    border-radius: 7px;
    overflow: hidden;
}

.uk-cover-container {
    overflow: hidden;
    position: relative;
}

.uk-cover-container video {
    filter: blur(4px);
}

.uk-cover-container:before {
    content: "";
    background: #ffffffdb;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* Абсолютно позиционированные элементы */
.bd_sl_1 {
    position: absolute;
    left: 55%;
    bottom: 85px;
    width: 50%;
    border-radius: 10px;
    z-index: 1;
}

.bd_sl_2 {
    position: absolute;
    left: 53%;
    bottom: 31px;
    width: 12%;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
}

.porell {
    position: relative;
}

/* ===== БЛОКИ С КОНТЕНТОМ ===== */
.margin-t90 {
    margin-top: 30px;
}

.margin_litinert {
    margin-top: 40px;
}

.block_8 {
    margin-bottom: 60px;
}

.block_8 img {
    height: 65px;
}

.block_8 .subcenter {
    padding-top: 85px;
}

.block-horizontall {
    background: #f0f1f3;
    padding: 40px;
    border-radius: 10px;
    box-sizing: border-box;
    height: 230px;
}

.prelodertext {
    font-size: 15px;
    color: #4a515d;
    font-weight: 600;
    width: 100%;
}

/* Анимации */
.uk-animation-fade.big span,
.start_title span {
    color: #ff9c00;
}

.letter {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.aist_poss-fixed {
    position: absolute;
    width: 100%;
    z-index: 10;
}

/* Слайдшоу */
.slideshow-image {
    width: 100%;
    animation: kenburns 20s ease-in-out infinite;
}

@keyframes kenburns {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

/* Текстовый блок с разделителем */
.div-inpet-toptext-block {
    margin: auto;
    width: 700px;
    font-size: 17px;
    letter-spacing: 0.5px;
    color: #fff;
    text-align: left;
}

.aist_fabe.after_line {
    height: 1px;
    background: #fff;
    width: 10px;
    margin: 30px auto 0px;
    transition: 1s ease-in-out;
}

.aist_fabe.after_line.uk-scrollspy-inview {
    width: 700px;
}

/* Элементы со скруглением */
.half-circle {
    position: relative;
    padding: 20px 0px 20px 30px;
}

.half-circle img {
    position: absolute;
    width: 3px;
    left: -2px;
    top: 41px;
    border: 2px solid #e5e5e5;
    border-radius: 100%;
    transition: 0.3s ease-in-out;
}

.uk-scrollspy-inview .half-circle img {
    width: 40px;
    left: -23px;
    top: 25px;
}

/* Секции и блоки */
.aublock {
    position: relative;
    overflow: hidden;
    height: 200vh;
    padding: 200px;
}

.posttop.aist_suprerhelight {
    z-index: 0;
    text-align: center;
    width: 100%;
    font-size: 35px;
    font-weight: 200;
    position: relative;
    display: block;
    top: auto;
    left: auto;
    padding: 50px 0px;
    transform: none;
}

.bag_titles {
    background: #ccc;
    padding: 50px;
    min-height: 500px;
    border-radius: 10px;
    background-position: center top;
    overflow: hidden;
    position: relative;
}

.bag_titles .bag_icon {
    min-height: 350px;
    position: absolute;
    bottom: 0;
    width: 90%;
    margin-left: -5%;
    background-position: center top;
}

.bag_titles .bag_icon.lef {
    border-radius: 10px;
    bottom: 20px;
    min-height: 330px;
    width: calc(100% - 100px);
    left: 50px;
    margin-left: 0;
}

.bag_titles .bag_icon.lef.full {
    background-size: contain;
    border-radius: 0px;
}

.bag_titles .titles_meta_ec3 {
    font-size: 28px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 20px;
    color: #000;
    line-height: 1.2;
}

.bag_titles .titles_postitles_ec3 {
    font-size: 18px;
    color: #000;
    text-align: left;
}

.darken_bottom {
    font-size: 80px;
    position: absolute;
    bottom: -6px;
    color: #4a515d;
    opacity: 0.3;
    line-height: 1;
}

.darken_bottom span {
    display: block;
    font-size: 22px;
    letter-spacing: 10px;
    line-height: 16px;
}

.darken_bottom b {
    font-weight: 900;
}

.darken_bottom b val {
    font-size: 35px;
}

.text_block {
    background: #fff;
    height: calc(100vh - 400px);
    position: relative;
    left: -30px;
    box-sizing: border-box;
    overflow: hidden;
    border-right: 2px solid #e5e5e5;
    border-bottom: 0px solid #e5e5e5;
}

.text_block.reverce {
    border-right: 0;
    border-left: 2px solid #e5e5e5;
}

.text_block:has(.uk-height-medium) {
    border: 0 !important;
    height: calc(100vh - 300px);
    margin-top: -100px;
}

.text_block .uk-height-medium {
    height: calc(100vh - 200px);
}

.text_block .instrument {
    position: absolute;
    bottom: 0;
    width: 80%;
    right: -20px;
    border-radius: 30px 0px 0px 0px;
    border-top: 10px solid #e5e5e5;
    border-left: 10px solid #e5e5e5;
}

.aist_has-text {
    padding: 100px;
}

.text_block .start_title {
    text-align: left;
    font-size: 70px;
    font-weight: 200;
    display: block;
    color: #4a515d;
    line-height: 1.2;
    font-weight: 700;
    padding: 10px 0px;
    width: fit-content;
}

.text_block .price-title {
    text-align: left;
    font-size: 45px;
    line-height: 45px;
    padding: 10px 20px;
    width: fit-content;
    display: block;
    color: #32d256;
    font-weight: 300;
}

.text_block .price-title old {
    text-decoration: line-through;
    color: #4a515d;
    opacity: 0.2;
    font-size: 26px;
}

.text_block .post_title {
    display: block;
    font-size: 22px;
    padding: 10px 0px;
    width: fit-content;
    letter-spacing: 2px;
    font-weight: 300;
    color: #4a515d;
    opacity: 0.8;
    height: 65px;
}

/* ===== ОТЗЫВЫ ===== */
.testimonial-slider {
    padding: 100px 0 125px;
    background: linear-gradient(135deg, #f5f7fa 0%, #4a515d17 100%);
}

.testimonial-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    margin: 20px;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}

.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.testimonial-avatar {
    width: 130px;
    height: 130px;
    border-radius: 10px;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.testimonial-name {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 29px;
    margin-bottom: 5px;
    color: #4a515d;
    position: absolute;
    top: 0px;
    left: 190px;
}

.testimonial-position {
    color: #4a515d;
    font-size: 18px;
    margin: 0;
    font-weight: 400;
    position: absolute;
    top: 79px;
    left: 190px;
}

.testimonial-text {
    color: #4a515d;
    line-height: 1.6;
    position: relative;
    font-size: 20px;
    padding-top: 15px;
}

.testimonial-text:before {
    content: '"';
    font-size: 60px;
    line-height: 0;
    color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 30px;
    left: -10px;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
    color: #333;
    position: relative;
}

.section-title:after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    margin: 15px auto 0;
}

/* Слайдер */
.uk-slider-items {
    align-items: stretch;
    padding: 26px 0px;
}

.speens .uk-slider-items.uk-grid {
    flex-wrap: nowrap;
    padding-bottom: 30px;
}

.uk-dotnav {
    margin-top: 30px;
    justify-content: center;
}

.uk-dotnav > * > * {
    width: 12px;
    height: 12px;
    background: rgba(0, 0, 0, 0.1);
}

.uk-dotnav > .uk-active > * {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

/* ===== ТАРИФЫ ===== */
.tariff-header {
    text-align: center;
    margin-bottom: 40px;
}

.tariff-card {
    background: white;
    border-radius: 12px;
    padding: 143px 30px 0px;
    height: 299px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.mostkallibur {
    line-height: 1;
    display: block;
    font-size: 48px;
    font-family: 'Geometria', sans-serif;
}

.custom-tariff-title {
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 32px;
    background: #2c3e50;
    width: 100%;
    left: 0;
    top: 0;
    padding: 20px 40px;
}

.tariff-title {
    font-weight: 400;
    color: #2c3e50;
    margin-bottom: 20px;
    font-size: 1.5rem;
    position: absolute;
    background: #d0d2d4;
    width: 100%;
    left: 0;
    top: 0;
    padding: 20px 40px;
}

.tariff-title span {
    display: block;
    font-size: 40px;
    font-weight: 500;
    font-family: 'Geometria', sans-serif;
}

.price-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.price-item:last-child {
    border-bottom: none;
}

.price-label {
    font-weight: 500;
    color: #7f8c8d;
}

.price-value {
    font-weight: 700;
    color: #2c3e50;
    font-size: 30px;
}

.total-price {
    background-color: #ff9c00;
    padding: 20px 40px;
    border-radius: 0px;
    font-weight: 500;
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
}

.custom-tariff {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 383px;
    padding: 30px;
    background: #ff9c00;
}

.custom-tariff-text {
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 1.3rem;
}

.rub-icon {
    display: inline-block;
    font-weight: 100;
    margin-left: 2px;
    font-size: 32px;
}

/* ===== ГАЛЕРЕЯ ===== */
.gallerys .uk-inline {
    position: relative;
    overflow: hidden;
}

.gallerys .uk-inline:before {
    content: "";
    background: #0000005c;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    transition: .5s ease-in-out;
}

.gallerys .uk-inline:hover:before {
    background: #7a7a7a5c;
}

.gallerys > div:nth-child(3n+1) .uk-inline:before {
    background: rgba(40, 40, 40, 0.5);
}

.gallerys > div:nth-child(3n+2) .uk-inline:before {
    background: rgba(80, 80, 80, 0.5);
}

.gallerys > div:nth-child(3n+3) .uk-inline:before {
    background: rgba(120, 120, 120, 0.5);
}

/* ===== ФОРМА ОБРАТНОЙ СВЯЗИ ===== */
.feedback-container {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    padding: 35px;
    width: 100%;
    max-width: 500px;
    position: relative;
    margin: 100px auto;
    transition: transform 0.3s ease;
    z-index: 5;
}

.feedback-title {
    text-align: center;
    margin-bottom: 30px;
    color: #333;
    font-weight: 600;
    font-size: 28px;
    position: relative;
    padding-bottom: 15px;
    font-family: 'Geometria', sans-serif;
}

.feedback-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #1e87f0, #0f6ecd);
    border-radius: 2px;
}
.foter{
        background: #ffffff;
    text-align: center;
    padding: 75px 0px;
    -webkit-box-shadow: 0px 23px 11px -11px rgba(34, 60, 80, 0.2) inset;
-moz-box-shadow: 0px 23px 11px -11px rgba(34, 60, 80, 0.2) inset;
box-shadow: 0px 23px 11px -11px rgba(34, 60, 80, 0.2) inset;
}
.foter .copy{
    display: block;
    font-size: 17px;
    color: #4a515d;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Geometria', sans-serif;
}
.politica{
        color: #ccc;
    font-size: 14px;
}
.success-message {
    display: none;
    background: linear-gradient(135deg, #ff9c007a 0%, #ff9c00 100%);
    color: white;
    padding: 235px 50px;
    border-radius: 14px;
    text-align: center;
    position: absolute;
    top: 0px;
    width: 100%;
    box-sizing: border-box;
    left: 0;
    height: 100%;
}

.success-message h3 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 600;
}

.error-message {
    display: none;
    background: linear-gradient(135deg, #f0506e 0%, #d05050 100%);
    color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    margin-top: 20px;
}

.phone-hint {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

.form-icon {
    position: absolute;
    right: 15px;
    top: 38px;
    color: #aaa;
}

.loading-spinner {
    display: none;
    text-align: center;
    margin: 20px 0;
}

/* ===== АДАПТИВНОСТЬ ===== */
@media (min-width: 2200px) {
    .uk-width-1-4\@xl {
        width: 20%;
    }
}

@media (max-width: 2899px) {
    .aublock {
        padding: 50px;
    }
    
    .aist_has-text {
        padding: 20px;
    }
    
    .text_block {
        height: calc(100vh - 200px);
    }
    
    .text_block .start_title {
        font-size: 50px;
    }
}


@media (max-width: 800px) {
    
.subcenter h2, .posttop.aist_suprerhelight span.big, .posttop.aist_suprerhelight .text-container-h2, .uk-heading-primary.loft_data {
    display: block;
    font-size: 30px;
    color: #4a515d;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Geometria', sans-serif;
    padding-bottom: 30px;
}
.slideshow-image {
    min-width: 1500px;
    height: auto;
    animation: kenburns 20s ease-in-out infinite;
}
.subcenter li {
    font-size: 15px;
    color: #4a515d;
    font-weight: 400;
    padding-right: 0;
    padding-bottom: 8px;
    font-family: 'Geometria', sans-serif;
}
.posttop.aist_suprerhelight .text-container-h2 {
    font-size: 18px;
    font-weight: 200;
}
.text-container-h1 {
    width: 100%;
    margin-top: 25px;
    line-height: 1.2;
            font-weight: 400;
    font-size: 20px;
    display: block;
            text-align: center;
}
.aist_telephone-nimmer {
    font-size: 23px;
    font-weight: 700;
    color: #ffffff;
    position: absolute;
    right: 20px;
    top: 36px;
}
.aist_section-hedder_logolinck {
    background: url(../images/logo_s.svg) no-repeat left center;
    background-size: contain;
    height: 73px;
    width: 76px;
    margin-top: 16px;
    display: block;
    margin-left: 30px;
}
.bd_sl_1, .bd_sl_2{
    display:none;
}
.uk-button.uk-button-default.master_b, .submit-btn {
    display: block;
    margin: auto;
}
.uk-height-start_main:before {
    opacity: 1;
}
.uk-height-start_main .aist_suprerhelight span.big{
    text-align: center; 
}
    .text_block .start_title {
        font-size: 30px;
    }
    .text_block .post_title {
   
    font-size: 15px;

}
    .text_block {
        height: 530px;
    }
        .aublock {
        padding: 0px;
    }
    .darken_bottom {
    font-size: 57px;
}
.text_block {
    background: #fff;
    height: calc(100vh - 400px);
    position: relative;
    left: -30px;
    box-sizing: border-box;
    overflow: hidden;
    border-right: 0px solid #e5e5e5;
    border-bottom: 7px solid #e5e5e5;
}
.aist_suprerhelight span.big {
    display: block;
    font-size: 22px;
    width: 100%;
        text-align: left;
    text-transform: uppercase;
    font-weight: 600;
}
.feedback-container {

    box-sizing: border-box;
    max-width: 80%;

}
.testimonial-slider {
    padding: 50px 0 65px;
    background: linear-gradient(135deg, #f5f7fa 0%, #4a515d17 100%);
}
    .bag_titles .bag_icon.lef {
    border-radius: 10px;
    bottom: 20px;
    min-height: 196px;
    width: calc(100% - 100px);
    left: 50px;
    margin-left: 0;
}
.bag_titles .bag_icon {
    min-height: 275px;
    width: 100%;
    margin-left: -13%;
}
.videomobile {
    width: 30%;
    position: absolute;
    bottom: -66px;
    left: 37px;
    border: 10px solid rgb(229, 229, 229);
    border-radius: 20px;
    overflow: hidden;
}
}


/* Утилиты */
.master-post-center {
    /* Стили будут добавлены по необходимости */
}