@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

:root {
  --white: #fff;
  --black: #000;
  --red:#dd1e1d;
  --accent-color: #012f5d;
  --dark-section:   #333;;
  --light-section:#081134;
  --white-section:#F9F9F9;
  --transition: 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  
}


.section {
  padding: 91px 0 91px 0;
  
}
.bg-partner{
 background: rgba(234, 227, 227, 0.9);
}
.section-page{
    padding: 81px 0 81px;
    background: var(--white-section);
}
.section-whire{
    background: #F9F9F9;
    padding: 41px 0px 81px 0px;
}
.section-title{
    position: relative;
    color: var(--dark-section);
    text-align: center;
    font-size: 35px;
    font-weight: 800;
    line-height: 1.4;
    padding-bottom: 10px;
    margin-bottom: 50px;
}
.section-title::before{
    position: absolute;
    content: '';
    height: 1px;
    width: 5%;
    background: var(--accent-color);
    bottom: 0;
    left: 44%;
}
.section-title::after{
    position: absolute;
    content: '';
    height: 1px;
    width: 5%;
    background: var(--accent-color);
    bottom: 0;
    right: 45%;

}
.title-pege{
    font-weight: 800;
    line-height: 1.4;
    margin-bottom:  34px;
    font-size: 36px;
    color: #220E24;
    
    
}

.privacy-box ul, .privacy-boxol{
    list-style: inside;
}

.privacy-box p{
  margin-bottom: 10px;
  text-indent: 3ch;
}
.privacy-box h1{
    font-weight: 800;
    text-align: center;
    margin-bottom:  22px;
}
.privacy-box h2{
    font-weight: 600;
    text-align: center;
    margin-bottom:19px ;
}


.header__logo{
display: flex;
color: #012f5d;
font-size: 16px;
align-items: center;
text-align: left;
gap: 22px;
 transition: all 0.4s;
}
.header__logo:hover{
color: #ED2C41;
}
.header__logo img{
width: 42px;
height: 42px;
}
body{
    direction: ltr;
    font-family: 'Bebas Neue', sans-serif !important;
    font-size: 16px;
    margin: 0;
    padding: 0px;
    color: #333;
}
h1,
h2,
h3,
h4,
h5,
p{
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
    color: inherit;
    word-break: break-all;
}
a:hover{
    color: var(--white);
}
img{
max-width: 100%;
}

ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-top{
    background-color: var(--white);
    padding: 10px 0;
    overflow: hidden;
}
.header-top .row{
    display: flex;
    flex-wrap: wrap;
    margin-right: -19px;
    margin-left: -19px;
}
.contact-heder{
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
   
    font-size: 14px;
}
.contact-heder a{
    color: var(--black);
    transition: all 0.4ms;
}
.contact-heder a:hover,.contact-heder a:focus{
    color: var(--accent-color);
}
.contact-comment-wrapper{    
    background:  url(files/images/image-display-2025-03-26_19-480.png);
    background-position: center;
    background-size: cover;
    padding: 103px 0 103px; 
      

}
.contact-comment{
    
    background:  #feffde;
    
}
.container-box-contact{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 27px;
}
.contact-comment-wrapper h2{
    font-size: 36px;
    text-align: center;
    font-weight: 600;
}
.work{
    justify-content: end;
}
.bi{
    height: auto;
    fill: #fff;
}
.contact-heder span{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 14px;
}
.logo{
    display: none;
}
.header-top2-relative{
    position: relative;
     padding-top: 73px;
}

.transprent-menu{
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    background-color: transparent;
    padding: 0;    
    transition: .4s;
    position: absolute;
}
.no-logo{
    background: #fff;
    box-shadow: 0 -1px 19px rgba(0,0,0,.17);
    margin: 0 0;
}
.pdlr0 {
    padding-right: 0;
    padding-left: 0;
}
.logo-big{
    background-color: var(--accent-color);
    padding: 22px;
}
.logo-big .header__logo {
    color: var(--white);
    font-size: 24px;
    font-weight: 800;
    flex-direction: column;
    text-align: center;
    word-break: break-word;
}
.logo-big .header__logo img{
    width: 73px;
    height: 73px;
}
.top_crt_style{
  
    background-color: var(--accent-color);
    padding: 22px ;
}
.logo-left{
    align-items: center;
}
.header-addres-list{
    display: flex;
    justify-content: space-between; 
    align-items:start;
    flex-direction: row-reverse;
    
}
.header-addres{
    display: flex;
    flex: 1;
    gap: 10px;
    justify-content: center;
}

