@media (max-width:1199px){
    .header__menu-btn{
        display: block;
        border: none;
        padding: 0;
        margin: 0;
        background:none;
        display: flex;
        align-items: center;
    }
    .header__cart--md,.header__bottom,.header__top-right{
        display: none;
    }
    .header__icons-item{
        gap: 12px;
    }
    .header__logo img{
        height: 24px;
    }
    #menu {
        padding: 0;

    }
    #menu .modal__close{
        position: static;
    }
    #menu .modal__content{
        width: 100%;
        height: 100%;
        background: #f5f5f5;
        display: inline-flex;
        flex-direction: column;
    }
    #menu .modal__close svg{
        fill: #333333;
    }
    #menu .header__menu{

        display: flex;
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;

    }
    #menu .menu__middle{
        padding: 32px 20px;
        background: #ffffff;
        height: 100%;
    }
    #menu .header__menu a{
        font-size: 16px;
        line-height: 20px;
    }
    #menu .menu__middle .menu__link{
        display: flex;
        gap: 5px;
        align-items: center;
        font-size: 16px;
        line-height: 20px;
        margin-top: 30px;
        color: black;
    }
    #menu .header__search{
        width: 100%;
        margin-bottom: 30px;
    }
    #menu .menu__bottom{
        padding: 20px;
    }
    #menu .menu__bottom-contacts{
        display: flex;
        justify-content: space-between;
        align-items: center;

    }
    #menu .header__city,.header__phone{
        font-size: 14px;
        line-height: 17px;
    }

    #menu .header__phone{
        display: block;
    }
    .header__top .header__icons{
        display: flex;
    }


    .cards-slider__pagination .swiper-pagination-bullet{
        width: 14px;
        height: 4px;
        background: #FFFFFF;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
        border-radius: 0;
        opacity: 1;
    }
    .cards-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
        background: #F91A14;
        box-shadow: none;
    }

    .cards-slider__pagination .swiper-pagination-bullet:not(:last-child) {
        margin-right: 3px
    }
    .content_mail img.right_img{
        display: none;
    }
    .content_mail {
        margin: 0;
    }
    .news-card{
        flex-direction: column;
    }
    .news-card__img img{
        width: 100%
    }
    .content-advantage{
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        justify-content: center;
    }
    .content-advantage__item{
        margin: auto;
    }
    .catalog__links-card {
        width: 100%;
    }
    .catalog__links{
        grid-template-columns: 1fr 1fr;
    }
    .quantity__btn svg{
        width: 15px;
        height: 15px;

    }
    .pagination{
        margin-bottom: 40px;
        margin-top: 30px;
    }

    .tabs__tab-toggle {
        color: black;
        background:none;
        padding: 0;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        height: auto;
        margin-bottom: 15px;

    }
    .tabs__tab-toggle svg{
        fill: #333;
    }
    .tabs__tab.is-open .tabs__tab-toggle{
        color: #f36420;
    }
    .tabs__tab-content{
        padding-top: 0;
    }
    .tabs__tab-content .docs{
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
        font-size: 10px;
        line-height: 14px;
        font-weight: 400;
    }

    .cart-item{
        grid-template-columns: 100px 1fr 100px 100px 80px;
        gap: 20px;
    }
    .cart-item__title{
        padding: 20px 0;
        font-size: 12px;
        line-height: 16px;
    }
    .cart-item__title-article{
        margin-top: 8px;
        font-size: 10px;
        line-height: 14px;
    }
    .cart-item__total-price {
        font-size: 16px;
        margin: 0;
        justify-self: flex-end;
        text-align: right;
    }
    .cart-btns__btn {
        width: fit-content;
    }
    .cart-btns{
        margin-top: 30px;
        display: flex;
        justify-content: center;
    }
    .cart-total{
        padding: 0;
        margin-top: 30px;
        justify-content: center;
    }
    .quantity__field{
        width: 34px;
        height: 34px;
    }
    .quantity__btn{
        width: 24px;
        height: 24px;
    }
    .cart-btns__btn{
        width: 100%;
        padding: 17px 16px 17px;
    }
    .mail-container{
        display: block;
    }
    .main-banner__slide-content > h3{
        font-size: 30px;
    }

}












