

/* Start:/local/templates/dvernoylider_redesign/new/js/carousel/assets/owl.carousel.min.css?17453093163351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/dvernoylider_redesign/new/js/carousel/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/dvernoylider_redesign/components/bitrix/news.list/index-slider.v2/style.css?17460082413093*/
.index-slider { width: 100% }
.index-slider,
.index-slider .index-slide-item { position: relative }
.index-slider .index-slide-wrap {    max-height: 657px; display: flex }

.index-slider .index-slide-text-wrap {
	display: flex;
	flex-direction: column;
	align-items: self-start;
	justify-content: space-between;
	height: 100%;
}
.index-slider .slide-text {
	font-weight: 300;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.index-slider .slide-text .slide-title {
    font-weight: 500;
    font-size: 42px;
    line-height: 55px;
	text-transform: uppercase;
}
.index-slider .slide-text .slide-subtitle {
	font-size: 17px;
    line-height: 24px;
	max-width: 66%;
	margin-bottom: 17px;
}
.index-slider .normal-button {
	display: inline-block;
	line-height: 39px;
	min-width: 224px;
	height: 57px;
}
.index-slider .slide-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 12px;
}

.index-slider .slide-left {
	background: #fafafa;
	width: 50%;
}
.index-slider .index-slide-item {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: block;
}
.index-slider .index-slide-item img {
	visibility: hidden;
	/* min-height: 570px; */
    /* max-height: 655px; */
	height: 658px;
}
.index-slider .slide-img-title {
    background: #fff;
    font-weight: 500;
    font-size: 21px;
    line-height: 28px;
    text-transform: uppercase;
    width: 173px;
    padding: 16px 20px;
    position: absolute;
    bottom: 66px;
    left: 4.3%;
}

.index-slider-slider.owl-index-style .owl-dots {
    width: 1240px;
	max-width: 100%;
    top: -44px;
	padding-left: 50px;
	padding-right: 50%;
}
.index-items-slider-more { font-weight: 500 }

@media (min-width: 992px) {
	.index-slider .index-slide-text-wrapper {
		position: absolute;
		top: 5%;
        right: 16px;
        bottom: 5%;
        left: 16px;
		z-index: 1;
	}
	.index-slider .index-slide-text-wrap { max-width: 48% }
	/* .index-slider .slide-right { width: 51% } */
	.index-slider .slide-right {
		width: 50%;
		height: 100%;
		min-height: 658px;
	}
}
@media (min-width: 1280px) {
	.index-slider .index-slide-text-wrap { max-width: 40% }
	.index-slider .index-slide-text-wrapper {
		top: 14.8%;
		right: 0;
		bottom: 15%;
		left: 0;
	}
}
@media (max-width: 991px) {
	.index-slider .index-slide-text-wrap {
		padding: 0 16px;
		margin-top: 32px;
		margin-bottom: 32px;
	}
	.index-slider .slide-left { display: none }
	/* .index-slider .slide-right { width: 100% } */
	.index-slider .index-slide-item { background-position: right center }
	.index-slider .index-slide-item img {
		width: auto;
		height: 335px;
		min-height: 335px;
	}
	.index-slider .slide-img-title {
		font-size: 16px;
		line-height: 21px;
		width: 130px;
		padding: 12px 15px;
		bottom: 23px;
		left: 5.6%;
	}
	.index-slider .slide-text .slide-title {
		font-size: 30px;
		line-height: 39px;
	}
	.index-slider .slide-text .slide-subtitle { font-weight: 400 }
	.index-slider-slider.owl-index-style .owl-dots {
		width: 100%;
		padding: 0 16px;
		margin: 5px 0;
		top: 10px;
	}
}
/* End */


/* Start:/local/templates/dvernoylider_redesign/new/css/index-categories.css?17453093161150*/
.b-mainpage-cont .slider { margin-bottom: 0 } /* отступ от старого слайдера */
.index-categories-wrap {
	background: #fff;
	text-align: center;
	/* margin: -48px -15px -60px;	/* невелируем отступы от блоков */
}
.index-categories {
	display: flex;
	gap: 48px;
	padding: 40px 0;
	margin-bottom: 20px;
	overflow: auto;
}
.index-categories .index-category {
	display: flex;
	flex-direction: column;
	/* width: 200px; */
	/* gap: 36px; */
	/* gap: 12px; */
	gap: 4px;
	text-decoration: none;
}
.index-categories .index-category img {
    transform: scale(0.7);
	transition: all .2s ease-out;
}
.index-categories .index-category:hover img { transform: scale(1) }
.index-categories .index-category span {
	color: #373330;
	font-family: 'Cera Pro';
	/* line-height: 24px; */

	font-size: 12.89px;
	line-height: 17.01px;
}
.index-cats-more {
	display: inline-block;
	color: #373330;
	font-family: 'Cera Pro';
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	text-decoration-line: underline;
	margin: 32px auto 67px;
}
.index-cats-more:hover { text-decoration-line: none }
@media (min-width: 1200px) {
	.index-categories { justify-content: center }
}
/* End */


/* Start:/local/templates/dvernoylider_redesign/new/css/index-advantages.css?17453093161191*/
.advantages-items {
    display: flex;
	justify-content: space-between;
	gap: 29px 32px;
}
.advantages-items .advantages-item {
	color: #373330;
	font-family: 'Cera Pro';
	flex: 1 1 100%;
}
.advantages-items .advantages-item img { max-width: 100% }
.advantages-items .advantages-item .advantages-item-data {
	display: flex;
    flex-direction: column;
	margin-top: 15px;
    gap: 9px;
}
.advantages-items .advantages-item .advantages-item-title {
	font-weight: 500;
	font-size: 22px;
	line-height: 28px;
}
.advantages-items .advantages-item .advantages-item-desc { line-height: 24px }

@media (max-width: 991px) {
	.advantages-items { flex-wrap: wrap }
	.advantages-items .advantages-item { flex: 1 1 40% }
}
@media screen and (max-width: 500px) {
	.advantages-items .advantages-item {
		/* text-align: center; */
		flex: 1 1 100%;
	}
	.advantages-items .advantages-item .advantages-item-img {
		display: flex;
		justify-content: center;
		align-items: center;
		max-height: 118px;
		overflow: hidden;
	}
	.advantages-items .advantages-item .advantages-item-img img {
		width: 100%;
	}
	.advantages-items .advantages-item .advantages-item-title {
		font-size: 20px;
		line-height: 25px;
	}
}
/* End */


/* Start:/local/templates/dvernoylider_redesign/components/bitrix/catalog.top/detail-top/style.css?17453093165935*/
.detail-items-slider {}
.detail-items-slider.owl-carousel .owl-stage:after { display: none }
.detail-items-slider.owl-carousel .owl-stage-outer { margin: 0 -15px }
.detail-items-slider .owl-stage {
	display: flex;
	padding: 20px 15px;
}
.detail-items-slider .catalog-item-v2 {
    display: flex;
	flex-direction: column;
    height: 100%;
}
.detail-items-slider .catalog-item-v2 > form { flex-grow: 1 }
.detail-items-slider .catalog-item-v2 > form .card-options_box { margin: 0 }
.detail-items-slider .catalog-item-v2 .catalog-item-img {
    background: #faf9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 327px;
	padding: 8px;
	border-radius: 2px;
	box-sizing: content-box;
	margin-bottom: 24px;
}
.detail-items-slider .catalog-item-v2 .catalog-item-img > img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.detail-items-slider .catalog-item-v2 .catalog-item-img .card-status {
    top: 7px;
    right: 7px;
    z-index: 10;
    border-radius: 0;
    position: absolute;
    box-shadow: none;
}
.detail-items-slider .catalog-item-v2 .catalog-item-img .sale-status {
	background: #fff;
	display: flex;
    align-items: center;
    justify-content: center;
	color: #9c8875;
	font-family: 'Cera Pro';
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	line-height: 10px;
	width: 46px;
	height: 26px;
	position: absolute;
	left: 8px;
	top: 8px;
	border: 1px solid #9c8875;
	border-radius: 2px;
}

