@media screen and (max-width:992px) {
    .productListImg {
        height: 150px;
    }

    .productListInfoBlock {
        height: calc(100% - 150px);
    }

    .pageBackLink {
        padding: 5px 12px;
        font-size: 0px;
    }

    .pageBack {
        top: 70px;
    }

    .pageBackLink:before {
        margin: 0px;
    }

    .catalogPage .headerName,
    .productPage .headerName {
        padding-left: 36px;
        padding-right: 30px;
    }
}

@media screen and (max-width:768px) {
    .kbjuInfo {
        font-size: 12px;
        padding-top: 8px;
    }

    .homeWrapContent .footer {
        left: 0%;
        width: 100%;
    }

    .productItems {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .productListImg {
        height: 170px;
    }

    .productListInfoBlock {
        height: calc(100% - 170px);
        padding: 6px 10px 15px 10px;
    }

    .bannerCatalog {
        height: 200px;
    }

    .bannerProduct {
        height: 360px;
    }

    .bannerCatalog img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .footerBlock span {
        display: block;
        width: 100%;
        font-size: 10px;
        margin-top: 2px;
    }

    .cartCount {
        top: -8px;
        right: -8px;
    }

    .productListName {
        font-size: 14px;
        line-height: 18px;
        min-height: 38px;
        font-weight: 500;
    }

    .homeWrapContent {
        width: 100%;
        margin-left: 0%;
    }

    .homeBanner {
        /* position: initial; */
        width: 100%;
        /* display: none; */
        top: 60px;
    }

    .homeWrapContent section.content {
        background: #f1f1f1;
        margin: 100% 16px 15px 16px;
        border-radius: 10px;
        padding-bottom: 2px;
    }

    .footerPayment {
        font-size: 14px;
    }

    .footerImages li {
        margin: 8px 15px;
    }

    .footerImages li img {
        height: 25px;
        width: 45px;
    }

    .adena {
        text-align: left;
    }

    .adena img {
        height: 20px;
    }

    .productDescription {
        font-size: 14px;
    }

    .productCustomFieldItem {
        font-size: 14px;
    }

    .productBlockImage {
        width: 100%;
        border-radius: 10px 10px 0px 0px;
        height: 400px;
    }

    .productBlockImage img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .productBlock {
        border-radius: 0px 0px 10px 10px;
    }

    .cartBlock {
        background: #fff;
        padding: 15px;
        border-radius: 10px;
    }
}

@media screen and (max-width:480px) {
    .productBlockImage {
        height: 350px;
    }

    .footerBlock {
        padding: 18px 0px 13px 0px;
        display: flex;
        align-items: flex-start;
    }

    .footerBlock span {
        line-height: 10px;
    }

    .cartItemName {
        font-size: 14px;
    }

    .cartItemLeft {
        width: 100px;
        height: 80px;
    }

    .cartItemRight {
        width: calc(100% - 100px);
        padding-left: 10px;
    }
}