.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.333333%;
}

.col-xs-2 {
    width: 16.666667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.333333%;
}

.col-xs-5 {
    width: 41.666667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.333333%;
}

.col-xs-8 {
    width: 66.666667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.333333%;
}

.col-xs-11 {
    width: 91.666667%;
}

.col-xs-12 {
    width: 100%;
}

.no_padding {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 544px) {
    .sm-hidden {
        display: none;
    }
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-1 {
        width: 8.333333%;
    }
    .col-sm-2 {
        width: 16.666667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.333333%;
    }
    .col-sm-5 {
        width: 41.666667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.333333%;
    }
    .col-sm-8 {
        width: 66.666667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.333333%;
    }
    .col-sm-11 {
        width: 91.666667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .available,
    .product .amount {
        float: right;
    }
    .product_rating {
        margin: 0 0 15px;
    }
    .product_wish {
        margin-bottom: 8px;
    }
    .product .variant_select,
    .product .button,
    .product .disable_button {
        width: 100%;
    }
    .product .price {
        margin-top: 2px;
    }
    .product .hidden+.price {
        margin-top: 35px;
    }
    .product_buttons {
        margin-top: 0;
    }
    .product_share {
        margin: 15px 0;
    }
    .account_link {
        padding-left: 43px;
    }
    .look_all {
        position: absolute;
        top: -38px;
        right: 25px;
    }
    .news_item {
        border-left: 1px solid #e8e8e1;
    }
    .blog,
    .products,
    .related,
    .wish_products {
        margin-bottom: 40px;
        background-color: #fff;
    }
    .categories_heading {
        padding: 0 10px;
    }

    .sort_title{
        border-right: 0;
    }
}

@media(max-width: 767px){
    
    .categories_nav{
        overflow-x: auto;
    }
}

@media (max-width: 768px) {
    .level_2 .category_link:hover{
        background: #ffffff;
    }

    .product_description{
        margin-top: -200%;
        opacity: 0;
        transition: margin-top 0.3s, opacity 0.3s ease;
    }

    .description--active{
        margin-top: 0;
    }

    .features {
        list-style: none;
        margin: -200% 0 0 0;
        padding: 0;
        opacity: 0;
        transition: margin-top 0.3s, opacity 0.3s ease;
    }
    
    .features--active{   
        margin-top: 0;
        opacity: 1;
    }

    .comments_wrapper{
        margin-top: -200%;
        opacity: 0;
        height: 10vh;
        transition: margin-top 0.3s, opacity 0.3s, height 0.3s ease;
    }
        
    .comments--active{
        margin-top: 0;
        opacity: 1;
        height: 100%;
    }
}

@media (min-width: 768px) {

    .lg-hidden{
        display: none;
    }
    
    .subcategory {
        position: absolute;
        z-index: 5;
        top: 65px;
        left: 0;
        background: #ffcad4;
        border: 1px solid #ffffff;
        box-sizing: border-box;
        box-shadow: 0px 4px 4px rgb(255 189 190 / 25%);
        border-radius: 0px 0px 5px 5px;
    }

    .container {
        max-width: 750px;
    }
    .md-hidden {
        display: none;
    }
    .md-right {
        float: right;
    }
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-1 {
        width: 8.333333%;
    }
    .col-md-2 {
        width: 16.666667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.333333%;
    }
    .col-md-5 {
        width: 41.666667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.333333%;
    }
    .col-md-8 {
        width: 66.666667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.333333%;
    }
    .col-md-11 {
        width: 91.666667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .block {
        margin-bottom: 40px;
    }
    .filters_heading,
    .padding {
        padding-left: 23px;
        padding-right: 23px;
    }
    .logo {
        float: left;
    }
    .informers {
        border-right: 1px solid #e8e8e1;
    }
    .informer_name {
        margin-left: 6px;
        margin-right: 14px;
    }
    . #cart_informer {
        margin-top: 13px;
        margin-right: 22px;
    }
    .categories_heading {
        width: 270px;
        border-left: 1px solid #3c7a76;
        border-right: 1px solid #3c7a76;
        padding-left: 23px;
    }
    .categories_heading span {
        font-weight: bold;
        font-size: 17px;
    }
    .account {
        width: 142px;
    }
    .purchase_remove {
        width: 60px;
    }
    .purchase tbody tr {
        height: 67px;
    }
    .purchase_image {
        width: 76px;
    }
    .purchase .purchase_total {
        text-align: right;
        padding: 15px;
    }
    .purchase .text_left {
        text-align: left;
    }
    .tab {
        padding: 25px 6px;
    }
    .tab_navigation button {
        float: left;
        margin: 10%;
        padding: 11px 18px;
    }
    .tab_navigation button:hover {
        background-color: #fff;
        box-shadow: inset 0 2px 0 0 #3c7a76;
    }
    .sort_title,
    .sort_link {
        float: left;
        background: none;
        height: 83px;
    }

    .sort_link {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        width: 125px;
    }
    .menu_group_header {
        /* float: left;
    font-size: 14px; */
    }
    .menu_group_header .menu_item {
        float: left;
    }
    .menu_group_header .menu_item_1:first-child>.menu_link {
        padding-left: 0;
    }
    .menu_group_header .menu_item_1 .menu_link {
        /* padding: 12px 8px;
    padding-left: 10px; */
        color: #686666;
        font-size: 12px;
        line-height: 22px;
        font-weight: bold;
    }
    .menu_group_header .menu_item_2 .menu_link {
        display: block;
        padding: 5px 20px;
        white-space: nowrap;
    }
    .menu_group_header .menu_item_2 .menu_link:hover {
        background-color: rgb(232, 232, 225);
    }
    .menu_group_header .menu_eventer {
        position: relative;
    }
    .menu_group_header .menu_item_1.menu_eventer>a:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 12px;
        height: 8px;
        background-repeat: no-repeat;
        margin-left: 1px;
        background-image: url(../images/select_arrow.png);
        background-size: cover;
        -webkit-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s;
    }
    .menu_group_header .menu_item_1.menu_eventer:hover>a:after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .menu_group_header .menu_list {
        margin: 0px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 60%;
        height: inherit;
    }
    .menu_group_header .menu_item {
        margin: 0px;
    }
    .menu_group_header .menu_eventer .menu_list_2 {
        -webkit-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s;
        top: 100%;
        background: rgb(255, 255, 255);
        transform: translate(0px, 20px);
        border: none;
        opacity: 0;
        visibility: hidden;
        box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.4);
        position: absolute;
        z-index: 1000;
        margin: 2px 0 0;
        list-style: none;
        font-size: 14px;
        text-align: left;
        padding: 0px;
    }
    .menu_group_header .menu_eventer:hover .menu_list_2 {
        top: 50%;
        opacity: 1;
        visibility: visible;
        display: block;
    }
    .menu_group_header .menu_item_2 {
        float: none;
        margin-bottom: 0px;
    }
    .menu_group_header .menu_list_3 {
        padding: 0px;
    }
    .menu_group_header .menu_item_3 {
        float: none;
        width: 100%;
    }
    .menu_group_header .menu_item_3 .menu_link {
        padding-left: 30px;
    }
    .arrow_toggle {
        margin-left: 1px;
        -webkit-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s;
    }
    .menu_group_header .menu_eventer:hover .arrow_toggle {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    /* .product_block .product_height:nth-child(2) {
        margin-top: 20px;
    } */
}

