@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Stencil+Display:wght@400;500;600;700&display=swap');

:root {
  --white: #fff;
  --black: #000;
  --accent-color: #fa0f56;
  --dark-section: #00072b;
  --light-section:#081134;
  --white-section:#F9F9F9;
  --transition: 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  
}

.section{
  padding: 104px 0 54px 0;
}
.section-page{
    padding: 84px 0 84px;
    background: var(--white-section);
}
.section-dark{
    background: var(--dark-section);
}
.title{
    color: var(--white);
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 55px;
}
.title-pege{
    font-weight: 700;
    line-height: 1.4;
    margin-bottom:  34px;
    font-size: 40px;
    color: #000000;
    
    
}

.privacy-box p{
  margin-bottom: 12px;
  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:17px ;
}


.header__logo{
color: #fff;
font-size: 23px;
align-items: center;
text-align: left;
gap: 20px;
 transition: all 0.5s;
}
.header__logo:hover{
color: var(--accent-color);
}
.header__logo img{
width: 43px;
height: 43px;
}
body{
    direction: ltr;
    font-family: 'Kanit', sans-serif !important;
    font-size: 18px;
    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{
    list-style: none;
    margin: 0;
    padding: 0;
}
.flex{
    display: flex;
}
.navbar{
    padding: 0;
}
.nav-custom{
    background-color: transparent;   
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    font-weight: 700;
    transition: all 0.5s ease-in-out;  
   
}

.nav-sticky {    
   
    box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.1);
    background: var(--dark-section);
    transition: .5s;
    z-index: 4;
    border: 0;

    
}
.nav-sticky .nav-link{
    color: #fff;
}
.nav-link{
   color: var(--white);
   display: block;
    padding: 25px 15px;
    transition: .5s;
    position: relative;  
    font-size: 18px;
    font-weight: 700;
}

.navbar-collapse{
    flex-grow: 0;
}

.nav-contact{
    color: var(--white);
    display: flex;
    gap: 5px;
    flex-direction:  column-reverse;
}
.navbar-toggler{
    
    color: #fff;
    line-height: 1;
     padding: 12px 20px 12px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out;
    width: auto;

}
  .nav-link:hover{
        color: var(--dark-section);
        background-color: transparent;
    }
        .dropdown-item a:hover{
        color: var(--dark-section);
    }
    .dropdown-toggle:focus.dropdown-toggle::after,.dropdown-toggle:hover.dropdown-toggle::after{
    color: var(--dark-section);
    }



.navbar-toggler:focus {
    box-shadow:none;
}
.bi-justify{
    width: 24px;
    height: 24px;
}

.offcanvas-backdrop{
    transition: all 0.4s ease-in 0.8s;
    left: 100%;
}
.offcanvas-backdrop.show{
    background: #ED451D;
    transition: all 0.8s ease-out 0s;
    left: 0;   
    visibility: visible;
}
.offcanvas-header{
    margin-bottom: 34px;
}
.dropdown-item a{
    white-space: initial;
    color: #000;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #fff;
}

.dropdown-menu{
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    padding: 17px 20px 8px;
    width: 320px;
    border-radius: 0;

}




.intro{
   
    overflow: hidden;
    position: relative;    
     
}
.video::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #c0c1c713;
    top: 0px;
    left: 0px;
    z-index: 2;
}
.swiper-container{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    
}
.swiper-wrapper{
    position: relative;
    width: 100%;
        height: 100vh;
    
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    
}
.video{
     position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
}



.video_media{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
}
.intro_content{
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 40%;
   
    z-index: 2;

    width: 100%;
    height: auto;

}
.intro_title{
    font-size: 21px;
    text-align: left;    
    color: #fff;
    margin: 0;   
    margin-bottom: 20px; 
    

}

.home_bg-2{
    background-image:linear-gradient( to right, rgba(28, 28, 28, 0.8), rgba(28, 28, 28, 0.8) ), url(images/figures_header_68248ebfb41310.90593888.jpg); 
}

.hero{
    display: flex;
    gap: 33px;
    align-items: center;
    padding: 33px 0;
}
.home-text,.home-img{
    flex: 1;
}
.home-img{
    background: #fff;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-img img{
    object-fit: cover;
    height:100%;
    max-width: 100%;
}
.home-text{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    gap: 17px;
}

.home-text h2{
    color: #ffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 55px;
    margin: auto;
    
}

