

/* Start:/local/templates/brandt-store/components/bitrix/catalog/bootstrap_v6/style.css?1682534168926*/
.grid {}

.grid .bx_content_section { margin-bottom: 15px; }

.grid .bx_sidebar { margin-bottom: 15px; }

/* grid2x1 */
.grid2x1 {}

.grid2x1 .bx_content_section {
	float: left;
	width: 66%;
	margin-bottom: 15px;
}

.grid2x1 .bx_sidebar {
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	box-sizing: border-box;
}

.smart-filter-form .smart-filter-parameters-box:eq(1) {
display:none;
}

@media (max-width: 960px) {
	.grid2x1 .bx_sidebar { padding-left: 4%; }
}

@media (max-width: 640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar {
		width: 100%;
		float: none;
	}

	.grid2x1 .bx_sidebar { padding-left: 3%; }
}

@media (max-width: 479px) {
	.grid2x1 .bx_sidebar { padding-left: 1%; }
}

.catalog-block-header {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 2px solid #d9dee6;
	border-bottom-color: var(--primary);
	color: #000;
}

/* End */


/* Start:/bitrix/components/bitrix/catalog.compare.list/templates/bootstrap_v4/style.min.css?1714054584575*/
.catalog-compare-list{z-index:998;overflow:hidden;box-sizing:border-box;margin-bottom:10px;padding:.75rem 1.25rem;max-height:100%;border:1px solid #ced4da;border-radius:.2rem;background:#fff;color:#404040;white-space:normal;font-size:12px;font-family:Arial,'Helvetica Neue',Helvetica,sans-serif}.catalog-compare-list.fixed{position:fixed;width:270px;box-shadow:0 2px 8px 0 rgba(0,0,0,.18)}.catalog-compare-list.top{top:5px}.catalog-compare-list.right{right:5px}.catalog-compare-list.bottom{bottom:5px}.catalog-compare-list.left{left:5px}.catalog-compare-item-list{width:100%}
/* End */


/* Start:/local/templates/brandt-store/components/bitrix/catalog.element/bootstrap_v4/style.css?17201076754781*/
.tab-pane .field-group-fieldset .panel-title,
.nav-tabs>li.active>a, .nav-tabs>li.active > h2 > a {
    color: #ABC2B5 !important;
}
#print .fields {
    display: flex;
    justify-content: end;
}

.overlay {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100vw;
    height: 100vh;
    background: rgba(255 255 255);
    z-index: 100;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.make-order {
    width: 660px;
}

.make-order__title {
    line-height: 40px;
    letter-spacing: 0;
    font-weight: normal;
    text-align: center;
    margin-bottom: 40px;
	color#fff
}

.make-order__wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	color:#000
}

.make-order__description {
    width: calc(100% - 250px);
}

.make-order__img {
    width: 194px;
    height: 194px;
    border-bottom: 3px solid #ff1c1c;
    margin-right: 37px;
}

.make-order__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.make-order__name {
    line-height: 30px;
    margin-top: 11px;
    margin-bottom: 20px;
}

.make-order__input {
    width: 100%;
    position: relative;
    height: 75px;
    text-align: right;
}

.form-error {
    color: #ff1c1c;
    font-size: 10px;
    text-transform: none;
    letter-spacing: 0;
    right: 0;
    bottom: 0;
}

.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: #000;
    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__label {
    color: #545454;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: normal;
}

.make-order__wrap.mt {
    margin-top: 46px;
}

.make-order__phone-mail {
    width: 100%;
    justify-content: space-between;
    margin-top: 15px;
}

.make-order__phone-mail .make-order__input {
    width: 49%;
}

.make-order .button {
    width: 300px;
    height: 55px;
    line-height: 59px;
    margin: 10px auto !important;
    font-size: 12px;
}

.popup-to-order .delete {
    top: 45px;
    right: 49px;
    background-image: url('/local/templates/kuppersbusch_shop/img/closeWhite.svg');
    z-index: 9999;
    -webkit-transition: linear 0.3s;
    -o-transition: linear 0.3s;
    transition: linear 0.3s;
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
}

