/* body */
body{
    margin: 0;
    font: 16px/1 "fbgandalf", Arial, sans-serif;
    background: #fff;
    color: #343434;
    direction: rtl;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}
body.block{
    overflow: hidden;
}

img{
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.wrapper{
    overflow: hidden;
    min-height: 100vh;
}

.container{
    padding: 0 15px;
    margin: 0 auto;
    max-width: 970px;
}

h2{
    margin: 0;
    font-weight: 700;
    font-size: 30px;
    line-height: 0.8;
    text-align: center;
    /*   color:  #004182;*/
    color: #243888;
}

.button{
    display: inline-flex;
    background: #eb5d12 ;
    border-radius: 10px;
    padding: 10px 11px 7px;
    font: 18px/1 "fbgandalf", Arial, sans-serif;
    color: #fff;
    justify-content: center;
    text-decoration: none;
    z-index: 2;
    cursor: pointer;
    border: none;
    box-sizing: border-box;
}
.popup-form input.button{background: #eb5d12 }
.contact-us-section .button{padding: 10px 40px 8px;}
.bread-crumbs{
    color: #adadad;
    font-size: 14px;
    line-height: 1;
}

.bread-crumbs a{
    color: #adadad;
    text-decoration: none;
    font-size: 14px;
    line-height: 21px;
}

.bread-crumbs-arrow{
    display: inline-block;
    margin: 0 -1px;
}

.mobileBR{
    display: none;
}

.blue{
    background:  #004182;
}

.orange{
    background: #eb5d12;
}

.en{
    font-family: "fbgandalfeng"!important;
}

.ltr{
    direction: ltr;
}

span.txt-en{
    font: 1em/1 "fbgandalfeng", Arial, sans-serif;
}
h2 span.txt-en{
    font-weight: 700;
    font-family: "fbgandalfeng";
}

.content_ltr, .content_ltr h2, .content_ltr .post h3, .content_ltr .post h2, .content_ltr .content-section-container h2,
.content_ltr .content-section-container h3, .content_ltr .content-section-container a{
    direction: ltr;
    font-family: "fbgandalfeng";
}

.rtl{
    direction: rtl;
}



/* header */
.header{
    position: fixed;
    width: 100%;
    background:  #004182;
    padding: 5px 0 4px;
    z-index: 60;
    transition: all 400ms;
}

.header-container{
    position: relative;
    margin: 0 auto;
    max-width: 967px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo{
    margin: -1px 0 0 0;
    width: 307px;
    height: 75px;
}

.logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search-block{
    position: relative;
    margin: -7px 0 0 0;
    width: 200px;
}

.search-block form{
    height: 100%;
}

.search-block input[type="search"]{
    width: 100%;
    height: 33px;
    padding: 0 14px 0 35px;
    border-radius: 16px;
    border: none;
    outline: none;
    font: 300 14px  "fbgandalf", Arial, sans-serif;
    line-height: 100%;
    display: block;
}

.search-block input[type="search"]::placeholder{
    color: #000;
}

.search-block .submit-wrapper{
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
}

.search-block button[type="submit"]{
    position: relative;
    border: none;
    outline: none;
    width: 24px;
    height: 24px;
    background: #eb5d12;
    border-radius: 50%;
    cursor: pointer;
}

.search-block button[type="submit"]::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url("../images/search-arrow.png");
    background-size: cover;
    width: 16px;
    height: 14px;
}

/*header brands*/
.brands-wrapper{
    max-height: 33px;
    display: flex;
    position: absolute;
    top: -5px;
    left: 59.9%;
    transform: translateX(-50%);
    /*max-width: 290px;*/
    background: #142268;
    padding: 14px 13px 7px 15px;
    border-radius: 0 0 20px 20px;
}

.brands-wrapper strong{
    padding: 7px 0 0;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    letter-spacing: -0.3px;
}

.brands-wrapper ul{
    margin: 0 12px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.brands-wrapper ul li{
    position: relative;
    padding: 0 14px;
    box-sizing: content-box;
}

.brands-wrapper ul li::before{
    content: '';
    top: 37%;
    left: 0;
    transform: translateY(-50%);
    position: absolute;
    width: 1px;
    height: 22px;
    background: #fff;
}

.brands-wrapper ul li:first-child{
    padding: 0 0 0 14px;
}

.brands-wrapper ul li:last-child{
    padding: 0 14px 0 0;
}

.brands-wrapper ul li:last-child::before{
    display: none;
}

.brands-wrapper ul img{
    object-fit: contain;
    max-width: 75px;
}
.brands-wrapper ul li:first-child img{max-width: 71px;}

/* main-navigation */
.main-navigation{
    position: fixed;
    top: 81px;
    left: 0;
    margin: 3px 0 0 0;
    width: 100%;
    height: 38px;
    background: #3d3b3e;
    z-index: 50;
    border-top: 2px solid #fff;
    transition: all 400ms;
}
.main-navigation-wrapper{
    position: relative;
    margin: 0 auto;
    max-width: 1005px;
    width: 100%;
}

.main-navigation-wrapper_mobile{
    display: none;
}


.main-navigation-wrapper_mobile .close-button{
    display: none;
    visibility: hidden;
    opacity: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 3px;
    left: 18px;
    z-index: 1;
    transition: 0.7s;
}

.main-navigation-wrapper_mobile .close-button span{
    margin: 14px 7px 0 0;
    width: 15px;
    height: 2px;
    position: absolute;
    background: #fff;
    border-radius: 3px;
}

.main-navigation-wrapper_mobile .close-button span:first-child{
    transform: rotate(-45deg);
}

.main-navigation-wrapper_mobile .close-button span:last-child{
    transform: rotate(45deg);
}

.main-navigation-trigger{
    display: none;
    width: 22px;
    height: 19px;
    padding: 8px;
    justify-content: space-between;
    flex-direction: column;
    position: absolute;
    top: 1px;
    right: 22px;
}

.main-navigation-trigger span{
    height: 3px;
    width: 100%;
    background: #fff;
}

.main-navigation-list{
    margin: 0px 7px 0;
    display: flex;
    padding: 0;
    width: 100%;
    list-style: none;
}

.main-navigation-list > li{
    position: relative;
    transition: all 0.25s;
    z-index: 3;
    margin: 0 4px 0 0;
}
.main-navigation-list > li:first-child{
    margin: 0;
}

.main-navigation-list > li > a{
    padding: 10px 18px 7px;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    transition: all 0.25s;
    box-sizing: border-box;
}

.main-navigation-list  li ul{
    position: absolute;
    list-style: none;
    padding: 14px 4px 33px;
    top: 36px;
    right: 0;
    width: 176px;
    background: #fff;
    box-shadow: 5px 3.4px 7px 0 rgba(0, 0, 0, 0.29);
    z-index: -1;
    transition: 0.25s;
    min-height: 0;
    opacity: 0;
    visibility: hidden;
}

.main-navigation-list  li ul li{
    font-size: 18px;
    line-height: 32px;
    transition: all 0.25s;
    transform: translateY(-20px);
    height: 0;
}

.main-navigation-list  li ul li a{
    text-decoration: none;
    width: 100%;
    height: 100%;
    padding: 0 14px 0 0;
    color: rgba(52, 52, 52, 0.8);
}

.main-navigation-list > li:hover{
    background: #fff;
}

.main-navigation-list  li:hover > a{
    color: #004182;
}

.main-navigation-list  li:hover ul{
    z-index: 2;
    opacity: 1;
    visibility: visible;
}

.main-navigation-list  li:hover ul li{
    transform: translateY(0);
    height: 29px;
}

.main-navigation-list  li:hover ul li:hover{
    background-color: #7fa0c0;
}

.main-navigation-list  li:hover ul li:hover a{
    color: #fff;
}

/* top-section */
.top-section{
    padding: 121px 0 0 0;
}

.top-section-container{
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 200px;
}

.top-section-content{
    padding: 25px 40px;
    width: 50%;
    background: #eaeaea;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.top-section-content p{
    margin: 0 0 44px 0;
    max-width: 435px;
    font-weight: 700;
    font-size: 30px;
    line-height: 42.5px;
    letter-spacing: -0.6px;
    color:  #004182;
    direction: rtl;
    float: right;
    box-sizing: border-box;
}

.top-section-content p.single_paragraph{
    margin: 0;
}

.top-section-image{
    width: 100%;
    height: 321px;
    display: flex;
}

.top-section-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-section-logo{
    position: absolute;
    right: 50%;
    top: 44%;
    transform: translate(50%, -50%);
    min-height: 74px;
    border-radius: 37px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 84px 0 28px;
}

.top-section-logo h1{
    letter-spacing: 1.3px;
    margin: 11px 0 0 0;
    font-weight: 700;
    font-size: 45px;
    letter-spacing: 0;
    line-height: 0.8;
    color: #fff;
}

.top-section-logo img{
   /* position: absolute;*/
    top: 12px;
    right: 11px;
    height: 56px;
    margin: 0 20px 0 0;
}
.tax-product_cat .top-section-logo{
    padding: 0 48px 0 33px;
}
.tax-product_cat .top-section-logo img{
    position: static;
    margin: 3px 33px 0 0;
}
.top-section-slider{
    width: 100%;
    height: 100%;
}


.top-slider{
    min-width: 0;
    visibility: hidden;
    display: flex;
    direction: ltr!important;
    position: relative;
}

.top-slider.slick-initialized{
    visibility: visible;
}

.top-slider .slick-track{
    display: flex;
    align-items: flex-start;
}

.top-section-dots{
    position: absolute;
    bottom: 0;
    width: 50%;
}

.top-section-dots .slick-dots{
    padding: 0 0 3px 4.5px;
    margin: 0 0 0 3px;
    position: absolute;
    display: flex;
    bottom: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    z-index: 5;
}
.top-section-dots .slick-dots li{
    list-style: none;
    margin: 0 5px 0 0;
    box-sizing: border-box;
}

.top-section-dots .slick-dots li.slick-active button{
    background: #fff;
    border: none;
}

.top-section-dots .slick-dots button{
    font-size: 0;
    padding: 0;
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
}

.top-slider .slick-list {
    overflow: hidden;
    min-height: 319px;
}

.top-slider-item{
    min-height: 319px;
    display: flex;
}

.top-slider-image{
    width: 50%;
}

.top-section-slider img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* content-block */
.content-block{
    position: relative;
    padding: 65px 0 77px 0;
}

.content-block-container{
    margin: 45px 0 0 0;
    display: flex;
}

.content-block-text{
    width: 56%;
    padding: 13px 0 0 20px;
}

.content-block-text p{
    font-size: 20px;
    line-height: 28px;
    max-width: 558px;
    margin: 0 0 26px;
}

.content-block-image{
    padding: 0 0 0 49px;
    text-align: left;
    width: 40.8%;
}

.content-block-image img{
    width: auto;
    height: auto;
    margin: auto 17px 51px;
}

/* products-section */
.products-section{
    padding: 0 15px 50px;
}

.products-section-container{
    margin: 46px auto 0;
    max-width: 1455px;
}
.tax-product_cat .products-section-container{margin: 53px auto 0;}
.products-section-row{
    margin: 0 0 21px 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.products-section-row:last-child{
    margin: 0;
}

.products-section-item{
    position: relative;
    display: block;
    margin: 0;
    max-width: 735px;
    width: 50%;
    height: 343px;
}
.home .products-section-item{
    max-width: 320px;
    height: 321px;
}

.products-section-item > a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.products-section-item > a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s;
}

.products-section-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
}
.products-section-item:hover img{
    filter: none;
}
.products-section-header{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    width: 100%;
    text-align: center;
}

.products-section-header .title-holder{
    border-radius: 36px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 89px 0 36px;
    min-height: 73px;
    position: relative;
    max-width: 85%;
    display: inline-flex;
    align-items: center;
    text-align: left;
}
.home .products-section-header .title-holder{ min-height: 55px; padding: 0px 54px 0 22px;}
.tax-product_cat .products-section-header .title-holder{padding: 0 38px 0 24px;}
.tax-product_cat .products-section-header img{
    height: 61px;
    max-width: 76px;
    top: 5px;
    left: 16px;
}

.products-section-header img{
    /*    position: absolute;
        top: 8px;
        right: 8px;*/
    margin: 4px 25px 0 0;
    /*padding: 9px 12px 0 0;*/
    object-fit: contain;
    height: 57px;
    max-width: 61px;
}
.tax-product_cat .products-section-header img{margin: 0px 17px 0 0;}
.home .products-section-header img{height: 41px;left: 4px;top: 9px;}
.products-section-header h3{
    margin: 3px 0 0 0;
    color: #fff;
    letter-spacing: -0.5px;
    font-weight: 700;
    font-size: 45px;
}
.home .products-section-header h3{
    font-size: 35px;
}
.tax-product_cat .products-section-header h3{ letter-spacing: -0.2px;}
/* article-section */
.article-section{
    padding: 0 15px 58px;
}

.article-section-banner{
    position: relative;
    margin: 52px auto 0;
    max-width: 990px;
    min-height: 404px;
    display: flex;
    box-sizing: border-box;
}

.article-section-banner::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 96%;
    height: 91%;
    border: 2px solid #fff;
}

.article-section-image{
    width: 50%;
}

.article-section-image img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-section-text{
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 50%;
    background: #343434;
}

.article-section-text-wrapper{
    box-sizing: border-box;
    padding: 83px 23px 75px 32px;
}

.article-section-text p{
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}

.article-section .button{
    position: absolute;
    bottom: 49px;
    /*bottom: 55px;*/
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color:  #004182;
}

/* contact */

.contact-us-section{
    position: relative;
    padding: 77px 15px 61px;
    width: 100%;
    min-height: 536px;
    background: url("../images/backgraund-contact.png") center repeat-y;
    background-attachment: fixed;
    box-sizing: border-box;
    text-align: center;
}

#contact .contact-us-section .form_item[data-id="1"] h2,
#contact .contact-us-section .form_item[data-id="2"] h2,
#contact .contact-us-section  .form_item[data-id="1"] .wpcf7-response-output,
#contact .contact-us-section  .form_item[data-id="2"] .wpcf7-response-output {
    font-family: "fbgandalfeng";
}

