

/* Start:/local/templates/dev.kuppersbusch-shop/components/bitrix/catalog/catalog_main/style.css?17148117927979*/
.category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 760px) {
    .category {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.category__item {
    width: 33%;
    height: 290px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    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;
}

@media screen and (max-width: 1150px) {
    .category .category__item {
        font-size: 12px;
        height: auto;
    }
}

@media screen and (max-width: 950px) {
    .category__item {
        width: 25%;
    }
}

@media screen and (max-width: 760px) {
    .category__item {
        width: 33.33333333333333%;
    }
}

@media screen and (max-width: 600px) {
    .category__item {
        width: 50%;
    }
}

@media screen and (max-width: 500px) {
    .category__item {
        width: 100%;
        height: 200px;
    }
}

.category__item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 28, 28, 0.7);
    -webkit-transition: 0.25s linear;
    -o-transition: 0.25s linear;
    transition: 0.25s linear;
    opacity: 0;
}

.category__item:hover:before {
    opacity: 1;
}

.category__item:hover .arrow {
    background: url("/local/templates/dev.kuppersbusch-shop/images/sprite.svg#arrowHover") no-repeat center;
    -webkit-transition: 0.25s linear;
    -o-transition: 0.25s linear;
    transition: 0.25s linear;
}

.category__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.category__text {
    position: absolute;
    bottom: 54px;
    width: 180px;
    text-align: center;
    margin: 0 auto;
    line-height: 26px;
}

@media screen and (max-width: 1150px) {
    .category__text {
        bottom: 45px;
    }
}

@media screen and (max-width: 600px) {
    .category__text {
        width: 100%;
    }
}

.arrow {
    height: 15px;
    position: absolute;
    width: 100%;
    bottom: 21px;
    background: url("/local/templates/dev.kuppersbusch-shop/images/sprite.svg#arrow") no-repeat center;
}

@media screen and (max-width: 1150px) {
    .arrow {
        bottom: 15px;
    }
}
/**************************************************/
.overlay {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.95);
    z-index: 1000;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
@media (min-width: 1025px) {
.overlay {
    width: 100% !important;
    height: 100% !important;
}
}
.popup-to-order .delete {
    margin-top: -700px;
    right: 49px;
    background-image: url('/local/templates/dev.kuppersbusch-shop/images/closeWhite.svg');
    z-index: 9999;
    -webkit-transition: linear 0.3s;
    -o-transition: linear 0.3s;
    transition: linear 0.3s;
    width: 25px;
    height: 15px;
    background-size: 15px 15px;
	background-repeat: no-repeat;
}
.make-order {
    width: 100%;
}
.make-order__title {
    line-height: 40px;
    letter-spacing: 0;
    font-weight: normal;
    text-align: center;
    margin-bottom: 40px;
}
.make-order__wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.make-order__wrap.mt {
    margin-top: 46px;
}

@media (min-width: 1025px){
    .form__agreement.fz12 {
        font-size: 14px;
    }
}

.form__agreement {
    margin-top: 54px;
}

