@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("select2.min.css");
@import url("luto.css");
/*@import url("xxx-chosen.min.css");*/
/*@import url("xxx-formstyler.css");*/
/*@import url("xxx-mousewheel-classic.css");*/
/*@import url("xxx-mCustomScrollbar.css");*/

/*_CUSTOM*/

.s-header {
	position: relative;
	z-index: 10;
	margin-bottom: -30px;
}

.row-header-top>.col-logo {
	flex: 0 0 420px;
	max-width: 420px;
}
.row-header-top>.col-aside {
	flex: 0 0 calc(100% - 420px);
	max-width: calc(100% - 420px);
}

.header-middle {
	position: relative;
}
.header-middle .decor-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	pointer-events: none;
}
.header-middle .container {
	position: relative;
	height: 100%;
}
.header-middle .decor-bg .container:before {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #1D320D;
	border-radius: 0 0 0 8px;
	content: "";
	display: block;
	pointer-events: none;
	height: 100%;
	width: 100vw;
}
.w-header-middle {
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
}
.s-index-slider  {
	overflow: hidden;
	border-radius: 25px 0 0 0;
}
.s-index-slider .slide {
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #000;
}
.s-index-slider .decorated-el {
	pointer-events: none;
	position: absolute;
	z-index: 1;
	bottom: 10%;
	left: 0%;
	right: 0%;
	width: 100%;
}
.s-index-slider .decorated-el img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.s-index-slider .slide .overlay {
	background: rgba(24,69,30,0.5);
}
.s-index-slider .slide .container {
	position: relative;
	z-index: 2;
}
.s-index-slider .row-slide-content,
.s-index-slider .col-slide-content  {
	min-height: 630px;
}
.s-index-slider ._h1 {
	font-size: 50px;
}

.s-index-article-cloud {
	position: relative;
	z-index: 3;
	margin-top: -30px;
}
.w-background-cloud>.cloud-frame {
	background-color: #fff;
	border-radius: 25px;
	box-shadow: 0 0 25px rgb(0,0,0,0.1);
	padding: 25px 35px;
}
.s-index-slider .owl-carousel .owl-dots {
    margin: 0 auto 50px;
}
.owl-carousel .owl-dots .owl-dot span {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #ececec;
	border-color: #ececec;
}
.owl-carousel .owl-dots .owl-dot:hover span {
	background-color: #606060;
	border-color: #606060;
}
.owl-carousel .owl-dots .owl-dot.curent span {
	background-color: #E5961E;
	border-color: #E5961E; 
}
.s-index-slider .owl-carousel .owl-dots .owl-dot span {
    background-color: #fff;
    border-color: #fff;
}
.s-index-slider .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #cecece;
    border-color: #cecece;
}
.s-index-slider .owl-carousel .owl-dots .owl-dot.curent span {
    background-color: #E5961E;
    border-color: #E5961E;
}
.s-index-slider .owl-item.active .slide ._animation001 {
	animation: slide_el_001 1s ease;
}
.s-index-slider .owl-item.active .slide ._animation002 {
	animation: slide_el_002 1s ease;
}
.s-index-slider .owl-item.active .slide ._animation003 {
	animation: slide_el_003 1s ease;
}
.s-index-slider .owl-item.active .slide ._animation004 {
	animation: slide_el_004 1s ease;
}
.s-index-slider .owl-item.active .slide ._animation005 {
	animation: slide_el_005 1s ease;
}
@keyframes slide_el_001 {
	from {opacity: 0;transform: translateX(-30px)}
	20% {opacity: 0;transform: translateX(-30px)}
	100% {opacity: 1;transform: translateX(0)}
}
@keyframes slide_el_002 {
	from {opacity: 0;transform: translateX(-30px)}
	40% {opacity: 0;transform: translateX(-30px)}
	100% {opacity: 1;transform: translateX(0)}
}
@keyframes slide_el_003 {
	from {opacity: 0;transform: translateX(-30px)}
	60% {opacity: 0;transform: translateX(-30px)}
	100% {opacity: 1;transform: translateX(0)}
}
@keyframes slide_el_004 {
	from {opacity: 0;transform: translateY(30px)}
	60% {opacity: 0;transform: translateY(30px)}
	100% {opacity: 1;transform: translateX(0)}
}
@keyframes slide_el_005 {
	from {opacity: 0;transform: scale(1.2)}
	80% {transform: scale(1)}
	100% {opacity: 1;transform: scale(1)}
}