.detail-items-slider .catalog-item-v2 .favorites {
    /* background: url('/local/templates/dvernoylider_redesign/img/fav.svg') center no-repeat; */
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 9px;
	top: 40px;
	right: 8px;
	cursor: pointer;
	--svg-fill: none;
}
.detail-items-slider .catalog-item-v2 .favorites:hover svg,
.detail-items-slider .catalog-item-v2 .favorites.active svg { --svg-fill: #373330 }

.detail-items-slider .catalog-item-v2 .catalog-item-title {
	color: #373330;
	font-family: 'Cera Pro';
	font-size: 20px;
	line-height: 25px;
	text-decoration: none;
    /* margin-bottom: 10px; */
	-webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.detail-items-slider .catalog-item-v2 .catalog-item-props,
.detail-items-slider .catalog-item-v2 .catalog-item-colors { margin: 10px 0 22px }
.detail-items-slider .catalog-item-v2 .catalog-item-props { height: 72px }
.detail-items-slider .catalog-item-v2 .catalog-item-prop {
	color: #67584c;
	font-family: 'Cera Pro';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
}
.detail-items-slider .catalog-item-v2 .card-options_title {
	color: #67584c;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
	margin-bottom: 5px;
}
.detail-items-slider .catalog-item-v2 .catalog-item-colors,
.detail-items-slider .catalog-item-v2 .card-options_select {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 16px;
    gap: 16px;
	margin: 0;
}
.detail-items-slider .catalog-item-v2 .catalog-item-colors span,
.detail-items-slider .catalog-item-v2 .card-options_select img {
	width: 16px;
	height: 16px;
	border: 1px solid transparent;
	border-radius: 999px;
	overflow: hidden;
}
.detail-items-slider .catalog-item-v2 .card-options_select span { margin: 0 }
.detail-items-slider .catalog-item-v2 .catalog-item-colors span img { height: 100% }
.detail-items-slider .catalog-item-v2 .card-options_select span:before,
.detail-items-slider .catalog-item-v2 .card-options_select input[type=radio]:checked + span:before,
.detail-items-slider .catalog-item-v2 .card-options_color input[type=radio]:checked + span:before,
.detail-items-slider .catalog-item-v2 .card-options_select span:after,
.detail-items-slider .catalog-item-v2 .card-options_select input[type=radio]:checked + span:after,
.detail-items-slider .catalog-item-v2 .card-options_color input[type=radio]:checked + span:after { display: none }
.detail-items-slider .catalog-item-v2 .card-options_select input[type=radio]:checked + span img { border-color: initial }
.detail-items-slider .catalog-item-v2 .catalog-item-price {
	display: flex;
    align-items: center;
    justify-content: flex-start;
	font-family: 'Cera Pro';
	font-style: normal;
    margin: 24px 0 0;
	gap: 8px;
}
.detail-items-slider .catalog-item-v2 .catalog-item-price .current-price,
.detail-items-slider .catalog-item-v2 .catalog-item-price .current-price .price-from {
	color: #373330;
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
}
.detail-items-slider .catalog-item-v2 .catalog-item-price .discount-price {
	color: #73665c;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-decoration-line: line-through;
}
.detail-items-slider .catalog-item-v2 .catalog-item-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 24px 0 0;
}
.detail-items-slider .catalog-item-v2 .catalog-item-controls a {
    display: inline-block;
	flex-grow: 1;
}
.detail-items-slider-more {
	display: inline-block;
	color: #373330;
	font-family: 'Cera Pro';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
	text-decoration: underline;
	margin-top: 70px;
}
.detail-items-slider-more:hover { text-decoration: none }
.detail-items-slider.owl-index-style .owl-nav .owl-prev { left: -94px }
.detail-items-slider.owl-index-style .owl-nav .owl-next { right: -94px }
@media (max-width: 1360px) {
	.detail-items-slider.owl-index-style .owl-nav .owl-prev { left: 0 }
	.detail-items-slider.owl-index-style .owl-nav .owl-next { right: 0 }
}
@media (max-width: 991px) {
	.detail-items-slider-more {
		color: #73665c;
		font-size: 14px;
		line-height: 24px;
		margin-top: 20px;
	}
}
@media (max-width: 580px) {
	.detail-items-slider {
		width: 100%;
		min-width: 604px;
	}
}
/* End */


/* Start:/local/templates/dvernoylider_redesign/components/bitrix/catalog.item/.default/style.css?174530931620943*/
.catalog-item-v2 {
    display: flex;
	flex-direction: column;
    height: 100%;
}

.catalog-item-v2:hover:before {
    content: no-close-quote;
    position: absolute;
    top: -10px;
    right: -7px;
    bottom: -10px;
    left: -7px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    z-index: -1;
}

.catalog-item-v2 .sku_div,
.catalog-item-v2 > form {
	max-height: 57px;
	flex-grow: 1;
}
.catalog-item-v2 > form .card-options_box { margin: 0 }
.catalog-item-v2 .catalog-item-img {
    background: #faf9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 327px;
	padding: 8px;
	border-radius: 2px;
	box-sizing: content-box;
	margin-bottom: 24px;
}
.catalog-item-v2 .catalog-item-img > img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.catalog-item-v2 .catalog-item-img .card-status {
    top: 7px;
    right: 7px;
    z-index: 10;
    border-radius: 0;
    position: absolute;
    box-shadow: none;
}
.catalog-item-v2 .catalog-item-img .sale-status {
	background: #fff;
	display: flex;
    align-items: center;
    justify-content: center;
	color: #9c8875;
	font-family: 'Cera Pro';
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	line-height: 10px;
	width: 46px;
	height: 26px;
	position: absolute;
	left: 8px;
	top: 8px;
	border: 1px solid #9c8875;
	border-radius: 2px;
}

.catalog-item-v2 .favorites {
    /* background: url('/local/templates/dvernoylider_redesign/img/fav.svg') center no-repeat; */
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 9px;
	top: 40px;
	right: 8px;
	cursor: pointer;
	--svg-fill: none;
}
.catalog-item-v2 .favorites:hover svg,
.catalog-item-v2 .favorites.active svg { --svg-fill: #373330 }

.catalog-item-v2 .catalog-item-title {
	color: #373330;
	font-family: 'Cera Pro';
	font-size: 20px;
	line-height: 25px;
	text-decoration: none;
    /* margin-bottom: 10px; */
	-webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.catalog-item-v2 .catalog-item-props,
.catalog-item-v2 .catalog-item-colors { margin: 10px 0 22px }
.catalog-item-v2 .catalog-item-props { height: 72px }
.catalog-item-v2 .catalog-item-prop {
	color: #67584c;
	font-family: 'Cera Pro';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
}
.catalog-item-v2 .card-options_title {
	color: #67584c;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
	margin-bottom: 5px;
}
.catalog-item-v2 .catalog-item-colors,
.catalog-item-v2 .card-options_select {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 16px;
    gap: 16px;
	margin: 0;
}
.catalog-item-v2 .catalog-item-colors span,
.catalog-item-v2 .card-options_select img {
	width: 16px;
	height: 16px;
	border: 1px solid transparent;
	border-radius: 999px;
	overflow: hidden;
}
.catalog-item-v2 .card-options_select span { margin: 0 }
.catalog-item-v2 .catalog-item-colors span img { height: 100% }
.catalog-item-v2 .card-options_select span:before,
.catalog-item-v2 .card-options_select input[type=radio]:checked + span:before,
.catalog-item-v2 .card-options_color input[type=radio]:checked + span:before,
.catalog-item-v2 .card-options_select span:after,
.catalog-item-v2 .card-options_select input[type=radio]:checked + span:after,
.catalog-item-v2 .card-options_color input[type=radio]:checked + span:after { display: none }
.catalog-item-v2 .card-options_select input[type=radio]:checked + span img { border-color: initial }
.catalog-item-v2 .catalog-item-price {
	display: flex;
    align-items: center;
    justify-content: flex-start;
	font-family: 'Cera Pro';
	font-style: normal;
    margin: 24px 0 0;
	gap: 8px;
}
.catalog-item-v2 .catalog-item-price .current-price,
.catalog-item-v2 .catalog-item-price .current-price .price-from {
	color: #373330;
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
}
.catalog-item-v2 .catalog-item-price .discount-price {
	color: #73665c;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-decoration-line: line-through;
}
.catalog-item-v2 .catalog-item-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 24px 0 0;
}
.catalog-item-v2 .catalog-item-controls a {
    display: inline-block;
	flex-grow: 1;
}
.catalog-item-v2 .catalog-item-img .products__item-rating {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    text-shadow: none;
    right: auto;
    left: 14px;
}
.catalog-item-v2 .catalog-item-img .products__item-rating svg {
    color: var(--secondary);
    margin: 0 0 0 4px;
    display: block;
    position: relative;
    top: -1px;
    width: 14px;
    height: 14px;
}




.catalog-item-v2 .product-item-container { height: 100% }

/*Label*/
.catalog-item-v2 .product-item-label-text,
.catalog-item-v2 .product-item-label-ring {
	position: absolute;
	z-index: 15;
}

.catalog-item-v2 .product-item-label-text span,
.catalog-item-v2 .product-item-label-ring {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #f42c2c;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	transition: all 250ms ease;
}

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

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

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

/*SMALL*/
.catalog-item-v2 .product-item-label-text.product-item-label-small span,
.catalog-item-v2 .product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
	margin-bottom: 1px;
	padding: 2px 7px;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
}

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

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

.catalog-item-v2 .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) {
	.catalog-item-v2 .product-item-label-text > div { line-height: 0; }

	.catalog-item-v2 .product-item-label-text.product-item-label-small span,
	.catalog-item-v2 .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;
	}

	.catalog-item-v2 .product-item-big-card .product-item-label-text.product-item-label-small span,
	.catalog-item-v2 .product-item-label-text.product-item-label-big span,
	.catalog-item-v2 .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;
	}

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

/*RING*/
.catalog-item-v2 .product-item-label-ring {
	box-sizing: border-box;
	border-radius: 50%;
	font-weight: bold;
}

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

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

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

.catalog-item-v2 .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) {
	.catalog-item-v2 .product-item-label-ring.product-item-label-small,
	.catalog-item-v2 .product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
		--product-item-label-ring-size: 40px;
		width: var(--product-item-label-ring-size);
		height: var(--product-item-label-ring-size);
		line-height: var(--product-item-label-ring-size);
		font-size: 14px;
	}

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

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

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

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

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

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

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

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

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

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

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

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

/*Info*/
.catalog-item-v2 .product-item-line-card .product-item-info-container { text-align: center; }

.catalog-item-v2 .product-item-info-container { margin-bottom: 8px; }

.catalog-item-v2 .product-item-info-container-title {
	color: #000;
	font-weight: bold;
	font-size: 13px;
}

.catalog-item-v2 .bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
	display: none;
	opacity: 0;
	transition: opacity 300ms ease;
}

.bx-touch .catalog-item-v2 .product-item-info-container.product-item-touch-hidden { display: none !important }

.bx-touch .catalog-item-v2 .product-item-info-container.product-item-hidden,
.bx-no-touch .catalog-item-v2 .product-item-container.hover .product-item-info-container.product-item-hidden,
.catalog-item-v2 .product-item-line-card .product-item-container .product-item-info-container.product-item-hidden {
	display: block;
	opacity: 1;
}

