body.no-scroll,
body.no-scroll .container {
    overflow: hidden;
}

@media screen and (min-width: 720px) {
    .header-mob__left {
        display: none;
    }
    .header-mob__right {
        display: none;
    }
    .aside_header--mob {
        display: none;
    }
    
    .mob-close-filter {
        display: none;
    }
    .hidden-xl {
        display: none;
    }
    
    .mob-search {
        display: none;
    }
    
    #cart-block-mob {
        display: none;
    }
    
}


@media screen and (max-width: 720px) {
    .hidden-xs,
    .aside-caption.hidden-xs,
    .useful-aside .aside-caption.hidden-xs {
        display: none;
    }
    h1 {
        text-align: center;
    }
    
    .text_before {
        padding: 0 16px;
    }
    
    .catalog-txt {
        padding: 0 16px;
    }
    
    .footer-bottom .container {
        padding: 0 16px;
    }
    
    .footer_col {
        width: 100%;
        margin: 15px 0;
    }
    
    .s-content {
        padding: 0 16px;
    }
    
    .s-content img {
        max-width: 100%;
    }
    
    .main .widget {
        display: none;
    }
    
    .close-mob-menu {
        border: 0;
        outline: 0;
        background-color: #fff;
    }

    .widget-mob {
        border-radius: 5px;
        justify-content: flex-end;
    }
    
    .widget-mob .widget_fav {
        border-bottom: 0;
    }

    .mob_menu {
        position: fixed;
        top: 0;
        transform: translateX(-105%);
        background-color: #fff;
        padding: 16px;
        transition: transform 0.15s ease-in-out;
        will-change: transform;
        z-index: 999;
        height: 100%;
        overflow-y: auto;
    }
    
    .mob_menu.active {
        transform: translateX(-3%);
    }
    
    .mob_menu_header {
        align-items: center;
    }
    
    .mob_menu ul {
        padding: 40px 0 0;
    }
    
    .mob_menu li a {
        display: block;
        padding: 10px 5px;
        margin-bottom: 3px;
        background-color: var(--grey);
        text-align: left;
    }
    
    .filter-wrap {
        position: fixed;
        width: 100vw;
        height: 100vh;
        overflow-y: auto;
        top: 0;
        transform: translateX(105%);
        z-index: 999;
        background-color: #fff;
        transition: transform 0.15s ease-in;
    }
    
    .filter-wrap.active {
        transform: translateX(0%);
    }
    
    .header-cart-mob {
        height: 60px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 10px;
        z-index: 1;
        align-items: center;
        background-color: var(--red);
        box-shadow: 0 -2px 4px 1px rgba(0, 0, 0, 0.15);
        color: #fff;
    }
    
    .header-cart-mob > div {
        display: flex;
        align-items: center;
        
    }
    
    .header-cart-mob .header-cart-mob-block a,
    .header-cart-mob .header-cart-mob-block span{
        color: #fff;
    }
    
    .header-cart-mob>div>span {
        font-size: 36px;
        margin-right: 15px;
    }
    
    .header-cart-mob .header-cart-mob-block a {
        font-size: 18px;
        display: flex;
        height: 100%;
        align-items: center;
        min-width: 100%;
    }
    
    .header-cart-mob-block>div {
        display: flex;
        
        align-items: center;
    }
    
    .header-cart-mob-block .material-icons {
        margin-right: 15px;
    }
    
    .header-cart_qty {
        border-radius: 100%;
        min-width: 25px;
        max-width: 25px;
        min-height: 25px;
        max-height: 25px;
        text-align: center;
        font-size: 18px;
        line-height: 25px;
    }
    
    .header-cart-mob-block {
        flex: 2;
        height: 48px;
        align-items: center;
    }
    .header-fav-mob-block {
        flex:1;
    }
    
    .header-fav-mob-block .widget_fav {
        border-radius: 5px 0 0 5px;
    }
    
    .header-fav-mob-block .widget_compare {
        border-radius: 0 5px 5px 0;
    }
    
    .callback_mob span {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        line-height: 40px;
    }

    .modal {
        width: 100vw;
    }

    .form_in {
        width: 100%;
    }

    .arcticmodal-container_i2 {
        padding: 0;
    }
    
    .container {
        width: 100vw;
    }

    .header-top {
        display: none;
    }
    
    .header-mob__left {
        flex: 1;
    }
    
    .header-middle-right {
        display: none;
    }
    
    .header-middle {
        justify-content: center;
        padding: 27px 10px;
        flex: 10;
        flex-wrap: wrap;
    }
    
    .header-middle a {
        text-align: center;
        flex: 10;
    }
    
    .header-middle .logo {
        width: 50%;
    }
    
    .header-mob__right {
        flex: 1;
    }
    
    .mob-search {
        min-width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 15px;
        background-color: var(--grey);
    }
    
    .mob-search input {
        height: 40px;
        width: 200px;
    }
    
    .mob-search button {
        border: 0;
        height: 40px;
        width: 50px;
    }
    
    .burger {
        display: block;
        width: 30px;
        height: 30px;
        position: relative;
        background-color: transparent;
        border: none;
        padding: 0;
    }
    
    .burger .stick {
        position: absolute;
        width: 28px;
        height: 2px;
        background-color: #232323;
        left: 1px;
    }
    
    .burger .stick:first-child {
        top: 2px;
    }
    
    .burger .stick:nth-child(2) {
        top: 50%;
        transform: translateY(-50%);
    }

    .burger .stick:last-child {
        bottom: 2px;
    }

    .mob_menu a {
        color: #000;
    }

    .widget {
        top: 25%;
    }

    .main-menu-wrap {
        display: none;
    }

    .front_banners {
        flex-direction: column;
        padding: 0;
    }

    .front_banners__left,
    .front_banners__right {
        max-width: 100%;
        min-width: 100%;
        margin: 0;
    }

    .front_banners-parts {
        margin: 0;
    }
    
    .front_banners .btn {
        display: none;
    }
    
    .front_benefits {
        flex-wrap: wrap;
        justify-content: center;
        padding: 10px 0;
    }
    
    .front_benefits .container {
        flex-wrap: wrap;
    }
    
    .footer .form_in {
        width: 100%;
    }
    
    .footer-bottom .container {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }
    
    .footer_left {
        min-width: 100%;
        max-width: 100%;
        text-align: center;
        padding: 15px 0;
    }
    
    .footer_right-contacts {
        display: none;
    }
    
    .front_news {
        display: none;
    }
    
    .front_text {
        padding: 16px;
        columns: initial;
    }
    
    .front_cat {
        max-width: 45%;
        min-width: 45%;
    }
    
    .footer_right-buttons {
        padding-left: 0;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    
    .breadcrumbs-wrap {
        display: none;
    }
    
    .content {
        width: 100%;
    }
    
    .side-menu {
        margin: 0;
        max-width: 100vw;
        min-width: 100vw;
    }
    
    .aside_header {
        padding: 15px;
        min-width: 100%;
    max-width: 100%;
    margin-right: 0;
    padding: 17px 13px;
    background-color: #ebeaea;
    }
    
    .aside_header--mob {
        padding: 20px 16px;
        font-weight: 500;
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    
    .aside_header--mob .show-filter-mob {
        border: 0;
        outline: 0;
        display: flex;
        align-items: center;
    }
    
    .aside_header--mob img {
        width: 25px;
        height: 25px;
        margin-left: 10px;
    }

    .mob-close-filter {
        border: 0;
        outline: 0;
    }

    .catalogue__item {
        flex-direction: column;
        align-items: center;
        padding: 10px;
        margin: 5px 0;
    }
    
    .catalogue--table .catalogue__item .item__left {
        width: 100%;
    }

    .catalogue--table .catalogue__item .item__right {
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
    }
    
    .catalogue .categories {
        width: 100%;
        padding: 0;
    }
    
    .catalogue .categories .category {
        max-width: 50%;
        min-width: 50%;
        text-align: center;
    }

    .category img {
        width: 160px;
        height: 100px;
        object-fit: contain;
    }
    
    .p-cart__item {
        flex-direction: column;
        align-items: center;
        /*height: 380px;*/
        padding: 10px 15px;
    }
    
    .p-cart__item-del {
        top: 5px;
        right: 10px;
    }
    
    .p-cart__item .p-cart__item-info {
        padding-left: 0;
    }
    
    .p-cart__item-price-block {
        max-width: 100%;
        min-width: 100%;
    }
    
    .order-params-block {
        flex-direction: column;
    }
    
    .block-caption {
        padding: 0 15px;
    }
    
    .order-agreement {
        padding: 15px;
    }
    
    .params-list .param {
        width: 100%;
        margin-right: 0;
        
    }
    
    .content--full .item__body .item__top {
        flex-direction: column;
    }
    
    .item__body .item__top .top__left {
        max-width: 100%;
        min-width: 100%;
    }
    
    .item__body .item__top .top__right {
        max-width: 100%;
        min-width: 100%;
    }
    
    .content--full {
        padding: 0 15px;
    }
    
    .content--full .item__body .item__row {
        flex-direction: column;
        padding-top: 20px;
    }
    
    .complect__switch {
        padding: 6px 25px 6px 25px;
        min-width: 99%;
        max-width: 99%;
        height: fit-content;
        flex: 1;
        max-height: 90px;
    }
    
    .item__complects {
        margin-right: 0;
    }
    
    .item-tabs-wrap {
        padding: 35px 0 0;
    }
    
    .item-option img {
        width: 90px;
        height: 90px;
        object-fit: contain;
    }
    
    .item-options__list .item-option {
        max-width: 99%;
        min-width: 99%;
        padding: 10px 10px 10px 45px;
    }
    
    .item-option .item-option_price {
        margin-top: 15px;
        padding-left: 100px;
    }
    
    .item-tabs-switches {
        min-width: 100%;
        max-width: 100vw;
        overflow-x: auto;
    }
    
    .item-tabs-content.active {
        padding: 0;
    }
    
    .item__complects__switches {
        flex-wrap: nowrap;
        flex-direction: column;
        overflow-y: auto;
    }
    
    .description_params_line {
        padding: 10px 16px;
    }
    
    .about-content {
        padding: 0 16px;
    }
    
    .about-content .s-content .df {
        flex-direction: column;
    }
    
    .about-content .about-links {
        flex-direction: column;
        align-items: center;
    }
    
    .about-content .about-link {
        max-width: 90%;
        min-width: 90%;
        height: initial;
        margin-bottom: 10px;
    }
    
    .routes-wrap {
        flex-direction: column;
        padding: 0 16px;
    }
    
    .route-data {
        max-width: 100%;
        min-width: 100%;
        margin-bottom: 20px;
    }
    
    .contacts-blocks {
        flex-direction: column;
    }
    
    .contacts-blocks .contacts-block {
        margin-right: 0;
    }
    
    .contact-requisites {
        padding: 0 16px;
    }
    
    .s-content table td:first-child {
        flex: 3;
    }
    
    .useful-wrap {
        flex-direction: column;
    }
    
    .useful-aside {
        min-width: 100%;
        max-width: 100%;
        margin-right: 0;
        padding: 17px 13px;
    background-color: #ebeaea;
    }
    
    .useful-aside .aside-caption {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .useful-content {
        padding-top: 25px;
    }
    
    .news-full_top {
        flex-wrap: wrap;
        padding: 0 16px;
    }
    
    .news-full_img {
        height: 250px;
    }
    
    .news-full_content_text {
        padding: 20px 16px 0;
        flex-direction: column;
    }
    
    .useful-wrap {
        width: 100%;
    }
    
    .useful__block .block__text {
        flex-direction: column;
    }
    
    .review {
        padding: 10px 15px;
        margin-bottom: 10px;
    }
    
    .review .df {
        flex-direction: column-reverse;
        
    }
    
    .review-text.cutoff {
        max-height: 90px;
    }
    
    .review-text.cutoff.open {
        max-height: initial;
    }
    
    .useful-wrap .faq-list {
        max-width: 100vw;
    }
    
    .warranty-wrap {
        padding: 0 16px;
    }
    
    .video__list .video__block {
        min-width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
    
    .useful__block .block_left {
        max-width: 100%;
        min-width: 100%;
        padding: 10px 0;
        margin-right: 0;
    }
    
    .useful__block .block_right {
        max-width: 100%;
        min-width: 100%;
        padding: 10px 0;
    }
    
    .item__row_right {
        flex-direction: column;
    }
    
    .item__row_right > * {
        min-width: 100%;
        max-width: 100%;
    }
    
    
    
}
























