@font-face {
	font-family: 'Inter';
	src: url('fonts/Inter-Bold.eot');
	src: url('fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Inter-Bold.woff2') format('woff2'),
		url('fonts/Inter-Bold.woff') format('woff'),
		url('fonts/Inter-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url('fonts/Inter-Medium.eot');
	src: url('fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/Inter-Medium.woff2') format('woff2'),
		url('fonts/Inter-Medium.woff') format('woff'),
		url('fonts/Inter-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url('fonts/Inter-SemiBold.eot');
	src: url('fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Inter-SemiBold.woff2') format('woff2'),
		url('fonts/Inter-SemiBold.woff') format('woff'),
		url('fonts/Inter-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
.socials{
	position: relative;
	display: flex;
	gap: 2vw;
	align-items: center;
}
.socials a{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.0416666666666665vw;
	height: 1.0416666666666665vw;
}
.socials a:hover svg path{
	fill:#2CA7FF;
	-webkit-transition: .3s linear;
	-o-transition: .3s linear;
	-moz-transition: .3s linear;
	transition: .3s linear;
}

.header{
	position: relative;
	height: 5.208333333333334vw;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: #fff;
	display: flex;
	align-items: center;
	z-index: 1;
}
.header .container{
	justify-content: space-between;
	align-items: center;
}
.header .logo{
	position: relative;
	background: url(images/logo.svg) no-repeat;
	background-size: contain;
	background-position: center;
	width: 17.864583333333332vw;
	height: 3.0208333333333335vw;
}
.header .menu{
	position: relative;
	height: 2.34375vw;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 1vw;
}
.header .menu a{
    height: 100%;
    color: #000;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
    font-size: 0.76vw;
    border-radius: 25px;
    border: 1px solid transparent;
    padding: 0 1vw;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    -moz-transition: .3s linear;
    transition: .3s linear;
}
.header .menu a:hover{
	border: 1px solid #0567A1;
	color: #0567A1;
	text-decoration: none;
}
.header .contacts{
	position: relative;
	display: flex;
	align-items: center;
	gap: 0 1vw;
	height: 2.34375vw;
}
.header .contacts .call{
    position: relative;
    display: flex;
    align-items: center;
    gap: 0 .5vw;
    color: #000;
    font-weight: 800;
    line-height: 1;
    font-size: .8vw;
}
.header .contacts .call::before{
    content:"";
    display: block;
background: url(images/call.svg) no-repeat;
background-size: contain;
background-position: center;
width: 1.5104166666666667vw;
height: 1.40625vw;
}
.header .contacts .btn{
	position: relative;
	width: 8.59375vw;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #78A259;
	border-radius: 25px;
	color: #fff;
	font-size: 0.625vw;
	line-height: 1;
	font-weight: 400;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: .3s linear;
	-o-transition: .3s linear;
	-moz-transition: .3s linear;
	transition: .3s linear;
}
.header .contacts .btn:hover{
	background: #526f3c;
}
.menu_mob{
	display: none;
	-webkit-transition: .3s linear;
	-o-transition: .3s linear;
	-moz-transition: .3s linear;
	transition: .3s linear;
}


.main_banner{
	position: relative;
	background: url(images/banner/main_banner.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 39.895833333333336vw;
	top: -1.0416666666666665vw;
}
.main_banner .socials{
	align-items: baseline;
	flex-wrap: wrap;
	top: 8.5vw;
	left: 9vw;
	width: 1.0416666666666665vw;
	position: absolute;
}
.main_banner .container{
	justify-content: space-between;
	top: 1.0416666666666665vw;
	position: relative;
}
.main_banner_l{
	position: relative;
	width: 47.447916666666664vw;
	top: 5vw;
}
.main_banner_l .title{
	text-transform: uppercase;
	font-size: 2.5vw;
	line-height: 1;
	font-weight: bolder;
	color: #fff;
	max-width: 25vw;
	margin-bottom: 1.5vw;
}
.main_banner_l .description{
	color: #fff;
	margin-bottom: 1.5vw;
	line-height: 1;
	font-weight: 700;
	font-size: 1.1458333333333333vw;
	max-width: 39vw;
}
.main_banner_l .subtitle{
	margin-bottom: 1.5vw;
	line-height: 1;
	font-weight: 600;
	font-size: 1.6666666666666667vw;
	color: #fff;
	max-width: 28vw;
}
.main_banner_l .panel{
	position: relative;
	margin-top: 3.125vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #FFFFFF85;
	background: #FFFFFF30;
	border-radius: 43px;
	height: 4.53125vw;
	padding: 0 0.8854166666666666vw;
}
.main_banner_l .panel .btn{
	position: relative;
	width: 17vw;
	height: 2.864583333333333vw;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(89.98deg, #0567A1 11.12%, #4B8322 99.99%);
	border-radius: 25px;
	color: #fff;
	font-size: 0.625vw;
	line-height: 1;
	font-weight: 600;
	cursor: pointer;
	-webkit-transition: .3s linear;
	-o-transition: .3s linear;
	-moz-transition: .3s linear;
	transition: .3s linear;
	text-align: center;
}
.main_banner_l .panel .btn:hover{
	background: linear-gradient(89.98deg, #086fad 11.12%, #569826 99.99%);
}
.main_banner_adv{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 1vw;
}
.adv_item{
	position: relative;
	display: flex;
	align-items: center;
}
.adv_item svg{
	width: 1.875vw;
	height: 1.875vw;
	margin-right: 0.8854166666666666vw;
}
.adv_item span{
	color: #fff;
	line-height: 1;
	font-weight: 900;
	font-size: 0.8333333333333334vw;
	text-transform: uppercase;
	width: 5.729166666666666vw;
	display: block;
}
.main_banner_r{
	position: relative;
	width: 8.59375vw;
	height: 38.854166666666664vw;
	backdrop-filter: blur(8.899999618530273px);
	background: #4B8322A3;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main_banner_r .logo{
	background: url(images/logo_main_banner.svg) no-repeat;
	height: 23.541666666666668vw;
	width: 3.958333333333333vw;
	background-position: center;
	background-size: contain;
}


.services{
	position: relative;
	margin-top: -3vw;
	width: 100%;
	height: 20.572916666666664vw;
	overflow: hidden;
}
.services .swiper{
	position: absolute;
	max-width: max-content;
	background: #fff;
	border-top-left-radius: 10px;
	padding: 1.0416666666666665vw;
	right: -13vw;
}
.services .swiper-slide{
	width: auto !important;
}
.services_item{
	position: relative;
	width: 22.395833333333336vw;
	height: 20.572916666666664vw;
	padding: 0.3125vw;
	cursor: pointer;
	-webkit-transition: .3s linear;
	-o-transition: .3s linear;
	-moz-transition: .3s linear;
	transition: .3s linear;
}
.services_item .photo{
	width: 100%;
	height: 11.666666666666666vw;
	display: flex;
	align-items: center;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: .8;
	-webkit-transition: .3s linear;
	-o-transition: .3s linear;
	-moz-transition: .3s linear;
	transition: .3s linear;
}
.services_item:hover .photo{opacity: 1;}
.services_item .photo .name{
	color: #fff;
	line-height: 1;
	font-size: 1.25vw;
	text-transform: uppercase;
	font-weight: 800;
	margin-left: 1.875vw;
	max-width: 15vw;
	-webkit-transition: .3s linear;
	-o-transition: .3s linear;
	-moz-transition: .3s linear;
	transition: .3s linear;
}
.services_item .description{
	position: relative;
	margin-top: 2.34375vw;
	padding: 0 1.875vw;
	line-height: 1;
	font-weight: 600;
	font-size: 0.9375vw;
	color: #6B6B6B;
}
.services_item:hover .description{
	color: #000;
}


.about{
	position: relative;
	margin-top: 1vw;
}
.about .socials{
	gap: .5vw;
	flex-direction: column;
	width: 2.3958333333333335vw;
	position: absolute;
	right: 6vw;
}
.about .socials a, .form_popup .socials a{
	width: 2.3958333333333335vw;
	height: 2.3958333333333335vw;
	border-radius: 5px;
}
.about .socials a svg path, , .form_popup .socials a svg path{fill-opacity: 1;}
.about .socials a:hover svg path, .form_popup .socials a:hover svg path{fill: #fff;}
.about .socials a.viber, .form_popup .socials a.viber{background: #CB91D6;}
.about .socials a.viber:hover, .form_popup .socials a.viber:hover{background: #b937d1;}
.about .socials a.tg, .form_popup .socials a.tg{background: #91BCD6;}
.about .socials a.tg:hover, .form_popup .socials a.tg:hover{background: #1889cd;}
.about .socials a.whatsapp, .form_popup .socials a.whatsapp{background: #85BE40;}
.about .socials a.whatsapp:hover, .form_popup .socials a.whatsapp:hover{background: #4e840e;}
.about .col-7, .about .col-5{
	padding-left: 0;
	padding-right: 0;
}
.about h2{
	margin-bottom: 1.25vw;
	color: #292929;
	line-height: 1;
	font-size: 1.6666666666666667vw;
	font-weight: 900;
}
.about_block{
	position: relative;
	width: 100%;
	height: 42.083333333333336vw;
	background: #F1F9EB;
	border-radius: 25px;
}
.about_block .photo{
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.about_block .logo{
	position: absolute;
	bottom: 3vw;
	right: 0px;
	width: 16.71875vw;
	height: 8.385416666666666vw;
	background: #4B8322;
	box-shadow: 0px 4px 4px 0px #00000040;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about_block .logo::before{
	content: "";
	background: url(images/logo_about.svg) no-repeat;
	width: 14.84375vw;
	height: 5.46875vw;
	background-position: center;
	background-size: contain;
}
.about_block .content{
	position: relative;
	padding: 3vw;
	padding-left: 4vw;
	padding-right: 4vw;
}
.about_block .content p:nth-child(1){
	color: #4B8322;
	font-size: 1.0416666666666665vw;
	font-weight: 700;
	padding-bottom: 2.25vw;
}
.about_block .content p{
	font-weight: 600;
	line-height: 1;
	font-size: 1.1458333333333333vw;
	color: #292929;
	max-width: 35vw;
}
.about_block .content .title{
	line-height: 1;
	font-size: 1.6666666666666667vw;
	font-weight: 900;
	margin-bottom: 1.5vw;
	text-transform: uppercase;
	max-width: 35vw;
}
.about_block .content .btns{
	position: relative;
	display: flex;
	align-items: center;
	height: 3.28125vw;
	gap: 0 1vw;
	padding-top: 1vw;
}
.about_block .content .btns > .btn{
	height: 3.28125vw;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 25px;
	color: #fff;
	background: #78A259;
	width: 10.15625vw;
	font-size: 0.625vw;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: .3s linear;
	-o-transition: .3s linear;
	-moz-transition: .3s linear;
	transition: .3s linear;
}
.about_block .content .btns > .btn:hover{
	background: #526f3c;
}
.about_block .content .btns > .btn:nth-child(1){
	background: #0567A1;
	width: 15.885416666666666vw;
}
.about_block .content .btns > .btn:nth-child(1):hover{
	background: #04476e;
}


.advantages{
	position: relative;
	margin: 3.5vw 0;
	margin-bottom: 4vw;
}
.advantages .titles{
	position: relative;
	margin-bottom: 2.5vw;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
}
.advantages .titles h2{
	font-size: 1.6666666666666667vw;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 1.25vw;
}
.advantages .titles .description{
	text-align: center;
	font-size: 1.1458333333333333vw;
	line-height: 1;
	font-weight: 500;
	max-width: 35vw;
}
.advantages_list{
	gap: 0 1.7187500000000002vw;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.advantages_item{
	position: relative;
	width: 22.135416666666664vw;
	height: 19.947916666666668vw;
	background: #EEEEEE;
	box-shadow: 0px 8px 16.8px 0px #00000026;
	border-radius: 10px;
	padding: 1vw;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
}
.advantages_item svg{
	width: 2.65625vw;
	height: 2.65625vw;
	margin-bottom: 1.7708333333333333vw;
}
.advantages_item .name{
	text-transform: uppercase;
	line-height: 1;
	font-weight: 900;
	font-size: 1.25vw;
	margin-bottom: 1.5vw;
	max-width: 9vw;
	text-align: center;
}
.advantages_item .description{
	font-weight: 500;
	font-size: 0.9375vw;
	line-height: 1;
	color: #292929;
	max-width: 18vw;
	text-align: center;
}


.promobanner{
	background: url(images/banner/wb.png) no-repeat;
	width: 100%;
	height: 9.375vw;
	background-position: center;
	background-size: contain;
	display: block;
}


.section_product{
	position: relative;
	margin: 4VW 0;
}
.section_product .titles{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1vw;
}
.section_product .titles h2{
	font-size: 1.6666666666666667vw;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 0;
	max-width: 30vw;
}
.section_product .titles .btn{
	position: relative;
	background: #0567A11C;
	border: 1px solid #0567A1;
	width: 18.4375vw;
	height: 2.3958333333333335vw;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0567A1;
	line-height: 1;
	font-weight: 600;
	font-size: 0.625vw;
	text-decoration: none;
}
.section_product .titles .btn:hover{
	background: #4B8322;
	color: #fff;
}
.product_list{
	position: relative;
	overflow: visible !important;
}
.section_product .swiper-button-next, .section_product .swiper-button-prev{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3.229166666666667vw;
	height: 3.229166666666667vw;
	border-radius: 25px;
	background: #0567A1;
	margin-top: 0;
	flex-shrink: 0;
	cursor: pointer;
	transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	-moz-transition: .5s;
}
.section_product .swiper-button-next.swiper-button-disabled, .section_product .swiper-button-prev.swiper-button-disabled{
	background: #7E83824A;
	opacity: 1!important;
}
.section_product .swiper-button-prev{left: -5vw;}
.section_product .swiper-button-next{right: -5vw;}
.section_product .swiper-button-next svg, .section_product .swiper-button-prev svg{
	width: 1.40625vw;
	height: 1.40625vw;
}
.section_product .swiper-button-next:hover, .section_product .swiper-button-prev:hover{
	background: #0567A1;
}
.section_product .swiper-button-next:after, .section_product .swiper-button-prev:after{content: none;}
.section_product .swiper-container{
	height: 100%;
	overflow: hidden;
}
.section_product .swiper-slide > .product{
	position: relative;
	cursor: pointer;
	border-radius: 36px;
	padding: 1.40625vw;
	padding-top: 0;
	background: #FFFFFF;
	-webkit-transition: .3s linear;
	-o-transition: .3s linear;
	-moz-transition: .3s linear;
	transition: .3s linear;
}
.product .photo{
	position: relative;
	width: 100%;
	height: 19.0625vw;
	margin-bottom: 1.3541666666666667vw;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product .photo img{
	max-width: 100%;
	max-height: 100%;
}
.product .title{
	color: #000;
	line-height: 1;
	font-weight: 900;
	font-size: 0.9375vw;
	text-transform: uppercase;
	margin-bottom: 1.5vw;
	max-width: 15vw;
	opacity: .5;
	-webkit-transition: .3s linear;
	-o-transition: .3s linear;
	-moz-transition: .3s linear;
	transition: .3s linear;
}
.product .description{
	color: #000;
	line-height: 1;
	font-weight: 500;
	font-size: 0.9375vw;
	margin-bottom: 2vw;
	height: 5.625vw;
	opacity: .5;
	-webkit-transition: .3s linear;
	-o-transition: .3s linear;
	-moz-transition: .3s linear;
	transition: .3s linear;
}
.product:hover .title, .product:hover .description{
	opacity: 1;
}
.product .btns{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.product .btns .btn{
	width: 11.354166666666666vw;
    height: 2.864583333333333vw;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #000000;
	font-size: 0.625vw;
	line-height: 1;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: .3s linear;
	-o-transition: .3s linear;
	-moz-transition: .3s linear;
	transition: .3s linear;
}
.product .btns .btn:hover{
	background: #4B8322;
	color: #fff;
}
.product .btns .info{
	width: 5.572916666666667vw;
	max-width: 5vw;
	height: 2.2395833333333335vw;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #0567A1;
	font-size: 0.5729166666666666vw;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
.section_product .bg{
	position: absolute;
	width: 100%;
	height: 36.875vw;
	background: #EEEEEE;
	bottom: -5vw;
}
.section_product_nav{display: none;}

.order_form{
	background: url(images/order.png) no-repeat;
	width: 100%;
	height: 39.375vw;
	background-position: center;
	background-size: cover;
	padding: 4vw 0;
}
.order_form .container{
	justify-content: space-between;
	align-items: end;
}
.order_form .title{
	line-height: 1;
	position: relative;
	left: 1vw;
	bottom: 1vw;
	color: #fff;
	font-size: 1.875vw;
	text-transform: uppercase;
	font-weight: 900;
	z-index: 9;
	height: 7.291666666666667vw;
	width: 32vw;
	display: flex;
	align-items: end;
	justify-content: center;
}
.order_form .title svg{
	width: 9.010416666666666vw;
    height: 0.8333333333333334vw;
	position: absolute;
	right: 0;
}
.order_form_form{
	position: relative;
	height: auto;
	width: 26.979166666666664vw;
	background: #fff;
	border-radius: 16px;
	backdrop-filter: blur(20px);
	padding: 2vw;
}
.order_form_form .desc{
	color: #626262;
	line-height: 1;
	font-weight: 800;
	font-size: 1.0416666666666665vw;
	margin-bottom: 1vw;
}
.order_form_form .logo{
	background: url(images/logo2.svg) no-repeat;
	width: 100%;
	height: 2.8125vw;
	background-position: center;
	background-size: contain;
	margin-bottom: 1.5vw;
}
form input[type="text"], form input[type="tel"] {
	position: relative;
	height: 3.802083333333333vw;
	width: 100%;
	margin-bottom: 1vw;
	border-radius: 25px;
	background: #FFF;
	padding: 0 2vw;
	color: #666;
	font-size: 0.8333333333333334vw;
	font-style: normal;
	font-weight: 600;
	border: 1px solid #4B8322;
}
.type{
	align-items: center;
	margin-bottom: 1vw;
	gap: 0 2vw;
	font-size: 0.8333333333333334vw;
	font-style: normal;
	font-weight: 500;
	color: #666;
}
.type_checkbox .custom-checkbox:checked+label{
	color: #4B8322;
}
.type_checkbox .custom-checkbox{
	width: 1.6666666666666667vw;
	height: 1.6666666666666667vw;
	flex-shrink: 0;
	position: absolute;
	z-index: 0;
	opacity: 0;
	margin-top: .5vw;
}
.form_button{
	border-radius: 45px;
	width: 100%;
	height: 3.802083333333333vw;
	color: #fff;
	font-size: 1.25vw;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	text-transform: uppercase;
	padding: 0 2vw;
	cursor: pointer;
	border: none;
	background: #0567A1;
	margin-bottom: 1vw;
	-webkit-transition: .3s linear;
	-o-transition: .3s linear;
	-moz-transition: .3s linear;
	transition: .3s linear;
	box-shadow: 0px 12px 13px 0px #00000061;
}
.form_button:hover{
	background: #07456a;
}
.agreement{display: flex;font-weight: 500;font-size: 0.7291666666666666vw;color: #959595;line-height: 1.2;}
.agreement .custom-checkbox {
	width: 1.6666666666666667vw;
	height: 1.6666666666666667vw;
	flex-shrink: 0;
	position: absolute;
	z-index: 0;
	opacity: 0;
	margin-top: .5vw;
}


.reviews{
	position: relative;
	padding: 4vw 0;
	padding-bottom: 2vw;
	overflow: hidden;
}
.reviews .title{
	font-size: 1.6666666666666667vw;
	font-style: normal;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: .5vw;
}
.reviews .description{
font-size: 1.1458333333333333vw;
font-style: normal;
font-weight: 500;
line-height: 1;
color: #292929;
margin-bottom: 2vw;
}
.reviews_list {
	height: calc(23.229166666666668vw * var(--zoomFactor));
	margin-left: 0 !important;
	width: 100%;
}
.reviews_item{
	position: relative;
	border-radius: 10px;
	background: #fff;
	padding: 2vw;
	height: 17.916666666666668vw;
	cursor: pointer;
	display: flex !important;
	flex-direction: column;
	flex-wrap: wrap !important;
	align-content: flex-start;
	justify-content: flex-start;
	transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	-moz-transition: .5s;
}
.reviews_item:hover{
	box-shadow: 0px 11px 13.9px 0px #0000001A;
}
.reviews_item .date{
	margin-bottom: .5vw;
	color: #767676;
	font-size: 0.625vw;
	font-weight: 700;
	line-height: 1;
}
.review_top{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1vw;
	width: 100%;
	height: 4.166666666666666vw;
}
.review_top .name{
	color: #090909;
	line-height: 1;
	font-style: normal;
	font-weight: 700;
	font-size: 1.3541666666666667vw;
	max-width: 9.895833333333332vw;
}
.review_top .stars{
	display: flex;
	align-items: center;
	gap: 5px;
}
.reviews_item .stars i{
	background: url(images/star.svg) no-repeat;
	background-position: center;
	background-size: contain;
	width: 0.9375vw;
	height: 0.9375vw;
	flex-shrink: 0;
	transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	-moz-transition: .5s;
}
.reviews_item .description{
	color: #000;
	line-height: 1;
	font-style: normal;
	font-weight: 500;
	font-size: 0.9375vw;
	margin-bottom: 1vw;
	height: 8.333333333333332vw;
	overflow: hidden;
}
.reviews_item .btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 2.1875vw;
	background: #D0D0D0;
	color: #FFFFFF;
	border-radius: 25px;
	font-size: 0.73vw;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: .3s linear;
	-o-transition: .3s linear;
	-moz-transition: .3s linear;
	transition: .3s linear;
}
.reviews_item:hover .btn{
	background: #4B8322;
}
.reviews .bg{
	position: absolute;
	width: 100%;
	height: 19.0625vw;
	background: #EEEEEE;
	bottom: -1vw;
	z-index: -1;
}
.reviews_b{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 1vw;
}
.reviews_b .swiper-pagination.swiper-pagination-horizontal{
	position: relative;
	width: 23.4375vw;
	height: 3.28125vw;
	top: auto;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0 1vw;
}
.reviews_b .swiper-pagination .swiper-pagination-bullet{
	margin: 0;
	opacity: 1;
	background: #5C5C5C5C;
	width: 0.5729166666666666vw;
	height: 0.5729166666666666vw;
	border-radius: 3px;
}
.reviews_b .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #0567A1;
}
.reviews_b .menu{
	position: relative;
	width: auto;
	height: 3.28125vw;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 3vw;
}
.reviews_b .menu a{
	color: #000;
	line-height: 1;
	text-transform: uppercase;
	font-size: 0.8333333333333334vw;
	font-weight: 700;
	text-decoration: none;
}
.reviews_b .menu a:hover{
	color: #78A259;
}
.reviews_b .reviews_nav{
	position: relative;
	display: flex;
	gap: 1vw;
}
.reviews_nav .swiper-button-next, .reviews_nav .swiper-button-prev{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3.2297vw;
	height: 3.2297vw;
	border-radius: 12px;
	background: #7E83824A;
	top: 0;
	margin-top: 0;
	flex-shrink: 0;
	cursor: pointer;
	transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	-moz-transition: .5s;
}
.reviews_nav .swiper-button-prev{left: 0;}
.reviews_nav .swiper-button-next{right: 0;}
.reviews_nav .swiper-button-next svg, .reviews_nav .swiper-button-prev svg{
	width: 1.719vw;
	height: 1.3026vw;
}
.reviews_nav .swiper-button-next:hover, .reviews_nav .swiper-button-prev:hover{
	background: #0567A1;
}
.reviews_nav .swiper-button-next:after, .reviews_nav .swiper-button-prev:after{content: none;}


.footer{
	position: relative;
	width: 100%;
	height: 12.604166666666666vw;
	background: #0F3246;
}
.footer .container{
	justify-content: space-between;
}
.footer .logos{
	position: relative;
	width: 15.260416666666668vw;
	height: 9.0625vw;
	background: #EEEEEE;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer .logos .logo{
	background: url(images/logo3.svg) no-repeat;
	width: 13.229166666666666vw;
	height: 4.895833333333333vw;
	background-position: center;
	background-size: contain;
}
.footer .footer_info{
	position: relative;
	margin-top: 2vw;
	display: flex;
	flex-direction: column;
	justify-content: end;
}
.footer_info .socials{
	position: absolute;
	top: 1vw;
}
.footer_info .socials a{
	margin-bottom: 0;
}
.footer_info a{
	font-size: 0.7291666666666666vw;
	line-height: 1;
	font-weight: 400;
	color: #AEAEAE;
	margin-bottom: 1vw;
}
.footer_info .copy{
	font-size: 0.625vw;
	line-height: 1;
	font-weight: 500;
	color: #AEAEAE;
}
.footer .menu{
	flex-direction: column;
	display: flex;
	flex-wrap: nowrap;
	gap: 1.2vw 0;
	margin-top: 2vw;
	position: relative;
}
.footer .menu a{
	color: #FFFFFF;
	line-height: 1;
	text-transform: uppercase;
	font-size: 0.8333333333333334vw;
	font-weight: 700;
}
.footer .menu a:hover{
	color: #60A42F;
	text-decoration: none;
}
.footer_contacts{
	position: relative;
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: end;
	padding-right: 0 !important;
	margin-top: 2vw;
}
.footer_contacts .phone{
	font-size: 1.0416666666666665vw;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0.5vw;
	display: block;
	text-align: right;
	color: #fff;
	text-decoration: none;
}
.footer_contacts .phone:hover{color: #4a8321;}
.footer_contacts .address{
	text-align: right;
	line-height: 1;
	font-weight: 600;
	font-size: 0.73vw;
	margin-bottom: 1vw;
	color: #fff;
}
.footer_contacts .email{
	text-align: right;
	line-height: 1;
	font-weight: 600;
	font-size: 0.63vw;
	color: #fff;
}
.pay_logo{
	position: relative;
	background: url(images/pay.png) no-repeat;
	background-size: contain;
	width: 16.3vw;
	height: 1.04vw;
	display: block;
}
.pay_logo.pay_logo_mob{display: none;}


.form_popup{
	z-index: 9999999999999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #242424;
	backdrop-filter: blur(5px);
	overflow-y: scroll;
}
.modal-wrap.order{
	width: 70vw;
	padding: 3.5937499999999996vw 2.5vw;
	top: 0;
}
.form_popup.price .modal-wrap{padding: 0;}
.is-hidden{display: none;}
.modal-wrap{
	margin: 0 auto;
	position: relative;
	display: block;
	top: 15vh;
	background: #fff;
	padding: 2.5vw;
	-webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	width: 26vw;
	z-index: 22;
	-webkit-animation: zoomShow 0.3s ease;
	-moz-animation: zoomShow 0.3s ease;
	-o-animation: zoomShow 0.3s ease;
	animation: zoomShow 0.3s ease;
}
.form_popup .close{
	position: absolute;
	right: -3.5vw;
	top: 0;
	background: #4B8322;
	border-radius: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.864583333333333vw;
	height: 2.864583333333333vw;
	cursor: pointer;
	-webkit-transition: .5s;
	-o-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}
.form_popup .close::before{
	content: "";
	background: url(images/close.svg) no-repeat;
	background-position: center;
	background-size: contain;
	flex-shrink: 0;
	width: 1.0416666666666665vw;
	height: 1.0416666666666665vw;
}
.form_popup .close:hover{
	background: #325816;
}
.form-wrap{
	justify-content: space-between;
}
.form_popup_top{
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: 1vw;
	justify-content: space-between;
	align-items: center;
}
.form_popup_top .title{
	color: #000;
	font-size: 1.3541666666666667vw;
	font-style: normal;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}
.form_popup_top .icon{
	position: relative;
	background: url(images/logo_order_form.svg) no-repeat;
	background-size: contain;
	width: 4.947916666666666vw;
	height: 2.3958333333333335vw;
	flex-shrink: 0;
}
form textarea{
	position: relative;
	height: 5.989583333333334vw;
	max-height: 5.989583333333334vw;
	width: 100%;
	margin-bottom: 1vw;
	border-radius: 25px;
	background: #FFF;
	padding: 1vw 2vw;
	color: #666;
	font-size: 0.8333333333333334vw;
	font-style: normal;
	font-weight: 600;
	border: 1px solid #4B8322;
}
.form_popup_l{
	
}
.form_popup_l h2{
	color: #000;
	line-height: 1;
	font-weight: 900;
	font-size: 1.3541666666666667vw;
	text-transform: uppercase;
}
.form_popup_l h2 b{
	color: #4B8322;
}
.form_popup_l .description p{
	font-weight: 600;
	font-size: 1.0416666666666665vw;
}
.form_popup_l .description p:nth-child(2){
	color: #4B8322;
}
.form_popup_l .photo{
	width: 100%;
	height: 25.208333333333332vw;
	margin-bottom: 1vw;
}
.form_popup_l .photo img{
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.form_b .row{
	justify-content: space-between;
	margin-bottom: 1vw;
	align-items: center;
}
.form_b .name{
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.6666666666666667vw;
	width: 65%;
	flex-shrink: 0;
}
.form_b .info{
	    width: 5.572916666666667vw;
		max-width: 6vw;
		height: 2.2395833333333335vw;
		border-radius: 25px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #0567A1;
		font-size: 0.5729166666666666vw;
		line-height: 1.2;
		font-weight: 700;
		color: #fff;
		text-align: center;
		flex-shrink: 0;
		padding: 0 1vw;
}
.form_b p{
	font-weight: 400;
	font-size: 1.0416666666666665vw;
	padding-bottom: 0;
}
.form_popup_form{
	position: relative;
	background: #F1F9EB;
	padding: 2vw 1.5vw;
	margin-bottom: 2vw;
	border-radius: 0.8333333333333334vw;
	padding-bottom: 1vw;
}
.form_popup_form .order_form_form{
	width: 100%;
	height: auto;
	background: transparent;
	padding: 0;
}
.form_popup .socials{
	gap: .5vw;
	position: relative;
	justify-content: end;
}




.menu_mobile{    
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	opacity: 1;
	-webkit-transform: translateY(-150%);
	transform: translateY(-150%);
	-webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
	transition: opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
	transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
	transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
	overflow: scroll;
}
.menu_mobile.active{    
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.menu_mobile .header{
	width: 100%;
	justify-content: space-between;
}
.menu_mobile .menu{
  display: flex;
  height: auto;
  padding: 0;
  border: 0;
  margin-top: 0;
  border-radius: 0;
  flex-direction: column;
  margin-bottom: 3rem;
  align-items: baseline;
  gap: 1rem 0;
}
.menu_mobile .menu a{
	height: 100%;
	color: #000;
	display: flex;
	align-items: center;
	padding-left: 0!important;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 700;
	font-size: 22px;
	border-radius: 25px;
	border: 1px solid transparent;
	padding: 1rem;
	-webkit-transition: .3s linear;
	-o-transition: .3s linear;
	-moz-transition: .3s linear;
	transition: .3s linear;
}
.menu_mobile .menu a:hover{
	border: 1px solid #0567A1;
	color: #0567A1;
	text-decoration: none;
}
.menu_mobile_conacts{
  color: #000;
  line-height: 1.5;
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  margin-bottom: 1rem;
}
.menu_mobile_conacts .phone{
	font-size: 25px;
	font-weight: 700;
	line-height: 1;
	margin: 0.5rem 0;
	display: block;
	color: #000;
	text-decoration: none;
}
.menu_mobile .socials{
	margin-top: 1.5rem;
	justify-content: flex-start;
}
.menu_mobile .socials a{
	width: 46px;
	height: 46px;
	border-radius: 5px;
}
.menu_mobile .socials a svg path{fill-opacity: 1;}
.menu_mobile .socials a:hover svg path, .menu_mobile .socials a:hover svg path{fill: #fff;}
.menu_mobile .socials a.viber, .menu_mobile .socials a.viber{background: #CB91D6;}
.menu_mobile .socials a.viber:hover, .menu_mobile .socials a.viber:hover{background: #b937d1;}
.menu_mobile .socials a.tg, .menu_mobile .socials a.tg{background: #91BCD6;}
.menu_mobile .socials a.tg:hover, .menu_mobile .socials a.tg:hover{background: #1889cd;}
.menu_mobile .socials a.whatsapp, .menu_mobile .socials a.whatsapp{background: #85BE40;}
.menu_mobile .socials a.whatsapp:hover, .menu_mobile .socials a.whatsapp:hover{background: #4e840e;}