@import url('https://fonts.googleapis.com/css2?family=Khand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

:root {
  --white: #fff;
  --black: #060606;
  --accent-color: #00b0ff;
  --dark-text:   #666;  
  --white-section:#00000004;

  
}

.section{
    padding: 80px 0;
   
}

.title{
    color: var(--black);
    font-size: 28px;
    font-weight: 900;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0;   
    margin-bottom: 27px;
}

.bi{
    height: auto;
}

.privacy-box p{
  margin-bottom: 12px;
  text-indent: 3ch;
}
.privacy-box h1{
    font-weight: 900;
    text-align: center;
    margin-bottom:  30px;
}
.privacy-box h2{
    font-weight: 700;
    text-align: center;
    margin-bottom:15px ;
}
 .privacy-box table,.privacy-box a{
    word-break: break-word;
    color: inherit;
}


.header__logo{
color: var(--accent-color);
font-size: 18px;
display: flex;
align-items: center;

text-align: left;
gap: 24px;
 transition: all 0.4s;
}
.header__logo:hover{
color: var(--accent-color);
}
.header__logo img{
width: 53px;
max-height: 53px;
padding: 8px;
}
.logo{
    display: none;
}

body{
    direction: ltr;
    font-family: 'Khand', sans-serif !important;
    font-size: 18px;
    margin: 0;
    padding: 0px;
    color: #666;
}
h1,
h2,
h3,
h4,
h5,
p{
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
    color: inherit;
    transition:  .4s;
}
a:hover{
    color: var(--white);
}
img{
max-width: 100%;
}

ul{
    margin: 0;
    padding: 0;
}

.navbar-custom{
    background-color:#058ac6;   
    width: 100%;
    border-radius: 0px;
    border-top: 1px dotted #ececec;
    border-bottom: 1px dotted #ECECEC;
    z-index: 999;
    box-shadow: 0 0 0 transparent;
    margin-bottom: 0px;
    font-weight: 700;
    transition: all .3s;
    height: 60px;
    padding: 0;
   
   
}
.nav-sticky { 
    position: fixed;
    top: 0px;  
    height: 60px; 
    border-top: 1px dotted #ececec;  
    background-color: #058ac6;  
    box-shadow: 0px 1px 4px rgba(190, 190, 190, 0.46);
    
    border-color: transparent!important;
    z-index: 4;
    padding: 0;  
    transition: all .3s;
}
.nav-link{
    color: var(--black);
    font-weight: 700;
    line-height: 58px;
    font-size: 14px;
    padding: 0;    
    transition: .4s; 
}

.nav-item:hover .nav-link,.nav-item:focus .nav-link,.nav-item:active .nav-link{
    color: var(--white);
}
.hero-phone{
    display: flex;
    align-items: center;
    gap: 12px;
}

.navbar-toggler:focus{
    box-shadow:none
}
.navbar-toggler{
    color: var(--white);
}

.header{
    position: relative;
    margin-bottom: 50px;
   
}
.hero{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 90px 0;
    background-image: url(pics/section-bg-mHKAZ0.webp);
    background-position: center center;
    background-size: cover; 
    background-repeat: no-repeat;
} 
.background-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: var(--accent-color);
    opacity: .75;
    transition: background .3s,border-radius .3s,opacity .3s;
   
}
.hero-container{
    position: relative;
    text-align: center;
    color: var(--white);
}
.hero-container h1{  
    margin-bottom: 24px;
   text-shadow: rgb(0,0,0) 3px 2px 4px;
}
.header-slogan{
    position: relative;
    display: inline-block;    
    font-style: italic;
    padding: 0 14px;
    vertical-align: top;
     text-shadow: 0 0 80px rgba(255,255,255,.5);
     background: url(sources/img/animated-text.png) repeat-y;
	  -webkit-background-clip: text;
	  background-clip: text;
      -webkit-text-fill-color: transparent;
	  -webkit-animation: aitf 80s linear infinite;
      -webkit-transform: translate3d(0,0,0);
	  -webkit-backface-visibility: hidden;

}
.header-slogan::before,.header-slogan::after{
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    display: block;
    width: 60px;
    background: #dedede;
    left: 100%;
}
.header-slogan::before{
    left: auto;
    right: 100%;
}
.hero-phone i,.hero-phone a{
    transition: .4s;
   color: var(--black);
    font-weight: 700;
    line-height: 58px;
    font-size: 14px;
}
.hero-phone:hover i,.hero-phone:hover a{
 color: var(--white);
}
.benefit{
    background-color:#f5f5f5;
    width: 100%;
    height: 100%;
}
.benefit-list{
     flex-direction:  row-reverse;
}
.benefit .background-overlay{
    opacity: 0.65;
}
.benefit_bg{
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(backgrounds/photograph_header_684ee7b95ae8f8.87700361.jpg);
    background-position: center center;
    background-size: cover; 
    background-repeat: no-repeat;
}
.benefit_bg__2{
    background-image: url(backgrounds/portrait_header_684ee7b95aec27.02932654.jpg);
}
.benefit-wrap{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 50px;
   
}
.ibox-inner{
    width: 100%;
    height: 100%;
    display: flex;
    text-align: center;
    justify-content: flex-start;
    gap: 15px;    
    align-items: center;
    flex-direction:  column;
}
.ibox-inner h3{
    font-size: 18px;
    font-weight: 900;
    color: var(--black);
}
.benefit_bg .ibox-inner h3{
    color: var(--white);
}
.ibox-icon{
    position: relative;
    background-color: var(--accent-color);
    color: var(--white);
    font-size: 23px;
    width: 80px;
    height: 80px;
    display: flex;  
    align-items: center;
    justify-content: center;
    border-radius:  50%;
}
.ibox-icon::after{
    content: '';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    transition: transform .3s,opacity .3s;
    border-radius:  50%;
    z-index: 1;
    opacity: 0;
    box-shadow: 0 0 0 3px var(--accent-color);
    transform: scale(.8);
}
.benefit:hover .ibox-icon::after,.contact-item:hover .ibox-icon::after{
    transform: scale(1.11);
    opacity: 1;
}


