

/* Start:/local/templates/beldom_wmmg_new_cat/components/bitrix/news.detail/brands/style.css?16823644043077*/
.news-detail img {
	max-width: 500px;
 }
@media (max-width: 960px){
	.news-detail img {
		max-width: 400px;
	}
}
@media (max-width: 768px){
	.news-detail img {
		max-width: 300px;
	}
}
@media (max-width: 468px){
	.news-detail img {
		max-width: 200px;
	}
}
.news-detail-slider {
	overflow: hidden;
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;
}
.news-detail-slider-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.news-detail-slider-slide {
	z-index: 100;
	float: left;
}
.news-detail-slider-arrow-container-left,
.news-detail-slider-arrow-container-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	cursor: pointer;
}
.news-detail-slider-arrow-container-left {
	left: 0;
}
.news-detail-slider-arrow-container-right {
	right: 0;
}
.news-detail-slider-arrow {
	position: absolute;
	top: 50%;
	z-index: 110;
	margin-top: -24px;
	width: 20px;
	height: 48px;
	color: #fff;
	vertical-align: middle;
	text-shadow: 0 0 2px rgba(0, 0, 0, .5);
	font-size: 48px;
	line-height: 34px;
	opacity: .5;
	cursor: pointer;
}

.news-detail-slider-arrow-container-left:hover .news-detail-slider-arrow,
.news-detail-slider-arrow-container-right:hover .news-detail-slider-arrow {
	display: block;
	color: #fff;
	opacity: 1;
}

.news-detail-slider-arrow-container-left .news-detail-slider-arrow {
	left: 20px;
}

.news-detail-slider-arrow-container-right .news-detail-slider-arrow {
	right: 20px;
}

.news-detail-slider-control {
	position: absolute;
	bottom: 10px;
	z-index: 110;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	word-spacing: -4px;
}

.news-detail-slider-control li {
	display: inline-block;
	margin: 0 3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	word-spacing: -4px;
	opacity: .5;
}

.news-detail-slider-control li:hover,
.news-detail-slider-control li.current {
	background: #fff;
	opacity: 1;
}

.news-detail-slider-arrow,
.news-detail-slider-control li {
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

/* endregion */

.news-detail-body {}

.news-detail-title,
.news-detail-title a {
	margin: 0;
	padding: 2px 0 15px;
	border-bottom: none;
	color: #000;
	font-weight: 600;
	font-size: 18px;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.news-detail .card-title a:hover {
	border-bottom-color: transparent;
	text-decoration: none;
}

.news-detail-view,
.news-detail-date,
.news-detail-comments,
.news-detail-author,
.news-detail-other {
	padding-bottom: 5px;
	color: #a4a4a4;
	white-space: nowrap;
	font-size: 13px;
}

.news-detail-view i.fa,
.news-detail-date i.fa,
.news-detail-comments i.fa,
.news-detail-author i.fa,
.news-detail-tags i.fa,
.news-detail-other i.fa {
	width: 13px;
	color: #b4b4b4;
}

.news-detail-tags {
	padding-bottom: 5px;
	color: #a4a4a4;
	font-size: 13px;
}

.news-detail-content {
	margin-bottom: 5px;
	font-size: 14px;
}

.video-wrap{
	float:right;
}
.addok-msg {
	background-color: #1e7e34;
	color: #fff;
}
/* End */


/* Start:/local/templates/beldom_wmmg_new_cat/components/bitrix/catalog.section/slider/style.css?168236440440*/
.catalog-section {padding-bottom: 1rem;}
/* End */


/* Start:/local/templates/beldom_wmmg_new_cat/components/bitrix/catalog.item/.default/style.css?175146366614065*/
@media (max-width: 460px) {
	.product-item-container {
		height: 100%;
	}
}
.product-item {
	display: flex;
	flex-direction: column;
}
.product-item  .product-item-image-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 55%;
	width: 100%;
	transition: all 300ms ease;
}
.product-item  .product-item-image-original,
.product-item  .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  .product-item-image-original { z-index: 11; }

.product-item  .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  .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  .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  .product-item-image-slide {
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}

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

	.product-item  .product-item-image-slide.prev,
	.product-item  .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.8rem;
	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;
}
.product-item  .product-item-amount-field-btn-plus,
.product-item  .product-item-amount-field-btn-minus {
	position: relative;
	display: inline-block;
	min-width: 25px;
	height: 28px;
	border-radius: 5px;
	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  .product-item-amount-field-btn-plus:hover,
.product-item  .product-item-amount-field-btn-minus:hover { background: #d3d3d3; }

.product-item  .product-item-amount-field-btn-plus:after,
.product-item  .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  .product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item  .product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

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

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

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

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

.product-item  .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-size: 0.9rem;
	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 .product-item-amount-description-container {
	display: none !important;
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
	/*display: block;*/
}

.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;
}

.prod-descr-wrap {padding:0 3px 0;}

.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"; /*font-family: FontAwesome;*/
	display: inline-block;
}
.checkbox .f-checkbox::before {
	content: "\f080";
	font-size: 1.7rem;
}