.pricing{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 17px;
    padding: 44px 20px;
    align-items: center;
    box-shadow: 8px 8px 33px 0px rgb(42 67 113 / 15%);
    border-radius: 4px;
    text-align: center;
   
    background: #fff;   
    overflow: hidden;
    height: 100%;
    width: 100%;
    
}
.pricing-icon svg {
    fill: #03C4A1;
   width: 54px;
   height: 54px;
   
}
.pricing h4{
    font-size: 24px;
    color: #181b1d;
    font-weight: 700;
}
.pricing h5{
    font-size: 33px;
    color: #181b1d;
    font-weight: 700;
}
.pricing-service{
    display: flex;
    flex-direction: column;
    
}
.container__pricing-infa{
    display: flex;
    flex-direction: column;
    gap: 17px;
}
.pricing sub{
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    right: -65px;
    top: 20px;
    background: #03C4A1;
    line-height: 42px;
    width: 217px;
    height: 45px;
    text-align: center; 
    transform: rotate(45deg);
    -webkit-transform: rotate(35deg);
   
}
.pricing-service-item{
    padding: 17px 0;
    
    border-bottom-style: solid;
    border-bottom-color: #8d8d8d42;
    border-bottom-width: 0px;
   
    

}





.section-fag{
    background: var(--light-section);
}
.accordion-item{
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.09);
    margin-bottom: 17px;
}
.accordion-header{
    font-size: 18px;
    font-weight: 700;
}

.accordion-button{
    gap: 20px;
}

.accordion-button:focus,.accordion-button:hover,.accordion-button:not(.collapsed){
        color:var(--white);
    background: var(--accent-color);
    border-color: var(--accent-color);
    box-shadow:none;
}

.accordion-button{
    color: inherit !important;
    padding: 19px 20px 19px 33px;
}
.accordion-body{
    padding: 17px 23px 17px;
    text-align: start;
    font-style:italic ;
    font-size: 16px;
}


.single_counter{
    position: relative;
    padding: 31px 12px;
    text-align: center;    
    transition: all .3s ease 0s;
    border-top: 1px solid #324452;
    border-bottom: 1px solid #324452;  
    height: 100%;
    width: 100%;
}
.single_counter:hover {
    background: var(--accent-color);
    border-color: var(--accent-color);
}
.single_counter:hover:after, .single_counter:hover:before {
    border-color: #fa0f56;
}
.single_counter:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    border-left: 1px solid #324452;
    border-right: 1px solid #324452;
    height: 40%;
}
.single_counter:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    border-left: 1px solid #324452;
    border-right: 1px solid #324452;
    height: 40%;
}
.container__counter_inner{
    display: flex;
    gap: 17px;
    align-items: center;
     color: var(--white);
    flex-direction: column-reverse;
    
}
.counter_icon i{
   
    font-size: 61px;
    text-align: center;
}
.counter_title h4{
 
 font-size: 19px;
}
.container__countr_text{      
    display: flex;
    align-items: center;
    gap: 5px;
    
}
.container__countr_text h3,.container__countr_text span{
font-size: 43px; 
}