.form__agreement {
    padding: 0 0 0 40px;
    position: relative;
    margin-bottom: 20px;
    display: block;
}
.make-order .button {
    width: 300px;
    height: 55px;
    line-height: 59px;
    margin: 10px auto !important;
    font-size: 12px;
}
.button {
    width: 250px;
    height: 60px;
    line-height: 65px;
    border: none;
    background: var(--color-red);
    color: var(--color-white);
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 0 auto 20px;
}
.make-order__img {
    width: 194px;
    height: 194px;
    border-bottom: 3px solid var(--color-red);
    margin-right: 37px;
}
.make-order__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.make-order__description {
    width: calc(100% - 250px);
}
.make-order__name {
    line-height: 30px;
    margin-top: 11px;
    margin-bottom: 20px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.make-order__label {
    color: #545454;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: normal;
}
.make-order__input {
    width: 100%;
    position: relative;
    height: 50px;
    text-align: right;
}
.make-order__input input {
    background: none;
    font-family: 'Montserrat', Helvetica, sans-serif;
    outline: none;
    font-size: 14px;
    width: 100%;
    display: block;
    height: 34px;
    line-height: 1.42857143;
    color: var(--color-white);
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-sizing: border-box;
    padding: 24px 0 23px 0;
}
.make-order__phone-mail {
    width: 100%;
    justify-content: space-between;
    margin-top: 25px;
}
.make-order__phone-mail .make-order__input {
    width: 49%;
}
.form__agreement_red {
    color: var(--color-red);
    margin-left: 5px;
}
.form__agreement-input {
    opacity: 0;
}
.form__agreement-input:checked + .form__agreement-check {
    background: url('/local/templates/dev.kuppersbusch-shop/images/check.svg') no-repeat 3px 4px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.form__agreement-input:checked + .form__agreement-check {
    background: url("/local/templates/dev.kuppersbusch-shop/images/check.svg") no-repeat 3px 4px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.form__agreement-check {
    width: 18px;
    height: 18px;
    display: inline-block;
    border: 1px solid #303030;
    position: absolute;
    top: -5px;
    left: 0;
}
/******************************************************************/
.filter {
    text-align: center;
    position: relative;
	top: 30px;
}
.filter__icon {
    width: 25px;
    height: 25px;
    margin: 0 auto 9px;
    background: url("/local/templates/dev.kuppersbusch-shop/images/sprite.svg#filter") no-repeat center;
    cursor: pointer;
    position: relative;
}
.filter__title {
    letter-spacing: 2px;
    color: var(--color-red);
    font-weight: 600;
    text-transform: uppercase;
}
.fz12 {
    font-size: 12px;
}
.modal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    display: none;
    overflow-y: auto;
    padding-bottom: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: var(--color-white);
}

.modal .w1440 {
    position: relative;
    text-align: center;
	
}

.modal .h2 {
    margin-top: 148px;
    margin-left: 3px;
    margin-bottom: 70px;
}

.modal .delete {
    position:relative;
	top: -180px;
    background-image: url("/local/templates/dev.kuppersbusch-shop/images/sprite.svg#closeWhite");
    z-index: 9999;
    width: 20px;
    height: 20px;
}
.openModal .js-modal-filter {
    display: block;
}

.openModalProduct .js-modal-add-product {
    display: block;
}

.openModalFastForm {
    display: block;
}
/* End */


/* Start:/local/templates/dev.kuppersbusch-shop/components/bitrix/catalog/catalog_main/bitrix/catalog.element/new/style.css?178541016236046*/

/* Новая карточка товара */

.accordion.new-card {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    counter-reset: a;
    padding: 0 0 0 40px;
}

.accordion.new-card .h2 {
    text-align: left;
    font-weight: normal;
    line-height: 40px;
    margin: 0 40px 18px 0;
}

.accordion.new-card .left-block-new-card{
    width: 48.5%;
    position:relative;
}

.accordion.new-card .right-block-new-card{
    width: 51.5%;
    position:relative;
}

.accordion.new-card .basket {
    display: inline-block;
    vertical-align: bottom;
    line-height: 60px;
    margin-top: 38px;
    margin-bottom: 30px;
    font-weight: 500;
}

.accordion.new-card .button__fast-order {
    background: none;
    border: 2px solid var(--color-red);
    margin-left: 16px;
}

@media screen and (max-width: 1200px) {
    .accordion.new-card .basket {
        width: 200px;
    }
}

@media screen and (max-width: 992px) {
    .accordion.new-card .basket {
        width: 150px;
        font-size: 10px;
        height: 40px;
        line-height: 40px;
    }
}

@media screen and (max-width: 768px) {
    .accordion.new-card .basket {
        margin-top: 15px;
        margin-bottom: 0;
    }

    .accordion.new-card .button__fast-order {
        margin-left: 0;
    }

    .accordion.new-card {
        padding: 0 20px;
    }

    .accordion__item .accordion__title {
        margin-right: 0;
    }
}

@media screen and (max-width: 350px) {
    .accordion.new-card .price {
        text-align: center;

    }
}

.accordion.new-card .price {
    font-weight: 600;
    line-height: 24px;
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}

.accordion__number {
    color: var(--color-red);
}

.accordion__number:before {
    counter-increment: a;
    content: counter(a, decimal-leading-zero);
}

.accordion__title {
    text-transform: uppercase;
    background: url("/local/templates/dev.kuppersbusch-shop/images/sprite.svg#arrowDown") no-repeat -webkit-calc(100% - 2px) 5px;
    background: url("/local/templates/dev.kuppersbusch-shop/images/sprite.svg#arrowDown") no-repeat calc(100% - 2px) 5px;
    -webkit-background-size: 15px 15px;
    background-size: 15px 15px;
    line-height: 24px;
    letter-spacing: 2px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 7px;
    cursor: pointer;
    font-weight: 600;
    margin-right: 38px;
    padding-right: 20px;
}

.accordion__description {
    padding-right: 15px;
    line-height: 27px;
    font-size: 12px;
}

.accordion__description img {
    max-width: 100%;
    object-fit: unset;
    -o-object-fit: unset;
}

.file-download {
    display: flex;
    align-items: center;
}

.file-download__bg {
    width: 100px;
    height: 100px;
    background: url(/local/templates/dev.kuppersbusch-shop/images/sprite.svg#circle) no-repeat center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 15px;
}

.file-download img {
    object-fit: contain;
    width: 45px;
    height: 54px;
}

.size {
    font-size: 9px;
    line-height: 15px;
    letter-spacing: 2px;
    color: #c1c1c1;
    text-transform: uppercase;
    display: block;
}

.accordion__text {
    line-height: 18px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    font-size:18px;
    padding:0 10px;
}
.accordion__text div:first-child {
    font-weight: 300;
}
.accordion__text:nth-child(2n+1) {
    background-color: var(--color-grey);
    padding: 10px;
}
.accordion__item {
    margin-bottom: 22px;
}

.accordion__item.open .accordion__title {
    background-image: url("/local/templates/dev.kuppersbusch-shop/images/sprite.svg#arrowUp");
}

/*.accordion.fix {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    width: 50%;*/
/*    -webkit-transition: none;*/
/*    -o-transition: none;*/
/*    transition: none;*/
/*    margin-bottom: 0;*/
/*}*/

.new__price {
    color: var(--color-red);
    margin-right: 20px;
}

.new__price + .old__price {
    text-decoration: line-through;
}

.block-wrapper-price-right .wrapper-price-right p.old{
	text-decoration: line-through;
	font: 18px;
	color: #b0b0b6;
	margin: -5px 180px 70px -180px;
    position:relative;
}

.lazyScroll {
    margin-left: 50%;
}

.lazyScroll__img {
    display: block;
    height: auto;
    width: 100%;
    object-fit: unset;
    -o-object-fit: unset;
}

.lazyScroll__item {
    position: relative;
    box-sizing: border-box;
    padding-right: 20px;
}

.lazyScroll__label {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
}

.lazyScroll__label.green {
    color: #9bb79d;
}

.lazyScroll__label.brown {
    color: #bb9979;
}

.lazyScroll__label.outlet {
    color: #d75810;
}

.lazyScroll__label.red {
    color: var(--color-red);
}

.product {
    padding: 190px 0 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url("/local/templates/dev.kuppersbusch-shop/images/bg871.svg") no-repeat center 0;
    -webkit-background-size: cover;
    background-size: cover;
    color: var(--color-white);
}
.product a {
    color: var(--color-white);
    text-decoration: none;
}

.product__inner {
    position: relative;
	background: var(--color-gred);
	padding: 30px 0 10px 0;

}


.product__slider {
    width: 51.3%;
    height: 290px;
}

.product__slider .slick-track {
    height: 100%;
}

.product__slider .slick-dots.vertical__dots {
    bottom: 20px;
}

.product__slider .slick-dots li button {
    height: 14px;
}

.product__slider .slick-dots.vertical__dots li.slick-active button {
    height: 25px;
}

.product__slide {
    width: 50%;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 80px 146px 50px 50px;
    outline: none;
}

.product__slide:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.product__slide img {
    width: 100%;
    height: 290px;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}

.product__slide-title {
    position: relative;
    text-transform: uppercase;
    color: var(--color-red);
    letter-spacing: 3px;
    font-weight: 500;
    margin-bottom: 30px;
}

.product__slider-description {
    position: relative;
    line-height: 26px;
}

.product__slider.slick-dotted.slick-slider {
    margin-bottom: 0;
    width: 100%;
	padding: 0 40px;
}

.field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.see-also {
    width: 48.7%;
    height: 290px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.see-also__left {
    width: 61%;
    height: 100%;
    background: var(--color-red);
    padding: 79px 100px 50px 61px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

@media screen and (max-width: 768px) {
    .see-also__left {
        background: #000;
        border: 3px solid var(--color-red);
    }
}

.see-also__image {
    content: '';
    position: absolute;
    right: -170px;
    top: 21px;
    width: 250px;
    height: 250px;
    -webkit-background-size: contain;
    background-size: contain;
}

.see-also__image img {
    max-width: 100%;
}

.see-also__right {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 39%;
    height: 100%;
    background: url("/local/templates/dev.kuppersbusch-shop/images/seeAlsoBg.png") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.see-also__title {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
    margin-bottom: 30px;
}

.see-also__description {
    line-height: 26px;
    margin-bottom: 34px;
}

.see-also__arrow {
    width: 15px;
    height: 15px;
    background: url("/local/templates/dev.kuppersbusch-shop/images/sprite.svg#arrowHover") no-repeat center;
}

.mob-lazyScroll {
    display: none !important;
}

.iframe {
    height: 400px;
}

video {
    width: 100%;
    height: 400px;
}

.accordion-inner h3 {
    cursor: pointer;
}

.accordion-inner__body {
    display: none;
}

.accordion-inner__body.open {
    display: block;
}

.mob-options {
    display: none;
}

.design-options {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.design-options .list-options{
    display: flex;
    flex-wrap: wrap;
}

.design-options h3 {
    width: 100%;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.design-options__img {
    width: 80px;
    height: 80px;
    margin-right: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: 0.3s linear;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.design-options__wrap {
    margin-bottom: 15px;
}

.design-options__wrap span {
    text-align: center;
    line-height: 12px;
    font-size: 9px;
    max-width: 100%;
    display: block;
    text-transform: uppercase;
    width: 80px;
}

.design-options__img:hover,
.design-options__img.active {
    box-shadow: 0 0 2px 1px rgba(100, 100, 100, 1);
}

.design-options img {
    width: 90%;
    height: 90%;
    margin-bottom: 10px;
}

@media screen and (min-width: 320px) and (max-width: 950px) {

    .accordion.new-card .h2 {
        font-size: 20px;
        line-height: 28px;
    }
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .accordion__title {
        font-size: 10px;
        letter-spacing: normal;
    }


    .accordion__text {
        font-size: 9px;
        line-height: 14px;
    }
}

@media screen and (min-width: 320px) and (max-width: 650px) {
    .accordion.new-card {
        position: static;
        width: 100%;
        margin-bottom: 50px;
    }

    .accordion.new-card .h2 {
        font-size: 14px;
        line-height: 20px;
    }

    .see-also__left:after {
        width: 200px;
        height: 200px;
        top: 40px;
        right: -130px;
    }


    .lazyScroll {
        margin-left: 0;
    }

    .lazyScroll__img {
        width: 100%;
        height: auto;
        max-height: 50vh;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        object-fit: contain;
    }

    .product {
        padding-top: 100px;
    }

    .mob-lazyScroll {
        display: block!important;
    }

    .lazyScroll:not(.mob-lazyScroll) {
        display: none !important;
    }

    .mob-options {
        display: block;
    }

    .design-options__img {
        width: 70px;
        height: 70px;
    }
}

.detail-bottom {
    font-size: x-small;
    font-style: italic;
    margin: 15px 0;
}


/* Дизайн табов */

#tabs-card {
    margin: 0 auto;
	padding: 40px;
}

#tabs-card .tabs-nav {
    display: flex;
    justify-content: space-evenly;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: relative;
}

#tabs-card .tabs-nav::after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fcfdfc;
    position: absolute;
    bottom: 1px;
    left: 0;
    z-index: 1;
}

#tabs-card .tabs-nav li {
    display: block;
    float: left;
    padding: 0;
    list-style: none;
}

#tabs-card .tabs-nav a {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    color: var(--color-white);
    text-transform: uppercase;
}

#tabs-card .tabs-nav li:last-child a {
    display: block;
}

#tabs-card .tabs-nav a.active {
    color: var(--color-red);
    position: relative;
}

#tabs-card .tabs-nav a.active::after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #f30c32;
    position: absolute;
    bottom: 1px;
    left: 0;
    z-index: 25;
}

#tabs-card .tabs-items {
    margin: 25px 0 0 0;
}

