@import url("disable-browser-styles.css");
@import url("bootstrap-grid.luto.css");
@import url("fancybox.min.css");
@import url("owl.carousel.min.css");
@import url("luto.css");

/*_CUSTOM*/

.s-header {
	position: relative;
	z-index: 10;
}
.s-header .header-top {
	background-color: #202020;
	color: #fff;
}
.row-header-top>.col-contacts {
	flex: 0 0 460px;
	max-width: 460px;
}
.row-header-top>.col-nav {
	flex: 0 0 calc(100% - 460px - 140px - 245px);
	max-width: calc(100% - 460px - 140px - 245px);
}
.row-header-top>.col-social {
	flex: 0 0 140px;
	max-width: 140px;
}
.row-header-top>.col-btn {
	flex: 0 0 245px;
	max-width: 245px;
}

.s-header .header-top .w-cloud-dropper .b-dropper {
	top: calc(50% - 12px);
	background-color: transparent;
}
.s-header .header-top .w-cloud-dropper .b-dropper:after {
	border-color: #fff;
} 

.row-header-middle>.col-logo {
	flex: 0 0 320px;
	max-width: 320px;
}
.row-header-middle>.col-center {
	flex: 0 0 calc(100% - 320px - 300px);
	max-width: calc(100% - 320px - 300px);
}
.row-header-middle>.col-search {
	flex: 0 0 300px;
	max-width: 300px;
}

.header-middle .button {
	font-size: 16px;
	line-height: 20px;
	padding: 14px 5px;
}
.button.btn-catalog .burger {
	width: 24px;
}
.button.btn-catalog .burger .line {
	height: 2px;
}
.button.btn-catalog .burger .line+.line {
	margin-top: 5px;
}
.button.btn-catalog .w-icon-left {
	display: inline-block;
	padding-left: 40px;
}
.button.btn-catalog .w-icon-left>.icon {
	width: 24px;
	height: 16px;
}
.svg-logo {
	width: 290px;
	height: 66px;
}
.s-header-mobile .svg-logo {
	width: 185px;
	height: 44px;
	margin-top: -10px;
}
.w-cloud-dropper.w-contacts .inset {
	min-width: 250px;
}
.w-cloud-dropper.w-contacts .inset>.frame {
	padding: 10px 15px 15px 15px;
}

.s-index-slider {
	background-color: #202020;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.s-index-slider .overlay {
	background: linear-gradient(to top, rgba(0,0,0,0.4), rgba(0,0,0,0.05));
}
.s-index-slider .container {
	position: relative;
	z-index: 2;
}
.s-index-slider .s-name .colored,
.s-index-slider .color-green {
	color: #6DDB9A;
}
.s-index-slider .row-slider-content {
	min-height: 525px;
}
.s-index-slider .row-slider-content,
.s-index-slider .content {
	position: relative;
	z-index: 2;	
}
.s-index-slider .row-slider-content>.col {
	/*background-color: rgba(0,0,0,0.1);*/
}
.s-index-slider .slide-image {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 50%;
	text-align: center;
}

.s-index-service-list {
	overflow: hidden;
	position: relative;
}
.w-title-decorated-dash .dash {
	background-color: #202020;
	height: 2px;
	width: 80px;
}
.index-service-list-item-tag {
	background-color: transparent;
	background-color: #f9f9f9;
	padding: 5px 10px 4px;
	border-radius: 4px;
	color: #202020;
	display: block;
	text-decoration: none;
}
.index-service-list-item-tag:hover {
	background-color: #f1f1f1;
}
._active .index-service-list-item-tag:hover,
._active .index-service-list-item-tag {
	background-color: #01AD48;
	color: #fff;
}
@media (min-width: 1230px) {
	.s-index-service-list .col-image {
		position: relative;
	}
	.s-index-service-list .col-image .image {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 10px;
		width: 35vw;
		max-width: 600px;
		margin-top: -40px;
	}
}
@media (min-width: 768px) {
	.s-index-service-list .col-content {
		min-height: 380px;
	}
}
.s-gray-bg {
	background-color: #F3F3F3;
}
@media (min-width: 992px) {
	.s-index-about-us {
		position: relative;
		overflow: hidden;
	}
	.s-index-about-us .image {
		position: absolute;
		width: 50%;
		left: 50%;
		top: 50%;
		transform: translateY(-50%);
	}
}

.s-index-category-list-slider {
	overflow: hidden;
}

