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

:root {
  --white: #fff;
  --black: #060606;
  --accent-color: #ffc999;
  --dark-section:  #222F3D;   

  --hover-tranzitipn: all .5s cubic-bezier(.3,1,.35,1) 0s;  
}

a{
    word-break: break-all;
}

.section{
    padding: 73px 0;   
}
.section-form{
    padding: 0  0 73px;
}

.animate-element {
    opacity: 0;
    transform: translateY(20px); 
    transition: opacity 4s ease, transform 4s ease;
}
  
.animate-element.visible {
    opacity: 1;
    transform: translateY(0);
    z-index: 1;
}


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

.header-logo{
    color: var(--white);
    font-size: 18px;
    display: flex;
    align-items: center;
    text-align: left;
    gap: 7px;
    transition: var(--hover-tranzitipn);
}
.header__logo:hover{
color: var(--accent-color);
}
.header-logo-img img{
    width: 62px;
    height: 62px;
    object-fit: contain;
}
body{
    direction: ltr;
    font-family: 'Inter Tight', sans-serif !important;
    font-size: 14px;
    margin: 0;
    padding: 0px;
    color: #D0D7Df;
    background: var(--black);
}
h1,
h2,
h3,
h4,
h5,
p{
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: var(--hover-tranzitipn);
}
a:hover,a:focus{
    color: var(--accent-color);
}
img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}

ul{
    margin: 0;
    padding: 0;
}
.navbar-custom{
    position: fixed;
    background-color:transparent;   
    width: 100%;
    border-radius: 0px;
    padding: 4px 0;
    z-index: 999;  
    margin-bottom: 0px;
    font-weight: 700;
}
.nav-sticky { 
    position: fixed;
    top: 0px;
    right: 0;
    left: 0;  
           
    background-color: var(--black);
    color: var(--white); 
    box-shadow: rgba(255, 201, 153, 0.2) 0px 4px 7px;    
   
    z-index: 4;
    padding: 4px 0;  
    -webkit-transition: var(--hover-tranzitipn);
    -moz-transition: var(--hover-tranzitipn);
    -o-transition:var(--hover-tranzitipn);
    -ms-transition: var(--hover-tranzitipn);
    transition: var(--hover-tranzitipn);
}
.nav-link{
    color: var(--white);
    transition: var(--hover-tranzitipn);
    
}
.nav-item{
    position: relative;
}
.nav-item::after{
    position: absolute;
    content: "";
    background: var(--accent-color);
    height: 2px;
    width: 100%;
    top: 15px;
    opacity: 0;
    transition: var(--hover-tranzitipn);
    display: block;

}

.nav-item:hover .nav-link,.nav-link:focus,.nav-link:hover  {
    color: var(--accent-color);
}

.navbar-toggler{
    color: var(--white);
    border-color: var(--white);
}