.team-blok{
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    overflow: hidden;
    transition: all .3s ease 0s;
    flex-direction: column-reverse;
    border-radius: 5px;   
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
    

}
.team-blok:hover .team-img img{
transform: scale(1.05);
}
.team-img{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.team-img img{
    object-fit: cover;
    height:100%;
    width: 100%;
     transition: all .3s ease 0s;
}
.container__team-content{
    flex: 1;
    padding: 23px 12px 23px;
    background: var(--white);
    
}

.container__team-content h5{
    color: #181b1d;
    font-weight: 700;
    font-size: 19px;
    line-height: 1.2;
}
.container__team-content span{
    font-size: 18px;
    color: var(--accent-color);
}

.blog-wrapper{
    display: flex;
    gap: 20px;   
    flex-direction: column-reverse;
}
.blog-stitch{
    display: flex;
    gap: 20px;
    flex: 1;
    flex-direction:  row-reverse;
   
}


.blog-box{
   
    display: flex;
    flex: 1;    
    flex-direction: column;
    
    
  
}
.blog-imgs{
    position: relative;
    transition: .5s;
    flex: 1;
    overflow: hidden;
}
.blog-imgs:hover .blog-imgs-link::before{
    transform: scale(1.2);
}
.blog-imgs-link{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog-imgs-link img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.blog-imgs-link::before{
    position: absolute;
    content: '';
    background: #FA0F5661;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: .5s;
}
.blog-context{
    padding: 23px 17px 20px;
    flex: 1;
    text-align: start;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 0%);
    display: flex;
    flex-direction: column;
    justify-content:space-around;
    color: var(--white);
    gap:  12px;
    
}
.link-title{
    font-weight: 700;    
    font-size: 32px;
}
.blog-context p{   
    font-size: 18px;
}
.blog-icon{
    font-size: 13px;
    color: var(--accent-color);
    line-height: 28px;
    display: flex;
    justify-content: space-between ;
}



.produkts{
    display: flex;
    gap: 20px;
}
.container__produkt-wraper{
    overflow: hidden;
    position: relative;
   padding: 0 12px;
    flex: 1;
}
.container__produkt-wraper:hover .produkt-img::before,.container__produkt-wraper:hover .produkt-img img{
    
    transform: scale(1.2);
}
.container__produkt-wraper:hover .container__produkt-content{
    bottom: 0px;
}
.container__produkt-wraper:hover .witr_pslide_custom{
        bottom: 45px;
}
.produkt-img{
    position: relative;
    overflow: hidden;
   flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.produkt-img img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    height: 355px;
}
.produkt-img::before{
    position: absolute;
    content: '';
    background: #00000080;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    transform: scale(0);
    transition: .5s;
    z-index: 1;
}
.container__produkt-content{
    position: absolute;
    bottom:-200px;
    padding: 44px 12px 17px;
    border-radius: 0px;
    left: 12px;
    right: 12px;
    z-index: 2;
    transition: .5s;
    text-align: left;
    background: #ffff;
}
.produkt-text-box{
    position: relative;
}
.produkt-buuton{
    position: absolute;
    top: -22px;
    right: 0px;
    z-index: 9;
    transition: .5s;
} 
.ti-arrow-right{
     width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
       
    color: var(--white);
    background: var(--accent-color);
}
.ti-arrow-right i{
  font-size: 18px;
}
.ti-arrow-right .bi{
    height: auto;
}

.produkt-title{
    color: #000;
    font-size: 18px;
     transition: .5s;
}
.produkt-title:hover {
 color: var(--accent-color);
}
.slick-initialized .slick-slide{
display: flex;
justify-content: center;
align-items: center;
}
.slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
    display: inline-block;
    z-index: 11;}

.slick-dots li button:before {
    background: #fa0f565c;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 0 solid var(--accent-color);
    margin-right: 13px;
    display: inline-block;
    content: "";
}
.slick-dots li.slick-active button:before {
    background:  var(--accent-color);
}

.form-wr{
    width: 90%;
    background: rgb(17 36 61 / 80%);
    padding: 33px;
    margin: 50px auto;
    border-radius: 20px;
    box-shadow: 0px 5px 33px rgb(53, 53, 53);
    color: var(--white);
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    display: flex;
    gap: 17px;
   flex-direction: column;
}
.input-form__block-control{
  background-color: #fff;
    border: 1px solid #aaa;
    height: 44px;
    border-radius: 4px;
    padding: 12px 20px;
}

.textarea-form__block-control{
   background-color: #fff;
    border: 1px solid #aaa;
     border-radius: 4px;
    padding: 12px 20px; 
    height:150px;
}

		

.main-text{
    color: #f3e5e5;
}

.price-wrapper{
   width: 40%;
   justify-content: center;
  margin-top: 33px;
   padding: 12px;
   background: #caedfa;
   margin-left:auto;
   border-radius: 4px;   
    gap: 12px;
    font-weight: 700;
    font-size: 19px;
    color: var(--accent-color);
    transition: .5s;
}
.price-wrapper:hover{
    background: var(--accent-color);
    color: var(--white);
}