#tabs-card .tabs-item {
    padding: 15px;
}

#tabs-card .tabs-items p{
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 22px;
}

#tabs-card .tabs-items p span{
    display: block;
}

.accordion__item.new-card{
/*    max-width: 50%;	margin: 0 auto;*/
}


/* слайдер С этим товаром покупают */


.slider-other-product .slick-list{
    margin: 0 -15px;
}

.slider-other-product .slide{
    padding: 0 15px;
}

.slider-other-product .slide .name-item{
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 23px;
}

.slider-other-product .slide .img-item{
    margin-bottom: 15px;
    max-width: 266px;
}

.slider-other-product .slide .img-item a{
    display: block;
    width: 100%;
    height: 170px;
    position: relative;
}

.slider-other-product .slide .img-item img{
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
/*
.slider-other-product .slide .price-item{
    max-width: 266px;
    margin-bottom: 15px;
    font-size: 20px;
    text-align: center;
}

.slider-other-product .slide .btn-item{
    max-width: 266px;
    text-align: center;
}
*/
.slider-other-product .slide .price-item {
    max-width: 266px;
    font-size: 20px;
    text-align: center;
    position: absolute;
    bottom: 53px;
    width: 100%;
}

.slider-other-product .slide .btn-item {
    max-width: 266px;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.slider-other-product .slide .btn-item a{
    display: inline-block;
    width: 200px;
    height: 45px;
    font-size: 14px;
    color: var(--color-white);
    line-height: 45px;
    background: var(--color-red);
    text-align: center;
    text-decoration: none;
}



.accordion.new-card .wrapper-price-right{
    display: flex;
    flex-wrap: wrap;
}

.accordion.new-card .right-block-new-card .block-wrapper-price-right{
    margin-top: 230px;
}

.accordion.new-card .right-block-new-card .design-options + .block-wrapper-price-right{
    margin-top: 50px;
}

.accordion.new-card .wrapper-price-right .price{
    margin-right: 30px;
}

.accordion.new-card .wrapper-price-right .info-price{
    color: #00DC82;
    font-size: 12px;
    line-height: 18px;
}

.accordion.new-card .block-radio .wrapp-radio{
    padding-left: 35px;
    margin-bottom: 20px;
    position: relative;
}

.accordion.new-card .block-radio .wrapp-radio input[type="radio"]{
    display: none;
}

.accordion.new-card .block-radio .wrapp-radio label{
    margin: 0;
    color: #a6a7a1;
    font-size: 16px;
    font-weight: normal;
}

.accordion.new-card .block-radio .wrapp-radio label p{
    line-height: 22px;
}

.accordion.new-card .block-radio .wrapp-radio label p span{
    color: var(--color-white);
}

.accordion.new-card .block-radio .wrapp-radio label p a{
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #121212;
    border-radius: 4px;
}

.accordion.new-card .block-radio .wrapp-radio label::before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #c3bdba;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    left: 0;
}

.accordion.new-card .block-radio .wrapp-radio input[type="radio"]:checked + label::before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #c3bdba;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    left: 0;
}

