@media(max-width: 1200px){
    .first-screen{
        padding: 0 20px 72px 20px;
    }
    .first-screen_small--img{
        left: -90px;
    }
    .brands{
        grid-template-columns: repeat(5, 1fr);
    }
}
@media(max-width: 992px){
    .first-screen_small--img{
        display: none;
    }
    .first-screen{
        padding: 0 20px 50px 20px;
    }
    .first-screen_text{
        margin-top: 50px;
    }
    .first-screen_text strong{
        font-size: 40px;
        line-height: 40px;
    }
    .first-screen_text span{
        font-size: 30px;
        line-height: 30px;
        margin: 20px 0;
    }
    .first-screen_text b{
        font-size: 24px;
        line-height: 29px;
    }
    .first-screen_btns{
        gap: 15px;
    }
    .first-screen_imgs{
        top: 50px;
    }
    .section-catalog_items{
        gap: 15px;
        grid-template-columns: repeat(3, 1fr);
    }
    .brands{
        grid-template-columns: repeat(4, 1fr);
    }
    .catalog-sidebar {
        min-width: 280px;
        max-width: 280px;
    }
    .product-img{
        max-height: 400px;
    }

    .breadcrumbs{
        margin: 30px auto 20px;
    }
}
@media(max-width: 768px){
    .first-screen_imgs,
    .catalog-sidebar{
        display: none;
    }
    .first-screen_text{
        max-width: unset;
    }
    .section-catalog_items{
        grid-template-columns: repeat(2, 1fr);
    }
    .brands{
        grid-template-columns: repeat(3, 1fr);
    }
    .filter-open_btn{
        display: flex;
    }
    .products{
        width: 100%;
    }
}
@media(max-width: 576px){
    .title {
        margin-top: 60px;
    }

    #successModal .modal-content{
        padding: 30px 20px;
    }
    .success-modal_img{
        max-width: 71px;
    }
    #successModal h6{
        font-size: 20px;
        line-height: 30px;
        margin: 20px 0 10px 0;
    }
    #successModal p{
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 30px;
    }
    #successModal a{
        width: 100%;
    }
    #successModal{
        align-items: center;
    }
    .first-screen{
        padding: 0 20px;
        flex-direction: column;
    }
    .first-screen_imgs{
        display: flex;
        justify-content: center;
        width: 100%;
        top: 30px;
    }
    .first-screen_text h1,
    .section-info_link{
        text-align: center;
    }
    .first-screen_text strong{
        font-size: 34px;
        line-height: 33px;
    }
    .first-screen_text span{
        margin: 8px 0 15px 0;
        font-size: 24px;
        line-height: 23px;
    }
    .first-screen_btns{
        margin-top: 30px;
    }
    .first-screen_btns button,
    .first-screen_btns a{
        width: 100%;
    }
    .first-screen_big--img::after{
        left: 7px;
        top: 7px;
    }
    .section-catalog_items,
    .content-gallery{
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
    .section-catalog_item {
        display: none;
    }
    .section-catalog_item:nth-child(-n+8) {
        display: block;
    }
    .section-info_img--img{
        display: none;
    }
    .blue-bg_item p{
        font-size: 18px;
        line-height: 23px;
    }
    .blue-bg .btn{
        width: 100%;
    }
    .section-brands_partners{
        padding: 0;
    }
    .section-brands_partners .title{
        padding: 0 20px;
    }
    .section-brands_partners .tabs-links{
        margin: 0 20px;
    }
    .brands-partners_slider{
        padding-left: 20px;
    }
    .section-questions .accordion-header,
    .section-questions .accordion-content{
        padding: 10px 15px;
    }
    .section-questions .accordion-item.active::after{
        left: 3px;
        top: 3px;
    }
    .services .service:first-of-type{
        padding-top: 30px;
    }
    #serviceModal .title{
        font-size: 18px;
        line-height: 27px;
    }
    .content blockquote{
        font-size: 18px;
        line-height: 27px;
        padding-left: 10px;
    }
    .card{
        flex-direction: column;
        gap: 15px;
    }
    .card-img{
        max-width: unset;
        max-height: 300px;
    }
    .card-content h6{
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 15px;
    }
    .card-content p{
        margin-bottom: 30px;
    }
    .brands{
        grid-template-columns: repeat(2, 1fr);
    }
    .content h2, .content h3, .small-title{
        font-size: 24px;
        line-height: 36px;
    }
    .contacts .section-info_img--img{
        display: block;
    }
    .contacts{
        flex-direction: column;
        gap: 80px;
    }
    .map iframe{
        height: 550px;
    }
    .contacts span{
        font-size: 24px;
        line-height: 36px;
    }
    .products .col-3{
        grid-template-columns: repeat(2, 1fr) ;
    }
    .products .product p{
        font-size: 14px;
        line-height: 21px;
    }
    .product-imgs_list{
        gap: 15px;
        min-width: 70px;
    }
    .product-img{
        width: 100%;
        height: 97%;
    }
    .product-imgs_list button{
        min-width: 70px;
        max-width: 70px;
        min-height: 70px;
        max-height: 70px;
    }
    .product-imgs_list{
        max-height: 240px;
        overflow: auto;
    }
    .product-specification{
        flex-direction: column;
    }
    .product-specification span,
    .product-specification_content{
        width: 100%;
    }
    .product-specification p{
        font-size: 16px;
    }
    .products-params .tabs-content{
        margin-top: 30px;
    }
    .products-params .tabs-links{
        overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .products-params .tabs-links a{
        width: 100%;
        font-size: 16px;
        line-height: 15px;
        white-space: nowrap;
    }
    .products .product-img img, .products-slider .product-img img,
    .products .product-img, .products-slider .product-img{
        max-height: 100px;
    }
    .products .product p, .products-slider .product p{
        font-size: 14px;
        line-height: 21px;
    }
    #buyProductModal .input:nth-of-type(3), #buyProductModal .input:nth-of-type(4){
        grid-column: span 2;
    }

    .products .product,
    .products-slider .product{
        height: auto;
        min-height: auto;
        padding: 10px;
    }
}
