

/* Start:/local/templates/beldom_wmmg_new_cat/components/bitrix/news.list/index_top_slider_bg_new/style.css?16823644042063*/
.uk-slidenav svg {color: red;}
#mp-sls-top .bnr {
    background-color: #ffffff; /*#4f4f4f*/
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
}
@media(max-width: 1199px) {
    #mp-sls-top .bnr {
        padding-top: 25%;
        height: auto;
        min-height: auto;
        background-size: 100% 100%;

    }
}
/*
.slider-inner-wrap h1{
    line-height: 1.5;
    font-size: 4em;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10%;
    color: #cb1b41 !important;

    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

.slider-inner-wrap {
    padding: 0 0 3% 3%;

}

.slider-inner-wrap .uk-button-primary{
    color: #FFFFFF !important;
    background-color: #1b4bad !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2em;
  }

.slider-inner-wrap .uk-button-primary:hover {
    color: #1b4bad !important;
    background-color: #FFFFFF !important;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
  }
.w70 {
    width: 70%;
}

 */
/* Slider Index Page */
/*
.uk-dotnav {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;

    margin-top: -15px;
    padding: 0;
    list-style: none;
}

.uk-dotnav > * {
    -ms-flex: none;
    -webkit-flex: none;
    flex: none;

    margin-top: 15px;
}

.uk-dotnav > * > * {
    display: block;
    box-sizing: content-box;
    height: 12px;
    background: #a6a6a6;
    border: 1px solid #fff;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.uk-dotnav > * > *:hover {
    background: #666;
}

.uk-dotnav > .uk-active > * {
    background: #e2001a;
}

 */

/* /Slider Index Page */
/*.slider_mp {
    height: 400px !important;
}*/

/*.uk-height-medium {
    height: 400px !important;
}*/
/* End */


/* Start:/local/templates/beldom_wmmg_new_cat/components/bitrix/system.pagenavigation/round/style.css?17330628713056*/
.bx-pagination {
	margin: 10px 0;
}
.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: #0083d1;*/
	/*color: #fff;*/
	background: #0083d1;
	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: #3bc915;
	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: #0083d1;
	color: #fff;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all {
	display: none !important;
}

/* End */


/* Start:/local/templates/beldom_wmmg_new_cat/components/bitrix/catalog.section/slider-sec-hor/style.css?1682364404217*/
.catalog-section .uk-slider-items .product-item-container {margin-bottom: 0;}

@media (min-width: 1200px) {
    .prod-day h3 {
        margin-top: 0 !important;
        margin-bottom: 0.5rem !important;
    }
}
/* End */


/* Start:/local/templates/beldom_wmmg_new_cat/components/bitrix/catalog.item/.default-hor/style.css?171687501010479*/

#sl-prod-day .product-item-container {
	height: 100%;
}

@media (max-width: 460px) {
	.product-item-container {
		height: 100%;
	}
}


#sl-prod-day .product-item {
	height: 100%;
	display: flex;
	flex-direction: row;
}

#sl-prod-day .product-item-image-wrapper {
	position: relative;
	display: block;
	padding-top: 35%;
	width: 50%;
}


.product-item-image-original,
.product-item-image-alternative {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	transition: opacity 300ms linear;
}

.product-item-image-original { z-index: 11; }

.product-item-image-alternative {
	z-index: 13;
	opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-original { opacity: 0; }

.bx-no-touch .product-item-container.hover .product-item-image-alternative { opacity: 1; }

.product-item-big-card .product-item-image-wrapper { margin-bottom: 25px; }


.product-item-image-slider-slide-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: opacity 300ms ease;
}