.accordion.new-card .block-radio .wrapp-radio input[type="radio"]:checked + label::after{
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #e1dbd7;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 4px;
}

.accordion.new-card .block-radio .wrapp-radio input[type="radio"]:checked + label{
    color: var(--color-white);
}

.accordion.new-card .wrapp-slider-new-card{
    display: flex;
    flex-wrap: wrap;
}

.accordion.new-card .wrapp-slider-new-card .slider-nav-new-card{
    width: 100px;
    margin-right: 30px;
    margin-top: 28px;
}

.accordion.new-card .wrapp-slider-new-card .slider-nav-new-card img{
    max-width: 100%;
}

.accordion.new-card .wrapp-slider-new-card .slider-nav-new-card .slide{
    margin-bottom: 10px;
}

.accordion.new-card .wrapp-slider-new-card .slider-nav-new-card .slide span{
    display: block;
    width: 100px;
    height: 100px;
    position: relative;
}

.accordion.new-card .wrapp-slider-new-card .slider-nav-new-card .slide span img{
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.accordion.new-card .wrapp-slider-new-card .slider-new-card{
    width: 400px;
}

.accordion.new-card .wrapp-slider-new-card .slider-new-card .slide img{
    max-width: 100%;
}

/* Клиентский сервис */

.customerService {
    margin-top: 70px;
    background: url("/local/templates/dev.kuppersbusch-shop/images/bgservice.png") no-repeat center 0;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 98px;
}

.customerService .h2 {
    margin-bottom: 80px;
}

.customerService__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 0 43px;
    margin-bottom: -15px;
}

/*TODO: временное скрытие кнопки "Узнать больше", так как она не ведет пока никуда*/
.customerService .more {
    display: none;
}

.wrapp-slider-other-product{
        padding: 40px;
    }

@media screen and (max-width: 1350px) {
    .customerService__inner {
        display: block;
        padding: 0 0 0 20px;
    }
}

