@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Tokyo+Zoo&display=swap');
:root{
    --white: #fff;    
    --black-tem: #363F4D;
    --accent-color: rgb(79, 139, 123);
    --dark-text:   #000;                
    --white-section:#CDCDCD;
}
body{
    direction: ltr;
    font-family: 'Merriweather', sans-serif !important;
    font-size: 1em;
    margin: 0;
}

a{
    text-decoration: none;
    color: inherit;
}
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: 70px 0;
}
.section-contact{
    background:  #00000007;
}


.container-bg{
    background: url(bg/0_opacity.png); 
    background-position: center;
    background-size: cover;   
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding: 40px 0 40px;

}
.bg-benefits{
    background: url(bg/1_opacity.png); 
}

.privacy-box 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:15px ;
}
.privacy-box a{
    color: inherit;
} 
.privacy-box table,.privacy-box a{
    word-break: break-word;
} 

.navbar-expand-lg{
width: 100%;
}


 
.header-nav{
    background-color: var(--white);
    border-bottom: 1px  dotted #ececec;
}
.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(--dark-text);
    transition: all 0.3s ease-in-out;
}
.header-link:hover,.header-link:focus{
    color: var(--accent-color);
}
.header-link img{
width: 40px;
height: 40px;
}
.header-nav-container{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.offcanvas{
    background-color: #f5f4f4;
}
.dropdown-menu[data-bs-popper]{
   border-radius: 4px;
    top: 140%;
    width: 280px;    
    z-index: 5;
    left: -121px;


}
.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: var(--dark-text);
    
}
.navbar-expand-lg {
    justify-content: space-between;
}
.nav-item:hover >a,
.nav-item:focus >a{
    color: var(--accent-color);
}
.hover{
    position: relative;
}
.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;   
box-shadow: 0 10px 33px rgba(0, 0, 0, .1) !important;
}
.section-hero{
    padding-bottom: 5px;
}
.hero-wrapper{
    display: flex;
    height: 550px;
    flex-direction:  row-reverse;
}
.hero-item{
    flex: 1;
    width: 100%;
   
}
.hero-img{
   display: flex;
   align-items: center;
   justify-content: center;
  
  
}

.hero-img img{
height: 100%;
width: 100%;
object-fit: cover;
 filter: contrast(0.8) opacity(0.98) saturate(1.1);
 background-color: var(--accent-color);
transition: all 0.3s ease-in-out;
}


.hero-bg{
    background: var(--accent-color);
}
.hero-text{
    color: var(--white);
    padding: 20px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    height: 100%;
}
.hero-text p{
font-size: 18px;
}
.hero-text h1{
    font-size: 45px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
}
.hero-text span{
font-size: 16px;
}