.owl-carousel.owl-index-items-slider .owl-stage-outer {
	overflow: visible;
}
.owl-carousel.owl-index-items-slider .owl-item {

}
.owl-carousel .owl-nav {
	height: 40px;
	top: auto;
	bottom: -5px;
}
.owl-carousel .owl-nav [class*=owl-] {
	width: 60px;
	border-radius: 2px;
	border-color: #202020;
	background-color: transparent;
	box-shadow: none;
}
.owl-carousel .owl-nav [class*=owl-]:hover {
	background-color: #f1f1f1;
	border-color: #cecece;
}
.owl-carousel .owl-nav [class*=owl-]:after {
	transform: none;
	border: none;
	width: 24px;
	height: 24px;
	background-image: url('../i/slider-arrow-right.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	top: 7px;
	left: 18px;
}
.owl-carousel .owl-nav .owl-prev:after {
	left: 18px;
	transform: scaleX(-1);
}
.owl-carousel .owl-nav [class*=owl-]:after:hover {

}

.owl-carousel .owl-dots {
	position: relative;
	margin: 20px 60px 0 60px;
	width: calc(100% - 60px - 60px);
}
.owl-carousel .owl-dots .owl-dot span {
	border-radius: 50%;
	background-color: #ececec;
}
.owl-carousel .owl-dots .owl-dot:hover span {
	background-color: #cecece;
}
.owl-carousel .owl-dots .owl-dot.curent:hover span,
.owl-carousel .owl-dots .owl-dot.curent span {
    background-color: #01AD48;
    border-color: #01AD48;
}


.w-category-list-item .w-image {
	position: relative;
}
.w-category-list-item .w-image .overlay {
	background-color: rgb(35 157 32 / 80%);
	opacity: 0;
	pointer-events: none;
	transition: all ease 0.2s;
	padding: 15px;
}
.w-category-list-item:hover .w-image .overlay {
	opacity: 1;
	pointer-events: all;
}

._touch .w-category-list-item .w-image .overlay,
._touch .w-category-list-item:hover .w-image .overlay {
	opacity: 1;
	pointer-events: all;
	height: auto;
	top: auto;
	bottom: 0;
	display: flex;
	align-items: start;
	justify-content: center;
	min-height: 150px;
}

.s-index-contacts {
	position: relative;
	overflow: hidden;
}
.s-index-contacts .col-map {
	position: static;
	height: 400px;
}
.s-index-contacts .ymap.tablet-absolute {
	position: absolute;
	z-index: 2;
	right: 0;
	top: 0;
	max-height: 400px;
	min-height: 400px;
	height: 400px;
	width: 100%;
}
@media (min-width: 768px) {

	.s-index-contacts .col-map {
		position: relative;
		height: auto;
	}
	.s-index-contacts .ymap.tablet-absolute {
		position: absolute;
		z-index: 2;
		right: 0;
		top: 0;
		max-height: 100%;
		min-height: 100%;
		height: 100%;
		width: calc(((100vw - 720px) / 2) + (720px / 12 * 6));
	}
}
@media (min-width: 992px) {
	.s-index-contacts .ymap.tablet-absolute {width: calc(((100vw - 960px) / 2) + (960px / 12 * 5));}
}
@media (min-width: 1200px) {
	.s-index-contacts .ymap.tablet-absolute {width: calc(((100vw - 1140px) / 2) + (1140px / 12 * 4));}
}
@media (min-width: 1230px) {
	.s-index-contacts .ymap.tablet-absolute {width: calc(((100vw - 1200px) / 2) + (1200px / 12 * 3));}
}
.w-callback-form-frame>.frame {
	position: relative;
	background-color: #202020;
	padding: 20px 25px 5px 25px;
}
.w-callback-form-frame>.frame:after {
	height: 100%;
	width: 4000px;
	background-color: #202020;
	content: "";
	position: absolute;
	left: 99%;
	top: 0;
	bottom: 0;
	pointer-events: none;
	display: none;
}
@media (min-width: 768px) {
	.w-callback-form-frame>.frame:after {
		display: block;
	}
}
.w-callback-form-frame>.frame .button {
	padding-left: 0;
	padding-right: 0;
}
.w-offset-content {
	padding-left: 0px;
}
@media (min-width: 768px) {
	.w-offset-content {
		padding-left: 10px;
	}
}
@media (min-width: 1200px) {
	.w-offset-content {
		padding-left: 30px;
	}
}

.s-index-news-list-slider {
	overflow: hidden;
}

.w-news-list>.w-news-list-item+.w-news-list-item {
	padding-top: 30px;
	border-top: 1px solid #ececec;
}
.w-news-list-item .date {
	background-color: #19C360;
	padding: 5px 15px 4px;
	border-radius: 6px;
	color: #fff;
}

.s-footer {
	border-top: 1px solid #cecece;
}
.footer-top {
	background-color: #F3F3F3;
	overflow: hidden;
	position: relative;
}
.row-footer-top>.col-logo {
	position: static;
}
.row-footer-top>.col-logo:before {
	height: 115px;
    width: 100vw;
    right: 0;
    background-color: #202020;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    display: block;
}
@media (min-width: 768px) {
	.row-footer-top>.col-logo:before {
	    height: 100%;
	    width: 50vw;
	    right: 50vw;
    }
}
@media (min-width: 992px) {
	.row-footer-top>.col-logo:before {
	    width: 40vw;
	    right: 60vw;
    }
}
@media (min-width: 1200px) {
	.row-footer-top>.col-logo {
		position: relative;
		padding-right: 50px;
	}
	.row-footer-top>.col-logo:before {
	    right: 0;
    	width: 4000px;
	}
	.s-footer .ul-footer-nav,
	.s-footer .main-menu {
		padding-left: 30px;
	}
}
.s-footer ul.main-menu>li>.__link {
	color: #202020;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: uppercase;
}

.footer-middle {
	background-color: #D9D9D9;
}

.s-error-page {
	background-color: #202020;
	color: #fff;
	overflow: hidden;
}
.row-error-page {
	min-height: calc(100vh - 188px);
}
@media (max-width: 1199px) {
	.row-error-page {
		min-height: calc(100vh - 188px);
	}
}
.w-error-page-content .w-image {
	margin-bottom: -60px;
}
.w-error-page-content .w-image .image02 {
	display: none;
}
@media (min-width: 768px) {
	.w-error-page-content .w-image {
		position: relative;
		pointer-events: none;
		margin-bottom: -60px;
	}
	.w-error-page-content .w-image .image02 {
		position: absolute;
		left: 80%;
		top: 70%;
		width: 300px;
		display: block;
	}
}


.w-contacts-page-map {
	position: relative;
}

.s-contacts .w-absolute-callback-form>.frame {
	border: 1px solid #ececec;
	background-color: #fff;
	padding: 15px 15px 0 15px;
}
@media (min-width: 768px) {
	.s-contacts .w-absolute-callback-form>.frame {
		padding: 25px 25px 10px 25px;
	}
}
@media (min-width: 992px) {
	.s-contacts .col-callback-form {
		position: relative;
	}
	.w-contacts-page-map .ymap {
		height: 600px;
		min-height: 600px;
		max-height: 600px;
	}
	.s-contacts .w-absolute-callback-form {
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		padding: 30px 30px 70px 30px;
		pointer-events: none;
	}
	.s-contacts .w-absolute-callback-form>.frame {
		background-color: rgba(0,0,0,0.8);
		border-color: none;
		color: #fff;
		padding: 15px 15px 0 15px;
		border-radius: 4px;
		pointer-events: all;
	}
}

.w-resume-message-frame {
	margin-left: 50px;
}
.w-resume-message-frame>.frame {
	padding: 30px 45px;
	border: 1px solid #ececec;
	min-height: 98px;
}
.w-resume-message-frame .w-icon-left {
	padding-left: 50px;
}
.w-resume-message-frame .w-icon-left>.icon {
	width: 60px;
	height: 60px;
	left: -74px;
}
.w-catalog-list-item>.block__link>.frame {
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ececec;
	padding: 15px;
	transition: all ease 0.2s;
}
.w-catalog-list-item>a.block__link:hover>.frame {
	border-color: #01AD48;
}
.w-catalog-list-item .w-image {
	position: relative;
}
.w-catalog-list-item .w-image .w-stickers {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 5px;
	pointer-events: none;
}
.w-stickers .sticker {
	display: block;
	padding: 5px 9px 3px;
	border-radius: 2px;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	background-color: #202020;
}
.w-stickers .sticker.color001 {
	background-color: #01AD48;
}
.w-stickers .sticker.color002 {
	background-color: #3232ff66;
}
.w-stickers .sticker.color003 {
	background-color: #F38866;
}
.w-stickers .sticker.color004 {
	background-color: #DE8B95;
}
.price.old {
	text-decoration: line-through;
}
.w-catalog-list-item .w-price .price.old {
	font-size: 14px;
	line-height: 20px;
}
.w-catalog-list-item .w-price .price.new {
	font-weight: 600;
	color: #01AD48;
	font-size: 24px;
	line-height: 30px;
}

.slide .w-catalog-list-item .w-name {
	min-height: 75px;
}
.slide .w-catalog-list-item .w-price .price.old {
	min-height: 20px;
}
.slide .w-catalog-list-item .w-price .price.new {
	min-height: 30px;
}
@media (min-width: 420px) {
	.w-catalog-list-item .w-name {
		min-height: 75px;
	}
	.w-catalog-list-item .w-price .price.old {
		min-height: 20px;
	}
	.w-catalog-list-item .w-price .price.new {
		min-height: 30px;
	}
}

.ul-catalog-aside-nav .__link {
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	padding: 10px 15px 10px 25px;
	position: relative;
	text-decoration: none;
	color: #202020;
}
.ul-catalog-aside-nav .__link>.dashed {
	border-bottom: none;
}
.ul-catalog-aside-nav .li .li .__link {
	padding-left: 38px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	padding-top: 5px;
	padding-bottom: 5px;
}
.ul-catalog-aside-nav .li .li .__link .dashed {
	display: block;
	padding: 3px 5px 2px;
	border-radius: 2px;
	border-bottom: none;
}

.ul-catalog-aside-nav .__link:hover {
	color: #008738;
}

.ul-catalog-aside-nav ._active>.w-parent>.__link {
	color: #008738;
}
.ul-catalog-aside-nav ._active>.w-parent>.__link:before {
	content: "";
	display: block;
	position: absolute;
	top: 18px;
	left: 0;
	width: 15px;
	height: 2px;
	background-color: #008738;
}
.ul-catalog-aside-nav .li .li._active>.__link {
	color: #008738;
}
.ul-catalog-aside-nav .li .li._active>.__link>.dashed {
	background-color: #ececec;
}

.ul-catalog-aside-nav .li-dropper {
	position: relative;
}
.ul-catalog-aside-nav .li-dropper>.w-parent {
	position: relative;
}
.ul-catalog-aside-nav .li-dropper>.w-parent>.__link {
	padding-right: 50px;
}
.ul-catalog-aside-nav .li-dropper>.w-parent>.b-dropper {
	background-color: transparent;
	border-radius: 4px;
}
.ul-catalog-aside-nav .li-dropper>.w-parent>.b-dropper:hover {
	background-color: #ececec;
}


.w-icon-left.w-product-feature-item {
	padding-left: 35px;
}
.w-icon-left.w-product-feature-item>.icon {
	width: 24px;
	height: 24px;
}

.count-status {
	background-color: #f1f1f1;
	color: #909090;
	border: 1px solid #cecece;
	display: block;
	padding: 5px 10px;
	border-radius: 4px;
	overflow: hidden;
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
}
.count-status .text {

}
.count-status .w-icon-left {
	padding-left: 30px;
}
.count-status .w-icon-left>.icon {
	width: 30px;
	height: 30px;
	left: -10px;
}
.count-status.color002 {
	background-color: #fff;
	border-color: #01AD48;
	color: #01AD48;
}
.count-status.color002 .w-icon-left>.icon {
	background-color: #01AD48;
}
.count-status.color003 {
	background-color: #fff;
	border-color: #22A6DC;
	color: #22A6DC;
}
.count-status.color003 .w-icon-left>.icon {
	background-color: #22A6DC;
}
.s-catalog .col-product-description .button {
	padding-left: 10px;
	padding-right: 10px;
}

.owl-carousel.owl-product-slider .owl-nav {
	top: 0;
	bottom: 0;
	height: 100%;
	display: none;
}
.w-slider-dots .row>.col {
	flex: 0 0 20%;
	max-width: 20%;
	cursor: pointer;
}
.w-slider-dots .row>.col * {
	pointer-events: none;
}
.w-slider-dots .w-dot-item {
	padding: 5px;
	border: 1px solid #ececec;
}
.w-slider-dots .w-dot-item {
	position: relative;
}
.w-slider-dots .w-dot-item .w-video-item {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
.w-slider-dots .w-dot-item .w-video-item .play-btn svg {
	width: 36px;
	height: 24px;
}
.w-slider-dots .w-dot-item .w-video-item .play-btn svg path {
	fill: #ff1d1d;
}
.w-slider-dots .curent .w-dot-item {
	border-color: #01AD48;
}
.w-more-products-slider .owl-carousel .owl-stage-outer {
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
	padding-right: 15px;
}

.w-product-tabs-description .tab__link {
	display: block;
	background-color: #ececec;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: #202020;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 15px;
}
.w-product-tabs-description .tab__link:hover {
	background-color: #f9f9f9;
}
.w-product-tabs-description .tab__link._active,
.w-product-tabs-description .tab__link._active:hover {
	background-color: #fff;
}
.w-product-tabs-description .tab__link .row-name {
	min-height: 60px;
}
.w-product-tabs-description .w-tab-content>.frame {
	padding: 20px 15px 15px 15px;
	background-color: #fff;
}
@media (min-width: 1200px) {
	.w-product-tabs-description .w-tab-content>.frame {
		padding: 25px 25px 25px 25px;
	}
}
.owl-product-slider .w-product-video-iframe {
	position: relative;
	aspect-ratio: 1;
}
.owl-product-slider .w-product-video-iframe iframe {
	width: 100% !important;
	height: 100% !important;
}

.w-news-list-item .image {
	aspect-ratio: 2/1;
}
.w-news-list-item .image img {
	aspect-ratio: 2/1;
	onject-fit: cover;
	object-position: center;
}
.w-news-list-item .image.video {
	position: relative;
}
.w-news-list-item .image.video iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.article iframe {
	margin-left: auto;
	margin-right: auto;
}




/*_CUSTOM END*/

@media (max-width: 1400px) {

  .owl-carousel.nav-outside .owl-stage-outer {padding-bottom: 60px;}
  .owl-carousel.nav-outside .owl-nav .owl-prev {left: auto;right: 50px;}
  .owl-carousel.nav-outside .owl-nav [class*=owl-] {top:auto;bottom: 10px;}

}

@media (max-width: 1199px) {

	.s-header {background-color: #f3f3f3;transition: all ease 0.2s;position: fixed;z-index: 8;top: 0;left: 0;right: 0;box-shadow: 0 0 10px rgba(0,0,0,0.05);}
	.s-header .container {transition: all ease 0.2s;}
	._js-mobile-search-toggled .s-header .container {padding-top: 70px;padding-bottom: 5px;}
	.row-header-middle>.col-search {flex: 0 0 100%;max-width: 100%;}

	.s-header-mobile.header_hidden ~ .s-header {
		top: -100px;
		opacity: 0;
		pointer-events: none;
	}

}

@media (max-width: 991px) {

	article img {width: auto !important; height: auto !important;}
	.img-article-left,
	.img-article-right {float: none !important;}

	.s-index-about-us .button,
	.s-index-service-list .button {font-size: 16px;line-height: 18px;padding: 10px 25px;}

}

@media (max-width: 767px) {

	.s-index-slider .slide-image {position: relative;right: 0;top: 0;transform: none;width: auto;max-width: 590px;margin-left: auto;margin-right: auto;}

	.w-fixed-btns .w-button {
		margin: 0 5px 5px 0;
	}
	.w-fixed-btns .w-button .btn {
		width: 42px;
		height: 42px;
		border-width: 2px;
		padding: 6px;
	}

	.w-resume-message-frame>.frame {
    	padding: 20px 15px;
    }
    .w-resume-message-frame .w-icon-left>.icon {
	    left: -47px;
	}

}

@media (max-width: 575px) {

	.s-index-slider ._h1 {font-size: calc(18px + (32/*max fz*/ - 18/*min fz*/) * ((100vw - 320px) / (576 - 320)));font-size: calc(18px + (32 - 18) * ((100vw - 320px) / (576 - 320)));}
	.s-index-slider .button {font-size: 16px;line-height: 18px;padding: 10px 25px;}

	.owl-carousel .owl-dots .owl-dot {
		margin: 1px 2px;
	}
	.owl-carousel .owl-dots .owl-dot span {
		width: 12px;
		height: 12px;
	}

	.w-callback-form-frame>.frame {
		padding: 15px 15px 0 15px;
		margin-left: -15px;
		margin-right: -15px;
	}

	.article iframe {
		width: 100% !important;
        height: auto !important;
		aspect-ratio: 16/9;
	}


}

@media (max-width: 419px) {

	.w-resume-message-frame {
	    margin-left: 20px;
	}
	.w-resume-message-frame .w-icon-left {
	    padding-left: 15px;
	}

}

@media (max-width: 359px) {

	.s-header-mobile .svg-logo {width: 49vw;height: 18vw;}

}

