*,
*::after,
*::before {
    box-sizing: border-box;
}
body{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #303030;
}
.container {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.container-fluid{
    max-width: 1720px;
    margin: 0 auto;
    overflow: hidden;
}
.header_inner,
.footer__inner {
    display: flex;
    justify-content: space-between;
    height: 105px;
    align-items: center;
}
.header_text {
    margin-right: auto;
    margin-left: 30px;
    font-size: 16px;
    color: #9a9a9a; 
}
.header_phone, 
.footer__phone {
    font-size: 20px;
    font-weight: 500;
}
.header_phone a,
.footer__phone a {
    position: relative;
    color: #303030;
    text-decoration: none;
}
.footer__phone a::before,
.header_phone a:before {
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    left: -27px;
    top: 5px;
    background-image: url('../images/phone.svg');
}

.header_phone_text,
.footer__phone-text {
    font-size: 12px;
    font-weight: 500;
    text-align: right;
    padding-top: 3px;
}
.top {
    margin-bottom: 75px;
}
.top_images {
    background: url('../images/bgr.png') right center/cover no-repeat; 
    min-height: 545px;
    max-width: 1720px;
    margin: 0 auto;
}
.top_wrapper {
    margin-top: -450px;
}
.top_inner {
    display: flex;
    justify-content: space-between;
}
.top_inner-img {
    margin-left: 125px;
}
.top_inner-form {
    max-width: 570px;
    width: 100%;
}
.top_inner-suptitle {
    margin-top: 70px;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 14;
    text-transform: uppercase;
    color: #ffffff;
}
.top_inner-title {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 40px;
    color: #ffffff;
    font-weight: 600;
}
.top_inner-text {
    margin-bottom: 73px;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
}
.mobile__link-btn{
    display: none;
}
.top_form {
    background-color: #ffffff;
    padding: 20px;
}
.top_form form {
    border: 1px solid #c8dcba;

}
.top_form-inner {
    position: relative;
    padding: 50px 50px 118px 50px;
}

.top_form-title {
    margin-bottom: 35px;
    width: 190px;
    
    font-size:14px;
    letter-spacing: 1px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
}
.top_form input {
    border: none;
    padding-top: 14px;
    padding-bottom: 14px;
    
    border-bottom: 1px solid #c8dcba;
    outline: none;
    color: #000;
    font-weight: 400;
    width: 195px;
}
.top_form input + input {
    margin-left: 30px;
}
.top_form input::placeholder {
    color: #c8dcba;
    margin-left: 30px;
}
.top_form button {
    position: absolute;
    bottom: 0;
    right: 0;
}
.form-btn{
    border: none;
    outline: none;
    background-color: #7eb252 ;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    font-family: "Montserrat";
    font-weight: 700;
    cursor: pointer;
    padding: 22px 110px 22px 70px;
    position: relative;
}
.form-btn::after{
    content: '';
    width: 31px;
    height: 9px;
    background-image: url(../images/arrow.png);
    position: absolute;
    right: 60px;
    top: 25px;
}


.advantages {
    margin-bottom: 180px;
}
 .advantages_inner {
    display:flex;
    justify-content:space-around;
 }

.advantages_item {
    width: 240px;
    padding-left: 40px;
    padding-top: 35px;
    position: relative;
}
.advantages_item::before{
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 5px solid rgba(126,178,82, .3);
    top: 0;
    left: 0;
    
}
.advantages_item_number {
    font-size: 18px;
    line-height: 24px;
    color: #a4c58c;
    font-weight: 600;
    border-bottom: 3px solid #a4c58c;
    display: inline-block;
}
.advantages_item_number span {
    font-size: 30px;
}
.advantages_item_text {
    font-size: 16px;
    line-height: 24px;
    padding-top: 20px;
}
.list {
    
}

.list_title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    max-width: 470px;
    margin-bottom: 50px;
}
.tabs__content {
    position: relative;
    min-width: 500px;
    height: 690px;
    background-image: url('../images/list-images.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center; 
    margin-top: -150px;   
}
.list_inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    background-color: #f6f9f3;
    padding-bottom: 30px;
}
.list_inner::after,
.list_inner::before{
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    background-color: #f6f9f3;
}