.header_icon i{
    color: var(--white);
    font-size: 22px;
   
    margin-left: 0;
    display: inline-block
}
.header_address_text{
     color: var(--white);
    text-align: left;
    font-size: 11px;
   
}
.header_address_text a{
    color: inherit;
}
.header_address_text h2{
    font-size: 16px;
    margin-bottom: 4px;
    font-weight: 600;
}
.nav-link{
    
    padding: 34px 27px 34px 0;
    color: #272727;
    font-size: 15px;
    font-weight: 600;
    transition: .4s;
   

}
.nav-item:hover .nav-link{
     color: #dd1e1d;
}
.drob:hover .sub-menu,.drob:focus .sub-menu{
    transition: .4s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    z-index: 9;
}
.drob{
    position: relative;
}
.heder-nav{
    flex-direction: row;
    gap: 27px;
    justify-content: space-around;
    width: 100%;
}
.sub-menu{
    position: absolute;
    background: var(--white);
    left: 0;
    top: 130%;
    width: 240px;
    text-align: left;
    margin: 0;
    padding: 19px 4px 14px;
    z-index: 9999;
    box-shadow: 0 0 27px rgb(0 0 0 / 9%);
    opacity: 0;
    visibility: hidden;
}
.menu-item a{
    display: block;
    margin: 0;
    letter-spacing: normal;
    font-size: 15px;
    font-weight: 600;
    color: #272727;
    transition: .4s;
    padding: 7px 17px;
    visibility: inherit!important;
}
.menu-item{
        position: relative;
        transition: .4s;
        text-align: left;
}
.menu-item::before{
    opacity: 0; 
    transition: .1s;
    position: absolute;
    top: 50%;
    content: "*";   
    transform: translateY(-50%);
}
.sub-menu li:hover.menu-item a{
  color: #dd1e1d;
} 
.sub-menu li:hover.menu-item::before{
    opacity: 1;
    font-size: 13px;
    font-weight: 600;
     color: #dd1e1d;
}
.sub-menu li:hover{
     margin-left: 14px;
}
.mobile-menu{
    display: none!important;
   
}
.mean-bar{
    background:var(--accent-color);
    float: none;
    padding: 0;
    overflow: hidden;
   
    min-height: 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mean-bar p{
    color: var(--white);
    font-size: 16px;
    font-weight: 800;
    margin-left: 22px;
    padding: 22px 0;
    

}
.navbar-toggler{
    color: var(--white);
    margin-right: 22px;
    border: none;
   
}

.dropdown-menu{
    background: transparent;
    border: none;
    background: var(--white);
}
.dropdown-item a{
    white-space: break-spaces;
    color: #17161a;
    padding: 22px 10%;
    font-size: 15px;
    display: block;
    transition: .4s;
}
.dropdown-item{
   float: left;
    position: relative;
    width: 100%;
    border-top: 1px solid#ddd;
    transition: .4s;
}
.dropdown-item:hover.dropdown-item a{
        color: #012f5d;
}
.dropdown-item:hover {
    background: #f8f8f8 ;
}

.mobile-menu .nav-item{
    background: var(--white);
    border-top: 1px solid#ddd;
    float: left;
    width: 100%;
}

.mobile-menu .nav-item .nav-link{
    background: #fff;
    color: #444;
    float: left;
    font-size: 15px;
    margin: 0;
    padding: 22px 5%;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    width: 100%;
    font-weight: 800;
}
.home{
    
    color: #fff;
    background:  #0000004D;   
    direction: ltr !important;
   
}
.home_bg{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
   align-items: center;
   
    background-image:linear-gradient( to right, #0000004D, #0000004D), url(pic/header-main.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}


.hero{
    display: flex;
    gap: 27px;
    align-items: center;
    padding: 27px 0;
}


.home-text{
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    gap:  22px;
}
.hero-button{
    display: flex;
    gap: 22px;
    align-items: center;
}
.home_bg-2 .home-text{
    text-align: start;
    align-items: start;
    width: 70%;
}
.home-text h2{
    padding: 150px 0;
    color: #ffff;
    font-size: 25px;
    font-weight: 600;
    line-height: 42px;
    
    
}


.footer-bottom{
    position: relative;
   background-color: #040807;
     padding: 27px 0 22px;
}
  .footer-bottom:before {
    content: "";
    position: absolute;
    top: 0;
    height: 1px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    background: #000;
   
}
.privacy-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
   
    flex-wrap: wrap;
    gap: 10px;
}
.privacy{
    color: var(--white);
    transition: all 0.4s;
}
.privacy:hover,.privacy:focus{
    color: var(--red);
}
.footer-addres-wrapper{
        padding: 94px 0 84px;
    text-align: center;
    background:  #040807;
    border-bottom: 1px solid #000;
}
.footer-logo{
    display: block;
    margin-bottom: 27px;
    text-align: center;

}
.footer-logo span{
    
    margin-bottom:  34px;
    color: var(--white);
}
.footer-address{
    display: flex;
    justify-content: center;
    gap: 27px;
    flex-wrap: wrap;
}
.address-elemment{
    color: var(--white);
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
}
.address-elemment a{
    color: inherit;
}
.address-elemment i{
    font-size: 15px;
}
.footer-middle{
    background-color: #040807;
        padding: 65px 0 73px;
}
.footer-list{
    display: flex;
    gap: 22px;
}
.footer-item{
    flex: 1;
    text-align: center;
}
.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: 2px;
    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;
}
.input-footer{
    padding: 10px 14px;
    color: #dbdfe4;
    border: 1px solid #707070;
    background: transparent;
    border-radius: 0;
    width: 100%;
}
.formSubscription p{
    color: var(--white);
    line-height: 27px;
}
.listing-add{    
    display: none;
    color: #3b4d55;;
    font-weight: 600;
    font-size: 16px;    
    margin: 42px 0.4em 22px;
    padding: 10px 19px;
    border: 1px solid #46b450;

}
.widget-title{
    font-size: 19px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 27px;
    margin-top: 27px;
    
}
.footer-menu{    
    display: flex;
    gap: 10px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    
}
.footer-link{
    color: var(--white);
    font-size: 14px;
     transition: all 0.4s;
     padding: 4px 0;
}
.footer-link:hover{
    color: var(--red);
}
.partner-block{
   min-width: 230px;
    padding: 22px;
    height: auto;
    border-radius: 10px; 
}

.partner-block img{               
display: block;
max-width: 100%;

}
.slick-initialized .slick-slide{
display: flex;
justify-content: center;
align-items: center;
}
.section-hero-contact{
    padding: 150px 0 60px;
}

.bg-contact{
    
    padding: 150px 0 60px;
   
    background-image:linear-gradient( to right, rgba(12, 12, 12, 0.8), rgba(10, 10, 10, 0.8) ), url(pic/header.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.bg-contact h1{
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;

}
.section-map{
    display: flex;
    margin-right: auto;
    margin-left: auto;
}
.map-wrapper {
    height: 500px;	
    width: 100%;				
}
iframe{
    height: 100%;
    width: 100%;
    border: 0;
}
.section-contact{
    padding: 105px 0px 22px 0px;
}
.contact-wrapper{
    display: flex;
    gap: 22px;
    flex-direction: column-reverse;
}
.contact-box{
    flex: 1;
    padding: 10px;
}
.contact-box-form{
    flex: 2;
    padding: 10px;
}
.adress-box{
   
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 22px;
    align-items: flex-start;
    flex-direction: column;
}
.adress-item{
    flex: 1;
    width: 100%;
}


.titel-wrapper{
    margin: 0px 0px 47px 25px;
     color: var(--white);
}

.titel-wrapper p{
    margin-top: 10px;
}
.contact-us-title{
    margin: 0px 0px 0px 25px;
    display: flex;
    gap: 22px;
    color: var(--white);
    align-items: center;
}
.contact-us-title i{
    font-size: 32px;
}
.element{
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: #FFFFFF;
    padding: 25px 0px 10px 0px;
    width: 100%;
}
.contact-us-title a{
    color: inherit;
}
.contact-form{
        padding: 0px 35px 60px;
        color: var(--white);
}
.contact-form-title{
    margin-bottom: 42px;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.4;
}
.form-wrapper{
    display: flex;
    flex-direction: column;
   margin-bottom: 34px;
}
.form-wrapper input,.form-wrapper textarea,.input-custom__component__item,.textarea-custom__component__item{
    height: 60px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-radius: 0px 0px 0px 0px;
    border-color:  #f1f1f1;
    padding: 0px 0px 22px 0px;
    background-color: #FFFFFF00;
    color: #DDDDDD;
    width: 100%;
}
.input-custom__component__item{
    margin-bottom: 22px;
}
.form-wrapper textarea,.textarea-custom__component__item{
    height: 74px;
}

.form-wrapper input::placeholder,.form-wrapper textarea::placeholder,.textarea-custom__component__item,.input-custom__component__item{
     color: #DDDDDD;
}
.form-wrapper input:focus,.form-wrapper textarea:focus,.form-wrapper input:focus-visible,.form-wrapper textarea:focus-visible,.textarea-custom__component__item,.input-custom__component__item{
    outline: 0;
    border-bottom: 1px solid #80bdff;
}
.contact-form-check{
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  margin-bottom: 34px;
}

.contact-form-name-box{
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.form-check-label a{
 text-transform: lowercase;
}
.form-check-label{
    font-size: 15px;
    margin-left: 5px;
}
.main-form{
    flex-direction: row-reverse;
}


.service-list{
    display: flex;
    gap: 22px;
    margin-top: 27px;
    flex-direction:  column;
    
  
}
.service-item{
    flex: 1;
    padding: 0 10px;
    display: flex;
    gap: 22px;
    flex-direction: column-reverse;
}
.service-box-1{
    flex: 1;
     padding: 0 10px;
}
.service-box:hover .em-service-icon i::before{
background: var(--accent-color);
}
.service-box:hover .em-service-icon i{
    color: var(--white);
    background: var(--accent-color);
}
.service-box{
    position: relative;
    padding: 27px 8px 24px 0px;
    margin: 0px 19px 0px 19px;    
    width: 100%;  
    height: 100%;
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.08);

}
.service-text-box{
    display: flex;
    gap: 10px;
}
.em-service-icon{
   
    margin: 21px 4px 0px -17px;
    
   
}
.em-service-icon i{
       display: inline-block;
    color: #1E2B62;
    font-size: 22px;   
    line-height: 68px;   
    text-align: center;
    transition: all 0.2s;
   
    width: 68px;
    height: 68px;
    border-radius: 50%;
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.06);
    background: var(--white);
  
}
.em-service-icon i::before{
 background: var(--white);
 transition: all 0.2s;
}
.service-inner{
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 19px;
}
.inner-btn{
    color: #333333;
    font-size: 15px;
    background-color: #FFFFFF00;
    border-style: none;
    padding: 0px 0px 0px 0px;
    font-weight: 600;
    transition: .4s;
}
.inner-btn:hover,.inner-title:hover {
    color: var(--accent-color);
}
.inner-title{
 color: #333;
font-weight: 600;
font-size: 19px;
transition: .4s;
}
.title-text{
    font-size: 16px;
}


.section-bg-dark{
    width: 100%;
    height: 100%;
    color: var(--white);
    background: #040807;
    opacity: 0.9;
    
}
.section-stats{
    background:  url(files/images/image-display-2025-03-26_19-481.png);
    background-position: center;
    background-size: cover; 
}



.counter_inner{
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 19px;
   align-items: center;
   text-align: center;
   height: 100%;
   width: 100%;
}
.counter_inner i{
     
    font-size: 44px;
}
.countr_text{
    font-size: 36px;
    font-weight: 600;
}
.counter_title{
    font-size: 19px;
    font-weight: 600;
}
.blog-list{
    display: flex;
    gap: 19px;
    padding: 0 22px;
} 
.blog-slider .slick-track{
    display: flex;
    gap: 19px;
    direction: ltr !important;
}

.blog-item{
    flex: 1;
    display: flex;
   
    
    flex-direction:  column;
    transition: .4s;
    box-shadow: 0 3px 19px 0 rgb(148 146 245 / 20%);
    position: relative;
    overflow: hidden;
    background: var(--white);
    color: #222429;
   height: 816px;
}
.blog-item:hover{
    box-shadow: 0 0 4px 0 rgba(0,0,0,.05);    
}
.blog-item:hover .blog-img-thumb::before,.blog-item:hover .blog-link img{
    transform: scale(1.2);
} 
.blog-item:hover .top-category{
    transform: scale(1);
}
.blog-img-thumb{
    overflow: hidden;
    position: relative;
    flex: 1;
    width: 100%;
}
.blog-img-thumb::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scale(0);
    transition: .4s;
    z-index: 1;
    background: rgba(0,0,0,.5);
}
.blog-link{
    height: 284px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
   
}
.blog-link img{
  object-fit: cover;
    height: 100%;
    width: 100%;
    transition: .4s;
}
.top-category{
    transform: scale(0);
    transition: .4s;
    position: absolute;
    left: 22px;
    top: 22px;
    z-index: 999;
}
.top-category span{
    background: var(--accent-color);
    color: var(--white);
    padding: 3px 10px;
    border-radius: 5px;
    margin: 0 10px 10px 0;
}

.blog-infa-thumb{
    flex: 1;
    
}
.blog-col{
    padding: 22px 19px 25px;
    display: flex;
    flex-direction: column;
    gap: 19px;
    width: 100%;
    height: 100%;
    justify-content: space-between;
}
.blog-title{
    font-size: 19px;
}
.blog-title:hover{
    color: var(--accent-color);
}
.blog-meta{
    margin-bottom: 19px;
    margin-top: 19px;
    width: 100%;
    border-bottom: 1px solid #e2d9d9;
    border-top: 1px solid #e2d9d9;
    padding: 5px 0 10px;
    display: flex;
    gap: 19px;
}
.blog-meta span{
    color: #888;
    font-size: 11px;
    display: flex;
    align-items: center;
    gap: 4px;

}
.blog-meta span i{
    color: #012f5d;
    font-size: 15px;
    
}
.slick-prev, .slick-next {
    width: 28px;
    height: 28px;
}
.slick-prev:before, .slick-next:before{
    color: var(--accent-color);
    font-size: 27px;
}
.slick-prev{
    left: -8px;
}
.slick-next{
    right: -8px;
}



.pricing-wrapper{
   
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 19px;
    align-items: center;
    text-align: center;
     border-radius: 8px;
    box-shadow: 0 0 27px 0 rgb(0 0 0 / 8%);
    
}
.pricing-icon{
    padding-top: 42px;
    text-align: center;
}
.pricing-icon svg {
    fill: var(--accent-color);
   width: 42px;
   height: 42px;
   
}
.tarif-title{
    font-size: 25px;
    color: #333;
    padding: 27px 0 10px;
}
.pricing-infa h5{
    color: #464646;
    font-weight: 600;
    font-size: 35px;
}
.pricing-service{
    margin-top: 27px;
    padding: 0 27px;
}
.pricing-service-item{
    padding: 19px 0;
    font-size: 16px;    
    border-bottom-style: solid;
    border-bottom-color: #8d8d8d42;
    border-bottom-width: 1px;
    transition: all .2s;
}
.pricing-service-item:hover{
 color: var(--accent-color);
  transform: scale(1.02);
}
.button-service{
    margin-bottom: 42px;
    margin-top: 22px;
}
.section-about{
    padding: 90px 0px 70px 0px;;
}
.main_wrapper{
    display: flex; 
    flex-direction: column;
    align-items: center;            
    gap: 34px;
    
}
.main_wrapper > div{
    flex: 1;
}
.main_picture{
    display: flex;
    justify-content: center;
    align-items: center;
    order: 0;
}

.main_picture img{
    border-radius:  25px;
    object-fit: cover;
    height: 479px;
    width: 100%;
    box-shadow: 22px 22px 22px 0px rgba(0, 0, 0, 0.17);
}
.main_tex{
    text-align: start;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 19px;
}
.main_tex p{
    margin-bottom: 10px;
    text-indent: 3ch;
}
.main_tex ul,ol{
    list-style: inside;
}
.priceBox{
    display: flex;
    width: 20%;
    padding-bottom: 19px;
    border-bottom: 1px solid #DEDEDE;
    gap: 10px;
    font-weight: 600;
    font-size: 27px;
    color:  #e84545;
    
}
.priceBox p{
    text-indent: 0ch;
}
.title-main{
    font-size: 36px;
   margin-bottom: 39px;
    font-weight: 800;
    line-height: 1.4;
    text-align: center;
}	
.page-img img{
    border-radius:  25px;
    object-fit: cover;
    height: 479px;
    width: 100%;
    box-shadow: 22px 22px 22px 0px rgba(0, 0, 0, 0.17);
}
.page_tex{
    text-align: start;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 19px;
}
.page_tex p{
    margin-bottom: 10px;
    text-indent: 3ch;
}
.page_tex ul,ol{
    list-style: inside;
}
.workers{
    display: flex;
    flex-direction: row;
    gap: 22px;
}	
.worker{
    flex: 1;
}
.worker-wrapper{
    width: 100%;
    height: 100%;
    padding: 10px;
   
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
}	
.worker-wrapper:hover .worker-text{
background: var(--accent-color);
color: var(--white);
}
.worker-img{
    flex: 2;
    display: flex;
     display: flex;
    align-items: center;
    justify-content: center;

}

.worker-img img{
  object-fit: cover;
    height: 100%;
    width: 100%;
    transition: .4s;
}
.worker-text{
    flex: 1;
    box-shadow: 0 0 65px 0 rgb(0,0,0,.08);
    padding: 27px 10px;
    display: flex;
   flex-direction: column;
    gap: 19px;
   
    transition: all .2s;
}
.worker-text h5{
    font-size: 19px;
    font-weight: 600;
}
.worker-text span{
    font-size: 15px;
}
.contact-comment{
    display: none;
}
.comments-list{
display: flex;
gap: 22px;
flex-direction: row-reverse;
}
.comments-item{
    flex: 1;
    padding-top: 19px;
    padding-bottom: 19px;
}
.comments-box{
    position: relative;
    box-shadow: 0 0 18px rgb(0 0 0 / 15%);
                  
    text-align: center;
   
    border-radius: 2;
    padding: 82px 27px 19px 27px;
    margin: 35px 0px 0px 0px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 19px;
    align-items: center;
    background: var(--white);
}
.comment-name{
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.comment-name span{
    font-size: 15px;
    
}
.comment-name h4{
    font-size: 16px;
    font-weight: 600;
}
.comments-box i{
     position: absolute;
      right: 21px;
      bottom: -22px;
      color: rgba(1,47,93,.06);
      font-size: 89px;
       opacity: 1;
}

.slider__item_star {
  font-size: 25px;
  color:  #e84545;
}
.comment-avatar{
        top: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translatex(-50%);
    right: 0;
    display: flex;
align-items: center;
}
.comment-avatar img{
 
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translatex(-50%);
    z-index: 22;
    width: 106px;
    height: 106px;
    border-radius: 50%;
    border: 1px solid #ddd; 

}
   

				

@media (max-width: 575px){
   
    .navbar-toggler{
        width:  auto;
    }
    .privacy-wrapper{
        justify-content: center;
    }
    .contact-form{
        padding: 0;
    }
    .contact-us-title {
        margin: 0;
    }
    .contact-us-title i{
        font-size: 19px;
    } 
    .contact-us-title p{
        font-size: 13px;
    }
    .form-check-label{
        font-size: 11px;
    }
    .pricing-service{
        padding: 0 4px;
    }
    .hero-button{
        flex-direction: column;
    }
    .title-main,.title-pege {
        font-size: 25px;
    }
    .priceBox{
        width: 100%;
    } 
}
    
 
@media (max-width: 768px){
   .section-hero-contact {
    padding: 25px 0!important;
   }
   .bg-contact h1{
    font-size: 25px;
    line-height: 1;
   }
   .service-box{
    margin: 0px 0px 0px 19px;
   }
   .workers{
    flex-direction:  column;
   }
   .contact-comment-wrapper{
    padding: 80px 0 80px;
   }
   .home-text h2{
    font-size: 19px;
   }
   
   
}



@media (max-width: 992px){
    .header-top .row{
    flex-direction:  column;
    gap: 19px;
   }
  .logo{
    display: flex;
   }
   .contact-heder{
    justify-content: center;
   }
   .footer-list {
    flex-direction: column;
}
.contact-wrapper{
        flex-direction: column;
    }
    .contact-form-title{
        text-align: center;
        font-size: 22px;
    }
    .service-list{
        flex-direction: column;
    }
    .service-item{
        flex-direction: column;
    }
   .blog-list{
    padding: 0;
   }
   .comments-list{
    flex-direction: column;
   }
   .contact-comment-wrapper h2{
    font-size: 22px;
   }

    
}



@media (min-width: 10px) and (max-width: 991px){
    .header-top2-relative{
        display: none;
    }
    .mobile-menu{
    display: block!important;
    height: auto;
    }
    .nav-item:hover.nav-item a{
    color: #012f5d;
     background: #f8f8f8 ;
}
.nav-item:hover{
    background: #f8f8f8 ;
}
}
@media (min-width: 768px) and (max-width: 991px){
    .section-hero-contact {
       padding: 40px 0!important;
   }
   .worker-wrapper{
    flex-direction: column;
   } 
}
@media (min-width: 992px) and (max-width: 1199px){
    .header-top2-relative{
        padding-top: 158px;
    }
    .top_crt_style{
    padding-right: 22px!important;
    padding-left: 22px!important;
    padding: 10px;
    } 
    .header-addres{
        flex-direction: column;
        align-items: center;
    }
}
@media (min-width: 1200px) and (max-width: 1660px){
    .creative-header{
        padding-top: 120px;
    }
    .header-top2-relative{
        padding-top: 0;
    }
       
}


.btn-1 {
    padding: 10px 25px;
     display: block;
    width: fit-content;
    text-align: center;
    font-size: 14px;
     border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
  }
  
  .btn-1:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -1px;
    left: -1px;
    background-size: 400%;
    z-index: -1;
    filter: blur(4px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
  }
  
  .btn-1:active {
    color: #000
  }
  
  .btn-1:active:after {
    background: transparent;
  }
  
  .btn-1:hover:before {
    opacity: 1;
  }
  
  .btn-1:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
  }
  
  @keyframes glowing {
    0% {
      background-position: 0 0;
    }
  
    50% {
      background-position: 400% 0;
    }
  
    100% {
      background-position: 0 0;
    }
  }
  
  .btn-2 {
    display: block;
    width: fit-content;
    text-align: center;
    background-color: #012f5d;
    box-shadow: #094c66 4px 4px 0px;
    border-radius: 25px;
    padding: 19px 10px;
    color: #fff;
    border: none;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    min-width: 120px;
    transition: transform 200ms, box-shadow 200ms;
  }
  
  .btn-2:active {
    transform: translateY(4px) translateX(4px);
    box-shadow: #094c66 0px 0px 0px;
  }
  .btn-3 {
    position: relative;
    display: block;
    width: fit-content;
    text-align: center;
    background: linear-gradient(to bottom, #1b1c3f, #4a4e91);
   
    color: white;
   
   
    font-weight: 800;
    font-size: 14px;
   
    border: none;
   
    border-radius: 27px;
   
    padding: 14px 28px;
   
    cursor: pointer;
   
    box-shadow: 0 4px 19px rgba(0, 0, 0, 0.2);
   
    animation: button-shimmer 2s infinite;
    transition: all 0.3s ease-in-out;
   
  }
  
  
  .btn-3:hover {
    background: linear-gradient(to bottom, #2c2f63, #5b67b7);
    animation: button-particles 1s ease-in-out infinite;
    transform: translateY(-1px);
  }
  
  
  .btn-3:active {
    transform: scale(0.95);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  }
  
  
  @keyframes button-shimmer {
    0% {
      background-position: left top;
    }
  
    100% {
      background-position: right bottom;
    }
  }
  
  
  @keyframes button-particles {
    0% {
      background-position: left top;
    }
  
    100% {
      background-position: right bottom;
    }
  }
  
  .btn-4 {
    padding: 19px 39px;
    border-radius: 10px;
    border: 0;
     display: block;
    width: fit-content;
    text-align: center;
    background-color: rgb(255, 56, 86);
    letter-spacing: 1.4px;
    font-size: 14px;
    transition: all .3s ease;
    box-shadow: rgb(201, 46, 70) 0px -10px 0px 0px;
    color: hsl(0, 0%, 100%);
  }
  
  .btn-4:hover {
    box-shadow: rgb(201, 46, 70) 0px 7px 0px 0px;
  }
  
  .btn-4:active {
    background-color: rgb(255, 56, 86);
  
    box-shadow: rgb(201, 46, 70) 0px 0px 0px 0px;
    transform: translateY(4px);
    transition: 200ms;
  }
  
  .btn-5{
    display: block;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #ff5252;
    border: 1px solid #000;
    border-radius: 10px;
    box-shadow: 4px 4px 0px #000;
    transition: all 0.3s ease;
  }
  
  .btn-5:hover {
    background-color: #fff;
    color: #ff5252;
    border: 1px solid #ff5252;
    box-shadow: 4px 4px 0px #ff5252;
  }
  
  .btn-5:active {
    background-color: #012f5d;
    color:#fff ;
    box-shadow: none;
    transform: translateY(4px);
  }

  .contact-box-wrapper{
        flex: 1;
  }

  .slider-partners{
    direction: ltr !important;
  }

  @media(max-width: 420px){
    .page-img img, .main_picture img{
        height: auto;
    }
  }


.logo-bottom{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 2.5vw;
    flex-wrap: wrap;
    padding-bottom: 40px;  
  }
  
  
  
  .img1{
    width: 15vw;
    object-fit: contain;
  
  }
  
  .img2{
    width: 11vw;
    object-fit: contain;
  
  }
  
  .img3{
    width: 7vw;
    object-fit: contain;
    border-radius: 50%;
    background-color: white;
  }
  
  .img4{
    width: 7vw;
    border-radius: 50%;
    background-color: white;
    object-fit: contain;
  
  }
  
  .blockDis{
    padding: 10px 25px;
  }
  
  .disText{
    font-size: 28px;
    color: #f24d4a;
    text-align: center;
  }
  
  .disText1{
    font-size: 20px;
    color: #f24d4a;
    text-align: center;
  }
  
  @media(max-width: 680px){
    .img1{
      width: 24vw;
      object-fit: contain;
    
    }
    
    .img2{
      width: 15vw;
      object-fit: contain;
    
    }
    
    .img3{
      width: 11vw;
      object-fit: contain;
      border-radius: 50%;
      background-color: white;
    }
    
    .img4{
      width: 11vw;
      border-radius: 50%;
      background-color: white;
      object-fit: contain;
    
    }
  }

  #age-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.98);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 9999;
  }
  #age-overlay.hidden {
    opacity: 0;
    pointer-events: none;
  }

  #age-modal {
    background: linear-gradient(135deg, #3F51B5, #1865b0);
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    max-width: 90%;
    width: 300px;
    color: #fff;
  }
  #age-modal p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #age-modal .age-buttons {
    display: flex;
    gap: 10px;
  }
  #age-modal .age-buttons button {
    flex: 1;
    background-color: #fff;
    border: none;
    padding: 10px 0;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  #age-modal .age-buttons button:hover {
    background-color: #ddd;
  }
  @media (max-width: 600px) {
    #age-modal {
      width: 90%;
    }
    #age-modal .age-buttons {
      flex-direction: column;
    }
    #age-modal .age-buttons button {
      width: 100%;
      margin-bottom: 10px;
    }
  }

.contact-comment-bg {
  background-color: #f8f5f14d;
}

body:not(:has(.header-addres-list)) .nav-link {
  font-size: 18px;
}
body:not(:has(.header-addres-list)) .top_crt_style {
  padding: 30px;
}

.worker-wrapper {
  display: flex;
}
.worker-wrapper .worker-img {
  flex: 1;
}
.tarif-item.active .titleForm {
  display: block;
}

.titleForm {
  display: none;
}
.page-img {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
.page-img img {
  float: none;
  margin: 0;
}