.contact-us-section .form_item[data-id="1"] input, .contact-us-section .form_item[data-id="2"] input,
.contact-us-section .form_item[data-id="1"] textarea, .contact-us-section .form_item[data-id="2"] textarea{
    text-align: left;
    direction: ltr;
    font-family: "fbgandalfeng";
}

.contact-us-section::before{
    content: '';
    position: absolute;
    top: 48.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 206px;
    height: 218px;
    background: url("../images/form-logo-bg.svg");
    z-index: -1;
}
.contact-us-section::before,
.contact-us-section.footer-contact::before{
    display: none;
}

.contact-us-section.hideImg::before{
    visibility: hidden;
}

#contact .contact-us-section h2{
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
}

.contact-us-section p{
    margin: 0;
    position: relative;
}

.contact-us-section-container{
    margin: 45px auto 0;
    max-width: 627px;
    display: flex;
    flex-wrap: wrap;
    gap: 0 21px;
}

.contact-us-section-container > p{
    width: 100%;
}

.contact-us-section-column{
    max-width: 303px;
}

.contact-us-section-column br{
    display: none;
}
.contact-us-section-container select,
.contact-us-section-container input, .contact-us-section-container textarea{
    position: relative;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #343434;
    font: 300 18px/28px "fbgandalf", Arial, sans-serif;
    box-shadow: none;
    border-radius: 0;
    color: #343434;
    background: #fff;
}

.contact-us-section .wpcf7 input[type='submit']{
    border: none;
    box-shadow: none;
    -webkit-appearance: none;
    color: #fff;
    text-align: center;
}

.wpcf7-form-control-wrap{
    width: auto;
    display: block;
}
.contact-us-section-container select,
.contact-us-section-container input{
    height: 49px;
    padding: 17px 14px 10px;
}

.contact-us-section-container input:first-child{
    margin: 0 0 31px 0;
}


.contact-us-section-container textarea{
    margin: 5px 0 26px 0;
    height: 119px;
    padding: 14px 12px 10px;
}

.wpcf7-spinner{
    position: absolute;
}

.wpcf7-not-valid-tip{
    /*   display: none;*/
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    background: #ef514e;
    padding: 14px 14px 10px;
    box-sizing: border-box;
    text-align: right;
    width: 100%;
    height: 49px;
    border: 1px solid #343434;
    font: 300 18px/28px "fbgandalf", Arial, sans-serif;
}

.wpcf7-not-valid-tip.real{
    display: block;
}

form .wpcf7-not-valid-tip {
    direction: unset;
}

.contact-us-section-container textarea + .wpcf7-not-valid-tip {
    top: -13px;
    right: 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    display: none;
}

.wpcf7 input[type="email"]{
    text-align: right;
}

textarea + .wpcf7-not-valid-tip{
    display: none;
}

.wpcf7-form-control-wrap span:nth-child(3), .wpcf7-form-control-wrap span:nth-child(4){
    display: none;
}

.contact-us-section .form_item[data-id="1"] .wpcf7-not-valid-tip, .contact-us-section .form_item[data-id="2"] .wpcf7-not-valid-tip{
    text-align: left;
}

.contact-us-section form.wpcf7-form  .wpcf7-response-output,
.popup-form-container .wpcf7-response-output{
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    /*display: inline-flex;*/
    height: 36px;
    background: #00a19a;
    border-radius: 10px;
    padding: 11px 18px 7px;
    min-width: 118px;
    font: 18px/1 "fbgandalf", Arial, sans-serif;
    color: #fff;
    justify-content: center;
    text-decoration: none;
    z-index: 3;
    cursor: pointer;
    border: none!important;
    box-sizing: border-box;
}
.contact-us-section-container.form-static {
    text-align: left;
}
.contact-us-section-container.form-static{
    margin: 34px auto 0;
}
.form-static h2{line-height: 1}