/* SCU */
.catalog-item-v2 .product-item-scu-container { padding: 0 0 2px; }

.catalog-item-v2 .product-item-scu-container-title {
	color: #333;
	font-size: 12px;
}

.catalog-item-v2 .product-item-scu-block { }

.catalog-item-v2 .product-item-scu-list { margin: 0; }

.catalog-item-v2 .product-item-scu-item-list {
	overflow: hidden;
	margin: 0 0 0 -2px;
	padding: 0;
	list-style: none;
	display: flex;
    gap: 16px;
}

.catalog-item-v2 .product-item-scu-item-color-container,
.catalog-item-v2 .product-item-scu-item-text-container {
	/* float: left; */
	display: inline-block;
	box-sizing: border-box;
	/* padding: 5px 3px; */
	padding: 1px;
	max-width: 100%;
}

.catalog-item-v2 .product-item-scu-item-text-container { min-width: 32px; }

.catalog-item-v2 .product-item-scu-item-color-container {
	max-width: 22px;
}

.catalog-item-v2 .product-item-scu-item-color-block {
	position: relative;
	outline: 1px solid #c0cfda;
	cursor: pointer;
	
	width: 16px;
    height: 16px;
    border: 1px solid transparent;
    border-radius: 999px;
    overflow: hidden;
}

.bx-no-touch .catalog-item-v2 .product-item-scu-item-color-block {
	transition: outline 200ms ease;
}

.bx-retina .catalog-item-v2 .product-item-scu-item-color-block { outline-width: .5px; }

.catalog-item-v2 .product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-color: #303030; }

.catalog-item-v2 .product-item-scu-item-color {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.catalog-item-v2 .product-item-scu-item-text-block {
	position: relative;
	padding: 0 5px;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .catalog-item-v2 .product-item-scu-item-text-block {
	transition: outline 300ms ease;
}

.bx-retina .catalog-item-v2 .product-item-scu-item-text-block { outline-width: .5px; }

.catalog-item-v2 .product-item-scu-item-text-container.selected .product-item-scu-item-text-block { outline-width: 2px; }

.bx-retina .catalog-item-v2 .product-item-scu-item.selected .product-item-scu-item-text-block { outline-width: 1px; }

.catalog-item-v2 .product-item-scu-item-text {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 18px;
}

.catalog-item-v2 .product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.catalog-item-v2 .product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	position: relative;
	outline-color: #a9adb4 !important;
}

.catalog-item-v2 .product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.catalog-item-v2 .product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size: 80% 80%;
	content: "";
}

@media (max-width: 991px) {
	.catalog-item-v2 .product-item-line-card .product-item-scu-container-title { text-align: center; }

	.catalog-item-v2 .product-item-line-card .product-item-scu-item-list { text-align: center; }

	.catalog-item-v2 .product-item-line-card .product-item-scu-item-color-container,
	.catalog-item-v2 .product-item-line-card .product-item-scu-item-text-container {
		display: inline-block;
		float: none;
	}
}

/*Buttons*/
.catalog-item-v2 .product-item-button-container { text-align: center; }

.catalog-item-v2 .product-item-button-container .btn { margin-bottom: 2px; }

/*Stickers*/
.catalog-item-v2 .product-item-sticker,
.catalog-item-v2 .product-item-sticker-round { display: none; }

/*More*/
.catalog-item-v2 .product-item-more-container {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 15px 15px 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
	transition: all 300ms ease;
}

.catalog-item-v2 .product-item-more-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
}

.catalog-item-v2 .product-item-more {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;
	background-size: 50%;
	opacity: .7;
	transition: opacity 300ms ease;
}

.bx-touch .catalog-item-v2 .product-item-more,
.catalog-item-v2 .product-item-container.hover .product-item-more { opacity: 1; }