.product-item-image-slide {
	position: relative;
	display: none;
	height: 100%;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: .6s ease-in-out left;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.product-item-image-slide {
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}

	.product-item-image-slide.next,
	.product-item-image-slide.active.right {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	.product-item-image-slide.prev,
	.product-item-image-slide.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	.product-item-image-slide.next.left,
	.product-item-image-slide.prev.right,
	.product-item-image-slide.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev { display: block; }

.product-item-image-slider-slide-container > .active { left: 0; }

.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.product-item-image-slider-slide-container > .next { left: 100%; }

.product-item-image-slider-slide-container > .prev { left: -100%; }

.product-item-image-slider-slide-container > .next.left,
.product-item-image-slider-slide-container > .prev.right { left: 0; }

.product-item-image-slider-progress-bar-container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
}

.product-item-image-slider-progress-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background-color: #f42c2c;
	opacity: .8;
}

.product-item-image-slider-control-container {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	padding: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 300ms ease;
}

.product-item-container.hover .product-item-image-slider-control-container,
.product-item-line-card:hover .product-item-image-slider-control-container { opacity: 1; }

.product-item-image-slider-control,
.product-item-image-slider-control.active {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(128, 128, 128, .8);
	opacity: .6;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-image-slider-control:hover,
.product-item-image-slider-control.active:hover { cursor: pointer; }


.product-item-label-text,
.product-item-label-ring {
	position: absolute;
	z-index: 15;
}
.product-item-label-text img {width:40px; height:42px;}
.product-item-label-text span,
.product-item-label-ring {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	vertical-align: middle;
	text-align: center;
	transition: all 250ms ease;
}
.product-item-label-ring {
	background: #f42c2c;
	color: #fff;
}
.product-item-label-text span.take_today {
	background: #fff;
	color: green;
	border: 1px solid green;
}
.product-item-label-text span.new_prod {
	background: #fff;
	color: darkorange;
	border: 1px solid darkorange;
}
.product-item-label-text span.hit_prod {
	background: #fff;
	color: red;
	border: 1px solid red;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring { background-color: #fba90c; }

.product-item-label-text > div,
.product-item-label-ring > div { line-height: 0; }


.product-item-label-text span {
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: bold;
}

.product-item-label-text.product-item-label-small span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
	padding: 2px 7px;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
}

.product-item-big-card .product-item-label-text.product-item-label-small span {
	padding: 5px 12px;
	font-size: 16px;
	line-height: 21px;
}

.product-item-label-text.product-item-label-big span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 17px;
}

.product-item-big-card .product-item-label-text.product-item-label-big span {
	padding: 5px 17px;
	font-size: 22px;
	line-height: 33px;
}

@media (max-width: 767px) {
	.product-item-label-text > div { line-height: 0; }

	.product-item-label-text.product-item-label-small span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
		margin-bottom: 1px;
		padding: 2px 7px;
		font-size: 10px;
		line-height: 14px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-small span,
	.product-item-label-text.product-item-label-big span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
		margin-bottom: 1px;
		padding: 3px 12px;
		font-size: 14px;
		line-height: 16px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-big span {
		padding: 3px 12px;
		font-size: 20px;
		line-height: 25px;
	}
}


.product-item-label-ring {
	box-sizing: border-box;
	border-radius: 50%;
	font-weight: bold;
}

.product-item-label-ring.product-item-label-small,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
}

.product-item-big-card .product-item-label-ring.product-item-label-small {
	width: 100px;
	height: 100px;
	font-size: 30px;
	line-height: 100px;
}

.product-item-label-ring.product-item-label-big,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
}

.product-item-big-card .product-item-label-ring.product-item-label-big {
	width: 120px;
	height: 120px;
	font-size: 42px;
	line-height: 120px;
}

@media (max-width: 767px) {
	.product-item-label-ring.product-item-label-small,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-small,
	.product-item-label-ring.product-item-label-big,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-big {
		width: 70px;
		height: 70px;
		font-size: 24px;
		line-height: 70px;
	}
}

.product-item-label-top { top: 5px; }

.product-item-label-center {
	left: 50%;
	transform: translateX(-50%);
}

.product-item-label-center > div { text-align: center; }

