@media (max-width: 991px) {
    .product-content__video {
        padding-bottom: 75%;
    }
    
    .product-content__video-name {
        font-size: 1.5rem;
        padding: 1rem !important;
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

    .product-carusel__tab {
        font-size: 1.5rem;
    }
    .product-carusel {
        margin: 3rem 0 !important;
    }
    
    .type-carusel__btn {
        display: none !important;
    }

    .product-carusel__blocks {
        margin-top: 2.5rem !important;
    }
    .type-carusel .swiper-container {
        overflow: visible;
    }
    .product-head__content {
        position: relative;
        background-color: #2c2521;
    }
    
    .product-head__bg-side {
        display: none;
    }
    
    .product-head__bg-pic {
        width: 100% !important;
    }
    
    .product-head__bg-mask {
        display: none;
    }


    
    .product-head__name {
        font-size: 2rem !important;
        line-height: 2.5rem !important;
    }
    
    .product-head__desc {
        margin-top: 1rem !important;
    }
    
    .product-head__center {
        margin-top: 1.5rem !important;
        max-width: 100% !important;
    }
    
    .product-head__top {
        position: relative;
        top: -4rem;
    }
    
    .article-content .article-content__top-line {
        display: none;
    }
    .product-head__wrap {
        padding: 0 !important;
    }
    
    .product-head__content:after {
        position: absolute;
        width: 100%;
        height: 7rem;
        top: -7rem;
        left: 0;
        content: "";
        background: linear-gradient(0deg, #2C2521 0%, rgba(44, 37, 33, 0) 100%), linear-gradient(0deg, #2C2521 0%, rgba(44, 37, 33, 0) 100%);
    }
    .product-head {
        margin-top: 4.5rem;
    }
    .product-head__back-link-wrap {
        margin: 0 !important;
    }

    .product-head__bottom {
        margin-bottom: 2.5rem !important;
        /* margin-top: 3rem; */
    }
    .product-head__content:after {
        height: 4rem;
        top: -4rem;
    }

    .product-advance__devider {
        display: none;
    }
    
    .product-advance__wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 1rem;
    }
    .product-advance__tumb-icon {
        width: 3rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .product-params__size {
        max-width: 100% !important;
        width: 100%;
    }
    
    .product-params__info {
        max-width: 100% !important;
        margin-top: 2rem;
    }
    .product-in-complect__carusel {}

    .product-in-complect__carusel .swiper-wrapper {
        align-items: stretch !important;
    }
    
    .product-in-complect__carusel .swiper-wrapper .swiper-slide {height: auto;}
    
    .product-in-complect__carusel .swiper-wrapper .swiper-slide .product-in-complect__item {
        height: 100%;
    }


    .product-content__tile {
        margin: 3rem  0 !important;
    }
    
    .product-content__tile-title {
        margin-top: 2rem !important;
    }
    
    .product-content__tile-type-editor {
        margin-top: 2rem !important;
    }
    
    .product-content__tile-tumb {
        order: 1 !important;
    }
    
    .product-content__tile-desc {
        order: 2 !important;
    }
    .product-content__tile-wrap {
        justify-content: center;
    }

    .shops-map__map {
        height: 45vh !important;
        max-width: 60% !important;
    }
    
    .shops-map__items {
        height: 45vh !important;
        max-width: 40% !important;
    }



}