.list_inner::after{
 
    left: 100%;
}
.list_inner::before{
   
    right: 100%;
}
.tabs {
    width: 100%;
    padding-right: 20px;
}
.tab {
    padding: 24px 40px 24px 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 20px;
    color: #303030;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #e6efde;
    cursor: pointer;
}
.tab span{
    color: #a4c58c;
    margin-right: 18px; 
}
.tab-item {
    position: absolute;
    text-align: center;
    line-height: 25px;
    display: none;
    font-size: 12px;
    color: #ffffff;
    font-weight: 700;
    width: 43px;
    height: 43px;
    border-radius:50%;
    border: 9px solid rgba(255,255,255,.8);
    background-color: #a5c989;
}
.tab-item:first-child {
    display: block;
}
.item-1 {
    left: 260px;
    top: 130px;
}
.item-2 {
    left: 230px;
    top: 60px;
}
.item-3 {
    left: 227px;
    top: 135px; 
}
.item-4 {
    left: 227px;
    top: 235px; 
}
.item-5 {
    left: 227px;
    top: 15px; 
}
.item-6 {
    left: 260px;
    top: 350px; 
    

}
.item-7{
    left: 227px;
    top: 15px; 
    
}
.item-8{
    left: 227px;
    top: 210px; 
}
.item-9{
    left: 227px;
    top: 25px; 
}
.tabs__box{
    display: flex;
    flex-wrap: wrap;
}
.tabs__box .tab{
    font-size: 16px;
    font-weight: 600;
    width: 50%;
    text-transform: none;
    display: flex;
    align-items: center;
}
.tabs__box .tab span {
    font-size: 12px;
}

.tabs__box .tab:first-child,
.tabs__box .tab:nth-child(3) {
    border-right: 1px solid #e6efde;
    padding-right: 35px;
}
.tabs__box .tab:last-child,
.tabs__box .tab:nth-child(2) {
    border-left: 1px solid #e6efde;
    padding-left: 25px;
}

.tab.active{
    position: relative;
}
.tab.active::after{
    content: '';
    width: 8px;
    height: 13px;
    background-image: url(../images/shevron.svg);
    right: 25px;
    position: absolute;
}
.tabs__box .tab.active::after {
    display: none;
}
.tabs__reviews {
    padding: 20px;
    background-color: #f6f9f3;
    max-width: 430px;
    position: absolute;
    bottom: 0;
    padding-bottom: 0;
}
.tabs__reviews-inner{
    border: 1px solid #a5c989;
    padding: 30px 50px 30px 40px;
}

.tabs__reviews-link{
    color: #7eb152;
    font-weight: 600;
    padding-bottom: 1px;
    padding: 0 8px;
    position: absolute;
    bottom: -10px;
    
    background-color: #f6f9f3;
}
.list__link{
    display: flex;
    justify-content: flex-end;
 
    
}
.list__link a{
    margin-top: 20px;
    background-color:#7eb252;
    padding: 20px  100px  22px 120px ;
    text-decoration: none;
    outline: none;
    min-width: 500px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    padding-left: 120px;
    font-weight: 700;
    position: relative;
    
}

.list__link a::after{
    content: '';
    width: 31px;
    height: 9px;
    background-image: url(../images/arrow.png);
    position: absolute;
    right: 100px;
    top: 30px;
}

.popularity {
    padding-top: 190px;
}

.popularity__wrapper {
   
    height: 645px;
    background-image: url(../images/popularity.jpg);
    background-repeat: no-repeat; 
}
.popularity__inner{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    
}
.mobile-bg{
    display: none;
}