.hero-contact-page{
    background-image:linear-gradient( to right, #00072b9e, #00072b85 ), url(images/depictions_header_68248ebfb411d8.90290109.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 170px 0 110px;
    overflow: hidden;
}
.hero-contact-page h1{
    font-size: 80px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}
.contact-box-adress{
    flex: 1;
}
.contact-box-form{
    flex: 2;
}
.section-map{
    display: flex;
    margin-right: auto;
    margin-left: auto;
}
.contact-wrapper{
    display: flex;
    gap: 20px;
    flex-direction: row;
}
.adress-box{
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}
.adress-item{
    flex: 1;
    transition: 0.3s;
}
.adress-item:hover{
    transform: scale(1.07);
}
.contact-box{
   
    background: #fff;
    padding: 33px 20px 12px 20px;
    border-radius: 4px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    height: 100%;
    flex-direction: row;
    gap: 17px;
    justify-content: center;
    align-items: center;
}
.contact-box i{
    font-size: 43px;
    color: #fa0f56;
}
.contact-us-title {
    display: flex;
    flex-direction: column;
    gap:  12px;
}
.contact-us-title h2{
    font-size: 19px;
    color: #181b1d;
    font-weight: 700;
    text-transform: uppercase;
}
.contact-us-title a{
    color: inherit;
    transition: all 0.5ms;
}
.bi{
    height: auto;
}
.contact-us-title a:hover,.contact-us-title a:focus{
    color: var(--accent-color);
}
.contact-form{
    display: flex;
    flex-direction: column;
    margin: 0;
    height: 100%;
    background: #fff;
    gap: 17px;
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.08);
    padding: 60px 35px 47px;
    border-radius: 4px;
    
}

.contact-form-item input{
    width: 100%;
    background-color: #FA0F56;
    border: 1px solid #FA0F56;
    outline: none;
   color: #fff;   
   padding: 12px 20px;
   border-radius: 5px;
}
.contact-form-item input::placeholder,.contact-form-item textarea::placeholder{
     color: #fff; 
}

.contact-form-item textarea{
    width: 100%;
   background-color: #FA0F56;
    border: 1px solid #FA0F56;
     color: #fff; 
    outline: none;   
    height: 150px;
    padding: 17px 22px 0px;
    border-radius: 5px;
}


.contact-form-check{
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}

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

.form-check-label a{
 text-transform: lowercase;
}
.form-check-label{
    font-size: 13px;
    margin-left: 5px;
}
.map-wrapper {
    height: 400px;	
    width: 100%;				
}
iframe{
    height: 100%;
    width: 100%;
}

.map-wrapper iframe{
    border: 0;
}


.page_tex{
    text-align: start;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 17px;
}
.page_tex p{
    margin-bottom: 12px;
    text-indent: 3ch;
}
.page_tex ul,ol{
    list-style: inside;
}
.section-bg{
    background:  #00000006;
}
.customers{
    background-image: linear-gradient(0deg, rgba(0,0,0,0.65), rgba(0,0,0,0.65)), url(images/figures_header_68248ebfb41310.90593888.jpg);
    background-position: center;
    background-size: cover;  
    padding: 60px 0 44px;          
   

}

.comment-wrapper{

    width: 91%;
    min-height: 274px;
    color: #111111;
    background-color: #ffffff;
    margin: 78px 0 0 auto;
    border-radius: 15px;
}
.section-2{
    height: 100%;
    width: 100%;
    padding: 33px;
    display: flex;
    flex-wrap: wrap;
}
.comment-box{
    padding: 60px 33px 33px 44px;
    display: flex;
    flex-direction: column;
    gap: 17px;
   
    
}
.comment-img{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -13px;
 
   
}
.comment-img img{
    width: 128px;
    height: 128px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
    
   
    
    
}
.about_list{
display: flex;        
gap: 17px;       
justify-content: center;
flex-direction: row-reverse;

}

.about_item{  
flex: 1;
display: flex;
flex-wrap: wrap;
justify-content: end;


}

     
.about_item h4{
font-weight: 700;
line-height: 1.4em;  
text-align: end;                     
font-size: 21px;

}



.footer-heder{
    background: #070e2c;
    padding: 95px 0px 85px;
    text-align: center;
}
.footer-logo{
    margin-bottom:  34px;
}
.footer-address{
    display: flex;
    justify-content: center;
    gap: 33px;
    flex-wrap: wrap;
}
.address-elemment{
    color: var(--white);
    display: flex;
    gap: 12px;
    align-items: center;
    font-size: 18px;
    line-height: 1;
}
.address-elemment i{
    font-size: 19px;
}
.address-elemment a{
    color: inherit;
    transition: all 0.5ms;
}
.address-elemment a:hover,.address-elemment a:focus{
    color: var(--accent-color);
}

