.catalog {
    padding: 234px 0 137px;
    width: 100vw;
}
.catalog__image__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 500px;
    text-align: center;
}
.catalog__image__background img {
    max-width: 100%;
}
.catalog .h2 {
    margin-left: 4px;
    margin-bottom: 36px;
}
.catalog__inner {
    padding: 85px 0 25px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
	margin-left: 5px;
}
.catalog .card {
    margin-bottom: 40px;
}
.block-cards {
    background: url("/local/templates/dev.kuppersbusch-shop/images/bg871.svg") repeat-y center 0;
    -webkit-background-size: contain;
    background-size: contain;
    padding: 142px 0 59px;
}
.new__item {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.new__slider.slick-dotted.slick-slider {
    margin-bottom: 178px;
}
.bestsellers__slider.slick-dotted.slick-slider {
    margin-bottom: 183px;
}
.h2.bestsellers__title, .h2.sale__title {
    margin-bottom: 97px;
}
.h2.new__title:before {
    width: 392px;
    height: 105px;
    background: url("/local/templates/dev.kuppersbusch-shop/images/novinki.png") no-repeat center;
}
.h2.bestsellers__title:before, .h2.sale__title:before {
    width: 494px;
    height: 106px;
    top: -32px;
    left: -webkit-calc(50% - 251px);
    left: calc(50% - 251px);
    background: url("/local/templates/dev.kuppersbusch-shop/images/best.png") no-repeat center;
}
.h2.sale__title:before {
    background: url("/local/templates/dev.kuppersbusch-shop/images/sale.png") no-repeat center;
}
.card {
    width: 365px;
    height: auto;
    background: #1d1d1d;
    border-top: 2px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 60px 30px 30px;
    display: inline-grid;
    margin: 0 auto;
    text-align: center;
    position: relative;
    outline: none;
    margin-bottom: 8px;
}
.catalog .card {
    margin-bottom: 40px;
}
@media screen and (max-width: 500px) {
    .bestsellers__slider.slick-dotted.slick-slider {
        margin-bottom: 100px;
    }
    .h2.sale__title:before {
        width: 300px;
        height: 100px;
        top: -31px;
        left: -webkit-calc(50% - 150px);
        left: calc(50% - 150px);
        -webkit-background-size: contain;
        background-size: contain;
    }
    .h2.new__title:before {
        width: 200px;
        height: 100px;
        top: -31px;
        left: -webkit-calc(50% - 96px);
        left: calc(50% - 96px);
        -webkit-background-size: contain;
        background-size: contain;
    }
    .h2.bestsellers__title:before, .h2.sale__title:before {
        width: 300px;
        height: 100px;
        top: -31px;
        left: -webkit-calc(50% - 150px);
        left: calc(50% - 150px);
        -webkit-background-size: contain;
        background-size: contain;
    }
}
@media screen and (max-width: 650px) {
    .card {
        width: 200px;
        min-height: 270px;
        height: auto;
    }
}
.card:hover {
    background: #FFFFFF;
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    color: #0c0c0c;
    border-color: transparent;
}
.card:hover .card__title, .card:hover .card__price {
    color: #0c0c0c !important;
}
.card:hover .card__icon {
    background-image: url("/local/templates/dev.kuppersbusch-shop/images/sprite.svg#basketHover");
}
.card:hover .card {
    width: 80px;
    height: 47px;
    top: -2px;
    left: -webkit-calc(50% - 40px);
    left: calc(50% - 40px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.card__img__container {
    max-width: 250px;
    height: 220px;
    margin: 0 auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card__img {
    max-width: 100%;
    max-height: 100%;
}
@media screen and (max-width: 650px) {
    .card__img__container {
        height: 120px;
        max-width: 150px;
    }
}
.card__title {
    line-height: 24px;
    margin-bottom: 23px;
}
@media screen and (max-width: 650px) {
    .card__title {
        font-size: 10px;
        line-height: 14px;
        margin-bottom: 10px;
    }
}
.card__price {
    margin-bottom: 30px;
    font-weight: 600;
    display: inline-block;
    margin-right: 3px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.old {
   color: #39393f;
   text-decoration: line-through;
   margin-left: 20px;
   font-size: 16px;
}

.card__price.old-price {
    text-decoration: line-through;
}
@media screen and (max-width: 650px) {
    .card__price {
        font-size: 11px !important;
        margin-bottom: 10px;
        line-height: 14px;
    }
}
.card__price span {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    margin-left: 3px;
    font-weight: 600;
}
.card__icon {
    width: 29px;
    height: 29px;
    margin: 0 auto;
    background: url("/local/templates/dev.kuppersbusch-shop/images/sprite.svg#basket") no-repeat center;
    border: none;
}
@media screen and (max-width: 650px) {
    .card__icon {
        -webkit-background-size: 50% 50%;
        background-size: 50%;
    }
}
.card__label {
    position: absolute;
    width: 80px;
    height: 47px;
    top: -2px;
    left: -webkit-calc(50% - 40px);
    left: calc(50% - 40px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.card a {
    color: var(--color-white);
    text-decoration: none;
}
.card_green {
    border-color: #9bb79d;
}
.card_green .card__label {
    color: #9bb79d;
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
}
.card_brown {
    border-color: #bb9979;
}
.card_brown .card__label {
    color: #bb9979;
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
}
.card_red {
    border-color: var(--color-red);
}
.card_red .card__label {
    color: var(--color-red);
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
}
.card__secondPrice {
    display: inline-block;
    color: var(--color-red);
    font-weight: 600;
    margin-left: 5px;
	font-size:22px;
	margin-bottom: 30px;
}
@media screen and (max-width: 650px) {
    .card__secondPrice {
        font-size: 11px !important;
        line-height: 14px;
        margin-bottom: 0;
    }
}
.card_green:hover .card__label {
    background: #9bb79d;
    color: var(--color-white);
}
.card_brown:hover .card__label {
    background: #bb9979;
    color: var(--color-white);
}
.card_red:hover .card__label {
    background: var(--color-red);
    color: var(--color-white);
}
@media screen and (max-width: 1270px) {
    .catalog__inner {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media screen and (max-width: 992px) {
    .catalog__inner {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 768px) {
    .catalog {
        padding-bottom: 30px;
        background-size: auto 250px;
    }
}
@media screen and (max-width: 500px) {
    .block-cards {
        padding: 50px 0;
    }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
    .block-cards {
        padding: 45px 0 60px;
    }
    .new__title, .bestsellers__title, .sale__title {
        font-size: 24px;
        margin-left: -2px;
    }
    .new__title:before, .bestsellers__title:before, .sale__title:before {
        content: none;
    }
    .h2, .h2.new__title .h2.bestsellers__title, .h2.sale__title {
        margin-bottom: 40px;
    }
    .card {
        padding: 28px 5px;
    }
    .card__label {
        font-size: 8px;
        top: -9px;
    }
    .card__title {
        margin-bottom: 20px;
    }
    .new__slider.slick-dotted.slick-slider,
    .bestsellers__slider.slick-dotted.slick-slider {
        margin-bottom: 90px;
    }
}
@media screen and (max-width: 450px) {
    .catalog__inner {
        grid-template-columns: 1fr;
    }
}
.card__footer {
    display: flex;
    justify-content: space-evenly;
}
.card__footer .label {
    text-transform: uppercase;
    color: #545454;
    letter-spacing: 0;
    font-weight: 500;
    margin-top: 5px;
	font-size:12px;
}
.fast-order {
    background: url('/local/templates/dev.kuppersbusch-shop/images/fast-order-disabled.svg') no-repeat center;
}
.card:hover .fast-order {
    background: url('/local/templates/dev.kuppersbusch-shop/images/fast-order-hover.svg') no-repeat center;
}
.btn-to-order {
    text-transform: uppercase;
    color: var(--color-red);
    cursor: pointer;
}

.description_block {
    margin: 50px 0;
}
.label2 {
    width: 100%;
    text-align: center;
    left: 0;
    background-color: #808080;
}