@media(max-width: 1199px){
  .added-order_modal{
    top: 140px;
    right: 20px;
  }
  .product-card_img img{
    height: 130px;
  }
  .product-card_actions{
    flex-direction: column;
  }
  .product-card_info{
    gap: 13px;
  }
  .product-card_new{
    font-size: 11px;
  }
  .product-card_price{
    font-size: 14px;
  }
  .product-card_title{
    font-size: 12px;
  }
  .banners{
    padding: 80px 0;
  }
  .service-banner {
    padding: 25px 0 25px 20px;
    background-position: 110%;
  }
  .reviews .review {
    grid-column: span 1;
  }
  .about-section,
  .faq{
    width: 100%;
  }
  .contact-form_text{
    max-width: unset;
  }
  .contact-form{
    padding: 30px;
    background-position: 50% top;
  }
  .catalog-widgets{
    position: fixed;
    left: -100%;
    top: 0 ;
    height: 100%;
    z-index: 12;
    background-color: var(--grey-light);
    min-width: 360px;
    max-width: 360px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .catalog-widget_buttons{
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--white);
    z-index: 2;
  }
  .catalog-widgets_wrapper{
    padding: 0 20px;
    overflow: auto;
    height: 100%;
    padding-bottom: 80px;
  }
  .catalog-widget_back{
    display: none;
  }
  .catalog-widgets.show{
    left: 0;
  }
  .products-count{
    justify-content: end;
    grid-column: 4;
    grid-row: 1;
  }
  .catalog-sort{
    grid-column: 2;
    grid-row: 1;
  }
  .product-sidebar,
  .post-sidebar{
    max-width: unset;
    min-width: unset;
    position: static;
    height: unset;
  }
  .product-content{
    width: 100%;
  }
  .product-image{
    padding: 50px 10px;
  }
  .product-info_wrapper{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
  }
  .product-image img{
    height: unset;
    max-height: 900px;
  }
  .cart-order,
  .cart-items,
  .post{
    width: 100%;
  }
  .notfound{
    height: calc(100vh - 110px);
  }
  .notfound-wrapper{
    padding-top: 50px;
  }
}
@media(max-width: 959px){
  .service-banner{
    padding: 20px;
    background-position: 128%;
  }
  .reviews-carousel .review{
    min-width: 354px;
    max-width: 354px;
  }
  .reviews .review {
    grid-column: span 2;
    min-height: unset;
  }
  .reviews .review-img{
    grid-column: span 1;
  }
  .contact-form{
    padding: 30px;
    background-position: right top;
  }
  .products-count {
    grid-column: 3;
  }
  .product-description iframe {
    height: 380px !important;
  }
  .notfound-content{
    max-width: unset;
  }
  .notfound-text{
    margin: 20px 0;
  }
  .notfound-wrapper{
    padding-top: 20px;
    padding-bottom: 100px;
  }
  .notfound .footer-bottom{
    position: static;
  }
  .cabinet-user_info{
    padding: 20px;
  }
}
@media(max-width: 767px){
  .popular-categories_item--img{
    padding: 20px;
  }
  .banners{
    padding: 70px 0;
  }
  .brands-track{
    gap: 10px;
  }
  .reviews .review {
    grid-column: span 1;
  }
  .post-card{
    min-height: unset;
  }
  .contact-form{
    padding: 20px;
  }
  .about-numbers{
    max-width: unset;
  }
  .cabinet-link_reviews{
    grid-column: span 1;
  }
  .cabinet-link{
    gap: 20px;
  }
  .cabinet-sidebar{
    padding: 0;
    max-width: unset;
    background-color: unset;
  }
  .cabinet-sidebar .tabs-menu{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .cabinet-sidebar .tabs-item{
    justify-content: center;
    position: relative;
  }
  .cabinet-sidebar .tabs-item svg{
    display: none;
  }
  .cabinet-sidebar .tabs-item{
    background-color: var(--grey-light);
  }
  .cabinet-sidebar .tabs-item.active{
    background-color: var(--white);
  }
  .notifications-count{
    position: absolute;
    top: 2px;
    right: 2px;
  }
}
@media(max-width: 575px){
  .added-order_modal{
    top: 130px;
  }
  .popular-categories_item{
    padding-bottom: 10px;
  }
  .popular-categories_item p{
    word-break: break-word;
  }
  .popular-categories_item--img{
    padding: 10px;
  }
  .popular-categories_item--img img{
    max-width: 130px;word-break: break-word;
  }
  .service-banner{
    background-image: unset !important;
  }
  .reviews-carousel .review {
    min-width: 320px;
    max-width: 320px;
  }
  .seo-text_content h1,
  .seo-text_content h2,
  .seo-text_content h3,
  .seo-text_content h4,
  .seo-text_content h5,
  .seo-text_content h6,
  .contact-form_text .title{
    font-size: 22px;
  }
  .seo-text_content p,
  .contact-form_text p{
    font-size: 15px;
  }
  .catalog-widgets_btn{
    order: 1;
    justify-content: center;
    padding: 10px;
    width: 30%;
  }
  .catalog-sort{
    order: 2;
    width: calc(70% - 10px);
  }
  .products-count{
    order: 3;
    width: 100%;
    justify-content: start;
  }
  .product-info_wrapper{
    top: 20px;
    right: 0;
  }
  .product-back_btn{
    top: 20px;
    left: 0;
  }
  .product-images{
    width: 100vw;
    margin-left: -20px;
  }
  .product-widget_title{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .product-description p{
    font-size: 14px;
  }
  .product-description iframe {
    height: 160px !important;
  }
  .product-stroke{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .product-stroke span, .product-stroke a{
    text-align: left;
  }
  .product-characteristics_list{
    gap: 10px;
  }
  .product-characteristics .product-stroke p,
  .product-characteristics .product-stroke span,
  .product-guarantee p,
  .product-review p{
    font-size: 14px;
  }
  .product-document{
    flex-direction: column;
  }
  .product-documents a{
    align-self: flex-end;
  }
  .cart-item{
    flex-direction: column;
  }
  .cart-item_info{
    width: 100%;
  }
  .cart-item_img img{
    width: 60px;
    height: 60px;
  }
  .cart-item_img--wrapper{
    padding: 20px 20px 0 20px;
  }
  .post-img img{
    height: 250px;
  }
  .post-content b{
    font-size: 16px;
  }
  .post-content p,
  .post-content li,
  .post-content a{
    font-size: 15px;
  }
  .post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6{
    margin-top: 14px;
    font-size: 22px;
  }
  .post-content blockquote{
    font-size: 15px;
    margin-top: 14px;
    flex-direction: column;
    align-items: start;
    padding: 20px;
    gap: 10px;
  }
  .post-footer{
    padding-top: 30px;
    margin-top: 30px;
  }
  .login-form{
    padding: 20px;
    gap: 10px;
  }
  .notfound{
    background-image: unset !important;
  }
}