.customerService__item {
    width: 49%;
    line-height: 24px;
    padding: 0 80px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.customerService__item:nth-child(2n+2) {
    margin-left: 19px;
}

@media screen and (max-width: 1350px) {
    .customerService__item:nth-child(2n+2) {
        margin-left: 0;
    }
}

@media screen and (max-width: 1350px) {
    .customerService__item {
        width: 100%;
        margin-bottom: 40px;
        background: no-repeat 0;
        -webkit-background-size: 35px 35px;
        background-size: 35px;
        padding: 0 20px 0 55px;
    }
}

@media screen and (max-width: 600px) {
    .customerService__item {
        padding-left: 0;
    }
}

.customerService__icon {
    width: 44px;
    height: 44px;
    margin-right: 35px;
}

.customerService__title {
    text-transform: uppercase;
    margin-top: -5px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

@media screen and (max-width: 1000px) {
    .customerService__title {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 450px) {
    .customerService__title {
        width: 235px;
    }
}

.customerService__description {
    width: 100%;
    padding-left: 76px;
    margin-top: -15px;
}

@media screen and (max-width: 1000px) {
    .customerService__description {
        font-size: 11px;
        line-height: 18px;
    }
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .customerService {
        padding-top: 100px;
        line-height: 28px;
        padding-bottom: 50px;
    }

    .customerService .h2 {
        margin-bottom: 50px;
    }

    .customerService__icon {
        width: 30px;
        height: 30px;
        margin-right: 28px;
    }

    .customerService__title {
        width: 219px;
    }

    .customerService__description {
        padding-left: 60px;
        margin-top: 0;
    }

    .more {
        font-size: 12px;
        margin-top: 41PX;
        margin-left: 2px;
    }
}

@media screen and (max-width: 600px) {
    .customerService__description {
        padding-left: 40px;
        margin-top: 0;
    }

    .customerService__icon {
        width: 25px;
        height: 25px;
        margin-right: 15px;
    }
}

.more {
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    display: inline-block;
    letter-spacing: 2px;
    margin-left: 5px;
    color: #fb1b1b;
}

@media (max-width: 900px) {

    .accordion.new-card .left-block-new-card{
        width: 100%;
    }

    .accordion.new-card .wrapp-slider-new-card{
        display: none;
    }

    .accordion.new-card .left-block-new-card .price{
        display: none;
    }

    .accordion.new-card .right-block-new-card{
        width: 100%;
    }

    .accordion.new-card .right-block-new-card{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .accordion.new-card .right-block-new-card .block-wrapper-price-right{
        order: 1;
        margin-top: 0;
    }

    .accordion.new-card .right-block-new-card .block-btn{
        order: 2;
    }

    .accordion.new-card .right-block-new-card .block-radio{
        order: 3;
        margin-top: 25px;
    }

    .accordion.new-card .right-block-new-card .design-options{
        margin-top: 25px;
        order: 4;
        width: 100%;
    }

    .design-options .list-options::-webkit-scrollbar{
        display: none;
    }

    .design-options .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
        background: #fb0b27;
        height: 1px;
        margin: 7px auto;
    }

    .design-options .mCS-dark.mCSB_scrollTools .mCSB_draggerRail{
        background-color: #fefefe;
        height: 1px;
    }

    .design-options .list-options{
        padding: 10px 10px 0 10px;
        /*flex-wrap: nowrap;*/
        width: max-content;
        overflow-x: scroll;
    }

    .accordion.new-card .wrapper-price-right .price{
        margin-right: 10px;
        font-size: 18px;
    }

    .accordion.new-card .wrapper-price-right .info-price .delivery span{
        text-transform: lowercase;
    }

    .accordion.new-card .wrapper-price-right .info-price{
        font-size: 10px;
        line-height: normal;
    }

    .accordion.new-card .block-radio .wrapp-radio label::before{
        width: 15px;
        height: 15px;
        top: 0;
    }

    .accordion.new-card .block-radio .wrapp-radio input[type="radio"]:checked + label::before{
        width: 15px;
        height: 15px;
        top: 0;
    }

    .accordion.new-card .block-radio .wrapp-radio input[type="radio"]:checked + label::after{
        width: 9px;
        height: 9px;
        top: 4px;
        left: 4px;
    }

    .accordion.new-card .block-radio .wrapp-radio label{
        font-size: 10px;
        line-height: normal;
    }

    .accordion.new-card .block-radio .wrapp-radio label p{
        line-height: normal;
    }


    #tabs-card{
        padding: 0 20px;
    }

    .accordion__item.new-card{
        max-width: 100%;
    }

    .accordion__item.new-card{
        padding: 0 20px;
    }

    .wrapp-slider-other-product{
        padding: 0 20px;
    }
    .svg_cmp {
        top: -42px !important;
    }
}


.slider-new-card-modal{
    max-width: 600px;
    padding-bottom: 50px;
    margin: 0 auto;
}

.slider-new-card-modal .slide img{
    margin: 0 auto;
}


.slider-nav-new-card-modal{
    max-width: 500px;
    margin: 0 auto;
    height: 76px;
}

.slider-nav-new-card-modal .slide{
    text-align: center;
}

.slider-nav-new-card-modal .slide span{
    display: inline-block;
    padding: 10px;
    width: 76px;
    height: 76px;
    position: relative;
}

.slider-nav-new-card-modal .slide img{
    padding: 5px;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.slider-nav-new-card-modal .slide.slick-current.slick-active span{
    border: 1px solid #000;
    border-radius: 4px;
}

.slider-nav-new-card-modal .next-slide{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("/local/templates/dev.kuppersbusch-shop/images/chevron_right.svg") no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: -15px;
    cursor: pointer;
    z-index: 3;
}

.slider-nav-new-card-modal .prev-slide{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("/local/templates/dev.kuppersbusch-shop/images/chevron_right.svg") no-repeat center center;
    background-size: cover;
    transform: rotate(180deg);
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: -15px;
    cursor: pointer;
    z-index: 3;
}

#hidden-content-card .fancybox-button.fancybox-close-small{
    display: none;
}

#hidden-content-card .close-fancy{
    display: inline-block;
    padding: 0;
    width: 15px;
    height: 15px;
    background: url("/local/templates/dev.kuppersbusch-shop/images/close-modal.svg") no-repeat center center;
    background-size: 15px 15px;
    border: none;
    outline: none;
    position: absolute;
    top: 10px;
    right: 10px;
}


@media (max-width: 900px){

    #tabs-card .tabs-nav a{
        padding: 10px;
        text-transform: capitalize;
    }

    #tabs-card .tabs-nav {
        overflow-x: auto;
        padding-left: 0;
        justify-content: space-evenly;
        flex-direction: column;
    }
    #tabs-card .tabs-nav::-webkit-scrollbar{
        display: none;
    }

    #tabs-card .tabs-nav::-webkit-scrollbar-thumb{
        display: none;
    }

    #tabs-card .tabs-nav::after{
        display: none;
    }

    #tabs-card .tabs-nav li{
        border-bottom: 1px solid #fff;
    }

    #tabs-card .tabs-nav a.active::after{
        bottom: -1px;
    }

    .accordion.new-card .lazyScroll.mob-lazyScroll{
        width: 100%;
        order: 5;
        margin-top: 30px;
    }

    .accordion.new-card .block-radio .wrapp-radio label p a{
        padding: 5px;
    }

}