@media (max-width:768px){
    .support__title,.online-video .content__title,.title-event{
        margin-bottom: 32px;
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
        margin-top: 32px;
    }

    .catalog-filters{
        column-gap: 0;
        justify-content: flex-end;
    }
    .catalog-filters .catalog-filters__link{
        margin-left: 15px;
    }
    .thanks__img {
        display: none;
    }
    .catalog__filter .catalog-filters{
        display: flex;
    }
    #subscribe .modal__content{
        padding: 40px 16px;
    }
    #subscribe .form__btn{
        width: 100%;
    }
    .product__row{
        display: block;
    }

    .h2{
        font-size: 20px;
        margin-bottom: 24px;
    }
    .inner-page h2{
        margin-bottom: 32px;
    }
    .product-gallery__photo{
        height: 251px;
    }
    .product-gallery-nav{
        display: none;
    }
    .product__images .absolute{
        display: none;
    }
    .product-gallery__pagination{
        margin: 8px auto 0;
        width: fit-content;
        display: block;
    }
    .product .swiper-container{
        margin: 0;
    }
    .product__main-row{
        grid-template-columns: auto 1fr;
        grid-gap: 5px
    }
    .product-text-opaticy{
        font-size: 12px;
    }
    .product__main-row:first-child{
        margin-bottom: 12px;
    }
    .product__btns{
        margin-top: 12px;
    }
    .product__btns .btn{
        width: 100%;
        border-radius: 10px;
        padding: 17px 20px;
    }
    .one div:first-child{
        font-size: 12px;
        line-height: 22px;
    }
    .product__main-row .product-desc{
        font-size: 12px;
        line-height: 16px;
    }

    .product-article{
        font-size: 12px;
        line-height: 16px;
        font-weight: 400;
    }

    .params-list__row{
        padding: 6px 0;
        font-size: 10px;
        line-height: 14px;
        grid-template-columns: 1fr 1fr;
    }
    .param_item .dotted{
        margin-bottom: 4px;
    }

    .docs__item img{
        width: 8px;
        height: 10px;
        margin-right: 10px;
    }
    .modal-content{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #ffffff;
        padding: 0 20px;
        flex-direction:column;

    }
    .modal-content .swiper-container{
        margin-right: 0;
        width: 100%;
    }
    .modal-content .product-gallery__pagination{
        margin-top: 0;
    }
    .footer__top-container{
        display: block;
    }
    .footer__top-container___menu{
        grid-template-columns: 1fr;
        gap: 8px;
        text-align: center;
    }
    .footer__top-container___contact{
        align-items: center;
        margin-top: 30px;
    }
    .footer__top-container__menu_item,.contact-phone,.contact-email {
        font-size: 15px;
        line-height: 18px;
    }
    .footer__bottom-container{
        border: none;
    }
    .footer__bottom-container{
        font-size: 12px;
        line-height: 14px;
    }
    .footer .two-column, .footer__bottom-container{
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 15px;
    }
    .application .left_img{
        display: none;
    }
    .application .container{
        display: block;
    }
    .application__form{
        display: block;
    }
    .application__form > div{
        margin-bottom: 16px;
    }
    .form-field .textfield{
        height: 48px;
        font-size: 12px;
    }
    .application .form-field,.application__form-submit{
        font-size: 12px;
    }
    .application__form-submit{
        width: 100%;
        max-width: none;
    }
    .application__form-text{
        font-size: 8px;
    }
    .application__main h2{
        font-size: 20px;
        line-height: 140%;
        margin-bottom: 12px;
    }
    .application__main-title{
        font-size: 12px;
        margin-bottom: 25px;
    }
    .content-advantage{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .content-advantage__item{
        width: 158px;
        height: 158px;
    }
    .content-advantage__item img{
        width: 58px;
        height: 58px;
    }
    .content-advantage__item p{
        text-align: center;
        font-size: 16px;
        margin-top: 20px;
    }
    .content-advantage__item .background{
        height: 6px;
    }
    .section-mt{
        margin-top: 60px;
    }
    .news-card{
        flex-direction: column;
        box-shadow: none;
    }
    .news-card__main{
        padding: 8px 8px 12px;
    }
    .news-card__date{
        font-size: 10px;
        padding-bottom: 8px;
        line-height: 12px;
    }
    .news-card__title{
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 15px;

    }
    .news-card__link{
        line-height: 12px;
        font-size: 10px;
        justify-content: space-between;
    }
    .cards-slider__pagination .swiper-pagination-bullet{
        width: 14px;
        height: 4px;
        background: #FFFFFF;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
        border-radius: 0;
        opacity: 1;
    }
    .cards-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
        background: #F91A14;
        box-shadow: none;
    }
    .news-card__link img{
        width: 15px;
        height: 10px;
    }
    .cards-slider__pagination .swiper-pagination-bullet:not(:last-child) {
        margin-right: 3px
    }

    .content_mail__main h2{
        font-size: 20px;
        margin-bottom: 12px;
        line-height: 28px;
    }
    .content_mail__main p{
        font-size: 12px;
        line-height: 17px;
        margin-bottom: 28px;
        margin-top: 0;
    }
    .content_mail__form{
        width: 100%;
        margin-bottom: 16px;
        background: #FFFFFF;
        box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 10px;
    }
    .content_mail__form-field{
        font-size: 12px;

        padding: 16px 12px 17px;
    }
    .content_mail__form-submit{
        font-size: 12px;
        border-radius: 10px;
    }
    .content_mail__main span{
        font-size: 8px;
        margin: 0;
        line-height: 11px;
        text-align: center;
    }

    .content_mail{
        margin: 0;
        padding: 30px 0;
    }
    .product-card__img{
        height: 110px;
        flex: 0 0 110px;
    }
    .product-card__title{
        margin-top: 4px;
        font-size: 12px;
        line-height: 16px;
    }
    .product-card{
        padding: 8px;
        border-radius: 3px;
    }
    .product-card__price{
        padding: 0;
        font-size: 14px;
        line-height: 17px;
    }
    .product-card__btn{
        margin: 0;
        width: 18px;
        height: 18px;

    }
    .product-card__btn img{
        width: 9px;
    }
    .product-card__title{
        min-height: auto;
        margin-bottom: 12px;
    }
    .product-card_price_content{
        margin-top: auto;
        align-items: flex-end;
    }
    .product-card__price{
        align-items: flex-start;
        flex-direction: column-reverse;
        gap: 5px;
    }
    .text-section{
        font-size: 12px;
        line-height: 16px;

    }
    .text-section h1{
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 24px;
    }

    .main-banner__slide-content > h3{
        margin: 0;
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 17px;
    }
    .main-banner__slide-content > p{
        font-size: 8px;
        margin: 0;
        line-height: 10px;
    }
    .main-banner__pagination{
        bottom: 0;
    }
    .main-banner{
        padding-bottom: 10px;
        background-color: #F5F5F5;
    }
    .banner{
        margin-bottom: -30px;
    }
    .inner-page__title{
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
        margin-top: 0;
        margin-bottom: 32px;
    }
    .breadcrumbs-list{
        font-size: 10px;
        line-height: 7px;
    }
    .inner-page{
        margin-top: 32px;
    }
    .about-content{
        font-size: 12px;
        line-height: 16px;
        color: #000000;
    }
    .about-content img{
        width: 100% !important;
        height: auto !important;
    }
    .cart-empty,.empty_search{
        margin-top: -8px;
    }
    .cart-empty__btn{
        width: 100%;
        height: 48px;
        font-size: 12px;
        line-height: 15px;
        margin-top: 60px;
    }
    .empty_search__container{
        font-size: 16px;
        line-height: 24px;
    }
    .catalog__main > p{
        font-size: 12px;
        line-height: 16px;
    }
    .cart-item{
        display: grid;
        grid-template-areas: "i t t" "i c p" "d d d";
        grid-template-columns: 70px 100px 1fr;
        padding: 12px 20px 16px;
        row-gap: 16px;
        margin: 0 -20px;
        border-radius: 5px;
    }
    .cart-item__img{
        grid-area: i;
        align-self: flex-start;
        margin-top: -12px;
    }
    .cart-item__title{
        grid-area: t;
        padding: 0;

    }
    .cart-item__quantity{
        grid-area: c;
    }
    .cart-item__total{
        grid-area: p;
        font-size: 16px;
        line-height: 20px;
        justify-content: flex-end;
    }
    .cart-item__delete{
        grid-area: d;
    }
    .cart-item__delete svg{
        display: none;
    }
    .cart-item__delete span{
        display: block;
        font-size: 10px;
        color: #333;
        margin-top: 8px;
    }
    .order-form{
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .order-form__footer{
        display: none;
    }
    .order-form__footer-mobile{
        display: block;
    }
    .order-form__footer-mobile .btn{
        width: 100%;
        height: 48px;
        font-size: 12px;
        line-height: 15;
        border-radius: 10px;
    }
    .order-cart{
        padding: 10px 10px 20px;
    }
    .order-cart__list{
        gap: 16px;
        margin-bottom: 30px;
    }
    .order-cart__list-item{
        grid-template-columns: 70px 1fr;
        gap: 20px;
    }
    .order-form__total-price{
        font-size: 16px;
        line-height: 20px;
        justify-content: center;
        gap: 20px;
    }
    .error__num{
        font-size: 160px;
        line-height: 195px;
        margin-bottom: 24px;
    }
    .error__title{
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 24px;
        text-align: center;
    }
    .error__text{
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 30px;
    }
    .error .error__btn{
        width: 100%;
        font-size: 12px;
        line-height: 15px;
    }
    .search-count{
        line-height: 15px;
    }
}

/*@media (max-width:768px){*/
/*    .h2{*/
/*        font-size: 20px;*/
/*    }*/
/*}*/
/*@media (max-width:768px){*/
/*    .h2{*/
/*        font-size: 20px;*/
/*    }*/
/*}*/