/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

p,
h1,
h2,
h3,
h4,
h5,
h6{
    margin: 0;
    padding: 0;
    font-weight: 400;
}
html{
    box-sizing: border-box;
    overflow-x: hidden;
}
*{outline:none;}
*,
*::before,
*::after{
    box-sizing: inherit;
}
body{
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
    background: #F2F5F9;
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.container{
    max-width: 1590px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.header{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    transition: all 0.3s;
}
.header.fixed{
    opacity: 0;
    visibility: hidden;
}
.header.fixed .header_wrapper{
    padding: 12px 0;
}
.header_wrapper{
    padding: 30px 0;
    display: flex;
    transition: all 0.3s;
    justify-content: space-between;
    align-items: center;
}
.header_logo{
    width: 149px;
    display: flex;
}
.header_logo img{
    width: 100%;
    height: auto;
}

.header_circle {
     width: 80px;
}

.header_circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu{
    display: flex;
}
.menu a{
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.03em;
    display: block;    
    color: #fff;
    margin-right: 54px;
    transition: all 0.3s;
}
.menu a:hover{
    color: #F9B22A;
}
.menu li:last-child a{
    margin-right: 0;
}
.header_number{
    font-size: 20px;
    line-height: 24px;
    color:#FFFFFF;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    transition: all 0.3s;
}
.header_number:hover{
    color: #F9B22A;
}
.header_order{
    font-weight: 500;
    line-height: 20px;
    color: #F9B22A;
    font-size: 16px;
    text-align: right;
    display: block;
    transition: all 0.3s;
}
.header_order:hover{
    color: #fff;
}
.header_links{
    position: relative;
    padding-left: 55px;
}
.header_links::before{
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    background-image: url(../img/phone.svg);
}

.main{
    height: 100vh !important;
    background-image: url(../img/main_bg.jpg);
    background-size: cover;
    background-position: center;
    display: flex !important;
    align-items: flex-end;
}



.main_top {
    display: flex;
    justify-content: space-between;
}

.main_circle {
    width: 321px;
}

.main_circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_info{
    max-width: 1050px;
}
.main_subtitle{
    font-weight: 600;
    line-height: 29px;
    margin-bottom: 40px;
    font-size: 24px;
    color: #F9B22A;
}
.main_title{
    font-weight: 600;
    line-height: 58px;
    color: #FFFFFF;
    font-size: 48px;
    margin-bottom: 50px;
}
.main_items{
    display: flex;
}
.main_item{
    font-weight: 600;
    line-height: 22px;
    padding-left: 15px;
    color: #FFFFFF;
    font-size: 18px;
    margin-right: 32px;
    border-left: 2px solid #F9B22A;
}

/* .main_bottom {
    display: flex;
    justify-content: space-between;
}

.main_banner-wrapper {
    align-self: center;
} */

.main_slider{
    width: 390px;
    background: #295188;
    margin-left: auto;
    margin-top: 20px;
}
.main_slider .slick-list{
    overflow: visible;
}
.main_slide{
    padding: 60px;
}
.main_slide-number{
    font-weight: 600;
    font-size: 64px;
    color: #fff;
    position: absolute;
    top: -38px;
    left: 36px;
}
.main_slide-title{
    font-weight: 600;
    line-height: 29px;
    margin-bottom: 40px;
    font-size: 24px;
    color: #fff;
}
.main_slide-text{
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}
.main_slider .slick-dots{
    display: flex;
    padding: 0 60px 60px;
}
.main_slider .slick-dots li{
    display: flex;
    margin-right: 30px;
    padding: 0;
}
.main_slider .slick-dots button{
    background: #4B7CBF;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    font-size: 0;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 1;
   
}
.main_slider .slick-dots .slick-active button{
    background: #FFFFFF;
}

.about{
    position: relative;
    z-index: 1;
    height: 100vh !important;
    display: flex !important;
    align-items: center;
    overflow: hidden;
}
.about_img{
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
        transform: translateY(30px);
      opacity: 0;
 
}
.about.slick-current .about_img{
          transition: all 1.2s 0.3s;
     opacity: 1;
        transform: translateY(0px);
}

.about::before{
    position: absolute;
    content: "";
    width: 100%;
    right: 0;
    top:20px;
    height: 20px;
    background: #F4A423;
    background-image: url(../img/page_top.svg);
    background-size: cover;
    background-position: center;
}
.about::after{
    position: absolute;
    content: "";
    width: 100%;
    right: 0;
    bottom:20px;
    height: 50px;
    background-image: url(../img/page_bot.svg);
    background-size: cover;
    background-position: center;

}
.about_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about_info{
    width: 850px;
}
.about_title{
    font-size: 48px;
    line-height: 58px;
    font-weight: 600;
    margin-bottom: 50px;
}
.about_text{
    line-height: 30px;
    margin-bottom: 40px;
    font-size: 20px;
    color: #474F5A;
}
.about_subtext{
    line-height: 27px;
    color: #474F5A;
    font-size: 18px;
    padding: 10px 0  10px 45px;
    margin-bottom: 60px;
    border-left: 5px solid #F9B22A;
}
.about_items{
    display: flex;
}
.about_item{
    margin-right: 60px; 
}
.about_item-title{
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 40px;
    color: #263141;
}
.about_item-title span{
    color: #F9B22A;
}
.about_item-text{
    line-height: 30px;
    color: #474F5A;
    font-size: 20px;
}
.about_slider{
    width: 560px;
    position: relative;
}
.about_slider::before{
    position: absolute;
    content: "";
    background: #295188;
    width: 390px;
    height: calc(100% + 120px);
    top: -120px;
    right: 0;
}
.about_slide{
    display: flex !important;
    flex-direction: column;
    padding: 77px 0 208px;
    align-items: flex-end;
}
.about_slide-title{
    font-weight: 600;
    line-height: 50px;
    font-size: 48px;
    color: #fff;
    width: 360px;
    margin-bottom: 50px;
        transform: translateY(30px);
      opacity: 0;
 
}
.about.slick-current .about_slide-title{
          transition: all 1.2s 0.3s;
     opacity: 1;
        transform: translateY(0px);
}

.about_slide-link{
    font-weight: 600;
    position: relative;
    z-index: 1;
    line-height: 19px;
    font-size: 16px;
    width: 360px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-bottom: 50px;
    transform: translateY(30px);
      opacity: 0;
    
}
.about.slick-current .about_slide-link{
       transition: all 1.2s 0.4s;
     opacity: 1;
        transform: translateY(0px);
}
.about_slide-link:hover svg{
    margin-left: 4px;
}
.about_slide-link svg{
    transition: all 0.3s;
}
.about_slide-link span{
    color: #F9B22A;
    margin: 0 4px;

}
.about_slide-img{
    width: 390px;
    display: flex;
    height: 245px;
    margin-right: 86px;
    position: relative;
        transform: translateY(30px);
      opacity: 0;
     
}
.about.slick-current .about_slide-img{
      transition: all 1.2s 0.6s;
     opacity: 1;
        transform: translateY(0px);
}
.about_slide-img::before{
    position: absolute;
    content: "";
    background-image: url(../img/about_slide-img.png);
    background-size: cover;
    width: 516px;
    height: 567px;
    top: -160px;
    right: -87px;
}
.about_slide-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_slider-nav{
    position: absolute;
    bottom: 106px;
    right: 164px;
    display: flex;

    align-items: center;
}
.about_slider-arrow{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3E6294;
    cursor: pointer;
    z-index: 1;
    transition: all 0.3s;
}
.about_slider-arrow:hover{
    background-color: #fff;
}
.about_slider-arrow svg path{
    transition: all 0.3s;
}
.about_slider-arrow:hover svg path{
    stroke: #295188;
}
.about_slider-wrapper{
    position: relative;
}
.about_slider-counter{
    margin: 0 22px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: #FFFFFFCC;
}
.about_slider-counter span{
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    margin-right: 4px;
}

.catalog{
     height: 100vh !important;
    display: flex !important;
    align-items: center;
    background-image: url(../img/catalog.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}
.catalog::before{
    position: absolute;
    content: "";
    width: 100%;
    right: 0;
    top:20px;
    height: 20px;
    background: #F4A423;
    background-image: url(../img/page_top.svg);
    background-size: cover;
    background-position: center;
}
.catalog::after{
    position: absolute;
    content: "";
    width: 100%;
    right: 0;
    bottom:20px;
    height: 50px;
    background-image: url(../img/page_bot.svg);
    background-size: cover;
    background-position: center;

}
.catalog_title{
    font-weight: 600;
    line-height: 58px;
    font-size: 48px;
    color: #fff;
    margin-bottom: 30px;
}
.catalog_items{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

/*.catalog_item:nth-child(1),
.catalog_item:nth-child(2),
.catalog_item:nth-child(3){
    width: calc(33% - 10px);
}*/

.catalog_item-brand-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.catalog_item-brand-link {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.catalog_item-brand-link:first-child .catalog_item-brand-wrapper {
    width: 110px;
    height: 44px;
}

.catalog_item-brand-link:last-child .catalog_item-brand-wrapper {
    width: 101px;
    height: 45px;
}

.catalog_item-brand-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catalog_item-brand-link-product {
    text-decoration: underline;
    color: white;
    font-size: 16px;
}

.catalog_item-brand-link-brand {
    color: white;
    font-size: 16px;
}

.catalog_item{
    background: #F7F7FA1A;
    padding: 30px;
    height:350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    width: calc(33.333% - 13.333px);
    transition: all 0.3s;
}
.catalog_item1{
    background: #F7F7FA1A;
    padding: 30px;
    height:200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    width: calc(100% - 10px);
    transition: all 0.3s;
}
.catalog_item2{
    background: #F7F7FA1A;
    padding: 30px;
    height:350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    width: calc(50% - 10px);
    transition: all 0.3s;
}
.catalog_item:hover{
    box-shadow: rgba(24, 8, 198, 0.319) 0px 7px 29px 0px;
    transform: translateY(-4px);
}
.catalog_item1:hover{
    box-shadow: rgba(24, 8, 198, 0.319) 0px 7px 29px 0px;
    transform: translateY(-4px);
}
.catalog_item2:hover{
    box-shadow: rgba(24, 8, 198, 0.319) 0px 7px 29px 0px;
    transform: translateY(-4px);
}
.catalog_item-title{
    font-weight: 600;
    line-height: 29px;
    color: #fff;
    font-size: 24px;
    max-width: 365px;
}
.catalog_item-img{
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    height: 100%;
    max-height: 100%;
}



.catalog_item:nth-child(4),
.catalog_item:nth-child(5),
.catalog_item:nth-child(6) {
    height: 300px;
}

.catalog_item:nth-child(1) .catalog_item-img {
    right: -150px;
}
.catalog_item:nth-child(3) .catalog_item-img {
    right: -100px;
}
.catalog_item:nth-child(4) .catalog_item-img {
    right: -100px;
}
.catalog_item:nth-child(6) .catalog_item-img {
    right: -50px;
}

.catalog_item-img img{
    height: 100%;
}
.catalog_item-link{
    font-size: 16px;
    line-height: 19px;
    color: #F9B22A;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.catalog_item-link:hover svg{
    margin-left: 8px;
}
.catalog_item-link svg{
    margin-left: 4px;
    transition: all 0.3s;
}

.services{
    background: #021631;
    height: 100vh !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: flex-end;
}
.services::before{
    position: absolute;
    content: "";
    width: 100%;
    right: 0;
    top:20px;
    height: 20px;
    background: #F4A423;
    background-image: url(../img/page_top.svg);
    background-size: cover;
    background-position: center;
}
.services_title{
    font-weight: 600;
    line-height: 58px;
    color: #FFFFFF;
    font-size: 48px;
    margin-bottom:30px;
}
.services_items{
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #295188;

}
.services_item{
    width: 33.333%;
    height: calc(49vh - 62px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 60px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-bottom: 1px solid #295188;
    border-right: 1px solid #295188;
    transition: all 0.3s;
}
.services_item:hover{
    box-shadow: rgba(24, 8, 198, 0.319) 0px 7px 29px 0px;
}
.services_item:hover .services_item-img{
    width: 110%;
    height: 110%;
}
.services_item-img{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 50%;
    opacity: 0.5;
    overflow: hidden;
      transition: all 0.3s;
    right: 50%;
      transform: translate(50%,-50%);
    z-index: -1;
}
.services_item-img::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(2, 22, 49, 0.5), rgba(2, 22, 49, 0.5));
}
.services_item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}
.services_item-title{
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    margin-bottom: 40px;
    color: #fff;
}
.services_item-text{
    font-weight: 500;
    line-height: 27px;
    color: #FFFFFFCC;
    font-size: 18px;
}
.services_item-link{
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height: 19px;
    color: #F9B22A;
    font-size: 16px;
}
.services_item-link:hover svg{
    margin-left: 8px;
}
.services_item-link svg{
    margin-left: 4px;
    transition: all 0.3s;
}

.certificates{
    height: 100vh !important;
    display: flex !important;
    align-items: center;
    z-index: 1;
    position: relative;
}
.certificates_img{
    position: absolute;
    display: flex;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.certificates::before{
    position: absolute;
    content: "";
    width: 100%;
    right: 0;
    top:20px;
    height: 20px;
    background: #F4A423;
    background-image: url(../img/page_top.svg);
    background-size: cover;
    background-position: center;
}
.certificates::after{
    position: absolute;
    content: "";
    width: 100%;
    right: 0;
    bottom:20px;
    height: 50px;
    background-image: url(../img/page_bot.svg);
    background-size: cover;
    background-position: center;

}
.certificates_title{
    font-weight: 600;
    line-height: 58px;
    text-align: center;
    color: #263141;
    margin-bottom: 30px;
    font-size: 48px;
}
.certificates_slide{
    height: 508px;
    padding: 24px 30px;
}
.certificates_slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.certificates_slider-nav{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
.certificates_slider-arrow{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2951881A;
    cursor: pointer;
    z-index: 1;
    transition: all 0.3s;
}
.certificates_slider-arrow:hover{
    background: #295188;

}
.certificates_slider-arrow svg path{
    transition: all 0.3s;
}
.certificates_slider-arrow:hover svg path{
    stroke: #fff;
}
.certificates_slider-wrapper{
    position: relative;
}
.certificates_slider-counter{
    margin: 0 22px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: #474F5A;
}
.certificates_slider-counter span{
    color: #263141;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    margin-right: 4px;
}
.advantages{
      height: 100vh !important;
    display: flex !important;
    align-items: center;
    position: relative;
    background-image: url(../img/advantages.jpg);
    background-size: cover;
    background-position: center;
}
.advantages::before{
    position: absolute;
    content: "";
    width: 100%;
    right: 0;
    top:20px;
    height: 20px;
    background: #F4A423;
    background-image: url(../img/page_top.svg);
    background-size: cover;
    background-position: center;
}
.advantages::after{
    position: absolute;
    content: "";
    width: 100%;
    right: 0;
    bottom:20px;
    height: 50px;
    background-image: url(../img/page_bot.svg);
    background-size: cover;
    background-position: center;

}
.advantages_title{
    font-weight: 600;
    line-height: 58px;
    color: #fff;
    font-size: 56px;
    margin-bottom: 30px;
}
.advantages_items{
    display: flex;
    flex-wrap: wrap;
}
.advantages_item{
    width: 33%;
    padding: 30px 30px 30px;
    color: #fff;
    position: relative;
        transform: translateY(30px);
      opacity: 0;
     
}
.advantages.slick-current .advantages_item{
      transition: all 1.2s 0.6s;
     opacity: 1;
        transform: translateY(0px);
}

   .advantages_item:hover::before{
        transform: scale(1.2);
    }
.advantages_item::before{
    position: relative;
    content: "";
    background-image: url(../img/advantages_item.svg);
    background-size: cover;
    display: block;
    width: 64px;
      transition: all 0.3s;
    height: 64px;
    margin-bottom: 30px;
}
.advantages_item-title{
    font-size: 26px;
    line-height: 22px;
    margin-bottom: 20px;
    font-weight: 600;
}
.advantages_item-text{
    font-size: 22px;
    color: #FFFFFFCC;
    line-height: 32px;
}
.customers{
    position: relative;
    height: 100vh !important;
    display: flex !important;
    align-items: center;
}
.customers::before{
    position: absolute;
    content: "";
    width: 100%;
    right: 0;
    top:20px;
    height: 20px;
    background: #F4A423;
    background-image: url(../img/page_top.svg);
    background-size: cover;
    background-position: center;
}
.customers::after{
    position: absolute;
    content: "";
    width: 100%;
    right: 0;
    bottom:20px;
    height: 50px;
    background-image: url(../img/page_bot.svg);
    background-size: cover;
    background-position: center;

}
.customers_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.customers_title{
    font-weight: 600;
    line-height: 58px;
    font-size: 48px;
}
.customers_slider{
    margin-bottom: 30px;
    border-right: 1px solid #EAEEF3;
}
.customers_slide{
    display: flex !important;
    height: 110px !important;
    justify-content: center;
    border: 1px solid #EAEEF3;
    padding: 6px;
    border-right: none;
    align-items: center;
}
.customers_slide img{
    max-width: 100%;
    max-height: 100%;
}
.customers_slider-counter{
    margin: 0 22px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: #474F5A;
}
.customers_slider-counter span{
    color: #263141;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    margin-right: 4px;
}
.customers_slider-nav{
    display: flex;
    justify-content: center;
    align-items: center;
}
.customers_slider-arrow{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2951881A;
    cursor: pointer;
    z-index: 1;
}
.customers_slider-arrow:hover{
    background: #295188;

}
.customers_slider-arrow svg path{
    transition: all 0.3s;
}
.customers_slider-arrow:hover svg path{
    stroke: #fff;
}
.customers_wrapper{
    display: flex;
    justify-content: space-between;
}
.customers_body{
    border: 1px solid #EAEEF3;
}
.customers_inner{
    width: calc(100% - 390px);
    background: #295188;

}
.customers_form{
    width: 390px;
    background: #fff;
    padding: 30px;
}
.customers_form-title{
    font-weight: 600;
    line-height: 29px;
    color: #263141;
    font-size: 24px;
    margin-bottom: 20px;
}
.customers_form-inp{
    border: 1px solid #EAEEF3;
    height: 50px;
    width: 100%;
    display: block;
    padding-left: 20px;
    font-size: 14px;
    margin-bottom: 10px;
}
.customers_form-area{
    border: 1px solid #EAEEF3;
    padding: 20px;
    font-size: 14px;
    display: block;
    height: 80px;
    resize: none;
    width: 100%;
    margin-bottom: 20px;
}
.btn{
    background: #F9B22A;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    font-weight: 700;
    line-height: 24px;
    font-size: 16px;
    border: none    ;
    cursor: pointer;
    color: #FFF;
    z-index: 1;
    position: relative;
}
.btn::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
    background: linear-gradient(45deg, #975535 -6.45%, #F9B12A 50.22%, #F6AE2B 62.18%, #EEA62D 71.79%, #E0982F 80.58%, #CE8632 88.89%, #B56F34 96.87%, #995635 104.47%, #965435 105.22%);
}
.btn:hover::before{
    opacity: 1;
}
.customers_form-btn{
    height: 60px;
    width: 100%;
}
.customers_inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 40px 40px 60px;
}
.customers_logo{
    display: flex;
    width: 427px;
}
.customers_info{
    width: 640px;
}
.customers_text{
    font-style: italic;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
    font-size: 24px;
    margin-bottom: 50px;
    position: relative;
}

.customers_items{
    display: flex;
}
.customers_item{
    padding-left: 50px;
    position: relative;
    margin-right: 60px;
}
.customers_item-link{
    font-weight: 600;
    line-height: 24px;
    color: #fff;
    font-size: 20px;
    display: block;
    margin-bottom: 8px;
    transition: all 0.3s;
}
.customers_item-link:hover{
    color: #F9B22A;
}
.customers_item img{
    position: absolute;
    background: #FFFFFF1A;
    display: flex;
    justify-content: center;
    padding: 10px;
    align-items: center;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.customers_item-order{
    font-weight: 500;
    line-height: 20px;
    font-size: 16px;
    color: #F9B22A;
    text-decoration: underline;
    transition: all 0.3s;
}
.customers_item-order:hover{
    color: #fff;
}
.customers_options{
    background-color: #F7F7FA;
    display: flex;
    border-top: 1px solid #DEE5EF;
}
.customers_option{
    width: 25%;
    padding: 30px;
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 22px;
    color: #263141;
    font-weight: 600;
    border-right: 1px solid #DEE5EF;
}
.customers_option img{
    margin-right: 30px;
}
.customers_option:last-child{
    border-right: none;
}

.footer{
    background-image: url(../img/footer.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh !important;
    display: flex !important;
    padding-bottom: 20px;
    align-items: flex-end;
}

.footer.slick-slide .footer_wrapper{
    display: flex;
    justify-content: space-between;
    margin-bottom:30px;
}

.footer_left{
    display: flex;
    flex-direction: column;
    width: 315px;
    gap: 15px;
}
.footer_logo{
    display: flex;
    /* margin-bottom: 60px; */
    width: 149px;
}
.footer_logo img{
    width: 100%;
    height: auto;
}
.footer_text{
    line-height: 24px;
    color: #FFFFFFCC;
    font-size: 16px;
}
.footer_item{
    width: 315px;
}
.footer_item-title{
    font-weight: 600;
    line-height: 24px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 24px;
}
.footer_item ul a{
    display: block;
    line-height: 20px;
    letter-spacing: 0.03em;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s;
    margin-bottom: 12px;
}
.footer_item ul a:hover{
    color: #F9B22A;
}
.footer_item ul li:last-child a{
    margin-bottom: 0;
}
.footer_inner-title {
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 14px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    width: 526px;

}
.footer_item-option{
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
   transition: all 0.3s;
}
a.footer_item-option:hover{
    color: #F9B22A;
}
.footer_item-option img{
    margin-right: 15px;
}
.footer_item-option:last-child{
    margin-bottom: 0;
}
.footer_inner{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.footer_certificates{
    width: 585px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    overflow: auto;
    /* height: 470px; */
}
.footer_certificates::-webkit-scrollbar {
  width: 6px;
}
 
/* .footer_certificates::-webkit-scrollbar-track {
 
} */
 
.footer_certificates::-webkit-scrollbar-thumb {
    background-color: #F9B22A;
}
.footer_certificates-item{
    display: flex;
    width: 174.67px;
    height: 254.5px;
}
.footer_certificates-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer_map{
    width: 100%;
    height: 470px;
}
.footer_map iframe{
    width: 100%;
    height: 100%;
    border: none;
    display: flex;
}
.footer_bot{
    border-top: 1px solid #FFFFFF33;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}
.footer_bot-item{
    line-height: 24px;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s;
}
a.footer_bot-item:hover{
    color: #F9B22A;
}

.footer_banner img {
    object-fit: cover;
    width: 100%;
    height: auto;
    max-width: 315px;
}

.catalog_popup {
     background-image: url(assets/template/img/catalog.jpg);
}

.services_popup{
    background: #FFFFFF;
    padding: 80px;
    max-width: 1560px;
}

.catalog_popup-title {
    font-weight: 600;
    line-height: 58px;
    color: #fff;
    font-size: 48px;
    margin-bottom: 32px;
}

.services_popup-title{
    font-weight: 600;
    line-height: 58px;
    color: #263141;
    font-size: 48px;
    margin-bottom: 32px;
}

.catalog_popup p {
    line-height: 24px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 24px;
}

.services_popup p {
    line-height: 24px;
    color: #263141;
    font-size: 16px;
    margin-bottom: 24px;
}
.services_popup p:last-child,
.catalog_popup p:last-child{
    margin-bottom: 0;
}
.services_popup-body,
.catalog_popup-body{
    padding-right: 60px;
    overflow: auto;
    height: calc(100vh - 180px);
}
.services_popup-body::-webkit-scrollbar,
.catalog_popup-body::-webkit-scrollbar {
    background: #F2F5F9;
    border-radius: 100px;
    width: 10px;
  }
  .services_popup-body::-webkit-scrollbar-thumb,
  .catalog_popup-body::-webkit-scrollbar-thumb {
    background: #F9B22A;
    border-radius: 100px;
  }
.catalog_popup-top{
    padding-bottom: 40px;
    border-bottom: 1px solid #DEE5EF;
    margin-bottom: 40px;
}
.catalog_popup-wrapper{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.catalog_popup-info{
    width: 872px;
}
.catalog_popup-inner{
    margin-bottom: 40px;
}
.catalog_popup-subtitle{
    font-weight: 600;
    line-height: 38px;
    color: #263141;
    font-size: 32px;
    margin-bottom: 24px;
}
.catalog_popup-desc,.content-catalog-modal strong{
    color: #263141;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 42px;
    line-height: 24px;
    display: block;
}
.catalog_popup-desc span,.content-catalog-modal span{
    margin-left: 60px;
}
.catalog_option-title{
    font-weight: 600;
    line-height: 24px;
    color: #263141;
    font-size: 20px;
    margin-bottom: 24px;
}
.catalog_popup-options:last-child{
    margin-bottom: 0;
}
.catalog_popup-options{
    margin-bottom: 50px;
}
.catalog_popup-list{
    columns: 2;
}
.catalog_popup-list li{
    font-size: 16px;
    line-height: 24px;
    color: #263141;
    display: flex;
    align-items: center;
}
.catalog_popup-list li span{
    order:1;
    white-space: nowrap;
}
.catalog_popup-list li::after{
    position: relative;
    min-width: 29px;
    content: "";
    flex:1;
    height: 1px;
    margin: 0 5px;
    border: 1px dashed #DEE5EF;
}
.catalog_popup-list.big{
    columns: 1;
}
.catalog_popup-right{
    width: 398px;
}
.catalog_popup-img{
    border: 1px solid #DEE5EF;
    margin-bottom: 20px;
    display: flex;
}
.catalog_popup-img img{
    width: 100%;
    height: auto;
}
.catalog_popup-btn{
    height: 60px;
    width: 100%;
}
.catalog_popup-table{
    border: 1px solid #DEE5EF;
    width: 100%;
    display: block;
}
.catalog_popup-table caption{
    font-weight: 500;
    line-height: 30px;
    color: #263141;
    width: 100%;
    display: block;
    font-size: 20px;
    text-align: center;
    padding: 24px;
    border-bottom: 1px solid #DEE5EF;
}
.catalog_popup-table tr{
    border-bottom: 1px solid #DEE5EF;
    display: flex;
    width: 100%;
}
.catalog_popup-table tr:last-child{
    border-bottom: none;
}
.catalog_popup-table td,
.catalog_popup-table th{
    font-weight: 500;
    line-height: 24px;
    display: block;
    font-size: 16px;
    padding: 28px 20px;
    border-right: 1px solid #DEE5EF;
}
.catalog_popup-table td:last-child,
.catalog_popup-table th:last-child{
    border-right: none;
}
.catalog_popup-table th:nth-child(1),
.catalog_popup-table td:nth-child(1){
    width: 17%;
}
.catalog_popup-table th:nth-child(3),
.catalog_popup-table td:nth-child(3),
.catalog_popup-table th:nth-child(2),
.catalog_popup-table td:nth-child(2){
    width: 14%;
}
.catalog_popup-table th:nth-child(4),
.catalog_popup-table td:nth-child(4){
    width: 18%;
}
.catalog_popup-table th:nth-child(5),
.catalog_popup-table td:nth-child(5){
    width: 11%;
}
.catalog_popup-table th:nth-child(6),
.catalog_popup-table td:nth-child(6){
    width: 15%;
}
.catalog_popup-table th:nth-child(7),
.catalog_popup-table td:nth-child(7){
    width: 11%;
}
.catalog_popup-table tbody{
    display: block;
}
.popup_order{
    background: #FFFFFF;
    width: 450px;
    padding: 40px;
}
.popup_order-title{
    font-weight: 600;
    line-height: 29px;
    margin-bottom: 32px;
    font-size: 24px;
    color: #263141;
    text-align: center;
}
.popup_order-inp{
    border: 1px solid #EAEEF3;
    display: block;
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    padding-left: 24px;
    font-size: 14px;
}
.popup_order-btn{
    height: 60px;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 25px;
}
.popup_order-ok{
    display: flex;
    font-size: 14px;
    line-height: 21px;
}
.popup_order-ok input{
    display: none;
}
.popup_order-ok .box{
    display: block;
    background: #FFAE2B;
    margin-right: 15px;
    min-width: 20px;
    width: 20px;
    cursor: pointer;
    height: 20px;

    position: relative;
    border-radius: 4px;
}
.popup_order-ok input:checked + .box::before{
    position: absolute;
    content: "";
    background-image: url(../img/check.svg);
    background-size: cover;
    width: 11px;
    height: 8px;
    right: 50%;
    top: 50%;
    transform: translate(50%,-50%);
}
.popup_order-ok a{
    font-weight: 600;
    color: #F9B22A;
    text-decoration: underline;
}
.popup_thanks-text{
    text-align: center;
    font-size: 16px;
    color: #263141;
    line-height: 24px;
}
.services_popup-wrappper{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.services_popup-info{
    width: 670px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.services_popup-top{
    padding-bottom: 40px;
    border-bottom: 1px solid #DEE5EF;
    margin-bottom: 40px;
}
.services_popup-img{
    width: 670px;
    display: flex;
}
.services_popup-img img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.services_popup-inner{
    display: flex;
    justify-content: space-between;
}

.services_popup-inner .services_popup-item:nth-child(2n){
    display: flex;
    flex-direction: column;
    gap:40px;
}

.services_popup-inner .services_popup-item:nth-child(2n) img{
    order:1;
}

.services_popup-item{
    width: 30%;
}
.services_popup-item p{
    margin-bottom: 40px;
}
.services_popup-item img{
    width: 100%;
    height: 350px;
    margin-bottom: 40px;
}
.services_popup-item img:last-child{
    margin-bottom: 0;
}
.menu_burger{
    display: none;
}

.header_inner-links{
    display: none;
}

.crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 127px 0 40px 0;
}

.crumb {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
}

.crumb:last-child {
  opacity: 0.7;
}

a.crumb::after {
  content: "";
  width: 20px;
  height: 1px;
  border-radius: 500px;
  background-color: #ffffff;
}

 
body:has(.special) {
    background-image: url(../img/catalog.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    background-attachment: fixed;
}

body:has(.special) .footer {
    background-image: unset;
}

.special-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 60px;
}

.special-wrapper-info {
    width: 1102px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.special-info-top {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.special-info-intro {
    max-width: 526px;	/*526*/
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.special-info-intro-title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 120%;
}

.special-info-intro-description {
    font-weight: 400;
    line-height: 150%;
    text-align: justify;
}

.special-info-intro-description p:last-child {
    font-weight: 600;
    margin-top: 30px;
}

.special-info-img {
    width: 526px;
    height: 291px;
}

.special-info-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.special-info-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 120%;
}

.special-info-physical-characteristics {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.special-info-physical-characteristics ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 531px;
    width: 100%;
}

.special-info-physical-characteristics ul:last-child .special-info-physical-characteristic:last-child p {
    width: 300px;
}

.special-info-physical-characteristics ul:last-child .special-info-physical-characteristic:nth-child(4) p {
    width: 279px;
}

.special-info-physical-characteristic {
    display: flex;
    max-width: 531px;
    width: 100%;
    line-height: 150%;
    align-items: baseline;
}

.special-info-physical-characteristic::after {
    position: relative;
    margin: 0 5px;
    content: "";
    flex: auto;
    border-bottom: 2px dashed #D9D9D9;
    opacity: 0.2;
}

.special-info-physical-characteristic span {
    order: 1;
}

.special-info-chemical-characteristics {
    display: flex;
    flex-direction: column;
    gap: 20px;
    
}

.special-info-chemical-characteristic {
    display: flex;
    line-height: 150%;
    align-items: baseline;
}

.special-info-chemical-characteristic::after {
    position: relative;
    margin: 0 5px;
    content: "";
    flex: auto;
    border-bottom: 2px dashed #D9D9D9;
    opacity: 0.2;
}

.special-info-chemical-characteristic span {
    order: 1;
}

.special-order-img-wrapper {
    width: 398px;
    height: 464px;
    margin-bottom: 20px;
}

.special-order-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.special-order-btn {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    text-transform: uppercase;
    max-width: 398px;
}

.table {
    margin-bottom: 60px;
}

.table-wrapper {
/*    width: 100%;*/
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table table {
    width: 100%;
    min-width: 1560px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-collapse: collapse;
    margin: auto
}

.table-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    padding: 28px 0;
}

.table-subtitle {
    padding-block: 29.5px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
    line-height: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-align: start;
    font-weight: bold;
}

.table-subtitle:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.table-row {
    padding-block: 9.5px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 400;
    line-height: 100%;
    
}

.table-row:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.2)
}

.table table tr:not(:last-child) .table-row {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/*
.table-subtitle:nth-child(1),
.table-subtitle:nth-child(4),
.table-row:nth-child(1),
.table-row:nth-child(4){
    width: 263px;
}
.table-subtitle:nth-child(2),
.table-row:nth-child(2) {
    width: 171px;
}
.table-subtitle:nth-child(3),
.table-row:nth-child(3) {
    width: 174px;
}

.table-subtitle:nth-child(5),
.table-row:nth-child(5) {
    width: 136px;
}
.table-subtitle:nth-child(6),
.table-row:nth-child(6) {
    width: 422px;
}
.table-subtitle:nth-child(7),
.table-row:nth-child(7) {
    width: 137px;
}*/

body:has(.special) .footer_wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom:30px;
}

.relationship {
    margin-bottom: 100px;
}

.relationship-wrapper {
    display: flex;
    background-color: #265887;
    justify-content: space-between;
    align-items: center;
}

.relationship-info {
    padding-left: 60px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.relationship-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    max-width: 381px;
}

.relationship-description p {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    max-width: 599px;
}

.relationship-actions {
    display: flex;
    gap: 30px;
    align-items: center;
}

.relationship-btn {
    height: 60px;
    width: 100%;
    max-width: 304px;
}

.relationship-img-wrapper {
    width: 362px;
    height: 510px;
}

.relationship-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.special-info-img_fixtype {
    width: 526px;
    height: 339px;
}

.special-info-intro-title a {
    color: #F9B22A;
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

.special-info-description_fixtype {
    margin-bottom: 30px;
}

.special-info-description_fixtype p {
    font-weight: 400;
    line-height: 150%;
    text-align: justify;  
}

.special-info-list_fixtype {
    list-style: disc;
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.special-info-item_fixtype {
    line-height: 150%;
    text-align: justify;
}

.special-info-top-electrical {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    align-items: center;
}

.special-info-img_electrical {
    width: 750px;
    height: 502px;
}

.special-info-img_electrical img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.special-info-electrical {
    max-width: 750px;
}
.special-info-electrical-title {
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    margin-bottom: 40px;
}

.special-info-electrical-description p {
    line-height: 150%;
    text-align: justify;
}

.special-info-electrical-description p:not(:last-child) {
    margin-bottom: 19px;
}

.popup_order-desc {
    color: black;
}


@media(max-width: 1599.98px){
    .container {
        max-width: 1320px;
    }
    .menu a{
        margin-right: 34px;
    }
    .main_slider{
        margin-top: 60px;
    }
.main_slide {
    padding: 40px;
}
.main_slide-title{
    margin-bottom: 20px;
}
.main_slider .slick-dots {
    padding: 0 40px 40px;
}
.main_subtitle{
    margin-bottom: 20px;
}
.main_title{
    margin-bottom: 30px;
}
    .about_info {
        width: 770px;
    }
    .about_slider {
        width: 500px;
    }
    .about_item:last-child{
        margin-right: 0;
    }
    .catalog_item{
        z-index: 1;
        overflow: hidden;
    }
    .catalog_item-img{
        right: -40px;
        z-index: -1;
    }
    .services_item{
        padding: 30px;

    }
    .certificates_slider-nav {
    margin-top: 0px;
}
.advantages_item-text {
    line-height: 20px;
    font-size: 14px;
}
.customers_slide {
    height: 76px !important;
}
.customers_top {
    margin-bottom: 20px;
}
.footer_certificates {
    gap: 20px;
}
.footer_certificates-item {
    width: 118px;
    height: 165px;
}
.customers_slider {
    margin-bottom: 20px;
}
.customers_text {
    line-height: 30px;
    font-size: 22px;
}
.customers_option {
    padding: 16px 20px;
    font-size: 16px;
    line-height: 20px;
}
.customers::after,
.advantages::after,
.advantages_item-title br{
    display: none;
}
.advantages_item {
    padding: 20px 20px 10px;
}
.certificates_slide {
    height: 500px;
    padding: 16px 30px;
}
/*    .catalog_item:nth-child(3),
.catalog_item:nth-child(4),
.catalog_item:nth-child(5){
    padding: 30px;
    height: 230px;
    }
    
    .catalog_item:nth-child(3) .catalog_item-img {
    right: -72px;
}

.catalog_item:nth-child(5) .catalog_item-img {
    right: -20px;
}*/
    .certificates_slide{
        height: 414px;
    }
    .customers_inner{
        padding: 40px;
    }
    .customers_logo{
        width: 320px;
    }
    .customers_info {
        width: 470px;
    }
    .customers_logo img{
        width: 100%;
        height: auto;
    }
    .customers_items{
        flex-direction: column;
    }
    .customers_item{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .customers_item:last-child{
        margin-bottom: 0;
    }
    .footer_map {
        /* width: 720px; */
        height: 350px;
    }

    .services_popup, .catalog_popup{
        max-width: 1320px;
        padding: 60px;
    }
    .catalog_popup-right {
        width: 350px;
    }
    .catalog_popup-info {
        width: 746px;
    }
    .catalog_popup-list {
        columns: 1;
    }
    .services_popup-img {
        width: 550px
    }
    .services_popup-info {
        width: 630px;
    }
    
    .special-wrapper {
        flex-direction: column;
    }
    
    .special-info-top {
        gap: 10px;
    }
    
    .special-info-intro {
        max-width: 345px; /*345*/
    }
    
    .special-info-physical-characteristics {
        flex-direction: column;
        align-self: center;
    }
    
    .special-info-physical-characteristics ul {
        max-width: unset;
    }
    
    .special-info-physical-characteristic {
        max-width: unset;
    }
    
    .special-wrapper-order {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .main_circle {
        width: 235px;
        height: 260px;
    }
    
}
@media (max-width: 1349.98px) {
    .container {
            max-width: 968px;
    }
    .services_popup, .catalog_popup{
        max-width: 968px;
    }
    .header_inner{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        overflow: auto;
        align-items: center;
        right: 0;
        opacity: 0;
        transition: all 0.6s;
        background: #295188;
        visibility: hidden;
        padding: 110px 0;
        z-index: 2;
    }
    .header_inner.active{
        opacity: 1;
        visibility: visible;
    }
    .menu{
        flex-direction: column;
        max-width: 938px;
        width: 100%;
        margin: 0 auto;
    }
    .main {
        padding-top: 170px;
    }
    .menu a{
        margin-right: 0;
        margin-bottom: 25px;
    }
    .header.fixed{
        background-color: #295188;
        opacity: 1;
        visibility: visible;
    }
    .header{
        position: fixed;
        transition: all 0.3s;
    }
    .main_slide{
        padding: 40px;
    }
    .main_slider .slick-dots{
        padding: 0 40px 40px;
    }
    .main_item:last-child{
        margin-right: 0;
    }
    .main_item{
        margin-right: 40px;
    }
    .header_logo{
        width: 110px;
    }
    .header_logo img{
        width: 100%;
        height: auto;
    }
    .header_wrapper{
        padding: 20px 0;
    }
    .about_text {
        line-height: 24px;
        margin-bottom: 26px;
        font-size: 16px;
    }
    .about_info {
        width: 506px;
    }
    .about_slider {
        width: 400px;
    }
    .about_subtext {
        line-height: 24px;
        font-size: 16px;
        padding: 10px 0 10px 20px;
        margin-bottom: 40px;
    }
    .about_item-title {
        margin-bottom: 16px;
        font-size: 32px;
    }
    .about_item-text {
        line-height: 24px;
        font-size: 16px;
    }
    .about_slide-img::before {
        width: 420px;
        height: 460px;
        top: -131px;
        right: -70px;
    }
    .about_slide-title {
        line-height: 88px;
        font-size: 76px;
        width: 320px;
        margin-bottom: 20px;
    }
    .about_slide-link{
        width: 320px;
    }
    .about_slide-img {
        width: 330px;
        height: 208px;
        margin-right: 40px;
    }
    
    .catalog_item {
        padding: 20px;
    }
    
/*    .catalog_item:nth-child(3),
.catalog_item:nth-child(4),
.catalog_item:nth-child(5){
        height: 200px;  
    }
    
    .catalog_item:nth-child(1) .catalog_item-img,
    .catalog_item:nth-child(2) .catalog_item-img{
    right: -201px;
}

.catalog_item:nth-child(3) .catalog_item-img {
        right: -142px;
    }
    
    .catalog_item:nth-child(4) .catalog_item-img {
        right: -72px;
    }

.catalog_item:nth-child(5) .catalog_item-img {
    right: -86px;
}*/
    .catalog_item-img{
        height: 100%;
    }
    .catalog_item-title {
        line-height: 24px;
        font-size: 20px;
    }
    .services_item{
        padding: 30px;
    }
    .services_item {
        height: 300px;
    }
    .services_item-title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .services_item-text {
        line-height: 24px;
        font-size: 16px;
    }
    .advantages_item{
        padding: 20px;
    }
    .customers_options{
        flex-wrap: wrap;
    }
    .customers_option{
        width: 50%;
        border-bottom: 1px solid #DEE5EF;
    }
    .customers_option:nth-child(2){
        border-right: none;
    }
    .customers_form {
        width: 310px;
    }
    .customers_inner {
        width: calc(100% - 310px);
    }
    .customers_text {
        line-height: 24px;
        font-size: 18px;
    }
    .customers_logo {
        width: 190px;
    }
    .customers_info {
        width: 330px;
    }
    .footer_item {
        width: 220px;
    }
    .footer_left {
        width: 220px;
    }
    .footer_certificates {
        width: 350px;
    }
    .footer_map {
        /* width: 560px; */
        height: 460px;
    }
    .footer_bot-item {
        line-height: 18px;
        font-size: 14px;
    }
    .menu_burger{
        display: block;
        position: relative;
        width: 32px;
        height: 22px;
        margin-left: 50px;
        z-index: 3;
    }
    .menu_burger::before{
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background-color: #fff;
        top: 0;
        right: 0;
        transition: all 0.3s;
    }
    .menu_burger.active::before{
        transform: rotate(45deg);
        top: 10px;
    }
    .menu_burger::after{
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background-color: #fff;
        bottom: 0;
        right: 0;
        transition: all 0.3s;
    }
    .menu_burger.active::after{
        transform: rotate(-45deg);
        bottom: 10px;
    }
    .menu_burger span{
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background-color: #fff;
        top: 10px;
        right: 0;
        transition: all 0.3s;
    }
    .menu_burger.active span{
        transform: scale(0);
    }
    .header_links{
        margin-left: auto;
    }
    .catalog_popup-wrapper{
        flex-direction: column;
    }
    .catalog_popup-info{
        width: 100%;
        margin-bottom: 24px;
    }
    .catalog_popup-right{
        width: 400px;
    }
    .catalog_popup-inner{
        overflow: auto;
    
    }
    .catalog_popup-table{
        min-width: 1400px;
    }
    .services_popup-body, .catalog_popup-body{
        padding-right: 30px;
    }
    .services_popup-wrappper{
        flex-direction: column;
    }
    .services_popup-info{
        width: 100%;
        margin: 20px 0;
    }
    .services_popup-item img{
        height: 180px;
        margin-bottom: 20px;
    }
    .services_popup-item p{
        margin-bottom: 20px;
    }
    .header_inner-links{
        display: block;
        margin: 20px auto 0;
        max-width: 938px;
        width: 100%;
    }
    .main{
        display: block !important;
        height: auto !important;
    }
    .customers,
    .advantages,
    .certificates,
    .services,
    .catalog,
    .about{
          display: block !important;
        height: auto !important;
            padding: 120px 0;
    }
    .footer{
             display: block !important;
        height: auto !important;
            padding: 60px 0;
    }
    .footer_inner-title {
    line-height: 36px;
    font-size: 24px;
    text-align: left;
    width: 347px;
}
.advantages_item,
.about_img,
.about_slide-link,
.about_slide-img,
.about_slide-title{
    opacity: 1;
    transform:none;
}

.special-wrapper-info {
    width: unset;
}

    .footer .footer_wrapper{
        display: flex;
        justify-content: space-between;
        margin-bottom:30px;
    }
    
    .main_top {
        display: grid;
        grid-template-columns: auto auto;
        gap: 10px;
    }
    
    .main_title {
        font-size: 35px;
    }
}
@media (max-width: 991.98px){
    .container{
        max-width: 698px;
    }
    .services_popup, .catalog_popup{
        max-width: 698px;
        padding: 40px 20px;
    }
    .header_number {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 4px;
    }
    .menu_burger{
        margin-left: 30px;
    }
    .header_wrapper{
        padding: 12px 0;
    }
    .menu {
        max-width: 668px;
    }
    .main {
        padding-top: 130px;
    }
    .main_subtitle {
        line-height: 24px;
        margin-bottom: 30px;
        font-size: 20px;
    }
    .main_title {
        line-height: 42px;
        font-size: 32px;
        margin-bottom: 40px;
    }
    .main_slider{
        margin-left: 0;
        width: 320px;
    }
    .main_items{
        flex-wrap: wrap;
        gap: 20px 40px;
    }
    .main_item{
        margin: 0;
    }
    .main_slide-title {
        line-height: 24px;
        margin-bottom: 24px;
        font-size: 20px;
    }
    
    .main_circle {
        display: none;
    }
    
    .about_wrapper{
        flex-direction: column;
    }
    .about_info{
        width: 100%;
    }
    .about_slider::before{
        height: 100%;
        top: 0;
    }
    .about_slider{
        width: 100%;
    }
    .about_slider-wrapper{
        width: 600px;
        margin-left: auto;
        margin-top: 40px;
    }
    .certificates_title br{
        display: none;
    }
    .advantages_title,
    .certificates_title,
    .catalog_title,
    .about_title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 30px;
    }
    .customers_title{
        font-size: 32px;
        line-height: 38px;
    }
    .catalog_items{
        gap: 10px;
    }
    
    .catalog_item-brand-links {
        flex-direction: unset;
        margin-top: 10px;
    }
    
    .catalog_item:nth-child(1) .catalog_item-img,
    .catalog_item:nth-child(2) .catalog_item-img,
    .catalog_item:nth-child(3) .catalog_item-img,
    .catalog_item:nth-child(4) .catalog_item-img,
    .catalog_item:nth-child(5) .catalog_item-img  {
        right: 0;
    }
    
    .catalog_item:nth-child(1), .catalog_item:nth-child(2),
    .catalog_item{
        width: calc(50% - 5px);
    }
    .services_item{
        width: 50%;
    }
    .certificates_slide{
        padding: 18px;
    }
    .certificates_slide {
        height: 460px;
    }
    .advantages_item{
        width: 33.333%;
    }
    .customers_slide{
        height: 120px !important;
    }
    .customers_option{
        font-size: 16px;
        padding: 20px;
    }
    .customers_wrapper{
        flex-direction: column;
    }
    .customers_inner{
        width: 100%;
    }
    .customers_form{
        width: 100%;
    }
    .footer_wrapper{
        flex-wrap: wrap;
    }
    .footer_left{
        width: 100%;
        margin-bottom: 30px;
    }
    .footer_text{
        width: 320px;
    }
    .footer_item{
        width: 30%;
    }
    .footer_logo{
        margin-bottom: 20px;
    }
    .footer_inner{
        flex-direction: column;
    }
    .footer_certificates{
        width: 100%;
        gap: 10px;
        margin-bottom: 24px;
    }
    .footer_map{
        width: 100%;
        height: 320px;
    }
    .footer_certificates-item {
        width: 158px;
        height: 234px;
    }
    .footer_bot{
        flex-direction: column;


    }
    .footer_bot-item:nth-child(1){
        order: 1;
    }
    .footer_bot-item{
        margin-bottom: 5px;
        display: block;
    }
    .header_inner-links{
        max-width: 668px;
    }
    .footer_inner-title{
        width: 100%;
        text-align: center;
    }
    
    .special-info-top {
        flex-direction: column;
        align-items: center;
    }
    
    .special-info-intro {
        max-width: unset;
    }
    
    .special-info-img {
        width: unset;
        height: unset;
    }
    
    .special-info-intro-title {
        font-size: 20px;
    }
    
    .special-info-intro-description p {
        font-size: 14px;
    }
    
    .special-info-title {
        font-size: 18px;
    }
    
    .special-info-physical-characteristic {
        font-size: 14px;
    }
    
    .relationship-img-wrapper {
        width: 373px;
        height: 345px;
    }
    
    .relationship-wrapper {
        gap: 20px;
    }
    
    .relationship-title {
        font-size: 24px;
    }
    
    .relationship-description p {
        font-size: 14px;
    }
    
    .relationship-actions {
        align-items: center;
        flex-direction: column;
        gap: 14px;
    }
    
    .relationship-info {
        gap: 10px;
        padding-left: 10px;
    }
    
    .crumbs {
        margin: 90px 0 40px 0; 
    }
}
@media (max-width: 767.98px){
    .container{
        max-width: 100%;
    }
    .header_inner-links{
        padding: 0 15px;
    }
    .header_order{
        display: none;
    }
    .header_number{
        font-size: 0;
        width: 40px;
        height: 40px;
        margin-bottom: 0;
    }
    .header_links{
        padding-left: 0;
    }
    .header_logo{
        width: 98px;
    }
    .menu{
        padding: 0 15px;
    }
    .header_inner{
        padding-top: 80px;
    }
    .main {
        padding-top: 106px;
    }
    .main_subtitle {
        line-height: 20px;
        margin-bottom: 20px;
        font-size: 16px;
    }
    .main_title {
        line-height: 32px;
        font-size: 22px;
        margin-bottom: 30px;
    }
    .main_item {
        line-height: 20px;
        padding-left: 11px;
        font-size: 16px;
    }
    .main_slider{
        width: 100vw;
        margin-left: -15px;
    }
    .main_slide{
        padding: 20px 15px 30px;
    }
    .main_slider .slick-dots{
        padding: 0 15px 30px;
    }
    .main_slide-number{
        left: 15px;
        font-size: 45px;
        top: -28px;
    }
    .main_slide-text {
        font-size: 14px;
        line-height: 22px;
    }
    .main_slider .slick-dots button {
        width: 10px;
        height: 10px;
    }
    .main_slider .slick-dots li{
        margin-right: 20px;
    }
    .about{
        padding: 60px 0;
    }
    .services_title,
    .advantages_title, .certificates_title, .catalog_title, .about_title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .about_text {
        line-height: 20px;
        margin-bottom: 20px;
        font-size: 14px;
    }
    .about_subtext{
        line-height: 20px;
        margin-bottom: 20px;
        font-size: 14px;
        border-left: 2px solid #F9B22A;
        padding-left: 10px;
    }
    .about_items{
        flex-wrap: wrap;
        gap: 30px 0;
    }
    .about_item{
        width: 100%;
        margin-right: 0;
    }
    .about_item-title {
        margin-bottom: 6px;
        font-size: 26px;
    }
    .about_item-text {
        line-height: 20px;
        font-size: 14px;
    }
    .about_slider{
        width: 100vw;
        margin-left: -15px;
    }
    .about_slider-wrapper{
        width: auto;
    }
    .about_slider::before{
        width: 100%;
    }
    .about_slide-title{
        width: 100%;
    }
    .about_slide{
        padding: 40px 15px 140px;
    }
    .about_slide-title {
        line-height: 64px;
        font-size: 52px;
    }
    .about_slide-link{
        width: 100%;
        z-index: 2;
    }
    .about_slider-nav{
        right: auto;
        bottom: 40px;
        left: 0;
    }
    .about_slide-img{
        margin-right: 0;
        width: 290px;
        height: 182px;
    }
    .about_slide-img::before {
        width: 324px;
        height: 373px;
        top: -98px;
        right: -22px;
    }
    .catalog{
        padding: 60px 0 80px;
    }
    
    .catalog_item:nth-child(1) {
        width: 100%;
        height: 200px;
    }
    
    .catalog_item:nth-child(2), .catalog_item{
        width: 100%;
        height: 170px;
    }
    .catalog_item-img{
        right: -10px;
    }
    .services{
        padding: 60px 0;
    }
    .catalog_item-title {
        line-height: 20px;
        font-size: 16px;
    }
    .services_item{
        width: 100%;
        padding: 20px;
        height: auto;
    }
    .services_item-text {
        line-height: 20px;
        font-size: 14px;
        margin-bottom: 24px;
    }
    .certificates{
        padding: 60px 0 100px;
    }
    .certificates_slide {
        height: 128vw;
        padding: 0;
    }
    .certificates_slider-nav{
        margin-top: 30px;
    }
    .advantages{
        padding: 60px 0 100px;
    }
    .advantages_item{
        width: 100%;
    }
    .customers{
        padding: 60px 0 100px;
    }
    .customers_top{
        flex-direction: column;
        align-items: flex-start;
    }
    .customers_title{
        font-size: 24px;
        line-height: 32px;
    }
    .customers_top{
        margin-bottom: 30px;
    }
    .customers_slider-nav{
        display: none;
    }
    .customers_slider{
        width: calc(100% + 15px);
        margin-bottom: 40px;
    }
    .customers_slide{
        width: 240px !important;
    }
    .customers_inner{
        padding: 20px;
        flex-direction: column-reverse;
    }
    .customers_logo{
        width: 180px;
        margin-bottom: 24px;
    }
    .customers_info{
        width: 100%;
    }
    .customers_text::before{
        width: 68px;
        height: 68px;
        top: -20px;
    }
    .customers_option{
        width: 100%;
    }
    .customers_option:last-child,
    .customers_option:nth-child(2){
        border-right: 1px solid #DEE5EF;
    }
    .footer_text {
        line-height: 18px;
        width: 100%;
        font-size: 12px;
    }
    .footer_item{
        width: 100%;
        margin-bottom: 24px;
    }
    .footer_item-title {
        line-height: 24px;
        font-size: 18px;
        margin-bottom: 20px;
    }
    .footer_item ul a {
        line-height: 18px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .footer_item-option{
        line-height: 20px;
        font-size: 16px;
        margin-bottom: 18px;
    }
    .footer_certificates-item{
        width: 48%;
    }
    .services_popup, .catalog_popup{
        max-width: 100%;
        padding: 40px 15px;
    }
    .services_popup-body, .catalog_popup-body{
        padding-right: 0;
        overflow: visible;
    }
    .services_popup-title, .catalog_popup-title {
        line-height: 38px;
        font-size: 32px;
        margin-bottom: 22px;
    }
    .services_popup p, .catalog_popup p {
        line-height: 20px;
        font-size: 14px;
    }
    .catalog_popup-top{
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .catalog_popup-subtitle {
        line-height: 28px;
        font-size: 22px;
        margin-bottom: 18px;
    }
    .catalog_popup-desc span{
        margin-left: 0;
    }
    .catalog_popup-desc{
        margin-bottom: 20px;
    }
    .catalog_popup-list li {
        font-size: 14px;
        line-height: 22px;
    }
    .catalog_popup-options{
        margin-bottom: 30px;
    }
    .catalog_popup-right{
        width: 100%;
    }
    .catalog_popup-inner{
        width: calc(100% + 15px);
    }
    .catalog_popup-table caption{
        text-align: left;
        padding: 14px 10px;
        font-size: 18px;
    }
    .catalog_popup-table td, .catalog_popup-table th{
        padding: 10px;
    }
    .popup_order{
        padding: 40px 20px;
    }
    .popup_order-title {
        line-height: 29px;
        margin-bottom: 24px;
        font-size: 20px;
    }
    .popup_order-inp{
        margin-bottom: 10px;
    }
    .popup_order-btn{
        margin-top: 20px;
    }
    .services_popup-top{
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .services_popup-img{
        width: 100%;
        height: auto;
    }
    .services_popup-wrappper{
        margin-bottom: 30px;
    }
    .services_popup-inner{
        flex-direction: column;
    }
    .services_popup-item{
        width: 100%;
    }
    .services_popup-item img{
        height: auto;
    }
    
    .special-info-chemical-characteristic {
        flex-direction: column;
    }
    
    .special-order-img-wrapper {
        width: unset;
        height: unset;
    }
    
    body:has(.special) {
        background-size: unset;
    }
    
    .relationship-wrapper {
        flex-direction: column;
        background-color: transparent;
    }
    
    .relationship-img-wrapper {
        width: unset;
        height: unset;
    }
    
    .relationship-info {
        background-color: #265887;
        padding: 20px;
    }
    
    .relationship-title {
        max-width: unset;
        text-align: center;
    }
    
    .relationship-description p {
        text-align: center;
    }
    
    .special-info-img_fixtype {
        width: unset;
        height: unset;
    }
    
    .special-info-img_fixtype img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .special-info-description_fixtype p,
    .special-info-item_fixtype,
    .special-info-intro-description {
        text-align: unset;
    }

    .translucent{
        opacity: 0.5;
    }

}