@media (max-width: 1550px) {
    .o-nas .up .info {
        display: grid;
        grid-template-columns: 1fr 500px;
        gap:170px;
    }
    .showroom .bottom video{
        height: 600px;
    }
    .baner .baner-inner .mini {
        max-width: 45%;
    }
}
    @media (max-width: 1400px) {
    .footer-top .footer-top-inner {
        column-gap: 40px;
    }

}

@media (max-width: 1350px) {
    .o-nas .up .info {
        display: grid;
        grid-template-columns: 1fr 500px;
        gap:150px;
    }
    .showroom .top {
        gap: 20px;
    }
}
@media (max-width: 1200px) {
    .baner .baner-inner h1 {
        max-width: 85%;
    }

    /*=====================*/
    .catalog .tabs {
        /*display: grid;*/
        /*grid-template-columns: repeat(3, 1fr);*/
    }
    .catalog .tab-button {
        border-bottom: 1px solid #ddd;
        padding: 20px 13px;
        flex: auto;
    }
    .catalog .product-popup .product-popup-inner{
        max-height: 600px;
    }

    .catalog .product-popup .product-popup-inner .info .price{
        font-size: 26px;
        margin: 26px 0 22px;
    }
    .catalog .product-popup .product-popup-inner .info .btn-shop.button{
        padding: 12px 38px;
        margin-top: 28px;

    }
    /*=========================*/
    .kitchen-header{
        grid-template-columns: 0.7fr 1fr;
        column-gap:100px;
    }
    /*=======================*/

    .o-nas .up .info {
        display: grid;
        grid-template-columns: 1fr;
        gap:30px;
    }
    .o-nas .up .info .right{
        width: fit-content;
        margin: auto;
    }
    .o-nas .up .info .right video{
        max-width: 600px;
    }
    .showroom .top {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    .showroom .top .text {

        gap: 20px;
    }
    .showroom .bottom video{
        height: 550px;
    }

    /*======================*/
    .footer-top .footer-top-inner {
        grid-template-columns: 1fr 1fr;
    }
    .footer-top .footer-top-inner .block-1, .footer-top .footer-top-inner .block-4 {
        grid-row: span 2;
        grid-column: 1;
    }

    .footer-top .footer-top-inner .block-1 p {
        max-width: 320px;
    }

    /*=====================*/

}


@media (max-width: 991px) {
    .container {
        max-width: 100%;

    }
    .padding-top-120{
        padding-top: 60px;
    }
    .padding-bottom-120{
        padding-bottom: 60px;
    }
    .footer-top {
        padding: 60px 0;
    }

    .showroom .bottom video{
        height:450px;
    }
    /*===================================*/

    .catalog .product-popup .product-popup-inner{
        padding: 30px;
        gap: 30px;
        height: 88vh;
    }
    .catalog .next-btn{
         gap: 5px;
         font-size: 16px;
         margin-top: -15px;
     }
    .catalog .next-btn svg{
        width: 18px;
        }

    /*====================================*/
    header .mob-menu-switch{
        display: block;
        z-index: 11;
        cursor: pointer;
    }
    header .h-menu .menu-header-container{
        position: absolute;
        right: -102%;
        top: 0;
        z-index: 11;
        padding: 90px;
        padding-top: 120px;
        width: 100%;
        max-width:300px;
        background-color: rgba(0, 0, 0, 0.8);
        height: 100vh;
        transition: right .4s;
        box-sizing: border-box;
    }
    header .h-menu .menu-header-container.active{
        right: 0;
    }
    header .h-menu ul {
    flex-direction: column;
    }
    /*===============================*/

    .baner{
        max-height: 550px;
        min-height: 550px;
    }
    .baner .baner-inner h1{
        font-size: 38px;
    }
/*========================*/
    .catalog .tab-content.active {
        gap: 30px;
    }
    /*==============================*/
    .kitchen-header {
        grid-template-columns: 50% 1fr;
        column-gap: 100px;
    }
    h2 {
        font-size: 36px !important;
    }
    .kitchen-description,
    .o-nas .up .info .left .text {
        font-size: 16px;
    }
    .o-nas .up .info {
        gap: 100px;
    }
    .o-nas .bottom .showroom-slider .swiper-slide {
        height: 400px;
    }
    .o-nas .bottom .line{
        margin-top: 60px;
    }
    .o-nas .bottom .line span{
        font-size: 20px;
    }

    .showroom .bottom .mute-btn {
        padding: 8px;
    }
        /*================================*/
    .faq .faq-inner{
        width: 100%
    }
    .faq .faq-inner .faq-title{
        margin-bottom: 30px;
    }
    /*=============================*/

    .cart-pop .cart-pop-inner {
        max-width: 700px;
        width: 90%;
        max-height: 90vh;
    }

    .cart-pop .cart-item {
        display: grid;
        grid-template-columns: 1fr 75px 140px;
        gap: 10px;
        column-gap: 18px;
    }
    .cart-pop .cart-item .quantity {
        grid-column: 2;
        grid-row: 1 / 3;
    }
    .cart-pop .cart-item .product-price{
        grid-row: 2;
    }
}

@media (max-width: 800px) {
    header .mob-menu-switch {
        display: block;
    }

    /*==============================*/

    .catalog .product-banner .info .title {
        font-size: 22px;
    }
    .catalog .product-banner .info .buttons{
        margin-top: 20px;
    }
    /*=============================*/
    .kitchen-header {
        grid-template-columns: 1fr;
    }
    .pagin {
        grid-column: auto;
    }
    /*==============================*/
    .o-nas .up .info {
        flex-direction: column;
        gap: 60px;
    }

    .o-nas .up .info .right {
        min-height: 230px;
        width: 100%;

    }
    .o-nas .up .info .right iframe{
        width: 100%;
        height: 50vw;
    }

    /*=================================*/

    .faq .faq-inner .faq-block .block .head .num, .faq .faq-inner .faq-block .block .head .name{
        font-size: 22px;
    }



}
@media (max-width: 700px) {
    .baner .baner-inner {
        align-items: center;
        padding-top: 10px;
    }

    .baner .baner-inner h1 {
        font-size: 35px;
        text-align: center;
        max-width: 100%;
    }

    .baner .baner-inner .mini {
        max-width: 70%;
        text-align: center;
        margin-top: 50px;
    }

    .showroom .top .text .maps {
        flex-wrap: wrap;
        gap: 10px;
    }

    .showroom .top .text .maps span {
        margin: 0;
    }

    .showroom .bottom video {
        height: 400px;
    }

    /*=======================*/
    .catalog .product-banner .img {
        height: 300px;
    }

    .catalog .product-banner > img {
        object-fit: cover;      /* “как background-size: cover” */
        object-position: center;/* можно сдвинуть фокус: 50% 40%, left top и т.д. */
        display: block;
        height: 300px;
    }

    /*==================================*/


    /*===============================*/
    .footer-top .footer-top-inner {
        grid-template-columns: 1fr 1fr;
    }

    .footer-top .footer-top-inner .block-1 {
        grid-row: auto;
        grid-column: 1 / -1;
        width: 100%;
    }

    .footer-top .footer-top-inner .block-4 {
        grid-row: auto;
        grid-column: 1 / -1;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: space-around;
        align-items: start;
    }

    .footer-top .footer-top-inner .block-4 .forms-block {
        margin-top: 0px;
    }

    .footer-top .footer-top-inner .block-4 {
        order: 6;
    }

    .footer-bottom .container {
        align-items: center;
    }

    .footer-bottom .container > div {

        flex-direction: column;
        align-items: flex-start;
    }

    /*============================*/
    .cart-pop .cart-pop-inner .title {
        margin-bottom: 20px;
    }

    .cart-pop .cart-pop-inner .title {
        font-size: 20px;
    }

    .cart-pop .cart-item .product-name {
        font-size: 16px;
    }

    .cart-pop .cart-item .product-price, .cart-pop .cart-item .total-price {
        font-size: 14px;
    }

    .cart-pop .cart-pop-inner .total-order-price span:last-child {
        font-size: 18px;
    }

    .cart-pop .cart-item .remove-item {
        padding: 6px 15px;
    }

    .cart-pop .cart-pop-inner .contact-form .button {
        padding: 10px 30px;
    }

    /*=============*/
    .catalog .product-popup .product-popup-inner .info .btn-shop.button {
        padding: 9px 0px;
        width: 100%;
        text-align: center;
    }

}
@media (max-width: 580px) {
    h2,.baner .baner-inner h1 {
        font-size: 30px !important;
    }
    /*==============================*/
    .catalog .product-banner .info{
        width: calc(100% - 60px);
        box-sizing: border-box;
        bottom: 30px;
        left: 30px;
    }
    .catalog .product-banner .info .title {
        letter-spacing: 0;
        color: #fff;
        text-align: left;
        font-size: 18px;
    }
    .catalog .product-banner .info .buttons{
        margin-bottom: -80px;
    }



    .catalog .product-popup .product-popup-inner .info {

        scrollbar-gutter: both-edges;
    }
    .catalog .product-popup .product-popup-inner .title{
        font-size: 20px;
    }
    .catalog .product-popup .product-popup-inner .text{
        font-size: 14PX;
    }
        /*=================================*/
    .faq .faq-inner .faq-block .block .head .num, .faq .faq-inner .faq-block .block .head .name{
        font-size: 18px;
    }
    .faq .faq-inner .faq-block .block .head{
        /*padding: 10px 0;*/
        align-items: center;
    }
    .kitchen-description,
    .o-nas .up .info .left .text,
    .faq .faq-inner .faq-block .block .text{
        font-size: 14px;
    }

    .o-nas .up .info {
        flex-direction: column;
        gap: 30px;
    }
    /*==============================*/
    header .h-menu > a{
        display: none;
    }
    .catalog .tabs{
        grid-template-columns:1fr ;
    }
    .catalog .tab-content.active{
        gap: 30px;
    }
    .faq .faq-inner .faq-block .block .head{
        gap: 15px;
        /*padding: 20px 0;*/
    }
    /*===============================*/
    .cart-pop .cart-item .product-name{
        font-size: 16px;
    }
    .cart-pop .cart-item .product-price, .cart-pop .cart-item .total-price{
        font-size: 14px;
    }
    .cart-pop .cart-pop-inner .contact-form form>p{
        margin: 0;
    }
    .cart-pop .cart .cart-products{
        padding-right: 10px;
        overflow-y: scroll;
    }
    .cart-pop .cart-item {
        grid-template-columns: 1fr 40px 0.7fr;
    }
    .cart-pop .cart::-webkit-scrollbar-thumb{
        background-color: #ff0000;
    }

    /*========================================*/
    .pagin:not(.product-popup .pagin):not(.kitchen .pagin) {
        display: none;
    }
}
@media (max-width: 500px) {
    header{
        background-color: #000;
    }
    .baner {
        padding-top: 76px;
        max-height: 380px;
        min-height: 300px;
    }
    .baner video {
        height: 100%;
        left: -50px;
    }
    .baner .baner-inner h1{
        margin-top: 45px;
    }
    h2, .baner .baner-inner h1 {
        font-size: 24px !important;
    }
    .baner .baner-inner .mini{
        margin-top: 20px;
        margin-bottom: 40px;
        font-size: 16px;
    }

    .showroom .bottom {
        display: grid    ;
        grid-template-columns: 1fr;
        justify-items: center;
}
    .showroom .bottom .img {
        height: 300px;
    }
        .showroom .bottom video {
        height: 500px;
    }

    .showroom .bottom .mute-btn {
        margin-left: -220px;
    }
    /* Все iPhone */
    @supports (-webkit-touch-callout: none) {
        .showroom .bottom .mute-btn {
            top: 15px; /* отступ для iPhone */
        }
    }
    header .h-menu .menu-header-container {
        max-width: 100vw;
        right: -100vw;
    }
    header .h-menu ul {
        align-items: center;
    }

    .footer-top .footer-top-inner .block-1 p{
        max-width: 100%;
    }

    /*=======================================*/
    .catalog .product-popup .product-popup-inner{
    grid-template-rows: 280px 1fr;
        grid-template-columns: 1fr;
        gap: 20px;
}
    .catalog .product-popup .product-popup-inner .gallery a{
        background-size: contain;
    }
    .catalog .product-popup .product-popup-inner .info{
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin; /* Firefox */
    }
    .catalog .product-popup .product-popup-inner .info .text{
        overflow-y: auto;
        scrollbar-width: thin !important; /* Firefox */
        /*-webkit-overflow-scrolling: touch;*/
        /*scroll-snap-type: x mandatory;*/
        /*scroll-padding-left: 16px;*/
    }


    .catalog .product-popup .product-popup-inner .info .title{
        font-size: 20px;
    }
    .catalog .product-popup .product-popup-inner .info .price {
        margin: 12px 0;
        font-size: 22px;
    }
    .catalog .product-popup .product-popup-inner .info .btn-shop.button {
        margin-top: 15px;
    }
    .catalog .product-popup .product-popup-inner .pagin {
        padding: 0;
        top: 48%;
    }
    .player-controls-bottom .icon-button{
        padding: 0;
    }


    /*=====================*/
    .kitchen .video-kitchen iframe {
        max-width: 98vw;
        height: 80%;
        width: 90%;
    }
    .kitchen .video-kitchen img{
        left: 42%;
    }
}
@media (max-width: 480px) {
    .catalog .product-banner > img {

        height: 210px;
    }
}
@media (max-width: 430px) {
  
    .baner .baner-inner .mini {
        margin-top: 30px;
    }
    .catalog .product-banner .info{

        align-items: center;
    }
    .catalog .product-banner .info .title {

        text-align:center;
    }
    .catalog .product-banner .info .buttons{
        flex-direction: column;
        margin-bottom: -130px;
    }

    /*============================*/
    .o-nas .up .info .right {
        min-height: 180px;
    }
    .footer-bottom .container{
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-top .footer-top-inner {
        grid-template-columns: 1fr;
    }

    .footer-top .footer-top-inner .block-4{

        width: 100%;
        grid-template-columns: 1fr ;

    }
    .footer-top .footer-top-inner .block-4 .forms-block{
        margin-top: 40px;
    }

    .cart-pop .cart-item {
        grid-template-columns: 1fr;
    }
    .cart-pop .cart-item .remove-item{
        grid-column: 1  ;
    }
    .cart-pop .cart-item .quantity {
        grid-column: 1;
        grid-row: auto;
    }
    .cart-pop .cart-pop-inner{
        padding: 40px 20px;
    }
    .cart-pop .cart-pop-inner .total-order-price{
        justify-content: space-between;
    }
}
@media (max-width: 380px) {
    .showroom .bottom video {
        height: 380px;
    }
    .showroom .bottom .mute-btn {
        margin-left: -160px;
    }
    .baner .baner-inner .mini{
        margin-top: 15px;
        margin-bottom: 25px;
    }

}