

/* Start:/local/templates/mk-27-new/components/bitrix/breadcrumb/main_breadcrumb/style.css?1742181401487*/
.bx-breadcrumb {
	margin-top: 15px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	display: inline-block;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-size: 13px;
	color: #999;
}
.bx-breadcrumb .bx-breadcrumb-item a > span {
	font-size: 13px;
	color: #666;
	transition: 0.15s;
}
.bx-breadcrumb .bx-breadcrumb-item a:hover span {
	color: #d43535;
}
.bx-breadcrumb .bx-breadcrumb-item a:active span {
	color: #b92f2f;
}
.bx-breadcrumb .bx-breadcrumb-item i {
	color: #aaa;
	margin: 0 5px;
}

/* End */


/* Start:/local/templates/mk-27-new/components/bitrix/catalog.section.list/new_products_categories/style.css?17901211121245*/
.mk27-new-products-filter {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 24px;
}
.mk27-new-products-filter__field {
    flex: 1 1 260px;
    min-width: 0;
    max-width: 480px;
}
.mk27-new-products-filter label {
    display: block;
    margin-bottom: 6px;
}
.mk27-new-products-filter select {
    width: 100%;
    min-height: 44px;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    color: #222;
    font: inherit;
}
.mk27-new-products-filter__submit {
    min-height: 44px;
    padding: 8px 20px;
    border: 1px solid #ee3831;
    border-radius: 4px;
    background: #ee3831;
    color: #fff;
    font: inherit;
    cursor: pointer;
}
.mk27-new-products-filter__submit:hover {
    background: #cf2923;
}
.mk27-new-products-filter__reset {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
}
.mk27-new-products-filter select:focus-visible,
.mk27-new-products-filter button:focus-visible,
.mk27-new-products-filter a:focus-visible {
    outline: 2px solid #ee3831;
    outline-offset: 3px;
}
@media (max-width: 575px) {
    .mk27-new-products-filter__field {
        flex-basis: 100%;
        max-width: none;
    }
}

/* End */


/* Start:/local/templates/mk-27-new/components/bitrix/system.pagenavigation/catalog_pagenavigation/style.css?17421814013559*/
.bx-pagination {
    padding: 20px 0 0;
    border-radius: 8px;
    border: solid 1px transparent;
    background: #fff;
    overflow: hidden;
    margin-bottom: 30px;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #EE3831;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #EE3831;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #EE3831;
	color: #fff;
}

.pagenavigation {
    background: #fff !important;
    overflow: hidden;
    color: #fff !important;
    border-radius: 0px !important;
    margin: 0 0 15px !important;
    width: calc(100% + 24px);
    color: #333 !important;
    font-size: 16px !important;
    padding: 15px !important;
    border: 1px #eee solid !important;
    position: relative;
    left: -12px;
    margin-top: 15px !important;
}
.pagenavigation:hover {
	background: #f9f9f9 !important;
	color: #333;
	border-color: #eee !important;
}
.pagenavigation:active {
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.16);
	background: #f0f0f0;
}




/* End */


/* Start:/local/templates/mk-27-new/components/bitrix/catalog.section/catalog_products/style.css?17421814013851*/
@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.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),
	/*4*/
	.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),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*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){
	/*md*/
	/*6*/
	.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),
	/*4*/
	.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),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*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){
	/*sm*/
	/*6*/
	.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),
	/*4*/
	.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),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.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),
	/*4*/
	.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),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*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;
}
.catalog-section-col {
	padding: 0 7px;
}

/* End */


/* Start:/local/templates/mk-27-new/components/bitrix/catalog.item/catalog_item/style.css?17741041508166*/
.catalog-item {
    border: 1px #eee solid;
    background: #fff;
    overflow: hidden;
    padding: 15px;
    transition: 0.15s;
}
.catalog-item .compare span {
	font-weight: 400;
	position: relative;
	bottom: 2px;
	margin-left: 5px;
}
.catalog-item a .image {
	width: 100%;
	height: 290px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.catalog-item a .title {
	color: #333;
	font-size: 16px;
	height: 70px;
	overflow: hidden;
	margin-top: 15px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    height: 70px;
}

.catalog-item a:hover .title {
	color: #d43535;
}
.catalog-item a:active .title {
	color: #b92f2f;
}
.catalog-item .price {
	font-family: 'Roboto';
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    margin: 10px 0;
}
.catalog-item .price i {
    font-size: 18px;
    margin-left: 5px;
    font-weight: 400;
}
.catalog-item .wholesale-price-compare {
    margin: 0 0 12px;
}
.catalog-item .wholesale-price-compare__range,
.catalog-item .wholesale-price-compare__meta {
    overflow-wrap: anywhere;
}
.catalog-item .wholesale-price-compare__value {
    white-space: nowrap;
}
.product-item {
	display: none;
}
.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
	display: flex !important;
	opacity: 1;
	justify-content: center;
}

.product-item-container label {
	cursor: pointer;
}

