/*Этот CSS должен использоваться только для страницы UK*/
/*Стандартные стили шаблона указываются в layout.css, тут специфические стили для конкретной реализации*/



.h2 {
    font-weight: 700;
}

.authors {
    padding-top: 25px;
}

.authors__h {
    margin-bottom: 40px;
}

.authors-swiper {
    /* width: 100%; */
    /* margin-top: 40px; */
    margin-bottom: 40px;

    position: relative;
    padding-top: 50px;
    /* Место для стрелок сверху */
    padding-bottom: 40px;
    /* Место для пагинации снизу */
    overflow: hidden;
    width: calc(100% + 2px);
    margin-right: -1px;
    margin-left: -1px;
}






/* Обёртка для стрелок */
.swiper-nav-wrapper {
    position: absolute;
    top: 50px;
    right: 35px;
    display: flex;
    gap: 10px;
    z-index: 10;
}

/* Стили стрелок */
.swiper-button-prev,
.swiper-button-next {
    position: static;
    /* Отменяем стандартное позиционирование */
    width: 40px;
    height: 40px;
    margin: 0;
    background: #ffffff;
    border-radius: 50%;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    color: #BAB9B9;
    font-size: 18px;
}

/* Пагинация (буллеты) */
.swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ccc;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #6A42BF;
}

/*Карточки*/

.author-card {
    padding: 25px;
    background: #fff;
    border: 1px solid #BAB9B9;
    width: 17%;
    height: 370px;
    border-radius: 18px;
    /* width: 270px !important; */
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 20px;
}

.author__text_area p {
    text-align: center;
    margin-top: 10px;
}

.author__title {
    font-weight: 700;
}

.author__text {
    color: #6A42BF;
    font-size: 16px;

}

.author__img_wrapper {
    width: 100%;
    display: flex;
}

.author__img {
    width: 100%;
    object-fit: contain;
}

.title_w80 {
    width: 80%;
}

@media(width<600px) {
    .title_w80 {
        width: 100%;
    }
}

.header-container {
    padding: 0px 15px 0 55px;
}

.header-logo-image {
    width: 147px;
}


.align_end {
    align-items: end;
}

.footer_logo {
    min-width: 107px;
    width: 147px;
}


.hero-left {

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 53px;

}

.hero-title {
    margin-top: 40px;
    font-weight: 600;
}


.hero-left-content {
    justify-content: space-between;
}

.hero-row {
    gap: 4%;
    align-items: end;
}

.hero-image-wrapper{
    width: 48%;
}


.hero-container {
    padding: 0px 10px 0px 70px;
}

.actual__button--mobile {
    display: none;
}


.bottom-hero-row {
    gap: 3%;
}

.bottom-hero-img-wrapper {
    min-width: 47%;
}

.callback_bottom{
    margin-top: 0px;
}

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

.video_text__text {
    justify-content: flex-start;
}

.ul-lightning {
    margin-top: 0px;
}

.ul-lightning li {
    margin-top: 25px;
    gap: 15px;
}

.ul-lightning li::before{
    filter: brightness(1.1);
}

.hero-left-content{
    width: auto;
    max-width: 63%;
}

.main_info__callback__title{
    color: #fff;
}



.main__form--text:empty{
    display: none;
}

/*Пока нет серого блока*/
.benefits{
    margin-bottom: 50px;
}

@media(width<926px) {
    .hero-container {
        padding: 0px 20px 0px 20px;
    }

    .author-card {
        height: auto;
    }

    .authors__h {
        margin-bottom: 60px;
    }

    .swiper-nav-wrapper {
        top: 90px;
    }
}

@media(width<650px) {
    .header-container {
        padding: 0px 15px 0 15px;
    }

    .hero-title{
        text-align: center;
    }

    .hero-text{
        text-align: center;
    }

    .hero-left-content{
        max-width: 100%;
    }



}

.video-block__preview{
    height: auto;
}

@media(width<550px) {

    .main_info__callback {
        margin: 50px -30px 51px -30px;
        border-radius: 0;
    }


    .main_info__callback.benefits_callback {
        margin: 50px -15px 51px -15px;
        border-radius: 0;
    }

    .hero-right-form {
        margin: 0 -20px -30px -20px;
    }

    .custom-margin-30 {
        margin: 50px -30px 51px -30px;
    }



}