
@import "assets/font/font.css";
@import "assets/css/normalize.css";
 

.header{
    padding: 40px 0 64px 0;
    background: rgba(241, 241, 241, 1);
}
.header__top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__logo{
    display: flex;
    gap:16px;
}
.header__logo p{
    color:rgba(43, 42, 41, 1);
    font-size: 18px;
    font-weight: 400;
}
.header__btn{
    max-width: 211px;
    width:100%;
    height:53px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: radial-gradient(137.68% 279.36% at 100% 100%, #69C550 0%, #4BA732 100%);
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 900;
}

.header__up h1{
    color:rgba(29, 45, 25, 1);
    font-size: 62px;
    font-weight: 800;
    margin:31px 0 19px 0;
    text-transform: uppercase;
}
.header__up h1 span{
    color:rgba(75, 167, 50, 1);
}
.header__up p{
   color:rgba(29, 45, 25, 1);   
   font-size: 26px;
   font-weight: 800;
    margin-bottom: 46px;  
}
.header__up p span{
   color:rgba(255, 255, 255, 1);   
   background: radial-gradient(137.68% 279.36% at 100% 100%, #69C550 0%, #4BA732 100%);
   border-radius: 10px;
   padding:8px 5px 11px 5px;
}
.header__banner{
    position: relative;
}
.header__banner-box{
    position: absolute;
    bottom:20px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0px);
    background: rgba(255, 255, 255, 1);
    border-radius: 20px;
    max-width: 1100px;
    width: 100%;
    padding:24px 64px;
}
.header__banner-box ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.header__banner-box ul li{
    color:rgba(29, 45, 25, 1);
    font-size: 18px;
    font-weight: 500;
    position: relative;
}
.header__banner-box ul li span{
    color:rgba(83, 160, 35, 1);
}
.header__banner-box ul li:before{
    content:'';
    position: absolute;
    top: 8px;
    left: -20px;
    width: 10px;
    height: 10px;
    background-image: url('assets/img/crcle.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}




.sec1{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:39px;
    padding:128px 0 110px;
    background: rgba(255, 255, 255, 1);
}
.sec1__text h2{
    color:rgba(29, 45, 25, 1); 
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
}
.sec1__text h2 span{
    color:rgba(83, 160, 35, 1);
}
.sec1__text p{
    color:rgba(29, 45, 25, 1);
    font-weight: 500;
    font-size: 18px;
    margin-top:20px;
    margin-bottom:50px;
}
.sec1__text p b{
    font-weight: 700;
}
.sec1__text h3{
    color:rgba(83, 160, 35, 1);
    font-size: 40px;
    font-weight: 700;
    margin-top:20px;
}
.sec1__text strong{
    color:rgba(29, 45, 25, 1);
    font-weight: 700;
    font-size: 22px;
    margin-bottom:20px;
    display: block;
}
.sec1__text strong span{
    color:rgba(83, 160, 35, 1);
}
.sec1__text p span{
    color:rgba(83, 160, 35, 1);
}
.sec1__img img{
    width: 100%;
}

#sec2{
    background-image: url('assets/img/zal.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding:64px 0 110px 0;
    background-attachment: fixed;
}
.sec2 h2{
    color:rgba(29, 45, 25, 1);
    font-size: 50px;
    font-weight: 800;
    margin-bottom:64px;
    text-align: center;
    text-transform: uppercase;
}   
.sec2 h2 span{  
    color:rgba(83, 160, 35, 1);
}       
.sec2__box-1{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap:20px;
}   
.sec2__item{
    background: rgba(255, 255, 255, 1);
    border-radius: 20px;
    padding:20px;
    text-align: right;
}

.sec2__item p{
    color:rgba(29, 45, 25, 1);
    font-size: 20px;
    font-weight: 700;
    margin-top:85px;
    text-align: left;
}
.sec2__box-2{
    margin-top:20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:20px;
}



#sec3{
    background: rgba(37, 37, 54, 1);
    border-radius: 40px;
    padding:64px 0 128px 0;
}
.sec3>h2{
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-weight: 800;
    font-size: 40px;
    margin-bottom:64px;
}
.sec3__box{
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap:30px;
}
.sec3__left{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:30px;
}   
.sec3__left>.sec3__item{
    max-width: 350px;
    width: 100%;
}
.sec3__item-last{
    width: 100%; 
    background: radial-gradient(137.68% 279.36% at 100% 100%, #69C550 0%, #4BA732 100%);
    border-radius: 20px;
    padding:11px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec3__item-title{
    margin-left: 24px;
}
.sec3__item-title h2{
    color:rgba(255, 255, 255, 1);
    font-weight: 700;
    font-size: 24px;
    margin-bottom:8px;
}
.sec3__item-title p{
    color:rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: 500;
}
.sec3__item{
    padding:30px 32px;
    border-radius: 20px;
    background:rgba(47, 47, 64, 1);
}
.sec3__item h2{
    color:rgba(103, 180, 55, 1);
    font-size: 24px;
    font-weight: 800;
}
.sec3__item p{
    color:rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: 400;
    margin:8px 0 16px 0;
}
.sec3__item strong{
    color:rgba(255, 255, 255, 1);
    font-weight: 700;
    font-size: 20px;
    margin:10px 0;
    display: block;
}   
.sec3__item span{   
    color: rgb(139 136 136);
    font-weight: 400;
    font-size: 16px;
    display: block;
}



#sec4{
    background-image: url('assets/img/img_5.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    padding:64px 0 128px 0;
    background-attachment: fixed;
}
.sec4>h2{
    color:rgba(29, 45, 25, 1);
    font-size: 50px;
    font-weight: 800;
}
.sec4>h2 span{
    color:rgba(103, 180, 55, 1);
}   
.sec4>p{    
    color:rgba(29, 45, 25, 1);
    font-size: 32px;
    font-weight: 800;
}   
.sec4__box{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:30px;
    margin-top:64px;
}
.sec4__item{
    margin-bottom:32px;
}
.sec4__item strong{
    color:rgba(103, 180, 55, 1);
    font-weight: 700;
    font-size: 60px;
    display: block;
    max-width: 450px;
    width: 100%;
}
.sec4__item span{
    color:rgba(29, 45, 25, 1);
    font-weight: 700;
    font-size: 22px;
    display: block;
}
.sec4__item p{
    color:rgba(29, 45, 25, 1);
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.sec4__item p img{
    margin-left:10px;
}
.sec4__right{
    border-radius:40px;
    background: rgba(255, 255, 255, 1);
    padding:48px 68px;
}

.sec4__reng{
    margin-bottom:32px;
}
.sec4__reng p{
    color:rgba(29, 45, 25, 1);
    font-size: 20px;
    font-weight: 700;
    margin-bottom:30px;
}

.sec4__reng .range-slider {
     margin: 40px 0 0 0;
}
.sec4__reng .range-slider {
     width: 100%;
     position: relative;
}
.sec4__reng .range-slider__range {
     -webkit-appearance: none;
     width: calc(100%);
     height: 10px;
     border-radius: 5px;
     background: rgba(103, 180, 55, 1);
     outline: none;
     padding: 0;
     margin: 0;
}
.sec4__reng  .range-slider__range::-webkit-slider-thumb {
     appearance: none;
     width: 20px;
     height: 20px;
     border-radius: 50%;
     background: rgba(103, 180, 55, 1);
     cursor: pointer;
     transition: background 0.15s ease-in-out;
}
.sec4__reng  .range-slider__range::-webkit-slider-thumb:hover {
    background: rgba(103, 180, 55, 1);
}
.sec4__reng  .range-slider__range:active::-webkit-slider-thumb {
     background: rgba(103, 180, 55, 1);
}
.sec4__reng  .range-slider__range::-moz-range-thumb {
     width: 20px;
     height: 20px;
     border: 0;
     border-radius: 50%;
    background: rgba(103, 180, 55, 1);
     cursor: pointer;
     transition: background 0.15s ease-in-out;
}
.sec4__reng  .range-slider__range::-moz-range-thumb:hover {
     background: rgba(103, 180, 55, 1);
}
 .sec4__reng .range-slider__range:active::-moz-range-thumb {
     background: rgba(103, 180, 55, 1);
}
.sec4__reng  .range-slider__range:focus::-webkit-slider-thumb {
     box-shadow: 0 0 0 3px #fff, 0 0 0 6px rgba(103, 180, 55, 1);
}
 .sec4__reng .range-slider__value {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -25px);
    width: 60px; 
    color: rgba(103, 180, 55, 1);
    text-align: center;
}

.sec4__reng ::-moz-range-track {
    background: rgba(103, 180, 55, 1);
     border: 0;
}
.sec4__reng input::-moz-focus-inner, input::-moz-focus-outer {
     border: 0;
}
.sec4__reng .range__up{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color:rgba(230, 233, 230, 1);
    font-size: 14px;
    font-weight: 400;
}

#sec44{
    background-image: url('assets/img/green-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding:50px 0 ;
    border-radius: 40px;
    background-attachment: fixed;
}
.sec44{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:30px;
}

.sec44__left h2{
    font-size: 50px;
    font-weight: 800;
    color:rgba(255, 255, 255, 1);
    text-transform: uppercase;
}
.sec44__left p{
    font-weight: 600;
    font-size: 20px;
    color:rgba(255, 255, 255, 1);
    margin-top:15px;
}
.sec44__right{
    background: rgba(255, 255, 255, 1);
    border-radius: 20px;
    padding:40px;
    max-width: 447px;
    width:100%;
}

.sec44__right input{
    color:rgba(194, 194, 194, 1);
    font-size: 16px;
    font-weight: 400;   
    border-bottom:solid 1px rgba(194, 194, 194, 1);
    display: block;
    padding:8px 0;
    width: 100%;
    margin-bottom:30px;
}
      
.sec44__right strong{
    color:rgba(29, 45, 25, 1);
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-bottom:30px;
}
.sec44__right button{
    color:rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: 900; 
    background: radial-gradient(137.68% 279.36% at 100% 100%, #69C550 0%, #4BA732 100%);
    border-radius: 10px;
    text-transform: uppercase;
     display: block;
     height: 71px;
     display: flex;
     justify-content: center;
     align-items: center;
     width: 100%;
}   
.sec44__right p{
    color:rgba(194, 194, 194, 1);
    font-size: 12px;
    font-weight: 400; 
    margin-top:8px;
}
.sec44__right p a{
    display: inline;
    color:rgba(194, 194, 194, 1);
    font-size: 12px;
    font-weight: 400; 
}


#sec5{
    background-image: url('assets/img/about.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding:35px 0 560px 0;
    background-color: #F1F1F1;
}
.sec5__title{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:30px;
    margin-bottom:60px;
    align-items: center;
}
.sec5__title h2{
    color:rgba(29, 45, 25, 1);
    font-weight: 800;
    font-size: 50px;
}
.sec5__title h2 span{
    color:rgba(103, 180, 55, 1);
}
.sec5__title p{
    color:rgba(29, 45, 25, 1);
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.sec5__box{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.sec5__box .sec5__item{
    width: 33.333333%;
}
.sec5__item-last{
    width: 50%;
    margin-top:30px;
}
.sec5__item strong{
    font-size: 40px;
    font-weight: 700;
    color:rgba(103, 180, 55, 1);
}
.sec5__item p{
    color:rgba(29, 45, 25, 1);
    font-weight: 700;
    font-size: 22px;
}



#sec6{
    border-radius: 40px;
    background: rgba(255, 255, 255, 1);
    padding:64px 30px;
    margin:0 30px;
    position: relative;
    top:-120px;
}
.sec6>h2{
    font-weight: 800;
    font-size: 50px;
    color:rgba(29, 45, 25, 1);
    margin-bottom:50px;
    text-align: center;
}
.sec6>h2 span{
    color:rgba(103, 180, 55, 1);
}
.sec6__box{
    display: flex;
    gap:15px;
}  
.sec6__item{
    width: 25%;
}
.sec6__item-img{
    position: relative;
    border-radius: 10px;
}
.sec6__item img:first-child{
    width: 100%;
}
.sec6__item img:last-child{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    transition: all .5s;
}
.sec6__item-img:before{
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
    content: '';
    position: absolute;
    top:0px;
    left: 0px;
    width: 100%;
    height:100%;
    background: rgba(103, 180, 55, 0.8);
    border-radius: 10px;
    z-index: 9;
}
.sec6__item p{
    color:rgba(29, 45, 25, 1);
    font-size: 18px;
    font-weight: 500;
    margin-top:8px;
}
.sec6__item:hover .sec6__item-img img:last-child{
    visibility: visible;
    opacity: 1;
}
.sec6__item:hover .sec6__item-img:before{
    visibility: visible;
    opacity: 1;
}



#sec7{
    background-image: url('assets/img/mlatok.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    background-attachment: fixed;
}
.sec7>h2{
    color:rgba(29, 45, 25, 1);
    font-weight: 800;
    font-size: 50px;
    margin-bottom: 32px;
    text-transform: uppercase;
    text-align: center;
}
.sec7>h2 span{
    color:rgba(105, 197, 80, 1);
}
.sec7__box{
   display: grid;
   grid-template-columns: 1fr 1fr 1fr;
   gap:15px;
}
.sec7__item{
    padding:24px;
    background: rgba(255, 255, 255, 1);
}
.sec7__user{
    margin:24px 0;
    display: flex;
    align-items: center;
}
.sec7__user strong{
    font-weight: 800;
    font-size: 24px;
    color:rgba(105, 197, 80, 1);
    margin-left: 15px;
}
.sec7__user strong span{
    color:rgba(29, 45, 25, 1);
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.sec7__sub{
    display: flex;
    align-items: center;
}
.sec7__sub span{
    font-size: 16px;
    font-weight: 400;
    color:rgba(29, 45, 25, 1);
}
.sec7__sub strong{
    color:rgba(105, 197, 80, 1);
    font-size: 24px;
    font-weight: 800;
    margin-left:15px;
}
.sect7__text p{
    color:rgba(29, 45, 25, 1);
    font-size: 20px;
    font-weight: 400;
}



#sec8{
    padding:50px 0 50px 0;
    background-image: url('assets/img/ksherq.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    background-attachment: fixed;
}
.sec8>h2{
    color:rgba(29, 45, 25, 1);
    font-size: 50px;
    font-weight: 800;
    margin-bottom:50px;
    text-transform: uppercase;
}
.sec8>h2 span{
    color:rgba(103, 180, 55, 1);
}
.sec8__box{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:120px;
}
.sec8__right{
    border-radius: 40px;
}
.sec8__right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec8__left>strong{
    font-weight: 700;
    font-size: 18px;
    color:rgba(29, 45, 25, 1);
}
.sec8__left ul{
    margin-top:32px;
}
.sec8__left ul li{
    color:rgba(29, 45, 25, 1);
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom:32px;
}
.sec8__left ul li strong{
    font-weight: 700;
    font-size: 40px;
    color:rgba(103, 180, 55, 1);
    margin-right:24px;
}
footer{
    background-image: url('assets/img/footer.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    margin-bottom:40px;
    padding:64px 0 64px 0;
}
.footer h2{
    font-weight: 800;
    font-size: 40px;
    color:rgba(255, 255, 255, 1);
    text-transform: uppercase;
    margin-bottom:24px;
}
.footer h2 span{
    color:rgba(103, 180, 55, 1);   
}
.footer p{
   color:rgba(255, 255, 255, 1); 
   font-weight: 600;
   font-size: 20px;        
}
.footer{
    display: flex;
    justify-content: space-between;
    align-content: center;
    gap:70px;
}
   
.footer__right{
    max-width: 447px;
    width: 100%; 
    background: rgba(255, 255, 255, 1);
    padding:40px;
    border-radius: 20px;
}   
.footer__right input{
    color:rgba(194, 194, 194, 1);
    border-bottom: solid 1px rgba(194, 194, 194, 1);
    padding:8px 0;
    margin-bottom:32px; 
    display: block;
    width: 100%;
}   
.footer__right p{
    color:rgba(194, 194, 194, 1);
    font-size: 12px;
    font-weight: 400;
}
.footer__right p a{
    color:rgba(194, 194, 194, 1);
}
.footer__right button{
    color:rgba(255, 255, 255, 1);
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;
    max-width: 367px;
    width: 100%;
    height:71px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:10px;
    background: radial-gradient(137.68% 279.36% at 100% 100%, #69C550 0%, #4BA732 100%);
}


@media only screen and (max-width: 1200px) {
    .sec6__box{
        flex-wrap: wrap;
        gap:30px;
    }
    .header__banner img{
        width: 100%;
    }
    .sec7__box{
        grid-template-columns: 1fr 1fr;
    }
    .sec3__box{
        grid-template-columns: auto;
    }
    .sec8__right img{
        object-fit: contain;
    }
    .sec5__box{
        padding-bottom:100px;
    }
}
@media only screen and (max-width: 992px) {
    .header__up h1{
        font-size: 48px;
    }
    .header__banner-box ul li{
        font-size: 14px;
    }
    .sec1__text h2{
        font-size: 42px;
    }
    .sec1{
        padding: 50px 0 50px;
    }
    .sec2 h2{
        font-size: 42px;
    }
    .sec2__item p{
        font-size: 16px;
    }
    .sec4>h2{
        font-size: 42px;
    }
    .sec4__item strong{
        font-size: 42px;
    }
    .sec4__item span{
        font-size: 16px;
    }
    .sec4__box{
        grid-template-columns: 1fr 2fr;
    }
    .sec44__left h2{
        font-size: 36px;
    }
    .sec44__left p{
        font-size: 16px;
    }
    .sec44__left, .sec44__right{
        max-width: 100%;
        width: 50%;
    }
    .sec6__item{
        width: 45%;
    }
    .sec7>h2{
        font-size: 42px;
    }
    .sec8>h2{
        font-size: 42px;
    }
    .footer__left{
        width: 50%;
    }
    .footer__right{
        max-width: 100%;
        width: 50%;
    }
    .footer h2{
        font-size: 32px;
    }
    .footer p{
        font-size: 16px;
    }
    .sec5__box {
        padding-bottom: 250px;
    }
}
@media only screen and (max-width: 768px) {
    .sec1{
        grid-template-columns: 1fr;
    }
    .sec4__box{
        grid-template-columns: 1fr;
    }
    .sec44{
        flex-wrap: wrap;
    }
    .sec44__left, .sec44__right{
        width: 100%;
    }
    .sec7__box{
        grid-template-columns: 1fr;
    }
    .sec8__box{
        grid-template-columns: 1fr;
    }
    .footer{
        flex-direction: column;
    }
    .footer__left, .footer__right{
        width: 100%;
    }
    .sec5__title{
        grid-template-columns: 1fr;
    }
    .sec5__item strong{
        font-size: 32px;
    }
   #sec5{
        background-size: contain;
        background-position: bottom;
        padding: 35px 0 300px 0;
   }
   .sec5__box {
        padding-bottom: 0;
    }
} 
@media only screen and (max-width: 576px) {
    .header__top{
        flex-direction: column;
    }
    .sec2__box-1, .sec2__box-2{
        grid-template-columns: 1fr;
    }
    .header__logo p{
        font-size: 14px;
    }
    .header__up h1, .sec1__text h2{
        font-size: 24px;
    }
    .header__up p {
        font-size: 18px;
    }
    .header__up p span{
        color:#4BA732 ;
        background: transparent;
    }
    .header__banner-box{
        position: relative;
        top:20px;
        background: rgba(255, 255, 255, 0.8);
    }
    .header__banner-box ul{
        grid-template-columns: 1fr; 
    }
    .sec1__text p{
        font-size: 16px;
    }
    .sec1__text h3{
        font-size: 24px;
    }
    .sec1__text strong{
        font-size: 16px;
    }
    .sec1 {
        gap:15px;
    }
    .sec2 h2{
        font-size: 24px;
    }
    .sec2__item p{
        margin-top: 30px;
    }
    .sec3>h2{
        font-size: 24px;
    }
    #sec3{
        padding: 50px 0 50px 0;
    }
    .sec4>h2 {
        font-size: 24px;
    }
    .sec4>p{
        font-size: 18px;
    }
    .sec4__item strong {
        font-size: 32px;
    }
    .sec4__right{
        padding: 30px;
    }
    .sec4__reng p{
        font-size: 18px;
    }
    .sec44__left h2 {
        font-size: 24px;
    }
    .sec5__title h2{
        font-size: 24px;
    }
    .sec5__title p{
        font-size: 16px;
    }
    .sec5__box .sec5__item{
        width: 100%;
    }
    .sec6>h2{
        font-size: 24px;
    }
    .sec7>h2{
        font-size: 24px;
    }
    .sect7__text p{
        font-size: 16px;
    }
    .sec8>h2 {
        font-size: 24px;
    }
    .footer h2 {
        font-size: 24px;
    }
    .sec6__item {
        width: 100%;
    }
    #sec6{
        padding: 59px 15px;
        margin: 0 15px;
    }
    .sec7__item>img{
        max-width: 320px;
        width: 100%;
    }
    .footer__right{
        padding: 15px;
    }
    .footer p {
        font-size: 12px;
    }
    .footer__right button{
        font-size: 16px;
    }
    #sec6{
        top: 0;
    }
    #sec5{
        padding: 35px 0 250px  0;
    }

    .sec2__item {
    background: rgba(255, 255, 255, 1);
    border-radius: 20px;
    padding: 20px;
    text-align: right;
    display: flex;
    justify-content: space-around;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-items: center;
   }
}

.modal-content {
    border: 1px solid #fff;
    background-color: #fff;
    color: #000;
}

.modal-header {
    border-bottom: none;
}

.modal form {
    max-width: 380px;
}

.modal-close {
    color: #000;
    background: transparent;
    border: none;
    padding: 0;
    font-size: 30px;
}

.privacy-link {
    text-decoration: underline;
    color: #000;
}

.privacy-link:hover {
    color: #474766;
}

.varanty input[type=text],
input[type=email] {
    padding: 25px;
    width: 100%;
    max-width: 380px;
    height: 76px;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
    color: #7c7c7c;
    font-size: 20px;
    line-height: 24px;
    border: 1px solid #cccccc;
}

.btn-lg {
    font-size: 20px;
    line-height: 24px;
    min-height: 77px;
    padding: 26px;
    width: 100%;
    max-width: 380px;
}

.btn {
    padding: 14px;
    border-radius: 10px;
    /* border: 1px solid #f4b859; */
    line-height: 18px;
    font-weight: 600;
    color: #007fff;
    cursor: pointer;
    background: radial-gradient(137.68% 279.36% at 100% 100%, #69C550 0%, #4BA732 100%);
}

a:hover {
    color: #fff;
    text-decoration: underline;
}