.video-container{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
   
}
.video-container::before{
    position: absolute;
    content: '';
    background: rgba(43,73,108,.4);   
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
}
.video-container video{
    position: absolute;
    left: 50%;
    width: auto;
    height: auto;
    top: 50%;
    min-width: 130%;
    min-height: 130%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.sub-menu{
    display: none;
    margin: 0;
    margin-top: 20px;
    padding: 20px 0;
    width: 240px;
    text-align: left;
    position: absolute;
    top: 100%;
    left: -80%;
    background: #0e1721;
    border: 2px solid #ffc999;
    z-index: 5;
    transition: var(--hover-tranzitipn);
}
.nav-item:hover .sub-menu,.nav-item:focus .sub-menu{
    display: block;
}
.sub-menu::before{
    content: '';
    position: absolute;
    top: -22px;
    left: 0;
    right: 0;
    height: 22px;
}
.sub-item{
    position: relative;
    display: block;
    background: 0 0;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: none;
    white-space: normal;
    
}
.sub-link{
    display: block;
    padding: 4px 30px;
    color: #fff;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    transition: var(--hover-tranzitipn);
}
.sub-link::before{
    content: "";
    position: absolute;
    background: #ffc999;
    top: 50%;
    left: 15px;
    width: 15px;
    height: 2px;
    opacity: 0;
    transition: var(--hover-tranzitipn);
}
.sub-item:hover .sub-link,.sub-item:focus .sub-link{
    color: var(--accent-color);
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}
.sub-item:hover .sub-link::before,.sub-item:focus .sub-link::before{
    opacity: 1;
}
.video-title_wrapper{
    padding: 100px 0 60px;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    color: #fff;
    z-index: 2;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.video-title_container{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;    
    padding-top: 30px;
    padding-bottom: 30px;
}
.video-title_container span{
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;   
  
}
.section-contact{
    position: relative;
    overflow: hidden; 
    background-image: url(photo/thumbnails_header_685013a772e0f4.88249417.jpg); 
    width: 100%;
    height: 550px;
    z-index: 1;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
}
.section-contact::before{
    content: '';
    background: rgba(54,66,80,.4);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.cotn-title-wrapper{
    position: absolute;
    position: absolute;
    z-index: 4;
    width: 100%;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
}
.cotn-title-wrapper h1{
    color: #fff;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    
}
.contact-form-check{
  display: flex;
  flex-direction: row;
  gap: 7px;
  align-items: center;
  font-size: 14px;
}
.map-wrapper {
    height: 450px;	
    width: 100%;				
}
iframe{
    height: 100%;
    width: 100%;
    border: 0;
}
.contact-infa-wrapper{
    display: flex;
    gap: 20px;
    flex-direction:  row;
}
.contact-infa_cont{
    flex: 1;
}
.contact-infa_form{
    flex: 1;
}
.contact-infa_box{
    padding: 15px;
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: row;
    align-content: flex-start;
}
.infi-item{
    display: flex;
    gap: 15px;
    width: 100%;
    flex-direction: column;
    align-items: center; 
    text-align:  center;
    padding: 20px 15px;
   
}

.infi-item_icon{
    
    flex: 0 0 auto;
}
.infi-item_icon span{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 19px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--accent-color);
    color: var(--black);
    font-size: 20px;
   
}

.infi-item_text{
    display: flex;
    gap: 15px;
    flex-direction: column;
}
.infi-item_text h3{
    color: var(--accent-color);
    font-size: 17px;
    font-style: italic;
}
.bi{
    height: auto;
}
.form-page{
 width: 100%;
}
.form-box{
    display: flex;
    flex-direction: column;
    gap: 20px;
   
}
.form-input,.input-user--block_input,.textarea-user--block_input{
    width: 100%;
    padding: 19px;
    outline: none;
    border: none;
    border-bottom: 2px solid #d0d7df;
    background: inherit;
    color: #d0d7df;
}
.form-input textarea,.textarea-user--block_input{
    min-height: 100px;
}

.grup-form{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}
.footer-122{
    padding-bottom: 40px;    
    color: #d0d7df;
    background:  url(files/images/overlay_q900.png) no-repeat;
    background-position: center;
    background-size: cover; 
    
}
.copyright{
    padding-top: 40px;
    display: flex;
    gap: 15px;
    border-top: 2px solid #5d5d5e;
    justify-content:center;
   
}
.footer-section{
  padding: 99px 0  19px;
}
.footer-wrapper{
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
}
.footer-wrapper>div{
    flex: 1;
}
.footer-element{
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.footer-logo{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
   
}
.footer-logo img{
    width: 100px;
    height: 100px;
}
.penci-workingh-line1{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.penci-icontitle{
    display: flex;
    align-items: center;
    gap: 7px;
}
.time{
    display: none;
}
.footer-element:last-child{
    text-align: end;
}
.footer-element:first-child{
    text-align: start;
}
.title-container{
    position: relative;
    color: var(--white);
    text-align: center;
    margin-bottom: 40px;
    font-size: 34px;
    padding-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 400;
    line-height: 1.4;

   
}
.title-container::before{
    position: absolute;
    content: "";
    background: var(--accent-color);
    height: 2px;
    width: 25%;
    left: 50%;
    bottom: 0;    
    transform: translate(-50%);
}
.benefit-row{
    flex-direction: row-reverse;
}
.benefit-item{
    padding: 15px;
    display: flex;
    gap: 42px;
    height: 100%;
    font-size: 17px;
    justify-content: flex-start;
    flex-direction: column;
    text-align: center;
}
.benefit-img{   
   display: flex;
   height: 100%;
   width: 100%;
   align-items: center;
   justify-content: center; 
   
   
}

.slick-initialized .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.benefit-pading{
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    justify-content: center;
}
.slick-slider{
    width:100%;
    height: auto;
}
.slider-benefit .slick-dots li button:before,.slider-comments .slick-dots li button:before{
    color: var(--white);
}
.slider-benefit .slick-dots {
    bottom: 6px;
}
.partner-item{
    width: 100%;
    height: 100px;
    box-shadow: 0px 4px 7px rgba(255, 201, 153, 0.8);
    border: 2px solid var(--accent-color);
    background: #0e1721;
    border-radius: 4px;   
    overflow: hidden;    
    padding:  19px;
}
.partner-item:hover img{
    transform: scale(1.04);
    box-shadow: ;
    
}

.partner-item > img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--hover-tranzitipn);
}
.servis-wrapper{
    display: flex;
    gap: 31px;
    flex-direction: column;
   
}
.servis-wrapper>div{
    flex: 1;
    
}
.servis_item{
   
    display: flex;
    gap: 31px;
    flex-wrap: wrap;
    flex-direction: row-reverse ;
   
}
.servis_item-box{
    position: relative;
    flex-grow: 1; 
    flex-basis: 300px;   
    width: 100%;
    
}
.servis-card{
    position: relative;
   padding: 20px;    
    width: 100%;
    min-height: 300px;
    border: 2px solid var(--accent-color);
    background-color:#222F3D;
    text-decoration: none;
    color: var(--white);
    display: block;
    transition: 0.25s ease;
    height: 100%;
    box-shadow: 0px 4px 7px rgba(255, 201, 153, 0.8);
    
}
.servis-card::before{
    position: absolute;
   content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
   
    background: url(files/images/overlay_q901.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.card-display{
    position: relative;
   display: flex;
    flex-direction: column;
    align-items: start;
    gap: 31px;   
    min-height: 300px;
    height: 100%;
    justify-content: flex-end;

}
.card-icon{
    
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-icon img{
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.card-hover{
   
    display: none;
    min-height: 200px;
    height: 100%;
    color: var(--white); 
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    text-align: center;
}
.card-border{
   position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 2px dashed var(--accent-color);
    z-index: -1;
}
.servis-card:hover{
    transform: translate(-20px, -20px);
    border-color: rgb(132 204 22);
}
.servis-card:hover .card-display{
    display: none;
    
} 
.servis-card:hover .card-hover{
    display: flex;
    position: relative;
}

.post-box{
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex-grow: 1;
    flex-basis: 300px;
    width: 100%;  
}
.post-image{
   
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.hover-img{
    position: relative;
    overflow: hidden;
}
.hover-img img{
 transform: scale3d(1,1,1);
 transition: transform 1s ease-in-out;
}
.hover-img::after{
    content: '';
    background: rgba(54,66,80,.4);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all 1s cubic-bezier(.3,1,.35,1) 0s;
}
.post-image img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    vertical-align: middle;
   
}

.hover-img:hover img{
    transform: scale3d(1.5,1.5,1);
	transition: transform 5s ease-in-out;
}
.hover-img:hover.hover-img::after{
    opacity: 1;
}

.meta-info{
    display: inline-flex;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.meta-date-all{
    color: #d0d7df;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.divider-meta{
    height: 2px;
    width: 24px;
    background: #d0d7df;
    margin: 0 15px;
}
.meta-categ-all{
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .05em;
    color: var(--accent-color);
    text-transform: uppercase;
}
.post-title{
    font-size: 22px;
    font-weight: 700;
   
    text-align: center;
}
.post-link{
    font-size: 17px;
    font-style: italic;
    letter-spacing: .03em;
    color: var(--accent-color);
    display: inline-block;
    position: relative;
    background: 0 0;
    padding: 0;
    margin-top: 30px;
}
.post-link::after{
    position: absolute;
    content: '';
    background: var(--accent-color);
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    transition: width .3s cubic-bezier(.3,1,.35,1) 0s;
    display: block;
}
.post-link:hover.post-link::after{
    width: calc(100% + 15px);

}
.post-link:hover {
    color: var(--accent-color);
}
.main-content{  
   font-size: 17px;
    line-height: 1.6;   
}
.main-content p{
    margin-bottom: 15px;
    text-indent: 3ch;
}
.main-content ul,ol{
    list-style: inside;
}
.main-content .title{
    text-align: center;
}
.main-picture {
   transition: 0.5s ease;
   border-radius: 15px;
   float: right;
   width: 37%;
   margin: 20px;
   margin-top: 0;
   margin-right: 0;
   
}
.price{
    display: inline-flex;
    gap: 15px; 
    color: var(--accent-color); 
    margin-top: 20px; 
    justify-content: right;
    font-weight: 700;
    font-size: 27px;
    
}
.price p{
    text-indent: 0ch;
}
.section-bg{
    background-color: #222F3D;
    background-image: url(files/images/overlay_q902.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 40px 0px 40px 0px;
}
.itemcounter{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
}

.counter-num{
    display: flex;
    align-items: center;
    gap: 7px;
    line-height: 1.4;
    font-size: 3rem;
    color: var(--accent-color);
}
.itemcounter p{
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.section-img{
    position: relative;
    background-image: url(files/images/body-bg_q900.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px 100px 0px;
    background-attachment: fixed;
}
.section-img::before{
    position: absolute;
    content: '';
    background-color: #364250;
    opacity: 0.6;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.comment-item{
    display: flex;
    justify-content: center;
    padding: 19px 0;
    flex-direction:  column;
    gap: 13px;
    align-items: center;
    text-align: center;
}
.comment-icon svg{
    fill: var(--accent-color);    
    width: 62px;
    font-weight: 800;
    transform: rotate(0deg);
}
.comment-text{
    font-size: 30px;
    font-weight: 700;
}
.comment-bio{
    display: flex;
    flex-direction: column;
    gap: 19px;

}
.comment-bio h3{
    font-size: 18px;
    font-weight: 700;
}
.comment-bio p{
    font-size: 14px;
    font-weight: 400;
}
.worker-item{
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.worker-img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.worker-img img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    box-shadow: 0px 4px 7px rgba(255, 201, 153, 0.8);
    border: none;
   
}
.worker-name{
    display: flex;
    text-align: center;
    flex-direction:  column;
    gap: 19px;
}
.worker-name h3{
    font-size: 22px;
    font-weight: 600;
    color: var(--white);
}
.worker-name p{
    font-size: 12px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--accent-color);
}
.box-inr{
    padding: 15px;
}
.form-img{
    display: flex;
    align-items: center;
    justify-content: center;
    

}
.border-img{
 border: 2px solid var(--accent-color);
 border-radius:  50%  50% 0em 0em;
}
.img-gallery{
    object-fit: cover;
    width: 100%;
    height: 400px;   
   
}
.img-2{
    margin-top: 40px;
}
.form-img_wrapper{
    height: 100%;
}
.form-wrapper{
    flex-direction: row-reverse;
}



@media (max-width: 575px){
    .navbar>.container, .navbar>.container-fluid{
        gap: 15px;
    }
   
   .header-logo-img img {
    width: 40px;
    height: 40px;
   }
   .section-contact_title{
    font-size: 24px;
   }
   .contact-infa_box{
    padding: 15px 0;
   }
  .copyright{
    flex-direction: column;
    text-align: center;
  }
  .servis-card:hover {
    transform: translate(-10px, -10px);
    
}
.comment-text{
    font-size: 20px;
}
.section-img{
    padding: 73px 0;
}
.title-container{
    font-size: 24px;
}
.privacy-box h1{
    font-size: 20px;
}
.privacy-box h2{
    font-size: 19px;
}
.benefit-item{
    font-size: 18px;
}
.video-title_container h1{
    font-size: 24px;
}
.post-title{
    font-size: 20px;
}



    
}
    
@media (max-width: 768px){
.contact-infa_box{
    flex-direction: column;
}
.footer-wrapper{
    flex-direction:  column;
}

.footer-element:last-child,.footer-wrapper,.footer-element:first-child{
    text-align: center;
}
.footer-logo {
    justify-content: center;
}
.main-picture{
    float: none;
    width:100%;
    margin: 0 0 20px 0;    
}


}
 
@media (min-width: 575px) and (max-width: 991.98px){
   
   .img-gallery{
    height: 550px;
   }
   .title-container{ 
    font-size: 30px;
   }
}

@media (min-width: 992px){
 .nav-item:hover.nav-item::after{
    opacity: 1;
    top: 0;
} 
   

    
}

@media (max-width: 991px){
  .navbar-custom{
    background: var(--black);
  }
  .sub-menu{
    margin-top: 0;
    padding: 0;
    width: 100%;
    position: initial;
    border: none;
    background: inherit;
  }
  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav{
    padding-bottom: 30px;
  }
  .contact-infa-wrapper{
    flex-direction: column;
  }
  .infi-item {
    flex-direction: column;
    text-align: center;
    
  }
  .benefit-pading{
    padding-right: 15px;
    padding-left: 15px;
  }
  .img-2{
    margin: 0;
  }
  .form-wrapper{
    gap: 31px;
    flex-direction:  column;
    
}

}

@media (min-width: 1200px){
 .servis-wrapper{
    flex-direction: row;
 }
 .servis_item {
    flex-wrap: nowrap;
 }
}


.btn-1 {
    position: relative;
    display: block;
    width: fit-content;
    font-size: 18px;
    font-style: italic;
    letter-spacing: .03em;
    text-transform: uppercase;
    padding: 15px 34px;  
    background: none;
    border: 2px solid #fff;
    border-radius: 0;
    cursor: pointer;
    color: #fff;
    text-align: center;
    transition: all 1s cubic-bezier(.3,1,.35,1) 0s;
  }
  .btn-1::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #fff;
    transform: scaleX(0);
    transition: all .3s cubic-bezier(.3,1,.35,1) 0s;
    transform-origin: right center;
    display: block;
  }
  
  .btn-1:hover {
      color: #0e1721;
      background: #fff;
  }
  .btn-1:hover.btn-1::after{
      transform: scaleX(1);
      transform-origin: left center;
  }
  
  
  .btn-2 {
   box-shadow: inset 0 0 0 4px #325b6b;
   color: #fff;
   transition: color 0.25s 0.0833333333s;
   position: relative;
   background: none;
   border: none;
   cursor: pointer;
   line-height: 1.4;
   text-align: center;
   display: block;
    width: fit-content;
   padding: 20px 31px;
   letter-spacing: 0.05rem;
  }
  
  .btn-2::before, .btn-2::after {
   border: 0 solid transparent;
   box-sizing: border-box;
   content: "";
   pointer-events: none;
   position: absolute;
   width: 0;
   height: 0;
   bottom: 0;
   right: 0;
  }
  
  .btn-2::before {
   border-bottom-width: 4px;
   border-left-width: 4px;
  }
  
  .btn-2::after {
   border-top-width: 4px;
   border-right-width: 4px;
  }
  
  .btn-2:hover {
   color: #ffe593;
  }
  
  .btn-2:hover::before, .btn-2:hover::after {
   border-color: #ffe593;
   transition: border-color 0s, width 0.25s, height 0.25s;
   width: 100%;
   height: 100%;
  }
  
  .btn-2:hover::before {
   transition-delay: 0s, 0s, 0.25s;
  }
  
  .btn-2:hover::after {
   transition-delay: 0s, 0.25s, 0s;
  }
  
  
  
  .btn-2:focus {
   outline: 2px dotted #325b6b;
  }
  
  
  
  
  
    
  .btn-3 {
    background-color: #ffc999;
    color: #111;
    border: none;
    display: block;
    width: fit-content;
    text-align: center;
    border-radius: 2px;
    padding: 15px 20px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 800;
    box-shadow: 2px 2px 15px #ffc999;
    transition: all 0.2s ease-in-out;
    
   
  }
  
  
  
  .btn-3:hover {
    background-color:#222F3D;
    color: #ffc999;
    box-shadow: 2px 2px 20px #222F3D;
    transform: translateY(-2px);
  }
  
  .btn-4 {
    text-align: center;
    display: inline-flex;
    padding: 12px 30px;
    color: #fff;
    text-transform: capitalize;
    background-color: #111;
    border: 2px solid #ffc999;
   -webkit-transition: all .5s cubic-bezier(.3,1,.35,1) 0s;
    transition:all .5s cubic-bezier(.3,1,.35,1) 0s;
    border-radius: 4px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
  }
  
  .btn-4:hover,
  .btn-4:focus {
    background-color: #ffc999;
    border-color: #111;
    color: #111;
  }
  
  
  .btn-5 {
    padding: 20px 31px;
    border: none;  
    display: block;
    font-style: italic;
    width: fit-content;
    background: #0e1721;
    text-align: center;
    border-radius: 2px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffc999;
    border: 2px solid #ffc999; 
    transition:all .5s cubic-bezier(.3,1,.35,1) 0s;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    outline: 2px solid #ffc999;
  }
  
  .btn-5:hover {
    color: #0e1721;
    transform: scale(1.05);
    outline: 2px solid #ffc999;
    box-shadow: 2px 2px 15px -2px #ffc999;
  }
  
  .btn-5::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #ffc999;
    transform: skewX(45deg);
    z-index: -1;
    transition: width 500ms;
  }
  
  .btn-5:hover::before {
    width: 200%;
  }
  
  
  .infi-itemFlex{
      flex: 1;
  }

  .benefitMargin{
    margin: auto 0;
  }

  .slider-benefit, .counter-number, .slider-comments{
      direction: ltr;
  }

  .politicBlock{
      padding: 40px 0;
  }

  .politicBlock h3{
      text-align: center;
  }

  .disclaBlock{
    background-color: #ffc999;
    padding: 20px;
    color: #000;
    margin-bottom: 25px;
  }

  .disclaBlock h2{
    font-size: 25px;
    font-weight: 700;
    padding: 10px 0 15px 0;
  }

  .disclaBlock p{
    font-size: 16px;
    font-weight: 400;
    padding: 5px 0;
  }