.form-static .wrap-block-data{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form-static .wrap-block-data  > p{
    width: 49%;
    max-width: 303px;
    margin: 0 0 20px;
}
.contact-us-section-container.form-static input,
.contact-us-section-container.form-static select {
    height: 50px;
}
/*.wpcf7 .form-static span[data-name="your-subject"]*/
.wpcf7 span[data-name="your-country"] {position: relative}
.wpcf7 span[data-name="your-country"]::after{
    content: '';
    display: block;
    width: 33px;
    height: 30px;
    position: absolute;
    bottom: 2px;
    right: 2px;
    background: #fff url(../images/select-arr.png) no-repeat;
    pointer-events: none;

}
.contact-us-section h2{
    line-height: 1;
}
.form-static .wrap-block-data label{
    margin: 0 0 2px;
    font-size: 18px;
    display: inline-block;
    width: 100%;
}

.checked-message-block{width: 100%;margin: -3px 0 0;}
.form-static .checked-message-block > p{font-size:18px }
.form-static .products-chek .required-elem,
.form-static .wrap-block-data label span {
    color: red;
}
.form-static .products-chek .wpcf7-list-item-label{color: #343434}
.form-static .wpcf7-form-control-wrap span:nth-child(3), .form-static .wpcf7-form-control-wrap span:nth-child(4){display:block;}
.form-static .wpcf7-checkbox,
.form-static .wpcf7-checkbox .wpcf7-list-item label{
    display: flex;
    flex-wrap: wrap;
}
.form-static .checked-message-block input{
    height: 15px;
}
.form-static .checked-message-block .wpcf7-list-item{
    margin: 0 14px 0 0;
    width: calc(100%/5 - 16px);
    min-width: 90px
}

.contact-us-section-container.form-static input:first-child{margin: 0}
.form-static .wpcf7-checkbox input:first-child{margin: 1px 4px 0 0;}
.form-static span[data-name="your-product"]{
    padding: 17px 15px 11px;
    background: #eaeaea;
    margin: 5px 0 24px;
}
.contact-us-section-container.form-static input[type="checkbox"]{
    width: 15px;
}
.contact-us-section-container select{
    font-family: "fbgandalfeng"
}
.contact-us-section-container.form-static textarea{
    height: 145px;
}
.contact-us-section-container.form-static > p {
    text-align: center;
}
.contact-us-section .form-static input[type='submit'].button{
    padding: 10px 30px 7px;
    width: auto;
    height: auto;
    border-radius: 10px;
    line-height: 1.2;
}


/* footer */

.footer{
    padding: 38px 0 0;
    background: #343434;
    font-size: 18px;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.5);
}

.footer-wrapper, .copyright-container{
    margin: 0 auto;
    padding: 0 15px 21px;
    max-width: 975px;
    width: calc(100% - 30px);
    display: flex;
    justify-content: space-between;
}

.footer-navigation{
    width: 74.7%;
    display: flex;
    justify-content: space-between;
}

.footer-navigation-mobile{
    display: none;
}

.footer-navigation-list{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
    width: 232px;
    /*max-height: 228px;*/
    max-height: 300px;
}

.footer-navigation-list > li{
    width: 100%;
    margin: 0 0 10px 0;
}

.footer-navigation-list > li > a{
    font-weight: 600;
}


.footer-navigation-list li ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-navigation-list li ul li{padding: 0 0 0 15px}
.footer-navigation-list li ul li{
    padding: 0 15px 0 15px;
}

.footer-navigation-list a{
    color: #fff;
    text-decoration: none;
}


.footer-info{
    /*align-items: flex-end;*/
    /*margin: 0 auto 49px;*/
    margin: 0 0 0 20px;
    max-width: 180px;
}


.footer-info-contact{
    font-style: normal;
}

.footer-info-contact a{
    text-decoration:  none;
    color: inherit;
}

.footer-info-social{
    margin: 25px 0 0 0;
    max-width: 132px;
}

.footer-logo{
    width: 233px;
    height: 57px
}

.footer-logo img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.footer .social{
    margin: 18px 2px 0 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.footer .social a{
    display: block;
    width: 20px;
    height: 20px;
    background-size: cover;
    transition: 0.4s;
}

.footer .social a:hover{
    transform: scale(1.1);
}

a.instagram{
    background: url("../images/instagram.png");
}

a.youtube{
    background: url("../images/youtube.png");
}

a.facebook{
    background: url("../images/facebook.png");
}

a.linkedin{
    background: url("../images/linkedin.png");
}

.copyright{
    background: #000;
    color: #fff;
    font: 300 16px/1 "fbgandalf-regular", Arial, sans-serif;
}

.copyright-container{
    padding: 11px 0 10px;
}

.copyright-container p, .copyright-container ul{
    margin: 0;
}

.copyright-container .links{

}

#menu-footer-nav{
    margin: 0;
    padding: 0;
    display: flex;
}

.copyright-container .links li{
    list-style: none;
    display: inline-block;
    position: relative;
    margin: 0 0 0 8px;
}

.copyright-container .links li:last-child{
    margin: 0 5px 0 8px;
}

.copyright-container .links li a{
    text-decoration: none;
    color: #fff;
    display: inline-block;
}

.copyright-container .links li::before{
    content: '|';
    position: absolute;
    top: 0;
    left: -8px;
}

.copyright-container .links li:last-child::before{
    display: none;
}

.copyright-container .links a:last-child{
    margin: 0 0 0 -1px;
}

.copyright-container .links a:last-child::before{
    display: none;
}

/* about */
.page-bunner{
    padding: 121px 0 40px 0;
}

.page-bunner-container, .content-section-container{
    margin: 0 auto;
    max-width: 970px;
}

.page-bunner-image{
    margin: 0 0 22px 0;
    display: flex;
}

.page-bunner-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 167px;
}

.page-bunner-container .bread-crumbs{
    margin: 0 3px 0 0;
}

.content-section{
    padding: 0 15px;
}

.content-section-container{
    padding: 58px 0 45px 0;
    /*direction: ltr;*/
}

.content-section.content_ltr h2{
    text-align: left;
}

.content-section.content_ltr > h2{
    margin: 0 auto;
    max-width: 970px;
}

.content-section-container p, .content-section-container ul, .content-section-container ol{
    margin: 0 0 28px 0;
    font-size: 18px;
    line-height: 28px;
}

.content-section-container a{
    color:  #004182;
    font-size: 24px;
    line-height: 27px;
    text-decoration: none;
}

/* products=====================================================*/
.products, .downloads{
    /*padding: 82px 0 0 0;*/
    padding: 40px 0 0 0;
}

.products-filter, .downloads-filter{
    margin: 61px 0 35px 0;
}

.products-filter h3, .downloads-filter h3{
    margin: 0;
    text-align: center;
    font-size: 24px;
    line-height: 31px;
}

.products-filter-container, .downloads-filter-container{
    margin: 1px auto 0;
    display: flex;
    justify-content: center;
}

.products-container .bread-crumbs, .container .bread-crumbs{
    margin: 21px 0 0 0;
}
.page-template-page-contact .container .bread-crumbs{
    margin: 21px 0 36px 0;
}
.products-filter-container a, .downloads-filter-container a{
    margin: 0 12px 0 8px;
    padding: 6px 8px 2px;
    text-align: center;
    text-decoration: none;
    transition: 0.4s;
    color: #343434;
}
.post-type-archive-quality .downloads-filter-container a{
    margin: 0 18px;
}
.products-filter-container h4, .downloads-filter-container h4{
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
}

.products-filter-container a.active, .products-filter-container a:hover,
.downloads-filter-container a.active, .downloads-filter-container a:hover{
    background: #eb5d12;
    color: #fff;
}


.products-container, .downloads-container{
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 32px 20px;
    max-width: 970px;
}

.products-container p, .downloads-container p{
    margin: 0 auto;
}

.products-item{
    max-width: 310px;
    background: #fff;
    transition: 0.4s;
    text-align: right;
}

.products-item:hover{
    box-shadow: 0px 3px 6.23px 0.77px rgba(0, 0, 0, 0.76);
}

.products-item-bunner{
    display: flex;
    width: 100%;
    height: 138px;
}

.products-item-bunner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.products-item-content{
    margin: 2px 0 0 0;
    background: #ebecee;
    padding: 0 10px;
}

.products-item-category{

}

.products-item-header a{
    text-decoration: none;
}

.products-item-category a{
    text-decoration: none;
}

.products-item-category-block{
    float: right;
    min-width: 85px;
    min-height: 26px;
    display: flex;
}

.products-item-category h4, .downloads-item-category h4{
    margin: 0;
    padding: 7px 5px 5px;
    text-align: center;
    min-width: 57px;
    height: 100%;
    display: inline-block;
    background: #eb5d12;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
}

.products-item-category-image{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 27px;
    background: #fff;
    box-sizing: border-box;
    padding: 5px;
}

.products-item-category-image img{
    object-fit: contain;
}

.products-item-publication{
    padding: 6px 0 11px;
    clear: both;
    font-size: 14px;
    line-height: 20px;
}

.products-item-content h3{
    display: inline;
    margin: 0;
    padding: 3px 7px 0;
    font-size: 28px;
    line-height: 30px;
    background: #848587;
    color: #fff;
}

.products-item-content h3 a{
    color: #fff;
}

.products-item-content > p{
    max-height: 99px;
    margin: 0;
    overflow: hidden;
    padding: 16px 0 23px 0;
    font-size: 16px;
    line-height: 20px;
    color: #505151;
}

.products-item-bottom{
    padding: 6px 10px 2px;
    background: #dbdde0;
}

.products-item-bottom .read-more{
    text-decoration: none;
    color: #58595b;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
}

.products-pagination, .downloads-pagination{
    margin: 44px 0 31px 0;
}

.product-info-video-item a{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.product-info-video-item a img {
    width: 100%;
    height: 100%;
}


.product-info-video-item::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 42px;
    width: 42px;
    background: url("../images/play-youtube.svg")no-repeat;
    z-index: 3;
}

/*.product-info-video-item::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    transition: all 400ms;
}*/

/*.product-info-video-item a:hover::after{*/
/*    background: rgba(0, 0, 0, 0);*/
/*}*/

.pagination{
    margin: 0 auto;
    max-width: 324px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pagination-arrow, .nav-links .prev, .nav-links .next{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8px;
    height: 12px;
    cursor: pointer;
    padding: 0 5px;
}

.nav-links .prev{
    margin: 0 9px 0 0;
}

.page-numbers{
    margin: 0 8.5px 0 0;
}

.pagination-arrow.next, .nav-links .next{
    transform: rotate(180deg);
    margin: 2px 0 0 2px;
}

.pagination-arrow::before, .pagination-arrow::after,
.nav-links .prev::before, .nav-links .prev::after,
.nav-links .next::before, .nav-links .next::after{
    content: '';
    position: absolute;
    left: 5px;
    background:  #004182;
    height: 2px;
    width: 8px;
}

.nav-links .prev::before, .nav-links .next::before{
    top: 3px;
    transform: rotate(-45deg);
}

.nav-links .prev::after, .nav-links .next::after{
    top: 8px;
    transform: rotate(45deg);
}

.nav-links{
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    line-height: 1;
}

.nav-links a{
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 4px 0 0 0;
    height: 18px;
    width: 22px;
    color: #959599;
}

.nav-links .current{
    background:  #004182;
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 4px 0 0 0;
    height: 18px;
    width: 22px;
}

/* product */
.product{
    padding: 23px 0 38px 0;
}

.product-container{
    margin: 0 auto;
    max-width: 970px;
    display: flex;
    gap: 0 20px;
}
.product-container:nth-child(1){
    flex-direction: column;
    padding: 0 0 61px 0;
}
.product-inner .product-container:nth-child(1){
    padding: 0 0 67px 0;
}
.product-container .bread-crumbs{
    margin: 0 0 39px 0;
}

.product-container-column{
    flex: 0 1 48.866%;
}

.product-container-column:first-child{
    max-width: 474px;
}

.product-info{
    padding: 55px 25px 0 20px;
    background: #eaeaea;
}

.product-info-logo{
    margin: 0 0 25px 0;
    max-width: 281px;
    /*height: 42px;*/
}

.product-info-logo img{
    width: 100%;
    height: 100%;
}

.product-info-chapter{
    padding: 0 0 30px 0;
}
.product-inner .product-info-chapter{padding: 0 0 10px 0;}
.product-info-chapter:empty{
    display: none;
}

.product-info-chapter:last-child{
    padding: 0 0 25px 0;
}
.product-inner .product-list-all h3,
.product-info-chapter h3, .product-all-images h3{
    position: relative;
    display: block;
    margin: 0 0 13px 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}
.product-inner .product-list-all h3{
    margin: 0 0 21px;
}
.product-inner .product-info-chapter h3,
.product-inner .product-all-images h3{
    line-height: 25px;
}
.product-inner .product-list-all h3::before,
.product-info-chapter h3::before,
.product-all-images h3:before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgb(52, 52, 52);
    opacity: 0.502;
    height: 1px;
    width: 100%;
}
.product-inner .product-list-all h3::before{
    bottom: -9px;
}
.single .post ul,
.product-info-chapter ul, .product-info-chapter p{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 28px;
}