.section-benefits{   
    background: #1C2B2D;    
}
.predlojka-corobki{
    padding: 6px 18px 29px;
    position: relative;
    border: 1px solid#FF9A62;
    border-radius: 4px;
    transition: .5s;
    display: flex;
    justify-content: flex-start;
    text-align: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    gap: 20px;
    
}
.predlojka-corobki:hover{
    transform: translate3d(0,-6px,0);
}
.predlojka-kartinki{
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 90px;
    line-height: 100px;
    background: #FF9A62;
    clip-path: polygon(0% 11%, 104% 0, 100% 100%, 0% 100%);
    border-radius: 6px;
}
.predlojka-kartinki i{
    color: var(--white);
    font-size: 40px;
}
.predlojka-texta{
    
    line-height: 19px;
    font-size: 17px;
    font-weight: 600;
    color: var(--white);
}
.predlojka-corobki p{
    color: #FFFFFFB3;
    line-height: 1.6em;
    font-size: 14px;
}
.style-2{
    border: 1px solid#2875FF;
}
.style-2 .predlojka-kartinki{
    background: #2875FF;
    clip-path: polygon(0% 0%, 100% 9%, 100% 100%, 0% 100%);
}
.style-3{
    border: 1px solid#F05D8A;
}
.style-3 .predlojka-kartinki{
    background: #F05D8A;
    clip-path: polygon(0% 11%, 104% 0, 100% 100%, 0% 100%);
}
.title{
    text-align: center;
    color: var(--white);
    font-size: 25px;
    margin-bottom: 40px;
}
.section-marg{
    margin-top: -7px;
}
.footer-bottom{
    color: #999999;
    text-align: center;
    border-top: 1px solid #333333;
    padding: 22px 0;
}
.site-info span{
    margin-right: 10px;
}
.footer-top{
    padding: 90px 0;
}
.footer-list{
    display: flex;
    gap: 20px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.footer-item{
    flex: 1;
    color: #999999;
    line-height: 28px;
    font-size: 14px;
    width: 100%;
    height: 100%;
    padding: 10px;
}
.footer-title{
    color: var(--white);
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 30px;
    text-transform: uppercase;
    letter-spacing: 2px;

}
.footer-contact-list{
    display: flex;
    gap: 15px;
    flex-direction: column;
    justify-content: space-around;
}

.phone{
    color: var(--white-section);
    font-size: 26px;
    letter-spacing: 2px;
    line-height: 40px;
    margin-top: 20px;
}
.footer-contact-link{
    transition: all 0.3s ease-in-out;
}
.footer-contact:hover .footer-contact-link,.footer-politik-item a:hover{
    color: var(--accent-color);
}
.footer-politik-item{ 
    flex: 1;              
    display: flex;
    gap: 10px;
    padding: 20px 10px;
    flex-direction: column;
   
    text-align: left;   
}
 .footer-img{
    display: flex;
    gap: 8px;
    justify-content:left;
    margin-top: 20px;
    flex-direction: row-reverse;
    
}

.map{
    height: 420px;
    overflow: hidden;
}
.map iframe{
    height: 100%;
}
.contact-page{
    display: flex;
    gap: 20px;
    flex-direction:row-reverse;
} 
.contact-page li{
    flex: 1;
   
}
.contact-page-box{
    padding: 40px;
    display:flex;
    gap: 15px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease-in-out;
    height: 100%;
    background: var(--white);
    border: 1px dotted var(--accent-color);
}
.contact-page-box:hover{
    transform: translate3d(0,-6px,0);
}
.contact-page-box h2{
    font-size: 22px;
    color: #111;
}
.contact-page-box p{
    font-size: 15px;
}
.contact-icon{
    text-align: center;
}
.contact-icon i{
    font-size: 40px;
    color: var(--accent-color);
    display: inline-block;
    text-align: center;
}
.cont-form-wraper{
    display: flex;
    gap: 30px;
    flex-direction: row-reverse;
}
.cont-form-wraper>div{
    flex: 1;
}
.cont-bg{
    padding: 30px;
    overflow: hidden;      
    background-image:linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(portrait/thumbnails_header_66296154b981f0.32421815.jpg);
    background-size: cover;
    background-position: center center;  
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    box-shadow: 10px 10px 0px 0px var(--accent-color);
  
}

.form{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-form-check{
    display: flex;
    align-items: center;
    gap: 8px;
}
.form-check-label{
    font-size: 14px;
}
.form-check-label a{
    color: inherit;
    transition: all 0.5s;
}
.form-check-label a:hover{
    color: var(--accent-color);
}
.grup-form{
    display: flex;
    gap: 20px;
    align-items: start;
    flex-direction: column;    
    justify-content: space-between;
    margin-top: 20px;
}
.form-wrapper input,.form-wrapper textarea,.input-e4168381,.textarea-e4168381{
    outline-color: var(--accent-color);
    border-radius: 4px;
    max-width: 100%;
    border: 1px solid #DEDEDE;
    text-transform: initial;
    padding: 10px 15px;
    color: #000;
    width: 100%;
    height: auto;    
    font-size: 14px;
    

}
.form-wrapper input::placeholder,.form-wrapper textarea::placeholder{
    font-size: 11px;
}
.contact-title{
    font-size: 36px;
    color: #111;
    margin-bottom: 30px;
}
.form-title{
    font-size: 36px;
    margin-bottom: 30px;
    color: var(--white);
    text-align: center;
    text-shadow: rgb(0,0,0) 3px 3px 3px;
}


.section-page{
    background-color:#00000007;
    padding: 90px 0px 50px 0px;
}
.title-section{
    color: #232323;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    line-height: 35px;
    margin-bottom: 50px;
    text-transform: inherit;
}
.gallery-box{ 
    overflow: hidden;
    padding-right: 5px;
    padding-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.gallery-link{
    position: relative;    
    display: block;
    width: 100%;
    height: 150px;
}

.gallery-link::after{
    content: '';
    background: var(--accent-color);    
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    transition: all 0.3s;
    visibility: visible;
    opacity: 0;
}
.gallery-box:hover  .gallery-link::after{
    opacity: 0.6;
    visibility: visible;
}
.gallery-box:hover .gallery-link i{
    opacity: 1;
}
.gallery-link i{
    font-size: 25px;
    width: 1em;
    height: 1em;
    margin-left: -0.5em;
    margin-top: -0.5em;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 20;
    transition: all 0.4s;
    opacity: 0;
    visibility: visible;
    transform: scale(0.7);
}
.gallery-box img{
    height: 100%;
    width: 100%;
    object-fit: cover;
  
    transition: transform .64s ease;
}


.serv-item{
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.serv-item:hover .icon-box{
    transform: scale(1.1);
}
.icon-box{   
    border: 3px solid var(--accent-color);
    border-radius:  0%;
    font-size: 24px;
    color: var(--accent-color);
    fill: var(--accent-color);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.serv-infa{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 0px;
    text-align: center;
}
.open-hours{
    display: flex;
    gap: 20px;
    flex-direction: row-reverse;
}
.open-item{
    flex: 1;
    
}
.open-video{
    display: flex;
    align-items: center;
    justify-content: center;
     
    
    
}

.open-video video{
    width: 100%;
    height: 383px;
    object-fit: cover;
    border-radius: 4px; 
}
.open-box{
    width: 100%;
    height: 100%;
    color: var(--white);
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    background-image:linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(portrait/photos_header_66296152761c40.30870985.jpg);
    border-radius: 4px; 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden; 
    text-shadow: rgb(0,0,0) 3px 3px 3px;
    padding: 56px 50px 37px;
     box-shadow: 10px 10px 0px 0px var(--accent-color);
    
    
}
.prod-box{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction:  column;
    gap: 30px;
}
.prod-img{
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 380px;
    box-shadow: 10px 10px 0px 0px var(--accent-color);

}
.prod-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 500ms ease 0s;
}
.prod-btn{
    position: absolute;
    top: auto;
    bottom: 10px;
    left: 15px;
    right: 15px;
    opacity: 0;
    transition: all 500ms ease 0s;
}
.button-prod{
 width: 100%;

}
.prod-box:hover .prod-img img{
  transform: scale(1.1);

}
.prod-box:hover .prod-btn{
    opacity: 1;
}
.prod-box:hover .prod-infa-link h5{
    color: var(--accent-color);
}
.prod-infa{
    
    display: flex;    
    flex-direction: column;
    gap: 10px;
    justify-content: space-around;
    flex: 1;
    
}
.prod-iner{
    display: flex;
    gap: 10px;
    flex-direction:  column;
    
}
.prod-infa-link h5{
    color: #282828;
    font-weight: 700;
    font-size: 20px;
    line-height: 21px;
    transition: all 500ms ease 0s;
}
.price{
    display: flex;
    color: #FE4135;
    gap:  5px;
    font-size: 18px;
    font-weight: 600;   
}

.prod-star{
    
    font-size: 20px;
    color: #e07200;
}
.reviews{
    
    flex-direction: row-reverse;
   
}
.reviews-img{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.reviews-img img{
    height: 500px;
    width: 100%;
    object-fit: cover;
}
.reviews-blok{
    padding: 0 60px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
   
}
.reviews-icon{
   
    margin-bottom: 20px;
}
.reviews-icon svg{
    fill: var(--accent-color);
    border-color: var(--accent-color);
    height: 40px;
    width: 40px;
   
}
.review-item{
    padding: 0 15px;
}
.review-box{
    color: #666;
    background-color: #fff;
    border-color: #fff;
    border: 1px solid #dedede;
    line-height: 1.4em;
    border-radius: 15px;
    padding: 30px 30px 56px;
}
.rating i{
    color: #f7c633;
    margin: 0 1px;
}
.review-avatar{
    margin-left: 30px;
    margin-top: -30px;    
    width: 60px;
    height: 60px;
    border-radius: 0%;
    
   
}
.review-avatar img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0%;
}
.review-name{
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0;
    margin-left: 30px;
    margin-top: 18px;
}
.breadcrumb{
    display: flex;
    flex-wrap: wrap;
    background-color: transparent;
    text-align: center;
}
.breadcrumb li {
    display: inline-block;
    color: var(--dark-text);
    text-transform: uppercase;
   
} 
.breadcrumb li a{
 transition: all 0.3s ease-in-out;
  color: var(--dark-text);
}
.breadcrumb li a:hover{
    color: var(--accent-color);
}
.breadcrumb li:not(:first-child):before {
    color: var(--dark-text);
    content: "/";
    margin: 5px;
}
.bord{
    border-bottom: 1px solid #EDECEA;
}
.bord-top{
    border-top: 1px solid #EDECEA;
    padding: 40px 10px 0 10px;
}
.right_cms{
    
    border-left: 1px solid #EDECEA;
}
.block-reassurance{
    margin-left: 20px;
   
}
.reassurance-list{
    display: flex;
    gap: 25px;
    flex-direction:  column;

}
.reassurance-item{
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 15px;
}
.page-product-title{
   
    font-weight: 600;
    color: #282828;
    margin-bottom: 30px;
    font-size: 26px;    
    text-align: center;
}
.page-product-infa .price{
    font-size: 20px;
    font-weight: 500;
    color: #FE4135;
    margin-bottom: 20px;
}
.page-product-infa{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0 10px;
    height: 100%;
}
.infa-product{
    font-size: 15px;
    color: #282828;
    padding-left: 24px;
    list-style-type: disc;
    display: flex;
    gap: 15px;
    flex-direction:  column;
    margin-bottom: 50px;
    
}
.infa-product li span{
   margin-left: 10px;
}
.page-img-wrapper{
    flex: 2;
   
}
.page-img{
    display: flex;
    justify-content: center;
    align-items: center;
   
    height: 350px;
}
.page-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-wrapper{
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    flex-direction: column;
    
}
.page-img-box{
    flex: 3;
    display: flex;
    gap: 20px;
}
.page-servis-box{
    flex: 1;
}
.page-infa-box{
    flex: 1;
}
.content{
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.page-content{
flex: 3;
}
.related-products{
    flex: 1;
    
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.related-item{
    display: flex;
    flex-direction: column;
  
    flex: 1;
    border: 2px solid #EDECEA;
}
.related-link{
height: 190px;
position: relative;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
}
.related-info{
    flex: 1;
    padding: 30px 10px;
    text-align: center;
    transition: all 500ms ease 0s;
}
.related-link img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 500ms ease 0s;
}
.related-products .title-section{
    margin-bottom: 0;
    font-size: 30px;
   

}

.related-btn{
    position: absolute;
    top: auto;
    bottom: 10px;
    left: 5px;
    right: 5px;
    opacity: 0;
    transition: all 500ms ease 0s;
}
.related-item:hover .related-btn{
    opacity: 1;
}

.related-item:hover .related-info{
    color: var(--accent-color);
}
.page-content ul{
    list-style: square;
    margin-left: 2rem;
}
.page-content p{
    margin-bottom: 10px;
}
.page-content_wraper{
    display: flex;
    gap: 20px;
}

.section-bg{
    padding: 90px 0 70px;
    background-image:linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(portrait/thumbnails_header_66296154b981f0.32421815.jpg);
   
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    color: var(--white);
}
.form-page{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
 .related-products-list{    
    border: 1px solid #EDECEA;
    padding: 10px;
 }
 .related-list{
    display: flex;
    gap: 20px;
    flex-direction: row;
    padding: 8px;
   
 }



        @media (max-width: 575px){
           
            button{
                width: 100%;
            }
            .navbar-toggler{
                width: auto;
            }
            .header-nav-container{
                flex-direction: column;
                gap: 0;
            }
            .header-logo{
                margin-left: auto;
                margin-right: auto;
            } 
            
            .navbar{
                justify-content: space-around;
            }
            .header-min{
                display: none;
            }
            .hero-title{
                font-size: 26px;
            } 
            .hero-text h1{
                margin-bottom: 0;
                font-size: 28px;
            }           
            
           .contact-page-box{
                padding: 40px 10px;
            }
             .form-check-label{
                font-size: 12px;
            }
             .reviews-blok{
            padding: 30px 10px;
          }
           
            .title{
                font-size: 20px;
            }
            .grup-form{
                align-items: center;
            }
            
        }
        
        @media (max-width: 768px){         
        .header-min .row{
            flex-direction: column;
            gap: 10px;
            text-align: center;            
        }
        .header_list{
            justify-content: center;
        }
        .contact-page{
            flex-direction: column;
        } 
        .prod-img{
            height: 300px;
        } 
        .page-wrapper{
            flex-direction: column;
        }
        .right_cms{
            border-top: 1px solid #EDECEA;
            border-left: 0px solid #EDECEA;
        }
        .block-reassurance{
            margin: 40px 0 0 20px;
        }
        .related-list{
            flex-direction: column;
        }
           .title-section{
            font-size: 25px;
           }
        
            
    }
        
    
        @media (min-width: 768.99px) and (max-width: 991.99px){
            .contact-page-box{
                padding: 15px;
            }
            .reassurance-item{
                flex-direction: column;
                align-items: start;
            }
            .related-list{
                flex-direction: row;
                padding: 0;

            }
            .related-info{
                padding: 30px 10px; 
            }
            .contact-page-box h2{
                font-size: 19px;
                
            }
            .contact-page-box p{
                font-size: 15px;
            }
            
        }
         @media (min-width: 574.99px) and (max-width: 768px){
           .reviews-blok{
            padding: 60px;
        }
           
         }
        @media(min-width: 992px){
            .logo-lg{
                display: none;
            }
           
           .offcanvas-body{
            align-items: center;
            justify-content: space-between;
           } 
        }
        @media(max-width: 991px){
            .dropdown-menu{
                border: none;
                background-color: #f5f4f4;
                
            }
            .nav-item,.dropdown-item:not(:last-child),.offcanvas-header{
                border-bottom: 1px dotted #dedede;
            }
            .nav-link{
                padding: 13px 0;
            }
            .logo-mob{
                display: none;
            }
            .hero-wrapper{
                flex-direction: column;
                height: auto;
            }
            
            .hero-img img{
                height: 270px;
            }
            .footer-list{
                flex-direction: column;
                text-align: center;
                align-items: center;
            }
            .footer-top{
                padding: 30px 0;
            }
            .footer-politik-item{
                flex-direction: inherit;
                flex-wrap: wrap;
                justify-content: center;
            }
            .form-wrapper .col-lg-4{
                margin-bottom: 20px;
            }
            .cont-form-wraper{
            flex-direction: column;
            }  
            .cont-bg{
                height: 200px;
            } 
             .open-hours{
                flex-direction:  column;
             }
             .open-video video {
                height: 250px;
             }
             .page-img-box{
                flex-direction: column;
             }
             .form-page {
                width: 100%;
             }
             .content{
                flex-direction: column;
             }
            
        }
       



     