.fav-link {
	margin-left:1.5rem;
}
@media (max-width: 1280px) {
	.fav-link {
		margin-left:0.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{padding-top:2px;}
.product-item-info-container {margin-left: auto;}
.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/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 */


/* Start:/local/templates/beldom_wmmg_new_cat/components/bitrix/news.list/index_articles_slider/style.css?1683218017567*/
#articles_mp a, #articles_mp a:hover {text-decoration: none !important;}

.mp_article_zone {
    margin-bottom: 15px !important;
    height: 360px;
    border: none;
    border-radius: 6px;
    width: 100%;
}

.mp_article_zone h6 {
    padding: 10px 20px 0px;
    text-align: center;
    color: #fff;
    min-height: 50px;
}
.mp_article_preview {
    color: #fff;
    text-align: center;
    padding: 0px 20px 5px;
}
.mp_article_zone img {
    text-align: center !important;
}
.mp_article_zone .uk-background {
    width: calc(90%);
    height:40%;
    margin:auto;
}
/* End */


/* Start:/local/templates/beldom_wmmg_new_cat/components/bitrix/news.list/services-catalog-new/style.css?17072922872619*/
/*https://angrytools.com/gradient/*/
#services-mp .services-mp {
    padding-bottom: 290px;/*7%;*/
    border-radius: 7px;
    background-repeat: no-repeat;
}
#services-mp .services-mp-name, #services-mp .services-mp-text {
    color:#fff;
    font-weight: bold;
    padding: 0.7rem;
    text-transform: uppercase;
}
#services-mp .services-mp-name{
    font-size: 1.2rem;
}
#services-mp .services-mp-text{
    font-size: 0.9rem;
}
#services-mp .services-mp:hover {
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

@media (max-width: 1600px){
    #services-mp .services-mp {
        padding-bottom: 270px;
    }
}
@media (max-width: 1200px){
    #services-mp .services-mp {
        padding-bottom: 250px;
    }
}

/******************************************/
#services-mp-img img {
    position:relative;
    display: block;
    z-index: -2;
    height: 290px;
    width:100%;
    object-fit: cover;
    border-radius: 7px;
}
.services-mp-img-w {
    border-radius: 7px;
    background-image: -moz-radial-gradient(ellipse at 50% 50%, rgba(203, 203, 203, 0.1) 35%, rgba(56, 51, 56, 0.9) 100%);
    background-image: -webkit-radial-gradient(ellipse at 50% 50%, rgba(203, 203, 203, 0.1) 35%, rgba(56, 51, 56, 0.9) 100%);
    background-image: -o-radial-gradient(ellipse at 50% 50%, rgba(203, 203, 203, 0.1) 35%, rgba(56, 51, 56, 0.9) 100%);
    background-image: -ms-radial-gradient(ellipse at 50% 50%, rgba(203, 203, 203, 0.1) 35%, rgba(56, 51, 56, 0.9) 100%);
    /*background-image: radial-gradient(ellipse at 50% 50%, rgba(203, 203, 203, 0.1) 0%, rgba(0, 0, 0, 1) 100%);*/
    background-image: -webkit-gradient(radial, 50% 50%, 10, 50% 50%, 200, color-stop(0, rgba(203, 203, 203, 0.1)), color-stop(90%,rgba(0, 0, 0, 0.7)));
}
#services-mp-img .services-mp-name, #services-mp-img .services-mp-text {
    color:#fff;
    font-weight: bold;
    padding: 0.7rem;
    text-transform: uppercase;
}
#services-mp-img .services-mp-name{
    margin: 0 !important;
    font-size: 1rem;
}
#services-mp-img .services-mp-text{
    font-size: 0.9rem;
}

.services-mp-img-w:hover {
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}
@media (max-width: 1600px){
    #services-mp-img img {
        height: 270px;
    }
}
@media (max-width: 1200px){
    #services-mp-img img{
        height: 250px;
    }
}
/* End */
/* /local/templates/beldom_wmmg_new_cat/components/bitrix/news.detail/brands/style.css?16823644043077 */
/* /local/templates/beldom_wmmg_new_cat/components/bitrix/catalog.section/slider/style.css?168236440440 */
/* /local/templates/beldom_wmmg_new_cat/components/bitrix/catalog.item/.default/style.css?175146366614065 */
/* /local/templates/beldom_wmmg_new_cat/components/bitrix/catalog.section/slider/themes/blue/style.css?1682364404825 */
/* /local/templates/beldom_wmmg_new_cat/components/bitrix/news.list/index_articles_slider/style.css?1683218017567 */
/* /local/templates/beldom_wmmg_new_cat/components/bitrix/news.list/services-catalog-new/style.css?17072922872619 */
