@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bakbak+One&display=swap');
:root{
    --white: #ffffff;    
   
    --accent-color: #a2ca37;
    --dark-text:   #000;                
    --white-section:#CDCDCD;
   
}
body{
    direction: ltr;
    font-family: 'Roboto', sans-serif !important;
    font-size: 1em;
    margin: 0;
}

a{
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease-in-out;
}
a:hover{
    text-decoration: none;
    color: var(--accent-color);
}
h1,h2,h3,h4,h5,h6,p{
   padding: 0;
   margin: 0;
}
ul{
list-style: none;
margin: 0;
padding: 0;
}
 img{
max-width: 100%;
}

.section{
    padding: 60px 0;
}
.section-contact{
    background:  #00000005;
}

.title{
    position: relative;
    color: var(--dark-text);
    font-weight: 600;
    margin-bottom: 40px;
    padding-bottom: 10px;
    font-size: 35px;
    text-align: center;

}
.title::after,.title::before{
    position: absolute;
    content: "";
    height: 2px;   
    background-color: var(--accent-color);
}
.title::after{
 width: 130px;
    bottom: 0;
    left:  50%;
    transform: translate(-50%);
}
.title::before{
    width: 90px;
    bottom: -10px;
    left:  50%;
    transform: translate(-50%);
}



.privacy-box p,.page-content p{
    margin-bottom: 10px;
    text-indent: 3ch;
}
.privacy-box h1{
    font-weight: 700;
    text-align: center;
    margin-bottom:  23px;
}
.privacy-box h2{
    font-weight: 600;
    text-align: center;
    margin-bottom:17px ;
}
.privacy-box a{
    color: inherit;
} 
.privacy-box table,.privacy-box a{
    word-break: break-word;
} 

.navbar-expand-lg{
width: 100%;
}


 
.header-nav{
    background-color: #86ab23;
    transition: all 0.3ms;
    border-bottom: 1px  dotted hsla(0,0%,100%,.2);
}
.header-logo{
    text-align: center;
    padding: 15px 0px 15px;
}
.header-link{
    display: flex;
    align-items: center;             
    text-align: left;
    font-weight: 600;
    gap: 20px; 
    color: var(--white);
    transition: all 0.3s ease-in-out;
}
.header-link:hover,.header-link:focus{
    color:  #0a1b16;
}
.header-link img{
width: 50px;
height: 50px;
}
.header-nav-container{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.offcanvas{
    background-color: #8b845a;
}
.dropdown-menu[data-bs-popper]{
   border-radius: 4px;
    top: 58px;
    width: 280px;    
    z-index: 5;
    left: 30%;
    right: 30%;
    border-top: 1px solid var(--accent-color);
    border-bottom: 2px solid var(--accent-color);
    box-shadow: 0 0.35714rem 0.92857rem rgba(0,0,0,.2);


}
.dropdown-item:focus, .dropdown-item:hover {
    color: var(--accent-color);
    background-color: inherit;
}
.dropdown-item a{
    white-space: initial;
    transition: all 0.3s ease-in-out;
}
.nav-link {
    color: #ffff;
    
}

.navbar-expand-lg {
    justify-content: space-between;
}
.nav-item:hover >a,
.nav-item:focus >a{
    color:  #0a1b16;
}
.hover{
    position: relative;
}
.navbar{
    padding: 0;
}
.hover::after{
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
    content: "";
    width: 100%;
    transform: scaleX(0);
    transition: transform 350ms ease-out;
    transform-origin: right;
    background: var(--accent-color);
}
.nav-item:hover.hover::after{
    transform: scaleX(1);
    transform-origin: left;
}
.nav-sticky {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 999; 
transition: all 0.3ms;  
box-shadow: 0 10px 33px rgba(0, 0, 0, .1) !important;
}
.hero-section{
    position: relative;
    width: 100%;
    height: 100vh;
}
.hero{
    overflow: hidden;
    position: absolute;
    background-image:linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(bg/0_bg.jpg);
    background-size: cover;
    background-position: center center;  
    background-repeat: no-repeat;   
    width: 100%;
    height: 100vh;
}

.bvambient_particle {
	position: absolute;
	pointer-events: none;
	transition: top linear, left linear;
}
.hero-card{
   
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;   
    background-color: transparent;
    border: 0px;
}
.hero-card_wrapper{
    margin: 0 auto;
    border: 1px solid #f0f0f0;
    background-color:rgb(36 68 29 / 58%);
    padding: 20px;
    border-radius: 12px;
    color: #ffff;
   text-align: center;
}
.hero-card_title{
    font-size: 30px;
    color: transparent;
    background: linear-gradient(0deg, rgba(37,172,50,1) 27%, rgba(68,237,65,1) 71%);
    background-clip: text;
    -webkit-background-clip:text;
    -webkit-text-stroke: 1px  #c3c2c2;
}
.discount{
    font-size: 47px;
    font-weight: 600;
    color: red;  
    text-shadow: rgb(0,0,0) 3px 2px 5px;
}
.discount-img-grid{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    

}
.discount-img_item{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;       
    background: #fff;
    border-radius: 4px;
}
.discount-img_item img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all .3s ease;
    border-radius: 4px;
   
}
.discount-wrapper{
    position: absolute;
    left: 50%;
    top: 50%;      
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all .3s ease;
    background: #282828;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.discount-wrapper span{
    color: #fff;
    z-index: 20;
    font-size: 16px;
    text-transform: uppercase;
}
.discount-img_item:hover img{
    opacity: 0.1;
}
.hover2 .discount-wrapper {
    transform: translate(150%, -50%) rotate(360deg)
}
.hover3 .discount-wrapper{
    transform: translate(-250%, -50%) rotate(-360deg)
} 
.discount-img_item:hover .discount-wrapper{
    transform: translate(-50%, -50%)
}