.product-info-chapter:nth-child(2) .product-info-chapter-container > ul li{
    position: relative;
    padding: 0 22px 0 0;
}

.product-info-chapter:nth-child(2) .product-info-chapter-container > ul li::before{
    content: '-';
    position: absolute;
    top: 0;
    right: 10px;
}

.product-inner .product-info-technical-characteristics > ul {
    margin: 0 0 19px 0;
}
.product-info ul li,
.single .post ul li,
.product-info-technical-characteristics ul li{
    padding: 0 30px 0 0;
    position: relative;
}
.single .post ul li li,
.product-info-technical-characteristics ul li li{
    padding: 0;
}
.single .post ul li li::before,
.product-info-technical-characteristics ul li li::before{
    display: none;
}
.product-info ul li::before,
.single .post ul li::before,
.product-info-technical-characteristics ul li::before{
    content: '';
    position: absolute;
    top: 2px;
    right: 2px;
    width: 18px;
    height: 15px;
    background: url("../images/check-mark.svg") center no-repeat;
}
.types-products .wrap-item-type{
    display: flex;
    margin: -7px 0 0;
}
.item-type{
    text-align: center;
    margin: 0 11px 0 0;
}

.item-type img{
    background: #fff;
    padding: 9px 6px 5px;
}
.product-info-chapter .item-type img{
    width: 72px;
    height: 57px;
    box-sizing: border-box;
}
.item-type.disc img{
    width: 72px;
    height: 58px;
    padding: 10px 5px 9px;
}
.item-type p{
    font-size: 14px;
    line-height: 1.1;
    color: #fff;
    background: #3d3b3e;
}

.product-info-standarts{
    margin: 14px 0 -3px 0;
    display: flex;
    align-items: center;
    max-width: 100%;
    flex-wrap: wrap;
}

.product-info-standarts img{
    margin: 0 0 10px 25px;
    height: 51px;
    max-width: 60px;
    object-fit: contain;
    background: #fff;
}

.product-info-video-slide{
    margin: 0 0 -14px 0;
}
.product-inner .product-info-video-slide {
    height: 274px;
    width: 100%;
    margin: 12px 0 0;
}
.product-info-video-slide .poster,
.product-inner .product-info-video-slide iframe{
    width: 100%;
    height: 100%;
}
.product-info-video-slide .poster{
    object-fit: cover;
}
.product-info-video-item, .product-info-files-item{
    position: relative;
    display: block;
    margin: 0 0 0 11px;
    width: 100%;
    height: 100%;
    /*  background: #343434;*/
    background: rgba(0, 0, 0, 0.15);
    min-height: 250px;
}
.product-info-video-item + .product-info-video-item{
    margin-top: 15px;
}
.product-info-video-item img{
    width: 100%;
}

.product-info-video-item iframe{
    width: 100%;
    height: 100%;
}

.product-info-files{
    margin: 20px 0 0 0;
    display: flex;
}

.product-info-files a{
    text-decoration: none;
}

.product-info-files-item{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-info-files-item h4{
    margin: 13px 12px 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 19px;
}

.product-info-files-item img{
    width: 29px;
    height: 29px;
}

/*product-big-slider*/
.product-big-slider{
    min-width: 0;
    display: flex;
    max-width: 476px;
    /*direction: ltr!important;*/
    position: relative;
    box-sizing: border-box;
    border: 1px solid #283982;
    visibility: hidden;
}
.product-inner .product-info-video{
    min-width: 0;
    visibility: hidden
}
.product-inner .product-info-video.slick-initialized,
.product-big-slider.slick-initialized{
    visibility: visible;
}
.product-inner .product-info-video .slick-list,
.product-big-slider .slick-list, .product-slider .slick-list{
    overflow: hidden;
}
.product-inner .product-info-video .slick-list,
.product-big-slider .slick-list{
    width: 100%;
}

.product-inner .product-info-video .slick-track, .product-big-slider .slick-track, .product-slider .slick-track{
    display: flex;
    align-items: flex-start;
}
.product-inner .product-info-video .slick-arrow,
.product-big-slider .slick-arrow{
    top: 222px;
    padding: 15px;
    position: absolute;
    z-index: 5;
    border: none;
    outline: none;
    width: 15px;
    height: 26px;
    background: url("../images/slider-items/big-slider-arrow.svg") center no-repeat;
    font-size: 0;
    cursor: pointer;
}
.product-inner .product-info-video .slick-arrow{
    background-size: 30%;
}
.product-inner .product-info-video .slick-arrow{
    top: 46%;
}
.product-inner .product-info-video{position: relative}
.product-inner .product-info-video .slick-prev {
    transform: rotate(180deg);
    left: -28px;
    z-index: 6;
}
.product-big-slider  .slick-prev{
    transform: rotate(180deg);
    left: 4px;
    z-index: 6;
}
.product-inner .product-info-video .slick-next {
    right: -28px;
}
.product-big-slider .slick-next{
    right: 1px;
}

.product-inner .product-big-slider-item{
    height: 100%;
}
.patented:before{
    content: '';
    background: url(../images/svg-files/files-patented.svg) no-repeat;
    width: 107px;
    height: 105px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 20;
}
.product-inner .product-big-slider-item.patented{
    display: block;
}

.product-big-slider-item-image{
    position: relative;
    width: 100%;
    height: 416px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.product-inner .product-big-slider-item-image{height: 474px}
.product-big-slider-item-image img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.product-inner .product-big-slider-item-image img{width: auto;height: auto}
.product-big-slider-item-image .quaolity-mark{
    position: absolute;
    top: 8px;
    left: 8px;
}

.product-big-slider-item-image .quaolity-mark{
    object-fit: contain;
    width: 105px;
    height: 105px;
    text-indent: -9999px;
    background: url("../images/standarts/quaolity-mark.svg") no-repeat;
    background-size: cover;
}

.product-big-slider-item-about{
    padding: 19px 15px 13px;
    background:  #004182;
}

.product-big-slider-item-about h3{
    margin: 0;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}


.product-all-images-container li {
    list-style: none;
    background: #fff;
    height: 88px;
    width: 88px;
    border: 1px solid #999;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.4s;
}
.product-big-slider-item-quaolity{
    display: flex;
    margin: 11px 0;
    justify-content: center;
}
.product-all-images-container {
    margin: 16px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 9px;
}
.product-big-slider-item-quaolity-block{
    /*padding: 11px 5px 3px;*/
    padding: 11px 0 3px;
    margin: 0 4.5px;
    min-height: 69.5px;
    width: 73.5px;
    background: #e9ebf2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.product-big-slider-item-quaolity-block img{
    width: 100%;
    height: 100%;
    max-height: 71px;
    object-fit: contain;
}

.product-big-slider-item-quaolity-block h4{
    margin: 7px 0 0;
    font-weight: 400;
    font-size: 10px;
    line-height: 1;
    text-align: center;
    display: flex;
    align-items: center;
}

.product-all-images{
    margin: 29px 0 0;
}

.product-all-images h3::before{
    bottom: -5px;
}

.product-all-images-container{
    margin: 16px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 9px;
}
.product-list-all {
    margin: 21px 0 0;
}
.product-list-all .product-all-images-container{
    flex-direction: column;
    gap: 9px 9px;
}
.product-all-images-container li{
    list-style: none;
    background: #fff;
    height: 88px;
    width: 88px;
    border: 1px solid #999;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.4s;
}
.product-list-all .product-all-images-container li{
    width: 100%;
    height: 88px;
    border: 0;
    min-height: 88px;
    background: #ccd9e6;
}
.product-list-all li a{
    width: 100%;
    display: flex;
    align-items: center;
    background: #ccd9e6;
    text-decoration: none;
    color: #343434;

}
.product-list-all .title-product{
    padding: 4px 0 0 23px;
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: 0.2px;
    width: 100%;
}
.product-list-all .title-product p{
    margin: 0;
}
.product-list-all .types-products {
    display: flex;
    justify-content: flex-end;
    min-width: 80px;
    margin: 9px 10px 0 0;
}
.product-list-all .types-products img{
    width:30px;
    height: 30px;
    background: #fff;
    box-sizing: border-box;
    padding: 2px;
}
.product-all-images-container li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0.5;
}
.product-list-all .product-all-images-container li a > img{
    height: 88px;
    width: auto;
    min-width: 89px;
    border: 1px solid #999;
    object-fit: contain;
    box-sizing: border-box;
    padding: 6px;
}

.product-list-all li a img{
    opacity: 1;
    background: #fff;
}
.product-list-all .item-type{margin: 0 0 0 8px}
.product-all-images-container li.slick-active img{
    opacity: 1;
}
/*download-files*/
.product-download-files .wrap-link-file{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.page-template-project .product-download-files{margin: -5px 0 0 }
.product-download-files .list-file{
    position: relative;
    display: inline-block;
    width: 45.4%;
    padding: 11px 17px 10px 69px;
    box-sizing: border-box;
    margin: 0 0 11px 0;
    font-size: 18px;
    color: #343434;
    text-decoration: none;
    line-height: 1.1;
    min-height: 82px;

}
.product-download-files .list-file::after{
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    right: -11px;
    background: #fff;
    width: 3px;
    height: 82px;
}

.product-download-files .list-file:last-child::after{
    display: none;
}
.product-download-files .list-file:before{
    content: '';
    display: block;
    background: url("../images/svg-files/pdf-file-download.svg") no-repeat;
    width: 55px;
    height: 66px;
    position: absolute;
    top:2px;
    left: 0;
}
.single .product-download-files .wrap-link-file{gap: 39px}
.single-applications .product-download-files .wrap-link-file{gap: 20px}
.product-cat{
    margin: 22px auto 0;
}

.more-products{
    padding: 39px 15px 59px;
}
.more-products.more-application{padding: 0 15px 59px;}
.tax-product_cat .more-products {
    padding: 39px 15px 116px;
}
.more-products p{
    margin: 58px auto 0;
    max-width: 970px;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
}
.page-template-applications .more-products > p{
    margin: 61px auto 0;
    max-width: 974px;
}
.more-products-container{
    margin: 68px auto 0;
    max-width: 970px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.page-template-applications .more-products-container{
    margin: 94px auto 0;
}
.more-products-item{
    position: relative;
    flex: 0 1 310px;
    padding: 0 0 70px;
    height: 310px;
    box-sizing: border-box;
}
.single-applications .more-products-item,
.page-template-applications .more-products-item{
    padding: 0 0 70px;
    border: 1px solid #343434
}
.more-products-item > a{
    text-decoration: none;
}

.more-products-item ul{
    list-style: none;
    padding: 0;
    margin: 2px;
    color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
}

.more-products-item .more-products-item-image::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(93, 93, 93, 0.9);
    border: 2px solid #fff;
    opacity: 0;
    box-sizing: border-box;
    transition: 400ms;
}
.single-applications .more-products-item .more-products-item-image::before,
.page-template-applications .more-products-item .more-products-item-image::before{border: 0}
.more-products-item:hover .more-products-item-image::before{
    opacity: 1;
}

.more-products-item-disappear{
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 69px);
    width: 100%;
    padding: 34px 34px 70px;
    box-sizing: border-box;
    transition: 400ms;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
}
.single-applications .more-products-item-disappear,
.page-template-applications .more-products-item-disappear{ height: calc(100% - 72px);}
.more-products-item-disappear > p{
    display: none;
    margin: 2px;
    color: #fff;
    width: 100%;
    height: 100%;
}

.more-products-item-disappear > p:first-child{
    display: block;
}

.more-products-item-disappear > span {
    position: absolute;
    bottom: 29px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: #343434;
}

.more-products-item:hover .more-products-item-disappear{
    z-index: 5;
    visibility: visible;
    opacity: 1;
}

.more-products-item-image{
    position: relative;
    background: #fff;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 1px solid #343434;
    border-bottom: none;
    padding: 25px;
}
.page-template-applications .more-products-item-image{
    padding: 0;
    border:0;
}
.more-products-item-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.page-template-applications .more-products-item-image img{
    object-fit: cover;
}
.more-products-item-header{
    box-sizing: border-box;
    background:  #004182;
    padding: 4px 7px;
    border-bottom: 1px solid #343434;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;

}
.more-products-item-header,
.page-template-applications .more-products-item-header{
    min-height:70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.page-template-applications .more-products-item-header{border: 0}

.more-products-item-header p,
.more-products-item-header h1,
.more-products-item-header h2,
.more-products-item-header h3,
.more-products-item-header h4{
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    max-width: 190px;
    margin: 0 auto;
}

/* post */
.posts{
    padding: 22px 15px 0;
}

.posts-wrapper{
    margin: 0 auto;
    max-width: 970px;
}
.page-template-project  .posts-wrapper{ max-width: 952px;}
.posts-intro{
    margin: 39px 0 65px 0;
}

.posts-intro-header{
    max-width: 660px;
}

.posts-intro-header h1{
    display: inline;
    margin: 0;
    padding: 6px 15px 0;
    font-weight: 700;
    font-size: 46px;
    line-height: 50px;
    color: #fff;
    background: #8a8a8c;
}

.posts-intro-category{
    margin: 4px 1px 0 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.posts-intro-category .products-item-category-block{
    float: none;
}

.posts-intro-category .products-item-category-block .products-item-category-image{
    border-top: 1px solid #eb5d12;
    border-right: 1px solid #eb5d12;
    border-bottom: 1px solid #eb5d12;
}

.posts-intro-button{
    padding: 2px 0 0 49px;
    position: relative;
    display: block;
    text-decoration: none;
    font-size: 15px;
    line-height: 28px;
    color:  #004182;
}

.posts-intro-button::before{
    content: '';
    position: absolute;
    top: 1px;
    left: 2px;
    width: 35px;
    height: 23px;
    background: url("../images/post-intro-arrow.svg");
}

.posts-intro-publication{
    margin: 25px 0 13px 0;
}

.posts-intro-publication span{
    font-size: 14px;
    line-height: 20px;
    color: #8d8d8d;
}

.posts-intro-paragraph{

}

.posts-intro-paragraph p{
    margin: 0;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #343434;
}

.post{
    margin: 0 0 20px 0;
}
.page-template-project .posts-container{margin: 0 0 36px 0}
.post h3, .post h2, .content-section-container h2, .content-section-container h3{
    /*text-align: right;*/
    margin: 0 0 1px 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color:  #004182;
}


.post p{
    margin: 0 0 25px 0;
    font-size: 18px;
    line-height: 28px;
    color: #343434;
}

.post p:first-of-type{
    font-size: 22px;
    line-height: 1.57;
}
.page-template-project .post p:first-of-type{
    font-size: 18px;
    font-weight: 400;
}
.post p a, .content-section-container p a{
    font-size: 18px;
    line-height: 28px;
    color:  #004182;
}

.post ul{
    margin: 0 20px 25px 0;
    padding: 0;
    font-size: 18px;
    line-height: 28px;
    color: #343434;
}

.post-image, .post figure, .content-section-container figure{
    display: flex;
    margin: 0 0 50px 0;
    max-width: 613px;
}
.page-template-project .post figure{margin: 0 0 0px 0;}
.post-image img, .post figure img, .wp-block-embed__wrapper, .post figure iframe, .content-section-container figure iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post figure iframe, .content-section-container figure iframe,  .content-section-container figure iframe{
    min-height: 372px;
}

.posts-container-footer{
    margin: -24px 0 0 0;
}

.split-line{
    width: 100%;
    height: 2px;
    background: #909092;
}

.posts-container-social{
    margin: 18px 0 0 0;
    display: flex;
    justify-content: flex-end;
}

.posts-container-social .social{
    display: flex;
    justify-content: space-between;
    width: 62px;
}

.posts-container-social .social a{
    display: block;
    width: 25px;
    height: 25px;
    background-size: cover;
    transition: 0.4s;
}

.posts-container-social a:hover{
    transform: scale(0.95);
}

a.facebook-dark{
    background: url("../images/fb-dark.png");
}

a.linkedin-dark{
    background: url("../images/in-dark.png");
}

.posts-container-social span{
    margin: 7px 0 0 7px;
    letter-spacing: -0.5px;
}


#posts .products{
    text-align: center;
    padding: 53px 0 0 0;
}

#posts .products .products-container{
    margin: 62px auto 0;
}

#posts .products .button{
    margin: 41px 0 63px 0;
    background:  #004182;
}

