@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Display:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Stencil+Display:wght@400;500;600;700&display=swap');
:root{
    --white: #fff;    
    --black-tem: #363F4D;
    --accent-color: #eb3e32;
    --dark-text:   #000;                
    --white-section:#CDCDCD;
}
body{
    direction: ltr;
    font-family: 'Noto Sans Display', 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: 35px 0;
}
.section-page{
    padding: 70px 0 0;
}
.section-products{
    padding: 35px 0 70px;
}
.section-form{
    padding: 80px 0 70px;
}
.section-bg{
    background: #f1d4d4;
}

.container-bg{
    background: url(files/img/misty-frame-2025-01-06_17-220.png); 
    background-position: center;
    background-size: cover;   
    background-repeat: no-repeat;
}

 .privacy-box p{
    margin-bottom: 10px;
    text-indent: 3ch;
}
.privacy-box h1{
    font-weight: 700;
    text-align: center;
    margin-bottom:  22px;
}
.privacy-box h2{
    font-weight: 600;
    text-align: center;
    margin-bottom:20px ;
}
.privacy-box a{
    color: inherit;
} 
.privacy-box table,.privacy-box a{
    word-break: break-word;
}

.header-min{
    background: var(--black-tem);
    padding: 12px 0;
    color: var(--white);

}
.header-min .row{
    align-items: center;
}
.header_list{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.header_list li:last-child{
    padding: 0;
    margin: 0;
    position: inherit;
}
.header_list li {
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}
.header_list li:hover{
    color: var(--accent-color);
}
.header_list li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 17px;
    background-color: #fff;
    top: 50%;   
    transform: translateY(-50%);
    right: 0;
}
.header_list li a{
    display: flex;
    align-items: center;
    gap: 15px;
}
.header-adres{
    font-size: 14px;
    font-weight: 500;
}

 
.header-nav{
    background-color: #fffaf6;
}
.header-logo{
    text-align: center;
    padding: 20px 0px 15px;
}
.header-link{
    display: flex;
    align-items: center;             
    text-align: left;
    gap: 20px; 
    color: var(--dark-text);
    transition: all 0.3s ease-in-out;
}
.header-link:hover,.header-link:focus,.footer-dark .header-link:hover{
    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: #fffaf6;
}
.dropdown-menu[data-bs-popper]{
   border-radius: 4px;
    top: 140%;
    width: 280px;    
    z-index: 5;
    left: -180px;


}
.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);
}
.nav-item:hover >a,
.nav-item:focus >a{
    color: var(--accent-color);
}
.nav-sticky {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 3;   
box-shadow: 0 10px 33px rgba(0, 0, 0, .1) !important;
}

