
*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
html,body{
	overflow-x: hidden;
	position: relative;
}
h1, h2, h3{
	font-family: 'Yeseva One', cursive;
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0.03em;
}
h4{
	font-family: Yeseva One;
	font-style: normal;
	font-weight: normal;
	line-height: 37px;
	font-size: 20px;
	color: #9EC338;
	padding-left: 20px;
}
p, a, span, ul, li, h1{
	font-family: 'Roboto', sans-serif;
}
ul{
	list-style: none;
	padding-left: 5px;
}
a{
	text-decoration: none;
}
.popup-open{
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #fff;
}
.popup{
	display: none;
	/*overflow-y: scroll;*/
	min-height: 100vh;
	min-width: 100%;
	position: absolute;
	top: 0; left: 0;
}
.popup-close{
	cursor: pointer;
}
.popup-wrapper{
	width: 100%;
	min-height: 100vh;
	height: 100%;
	position: absolute;
	top: 0; left: 0;
	z-index: 99;
	/*background-color: rgba(0,0,0,0.5);*/
}
.popup-wrap{
	position: absolute;
	top: 20px; left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #F5F9EB;
	padding: 55px 48px;
	position: relative;
	max-width: 447px;
	width: 100%;
	box-shadow: 1px 5px 20px rgba(48, 106, 60, 0.15);
}
.popup-wrap label, .popup-wrap label a{
	padding-top: 18px;
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
	font-size: 16px;
	color: #3F3131;
}

.popup-wrap label a{
	font-size: 14px;
}

.input-wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.popup-close{
	position: absolute;
	background-color: transparent;
	border: none; outline: none;
	top: 18px; right: 18px;
}
.input-wrap input{
	height: 55px;
	border: none;
	outline: none;
	padding-left: 10px;
}
textarea{
	width: 100%;
	height: 127px;
	border: none; 
	outline: none;
	resize: none;
	padding: 10px;
}
.input-wrap-checkbox{
	padding-top: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.input-wrap-checkbox label{
	padding-top: 0;
	padding-left: 10px;
	font-size: 14px;
}
#checkbox{
	display: none;
}