.product-item-button-container a {
	background: #EE3831 !important;
    border: 1px #d9d9d9 solid !important;
    box-shadow: none !important;
    border-radius: 25px;
    color: #fff !important;
    font-size: 18px;
    width: 100%;
    padding: 10px 0;
    transition: 0.15s;
    font-family: Akrobat;
    opacity: 1;
    text-transform: uppercase;
}
.product-item-button-container a:hover {
    opacity: 0.8;
}
.product-item-info-container {
	display: none;
}
.product-item-container {
	height: auto !important;
	z-index: 0 !important;
}
.product-item-amount-description-container {
    margin: 10px 0 0;
}
.popup-window {
	border-radius: 8px;
	max-width: 400px;
}
.popup-window-titlebar-text, .popup-window-titlebar-text-version {
    color: #333;
    font-weight: 400;
    font-size: 16px;
}
.popup-window-titlebar-text {
	margin-top: 5px;
}
.popup-window-with-titlebar .popup-window-content img {
	height: 300px !important;
	max-height: 300px !important;
    margin-bottom: 30px;
}
.popup-window-with-titlebar .popup-window-content > div {
	max-width: 400px;
}
.popup-window-buttons {
	padding: 0 0 10px;
}
.popup-window-buttons .btn {
	width: calc(100% - 30px);
	padding: 15px;
	transition: 0.15s;
}
.popup-window-buttons .btn {
    background: #EE3831 !important;
    border-color: #EE3831 !important;
}

.popup-window-buttons .btn:hover {
    background: #EE3831 !important;
    border-color: #EE3831 !important;
    opacity: 0.8;
    border-radius: 8px;
}
.popup-window-close-icon:after {
	width: 20px;
	height: 20px;
}

.buttons-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-item-button-container {
	display: inline-block;
	width: 150px;
}
.favorite {
	color: #cacaca;
    border: 1px #cacaca solid;
    border-radius: 8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 11px;
    font-size: 16px;
    transition: 0.15s;
    cursor: pointer;
    position: relative;
    display: none;
}
.favorite:hover {
    background: #008ed5;
    color: #fff;
    border-color: #008ed5;
}
.favorite.active {
    background: #008ed5;
    border-color: #008ed5;
    color: #fff;
}
.favorite.active:hover {
	color: #008ed5;
	background: #fff;
}

.favorite .hint,
.favorite .hint-delete {
    position: absolute;
    color: #fff;
    background: #666;
    width: 180px;
    text-align: center;
    padding: 5px 10px;
    font-size: 14px;
    margin-bottom: 80px;
    border-radius: 8px;
    display: none;
    transition: 0.3s;
    margin-left: -140px;
    margin-top: -5px;
}

.favorite:hover .hint {
	display: block;
}
.favorite.active:hover .hint-delete {
	display: block;
}
.favorite.active:hover .hint {
	display: none;
}

/*Amount*/
.product-item-amount {
	padding: 0 0 2px;
	text-align: center;
}

.product-item-amount-field-container { }

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: inline-block;
	min-width: 22px;
	height: 22px;
	border-radius: 2px;
	background-color: #f2f2f2;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus { border-width: .5px; }

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover { background: #d3d3d3; }

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
	background-color: #f2f2f2;
}

.product-item-amount-field-btn-plus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.product-item-amount-field {
	display: inline-block;
	padding: 0;
	max-width: 50px;
	width: auto;
	height: 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	line-height: 22px;
	transition: border 300ms ease;
}

.bx-retina .product-item-amount-field { border-width: .5px; }

.product-item-amount-field:focus { outline: none !important; }

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	appearance: none
}

.product-item-amount-description-container {
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
	display: inline;
}

.product-item-big-card .product-item-amount-field-container { text-align: left; }

.product-item-amount-description-container strong {
	color: #333;
	white-space: nowrap;
}

.product-item-amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: bold;
	font-size: 12px;
}

/**/
.product-item-quantity {
	color: #333;
	font-weight: normal;
	font-size: 12px;
}

.quantity {
	margin-top: 5px;
}

@media (max-width: 991px) {
	.catalog-item {
	}
	.catalog-item a .image {
		height: 160px;
	}
	.catalog-item a .title {
		font-size: 14px;
	    height: 40px;
	}
	.catalog-item .price {
		margin: 5px 0;
	}
}

@media (max-width: 1100px) and (min-width: 992px) {
	.catalog-item {
		padding: 12px;
	}
	.catalog-item a .title {
		font-size: 14px;
		height: 60px;
	}
	.catalog-item .price {
		font-size: 20px;
		line-height: 22px;
	}
	.catalog-item .price i {
		font-size: 16px;
	}
}

.product-item-big-card {
	padding: 0;
}


/* End */


/* Start:/local/templates/mk-27-new/components/bitrix/catalog.section/catalog_products/themes/green/style.css?1742181401843*/
/* catalog.section */

/*
#63aa28
#6fb32d
#7ab748
#a8d95b
*/

/* Slider */
.bx-green .product-item-image-slider-progress-bar { background-color: #5b9f0b;}
.bx-green .product-item-image-slider-control:hover{ background-color: rgba(91,159,11,.8);}
.bx-green .product-item-image-slider-control.active,
.bx-green .product-item-image-slider-control:hover{ background-color: #5b9f0b;}

/* SCU */
.bx-green .product-item-scu-item-text-block:hover,
.bx-green .product-item-scu-item-color-block:hover,
.bx-green .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-green .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #63aa28;}

/* Amount */
.bx-green .product-item-amount-field:focus{border-color: #63aa28;}


.bx-green .catalog-section-header{border-color:#63aa28;}
/* End */
/* /local/templates/mk-27-new/components/bitrix/breadcrumb/main_breadcrumb/style.css?1742181401487 */
/* /local/templates/mk-27-new/components/bitrix/catalog.section.list/new_products_categories/style.css?17901211121245 */
/* /local/templates/mk-27-new/components/bitrix/system.pagenavigation/catalog_pagenavigation/style.css?17421814013559 */
/* /local/templates/mk-27-new/components/bitrix/catalog.section/catalog_products/style.css?17421814013851 */
/* /local/templates/mk-27-new/components/bitrix/catalog.item/catalog_item/style.css?17741041508166 */
/* /local/templates/mk-27-new/components/bitrix/catalog.section/catalog_products/themes/green/style.css?1742181401843 */