.footer{
    padding: 40px 0 0;
    background: rgb(36 68 29);
    color: var(--white);
}
.footer-list{
    display: flex;
    gap: 20px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.footer-item{
    flex: 1;   
    line-height: 28px;
    font-size: 12px;
    width: 100%;
    height: 100%;
    padding: 10px;
    text-align:  center;
}
.footer-title{
    color: var(--accent-color);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.14286rem;
    margin: 0 0 1.07143rem;
}
.privacy-wrapper{
    flex: 1;              
    display: flex;
    gap: 5px;
    padding: 20px 10px;
    flex-direction: column; 
   
}
.privacy-wrapper a,.footer-contact a{
    transition:  .5s;
    font-size: 12px;
}
.privacy-wrapper a:hover, .footer-contact a:hover{
    color: var(--accent-color);
}
.footer-button{
    padding: 20px 0;
    text-align: center;
    font-size: 12px; 
    border-top: 1px solid #5771509c; 
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between; 
   
}
.footer-img{
    display: flex;
    gap: 8px;
    justify-content:center;
    
}
.map{
    height: 420px;
    overflow: hidden;
}
.map iframe{
    height: 100%;
}
.breadcrumb-main{
    padding: 15px 20px;
    margin-bottom: 30px;
    background: #3c3d3d;
    color: var(--accent-color);
}
.breadcrumb-conteiner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-size: 14px;
}
.breadcrumb-conteiner h3{
    font-size: 14px;
    display: flex;
    gap: 8px;
    align-items: center;
    text-align: center;
}
.breadcrumb-list{
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    justify-content: center;
    flex-wrap: wrap;
}
.breadcrumb-list a{
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 10px;
    transition: color .5s;

} 
.breadcrumb-list>li:last-child a, .breadcrumb-list>li a:hover,.contact-item a:hover{
    color: var(--accent-color);
}
.breadcrumb-list i{
    color: var(--white);
}
.forma-wrapper{
    display: flex;
    gap: 20px;
    flex-direction:  row;

}
.forma-box{
    flex: 2;
}
.forma-contact{
    flex: 1;
}
.contact-title{
    font-size: 20px;
    margin: 0 0 20px;
    font-weight: 600;
    padding: 0 0 10px;
    line-height: 20px;
    border-bottom: 1px solid #ebebeb;
}
.contact-wrapper{
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.contact-body{
    padding: 20px;
    display: flex;
    flex-direction: column-reverse;
}
.contact-item{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
    padding: 10px 0;
}
.contact-item h2{
    font-size: 15px;
    color:  #0a1b16;
    text-transform: capitalize;
    font-weight: 800;
}
.contact-item p{
    font-weight: 400;
    color:  #0a1b16;
    font-size: 14px;
    line-height: 20px;
}
.contact-item a{
    transition: color .3s;
}
.contact-icon{
    display: flex;
    align-items: center;
    justify-content:center ;
    height: 30px;
    width: 30px;
    background: var(--accent-color);
    color: var(--white);
    border-radius:  4px;
    line-height: 30px;
}
.border-box{
 border-top: 1px solid #ebebeb;
 border-bottom: 1px solid #ebebeb;
}
.form-btn{
    display: flex;
    justify-content: end;
}
.contact-form-check{
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin: 20px 0;
}
.form-check-label a{
 text-transform: lowercase;
 transition: .2s;
}
.form-check-label a:hover{
    color: var(--accent-color);
}
.form-check-label{
    font-size: 14px;
    margin-left: 5px;
}
.form-box{
    display: flex;
    gap: 15px;
    flex-direction: column;
}
.contact-form-name-box{
    display: flex;
    gap: 15px;
    flex-direction: column;
}
.contact-form-item input,.contact-form-textarea textarea,.input-n70602386,.textarea-n70602386{
    background: #fff;
    padding: 12px 18px;
    line-height: 24px;
    border: 1px solid #dddddd;
    width: 100%;
    resize: vertical;
    outline: none;
}
.form-pege{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.contact-form-item input::placeholder,.contact-form-item textarea::placeholder{
    font-size: 14px;
}
.input-wrapper{
    display: flex;
    gap: 10px;
}
.section-main{
    background: #e8ffff;
}
.section-bg{
    background: url(bg/0_opacity.png); 
    background-position: center;
    background-size: cover;   
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding: 80px 0;
}
.section-bg2{
    background: url(bg/1_opacity.png); 
    background-position: center;
    background-size: cover;   
    background-repeat: no-repeat;
}
.main-list{
   display: flex;
    gap: 20px;
    flex-direction:  column-reverse;
}
.main-item{
    flex: 1;
    display: flex;
    gap: 20px;
    flex-direction:  row;
}
.product-wrapper{
     flex: 1;
}
.product-box{
    padding: 15px;
    border: 1px solid #f0f0f0;
    background-color: rgb(36 68 29 / 58%);
    height: 100%;
    display: flex;
     border-radius: 12px;
    flex-direction: row;
    gap: 20px;
     transition: all 0.3s ease-in-out;
}
.product-box:hover{
    transform: scale(1.02);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.product-img{
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}
.product-img img{
   height: 250px;
    width: 100%;
    object-fit: contain;
    transition: all 0.3s ease-in-out;
}
.product-info{
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: space-around;
    flex: 1;
}
.title-main{
    
   color: white;
    text-shadow: .04em 0 #000, -.04em 0 #000, 0 .04em #000, 0 -.04em #000;
    font-weight: 800;
    font-size: 20px;
    text-align: center;
        transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.title-main:hover{
    color: var(--accent-color);
} 
.price{
    display: flex;
    justify-content: center;
    color: var(--accent-color);
    text-shadow: rgb(54 13 13 / 91%) 3px 2px 5px;
    gap:  10px;
    font-size: 30px;
    font-weight: 600;
     
}
.code-product{
    display: flex;
    gap: 10px;   
    font-size: 13px;
    align-items: center;
}
.section-partner{
    background:  #86ab23;
  padding: 26px 0;
  
}
.partner-item{
  width: 100%;
  height: 100px;
  background-color: #282828;
  border-radius: 5px;
  padding:  17px;
}

.partner-item > img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-castumer{
    background-image: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(bg/1_bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 80px 0 40px;
}
.section-castumer .title{
    color: var(--white);
}
.castumer-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;

}
.castumer-avatar{
    width: 145px;
    height: 145px;           
    background-position: 50% 50%;
    background-size: cover;
     
    border-radius: 50%;
    border: 6px solid #ffffff;
    background-repeat: no-repeat;
    
}
.animate{

opacity: 1;
}
.animate.visible{
animation: roteitAvatar 5s;
}
 @keyframes roteitAvatar {
    0%{
        opacity: 0;
        transform: rotate(0deg) translate(0px,0px);
    }
   
    100%{
        opacity: 1;
        transform: rotate(360deg) translate(-0px,-0px);
    }
}
.castumer-comment{
    display: flex;
    text-align: center;
    gap: 10px;
    color: var(--white);
    flex-direction:  column-reverse;
}
.castumer-comment >h5{
    font-weight: 700;
    font-size: 1.5rem;
}
.castumer-comment > p{
    font-size: 14px;
}

.page-content{ 
    padding: 26px 0;
} 
.page-content ul{
    list-style: square;
    margin-left: 2rem;
}
.page-img-wrapper{
    order: 1;
}
.page-img{    
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    overflow: hidden;
}
.page-img img{
    height: 100%;
    width: 100%;
    max-height: 400px;
    object-fit: contain;
    transition: all 0.3s ease-in-out;
}
.page-img:hover img{
    transform: scale(1.08);
}
.page-product-title{
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 20px;
    text-align:  center;
}
.page-product-infa .price{
    font-size: 24px;
}
.infa-product{   
    border-top: 1px dotted #cdcdcd;
    border-bottom: 1px dotted #cdcdcd;
    padding: 25px 0 20px 0;
    margin: 25px 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.page-product-infa .price{
    color: #000;
    justify-content: start;
    text-shadow:none;
}
.faq{
    display: flex;
    gap: 20px;
    align-items: center;
    flex-direction:  row;
}
.faq-img{
    width: 30%;
    height: 400px;
    border-radius: 8px;
    background-size: cover;    
    background-position: center center;
    background-repeat: no-repeat;    
}

.faq-content{
    width: 70%;
    display: flex;
    flex-direction: column;   
}
.accordion{
  --bs-accordion-border-color:#fff;
  --bs-accordion-border-width:0;   
}
.accordion-button{
    display: flex;
    align-items: center;
    border: 1px solid #cdcdcd;
    border-radius: 8px;
    font-size:  19px;
    font-weight: 700;
    
}
.accordion-body{
    color: #696969;
    font-style:italic;
    font-size: 14px;
}
.accordion-button:focus ,.accordion-button:not(.collapsed){
    background-color:var(--accent-color);
    color: #fff;
    border-color: var(--accent-color);
    border-radius: 8px;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
}

  
        @media (max-width: 575px){
           
            button{
                width: 100%;
            }
            .offcanvas.offcanvas-start{
                width: 85%;
            }
            .navbar-toggler{
                width: auto;
            }
            .header-nav-container{
                flex-direction: column;
                gap: 0;
            }
            .header-logo{
                margin-left: auto;
                margin-right: auto;
            } 
            .offcanvas-header .header-logo{
                margin: 0;
            }
            
            .navbar{
                justify-content: space-around;
            }
            .hero-card_tex{
                font-size: 14px;
            }
            .discount-img-grid {
                grid-template-columns: repeat(1,1fr);
            }
            .input-wrapper{
                flex-direction: column;
            }
            .contact-body{
                padding: 10px;
            }
            .breadcrumb a,.breadcrumb h3 {
                font-size: 15px;
            }
            .title{
                font-size: 28px;
            }
            .accordion-button{
                font-size: 16px;
            }
            .page-product-title{
                text-align: center;
                font-size: 22px;
            }
            .faq-img{
                height: 350px;
            }
            
        }
        
        @media (max-width: 768px){         
        .hero-card {
                width: 95%;
        }
        .footer-list {
            flex-direction: column;
        }
        .footer-item{
            align-items: center;
            text-align: center;
        }
        .privacy-wrapper{
            padding: 0;
            flex-wrap: wrap;
            flex-direction: inherit;
            gap: 10px;
            justify-content: center;
        }
        .footer-button{
            flex-direction: column-reverse;
            gap: 10px;
        }
       
         .product-box{
                flex-direction: column;
            }
            .page-img-wrapper{
                padding: 20px 0;
            }
       }
        
    
        @media (min-width: 768.99px) and (max-width: 991.99px){
           .contact-body {
            flex-direction: row;
           }
           .contact-item{
            flex: 1;
            padding: 0px 10px;
           }
           .border-box{
            border: 0;
            border-left: 1px solid #ebebeb;
            border-right: 1px solid #ebebeb;
           }
        }
         @media (min-width: 574.99px) and (max-width: 991.99px){
            .discount-img-grid {
                grid-template-columns: repeat(2,1fr);
            }
           
         }
        @media(min-width: 992px){
            .logo-lg{
                display: none;
            }
           
           .offcanvas-body{
            align-items: center;
            justify-content: space-between;
           } 
           .hero-card_wrapper {
            padding: 30px;
           }
        }
        @media(max-width: 991px){
            .dropdown-menu{
                border: none;
                background-color: inherit;
                
            }
            .dropdown-menu[data-bs-popper]{
                width: 100%;
                box-shadow:none;
                border: none;
            }
            .nav-item,.dropdown-item:not(:last-child),.offcanvas-header{
                border-bottom: 1px dotted #dedede;
            }
            .dropdown-item {
                color: var(--white);
            }
            .dropdown-item:focus, .dropdown-item:hover{
                color: #000;
                background-color: inherit;
            }
            .nav-link{
                padding: 13px 0;
            }
            .logo-mob{
                display: none;
            }
           .forma-wrapper {
            flex-direction:  column-reverse;
           }
           .main-item{
            flex-direction: column;
           }
            .section-bg{
                padding: 60px 0;
            }
            .section-castumer{
                padding: 60px 0 40px;
            }
            .faq{
                flex-direction: column-reverse;
            }
            .faq-img,.faq-content{
                width: 100%;
            }
          
            .breadcrumb-conteiner{
                flex-direction: column;
            }
        }
       



     