/* category=====================================================*/
#category .container{
    margin: 21px auto 0;
}

#category .more-products {
    padding: 40px 15px 56px;
}

#category .more-products-container{
    margin: 48px auto 0;
}

#category .products-section {
    padding: 0 15px 77px;
}

/* address=====================================================*/
#contact .container {
    margin: 21px auto 40px;
}

.contact-info{
    padding: 0 15px;
}

.contact-info-container{
    margin: 0 auto;
    padding: 23px 0 34px;
    display: flex;
    max-width: 970px;
    justify-content: space-between;
}

.contact-info-item{
    width: 325px;
    padding: 21px 20px;
    border: 2px solid rgba(36, 56, 136, 0);
    box-sizing: border-box;
    transition: 0.4s;
}



.contact-info-item:nth-child(2){
    margin: 0 -10px;
}

.contact-info-item:hover{
    border: 2px solid rgba(36, 56, 136, 1);
}

.contact-info-item-container{
    padding: 28px 20px 27px;
    background: #dedede;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    position: relative;
    z-index: 2;
}

.contact-info-item.en .contact-info-item-container h4,
.contact-info-item.en .contact-info-item-container p,
.contact-info-item.en .contact-info-item-container address{
    font-family: "fbgandalfeng";
}

.contact-info-item-container p{
    margin: 0;
}

.contact-info-item-container h4{
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
}

.contact-info-item-container address{
    margin: 0 0 28px 0;
    font-style: normal;
}

.contact-info-item-container a{
    text-decoration: none;
    color: #000000;
}

.contact-info-item-button{
    padding: 8px 0 6px;
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-decoration: none;
    background:  #004182;
    z-index: 1;
    transition: 0.4s;
    color: rgba(255, 255, 255, 0);
    transform: translateY(-50px);
    visibility: hidden;
    opacity: 0;
}

.contact-info-item:hover .contact-info-item-button{
    visibility: visible;
    opacity: 1;
    color: rgba(255, 255, 255, 1);
    transform: translateY(0);
}


.search-results{
    padding: 122px 0 39px 0;
}

.search-results-header{
    margin: 40px 0 61px 0;
}

.results-word{
    color: #eb5d12;
    font-size: 30px;
    line-height: 24px;
}

.search-results-container{
    padding: 0 15px;
    margin: 0 auto;
    max-width: 970px;
}

.no-result{
    margin: 0;
    text-align: center;
}

.search-results-row{
    position: relative;
    color:  #004182;
    padding: 26px 13px 3px;
    border-bottom: 3px solid #fff;
}

.search-results-row:nth-child(odd){
    background: #eee;
}

.search-results-row:nth-child(even){
    background: #d5d5d6;
}

.search-results-row:last-child{
    border: none;
}

.search-results-date-wrapper{
    display: inline-block;
}

.search-results-row mark{
    background: #fbdb03;
}

.search-results-row h3{
    margin: 0;
    display: inline-block;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
}


.search-results-row .separator-line{
    margin: 0 2px;
    font-size: 24px;
    line-height: 28px;
}

.search-results-row h3:last-of-type{
    margin: 0 0 0 5px;
}

.search-results-row h3:last-of-type::before{
    display: none;
}

.search-results-row span{
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
}

.search-results-row span.date{
    font-size: 14px;
    line-height: 28px;
}

.search-results-text{
    margin: -4px 0 0 0;
    font-size: 18px;
    line-height: 28px;
}

.search-results-text div{
    color: #343434;
    font-size: 18px;
    line-height: 28px;
}

.search-results-text div p{
    margin: 0;
}

.search-results-text a{
    display: inline;
    text-decoration: none;
    color: #eb5d12;
}


/* downloads */
.downloads {
    padding: 40px 15px 0;
    /*padding: 61px 15px 0;*/
}

