html,body{
    margin: 0;
    font-family: 'Arial', sans-serif;
    line-height: 1.3;
    scroll-behavior: smooth;
}
html *{
	box-sizing: border-box;
}
.max-width{
    margin: 0 auto;
    width: 73.7%;
}
h2{
    font-size: 2.4vw;
    text-transform: uppercase;
}
h3{
    text-align: center;
    font-size: 1.75vw;
    text-transform: uppercase;
    font-weight: 500;
}
h4{
    font-size: 1.35rem;
}
img{
	max-width: 100%;
}
p{
    margin-top: 0;
    margin-bottom: 20px;
}
ul{
    list-style-position: inside;
}
.center{
    text-align: center;
}
.btn{
	background: #fe0000;
    color: #fff;
    text-transform: uppercase;
    padding: 16px 25px;
    font-size: 14px;
    text-decoration: none;
    border-radius: 13px;
    display: inline-block;
}
hr{
    border: 10px solid #eff3db;
    margin: 10px 0;
}
hr.green{
    border-color: #86b91b;
}
.clearfix::after { 
  content: ""; /* Генерируем пустой элемент */
  clear: both; /* Отменяем обтекание*/
  display: block; /* Блочный элемент */
}
.top{
    background: url(/images/fon.png) no-repeat right top;
    background-size: cover;
    padding-bottom: 4vw;
}
header{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 1.8vw 0;
}
header > * + *{
	margin-left: 3.5vw;
}
header .menu > nav{
    font-size: 17px;
    text-transform: uppercase;
    color: #86b91b;
    position: relative;
}
header .menu > nav > .hidden{
	height: 0;
    display: block;
}
header .menu > nav > div{
    position: relative;
}
header .menu > nav > div > span{
    display: block;
    width: 100%; 
    height: 7px;
    background-color: #86b91b;
    margin-top: 5px;
}
header .menu ul{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 25%;
    min-width: 320px;
    height: 100%;
    margin: 0;
    padding: 80px 30px;
    list-style: none;
    background-color: #fff;
    box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
    transform: translateX(-100%);
    transition: 1s;
}
header .menu > nav.active + ul{
    transform: translateX(0);
    z-index: 999;
}
header .menu ul li + li{
    margin-top: 20px;
}
header .menu ul li a{
    padding: 5px;
    font-size: 1.25rem;
    color: #000;
    font-weight: 600px;
    text-decoration: none;
    transition-duration: .25s;
}
header .menu ul li:hover a{
    color: #86b91b;
}
header .menu .close{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 100px;
}
header .menu .close span{
    display: block;
    width: 100%;
    height: 3px;
    background-color: #86b91b;
    position: absolute;
    top: 50%;
}
header .menu .close span:first-child{
    transform: rotate(45deg);
}
header .menu .close span:last-child{
    transform: rotate(-45deg);
}
header .logo{
	margin-left: 1vw;
    margin-right: auto;
    display: flex;
    align-items: flex-start;
    white-space: nowrap;
    text-transform: uppercase;
    flex-direction: row-reverse;
    column-gap: 20px;
}
header .logo3 img{
	margin-left: 1vw;
    margin-right: auto;
    text-transform: uppercase;
    flex-direction: row-reverse;
    column-gap: 20px;


	width: 14vw;
}
header .logo2 img{
	width: 7vw;
}