.popularity__right{
    max-width: 500px;
    width: 100%;
    padding-right: 15px;
    
    /* margin-left: 90px; */
}
.popularity__right-title{
    font-weight: 700;
    line-height: 50px;
    font-size: 40px;
    
    margin-top: 65px;
}
.popularity__right-subtitle{
    
    padding: 50px 0;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}
.popularity__right-list {
    list-style: none;

}
.popularity__right-list li{
    
    line-height: 22px;
    margin-bottom: 45px;
    padding-left: 40px;
    position: relative;
    
}
.popularity__right-list li::before{
    content: '';
    position: absolute;
    left: 0;
    width: 8px;
    height: 13px;
    background-image: url(../images/arrow.svg);
    top: 50%;
    transform: translateY(-50%);
}
.popularity__box{
    padding: 20px;
    background-color: #fff;
}
.popularity__box-text{
     border: 1px solid #c8dcba; 
     padding: 30px;
    
     margin-right: 70px;    
    /* padding: 40px 70px 40px 40px;  */
}
.mobile__link-btn,
.compozition__link-btn,
.popularity__box-link,
.reviews__link-popup,
.build__link,
.sertificate__link{
    padding: 22px  85px 22px 68px;
    outline: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700; 
    background-color:#7eb252;
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;

}
.compozition__link-btn::after,
.popularity__box-link::after,
.reviews__link-popup::after,
.build__link::after,
.sertificate__link::after{
    content: '';
    width: 31px;
    height: 9px;
    background-image: url(../images/arrow.png);
    position: absolute;
    right: 40px;
    top: 30px;
}
.history{
    padding-top: 270px;
    background-color: #fff;
}
.history__wrapper {
    background-image: url(../images/alonso.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    min-height: 920px;
    
}
.history__title {
    padding: 70px 0 35px;  
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;  
    max-width: 570px;
    /* width: 100%;
    margin-bottom: 40px; */
}
.history__text {
   
    background-color: #f6f9f3;
    padding: 50px 30px  70px 0;
    max-width: 700px;
    position: relative;
   
}
.history__text::before {
    content: ''; 
     position: absolute;
    background-color: #f6f9f3;
    height: 100%;
    width: 100%;
    right: 100%;
    top: 0;
  
}
.history__text p{
    color: #303030;
}
.history__text p + p {
    padding-top: 15px;
}

.history__form {
  max-width: 370px;
  margin-right: 70px;
  margin-left: 220px;
}
.history__form-title {
    font-weight: 700;
    margin-top: 50px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.history__form input {
    height: 36px;
    outline: none;
    border:none;
    border-bottom: 1px solid #cddcbc;
    width: 100%;
    font-size: 14px;    
}
.history__form input::placeholder{
    color: #a8c48c;
}
.history__form button{
    width: 100%;
    display: block;
    margin-top: 30px;
}

.quote {
    background-image: url(../images/quote-left.png);
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 620px;
}
.quote__wrapper{
    background-image: url(../images/right.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 200px 0 100px;
    min-height: 620px;
}
.quote__inner{
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    padding: 60px 0;
    border-top: 2px solid #a4c58c;
    border-bottom: 2px solid #a4c58c;
    max-width: 770px;
    margin: 0 auto;
    
}
.quote__author{
    font-size: 18px;    
    margin-top: 40px;
}
.quote__author span{
    color: #9a9a9a;
    
}
.items__title {
    padding: 100px 0;
    width: 525px;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
}
.items__wrapper{
    background-color: #f6f9f3;
    min-height: 385px;
}
.items__inner{
    display: flex;
    justify-content: space-around;
    padding: 20px;
    background-color: #fff;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    top: -70px;
}
.item{
    width: 312px;
    min-height: 312px;
    border: 1px solid #e4eddc;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item__number{
    position: absolute;
    font-weight: 900;
    font-size: 150px;
    color: #f7f9f3;
    line-height: 150px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.item__content{
    position: relative;
    text-align: center;
}
.item__content-img{
    margin-bottom: 30px;
}
.item__content-title{
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    padding: 0 10px 10px;
}

.compozition{
   padding: 180px 0 100px;
}
.compozition__row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
}

.compozition__item{
    background-color:#f6f9f3;
    margin-bottom: 30px;
}
.compozition__item-inner{
    width: 270px;
    height: 270px;
    background-image: url(../images/herbalbg-1.png);
    background-repeat: no-repeat;
    background-position:center;
    background-size: auto;
    position: relative;
    transition: all 0.5s;
}
.compozition__item-num,
.compozition__item-name{
    font-weight: 700;
    font-size: 14px;
    color: #a4c58c;
    letter-spacing: 2px;
    position: absolute;
    transform: rotate(-90deg);
}
.compozition__item-num{
    top: 27px;
    left: -3px;
    text-transform: uppercase;
}
.compozition__item-name{
    font-weight: 400;
    bottom: 13px;
    right: 33px;
    width: 0;
    white-space: nowrap;
    height: 0;
}
.compozition__item-effect{
opacity: 0;
left: 20px;
position: absolute;
right: 20px;
top: 20px;
bottom: 20px;
display: flex;
align-items: center;
justify-content: center;
background-image: url(../images/comp-bg.png);
background-repeat:no-repeat;
background-size: cover;
background-position: center;
transition: all 0.3s;


}
.compozition__item-text{
    color: #fff;
    padding: 4px;
    font-size: 14px;
    font-weight: 700;
    
    text-align: center;
}
.compozition__item-inner:hover .compozition__item-effect{
    opacity: 1;
}

.compozition__box{
    padding-left: 70px;
    padding-right: 50px;
    max-width: 570px;
    width: 100%;
   

}
.compozition__box-title{
   
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
    margin-top: -60px;
    
}
.compozition__box-list{
    list-style: none;
    
}
.compozition__box-list li{
    padding-left: 22px;
    line-height: 22px;
    position: relative;
    margin-bottom: 30px;
 

}
.compozition__box-list li::before{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
    background-color: #a4c58c;

}
.compozition__link{
    border: 1px solid #d0e1c3;
    padding: 54px 100px 95px 49px;
    max-width: 830px;
    position: relative;
    height: 100%;
    margin-left: 15px;
}
.compozition__link-text{
    padding-left: 25px;
    position: relative;
}
.compozition__link-text::before{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
    background-color: #a4c58c;
}
.compozition__link-text p {
    line-height: 22px;
    margin-bottom: 15px;
}
.compozition__link-btn{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 22px 85px 22px 50px;
}

.reviews_{

}
.reviews__title{
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 40px;
}
.reviews__tabs-tab.active:first-child::before,
.reviews__tabs-tab.active:last-child::after {
    content: '';
    position: absolute;
    background-color: #f6f9f3;
    height: 100%;
    width: 100%;
    right: 100%;
    top: 0;
}
.reviews__tabs-tab:last-child::after {
    left: 100%;  
}
.reviews__tabs-tab {
    padding: 25px 40px 25px 70px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #9a9a9a;
    display: inline-block;
    background-position: 25px;
    cursor: pointer;
    position: relative;  
}
.reviews__tabs-tab.active{
    background-color:#f6f9f3;
    color: #7eb152;
}
.reviews__tabs-tab + .reviews__tabs-tab{
    padding-left: 65px;

}
.reviews__content{
    /* min-height: 485px; */
    background-color: #f6f9f3;
}
.reviews__content-item{
    display: none;
}
.reviews-textbox{
    padding-top: 50px;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.reviews__content-item:first-child{
    display: block;
}
.reviews-textbox{

}
.reviews__text{
    padding: 20px 0 50px;
    color: #9a9a9a;
    /* flex-basis: 570px; */
    max-width: 570px;
    width: 100%;
    position: relative;
}
.reviews__text:nth-child(odd){
    padding-left: 70px;
    padding-right: 20px;
}
.reviews__text:nth-child(odd)::before{
    left: 70px;
}
.reviews__text:nth-child(even){
    padding-right: 70px;
}

.reviews__text::before{
    content: '';
    height: 3px;
    width: 30px;
    background-color:#a4c58c;
    position: absolute;
    left: 0;
    top: 0;
}
.reviews__text span{
    font-weight: 700;
    display: block;
    padding-top: 20px;
}
.reviews__link{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 20px;
    margin-bottom: 200px;
}
.reviews__link-popup{
    position: relative;
}
.reviews__link-tab{
    display: inline-block;
    margin-right: 80px;
    color: #7eb152;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid  #7eb152;
    line-height: 14px;
}
.build__wrapper{
    padding: 60px 55px;
    background-image: url(../images/bulid.jpg);
    background-position: left center;
    background-repeat:no-repeat;
    min-height:700px;
}
.build__content{
    display: flex;
    justify-content: flex-end;
}
.build__inner{
    padding: 20px;
    max-width: 685px;
    background-color: #fff;
}
.build__inner-box{
    border: 1px solid #c8dcba;
    padding: 60px 44px 70px 70px;
    background-color: #fff;
}
.build__title{
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 40px;
    font-weight: 700;
}
.build__text span{
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    margin: 40px 0 50px;
    display: inline-block;
    text-transform: uppercase;
}

.build__text p{
    margin: 10px 0;
}
.build__link::after{
    top: 27px;
}

.build__link{
 position: relative;
}
.sertificate .container-fluid{
    overflow: visible;
}
.sertificate{
    padding-top: 250px;
    
}
.certificate__title{
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
}
.certificate__wrapper{
    background-color: #f6f9f3;
    padding: 30px 0 0;
    
}
.certificate__inner{
    display: flex;
    height: 560px;
}
.certificate__content{
    max-width: 670px;
    margin-right: 50px;
    padding-left: 70px;
}
.certificate__text{
    margin-bottom: 35px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 85px;
}
.certificate__images{
    position: relative;
    top: -205px;
    right: 30px;
}
.certificate__box legend{
    text-transform: uppercase;
    font-size: 14px;
    color: #a4c58c;
    padding: 0 8px;
    
    
}
.certificate__box fieldset{
    border: 1px solid #c8dcba;
    padding: 45px 45px 100px 50px;

}
.certificate__box p{
    margin: 0 0 10px;
    line-height: 22px;
}
fieldset{
    position: relative;
}
.sertificate__link{
    right: 0;
    bottom: 0;
    padding: 18px 85px 18px 60px;
}
.certificate__box{
    background-color: #fff;
    padding: 16px 20px 20px;
}
.sertificate__link::after{
top: 27px;
}

.footer__link{
font-size: 12px;
text-decoration: underline;
color: #9a9a9a;
}

















/* .sertificate{
    margin-top: 290px;
}
.sertificte__title{
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 30px;
}
.sertificate__inner{
    background-color:#f6f9f3;
}
.sertificate__wrapper{
    padding: 30px 30px 100px 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sertificate__box{
    max-width: 570px;
    width: 100%;
}
.sertificate__slogan{
    font-size: 14px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 700;
}
.sertificate__order-block{
    background-color: #fff;
    padding: 20px;

}
.sertificate__order p{
    line-height: 22px; 
}
.sertificate__order p + p{
    margin-top: 20px;
}
.sertificate__order{
    border: 1px solid  #7eb152;
    padding: 50px 50px 110px 50px;
}
.sertificate__order-link{

}
.sertificate__image{
    margin-top: -180px;
}
.sertificate__image img{
    width: 416px;
    height: 644px;
} */


/* .reviews__tabs:first-child::before{
    width: 20px;
    height: 20px;
    background-color: #772222;
} */