/* media="screen and (max-width: 575px) */
.btn{
    min-height: 60px;
}
.btn:not(.btn_less_width){
    min-width: auto;
}
h1,.h1{
    font-size: 36px;
    font-weight: 900;
    line-height: 106%;
}
h2,.h2{
    font-size: 32px;
    line-height: 100%;
}
h3,.h3{
    font-size: 28px;
    line-height: 1.2;
}
h4,.h4{
    font-size: 26px;
    line-height: 1.2;
}
h5,.h5{
    font-size: 21px;
    line-height: 1.2;
}
/* --- Header -- */
.top_level_menu{
    padding: 0 20px;
}
.center_level_menu{
    padding: 20px;
}
.center_level_menu .user_section{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.basket_section>.basket_button{
    margin-right: 10px;
}
.search_section {
    /* order: 1;
    flex-grow: 0;
    margin: 0;
    margin-left: auto; */
    width: 130px;
    overflow: hidden;
}
.search_section .search_input{
    width: 100%;
}

/* --- User --- */
.user_window{
    -webkit-transform: translate(5px, 0);
        -ms-transform: translate(5px, 0);
            transform: translate(5px, 0);
}
/* --- Separator title --- */
.separator_title{
    padding: 45px 0;
}
/* --- Text section --- */
.w-text-section .text_section{
    margin: 35px auto;
}
.w-text-section .text_section .main_text{
    margin-bottom: 35px;
}
/* --- signboard --- */
.signboard_section{
    padding: 35px 0;
}
/* --- Card img --- */
.wrapper_card_img .card_img .card_title{
    font-size: 24px;
    line-height: 24px;
}
/* --- signboard link --- */
.signboard_section.signboard_link .signboard_section_object{
    margin-top: 25px;
}
/* --- footer --- */
.footer .footer_menu .list_menu .list_item{
    width: 100%;
    padding-right: 0px;
}
/* --- media_video --- */
.media_video .video_object{
    object-fit: contain;
}
.w-media-video.first-block .media_video .video_object{
    object-fit: cover;
}
.w-media-video .media_video.motion {
    height: auto;
    max-height: none;
}
.w-media-video.first-block .media_video.motion{
    height:auto;
    max-height: max-content;
}
.media_video.motion .center_box{
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0);
}
.media_video.motion .center_box>p{
    font-size: 22px;
    margin: 1rem 0;
    color: #000000;
}

.media_video.motion .center_box>img{
    display: none;
}
.media_video.motion .center_box .btn {
    margin: 10px;
}
/* --- w-main-unit --- */
.w-main-unit.short .main_unit {min-height: 100vmin;}
.w-main-unit.short .main_unit .main_unit_img {min-height: 100vmin;}
/* --- catalog --- */
.catalog_product_card{
    /* margin-right: auto; */
}
/* --- Card options --- */
.card_options{
    width: 90%;
    padding: 30px 0;
}
    .option_card{
        padding: 20px;
    }
        .option_card .title>p{
            padding: 0;
            width: 100%;
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1;
            margin-top: 10px;
        }
        .option_card .title .close_btn{
            margin-top: -10px;
            -webkit-box-ordinal-group: 1;
                -ms-flex-order: 0;
                    order: 0;
            margin-left: auto;
        }
/* --- Form --- */
.main_form .button_section{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.main_form .button_section .btn{
    min-width: 200px;
}
.main_form .button_section .btn:first-child{
    margin-right: 0;
}
.checkbox{
    align-items: flex-start;
}
/* --- Card product --- */
.main_card_img{
    height: 250px;
}
    .main_card_img .img_slid{
        height: 250px;
    }
.wrapper_list_card_product{
    height: 100px;
}
.wrapper_list_card_product .product_media{
    width: 80px;
    height: 80px;
}
.card_product_description{
    margin-top: 30px;
}
/* --- Small card--- */
.wrapper_small_card{
    width: 100%;
}