header .price{
    padding-left: 3vw;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    font-weight: 600;
    color: #007e30;
}
header .price:before{
	content: "";
	background: url(/images/price.svg) no-repeat left center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    width: 3vw;
    height: 3vw;
    transform: translateY(-50%);
}
header .phone{
	padding-left: 3vw;
	font-weight: 600;
	font-size: 1.125rem;
	position: relative;
	text-decoration: none;
	color: #000;
}
header .phone:before{
	content: "";
	background: url(/images/phone.svg) no-repeat left center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    width: 2.5vw;
    height: 2.5vw;
    transform: translateY(-50%);
}
header .callback{
    /*transform: translateY(-16px);*/
}
.banner{
	padding-left: 4.3rem;
}
.banner .title{
    color: #007e30;
    font-size: 3.7vw;
    font-weight: bold;
    text-transform: uppercase;
    width: 70%;
    margin-top: 2vw;
    line-height: 1.18;
}
.banner .description{
    width: 56%;
    border-top: 2px dashed;
    border-bottom: 2px dashed;
    font-size: 1.225vw;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px 0;
    margin-top: 1rem;
}
.banner .btn{
	margin-top: 2.8vw;
}
.dignity{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    display: grid;
    grid-template-columns: repeat(4, max-content);
    grid-gap: 10px;
    padding: 15px 0;
}
.dignity .item{
    font-size: 1.06rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dignity .item:first-child{
    white-space: nowrap;
}
.dignity .item img{
    width: 6.25vw;
    vertical-align: middle;
}
.dignity .item span.percent{
    font-size: 3.2vw;
}
.dignity .item span.count{
    font-size: 1.5rem;
    font-weight: 600;
}
.why{
    padding-bottom: 15px;
}
.why > img{
    float: left;
    width: 50%;
    margin-right: 1.5%;
    height: auto;
}
.why h2{
    line-height: 1;
    margin-bottom: 10px;
    white-space: nowrap;
}
.why h4{
    font-weight: 500;
}
.delivery{
    padding-bottom: 15px;
}
.delivery > img{
    float: left;
    width: 50%;
    margin-right: 1.5%;
    height: auto;
}
.delivery h2{
    line-height: 1;
    margin-bottom: 10px;
    white-space: nowrap;
}
.selection{
    background: url(/images/fon-selection.png) no-repeat right center #f7f7f7;
    padding: 4vw 0;
    background-size: 100%;
}
.selection h3{
    margin-right: 25%;
}
.harvest{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.harvest .tree{
    width: 20%;
    height: auto;
    margin-bottom: -3%;
}
.harvest .text{
	align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 43%;
    margin-left: auto;
}
.harvest .text h4{
    margin-left: -16%;
}
.harvest .baby{
    transform: scale(-1, 1);
    width: auto;
    height: 100%;
    max-width: 34%;
}
.harvest + hr{
    margin-top: 0;
}
.about{
    display: flex;
    align-items: stretch;
}
.about:after{
    content: "";
    width: 22.5%;
    background: url(/images/trees.svg);
    background-size: contain;
}
.about .text{
    width: 68%;
    margin-left: 6%;
    margin-right: 3.5%;
    margin-top: 2%;
}
.about .text .staff{
    display: flex;
    align-items: flex-start;
    grid-gap: 2vw;
    line-height: 1.5;
    margin-bottom: 30px;
}
.about .text .staff .item{
    display: flex;
    align-items: center;
    font-size: 1rem;
}
.about .text .staff .item img{
    width: auto;
    height: 108px;
    margin-right: 2vw;
}
.guarantee .guarantee-wrap{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.guarantee .guarantee-wrap .video-guarantee{
    width: 34%;
    display: block;
    position: relative;
    align-self: flex-start;
}
.guarantee .guarantee-wrap .video-guarantee img{
    width: 100%;
}
.guarantee .guarantee-wrap .video-guarantee:after{
    content: " ";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' preserveAspectRatio='xMidYMid meet' focusable='false' class='style-scope yt-icon' style='pointer-events: none; display: block; width: 100%25; height: 100%25;'%3E%3Cg class='style-scope yt-icon'%3E%3Cpath fill='%23fff' d='M8 5v14l11-7z' class='style-scope yt-icon'%3E%3C/path%3E%3C/g%3E%3C/svg%3E") no-repeat center center ;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 7vw;
    height: 7vw;
}
.guarantee .guarantee-wrap .items{
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 59%;
    grid-gap: 1vw;
}
.guarantee .guarantee-wrap .items .item{
    display: grid;
    grid-template-columns: 44% 54.5%;
    grid-gap: 1.5%;
}
.guarantee .guarantee-wrap .items .item .icon{
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    height: max-content;
}
.guarantee .guarantee-wrap .items .item .icon img{
    height: 141px;
}
.guarantee .guarantee-wrap .items .item .icon .percent{
    font-size: 3vw;
    align-self: center;
}
.guarantee .guarantee-wrap .items .item .icon .percent + img{
    margin-left: -15px;
    height: 119px;
}
.guarantee .guarantee-wrap .items .item .text .title{
    line-height: 1.4;
    font-size: 1.125rem;
    margin-bottom: 1rem;
}
.guarantee .guarantee-wrap .items .item .text .title .count{
    font-weight: bold;
}
.guarantee .guarantee-wrap .items .item.two-col{
    grid-column-start: 1;
    grid-column-end: 3;
    display: block;
    border: 13px solid #86b91b;
    padding: 12px 18px;
}
.guarantee .guarantee-wrap .items .item.two-col span{
    font-weight: bold;
    font-size: 2rem;
}
.guarantee + hr{
    margin-bottom: 0;
}
.roots{
    background: #f7f7f7;
    display: table;
    width: 100%;
}
.roots .roots-wrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1%;
}
.roots .roots-wrap .open > img{
    width: 46%;
    float: left;
    margin-right: 3%;
}
.roots .roots-wrap .close{
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column: 2;
}
.roots .roots-wrap .close > img{
    width: 43%;
    float: left;
    margin-right: 2%;
}
.roots .roots-wrap .form{
    height: max-content;
    padding-right: 11%;
    display: flex;
    align-items: center;
}
.roots .roots-wrap .form img{
    float: right;
    width: 38%;
}
.roots .roots-wrap .form form{
    width: 57%;
}
.roots .roots-wrap .form form p{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.18rem;
    line-height: 1.5;
    margin-bottom: 4rem;
}
.roots .roots-wrap .form form input[type="text"]{
    width: 100%;
    border-radius: 5px;
    padding: 16px 35px;
    border: 1px solid;
    letter-spacing: 2px;
}
.roots .roots-wrap .form form input[type="submit"]{
    margin-top: 2rem;
    border: none;
}
.video .items{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2vw;
}
.video .items a{
    display: block;
    position: relative;  
}
.video .items a:after{
    content: " ";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' preserveAspectRatio='xMidYMid meet' focusable='false' class='style-scope yt-icon' style='pointer-events: none; display: block; width: 100%25; height: 100%25;'%3E%3Cg class='style-scope yt-icon'%3E%3Cpath fill='%23fff' d='M8 5v14l11-7z' class='style-scope yt-icon'%3E%3C/path%3E%3C/g%3E%3C/svg%3E") no-repeat center center ;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 7vw;
    height: 7vw;
}
.video .items a img{
    width: 100%;
    height: auto;
    display: block;
}
.video .items .item .form{
    height: max-content;
    display: flex;
    align-items: center;
}
.video .items .item .form img{
    float: right;
    width: 35%;
}
.video .items .item .form form{
    width: 57%;
}
.video .items .item .form form p{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.18rem;
    line-height: 1.5;
    margin-bottom: 4rem;
}
.video .items .item .form form input[type="text"]{
    width: 100%;
    border-radius: 5px;
    padding: 16px 35px;
    border: 1px solid;
    letter-spacing: 2px;
}
.video .items .item .form form input[type="submit"]{
    margin-top: 2rem;
    border: none;
}
.gallery{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1vw;
    margin-bottom: 1vw;
}
.map #map{
    position: relative;
}
.map #map h2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
.map #map img{
    width: 25%;
    height: auto;
    position: absolute;
    left: 13.15%;
    top: 50%;
    transform: translateY(-50%);
}
footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer .logo{
    width: 15%;
}
footer .slogan{
    text-transform: uppercase;
}
footer .mail{
    font-size: 1.125rem;
    font-weight: 600;
    color: #000;
}
footer .phone{
    padding-left: 3vw;
    font-weight: 600;
    font-size: 1.125rem;
    position: relative;
    text-decoration: none;
    color: #000;
}
footer .phone:before{
    content: "";
    background: url(/images/phone.svg) no-repeat left center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    width: 2.5vw;
    height: 2.5vw;
    transform: translateY(-50%);
}
footer .soc a{
    display: inline-block;
}
footer .soc a + a{
    margin-left: 5px;
}
footer .soc a img{
    display: block;
    width: 34px;
    height: auto
}
footer + hr{
    margin-bottom: 0;
}
.hidden{
    display: none;
}
form.popup{
    min-width: 500px;
}
form.popup input{
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 16px 35px;
    border: 1px solid;
    letter-spacing: 2px;
}
form.popup input + input{
    margin-top: 15px;
}