@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Staatliches&display=swap');

:root {
  --white: #fff;
  --black: #000;
  --accent-color: #7dd1e1;
  --dark-text:   #313131;
  
  --white-section:#f5f5f5;

  
}

.main-section{
    padding: 82px 0 62px;
   
}
.section-padStaty{
    padding: 82px 0 200px;
}
.section-contact{
    padding: 82px 0 200px;

}
.section-1{
    padding: 62px 0 82px;
     background: var(--white-section);
}
.section-servis{
    padding: 82px 0;
    background: var(--white-section);
}
.section-blog{
    padding: 0 0 62px;
}
.section-form{
    padding: 62px 0 42px 0;
    background: var(--accent-color);
}
.section-galeri{
    
    background-color: #f5f5f5;
    margin-bottom: -280px;
    padding: 0 0 360px;
}


.title{
    color: var(--accent-color);
    font-size: 24px;
    font-weight: 900;
    text-transform: inherit;
    letter-spacing: 4px;
    margin-bottom: 10px;
}

.hero-section-r4 {
  position: relative;
  height: 100vh;
  overflow: hidden;
  color: white;
}

/* Карусель */
.carousel-wrapper-r4 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.carousel-track-r4 {
  display: flex;
  width: 200%;
  height: 100%;
  transition: transform 1s ease-in-out;
}

.slide-r4 {
  flex: 0 0 80%;
  background-size: cover;
  background-position: center;
  height: 100%;
}

/* Затемнение поверх фона */
.hero-section-r4::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

/* Текст */
.hero-text-r4 {
  position: relative;
  z-index: 3;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 20px;
}

.hero-text-r4 h1 {
  font-size: 3rem;
  margin: 0 0 10px;
}

.hero-text-r4 p {
  font-size: 1.5rem;
}

/* Навигация */
.navbar-r4 {
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
}

.logo-r4 {
  font-size: 1.5rem;
  font-weight: bold;
}

.nav-links-r4 {
  list-style: none;
  display: flex;
  gap: 20px;
}

.nav-links-r4 li a {
  color: white;
  text-decoration: none;
  font-size: 1rem;
}
.privacy-box p{
  margin-bottom: 10px;
  text-indent: 3ch;
}
.privacy-box h1{
    font-weight: 900;
    text-align: center;
    margin-bottom:  27px;
}
.privacy-box h2{
    font-weight: 600;
    text-align: center;
    margin-bottom:15px ;
}


.header__logo{
color: var(--accent-color);
font-size: 22px;
align-items: center;
text-align: left;
gap: 20px;
 transition: all 0.4s;
}
.header__logo:hover{
color: var(--accent-color);
}
.header__logo img{
width: 47px;
height: 47px;
}
body{
    direction: ltr;
    font-family: 'Merriweather Sans', sans-serif !important;
    font-size: 16px;
    margin: 0;
    padding: 0px;
    color: #5c5959;
}
h1,
h2,
h3,
h4,
h5,
p{
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
    color: inherit;
}
a:hover{
    color: var(--white);
}
img{
max-width: 100%;
}

ul{
    margin: 0;
    padding: 0;
}
.flex{
    display: flex;
}
.navbar-custom{
    background-color: transparent;   
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
    height: 82px;
    padding: 0;
   
   
}
.nav-sticky {   
    height: 60px;
    border-top: 2px solid #ececec; 
    border-bottom: 2px solid #ececec;  
    background: var(--white);
    transition: .4s;
    z-index: 4;
    padding: 0;
}
.navbar-custom .nav-link{
    color: var(--white);
    line-height: 80px;
    padding: 0;
}
.nav-sticky .nav-link{
    font-size: 16px;
    font-weight: 600;
    color: var(--dark-text);
    line-height: 58px;
    padding: 0;
}
.nav-link{
   transition: .4s; 
}
.nav-item:hover .nav-link,.nav-item:focus .nav-link,.nav-item:active .nav-link{
    color: var(--accent-color);
}
.navbar-toggler{
    color: #313131;
    font-size: 22px;
    border: none;
    display: flex;
    gap: 14px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
   

}
.navbar-toggler:focus{
     box-shadow:none
}
.mob-logo{
    position: relative;
    padding: 0 20px 20px;
}
.mob-logo::before{
    content: "";
    width: 60px;
    height: 2px;
    background: var(--accent-color);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -32px;
}
.dropdown-item a{
    white-space: break-spaces;
    transition: .2s;
    
}
.dropdown-item:hover.dropdown-item a{
    color: var(--accent-color);
}
 