.catalog-item-v2 .product-item-more-title {
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.catalog-item-v2 input[type='number'] { -moz-appearance: textfield }
.catalog-item-v2 input::-webkit-outer-spin-button,
.catalog-item-v2 input::-webkit-inner-spin-button { -webkit-appearance: none }
/* End */


/* Start:/local/templates/dvernoylider_redesign/new/css/index-new_collections.css?17453093161219*/
.index-new_collections { width: 100% }
.new_collections-items {
    display: flex;
	justify-content: space-between;
	gap: 29px 32px;
	overflow: auto;
}
.new_collections-title {
	color: #373330;
	font-family: 'Cera Pro';
	font-size: 42px;
	line-height: 49px;
	margin-bottom: 45px;
}
.new_collections-items .new_collections-item {
	color: #373330;
	font-family: 'Cera Pro';
	flex: 1 1 100%;
	text-decoration: none;
	max-width: 90vw;
	min-width: 281px;
	margin-bottom: 20px;
}
.new_collections-items .new_collections-item img { max-width: 100% }
.new_collections-items .new_collections-item .new_collections-item-data {
	display: flex;
    flex-direction: column;
	margin-top: 15px;
    gap: 4px;
}
.new_collections-items .new_collections-item .new_collections-item-title {
	font-size: 28px;
	font-weight: 500;
	line-height: 35px;
	text-decoration: none;
}
.new_collections-items .new_collections-item .new_collections-item-title:hover { text-decoration: underline }
.new_collections-items .new_collections-item .new_collections-item-desc {
	color: rgb(103, 88, 76);
	line-height: 20px;
}

@media screen and (max-width: 768px) {
	.new_collections-title {
		font-size: 34px;
		line-height: 43px;
		margin-bottom: 32px;
	}
}
/* End */


/* Start:/local/templates/dvernoylider_redesign/components/bitrix/news.list/index-action/style.css?16934800282747*/
.index-actions {
	font-family: 'Cera Pro';
	color: #373330;
	width: 100%;
	padding: 69px 0;
}
.index-actions-title {
	display: flex;
    justify-content: space-between;
    align-items: center;
	font-size: 48px;
	line-height: 60px;
	margin-bottom: 45px;
}
.index-actions-title a {
	font-weight: 500;
	font-size: 20px;
	text-decoration-line: underline;
}
.index-action-slide {
	display: inline-flex;
    flex-direction: column;
    gap: 48px;
	width: 100%;	/* на случай странного текста */
}
.index-action-slide .index-action-slide-img {
	background: #d9d9d9;
	max-height: 400px;
	border-radius: 8px;
	overflow: hidden;
}
.index-action-slide .index-action-slide-data {
	display: flex;
	flex-direction: column;
	gap: 24px;
	color: #373330;
}
.index-action-slide .index-action-slide-data .index-action-slide-title {
	font-size: 36px;
	line-height: 45px;
	-webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.index-action-slide .index-action-slide-data .index-action-slide-text {
	color: #67584c;
	font-size: 16px;
	line-height: 24px;
	-webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.index-action-slide .index-action-slide-data .index-action-slide-link {
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	text-decoration: underline;
}
.index-action-slide .index-action-slide-data .index-action-slide-link:hover { text-decoration: none }
.index-actions-slider.owl-index-style .owl-nav .owl-next,
.index-actions-slider.owl-index-style .owl-nav .owl-prev { top: 31% }
.index-actions-slider.owl-index-style .owl-nav .owl-prev { left: -94px }
.index-actions-slider.owl-index-style .owl-nav .owl-next { right: -94px }
.index-action-slide.last-item,
.index-all-action-link.bottom { display: none }
    
@media (max-width: 1360px) {
	.index-actions-slider.owl-index-style .owl-nav .owl-prev { left: 0 }
	.index-actions-slider.owl-index-style .owl-nav .owl-next { right: 0 }
}

@media (max-width: 991px) {
	.index-actions-title {
		font-size: 36px;
		line-height: 45px;
	}
	.index-action-slide .index-action-slide-img { max-width: 281px }
	.index-action-slide .index-action-slide-data .index-action-slide-title {
		font-weight: 500;
		font-size: 24px;
		line-height: 30px;
	}
	.index-all-action-link.bottom {
		display: block;
		font-weight: 500;
		font-size: 20px;
		line-height: 25px;
		text-align: center;
		text-decoration: underline;
		margin-top: 32px;
	}
	.index-actions-title a,
	.owl-index-style .owl-controls,
	.owl-index-style .owl-controls.clickable { display: none !important }
}
@media (max-width: 580px) {
	.index-actions { overflow: hidden }
	.index-actions .index-actions-slider {
		width: 100%;
		min-width: 586px;
	}
}
/* End */


/* Start:/local/templates/dvernoylider_redesign/components/solverweb/catalog.smart.filter/index-filter/style.css?17453093166120*/
.index-filter {
	color: #373330;
	font-family: 'Cera Pro';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	padding: 69px 0;
}
.index-filter .smartIndexFilter { position: relative } /* form */
.index-filter #modef {
	background: none;
	padding: 0;
    margin: 0;
    left: 0;
	border: none;
}
.index-filter .index-filter-title {
	font-size: 48px;
	line-height: 60px;
	margin-bottom: 11px;
}
.index-filter .index-filter-title.h2 { margin-bottom: 13px }
.index-filter .index-filter-subtitle {
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
}
.index-filter .index-filter-form-wrap {
	background: url('/local/templates/dvernoylider_redesign/components/solverweb/catalog.smart.filter/index-filter/images/filter-bg.jpg') left center no-repeat;
	padding: 51px 0 0 352px;
}
.index-filter .index-filter-filter-block {
	display: flex;
    align-items: center;
    gap: 48px;
}
.index-filter .index-filter-filter-vars {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
/* .index-filter .index-filter-filter-vars .collapsed { */
	/* height: 100px; */
	/* overflow: hidden; */
/* } */
.index-filter .index-filter-filter-title {
	flex-shrink: 0;
	font-weight: 500;
	/* width: 106px; */
	width: 140px;
}
.index-filter .index-filter-filter-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 21px;
    cursor: pointer;
}
.index-filter .index-filter-filter-label span:not(.suggest) {
	padding: 8px 24px;
	border: 1px solid #cac3bf;
	border-radius: 99px;
	overflow: hidden;
}
.index-filter .index-filter-filter-label.index-filter-more span:not(.suggest),
.index-filter .index-filter-filter-label.index-filter-more span:not(.suggest):hover {
	color: #f78d4b;
	text-decoration-line: underline;
	border-color: transparent;
}
.index-filter .index-filter-filter-label.index-filter-more span:not(.suggest):hover {
	background: transparent;
	text-decoration-line: none;
}
.index-filter .index-filter-filter-label.disabled {
    opacity: .5;
}
.index-filter .index-filter-filter-color-list .index-filter-filter-label:not(.index-filter-more) {
	position: relative;
	border-radius: 999px;
}
.index-filter .index-filter-filter-color-list .index-filter-filter-label:not(.index-filter-more) span:not(.suggest) {
	width: 40px;
	height: 40px;
    padding: 0;
	border: 1px solid transparent;
}
.index-filter .index-filter-filter-color-list .index-filter-filter-label .suggest {
    display: none;
	font-size: 13px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.index-filter .index-filter-filter-color-list .index-filter-filter-label:hover .suggest { display: inline }

.index-filter .catalog-filter_slider-wrap {
    margin: 0;
}
.index-filter .index-filter-filter-block.catalog-filter_slider {
	padding: 0;
	border: none;
}
.index-filter .index-filter-filter-block.catalog-filter_slider .index-filter-filter-vars {
	flex-direction: column;
}

.index-filter .hidden,
.index-filter .catalog-filter_slider-status,
.index-filter-price .index-filter-price-inputs .price-input-data input,
.index-filter .index-filter-filter-label input { display: none }
.index-filter .index-filter-filter-label input:checked + span,
.index-filter .index-filter-filter-color-list .index-filter-filter-label:not(.index-filter-more) input:checked + span:not(.suggest) {
	background: #cac3bf;
	color: #fff;
	/* border: 1px solid #373330; */
}
.index-filter .index-filter-price  {
	gap: 0;
}
.index-filter-price .index-filter-price-inputs {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 8px;
	background: #fff;
	color: #9c8875;
	font-size: 14px;
	line-height: 18px;
	width: 322px;
	height: 40px;
	padding: 10px 16px;
	border: 1px solid #e4e3e1;
	border-radius: 4px;
}
.index-filter-price .noUi-base {
    width: calc(100% - 14px);
    /* margin: 0 auto; */
	margin-left: 8px;
}
.index-filter-price .noUi-horizontal,
.index-filter-price .noUi-base,
.index-filter-price .noUi-connects {
    height: 1px;
	border: none;
}
.index-filter .index-filter-price .noUi-horizontal .noUi-handle {
	background: #f78d4b;
	width: 9px;
	height: 9px;
	top: -4px;
	right: -4px;
	box-shadow: 0px 2px 4px rgba(238, 175, 65, 0.25), inset -4px -4px 4px rgba(0, 0, 0, 0.05), inset 1px 1px 5px rgba(255, 255, 255, 0.15);
}

.index-filter .normal-button {
    border-radius: 2px;
}

.index-filter .normal-button.disabled,
.index-filter .normal-button[disabled] {
    opacity: 0.3;
	cursor: default;
	pointer-events: none;
}
.index-filter .normal-button.disabled:hover,
.index-filter .normal-button[disabled]:hover {
	background: #373330;
	color: #fff;
}


.index-filter .index-filter-delimiter {
	background: #e4e3e1;
	width: 100%;
	height: 1px;
	margin: 32px 0;
}
.index-filter #modef_bottom {
	margin: 80px 0 5px;
}

@media (max-width: 991px) {
	.index-filter .index-filter-form-wrap {
		background: none;
		padding: 51px 0 0;
	}
}
@media (max-width: 768px) {
	#modef,
	.index-filter .index-filter-filter-vars { display: none }
	.index-filter .index-filter-title {
		font-size: 36px;
		line-height: 45px;
		margin-bottom: 11px;
	}
	.index-filter .index-filter-subtitle {
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
	}
	.index-filter .index-filter-filter-block {
		flex-direction: column;
		align-items: flex-start;
		justify-content: stretch;
		gap: 16px;
	}
	.index-filter .index-filter-filter-vars { width: 100% }
	.index-filter .index-filter-filter-title {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
	.index-filter .index-filter-filter-title:after {
		content: no-close-quote;
		background-image: url('/local/templates/dvernoylider_redesign/img/arrow-right.svg');
		background-position: right center;
		background-repeat: no-repeat;
		width: 24px;
		height: 24px;
		transform: rotate(90deg);
	}
	.index-filter .index-filter-filter-title.active:after { transform: rotate(-90deg) }
	.index-filter .index-filter-filter-title.active + .index-filter-filter-vars { display: flex }
	.index-filter .index-filter-delimiter { margin: 16px 0 }
}
@media (max-width: 580px) {
	.index-filter-price .index-filter-price-inputs { width: 100% }
}
/* End */


/* Start:/local/templates/dvernoylider_redesign/components/bitrix/form.result.new/index-podbor/style.css?17453950854285*/
.index-podbor-form-wrap { padding: 46px 0 130px }
.index-podbor-form {
	display: flex;
	position: relative;
	background: #f8f8f8;
	color: #373330;
	font-family: 'Cera Pro';
}
.index-podbor-form  .feild_wrapper { width: auto }
.index-podbor-form .errortext {
    display: block;
	margin: -16px 0 0px;
}
.index-podbor-form .success {
	display: inline-flex;
    justify-content: center;
    align-items: center;
	color: green;
	font-size: 20px;
	height: 40px;
}
.index-podbor-form .podbor-form-left {
	background-color: #eaeaea;
	font-size: 0;
}
.index-podbor-form .podbor-form-right {
	display: flex;
	flex-direction: column;
	/* font-size: 0; */
	width: 100%;
    padding: 50px 63px 37px 78px;
	z-index: 0;
}
.index-podbor-form form {
	display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    gap: 10px;
}
.index-podbor-form .podbor-form-title.h2 { margin-bottom: 8px }
.index-podbor-form .podbor-form-desc {
	font-size: 17px;
	line-height: 24px;
	max-width: 430px;
    margin-bottom: 22px;
}
.index-podbor-form form [data-phone="phone"] {
	background: #fff;
	font-size: 14px;
	line-height: 18px;
	width: 225px;
	height: 47px;
	padding: 15px 16px 16px;
	border: 1px solid #e4e3e1;
	border-radius: 4px;
}
.index-podbor-form form .submit {
    padding: 8px 23px;
	width: 225px;
	height: 51px;
}
.index-podbor-form form .file_load {
	line-height: 24px;
	display: flex;
    align-items: center;
    gap: 9px;
	cursor: pointer;
}
.index-podbor-form form .file_load:before {
	content: no-close-quote;
	background-image: url('/local/templates/dvernoylider_redesign/components/bitrix/form.result.new/index-podbor/images/form_skrep.png');
	background-repeat: no-repeat;
	background-position: left;
	width: 17px;
	height: 18px;
}
.index-podbor-form form [data-file="file"] { display: none }
.index-podbor-form .podbor-form-politics {
	display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 24px;
    margin-top: 6px;
	gap: 3px;
}
.index-podbor-form .podbor-form-politics input[type="checkbox"] { margin: 3px 3px 3px 4px }
.index-podbor-form .podbor-form-politics a { text-decoration: underline }
.index-podbor-form .podbor-form-politics a:hover { text-decoration: none }

@media (max-width: 991px) {
	.index-podbor-form { flex-direction: column }
	.index-podbor-form .podbor-form-title.h2 {
        font-size: 34px;
        line-height: 43px;
    }
	.index-podbor-form .podbor-form-desc {
        font-size: 17px;
        line-height: 24px;
	}
	.index-podbor-form .podbor-form-left { order: 2 }
	.index-podbor-form .podbor-form-left img { max-width: 100% }
	.index-podbor-form .podbor-form-right { padding: 30px 15px }
	.index-podbor-form form { flex-direction: column }
	.index-podbor-form form .input {
		width: 100%;
		max-width: 343px;
	}
}
@media (max-width: 580px) {
	.index-podbor-form form [data-phone="phone"] { width: 100% }
}

.index-podbor-form input[type=tel]:-moz-placeholder,
.index-podbor-form input[type=email]:-moz-placeholder,
.index-podbor-form input[type=text]:-moz-placeholder,
.index-podbor-form select:-moz-placeholder,
.index-podbor-form textarea:-moz-placeholder { color: #9c8875 }
.index-podbor-form input[type=email]::-moz-placeholder,
.index-podbor-form input[type=tel]::-moz-placeholder,
.index-podbor-form input[type=text]::-moz-placeholder,
.index-podbor-form select::-moz-placeholder,
.index-podbor-form textarea::-moz-placeholder { color: #9c8875 }
.index-podbor-form input[type=tel]:-ms-input-placeholder,
.index-podbor-form input[type=email]:-ms-input-placeholder,
.index-podbor-form input[type=text]:-ms-input-placeholder,
.index-podbor-form select:-ms-input-placeholder,
.index-podbor-form textarea:-ms-input-placeholder { color: #9c8875 }
.index-podbor-form input[type=tel]::-webkit-input-placeholder,
.index-podbor-form input[type=email]::-webkit-input-placeholder,
.index-podbor-form input[type=text]::-webkit-input-placeholder,
.index-podbor-form select::-webkit-input-placeholder,
.index-podbor-form textarea::-webkit-input-placeholder { color: #9c8875 }


#podbor {
    width: auto;
	max-width: 100%;
    height: auto;
    padding: 0;
}
#podbor .index-podbor-form-wrap { padding: 0 }
@media (max-width: 1200px) {
	#podbor .index-podbor-form .podbor-form-right { padding: 20px }
}
@media (max-width: 991px) {
	/* #podbor .index-podbor-form .podbor-form-left { display: none } */
}
/* End */


/* Start:/local/templates/dvernoylider_redesign/new/css/index-montag.css?17453093161713*/
.index-montag {
	display: flex;
	color: #373330;
	width: 100%;
	padding-bottom: 100px;
	gap: 22px 41px;
}
.catalog-new.element .index-montag { padding-bottom: 53px }
.montag-left {
    display: flex;
	/* justify-content: space-between; */
	flex-direction: column;
    align-items: flex-start;
	/* gap: 38px; */
	max-width: 550px;
}
.montag-right { font-size: 0 }
.montag-items {
    display: flex;
	justify-content: space-between;
	gap: 29px 50px;
	overflow: auto;
	margin-bottom: 30px;
}
.index-montag .montag-title.h2 {
	/* font-family: 'Cera Pro'; */
	/* font-size: 42px; */
	/* line-height: 49px; */
	/* margin-bottom: -22px; */
	margin-bottom: 18px;
}
.montag-subtitle {
	font-family: 'Cera Pro';
	font-size: 17px;
	line-height: 24px;
	max-width: 380px;
    margin-bottom: 39px;
}
.montag-items .montag-item {
	font-family: 'Cera Pro';
	flex: 1 1 100%;
}
.montag-items .montag-item .montag-item-img { margin-bottom: 10px }
.montag-items .montag-item .montag-item-title {
	font-size: 17px;
	line-height: 24px;
}

.index-montag .normal-button {
    line-height: 39px;
    width: 284px;
    height: 57px;
}

@media screen and (min-width: 1201px) {
	.montag-items .montag-item { max-width: 200px }
}
@media screen and (max-width: 1200px) {
	.montag-right img { max-width: 100% }
}
@media (max-width: 991px) {
	.index-montag .montag-title.h2 {
		font-size: 34px;
		line-height: 43px;
		margin-bottom: 17px;
	}
	.montag-items {
		flex-direction: column;
		max-width: 260px;
		margin-bottom: 42px;
		gap: 18px;
	}
	.montag-items .montag-item {
		display: flex;
		gap: 20px;
	}
}
@media screen and (max-width: 768px) {
	.index-montag {
		display: flex;
		color: #373330;
		width: 100%;
		flex-direction: column;
	}
}
/* End */


/* Start:/local/templates/dvernoylider_redesign/new/css/index-last_install.css?17453093162930*/
.index-last_install {
	padding-bottom: 85px;
    width: 100%;
}
.index-last_install .h2 {
	color: rgb(55, 51, 48);
	font-family: 'Cera Pro';
	font-size: 42px;
	font-weight: 400;
	line-height: 49px;
}
.last_install-left {
    display: flex;
	/* justify-content: space-between; */
	flex-direction: column;
    align-items: flex-start;
	/* gap: 38px; */
	max-width: 550px;
	width: 534px;
}
.last_install-right { font-size: 0 }
.last_install-right,
.last_install-right .img-second {
    display: flex;
    gap: 19px 25px;
}
.last_install-right .img-second { flex-direction: column }
.last_install-items { }
.last_install-items .last_install-item {
    display: flex;
	justify-content: space-between;
	gap: 29px 50px;
	/* overflow: auto; */
	/* margin-bottom: 35px; */
	/* display: flex; */
	/* gap: 20px; */
}
.last_install-title {
	font-family: 'Cera Pro';
	font-size: 36px;
	line-height: 45px;
	/* margin-bottom: -22px; */
	max-width: 400px;
	margin-bottom: 17px;
}
.last_install-filters {
    display: flex;
    margin-bottom: 10px;
    max-width: 380px;
    gap: 22px;
}
	.last_install-filters .sku-item { max-width: 100px }
		.last_install-filters .sku-item-title {
			color: #373330;
			font-weight: 500;
			font-size: 13px;
			line-height: 24px;
			text-transform: uppercase;
		}
		.last_install-filters .sku-item-img {
			background-size: contain;
			background-repeat: no-repeat;
			background-position: center;
			width: 74px;
			height: 74px;
			margin: 6px;
		}
		.last_install-filters .sku-item-text {
			color: #73665c;
			font-size: 14px;
			line-height: 16px;
		}
.last_install-props {
	font-family: 'Cera Pro';
	font-size: 17px;
	line-height: 24px;
	max-width: 380px;
    margin-bottom: 40px;
}
.index-last_install .normal-button {
    line-height: 39px;
    width: 284px;
    height: 57px;
}

@media screen and (min-width: 1201px) {
	/* .last_install-items .last_install-item { max-width: 200px } */
	.last_install-left { width: auto }
}
@media screen and (max-width: 1200px) {
	.last_install-right img { max-width: 100% }
}
@media screen and (min-width: 992px) {
.last_install-right .last_install-slider.owl-carousel { display: none }
}
@media screen and (max-width: 991px) {
	.last_install-left { max-width: 100% }
	.last_install-items .last_install-item { flex-direction: column }
	/* .last_install-right .img-first { */
		/* height: 342px; */
		/* overflow: hidden; */
	/* } */
	.last_install-right .img-first,
	.last_install-right .img-second { display: none }
	/* .last_install-right img { */
		/* position: relative; */
        /* top: 50%; */
        /* transform: translateY(-50%); */
	/* } */
	.last_install-right .last_install-slider.owl-carousel .owl-item { padding: 0 }
	.last_install-right .last_install-slider.owl-carousel.owl-theme .owl-dots {
		padding: 0;
		margin-top: 10px !important;
	}
}
@media screen and (max-width: 768px) {
	.last_install-title {
		font-size: 34px;
		line-height: 43px;
	}
}
/* End */


/* Start:/local/templates/dvernoylider_redesign/new/css/index-gallery.css?1745309316906*/
.index-gallery {
	width: 100%;
	padding-bottom: 100px;
}
.index-gallery .gallery-items {
    display: flex;
	justify-content: space-between;
	gap: 21px;
}
.index-gallery .gallery-items .gallery-item { flex: 1 1 100% }
.index-gallery .gallery-items .gallery-item img { max-width: 100% }

.index-gallery .gallery-items.owl-index-style .owl-nav .owl-prev { left: -94px }
.index-gallery .gallery-items.owl-index-style .owl-nav .owl-next { right: -94px }
.index-action-slide.last-item,
.index-all-action-link.bottom { display: none }

.index-gallery .gallery-items.owl-index-style .owl-item { padding: 0 }
.index-gallery .gallery-items.owl-index-style.owl-theme .owl-dots {
	padding: 0;
	margin-top: 10px !important;
}
    
@media (max-width: 1360px) {
	.index-gallery .gallery-items.owl-index-style .owl-nav .owl-prev { left: 0 }
	.index-gallery .gallery-items.owl-index-style .owl-nav .owl-next { right: 0 }
}
/* End */


/* Start:/local/templates/dvernoylider_redesign/new/css/index-pokraska.css?17453093161716*/
.index-pokraska {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 75px;
    gap: 22px;
}
.index-pokraska .index-pokraska-title.h2 { max-width: 450px }
.pokraska-left { max-width: 515px }
	.pokraska-text {
		color: var(--primary);
		font-family: 'Cera Pro';
		font-size: 17px;
		line-height: 24px;
		max-width: 360px;
		margin: 20px 0;
	}
.pokraska-img {
	position: relative;
	font-size: 0;
}
	.pokraska-quote {
		background: var(--primary);
		font-size: 16px;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 212px;
		/* height: 300px; */
	}
		.pokraska-quote-img {
			font-size: 0;
			position: absolute;
			bottom: 0;
		}
			.pokraska-img > img { max-width: 100% }
		.pokraska-quote-text {
			color: #fff;
			font-weight: 500;
			line-height: 22px;
			padding: 20px 24px;
		}
			.pokraska-quote-text > p:first-child { margin-bottom: 7px }
			.pokraska-quote-text .remark {
				font-size: 13px;
				font-weight: 400;
				line-height: 18px;
			}

.index-pokraska .normal-button {
    display: block;
	line-height: 39px;
    width: 245px;
    height: 57px;
}

@media screen and (min-width: 1201px) {
	.pokraska-quote-img { right: 100% }
}
@media screen and (max-width: 1200px) {
	.pokraska-quote-img { left: 100% }
}
@media screen and (min-width: 992px) {
	.pokraska-text .psevdoquote { display: none }
}
@media screen and (max-width: 991px) {
	.index-pokraska {
		flex-direction: column;
		padding-bottom: 53px;
	}
	.index-pokraska .index-pokraska-title.h2 { margin-bottom: 0 }
	.pokraska-left { max-width: initial }
	.pokraska-text {
		max-width: 292px;
		margin: 13px 0 18px;
	}
	.pokraska-text .psevdoquote { margin-top: 8px }
	.pokraska-quote { display: none }
}
/* End */


/* Start:/local/templates/dvernoylider_redesign/new/css/twentytwenty.css?17453093166537*/
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }
  .twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block; }
  .twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }
  .twentytwenty-before-label:before {
    content: attr(data-content); }

.twentytwenty-after-label {
  opacity: 0; }
  .twentytwenty-after-label:before {
    content: attr(data-content); }

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }
  .twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
    .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
    .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px; }

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px; }

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px; }

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px; }