.footer-bottom{
    padding: 24px 0 25px;   
    background-color: var(--dark-section);
}
.footer-bottom:before {
    content: "";
    position: absolute;
    top: 0px;
    background: transparent;
    height: 1px;
    width: 61%;
    left: 0px;
    right: 0px;
    margin: auto;
}
.privacy-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:  23px 0px 0px 0px;
    flex-wrap: wrap;
    gap: 12px;
}
.privacy{
    color: var(--white);
    transition: all 0.3s;
}
.privacy:hover,.privacy:focus{
    color: var(--accent-color);
}
 

 .modal-title{
    font-weight: 700;
    color: var(--dark-section);

 }
 .form-modal{
    display: flex;
    flex-direction: column;
    gap: 12px;
 }
 .form-btn{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
 }
@media (max-width: 575px){
   .privacy-wrapper{
        justify-content: center;
    }
    .form-check-label{
        font-size: 11px;
    }
    .contact-box{
       flex-direction:  column-reverse;
    }
    .contact-form{
     padding: 61px 11px 47px;
   }
   .price-wrapper{
    width: 100%;
   }
   .intro_title{
        font-size: 18px;
    }
    .about_item h4 {
        font-size: 16px;
    }
    .comment-img img {
            box-shadow:none;
    }
 .produkt-title{
    font-size: 18px;
 }  
    
}
    
 


@media (min-width: 768px){
   .page-img img{
    float: right;
   
    }
   

}
@media (max-width: 768px){
   .contact-form{
     padding: 61px 16px 47px;
   }
   .title-pege{
        font-size: 21px;
        line-height: 33px;
   }
   .title{
    font-size: 30px;
   }
   .hero-contact-page h1{
        font-size: 30px;
   }
   
    .blog-box{
        flex-direction: column;
    }
    .blog-context p {
        font-size: 16px;
    }
    .link-title{
        font-size: 21px;
    }
    .form-wr{
        width: 100%;
    }
    .intro_content {
        top: 25%;
    }
    .about_list{
        flex-direction: column;
    }
    .form-btn {
        flex-direction: column;
        gap: 17px;
    }
    .team-blok{
        flex-direction: column;
    }
   
    
   
}

@media (min-width: 992px){
  
    .intro_title{
        width: 68%;
        font-size: 30px;
        text-align: start;
    }
    .dropdown-menu[data-bs-popper] {
        left: -100px;
        margin-top: 0px;
    }
    .dropdown-item.active, .dropdown-item:active,.dropdown-item:hover {
        background-color:var(--accent-color);
    }
    .dropdown-item:active.dropdown-item a,.dropdown-item:hover.dropdown-item a{
        color: #fff;
    }
    .nav-link:hover{
        color: var(--accent-color);
        background-color: transparent;
    }
        .dropdown-item a:hover{
        color: var(--accent-color);
    }
    .dropdown-toggle:focus.dropdown-toggle::after,.dropdown-toggle:hover.dropdown-toggle::after{
    color: var(--accent-color);
    }
    
    

}

@media (max-width: 992px){
      .header__logo:hover{
color: var(--dark-section);
}
    
    .dropdown-menu{
        background: transparent;
        border: none;
    }

    .dropdown-item a{
    white-space: break-spaces;
    color: #fff;
    }
    .btn-contact-nav{
        display: none;
    }
    .contact-wrapper{
        flex-direction: column-reverse;
    }
    .blog-wrapper{
        flex-direction: column-reverse;
    }
    .blog-stitch{
        flex-direction: column-reverse;
    }
    
    .nav-custom {
    background: var(--accent-color) none repeat scroll 0% 0;
    overflow: hidden;
    }
    .fixed-top{
        position: relative;
    }
    .nav-link{
        padding: 11px 18px;
    }
    .nav-item:not(:last-child){
        border-bottom: 1px solid #ddd;
    }
    .dropdown-menu{
        box-shadow:none;
        width: auto;
        border-top: 1px solid #ddd;
    }
    .nav-logo{
        padding: 12px 0;
    }
    
    
}


@media (max-width: 1199px){   
    
    .comment-img{
        position: absolute;
        margin: 0;
    }
    .section-2{
    padding-left: 9px;
    padding-right: 9px;
    }
}
@media (min-width: 1199px){
.comment-wrapper{
    width: 431px;
    min-height: 205px;
}
.section-2{
 padding: 33pxx;
}
.comment-box{
    padding:  44px 33px 33px 80px;
}
.comment-img{
margin: -268px 369px 127px auto;
}
}


.accordion-button::after{
    background-color: #fff !important;
}