@media screen and (max-width: 991px) {
    .times {
        clear: both;
        margin: 0 10px 0px 10px;
        font-size: 15px;
    }
    .header_callback {
        text-decoration: underline;
    }
    .logo {
        max-width: 230px;
        margin-right: 18px;
    }
    .cross {
        top: 42px;
        right: 24px;
    }
    .cross svg {
        height: 60px;
    }
    .cross i {
        width: 24px;
        height: 24px;
    }
    .times_inner {
        display: none;
    }
    .product_block .product_height:nth-child(2) {
        margin-top: 20px;
    }
    /* .subheader {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .header__logo {
        margin-bottom: 25px;
    }
    .search {
        margin-bottom: 25px;
    } */
}

@media (min-width: 992px) {
    .arrow-hide{
        display: none;
    }

    .container {
        max-width: 970px;
    }
    /* .lg-hidden {
        display: none;
    } */
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-1 {
        width: 8.333333%;
    }
    .col-lg-2 {
        width: 16.666667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.333333%;
    }
    .col-lg-5 {
        width: 41.666667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.333333%;
    }
    .col-lg-8 {
        width: 66.666667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.333333%;
    }
    .col-lg-11 {
        width: 91.666667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .sidebar {
        float: left;
        width: 270px;
    }
    .sidebar_bottom {
        clear: left;
    }
    .products_container {
        float: right;
        width: calc(100% - 300px);
        display: flex;
        flex-direction: column;
    }
    .sidebar_center {
        margin: 0;
    }
    .sidebar_top {
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    .subcategory {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        z-index: 5;
        width: 0;
        top: 65px;
        left: 0;
        background: #ffcad4;
        border: 1px solid #ffffff;
        box-sizing: border-box;
        box-shadow: 0px 4px 4px rgba(255, 189, 190, 0.25);
        border-radius: 0px 0px 5px 5px;
    }

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

    .category_item:hover>.subcategory,
    .category_item.hover>.subcategory {
        opacity: 1;
        visibility: visible;
        width: 200px;
    }
    .product_details {
        margin-top: -4px;
    }
    .footer_payment {
        float: right;
        max-width: calc(100% - 150px);
    }
    .payments_text {
        position: absolute;
        top: 50%;
        margin: -10px 0 0;
    }
    .categories {
        float: left;
    }
    .wrap_block {
        background-color: #fff;
    }
    .wrap_block .block {
        margin-bottom: 0;
    }
    .brand_item:nth-child(4n) {
        border-right: none;
    }
    .times {
        width: 17%;
        height: 100%;
    }
    .phones_inner-arrow {
        right: 60px;
    }
    .product_name {
        font-size: 16px;
    }
    .block_review {
        width: 100%;
        height: 100%;
        margin-top: 5px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .logo {
        max-width: 190px;
        margin-right: 18px;
    }
    #cart_informer {
        margin-top: 14px;
    }
    .blog_item:nth-child(3n),
    .products_item:nth-child(2n) {
        box-shadow: none;
    }
    .times {
        width: 24%;
        height: 100%;
    }
    
    .search{
        width: 260px;
    }

    .phones_inner-arrow {
        right: 60px;
    }
    .header_callback {
        border-bottom: none;
    }
    .cart_info::before {
        top: 0;
    }
    .amount {
        margin-top: 20px;
    }
    .product_name {
        font-size: 16px;
    }
    .s-main-title {
        padding: 0 auto;
    }
    .block_review {
        width: 100%;
        height: 100%;
        margin-top: 5px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
    .xl-hidden {
        display: none;
    }
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        float: left;
    }
    .col-xl-1 {
        width: 8.333333%;
    }
    .col-xl-2 {
        width: 16.666667%;
    }
    .col-xl-3 {
        width: 25%;
    }
    .col-xl-4 {
        width: 33.333333%;
    }
    .col-xl-5 {
        width: 41.666667%;
    }
    .col-xl-6 {
        width: 50%;
    }
    .col-xl-7 {
        width: 58.333333%;
    }
    .col-xl-8 {
        width: 66.666667%;
    }
    .col-xl-9 {
        width: 75%;
    }
    .col-xl-10 {
        width: 83.333333%;
    }
    .col-xl-11 {
        width: 91.666667%;
    }
    .col-xl-12 {
        width: 100%;
    }
    /* .logo {
    margin-bottom: 15px;
} */
    .informer_name {
        margin-left: 12px;
    }
    .overlay_buttons {
        opacity: 0;
        transition: opacity 0.2s ease;
    }
    header {
        min-height: 200px;
    }
    .products_item:hover .overlay_buttons {
        opacity: 1;
    }
    .products .products_item:nth-child(3n),
    .products_item:nth-child(4n),
    .related .products_item:nth-child(4n),
    .wish_products .products_item:nth-child(4n),
    .blog_item:nth-child(4n) {
        box-shadow: none;
    }
    .block_review {
        width: 100%;
        height: 100%;
        margin-top: 5px;
    }
}

@media (max-width: 991px) {
    .ms-hidden {
        display: none;
    }
    
    .informer .dropdown {
        text-align: center;
    }
    .foot:nth-child(3n) {
        clear: left;
    }
    .foot,
    #subscribe_container {
        margin-bottom: 25px;
    }
    .subcategory {
        display: none;
    }
    .level_2 .category_link {
        padding-left: 30px;
        font-weight: normal;
    }
    .level_3 .category_link {
        padding-left: 40px;
        font-weight: normal;
    }
    .level_4 .category_link {
        padding-left: 50px;
        font-weight: normal;
    }
    .brand_item:nth-child(3n) {
        border-right: none;
    }
    .blog_item:nth-child(2n),
    .products_item:nth-child(2n) {
        box-shadow: none;
    }
    .categories_nav {
        /* overflow-x: auto; */
        max-height: calc(100vh - 185px);
        /* overflow-y: auto;
        overflow-x: hidden; */
    }
    .order_notify_v2 svg {
        width: 38px;
        height: 38px;
        margin-right: 8px;
    }
    .order_notify_v2 .o_notify_v2_heading {
        font-size: 26px;
    }
    .preview_image {
        height: 277px;
    }
    .main_products {
        margin-bottom: 0;
    }
    .callback {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 177px;
        height: 45px;
        margin-right: 40px;
    }
    .real-size-popup,
    .size-popup {
        width: 600px;
        padding: 7px;
    }
    .block_review {
        width: 100%;
        height: 100%;
        margin-top: 5px;
    }
}

@media (max-width: 992px){
    .search{
        width: 239px;
    }  
}

@media (max-width: 767px) { 

    .brands{
        align-items: center;
        flex-direction: column;
    }

    .brand_link{
        text-align: center;
        box-shadow: 7px 9px 0px #ffbdbe40;
    }

    .brand_item{
        margin-bottom: 20px;
        margin-right: 0;
        flex-direction: column;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .tablet-hidden {
        display: none;
    }

    .lg-hidden{
        display: block;
    }
    
    .filter_group-price{
        display: flex;
        align-items: center;
    }

    .callback-service{
        width: 100%;
    }

    .callback__inner{
        display: flex;
    }

    .cross {
        top: 21px;
        right: 25px;
    }
    .cross svg {
        height: 60px;
    }
    .cross i {
        width: 24px;
        height: 24px;
    }
    .h1 {
        padding-bottom: 30px;
    }
    .mobile-hidden {
        display: none;
    }
    .categories_nav {
        max-height: calc(100vh - 255px);
    }
    .purchase,
    .purchase tbody,
    .purchase tfoot,
    .purchase tr,
    .purchase td,
    .purchase th {
        display: block;
    }
    #cart_informer .cart_title,
    #cart_informer .cart_total {
        display: none;
    }
    #cart_informer {
        margin-top: 15px;
        margin-left: 15px;
    }
    .purchase tr {
        position: relative;
        margin-bottom: 25px;
    }
    .purchase td,
    .purchase th {
        border: none;
        padding: 10px 8px;
    }
    .purchase .purchase_image {
        padding-top: 20px;
    }
    .purchase .purchase_sum {
        padding-bottom: 20px;
    }
    .purchase td:empty,
    .purchase th:empty {
        display: none;
    }
    .purchase .coupon .message_error {
        margin: 0 auto 12px;
    }
    .purchase .purchase_total {
        margin-top: 25px;
        padding: 20px 10px;
    }
    .purchase_remove {
        position: absolute;
        top: 8px;
        right: 8px;
    }
    .purchase .remove_icon {
        width: 20px;
        height: 20px;
    }
    body.openmenu {
        overflow: hidden;
        position: fixed;
        width: 100vw;
        height: 100vh;
    }
    .menu_group_header {
        display: none;
        position: absolute;
        z-index: 99;
        top: 39px;
        left: 0;
        width: 220px;
        height: calc(100vh - 39px);
        background-color: #38c0f3;
        color: #fff;
        padding-top: 8px;
        overflow: auto;
    }

    .subcategory {
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 2;
        padding: 12px;
        background-color: #ffd9e0;
        border-radius: 10px;
    }

    body.openmenu .menu_group_header {
        display: block;
    }

    body.openmenu::before {
        content: "";
        position: absolute;
        top: 39px;
        left: 0;
        width: 100vw;
        height: calc(100vh - 39px);
        background: rgba(51, 51, 51, 0.4);
        z-index: 5;
    }
    .menu_group_header .menu_item_1 .menu_link {
        position: relative;
        display: block;
        padding: 8px 15px;
    }
    .phones {
        clear: both;
    }
    .informers {
        margin-right: -15px;
    }
    .tab_navigation button+button {
        border-top: none;
    }

    .tab__comm{
        display: block;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    
    .tab__feat{
        display: block;
    }

    .order_notify_v2 svg {
        width: 26px;
        height: 26px;
        margin-right: 2px;
    }
    .order_notify_v2 .o_notify_v2_heading {
        font-size: 20px;
        line-height: 1.1;
    }
    .menu_404 .text_404 {
        margin: 0 0 20px;
        text-align: center;
    }
    .advantages {
        flex-direction: column;
        align-items: center;
        margin-bottom: 50px;
    }
    .advantages_item:not(:last-child) {
        margin-bottom: 30px;
    }
    .burger_menu {
        padding: 0 15px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .search {
        height: 42px;
    }
    .search_input {
        padding: 10px;
    }
    .container-nav {
        align-items: center;
    }
    .subheader {
        flex-direction: column;
        align-items: center;
        padding: 0;
        margin-bottom: 15px;
    }
    .header__logo {
        margin-bottom: 13px;
    }
    .phones {
        width: 100%;
        margin-bottom: 16px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ffcad4;
    }
    .times {
        border-bottom: 1px solid #ffcad4;
        width: 100%;
        display: flex;
        justify-content: center;
        position: relative;
        align-items: start;
        padding-left: 26px;
    }
    .categories_menu {
        flex-direction: column;
    }
    .category_item {
        background: #ffffff;
        box-shadow: 0px 4px 4px rgba(255, 189, 190, 0.25);
        border-radius: 5px;
        margin-bottom: 10px;
        height: 62px;
        display: flex;
        align-items: center;
        padding: 0 15px;
    }

    .burger_menu-social {
        display: flex;
        justify-content: space-between;
        margin-top: 15px;
        font-size: 16px;
        line-height: 0px;
        color: #000000;
        border-top: 1px solid #ffcad4;
        border-bottom: 1px solid #ffcad4;
        padding: 22px 0;
    }
    .burger_menu-social p {
        display: flex;
        align-items: center;
        margin: 0;
    }
    .burger_social {
        display: flex;
    }
    .burger_social a:first-child {
        margin-right: 39px;
    }
    .header_social {
        display: none;
    }
    .informer.languages {
        background: #ffcad4;
        border-top-left-radius: 40px;
        border-bottom-left-radius: 40px;
        display: flex;
        height: 38px;
        position: absolute;
        right: -15px;
        top: 37%;
        transform: translateY(-50%);
        width: 66px;
        padding-left: 9px;
    }
    .header_main-wrapper {
        width: 0;
    }
    .cart_info {
        padding-left: 0;
    }
    .search {
        width: 290px;
    }
    .fn_banner_1 {
        margin-bottom: 48px;
    }
    .new_del-block {
        margin-bottom: 50px;
    }
    .main_text {
        padding-top: -5px;
    }
    .wrap_block {
        margin-bottom: 30px;
    }
    .footer_bottom a,
    .footer_bottom span,
    .footer_bottom a span {
        font-size: 12px;
    }
    .callback {
        margin: 0;
    }
    .container-body {
        margin-top: 13px;
    }
    .burger_menu-lk {
        position: relative;
        height: 50px;
        width: 100%;
        padding-left: 17px;
        border-bottom: 1px solid #ffcad4;
        margin-bottom: 15px;
        z-index: -1;
    }
    .burger_menu-lk .account .account_link::after {
        top: -1px;
    }
    .account {
        float: left;
    }
    .account_name {
        display: none;
    }
    .account_link {
        width: 100%;
    }
    .account_name-small {}
    .account_link::after {
        background: url(../images/header_entry_pink.png) no-repeat 0 0;
        left: 0;
        right: auto;
        top: -2px;
    }
    .filter_name {
        margin-bottom: 0;
    }
    .account_name-small {
        display: block;
        width: 100%;
        padding-left: 32px;
        font-size: 16px;
        color: #000000;
    }
    /* .preview {
        max-width: 138px;
    } */
/* 
    .header_callback{
        width: 100%;
    } */

    .burger_menu .header_callback,
    .burger_menu .phones_inner {
        justify-content: center;
    }
    .burger_menu .phones_inner-arrow {
        right: 45px;
    }
    .burger_menu .phones {
        padding-bottom: 0;
        border: none;
    }
    .burger_menu .times {
        align-items: flex-start;
        padding-bottom: 15px;
        margin-bottom: 10px;
        padding-left: 0;
    }
    .burger_menu .informer .dropdown {
        top: 35px;
        min-width: 85px;
    }
    .burger_menu .informer {
        top: 45%;
    }
    .burger_menu .informer .dropdown_item {
        text-transform: uppercase;
        text-align: center;
        padding: 10px 0;
    }
    .burger_menu .categories {
        height: auto;
        background: none;
    }
    .burger_menu .category_item .arrow_right {
        right: 18px
    }
    .burger_menu .logo img {
        width: 220px;
    }
    .top_nav {
        background-color: #ffcad4;
    }
    .cart_info::before {
        top: 0;
        left: -25px;
    }
    .cart_counter {
        top: 0px;
        left: -14px;
    }
    .real-size-popup,
    .size-popup {
        width: 100% !important;
    }
    .block_review {
        width: 100%;
        height: 100%;
        margin-top: 5px;
    }
}

@media (max-width: 576px) {
    .product_code {
        justify-content: center;
    }
    .delivery_companies .delivery_company {
        width: 100%;
    }
    .delivery_companies .delivery_company .delivery_item {
        margin-right: 0;
    }
    .fn_products_sort {
        display: none;
    }
    .sort {
        display: flex;
        flex-direction: column;
    }
    .sort_link {
        border-top: 1px solid #ffcad4;
        width: 100%;
    }
    .sort_title {
        display: none;
    }
    .main_products,
    .fn_categories.products {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .fn_categories .preview_image {
        height: 184px;
        width: 138px;
    }
    .preview {
        padding: 0;
        max-width: 138px;
    }
    .order_form .main_btn {
        margin: 0 auto;
    }
    .autocomplete-suggestions {
        top: 41px !important;
        left: 0 !important;
    }
    .real-size-popup,
    .size-popup {
        width: 414px;
    }
    .reviews_title span {
        font-size: 27px;
    }
    .h1 h1 {
        font-size: 30px;
    }
}

@media (max-width: 543px) {
    .callback_form .h2 {
        font-size: 24px;
    }
    .callback_form {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .callback_content {
        width: 100%;
    }
    .callback_inputs input {
        background: none;
    }
    .product_details>.row {
        margin-bottom: 30px;
    }
    .product .images .slick-track>* {
        height: 100px !important;
    }
    .product .product_details .row .variant_select,
    .products_item .variant_select,
    .product .product_details .amount {
        width: 100%;
    }
    .product .tab_navigation button {
        border-radius: 10px !important;
    }

    .tabs .tab_navigation button{
        margin-bottom: 10%;
    }

    .variant_select {
        margin-bottom: 25px;
    }
    .h2 {
        font-size: 27px;
        line-height: 27px;
    }
    .small-hidden {
        display: none;
    }
    .news .look_all {
        padding: 20px 0;
        border-top: 1px solid #e8e8e1;
    }
    .main_products .look_all {
        margin-bottom: 25px;
        margin-top: -25px;
        padding: 20px 0;
        background-color: #fff;
    }
    .pagination {
        margin-top: -25px;
    }
    .brand_item:nth-child(2n) {
        border-right: none;
    }
    .blog_item,
    .products_item {
        box-shadow: none;
        margin-bottom: 25px;
        justify-content: center;
        align-items: center;
    }

    .slick-initialized .slick-slide{
        display: flex;
    }

    .comparison_page .preview .price_container,
    .comparison_page .preview .preview_form {
        float: none;
        width: 100%;
        text-align: center;
    }
    .comparison_page .preview .preview_form {
        margin-top: 15px;
    }
    .comparison_page .preview .button {
        width: 140px;
    }
    .product_heading {
        font-size: 20px;
    }
    .product .product_details .price {
        font-size: 18px;
    }
    /* .product_details {
    text-align: center;
} */
    .features li {
        background-color: rgb(255, 255, 255);
        border-bottom: 1px solid rgb(186, 186, 186);
        padding-bottom: 8px;
    }
    .features_name {
        font-weight: bold;
        font-size: 16px;
    }
    .features_name::before {
        content: none;
    }
    .features_name,
    .features_value {
        width: 100%;
        float: none;
    }
    .selected_filter_box .selected_filter_item .s_filter_link svg {
        color: #f25050;
    }
    .selected_filter_box .selected_filter_item {
        background: #38c0f3;
    }
    .selected_filter_box .selected_filter_item .s_filter_link {
        color: #fff;
    }
    .product_name {
        font-size: 11px;
        line-height: 12px;
    }
    .preview .old_price,
    .preview .price {
        font-size: 13px;
        line-height: 14px;
    }
    .preview_image {
        height: 214px;
        width: 138px;
        padding-bottom: 20px;
    }
    .preview .price_container {
        margin-top: 15px;
    }
    .main_products .products_item {
        margin-bottom: 0;
    }
    .main_btn {
        font-size: 18px;
        line-height: 25px;
        width: 200px;
        height: 49px;
    }
    .advantages_pic svg {
        width: 70px;
        height: 70px;
    }
    .advantages_pic {
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }
    .advantages_name {
        font-size: 18px;
        line-height: 25px;
    }
    .advantages_txt {
        font-size: 14px;
        line-height: 19px;
    }
    .advantages_phones {
        margin: 15px 0;
    }
    .advantages_social a svg {
        width: 36px;
        height: 36px;
    }
    .advantages_item {
        width: 288px;
    }
    .main_form .h2 {
        padding-top: 10px;
        font-size: 27px;
        line-height: 72px;
        margin-bottom: 30px;
    }
    .main_form-info input,
    .main_form-info select {
        padding: 0 15px 15px;
    }
    .main_btn-send {
        width: 200px;
        height: 49px;
        font-size: 18px;
        line-height: 25px;
    }
    .main_form-info {
        margin-bottom: 30px;
    }
    .footer_menu .menu_list,
    .copyright {
        flex-direction: column;
        align-items: center;
    }
    .footer_menu .menu_item {
        margin-bottom: 20px;
    }
    .footer_bottom {
        padding: 0;
    }
    .fn_categories.products .products_item {
        margin: 0;
    }
    .main_products {
        margin-bottom: 30px;
    }
    .foot_pic {
        background: url(../images/foot-before-small.png) no-repeat;
        height: 119px;
        background-position: center;
        background-size: cover;
    }
    .main_brands-wrapper .main_brands {
        width: 131px;
        height: 105px;
        margin-bottom: 30px;
    }

    .fn_categories.products .products_item,
    .main_products .products_item:not(:nth-child(2n)) {
        margin-right: 10px;
    }
    .main_products {
        justify-content: center;
    }
    .fn_pagination {
        margin-top: 33px;
    }
    .slick-prev,
    .slick-next {
        width: 32px;
        height: 32px;
    }
    .autocomplete-suggestion a {
        font-size: 12px;
    }
    /*.autocomplete-suggestions {
        max-height: 20px!important;
    }
    */
    .copyright {
        padding-bottom: 25px;
    }
    .copyright>a {
        margin-top: -18px;
    }
    .copyright>div {
        margin-bottom: 11px;
    }
    .callback {
        bottom: 47px;
        left: -21px;
        right: auto;
    }
    .header_about {
        display: none;
    }
    .products_item {
        height: 355px;
    }
    .byu_one_click {
        height: 50px;
    }
    .info_payment {
        margin-top: 20px;
    }
    .fast-popup-girl {
        display: none;
    }
    .fast-popup-close {
        top: 10px;
        right: 0;
        z-index: 10;
    }
    .calback-popup,
    .fast-popup {
        max-width: none;
        width: 100%;
        padding: 105px 5px 50px;
        top: 53%;
        height: 600px;
    }
    /* .subcategory {
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 2;
    } */
    .product .product_details .row select.variant_select.fn_sizes_variants {
        width: calc(70% - 10px);
        max-width: unset;
    }
    .product .product_details .row select.variant_select.fn_sizes_variants.full_width {
        width: 100%;
    }
    .product_variant-color_select.fn_variant {
        width: 30%;
    }
    .product_variant-color_select .color {
        min-width: unset;
    }
    .product_variant-color_select .dropdown {
        top: calc(100% - 20px);
    }
    .fn_switch.color_switch.variant_select {
        padding: 5px 29px 5px 5px;
    }
    .product .variant_select,
    .products_item .variant_select {
        background-position: right 9px center;
    }
    .block_review {
        width: 100%;
        height: 100%;
    }
    .reviews_title span {
        font-size: 27px;
    }
    .h1 h1 {
        font-size: 30px;
    }

    .all_brands .slick-next{
        right: -11px;
    }
}

@media (max-width: 419px) {
    .cart_title,
    .cart_total {
        display: none;
    }
    .search {
        width: 245px;
        margin-right: 20px;
    }
    .main_brands-wrapper .main_brands {
        width: 131px;
        height: 105px;
    }
    .autocomplete-suggestions {
        width: 280px !important;
    }
    .product .product_details .available {
        font-size: 13px;
    }
    .product_code span {
        font-size: 13px !important;
    }
    .real-size-popup,
    .size-popup {
        width: 320px;
    }
    .block_review {
        width: 100%;
        height: 100%;
    }
    .product-link {
        margin-left: 20px;
        font-size: 16px;
        line-height: 20px;
        font-family: inherit;
        font-weight: 700;
        text-decoration: none;
    }
    .reviews_title span {
        font-size: 27px;
    }
    .h1 h1 {
        font-size: 30px;
    }
}

.captcha {
    transform: scale(0.9);
    transform-origin: 0 0;
}

@media (max-width: 365px) {
    .cross {
        top: 20px;
        right: 23px;
    }
    .cross svg {
        height: 50px;
    }
    .cross i {
        width: 20px;
        height: 20px;
    }
    .captcha {
        transform: scale(0.86);
        transform-origin: 0 0;
    }
    .search {
        width: 222px;
        margin-right: 40px;
    }
    .autocomplete-suggestions {
        width: 253px !important;
    }
    .block_review {
        width: 100%;
        height: 100%;
    }
    .product-link {
        margin-left: 20px;
        font-size: 16px;
        line-height: 20px;
        font-family: inherit;
        font-weight: 700;
        text-decoration: none;
    }
    .reviews_title span {
        font-size: 27px;
    }
    .h1 h1 {
        font-size: 30px;
    }
}