.main-title{
    font-size: 42px;
    margin: 0 0 100px;
    line-height: 1.2;
    text-align: center;
}
@media (max-width: 1040px){
    .main-title{
        font-size: 32px;
        margin: 0 0 70px;
    }
}

.header.header--secondary {
    background: url(../i/promo_secodary.jpg) no-repeat;
    /*height: 252px;*/
    background-size: cover;
}

.header__inner {
    display: flex;
    width: 100%;
    /*flex-direction: column;*/
    gap: 50px;
    padding: 30px 15px;
}
@media (max-width: 1040px) {
    .header__inner{
         padding: 10px 10px;
         gap: 20px;
     }
}
.header__content{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
/*@media (max-width: 1040px) {*/
/*    .header__inner{*/
/*        padding: 10px 10px;*/
/*        gap: 20px;*/
/*    }*/
/*}*/
/*@media (max-width: 1460px) {*/
/*    .header__inner{*/
/*        padding: 30px 10px;*/
/*    }*/
/*}*/

.header__top{
    width: 100%;
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
    gap: 30px;

}

@media (max-width: 1040px) {
    .header__top{
        flex-direction: column-reverse;
        gap: 10px;
    }
}

.header__logo{
    display: flex;
    flex-shrink: 0;
    gap: 30px;
}



@media (max-width: 1040px) {
    .header__logo{
        width: 100%;
        justify-content: space-between;
    }
}

.header-logo{
    display: flex;
    align-items: flex-end;
    width: 130px;
    height: auto;
    flex-shrink: 0;
}

@media (max-width:1040px) {
    .header-logo{
        display: none;
    }
}
@media (max-width: 720px) {
    .header-logo{
        width: 100px;
        height: 28px;
    }
}
.header-logo__img{
    display: block;
    width: 100%;
    height: auto;
}

.header-logo.header-logo--mobile{
    display: none;
}

@media (max-width: 1040px) {
    .header-logo.header-logo--mobile{
        display: block;
        width: 50px;
        height: 100%;
    }
}
.header-branch{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #f8cc00;
}
@media (max-width: 720px) {
    .header-branch{
        gap: 5px;
    }
}
/*@media (max-width: 1040px) {*/
/*    .header-branch{*/
/*        display: none;*/
/*    }*/
/*}*/
.header-branch__title{
    color: #f8cc00;
    font-size: 18px;
}

@media (max-width: 720px) {
    .header-branch__title{
        font-size: 12px;
    }
}

.header-branch__icon{
    width: 20px;
    height: 20px;
}

@media (max-width: 720px) {
    .header-branch__icon{
        width: 16px;
        height: 16px;
    }
}

.header-contacts{
    display: flex;
    gap: 20px;
}

@media (max-width: 1040px) {
    .header-contacts{
        width: 100%;
        justify-content: space-between;
        /*flex-direction: column;*/
        gap: 5px;
    }
}
.header-contacts-item{
    display: flex;
    gap: 10px;
    align-items: center;
}


.header-contacts-item__title{
    padding: 10px 0;
    font-size: 18px;
    font-weight: 500;
    color: #f8cc00;
}
@media (max-width: 1040px) {
    .header-contacts-item__title{
        font-size: 16px;
    }
}
@media (max-width: 720px) {
    .header-contacts-item__title{
        font-size: 12px;
    }
}


.header-contacts-item__title.phone{
    color: #ffffff;
}
.header-contacts-item__icon{
        cursor: pointer;
        display: block;
        width: 30px;
        height: 30px;

        background-image: url('../i/copy.svg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
}

@media (max-width: 720px) {
    .header-contacts-item__icon{
        width: 18px;
        height: 18px;
        padding: 10px 5px;
    }
}
.header-contacts-item__indicator {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    background: #fff;

}

.header-contacts-item__indicator.show{
    display: flex;
}


.header__bottom{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.header-menu-btn{
    position: relative;
    width: 20px;
    height: 20px;
    display: none;
}
@media (max-width: 1040px) {
    .header-menu-btn{
        display: block;
    }
}

.header-menu-btn__checkbox{
    display: none;
}

.header-menu-btn__view{
    display: block;
    width: 20px;
    height: 20px;
    margin-bottom: 0;
}

.header-nav{
    display: flex;
    gap: 20px;
}

@media (max-width: 1280px) {
    .header-nav{
        gap: 12px;

    }
}


@media (max-width: 1040px) {
    .header-nav{
        display: none;

    }
}

@media (max-width: 1040px) {
    .header-nav{
        gap: 15px;
    }
}


.header-nav-item{
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    transition: 0.2s ease-in-out;
}

@media (max-width: 1280px) {
    .header-nav-item{
        font-size: 16px;
    }
}

@media (max-width: 1040px) {
    .header-nav-item{
        font-size: 14px;
    }
}

.header-nav-item.fake:hover {
    color: #fff;
}
.header-nav-item:hover{
    color: #ff5857;
}

.header-nav-item.active{
    color: #ff5857;
}

.header-nav-more{
    position: relative;
    cursor: pointer;
}

.header-nav-more:hover .header-nav-more__submenu{
    display: block;
}

.header-nav-more__title{
    display: flex;
    align-items: center;
    gap: 7px;
}

.header-nav-more__submenu{
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(0, 100%);

    z-index: 100;
    display: none;
    padding: 20px 0;
}

.header-nav-more__list{
    width: 200px;
    display: flex;
    padding: 10px 20px;
    flex-direction: column;
    gap: 20px;
    background: #000201;
}

.header-search{

}

.header-search__control{
    display: flex;
    align-items: center;
    background: #fff;
    gap: 10px;
    padding: 10px 20px;
    background: #fff;
    border-radius: 22px ;
}

@media (max-height: 1040px){
    .header-search__control{
        background: #fff;
        gap: 10px;
        padding: 6px 12px;
        border-radius: 18px ;
    }
}



.header-search__input{
    width: 150px;
    border: none;
    outline: none;
}

.header-search__btn{
    width: 24px;
    height: 24px;
    border: none;
    outline: none;
    padding: 0;
    background: #fff;
    cursor: pointer;
}

.header-search__icon{
    width: 100%;
    height: 100%;
}


.header.fixed{
    position: fixed;
    z-index: 1000;
    top: 0;
    width: auto;
    height: auto;
    background: url(../i/promo.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 0;
    -webkit-box-shadow: 0 10px 15px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 15px 2px rgba(0, 0, 0, 0.1);
}

.header.fixed .header__inner {
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 0;
}

@media (max-width: 1040px) {
    .header.fixed {
        display: none;
    }
}

@media (max-width: 1460px) {
    .header.fixed .header__inner{
        padding: 0;
    }
}

.header.fixed .header__top {
    width: auto;
}

/*.header.fixed .header-branch {*/
/*    display: none;*/
/*}*/
.header.fixed .header-contacts{
    flex-direction: row;
    gap: 5px;
}

.header.fixed .header-contacts-item{
    justify-content: space-between;
}

@media (max-width: 1280px) {
    .header.fixed  .header-contacts-item__title{
        font-size: 14px;
    }
}

@media (max-width: 1040px) {
    .header.fixed .header__top{
        flex-direction: column;
    }
}


@media (max-width: 1280px) {
    .header.fixed  .header-contacts-item__icon {
        width: 22px;
        height: 22px;
    }
}

@media (max-width: 1280px) {
    .header.fixed  .header-nav {
        gap: 15px;
    }
}

@media (max-width: 1280px) {
    .header.fixed  .header-nav-item {
        font-size: 16px;
    }
}
.header.fixed .header-search{
    /*display: none;*/
}

.header.fixed .header__bottom {
    width: auto;
}


.catalog__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /*display: flex;*/
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;*/
    /*-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;*/
    margin-top: 75px;
}
@media (max-width: 1040px) {
    .catalog__list {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 720px) {
    .catalog__list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 480px) {
    .catalog__list {
        grid-template-columns: repeat(1, 1fr);
    }
}

.search-form{
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #ff5857;
    padding-bottom: 5px;
    margin: 30px 0;
}

.search-form__input{
    outline: none;
    border: none;
    padding: 5px 10px;
    width: 100%;

}

.search-form__btn{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    outline: none;
    border: none;
    background: #fff;
    width: 24px;
    height: 24px;
    padding: 0;

}

.search-form__icon{
    width: 100%;
    height: 100%;
}

.footer{
    background: url(../i/promo.jpg) no-repeat;
    background-size: cover;
    background-position: 0 0;
}

.footer__inner{
    padding: 20px 0;
}

.footer-logo{
    display: block;
    flex-shrink: 0;
    width: 150px;
    /*height: 50px;*/
}

/*@media (max-width: 1040px) {*/
/*    .footer-logo{*/
/*        width: 120px;*/
/*        height: 35px;*/
/*    }*/
/*}*/

.footer-logo__img{
    width: 100%;
    height: 100%;
}

.footer__top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}
@media (max-width: 720px) {
    .footer__top{
        flex-direction: column;
        gap: 15px;
    }
}
.footer-contacts{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer-contacts-item{
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-contacts-item__indicator{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    background: #fff;
}

.footer-contacts-item__title{
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
}

/*@media (max-width: 1040px) {*/
/*    .footer-contacts-item__title{*/
/*        font-size: 14px;*/
/*    }*/
/*}*/
.footer-contacts-item__icon{
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
    background-image: url('../i/copy.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.footer__bottom{

}

.footer-copy{
    margin-bottom: 20px;
}

.footer-copy__item{
    line-height: 1.2;
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #ffffff;
}
.footer-copy__item:last-child{
    margin: 0;
}

.footer-rules{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
@media (max-width: 720px) {
    .footer-rules{
        flex-direction: column;
        gap: 15px;
    }
}
.footer-rules__item{
    font-size: 12px;
    color: #ffffff;
}


.certificate-card{
    display:flex;
    flex-direction: column;
    margin-right: 20px;
    min-height: 543px;
    background: #f5f6f6;
    padding: 20px;
    gap: 10px;
    box-sizing: border-box;

}

.certificate-card__preview{
    width: 100%;
    height: 425px;
}



.certificate-card__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    cursor: pointer;
}

.certificate-card__title{
    font-weight: 600;
    color: #222;
    line-height: 1.2;
    margin: 0;
}


.certificate-card__desc{
    margin: 0;
}

.callback-form{
    margin-bottom: 40px;
    padding: 20px;
    background: #f5f5f5;
}

.callback-form__inputs{
    display: grid;
    grid-template-columns: repeat(3,  1fr);
    gap: 20px;
    margin-bottom: 20px;
}

@media (max-width: 1040px) {
    .callback-form__inputs{
        grid-template-columns: repeat(1,  1fr);
    }

}

.callback-form__control{
    position: relative;
    display: block;
    margin: 0;
}

.callback-form__control.required::before {
    content: "*";
    position: absolute;
    top: 3px;
    left: 5px;
    color: #ff0000;
}

.callback-form__input{
    padding: 10px;
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    outline: none;
}

.callback-form__textarea{
    width: 100%;
    resize: none;
    padding: 10px;
    box-sizing: border-box;
    display: block;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    outline: none;
}

.callback-form__btn{
    border: none;
}

.callback-form__bottom{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

@media (max-width: 720px) {
    .callback-form__bottom{
        flex-direction: column;
    }

}


.callback-form__message{
    display: none;
    margin: 20px 0 0 0;
    font-weight: 600;
}

.callback-form__message.error{
    display: block;
    color: #ff0000;
}

.callback-form__message.success{
    display: block;
    color: #0b5e0b;
}

.requisites{
    margin-top: 30px;
    font-size: 14px;
}

.requisites__row{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.requisites__value{
    /*font-size: 12px;*/
}

.requisites__value{
    text-align: right;
}


.product-info{

}

.product-info img{
    display: block;
    margin: 0 auto;
}

/*.product-info h1,*/
/*.product-info h2,*/
/*.product-info h3,*/
/*.product-info h4,*/
/*.product-info h5,*/
/*.product-info h6 {*/
/*    margin: ;*/
/*}*/

.product-info img[style~="float:left;"]{
    margin-right: 20px;
}

.product-info__label{
    font-weight: 300;
    display:block;
    text-align:center;
    font-size:14px;
}

.product-info__content{
    text-align: justify;
}

.product-info__content table{

}

@media screen and (max-width: 800px){
    .product-info__content table{
        width: 100%; !important;
    }
}


.product-info__content table th, .product-info__content table td {
    text-align: center;
    /* padding: 7px 10px; */
    padding: 2px 3px;
    width: 100% !important;
}

.product-info__content table th:first-child,
.product-info__content table td:first-child {
    text-align: left;
}

.product-info ul li{
    list-style-type: none !important;
}

.product-info ul li p{
    font-weight: 400;
}

.product-info ul li img{
    margin-top: 20px;
    margin-bottom: 20px;
}

.product-info ul li video{
    margin-top: 20px;
    margin-bottom: 20px;
}

.product-info ul li video{
    margin-top: 20px;
    margin-bottom: 20px;
}

.product-info ul li .ckeditor-html5-video + p{
    margin-top: 0;
}
/*.ckeditor-html5-video video{*/
/*    width: auto !important;*/
/*}*/
/*video{*/
/*    max-width: 100% !important;*/
/*    width: auto !important;*/

/*}*/
.product-info ul li br{
    display: none;
}

.product-info ol li img{
    margin-top: 20px;
    margin-bottom: 20px;
}

.product-info ol li video{
    margin-top: 20px;
    margin-bottom: 20px;
}

.product-info ol li .ckeditor-html5-video + p{
    margin-top: 0;
}



.product-info ol li br{
    display: none;
}

.product-info ol li p{
    font-weight: 400;
}


/*.product-info li::marker{*/
/*    opacity: 0;*/
/*}*/

.product-info ul{
    list-style-type: none;
    padding-left: 15px;
}

.product-info ul img{
    transform: translateX(-9px);
}

.product-info ul video{
    transform: translateX(-9px);
}
.product-info ol{
    padding-left: 15px;
}
.product-info ol img{
    transform: translateX(-9px);
}
.product-info ol video{
    transform: translateX(-9px);
}
.product-info img[style~="float:right;"]{
    margin-left: 20px;
}
.product-info .ckeditor-html5-video{
    float: none!important;
}
.product-info video {
    max-width: 100%!important;
    width: auto!important;
}
.slider{
    width: 100%;
}

.section-slider{
    box-sizing: border-box;
}

.slider *{
    box-sizing: border-box;
}

.slider-wrap{

    box-sizing: border-box;
}

.slider__top{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
    gap: 20px;
}
.product-info table{}
@media (min-width: 780px) {
    .slider__top{
        flex-direction: row;
    }
}
.slider__title{
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}
.slider__btn {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    /*background: #f5f6f6;*/
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.slider__control{
    gap: 15px;
    display: flex;
}

.slider__btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    height: 20px;
    width: 20px;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: contain;
}

.slider__btn.prev::before {
    background-image: url('../i/arrow-left.svg');
}

.slider__btn.next::before {
    background-image: url('../i/arrow-right.svg');
}


.slider-counter{
    /*display: flex;*/
    display: none;
    gap: 10px;
    font-size: 30px;
    font-weight: 600;
}

.slider__body{
    width: 100%;
    overflow: hidden;
}

.slider__track{
    display: flex;
    width: 100%;
    max-width: 1200px;
}

.slide{
    flex-shrink: 0;
    display: flex;
    width: 100%;
    /*width: 24%;*/
    /*margin-right: 1.336%;*/
    box-sizing: border-box;
    padding:  10px 5px;

    border-radius: 2px;
}

@media (min-width: 780px) {
    .slide{
        width: 49.5%;
        margin-right: 1%;
    }
}

@media (min-width: 1280px) {
    .slide{
        width: 32.5%;
        margin-right: 1.15%;
    }
}

.slide__inner{
    flex-grow: 1;
    box-sizing: border-box;
    /*height: 100%;*/
}

.slide__inner *{
    box-sizing: border-box;
}

@media (min-width: 1500px) {
    /*.slide{*/
    /*    width: 24%;*/
    /*    margin-right: 1.336%;*/
    /*}*/
}


.products__title{
    font-size: 30px;
    font-weight: 600;
}

.products__list{
    display: grid;
    gap: 20px;

}

@media (min-width: 480px) {
    .products__list{
        grid-template-columns: repeat(2, 1fr);

    }
}

@media (min-width: 720px) {
    .products__list{
        grid-template-columns: repeat(3, 1fr);

    }
}

/*@media (min-width: 1280px) {*/
/*    .products__list{*/
/*        grid-template-columns: repeat(4, 1fr);*/
/*    }*/
/*}*/

.map-driving{
    position: fixed;

    display: none;
    padding: 50px 10px;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1000;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.9);
}

.map-driving.show{
    display: flex;
}

.map-driving__img{
    max-width: 100%;
    max-height: 100%;
}
.map-show-btn {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: #ff5857;
    display: block;
}



.map-driving__close{
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 30px;
    height: 30px;
    /*background: #ccc;*/
    cursor: pointer;

}

.map-driving__close::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    width: 100%;
    height: 3px;
    background: #fff;

}

.map-driving__close::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(135deg);
    width: 100%;
    height: 3px;
    background: #fff;
}

.page-content{
    display: flex;
    gap: 24px;
}

.sidebar{
    width: 220px;
    flex-shrink: 0;
}

.sidebar__title{
    color: #222222;
    font-weight: 700;
    font-size: 28px;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 24px;
}



.product{
    display: grid;
    width: 100%;
    max-width: 1200px;
    gap: 40px;
    margin-bottom: 40px;
    box-sizing: border-box;
}

@media (min-width: 720px){
    .product{
        margin-bottom: 80px;
    }

}

@media (min-width: 1280px){
    .product{
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

}

@media (min-width: 1470px){
    .product{
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

}

.product-slider{
    box-sizing: border-box;
    position: relative;
    width: 100%;
    max-width: 603px;
    /*max-width: 569px;*/
    margin: 0 auto;
    overflow: hidden;
}

@media (min-width: 1280px){
    .product-slider{
        margin: 0;
    }

}

.product-slider__track{
    width: 100%;
    display: flex;
    margin-bottom: 16px;
    box-sizing: border-box;

}

.product-slider-slide{
    position: relative;
    width: 100%;
    height: 414px;
    flex-shrink: 0;
    border-radius: 2px;
    overflow: hidden;
    cursor: pointer;
    box-sizing: border-box;
    display: block;
}

.product-slider-slide__content{
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    box-sizing: border-box;
}

.product-slider-slide__source{
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    box-sizing: border-box;
}

.product-slider__body{
    position: relative;
}

.product-slider-dots{
    margin: 0 auto;
    width: 100%;
    max-width: 530px;
    overflow: hidden;
}


@media (min-width: 600px){
    .product-slider-dots{
        max-width: 570px;
    }
}

.product-slider-dots__track{
    transition: 0.3s ease-in-out;
    display: flex;
    width: 100%;
}

.product-slider-dot{
    position: relative;
    width: 19%;
    height: 50px;
    margin-right: 1.2%;
    flex-shrink: 0;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
    box-sizing: border-box;
}

.product-slider-dot.active{
    border: 2px solid #F8CC00;
}

@media (min-width: 480px){
    .product-slider-dot{
        height: 72px;
    }
}



@media (min-width: 1470px){
    .product-slider-dot{
        width: 101px;
        margin-right: 16px;
    }

}

.product-slider-dot__img{
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}


.product-slider__zoom{
    position: absolute;
    top: 16px;
    right: 16px;
    display: block;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    z-index: 10;

}

.product-slider__zoom::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 17px;
    height: 17px;
    background-image: url('../i/zoom.svg');
    background-repeat: repeat;
    background-size: contain;
}


.product-slider__arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    cursor: pointer;
}

.product-slider__arrow::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 10px;

    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

}

.product-slider__arrow.prev{
    left: 16px;
}

.product-slider__arrow.prev::before{
    background-image: url('../i/arrow-prev.svg');
}

.product-slider__arrow.next{
    right: 16px;
}

.product-slider__arrow.next::before{
    background-image: url('../i/arrow-next.svg');
}

.product-block{
    box-shadow: 0 0 4px rgba(35, 31, 16, 0.16);
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 24px;
}
.privilege__text   {
    margin: 20px 0 20px 0;
    font-family: "OpenSans", sans-serif;
    font-size: 16px;
    line-height: 130%;
    color: #222222;
}

.privilege-ul{
    counter-reset: myCounter;
}

.privilege-ul__li{
    position: relative;
    padding: 0 0 0 36px;
    font-family: 'OpenSans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #222222;
    margin: 0 0 16px 0;
    list-style-type: none;
}

.privilege-ul__li::before {
    content: '';
    position: absolute;
    top: 0;
    /* transform: translateY(-50%); */
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #6467D2;
    background: #fff;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    background-image: url(../i/check-edit.svg);
    background-repeat: no-repeat;
    background-size: 9px 8px;
    background-position: center;
}

@media (min-width: 720px){
    .product-block{
        flex-direction: row;
        gap: 56px;
    }
}

.product-block__coll{
    flex-grow: 1;
    max-width: 255px;
    margin: 0 auto 0 0;
}
.product-price-list{
    width: 204px;
    margin-bottom: 10px;
}
.product-price{
    max-width: 255px;
    color: #222222;
    display: flex;
    align-items: flex-end;
    gap: 20px;
    /*justify-content: space-between;*/
    margin: 0 0 20px 0;

}

.product-price:last-child{
    margin-bottom: 0;
}

.product-price__label{
    font-family: "OpenSans", sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.product-price__label:first-letter {
    text-transform: capitalize;
}

.product-price__value{
    font-family: 'Roboto Slab', serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
}

.product-block__text{
    margin: 20px 0 0 0;
    font-family: "OpenSans", sans-serif;
    font-size: 14px;
    line-height: 130%;
    color: #666D73;
}


.product-price__sub{
    font-family: "OpenSans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-top: 5px;
    color: #666D73;
}


.btn-new{
    margin-top: auto;
    border: none;
    outline: none;
    flex-shrink: 0;
    padding: 18px 46px;
    font-family: 'OpenSans', sans-serif;
    color: #222222;
    background: #F8CC00;
    border-radius: 2px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

@media (min-width: 1280px) {
    .btn-new:hover{
        background: #fcda7b;
    }
}



.btn-new.btn-new--blue{
    padding: 8px 16px;
    background: #292A40;
    border-radius: 2px;
    font-weight: 500;
    color: #ffffff;
}




@media (min-width: 1280px) {
    .btn-new.btn-new--blue:hover {
        background: #4a4c79;
    }
}
.btn-more{
    display: block;
    position: relative;
    outline: none;
    border: 1px solid #B5B9BD;
    padding: 8px 34px 8px 16px;
    font-weight: 500;
    color: #222222;
    border-radius: 2px;
    box-sizing: border-box;

}
.btn-more::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    display: block;
    width: 10px;
    height: 10px;
    background-image: url('../i/arrow-right.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.section-control{
    width: 100%;
    margin-top: 20px;
    display: flex;
}

.section-control.section-control--center{
    justify-content: center;
}

.product-advantage-list{
    display: grid;
    grid-template-columns:  repeat(3, 1fr);
    gap: 10px;
}
@media (min-width: 720px){
    .product-advantage-list{
        gap: 16px;
    }
}
.product-advantage{
    box-sizing: border-box;
    width: 100%;
    box-shadow: 0 0 4px rgba(35, 31, 16, 0.16);
}

.product-advantage__link{
    display: flex;
    flex-direction: column;
    padding: 8px;
    height: 100%;
    box-sizing: border-box;
}

@media (min-width: 720px){
    .product-advantage__link{
        display: flex;
        flex-direction: column;
        padding: 16px;
        height: 100%;
        box-sizing: border-box;
    }
}

.product-advantage__top{
    display: flex;
    margin: 0 0 10px 0;
    flex-direction: column;
    align-items: center;
    width: 100%;
    justify-content: center;
}

@media (min-width: 720px){
    .product-advantage__top{
        flex-direction: row;
        gap: 0;
    }
}
.product-advantage__img{
    width: 54px;
    height: 40px;
    object-fit: contain;
    object-position: center;
    /*margin-right: 6px;*/
}

@media (min-width: 720px){
    .product-advantage__img{
        margin-right: 6px;
    }
}

.product-advantage__title{
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 600;
    color: #222222;

    font-size: 16px;
}

@media (min-width: 720px){
    .product-advantage__title{
        font-size: 18px;
    }
}

.product-advantage__text{
    display: none;
    font-family: 'OpenSans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #222222;
    margin: 0 0 16px 0;
}

@media (min-width: 720px){
    .product-advantage__text{
        display: block;
    }
}

.product-advantage__btn{
    display: none;
    margin-top: auto;
    text-align: center;
    outline: none;
    font-family: 'OpenSans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding: 6px 14px;
    background: #FFFFFF;
    border: 1px solid #B5B9BD;
    color: #222222;
    border-radius: 2px;
}

@media (min-width: 720px){
    .product-advantage__btn{
        display: block;
    }
}

.section-title{
    margin: 0 0 28px 0;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 26px;
    color: #222222;
}

@media (min-width: 720px){
    .section-title{
        margin: 0 0 48px 0;
        font-size: 36px;
    }
}

.small-container{
    max-width: 952px;
    width: 100%;
}

.parameters{
    margin-bottom: 40px;

}


@media (min-width: 720px){
    .parameters{
        margin-bottom: 80px;
    }

}

.parameters__list{

}

.props{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 3px;
    margin-bottom: 16px;
}

.props:last-child{
    margin-bottom: 0;
}

.props__label{
    font-family: 'OpenSans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #666D73;
}

@media (min-width: 720px){
    .props__label{
        font-size: 16px;
    }

}

.props__line{
    flex-grow: 1;
    border: 1px dashed #9AA0A5;
}

.props__value{
    font-family: 'OpenSans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #222222;
}

@media (min-width: 720px){
    .props__value{
        font-size: 18px;
    }

}

.text-block{
    margin-bottom: 80px;
}

.text-block__paragraph{
    font-family: 'OpenSans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #222222;
    margin: 0 0 20px 0;
}

.privilege{
    margin-bottom: 40px;
}

@media (min-width: 1280px){
    .privilege{
        margin-bottom: 80px;
    }
}

.privilege-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}



@media (min-width: 720px){
    .privilege-list{
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 1040px){
    .privilege-list{
        gap: 24px;
    }
}



.privilege-list--small{
    max-width: 929px;
    width: 100%;
    margin: 0 auto;
    grid-template-columns: repeat(3, 1fr);
}

.privilege-card{
    padding: 10px 0;
}

@media (min-width: 1040px){
    .privilege-card{
        padding: 20px 0;
    }
}

.privilege-card__icon{
    display: block;
    width: 96px;
    height: 82px;
    object-fit: contain;
    object-position: center;
    margin: 0 0 20px;
}

@media (min-width: 780px){
    .privilege-card__icon{
        margin: 0 0 20px 0;
        width: 140px;
        height: 120px;
    }
}

.privilege-card__title{
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 600;
    font-size: 18px;
    /*font-size: 14px;*/
    color: #222222;
    margin: 0 0 8px 0;
}


@media (min-width: 780px){
    .privilege-card__title{
        font-size: 18px;

    }
}

.privilege-card__text{
    font-family: 'OpenSans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    margin: 0;
    display: block;
}

@media (min-width: 780px){
    .privilege-card__text{
        display: block;
        font-size: 16px;
    }
}

.action-block{
    display: flex;
    background: #F4F4F4;
    border-radius: 2px;
    padding: 12px;
    gap: 20px;
    flex-direction: column;

    align-items: center;
    margin-bottom: 40px;
}




@media (min-width: 720px){
    .action-block{
        flex-direction: row;
        gap: 50px;
    }
}
@media (min-width: 780px){
    .action-block{
        padding: 24px;
    }
}
@media (min-width: 1280px){
    .action-block{
        gap: 147px;
        margin-bottom: 80px;
    }
}

.action-block__subtext{
    margin: 16px 0 0 0;
    font-family: 'OpenSans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #222222;
}

.action-block__subtext--big{
    margin: 0;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}

@media (min-width: 1080px){
    .action-block__subtext--big{
        font-size: 18px;
    }

}

@media (min-width: 1280px){
    .action-block__subtext--big{
        font-size: 20px;
    }

}


.action-block__content{
    display: flex;
    gap: 16px;
    flex-direction: column;
    align-items: flex-start;
    margin-right: auto;
    width: 100%;
}

.action-block__content--center{

}

@media (min-width: 720px){
    .action-block__content--center{
        align-items: center;
    }
}

@media (min-width: 720px){
    .action-block__content{
        flex-direction: row;
        gap: 24px;
    }
}
.action-block__desc{
    width: 100%;
}
.action-block__icon{
    display: flex;
    width: 64px;
    height: 64px;
    padding: 6px;
    flex-shrink: 0;
    background: #FFFFFF;
    border-radius: 8px;
    box-sizing: border-box;
}

@media (min-width: 720px){
    .action-block__icon{
        width: 64px;
        height: 64px;
        padding: 8px;
    }
}

.action-block__img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

@media (min-width: 720px){
    .action-block__icon{
        width: 64px;
        height: 64px;
        padding: 8px;
    }
}

.action-block__text{
    margin: 0;
    font-family: 'Roboto Slab', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #222222;

}

.action-block__title{
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 130%;
    color: #222222;
    margin: 0;
}

.action-block-btn{
    margin: 0;
    width: 100%;
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    padding: 13px 32px;
    box-sizing: border-box;
}

.action-block-btn.action-block-btn--blue{
    background: #292A40;
    color: #fff;
}

@media (min-width: 1280px) {
    .action-block-btn.action-block-btn--blue:hover {
        background: #4a4c79;
    }
}

.action-block-btn__icon{
    width: 18px;
    height: 18px;
    display: block;
}


@media (min-width: 720px){
    .action-block-btn{
        width: auto;
    }
}

@media (min-width: 720px){
    .action-block__text{
        font-size: 18px;
    }
}

@media (min-width: 1280px){
    .action-block__text{
        font-size: 28px;
        line-height: 36px;
    }
}

.action-block__btn{
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 13px 32px;
}

@media (min-width: 720px){
    .action-block__btn{
        width: auto;

    }
}



.section-slider{
    margin-bottom: 80px;

}


.callback-block{
    position: relative;
    margin-bottom: 40px;
    padding: 32px 24px;
    box-shadow: 0 0 16px rgba(72, 74, 123, 0.24);
    display: flex;
    flex-direction: column-reverse;
    gap: 48px;
    border-radius: 2px;
}


@media (min-width: 780px){
    .callback-block{
        flex-direction: row;
    }
}
@media (min-width: 1280px){
    .callback-block{
        padding: 32px 24px;
        margin-bottom: 80px;
        width: auto;
    }
}

.callback-block-form{

    width: 100%;
}

@media (min-width: 780px){
    .callback-block-form{
        max-width: 416px;
    }
}

.form-input-list{
    margin-bottom: 40px;
}

.control{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 12px;
}

.control:last-child{
    margin-bottom: 0;
}

.control__label{
    position: relative;
    font-weight: 500;
    font-size: 14px;
    padding-right: 6px;
    font-family: 'OpenSans', sans-serif;
    color: #222222;
    margin-bottom: 8px;
}

.control__label.control__label--required::before {
    content: '*';
    font-family: 'OpenSans', sans-serif;
    position: absolute;
    top: 0;
    right: 0;
    color: #FF0003;
    font-weight: 500;
    font-size: 14px;
}

.control__input{
    font-family: 'OpenSans', sans-serif;
    display: block;
    outline: none;
    padding: 8px 16px;
    border: 1px solid #D0D3D5;
    box-sizing: border-box;
    color: #222222;
    border-radius: 2px;
    width: 100%;
}

.control__input.error{
    border: 1px solid #FF0003;
}

.control__textarea{
    height: 80px;
    max-width: 100%;
    min-width: 100%;
}

.control__textarea::placeholder{
    font-family: 'OpenSans', sans-serif;
}

.control-file{
    display: flex;
    border: 1px dashed #B5B9BD;
    border-radius: 2px;
    padding: 8px;
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    margin: 0;
}

.control-file__icon{
    display: block;
    width: 13.5px;
    height: 13.5px;
}

.control-file__input{
    display: none;
    font-family: 'OpenSans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
}

.control-file__text{
    font-family: 'OpenSans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #222222;
}

.control-file__fake{
    width: 100%;
}

.text-blue{
    color: #1140A6;
}

.control-file__btn{
    width: 100%;
    margin-bottom: 16px;
}

@keyframes stagger {
    from{
        transform: translateX(0px);
    }
    20%{
        transform: translateX(-10px);
    }
    40%{
        transform: translateX(10px);
    }
    60%{
        transform: translateX(-10px);
    }
    80%{
        transform: translateX(10px);
    }
    100%{
        transform: translateX(0px);
    }
}

.control-checkbox{
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;

}

.control-checkbox.error{
    animation: stagger 0.8s;
}

.control-checkbox__input{
    display: none;

}

.control-checkbox__input:checked + .control-checkbox__fake::before{
    display: block;
}

.form__message{
    margin: 0 0 16px 0;
    font-family: 'OpenSans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    padding-left: 24px;
    display: none;
}

.form__message::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    width: 16px;
    height: 16px;
    background-image: url('../i/form-error.svg');
    background-repeat: no-repeat;
    background-size: contain;

}

.form__message.show{
    position: relative;
    display: block;
}

.form__message.error{
    color: #CB3D35;
}

.form__message.error::before{
    background-image: url('../i/form-error.svg');
}

.form__message.success{
   color: #278050;
}

.form__message.success::before{
    background-image: url('../i/form-success.svg');
}

.control-checkbox__fake{
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    /*background: #F8CC00;*/
    flex-shrink: 0;
    cursor: pointer;
    border: 1px solid #7E868E;
    border-radius: 2px;

}



.control-checkbox__fake::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    width: 16px;
    height: 16px;
    background-image: url('../i/check.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.control-checkbox__text{
    color: #7E868E;
    font-family: 'OpenSans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

.callback-block__desc{
    width: 100%;
}

@media (min-width: 780px){
    .callback-block__desc{
        max-width: 403px;
    }
}

.callback-block__top{
    /*margin: 0 0 40px 0;*/
}

@media (min-width: 780px){
    .callback-block__top{
        margin: 0 0 40px 0;
    }
}

.callback-block__title{
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 26px;
    color: #222222;
    margin: 0 0 30px 0;
}
@media (min-width: 1280px){
    .callback-block__title{
        font-size: 32px;
    }
}
.callback-block__text{
    font-family: 'OpenSans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 130%;
    margin: 0;
}

.callback-block-proposal{
    display: none;
    align-items: center;
    gap: 16px;
}

@media (min-width: 780px){
    .callback-block-proposal{
        display: flex;
    }
}

.callback-block-proposal__icon{
    width: 54px;
    height: 54px;
}

.callback-block__img{
    position: absolute;
    bottom: 0;
    right: 10px;
    max-height: 480px;
    height: 100%;
    max-width: 368px;
    width: auto;
    display: none;
}
@media (min-width: 780px){
    .callback-block__img{
        display: block;
    }
}
@media (min-width: 1470px){
    .callback-block__img{
        right: 96px;
        max-height: 531px;
        max-width: 368px;
    }
}

.banner{
    position: relative;
    padding: 25px;
    margin-bottom: 40px;
}

@media (min-width: 780px){
    .banner{
        padding: 125px 122px;

    }
}

@media (min-width: 1280px){
    .banner{
        margin-bottom: 80px;
    }
}

.banner__bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner-content{
    position: relative;
    max-width: 533px;
    width: 100%;
}

.banner-content__body{
    margin-bottom: 40px;
}

.banner__title{
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: #FFFFFF;
    margin: 0 0 20px 0;
}

@media (min-width: 780px){
    .banner__title{
        font-size: 32px;

    }
}

.banner__subtitle{
    font-family: 'Roboto Slab', serif;
    font-style: normal;
    font-weight: 500;
    color: #FFFFFF;
    font-size: 18px;
}

@media (min-width: 780px){
    .banner__subtitle{
        font-size: 24px;
    }
}


.banner__text{
    font-family: 'OpenSans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #FFFFFF;
    margin: 0 0 20px 0;
    max-width: 458px;
}

.text-yellow{
    color: #F8CC00;
}

.text-bold{
    font-weight: 700;
}

.banner-content__btn{
    display: block;
    padding: 12px 32px;
}

.banner-content__bottom{
    display: flex;
}

.page-title{
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: #222222;
}

@media (min-width: 720px) {
    .page-title{
        font-size: 28px;
    }
}

@media (min-width: 1280px) {
    .page-title{
        font-size: 38px;
    }
}

.editable{
    margin-bottom: 80px;
    box-sizing: border-box;
}

.editable *{
box-sizing: border-box;


}

.editable__title{
    font-family: 'Roboto Slab', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    color: #222222;
    margin: 0 0 40px 0;
}
.editable__title.h1{
    font-size: 30px;
    margin: 0 0 40px 0;
}
.editable__title.h2{
    /*font-size: 32px;*/
    font-size: 26px;
    margin: 0 0 38px 0;
}

.editable__title.h3{
    /*font-size: 28px;*/
    font-size: 24px;
    margin: 0 0 32px 0;
}
.editable__title.h4{
    /*font-size: 24px;*/
    font-size: 20px;
    margin: 0 0 20px 0;
}

.editable__title.h5{
    font-size: 20px;
    margin: 0 0 24px 0;
}
.editable__title.h6{
    font-size: 18px;
    margin: 0 0 20px 0;
}


@media (min-width: 720px) {
    .editable__title{
        font-size: 34px;
    }
    .editable__title.h1{
        font-size: 34px;
        margin: 0 0 42px 0;
    }
    .editable__title.h2{
        font-size: 28px;
        margin: 0 0 36px 0;
    }

    .editable__title.h3{
        font-size: 26px;
        margin: 0 0 32px 0;
    }
    .editable__title.h4{
        font-size: 24px;
        margin: 0 0 28px 0;
    }

    .editable__title.h5{
        font-size: 20px;
        margin: 0 0 24px 0;
    }
    .editable__title.h6{
        font-size: 18px;
        margin: 0 0 20px 0;
    }
}

@media (min-width: 1280px) {
    .editable__title{
        font-size: 44px;
    }
    .editable__title.h1{
        font-size: 44px;
        margin: 0 0 80px 0;
    }
    .editable__title.h2{
        font-size: 36px;
        margin: 0 0 48px 0;
    }

    .editable__title.h3{
        font-size: 30px;
        margin: 0 0 32px 0;
    }
    .editable__title.h4{
        font-size: 24px;
        margin: 0 0 28px 0;
    }

    .editable__title.h5{
        font-size: 20px;
        margin: 0 0 24px 0;
    }
    .editable__title.h6{
        font-size: 18px;
        margin: 0 0 20px 0;
    }
}

.editable__paragraph{
    font-family: 'OpenSans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    /*line-height: 130%;*/
    line-height: 150%;
    color: #222222;
    margin: 0 0 16px 0;
}

.editable__paragraph:last-child{
    margin: 0;
}


.editable__subtext{
    font-family: 'OpenSans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #222222;
    margin: 0 0 0 0;
}

.editable__comment{
    font-family: 'OpenSans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #222222;
    margin: 0 0 0 0;
}

.editable-list{
    padding: 0;
    margin: 0;
    counter-reset: myCounter;
}

.editable__li{
    position: relative;
    padding: 0 0 0 36px;
    font-family: 'OpenSans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #222222;
    margin: 0 0 16px 0;
    list-style-type: none;
}

.editable__li::before{
    content: '';
    position: absolute;
    top: 3px;
    /*transform: translateY(-50%);*/
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    border: 2px solid #6467D2;
    background: #fff;
    box-sizing: border-box;
}
.editable__li.check::before{
    width: 24px;
    height: 24px;
    background-image: url('../i/check-edit.svg');
    background-repeat: no-repeat;
    background-size: 9px 8px;
    background-position: center;

}

.editable__li.number::before{
    counter-increment: myCounter;
    content: counter(myCounter);
    font-family: 'Roboto Slab', serif;
    font-style: normal;
    width: 24px;
    height: 24px;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    color: #222222;
}

.editable__section{
    max-width: 952px;
    width: 100%;
    margin-bottom: 40px;
}

@media (min-width: 1280px) {
    .editable__section{
        margin-bottom: 80px;
    }

}

.editable__block{
    margin-bottom: 28px;
}


.sticker{
    position: relative;
    padding: 0 0 0 36px;
}

.sticker::before{
   content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #6467D2;
    background: #6467D2;
    box-sizing: border-box;
}

.sticker.sticker--check-dark::before{
    background-image: url('../i/check-edit-light.svg');
    background-repeat: no-repeat;
    background-size: 9px 8px;
    background-position: center;
}

.editable-quote{
    /*padding: 40px 0;*/
    /*margin-bottom: 16px;*/
    text-align: center;
}

.editable-quote__paragraph{
    font-family: 'OpenSans', sans-serif;
    font-style: normal;
    margin: 0 0 20px 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #363A3D;

}

.editable-quote__paragraph:last-child{
    margin: 0;
}

@media (min-width: 720px) {
    .editable-quote__paragraph{
        font-family: 'OpenSans', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 130%;
        color: #363A3D;
    }
}

.indent{
    padding-left: 36px;
}

@media (min-width: 720px) {
    .indent{
        padding-left: 36px;
    }
}

.editable-important{
    box-sizing: border-box;
    display: flex;
    /*align-items: center;*/
    gap: 16px;
    padding: 10px;
    background: #FFEFD8;
    border-left: 4px solid #EF8B17;
    min-height: 114px;
}


@media (min-width: 720px) {
    .editable-important{
        gap: 24px;
        padding: 24px;
    }
}


.editable-important__icon{
    display: block;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    margin: auto;
    background-image: url('../i/important.svg');
    background-size: contain;
    background-position: center;
}

.editable-important__content{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    gap: 16px;
}

.editable-important__paragraph{
    margin: 0;
    font-family: 'OpenSans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #222222;
}

@media (min-width: 720px) {
    .editable-important__paragraph{
        font-size: 16px;
    }
}

.editable-image{
    position: relative;
    box-sizing: border-box;
    display: flex;

    flex-direction: column;
    gap: 16px;
    margin: 0 auto;
    align-items: center;
    max-width: 586px;


}

.editable-image__photo{
    display: block;
    box-sizing: border-box;
    /*max-width: 708px;*/
    /*max-height: 400px;*/
    max-height: 414px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 2px;
    cursor: pointer;
}

.editable-zoom{
    position: absolute;
    top: 16px;
    right: 16px;
    display: block;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;

}

.editable-zoom::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 17px;
    height: 17px;
    background-image: url('../i/zoom.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.editable-video{
    position: relative;
    box-sizing: border-box;
    max-width: 566px;
    max-height: 438px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 auto;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.editable-video__content{
    display: block;
    max-width: 586px;
    max-height: 414px;
    width: 100%;
    height: 100%;
    /*height: auto;*/
    /*width: auto;*/
    object-fit: cover;
}

.editable-video__source{
    max-height: 100%;
    max-width: 100%;
}

.editable-slider{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    max-width: 586px;


}
.editable-slider.editable-slider--video{
    display: flex;
    gap: 8px;
    max-width: 100%;
}

@media(min-width: 1024px){
    .editable-slider.editable-slider--video{
        gap: 16px;
    }
}


.editable-slider__content{
    position: relative;
    width: 100%;
    margin-bottom: 16px;
}


.editable-slider__content.editable-slider__content--video{
    overflow: hidden;
    /*max-width:  567px;*/
    gap: 16px;
}



/*.editable-slider--photo{*/
/*    */

/*}*/

.editable-slider__track{
    width: 100%;
    display: flex;
    /*align-items: flex-start;*/
}
.editable-slide{
    position: relative;
    display: block;
    width: 100%;
    /*height: 100%;*/
    flex-shrink: 0;
    cursor: pointer;
}



.editable-slide__content{
    width: 100%;
    height: 100%;
    max-height: 414px;
    box-sizing: border-box;
    display: block;
    object-fit: cover;
    object-position: center;
}

.editable-slide__content.editable-slide__content--video{
    max-height: 438px;
}
.editable-slider__video{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    object-fit: cover;
    object-position: center;

}
.editable-slide__comment{
    position: absolute;
    bottom: 17px;
    left: 17px;
    padding: 3px 10px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
}

.editable-slide__subscribe{
    margin-top: 15px;
    text-align: center;

}

.editable-slider__arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    cursor: pointer;
    z-index: 10;
}

.editable-slider__arrow::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 10px;

    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

}

.editable-slider__arrow.prev{
    left: 16px;
}

.editable-slider__arrow.prev::before{
    background-image: url('../i/arrow-prev.svg');
}

.editable-slider__arrow.next{
    right: 16px;
}

.editable-slider__arrow.next::before{
    background-image: url('../i/arrow-next.svg');
}


.editable-slider-dots__track{
    display: flex;
    width: 100%;
    transition: 0.2s ease-in-out;
}


.editable-slider-dot{
    box-sizing: border-box;
    position: relative;
    width: 18.8%;
    /*max-width: 101px;*/
    /*width: 100%;*/
    height: 50px;
    /*width: 105px;*/
    /*height: 64px;*/
    margin: 0 1.37% 0 0;
    flex-shrink: 0;
    /*margin-right: 15px;*/
    cursor: pointer;
}


.editable-slider-dot.active{
    border: 3px solid #fcda7b;
}

@media (min-width: 480px) {
    .editable-slider-dot{
        /*width: 105px;*/
        height: 74px;
        /*margin-right: 16px;*/

    }

}
@media (min-width: 720px) {
    .editable-slider-dot{
        box-sizing: border-box;
        max-width: 104px;
        height: 72px;
        margin-right: 16px;
    }
}

.editable-slider-dot__img{
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 2px;
}

.editable-vertical-dots{

    max-height: 438px;
    height: 100%;
    flex-shrink: 0;
    overflow: hidden;
}

.editable-vertical-dots__track{
    height: 100%;
    transition: 0.2s ease-in-out;
}

.editable-vertical-dot{
    box-sizing: border-box;
    position: relative;
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
    cursor: pointer;
}
.editable-vertical-dot__mini{
    position: relative;
}
.editable-vertical-dot.active .editable-vertical-dot__img{
    box-sizing: border-box;
    border: 1px solid #fcda7b;
}

.editable-vertical-dot.active .editable-vertical-dot__name{
    box-sizing: border-box;
    font-weight: 600;
    color: #222222;
}


.editable-vertical-dot__img{
    display: block;
    width: 63px;
    height: 63px;
    object-fit: cover;
}

@media(min-width: 1024px){
    .editable-vertical-dot__img{
        width: 90px;
        height: 63px;
    }
}

.editable-vertical-dot__name{
    display: none;
    margin: 0;
    color: #666D73;
    font-family: 'OpenSans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
}

@media(min-width: 1024px){
    .editable-vertical-dot__name{
        display: block;
    }
}

.editable-table__content{
    /*min-width: 678px;*/
    /*width: 100%;*/
    display: block;
    width: auto;
    margin: 0 auto;

}

.editable__caption{
    text-align: left;
    margin-bottom: 0;
}

.text-center{
    text-align: center;

}

@media(min-width: 1024px){
    .editable-table__content{

        /*max-width: 100%;*/
        /*min-width: 952px;*/
    }
}

.editable-table{
    margin-bottom: 32px;
}

.editable-table__container{
    display: flex;
    width: 100%;
    overflow-y: auto;
}

.editable-table__head{
    border-radius: 2px 2px 0 0;
}

.editable-table__th{
    text-align: right;
    background: #434457;
    font-family: 'OpenSans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    padding: 10px 8px;
    color: #FFFFFF;
    border-right: 1px solid #65667D;

}

.editable-table__th.nowrap{
    white-space: nowrap;
}

.editable-table__th.text-center{
    text-align: center;

}
.editable-table__td.text-center {
    text-align: center;
}

@media(min-width: 952px){
    .editable-table__th{
        padding: 14px 16px;
        font-size: 16px;
        line-height: 150%;

    }
}

.editable-table__tr{

}

.editable-table__td{
    /*white-space: nowrap;*/
    border: none;
    border-right: 1px solid #D0D3D5;
    padding: 14px 16px;
    text-align: right;
    color: #222222;
    font-family: 'OpenSans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.editable-table__td:last-child{
    border: none;
}

.editable-table__tr:nth-child(even){
    background: #F8F8F8;
}


.editable-table__th:last-child{
    border-right: none;
}
.editable-table__unit{
    font-family: 'OpenSans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #B5B9BD;
}

.editable-grid{
    display: grid;

}



.editable-grid.editable-grid--2{
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}




.sticker-play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 70px;
    height: 70px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-image: url('../i/play.svg');
    background-repeat: no-repeat;
    background-position: 55% 50%;
    background-size: 24px 24px;
}

.sticker-play.sticker-play--small{
    width: 30px;
    height: 30px;
    background-size: 12px 12px;
}


.page-banner{
    position: relative;
    padding: 30px 20px;
    background: #2F2D35;
    margin: 32px 0 40px 0;
}

@media(min-width: 780px){
    .page-banner{
        padding: 30px 40px;
    }
}

@media(min-width: 1080px){
    .page-banner{
        padding: 50px 80px;
    }
}

@media(min-width: 1280px){
    .page-banner{
        padding: 105px 122px;
        margin: 32px 0 80px 0;
    }
}

.page-banner__content{
    max-width: 570px;
}

@media(min-width: 1080px){
    .page-banner__content{
        max-width: 570px;
    }
}

.page-banner__title{
    color: #ffffff;
    font-family: 'Roboto Slab', serif;
    font-weight: 600;

    font-size: 28px;
    line-height: 130%;
    margin: 0 0 12px 0;
}

@media(min-width: 780px){
    .page-banner__title{
        font-size: 36px;
        margin: 0 0 24px 0;
    }
}

@media(min-width: 1080px){
    .page-banner__title{
        font-size: 44px;
    }
}

.page-banner__text{
    font-family: 'OpenSans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    margin: 0;
}

.page-banner__btn{
    padding: 12px 32px;
    display: inline-block;
    margin-top: 40px;
}



.page-banner__bg{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}


@media(min-width: 780px){
    .page-banner__bg{
        display: block;
    }

}

.page-banner__front{
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    max-height: 100%;
    max-width: 708px;
    height: auto;
    width: auto;
}

@media(min-width: 780px){
    .page-banner__front{
        display: block;
    }

}


@media(min-width: 1080px){
    .page-banner__title{
        font-size: 44px;
    }
}


.page-banner__content{
    position: relative;
    z-index: 1;
}


.information-block{
    padding: 10px 20px;
    background: #F5F6FF;
    border: 1px solid #6467D2;
    border-radius: 2px;
    margin-bottom: 40px;
}



@media(min-width: 780px){
    .information-block{
        padding: 24px 40px;

    }
}
@media(min-width: 1280px){
    .information-block{
        margin-bottom: 80px;

    }
}
.information-block__text{
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #222222;
    margin: 0;
}

@media(min-width: 780px){
    .information-block__text{
        font-size: 20px;
    }
}

.delivery{
    margin-bottom: 40px;
}

@media(min-width: 1280px){
    .delivery{
        margin-bottom: 80px;
    }
}

.delivery-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;

}

@media(min-width: 1080px){
    .delivery-list{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;

    }
}

.delivery-card{
    position: relative;
    display: flex;
    flex-direction: column;

    background: #FFFFFF;
    box-shadow: 0px 0px 16px rgba(72, 74, 123, 0.24);
    border-radius: 2px;
}

.delivery__title{
    padding: 12px 12px 0;
    margin: 0 0 16px 0;
    font-family: 'OpenSans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;

}

@media(min-width: 480px){
    .delivery__title{
        padding: 24px 24px 0;
        font-size: 16px;
    }
}

.delivery-card__pic{
    margin: auto 0 0 auto;
    max-width: 318px;
    max-height: 164px;
    width: 100%;
    height: auto;
}

.delivery-card__img{
    display: block;
    height: auto;
    width: 100%;

    /*object-fit: contain;*/
    /*object-position: bottom;*/
}



.action-block-form{


}



.action-block-form__inner{
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 32px;
}

@media(min-width: 780px){
    .action-block-form__inner{
        flex-direction: row;
    }
}

.action-block-form__body{
    display: flex;
    gap: 24px;
    flex-direction: column;
    /*flex-shrink: 0;*/

    width: 100%;
}

@media(min-width: 780px){
    .action-block-form__body{
        max-width: 856px;
        flex-direction: row;
    }
}

.action-block-form__control{
    margin-bottom: 0;
    width: 100%;
}

@media(min-width: 780px){
    .action-block-form__control{
        max-width: 416px;
    }
}
.action-block-form__btn{
    padding: 15px 36px;
    margin: 0;
    width: 100%;
}

@media(min-width: 780px){
    .action-block-form__btn{
        width: auto;
    }
}

.action-block-form__input{
    padding: 14px 16px;
}


.action-block-form__message{
    margin-top: 16px;
}

.dn{
    display: none;
}

.mb-16{
    margin-bottom: 16px;
}

.mb-20{
    margin-bottom: 20px;
}

.mb-24{
    margin-bottom: 24px;
}

.mb-0{
    margin-bottom: 0;
}

.mb-32{
    margin-bottom: 32px;
}

.mb-40{
    margin: 40px 0;
}

.m-b-40{
    margin: 0 0 40px 0;
}

.mt-32{
    margin-top: 32px;
}
.pl-122{

}

@media(min-width: 1280px){
    .pl-122{
        padding-left: 122px;
    }
}
.w-100{
    width: 100%;
}

.m-auto{
    margin-right: auto;
    margin-left: auto;
}

.p-40-0{
    padding: 40px 0;
}

.tag-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 35px;
}
@media only screen and (max-width: 370px) {
    .g-recaptcha {
        transform:scale(0.83);
        transform-origin:0 0;
    }
}


.informative{
    margin-bottom: 80px;
    max-width: 952px;
    width: 100%;
}

.informative *{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.informative h1,
.informative h2,
.informative h3,
.informative h4,
.informative h5,
.informative h6 {
    font-family: 'Roboto Slab', serif;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    color: #222222;
}

.informative h1{
    font-size: 30px;
    margin:40px 0;
}

.informative h2{
    font-size: 26px;
    margin: 0 0 38px 0;
}

.informative h3{
    font-size: 24px;
    margin:32px 0;
}

.informative h4{
    font-size: 20px;
    margin: 20px 0;
}

.informative h5{
    font-size: 20px;
    margin: 24px 0;
}

.informative h6{
    font-size: 18px;
    margin:20px 0;
}

@media (min-width: 720px) {
    .informative h1{
        font-size: 34px;
        margin: 42px 0;
    }

    .informative h2{
        font-size: 28px;
        margin: 36px 0;
    }

    .informative h3{
        font-size: 26px;
        margin:32px 0;
    }

    .informative h4{
        font-size: 24px;
        margin: 28px 0;
    }

    .informative h5{
        font-size: 20px;
        margin:24px 0;
    }

    .informative h6{
        font-size: 18px;
        margin: 20px 0;
    }
}


@media (min-width: 1280px) {
    .informative h1{
        font-size: 44px;
        margin: 80px 0;
    }

    .informative h2{
        font-size: 36px;
        margin: 48px 0;
    }

    .informative h3{
        font-size: 30px;
        margin: 32px 0;
    }

    .informative h4{
        font-size: 24px;
        margin: 28px 0;
    }

    .informative h5{
        font-size: 20px;
        margin:24px 0;
    }

    .informative h6{
        font-size: 18px;
        margin:20px 0;
    }
}



.informative p{
    font-family: 'OpenSans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    /*line-height: 130%;*/
    line-height: 150%;
    color: #222222;
    margin: 0 0 16px 0;
}

.informative ol{
    counter-reset: myCounter;
}

.informative ol li{
    position: relative;
    padding: 0 0 0 36px;
    font-family: 'OpenSans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #222222;
    margin: 0 0 16px 0;
    list-style-type: none;
}

.informative ol li::before{
    counter-increment: myCounter;
    content: counter(myCounter);
    position: absolute;
    top: 0;
    /*transform: translateY(-50%);*/
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    border: 2px solid #6467D2;
    background: #fff;
    box-sizing: border-box;


    font-family: 'Roboto Slab', serif;
    font-style: normal;
    width: 24px;
    height: 24px;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    color: #222222;
}

.informative p:empty{
    display: none;
}

.informative blockquote{
    text-align: center;
    font-family: 'OpenSans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    padding: 40px 24px;
    margin: 24px 0;
}

.informative blockquote p{
    font-family: 'OpenSans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    margin: 0;
}

.informative ul{
    counter-reset: myCounter;
}
.informative ul > br{
    display: none;
}

.informative ul li > br{
    display: none;
}

.informative ul li p > br{
    display: none;
}

.informative ol br{
    display: none;
}

.informative ul li{
    position: relative;
    padding: 0 0 0 36px;
    font-family: 'OpenSans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #222222;
    margin: 0 0 16px 0;
    list-style-type: none;
}


.informative ul li::before{
    content: '';
    position: absolute;
    top: 0;
    /*transform: translateY(-50%);*/
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    border: 2px solid #6467D2;
    background: #fff;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    background-image: url('../i/check-edit.svg');
    background-repeat: no-repeat;
    background-size: 9px 8px;
    background-position: center;
}

.informative img{
    position: relative;
    display: block;
    box-sizing: border-box;
    /*display: flex;*/
    margin: 24px auto;

    /*max-width: 708px;*/
    /*max-height: 400px;*/
    max-height: 414px;
    max-width: 586px;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    border-radius: 2px;
    cursor: zoom-in;
}

.informative .ckeditor-html5-video {
    max-width: 586px;
    max-height: 438px;
    width: 100%;
    height: 100%;
    margin: 24px auto;
    background: #444;
}

.informative .ckeditor-html5-video video{
    width: 100%;
    height: 100%;
    max-width: 586px;
    max-height: 438px;
}

.informative table{
    width: auto !important;
    margin: 0 auto!important;
    text-align: center;
    border: none;

}

.table-wrap{
    width: 100%;
    margin: 0 0 24px 0;
    overflow-x: auto;
}

.informative table caption{
    white-space: nowrap !important;
    font-family: 'Roboto Slab', serif;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    color: #222222;
    font-size: 18px;
    margin: 20px 0;
    text-align: left;
}

.informative table thead th *{
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #FFFFFF;
    margin: 0;
    white-space: nowrap;
}

.informative table thead td *{
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #222222;
    margin: 0;
    white-space: nowrap;
}

@media (min-width: 1280px) {
    .informative table thead td *{
        font-size: 16px;
    }
}

.informative table thead tr:first-child td {
    color: #fff;
    background: #434457;
}

.informative table thead tr:first-child td * {
    color: #fff;
}

.informative table thead td{
    border: none !important;
    border-right: 1px solid #D0D3D5 !important;
    padding: 10px 8px;
    text-align: left;
    color: #222222;
    font-family: 'OpenSans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    white-space: nowrap !important;
}

@media (min-width: 1280px) {
    .informative table thead td{
        font-size: 16px;
        padding: 14px 16px;
    }
}



.informative table thead td[style*="text-align:left"] * {
    text-align: left;
}

.informative table thead td[style*="text-align:center"] * {
    text-align: center;
}

.informative table thead td[style*="text-align:right"] * {
    text-align: right;
}




.informative table thead th[style*="text-align:left"] * {
    text-align: left;
}

.informative table thead th[style*="text-align:center"] * {
    text-align: center;
}

.informative table thead th[style*="text-align:right"] * {
    text-align: right;
}

.informative table tbody th{
    background: #434457;
    font-family: 'OpenSans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    padding: 10px 8px;
    color: #FFFFFF;
    border: none;
    border-bottom: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    white-space: nowrap !important;
    text-align: left;
}

.informative table tbody tr th:first-child{
    text-align: left;
}

.informative table tbody tr th:last-child{
    border-right: 1px solid #ddd !important;
}

.informative table tbody tr:last-child th{
    border-bottom: none !important;
}

.informative table tbody th *{
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #FFFFFF;
    margin: 0;
    white-space: nowrap;
}

@media (min-width: 1280px) {
    .informative table thead th *{
        font-size: 16px;
    }

}

.informative table thead td[colspan][rowspan="1"]{
    text-align: center;
}



.informative table thead tr th[colspan]{
    text-align: center;
}

.informative table thead th{
    background: #434457;
    font-family: 'OpenSans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    padding: 10px 8px;
    color: #FFFFFF;
    border: none !important;
    border-right: 1px solid #65667D !important;
    white-space: nowrap !important;
    text-align: left;
}

@media (min-width: 1280px) {
    .informative table thead th{
        font-size: 16px;
        padding: 14px 16px;
    }

}

.informative table tbody td *{
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #222222;
    margin: 0;
    text-align: left;
    white-space: nowrap !important;
}

@media (min-width: 1280px) {
    .informative table tbody td *{
        font-size: 16px;
    }

}

.informative table tbody td{
    border: none !important;
    border-right: 1px solid #D0D3D5 !important;
    padding: 10px 8px;
    text-align: left;
    color: #222222;
    font-family: 'OpenSans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    white-space: nowrap !important;
}

.informative table tbody td[colspan][rowspan="1"]{
    text-align: center;
}

.informative table tbody tr th[colspan]{
    text-align: center;
}


.informative table tbody td[colspan][rowspan] *{
    text-align: center;
}

.informative table tbody td[colspan][rowspan]{
    text-align: center;
}

.informative table tbody th[colspan] *{
    text-align: center;
}

.informative table tbody td[colspan][rowspan]{
    text-align: center;
}

.informative table tbody td[style*="text-align:left"] * {
    text-align: left;
}

.informative table tbody td[style*="text-align:center"] * {
    text-align: center;
}

.informative table tbody td[style*="text-align:right"] * {
    text-align: right;
}




.informative table tbody th[style*="text-align:left"] * {
    text-align: left;
}

.informative table tbody th[style*="text-align:center"] * {
    text-align: center;
}

.informative table tbody th[style*="text-align:right"] * {
    text-align: right;
}


.informative table tbody th[colspan] *{
    text-align: center;
}

@media (min-width: 1280px) {
    .informative table tbody td{
        font-size: 16px;
        padding: 14px 16px;
    }
}

.informative table tbody td:last-child{
    border: none !important;
}

.informative table tbody tr:nth-child(even){
    background: #F8F8F8;
}

.informative-modal{
    box-sizing: border-box;
    position: fixed;
    overflow-y: auto;
    background: rgba(17, 18, 25, 0.77);
    width: 100%;
    bottom: 0;
    top: 0;
    /*min-height: 100%;*/
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s, visibility 0s ease 0.25s;
    z-index: 1000;
    padding: 33px 10px;
}

.informative-modal.show{
    box-sizing: border-box;
     opacity: 1;
     visibility: visible;
     transition-delay: 0s;
 }

.informative-modal__frame{
    box-sizing: border-box;
    position: absolute;
    display: flex;
    padding: 0 15px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.informative-modal__content{
    box-sizing: border-box;
    max-height: 95%;
    height: auto;
    max-width: 100%;
    margin: auto;
    width:auto;
    border: 10px solid #f5f5f5;
    border-radius: 5px;
}

.main-slider{
    overflow: hidden;
    position: relative;
    margin-bottom: 80px;

}
@media(max-width: 1040px){
    .main-slider{
        display: none;
    }
}
.main-slider__track{
    display: flex;
    flex-wrap: nowrap;
}

.main-slide{
    box-sizing: border-box;
    width: 100%;
    flex-shrink: 0;
    position: relative;

}

.main-slide__img{
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}
.main-slide__dark-bg{
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2;
}
.main-slide__content{
    position: relative;
    padding: 80px 15px 128px;
    z-index: 3;
}

.main-slide__title{
    font-family: 'Roboto Slab', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 120%;
    color: #FFFFFF;
    margin: 0 0 40px;
}

.main-slide__text{
    font-family: 'OpenSans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    margin: 0 0 20px;
}

.main-slide__lists{
    display: flex;
    /*display: grid;*/
    /*grid-template-columns: repeat(2, 1fr);*/
    gap: 20px;
    margin-bottom: 40px;
}
.main-slide-list{
    width: calc(50% - 10px);
}

.main-slide__ul{
    list-style-type: none;
    padding: 0;
}

.main-slide__li{
    position: relative;
    font-family: 'OpenSans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    padding-left: 32px;
    margin: 0;
}

.main-slide__li::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: url(../i/check-yellow.svg);
    width: 24px;
    height: 24px;
}

.call-to-action{
    display: flex;
    gap: 20px;
    padding: 40px;
    background: rgba(47, 45, 53, 0.56);
    border-radius: 2px;
}

.call-to-action__content{

}

.call-to-action__title{
    font-family: 'Roboto Slab', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    margin: 0 0 32px;
    color: #FFFFFF;

}

.call-to-action__desc {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/*.call-to-action__text {*/
.call-to-action__desc p {
    font-family: 'OpenSans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    margin: 0;
    color: #FFFFFF;
}
/*.call-to-action__text--yellow{*/
.call-to-action__desc a {
    color: #F8CC00;
}


.call-to-action__btn{
    border-radius: 2px;
    margin: auto 0  0 auto;
    padding: 12px 32px;
    flex-shrink: 0;
    background: #F8CC00;
    font-family: 'OpenSans', sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    color: #333333;
}
.call-to-action__btn:hover{
    background: #ffdb32;
}


.main-slider-dots{
    position: absolute;
    display: flex;
    bottom: 80px;


    width: 100%;
    /*z-index: 10000;*/
}

.main-slider-dots__track{
    justify-content: flex-end;
    display: flex;
    gap: 8px;
    padding:0 15px;
    /*margin-left: auto;*/
    /*gap: 10px;*/
}

.main-slider-dots__item{
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #9AA0A5;
    cursor: pointer;
}

.main-slider-dots__item.active{
    cursor: default;
    transition: 0.2ms linear;
    width: 48px;
    background: #ffdb32;
}