.main-img, .page-img{
    position: relative;
    float: left;
    margin: 33px;
    width: 40%;
    height: 528px;
    margin: 25px;
    border-radius: 35px;
  }
  
  .main-img img, .page-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  
  @media (max-width: 992px){
    .main-img, .page-img{
      float: none !important;
      width: 100% !important;
      margin: 0 0 30px 0 !important;
    }
  }
  
  
  @media (max-width: 420px){
  
    .main-img, .page-img{
      height: auto;
    }
  
  }

  .contact-form-name-box .contactDopFlex{
      flex: 1;
  }

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


  .btn-1 {
    padding: 12px 25px;
     display: block;
    width: fit-content;
    text-align: center;
    font-size: 16px;
     border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 35px;
  }
  
  .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(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 35px;
  }
  
  .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 {
    --fs: 1.25em;
    --col1: honeydew;
    --col2: rgba(240, 128, 128, 0.603);
    --col3: indianred;
    --col4: maroon;
    --pd: .5em .65em;
    display: grid;
    
    align-content: baseline;
    appearance: none;
    border: 0;
    grid-template-columns: min-content 1fr;
    padding: var(--pd);
    font-size: var(--fs);
    color: var(--col1);
    background-color: var(--col3);
    border-radius: 35px;
    text-shadow: 1px 1px var(--col4);
    box-shadow: inset -1px 1px 1px var(--col2),
      inset 1px 1px 1px var(--col2);
    position: relative;
    transition: all .75s ease-out;
    transform-origin: center;
  }
  
  .btn-2:hover {
    color: var(--col4);
    box-shadow: inset -1px 1px 1px var(--col2),
      inset 1px 1px 1px var(--col2),
      inset 0px -1px 20px var(--col4),
      0px 20px 30px var(--col3),
      0px -20px 30px var(--col2),
      1px 1px 20px var(--col4);
    text-shadow: 1px 1px var(--col2);
  }
  
  .btn-2:active {
    animation: offset 1s ease-in-out infinite;
    outline: 1px solid var(--col2);
    outline-offset: 0;
  }
  
  .btn-2::after,
  .btn-2::before {
    content: '';
    align-self: center;
    justify-self: center;
    height: .5em;
    margin: 0 .5em;
    grid-column: 1;
    grid-row: 1;
    opacity: 1;
  }
  
  .btn-2::after {
    position: relative;
    border: 1px solid var(--col4);
    border-radius: 50%;
    transition: all .5s ease-out;
    height: .1em;
    width: .1em;
  }
  
  .btn-2:hover::after {
    border: 1px solid var(--col3);
    transform: rotate(-120deg) translate(10%, 140%);
  }
  
  .btn-2::before {
    border-radius: 50% 0%;
    border: 5px solid var(--col4);
    box-shadow: inset 1px 1px var(--col2);
    transition: all 1s ease-out;
    transform: rotate(45deg);
    height: .45em;
    width: .45em;
  }
  
  .btn-2:hover::before {
    border-radius: 50%;
    border: 5px solid var(--col1);
    transform: scale(1.25) rotate(0deg);
    animation: blink 1.5s ease-out 1s infinite alternate;
  }
  
  .btn-2:hover > span {
    filter: contrast(150%);
  }
  
  @keyframes blink {
    0% {
      transform: scale(1, 1) skewX(0deg);
      opacity: 1;
    }
  
    5% {
      transform: scale(1.5, .1) skewX(10deg);
      opacity: .5;
    }
  
    10%,
    35% {
      transform: scale(1, 1) skewX(0deg);
      opacity: 1;
    }
  
    40% {
      transform: scale(1.5, .1) skewX(10deg);
      opacity: .25;
    }
  
    45%,
    100% {
      transform: scale(1, 1) skewX(0deg);
      opacity: 1;
    }
  }
  
  @keyframes offset {
    50% {
      outline-offset: .15em;
      outline-color: var(--col1);
    }
  
    55% {
      outline-offset: .1em;
      transform: translateY(1px);
    }
  
    80%,
    100% {
      outline-offset: 0;
    }
  }
  
  
  
  .btn-3 {
    background-color: #fa0f56;
    color: #fff;
    border: none;
    display: block;
    width: fit-content;
    text-align: center;
    border-radius: 35px;
    padding: 12px 20px;
    font-size: 16px;
    text-transform: inherit;
    letter-spacing: 1px;
    font-weight: 800;
    box-shadow: 1px 1px 12px #fa0f56;
    transition: all 0.2s ease-in-out;
    
   
  }
  
  
  
  .btn-3:hover {
    background-color: #2f3640;
    color: #fa0f56;
    box-shadow: 1px 1px 20px #2f3640;
    transform: translateY(-1px);
  }
  
  .btn-4 {
    padding: 17px 43px;
    border-radius:  35px;
    border: 0;
     display: block;
    width: fit-content;
    text-align: center;
    background-color: rgb(255, 56, 86);
    letter-spacing: 1.5px;
    font-size:  13px;
    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(5px);
    transition: 200ms;
  }
  
  .btn-5 {
    padding: 20px 43px;
    border: none;  
    display: block;
    width: fit-content;
    background: #444343;
    text-align: center;
    border-radius: 35px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fa0f56;
    transition: all 500ms;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    outline: 2px solid #fa0f56;
  }
  
  .btn-5:hover {
    color: #ffffff;
    transform: scale(1.05);
    outline: 2px solid #fa0f56;
    box-shadow: 1px 3px 10px -1px #fa0f56;
  }
  
  .btn-5::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #ff6f69;
    transform: skewX(45deg);
    z-index: -1;
    transition: width 500ms;
  }
  
  .btn-5:hover::before {
    width: 200%;
  }
  
  
  @media (max-width: 1399px){
    .first-screen-title {
        font-size: 60px;
        max-width: 460px;
    }
}