.downloads-container {
    gap: 17px 20px;
    margin: 69px auto 0;
}
.post-type-archive-quality .downloads-container{
    margin: 0 auto 91px;
}
.downloads-item{
    position: relative;
    width: 310px;
    /* height: 310px;*/
    height: auto;
    border: 1px solid #000;
    box-sizing: border-box;
}
.downloads-item > a{
    display: block;
    width: 100%;
    height: 100%;
}
.post-type-archive-quality .downloads-filter{margin: 61px 0 29px 0;}
.downloads-item-bunner{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 0 69px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.downloads-item-bunner img{
    width: 95%;
    height: 95%;
    object-fit: contain;
}*/

.downloads-item-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.downloads-item-content .products-item-category-block{
    margin: 0 9px 0 0;
    min-width: 96px;
}

.downloads-item-content .products-item-category h4{
    min-width: 68px;
}

.downloads-item-header{
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    background: #004182;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.downloads-item-header h3{
    margin: 0 auto;
    width: 100%;
    max-width: 262px;
    padding: 0;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    display: block;
    box-sizing: border-box;
    visibility: hidden;
}

.downloads-item-header a{
    text-decoration: none;
    color: #fff;
}

/* downloads */
.popup-form{
    display: none;
    /*padding: 297px 15px 0;*/
    padding: 0 15px;
    position: fixed;
    top: 121px;
    left: 0;
    width: 100%;
    z-index: 60;
    height: calc(100% - 121px);
    justify-content: center;
    align-items: center;
    background: rgba(49, 49, 49, 0.9);
    box-sizing: border-box;
}

.popup-form.active{
    display: flex;
}

.popup-form-container{
    margin: 64px auto 0;
    height: 100%;
    width: 100%;
}

.popup-form-container .contact-form{
    position: relative;
}

.popup-form-container form.sent .wpcf7-response-output{
    display: inline-flex;
}

.popup-form-container form .wpcf7-response-output{
    top: auto;
    bottom: -39px;
    margin: 0;
    padding: 11px 18px 7px;
}

.popup-form-closeBtn{
    margin: 0 auto;
    display: block;
    width: 41px;
    height: 41px;
    background: url("../images/closeBtn.svg") no-repeat center;
}

.popup-form-container h2{
    font-weight: 700;
    font-size: 30px;
    line-height: 28px;
    color: #fff;
}

.popup-form-container .button{
    border-radius: 0;
    padding: 12px 14px 10px;
}

.popup-form-container .contact-us-section-container{
    position: relative;
}

.contact-form{

}

.section-404{
    min-height: calc(100vh - 317px);
    padding: 0 15px;
}

.page404{
    padding: 121px 0 0 0;
}

.section-404 h1{
    margin: 55px auto -4px;
    text-align: center;
    font-size: 44px;
    color:  #004182;
}

.bg404{
    margin: 0 auto 38px;
    max-width: 794px;
    max-height: 444px;
}

.bg404 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-404 h2{
    margin: 0 0 3px;
}

.section-404 p{
    margin: 0 auto 66px;
    max-width: 860px;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
}
.posts-intro-header h1{
    color:#004182;
}
/*single-applications*/
.single-applications .posts-wrapper{max-width: 973px}
.posts-intro-header h1,
.single-applications h1{
    display: block;
    margin: 0;
    font-weight: 700;
    font-size: 30px;
    line-height: 0.8;
    text-align: center;
    background: none;
    padding: 0;
    color: #243888;
}


.posts-intro-header,
.single-applications .posts-intro-header{margin: 0 auto}
.single-applications .post > p:first-of-type{
    font-size: 18px;
    line-height: 1.55;
    margin: 0 0 16px 2px;
}
.single-applications .wp-caption{margin: 16px 0 34px}
.single-applications .wp-caption img{
    margin:0 0 11px;
}
.single-applications .wp-caption p:first-of-type {
    font-size: 14px;
    font-style: italic;
    line-height: 1.3;
    color: #343434;
    opacity: 0.5;
    font-weight: 400;

}
.single-applications h3{
    font-size: 24px;
    font-weight: 700;
    color: #004182;
    margin: 27px 0 11px;
}

.single-applications .posts-intro {
    margin: 40px 0 61px 0;
}
.single-applications .post p{margin: 0;}
.single-applications .product-download-files{
    margin-top: 60px;
}
.posts-container .product-download-files a,
.single-applications .product-download-files a{
    width: 230px;
    background: #f1f1f1;
    padding: 8px 15px 14px 72px;
    border-top: 3px solid #9e9d9e;
}
.posts-container .product-download-files .list-file:before,
.single-applications .product-download-files .list-file:before{
    top: 11px;
    left: 16px;
    width: 45px;
    height: 52px;
}
.single-applications .posts-container {
    margin: 0 0 57px;
}
.single-applications .posts-container a{color: #004182}
.single-applications .more-products-container{margin: 52px auto 0;}
.single-applications .more-products-item-image{
    padding: 0;
    border: 0;
}
.single-applications .more-products-item-image img{
    object-fit: cover;
}
.single-applications .more-products-item-header {
    min-height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.logo-project img {
    width: 315px !important;
    height: auto !important;
    margin: 0 0 0 -9px;
}

/* media */
@media only screen and (max-width: 1450px){
    .products-section-header{
        height: auto;
        /*min-height: 73px;*/
        white-space: normal;
    }

    /*    .products-section-header img{
            top: 50%;
            transform: translateY(-50%);
        }*/
    .tax-product_cat .products-section-header img{top:37px}
    .home .products-section-header img{
        transform: none;
        margin: 0 25px 0 0;
    }
}

@media only screen and (max-width: 1200px){
    .top-section-content{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 0 40px;
        min-height: 319px;
    }


    .products-section-header h3{
        font-size: 40px;
    }
}

@media only screen and (max-width: 999px){
    .more-products-container, .downloads-container{
        max-width: none;
        gap: 20px 0;
        padding: 0 7px;
    }
    .more-products-item{
        width: calc(33.33% - 16px);
        margin: 0 8px;
        height: calc(33.33vw - 30px);
        flex: 0 1 auto;
    }
    .downloads-item {
        width: calc(33.33% - 16px);
        margin: 0 8px;
        flex: 0 1 auto;
    }
    .more-products-item{
        padding: 0 0 54px;
        box-sizing: border-box;
    }
    .more-products-item-header{
        min-height: 54px;
    }
}

@media only screen and (max-width: 992px){
    .header-container{
        margin: 0 15px;
        width: calc(100% - 30px);
    }


    /*header brands*/
    .brands-wrapper{
        top: -6px;
        left: 57%;
        padding: 4px 12px 5px;
        max-width: calc(100% - 30px);
        width: max-content;
    }
    .brands-wrapper {
        max-height: 38px;}
    .brands-wrapper ul {
        overflow: auto;
    }

    .brands-wrapper strong {
        padding: 12px 0 0;
    }

    .main-navigation-list{
        margin: 0;
    }

    .products-container {
        max-width: 640px;
    }

    .product {
        padding: 23px 15px 0;
    }

    .product-container{
        flex-direction: column;
    }

    .product-big-slider{
        margin: 0 auto;
    }

    .product-container-column, .product-container-column:first-child{
        max-width: 100%;
        margin: 0 0 15px;
    }

    .product-info-chapter h3::after{
        content: '';
        position: absolute;
        top: 4px;
        left: 5px;
        width: 14px;
        height: 9px;
        background: url("../images/arrow-down.svg") center no-repeat;
        transition: 0.5s;
    }

    .product-info-chapter h3.open::after{
        transform: rotate3d(1, 0, 0, -180deg);
    }

    .product-info-chapter-container-main{
        display: none;
    }

    .product-info-chapter-container > p, .product-info-chapter-container .product-info-technical-characteristics ul{
        margin: 18px 0 0 0;
    }
    .types-products .wrap-item-type{margin: 10px 0 0}
    .product-info-chapter-container-main .item-type p{padding: 2px 0 0}
    .product-info-standarts{
        margin: 24px 0 0 0;
    }

    .product-info-video{
        margin: 25px 0 0 0;
    }

    .product-info-files{
        margin: 24px 0 20px 0;
    }

    .product-info-files-item, .product-info-video-item{
        display: inline-flex;
    }

    .product-info-video-item a{
        display: block;
        width: 100%;
        height: 100%;
    }

    .product-info-chapter h3, .product-all-images h3{
        margin: 0;
    }
    .product-download-files .wrap-link-file{
        margin: 20px 0 0;
    }
    .product-download-files .list-file{margin: 0 0 30px 0;}
    .single-applications .product-download-files .list-file{margin: 0 0 10px 0;}
    .contact-info-item{
        padding: 10px;
        border: none;
    }
    .contact-info-item:nth-child(2){
        margin: 0;
    }

    .contact-info-item:hover{
        border: none;
    }

    .contact-info-item .contact-info-item-button {
        visibility: visible;
        opacity: 1;
        color: rgba(255, 255, 255, 1);
        transform: translateY(0);
    }

    .product-info-chapter-container-main p{
        padding: 17px 0 0 0;
    }

    .product-info-technical-characteristics ul{
        padding: 18px 0 0 0;
    }

    .products-section-header h3 {
        font-size: 35px;
    }

    .product-info-logo {
        margin: 0 auto;
    }
    .products-section-item{height: 312px;}
    .product-list-all .product-all-images-container{flex-direction: initial}
    .product-list-all .product-all-images-container li{
        width: calc( 100%/2 - 5px )
    }
    .product-inner .product-info-chapter{padding: 2px 0 30px 0;}
}
@media screen and (max-width: 850px) and (min-width: 768px){
    .logo{
        width: 257px;
    }
    .logo img{object-fit: contain}
    .brands-wrapper{left: 54%}
}

@media only screen and (max-width: 768px){
    h2{
        font-weight: 700;
        font-size: 26px;
        line-height: 0.8;
    }

    .header{
        /*padding: 16px 0;*/
        padding: 57px 0 16px;
    }

    .header.out{
        /*transform: translateY(-72px);*/
        transform: translateY(-113px);
    }

    .logo {
        margin: -4px 0 4px 0;
    }

    .search-block {
        margin: 3px 0 0 0;
    }

    .search-block .submit-wrapper {
        left: 3px;
    }

    .main-navigation{
        height: 38px;
        /*top: 70px;*/
        top: 145px;
    }

    .main-navigation.out{
        /*transform: translateY(-112px);*/
        transform: translateY(-155px);
    }

    .main-navigation-trigger{
        display: flex;
    }

    .main-navigation-wrapper{
        display: none;
    }

    .main-navigation-wrapper_mobile{
        display: block;
        height: 0;
    }

    .main-navigation-wrapper{
        height: 0;
    }

    .main-navigation-wrapper_mobile .close-button{
        display: flex;
    }

    .main-navigation-wrapper_mobile .close-button.open{
        visibility: visible;
        opacity: 1;
    }


    .main-navigation-list{
        position: relative;
        margin: 0 auto;
        /*max-height: 399px;*/
        /*height: 469px;*/
        display:block;
        columns: 2;
        padding: 60px 15px 20px;
        max-width: 100%;
        width: calc(100% - 30px);
        box-sizing: border-box;
        transition: 1s;
        background: rgba(0, 0, 0, 0.9);
        z-index: 1;
        transform: translateY(-150vh);
    }

    .main-navigation-list.open{
        transform: translateY(0);
    }

    .main-navigation-list-column{
        list-style: none;
        margin: 0;
        padding: 3px 0 0 0;
    }

    .main-navigation-list-column > li{
        display: inline-block;
        width: 100%;
        padding: 0;
        margin: 0 0 17px 0;
        font-size: 18px;
    }

    .main-navigation-list-column > li a{
        text-decoration: none;
        color: #eb5d12;
        padding: 0;
        display: inline;
    }

    .main-navigation-list-column  li:hover{
        background: transparent;
    }

    .main-navigation-list-column  li:hover ul li:hover{
        background: transparent;
    }

    .main-navigation-list-column li ul{
        position: static;
        top: 25px;
        height: auto;
        padding: 0;
        background: none;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        width: auto;
        display: flex;
        flex-direction: column;
        margin: 7px 0 0 0;
    }

    .main-navigation-list-column li ul li {
        transform: translateY(0);
        /*height: 25px;*/
        display: inline-flex;
        font-size: 18px;
        line-height: 18px;
        height: auto;
        margin: 0 0 7px 0;
    }

    .main-navigation-list-column li ul li:last-child{
        margin: 0;
    }

    .main-navigation-list-column  li ul li a{
        color: #fff;
        padding: 0 15px 0 0;
    }

    .top-section {
        /* padding: 112px 0 0 0;*/
        padding: 153px 0 0 0;
    }

    .top-section-image {
        height: 167px;
    }

    .top-section-container, .content-block-container{
        flex-wrap: wrap-reverse;
        min-height: auto;
    }

    .top-section-content, .top-section-slider, .content-block-image, .content-block-text{
        width: 100%;
    }

    .top-section-logo{
        min-height: 41px;
        padding: 0 45px 0 15px;
        white-space: nowrap;
    }

    .top-section-logo img {
        height: 32px;
        top: 50%;
        transform: translateY(0);
        right: 6px;
    }

    .top-section-logo h1 {
        margin: 7px 0 0 0;
        letter-spacing: 0px;
        font-size: 26px;
        line-height: 0.8px;
    }



    .top-section-content{
        min-height: 265px;
        padding: 30px 15px;
        box-sizing: border-box;
    }


    .top-section-content p{
        max-width: 100%;
        text-align: center;
        font-weight: 700;
        font-size: 26px;
        line-height: 34px;
    }

    .top-slider-item{
        min-height: 430px;
        flex-direction: column;
    }

    .top-slider-image {
        width: 100%;
    }

    .top-section-dots{
        display: none;
    }

    .top-slider-image img{
        width: 100%;
    }

    .content-block{
        padding: 32px 0 125px 0;
    }

    .content-block-container{
        margin: 30px 0 0 0;
    }

    .content-block-text {
        padding: 0 15px;
    }

    .content-block-text p {
        margin: 0 0 9px;
        max-width: 100%;
    }

    .content-block-image{
        padding: 0;
        text-align: center;
    }

    .content-block-text .button{
        position: absolute;
        bottom: 71px;
        left: 50%;
        transform: translateX(-50%);
    }

    .products-section-container {
        margin: 34px auto 0;
    }

    .products-section-row{
        flex-wrap: wrap-reverse;
        margin: 0 0 15px 0;
        gap: 15px;
    }

    .products-section-header h3 {
        font-size: 45px;
    }
    .home .products-section-item{max-width: none}
    .products-section-item {
        width: 100%;
    }
    .tax-product_cat .products-section-header img{top:37px}
    .article-section-banner{
        flex-direction: column;
        margin: 40px auto 0;
        height: auto;
    }

    .article-section-text-wrapper{
        padding: 32px 10px 31px;
    }

    .article-section-banner::before{
        width: 91%;
        height: 94.5%;
        z-index: 1;
    }

    .article-section-text, .article-section-image{
        width: 100%;
    }

    .article-section-image{
        height: 344px;
    }

    .article-section-text{
        position: relative;
    }

    .article-section-text p {
        font-size: 18px;
        line-height: 26px;
    }

    .article-section .button{
        bottom: -18px;
    }

    .article-section {
        padding: 0 15px;
    }

    .contact-us-section{
        padding: 41px 15px 69px;
    }

    .contact-us-section::before{
        top: 45.5%;
    }

    .contact-us-section-container{
        flex-direction: column;
        margin: 36px auto 0;
    }

    .contact-us-section-column{
        max-width: 100%;
    }

    .contact-us-section-container input{
        padding: 15px 8px 10px;
        height: 46px;
    }

    .contact-us-section-container input:first-child{
        margin: 0 0 23px 0;
    }

    .contact-us-section-container textarea {
        padding: 11px 8px 10px;
        margin: -5px 0 14px 0;
        height: 158px;
    }

    .contact-us-section .button{
        margin: -1px 0 0 0;
        max-width: 627px;
        width: 100%;
        padding: 16px 0 11px;
    }

    .footer {
        padding: 42px 0 0;
        font-size: 16px;
        line-height: 21px;
    }

    .footer-wrapper{
        flex-direction: column-reverse;
        padding: 0 15px 16px;
    }


    .footer-info{
        margin: -4px 0 0 0;
        max-width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .footer-navigation{
        display: none;
    }

    .footer-navigation-mobile {
        display: flex;
        width: 100%;
        position: relative;
    }

    .footer-navigation-mobile::before{
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        background: #b2b2b2;
        width: 100%;
        height: 2px;
    }

    .footer-navigation-list{
        width: 100%;
        max-height: 400px;
    }

    #menu-footer-mobile-column-2{
        margin: 0 14px 0 0;
    }

    .footer-info-social {
        margin: 0 0 5px 0;
        max-width: none;
    }

    .footer .social {
        margin: 22px -1px 0 0;
        justify-content: space-evenly;
    }
    .footer-logo    {
        width: 153px;
        height: 42px;
    }

    .footer-logo img{
        object-fit: contain;
    }
    .footer-info-contact {
        max-width: 255px;
        margin: 20px 0 0 30px;
    }

    .footer-navigation-list > li{
        box-sizing: border-box;
        padding: 0 20px 0 0;
    }

    .mobileBR{
        display: block;
    }

    .copyright-container {
        padding: 12px 0 10px;
    }

    .page-bunner {
        padding: 112px 0 45px 0;
    }

    .page-bunner-image {
        margin: 0 0 9px 0;
    }

    .page-bunner-container .bread-crumbs {
        margin: 0 14px 0 0;
    }

    .content-section-container {
        padding: 28px 0 60px 0;
    }

    .products, .downloads {
        padding: 35px 0 11px 0;
    }

    .products-filter, .downloads-filter{
        margin: 31px 0 35px 0;
    }

    .product {
        padding: 9px 0px 0;
    }

    .product-container .bread-crumbs {
        margin: 0 0 46px 0;
        padding: 0 15px;
    }
    .product-inner .product-container:nth-child(1),
    .product-container:nth-child(1) {
        padding: 0 0 32px 0;
    }

    .product-info {
        padding: 0;
    }
    .product-info-logo{
        margin: 0 auto;
        padding: 37px 0;
        width: 100%;
        background: #eaeaea;
    }

    .product-info-logo img{
        text-align: center;
    }

    .product-info-chapter{
        overflow: hidden;
        padding: 13px 0 14px 0;
        background: #eaeaea;
    }

    .product-info-chapter:last-child{
        padding: 13px 0 5px 0;
    }

    .product-info-technical-characteristics ul  {
        padding: 18px 0 0 0;
    }

    .product-info-chapter:nth-child(2) h3{
        margin: 0;
    }

    .product-info-chapter:last-child h3::before{
        display: none;
    }

    .product-info-chapter h3{
        text-indent: 1px;
        padding: 0 15px;
        margin: -6px 0 0 0;
    }

    .product-info-chapter h3::before{
        bottom: -5px;
        width: calc(100% - 30px);
        right: 50%;
        transform: translate(50%);
    }

    .product-info-chapter h3::after{
        left: 16px;
    }

    .product-info-chapter .product-info-chapter-container-main{
        padding: 0 16px;
    }

    .product-images {
        padding: 0 15px;
    }

    .product-big-slider-item-image .quaolity-mark{
        top: 6px;
        left: 6px;
        width: 75px;
        height: 75px;
    }

    .product-big-slider-item-image{
        height: 301px;
    }
    .product-inner .product-big-slider-item-image{height: auto}
    .main-slide-image{
        width: 96%;
    }

    .home .products-section-header .title-holder, .products-section-header .title-holder{
        padding: 0 20px 0 13px;
    }

    .home .products-section-header img, .products-section-header img{
        margin: 0 10px 0 0;
    }

    .products-section-header h3{
        padding: 3px 0 0;
    }

    .product-big-slider .slick-arrow{
        top: 163px;
        width: 0;
        height: 0;
        padding: 9px;
    }
    .single-product .product-big-slider .slick-arrow{top:50%}
    .product-big-slider .slick-prev {
        left: 6px;
    }

    .product-big-slider .slick-next {
        right: 4px;
    }

    .product-big-slider-item-about {
        padding: 8px 15px 2px;
    }

    .product-big-slider-item-about h3{
        width: 100%;
        font-weight: 400;
        font-size: 16px;
        line-height: 17px;
        margin: 0 auto;
    }

    .product-big-slider-item-quaolity{
        margin: 7px 0;
        justify-content: center;
    }

    .product-big-slider-item-quaolity-block{
        margin: 0 3px 0;
        padding: 5px;
        justify-content: center;
        width: 51px;
        height: 51px;
        box-sizing: border-box;
        min-height: auto;
    }

    .product-big-slider-item-quaolity-block h4{
        display: none;
    }

    .product-big-slider-item-quaolity-block img{
        width: 40px;
        height: 40px;
    }

    .product-all-images {
        margin: 23px 0 0 0;
    }

    .product-all-images-container li{
        max-height: 106px;
        max-width: 106px;
        width: 29vw;
        height: 29vw;
    }
    .product-list-all .product-all-images-container li{width: 100%;max-width: none}
    .posts{
        padding: 13px 15px 0;
    }

    .posts-intro {
        margin: 48px 0 40px 0;
    }
    .single-applications .posts-container{margin: 0 0 32px;}
    .single-applications .posts-intro{margin: 32px auto;}
    .posts-intro-header h1 {
        font-weight: 700;
        font-size: 35px;
        line-height: 40px;
    }

    .posts-intro-category {
        margin: 2px 1px 0 0;
    }

    .posts .products-item-category {
        margin: 3px 0 0 0;
    }

    .posts-intro-publication {
        margin: 28px 0 61px 0;
    }

    .post p{
        margin: 0 0 21px 0;
    }

    .post-image, figure.wp-block-image {
        margin: 0 0 50px 0;
    }

    #posts .products {
        padding: 78px 0 0 0;
    }

    #posts .products .button {
        margin: 44px 0 59px 0;
    }

    #category .container {
        margin: 9px auto 0;
    }

    #category .more-products {
        padding: 44px 15px 64px;
    }

    #category .more-products-container {
        margin: 26px auto 0;
    }

    #category .products-section {
        padding: 0 15px 13px;
    }

    #contact .container {
        margin: 12px auto 42px;
    }

    #contact .products-container .bread-crumbs, #contact .container .bread-crumbs {
        margin: 14px 0 0 0;
    }

    .contact-info-container{
        padding: 33px 0 17px;
        flex-direction: column;
        align-items: center;
        max-width: 600px;
    }

    .contact-info-item-container {
        padding: 17px 20px 13px;
    }

    .contact-info-item, .contact-info-item:nth-child(2) {
        width: 100%;
        padding: 0;
        margin: 0 0 20px 0;
    }

    .contact-info-item:last-child{
        margin: 0;
    }

    .contact-info-item-container address{
        margin: 0;
    }

    .disappear{
        display: none;
    }

    .contact-info-item:first-child .contact-info-item-container a{
        position: relative;
        display: inline-block;
    }

    .contact-info-item:first-child .contact-info-item-container a:nth-last-of-type(n+3)::after{
        content: ',';
        position: absolute;
        top: 0;
        left: -3px;
    }

    .search-results {
        padding: 12px 0 16px 0;
    }

    .search-results-header {
        margin: 42px 0 32px 0;
    }

    .search-results-row{
        padding: 44px 13px 8px;
    }

    .search-results-row h3{
        display: inline;
    }

    .search-results-text {
        margin: 7px 0 0 0;
    }

    .search-results-text a{
        display: block;
    }

    .search-results-date-wrapper{
        position: absolute;
        top: 13px;
        left: 15px;
    }

    .popup-form{
        padding: 65px 15px 0;
        top: 112px;
        height: calc(100% - 112px);
    }

    .popup-form .contact-us-section-column:first-child{
        margin: 0;
    }

    .nav-links {
        font-size: 19px;
        line-height: 1;
    }

    .nav-links .prev {
        margin: 0 9px 2px 0;
    }

    .nav-links .next {
        margin: 0 0 0 2px;
    }

    .more-products-item-disappear{
        display: none;
    }
    .form-static .wrap-block-data > p,
    .contact-us-section p{
        margin: 0 auto;
        max-width: 627px;
        width: 100%;
    }
    .contact-us-section-container.form-static textarea {
        margin: 5px 0 28px 0;}
    .form-static .wrap-block-data > p{
        margin: 0 0 23px;
    }
    .contact-us-section form.wpcf7-form .wpcf7-response-output{
        padding: 16px 0 11px;
        margin: -1px 0 0 0;
        max-width: 628px;
        width: 100%;
        height: 45px;
    }

    .more-products p{
        margin: 23px auto 0;
    }
    .page-template-applications .more-products > p{
        margin: 32px auto 0;
    }
    .page-template-applications .more-products-container{margin: 32px auto 0;}
    .main-navigation-list  li:hover ul li{
        height: auto;
    }

    .main-navigation-list li:hover ul li:hover a {
        color: #fff;
    }

    .section-404 h1{
        font-size: 28px;
        margin: 23px auto 18px;
    }

    .section-404 h2{
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
        margin: 0 0 8px;
    }

    .section-404 p {
        margin: 0 auto 39px;
        font-size: 18px;
        line-height: 28px;
    }

    .bg404 {
        margin: 0 auto 18px;
    }

    .brands-wrapper {
        align-items: center;
    }
    .brands-wrapper{
        top: -57px;
        left: 50%;
    }
    .brands-wrapper strong {
        padding: 0;
    }

    .brands-wrapper ul{
        max-height: 29px;
        margin: 0 10px 0 0;
    }

    .brands-wrapper ul img {
        max-height: 29px;
        width: auto;
    }

    .brands-wrapper ul li {
        padding: 0 8px;
    }

    .brands-wrapper ul li:first-child {
        padding: 0 0 0 8px;
    }

    .brands-wrapper ul li:last-child {
        padding: 0 8px 0 0;
    }
    .single-applications .wp-caption{
        width: 100% !important;
        text-align: center;
    }

}

