.catalog-page {
    width: calc(100% - 70px);
    max-width: 1220px;
    margin: 80px auto 0;
    display: flex;
    flex-wrap: wrap;
}

.catalog-page-h1 {
    margin: 0 auto -50px !important;
    width: 100%;
}

.catalog-page-h1 h1 {
    display: block;
    font-weight: normal;
    font-size: 28px;
    line-height: 130%;
    color: #000000;
    margin-top: 40px;
}

.catalog-page.d-none,
.search-send.d-none {
    display: none;
}

.catalog .catalog-page {
    width: 100%;
    margin-top: 25px;
}

.catalog .search-send {
    width: 100%;
}

.catalog .search-send span {
    display: block;
    margin: 15px 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #505050;
}

.catalog .search-send h5 {
    margin-top: 50px;
    font-weight: normal;
    font-size: 22px;
    color: #000000;
}

.catalog-page a {
    width: calc(20% - 22px);
    margin: 10px;
    border-radius: 3px;
    border: solid 1px #dedede;
    display: block;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.catalog-page a.c-hit img,
.catalog-page a.c-sale img,
.catalog-page a.c-quantity-discount img,
.catalog-page a.c-new img {
    margin: 20px auto 30px;
}

.catalog-page a > span.img {
    display: block;
    width: 80%;
    height: 175px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 20px auto 10px;
}

.catalog-page a > span.name {
    padding: 0 15px;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 130%;
    color: #2B2A29;
    font-family: "Roboto-Regular";
    margin-bottom: 15px;
}

.catalog-page a > span.name span {
    font-family: "Roboto-Regular";
    display: block;
    margin-top: 5px;
    font-size: 16px;
    color: rgba(43, 42, 41, 0.7);
}

.catalog-page a:hover {
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 20%);
    z-index: 2;
}

section.crumbs {
    margin: 25px auto !important;
}

section.similar-products,
section.relevant-products {
    margin-top: 100px;
    display: block;
}

section.similar-products > span,
section.relevant-products > span {
    font-weight: normal;
    font-size: 28px;
    line-height: 130%;
    color: #000000;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

section.similar-products > .catalog,
section.relevant-products > .catalog {
    width: 100%;
}
section.similar-products > .catalog .products-grid,
section.relevant-products > .catalog .products-grid {
    padding-top: 1px;
}

section.similar-products .product-item,
section.relevant-products .product-item {
    width: calc(25% - 32px)!important;
}

section.similar-products .product-item .availability,
section.relevant-products .product-item .availability {
    color: #219653;
    font-family: "Roboto-Medium";
    font-size: 14px;
    line-height: 135%;
    margin: -15px 20px 20px 20px;
    display: block;
}

section.similar-products .product-item .availability > a,
section.relevant-products .product-item .availability > a {
    color: #505050;
    cursor: pointer;
    text-decoration: underline;
}

section.similar-products .product-item.empty > *,
section.relevant-products .product-item.empty > * {
    opacity: 0.3;
}

section.similar-products .product-item.empty .availability,
section.relevant-products .product-item.empty .availability {
    color: #f90101;
}

@media screen and (max-width: 1200px) {
    section.crumbs {
        margin: 10px auto 25px !important;
    }

    .catalog-page-h1 {
        width: calc(100% - 20px) !important;
        padding: 0 10px !important;
    }

    .catalog-page-h1 h1 {
        font-size: 20px;
    }

    .catalog-page {
        margin: 80px auto 50px;
        width: calc(100% - 10px);
    }

    .catalog-page a {
        width: calc(25% - 12px);
        margin: 5px;
    }

    section.similar-products,
    section.relevant-products {
        margin-bottom: 100px;
    }

    section.crumbs > span {
        display: block;
    }

    section.similar-products .product-item .availability,
    section.relevant-products .product-item .availability {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .catalog-page a {
        width: calc(50% - 12px);
    }
}