@media (max-width: 1199px){
    .first-screen-img {
        max-width: 230px;
    }
    .first-screen-title {
        font-size: 46px;
        max-width: 355px;
    }
    .first-screen-img {
        max-width: 200px;
    }
    .contact-header{
        display: none;
    }
    .header-inner-content{
        flex-basis: 78%;
    }
    .nav-menu {
        flex-basis: 100%;
    }
    .nav-menu ul{
        width: 100%;
    }
    .contact-block-inner{
        flex-direction: column !important;
    }
    .contact-block-title{
        text-align: center;
        margin-bottom: 43px;
    }
    .contact-info-wrapper{
        margin-bottom: 43px;
    }
}



@media (max-width: 991px){
    .first-screen-inner{
        flex-direction: column !important;
    }
    .first-screen-title {
        max-width: 100%;
        text-align: center;
        margin-bottom: 43px;
    }
    .feature-text{
        font-size: 18px;
    }
    .nav-menu{
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0,0,0, .7);
        align-items: flex-start;
        padding-top: 50px;
        z-index: 9;
        transform: translate(-100%);
        transition: all .3s ease-in-out;
    }
    .nav-menu-active{
        transform: translate(0);
        transition: all .3s ease-in-out;
    }
    .hidden{
        overflow: hidden;
    }
    .nav-menu ul{
        flex-direction: column;
    }
    .nav-menu li{
        border-bottom: 1px solid #fff;
        width: 100%;
       
    }
    .nav-menu .nav-menu-link{
        display: block;
        padding-left: 33px;
        color: #fff;
        font-size: 18px;
    }
    .header-inner-content {
        flex-basis: auto;
    }
    .burger{
        display: flex;
    }
    .close{
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 30px;
        height: 30px;
        background-image: url(../img/close.png);
        background-size: cover;
    }
    .feature-wrapper.flex-column .feature-img{
        width: auto;
        height: 220px
    }
    .about-us-inner{
        flex-direction: column !important;
    }
    .about-us-images-wrapper{
        width: 100%;
        margin-right: 0;
    }
}
@media(max-width: 767px){
    .feature-wrapper.flex-row .feature{
        justify-content: flex-start;
    }
    .feature-content{
        padding: 20px 0px;
    }
    .feature-wrapper.flex-column .feature-img {
        width: auto;
        height: 155px;
    }
}
@media(max-width: 576px){
    .first-screen-title {
        font-size: 33px;
    }
    .feature{
        flex-direction: column !important;
    }
    .feature:nth-child(even){
        flex-direction: column-reverse !important;
    }
    .contact-info-item {
        flex-basis: 100%;
    }
    .contact-block-form form{
        width: 100%;
    }
    .text-field_floating .text-field__label{
        font-size: 13px;
    }
    .feature-wrapper.flex-row .feature {
        flex-basis: 100%;
    }
    .about-us-img{
        border-radius: 12px;
    }
}