.w-article-cloud-image .w-item {
	font-size: 13px;
	line-height: 16px;
	border-bottom: 2px solid #b1b1b1;
	padding-top: 5px;
	margin-left: 20px;
}
.w-article-cloud-image-bottom {
	margin-left: -35px;
	margin-right: -35px;
}

.w-icon-left.w-alert {
	padding-left: 35px;
}
.w-icon-left.w-alert>.icon {
	width: 25px;
	height: 25px;
}

.w-index-applications-scopes .w-frame,
.w-index-applications-scopes .w-frame>.frame {
	height: 100%;
}
.w-index-applications-scopes .w-frame>.frame {
	background-color: #659D1D;
	border-radius: 20px;
	padding: 20px 25px 30px 25px;
	color: #fff;
}
.w-index-applications-scopes .w-image img {
	aspect-ratio: 4/3;
	object-fit: contain;
	object-position: bottom center;
}
.w-index-applications-scopes .w-frame.color001>.frame {
	background-color: #659D1D;
}
.w-index-applications-scopes .w-frame.color002>.frame {
	background-color: #86B413;
}
.w-index-applications-scopes .w-frame.color003>.frame {
	background-color: #6FB01C;
}
.w-index-applications-scopes .w-frame.color004>.frame {
	background-color: #6FB01C;
}
.w-index-applications-scopes .w-frame.color005>.frame {
	background-color: #477D24;
}
.w-index-applications-scopes .w-frame.color006>.frame {
	background-color: #6FB01C;
}

.s-index-article-cloud .aside-content {
	max-width: 580px;
	font-size: 20px;
}

.w-news-list-item .w-image .image {
	border-radius: 4px;
	overflow: hidden;
}
@media (max-width: 991px) and (min-width: 768px) {
	.w-news-list.index .row-news-list>.col:nth-child(4) {
		display: none;
	}
}