.custom-checkbox{
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 16px; min-width: 16px; height: 16px;
	border: 1px solid #306A3C;
	border-radius: 3px;
}
.custom-checkbox svg{ display: none; }
.custom-checkbox.active-check svg{
	display: block;
}
.input-wrap input[type="submit"]{
	width: 190px; height: 50px;
	background-color: #306A3C;
	margin: 0 auto;
	margin-top: 34px;
	cursor: pointer;
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: capitalize;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	color: #FFFFFF;
}
.input-wrap input[disabled="disabled"]{
	background-color: #c5c5c5;
	cursor: default;
}
.bg{
	background-position: center center;
	min-height: 100vh;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.error-wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.error-number{
	max-width: 900px;
	min-width: 300px;
	width: 60%;

}
.error-text{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 40px;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;
}
.error-btn{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	padding-top: 70px;
}
.error-btn a{
	width: 230px;
	height: 60px;
	background: rgba(255, 255, 255, 0.2);
	border: 2px solid #9EC338;
	color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.error-btn a:hover{
	background-color: #9EC338;
}
header{
	position: absolute;
	top: 35px;
	left: 0;
	z-index: 9;
	width: 100%;
}
.header{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	-ms-align-items: center;
	align-items: center;
	background-color: #9EC338;
	margin-bottom: 75px;
}

.header a, .header p{
	color: #fff;
	font-size: 16px;
}
.header-wrap{
	position: relative;
}
.header-logo{
	position: absolute;
	top: 50%; left: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.header-text{
	padding-left: 50px;
		color: #fff;
	font-size: 16px;
}
.header-menu-ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	min-height: 52px;
}
.header-menu-link{
	padding: 17px 26px;
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
}
.header-menu-link:hover{
	background-color: #306A3C;
}
.header-number{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	cursor: pointer;
}

.header-number a {
	transition: 0.3s;
}

.header-number a:hover {
	color: #306A3C;
}

.burger{
	display: none;
}
.main{
	position: relative;
}
.slider-prev, .slider-next{
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	background-color: #9EC338;
	z-index: 9999;
	cursor: pointer;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.slider-prev svg, .slider-next svg{
	position: absolute;
	top: 50%; left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	fill: #306A3C;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.slider-prev:hover, .slider-next:hover{
	background-color: #306A3C;
}
.slider-prev:hover svg, .slider-next:hover svg{
	fill: #fff;
}
.slider-prev{
	left: 10%;
}
.slider-next{
	right: 10%;
}
.slider{
	width: 100%;
}
.slide img{
	width: 100%;
}
.slick-initialized .slick-slide{
	outline: none !important;
}

.our{
	padding: 85px 0;
	background-color: #306A3C;
	position: relative;
	color: #fff;
	padding-bottom: 90px;
	overflow: hidden;
}
.our-wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	/* position: relative; */
	z-index: 99;
	gap: 48px;
}
.our:after{
	content: '';
	position: absolute;
	top: 10%; right: -20px;
	background-image: url('/img/bg-our.png');
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	width: 382px;
	height: 809px;
	z-index: 0;
}
.our:before{
	content: '';
	position: absolute;
	top: 10%; left: -20px;
	background-image: url('/img/bg-our.png');
	width: 382px;
	height: 809px;
	z-index: 0;
}
.our h2{
	text-align: center;
	padding-bottom: 50px;
	position: relative;
}
.our h2:after{
	content: '';
	position: absolute;
	background-image: url('/img/sheet.png');
	width: 35px; height: 11px;
	top: 28%; left: 46%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.our h2:before{
	content: '';
	position: absolute;
	background-image: url('/img/sheet.png');
	width: 35px; height: 11px;
	top: 28%; right: 46%;
	-webkit-transform: translate(50%, -50%) scale(-1, 1);
	-ms-transform: translate(50%, -50%) scale(-1, 1);
	-o-transform: translate(50%, -50%) scale(-1, 1);
	transform: translate(50%, -50%) scale(-1, 1);
}
.our-left{
	max-width: 700px;
	width: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 23px;
	font-size: 15px;
	background: #306a3c;
	z-index: 2;
}
.our-left p{
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
}
.our-left li{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.our-left svg{
	margin-top: 5px;
	margin-right: 10px;
}
/*.our-right{
	margin-left: 105px;
}*/




.product{
	padding: 80px 0;
}
.product-title{
	text-align: center;
	padding-bottom: 50px;
	position: relative;
}
.product-title:after{
	content: '';
	position: absolute;
	background-image: url('/img/sheet.png');
	width: 35px; height: 11px;
	top: 28%; left: 43%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.product-title:before{
	content: '';
	position: absolute;
	background-image: url('/img/sheet.png');
	width: 35px; height: 11px;
	top: 28%; right: 43%;
	-webkit-transform: translate(50%, -50%) scale(-1, 1);
	-ms-transform: translate(50%, -50%) scale(-1, 1);
	-o-transform: translate(50%, -50%) scale(-1, 1);
}


.product-wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}

.product-block{
	position: relative;
	max-width: 384px;
	width: 100%;
	background: #F5F9EB;
	padding: 30px 20px;
	margin: 25px;
}
.product-block:after{
	position: absolute;
	content: '';
	top: -10px; left: -10px;
	height: 100%; width: 100%;
	border: 1px solid #9EC338;
	z-index: -1;
}
.product-block-top{
	width: 100%;
	min-height: 285px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	position: relative;
}
.product-block-top img{
	padding-bottom: 80px;
}
.product-block-top h3{
	position: absolute;
	left: 50%; bottom: 12px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	padding-top: 35px;
	padding-bottom: 60px;
	text-align: center;
	width: 100%;
	font-size: 20px;
}
.product-block-top h3:before{
	content: '';
	position: absolute;
	bottom: 0; left: -20px;
	width: calc(100% + 40px); height: 1px;
	background: rgba(48, 106, 60, 0.3);
}

.product-block-bottom p{
	line-height: 23px;
	font-size: 15px;
	color: #7B7C76;
}

.range-title h2{
	text-align: center;
	padding-bottom: 50px;
	position: relative;
	color: #000;
	margin-top: 150px;
}
.range-title h2:after{
	content: '';
	position: absolute;
	background-image: url('/img/sheet.png');
	width: 35px; height: 11px;
	top: 28%; left: 39%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.range-title h2:before{
	content: '';
	position: absolute;
	background-image: url('/img/sheet.png');
	width: 35px; height: 11px;
	top: 28%; right: 39%;
	-webkit-transform: translate(50%, -50%) scale(-1, 1);
	-ms-transform: translate(50%, -50%) scale(-1, 1);
	-o-transform: translate(50%, -50%) scale(-1, 1);
}
.range-right img{
	max-width: 183px;
}
.w-img img{
	width: 100px;
}
.range-pagination{
	padding: 0 10px;
	padding-bottom: 100px;
	text-align: center;
	display: flex;
    gap: 50px;
	justify-content: center;
	

}
.range-pagination-link{
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 20px;
	text-align: center;
	color: #306A3C;
	cursor: pointer;
}
.range-pagination-link:hover{
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 20px;
	text-decoration-line: underline;

	color: #9EC338;
}
.range-wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(27, 21, 21, 0.3);
	padding: 0 300px;
}
.range-wrap:first-child{
	border-top: 1px solid rgba(27, 21, 21, 0.3);
}
.range-block{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	max-width: 546px;
	margin: 40px;
}
.range-left h3{
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 25px;
	letter-spacing: 0.03em;
	padding-bottom: 10px;
}
.range-left p{
	font-style: normal;
	font-weight: normal;
	line-height: 23px;
	font-size: 15px;
	padding-bottom: 15px;
	color: #7B7C76;
}
.range-title{
	font-style: normal;
	font-weight: bold;
	line-height: 23px;
	font-size: 15px;
	color: #306A3C;
}
.range-volume-wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.range-volume{
	padding-right: 15px;
}
.range-volume span:first-child{
	font-style: normal;
	font-weight: 900;
	line-height: 30px;
	font-size: 20px;
	color: #9EC338;
}
.range-volume span:last-child{
	font-style: normal;
	font-weight: 200;
	line-height: 23px;
	font-size: 15px;
	color: #306A3C;
}

.footer{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	background: #1B1515;
	padding-top: 75px;
	padding-bottom: 58px;
	color: #fff;
}
.footer-left{
	max-width: 752px;
	width: 100%;
	min-height: 300px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

.footer-left-wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.footer-menu{
	max-width: 198px;
	width: 100%;
}
.footer-left-wrap span, .footer-right span{
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 20px;
	line-height: 40px;
}
.footer-nav ul{
	padding-left: 0;
}
.footer-information svg{
	margin-right: 5px;
	margin-top: 2.5px;
}
.footer-information-icon{
	display: inline-block;
}
.footer-nav ul li a, .footer-information-block span, .footer-information-text{
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 15px;
	line-height: 30px;
	color: #FFFFFF;
}
.footer-right{
	max-width: 510px;
	width: 100%;
}

.footer-information, .footer_menu_link {
	display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-information-block a, .footer-menu a, .footer-information-text {
	transition: 0.3s;
	border-bottom: 1px solid transparent;
}

.footer-information-block a:hover, .footer-menu a:hover, .footer-information-text:hover {
	border-bottom: 1px solid #fff;
}

.footer_menu_link, .footer-information {
	margin-top: 14px;	
}

.footer-bottom {
	background: #1B1515;
	padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    display: flex;
    justify-content: center;
}
.footer-copyright{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 83%;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer-copyright p{
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.6);
}
.footer-copyright a{
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	font-size: 12px;
	display: flex;
	align-items: center;
	color: rgba(255, 255, 255, 0.6);
}

.slick-dots {
   text-align: center; /* Центрируем пагинацию */
   position: absolute; /* Становится абсолютно позиционированным */
   bottom: 10px; /* Отступы снизу */
   left: 50%; /* Центрируем по горизонтали */
   transform: translateX(-50%); /* Корректируем центрирование */
}

.slick-dots .dot {
   width: 15px;
   height: 15px;
   background: #F5F9EB; /* Цвет фона для обычных элементов */
   display: inline-block;
   margin: 0 5px;
   border-radius: 3px; /* Закругленные края */
   cursor: pointer; /* Указатель на курсор при наведении */
}

.slick-dots .slick-active .dot {
   background: #306A3C; /* Цвет фона для активного элемента */
}

.slick-dotted.slick-slider {
     margin-bottom: 0; 
}

.footer_politika_text {
	font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 15px;
    line-height: 30px;
    color: #FFFFFF;
	text-decoration: underline;
}

@media screen and (max-width: 1650px) {
	.range-wrap{
		padding: 0 100px;
	}
	.our h2:before{
		right: 44%;
	}
	.our h2:after{
		left: 44%;
	}
	.product-title:before{
		right: 41%;
	}
	.product-title:after{
		left: 41%;
	}
	.range-title h2:before{
		right: 35%;
	}
	.range-title h2:after{
		left: 35%;
	}
}

@media screen and (max-width: 1366px) {
	.range-wrap{
		padding: 0;
	}
	.our h2:before{
		right: 44%;
	}
	.our h2:after{
		left: 44%;
	}
	.our-wrap{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.product-title:before{
		right: 40%;
	}
	.product-title:after{
		left: 40%;
	}
}
@media screen and (max-width: 1100px) {
	.header-text{
		display: none;
	}
	.our h2:after{
		left: 42%;
	}
	.our h2:before{
		right: 42%;
	}
	.our-wrap{
		padding: 15px;
	}
	.our-right{
		margin-left: 30px;
	}
	.product-wrap{
		flex-wrap: wrap;
	}
	.product-title:after{
		left: 37%;
	}
	.product-title:before{
		right: 37%;
	}	
	.range-wrap{
		padding: 0;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.range-block{
		margin: 40px auto;
	}
	.footer{

		padding: 20px;
	}
	.footer-left-wrap{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}

	.range-title h2:before{
		right: 30%;
	}
	.range-title h2:after{
		left: 30%;
	}
}

@media screen and (max-width: 768px) {
	.our{
		padding: 20px 0;
	}
	.our h2:after{
		left: 40%;
	}
	.our h2:before{
		right: 40%;
	}
	.our-right{
		text-align: center;
	}
	.our-right img{
		width: 70%;
	}
	.product-wrap{
		flex-wrap: wrap;
	}
	.product-title:after{
		left: 33%;
	}
	.product-title:before{
		right: 33%;
	}
	.footer-left{
		order: 2;
	}
	.footer{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.range-pagination {
		padding-bottom: 100px;
		text-align: center;
		display: flex;
		gap: 12px;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.range.active {
		padding: 20px;
	}
}

@media screen and (max-width: 716px) {
	p, a, span, ul, li{
		font-size: 10px;
		line-height: 12px;
	}
	h1, h2, h3{
		font-size: 16px;
	}
	h4{
		font-size: 14px;
		line-height: 16px;
	}
	.popup-wrap{
		padding: 50px 20px;
	}
	header{
		top: 0;
	}
	.header{
		position: fixed;
		display: none;
		z-index: 100;
		width: 100vw;
		height: 100vh;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.header-menu-ul{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		justify-content: space-around;
		min-height: 40vh;
	}
	.header-menu-link, .header-number{
		font-size: 25px;
	}

	.header-logo {
		position: relative;
		top: 10px;
		left: 10px;
	}
	.slider-next, .slider-prev{
		display: none !important;
	}
	.burger{
		position: fixed;
		top: 10px; right: 10px;
		width: 20px; height: 20px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-around;
		-ms-align-items: center;
		align-items: center;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		z-index: 101;
		cursor: pointer;
	}
	.burger-line{
		width: 100%;
		height: 2px;
		background-color: #9ec338;
		-webkit-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
	}
	.active .burger-line:nth-child(1){
		position: absolute;
		top: 30%;
		left: 7%;
		-webkit-transform: rotate(-45deg) translate(-50%, -50%);
		-ms-transform: rotate(-45deg) translate(-50%, -50%);
		-o-transform: rotate(-45deg) translate(-50%, -50%);
		transform: rotate(-45deg) translate(-50%, -50%);
		background-color: #fff;
	}
	.active .burger-line:nth-child(2){
		position: absolute;
		top: 100%;
		left: 0;
		-webkit-transform: rotate(45deg) translate(-50%, -50%);
		-ms-transform: rotate(45deg) translate(-50%, -50%);
		-o-transform: rotate(45deg) translate(-50%, -50%);
		transform: rotate(45deg) translate(-50%, -50%);
		background-color: #fff;
	}
	.active .burger-line:nth-child(3){
		opacity: 0;
	}
	.our:before, .our:after{
		display: none;
	}
	.our h2{
		font-size: 16px;
		padding-bottom: 0;
	}
	.our h2:after{
		left: 15%;
		opacity: 0;
	}
	.our h2:before{
		right: 15%;
		opacity: 0;
	}
	.our-right{
		margin-left: 0;
		text-align: center;
	}
	.our-right img{
		width: 50%;
	}
	.product-title:after{
		opacity: 0;
		left: 15%;
	}
	.product-title:before{
		opacity: 0;
		right: 15%;
	}
	.range-block{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.range-left{
		order: 1 !important;
		padding: 10px;
	}
	.range-right{
		width: 100%;
		text-align: center;
	}
	.product-block-top h3{
		font-size: 14px;
	}
	.product-block-bottom p{
		font-size: 10px;
		line-height: 12px;
	}
	.footer-left-wrap span, .footer-right span{
		font-size: 14px;
		line-height: 30px;
	}
	.footer-nav ul li a, .footer-information-block span, .footer-information-text{
		font-size: 10px;
		line-height: 14px;
	}
	.footer-copyright p{
		font-size: 10px;
	}
	.footer-copyright a{
		font-size: 10px;
	}
	.range-title h2:before, .range-title h2:after{
		display: none;
	}
	.range-title h2{
		margin-top: 20px;
		padding-bottom: 20px;
	}
	.range-pagination-link{
		font-size: 14px;
		margin: 10px;
	}
	.range-pagination{
		padding-bottom: 30px;
	}
	.range-left h3{
		font-size: 16px;
	}
	.range-left p, .range-title{
		font-size: 10px;
		line-height: 14px;
	}
	.range-volume span:first-child{
		font-size: 14px;
		line-height: 20px;
	}
	.range-volume span:last-child{
		font-size: 10px;
		line-height: 14px;
	}
}