.intro{
    height: 755px;
    overflow: hidden;
    position: relative;
    background-image: linear-gradient(to right, rgba(47,48,58,0.4), rgba(47,48,58,0.4)), url(files/img/elegant_bg-hWWi0.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 70px 0;   
     
}
 .bg-2{
    background-image: linear-gradient(to right, rgba(47,48,58,0.4), rgba(47,48,58,0.4)), url(image/depictions_header_678e5c3a007b34.72059604.jpg);
}
.bg-2 .row{
    flex-direction: row-reverse;
}
.hero-btn{
    display: flex;
    transition: all 0.3s ease-in-out;
}
.hero-text{
    width: 100%;
    color: var(--white);
    text-align: left;
}
.hero-text h1{
    font-size: 25px;
    text-shadow: rgb(0,0,0) 3px 3px 3px;
    line-height: 1.2;
     
}
.hero-content p{
    font-weight: 600;
}

.btn-intro{
    text-align: center;
}
.hero-container{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.slider-hero .slick-dots{
    bottom: 0;
}
.slider-hero .slick-dots li button:before{
    font-size: 14px;
    opacity: 1;
}
.slider-hero .slick-dots li.slick-active button:before {
    color: var(--accent-color);
}
.slider-hero  .slick-dots li button::before {
 color: var(--white);
}
.hero-title{
    font-weight: bold;
    font-size: 42px;
    text-transform: uppercase;
     transition: all 0.3s ease-in-out;
}
.hero-content{
    display: flex;
    flex-direction: column;
    gap: 20px;
}



.footer-dark{
    background: var(--black-tem);
    
    padding: 15px 0;
}
.footer-dark .header-link {
  color: var(--white);
}

.footer-cart{
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
 .footer-img{
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-direction: row-reverse;
}
.footer-white{
    padding: 30px 0 ;
    background-color: #fffaf6;

}
.footer-white .row{
    
    flex-direction:  row-reverse;
}
.contact-box{
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px
}
.contact-icon{
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border: 1px solid var(--accent-color);
    line-height: 50px;
    font-size: 30px;
    color: var(--accent-color);
}
[class^="bi-"]::before, [class*=" bi-"]::before {
    line-height: revert
}
.footer-contact{
 transition: all 0.3s ease-in-out;
}
.footer-white .col-md-4:hover .footer-contact{
    color: var(--accent-color);
    
}
.footer-top{
    padding: 50px 0 40px 0;   
    border-bottom: 1px solid #dee2e6!important;
    border-top: 1px solid #dee2e6!important;
    background-color: #fffaf6;
}
.footte-list{
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    
}
.footte-item{
    flex: 1;
    color:#7a7a7a;
    font-size: 15px;
    
    
}
.item-grup{
    display: flex;
    flex-direction: row-reverse;
}
.footer-politik-item{ 
    flex: 1;              
    display: flex;
    gap: 10px;
    padding: 20px 10px;
    flex-direction: column;
    align-items: center;
    text-align: center;   
}

.fotter-title span{
color:#7a7a7a;
font-size: 12px;
font-weight: 700;

}
.footer-politik-item a{
    color:#7a7a7a;
    font-size: 15px;
    transition: all 0.5s; 
}
.footer-politik-item a:hover{
    color: var(--accent-color)
}
.fotter-title{
    color: var(--dark-text);
    font-weight: 700;
    font-size: 19px;
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.fotter-about{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 10px;
    flex: 1;
    
}
.time{
    display: flex;                
    gap: 8px;
    flex-direction: column;
    align-items: center;
    
}
.opti-blocks{
    padding: 23px 0px 23px 65px;
    position: relative;
}
.opti-imgs{
    width: 50px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    color: #eb3e32;
    text-align: center;
    border: 2px solid #eb3e32;
    position: absolute;
    top: 50%;
    left: 0px;
    transition: all 0.3s ease 0s;
    transform: translateY(-50%);
}
.opti-blocks .opti-imgs:before, .opti-blocks .opti-imgs:after {
    content: "";
    height: 2px;
    background: #eb3e32;
    position: absolute;
    top: -15px;
    left: 10px;
    right: 10px;
    transition: all 0.3s ease 0s;
}
.opti-blocks .opti-imgs:after {
    top: auto;
    bottom: -15px;
    left: 10px;
    right: 10px;
}
.opti-blocks:hover .opti-imgs:before {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.opti-blocks:hover .opti-imgs:after {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.fb-text{
    display: inline-block;
    vertical-align: middle;
}
.fb-text h5{
    font-size: 14px;
    font-weight: 500;
    color: var(--dark-text);
}
.fb-text span{
    color: #666666;
    font-size: 12px;
    font-weight: 500;
}
.bg-white{
    background-color: var(--white);
}
.position{
    flex-direction: row-reverse;
}
.section-contact{
    position: relative;
    padding: 140px 0;    
    overflow: hidden;    
    background-image:linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(image/graphics_header_678e5c3b384933.13069246.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page_title{
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 42px;
    margin-bottom: 20px;
}
.breadcrumb{
    display: flex;
    flex-wrap: wrap;
    background-color: transparent;
}
.breadcrumb li {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
   
} 
.breadcrumb li a{
 transition: all 0.3s ease-in-out;
  color: #fff;
}
.breadcrumb li a:hover{
    color: var(--accent-color);
}
.breadcrumb li:nth-last-child(1)::before {
    color: #ffffff;
    content: "/";
    margin: 5px;
} 
.section-map{
    overflow: hidden;
    margin-top: 35px;
}
.map{
    height: 420px;
    overflow: hidden;
}
.map iframe{
    height: 100%;
} 
.contact-inner-page{
    padding: 70px 0 35px;
}
.contact-wrapper{
    display: flex;
    flex-direction: column-reverse;
    gap: 50px;
}
.contact-form{
    flex: 2;
}
.contact-infa{
    flex: 1;
}
.contact-title{
    position: relative;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
}
.contact-title::before{
    content: "";
    position: absolute;
    background-color: var(--accent-color);
    width: 80px;
    height: 2px;
    bottom: 0;
}
.contact-inner{
display: flex;
flex-direction: column;
gap: 10px;
}
.contact-locations{
    padding-top: 12px;
}
.contact-inner-icon{
    width: 49px;
    height: 49px;
    background-color: #363f4d;
    border-radius: 100%;
    text-align: center;
    line-height: 49px;
    margin-right: 15px;
    color: #fff;
    font-size: 24px;
    transition: all 0.3s ease-in-out;
}
.contact-locations li{
   display: table;
    margin-top: 20px;
}
.contact-locations li p, .contact-locations li a{
    display: table-cell;
    vertical-align: middle;
    color: #7a7a7a;  
    transition: all 0.3s ease-in-out;
    word-break: break-all;
    
}
.contact-locations li:hover p, .contact-locations li:hover a{
color: var(--accent-color);
}
.contact-locations li:hover .contact-inner-icon{
 background-color: var(--accent-color);
}

.form-wrapper input,.form-wrapper textarea{
    border-radius: 0;
    border: 1px solid #cdcdcd;
    text-transform: capitalize;
    padding: 10px 15px;
    color: #000;
    width: 100%;
    height: auto;
    font-size: 14px;

}
.input-group_item-control,.textarea-group_item-control{
    border-radius: 0;
    border: 1px solid #cdcdcd;
    text-transform: capitalize;
    padding: 10px 15px;
    color: #000;
    width: 100%;
    height: auto;
    font-size: 14px;
    outline:none;
}
.form{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-form-check{
    display: flex;
    align-items: center;
    gap: 8px;
}
    .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: center;
    
    justify-content: space-between;
    margin-top: 20px;
}
.gallery-list {
    transition:all 3s ease 0s;
}
.gallery-box{
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.gallery-box img{
    height: 150px;
    width: 100%;
    object-fit: cover;
}
.gallery-link{
    position: absolute;
    top: 0;
    text-align: center;
    height: 100%;
    font-size: 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    transform: scale(0);
    line-height: 224px;
    right: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
}
.gallery-link i{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.gallery-box:hover a{
    transform: scale(1);
}
.good-block{
    display: flex;
    gap: 20px;
    flex-direction:  column-reverse;
}
.good-box{
    flex: 1;
    display: flex;
    gap: 20px;
    flex-direction: row;

}
.product-wrapper{
    flex: 1;
}
.good-inner{
    padding: 15px;
    border: 1px solid #cdcd;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.product-img{
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 380px;
}
.product-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}
.product-info{
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: space-around;
    flex: 1;
    
}
.product-wrapper:hover .product-img img{
    transform: scale(1.05);
}
.section-comment{
    overflow: hidden;
    position: relative;
    z-index: 1;    
    background-image:linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(image/renders_header_678e5c3bedca04.80564845.jpg);
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 70px 0;
}
.comment-item{
    border-left: 3px solid #fff;
    padding: 100px 0 100px 275px;
    position: relative;
}

.comment-item:before {
    border-top: 3px solid #fff;
    top: 0;
}
.comment-item::after {
    border-bottom: 3px solid #fff;
    bottom: 0;
}

.comment-item:before, .comment-item:after {
    content: "";
    width: 320px;
    height: 55px;
    border-right: 3px solid var(--white);
    position: absolute;
    left: 0;
}
.comment-img{
    max-width: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100px;
    padding: 3px;
    background: var(--white);
    border-radius: 50%;

}
.comment-img img{
    border-radius: 50%;
}
.comment-content{
    color: var(--white);
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.comment-content p{
    line-height: 24px;
}
.comment-content h2{
    font-size: 20px;
    font-weight: 500;
}
.comment-content h3{
    font-size: 16px;
    color: var(--accent-color);
    font-weight: 400;
}
.slider-comment .slick-track{
    display: flex;
    gap: 10px;
}
.product-info a h5{
    color: var(--dark-text);
    transition:all 0.3s ease-in-out;
}
.product-wrapper:hover .product-info a h5{
    color: var(--accent-color);
}
.rating i{
    color: #f7c633;
    margin: 0 1px;
}
.price{
    display: flex;
    color: var(--accent-color);
    gap:  7px;
    font-size: 16px;
    font-weight: 600;   
}
.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%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}
.page-img:hover img{
    transform: scale(1.05);
}
.page-product-title{
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 20px;
}
.page-product-infa .price{
    font-size: 24px;
}
.infa-product{
    color: #7a7a7a;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    padding: 25px 0 20px 0;
    margin: 25px 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.page-content{
    border: 1px solid #cdcdcd;
    margin-top: 5px;
    padding: 25px 35px 30px;
}
.page-content ul{
    list-style: square;
    margin-left: 2rem;
}
.page-content p{
    margin-bottom: 10px;
}
.code-product{
    display: flex;
    gap: 20px;
    color: #7a7a7a;
    font-size: 14px;
    align-items: center;
}
.infa-product p{
    display: flex;
    gap: 20px;
    align-items: center;
}

.related-good-block{
    display: flex;
    gap: 20px;
}
.related-products-item{
    flex: 1;
   height: 100%;
   width: 100%;
    display: flex;
   
    flex-direction: column-reverse;
}
.related-link{
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.related-link img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}
.related-info{
    flex: 1;
    padding: 20px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap:  20px;
    
    
}
.related-info h5{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}
.prod-box{
margin: 0 10px;
border: 1px solid #cdcdcd; 
}
.prod-box:hover .related-info h5{
 color: var(--accent-color);
}
.prod-box:hover .related-link img{
    transform: scale(1.05);
}
.slick-prev, .slick-arrow{
    position: absolute;
    top: -57px;
    
    margin: 0;
}
.slick-prev{
    right: 40px;
    left: auto;
}
.slick-next{
    right: 0;
}
.slick-prev:before, .slick-next:before{
    width: 34px;
    height: 34px;
    font-size: 30px;    
    line-height: 30px;
    color:  #363f4d;
    border-radius: 0;
    
}







 @media (max-width: 479px){
    .comment-img{
        position: static;
        float: none;
        margin: 0 auto;
        text-align: center;
        transform: inherit;
    }
    .comment-content{
        padding-left: 0;
        overflow: hidden;
        padding-top: 20px;
        text-align: center;
    }
    .comment-content h2,.comment-content h3{
        float: none;
        text-align: center;
    }
    .hero-text h1{
        font-size: 14px;
    }

 }
 @media (min-width: 576px){
            
        }

        @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;
            } 
            
            .header-min{
                display: none;
            }
            .hero-title{
                font-size: 26px;
            }

            .footer-img{
                gap: 10px;
            }
            .item-grup {
                flex-direction: column;
            }
            .opti-blocks{
            margin-bottom: 40px;
            }
            .page_title{
                font-size: 26px;
            }
            .breadcrumb li {
                font-size: 14px; 
            }
            .form-check-label{
                font-size: 12px;
            }
            .good-inner{
                flex-direction: column;
            }
            .good-box{
                flex-direction: column;
            }
            .page-content{
                margin: 0;
                padding: 18px 15px 25px;
            }
            .page-product-title{
                font-size: 20px;
            }
            .related-link {
                height: 250px;
            }
            .navbar{
                border-top: 1px  solid #dedede;
            }
           
            
           
            
        }
        @media (min-width: 768px){         

        }
        @media (max-width: 768px){         
        .header-min .row{
            flex-direction: column;
            gap: 10px;
            text-align: center;            
        }
        .header_list{
            justify-content: center;
        }
        .footer-cart{
            flex-direction: column;
            align-items: center;
        }
        .footer-white .col-md-4 {
            padding-bottom: 15px;
        }
        .grup-form{
            flex-direction: column;
            align-items: start;
        }
        .form-wrapper .col-md-4{
            margin-bottom: 20px;
        }
        .contact-title{
            font-size: 18px;
        } 
        .comment-item{
            padding: 20px;
        }
        .comment-item:before, .comment-item:after{
            width: 100%;
            height: 100%;
         }
         .section-page .row{
            gap: 20px;
        }
        
        
            
    }
         @media (min-width: 479px) and (max-width: 768px){
            .comment-img{
                position: static;
                float: left;
                transform: inherit;
            }
            .comment-content{
                padding-left: 20px;
                overflow: hidden;
            }
            .comment-content h2,.comment-content h3{
                float: right;
                text-align: right;
            }
            .hero-text h1{
            font-size: 20px;
        }

         }
        @media (min-width: 768.99px) and (max-width: 991.99px){
             .comment-item{
                padding: 80px 0 80px 195px;
            } 
            .comment-item:before, .comment-item:after{
                width: 270px;
            }
            .comment-img{
                left: 50px;
            }
            .page-product-title{
                font-size: 24px;
            }

        }
         @media (min-width: 574.99px) and (max-width: 991.99px){
           .opti-blocks{
            margin-bottom: 50px;
            }
            .hero-title{
                font-size: 30px;
            }
            .page_title{
                font-size: 30px;
            }
            .good-inner{
                flex-direction: row;
            }
            .product-img{
                flex: 1;
                
            }
            .good-block{
                flex-direction: column;
            }
            .good-box{
                flex-direction: column;
            }
           
         }
        @media(min-width: 991px){
           .text-menu{
            display: none;
           }
        }
        @media(max-width: 991px){
            .dropdown-menu{
                border: none;
                background-color: #fffaf6;
                
            }
            .nav-item:not(:last-child),.dropdown-item:not(:last-child),.offcanvas-header{
                border-bottom: 1px solid #dedede;
            }
            .nav-link{
                padding: 13px 0;
            }
            .footte-list{
                flex-direction: column;
             }
             .contact-wrapper{
                flex-direction: column-reverse;
             }
             .section-contact{
                padding: 55px 0;
             }
             .product-img{
                height: 300px;
                
            }
            .intro{
                height: 400px;
            }
            .hero-text {
               
                
                text-align: center;
            }
             
            
        }
       



        @media(max-width: 1024px){
           


        }
        @media(min-width: 1200px){
            .good-block{
              flex-direction:  column-reverse;
            }
           
        @media(max-width: 1200px){
            .nav-link{
                font-size: 18px;
            }
           

        }