.w-index-double-colored-bg {
	background: linear-gradient(to bottom, #fff 0%, #fff 40%, #f9f9f9 40%, #f9f9f9 100%);
}
.s-footer {
	background-color: #1D320D;
	color: #fff;
}
.s-footer .logo__link {
	max-width: 320px;
}

.decorated-bg-el {
	position: absolute;
}
.s-index-article-cloud .decorated-bg-el.decor001 {
	left: 0;
	top: 50%;
	transform: translateX(-50%);
}

.s-index-article-cloud .container {
	position: relative;
	z-index: 2;
}

.s-index-applications-scopes {
	position: relative;
	overflow: hidden;
}
.s-index-applications-scopes .decorated-bg-el.decor001 {
	left: 0;
	top: 50%;
	transform: rotate(110deg) translateX(-50%);
}
.s-index-checkboxes {
	position: relative;
	overflow: hidden;
}
.s-index-checkboxes .decorated-bg-el.decor001 {
	right: 0;
	top: 50%;
	transform: rotate(110deg) translateX(-50%);
}
.s-footer {
	position: relative;
}
.s-footer .decorated-bg-el.decor001 {
	left: 0;
	bottom:0;
	max-width: 13vw;
}
.w-bottom-right-decorated-flowers {
	position: relative;
	z-index: 2;
}
.w-bottom-right-decorated-flowers .decorated-bg-el.decor001 {
	right: 0;
	bottom: 0;
	max-width: 17vw;
	z-index: 4;
}
.s-index-news-list {
	position: relative;
	z-index: 5;
}
.s-index-article-cloud.w-index-double-colored-bg.w-index-specials>.container {
	position: relative;
	z-index: 6;
}

.s-page-single-section/*.w-bottom-right-decorated-flowers*/ {
	min-height: calc(100vh - 140px);
}
.w-bottom-right-decorated-flowers .s-decorated-aside-elements {
	position: relative;
	z-index: 6;
}
.w-bottom-right-decorated-flowers .s-decorated-aside-elements .container {
	position: relative;
	z-index: 2;
}

.s-page-breadcrumbs {
	background-color: #f1f1f1;
}
.s-decorated-aside-elements {
	position: relative;
	overflow: hidden;
}
.s-decorated-aside-elements .decorated-bg-el-un {
	position: absolute;
	pointer-events: none;
	max-width: 7vw;
}
.s-decorated-aside-elements .decorated-bg-el-un:nth-child(1) {
	top: 300px;
	left: 0;
}
.s-decorated-aside-elements .decorated-bg-el-un:nth-child(2) {
	top: 900px;
	right: 0;
	transform: rotate(110deg);
}
.s-decorated-aside-elements .decorated-bg-el-un:nth-child(3) {
	top: 1400px;
	left: 0;
	transform: rotate(10deg);
}

.w-contacts-map-frame {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.w-contacts-callback-frame>.frame {
	padding: 20px 35px;
	border-radius: 10px;
	color: #fff;
	background: linear-gradient(to top, #ACBA40, #2F9144);
}
.w-contacts-callback-frame .decorated-image {
	position: absolute;
	bottom: -20px;
	right: -20px;
}
.w-product-page-lgreen-cloud-frame.h100,
.w-product-page-lgreen-cloud-frame.h100>.frame {
	height: 100%;
}
.w-product-page-lgreen-cloud-frame>.frame {
	background-color: #D0E0C7;
	border-radius: 10px;
	padding: 20px;
}
@media (min-width: 576px) {
	.w-product-main-image {
		border-radius: 10px;
		overflow: hidden;
	}
}
._js-product-images-slider-dotts>.col {
	cursor: pointer;
}
._js-product-images-slider-dotts>.col .frame {
	border: 2px solid transparent;
	transition: all ease 0.2s;
	filter: grayscale(100%);
}
._js-product-images-slider-dotts>.col:hover .frame {
	border-color: #ececec;
	filter: grayscale(0%);
}
._js-product-images-slider-dotts>.col.curent .frame {
	border-color: #000;
	filter: grayscale(0%);
}
._js-product-images-slider-dotts>.col * {
	pointer-events: none;
}
.owl-carousel .owl-nav [class*=owl-] {
	border-radius: 50%;
	border-color: transparent;
}
.owl-carousel .owl-nav [class*=owl-]:hover {
	background-color: #176819;
	background-color: #176819;
}
.owl-carousel.owl-product-slider .owl-nav .owl-prev {
	left: 5px;
}
.owl-carousel.owl-product-slider .owl-nav .owl-next {
	right: 5px;
}





/*_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;}
	.w-bottom-right-decorated-flowers .decorated-bg-el.decor001,
	.s-footer .decorated-bg-el.decor001 {display: none;}
	.s-decorated-aside-elements .decorated-bg-el-un {opacity: 0.5;}

}


@media (max-width: 1249px) {

}

@media (max-width: 1199px) {

.s-index-slider {margin-top: 0;}
.s-index-slider {border-radius: 0;}
.s-index-slider ._h1 {font-size: 40px;}
.s-index-slider .row-slide-content,
.s-index-slider .col-slide-content {min-height: 510px;}

}

@media (max-width: 991px) {

	article img {width: auto !important; height: auto !important;}
	.img-article-left,
	.img-article-right {float: none !important;}
	.s-index-slider ._h1 {font-size: 26px;}
	.s-index-slider .row-slide-content,
	.s-index-slider .col-slide-content {min-height: 410px;}

}

@media (max-width: 767px) {

	.s-index-slider .row-slide-content,
	.s-index-slider .col-slide-content {min-height: 300px;}
	.s-index-slider .row-slide-content {min-height: 600px;}
	.s-index-slider .product-image {margin-left: auto;margin-right: auto;max-width: 300px;}
	.w-background-cloud>.cloud-frame {border-radius: 5px;box-shadow: 0 0 25px rgb(0, 0, 0, 0.1);padding: 15px 15px;}
	.w-article-cloud-image-bottom {margin-left: -15px;margin-right: -15px;}

}

@media (max-width: 575px) {

	.w-index-applications-scopes .w-frame>.frame {padding: 5px;}
	.w-contacts-map-frame {border-radius: 4px;}
	.w-contacts-callback-frame>.frame {padding: 15px;border-radius: 4px;}
	.w-product-main-image {margin-left: -15px;margin-right: -15px;}

}

@media (max-width: 419px) {

	.w-article-cloud-image .w-item {margin-left: 0;}
	.w-erroe-page ._h1 {font-size: calc(21px + (28 - 21) * ((100vw - 320px) / (420 - 320)));}

}

@media (max-width: 359px) {

}
