@media (max-width: 1312px) {
    .popular__card {
        padding: 20px;
        gap: 10px;
    }
    .cat-card {
        width: 100%;
    }
    .catalog_categories .catalog__card-list{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .catalog__cards{
        flex-direction: column;
    }
    .catalog__filters-list {
        flex-direction: row;
    }
	.catalog__card, .catalog__cards > li{
		width: calc(25% - 24px);
	}
}
@media (max-width: 1200px) {
    .menu, .header__contacts {
        gap: 10px;
    }
    .menu__item_sub::after {
        width: 11px;
        height: 5px;
        margin-left: 4px;
    }
    .menu__item, .header__contact-grey, .header__contact {
        font-size: 12px;
    }
    .subheading {
        gap: 10px;
    }
    .popular__card {
        width: calc(50% - 10px);
    }
    .popular__categories {
        flex-wrap: wrap;
    }
    .catalog__card-inner {
        max-height: 210px;
        overflow-y: scroll;
        gap: 30px;
    }
    .catalog__card-head {
        font-size: 21px;
    }
    .catalog__card-heading {
        font-size: 19px;
    }
    .work-steps__more {
        font-size: 14px;
    }
    .work-steps__name {
        font-size: 17px;
    }
    .work-steps__num {
        font-size: 21px;
    }
    .work-steps__head {
        gap: 10px;
    }
    .call-back {
        background-size: 60%;
    }
    .call-back__inner{
        gap: 12px;
    }
    .heading {
        font-size: 45px;
    }
    .call-back__text {
        font-size: 23px;
        font-weight: 600;
    }
    .contacts__block-outer {
        position: absolute;
        top: 75px;
        bottom: 75px;
        right: 75px;
        width: 100%;
        max-width: 429px;
    }
    .product-card__main .product-card__row{
        flex-direction: column;
    }
    .product-card__block {
        padding: 40px 20px;
    }
    .product-card__heading {
        font-size: 54px;
    }
	.catalog__card, .catalog__cards > li{
		width: calc(25% - 24px);
	}
}
@media (max-width: 1100px) and (min-width: 921px) {
    .cat-card__more {
        font-size: 12px;
    }
    .cat-card__heading {
        font-size: 12px;
    }
    .cat-card {
        padding: 15px;
        gap: 5px;
    }
    .cat-card__img {
        width: 50px;
        height: 60px;
    }
	.catalog__card, .catalog__cards > li{
		width: calc(25% - 24px);
	}
}
@media (max-width: 920px) {
    .burger{
        display: block;
    }
    .header__menu .menu, .header .header__contacts{
        display: none;
    }
    .header__contacts {
        flex-direction: column;
    }
    .mob-menu .menu {
        align-items: center;
    }
    .subheading{
        flex-direction: row;
        display: flex;
        align-items: center;
    }
    .subheading .subheading__links{
        display: none;
    }
    .subheading__btns {
        gap: 10px;
    }
    .subheading .button {
        padding: 15px 10px;
        font-size: 16px;
    }
    .banner__item {
        padding: 35px;
    }
    .banner__heading {
        font-size: 60px;
    }
    .popular__card {
        width: 100%;
    }
    .catalog__cards {
        flex-direction: column;
    }
    .catalog__card.flex-col {
        height: 370px;
    }
    .work-steps__row{
        flex-direction: column;
    }
    .delivery__text, .delivery__steps {
        max-width: none;
    }
    .block_bg {
        padding: 40px;
    }
    .carousel-arrows .slick-next {
        left: 65%;
    }
    .carousel-arrows .slick-prev {
        right: 65%;
    }
    .faq {
        padding: 40px;
    }
    .call-back {
        background: white;
    }
    .call-back__inner {
        width: 100%;
    }
    .contacts__block-outer {
        position: relative;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        max-width: none;
    }
    .footer__upper {
        background: #0d2122;
        align-items: flex-start;
        padding: 30px;
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
    }
    .footer__block {
        align-items: flex-start;
    }
    .contacts__block {
        gap: 20px;
    }
    .catalog__cats{
        flex-direction: column;
    }
    .product{
        width: calc(33% - calc(20px / 3));
    }
    .catalog__info-body {
        font-size: 15px;
        line-height: 19px;
    }
    .product-card{
        flex-direction: column;
        gap: 50px;
    }
    .product-card__main {
        width: 100%;
    }
    .product-card__gallery-main {
        width: 100%;
        height: 100%;
    }
    .product-card__blocks {
        width: 100%;
    }
.catalog__card, .catalog__cards > li{
		width: 100%!important;
	}
}
@media (max-width: 500px) {
    .banner__item {
        min-height: 410px !important;
    }
    .banner__heading {
        font-size: 32px;
    }
    .work-steps__text {
        padding: 20px;
    }
    .work-steps__head {
        gap: 6px;
    }
    .work-steps__num {
        font-size: 17px;
    }
    .work-steps__name {
        font-size: 14px;
    }
    .delivery__steps-row{
        flex-direction: column;
    }
    .heading {
        font-size: 38px;
    }
    .subheading .button {
        padding: 7px 6px;
        font-size: 13px;
    }
    .subheading__btns {
        gap: 5px;
    }
    .carousel-arrows .slick-next {
        right: 10px;
        left: auto;
    }
    .carousel-arrows .slick-prev {
        left: 10px;
        right: auto;
    }
    .news__head{
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .block_bg {
        padding: 25px;
    }
    .menu{
        flex-direction: column;
    }
    .footer__below-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
    .footer__col {
        align-items: flex-start;
    }
    .product{
        width: 100%;
    }
    .catalog__filters-list {
        flex-direction: column;
    }
    .product-card__heading {
        font-size: 39px;
    }
    .product-card__add-cart::before {
        margin-right: 5px;
    }
    .product-card__add-cart {
        font-size: 16px;
        padding: 13px 10px 10px;
    }
    .product-card__row {
        gap: 10px;
    }
    .product-card__buy {
        font-size: 16px;
    }
    .product-card__block {
        padding: 30px 20px;
    }
    .product-card__gallery-side {
        width: 100%;
        height: 100%;
    }
	.catalog__card, .catalog__cards > li{
		width: 100%!important;
	}
}