#tabs-card .informationBlock__content img{
    max-width: 100%;
}


@media screen and (min-width: 320px) and (max-width: 900px){
    .mob-lazyScroll {
        display: block!important;
        margin-left: 0;
    }
}



@media (min-width: 901px) and (max-width: 1340px) {

    .accordion.new-card .left-block-new-card{
        width: 50%;
    }

    .accordion.new-card .right-block-new-card{
        width: 50%;
        padding-left: 30px;
        box-sizing: border-box;
    }

    .accordion.new-card .wrapp-slider-new-card .slider-nav-new-card{
        margin-top: 20px;
        width: 100%;
        margin-right: 0;
        order: 2;
    }

    .accordion.new-card .wrapp-slider-new-card .slider-new-card{
        width: 100%;
        order: 1;
    }

    .accordion.new-card .wrapp-slider-new-card .slider-nav-new-card .slide{
        margin-bottom: 0;
    }

    .accordion.new-card .wrapp-slider-new-card .slider-nav-new-card .slide span{
        width: 110px;
        height: 110px;
    }

    #tabs-card{
        padding: 0 20px;
    }

    #tabs-card .tabs-nav a{
        font-size: 12px;
        padding: 10px;
    }

    .accordion__item.new-card{
        margin: 0 20px;
    }

    .wrapp-slider-other-product{
        padding: 0 20px;
    }

    .slider-other-product .slide .name-item{
        font-size: 14px;
    }

    .design-options .list-options{
        padding: 10px;
    }

}
.availability.not-available{
    color: var(--color-red) !important;
}

.accordion.new-card .mCSB_scrollTools{
    opacity: 1;
}

.accordion.new-card .mCSB_container{
    opacity: 1;
}

.accordion.new-card .design-options .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    opacity: 1;
}

.accordion.new-card .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #fb0b27!important;
}


.hidden-popup-info{
    padding: 25px;
}

.hidden-popup-info .title-hidden-popup{
    color: #000;
    font-size: 25px;
    text-align: center;
}

.hidden-popup-info .descr-hidden-popup{
    margin-top: 25px;
    color: #000;
    font-size: 18px;
}

.hidden-popup-info [data-fancybox-close]{
    display: inline-block;
    padding: 0;
    width: 15px;
    height: 15px;
    background: url("/local/templates/dev.kuppersbusch-shop/images/close-modal.svg") no-repeat center center;
    background-size: 15px 15px;
    border: none;
    outline: none;
    position: absolute;
    top: 10px!important;
    right: 10px!important;
}

@media (max-width: 900px) {

    .hidden-popup-info{
        min-width: calc(100% - 40px);
    }

    .hidden-popup-info .title-hidden-popup{
        font-size: 20px;
    }

    .hidden-popup-info .descr-hidden-popup{
        margin-top: 10px;
        color: #000;
        font-size: 16px;
    }
}

@media (min-width: 901px) {
    .hidden-popup-info{
        min-width: 550px;
    }
}



.slider-other-product{
    padding: 0 40px;
}

.slider-other-product .prev-slide{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("/local/templates/dev.kuppersbusch-shop/images/arr-right.svg") no-repeat center center;
    background-size: cover;
    transform: rotate(180deg);
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: -15px;
    z-index: 2;
    cursor: pointer;
}

.slider-other-product .next-slide{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("/local/templates/dev.kuppersbusch-shop/images/arr-right.svg") no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: -15px;
    z-index: 2;
    cursor: pointer;
}

.slider-new-card-modal .slick-track{
    height: 100%;
}

.slider-new-card-modal .slick-slide img{
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    /*position: absolute;*/
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@media (max-width: 900px) {
    #hidden-content-card{
        height: 95vh;
        width: calc(100% - 40px);
    }

    .slider-new-card-modal{
        height: calc(100% - 7.6rem);
        max-width: 100%;
    }
}
#hidden-content-card .slick-track {
  display: flex;
    align-items: center;
    justify-content: center;
}
/*@media (min-width: 901px) and (max-width: 1199px){*/
@media (min-width: 1200px) {
    #hidden-content-card{
        height: 95vh;
        width: calc(100% - 40px);
    }

    .slider-new-card-modal{
        height: calc(100% - 7.6rem);
        max-width: 100%;
    }
}
/*
@media (min-width: 1200px) {
    #hidden-content-card{
        width: 100%; //60rem;
        height:100%;
    }

    .slider-new-card-modal{
        height: calc(100% - 7.6rem);
        max-width: 100%;
    }
}
*/
.accordion.new-card .wrapper-price-right{
    align-items: center;
}

.accordion.new-card .wrapper-price-right .new__price{
    font-size: 30px;
}

.accordion.new-card .wrapper-price-right .old__price{
    margin-right: 50px;
    font-size: 30px;
}

.accordion.new-card .wrapper-price-right .new__price + .old__price{
    font-size: 18px;
}

.slider-other-product .slick-track{
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 40px;
}

.slider-other-product .slick-track .slick-slide{
    height: inherit;
}

/*.design-options{*/
/*    display: block;*/
/*}*/

.accordion.new-card .right-block-new-card .design-options{
    min-height: 247px;
}