.list_errors {
    font-weight: bold;
    color: #ff1c1c;
}

.list_errors li {
    padding: 10px 0;
}

.popup .delete:hover {
    background-image: url(/i/sprite.svg#close);
}

.close_orderfast {
    font-size:30px;
    color:#000;
    padding:10px;
    position:fixed;
    z-index: 2000;
    top: 20px;
    right: 20px;
    cursor:pointer;
    color:#999;
}
.embed-responsive-item {
     width:770px;
     height:550px;
}

@media screen and (max-width: 680px) {
    .make-order {
        width: 100%;
        padding: 0 15px;
    }

    .make-order__description {
        width: 50%;
    }

}

@media screen and (max-height: 650px) {
    .overlay {
        align-items: flex-start;
    }

    .make-order {
        padding: 30px 15px;
        overflow: auto;
    }

    .popup .delete {
        top: 15px;
        right: 15px;
    }

    .make-order__title {
        margin-bottom: 5px;
    }

    .make-order__wrap.mt {
        margin-top: 15px;
    }

    .make-order__phone-mail {
        margin-top: 10px;
    }

	.close_orderfast {
        margin-top: 80x;

    }

}

@media screen and (max-width: 500px) {
    .make-order__img {
        width: 70px;
        height: 70px;
    }

    .make-order__description .make-order__name {
        font-size: 12px;
        line-height: 18px;
    }

    .make-order .button {
        width: 100%;
    }
	.close_orderfast {
        margin-top: 80px;

    }
    .embed-responsive-item {
         width:360px;
         height:203px;
    }

}

.gallerybox {/*margin: 0 0 50px;*/ padding: 0 5px;}
.gallerybox img {display: block; width: 100%;}
.gallerybox .big {margin: 0 0 25px;}
.gallerybox .thumbs li {float: left; width: 33.3333333%; margin: 0 0 8px;}
.gallerybox .thumbs li a {display: block; margin: 0 4px;}

.slick-prev:before, .slick-next:before {
	color:#ABC2B5 !important;
}
.slick-prev {
    left: -20px !important;
}
.slick-next {
    right: -20px !important;
}
.slick-slide:nth-last-child()  {
    margin-right: 25px !important;
}
.discount_pri {
    font-size: 80%;
    color: #9E9E9E !important;
    text-decoration: line-through;
}

/* End */


/* Start:/local/templates/brandt-store/components/webdebug/propsorter/brand-prop/style.css?1681836991903*/
.wd_propsorter {margin-top: 20px; margin-bottom: 40px;}
.wd_propsorter table {border:0; border-collapse:collapse; border-spacing:0; width:100%;}
.wd_propsorter table td {/*background:transparent; */padding:4px 4px 2px; vertical-align:top; width:50%;}
.wd_propsorter table td.cell_name {display:inline-block; vertical-align:middle;}
.wd_propsorter table td.cell_name:after {content:':';}
.wd_propsorter table td.cell_value {display:inline-block; vertical-align:middle;}
.wd_propsorter table tr.row_header td {font-size: 26px; text-transform: uppercase; font-family: Antonio-Regular,sans-se; line-height: 2; color: #ABC2B5;}
.wd_propsorter table tr.row_header + tr td {padding-top:4px;}
.wd_propsorter table tr.row_empty td {border-bottom:0;}
.wd_propsorter table tr.row_empty td:before {content:'\00a0\00a0'; display:block; height:0.5em; line-height:0.5em; overflow:hidden;border-bottom:1px solid #999;}

/* End */


/* Start:/local/templates/brandt-store/components/bitrix/catalog.recommended.products/similar/style.css?1682528794198*/
.product-item {
    display: block;
    box-sizing: border-box;
    padding: 15px 0 5px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 2px;
    margin-bottom: 4em;
}
/* End */


/* Start:/local/templates/brandt-store/components/bitrix/catalog.section/.default/style.min.css?17054868213212*/
@media(min-width:1200px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:992px) and (max-width:1199px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:768px) and (max-width:991px){.product-item-list-col-6>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(max-width:767px){.product-item-list-col-6>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}.catalog-section-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}.row::before{display:initial}
/* End */


/* Start:/local/templates/brandt-store/components/bitrix/catalog.item/bootstrap_v4_shng/style.css?17032355113151*/
.node-teaser {
    position: relative;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.clearfix:before, .clearfix:after
/*, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after*/ {
    content: " ";
    display: table;
}
.show {
    display: block !important;
}
.list-element {
    width: 694px;
    border: 1px solid #848389;
    padding: 28px;
    margin: 15px 0;
}

.product-section .title-left .product-category {
    font-family: 'Antonio-Regular',sans-serif;
    font-size: 26px;
    text-transform: uppercase;
    margin: 2px 0 0 0;
    color: #333;
}
.product-section .title-left .product-reference {
    font-size: 19px;
    text-transform: uppercase;
    font-family: 'Antonio-Regular',sans-serif;
    color: #fff;
    padding: 0 8px;
    background: #000;
}
a .product-reference {
    background: #abc2b5 !important;
}
.product-section .title-left .product-color {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Antonio-Regular',sans-serif;
    padding: 0 8px;
}
.compare-checkbox {
    position: static;
}
.compare-checkbox .flag-wrapper {
    position: absolute;
    margin-left: 6px;
    margin-top: -9px;
    top: 50%;
}
.pull-left {
    float: left !important;
}
.pull-right {
    float: right !important;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
.list-element {
    width: 694px;
    border: 1px solid #848389;
    padding: 28px;
    margin: 15px 0;
}
.list-element-img a img {
    max-width: 100%;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
img {
    vertical-align: middle;
    border: 0;
}
.product-section .field-name-field-energy-label {
    margin-top: 18px;
}
.field-item.clip {
    max-height: 300px;
    overflow-y: scroll;
    /*clip: rect(0px auto 135px auto);
    position: absolute;*/
}

.field-item.clip::-webkit-scrollbar {
  width: 0;               /* ширина всей полосы прокрутки */
}

.price {
    font-size: 20px;
    line-height: 2em;
    text-align: center;
}
.btn.btn-dk-green {
    background: #abc2b5 !important;
}

.compare-checkbox a {
    line-height: 19px !important;
}
.compare-checkbox a.cmpY {
    color: #666 !important;
 }
.discount_pri {
    font-size: 80%;
    color: #9E9E9E !important;
    text-decoration: line-through;
    margin-right:20px;
}
/* End */


/* Start:/local/templates/brandt-store/components/bitrix/catalog.section/.default/themes/blue/style.min.css?1705486821706*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-section-header{border-color:#006cc0}
/* End */


/* Start:/local/templates/brandt-store/components/bitrix/catalog.recommended.products/recommend/style.css?1682528759198*/
.product-item {
    display: block;
    box-sizing: border-box;
    padding: 15px 0 5px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 2px;
    margin-bottom: 4em;
}
/* End */
/* /local/templates/brandt-store/components/bitrix/catalog/bootstrap_v6/style.css?1682534168926 */
/* /bitrix/components/bitrix/catalog.compare.list/templates/bootstrap_v4/style.min.css?1714054584575 */
/* /local/templates/brandt-store/components/bitrix/catalog.element/bootstrap_v4/style.css?17201076754781 */
/* /local/templates/brandt-store/components/webdebug/propsorter/brand-prop/style.css?1681836991903 */
/* /local/templates/brandt-store/components/bitrix/catalog.recommended.products/similar/style.css?1682528794198 */
/* /local/templates/brandt-store/components/bitrix/catalog.section/.default/style.min.css?17054868213212 */
/* /local/templates/brandt-store/components/bitrix/catalog.item/bootstrap_v4_shng/style.css?17032355113151 */
/* /local/templates/brandt-store/components/bitrix/catalog.section/.default/themes/blue/style.min.css?1705486821706 */
/* /local/templates/brandt-store/components/bitrix/catalog.recommended.products/recommend/style.css?1682528759198 */