.hero-bg{
    background-image: linear-gradient( to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(assets/images/hero-bg_2025-06-29_10-16-060.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.hero-section{
    
    padding: 300px 0 270px;    
   
}

.hero-content{
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 20px;
    color: var(--white);
}
.hero-content h3{
    font-size: 18px;
    font-weight: 600;
    text-transform: inherit;
    letter-spacing: 4px;
}
.hero-content h1{
    font-weight: 600;
}
.hero-button{
    display: flex;
    gap: 20px;
    justify-content: center;
}
.hero-contact{
    background-image: linear-gradient( to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(bg/icons_header_6867a9f1276c41.36476549.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;

}
.hero-contact-section{
    padding: 160px 0 210px;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
}
.hero-contact-title{
    color: var(--white);
    text-align: center;
    font-size: 46px;
}
.footer{
    position: relative;
    
     background-color: #0a1b16;
    padding: 32px 0 20px;
}
  .footer:before {
    content: "";
    position: absolute;
    top: 0;
    height: 2px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    background:#4a4a4a;
   
}
.privacy-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;   
    flex-wrap: wrap;
    gap: 10px;
}
.privacy{
   color: #999;
    transition: all 0.4s;
}
.privacy:hover,.privacy:focus{
    color: var(--accent-color);
}
.contact-wrapper{
    width: 100%;
    display: flex;
    gap: 15px;
    flex-direction: column-reverse;
}
.contact-form-wrapper{
    flex: 1;
}
.contact-box{
    height: 100%;
    width: 100%;
    padding: 15px;
}
.contact-form-box{
    display: flex;
   flex-direction: column;
    gap: 20px;
}
.contact-form-box span{
    font-size: 12px;
}
.contact-form-title{
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: center;
    align-items: center;
}
.contact-form-check{
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.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: 4px;
}
.contact-form{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contact-form-name-box{
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.contact-form-item input{
    padding: 15px 20px;
    max-width: 100%;
    border: 2px solid #dedede;
    font-size: 14px;
    width: 100%;
    font-weight: 600;
    max-height: 50px;
    background: 0 0;
    outline: none;
    box-sizing: border-box;
}
.contact-form-item input::placeholder,.contact-form-textarea textarea::placeholder{
    font-size: 10px;
}
.contact-form-textarea textarea{
    padding: 15px 20px;
    border: 2px solid #dedede;
    width: 100%;
    height: 120px;
    font-size: 14px;
    color: #313131;
    line-height: 20px;
    font-weight: 600;
    outline: none;
    box-sizing: border-box;
}

.contact-adress-wrapper{
    flex: 1;
}
.contact-adress-box{
    
    background-image: linear-gradient( to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(bg/thumbnails_header_6867a9f1276df7.00866606.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.contact-adress{
    padding: 20px;
   
    width: 100%;
    height: 100%;
   

}
.contact-adress-box h3{
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--white);
}
.contact-list{
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.contact-item{
    list-style: none;
    line-height: 32px;
    color:var(--white);
    margin-left: 0;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}
.contact-item a{
    color: inherit;
    word-break: break-all;
}
.section-form .title{
    color: #fff;
    text-align: center;
    margin-bottom:  35px;
}

.contact-icon{
    flex: 1;
   overflow: hidden;
    display: flex;
    align-items: center;
    gap: 8px;
}
.contact-icon i{
    font-size: 12px;  
    
    padding-left: 2px;
}
.adtes-title{
    position: relative;
}
.adtes-title::before{
    content: '';
    border-top: 2px dotted;
    position: absolute;
    bottom: 20%;
    left: 100%;
    margin-left: 10px;
    width: 2000px;
    opacity: .7;
}
.section-map{
    background-image: linear-gradient( to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(bg/renders_header_6867a9f1276e59.91817130.jpg);
    background-size: cover;
    background-position: top center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 2px 0 80px;
}
.map-box{
    margin: -120px 0 0;
    height: 500px;	
    width: 100%;
}
iframe{
    height: 100%;
    width: 100%;
    border: 0;
}



.section-about{
    margin-top: -90px;
    margin-bottom: 0;
    padding: 0;
}
.about-wrapper{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction:  row-reverse;
}
.about-img{
    flex: 1;
    display: flex;
    align-items: center;justify-content: center;
}
.about-img img{
    object-fit: cover;
    height:100%;
    max-width: 100%;
}
.about-box{
flex: 1;
}
.about-infa{
    height: 100%;
    width: 100%;
    background-color: #f5f5f5;
    padding: 60px;
    display: flex;
   flex-direction: column;
    gap: 20px;
}
.tetle-about{
    font-size: 48px;
    font-weight: 600;
    color: #111;
    line-height: 1.3;
    text-align:  right;
}
.elementor-row{
    display: flex;
    flex-wrap: wrap;
}
.element{
    flex: 1;
}
.element-img{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.element-img img{
    object-fit: cover;
    height:100%;
    max-width: 100%;
    transition: all .3s ease 0s;
    box-shadow: 0 0 32px 0 rgba(0,0,0,.15);
    filter: brightness( 100% ) contrast( 100% ) saturate( 66% ) blur( 0px ) hue-rotate( 0deg );
}
.element-img:hover.element-img img{
   transform: scale(1.05);
}

.pozition{
    width: 100%;
    height: 100%;
    margin: 60px 0 0 -60px;
}
.element-text-box{
    padding: 0 0 0 52px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.servis-wrapper{
    display: flex;
    flex-direction: column;
    gap: 32px;
    text-align: center;
}
.servis-wrapper p{
    font-size: 16px;
    line-height: 1.5em;
    max-width: 510px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.servis-box{
    display: flex;
    gap: 20px;
      flex-direction: column;    
}
.servis-item{
    flex: 1;
    display: flex;
    gap: 20px;
    flex-direction: row;
}
.servis-item-element{
    flex: 1;
    height: 100%;
    width: 100%;
    
}
.carton{
    height: 100%;
    width: 100%;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
}
.servis-img{
    flex: 1;
    
    height: 380px;
    width: 100%;
    
    display: flex;
    align-items: center;
    justify-content: center;
}
.servis-img img{
  object-fit: cover;
    height: 100%;
    width: 100%;
}
.servis-text{
    display: flex;
    align-items: center;
    flex: 1;
    
}
.servis-text-wrapper{ 
   
    padding: 40px;
    margin: 0 0 0 -60px;

    background-color: #fff;
    box-shadow: 0 0 32px 0 rgba(0,0,0,.15);
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    justify-content: center;
    width: 100%;
}
.servis-title{
    color: #111;
    font-weight: 600;
    font-size: 24px;
     transition: all .3s ease 0s;
}
.servis-title:hover,.servis-link:hover{
    color: var(--accent-color);
}
.servis-link{
    color:  #111;
     transition: all .3s ease 0s;
}
.blogs-wrapper{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 10px;
}
.blog-wrapper{
    display: flex;
    gap: 60px;
    flex-direction: column;
}
.blog-item{
    flex: 1;
    display: flex;
    gap: 32px;
    flex-direction: column-reverse;
}
.blog-element{
flex: 1;
}
.blog-box{
display: flex;
flex-direction: column;
text-align: left;
gap: 15px;
}
.thumb-img{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .3s;
    height: 380px;
    
}
.thumb-img:hover{
    opacity: .85;
}

.thumb-img img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.heder-blog{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-bottom: 17px;
   
}
.heder-blog::after{
    position: absolute;
    left: 0;
    margin-left: 0;
    right: auto;
    background-color: var(--accent-color);
    width: 60px;
    height: 2px;    
    bottom: 0;
    content: "";
}
.categorys{
    font-weight: 900;
    font-size: 12px;
    color: var(--accent-color);
}
.blog-title a{
    font-size: 30px;
    text-transform: none;
    letter-spacing: 0;
    color: var(--dark-text);
    transition:  color .3s;
}
.blog-title a:hover{
    color: #888;
}
.meta-blog{
    display: flex;
    gap: 10px;
}
.meta-blog span{
    color: #888;
    font-size: 14px;
}

.meta-element::after{
  
   content: "";
    width: 2px;
    height: 10px;
    background: #dedede;
    margin: 0 8px 0 10px;
    border-right: 2px solid;
    background: 0 0!important;
    opacity: .6;
    display: inline-block;
}
.blog-tex{
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.8;
    width: 100%;
    max-width: 100%;
}
.blok-reasons{
    display: flex;
}
.reason-item{
    flex: 1;
}
.reason-item:hover .reason-icon{
transform: scale(1.1);
}
.reason-color{
    padding: 62px 20px;
    background-color: #f5f5f5;
    display: flex;
   flex-direction: column;
   align-items: center;
    gap: 20px;
    justify-content: center;
    text-align: center;
    height: 100%;
    width: 100%;

}
.reason-text{
    font-size: 21px;
    font-style: italic;
    letter-spacing: 0px;
    color: #111;
    font-weight: 600;
}
.reason-icon{
    background-color:var(--accent-color);
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 0.5em;
    transition: all .3s;
   
}
.reason-icon i{
 font-size: 30px;
 color: var(--white);
}
.bi{     
    height: auto; 
}
.reason-bg{
    background-image: linear-gradient( to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(bg/graphics_header_6867a9f1276ea2.18780904.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.reason-bg >.reason-color{
    background-color: transparent;
}
.reason-bg >.reason-color >.reason-text{
    color: var(--white);
}
.stats-list{
    display: flex;
    gap: 20px;
    flex-direction: row-reverse;
}
.stats-item{
    flex: 1;
    
}
.stats-item:hover .stats-img img{
transform: scale(1.05);
}
.stats-img{
    width: 100%;
    height: 100%;
    padding: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.stats-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}
.stats-apdayt{
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    margin-top: 20px;
    gap: 10px;
}
.stat-box{
    
    padding: 32px;
    text-align: center;
}
.stat-title{
    color: #111;
    font-size: 35px;
    font-weight: 600;
    text-transform: inherit;
}
.stat-box p{
    color: #666;
    font-size: 16px;
    line-height: 1.5em;
   
    margin-top: 20px;
}
.numbers-blok{
    display: flex;
    flex: 1;
    gap: 10px;
}
.number{
    flex: 1;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 4px;
    flex-direction: column;
    border: 1px dashed #7dd1e1;
}
.number-count{
    color: var(--accent-color);
    font-weight: 300;
    font-size: 69px;
    line-height: 1;

}
.number p{
    font-style: italic;
    color: #54595f;
    font-size: 16px;
    line-height: 2.5;
}
.form-wpapper{
    display: flex;
    gap: 20px;
    flex-direction: row-reverse;
}
.form-element{
    flex: 1;
}
.input-custom_holder_control{
 padding: 15px 20px;
    max-width: 100%;    
    border: 2px solid #dedede;
    font-size: 14px;
    width: 100%;
    font-weight: 600;
    max-height: 50px;
    background: #fff;
    outline: none;
    box-sizing: border-box;
    

}
.textarea-custom_holder_control{
    padding: 15px 20px;
    border: 2px solid #dedede;
    width: 100%;
    height: 120px;
    font-size: 14px;
    color: #313131;
    line-height: 20px;
    font-weight: 600;
    outline: none;
    box-sizing: border-box;
    background: #fff;

}
.form-wr{
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: #f5f5f5;
    border-radius: 2px;
}
.form-element .contact-adress-wrapper{
    height: 100%;
    width: 100%;
}
.form-element .contact-adress{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.workingh{
    display: none;
}
.opening-hours{
    padding: 20px;
    background-color: #f5f5f5;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    gap: 20px;

}
.opening-hours p{
    font-size: 18px;
    
}
.penci-workingh-item{
    margin-bottom: 10px;
    line-height: 32px;
    color: #666;
    margin-left: 0;
    font-size: 15px;
    display: flex;
}
.penci-workingh-line1{
    display: flex;
    gap: 10px;
    width: 100%;
    height: 100%;
}
.penci-icontitle{
    flex: 1;
    overflow: hidden;
}
.penci-listitem-hours{
        font-size: 16px;
}
.penci-listitem-title{
    position: relative;
    font-weight: 600;
}
.penci-icontitle i{
    color: var(--accent-color);
     font-size: 14px;
    padding-right: 10px;
    padding-left: 2px;
}
.penci-listitem-title::before{
    content: '';
    border-top: 2px dotted;
    position: absolute;
    bottom: 20%;
    left: 100%;
    margin-left: 10px;
    width: 2000px;
    opacity: .7;
}

.price-wrapper{
    color: #888;      
   border: 2px solid #dedede;
   justify-content: center;
    margin-top: 32px;
   padding: 10px;  
   
    gap: 10px;
    font-weight: 600;
    font-size: 21px;
    
    transition: .4s;
}
.price-wrapper:hover{
    background: var(--accent-color);
    color: var(--white);
    border-color: var(--accent-color);
}

.title-main{
    font-size: 35px;
   margin-bottom: 34px;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
}	

.page_tex{
    text-align: start;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 16px;
}
.page_tex p{
    margin-bottom: 10px;
    text-indent: 3ch;
}
.page_tex ul,ol{
    list-style: inside;
}


.kartink-list{
    display: flex;
    gap: 15px;
    flex-direction:  row-reverse;
}
.kartink{
    margin-top: -120px;
    margin-bottom: 0;
}
.picturs{
    flex: 1;
   
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.big-pict{
    position: relative;
}
.titl-gallery{
    position: absolute;
    background: transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    text-align: center;
    color: var(--white);
}
.titl-gallery h3{
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: 600;
}
.picturs img:hover,.pictur img:hover,.pictur-grup-element img:hover{
transform: scale(1.05);
}
.picturs img,.pictur img,.pictur-grup-element img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.4s;
   
}
.big-pict img{
    filter: brightness( 50% ) contrast( 100% ) saturate( 66% ) blur( 0px ); 

}
.picturs-wrapper{
    width: 100%;
    height: 100%;
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.pictur{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    overflow: hidden;
}

.pictur-grup-element{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.main-section .row{
    display: flex;
}

.main-section .core__title{
    margin-bottom: 32px;
}



.main-block .stat-title{
    margin-bottom:  35px;
}

.tags{
    border-top: 2px solid #dedede;
    border-bottom: 2px solid #dedede;
    text-align: center;
    padding: 15px 0;
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
}
.comment-icon{
    display: flex;
    align-items:center;
    gap: 10px;
    color: #888;
}
.comment-icon::after{
    content: "";
    display: inline-block;
    width: 2px;
    height: 12px;
    margin: 4px 6px 0 20px;
    vertical-align: top;
    border: none;
    background-color: #dedede;
}
.comment-icon-grup{
     display: flex;
    align-items:center;
    gap: 10px;
    color: #888;
}
.blok-comment{
    padding: 32px 0 32px;
    display: flex;
    gap: 20px; 
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
     
}
.comment-element{
    padding: 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
    
}
.comment-text{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.comment-text_icon{
   display: flex;
   justify-content: center;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto;
    width: 48px;
    height: 48px;
    font-size: 22px;
    line-height: 48px;
    font-size: 30px;
   
    border: 2px solid var(--accent-color);
    color: var(--accent-color);
}
.slider__item_star {
  font-size: 30px;
  color: var(--accent-color);
}
.avatar-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;

}
.avatar-box img{
width: 72px;
height: 72px;
border-radius: 0%;
display: none;
}
.avatar-box h3{
   font-size: 15px;
   font-weight: 600;
}
.com-add{
    display: none;
    margin-top: 47px;
}
.title-com{
    text-align: center;
    font-weight: 600;
    padding: 0 10px 0 10px;
    font-size: 18px;    
    letter-spacing: 4px;
    text-transform: inherit;
    margin-bottom: 25px;
}
.compose-wrapper{
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    align-items: flex-start;
}
.grup-input{
    display: flex;
   gap: 20px;
}
.grup-button{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.grup-input input::placeholder,.compose-wrapper textarea::placeholder{
   font-size: 15px;
}
.compose-wrapper textarea{
    background: transparent;
}
.forms{
    padding: 62px;
    margin-top: 42px;
    border: 2px dashed #dedede;
} 


@media (max-width: 575px){
   .navbar-toggler{
    width: auto;
   }
   
   .bnt-hero{
    width: 100%;
   }
   .hero-content h3{
    font-size: 16px;
   }
   .hero-content h1{
    font-size: 21px;
   }
   .thumb-img {
    height: 350px;
   }
   .numbers-blok{
    flex-direction: column;
   }
   .stat-box,.stats-img {
    padding: 10px;
   }
   .title{
    font-size: 17px;
   }
   .stat-title{
    font-size: 18px;
   }
   .penci-listitem-hours,.penci-listitem-title {
    font-size: 12px;
   }
   .titl-gallery h3{
        font-size: 18px;
        margin-bottom: 10px;
   }  
   
    
}
    
 @media (max-width: 768px){
   .privacy-wrapper{
    justify-content: center;

   } 
   .hero-contact-title{
    font-size: 35px;
   }
   .hero-button{
    align-items: center;
    flex-direction: column;
   }
   .about-wrapper{
    flex-direction: column-reverse;
   }
   .about-infa{
    padding: 40px;
   }
   .elementor-row{
    flex-direction: column;
    gap: 20px;
   }
   .pozition{
    margin: 0;
   }
   .element-text-box{
    padding: 30px;
   }
   .blog-item{
    flex-direction: column;
   } 
   .blok-reasons{
    flex-direction: column;
   }
   .pictur{
    flex-direction: column;
   }
   .kartink-list{
    flex-direction: column;
   }
   .blok-comment{
   flex-direction: column;
   }
   .forms{
    padding: 20px;
   }
   .grup-button{
    flex-direction: column;
    gap: 15px;
   }
   .grup-input{
    flex-direction: column;
   }
}
@media (min-width: 768px) and (max-width: 991.99px){
    .reason-color{
        padding: 30px;
    }
}
@media (min-width: 200px) and (max-width: 991.99px){
    .navbar-custom{
        height: 60px;
        border-top: 2px dashed #ececec;
        border-bottom: 2px solid #ececec;
        background-color: var(--white);
    } 
    .navbar-custom .nav-link{
        line-height: 1.3em;
        padding: 13px 0;
        text-transform: inherit;
        font-size: 12px;
        font-weight: 600;
        color: var(--dark-text);
    }
    .nav-item{
        border-bottom: 2px dashed #dedede;
    }
    .dropdown-menu{
        background: transparent;
        border: none;
    }
    .dropdown-item{
        border-top: 2px solid #dedede;
    }
    .dropdown-item a{
        font-size: 12px;
        color: var(--dark-text);
        line-height: 1.3em;
    }

}
@media (min-width: 992px){
  .offcanvas-body{
    justify-content: space-between;
    align-items: center;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu{
    right: -47px;
  }
   .dropdown-menu{
    width: 300px;
    background-color: var(--accent-color);
    border-radius:  2px;
    margin: 0; 
  
}
.dropdown-item a{
    color: var(--white);
}
.dropdown-menu[data-bs-popper] {
    margin-top: 0;
}
.reason-color{
    padding: 60px;
  }
  .contact-item {
    text-align: left;
  }

    
}

@media (max-width: 992px){
  .logo-inside{
    display: none;
  }
  .contact-wrapper{
    flex-direction: column;
  }
  .contact-item {
    flex-direction: column;
  }
  .contact-adress h3{
    text-align: center;
  }
  .servis-item{
    flex-direction: column;
  } 
  .carton {
    flex-direction: column;
  }
  .servis-text-wrapper{
    margin: 0;
    padding: 20px;
  }
  .stats-list {
    flex-direction: column;
  }
  .form-wpapper{
    flex-direction: column;
  }
  
  .opening-hours p{
    text-align: center;
  }
  .opening-hours .stat-title{
    text-align: center;
  }
    
}


@media (max-width: 1199px){   
    .contact-form-name-box {
        flex-direction: column;
    }
    .contact-form-item input::placeholder,.contact-form-textarea textarea::placeholder{
    font-size: 12px;
}

.section-about{
    margin-top: 82px;
}
   
}



.btn-1 {
    padding: 20px 25px;
    border-radius: 30px;
    border: 4px solid #ffffff;
    background-color: #7dd1e1;
    font-size: 15px;
    color: white;
    letter-spacing: 4px;
    font-weight: 900;
    animation: none;
    transition: all .5s ease-in-out;
    font-family: 'Rajdhani', sans-serif;
   }
   
   .btn-1:hover {
    border-radius: 25px 25px 0px 25px;
    box-shadow: inset 0px 25px 10px -25px black;
    transition: all .4s ease-in-out;
    animation: bounce42 1.6s infinite;
   }
   
   @keyframes bounce42 {
    0%, 20%, 50%, 80%, 100% {
     transform: translateY(0);
    }
   
    40% {
     transform: translateY(-4px);
    }
   
    60% {
     transform: translateY(-4px);
    }
   }
   
   .btn-2 {
     position: relative;
     display: inline-block;
     padding: 15px 32px;
     border: none;
     background-color: #7dd1e1;
     color: #fff;
     font-size: 15px;
     text-transform: inherit;
     font-weight: 600;
     cursor: pointer;
     border-radius: 30px;
     overflow: hidden;
     transition: all 0.8s cubic-bezier(0.23, 1, 0.320, 1);
   }
   
   .btn-2:before {
     content: "";
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     width: 120%;
     height: 120%;
     background-color: #fff;
     opacity: 0;
     transition: all 0.8s cubic-bezier(0.23, 1, 0.320, 1);
   }
   
   .btn-2 span {
     position: relative;
     z-index: 1;
   }
   
   .btn-2:hover {
     color: #7dd1e1;
     background-color: #fff;
     box-shadow: 2px 2px 20px hsla(263, 31%, 77%, 0.5);
   }
   
   .btn-2:active {
     scale: 0.9;
   }
   
   .btn-2:hover:before {
     transform: translate(-50%, -50%) rotate(45deg);
     opacity: 1;
   }
   
   
   .btn-3 {
     background-color: #7dd1e1;
     color: #fff;
     border: none;
     display: block;
     width: fit-content;
     text-align: center;
     border-radius: 30px;
     padding: 10px 20px;
     font-size: 15px;
     text-transform: inherit;
     letter-spacing: 2px;
     font-weight: 900;
     box-shadow: 2px 2px 10px #7dd1e1;
     transition: all 0.2s ease-in-out;
     
    
   }
   
   
   
   .btn-3:hover {
     background-color: #fff;
     color:  #7dd1e1;;
     box-shadow: 2px 2px 20px #7dd1e1;
     transform: translateY(-2px);
   }
   
   .btn-4 {
     background-color: #e0e0e0;
     border-radius: 30px;
     box-shadow: inset 4px 4px 10px #bcbcbc, inset -4px -4px 10px #ffffff;
     color: #4d4d4d;
     cursor: pointer;
     font-size: 15px;
     padding: 15px 32px;
     transition: all 0.2s ease-in-out;
     border: 2px solid rgb(206, 206, 206);
   }
   
   .btn-4:hover {
     box-shadow: inset 2px 2px 4px #bcbcbc, inset -2px -2px 4px #ffffff, 2px 2px 5px #bcbcbc, -2px -2px 4px #ffffff;
   }
   
   .btn-4:focus {
     outline: none;
     box-shadow: inset 2px 2px 4px #bcbcbc, inset -2px -2px 4px #ffffff, 2px 2px 5px #bcbcbc, -2px -2px 4px #ffffff;
   }
   
   .btn-5 {
     padding: 20px 32px;
     border: none;  
     display: block;
     width: fit-content;
     background: #5c5959;
     text-align: center;
     border-radius: 30px;
     font-weight: 900;
     letter-spacing: 2px;
     text-transform: inherit;
     color: #7dd1e1;
     transition: all 500ms;
     font-size: 15px;
     position: relative;
     overflow: hidden;
     outline: 2px solid #888;
   }
   
   .btn-5:hover {
     color: #ffffff;
     transform: scale(1.05);
     outline: 2px solid #63c0d2;
     box-shadow: 2px 2px 10px -2px #63c0d2;
   }
   
   .btn-5::before {
     content: "";
     position: absolute;
     left: -50px;
     top: 0;
     width: 0;
     height: 100%;
     background-color: #7dd1e1;
     transform: skewX(45deg);
     z-index: -1;
     transition: width 500ms;
   }
   
   .btn-5:hover::before {
     width: 200%;
   }
   
   .contact-form-itemFlex{
        flex: 1;
   }
   
   .stats-apdayt .numbers-blok  .number-count{
       direction: ltr;
   }

   .main-image{
    padding: 24px;
    position: relative;
    float: right;
    margin: 32px;
    width: 40%;
    height: 550px;
    margin: 25px;
    margin-right: 0;
    border-radius: 30px;
  }
  
  .main-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  
  @media (max-width: 992px){
    .main-image{
      float: none !important;
      width: 100% !important;
      margin: 0 0 30px 0 !important;
    }
  }
  
  
  @media (max-width: 420px){
  
    .main-image{
      height: auto;
    }
  
  }