.accordion.new-card .right-block-new-card .design-options .list-options{
    padding: 10px;
}

@media (min-width: 901px) {
    .accordion.new-card .right-block-new-card .mCSB_draggerContainer{
        display: none;
    }
}
.video-tab h3{
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
}
.video-tab iframe{
    margin-bottom: 30px!important;
    max-width: 100%!important;
    width: 570px;
    height: 320px;
}

.slider-new-card-modal .slick-slide h3{
    color: #000;
    font-size: 30px;
    text-align: center;
}

#hidden-content-card .slick-slide iframe{
    margin: auto;
    position: absolute;
    top: 280px;
    left: 0;
    right: 0;
    bottom: 0;
	width: 520px;
    height: 300px;

}

@media (min-width: 901px) and (max-width: 1199px){
    .slider-new-card-modal{
        padding-bottom: 5px;
    }
    .slider-new-card-modal {
        height: calc(100% - 80px);
        max-width: 100%;
    }
}

@media (max-width: 900px){

    .accordion.new-card .lazyScroll.mob-lazyScroll .slick-track{
        display: flex;
        flex-wrap: wrap;
    }

    .accordion.new-card .lazyScroll.mob-lazyScroll .slick-track .slick-slide{
        height: inherit;
        display: flex;
        align-items: center;
    }
    .accordion.new-card .left-block-new-card{
        padding: 30px 0;
    }
}

@media (min-width: 768px) and (max-width: 900px){
    #tabs-card{
        margin-top: 50px;
    }
}

@media (max-width: 900px){
    .accordion.new-card .h2{
        font-size: 18px;
        line-height: normal;
    }
}

@media (min-width: 768px){
    .accordion.new-card{
        margin-top: 30px;
    }
}

#tabs-card .tabs-item .title-tab4{
    margin-bottom: 35px;
    font-size: 32px;
}

#tabs-card .tabs-item .title-tab4 b{
    display: block;
}

#tabs-card .tabs-item .wrapper-tab4{
    display: flex;
    flex-wrap: wrap;
}

#tabs-card .tabs-item .wrapper-tab4 .block-text{
    width: 692px;
    margin-right: 150px;
}

#tabs-card .tabs-item .wrapper-tab4 .block-text .list-text p{
    padding: 18px 0;
    margin-bottom: 15px;
    font-size: 24px;
}

#tabs-card .tabs-item .wrapper-tab4 .block-text .list-text p:nth-child(even){
    background-color: #484647;
}

#tabs-card .tabs-item .wrapper-tab4 .block-text .list-text p b{
    display: block;
    margin-bottom: 10px;
}

#tabs-card .tabs-item .wrapper-tab4 .block-instruction{
    width: calc(100% - 842px);
}


#tabs-card .tabs-item .wrapper-tab4 .block-instruction .accordion__item.new-card{
    max-width: 100%;
}

#tabs-card .tabs-item .wrapper-tab4 .block-instruction .accordion__item.new-card .file-download{
    font-size: 18px;
}


@media (max-width: 900px) {

    #tabs-card .tabs-item .wrapper-tab4 .block-text{
        width: 100%;
        margin-right: 0;
    }

    #tabs-card .tabs-item .title-tab4{
        font-size: 22px;
        margin-bottom: 20px;
    }

    #tabs-card .tabs-item .wrapper-tab4 .block-text .list-text p{
        font-size: 18px;
        padding: 10px 0;
        margin-bottom: 10px;
    }

    #tabs-card .tabs-item .wrapper-tab4 .block-instruction{
        width: 100%;
        margin-top: 50px;
    }

}

@media (min-width: 901px) and (max-width: 1199px) {

    #tabs-card .tabs-item .wrapper-tab4 .block-text{
        width: 500px;
        margin-right: 50px;
    }

    #tabs-card .tabs-item .wrapper-tab4 .block-instruction{
        width: calc(100% - 550px);
    }

    #tabs-card .tabs-item .title-tab4{
        font-size: 22px;
    }

    #tabs-card .tabs-item .wrapper-tab4 .block-text .list-text p{
        font-size: 18px;
        padding: 15px 0;
    }

}

.reject_reason {margin-bottom:20px;}

.message_label {
    background-color: #808080;
    padding: 10px;
    width: 40vmin;
    text-transform: uppercase;
    text-align: center;
    margin-bottom:20px;
    font-size: 2vmin;
}
p {
    color: var(--color-white);
}

.svg_cmp:hover, .svg_cmp.cmp_active {
    background-image: url('/local/templates/dev.kuppersbusch-shop/images/cmp_r.svg');
}

.svg_cmp {
    width: 30px;
    height: 30px;
    background-image: url('/local/templates/dev.kuppersbusch-shop/images/cmp_w.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    cursor: pointer;
    padding-left: 45px;
    margin-bottom: 16px;
    line-height: 32px;
}
@media screen and (max-width: 650px) {
    .svg_cmp {
        /*right: 0;*/
    }
}
/* End */


/* Start:/local/components/shng/chess-datail/templates/.default/style.css?17020356069682*/
.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;
}
/* End */


/* Start:/local/templates/dev.kuppersbusch-shop/components/webdebug/propsorter/modern1/style.css?17048931632366*/
.wdu_propsorter * {
	box-sizing:border-box;
}
.wdu_propsorter table {
	background:transparent;
	border:0;
	border-collapse:collapse;
	border-spacing:0;
	/*table-layout:fixed;*/
	width:100%;
}
.wdu_propsorter tbody th {
	background:transparent;
	font-size:105%;
	padding:4px 4px 8px 0;
	text-align:left;
	vertical-align:top;
}
.wdu_propsorter tbody + tbody th {
	padding-top:30px;
}
.wdu_propsorter tbody td {
	background:transparent;
	padding:4px;
	text-align:left;
	vertical-align:top;
}
.wdu_propsorter tbody td:first-child {
	background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAYAAAAb4BS0AAAAEElEQVR42mM4c+bMfwYoAAAjUANk+KqFTgAAAABJRU5ErkJggg==') 0 18px repeat-x;
	padding-left:0;
	padding-right:15px;
	width:75%;
}
.wdu_propsorter tbody td:first-child > span {
	background:#1d1d1d;
	padding-right:8px;
}
.wdu_propsorter tbody td:last-child {
	padding-left:8px;
}

