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


:root {
  --background-white: #fff;
  --main-background: #D56868;
  --background-secondary: #ECCFCA;

  --yellow-block: #FFDE5A;
  --yellow-btn: #FFCC00;

  --button-primary: #F4CF43;
  --button-primary-hover: #e2a63f;
  --button-hover: #E69004;

  --button-secondary: #D56868;
  --button-secondary-hover: #cc5b5b;


  --alternate-button-hover:#6735d5;

  --dark-primary: #222222;

  

  --grey-block: #F1F0EF;

  --border-radius-outer: 36px;
  --border-radius-inner: 6px;

  --font-family-base: 'Onest', sans-serif;

  --border-default: 1px solid #BAB9B9;
  --input-height: 56px;

  --container-width: 1270px;
  --container-padding-x: 15px;

  --transition-duration: 0.2s;

  /* --arrow-close-filter: invert(38%) sepia(98%) saturate(1365%) hue-rotate(176deg) brightness(91%) contrast(101%); */
  --arrow-close-filter: brightness(0) saturate(100%) invert(58%) sepia(18%) saturate(1145%) hue-rotate(313deg) brightness(94%) contrast(88%);
}

.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: #B83B3C;
}

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

.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: #B83B3C;
    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: 87px;
}


.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);
} */

.main_info_hlist__img{
    filter: brightness(1.1);
}

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

.actual__text{
    width: 55%;
}

.tumbler-btn--active{
    font-weight: 500;
}




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

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

.topline__logo-img{
    width: 107px;
}

.footer_logo{
    width: 107px;
}

.gap-20{
    gap: 20px;
}

@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%;
    }

    .actual__text{
        width: 100%;
    }



}

.video-block__preview{
    height: auto;
}

@media(width<550px) {

    .grey_section__wrapper{
        display: none;
    }

    .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;
    }



}