.section-map{
    display: flex;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}
.map-wrapper {
    height: 600px;	
    width: 100%;				
}
.map-wrapper iframe{
    height: 100%;
    width: 100%;
    border: 0;
}
.section-contact{
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 54px 0px 0px 0px;
}
.contact{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.contact-item{
    flex-grow: 1;
    flex-basis: 300px;
}
.contact-wrapper{
 padding: 14px;
 width: 100%;
 height: 100%;
}
.widget-container{
    padding: 41px 24px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    width: 100%;
    height: 100%;    
    text-align: center;
    justify-content: flex-start;
    gap: 14px;
    align-items: center;
    flex-direction: column;
}
.widget-container h3{
    color: var(--black);
    font-weight: 700;
    font-size: 23px;
}
.widget-container a{
     transition: color .3s;
    
}
.contact-wrapper:hover .widget-container a{
    color: var(--accent-color);
     cursor: pointer;
}
.form-wrapper{
    display: flex;   
    flex-direction:  row-reverse;
}
.opening{
    flex-direction: row;
}
.form-wrapper>div{    
    min-height: 350px;
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 50%;
    
}
.form{
    padding: 27px;
}
.form-img {
    padding: 27px;
    max-height: 100%;   
    background-image:linear-gradient( to right, #0000004D, #0000004D), url(backgrounds/portrait_header_684ee7b95aec27.02932654.jpg);
    background-position: top center;
    background-size: cover; 
    background-repeat: no-repeat;     
    
}
.opening-bg{
    background-image:linear-gradient( to right, #0000004D, #0000004D), url(backgrounds/view_header_684ee7b95aed13.63041077.jpg);
   
}

.contact-title{
    color: var(--black);
    letter-spacing: 0px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 15px;
}
.form p{
    max-width: 510px;
    width: 100%;
    line-height: 1.5em;
    margin-bottom: 14px;
    text-align: center;
}

.contact-form-name-box{
    display: flex;
    flex-direction:column;
    gap: 12px;
    margin-bottom: 24px;
}
.form-box{
    display: flex;
    flex-direction: column;
    gap: 24px;
    
}


.contact-form-item input,.contact-form-textarea textarea,.input-control_column_group,.textarea-control_column_group{
    padding: 12px 24px;
    width: 100%;
   border-radius: 6px;
    border: 1px solid #DEDEDE;
    color: var(--black);
    outline: none;
   
}
.contact-form-textarea textarea,.textarea-control_column_group{
    min-height: 150px;
}
.contact-form-check{
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin: 24px 0;
}

.form-check-label a{
 text-transform: lowercase;
 transition: .2s;
}
.form-check-label a:hover{
    color: var(--accent-color);
}
.form-check-label{
    font-size: 12px;
    margin-left: 4px;
}
.section-wrapper{
    display: flex;
    gap: 41px;
    margin-bottom: 41px;
    flex-direction: column;
}
.opening-box{
    padding: 27px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.workingh-item{
    line-height: 27px;
    color: #666;
    margin-left: 0;
    font-size: 14px;
    padding: 12px 0;

}
.workingh-line1{
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
}
.penci-icontitle{
    flex: 1;
    overflow: hidden;
    display: flex;
    gap: 12px;
    align-items: center;
}
.penci-icontitle i{
    font-size: 12px;
    
}
.penci-listitem-title{
    font-size: 18px;
    font-weight: 900;
    position: relative;
}
.penci-listitem-title::before{
    content: '';
    border-top: 1px dotted;
    position: absolute;
    bottom: 20%;
    left: 100%;
    margin-left: 12px;
    width: 2000px;
    opacity: .7;
}
.penci-listitem-hours{
    font-size: 18px;
    float: right;
    z-index: 1;
    position: relative;
    padding-left: 12px;
}
.footer{
    background: var(--black);
    color: var(--dark-text);
}
.privacy-wrapper{
    padding: 27px 0 14px;
    border-bottom: 1px solid #4a4a4a;
    text-align: center;
   display: flex;
   align-items: center;
   justify-content: space-around;
   flex-wrap: wrap;
   gap: 20px;
   
}
.privacy{
    transition:  .4s;
    font-size: 12px;
}
.privacy:hover{
    color: var(--white);
}

.footer-button{
  padding: 24px 0;
  text-align: center;
   font-size: 12px;
   display: flex;
   align-items: center;
   justify-content: space-between;
   
}

.footer__logo{
    font-size: 12px;
    font-weight: 700;
   
}
.section-page{
    padding: 0 0 41px 0;
}
.page-img {
   transition: 0.4s ease;
   border-radius: 12px;
   float: left;
   width: 35%;
   margin: 24px;
   margin-top: 0;
   margin-left: 0;
}
  
  
.page-content{  
   font-size: 16px;
    line-height: 1.6;   
}
.page-content p{
    margin-bottom: 12px;
    text-indent: 3ch;
}
.page-content ul,ol{
    list-style: inside;
}
.page-content .title{
    text-align: center;
}
.tarif-section{
    background-color: #f5f5f5;
}

.tarif-list{
    display: flex;
    flex-wrap: wrap;
}
.tarif-item{
    flex-grow: 1;
    flex-basis: 300px;
}
.tarif-box{
    padding: 14px;
    width: 100%;
    height: 100%;

}
.tarif-bg{
    background-image: url(backgrounds/image_header_684ee7b95aedc2.12802970.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.tarif-bg_2{
    background-image: url(backgrounds/illustration_header_684ee7b95aee67.03854102.jpg);
}
.tarif-bg_3{
    background-image: url(backgrounds/view_header_684ee7b95aef15.36038929.jpg);
}
.tarif-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    box-shadow: 0px 14px 34px -14px rgba(204, 80, 172.00000000000003, 0.45);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
   
    --e-column-margin-right: 45px;
    --e-column-margin-left: 0px;
    padding: 150px 41px 41px 41px;
    border-radius: 0px 27px 27px 27px;
}
.tarif-overlay{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;    
    background-color: var(--accent-color);
    opacity: 0.8;
}
.white-overlay{
    background-color: #cdeef0;
}
.tarif-naim{
    position:absolute;
    top: 0;
    left: 10%;    
    padding: 50px 14px 14px 14px;
    background-color: #E79E4F;    
    border-radius: 0px 0px 0px 27px;
}
.tarif-title{
    color: var(--white);
    font-size: 14px;
    font-weight: 700;
    margin-bottom:  10px;
}
.tarif-pris{
    color: var(--white);
    font-size: 34px;
    font-weight: 700;
}
.tarif-service{
    position: relative;
    margin: 14px 0;
}
.tarif-service_item{
    padding: 12px 0;
    display: flex;
    gap: 12px;
    color: var(--white);
    font-size: 12px;
}
.tarif-bg_2 .tarif-service_item{
    color: #5a5a5a;
}
.tarif-bg_2 .tarif-service_item span{
    color: var(--accent-color);
}
.tarif-button{
    position: relative;
    margin-top: auto;
    width: 100%;
}
.tarif-button a{
    width: 100%;
}
 .price{
    display: inline-flex;
    gap: 12px;  
    margin-top: 24px; 
    justify-content: center;
    font-weight: 700;
    font-size: 27px;
    color:  #5B69E7;
    
    
    
}
 .price p{
    text-indent: 0ch;
}
.section-partner{
    position: relative;
    background-image: linear-gradient(to right, rgba(24, 24, 25, 0.65), rgb(0 0 0 /65%)), url(backgrounds/image_header_684ee7b95aedc2.12802970.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 71px 0 71px 0;
}
.partner-block{
    min-width: 230px;
    padding: 24px;
    border-radius: 12px ; 
}

.partner-block img{               
    display: block;
    max-width: 100%;
}
.slick-initialized .slick-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.slick-slide{
    height: auto;
}
.slick-track{
    display: flex;
    align-items: center;
}
.service{
    position: relative;
    padding: 61px 0;
    background-attachment: fixed;
}
.service::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:  url(pics/bg-overlay-q700.png);
    background-position: center;
    background-size: cover; 
    background-repeat: no-repeat;
    z-index: -1;
    background-attachment: fixed;
}

.rabochi-block{
    margin-top: 100px;
    display: flex;
    gap: 24px;
    flex-direction: column;
}
.service-item{
    flex: 1;
    display: flex;
    gap: 24px;
}
.rabochi-boxinga{
    flex: 1;   
    padding: .9375rem 0;
    border-radius: 6px;
    background-color: #ffffff;
    border: 1px solid var(--dark-text);
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.rabochi-boxinga:hover{
 box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.rabochi-boxinga:hover .rabochi-kartinka img{
    transform: scale(1.1);
}
.service-element{
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start; 
    display: flex;
    padding: 48px 4px;
}
.rabochi-kartinka{
    position: absolute;    
    top: -74px;
    left: 50%;
    transform: translate(-50%);
    
}
.rabochi-kartinka img{
    width: 100px;
    height: 100px;
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.rabochi-texta h3{
    font-size: 21px;
    font-weight: 700;
    text-transform: none;
    line-height: 27px;
    margin-bottom: 14px;
    text-align: center;
    color: var(--black);
}
.rabochi-texta p{
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    line-height: 1.4;
    color: var(--dark-text);
}
.mentari-bblok{
    display: flex;
    gap: 24px;
    flex-direction: column;

}
.blog-item{
    flex: 1;
    display: flex;
    gap: 24px;
    flex-direction: row-reverse ;
}
.mentari-boxin{
    flex: 1;
    display: flex;   
    flex-direction: column;
    border-radius: 0px 27px 27px 27px;
    background-color: #ffffff;

}
.box-1{
    flex-direction: column;
}
.blog-img{
    position: relative;
    display: flex;
    align-items: center;
    height: 400px;
    justify-content: center;
    border-radius: 0px 27px 27px 27px;
     transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.blog-img img{
    width: 100%;
    height: 100%;
    object-fit: cover; 
    border-radius: 0px 27px 27px 27px;  
}
.category{
    position: absolute;
    top: 5%;
    right: 5%;
    opacity: 0;
    padding: 8px 24px;
    border-radius: 12px;
    color: var(--white);
    background: linear-gradient(91.87deg, rgba(7, 35, 50, 0.15) 9.56%, rgba(0, 0, 0, 0.15) 110.55%);
    backdrop-filter: blur(14px);
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mentari-boxin:hover .category{
    opacity: 1;
}
.mentari-boxin:hover .blog-img {
    opacity: 0.85;
}

.mentari-infa{
    display: flex;
    flex-direction: column;
   justify-content: space-between;
    gap: 14px;
    padding: 24px;
    flex: 1;
}
.meta-element{
    font-size: 12px;
    font-weight: 700;
    color: var(--accent-color);
}
.mentari-texta{
    font-size: 24px;
    line-height: 1.4;
    font-weight: 900;
    color: var(--dark-text);
     
}
.mentari-texta a{
transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mentari-texta:hover a{
 color: var(--black);
}
.date{
    display: flex;
    align-items: center;
    gap: 12px;
}
.mentari-textovka{
 color: #606060;
 font-size: 14px;
  font-style: italic;
}
.servis-link{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 900;
    overflow: hidden;
    text-transform: uppercase;
    color: var(--accent-color);
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.servis-link:hover{
     color: #5c8984;
    
}

.form-main p{
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    font-size: 23px;
    color: var(--black);
    padding-bottom: 8px;
}
.comments-wrapper{
    display: flex;
    margin-top: 41px;

}
.comment-img{
    width: 55%;
}
.comment-img__wrapper{
    margin: 0px 20% 24px 0px;
    
}
.comment-img__wrapper img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 0px 27px 27px 27px;

}
.comment-blok{
    width: 45%;
    position: relative;
    z-index: 1;
}
.comment-blok__wrapper{
    margin: 0px -41px 0px 10%;    
    padding: 0px 0px 0px 0px;
}
.comment-item{
    background-color: #72c2d0;
    margin: 41px 0px 41px 41px;
    padding: 41px 24px 24px 41px;
    overflow: hidden;
    border-radius: 0px 27px 27px 27px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 100%;
    width: 100%;
    color: var(--white);
    box-shadow: 0px 14px 24px -14px rgba(204, 80, 172.00000000000003, 0.45);
}
.slider__item_star{
    font-size: 28px;
    color:  #5B69E7;
}
.comment-bio{
    display: flex;
    gap: 24px;
    align-items: center;
}
.page-content-but {
    width: 50%;
}
.avatar-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    

}
.avatar-box img{
width: 60px;
height: 60px;
border-radius: 50%;

}


.slider-comments .slick-track{
    display: flex;
    gap: 14px;
}

.comment-bio h3{
    font-size: 20px;
}
.ourpersonalBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}
.ourpersonalBox-item{
    width: 22%;
}
.ourpersonalBox--item__picture{
    height: 361px;
    background-position: center !important;
    background-size: cover !important;
    border-radius: 6px;
}


.ourpersonalBox--item__info{
    border-radius: 6px;
    background: rgba(199,214,242,0.8);
    color: #222;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    padding: 18px;
    justify-content: center;
    transition: all 400ms linear;
    cursor: pointer;
    
}
.ourpersonalBox--item__info h5 {
    font-size: 20px;
}
.ourpersonalBox--item__info div{
    font-size: 18px;
    font-weight: 700;
}
.ourpersonalBox--item__info:hover{
    background: none;
    transition: all 400ms linear;
    justify-content: end;
    color: var(--white);
}


@media (max-width: 575px){
   .navbar-toggler{
    width: auto;
   }
   button{
    width: 100%;
   }
   .form{
    padding: 27px 0;
   }
   
   
   .workingh-line1{
    align-items: center;
    flex-direction: column;
   }
   .page-img{
    float: none;
    width:100%;
    margin: 0 0 24px 0;    
   }
   .title{
    font-size: 20px;
  }
  .tarif-pris{
    font-size: 28px;
  }
    .tarif-box{
        padding: 14px 0;
    }
    .comment-bio{
        flex-direction: column;
    }
    .comment-item{
        align-items: center;
        text-align: center;
        padding: 24px;
    }
}
@media (min-width: 575px) and (max-width: 768px){
   .title{
    font-size: 20px;
  }
}    
@media (max-width: 767px){
 .service-item{
    flex-direction: column;
    gap: 80px;
 } 
}
 @media (max-width: 768px){
   .container-fluid{
    padding: 0;
    overflow: hidden;
   }
   .blog-item{
    flex-direction: column;
   }
   .ourpersonalBox-item{
    width: 100%;
   }
   .rabochi-texta h3{
    font-size: 20px;
   }
   .page-content-but {
    width: 100%;
}
}
@media (min-width: 768px) and (max-width: 992px){
  .order{
    order: 1;
  }
  .title{
    font-size: 23px;
  }
  .ourpersonalBox-item{
    width: 46%;
  }
}


@media (min-width: 200px) and (max-width: 991.99px){
   
    .navbar-nav{
        margin-bottom: 15px;
    }
    .hero-phone{
        display: none;
    }
    .logo{
        justify-content: center;
        display: flex;
    }
    .navbar-custom .nav-link{
        line-height: 1.3em;
        padding: 13px 0;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 700;
        color: var(--black);
    }
    .nav-item:hover .nav-link, .nav-item:focus .nav-link, .nav-item:active .nav-link {
        color: var(--accent-color);
    }
    .nav-item{
        border-bottom: 1px dotted #dedede;
    }
    .dropdown-menu{
      background: transparent;
      border: 0;
      border-radius: 0;
      border-top: 1px dotted #dedede;
      
    }
    .offcanvas-body{
        border-top: 1px dotted #dedede;
    }
    .dropdown-item{
        white-space: normal;
    }
    
    .dropdown-item a{
        font-size: 13px;
        word-break: break-word;
        color: var(--black);
        line-height: 1.3em;
    }
    .dropdown-item:hover a{
        color: var(--accent-color);
    }
    .offcanvas{
        background-color:#fcfcfc;
    }

}
@media (min-width: 992px){
  .offcanvas-body{
    justify-content: space-between;
  }
  .offcanvas-header{
    gap: 8px;
  }
  
  .dropdown-menu{
    border-top: 1px solid #ECECEC;
    margin: 0;
    box-shadow: 0px 3px 3px rgba(190, 190, 190, 0.6);
    width: 361px;
    border-radius:  5px;
    background-color: var(--accent-color);
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu{
    right: -47px;
  }
  .dropdown-menu[data-bs-popper]{
    margin-top: 0;
  }
  .dropdown-item a{   
    padding: 12px 0;   
    line-height: 1.4;  
    white-space: break-spaces;
    transition: .4s; 
  }
  .dropdown-item:focus, .dropdown-item:hover {
     
    background-color: var(--accent-color);
  }
  .dropdown-item:focus .dropdown-item a, .dropdown-item:hover .dropdown-item a{
    color: var(--white);
  }
  .logo-mob{
    display: none;
  }
  .navbar-nav .nav-item {
    border-bottom: none;
}
    
}

@media (max-width: 992px){
  .form-wrapper {
    flex-direction: column;
  }
  .offcanvas.offcanvas-start{
    width: 75%;
  }
  .form-wrapper>div{
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .opening{
    flex-direction: column;
  }
  .footer-button{
    flex-direction: column;
    gap: 14px;
  }
  .blog-img{
    height: 350px;
  }
  .contact-title,.form p {
    text-align: center;
    max-width: 100%;
   }
  
  .comments-wrapper{
    flex-direction: column;
    gap: 30px;
  }
  .comment-blok ,.comment-img{
    width: 100%;
  }
  .comment-blok__wrapper,.comment-img__wrapper,.comment-item{
    margin: 0;
  }
  
}

@media (min-width: 992px) and (max-width: 1200px){
   .benefit-wrap {
    padding: 24px;
   }
}

@media (max-width: 1199px){   
   .rabochi-block{
        flex-direction: column;
        gap: 80px;
    }
   
}
@-webkit-keyframes aitf {
	0% { background-position: 0% 50%; }
	100% { background-position: 100% 50%; }
}


.btn-1 {
    display: block; 
    width: fit-content;
    padding: 12px 24px;
    border-radius: 4px;
    font-weight: 700;
    text-align: center;
    border: 1px solid black;
   transition: all 0.2s ease-in-out;
  }
  
  .btn-1:hover {
    background-color: #1a5cff;
    color: white;
    transform: scale(1.03); 
    -webkit-box-shadow: 8px 8px 23px -12px rgba(26,91,255,1);
    -moz-box-shadow: 8px 8px 23px -12px rgba(26,91,255,1);
    box-shadow: 8px 8px 23px -12px rgba(26,91,255,1);
    border: none;
  }
  
  .btn-1:active {
    background-color: #1752e5;
  }
  
  
  
  .btn-2 {
    display: block; 
    width: fit-content;
    text-align: center;
    border: 1px solid black;
    padding: 12px 27px 12px 27px;
    border-radius: 27px;
    background-color: #666;
    font-weight: 900;
    font-size: 14px;
    box-shadow: 0px 0px 1px;
    transform: all 2s esase;
    transition-duration: .3s;
    color: #fff;
  }
  
  .btn-2:hover {
    transform: translateY(-12px);
    box-shadow: 0px 8px 1px rgb(0, 0, 0);
    border: 1px solid black;
  }
  
  .btn-2:active {
    transform: translateY(12px);
    box-shadow: 0px 0px 1px;
  }
    
  .btn-3 {
    background-color: #0D7377;
    color: #fff;
    border: none;
    display: block;
    width: fit-content;
    text-align: center;
    border-radius: 24px;
    padding: 12px 24px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 900;
    box-shadow: 3px 3px 12px #0D7377;
    transition: all 0.2s ease-in-out;
    
   
  }
  
  
  
  .btn-3:hover {
    background-color: #2f3640;
    color: #00b0ff;
    box-shadow: 3px 3px 24px #2f3640;
    transform: translateY(-3px);
  }
  
  .btn-4 {
    text-align: center;
    display: inline-flex;
    padding: 13px 27px;
    color: #fff !important;
    text-transform: capitalize;
    background-color: #111;
    border: 1px solid #111;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 27px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
  }
  
  .btn-4:hover,
  .btn-4:focus {
    background-color: #72c2d0;
    border-color: #00b0ff;
  }
  
  
  .btn-5 {
    padding: 24px 33px;
    border: none;  
    display: block;
    width: fit-content;
    background: #5c5959;
    text-align: center;
    border-radius: 4px;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
     color: #ffffff;
    transition: all 500ms;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    outline: 3px solid #888;
  }
  
  .btn-5:hover {
    color: #ffffff;
    transform: scale(1.05);
    outline: 3px solid #33066d;
    box-shadow: 3px 3px 12px -3px #00b0ff;
  }
  
  .btn-5::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #00b0ff;
    transform: skewX(45deg);
    z-index: -1;
    transition: width 500ms;
  }
  
  .btn-5:hover::before {
    width: 200%;
  }
  
  
  .contact-form-itemFlex{
    flex: 1;
  }

  .slider-comments, .slider-partners{
    direction: ltr;
}

.workingh-lists{
    list-style: none;
}