/* End */


/* Start:/local/templates/dvernoylider_redesign/new/css/index-defect.css?17453093163398*/
.index-defect {
	width: 100%;
    padding-bottom: 73px;
}
.index-defect .defect-title.h2 {
    line-height: 53px;
    max-width: 800px;
	margin-bottom: 18px;
}
.defect-item-tabs {
	width: 100%;
	padding: 69px 0;
}
.defect-item-tabs .tabs-list {
	display: flex;
	margin-bottom: 24px;
	gap: 18px;
}
.defect-item-tabs .tabs-list li {
    display: flex;
    align-items: center;
}
.defect-item-tabs .tabs-list li a {
	color: var(--primary);
	line-height: 24px;
	text-decoration: none;
	padding: 9px 32px 10px 32px;
	border: 1px solid #444;
	border-radius: 2px;
	white-space: nowrap;
}
.defect-item-tabs .tabs-list li a:hover,
.defect-item-tabs .tabs-list li.active a { color: #373330 }

.index-defect .twentytwenty-container img { width: 100% }
.index-defect .twentytwenty-overlay:hover { background: none }
.index-defect .twentytwenty-before-label,
.index-defect .twentytwenty-after-label { opacity: 1 }
.index-defect .twentytwenty-before-label:before,
.index-defect .twentytwenty-after-label:before {
    background: #fff;
    color: var(--primary);
    font-size: 16px;
    line-height: 25px;
	letter-spacing: initial;
    top: 50px;
    padding: 10px;
}
.index-defect .twentytwenty-before-label:before { left: 42px }
.index-defect .twentytwenty-after-label:before { right: 42px }
.index-defect .twentytwenty-handle {
    background: #fff;
    width: 18px;
    height: 56px;
	margin-left: -9px;
    margin-top: -28px;
    border-radius: 15px;
}
.index-defect .twentytwenty-handle:before { margin-bottom: 33px }
.index-defect .twentytwenty-handle:after { margin-top: 33px }
.index-defect .twentytwenty-left-arrow {
	margin-left: -7px;
	transform: rotate(180deg);
}
.index-defect .twentytwenty-right-arrow { margin-right: -7px }
.index-defect .twentytwenty-left-arrow,
.index-defect .twentytwenty-right-arrow {
	background-image: url("data:image/svg+xml,%3Csvg id='lfarow-twentytwenty' width='3.986938' height='10.755371' viewBox='0 0 3.98694 10.7554' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath id='Vector 218' d='M0.43 0.26L3.4 5.07L0.43 10.51' stroke='%23636363' stroke-opacity='1.000000' stroke-width='1.000000'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
	width: 4px;
    height: 11px;
	margin-top: -5px;
    border: 0;
}

@media (max-width: 991px) {
	.index-defect {
    padding-bottom: 53px;
}
	.index-defect .defect-title.h2 {
		font-weight: 400;
		font-size: 34px;
		line-height: 43px;
		max-width: 305px;
	}
	.defect-item-tabs { padding: 0 }
	.defect-item-tabs > .tabs-list {
		margin-bottom: 9px;
		gap: 10px;
	}
	.defect-item-tabs > .tabs-list,
	.defect-item-tabs > .tab > .tab-wrap { overflow: auto }
	.index-defect .twentytwenty-before-label,
	.index-defect .twentytwenty-after-label { display: none }
	.defect-item-tabs .tabs-list li a { padding: 9px 15px 10px }
	.index-defect .twentytwenty-handle {
		width: 8px;
        height: 38px;
        margin-left: -4px;
        margin-top: -19px;
	}
	.index-defect .twentytwenty-handle:before { margin-bottom: 24px }
	.index-defect .twentytwenty-handle:after { margin-top: 24px }
	
	.index-defect .twentytwenty-left-arrow,
	.index-defect .twentytwenty-right-arrow {
		width: 3px;
		height: 8px;
		margin-top: -4px;
	}
	.index-defect .twentytwenty-left-arrow { margin-left: -5px }
	.index-defect .twentytwenty-right-arrow { margin-right: -5px }
}

/* End */


/* Start:/local/templates/dvernoylider_redesign/new/css/index-accuracy.css?17453093161115*/
.index-accuracy {
	width: 100%;
	padding-bottom: 101px;
}
.accuracy-items {
    display: flex;
	justify-content: space-between;
	gap: 32px;
	overflow: auto;
}
.index-accuracy .accuracy-title.h2 {
	margin-bottom: 45px;
}
.accuracy-items .accuracy-item {
	color: var(--primary);
	flex: 1 1 100%;
}
.accuracy-items .accuracy-item img { max-width: 100% }
.accuracy-items .accuracy-item .accuracy-item-data {
	display: flex;
    flex-direction: column;
	margin-top: 19px;
    gap: 4px;
}
.accuracy-items .accuracy-item .accuracy-item-title {
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 7px;
}
.accuracy-items .accuracy-item .accuracy-item-desc {
	color: rgb(103, 88, 76);
	line-height: 24px;
}
@media (max-width: 991px) {
	.index-accuracy { padding-bottom: 44px }
	.index-accuracy .accuracy-title.h2 {
		font-size: 34px;
		line-height: 43px;
		margin-bottom: 27px;
	}
	.accuracy-items {
		flex-direction: column;
	}
	.accuracy-items .accuracy-item .accuracy-item-title {
		font-size: 20px;
		line-height: 25px;
	}
	.accuracy-items .accuracy-item .accuracy-item-desc {
		font-size: 17px;
	}
}
/* End */


/* Start:/local/templates/dvernoylider_redesign/new/css/index-durability.css?17453093161222*/
.index-durability {
    width: 100%;
    padding-bottom: 124px;
}
.durability-items {
    display: flex;
	justify-content: space-between;
	gap: 29px 32px;
	overflow: auto;
}
.index-durability .durability-title.h2 {
	margin-bottom: 45px;
}
.durability-items .durability-item {
	color: #373330;
	font-family: 'Cera Pro';
	flex: 1 1 100%;
	text-decoration: none;
	max-width: 90vw;
	min-width: 281px;
	margin-bottom: 20px;
}
.durability-items .durability-item img { max-width: 100% }
.durability-items .durability-item .durability-item-data {
	display: flex;
    flex-direction: column;
	margin-top: 20px;
    gap: 4px;
}
.durability-items .durability-item .durability-item-title {
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	max-width: 410px;
}
@media (max-width: 991px) {
	.index-durability { padding-bottom: 62px }
	.index-durability .durability-title.h2 {
		font-size: 34px;
		line-height: 43px;
		margin-bottom: 25px;
	}
	.durability-items { flex-direction: column }
	.durability-items .durability-item { margin-bottom: 0 }
	.durability-items .durability-item .durability-item-data { margin-top: 7px }
	.durability-items .durability-item .durability-item-title {
		font-size: 20px;
		line-height: 25px;
	}
}
/* End */


/* Start:/local/templates/dvernoylider_redesign/new/css/index-comfort.css?17453093161499*/
.index-comfort {
	width: 100%;
	padding-bottom: 99px;
}
.comfort-items {
    display: flex;
	justify-content: space-between;
	gap: 13px 32px;
	overflow: auto;
	margin-bottom: 20px;
}
.index-comfort .comfort-title.h2 { margin-bottom: 55px }
.comfort-items .comfort-item {
	color: #373330;
	font-family: 'Cera Pro';
	flex: 1 1 100%;
	text-decoration: none;
	max-width: 90vw;
	min-width: 281px;
}
.comfort-items .comfort-item img { max-width: 100% }
.comfort-items .comfort-item .comfort-item-data {
	display: flex;
    flex-direction: column;
	margin-top: 37px;
    gap: 20px;
}
.comfort-items .comfort-item .comfort-item-title {
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	max-width: 250px;
}
.comfort-items .comfort-item .comfort-item-desc {
	color: rgb(103, 88, 76);
	line-height: 24px;
	max-width: 200px;
}
.comfort-items .comfort-item .comfort-item-img { flex-shrink: 0 }

@media (max-width: 991px) {
	.index-comfort .comfort-title.h2 {
		font-size: 34px;
		line-height: 43px;
		margin-bottom: 32px;
	}
}
@media (max-width: 580px) {
	.comfort-items { flex-direction: column }
	.comfort-items .comfort-item {
		display: flex;
		gap: 19px;
	}
	.comfort-items .comfort-item .comfort-item-img { width: 45px }
	.comfort-items .comfort-item .comfort-item-data {
		margin-top: 0;
	    gap: 7px;
	}
	.comfort-items .comfort-item .comfort-item-title {
		font-size: 17px;
		line-height: 23px;
	}
	.comfort-items .comfort-item .comfort-item-desc {
		font-size: 17px;
		max-width: initial;
	}
}
/* End */


/* Start:/local/templates/dvernoylider_redesign/new/css/index-proizvodstvo.css?17453093161611*/
.index-proizvodstvo { width: 100% }
.index-proizvodstvo .proizvodstvo-title.h2 {
	font-size: 42px;
	line-height: 49px;
	max-width: 885px;
	margin-bottom: 29px;
}
.index-proizvodstvo #proizvodstvo-main .owl-item,
.index-proizvodstvo #proizvodstvo-tmb .owl-item { padding: 0 }
.proizvodstvo-items {
    display: flex;
	justify-content: flex-start;
	gap: 11px 30px;
	max-width: 915px;
	/* padding-bottom: 50px; */
	margin-bottom: 34px;
}
.proizvodstvo-items .proizvodstvo-item {
	color: var(--primary);
	font-size: 17px;
	line-height: 24px;
	flex: 1 1 100%;
	display: flex;
    gap: 15px;
}
.proizvodstvo-items .proizvodstvo-item:before {
    content: no-close-quote;
    display: inline-block;
    background: url('/local/templates/dvernoylider_redesign/img/checked.svg') no-repeat center top;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}
.index-proizvodstvo #proizvodstvo-tmb { margin: 11px 0 18px }
@media screen and (max-width: 991px) {
	/* .index-proizvodstvo { padding-bottom: 50px } */
	.index-proizvodstvo .proizvodstvo-title.h2 {
		font-size: 34px;
		line-height: 43px;
		margin-bottom: 16px;
	}
	.proizvodstvo-items { flex-direction: column }
	.proizvodstvo-items .proizvodstvo-item { gap: 10px }
	.index-proizvodstvo #proizvodstvo-tmb { display: none }
}
@media (max-width: 580px) {
	/* .index-proizvodstvo { overflow: hidden } */
	.index-proizvodstvo #proizvodstvo-main {
		width: 100%;
		/* min-width: 586px; */
	}
	
	.index-proizvodstvo .owl-index-style .owl-item { padding: 0 }
	.index-proizvodstvo .owl-index-style.owl-theme .owl-dots {
		padding: 0;
		margin-top: 10px !important;
	}
}
/* End */


/* Start:/local/templates/dvernoylider_redesign/components/bitrix/form.result.new/index-zamer/style.css?17495694425210*/
.index-zamer-form-wrap { padding-bottom: 91px }
.index-zamer-form {
	display: flex;
	position: relative;
	color: var(--primary);
}
.index-zamer-form .feild_wrapper { width: auto }
.index-zamer-form .errortext {
    display: block;
	margin: -26px 0 10px;
}
.index-zamer-form .success {
	display: inline-flex;
    justify-content: center;
    align-items: center;
	color: green;
	font-size: 20px;
	height: 40px;
}
.index-zamer-form .zamer-form-left {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.index-zamer-form .zamer-form-title.h2 {
	margin-bottom: 51px;
}
.index-zamer-form .zamer-form-title div {
    font-size: 48px;
	font-weight: 500;
    line-height: 55px;
}
.index-zamer-form .zamer-form-desc {
	font-size: 17px;
	line-height: 24px;
	max-width: 525px;
    margin-bottom: 40px;
}
.index-zamer-form form input {
	background: #fff;
	font-size: 14px;
	line-height: 18px;
	width: 225px;
	height: 51px;
	padding: 15px 16px 16px;
	border: 1px solid #e4e3e1;
	border-radius: 4px;
}
.index-zamer-form form .submit {
    padding: 8px 23px;
	width: 225px;
	height: 51px;
}
.index-zamer-form form .file_load {
	line-height: 24px;
	display: flex;
    align-items: center;
    gap: 9px;
	cursor: pointer;
}
.index-zamer-form form .file_load:before {
	content: no-close-quote;
	background-image: url('/local/templates/dvernoylider_redesign/components/bitrix/form.result.new/index-zamer/images/form_skrep.png');
	background-repeat: no-repeat;
	background-position: left;
	width: 17px;
	height: 18px;
}
.index-zamer-form form [data-file="file"] { display: none }
.index-zamer-form .zamer-form-politics {
	display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 24px;
    margin-top: 6px;
	gap: 3px;
}
.index-zamer-form .zamer-form-politics [name="soglasie"] { margin: 3px 3px 3px 4px }
.index-zamer-form .zamer-form-politics a { text-decoration: underline }
.index-zamer-form .zamer-form-politics a:hover { text-decoration: none }
@media (min-width: 1200px) {
	/* .index-zamer-form .zamer-form-left { max-width: 680px } */
}
@media (max-width: 991px) {
	.index-zamer-form {
	    flex-direction: column;
		gap: 23px 0;
	}
	.index-zamer-form .zamer-form-left,
	.index-zamer-form .zamer-form-right {
        padding: 0 16px;
    }
	.index-zamer-form .zamer-form-title.h2,
	.index-zamer-form .zamer-form-title.h2 div {
		font-weight: 400;
		font-size: 34px;
		line-height: 43px;
	}
	.index-zamer-form .zamer-form-title.h2 { margin-bottom: 23px }
	.index-zamer-form .zamer-form-desc {
        font-size: 17px;
        line-height: 24px;
        max-width: 300px;
		margin-bottom: 17px;
	}
	.index-zamer-form form > .form_control {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	.index-zamer-form form .input {
		width: 100%;
		max-width: 343px;
	}
	.index-zamer-form .zamer-form-politics input { margin-right: 10px }
	.index-zamer-form .zamer-form-right img { max-width: 100% }
}
/* @media (max-width: 580px) { */
	/* .index-zamer-form form input { */
		/* width: 100%; */
	/* } */
/* } */

.index-zamer-form input[type=tel]:-moz-placeholder,
.index-zamer-form input[type=email]:-moz-placeholder,
.index-zamer-form input[type=text]:-moz-placeholder,
.index-zamer-form select:-moz-placeholder,
.index-zamer-form textarea:-moz-placeholder { color: #9c8875 }
.index-zamer-form input[type=email]::-moz-placeholder,
.index-zamer-form input[type=tel]::-moz-placeholder,
.index-zamer-form input[type=text]::-moz-placeholder,
.index-zamer-form select::-moz-placeholder,
.index-zamer-form textarea::-moz-placeholder { color: #9c8875 }
.index-zamer-form input[type=tel]:-ms-input-placeholder,
.index-zamer-form input[type=email]:-ms-input-placeholder,
.index-zamer-form input[type=text]:-ms-input-placeholder,
.index-zamer-form select:-ms-input-placeholder,
.index-zamer-form textarea:-ms-input-placeholder { color: #9c8875 }
.index-zamer-form input[type=tel]::-webkit-input-placeholder,
.index-zamer-form input[type=email]::-webkit-input-placeholder,
.index-zamer-form input[type=text]::-webkit-input-placeholder,
.index-zamer-form select::-webkit-input-placeholder,
.index-zamer-form textarea::-webkit-input-placeholder { color: #9c8875 }

#zamer {
	background: #fff;
	width: 1100px;
	height: 670px;
	padding: 40px 50px;
}
#zamer:before { display: none }
#zamer > div,
#zamer > div  > div,
#zamer > div  > div  > div { height: 100% }
#zamer .index-zamer-form-wrap { padding: 0 }
#zamer .index-zamer-form .zamer-form-left {
    width: 525px;
	max-width: 100%;
    flex-shrink: 0;
    flex-grow: 0;
}
#zamer .index-zamer-form .zamer-form-title.h2,
#zamer .index-zamer-form .zamer-form-desc { margin-bottom: 19px }
#zamer .zamer-form-right { overflow: hidden }
@media (min-width: 992px) {
	#zamer .zamer-form-right img {
		position: relative;
		top: 50%;
		left: 50%;
		transform: translate(-45%, -50%);
		max-height: 100%;
	}
}
@media (max-width: 991px) {
	#zamer {
		width: 100%;
		height: auto;
		max-height: 95vh;
		padding: 20px 0;
		overflow: auto;
	}
	#zamer .index-zamer-form .zamer-form-title.h2,
	#zamer .index-zamer-form .zamer-form-title.h2 div {
		font-size: 25px;
		line-height: 31px;
	}
	#zamer .index-zamer-form .zamer-form-title.h2,
	#zamer .index-zamer-form .zamer-form-desc { margin-bottom: 14px }
	#zamer .zamer-form-right img { max-height: 333px }
}



/* End */


/* Start:/local/templates/dvernoylider_redesign/new/css/index-showroom.css?1745309316770*/
.index-showroom { width: 100% }
.index-showroom .showroom-title.h2 {
	/* color: #373330; */
	/* font-family: 'Cera Pro'; */
	/* font-size: 42px; */
	margin-bottom: 27px;
}
.index-showroom .showroom-main-item {
	text-align: center
}
.index-showroom .owl-carousel .owl-item .showroom-main-item img {
	display: inline-block;
	width: auto;
    max-height: 532px;
}
.index-showroom #showroom-main .owl-item,
.index-showroom #showroom-tmb .owl-item { padding: 0 }
.showroom-text {
	color: rgb(55, 51, 48);
	font-family: 'Cera Pro';
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 23px;
}
#showroom-tmb { margin: 22px 0 64px }
@media screen and (max-width: 768px) {
	.showroom-title {
		font-size: 34px;
		line-height: 43px;
		margin-bottom: 32px;
	}
}
/* End */


/* Start:/local/templates/dvernoylider_redesign/new/css/index-map.css?1745309316200*/
.index-map { width: 100% }
.index-map-title {
	font-size: 48px;
	line-height: 60px;
	margin-bottom: 45px;
}
@media (max-width: 991px) {
	.index-map-title {
		font-size: 36px;
		line-height: 45px;
	}
}
/* End */


/* Start:/local/templates/dvernoylider_redesign/components/bitrix/form.result.new/index-consult/style.css?17496416973432*/
.index-consult-form-wrap { padding: 69px 0 }
.index-consult-form {
	display: flex;
	justify-content: flex-end;
	position: relative;
	background: #ecebe9;
	background: linear-gradient(180deg, #F0F0F0 46.73%, #E6E6E6 100%);
	color: #373330;
	font-family: 'Cera Pro';
}
.index-consult-form .success {
	display: inline-flex;
    justify-content: center;
    align-items: center;
	color: green;
	font-size: 20px;
	height: 40px;
}
.index-consult-form .consult-form-right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
    padding: 50px 63px 52px 52px;
    gap: 17px;
	z-index: 0;
}
.index-consult-form form .flex-row {
	display: flex;
	align-items: flex-start;
	gap: 15px;
}
.index-consult-form .consult-form-title {
	font-size: 36px;
	line-height: 45px;
}
.index-consult-form .consult-form-desc {
	font-size: 16px;
	line-height: 24px;
}
.index-consult-form form [data-phone="phone"] {
	background: #fff;
	font-size: 14px;
	line-height: 18px;
	/*width: 388px;*/
	height: 40px;
	padding: 15px 16px 16px;
	border: 1px solid #e4e3e1;
	border-radius: 4px;
}
.index-consult-form form .submit {
    padding: 8px 23px;
}
.index-consult-form .consult-form-politics {
	font-size: 10px;
	line-height: 14px;
}
.index-consult-form .consult-form-politics a { text-decoration: underline }
.index-consult-form .consult-form-politics a:hover { text-decoration: none }
@media (min-width: 1200px) {
	.index-consult-form:before {
		content: no-close-quote;
		display: block;
		background-image: url('/local/templates/dvernoylider_redesign/components/bitrix/form.result.new/index-consult/images/consult-form-bg.jpg');
		background-repeat: no-repeat;
		background-position: left;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 0;
	}
	.index-consult-form .consult-form-right { max-width: 680px }
}
@media (max-width: 768px) {
	.index-consult-form .consult-form-title {
		font-weight: 500;
		font-size: 24px;
		line-height: 30px;
	}
	.index-consult-form .consult-form-desc {
		font-size: 14px;
		line-height: 18px;
	}
	.index-consult-form .consult-form-right { padding: 30px 15px }
	.index-consult-form form { flex-direction: column }
	.index-consult-form form .input {
		width: 100%;
		max-width: 343px;
	}
}
@media (max-width: 580px) {
	.index-consult-form form [data-phone="phone"] {
		width: 100%;
	}
}

.index-consult-form input[type=tel]:-moz-placeholder,
.index-consult-form input[type=email]:-moz-placeholder,
.index-consult-form input[type=text]:-moz-placeholder,
.index-consult-form select:-moz-placeholder,
.index-consult-form textarea:-moz-placeholder { color: #9c8875 }
.index-consult-form input[type=email]::-moz-placeholder,
.index-consult-form input[type=tel]::-moz-placeholder,
.index-consult-form input[type=text]::-moz-placeholder,
.index-consult-form select::-moz-placeholder,
.index-consult-form textarea::-moz-placeholder { color: #9c8875 }
.index-consult-form input[type=tel]:-ms-input-placeholder,
.index-consult-form input[type=email]:-ms-input-placeholder,
.index-consult-form input[type=text]:-ms-input-placeholder,
.index-consult-form select:-ms-input-placeholder,
.index-consult-form textarea:-ms-input-placeholder { color: #9c8875 }
.index-consult-form input[type=tel]::-webkit-input-placeholder,
.index-consult-form input[type=email]::-webkit-input-placeholder,
.index-consult-form input[type=text]::-webkit-input-placeholder,
.index-consult-form select::-webkit-input-placeholder,
.index-consult-form textarea::-webkit-input-placeholder { color: #9c8875 }
/* End */


/* Start:/local/templates/dvernoylider_redesign/components/bitrix/news.list/index-news/style.css?17453093162711*/
.index-news {
	width: 100%;
	padding: 0 0 100px; /* tmp */
}
.index-news-title {
	display: flex;
    justify-content: space-between;
    align-items: center;
	font-size: 48px;
	line-height: 60px;
	margin-bottom: 50px;
}
.index-news-title a {
	font-weight: 500;
	font-size: 20px;
	text-decoration-line: underline;
}
.index-news-slide {
	/* display: inline-flex; */
    /* flex-direction: column; */
    /* gap: 48px; */
	width: 100%;	/* на случай странного текста */
}
.index-news-slide .index-news-slide-img {
	background: #d9d9d9;
    max-height: 242px;
    margin-bottom: 42px;
	border-radius: 8px;
	overflow: hidden;
}
.index-news-slide .index-news-slide-data {
	display: flex;
	flex-direction: column;
	gap: 24px;
	color: #373330;
}
.index-news-slide .index-news-slide-date {
	font-size: 14px;
	line-height: 20px;
}
.index-news-slide .index-news-slide-data .index-news-slide-title {
	font-size: 36px;
	line-height: 45px;
	-webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.index-news-slide .index-news-slide-data .index-news-slide-text {
	color: #67584c;
	font-size: 16px;
	line-height: 24px;
	/* height: 72px; */
    /* text-overflow: ellipsis; */
    /* overflow: hidden; */
	-webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.index-news-slide .index-news-slide-data .index-news-slide-link {
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	text-decoration: underline;
}
.index-news-slide .index-news-slide-data .index-news-slide-link:hover { text-decoration: none }
.index-news-slider.owl-index-style .owl-nav .owl-prev { left: -94px }
.index-news-slider.owl-index-style .owl-nav .owl-next { right: -94px }
.index-news-slide.last-item,
.index-all-news-link.bottom { display: none }
@media (max-width: 1360px) {
	.index-news-slider.owl-index-style .owl-nav .owl-prev { left: 0 }
	.index-news-slider.owl-index-style .owl-nav .owl-next { right: 0 }
}

@media (max-width: 991px) {
	.index-news-title {
		font-size: 36px;
		line-height: 45px;
	}
	.index-news-slide .index-news-slide-img { max-width: 281px }
	.index-news-slide .index-news-slide-data .index-news-slide-title {
		font-weight: 500;
		font-size: 24px;
		line-height: 30px;
	}
	.index-all-news-link.bottom {
		display: block;
		font-weight: 500;
		font-size: 20px;
		line-height: 25px;
		text-align: center;
		text-decoration: underline;
		margin-top: 32px;
	}
	.index-news-title a,
	.owl-index-style .owl-controls,
	.owl-index-style .owl-controls.clickable { display: none !important }
}
@media (max-width: 580px) {
	.index-news { overflow: hidden }
	.index-news .index-news-slider {
		width: 100%;
		min-width: 586px;
	}
}
/* End */


/* Start:/local/templates/dvernoylider_redesign/new/css/index-text.css?1745309316468*/
.index-text {
	font-family: 'Cera Pro';
	margin-bottom: 40px;
}
.index-text h2 {
	color: #000;
	font-size: 42px;
	line-height: 49px;
	margin-bottom: 17px;
}
.index-text p {
	color: #343434;
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 17px;
}
.index-text summary {
	color: #343434b3;
	font-size: 17px;
	line-height: 24px;
	cursor: pointer;
}
.index-text [open] summary { display: none }

@media screen and (max-width: 768px) {
	.index-text { display: none }
}
/* End */
/* /local/templates/dvernoylider_redesign/new/js/carousel/assets/owl.carousel.min.css?17453093163351 */
/* /local/templates/dvernoylider_redesign/components/bitrix/news.list/index-slider.v2/style.css?17460082413093 */
/* /local/templates/dvernoylider_redesign/new/css/index-categories.css?17453093161150 */
/* /local/templates/dvernoylider_redesign/new/css/index-advantages.css?17453093161191 */
/* /local/templates/dvernoylider_redesign/components/bitrix/catalog.top/detail-top/style.css?17453093165935 */
/* /local/templates/dvernoylider_redesign/components/bitrix/catalog.item/.default/style.css?174530931620943 */
/* /local/templates/dvernoylider_redesign/new/css/index-new_collections.css?17453093161219 */
/* /local/templates/dvernoylider_redesign/components/bitrix/news.list/index-action/style.css?16934800282747 */
/* /local/templates/dvernoylider_redesign/components/solverweb/catalog.smart.filter/index-filter/style.css?17453093166120 */
/* /local/templates/dvernoylider_redesign/components/bitrix/form.result.new/index-podbor/style.css?17453950854285 */
/* /local/templates/dvernoylider_redesign/new/css/index-montag.css?17453093161713 */
/* /local/templates/dvernoylider_redesign/new/css/index-last_install.css?17453093162930 */
/* /local/templates/dvernoylider_redesign/new/css/index-gallery.css?1745309316906 */
/* /local/templates/dvernoylider_redesign/new/css/index-pokraska.css?17453093161716 */
/* /local/templates/dvernoylider_redesign/new/css/twentytwenty.css?17453093166537 */
/* /local/templates/dvernoylider_redesign/new/css/index-defect.css?17453093163398 */
/* /local/templates/dvernoylider_redesign/new/css/index-accuracy.css?17453093161115 */
/* /local/templates/dvernoylider_redesign/new/css/index-durability.css?17453093161222 */
/* /local/templates/dvernoylider_redesign/new/css/index-comfort.css?17453093161499 */
/* /local/templates/dvernoylider_redesign/new/css/index-proizvodstvo.css?17453093161611 */
/* /local/templates/dvernoylider_redesign/components/bitrix/form.result.new/index-zamer/style.css?17495694425210 */
/* /local/templates/dvernoylider_redesign/new/css/index-showroom.css?1745309316770 */
/* /local/templates/dvernoylider_redesign/new/css/index-map.css?1745309316200 */
/* /local/templates/dvernoylider_redesign/components/bitrix/form.result.new/index-consult/style.css?17496416973432 */
/* /local/templates/dvernoylider_redesign/components/bitrix/news.list/index-news/style.css?17453093162711 */
/* /local/templates/dvernoylider_redesign/new/css/index-text.css?1745309316468 */