@media only screen and (max-width: 680px){
    .products-container {
        max-width: 310px;
    }

    .more-products {
        padding: 24px 15px 30px;
    }

    .more-products-container, .downloads-container{
        margin: 32px auto 0;
        max-width: none;
        gap: 14px 0;
        padding: 0;
    }
    .downloads-container{
        padding: 0 10px;
    }
    .more-products-item, .downloads-item  {
        flex: none;
        width: calc(50% - 16px);
        margin: 0 8px;
        height: calc(50vw - 23px);
    }
    .downloads-item{
        background: #e1dde1;
        height: calc(50vw - 26px);
        overflow: hidden;
    }
    .more-products-item{
        padding: 0 0 46px;
        box-sizing: border-box;
        height: calc(50vw - 31px);
    }

    .downloads-item-bunner{
        padding: 0 0 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
    }
    .downloads-item-bunner img{
        /*max-width: 75%;*/
        /*max-height: 75%;*/
        display: block;
        margin: 0 auto;
    }
    .downloads-item-content .products-item-category h4 {
        display: none;
    }
    .products-item-category-block{
        float: none;
        padding: 0 6px 0 0;
    }
    .products-item-category-image{
        width: 35px;
        height: 35px;
    }

    .more-products-item-header{
        padding: 11px 5px 5px;
    }
    .single-applications .more-products-item-header {
        min-height: 40px;
    }
    .single-applications .more-products-item {
        padding: 0 0 40px;
    }
    .more-products-item-header h4, .more-products-item-header h4 span {
        font-size: 14px;
        line-height: 16px;
    }

    .more-products-item-image{
        height: 100%;
        width: 100%;
    }

    .more-products-item > p{
        margin: 2px;
        height: calc(100% - 28px);
        padding: 20px 15px 0;
        font-size: 10px;
        line-height: 10px;
    }

    .more-products-item > a{
        bottom: 40px;
    }

    .footer-navigation{
        flex-wrap: wrap;
    }

    .footer-navigation-list {
        width: 48%;
        margin: 0 1px 0 0;
    }

    .copyright-container .links{
        display: none;
    }

    #menu-footer-menu{
        order: 1;
    }
    #menu-footer-column-2{
        margin: -74px 1px 0 0;
        order: 3;
    }
    #menu-footer-column-3{
        order: 2;
    }

    #menu-footer-nav{
        display: none;
    }

    .downloads-item-header h3{
        min-height: 70px;
        height: auto;
        padding: 5px 0 0 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        line-height: 16px;
    }
}