/* Hints */
.wdu_propsorter tbody td:first-child > span > sup {
    border:1px solid gray;
    border-radius:100px;
    display:inline-block;
    font-size:75%;
    height:14px;
    line-height:14px;
    position:relative;
    text-align:center;
    top:-.25em;
    width:14px;
}
.wdu_propsorter tbody td:first-child > span > sup:hover {
	background:#eee;
}
.wdu_propsorter tbody td:first-child > span > sup:before {
	content:'?';
}

/* Vertical magrins and borders */
.wdu_propsorter tbody + tbody th {
	border-top:1px solid #eee;
	padding-top:20px;
}
.wdu_propsorter tbody tr:last-child td {
	padding-bottom:20px;
}
.wdu_propsorter tbody:last-child tr:last-child td {
	padding-bottom:0;
}

@media (max-width:575px) {
	.wdu_propsorter table, .wdu_propsorter tbody, .wdu_propsorter tr, .wdu_propsorter th, .wdu_propsorter td {
		display:block;
	}
	.wdu_propsorter tbody td:first-child {
		background-image:none;
		color:#777;
		font-size:95%;
		width:auto;
	}
	.wdu_propsorter tbody td:last-child {
		margin:-10px 0 0;
		padding-left:4px;
	}
	.wdu_propsorter tbody tr:last-child td:first-child {
		padding-bottom:4px;
	}
}

/* Aspro */
body.theme-default .wdu_propsorter, body.theme-light .wdu_propsorter, body.theme-dark .wdu_propsorter {
	margin:10px 20px;
}
body.theme-dark .wdu_propsorter tbody td:first-child > span {
	background:#1b1b1b!important;
}
@media (prefers-color-scheme: dark) {
	.wdu_propsorter tbody td:first-child > span {
		background:#1b1b1b!important;
	}
}

/* End */


/* Start:/local/templates/dev.kuppersbusch-shop/components/bitrix/news.list/customer_service/style.css?17020371763537*/
.customerService {
    background: url("/local/templates/dev.kuppersbusch-shop/images/bgservice.png") no-repeat center 0;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 98px;
}

.customerService .h2 {
    margin-bottom: 80px;
}

.customerService__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 0 43px;
    margin-bottom: -15px;
}

/*TODO: временное скрытие кнопки "Узнать больше", так как она не ведет пока никуда*/
.customerService .more {
    display: none;
}

@media screen and (max-width: 1350px) {
    .customerService__inner {
        display: block;
        padding: 0 0 0 20px;
    }
}

.customerService__item {
    width: 49%;
    line-height: 24px;
    padding: 0 80px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: var(--color-white);

}

.customerService__item:nth-child(2n+2) {
    margin-left: 19px;
}

@media screen and (max-width: 1350px) {
    .customerService__item:nth-child(2n+2) {
        margin-left: 0;
    }
}

@media screen and (max-width: 1350px) {
    .customerService__item {
        width: 100%;
        margin-bottom: 40px;
        background: no-repeat 0;
        -webkit-background-size: 35px 35px;
        background-size: 35px;
        padding: 0 20px 0 55px;
    }
}

@media screen and (max-width: 600px) {
    .customerService__item {
        padding-left: 0;
    }
}

.customerService__icon {
    width: 44px;
    height: 44px;
    margin-right: 35px;
}

.customerService__title {
    text-transform: uppercase;
    margin-top: -5px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

@media screen and (max-width: 1000px) {
    .customerService__title {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 450px) {
    .customerService__title {
        width: 235px;
    }
}

.customerService__description {
    width: 100%;
    padding-left: 76px;
    margin-top: -15px;
}

@media screen and (max-width: 1000px) {
    .customerService__description {
        font-size: 11px;
        line-height: 18px;
    }
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .customerService {
        padding-top: 100px;
        line-height: 28px;
        padding-bottom: 50px;
    }

    .customerService .h2 {
        margin-bottom: 50px;
    }

    .customerService__icon {
        width: 30px;
        height: 30px;
        margin-right: 28px;
    }

    .customerService__title {
        width: 219px;
    }

    .customerService__description {
        padding-left: 60px;
        margin-top: 0;
    }

    .more {
        font-size: 12px;
        margin-top: 41PX;
        margin-left: 2px;
    }
}

@media screen and (max-width: 600px) {
    .customerService__description {
        padding-left: 40px;
        margin-top: 0;
    }

    .customerService__icon {
        width: 25px;
        height: 25px;
        margin-right: 15px;
    }
}

.more {
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    display: inline-block;
    letter-spacing: 2px;
    margin-left: 5px;
    color: #fb1b1b;
}
/* End */
/* /local/templates/dev.kuppersbusch-shop/components/bitrix/catalog/catalog_main/style.css?17148117927979 */
/* /local/templates/dev.kuppersbusch-shop/components/bitrix/catalog/catalog_main/bitrix/catalog.element/new/style.css?178541016236046 */
/* /local/components/shng/chess-datail/templates/.default/style.css?17020356069682 */
/* /local/templates/dev.kuppersbusch-shop/components/webdebug/propsorter/modern1/style.css?17048931632366 */
/* /local/templates/dev.kuppersbusch-shop/components/bitrix/news.list/customer_service/style.css?17020371763537 */
