/*
	Theme Name: Завод "Агроуспех"
	Theme URI: https://noosoftware.com/
	Description: The theme for WordPress. 
	Author: Комплексный интегратор digital-решений
	Version: 1.a
*/

/* --- RESET ---------------------------------------------------------------------------------------------------------------------------------------------------------- */

* { 
	border:0; 
	margin:0; 
	padding:0; 
	outline: none; 
	border-collapse: collapse; 
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
}

:focus {
	outline:none;
	box-shadow:none;
	border-color:transparent;;
}

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { background: transparent; border: 0; margin: 0; padding: 0; vertical-align: baseline; }

body { line-height: 1; }

h1, h2, h3, h4, h5, h6 { clear: both; font-weight: normal; }

ol, ul {  }

blockquote { quotes: none; }

blockquote:before, blockquote:after { content: ''; content: none; }

del { text-decoration: line-through; }

table { border-collapse: collapse; border-spacing: 0; }

a img { border: none; }

input, textarea{
	-webkit-appearance: none;
	font-family: 'Roboto', sans-serif;
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/

html,
body { 
	padding:0;
	margin:0;
}

body {
	font-family: 'Roboto', sans-serif;
	font-weight: normal; 
	font-style: normal; 
	font-size:12px;
	line-height:19px;
	position:relative;
	height:100%; 
	width:100%;
	min-width:300px;
	background:#FFF;
	-webkit-text-size-adjust: 100%;
	text-size-adjust:100%;
	color:#FFF;
	padding:100px 0 0 0;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
footer{
	margin-top:auto;
}
body.home {
	padding:0;
}

html { overflow-x:hidden; }

html.hidden {
	overflow: hidden;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Roboto Condensed', sans-serif;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.block {
	clear:both;
	width:100%;
	display:block;
	position:relative;
	text-align:center;
}

.center { 
	clear:both;
	float:none;
	width:100%;
	max-width:1180px;
	min-width:300px;
	padding:0;
	margin:0 auto;
	text-align:left;
	box-sizing: border-box;
	position:relative;
}

.clear {
	clear:both;
	width:100%;
	height:0px;
}

.animate__animated {
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
	filter: alpha(opacity=0 * 100);
	animation-timing-function: ease-in;
	-webkit-animation-timing-function: ease-in;
}

.animates { 
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
	filter: alpha(opacity=0 * 100);
}

.main {
	overflow:hidden;
	transition: all 1s;
}

.main.hides::before {
	content:'';
	display:block;
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	top:0px;
	background:rgba(78,78,78, 0.8);
	z-index:199;
	transition: all 0.5s;
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/

.top {
	position:fixed;
	left:0px;
	right:0px;
	top:0px;
	z-index:50;
	transition: all 0.5s;	
}

.top.scroll {
	background: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.page-template-page-default .top {
	background: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);	
}

.archive .top {
	background: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);	
}

.top .cell {
	padding:59px 0;
	display:flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.5s;	
}

.top.scroll .cell {
	padding:34px 0;
}

.top .logo a {
	display:block;
	width:200px;
	height:53px;
	background:url("images/logo.svg") no-repeat center center;
	text-indent:-9999px;
	transition: all 0.5s;	
}

.archive .top .logo a,
.page-template-page-default .top .logo a,
.top.scroll .logo a {
	background:url("images/logo-black.svg") no-repeat center center;
}

.top .email-phone {
	display:flex;
	align-items: center;	
	position:relative;
	margin:0 -15px;
}

.top .email-phone a {
	margin:0 15px;
	width:25px;
	height:25px;
}

.top .email-phone a.mail {
	background:url("images/top-mail.svg") no-repeat center center;
}

.top .email-phone a.phone {
	background:url("images/top-phone.svg") no-repeat center center;
}

.top .email-phone a.whatsapp {
	background:url("images/whatsapp.svg") no-repeat center center;
	background-size:25px auto;
}

.top .menuss ul {
	display:flex;
	align-items: center;
}

.top .menuss ul li {
	display:block;
	list-style:none;
}

.top .menuss ul li a {
	margin:0 20px;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	display: flex;
	align-items: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'Roboto Condensed', sans-serif;
	text-decoration:none;
	position:relative;
	transition: all 0.5s;
}

.archive .top .menuss ul li a,
.page-template-page-default .top .menuss ul li a,
.top.scroll .menuss ul li a {
	color:#000;
}

.top .menuss ul li a::before {
	content:'';
	display:block;
	bottom:-5px;
	left:0px;
	width:0px;
	background: #DDB20F;
	position:absolute;
	height:2px;
	transition: all 0.5s;
}

.top .menuss ul li a:hover::before {
	width:100%;
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/

.header {
	background:url("images/header-bg-min.jpg") no-repeat center center;
	background-size:cover;
	width:100%;
	height:100vh;
	position:relative;
}

.header .cell {
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	display:flex;
	justify-content:center;
	align-items:center;
}

.header .data h1 {
	font-style: normal;
	font-weight: 300;
	font-size: 50px;
	line-height: 70px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.header .data h1 em {
	font-style: normal;
	font-weight: 700;
	font-size: 70px;
	line-height: 70px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);	
}

.header .mouse {
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #FFFFFF;	
	position:absolute;
	left:50%;
	bottom:161px;
	text-decoration:none;
	width:40px;
	display:block;
	margin:0 0 0 -20px;
	text-align:right;
}

.header .mouse::before {
	content:'';
	display:block;
	position:absolute;
	width:40px;
	height:40px;
	background:url("images/mouse.svg") no-repeat center center;
	bottom:-55px;
	left:0px;
}

.header .mouse::after {
	content:'';
	display:block;
	position:absolute;
	width:20px;
	height:11px;
	background:url("images/mouse-vector.svg") no-repeat center center;
	bottom:-80px;
	left:10px;
	animation: MoveUpDown2 1.5s linear infinite;
	margin:0;
}

@keyframes MoveUpDown2 {
	0%, 100% {
		bottom:-80px;
	}
	50% {
		bottom:-90px;
	}
}

@-webkit-keyframes MoveUpDown2 {
	0%, 100% {
		bottom:-80px;
	}
	50% {
		bottom:-90px;
	}
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/

.request-a-price {
	background: #6B4870;
	padding:55px 0;
}

.request-a-price .cell {
	display:flex;
	justify-content: space-between;
	align-items: center;
}

.request-a-price .right {
	width:calc(100% - 580px - 120px);
}

.request-a-price .left {
	width:580px;
}

.request-a-price .text {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	text-align: right;
	color: #FFFFFF;	
}

.request-a-price .button a {	
	display:flex;	
	width: 280px;
	height: 60px;
	background: #FDA624;
	display:flex;
	justify-content:center;
	align-items: center;
	text-decoration:none;
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #222222;
	transition: all 0.5s;
}

.request-a-price .button a:hover {
	background: #468641;
	color: #FFFFFF;
}

.request-a-price .button a:active {
	background: #46A856;
	color: #FFFFFF;
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/

.about {
	padding:100px 0;
}

.about .cell {
	display:flex;
	justify-content: space-between;
	align-items: center;
}

.about .cell .right {
	width:calc(100% - 580px - 120px);
	position:relative;
	opacity:0;
	right:-30px;
	transition: all 0.5s;
}

.about.show .cell .right {
	right:0px;
	opacity:1;
}

.about .cell .left {
	width:580px;
	position:relative;
	opacity:0;
	left:-30px;
	transition: all 0.5s;
}

.about.show .cell .left {
	opacity:1;
	left:0px;
}

.about .text {
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: #808080;	
	margin:-10px 0;
	position:relative;
}

.about .text p {
	padding:10px 0;
}

.about .text h2 {
	font-style: normal;
	font-weight: 700;
	font-size: 45px;
	line-height: 53px;
	color: #000000;
	padding:10px 0 40px 0;
}

.about .list .item {
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	color: #808080;	
	padding:0 0 0 100px;
	margin:70px 0 0 0;
	position:relative;
	left:30px;
	opacity:0;
	transition: all 0.5s;
}

.about.show .list .item {
	left:0px;
	opacity:1;
}

.about.show .list .item:nth-child(1) { transition-delay: 0.2s; }
.about.show .list .item:nth-child(2) { transition-delay: 0.4s; }
.about.show .list .item:nth-child(3) { transition-delay: 0.6s; }

.about .list .item:first-child {
	margin:0;
}

.about .list .item b {
	display:block;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
	color: #000000;	
	padding:0 0 16px 0;
}

.about .list .item span {
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	width:60px;
	height:60px;
	background-repeat:no-repeat;
	background-position:center center;
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/

.catalog {
	padding:100px 0;
	background: #F8F8F8;
	position:relative;
}

.catalog .corn-1 {
	display:block;
	width:46px;
	height:58px;
	position:absolute;
	background:url("images/catalog-corn-1.svg") no-repeat center center;
	top:-161px;
	left:41px;
}

.catalog .corn-2 {
	display:block;
	width:99px;
	height:149px;
	position:absolute;
	background:url("images/catalog-corn-2.svg") no-repeat center center;
	top:-75px;
	left:93px;
}

.catalog .corn-3 {
	display:block;
	width:62px;
	height:40px;
	position:absolute;
	background:url("images/catalog-corn-3.svg") no-repeat center center;
	top:15px;
	left:22px;
}

.catalog .corn-4 {
	display:block;
	width:42px;
	height:58px;
	position:absolute;
	background:url("images/catalog-corn-4.svg") no-repeat center center;
	top:59px;
	left:22px;
}

.catalog .caption {
	padding:0px 0 50px 0;
	display:flex;
	justify-content: space-between;
	align-items: center;	
}

.catalog h1,
.catalog h2 {	
	font-style: normal;
	font-weight: 700;
	font-size: 45px;
	line-height: 53px;
	color: #000000;	
}

.catalog .products {
	position:relative;
	margin:-10px;
	display:flex;
	flex-wrap: wrap;
}

.catalog .product {
	display:block;
	margin:10px;
	width:calc(33.3333% - 20px);
	position:relative;
	box-sizing: border-box;
	padding:30px 30px 103px 30px;
	transition: all 0.5s;
	background:#FFF;
	overflow:hidden;
	opacity:0;
	transition: all 0.5s;
	top:30px;
} 

.catalog .product:hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.catalog.show .product {
	opacity:1;
	top:0px;
}

.catalog.show .product:nth-child(1) { transition-delay: 0.2s; } 
.catalog.show .product:nth-child(2) { transition-delay: 0.4s; } 
.catalog.show .product:nth-child(3) { transition-delay: 0.6s; } 
.catalog.show .product:nth-child(4) { transition-delay: 0.8s; } 
.catalog.show .product:nth-child(5) { transition-delay: 1.2s; } 
.catalog.show .product:nth-child(6) { transition-delay: 1.4s; } 

.catalog .product:hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.catalog .product .thumb {
	display:block;
	width:100%;
	padding-bottom:76.875%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: contain;
}

.catalog .product .data {
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	color: #808080;	
}

.catalog .product .data h3 {
	padding:45px 0 20px 0;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	color: #121212;	
	transition: all 0.5s;
}

.catalog .product:hover .data h3 {
	color: #468641;
	text-decoration:underline;
}

.catalog .product .more {
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
}

.catalog .product .more a {
	height: 60px;
	width:100%;
	display:flex;
	justify-content:center;
	align-items: center;
	font-family: 'Roboto Condensed', sans-serif;
	background: #DDB20F;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #222222;	
	text-decoration:none;
	transition: all 0.5s;
}

.catalog .product .more a:hover {
	background: #468641;
	color:#FFF;
}

.catalog .product .more a:active {
	background: #46A856;
	color:#FFF;
}

.catalog .product .more a::before {
	content:'';
	display:block;
	top:-1000px;
	left:0px;
	right:0px;
	bottom:0px;
	position:absolute;
	z-index:5;
	opacity:0;
}

.tablet-tabs,
.catalog .product .tablet-nav,
.button-tablet { 
	display:none; 
}

.catalog .more {
	padding:45px 0 0 0;
	text-align:center;
}

.catalog .more a {
	height: 60px;
	width:200px;
	display:flex;
	justify-content:center;
	align-items: center;
	font-family: 'Roboto Condensed', sans-serif;	
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;	
	text-decoration:none;
	transition: all 0.5s;	
	background: #468641;
	color:#FFF;
	margin:0 auto;
}

.catalog .more a:hover {
	background: #DDB20F;
	color: #222222;	
}

.nav-catalog {
	padding:0 0 40px 0;
}

.nav-catalog ul {
	display:flex;
	flex-wrap: wrap;	
	position:relative;
	margin:-5px;
}

.nav-catalog ul li {
	display:block;
	margin:5px;
}

.nav-catalog ul li a {
	display:inline-block;
	padding:15px 20px;
	font-family: 'Roboto Condensed', sans-serif;
	background: #DDB20F;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #222222;	
	text-decoration:none;
	transition: all 0.5s;
}

.nav-catalog ul li.current-menu-item a,
.nav-catalog ul li a:hover {
	background: #468641;
	color:#FFF;
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/

.payment-delivery {
	padding:100px 0;
	margin-top: 70px;
	background:url("images/payment-delivery-min.jpg") no-repeat center center;
	background-size:cover;
}

.payment-delivery .data {
	max-width:580px;
}

.payment-delivery .text {
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: #000000;	
	position:relative;
	margin:-10px 0;
}

.payment-delivery .text h2 {
	padding:10px 0 40px 0;
	font-style: normal;
	font-weight: 700;
	font-size: 45px;
	line-height: 53px;
	color: #000000;	
}

.payment-delivery .text ol {
	padding:10px 0 10px 19px;
}

.payment-delivery .text p {
	padding:10px 0;
}

.payment-delivery .button {
	padding:83px 0 0 0;
}

.payment-delivery .button a {	
	width: 280px;
	height: 60px;
	background: #FDA624;
	text-decoration:none;
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #222222;
	transition: all 0.5s;
}

.payment-delivery .button a:hover {
	background: #468641;
	color: #FFFFFF;
}

.payment-delivery .button a:active {
	background: #46A856;
	color: #FFFFFF;
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/

.reviews {
	padding:100px 0 110px 0;
	background: #F8F8F8;
	opacity:0;
	transition: all 0.5s;
	position:relative;
	top:30px;
}

.reviews.show {
	top:0px;
	opacity:1;
}

.reviews::before {
	content:'';
	display:block;
	position:absolute;
	left:0px;
	z-index:1;
	top:-95px;
	width:141px;
	height:388px;
	background:url("images/reviews-before.png") no-repeat center center;
	background-size:100% auto;
}

.reviews .corn-1 {
	display:block;
	position:absolute;
	z-index:5;
	width:46px;
	height:57px;
	background:url("images/reviews-corn-1.svg") no-repeat center center;
	top:-250px;
	left:27px;
}

.reviews .corn-2 {
	display:block;
	position:absolute;
	z-index:5;
	width:45px;
	height:58px;
	background:url("images/reviews-corn-2.svg") no-repeat center center;
	top:-218px;
	left:46px;
}

.reviews .corn-3 {
	display:block;
	position:absolute;
	z-index:5;
	width:73px;
	height:66px;
	background:url("images/reviews-corn-3.svg") no-repeat center center;
	top:-111px;
	left:109px;
}

.reviews .corn-4 {
	display:block;
	position:absolute;
	z-index:5;
	width:81px;
	height:70px;
	background:url("images/reviews-corn-4.svg") no-repeat center center;
	top:169px;
	left:87px;
}

.reviews h2 {
	font-style: normal;
	font-weight: 700;
	font-size: 45px;
	line-height: 53px;
	color: #000000;
	margin:0 0 40px 0;	
}

.slider-reviews-wrap {
	position:relative;
	margin:0 -10px;
}

.slider-reviews {
	position:relative;
	margin:0 0 40px 0;
}

.slider-reviews .slick-track {
	display:flex!important;
}

.slider-reviews .item {
	margin:10px;
	background: #FFFFFF;
	border: 1px solid #F8F8F8;
	padding:50px;
	height:inherit!important;
	transition: all 0.5s;
}

.slider-reviews .item:hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.slider-reviews .item .pic-name {
	display:flex;
	justify-content: space-between;
	align-items: center;	
	padding:0 0 50px 0;
}

.slider-reviews .item .pic-name span {
	display:block;
	width:130px;
	height:130px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	border-radius:50%;
}

.slider-reviews .item .pic-name .name {
	font-family: 'Roboto Condensed', sans-serif;
	width:calc(100% - 130px - 20px);
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #DDB20F;	
}

.slider-reviews .item .pic-name .name b {
	display:block;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	color: #121212;
	padding:0 0 6px 0;	
}

.slider-reviews .item .text {
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	color: #808080;	
}

.slider-reviews .slick-dots {
	display:flex;
	justify-content:center;
	align-items: center;	
	position:absolute;
	left:0px;
	right:0px;
	bottom:-50px;	
}

.slider-reviews .slick-dots li {
	display:block;
	width:30px;
	height:5px;
	background: #F2F2F2;
	margin:0 5px;
	transition: all 0.5s;
	text-indent:-9999px;
	cursor:pointer;
}

.slider-reviews .slick-dots li.slick-active {
	width:50px;
	background: #F4B02E;
}

.slider-reviews .slick-arrow {
	width:40px;
	height:40px;
	display:block;
	border-radius:50%;
	border: 1px solid #F2F2F2;
	position:absolute;
	top:50%;
	margin:-20px 0 0 0;
	background:#F2F2F2 url("images/slick-arrow.svg") no-repeat center center;
	text-indent:-9999px;
	cursor:pointer;
	transition: all 0.5s;
}

.slider-reviews .slick-arrow.slick-prev {
	left:-100px;
}

.slider-reviews .slick-arrow.slick-next {
	right:-100px;
	transform: rotate(180deg);	
}

.slider-reviews .slick-arrow:hover {
	background:#468641 url("images/slick-arrow-white.svg") no-repeat center center;
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/

.documents {
	padding:100px 0 100px 0;
	background:#FFF;
	opacity:0;
	transition: all 0.5s;
	position:relative;
	top:30px;
}

.documents.show {
	top:0px;
	opacity:1;
}

.documents h2 {
	font-style: normal;
	font-weight: 700;
	font-size: 45px;
	line-height: 53px;
	color: #000000;
	margin:0 0 50px 0;	
}

.slider-documents-wrap {
	position:relative;
	margin:0 -10px;
}

.documents .item {
	margin:0 10px;
}

.documents .item a.pic {
	display:block;
	width:100%;
	padding-bottom:141.7857142857143%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

.documents .item .name {
	display:block;
	padding:30px 0 0 0;
}

.documents .item .name a {
	display:flex;
	align-items: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #121212;	
	height:40px;
	position:relative;
	padding-left:40px;
	text-decoration:none;
}

.documents .item .name a::before {
	content:'';
	display:block;
	width:30px;
	height:30px;
	position:absolute;
	left:0px;
	top:50%;
	margin:-15px 0 0 0;
	background:url("images/pdf.svg") no-repeat center center;
}

.slider-documents {
	position:relative;
	margin:0 0 50px 0;
}

.slider-documents .slick-dots {
	display:flex;
	justify-content:center;
	align-items: center;	
	position:absolute;
	left:0px;
	right:0px;
	bottom:-50px;	
}

.slider-documents .slick-dots li {
	display:block;
	width:30px;
	height:5px;
	background: #F2F2F2;
	margin:0 5px;
	transition: all 0.5s;
	text-indent:-9999px;
	cursor:pointer;
}

.slider-documents .slick-dots li.slick-active {
	width:50px;
	background: #F4B02E;
}

.slider-documents .slick-arrow {
	width:40px;
	height:40px;
	display:block;
	border-radius:50%;
	border: 1px solid #F2F2F2;
	position:absolute;
	top:50%;
	margin:-20px 0 0 0;
	background:#F2F2F2 url("images/slick-arrow.svg") no-repeat center center;
	text-indent:-9999px;
	cursor:pointer;
	transition: all 0.5s;
}

.slider-documents .slick-arrow.slick-prev {
	left:-100px;
}

.slider-documents .slick-arrow.slick-next {
	right:-100px;
	transform: rotate(180deg);	
}

.slider-documents .slick-arrow:hover {
	background:#468641 url("images/slick-arrow-white.svg") no-repeat center center;
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/

.gallery-video {
	padding:100px 0;
	background:#FFF;
	opacity:0;
	transition: all 0.5s;
	position:relative;
	top:30px;
}

.gallery-video.show {
	top:0px;
	opacity:1;
}

.gallery-video h2 {
	font-style: normal;
	font-weight: 700;
	font-size: 45px;
	line-height: 53px;
	color: #000000;	
}

.gallery-video .title-nav {
	margin:0 0 50px 0;	
	display:flex;
	align-items: center;
}

.gallery-video .title-nav .nav {
	padding-left:40px;
	position:relative;
	top:3px;
}

.gallery-video .title-nav .nav ul {
	display:flex;
	align-items: center;
}

.gallery-video .title-nav .nav ul li {
	display:block;
	list-style:none;
	margin:0 10px 0 0;
}

.gallery-video .title-nav .nav ul li a {
	padding:7px 20px;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #000000;	
	text-decoration:none;
	border:1px solid transparent;
	transition: all 0.5s;
}

.gallery-video .title-nav .nav ul li a:hover {
	color: #000000;	
	border: 1px solid #DDB20F;
}

.gallery-video .title-nav .nav ul li a.active {
	background: #468641;
	border:1px solid #468641;
	color:#FFF;
}

.slider-gallery {
	margin:0 0 50px 0;
}

.slider-gallery-wrap {
	position:relative;
	margin:0 -10px;
}

.slider-gallery .item {
	margin:0 10px;
}

.slider-gallery .item a {
	display:block;
	width:100%;
	padding-bottom:68.42105263157895%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

.slider-gallery .slick-dots {
	display:flex;
	justify-content:center;
	align-items: center;	
	position:absolute;
	left:0px;
	right:0px;
	bottom:-50px;	
}

.slider-gallery .slick-dots li {
	display:block;
	width:30px;
	height:5px;
	background: #F2F2F2;
	margin:0 5px;
	transition: all 0.5s;
	text-indent:-9999px;
	cursor:pointer;
}

.slider-gallery .slick-dots li.slick-active {
	width:50px;
	background: #F4B02E;
}

.slider-gallery .slick-arrow {
	width:40px;
	height:40px;
	display:block;
	border-radius:50%;
	border: 1px solid #F2F2F2;
	position:absolute;
	top:50%;
	margin:-20px 0 0 0;
	background:#F2F2F2 url("images/slick-arrow.svg") no-repeat center center;
	text-indent:-9999px;
	cursor:pointer;
	transition: all 0.5s;
}

.slider-gallery .slick-arrow.slick-prev {
	left:-100px;
}

.slider-gallery .slick-arrow.slick-next {
	right:-100px;
	transform: rotate(180deg);	
}

.slider-gallery .slick-arrow:hover {
	background:#468641 url("images/slick-arrow-white.svg") no-repeat center center;
}

.slider-video-wrap {
	position:relative;
	margin:0 -10px;
}

.slider-video {
	margin:0 0 50px 0;
}

.slider-video .item {
	margin:0 10px;
}

.slider-video .item a {
	display:block;
	width:100%;
	padding-bottom:68.42105263157895%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

.slider-video .slick-dots {
	display:flex;
	justify-content:center;
	align-items: center;	
	position:absolute;
	left:0px;
	right:0px;
	bottom:-50px;	
}

.slider-video .slick-dots li {
	display:block;
	width:30px;
	height:5px;
	background: #F2F2F2;
	margin:0 5px;
	transition: all 0.5s;
	text-indent:-9999px;
	cursor:pointer;
}

.slider-video .slick-dots li.slick-active {
	width:50px;
	background: #F4B02E;
}

.slider-video .slick-arrow {
	width:40px;
	height:40px;
	display:block;
	border-radius:50%;
	border: 1px solid #F2F2F2;
	position:absolute;
	top:50%;
	margin:-20px 0 0 0;
	background:#F2F2F2 url("images/slick-arrow.svg") no-repeat center center;
	text-indent:-9999px;
	cursor:pointer;
	transition: all 0.5s;
}

.slider-video .slick-arrow.slick-prev {
	left:-100px;
}

.slider-video .slick-arrow.slick-next {
	right:-100px;
	transform: rotate(180deg);	
}

.slider-video .slick-arrow:hover {
	background:#468641 url("images/slick-arrow-white.svg") no-repeat center center;
}

.gallery-video .toggle {
	height:0px;
	overflow:hidden;
}

.gallery-video .toggle.show {
	height:auto;
}



/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/

.maps {
	height:520px;
	width:100%;
	position:relative;
	overflow:hidden;
}

.maps iframe {
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	width:100%;
	height:100%;
}

.contact {
	padding:100px 0;
	background:#FFF;
	opacity:0;
	transition: all 0.5s;
	position:relative;
	top:30px;
}

.contact.show {
	top:0px;
	opacity:1;
}

.contact h2 {
	margin:0 0 50px 0;
	font-style: normal;
	font-weight: 700;
	font-size: 45px;
	line-height: 53px;
	color: #000000;	
}

.contact .cell {
	display:flex;
	justify-content: space-between;
	align-items: baseline;	
}

.contact .cell .left { width:380px; }

.contact .cell .formss {
	width:680px;
	position:relative;
	margin-top:45px;
}

.contact .cell .formss::before {
	content:'';
	display:block;
	bottom:44px;
	right:-135px;
	width:255px;
	height:626px;
	background:url("images/contact-right-before.png") no-repeat center center;
	background-size:100% auto;
	position:absolute;
	z-index:2;
}
.contact .b24-form-wrapper{
	  max-width: 527px;
	  border: 1px solid #eee;
	 box-shadow: none !important;
}
.contact .cell .formss .wpcf7 {
	background: #F8F8F8;
	position:relative;
	z-index:5;
	padding:70px 100px;
}

.contact .cell .formss .wpcf7 span.wpcf7-form-control-wrap {
	display:block;
	padding:0 0 20px 0;
}

.contact .cell .formss .wpcf7 input.wpcf7-text {
	border-bottom:1px solid #D6D6D6;
	padding:22px 10px;
	width:100%;
	box-sizing: border-box;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #808080;
	background:none;
	transition: all 0.5s;
}

.contact .cell .formss .wpcf7 input.wpcf7-text:focus {
	border-bottom:1px solid #DDB20F;
	color:#000;
}

.contact .cell .formss .wpcf7 textarea {
	border-bottom:1px solid #D6D6D6;
	padding:22px 10px;
	width:100%;
	box-sizing: border-box;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #808080;
	background:none;
	resize:none;
	height:65px;
	transition: all 0.5s;
}

.contact .cell .formss .wpcf7 textarea:focus {
	border-bottom:1px solid #DDB20F;
	color:#000;
}

.contact .cell .formss .wpcf7 small {
	display:block;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	color: #808080;
	text-align:center;
}

.contact .cell .formss .wpcf7 small a {
	color: #DDB20F;
	text-decoration:none;
}

.contact .cell .formss .wpcf7 small a:hover {
	text-decoration:underline;
}

.contact .cell .formss .wpcf7 .submit {
	padding:50px 0 0 0;
}

.contact .cell .formss .wpcf7 .submit .wpcf7-submit {
	font-family: 'Roboto Condensed', sans-serif;
	height: 60px;
	width: 280px;
	cursor:pointer;
	display:flex;
	justify-content:center;
	align-items: center;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #222222;
	margin:0 auto;
	background: #FDA624;
	transition: all 0.5s;
}

.contact .cell .formss .wpcf7 .submit .wpcf7-submit:hover {
	background: #468641;
	color: #FFFFFF;
}

.contact .cell .formss .wpcf7 .submit .wpcf7-submit:active {
	background: #46A856;
	color: #FFFFFF;
}

.wpcf7 .wpcf7-not-valid-tip { display:none; }

.contact .cell .formss .wpcf7 input.wpcf7-text.wpcf7-not-valid,
.contact .cell .formss .wpcf7 textarea.wpcf7-not-valid {
	color: red;
	border-bottom:1px solid red;
}

.contact .cell .formss .wpcf7 .wpcf7-response-output {
	font-size:32px;
	line-height:normal;
	display:block;
	text-align:center;
	color:#000;
	padding:0!important;
	margin:0!important;
	border:none!important;
	position:relative;
	left:-20px;
	right:-20px;
	bottom:30px;
	    width: 100%;
    line-height: normal;
    height: 20;
    margin-top: 20px !important;
}

.contact .cell .formss .wpcf7 .wpcf7-spinner {
	position:absolute;
	padding:0;
	display:block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	top:50%!important;
	left:50%!important;
	background:#6B4870 url("images/loading.svg") no-repeat center center!important;
	background-size:31px 31px!important;
	width:50px!important;
	height:50px!important;
	margin:-25px 0 0 -25px!important;
}

.contact .cell .formss .wpcf7 .wpcf7-spinner::before { display:none; }

.contact .list {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 160%;
	color: #000000;	
}

.contact .list .item {
	margin:50px 0 0 0;
	padding-left:40px;
	position:relative;
}

.contact .list .item:first-child {
	margin:0;
}

.contact .list .item b {
	display:block;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	color: #000000;	
	padding:0 0 10px 0;
}

.contact .list .item a {
	color: #000000;	
	text-decoration:none;
}
.contact .list .item span{
	cursor: pointer;
}
.contact .list .item::before {
	content:'';
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	left:0px;
	top:-3px;
}

.contact .list .item.adress::before { background:url("images/adress.svg") no-repeat center center; }
.contact .list .item.phone::before { background:url("images/phone.svg") no-repeat center center; }
.contact .list .item.email::before { background:url("images/email.svg") no-repeat center center; }

.contact .list .item.whatsapp::before { 
	background:url("images/whatsapp-green.svg") no-repeat center center; 
	background-size:22px;
}

.contact .list .item.requisites::before { background:url("images/requisites.svg") no-repeat center center; }

.contact .corn-1 {
	display:block;
	position:absolute;
	width:46px;
	height:60px;
	background:url("images/corn-1.svg") no-repeat center center;
	z-index:10;
	right:-58px;
	top:10px;
}

.contact .corn-2 {
	display:block;
	position:absolute;
	width:122px;
	height:119px;
	background:url("images/corn-2.svg") no-repeat center center;
	z-index:10;
	right:-62px;
	top:30px;
}

.contact .corn-3 {
	display:block;
	position:absolute;
	width:61px;
	height:54px;
	background:url("images/corn-3.svg") no-repeat center center;
	z-index:10;
	bottom:75px;
	right:-30px;
}

.contact .corn-4 {
	display:block;
	position:absolute;
	width:68px;
	height:51px;
	background:url("images/corn-4.svg") no-repeat center center;
	z-index:10;
	bottom:25px;
	right:-40px;
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/

.hide {
	display:none!important;
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/

.footer {
	background: #6B4870;
	padding:56px 0;
}

.footer .cell {
	display:flex;
	justify-content: space-between;
	align-items: center;
}

.footer .copyright {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height:160%;
	color: #BDBDBD;	
	width:202px;
}

.footer .dev { width:202px; }

.footer .dev a {
	display:block;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	text-align: right;
	color: #BDBDBD;	
	text-decoration:none;
	position:relative;
	padding-right:100px;
}

.footer .dev a span {
	display:block;
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;	
}

.footer .dev a::before {
	content:'';
	display:block;
	width:76px;
	height:80px;
	background:url("images/dev.svg") no-repeat center center;
	position:absolute;
	right:0px;
	top:50%;
	margin:-40px 0 0 0;
}

.footer .social ul {
	display:flex;
	align-items: center;
}

.footer .social ul li {
	display:block;
	width:30px;
	list-style:none;
	margin:0 5px;
}

.footer .social ul li a {
	display:block;
	width:30px;
	height:30px;
	border:1px solid rgba(255,255,255, 0);
	transition: all 0.5s;
}

.footer .social ul li a:hover {
	border:1px solid rgba(255,255,255, 0.5);
}

.footer .social ul li.vk a { background:url("images/vk.svg") no-repeat center center; }
.footer .social ul li.ok a { background:url("images/ok.svg") no-repeat center center; }
.footer .social ul li.youtube a { background:url("images/youtube.svg") no-repeat center center; }
.footer .social ul li.rutube a { background:url("images/rutube.svg") no-repeat center center; }

.bottom {
	background:#fda624;	
	padding:10px 0;
	
}
.footer-bottom{
	display: flex;
	justify-content: space-between;	
}
.footer-bottom a:hover{
	opacity: 0.7;
}
@media(max-width: 767px){
	.footer-bottom{
		flex-direction: column;
		gap: 10px;
		align-items: center;
	}
}
.orange{
	background: #fda624;
}
.bottom p { text-align:center; }

.bottom a {
	color:#222222;
	text-decoration:none;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height:160%;	
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------*/

.default-text {
	padding:100px 0 0 0;
}

.archive .catalog {
	padding:100px 0;
}

.default-text h1 {
	font-style: normal;
	font-weight: 700;
	font-size: 45px;
	line-height: 53px;
	color: #000000;
	padding:0 0 40px 0;	
}

.default-text .content {
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: #808080;		
}

.default-text .content p {
	padding:10px 0;
}

.default-text .content ol {
    padding: 10px 0;
	margin-left:19px;
}

.default-text .content a {
	color:#FDA624;
	text-decoration:underline;
}

.default-text .content a:hover {
	text-decoration:none;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.dropdown {
	position:fixed;
	right:0px;
	top:0px;
	bottom:0px;
	height:100vh;
	width:430px;
	background:#FFF;
	z-index:200;
	display:flex;
	align-items:center;
	box-sizing: border-box;
	padding:70px;
	transition: all 1s;
	right:-460px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.dropdown.active {
	right:0px;
}

.dropdown .menu ul li {
	display:block;
	list-style:none;
	padding:12px 0;
}

.dropdown .menu ul li a {
	font-size:16px;
	line-height:20px;
	color:#282727;
	font-weight:600;
	text-decoration:none;
	transition: all 0.5s;
	position:relative;
}

.dropdown .menu ul li a:hover {
	color:#e1ae35;
}

.dropdown .menu li.current-menu-parent a,
.dropdown .menu li.current-menu-item a {
	color:#e1ae35;
}

.dropdown .mobile-menu {
	position:absolute;
	right:40px;
	top:40px;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.top .mobile-menu {
	display:none;
}

.nav-icon {
	width: 22px;
	height: 17px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	display:inline-block;
	position:relative;
	top:2px;
}

.nav-icon span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #DDB20F;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.nav-icon span:nth-child(1) {
	top: 0px;
}

.nav-icon span:nth-child(2),.nav-icon span:nth-child(3) {
	top: 8px;
}

.nav-icon span:nth-child(4) {
	top: 16px;
}

.active .nav-icon span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}

.active .nav-icon span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.active .nav-icon span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.active .nav-icon span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------*/

.bigwindow.fancybox-content {
	background:#FFF;
	width: 1140px;
	box-sizing: border-box;
	padding:60px;
	overflow:hidden;
}

.bigwindow.fancybox-content .fancybox-button.fancybox-close-small {
	background:url("images/close.svg") no-repeat center center;
	width:30px;
	height:31px;
	opacity:1;
	top:20px;
	right:20px;
	transition: all 0.5s;
}

.bigwindow.fancybox-content .fancybox-button svg { display:none!important; }

.bigwindow.fancybox-content .fancybox-button.fancybox-close-small:hover {
	background:url("images/close-hover.svg") no-repeat center center;
}

.bigwindow .elem {
	display:flex;
	justify-content: space-between;
	padding:0 0 80px 0;
}

.bigwindow .elem .left {
	width:380px;
}

.bigwindow .elem .right {
	width:calc(100% - 380px - 50px);
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color: #808080;
	position:relative;
}

.bigwindow .elem .right .more {
	position:absolute;
	left:0px;
	bottom:4px;
}

.bigwindow .elem .right .more a {
	height: 56px;
	width: 280px;
	display:flex;
	justify-content:center;
	align-items: center;		
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #222222;	
	font-family: 'Roboto Condensed', sans-serif;
	text-decoration:none;
	background: #FDA624;
	transition: all 0.5s;
	padding:0;
	margin:0;
}

.bigwindow .elem .right .more a:hover {
	background: #468641;
	color:#FFF;
}

.bigwindow .elem .right .more a:active {
	background: #46A856;
	color:#FFF;
}

.bigwindow .elem .right strong {
	display:block;
	padding:0 0 30px 0;
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 35px;
	color: #121212;	
	font-family: 'Roboto Condensed', sans-serif;
}

.bigwindow .characteristics strong {
	padding:0 0 20px 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #121212;	
	display:block;
}

.bigwindow .characteristics ul li {
	display:flex;
	justify-content: space-between;
	align-items: center;	
	padding:16px 20px;
	background: #F8F8F8;
}

.bigwindow .characteristics ul li:nth-child(2n+2) {
	background: #FDFDFD;
}

.bigwindow .characteristics ul li b {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	color: #121212;	
	width:calc(100% - 380px - 20px);
}

.bigwindow .characteristics ul li span {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	color: #121212;		
	width:380px;
}

.nicescroll-rails {
	background:#F8F8F8!important;
	border-radius:15px!important;
}

.bigwindow .data-scroll {
	height:380px!important;
	padding-right:30px;
}

.bigwindow .slider-for {
	width:380px;
	height:380px;
	overflow:hidden;
	background:url("images/loading-yellow.svg") no-repeat center center;
	background-size:50px auto;
}

.bigwindow .slider-for .elem {
	padding:0;
	margin:0;
}

.bigwindow .slider-for .elem a {
	display:block;
	width:100%;
	padding-bottom:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

.bigwindow .slider-nav {
	position:relative;
	margin:0 -10px;
	padding:20px 0 0 0;
}

.bigwindow .slider-nav .elem {
	margin:0 10px 1px 10px;
	width:80px;
	height:61px;
	position:relative;	
	padding:0;
	border:2px solid transparent;
}

.bigwindow .slider-nav .elem.slick-current {
	border:2px solid #DDB20F;
}

.bigwindow .slider-nav .elem span {
	display:block;
	width:100%;
	padding-bottom:75%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

.bigwindow .slider-nav .slick-arrow { display:none!important; }

.bigwindow .slider-for .slick-arrow {
	width:40px;
	height:40px;
	display:block;
	border-radius:50%;
	border: 1px solid #F2F2F2;
	position:absolute;
	top:50%;
	margin:-20px 0 0 0;
	background:#F2F2F2 url("images/slick-arrow.svg") no-repeat center center;
	text-indent:-9999px;
	cursor:pointer;
	transition: all 0.5s;
	z-index:5;
}

.bigwindow .slider-for .slick-arrow.slick-prev {
	left:20px;
}

.bigwindow .slider-for .slick-arrow.slick-next {
	right:20px;
	transform: rotate(180deg);	
}

.bigwindow .slider-for .slick-arrow:hover {
	background:#468641 url("images/slick-arrow-white.svg") no-repeat center center;
}

.window.fancybox-content {
	background: #F8F8F8;
	width: 600px;
	box-sizing: border-box;
	padding:60px;
	overflow:hidden;
}

.window.fancybox-content .fancybox-button.fancybox-close-small {
	background:url("images/close.svg") no-repeat center center;
	width:30px;
	height:31px;
	opacity:1;
	top:20px;
	right:20px;
	transition: all 0.5s;
}

.window.fancybox-content .fancybox-button svg { display:none!important; }

.window.fancybox-content .fancybox-button.fancybox-close-small:hover {
	background:url("images/close-hover.svg") no-repeat center center;
}

.window label {
	display:block;
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 45px;
	line-height: 53px;
	color: #000000;
	padding:0px 0 40px 0;	
	text-align:center;
}

.window#stock label {
	padding:0 0 15px 0;
}

.window em {
	display:block;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	padding:0px 0 40px 0;	
	text-align:center;
}

.window .wpcf7 {	
	position:relative;
}

.window .wpcf7 span.wpcf7-form-control-wrap {
	display:block;
	padding:0 0 20px 0;
}

.window .wpcf7 input.wpcf7-text {
	border-bottom:1px solid #D6D6D6;
	padding:22px 10px;
	width:100%;
	box-sizing: border-box;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #808080;
	background:none;
	transition: all 0.5s;
}

.window .wpcf7 input.wpcf7-text:focus {
	border-bottom:1px solid #DDB20F;
	color:#000;
}

.window .wpcf7 textarea {
	border-bottom:1px solid #D6D6D6;
	padding:22px 10px;
	width:100%;
	box-sizing: border-box;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #808080;
	background:none;
	resize:none;
	height:65px;
	transition: all 0.5s;
}

.window .wpcf7 textarea:focus {
	border-bottom:1px solid #DDB20F;
	color:#000;
}

.window .wpcf7 small {
	display:block;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	color: #808080;
	text-align:center;
}

.window .wpcf7 small a {
	color: #DDB20F;
	text-decoration:none;
}

.window .wpcf7 small a:hover {
	text-decoration:underline;
}

.window .wpcf7 .submit {
	padding:25px 0 0 0;
}

.window .wpcf7 .submit .wpcf7-submit {
	font-family: 'Roboto Condensed', sans-serif;
	height: 60px;
	width: 280px;
	cursor:pointer;
	display:flex;
	justify-content:center;
	align-items: center;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #222222;
	margin:0 auto;
	background: #FDA624;
	transition: all 0.5s;
}

.window .wpcf7 .submit .wpcf7-submit:hover {
	background: #468641;
	color: #FFFFFF;
}

.window .wpcf7 .submit .wpcf7-submit:active {
	background: #46A856;
	color: #FFFFFF;
}

.window .wpcf7 input.wpcf7-text.wpcf7-not-valid,
.window .wpcf7 textarea.wpcf7-not-valid {
	color: red;
	border-bottom:1px solid red;
}

.window .wpcf7 .wpcf7-response-output {
	font-size:14px;
	line-height:18px;
	display:block;
	text-align:center;
	color:#000;
	padding:0!important;
	margin:0!important;
	border:none!important;
	position:absolute;
	left:-30px;
	right:-30px;
	bottom:-40px;
}

.window .wpcf7 .wpcf7-spinner {
	position:absolute;
	padding:0;
	display:block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	top:50%!important;
	left:50%!important;
	background:#6B4870 url("images/loading.svg") no-repeat center center!important;
	background-size:31px 31px!important;
	width:50px!important;
	height:50px!important;
	margin:-25px 0 0 -25px!important;
}

.window .wpcf7 .wpcf7-spinner::before { display:none; }
.dropdown-item{
	color: #000;
}
.bigwindow-item{
	margin-top: 60px;
}
.top .menuss.menuss-item ul li a{
	color: #444444
}
.form-title{
	font-size: 32px;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	color: #000000;
}
.top .logo.logo-str a{
	    background: url(images/logo-black.svg) no-repeat center center;
	
}
.video__image {
  display: inline-block;
  position: relative;
  cursor: pointer;
	width: 50%;
}
.video__image img {
  vertical-align: middle;
	width: 100%;
}
.video-preview {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0,0,0,0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-preview__circle {
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0,0,0,0.5) 0 4px 20px 0.5px;
  background-color: rgba(255,255,255,0.8);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.video-preview:hover .video-preview__circle {
  background-color: #ffffff;

}
@media (max-width: 767px) {
  .video-preview__circle {
    width: 46px;
    height: 46px;
  }
  .fancybox-slide {
    padding: 0;
  }
	.video__image{
		width: 100%;
	}
  
}
@media(max-width: 991px){
    .about_home_block_images{
      display: none;
  }
  .about_home_block_text{
      width: 100%;
  }
	
}
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #F5E7D3;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  transition: all 200ms;
}
.video-play-button:hover:after {
  background-color: #fff;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.video-preview__triagle {
  border: 16px solid transparent;
  border-left: 25px solid #FDA624;
  position: relative;
  z-index: 11;
  left: 9px;
}
.bigwindow-item .elem .right .more{
	position: relative;
	margin-top: 20px;
}
.tabs-list {
    color: #000;
    display: flex;
    align-items: center;
	margin-bottom: 30px;
}
.tabs-list .item{
	padding: 10px;
    font-size: 16px;
    cursor: pointer;
    border-bottom: 3px solid #fff
}
.tabs-list .item:hover{
	color: #FDA624;
}
.tabs-list .item.active{
	border-bottom: 3px solid #FDA624;
	color: #FDA624;
}
.tab-item{
	display: none;
}
.tab-item.active{
	display: block;
}
.city-confirm .your-city{
	color: #468641 !important;
}
.logo-str.city-header{
	color: #2cb7ff;
}
.cat__desc{
	margin-top: 60px;
    font-size: 16px;
    line-height: 26px;
    color: #808080;
}
.cat__desc ol, .cat__desc ul{
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.cat__desc h2{
	margin-top: 20px;
	margin-bottom: 10px;
}
h1{
	font-size: 50px;
	color: #121212;
	margin-bottom: 20px;
	font-weight: 600;
	line-height: normal;
}
@media(max-width: 1200px){
	h1{
		font-size: 40px;
	}
}
@media(max-width: 740px){
	h1{
		font-size: 30px;
	}
}
.about-video-block{
	margin-top: 60px;	
	padding: 0px 20px;
}
.popup_frame {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 10000;
	display: flex;
}
@media (max-width: 550px) {
	.popup_frame {
		display: flex;
		overflow: hidden;
	}
}
.popup_frame_content {
	background: #000;
	margin: auto;
	width: 1312px;
	max-width: 100%;
	max-height: 100%;
	z-index: 2;
	position: relative;
}
.popup_frame_content-frame {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 66.6%;
}
.popup_frame_content-frame iframe {
	position: absolute;
	top: 0px;
	border: 0;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background: none;
	max-height: 100vh;
}
.popup_frame_content .preload-view {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 50%;
	margin-left: -15px;
	animation: rotating 1s linear infinite;
}
@media (max-width: 550px) {
	.popup_frame_content {
		display: flex;
	}
}
.popup_frame_close {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	z-index: 5;
}
@media (max-width: 767px) {
	.popup_frame_close {
		top: 12px;
		right: 15px;
	}
}
.popup_frame_close:before,
.popup_frame_close:after {
	content: '';
	position: absolute;
	width: 28px;
	height: 2px;
	top: 50%;
	margin-top: -1px;
	left: 50%;
	margin-left: -11px;
	background: #888;
	transition: all 0.4s ease;
}
.popup_frame_close:before {
	transform: rotate(45deg);
}
.popup_frame_close:after {
	transform: rotate(-45deg);
}
.popup_frame_close:hover:before {
	transform: rotate(135deg);
}
.popup_frame_close:hover:after {
	transform: rotate(45deg);
}
.popup_frame_back {
	position: absolute;
	top: 0px;
	cursor: zoom-out;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(0,0,0,0.6);
}
.header__callback {
    color: #fff;
    cursor: pointer;
    border-bottom: 1px dashed #fff;
    transition: border-bottom-color .15s linear;
	margin-bottom: 10px;
    display: block;
    width: fit-content;
    font-size: 15px;
}
.top.scroll .header__callback{
	color: #000;
	border-bottom: 1px dashed #000;
}
.page-str .header__callback{
	color: #000;
	border-bottom: 1px dashed #000;
}
@keyframes snow {
    0% {
        background-position: 0 0,0 0,0 0
    }

    to {
        background-position: 500px 1000px,400px 400px,300px 300px
    }
}

body.snowed:before {
    background-image: url(images/snow-1.png),url(images/snow-2.png),url(images/snow-3.png);
    -ms-animation: snow 10s linear infinite;
    animation: snow 10s linear infinite;
    content: "";
    background-color: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    display:block;
    top: 0;
    left: 0;
    z-index: 9999999;
    pointer-events: none
}
#rt-warn {
  background: #FDA624;
  color: #222222;
  text-align: center;
  padding: 10px 15px 9px;
  font-weight: 500;
}
@media(max-width: 767px){
	.top .cell{
		padding: 59px 0;
	}
}