body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

.wrapper {
    display: flex;
    flex-direction: column;
    width: 1350px;
    margin: 0 auto;
}

.container {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    margin: 0 auto;
    width: 1440px;
}

header {
    background-color: #fff;
    color: #fff;
    height: 100px;
    display: flex;
    align-items: center;
    max-width: 1180px;
    justify-content: center;
    margin: 0 auto;
}

.sid_nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 9px;
    width: 100%;
   
}

.logo {
    text-align: center;
    display: flex;
    align-items: center;
    margin-top: 3px;
   
}

.tell{

    display: flex;
    flex-direction: column;
    line-height: 1px;
}

.tell p{
   color: #000;
   margin: 10px 0;
   font-size: 16px;
   font-weight: 500;
}

.tell p:hover{
    text-decoration: underline;
    text-decoration-style: dashed;
    text-underline-offset: 4px;
    cursor: pointer;
}


.menu .submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background-color: white;
    padding-top: 37px;
    z-index: 1;
    width: 100%;
    min-width: 315px;
}

.menu .submenu li {
    margin: 0;
    border-bottom: 1px solid #ccc;
}

.menu .submenu a {
    padding: 15px 10px;
   
}

.menu .dropdown:hover .submenu {
    display: block;
}

.menu .dropdown > a::after {
    content: ' \25BC'; 
    margin-left: 5px;
    font-size: 10px;
}

.logo_2 {
    text-align: center;
    padding-right: 20px;
    height: 57px;
}

.menu {
    list-style-type: none;
    padding: 0;
    display: flex;
    margin-right: auto;
    gap: 41px;
}

.menu li {
    padding: 0 1px;
    position: relative;
}

.menu li a {
    text-decoration: none;
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: 'Inter';
}

.menu li span {
    text-decoration: none;
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    font-family: 'Oswald';
    cursor: pointer;
}

.title_header{
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    width: 100%;
    font-family: "Inter";
    text-align: center;
    margin-bottom: 30px;
}
  
.logo_wrapper{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.logo a{
    background: #fafa03;
    color: #000;
    justify-content: center;
    width: 220px;
    height: 60px;
    display: flex;
    align-items: center;
    font-weight: 800;
    text-decoration: none;
    font-size: 24px;
    margin-right: 50px;
    font-family: "Inter";
}

.header_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: 600px;
    height: 600px;
    position: relative;
    background: url("../img/header_bg/img-fon.png") center /cover no-repeat;
    padding-bottom: 20px;
}

.header_content_shadow {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(66, 134, 205, 0) 0%, #0B0B0F 100%);
    
}

.log_fon_cn{
    font-size: 27px;
    color: #fff;
    font-family: oswald;
    height: 99px;
    font-weight: 500;
}

.main_content{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    min-height: 431px;
    background: #010202;
    width: 100%;
    padding-bottom: 30px;
    background: #fff;
    
}

.main_content_2 {
    display: flex;
   justify-content: center;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    background: url("../img/fon/fon-2.png") center no-repeat ;
    width: 100%;
    margin-bottom: 20px;
}

.main_content_3{
    display: flex;
   justify-content: center;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 400px;
    background: url("../img/fon/fon-3.png") center no-repeat;

}

.main_content_4{
    display: flex;
   justify-content: center;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    min-height: 530px;
    background: #fff;
    width: 100%;
}

.main_content_5{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    min-height: 340px;
    width: 100%;
    background: url(../img/header_bg/fon-form.jpg) center / cover no-repeat;
    
}

.btn {
    display: flex;
    flex-direction: row;
    margin-bottom: 5px;
    margin-top: 13px;
}