.product-item-label-left { left: 5px; }

.product-item-label-left > div { text-align: left; }

.product-item-label-bottom { bottom: -5px; }

.product-item-label-middle { top: 50%;
	transform: translateY(-50%);
}

.product-item-label-right { right: 5px; }

.product-item-label-right > div { text-align: right; }

.product-item-label-center.product-item-label-middle {
	transform: translateY(-50%) translateX(-50%);
}

.product-item-title {
	height: 2.6rem;
	overflow: hidden;
	margin-bottom: 8px;
	text-overflow: ellipsis;
	white-space: normal;
}
.product-item-title a {
	color: #3f3f3f;
	text-decoration: none;
	font-size: 1rem;
}
.product-item-title a:hover{color: #3f3f3f;}


.product-item-art{
	font-size: 0.8rem;
	color:#3f3f3f;
	margin-bottom: 8px;
}

.product-item-price-current {
	color: red;
	font-weight: bold;
	font-size: 1.1rem;
}
.product-item-price-current.price-empty {
	font-size: 0.9rem;
}

.product-item-price-old {
	color: #a5a5a5;
	text-decoration: line-through;
	white-space: nowrap;
	font-size: 12px;
}

#sl-prod-day .prod-descr-wrap {
	height: 100%;
	width: 50%;
	display: flex;
	flex-direction: column;
	padding:0 10px 0;
}
#sl-prod-day .itm-btn-wrap {
	padding-bottom: 5px;
	margin-top: auto;
}
.product-item-compare-container {
	display: inline-block;
}

@media(max-width: 460px) {
	.product-item-button-container {
		margin-bottom: 5px;
	}
}

.product-item div[data-entity="buttons-block"] {
	display: inline-block;
	float:right;
}
.product-item-compare {display: inline-block; float: left;}
.product-item-compare .checkbox {margin:0 !important;}
.product-item-compare .checkbox label {padding-lefT:0 !important;}
.product-item-compare .checkbox input[type='checkbox'] {
	position:absolute;
	top:-4vh;
	left:-4vh;
	width:0;
	height:0;
}

.checkbox .f-checkbox {
	font-family: "Font Awesome 5 Pro";
	display: inline-block;
}
.checkbox .f-checkbox::before {
	content: "\f080";
	font-size: 1.7rem;
}
.fav-link {
	margin-left:1.5rem;
}
@media (max-width: 960px) {
	.fav-link {
		margin-left:1rem;
	}
}
@media (max-width: 640px) {
	.fav-link {
		margin-left:0.3rem;
	}
}
.js-favorite {
	font-weight:400;
	font-size:1.6rem;
}

.js-favorite.fa.fa-heart-o::before{display: block; padding-top:2px;}
.checkbox .f-checkbox::before, .js-favorite{color:#888888;}
.checkbox input:checked + .f-checkbox::before, .js-favorite.active::before {color:#d0021b;}

/* End */


/* Start:/local/templates/beldom_wmmg_new_cat/components/bitrix/catalog.section/slider-sec-hor/themes/blue/style.css?1682364404825*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.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;}

/* SCU */
.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;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}


.bx-blue .catalog-section-header{border-color:#006cc0;}
/* End */
/* /local/templates/beldom_wmmg_new_cat/components/bitrix/news.list/index_top_slider_bg_new/style.css?16823644042063 */
/* /local/templates/beldom_wmmg_new_cat/components/bitrix/system.pagenavigation/round/style.css?17330628713056 */
/* /local/templates/beldom_wmmg_new_cat/components/bitrix/catalog.section/slider-sec-hor/style.css?1682364404217 */
/* /local/templates/beldom_wmmg_new_cat/components/bitrix/catalog.item/.default-hor/style.css?171687501010479 */
/* /local/templates/beldom_wmmg_new_cat/components/bitrix/catalog.section/slider-sec-hor/themes/blue/style.css?1682364404825 */