@media only screen and (max-width: 600px){
    .search-block{
        width: 43.6%;
        height: 33px;
    }

    .product-all-images-container{
        margin: 16px -1px 0;
        gap: 15px 14px;
    }

    .downloads-filter-container{
        flex-wrap: wrap;
    }
    .logo {
        width: 153px;
        height: 42px;
    }
    .logo img{
        width: 100%;
        height: auto;
    }
    .main-navigation{
        top: 113px;
    }
    .form-static .checked-message-block .wpcf7-list-item{
        width: calc(100%/3 - 16px);
        margin: 0 14px 10px 0;
    }
    .single .product-download-files .wrap-link-file {
        gap: 26px;
    }
    .product-download-files .list-file{
        width: 100%;
        margin: 0;
        margin: 0;
    }
    .product-download-files .list-file:after{
        display: none;
    }
}

@media only screen and (max-width: 480px){
    .top-slider-item img, .products-section-item{
        height: 166px;
    }

    .products-section-header .title-holder {
        padding: 0 52px 0 26px;
        min-height: 41px;
        max-width: 95%;
    }

    .products-section-header img{
        /*top: 5px;*/
        left: 5px;
        height: 32px;
        max-width: 34px;
    }
    .home .products-section-header img{max-width: 61px}

    .products-section-header h3 {
        margin: 6px 0 0 0;
        font-weight: 700;
        font-size: 24px;
        line-height: 1.2;
    }


    .footer-info-contact {
        margin: 0 3px -7px 0;
        max-width: 129px;
        font-size: 13px;
        line-height: 20px;
    }

    .copyright-container p:last-child{
        display: none;
    }

    .footer-info-social {
        margin: 35px 0 0 0;
    }

    .section-404 {
        min-height: calc(100vh - 387px);
    }
    .downloads-item {
        max-width: 300px;
        margin: 0 auto;
    }
    .form-static .checked-message-block .wpcf7-list-item {
        width: calc(100%/2 - 16px);}
}

@media only screen and (max-width: 374px){
   .more-products-container {
        max-width: 300px;
    }

    .more-products-item, .downloads-item {
        flex: 0 1 137px;
    }
    .single-applications .more-products-item {
        margin: 0 auto;
        flex: 0 0 140px;
    }
    .downloads-item{
        height: calc(50vw - 11px);
        flex: none;
    }

    .downloads-item-header h3 {
        min-height: 73px;
        /* margin: 2px 0 0 0;*/
    }

    .more-products-item-image {
        height: 112px;
        padding: 12px;
    }

    .single-applications .more-products-item-image{height: 106px}
    .more-products-item > p{
        padding: 10px 15px 0;
    }

    .more-products-item > a{
        padding: 7px 0 1px;
        bottom: 33px;
    }
    .footer-logo {
        width: 124px;
        height: 42px;
    }
    /*.footer-info{
        flex-wrap: wrap;
    }
    .footer-info-contact,
    .footer-info-social{
        width: 100%;
    }*/
}
.otgs-development-site-front-end, .wpml-ls-statics-footer{
    display: none;
}
.contact-us-section .form_item.ltr.en:nth-child(3){
    display: block !important;
}
.wp-admin .item.type-product{width: 80px;flex-direction: row-reverse}