.btn .link {
    background: #252525;
    margin: 0 10px;
    border-radius: 10px;
    width: 185px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn .link:hover{
opacity: 0.8;

}

.btn .link:active{
    background: rgb(11, 1, 1);
    
    }

.custom-button {
    display: flex;
    flex-direction: row;
}

.custom-button .button_sr {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    background: #252525;
    margin: 0 10px;
    border-radius: 10px;
    width: 284px;
    height: 54px;
    }

.custom-button .button_sr svg {
    padding-left: 20px;
}

.custom-button .button_sr span {
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    line-height: 20px;
    padding-left: 40px;
    text-transform: uppercase;
}

.custom-button .button_sr a {
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 100%;
}

.app-footer {
    background-color: #2E2E2E;
    color: #fff;
    text-align: center;
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -2px;
    overflow: hidden;
}

.footer-socials{
    padding-top: 70px;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.footer-socials ul{

 padding: 0px;
}

.footer-socials ul > li {
    padding: 0px;
    margin-right: 16px;
}

.footer-container a:hover {
    cursor: pointer;
    opacity: 0.8;
}

.center {
    box-sizing: border-box;
    padding: 0 50px;
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.footer-socials__list {
    display: flex;
    flex-direction: row;
    list-style-type: none;
}

.footer-menu__list {
    list-style-type: none;
    padding: 0px;
}

.footer-menu {
    display: flex;
    gap: 200px;
    border-bottom: 1px solid #A4A4A4;
    padding-bottom: 32px;
    
}

.footer-menu__item {
    text-transform: capitalize;
}

.footer-menu__item a {
    font-size: 17px;
    line-height: 19.92px;
    color: #A4A4A4;
    text-decoration: none;
    font-weight: 400;
    font-family: Roboto;
}

.footer-menu__title {
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 12px;
    color: #A4A4A4;
}

.footer-menu__col {
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: left;
}

.footer-menu__title .footer-menu__list {
    padding: 0px;
}

.footer-menu__list li {
    padding-bottom: 5px;
}

.footer-copy {
    max-width: 900px;
    margin: 32px 0;
}

.footer-copy p {
    max-width: 1000px;
    font-size: 17px;
    line-height: 26px;
    color: #A4A4A4;
    font-family: Roboto;
    text-align: left;
}

.footer__list {
    list-style-type: none;
}

.menu_nav_foot {
    display: flex;
    margin-bottom: 90px;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.footer__list a {
    text-decoration: none;
    color: #A4A4A4;
    font-family: Roboto;
}

.footer__logo {
    flex: 0 0 160px;
}

.footer__list {
    margin: 16px 0;
    flex: 1 0;
    display: flex;
    column-gap: 50px;
    row-gap: 16px;
    flex-wrap: wrap;
    padding-left: 0px;
}

.hamburger-menu{
    flex-direction: row;
    display: flex;
    align-items: center;
    margin-left: 40px;
}

.hamburger-menu a:hover {
    opacity: 0.8;
}

.hamburger-menu span:hover {
    opacity: 0.8;
}

.logo .hamburger-menu{
    flex: 1;
}

.catalog_button{
    display: flex;
    
}

.catalog_button{
    width:268px;
    height: 50px;
    color: #000;
    background: #F6EC08;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    font-family: inter;
    border-radius: 5px;
    font-family: "Inter";
}

.catalog_button a:hover{

    background: #282727;
    color: #F6EC08;
}

.title_block2{
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    width: 100%;
    font-family: "Inter";
    text-align: center;
    margin-bottom: 30px;
}

.catalog_button_2{
    width: 219.7px;
    height: 50px;
    color: #000;
    background: #F6EC08;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    font-family: inter;
    border-radius: 5px;
    font-family: "Inter";

}

.catalog_button_2 a:hover{

    background: #282727;
    color: #F6EC08;
}

.title_block3{
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    width: 100%;
    font-family: "Inter";
    text-align: center;
    margin-bottom: 30px;
}

.catalog_button_3{
    width: 238.6px;
    height: 50px;
    color: #000;
    background: #F6EC08;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    font-family: "Inter";
    border-radius: 5px;
    font-family: "Inter";

}

.catalog_button_3 a:hover{

    background: #282727;
    color: #F6EC08;
}

.advantages-container{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
}

.advantages-container h2{
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    color: #2E2E2E;
    font-size: 28px;
    font-weight: bold;
    font-family: "Inter";
}

.advantages{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    
}

.advantages-container h2{
    margin: 0 0 40px 0;
    width: 100%;
    display: block;
}

.advantage{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:14px;
}

.advantage h3{
    display: flex;
    width: 250px;
    justify-content: center;
    color: #2E2E2E;
    font-size: 24px;
    font-weight: bold;
    font-family: "Inter";
    margin: 0px;
}

.advantage p{
    display: flex;
    width: 265px;
    justify-content: center;
    color: #2E2E2E;
    font-size: 16px;
    font-weight: 500;
    font-family: "Inter";
    margin: 0px;
}

.footer-container{
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    margin-top: 60px;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 110px;
}

.inf-footer{

    display: flex;
    flex-direction: row;
    gap: 105px;
}

.logo_footer{
    gap: 40px;
    display: flex;
    flex-direction: column;
}

.menu-footer{
    
    display: flex;
    align-items: end;
    flex-direction: column;
}

.menu-foot{
    list-style: none;
    display: flex;
    align-items: start;
    flex-direction: column;
    text-align: left;
    width: 100%;
    gap: 10px;
}

.menu-foot a{
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-weight: 200;
}

.soc-footer{
    gap: 10px;
    display: flex;
    flex-direction: row;
    align-items: start;
}

.logo-foot a{
    width: 220px;
    height: 60px;
    background: #F6EC08;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 24px;
    color: #000;
    font-weight: bold;
}

.inform{
    text-align: left;
    font-size: 14px;
    font-family: "Inter";
}

.menu-footer h2{
    font-size: 18px;
    font-weight: bold;
    color: #F6EC08;
    font-family: "Inter";
    width: 100%;
    display: flex;
    align-items: start;
}

.catalog-footer h2{
    font-size: 18px;
    font-weight: bold;
    color: #F6EC08;
    font-family: "Inter";
    width: 100%;
    display: flex;
    align-items: start;
}

.catalog-foot{

    list-style: none;
}

.catalog-foot a{
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-weight: 200;

}

.catalog-footer{
    display: flex;
    align-items: end;
    flex-direction: column;
    padding-right: 100px;
}

.catalog-foot{
    list-style: none;
    display: flex;
    align-items: start;
    flex-direction: column;
    text-align: left;
    width: 100%;
    gap: 10px;

}

.contact-footer{
    display: flex;
    flex-direction: column;
    gap: 45px;
    align-items: start;
    padding-left: 40px;
    border-left: 1px solid #F6EC08;
}

.contact-footer h2{
    display: flex;
    font-size: 18px;
    font-weight: bold;
    color: #F6EC08;
    font-family: "Inter";
    padding-bottom: 8px;
    
}

.contact p{

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.adress-footer p{
    margin: 5px 0px;
    text-align: left;
    font-size: 14px;
}

.work-footer p{
    margin: 3px 0px;
    text-align: left;
    font-size: 14px;
}

.contact p{
    margin: 7px 0px;
    text-align: left;
    font-size: 16px;
}

.footer-container h2{

    margin-top: 0px;
}

.copy{
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 11.8px;
    font-family: "Inter";
    position: relative;
    justify-content: center;
    min-height: 50px;
    max-width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 10px 0;
}

.copy p {
    word-wrap: break-word; 
    white-space: normal;   
    margin: 0;             
    padding: 0;            
    flex: 1;               
}

.copy::before {
    content: '';
    position: absolute;
    top: -1px; 
    left: 50%;
    width: 100vw; 
    border-top: 1px solid #fff; 
    border-bottom: 1px solid #fff; 
    transform: translateX(-50%); 
    min-height: 50px;
    height: 100%;
  }

  .footer-details{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    height: 50px;
    align-items: center;
  }

  .seo{
    font-size:12px ;
    font-family: "Inter";
  }

  .map{
    font-size:12px ;
    font-family: "Inter";

  }

.slider-container{
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}

.slider-header{
    margin-bottom: -40px;
    display: flex;
    width: 100%;
    align-items: start;
    font-size: 28px;
    font-weight: bold;
    color: #2E2E2E;
    font-family: "Inter";
    padding-top: 28px;
}

.brands-slider {
    width: 100%;
    margin: 0 auto;
    padding-top: 80px;
    position: relative;
}
.brand {
    display: flex;
    align-items: center;
    justify-content: center;
        
}
.brand img {
    height: 56px!important;
     
}

.brands-slider, .prices-slider {
    width: 100%;
    padding-bottom: 60px;
    
}

.slick-initialized .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    }

.slick-slide img {
    display: block;
    margin: 0 auto; 
    max-width: 100%; 
    height: auto;
}

.cert-certificate-slide.slick-slide img{
    display: block;
    margin: 0 auto; 
    max-width: 212px; 
    height: 320px;
    padding: 0px;
    width: 100%;
    
}

.slick-initialized .slick-slide:first-child {
    margin-left: 0;
}

.slick-initialized .slick-slide:last-child {
    margin-right: 0;
}

.brand, .price {
    text-align: center;
}

.brand img, .price img {
    height: 200px;
    max-width: 100%;
    display: inline-block;
}
.brands-slider .slick-prev{
    position: absolute;
    top: 1px;
}

.brand-list .brand{
    width: auto;
    margin: 0px;
    padding: 0px;
    display: flex;
}

.container_slider{
    display: flex;
    width: 100%;
    position: relative;
    height: auto;
    justify-content: center;
    flex-direction: column;
    padding-top: 40px;
}

.brand-list{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.container_slider h2{
    display: flex;
    width: 100%;
    margin-bottom: -30px;
    font-size: 28px;
    font-weight: bold;
    font-family: "Inter";
    color:#2E2E2E ;
}

.prices-slider {
    position: relative;
    overflow: hidden;
  }
  
  .slider-content {
    display: flex;
    transition: transform 0.5s ease;
  }
  
 .prices-slider button{
    position: relative;
 }

 .prices-slider {
    padding-bottom: 120px;
    padding-top: 70px;
 }

 .prices-slider.catalog {
    padding-bottom: 60px;
    padding-top: 70px;
 }
 
.slick-next.slick-arrow {
    position: absolute;
    top: 1px; 
    right: 0px; 
    z-index: 2; 
    background: none; 
    border: 1px solid #D3D3D3; 
    cursor: pointer; 
    font-size: 0px; 
    border-radius: 5px; 
    width: 40px; 
    height: 40px; 
    background: url(../img/button/next.png) center no-repeat;
    background-size: 15px;
  }

  .slick-next.slick-arrow:hover {
    background: url(../img/button/next-hover.png) center no-repeat #474646;
    
  }

  .slick-prev.slick-arrow:hover{
    
    background: url(../img/button/prev-hover.png)  center no-repeat #474646;
  }
  
  .slick-prev.slick-arrow {
    position: absolute;
    top: 1px; 
    right: 50px; 
    z-index: 2; 
    z-index: 2; 
    background: none; 
    border: 1px solid #D3D3D3; 
    cursor: pointer; 
    font-size: 0px; 
    border-radius: 5px; 
    width: 40px; 
    height: 40px; 
    background: url(../img/button/prev.png) center ;
    background-repeat: no-repeat;
    background-size: 15px;
  }
  
.header_content_catalog{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: 600px;
    height: 400px;
    position: relative;
    background: url("../img/header_bg/img-fon-2.png") center /cover no-repeat;
    
}

.title_header_catalog{
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    width: 100%;
    font-family: "Inter";
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.title_header_catalog p{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    font-family: "Inter";
    width: 100%;
    margin-top: 30px;
}

.main_content_catalog{

    display: flex;
    flex-direction: column;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    height: auto;
    background: #010202;
    width: 100%;
    background: #fff;
}

.product-description{
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 20px;
}

.product-description p{
    width: 100%;
    display: flex;
    align-items: center;
    color: #2E2E2E;
    font-size: 16px;
    font-family: "Inter";
    font-weight: 400;
}

.breadcrumb-container {
    display: flex;
    justify-content: center; 
    align-items: center;
    max-height: 600px;
    height: 50px;
    position: relative;
    background: #2E2E2E center / cover no-repeat;
    width: 100%;
    
}

.breadcrumb-container.top-breadcrumb{
    display: none;
}

.breadcrumb {
    color: #fff;
    display: flex;
    align-items: start;
    width: 100%;
    }

.breadcrumb a {
    color: #fff; 
    text-decoration: none;
    font-size: 12px;
    font-family: "Inter";
    padding: 0 5px;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.main_content_2_catalog{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    min-height: 491px;
    background: #fff;
    width: 100%;
   
}

.container_catalog {
    display: flex;
    justify-content: space-between;
    width: 100%;
    }

.left-column{

    width: 45%;
}

.right-column{

    width: 40%;
}

.download-button {
    background-color: #F6EC08;
    color: #2E2E2E;
    border: none;
    padding: 5px 15px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    margin-top: 0px;
    border-radius: 20px;
    font-size: 16px;
    font-family: "Inter";
}

.brand-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px dashed #ccc;
    padding: 3px 0;
}

.left-column h2{
    font-size: 24px;
    font-weight: bold;
    font-family: "Inter";
    color: #2E2E2E;
}

.left-column ul{
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-left: 25px;
}

.left-column ul>li{
   color: #2E2E2E;
   font-size: 16px;
   font-family: "Inter";
   font-weight: 400;
}

.right-column h2{
    font-size: 24px;
    font-weight: bold;
    font-family: "Inter";
    color: #2E2E2E;
    border-bottom: 2px solid #ccc;
    margin-bottom: 1px;
}

.right-column{

    display: flex;
    flex-direction: column;
    gap: 1px;
}
  
.brand-row span{
    font-size: 16px;
    font-weight: 500;
    font-family: "Inter";
    color: #2E2E2E;

}
 
.main_content_3_catalog{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 393px;
    background: #fff;

}

.container_card{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;

}
.cards {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
}

.title-card{

    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
}

.title-card h2{
    font-size: 28px;
    font-weight: bold;
    font-family: "Inter";
    color: #2E2E2E;

}

.title-card p{
    font-size: 16px;
    font-weight: 500;
    font-family: "Inter";
    color: #2E2E2E;
    
}

.card {
    position: relative;
    min-width: 300px;
    max-width: 350px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card img {
    width: 100%;
    height: auto;
    display: block;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    }

.text {
    font-size: 1.2em;
}

.text a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-family: "Inter";
    cursor: pointer;
    text-decoration: none;
    padding: 0 20px;
}

.main_content_4_catalog{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    min-height: 405px;
    background: #fff;
    width: 100%;

}
.container-process{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;


}
.process {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.title-process{

    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
}

.title-process h2{
    font-size: 28px;
    font-weight: bold;
    font-family: "Inter";
    color: #2E2E2E;

}

.title-process a{
    font-size: 20px;
    font-weight:bold;
    color: #2E2E2E;
    text-decoration: none;
    border-bottom: 2px dashed #000;
    position: relative;
}

.title-process a:hover{
    cursor: pointer;
}

.step {
    position: relative;
    min-width: 300px;
    max-width: 350px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.step img {
    width: 100%;
    height: auto;
    display: block;
}

.overlay-step {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: start;
    text-align: left;
    flex-direction: column;
    
}

.overlay-step h2{
    font-size: 20px;
    width: 60%;
    font-family: "Inter";
    padding-left: 19px;
    height: 32px;
}

.overlay-step p{
    font-size: 16px;
    font-weight: 300;
    font-family: "Inter";
    width: 65%;
    padding-left: 19px;
}

.overlay-step span{
    color: #F6EC08;
    font-family: "Inter";
    font-weight: 600;
}

.overlay-step a{
    color: #F6EC08;
    font-family: "Inter";
    font-weight: 600;
    text-decoration: underline;
}

.overlay-step a:hover{
    cursor: pointer;
}

    .main_content_form{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    min-height: 484px;
    background: #fff;
    width: 100%;
}

    .container-form {
    background-color: #fff;
    border-radius: 10px;
    max-width: 950px;
    width: 100%;
    padding-top: 20px;
}
          
    .feedback-form {
    display: flex;
    flex-direction: column;
}
    
    .form-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
    
    .form-row input,
    .form-row select,
    .form-row textarea {
    width: 280px;
    height: 60px;
    font-size:18px;
    color: #A1A1A1;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-family: "Inter";
    font-weight: 400;
}

    .form-row select{
    width: 299px;
    height: 64px;

}
    
    .form-row textarea {
    width: 592px;
    height: 90px;
    resize: none;
}
    
    .checkbox-container {
    display: flex;
    align-items: start;
    font-size: 14px;
    width: 290px;
    flex-direction: row;
}
    
    .checkbox-container input {
    margin-right: 10px;
}
    
    button {
    background-color: #F6EC08;
    color: #000;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    width: 299px;
    height: 60px;
    font-family: "Inter";
}
    button:hover{
    background: #282727;
    color: #F6EC08;
    }
     
    .form-row-sms{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;

}

    select {
        padding-left: 15px; 
}
    input[type="text"] {
        padding-left: 15px; 
}
    
    input[type="tel"] {
        padding-left: 15px; 
}
    
    input[type="email"] {
        padding-left: 15px; 
}
    textarea {
        padding: 15px; 
}

    .form-row-flex{
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    width: 299px;
    height: 120px;
}

.form-row-flex .checkbox-container input{
    border-radius: 30px;
    width: 30px;
    border: 1px solid #ccc;
    display: flex;
    align-items: start;
    height: 20px;
}

.container-form h2{

    text-align: center;
    padding-bottom: 25px;
    font-size: 28px;
    font-weight: bold;
}

.checkmark{
    font-size: 16px;
    font-family: "Inter";
}

.checkmark span{
    font-size: 16px;
    color: #ccc;
    font-family: "Inter";
    }

.main_content_5_5{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    min-height: 470px;
    width: 100%;
    background: url(../img/partner-images/item-1.png) center / cover no-repeat;
    height: 454px;
           
    }

    .banner-content{
    width: 100%;
    display: flex;
    align-items: start;
    flex-direction: column;
    }

    .banner-content h2{
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    font-family: "Inter";
    }

    .banner-content p{
    max-width: 580px;
    font-size: 16px;
    color: #fff;
    font-family: "Inter";
    font-weight: 300;
    padding-bottom: 60px;
        
    }
    
    .banner-content span{
    font-size: 28px;
    color: #F6EC08;
    font-weight: bold;
    font-family: "Inter";
    padding-bottom: 30px;
    }
    
    .banner-button{
    background-color: #F6EC08;
    color: #000;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    width: 238px;
    height: 50px;
    font-family: "Inter";
    }

    .banner-button:hover{
    background: #282727;
    color: #F6EC08;
}

.header_content_about{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: 250px;
    height: 6250px;
    position: relative;
    background: url(../img/header_bg/img-fon-3.png) center / cover no-repeat;
    padding-bottom: 20px;

}

.title_header_about{
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    width: 100%;
    font-family: "Inter";
    text-align: center;
    }

.main_content_about{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    min-height: 440px;
    background: #010202;
    width: 100%;
    background: #fff;
}

.about-section{

    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.company-info{
    width: 520px;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.company-info h2{
    font-size: 28px;
    font-weight: bold;
    color: #2E2E2E;
    font-family: "Inter";
    margin-top: 0px;
}

.company-info p{
    font-size: 16px;
    font-weight: 400;
    color: #2E2E2E;
    font-family: "Inter";
    line-height: 18px;
    padding-right: 20px;
    }

.company-info h3{
    font-size: 20px;
    font-weight: bold;
    color: #2E2E2E;
    font-family: "Inter";
    margin-bottom: 10px;
    }

.map_about{

    width: 580px;
}

.map_about img{

    max-width: 100%;
    height: 100%;
     object-fit: cover;
}

.tell_about{

    display: flex;
    align-items: center;
}

.tell_about span{
    font-size: 24px;
    font-weight: bold;
    color: #2E2E2E;
    font-family: "Inter";
    margin-bottom: 10px;
    
}

.tell_about svg{
    padding-right: 10px;
}

.main_content_5.main_content_5_slider{

    height: 394px;
    min-height: 394px;
}

.main_content_5.main_content_5_slider .slider-container{

    padding-top: 70px;
}

.main_content.main_content_slider {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    justify-content: start;
    align-items: center;
    min-height: 350px;
    background: #010202;
    width: 100%;
    padding-bottom: 0px;
    margin-top: -0px;
    background: #fff;
}

.main_content_certificates{
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    justify-content:center;
    align-items: center;
    min-height: 560px;
    width: 100%;
    background: #EFEFEF;
}

.cert-slider-container {
    width: 80%;
    margin: 0 auto;
}
.cert-certificates-slider {
    width: 588px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    background: none;
}
.cert-certificate-slide {
    text-align: center;
}
.cert-certificate-slide img {
    height: 360px;
    padding: 0 10px;
    overflow: hidden;
}
.cert-certificates-title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 40px;
    font-family: "Inter";
}
.cert-certificates-description {
    text-align: left;
    font-size: 16px;
    font-family: "Inter";
    font-weight: 400;
    margin-bottom: 50px;
}
.cert-slider-arrows {
   
    top: 50%;
    
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}
.cert-slider-arrow {
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    padding: 10px;
     border-radius: 5px;
}


.cert-slider-container{
    justify-content: space-between;
    display: flex;
    width: 100%;
    flex-direction: row;
}

.left-cert-inform{
    display: flex;
    flex-direction: column;
    max-width: 520px;
    align-items: start;
    justify-content: center;
    text-align: left;
    padding-top: 44px;
}

.cert-slider-arrows button{
    display: flex;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    padding-right: 25px;
}

.cert-certificates-description span{
    margin-top: 22px;
    display: flex;
    padding-bottom: 10px;
}

.cert-slider-arrow.cert-slider-arrow-prev{
    background: url(../img/button/prev.png) center no-repeat ;

}

.cert-slider-arrow.cert-slider-arrow-next{
    background: url(../img/button/next.png) center no-repeat ;

}

.cert-slider-arrow.cert-slider-arrow-prev:hover{
    background: url(../img/button/prev-hover.png) center no-repeat #474646; ;

}

.cert-slider-arrow.cert-slider-arrow-next:hover{
    background: url(../img/button/next-hover.png) center no-repeat #474646; ;

}

.header_content_info_page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: 250px;
    height: 6250px;
    position: relative;
    background: url(../img/header_bg/info-page-img.png) center / cover no-repeat;
    padding-bottom: 20px;
}

.main_content_info_page{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    min-height: 670px;
    background: #010202;
    width: 100%;
    background: #fff;

}

.tab-container {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.tab-menu {
    flex: 0 0 220px;
    border-right: 1px solid #000;
    min-height: 500px;
    padding-right: 40px;
}

.tab-button {
    display: block;
    width: 100%;
    padding: 15px;
    text-align: left;
    border: none;
    background-color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-weight: 400;
    border-radius: 0px;
    margin-bottom: 10px;
}

.tab_name{
    padding-bottom: 8px;
    border-bottom: 2px solid #2E2E2E;
    font-size: 24px;
    color: #000;
    font-family: "Inter";
    text-transform: uppercase;
    margin-top: 1px;
    margin-bottom: -6px;
}

.tab_name h2{
    margin-top: 0px;
}

.tab-button.active {
    background-color: #2E2E2E;
    color: #F6EC08;
}

.tab-content li{
    background: url(../img/li/item-li.png)  no-repeat left center;
    padding: 27px 0 10px 55px;
    list-style: none;
    background-size: 40px;
    font-size: 18px;
    font-weight: 400;
    font-family: "Inter";
}

.tab-content {
    flex: 1 1 600px;
    padding: 00px 40px;
    min-height: 500px;
}

.tab-content-item {
    display: none;
}

.tab-content-item.active {
    display: block;
}
.title_content_item{
    font-size: 24px;
    color: #000;
    font-family: "Inter";
    margin-top: 1px;
}

.tab-content-item ul{
   padding: 0px;
   margin-top: 0px;
}

.request-button {
    background-color: #F6EC08;
    border: none;
    font-weight: bold;
    cursor: pointer;
    margin-top: 5px;
    width: 400px;
    font-size: 18px;
    font-family: "Inter";
    border-radius: 7px;
    height: 50px;
}

.request-button:hover{
    background-color: #2E2E2E;
    color:#F6EC08 ;
}

/*Contact page*/
.header_content_contact_page{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: 250px;
    height: 250px;
    position: relative;
    background: url(../img/header_bg/contact-img.png) center / cover no-repeat;
    padding-bottom: 20px;

}

.main_content_contact{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    min-height: 665px;
    background: #010202;
    width: 100%;
    background: #fff;

}

.title_header_contact{
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    width: 100%;
    font-family: "Inter";
    text-align: center;

}

.contact-info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: start;
    margin-bottom: 60px;
}

.map_contact{
    width: 100%; 
    max-width: 100%; 
}

.map_contact img{
    width: 100%; 
    height: auto; 
    display: block;
}

.map_contact.contact-2{

    display: none;
}

.contact-info-section {
    width: 300px;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}

.contact-info-section h3 {
    font-size: 20px;
    font-weight: bold;
    font-family: "Inter";
    color: #000;
    margin-bottom: 20px;
}

.contact-info-section p {
    font-size: 20px;
    color: #000;
    font-family: "Inter";
    font-weight: 500;
    margin: 0px 0;
    text-align: left;
    display: flex;
    align-items: center;
}

.fas {
    padding-top: 6px;
    padding-right: 10px;
}

.contact-info-p p{
    padding-bottom: 10px;
}

.main_content_contact_form{

    display: flex;
    flex-direction: column;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    min-height: 620px;
    background: #010202;
    width: 100%;
    background: #fff;
}

.contact_inf_form_container{
    padding-bottom: 70px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.call-info{

    padding:  0 20px;
}
   
    
    .feedback-form-contact {
    display: flex;
    flex-direction: column;
}
    
    .form-row-contact {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
    
    .form-row-contact input,
    .form-row-contact select,
    .form-row-contact textarea {
    width: 280px;
    height: 60px;
    font-size:18px;
    color: #A1A1A1;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-family: "Inter";
    font-weight: 350;
}

    .form-row-contact select{
    width: 299px;
    height: 64px;

}
    
    .form-row-contact textarea {
    width: 592px;
    height: 90px;
    resize: none;
}
    
    .checkbox-container-contact {
    display: flex;
    align-items: start;
    font-size: 14px;
    width: 290px;
    flex-direction: row;
}
    
    .checkbox-container-contact input {
    margin-right: 10px;
}
    
    .form-row-button-contact button {
    background-color: #F6EC08;
    color: #000;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    width: 299px;
    height: 60px;
    font-family: "Inter";
}

.form-row-button-contact button:hover{
    background: #282727;
    color: #F6EC08;
}
     
    .form-row-sms-contact{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.form-row-contact.form-status{
    display: none;
}

    select {
    padding-left: 15px; 
}
    input[type="text"] {
    padding-left: 15px; 
}
    
    input[type="tel"] {
    padding-left: 15px; 
}
    
    input[type="email"] {
    padding-left: 15px; 
}
    textarea {
    padding: 15px; 
}

    .form-row-flex-contact{
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    align-items: center;
    }

.form-row-flex-contact .checkbox-container-contact input{
    border-radius: 30px;
    width: 30px;
    border: 1px solid #ccc;
    display: flex;
    align-items: start;
    height: 20px;
}

.container-form-contact h2{
    text-align: center;
    padding-bottom: 25px;
    font-size: 28px;
    font-weight: bold;
}

.checkmark-contact{
    font-size: 16px;
    font-family: "Inter";
}

.checkmark-contact span{
    font-size: 16px;
    color: #ccc;
    font-family: "Inter";
}

.call-info h2{
    font-size: 28px;
    font-weight: bold;
    font-family: "Inter";
    color: #2E2E2E;
}

.call-info p{
    font-size: 20px;
    font-weight: 450;
    font-family: "Inter";
    color: #2E2E2E;
}

#hamburgerButton span{

    display: none;
}

.hamburger-menu .menu {
    display: flex;
    list-style: none;
}

.popup-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

.popup-menu-content {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    width: 70%;
    height: 100%;
        
}

.close-popup {
    cursor: pointer;
}

.btn_exit{
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: space-between;
    min-height: 80px;
    background: #fff;
       
}

.tell_popup{
    display: flex;
    align-items: center;
    justify-content:center;
    padding-left: 30px;
    
}

.tell_popup span{
    font-size:18px;
    font-weight: 400;
    font-family: "Inter";
    color: #000;
}

.exit_popup {
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: end;
    display: none;
}

.flex_popup{

    display: flex;
    width: 100%;
    align-items: center;
    margin: 0 auto;
   justify-content: center;
}

.menu_popup{
    width: 100%;
    text-align: left;
    margin: 0 auto;
}

.submenu_popup {
    display: none; 
    list-style: none;
    padding: 0;
    margin: 0;
}
.submenu_popup li {
    padding: 0px;
}
.submenu_popup a {
    text-decoration: none;
    color: black;
}

.submenu_popup li:first-child a{
    border-top: none!important;
}

.header_lacquer_products{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: 600px;
    height: 400px;
    position: relative;
    background: url("../img/lacquer-products/fon-catalog.png") center /cover no-repeat;
    
}

.header_individual_safety{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: 600px;
    height: 400px;
    position: relative;
    background: url("../img/individual-safety/fon-img.png") center /cover no-repeat;
    
}


.popup-menu-content {
    padding: 0;
}

.tell_popup a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.tell_popup svg {
    margin-right: 10px;
}

.exit_popup .close-popup {
    cursor: pointer;
}

.exit_popup svg {
    cursor: pointer;
    fill: black;
}

.flex_popup {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.menu_pop {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.active-menu-item {
    background-color: yellow;
    color: black;
}

.menu_pop li a {
    display: block;
    padding: 15px 10px 15px 30px;
    text-decoration: none;
    color: black;
    font-size: 16px;
    border-bottom: 1px solid #f0f0f0;
    font-family: "Inter";
    font-weight: 400;
    
}

.menu_pop li:first-child a{
    border-top: 1px solid #f0f0f0;
}

.menu_pop li a:hover {
    background-color: #f0f0f0;
}

.menu_pop .dropdown_popup > a::after {
    content: '▼';
    margin-left: 10px;
    font-size: 12px;
    color: #555;
}

.menu_pop .submenu_popup {
    display: none;
    list-style: none;
}

.menu_pop .dropdown_popup:hover .submenu_popup {
    display: block;
}


.popup-menu.open {
    transform: translateX(0);
}

.submenu_popup li a {
    padding: 15px 20px 15px 45px;
    border-left: 1px solid #f0f0f0; 
    box-sizing: border-box; 
}

.menu_pop li a.active {
    background: #F6EC08;
    font-weight: bold;
}

@media (max-width: 1110px) {

    .catalog-footer {
        display: flex;
        align-items: end;
        flex-direction: column;
        padding-right: 30px;
    }
}

@media (max-width: 1035px) {
    .catalog-footer {
        display: flex;
        align-items: end;
        flex-direction: column;
        padding-right: 15px;
    }
    .inf-footer {
        display: flex;
        flex-direction: row;
        gap: 40px;
    }

}

@media (max-width: 1050px) {

    .contact-info {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: start;
        margin-bottom: 60px;
        flex-wrap: wrap;
        gap: 40px;
        padding-top: 40px;
    }

}

@media (max-width: 1000px) {

    .hamburger-menu {
        flex-direction: row;
        display: flex;
        align-items: center;
        margin-left: 18px;
    }

    .title-card {
       
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        padding-bottom: 15px;
    }

    .title-card h2 {
        font-size: 28px;
        font-weight: bold;
        font-family: "Inter";
        color: #2E2E2E;
        margin-bottom: 1px;
    }

    .call-info p {
        font-size: 20px;
        font-weight: 450;
        font-family: "Inter";
        color: #2E2E2E;
        padding-bottom: 30px;
    }

    .call-info h2 {
        font-size: 28px;
        font-weight: bold;
        font-family: "Inter";
        color: #2E2E2E;
        text-align: center;
        padding-top: 70px;
    }
   
    .contact_inf_form_container {
        padding-bottom: 70px;
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
    
    .cert-certificates-slider {
        width: 400px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        box-shadow: none;
        background: none;
    }

    .menu {
        list-style-type: none;
        padding: 0;
        display: flex;
        margin-right: auto;
        gap: 15px;
    }

    .catalog-footer {
        display: flex;
        align-items: end;
        flex-direction: column;
        padding-right: 30px;
    }

   .form-row.form-row-1{
        width: 300px;
        display: flex;
        flex-direction: column;
        gap: 25px;
   }

   .form-row.form-row-2{
        width: 300px;
        display: flex;
        flex-direction: column;
        gap: 25px;
}

.form-row.form-row-3{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        
}

.form_two-form{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 22px;

}

.form-row-flex {
        justify-content: space-between;
        display: flex;
        flex-direction: row;
        max-width: 625px;
        height: 120px;
        width: 100%;
        padding-top: 25px;
}
}


@media (max-width: 950px) {
    .contact-footer {
        display: flex;
        flex-direction: column;
        gap: 35px;
        align-items: start;
        
        padding-right: 15px;
    }
  
}

@media (max-width: 900px) {

    .hamburger svg {
        display: block!important;
    }

    .hamburger {
        display: block!important;
    }

    .menu {
        display: none!important;
    }

    
    .menu {
        list-style-type: none;
        padding: 0;
        display: flex;
        margin-right: auto;
        gap: 15px;
    }

    .contact-footer {
        display: flex;
        flex-direction: column;
        gap: 35px;
        align-items: start;
        padding-left: 15px;
        padding-right: 15px;
    }

    
    .advantages {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        
    }

    .advantage {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 14px;
        padding-bottom: 40px;
    }
}

@media (max-width: 840px) {
    .cards {
        display: flex;
        width: 100%;
        align-items: center;
        flex-wrap: wrap;
        gap: 40px;
        justify-content: space-between;
    }

    .card {
        position: relative;
        min-width: 300px;
        max-width: 310px;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .process {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
        gap: 40px;
        flex-wrap: wrap;
    }

    .step {
        position: relative;
        min-width: 300px;
        max-width: 310px;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

}

@media (max-width: 880px) {
    .inf-footer {
        display: flex;
        flex-direction: row;
        gap: 40px;
    }

}

@media (max-width: 880px) {
    .logo_footer {
        gap: 40px;
        display: flex;
        flex-direction: column;
        width: 33%;
    }

    .menu-footer {
        display: flex;
        align-items: end;
        flex-direction: column;
        width: 33%;
    }

    .catalog-footer {
        display: flex;
        align-items: end;
        flex-direction: column;
        padding-right: 30px;
        width: 33%;
    }

    .contact{
        display: flex;
        align-items: start;
        flex-direction: column;
        width: 33%; 
    }

    .adress-footer{
        display: flex;
        align-items: start;
        flex-direction: column;
        width: 33%; 

    }

    .work-footer{
        display: flex;
        align-items: start;
        flex-direction: column;
        width: 33%; 


    }


}

@media (max-width: 665px) {
    .logo_footer {
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .menu-footer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }

    .catalog-footer {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }

    .contact {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
        justify-content: center;
    }

    .adress-footer {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
        justify-content: center;
    }

    .work-footer {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
        justify-content: center;
    }


}

@media (max-width: 880px) {
    .inf-footer {
        display: flex;
        flex-direction: row;
        gap: 40px;
    }

    .footer-container {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        margin-top: 60px;
        width: 100%;
        justify-content: space-between;
        margin-bottom: 60px;
    }
    .contact-footer {
        display: flex;
        flex-direction: row;
        border-top: 1px solid #F6EC08;
        align-items: start;
        padding-top: 60px;
        justify-content: space-around;
        border-left: none;
    }
    .inf-footer {
        display: flex;
        flex-direction: row;
        padding-bottom: 60px;
        justify-content: space-around;
        margin: 0 auto;
        width: 100%;
    }
 

}
@media (min-width: 768px) {
    .hamburger svg {
        display: none;
    }
    }

@media (max-width: 768px) {

    .modal-content {
        background-color: #fff;
        margin: 15% auto;
        padding: 20px;
        border: 1px solid #888;
        width: 100%!important;
        max-width: 280px!important;
        border-radius: 8px;
    }

    .form-group input, .form-group select, .form-group textarea {
        width: 100%;
        padding: 12px!important;
        border: 1px solid #ccc;
        border-radius: 8px;
        box-sizing: border-box;
        min-width: 290px;
        color: #A1A1A1;
        font-family: "Inter";
    }

    .checkbox-modal input {
        position: absolute;
        right: 145px!important;
    }

    .form-group #message {
        width: 100%!important;
         min-width: 290px!important; 
    }

    .form-block {
        width: 100%;
        justify-content: center;
        flex-direction: column;
        display: flex;
        align-items: center;
    }

    .company-info p {
        font-size: 16px;
        font-weight: 300;
        color: #2E2E2E;
        font-family: "Inter";
        line-height: 18px;
        padding-right: 20px;
    }

    .cert-certificates-description {
        text-align: left;
        font-size: 16px;
        font-family: "Inter";
        font-weight: 300;
        margin-bottom: 50px;
    }

    .form-row input, .form-row select, .form-row textarea {
        
        font-weight: 300;
    }

    .left-column ul>li {
        
        font-weight: 300;
    }

    .product-description p {
        
        font-weight: 300;
    }

    .center {
        box-sizing: border-box;
        padding: 0 45px;
        max-width: 1180px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .prices-slider{
        padding-bottom: 10px;
    }

    .brands-slider{
        width: 100%;
        padding-bottom: 1px;
    }

    .slider-container {
        position: relative;
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-bottom: 50px;
    }

    .container-form {
        background-color: #fff;
        border-radius: 10px;
        max-width: 950px;
        width: 100%;
        padding-top: 60px;
    }

    .title-card p {
        font-size: 16px;
        font-weight: 300;
        font-family: "Inter";
        color: #2E2E2E;
        padding-bottom: 12px;
    }

    .main_content_3_catalog {
        display: flex;
        justify-content: center;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-height: 393px;
        background: #fff;
        padding-top: 40px;
    }

    .main_content_2_catalog {
        display: flex;
        justify-content: center;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
        min-height: 491px;
        background: #fff;
        width: 100%;
        padding-bottom: 50px;
    }

    .download-button {
        background-color: #F6EC08;
        color: #2E2E2E;
        border: none;
        padding: 7px 23px;
        cursor: pointer;
        text-decoration: none;
        font-weight: 400;
        display: inline-block;
        margin-top: 0px;
        border-radius: 35px;
        font-size: 14px;
        font-family: "Inter";
    }

    .title_header_catalog {
        color: #fff;
        font-size: 26px;
        font-weight: bold;
        width: 100%;
        font-family: "Inter";
        text-align: left;
        display: flex;
        align-items: start;
        justify-content: center;
        flex-direction: column;
    }

    .tab-content li {
        background: url(../img/li/item-li.png) no-repeat left center;
        padding: 27px 0 10px 55px;
        list-style: none;
        background-size: 40px;
        font-size: 16px;
        font-weight: 400;
        font-family: "Inter";
    }

    .form-row-contact.form-status{

        display: flex;
    }

    .title_header_contact {
        color: #fff;
        font-size: 32px;
        font-weight: bold;
        width: 100%;
        font-family: "Inter";
        text-align: left;
    }

    .map_contact{

        display: none;
    }

    .map_contact.contact-2{

        display: flex;
    }

    .breadcrumb-container {
        display: flex;
        justify-content: center; 
        align-items: center;
        max-height: 600px;
        height: 50px;
        position: relative;
        background: #2E2E2E center / cover no-repeat;
        width: 100%;
        display: none;
        
    }
    
    .breadcrumb-container.top-breadcrumb{
        display: flex;
    }

    .tab-container {
        display: flex;
        justify-content: center;
        width: 100%;
        align-items: center;
        flex-direction: column;
        margin-top: 35px;
    }

    .tab-menu {
        flex: 0 0 auto;
        border: none;
        min-height: 10px;
        padding-right: 0px;
    }

    .tab-menu h2{
        display: flex;
        gap: 17px;
        flex-direction: row;
        width: 100%;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin-top: 25px;
    
    }

    .tab-menu button{
        border: 2px solid #000;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 150px;
        font-size: 16px;
        height: 50px;
        flex-wrap: wrap;
        padding: 0px;
        margin: 0px;
        
    }

    .tab-content {
        flex: 1 1 100%;
        padding: 30px 37px;
        min-height: 500px;
        display: flex;
        align-items: center;
        justify-content: start;
        width: 100%;
    }
   
    .title_header_about {
        color: #fff;
        font-size: 32px;
        font-weight: bold;
        width: 100%;
        font-family: "Inter";
        text-align: left;
    }

    .cert-slider-arrows {
        position: absolute;
        top: 10%;
        width: 12%;
        right: 10%;
        display: flex;
        justify-content: space-between;
        transform: translateY(-50%);
    }

    .cert-certificates-slider {
        width:100%;
        display: flex !important;
        align-items: center;
        justify-content: center;
        box-shadow: none;
        background: none;
    }
   
    .cert-slider-container {
        justify-content: space-between;
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    .company-info {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
    }

    .tell_about {
        display: flex;
        align-items: center;
        padding-bottom: 60px;
    }

    .map_about {
        margin-left: -30px;
        width: calc(100% + 60px);
    }

    .company-info h2 {
        font-size: 28px;
        font-weight: bold;
        color: #2E2E2E;
        font-family: "Inter";
        margin-top: 60px;
        
    }

    .about-section {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .container_catalog {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-top: 30px;
    }

    .left-column {
        width: 100%;
        padding-bottom: 80px;
    }

    .right-column {
        width: 100%;
    }

    .title-card {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: start;
        justify-content: space-between;
        padding-bottom: 15px;
    }

    .container_card {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        flex-direction: column;
        padding-bottom: 50px;
    }

    .title-process a {
        font-size: 16px;
        font-weight: 500;
        color: #2E2E2E;
        text-decoration: none;
        border-bottom: 2px dashed #000;
        position: relative;
    }

    .container-process {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        flex-direction: column;
        padding-top: 40px;
        padding-bottom: 35px;
    }

    .title-card h2 {
        font-size: 28px;
        font-weight: bold;
        font-family: "Inter";
        color: #2E2E2E;
        margin-bottom: 10px;
    }

    .cards {
        display: flex;
        width: 100%;
        flex-direction: column;
        gap: 45px;
    }

    .card {
        position: relative;
        width: 100%; 
        min-width: 200px;
        max-width: 670px;
        max-height: 200px;
        height: auto;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        
    }

    .card  img{
        width: 100%; 
        height: 200px; 
        object-position: center;
        object-fit: cover;
    }

    .text a {
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        font-family: "Inter";
        cursor: pointer;
        text-decoration: none;
        padding: 0 30px;
    }

    .process {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        width: 100%;
        align-items: center;
        gap: 45px;
    }

    .step {
        position: relative;
        width: 100%;
        min-width: 200px;
        max-width: 670px;
        border-radius: 10px;
        max-height: 200px;
        overflow: hidden;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .step  img{
        width: 100%; 
        height: 200px; 
        object-position: center;
        
    }
     
    .copy::before {
        content: '';
        position: absolute;
        top: -1px;
        left: 50%;
        width: 100vw;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        transform: translateX(-50%);
        min-height: 78px;
        overflow: hidden;
        height: 100%;
        
    }
    .copy {
        width: 100%;
        display: flex;
        align-items: center;
        font-size: 10px;
        font-family: "Inter";
        position: relative;
        justify-content: center;
        min-height: 50px;
        max-width: 100%;
        box-sizing: border-box;
        text-align: center;
        padding: 20px 0px;
    }
     
}

@media (max-width: 730px) {
    .contact-info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        align-items: center;
        margin-bottom: 60px;
        gap: 60px;
        padding-top: 40px;
    }

    .contact-info-section {
        width: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
   
}

@media (max-width: 665px) {
    .inf-footer {
        display: flex;
        flex-direction: column;
        padding-bottom: 40px;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        width: 100%;
    }

    .inform {
        text-align: center;
        font-size: 14px;
        font-family: "Inter";
    }

    .soc-footer {
        gap: 10px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .menu-footer {
        display: flex;
        flex-direction: column;
        
    }

    .footer-container h2 {
        margin-top: 0px;
        text-align: center;
        width: 100%;
        margin-bottom: 23px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu-foot {
        list-style: none;
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: left;
        width: 100%;
        gap: 10px;
    }

    .catalog-footer {
        display: flex;
        align-items: end; 
        flex-direction: column;
        padding-right: 0px;
    }

    .catalog-foot {
        list-style: none;
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: left;
        width: 100%;
        gap: 10px;
    }

    .contact-footer {
        display: flex;
        flex-direction: column;
        border-top: 1px solid #F6EC08;
        align-items: center;
        padding-top: 40px;
        justify-content: center;
    }

    .adress-footer p {
        margin: 5px 0px;
        text-align: center;
        font-size: 14px;
    }

    .work-footer p {
        margin: 3px 0px;
        text-align: center;
        font-size: 14px;
    }

}

@media (max-width: 650px) {

    .title-process a {
        font-size: 20px;
        font-weight: bold;
        color: #2E2E2E;
        text-decoration: none;
        border-bottom: 2px dashed #000;
        position: relative;
        display: none;
    }

    .form-row-contact.form-status select{
        width: 380px;

    }

    .contact-form .form-row-button-contact{
        background-color: #F6EC08;
        color: #000;
        border: none;
        border-radius: 10px;
        font-size: 18px;
        font-weight: bold;
        cursor: pointer;
        width: 380px;
        height: 60px;
        text-align: center;
        font-family: "Inter";

    }

    .form-row-contact {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 0px;
        gap: 25px;
        margin-bottom: 25px;
    }

    .form-row-contact textarea {
        width: 100%;
        height: 90px;
        resize: none;
    }

    .contact-form .form-row-contact input, .form-row-contact select, .form-row-contact textarea {
        
        width: 360px;
        height: 60px;
        font-size: 18px;
        color: #A1A1A1;
        border: 1px solid #ccc;
        border-radius: 10px;
        font-family: "Inter";
        font-weight: 300;
    }
    .form-message{
        max-width: 380px;
        width: 100%;
        display: flex;
        justify-content: center;
        
    }

    .form-row-flex-contact {
        width: 100%;
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px 0px 10px 0px;
    }

    .form-row-flex-contact .checkbox-container-contact{
        display: flex;
        padding: 5px 0px 25px 0px;
        justify-content: start;
        width: 380px;
    }

    .call-info p {
        font-size: 18px;
        font-weight: 300;
        font-family: "Inter";
        color: #2E2E2E;
        padding-bottom: 30px;
        text-align: center;
    }

    .call-info h2 {
        font-size: 22px;
        font-weight: bold;
        font-family: "Inter";
        color: #2E2E2E;
        text-align: center;
        padding-top: 70px;
    }

}

@media (max-width: 630px) {
  

    .feedback-form .form-row.form-row-1{

        margin-bottom: 0px;
    }


    .form_two-form {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 25px;
    }

    .form-row textarea {
        max-width: 270px;
        height: 90px;
        resize: none;
    }
    .form-row-flex {
        justify-content: space-between;
        display: flex;
        flex-direction: column;
        max-width: 625px;
        height: 120px;
        width: 100%;
        padding-top: 25px;
        align-items: center;
        padding-bottom: 30px;
    }

}

@media (max-width: 600px) {

    .checkmark {
        font-size: 16px;
        font-family: "Inter";
        font-weight: 300;
    }

    .brand {
        width: 100%;
        padding-bottom: 40px!important;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .container_slider {
        display: flex;
        width: 100%;
        position: relative;
        height: auto;
        justify-content: center;
        flex-direction: column;
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .slider-container {
        position: relative;
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-bottom: 60px;
    }

    .prices-slider{
        padding-bottom: 60px;
    }

    .container_slider {
        display: flex;
        width: 100%;
        position: relative;
        height: auto;
        justify-content: center;
        flex-direction: column;
        
    }

    .brands-slider {
        width: 100%;
        margin: 0 auto;
        padding-top: 40px;
        position: relative;
    }

    .main_content.main_content_slider {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        justify-content: start;
        align-items: center;
        min-height: 420px;
        background: #010202;
        width: 100%;
        padding-bottom: 0px;
        margin-top: -0px;
        background: #fff;
    }

    .slick-list.draggable{

        padding-bottom: 30px;
    }

    .title_content_item {
        font-size: 24px;
        color: #000;
        font-family: "Inter";
        margin-top: 1px;
        text-align: center;
    }

   .tab-menu .tab_name{
        display: flex;
        justify-content: center;
   }

   .request-button {
        background-color: #F6EC08;
        border: none;
        font-weight: bold;
        cursor: pointer;
        margin-top: 5px;
        width: 100%;
        font-size: 18px;
        font-family: "Inter";
        border-radius: 7px;
        height: 50px;
        margin-bottom: 25px;
    
}

    .main_content_certificates .slick-dots{
        list-style: none;
        justify-content: center;
        position: absolute;
        bottom: 10px!important;
        left: 0;
        right: 0;
        display: none;
           
    }

    .main_content_certificates .slick-track {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
        height: 370px;
    }

    .cert-slider-arrows {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        transform: translateY(-50%);
    }

    .left-cert-inform {
        display: flex;
        flex-direction: column;
        max-width: 520px;
        align-items: start;
        justify-content: center;
        text-align: left;
        padding-top: 1px;
    }

    .main_content_certificates {
        position: relative;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
        min-height: 770px;
        width: 100%;
        background: #EFEFEF;
    }

    .cert-slider-arrows {
        position: absolute;
        top: auto;
        bottom: 10px;
        width: 80%;
        z-index: 99;
        display: flex;
        justify-content: space-between;
        transform: translateY(-50%);
        margin: 0 auto;
        
    }

    .banner-content {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .slick-dots li {
        margin: 0 5px;
        display: block!important;
    }

    .slick-dots {
        list-style: none;
        justify-content: center;
        padding: 0;
        margin: 10px 0;
        position: absolute;
        bottom: 1px;
        left: 0;
        right: 0;
        display: flex!important;
    }

    .company-info {
        text-align: center;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    

    .main_content_5 .slick-prev.slick-arrow {
        position: absolute;
        bottom: 1px;
        z-index: 2;
        background: none;
        border: 1px solid #D3D3D3;
        cursor: pointer;
        font-size: 0px;
        left: 1px;
        border-radius: 5px;
        width: 40px;
        height: 40px;
        background: url(../img/button/prev.png) center;
        background-repeat: no-repeat;
        background-size: 15px;
        top: auto;
        }

        .main_content_5 .slick-next.slick-arrow  {
        top: auto;
        position: absolute;
        bottom: 1px;
        right: 0px;
        z-index: 2;
        background: none;
        border: 1px solid #D3D3D3;
        cursor: pointer;
        font-size: 0px;
        border-radius: 5px;
        width: 40px;
        height: 40px;
        background: url(../img/button/next.png) center no-repeat;
        background-size: 15px;
        }

        .main_content.main_content_slider .slick-prev.slick-arrow  {
        position: absolute;
        bottom: 1px;
        left: 0px;
        z-index: 2;
        z-index: 2;
        background: none;
        border: 1px solid #D3D3D3;
        cursor: pointer;
        font-size: 0px;
        border-radius: 5px;
        width: 40px;
        height: 40px;
        background: url(../img/button/prev.png) center;
        background-repeat: no-repeat;
        background-size: 15px;
        top: auto;
        }

        .main_content.main_content_slider .slick-next.slick-arrow  {
        position: absolute;
        right: 0px;
        bottom: 1px;
        z-index: 2;
        background: none;
        border: 1px solid #D3D3D3;
        cursor: pointer;
        font-size: 0px;
        border-radius: 5px;
        width: 40px;
        height: 40px;
        background: url(../img/button/next.png) center no-repeat;
        background-size: 15px;
        top: auto;
        }
                   

    .title-card {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-bottom: 15px;
        }   
        
        .title-card p {
        font-size: 16px;
        font-weight: 300;
        font-family: "Inter";
        color: #2E2E2E;
        text-align: center;
        }

    .slider-header {
        margin-bottom: -40px;
        display: flex;
        width: 100%;
        align-items: start;
        justify-content: center;
        font-size: 28px;
        font-weight: bold;
        color: #2E2E2E;
        font-family: "Inter";
    }
                    

    .title_header {
        color: #fff;
        font-size: 26px;
        font-weight: bold;
        width: 100%;
        font-family: "Inter";
        text-align: center;
        margin-bottom: 30px;
    }

    .catalog_button {
        width: 238px;
        height: 50px;
        color: #000;
        background: #F6EC08;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: 18px;
        font-weight: bold;
        font-family: inter;
        border-radius: 5px;
        font-family: "Inter";
    }

    .slick-next.slick-arrow {
        position: absolute;
        right: 0px;
        z-index: 2;
        background: none;
        border: 1px solid #D3D3D3;
        cursor: pointer;
        font-size: 0px;
        border-radius: 5px;
        width: 40px;
        height: 40px;
        background: url(../img/button/next.png) center no-repeat;
        background-size: 15px;
    }

    .container_slider h2 {
        display: flex;
        width: 100%;
        margin-bottom:0px;
        font-size: 28px;
        font-weight: bold;
        font-family: "Inter";
        color: #2E2E2E;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    
    .copy::before {
        content: '';
        position: absolute;
        top: -1px;
        left: 50%;
        width: 100vw;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        transform: translateX(-50%);
        min-height: 53px;
        overflow: hidden;
               
    }
}

@media (max-width: 560px) {
   
    .tell {
        display: none;
    }

}

@media (max-width: 520px) {
   
    .center {
        box-sizing: border-box;
        padding: 0 30px;
        max-width: 1280px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .copy::before {
        content: '';
        position: absolute;
        top: -1px;
        left: 50%;
        width: 100vw;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        transform: translateX(-50%);
        min-height: 62px;
        overflow: hidden;
                
    }

    .title_header_about {
        color: #fff;
        font-size: 26px;
        font-weight: bold;
        width: 100%;
        font-family: "Inter";
        text-align: center;
    }
    .cert-certificates-description {
        text-align: center;
        font-size: 16px;
        font-family: "Inter";
        font-weight: 400;
        margin-bottom: 30px;
    }
    
}

@media (max-width: 480px) {
    .main_content.main_content_slider {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        justify-content: start;
        align-items: center;
        min-height: 605px;
        background: #010202;
        width: 100%;
        padding-bottom: 0px;
        margin-top: -0px;
        background: #fff;
    }

}

@media (max-width: 420px) {

    .advantage p {
        
        font-weight: 300;
        
    }

    .title-card p {
       
        font-weight: 300;
        
    }

    .left-column ul>li {
        font-weight: 300;
    }

    .container-form h2 {
        text-align: center;
        padding-bottom: 25px;
        font-size: 22px;
        font-weight: bold;
    }

    .product-description p {
        width: 100%;
        display: flex;
        align-items: center;
        color: #2E2E2E;
        font-size: 16px;
        font-family: "Inter";
        font-weight: 300;
        text-align: center;
    }

    .center {
        box-sizing: border-box;
        padding: 0 30px;
        max-width: 1180px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .title-process h2 {
        font-size: 22px;
        font-weight: bold;
        font-family: "Inter";
        color: #2E2E2E;
    }

    .title-card h2 {
        font-size: 22px;
        font-weight: bold;
        font-family: "Inter";
        color: #2E2E2E;
    }

    .right-column h2 {
        font-size: 22px;
        font-weight: bold;
        font-family: "Inter";
        color: #2E2E2E;
        border-bottom: 2px solid #ccc;
        margin-bottom: 1px;
    }

    .left-column h2 {
        font-size: 22px;
        font-weight: bold;
        font-family: "Inter";
        color: #2E2E2E;
    }

    .form-row-contact.form-status select{
        width: 380px;

    }

    .title_header_contact {
        color: #fff;
        font-size: 26px;
        font-weight: bold;
        width: 100%;
        font-family: "Inter";
        text-align: center;
    }

    .banner-content p {
        max-width: 580px;
        font-size: 16px;
        color: #fff;
        font-family: "Inter";
        font-weight: 300;
        padding-bottom: 20px;
    }

    .cert-certificates-description {
        text-align: center;
        font-size: 16px;
        font-family: "Inter";
        font-weight: 300;
        margin-bottom: 10px;
    }

    .company-info h2 {
        font-size: 22px;
        font-weight: bold;
        color: #2E2E2E;
        font-family: "Inter";
        margin-top: 60px;
    }

    .tell_about span {
        font-size: 20px;
        font-weight: bold;
        color: #2E2E2E;
        font-family: "Inter";
        margin-bottom: 10px;
    }

    .slider-header {
        margin-bottom: -40px;
        display: flex;
        width: 100%;
        align-items: start;
        justify-content: center;
        font-size: 22px;
        font-weight: bold;
        color: #2E2E2E;
        font-family: "Inter";
    }
    
}

@media (max-width: 420px) {

    .advantages-container h2 {
        margin: 0 0 40px 0;
        width: 100%;
        display: block;
        font-size: 22px;
    }

    .title_block2 {
        color: #fff;
        font-size: 22px;
        font-weight: bold;
        width: 100%;
        font-family: "Inter";
        text-align: center;
        margin-bottom: 30px;
    }

    .title_block3 {
        color: #fff;
        font-size: 22px;
        font-weight: bold;
        width: 100%;
        font-family: "Inter";
        text-align: center;
        margin-bottom: 30px;
    }

    .container_slider h2 {
        display: flex;
        width: 100%;
        margin-bottom: 0px;
        font-size: 22px;
        font-weight: bold;
        font-family: "Inter";
        color: #2E2E2E;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .title_header_catalog {
        color: #fff;
        font-size: 26px;
        font-weight: bold;
        width: 100%;
        font-family: "Inter";
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .main_content_contact_form .center{
        padding: 0px;
    }

    .form-row-contact.form-status select{
        width: 320px;

    }

    .contact-info-section p {
        font-size: 18px;
        color: #000;
        font-family: "Inter";
        font-weight: 300;
        margin: 0px 0;
        text-align: left;
        display: flex;
        align-items: center;
    }

    .main_content_contact .center{
        padding: 0px;
    }

    .contact-form .form-row-contact input, .form-row-contact select, .form-row-contact textarea {
        
        width: 300px;
        height: 60px;
        font-size: 18px;
        color: #A1A1A1;
        border: 1px solid #ccc;
        border-radius: 10px;
        font-family: "Inter";
        font-weight: 350;
    }

    .form-row-flex-contact .checkbox-container-contact {
        display: flex;
        padding: 5px 0px 25px 0px;
        justify-content: start;
        width: 300px;
    }

    .contact-form .form-row-button-contact {
        background-color: #F6EC08;
        color: #000;
        border: none;
        border-radius: 10px;
        font-size: 18px;
        font-weight: bold;
        cursor: pointer;
        width: 300px;
        height: 60px;
        text-align: center;
        font-family: "Inter";
    }

    .tab-menu h2 {
        display: flex;
        gap: 17px;
        flex-direction: row;
        width: 100%;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .tab-menu button {
        border: 1px solid #000;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        font-size: 18px;
        height: 60px;
        flex-wrap: wrap;
}
}

@media (max-width: 360px) {

    .contact-form .form-row-contact input, .form-row-contact select, .form-row-contact textarea {
        
        width: 270px;
        height: 60px;
        font-size: 18px;
        color: #A1A1A1;
        border: 1px solid #ccc;
        border-radius: 10px;
        font-family: "Inter";
        font-weight: 350;
    }

    .form-row-contact.form-status select{
        width: 290px;

    }

    .form-row-flex-contact .checkbox-container-contact {
        display: flex;
        padding: 5px 0px 25px 0px;
        justify-content: start;
        width: 270px;
    }

    .contact-form .form-row-button-contact {
        background-color: #F6EC08;
        color: #000;
        border: none;
        border-radius: 10px;
        font-size: 18px;
        font-weight: bold;
        cursor: pointer;
        height: 60px;
        text-align: center;
        font-family: "Inter";
    }

    .logo a {
        background: #fafa03;
        color: #000;
        justify-content: center;
        width: 220px;
        height: 60px;
        display: flex;
        align-items: center;
        font-weight: 800;
        text-decoration: none;
        font-size: 24px;
        margin-right: 5px;
        font-family: "Inter";
    }

    .hamburger-menu {
        flex-direction: row;
        display: flex;
        align-items: center;
        margin-left: 30px;
    }

    .title_header_about {
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        width: 100%;
        font-family: "Inter";
        text-align: center;
    }
}

.slick-dots {
    list-style: none;
    justify-content: center;
    padding: 0;
    margin: 10px 0;
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    display: none;
}

.slick-dots li {
    margin: 0 5px;
    display: none;
}

.slick-dots button {
    border: none;
    background-color: #ccc;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    padding: 0;
    cursor: pointer;
    outline: none;
    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background-color: #333;
}

.brand {
    width: 100%;
    padding-bottom: 55px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.brand img {
    max-width: 100%;
    height: auto;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
  }
  
  .modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    border-radius: 8px;
  }
  
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: rgb(104, 103, 103);
    text-decoration: none;
    cursor: pointer;
  }
  
  .form-group {
    margin-bottom: 15px;
  }
  
  .form-group label {
    display: block;
    margin-bottom: 5px;
    font-family: "Inter";
  }

  .form-group #status{
    display: flex;
    width: 100%;
    min-width: 290px;
    color: #A1A1A1;
  }

  .form-group #message{
    width: 100%;
    min-width: 600px;
  }
  
  .form-group input,
  .form-group select,
  .form-group textarea {
    width: 100%;
    padding: 18px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
    min-width: 290px;
    color: #A1A1A1;
    font-family: "Inter";
  }
  
  .form-group input[type="checkbox"] {
   
    width: 200px;
    background: #ccc;
    color: #ccc;
    display: flex;
    align-items: start;
    justify-content: start;
    text-align: left;
  }
  
  .submit-btn {
    background-color: #F6EC08;
    border: none;
    color:black;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
  }
  
  .submit-btn:hover {
    cursor: pointer;
  }

  .form-block-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }

  .form-block{
    width:100% ;
   justify-content: space-between;
    display: flex;
    align-items: center;
  }
   
 .checkbox-modal{

    position: relative;
    width: 100%;
    display: flex;
    margin-left: 20px;
 }

 .checkbox-modal input{
    position: absolute;
    right: 166px;
 }

 .form-group {
    position: relative;
  }
  
  .popup-menu .active {
    background-color: yellow;
}

.popup-menu a.active {
    background-color: yellow;
    color: black;
}


























































