@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Staatliches&display=swap');

body{
    
    direction: ltr;
    font-family: 'Archivo', sans-serif !important;
     
}
.input-formrowblock{
    margin: 13px 0px;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.textarea-formrowblock{
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
    width: 100%;
    font-size: 1rem;
}
img{
    max-width: 100%;
}
p{
    padding: 0;
    margin: 0;
}
address{
    margin: 0;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
}
a{
    text-decoration: none;
    color: inherit;
}
ul{
list-style: none;
margin: 0;
padding: 0;
}
.listing-add{    
    display: none;
    color: #3b4d55;;
    font-weight: 600;
    font-size: 17px;    
    margin: 2em 0.5em 1em;
    padding: 10px 15px;
    border: 2px solid #46b450;

}
.title-page{
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}
.content-box p{
  margin-bottom: 10px;
  text-indent: 3ch;
}
.content-box h1{
    font-weight: 700;
    text-align: center;
    margin-bottom:  20px;
}
.content-box h2{
    font-weight: 600;
    text-align: center;
    margin-bottom:16px ;
}

.section-body{
    width: 100%;
    background-color:#00000005;
}
.page-wrap{
    background: #ffffff;
    max-width: 1200px;
    margin: 0 auto;
   
}
.main-header{
    margin-bottom: 25px;
}
.navbar{
    background-color: #060606;   
    min-height: 48px;
    padding: 0;
       
}



.nav-link{
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;   
    padding: 10px 15px;
}
.nav-link:hover,.nav-link:focus{
background-color: #ff4444;
color: #ffffff;

}
.collapse{
    justify-content: center;
}
.navbar-toggler {
    fill: #ffffff;
    transition: all 0.25s;
    height: 48px;
    padding-left: 15px;
    padding-right: 15px;
    border: none;
}
.navbar-toggler:hover{
    background-color: #ff4444;
    border: 0;
    border-radius: 0;
}
.nav-link:focus{
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    color: #101010;
}
.navbar-toggler:focus{
    box-shadow:none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    background-color: #ff4444;
    outline: 5px auto -webkit-focus-ring-color;   
    color: #101010;
}

.nav-link:focus-visible{
    box-shadow:none;
}
.dropdown-menu{
    background-color: #eac8af;
}
.logo-wrap{
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
}
.logo-link{
    display: flex;
    align-items: center;           
    gap: 20px;  
   justify-content: center;
        
}

.logo-link span{
    font-size: 40px;
    padding: 10px;
    color: #ffffff;
    background-image: linear-gradient(90deg, #ff4444 50%, #060606 50%);;
}
.footer-logo{
    display: flex;
    align-items: center;           
    gap: 20px;    
    justify-content: left; 
}
.logo-title{
color: #ff4444;
font-size: 12px;
padding: 0;
 background-image:none
}
.footer-logo img{
width: 20px;
height: 20px;
}
.secondary-bar {
    border-top: 1px solid #343334;
    border-bottom: 1px solid #343334;
    box-sizing: border-box;
    position: relative;
}
.footer{
    color: #b0b0b0;    
    background-color: #060606;
    
}
.footer-bottom{
    border-top: 1px solid #b0b0b0;
    padding: 28px 0;
}
.container-bottom{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.blok-footer{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.blok-footer a{
    font-size: 12px;
}
.blok-footer a:hover{
    color: #ff4444;
}
.footer-top{
    padding: 35px 0 7px 0;
}

.title{
    line-height: 35px;
    background: #343334;
    margin-bottom: 28px;
}
.title span{
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    background: #ff4444;
    padding: 0 30px;
    line-height: 35px;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
}
.title span:before {
    content: "";
    width: 1px;
    height: 1px;
    position: absolute;
    left: 100%;
    top: 0;
    border-top: 36px solid #ff4444;
    border-right: 20px solid transparent;
    border-bottom: 0;
    border-left: 0;
}
.tuge-wty span{
    background: #343334;
    color: #b0b0b0;
    padding: 0px 14px;
    display: inline-block;
    margin: 0px 7px 7px 0px;
    font-size: 14px;
}
.tag:hover{
    background: #ff4444;
    color: #ffffff;
}

.input-footer{
    padding: 4px 14px;
    color: #dbdfe4;
    border: 1px solid #707070;
    background: transparent;
    border-radius: 0;
    width: 100%;
}
.footer-list{
    display: flex;
    gap: 20px;
}
.footer-wraps{
    flex: 1;
}
.category-grid{
    display: grid;
    grid-gap: 8px;
    grid-template-columns: repeat(3,3fr);
}
.grid__item{
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
}

.grid_img{    
    border-radius: 1px;
    object-fit: cover;
    
}

.grid__item::after,.grid__item::before{
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.6s ease-in-out;
}
.grid__item:hover:before {
    left: 50%;
    right: 50%;
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
}
.grid__item:hover:after {
    bottom: 50%;
    top: 50%;
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
}
.big-margin{
    margin-bottom: 25px;
}

.gallery-list{
    
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
    
}
.big-picture{
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 2;
    float: left;
}
.big-picture img{
    object-fit: cover;
 border-radius: 1px;
 
}
.grup-picture{
    flex: 1;
    display: flex;
    gap: 20px;
}
.sm-picture img{
  
     border-radius: 1px;
    object-fit: cover;
}
.sm-picture{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.picture-wrapper{
    display: flex;    
    justify-content: center;
    height: 100%;
   
}
.picture-hover{
  position: relative;
}
.picture-hover::after,.picture-hover::before{
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.6s ease-in-out;
}
.picture-hover:hover:before {
    left: 50%;
    right: 50%;
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
}
.picture-hover:hover:after {
    bottom: 50%;
    top: 50%;
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
}
.tag-list{
position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    line-height: 1.75em;
    margin-right: 30px;
}
.tag-list span{
    background: #ff4444;
    color: #ffffff;
    padding: 0px 9px 0px 10px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}
.title-wrap{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
        transition: all 0.35s;
}
.title-wrap h5{
    padding: 10px 15px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5em;
    font-weight: 700;
    color: #ffffff;
    font-size: 12px;
}
.wrapper-blog{
    width: 100%;
    display: flex;
    gap: 20px;  
    flex-direction:  row;
}
.blog-main{
    width: 75%;
}
.sidbar{
    width: 25%;
    display: flex;
    flex-direction: column;
    margin-bottom: 31px;
    gap:  31px;
    
}
.blog-item{
    display: flex;
    gap: 20px;
    flex-direction:  column;
    
}
.box-item{
    width: 100%;
    display: flex;
    gap: 20px;
    flex-direction: column;
    padding: 20px;
    align-items: center;
}
.content-img{
    display: flex;
    align-items: center;
    justify-content: center;
  
}
.content-img img{
   object-fit: cover;
     border-radius: 1px;
  
}
.content-wrapper{
    display: flex;
    gap: 15px;
    flex-direction: column;
}
.content-wrapper h3{
    font-size: 24px;
    font-weight: 700;
}
.cotent-tex{
    font-size: 16px;
}
.infa-blog{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.post-meta{
    display: flex;
    gap: 50px;
    justify-content: start;
    flex-direction: row;

}
.post-meta span{
    color: #b0b0b0;
    font-size: 12px;
    letter-spacing: 0.5px;
    white-space: nowrap;
}
.date{
    display: flex;
    gap: 5px;
    align-items: center;
}
.comment{
    display: flex;
    gap: 5px;
    align-items: center;
}
.h5 span{
    font-size: 12px;
    font-weight: 700;
}
.category-blok span{
    padding: 2px 14px;
    background: #ff4444;
    color: #ffffff;
    display: inline-block;
    margin: 0px 7px 7px 0px;
}
.category-blok span:hover {
    background: #343334;
    color: #ffffff;
}
.commentators-list{
    display: flex;
    flex-direction: column;
    gap:  25px;
}
.commentators-item{
display: flex;
align-items: center;
gap: 15px;
}
.commentators-item img{
width: 70px;
height: 70px;
border-radius: 50%;

}
.commentators-item h3{
    font-size: 16px;
    font-weight: 600;
}
.commentators-item p{
    font-size: 14px;
    text-transform: uppercase;

}
.subscription-tex{
    font-weight: 600;
    margin-bottom: 28px;
    font-size: 16px;
}
.position-img{
    float: right;
} 
.page-imege{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px;
    position: relative;
 } 
.page-imege img{

 object-fit: contain;
 border-radius: 1px;
} 
.page-title{
    font-weight: 700;
    color: #393939;
    line-height: 1.25em;
    font-size: 36px;
}
.page-content p{
 margin-bottom: 10px;
  text-indent: 3ch;
} 
.price{
    display: flex;
    color: #ff0000;
    justify-content: start;
    gap:  9px;
    font-size: 20px;
    font-weight: 600; 
}
.box-order{
    padding: 50px 0 50px;
    margin-left: auto;
    margin-right: auto;
    background-image:linear-gradient( to right, rgba(47, 48, 58, 0.3), rgba(47, 48, 58, 0.3) ), url(image/photo_header_67ea4fce6e1998.38115819.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: aliceblue;
    margin:30px 0 30px;
     box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.box-phone{
    
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    
}
.box-phone a{
    color: #ffffff;
}
.form-input{
    display: flex;
    flex-wrap: wrap;
    gap:  13px;
    flex-direction: column;
    
}
.page-input{
  padding: 14.5px 26px;
    font-size: 16px;
    line-height: 24px;
    color: #6b6768;
}
.box-form{
    
    padding: 10px;
    margin:30px 0 30px;
}
.blog-navigation{
    padding: 30px 0;
    border-top: 1px solid #e1e1e1;
     border-bottom: 1px solid #e1e1e1;
}
.blog-navigation img{
width: 70px;
height: 70px;
object-fit: cover;
    border: 2px solid #ff0000;
border-radius: 50%;


}
.navigation-link{
    display: flex;
    gap: 15px;
    align-items: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #393939;
    
}
.navigation-link i{
    font-size: 20px;
}
.blog-navigation{
    display: flex;
    justify-content: space-between;

}
.comment-page{
    
    margin-bottom: 30px;
    padding-bottom: 20px;
     border-bottom: 1px solid #e1e1e1;
     background-color:  #00000005;
     
}
.compose-wrapper{
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    align-items: flex-start;
}
.form-avatar{
    padding: 10px;
    border: 1px solid #ff0000;
   border-radius: 50%;
    display: inline-block;
    background: #ff0000;
}
.form-avatar i{
    font-size: 20px;
    color: #FFFFFF;
}
.textarea{
    overflow: auto;
    overflow-wrap: break-word;
    max-height: 350px;
    width: 100%;
    border-radius: 16px;
    min-height: 115px;
    font-size: 15px;
    padding: 20px;
   background: #fff;
    border: 2px solid #dbdfe4;
}
.page-input{
    border-radius: 16px;
    background: #fff;
    border: 2px solid #dbdfe4;
    font-size: 15px;
}
.grup-input{
    display: flex;
   gap: 20px;
}
.grup-button{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.com-add{
    display: none;
}
.comment-page .title{
    padding: 0;
}
.comment-title{
    margin-bottom: 28px;
}
.title-com{
    text-align: center;
    font-weight: 700;
    padding: 0 10px 0 10px;
    font-size: 20px;    
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.form-check-label{
    margin-left: 5px;
}
.hiding{
    display:  inline-block;
}
.commentators-item h3{
    margin-bottom: 15px;
}
.comment-page .commentators-item{
    padding: 0 10px 10px;
 flex-direction:  column;
 
} 
.comment-page .commentators-item p{
        text-transform: inherit;
}
.news-list{
     display: flex;
    flex-wrap: wrap;
}
.news-item{
    display: flex;
    gap: 5px;
    width: 100%;
    padding: 0 5px 0;
    align-items: center;
    padding-top: 6px;
    padding-bottom: 7px;
    color: #101010;
    border-top: 1px solid #eee;
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.news-item:first-child{
    border-top:none
}
.news-item:hover{
    background: #ff0000;
    color: #ffff;
}
.form-contact{
    display: flex;
    justify-content: center;
    
    flex-direction: row;
    gap: 21px;

}
.img-contact{
    flex: 1;
    padding: 10px;
}
.form-box-contact{
    flex: 1;
    
   
}
.formBox{
    padding: 0 10px 0 10px;
}
.img-contact img{
        
border: none;            
border-radius: 0;
box-shadow: none;

} 
.map-box{
    padding-bottom: 30px;  
    border-bottom: 1px solid #e1e1e1; 
}
iframe {

max-height: 800px;
}
.contact{
    background-color:  #00000005;
}
.contact-page{
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}
.address{
   
     padding-bottom: 30px;
     border-bottom: 1px solid #e1e1e1;
   
}
.address_list{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: column;
   
    justify-content:  center; 

}
.address_title{
    font-weight: 600;
   
}
.address_item{
border-radius: 5px;
display: flex;
gap: 20px;
background-color: #ffff;
flex-direction: column;
box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
padding:  30px;
transition: 0.3s; 
word-break: break-word;
 
}
.address_item:hover{
    transform: scale(1.03);
    
   
}
.wpapper_blok{
display: flex;
 gap:  30px; 
 flex-direction: column;
}
.avatar {
    display: flex;
    justify-content: center;
    align-items: center;
   
}
.avatar img{
width: 138px;
height: 138px;
border-radius: 50%; 
}
.about{
  display: block;
}
.about-wrapper{
    display: flex;
    flex-direction: column;
    gap: 20px;
  
}
.about-wrapper h3{
    text-align: center;
    font-size: 19px;
    font-weight: 700;
}
.about-wrapper p{
    font-size: 16px;
     text-align: center;
}
.flex{
    display: flex;
    flex-direction: column;
     gap:  31px;
}
.blog-list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

@media(max-width:575px){
     button{
        width: 100%;
    }
    .nav-link,.dropdown-item{
        font-size: 14px;
    }
   
    .navbar-toggler{
        width: auto;
    }
    .logo-link span{
        font-size: 27px;
    }
    .sm-picture{
        flex-direction: column;
    }
    .page-imege img {
        height: 100%;
       
    }
    .sizePicture{
        width: 100%;
    }
    .blog-navigation img{
        display: none;
    }
    .navigation-link{
        font-size: 10px;
        
    }
    .box-checbox{
        font-size: 10px;
    }
    .link-nex{
        text-align: end;
    }
    .page-title{
        font-size: 30px;
    }
    
}
@media(max-width:768px){
    .container-bottom{
        align-items: center;
        flex-direction: column;
        gap: 20px;

    }
    .navigation-link{
        font-size: 12px;
        gap: 5px;
    }
    .grup-input{
        flex-direction: column;
    }
    .grup-button{
        flex-direction: column;
        gap: 15px;
        align-items: start;
    }
    .address_list{
         flex-direction: column;
    }
    .address_item{
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 30px 5px 30px 5px;
    }

}

@media(max-width:991.99px){
.navbar-collapse{
 border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    border-color: #101010;
}
.dropdown-menu{
    background: transparent;
    border: none;
}
.dropdown-item{
    color: #ffff;
    white-space: break-spaces;
}
.navbar-nav {
    margin: 7px;
}
.footer-list {
    flex-direction: column;
}
.gallery-list{
    flex-direction: column;
}

.wrapper-blog{
    flex-direction: column;
} 
.blog-main{
    width: 100%;
}
.sidbar{
    width: 100%;
} 

.form-contact{
    flex-direction: column;
}
.page-title{
    text-align: center;
}
.page-imege img{
    height: 100%;
}
.page-imege{
    margin: 0 0 15px 0;
}
}
@media screen and (min-width: 575px) and (max-width: 991.99px){
   .sm-picture{
    flex-direction: row;
}
}
@media screen and (min-width: 991.99px) and (max-width: 1199.99px){
    .h5 span{
        font-size: 10px;
    }

}
@media(max-width:1199.99px){
    
    .blog-item{
        flex-direction: column-reverse;
    }

}