:root{
    --color-black: #333;
    --color-blue: #4686BD;
    --color-sea: #609E95;
    --color-sea-light: #E5EEF1;
    --color-green: #88C354;
    --color-gray: #717786;
    --fs-h1: 44px;
    --fs-h2: 32px;
    --fs-h3: 24px;
    --fs-subtitle: 22px;
    --fs-button: 20px;
    --fs-h4: 18px;
    --fs-txt: 16px;
    --fs-txt-mob: 14px;
    --fw-extrabold: 800;
    --fw-bold: 700;
    --fw-semibold: 600;
    --fw-regular: 400;
}
/* загальні стилі start */
body {
    font-family: 'Myriad Pro', Arial, sans-serif;
    color: var(--color-black);
    font-size: var(--fs-txt);

}
.semibold{
    font-weight: var(--fw-semibold);
}
.bold{
    font-weight: var(--fw-bold);
}
.extrabold{
    font-weight: var(--fw-extrabold);
}
h1, .h1, h2, .h2, h3, .h3{
    line-height: 1.2;
}
h1, .h1{
    font-size: var(--fs-h1);
    font-weight: var(--fw-bold);
}
h2, .h2{
    font-size: var(--fs-h2);
    font-weight: var(--fw-semibold);
}
h3, .h3{
    font-size: var(--fs-h3);
    font-weight: var(--fw-semibold);
}
#wrapper{

}
#wrapper .breadcrumb{
    margin-bottom: 24px;
}
.breadcrumb li{
    position: relative;
    padding-right: 39px;
    margin-right: 20px;

}
.breadcrumb li,
.breadcrumb li a,
.breadcrumb li span{
    display: inline-block;
    line-height: 1;
}
#wrapper .breadcrumb li a:hover span{
    color: var(--color-blue);
    text-decoration: underline;
}
.breadcrumb li.current_page span{
    color: var(--color-blue);
    font-weight: var(--fw-semibold);
}
#wrapper .breadcrumb li::after{
    display: block;
    width: 19px;
    height: 2px;
    border-radius: 2px;
    content: '';
    background: var(--color-blue);
    position: absolute;
    right: 0;
    top: 50%;
    padding: 0;
    margin: 0;
    opacity: 1;
    transform: translateX(-4px);
}
#wrapper .breadcrumb li.current_page:after{
    display: none;
}
/* загальні стилі end */

/* header + menu start */
header#header{
    background-image: url("/img/background/header-bg.jpg");
    background-position: left top;
    background-size: cover;
}

#iqitmegamenu-horizontal .cbp-vertical-title{
    display: inline-block;
    line-height: 24px;
    height: 24px;
    background: transparent;
    font-style: normal;
    position: relative;
    padding-left: 30px;

}
#iqitmegamenu-horizontal .cbp-vertical-title:before{
    display: block;
    width: 24px;
    height: 24px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url("/img/custom/burger.svg") center no-repeat;
    background-size: cover;
}
#desktop-header #cbp-hrmenu li a.nav-link .cbp-tab-title{
   font-weight: var(--fw-regular);
    text-transform: none;
    white-space: nowrap;
}
#desktop-header #cbp-hrmenu li a.nav-link:hover .cbp-tab-title{
    text-decoration: underline;
    color: #fff;
}
#desktop-header .header-logo img{
    max-width: 100%;
}
#desktop-header .search-language > div{
    padding: 5px 18px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;

}
#desktop-header .search-language #language_selector{
    border-left: none;

}
#desktop-header .search-language div#language_selector a{
    color: #fff;
    display: inline-block;
    line-height: 24px;
    font-size: var(--fs-txt);
}
#desktop-header .search-language div#language_selector a span{
    display: inline-block;
    padding-left: 8px

}
#desktop-header .search-language div#language_selector a img{
    transition: all 0.5s ease-in-out;
}
#desktop-header .search-language div#language_selector a:hover img{
    transform: rotate(360deg);
    transition: all 0.6s ease-in-out;
}
#desktop-header #iqitmegamenu-horizontal #cbp-hrmenu1-ul{
    padding: 16px;
    border-radius: 10px;
    top: 30px;
    width: 404px;
    max-width: 404px;
}
#desktop-header #iqitmegamenu-horizontal #cbp-hrmenu1-ul > li > a{
    border-radius: 10px;
    padding: 6px 12px;
}
#desktop-header #iqitmegamenu-horizontal #cbp-hrmenu1-ul > li > a span{
    position: relative;
    padding-left: 39px;
    display: inline-block;
    line-height: 27px;
    white-space: nowrap;
}
#desktop-header #iqitmegamenu-horizontal #cbp-hrmenu1-ul > li > a span:before{
    display: block;
    width: 27px;
    height: 27px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url("/img/custom/mark-line.svg") center no-repeat;
    background-size: cover;

}
#header #desktop-header #language_selector .language-selector-wrapper .dropdown-menu{
    border-radius: 10px;
    top: 35px!important;
    left: -78px!important;
    border: none;
    padding: 16px;
    box-shadow: 2px 2px 40px 0 rgba(113, 119, 134, 0.25);
}
#header  #desktop-header #language_selector .dropdown-menu ul{

}

#header #desktop-header #language_selector .dropdown-menu ul > li > a{
    display: block;
    width: 148px;
    height: 45px;
    line-height: 45px;
   padding: 0;
    border-bottom: none;
    color: var(--color-black);
    text-align: center;
    border-radius: 10px;
}
#desktop-header #language_selector .dropdown-menu ul > li.current > a{
    font-weight: var(--fw-semibold);
    border-radius: 10px;
}
#desktop-header #language_selector .dropdown-menu ul > li > a:hover{
    background: var(--color-sea-light);
}
#desktop-header .search-language  #header-search-btn .dropdown-search{
    padding: 16px;
    border-radius: 10px;
    border: none;
    box-shadow: 2px 2px 40px 0 rgba(113, 119, 134, 0.25);
    top: 35px!important;

}
#desktop-header .search-language  #header-search-btn .dropdown-search .form-search-control{
    border-radius: 10px;
    border: 1px solid var(--color-sea-light);
}
#desktop-header .search-language  #header-search-btn .dropdown-search button.search-btn{
    background: var(--color-sea-light);
    border-radius: 0 10px 10px 0;
}
#desktop-header .search-language  #header-search-btn .dropdown-search button.search-btn:hover{
    background: #ebf1e5;
}
/* header + menu end */

/* product-page start */
#product #wrapper{
    background-image: url("/img/background/background_product_top.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
}
#product #product-images-large img{
    width: 100%;
    margin: 0;
    border-radius: 12px;
    border: 1px solid #DCE9E8;
}
#product #product-images-thumbs img.thumb{
    border: 1px solid #DCE9E8;
    border-radius: 8px;
}
#product #product-images-thumbs .swiper-slide-thumb-active img.thumb{
    border: 1px solid var(--color-sea);
}
#product .product-additional-info{
    padding-top: 0;
    border-top: none;
}
#product #showOneClickCheckout {

   /* display: inline-block;
    width: 320px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    padding: 0;
    border-radius: 8px;
    border: 1px solid transparent;*/
}

#product #showOneClickCheckout span {
    text-align: center;
    position: relative;
    display: inline-block;
    line-height: 58px;
    height: 58px;
    padding-right: 34px;
    font-size: var(--fs-button);
    font-weight: var(--fw-bold);
}
#product #showOneClickCheckout span:after{
    display: block;
    width: 24px;
    height: 24px;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("/img/custom/arrow-right.svg") center no-repeat;
    background-size: cover;
}
#product #product_button_wrapper #pdf-instruction_btn a{
    color: var(--color-black);
    display: inline-block;
    width: 100%;
    height: 58px;
    line-height: 58px;
    text-align: center;
    padding: 0;
    border-radius: 8px;
    background: var(--color-sea-light);
    font-size: var(--fs-button);
    border: 1px solid transparent;

}

#product #product_button_wrapper #pdf-instruction_btn a span{
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding-right: 34px;
}
#product #product_button_wrapper #pdf-instruction_btn a span:after{
    display: block;
    width: 24px;
    height: 24px;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: url("/img/custom/download-green.svg") center no-repeat;
    background-size: cover;
}
#product #product_button_wrapper #pdf-instruction_btn a:hover{
    border: 1px solid var(--color-sea);

}
#product #product_button_wrapper #pdf-instruction_btn a:hover span:after{
    background: url("/img/custom/download-blue.svg") center no-repeat;
    background-size: cover;
}
#product #product-images-thumbs{
    padding-top: 24px;
}
#product .product_header_container{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
#product .product_header_container span.category a{
    color: var(--color-gray);
    display: inline-block;
    text-transform: uppercase;
    line-height: 40px;
    height: 40px;
    padding: 0 24px;
    margin-bottom: 24px;
    border-radius: 8px;
    background: -webkit-linear-gradient(left, #D7E7DC 0%, #C9DDE2 50%, #C8DAEA 100%);
    background: -moz-linear-gradient(left, #D7E7DC 0%, #C9DDE2 50%, #C8DAEA 100%);
    background: -o-linear-gradient(left, #D7E7DC 0%, #C9DDE2 50%, #C8DAEA 100%);
    background: linear-gradient(to right, #D7E7DC 0%, #C9DDE2 50%, #C8DAEA 100%);
}
#product .product_header_container span.category a:hover{
    background: var(--color-sea-light);
}
#product h1.h1.product-title{
    color: var(--color-blue);
    margin-bottom: 16px;
}
#product .product-manufacturer-name a{
    display: inline-block;
    border-radius: 8px;
    border: 2px solid #DCE9E8;
    font-weight: var(--fw-semibold);
    font-size: var(--fs-txt);
    padding: 6px 12px;
    color: var(--color-gray);
}
#product .product-manufacturer-name a:hover{
    background: var(--color-sea-light);
}
#product .full_product_name h2{
font-size: var(--fs-h3);
    font-weight: var(--fw-semibold);
    margin-top: 16px;
    margin-bottom: 24px;
}
#product .full_product_name h2 p{
    margin-bottom: 0;
}
#product #product_button_wrapper{
    margin-bottom: 24px;
}
#product #product_button_wrapper > div{
    width: 49%;
}
#product #product_button_wrapper #onclick_btn{
    display: inline-block;
    background: var(--color-green);
    width: 330px;
    text-align: center;
    border-radius: 12px;
}

#product #product_button_wrapper .contactform-btn{
    display: block;
    margin-top: 0;
    line-height: 24px;
    height: 24px;
    padding: 17px 24px;
    color: #fff;

}
#product #product_button_wrapper .contactform-btn span{
    position: relative;
    display: inline-block;
    line-height: 24px;
    font-size: var(--fs-button);
    font-weight: var(--fw-semibold);
    padding-right: 34px;
    margin-top: 0;
}
#product #product_button_wrapper .contactform-btn span:after{
    display: block;
    width: 24px;
    height: 24px;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url('/img/custom/arrow-right.svg') center no-repeat;
    background-size: cover;
}

#product #product_button_wrapper #onclick_btn:hover{
    background: var(--color-sea);
}

#product #product_button_wrapper #onclick_btn span.product-order-name{
    display: block;
    font-size: var(--fs-h2);
    line-height: 1.3;
    text-align: center;
    margin-bottom: 16px;
    text-transform: uppercase;
    color: var(--color-blue);
}
#product #product_button_wrapper #onclick_btn span.product-order-name span{
    font-weight: var(--fw-semibold);
    padding-left: 8px;
}
#product #product_button_wrapper #onclick_btn input.form-control {
    width: 100%;
    line-height: 44px;
    height: 44px;
    background: #fff;
    border: 1px solid #DCE9E8;
    font-size: 16px;
    color: var(--color-black);
    text-indent: 5px;
    border-radius: 10px;
    margin-bottom: 4px;
    padding: 4px 24px;

}
#product #product_button_wrapper #onclick_btn label{
    font-weight: var(--fw-regular);
}
#product .rte-content.product-description,
#product .rte-content.product-description p{
    line-height: 1.4;
}
#product .rte-content.product-description p{
    margin-bottom: 24px;
}
#product .rte-content.product-description ul{
    padding: 0;
    margin-bottom: 24px;
}
#product .rte-content.product-description ul li{
    position: relative;
    padding-left: 34px;
    display: block;
    line-height: 24px;
    white-space: nowrap;
    margin-bottom: 4px;
}
#product .rte-content.product-description ul li:before{
    display: block;
    width: 24px;
    height: 24px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url('/img/custom/mark-line.svg') center no-repeat;
    background-size: cover;
}
#product .product-info-row{
    margin-bottom: 35px;
}

#product section.product-features,
#product section.product-variants{
    /*background: linear-gradient(to right, #E1EEDF 0%, #D7E5F0 100%);*/
    border: 1px solid #DCE9E8;
    border-radius: 8px;
    padding: 24px;
    background: #ffffff;
}
#product section.product-variants{
    margin-top: 24px;
}
#product section h3.section-title-h3{
    font-size: var(--fs-h3);
    line-height: 24px;
position: relative;
    padding-left: 34px;
    text-transform: uppercase;
    font-weight: var(--fw-semibold);
    color: var(--color-blue);
    margin-bottom: 16px;
}
#product section h3.section-title-h3:before{
    display: block;
    width: 24px;
    height: 24px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
    background-size: cover;
}
#product section.product-features h3.section-title-h3:before{
    background: url("/img/custom/gear.svg") center no-repeat;
    background-size: cover;
}
#product section.product-variants h3.section-title-h3:before{
    background: url("/img/custom/vatiants.svg") center no-repeat;
    background-size: cover;
}
#product section.product-features ul.features{
    column-count: 2;
}
#product section.product-features ul.features li{
    justify-content: space-between;
    padding: 8px 0;
    border-top: 1px solid var(--color-sea-light);
}
#product section.product-features ul.features li  span{
    display: inline-block;
    line-height: 22px;
}
#product section.product-features ul.features li span.value{
    font-weight: var(--fw-semibold);
    width: 60%;
}
#product section.product-features ul.features li span.value a{
    color: var(--color-blue);
}
#product section.product-variants .table-variants{
    width: 100%;
}
#product section.product-variants .table-variants thead{
    background: -webkit-linear-gradient(left, #D7E7DC 0%, #C9DDE2 50%, #C8DAEA 100%);
    background: -moz-linear-gradient(left, #D7E7DC 0%, #C9DDE2 50%, #C8DAEA 100%);
    background: -o-linear-gradient(left, #D7E7DC 0%, #C9DDE2 50%, #C8DAEA 100%);
    background: linear-gradient(to right, #D7E7DC 0%, #C9DDE2 50%, #C8DAEA 100%);
    border-radius: 8px;

}
#product section.product-variants .table-variants thead th{
    font-size: var(--fs-h4);
    font-weight: var(--fw-regular);
    color: var(--color-gray);
    line-height: 18px;
    padding: 8px 24px;
    text-transform: uppercase;
}
#product section.product-variants .table-variants td{
    padding: 8px 24px;
    line-height: 22px;
}
#product section.product-variants .table-variants tbody tr{
    border-bottom: 1px solid var(--color-sea-light);
}
#product #product_marketing_section{
    margin-top: 90px;
    margin-bottom: 90px;
    width: 100vw;
    left: 50%;
    position: relative;
    margin-left: -50vw;
    background-image: url('/img/background/frame-bg.jpg');
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0;
    color: #fff;
}
#product_marketing_section h3{
    font-size: var(--fs-h3);
    font-weight: var(--fw-semibold);
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 18px;
}
#product_marketing_section h3 span.bold{
    font-weight: var(--fw-bold);
    color: var(--color-green);
}
#product_marketing_section a.btn_arrow{
    display: inline-block;
    line-height: 30px;
    padding: 15px 32px;
    background: var(--color-green);
    margin-top: 30px;
    border-radius: 8px;
    color: #fff;
}
#product_marketing_section a.btn_arrow:hover{
    color: #fff;
    background: var(--color-sea);
}
#product_marketing_section a.btn_arrow span{
    text-align: center;
    position: relative;
    display: inline-block;
    line-height: 30px;
    height: 30px;
    padding-right: 34px;
    font-size: var(--fs-button);
}
#product_marketing_section a.btn_arrow span:after{
    display: block;
    width: 24px;
    height: 24px;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url('/img/custom/arrow-right.svg') center no-repeat;
    background-size: cover;
}
#product section.product-accessories p.section-title{
    font-size: var(--fs-h2);
    position: relative;
    padding-left: 118px;
    padding-bottom: 0;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: var(--fw-semibold);
    color: var(--color-blue);
    margin-bottom: 16px;
}
#product section.product-accessories p.section-title:before{
    display: block;
    width: 94px;
    height: 38px;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url('/img/custom/title-mark.svg') center no-repeat;
    background-size: cover;
}
#oneclick_popup_wrapper input[type=checkbox]{
box-shadow: none;
    border: 1px solid var(--color-gray);
    width: 20px;
    height: 20px;
    min-width: 20px;
    display: inline-block;
    background: #fff;
    border-radius: 2px;
}
#oneclick_popup_wrapper input[type=checkbox] + span:not(.agree-text){
    display: inline-block;
    width: 20px;
    height: 20px;
    min-width: 20px;
    line-height: 20px;
}
#oneclick_popup_wrapper input[type=checkbox]:checked+span .checkbox-checked{
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}
#oneclick_popup_wrapper span.agree-text{
    display: inline-block;
    padding-left: 16px;
}
#product .ctf-popup-content .submit-wrapper{
    display: block;
    position: relative;
    width: 330px;
    margin: 0 auto;
}
#product .ctf-popup-content input[type="submit"]{
    display: inline-block;
    background: var(--color-green);
    width: 330px;
    text-align: center;
    border-radius: 12px;
    margin-top: 16px;
    margin-bottom: 0;
    line-height: 58px;
    height: 58px;
    color: #fff;
    font-size: var(--fs-button);
    font-weight: var(--fw-semibold);
    padding: 0 24px;
    text-transform: none;
}

#product .ctf-popup-content .submit-wrapper:after{
    display: block;
    width: 24px;
    height: 24px;
    content: '';
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    background: url('/img/custom/arrow-right.svg') center no-repeat;
    background-size: cover;
    z-index: 9999;
}
#product .ctf-popup-content input[type="submit"]:hover{
    background: var(--color-sea);
}

#product .ctf-popup-content  .alert.alert-success{
    background: var(--color-green);
    color: #fff;
    padding: 16px;
    text-align: center;
    border-radius: 12px;
    border: none;
}
#product aside#notifications article.alert-danger{
    display: none;
}
/* product-page end */


/* product card article start*/
article.article-custom{
    background: #fff;
    border-radius: 8px;
}

article.article-custom span.h3.product-title{

}

article.article-custom span.h3.product-title a{
    display: block;
    font-size: var(--fs-h3);
    color: var(--color-blue);
    line-height: 1;
    margin: 12px 0;

    font-weight: var(--fw-semibold);
}
article.article-custom  div.product-category{
    min-height: 44px;
}
article.article-custom  .product-category span.category{
    color: var(--color-gray);
    display: inline-block;
    text-transform: uppercase;
    padding: 2px 12px;
    /*margin-bottom: 12px;*/
    border-radius: 8px;
    background: linear-gradient(to right, #D7E7DC 0%, #C9DDE2 50%, #C8DAEA 100%);
}
article.article-custom .full_name p,
article.article-custom .full_name div{
    color: var(--color-gray);
    font-weight: 400;
    font-size: var(--fs-txt-mob);
    text-align: left;
    margin-bottom: 16px;
    min-height: 40px;
}
article.article-custom ul.article-features{
min-height: 68px;
}
article.article-custom ul.article-features li{
font-size: var(--fs-txt-mob);
    margin-bottom: 4px;
}
article.article-custom ul.article-features li span.value{
    color: var(--color-blue);
    font-weight: var(--fw-semibold);
}
article.article-custom .article-btn a{
    display: inline-block;
    line-height: 36px;
    height: 36px;
    font-size: var(--fs-txt);
    background: var(--color-green);
    padding: 0 24px;
    text-transform: none;
    border-radius: 8px;
    margin-top: 16px;
}
article.article-custom .article-btn a:hover{
    background: var(--color-sea);
}
article.article-custom .article-btn a span{
    position: relative;
    display: inline-block;
    line-height: 24px;
    height: 24px;
    padding-right: 34px;
    color: #fff;

}
article.article-custom .article-btn a span:before{
    display: block;
    width: 24px;
    height: 24px;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url('/img/custom/arrow-right.svg') center no-repeat;
    background-size: cover;
}
.product-miniature:hover {
    transform: scale(1.015);
    transition: all 0.3s ease-in-out;
}
.product-miniature .product-thumbnail img {
    border-radius: 12px;
    margin-bottom: 8px;
}

/* product card article end */


/* category start */
#category #wrapper{
    background-image: url("/img/background/background_product_top.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
}
#category #category_top_info{
    margin-bottom: 45px;
    width: 100vw;
    left: 50%;
    position: relative;
    margin-left: -50vw;
    background-image: url('/img/background/frame-bg-light.jpg');
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 45px 0;
}
#category #wrapper .breadcrumb{
    margin-bottom: 0;
}
#category #category_top_info img{
    width: 100%;
    margin: 0;
    border-radius: 12px;
    border: 1px solid #DCE9E8;
}
#category #category_top_info h1.category-title{
    font-size: var(--fs-h1);
    position: relative;
    padding-left: 118px;
    padding-bottom: 0;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: var(--fw-semibold);
    color: var(--color-blue);
    margin-bottom: 20px;
}
#category #category_top_info h1.category-title:before{
    display: block;
    width: 94px;
    height: 38px;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url('/img/custom/title-mark.svg') center no-repeat;
    background-size: cover;
}
#category #category_top_info .category-description h2,
#category #category_top_info .category-description p{
    font-size: var(--fs-txt);
    margin-bottom: 16px;

}
#category #category_top_info .category-description span.bold{
    font-weight: var(--fw-bold);
}
#category  #subcategories_wrapper a.subcategory-name{
    display: block;
    min-height: 74px;
    border: 1px solid #DCE9E8;
    border-radius: 8px;
    text-align: center;
    color: var(--color-blue);
    text-transform: uppercase;
    font-weight: var(--fw-semibold);
    background: #fff;
    padding: 16px;
}
#category  #subcategories_wrapper a.subcategory-name:hover{
    background: var(--color-blue);
    border: 1px solid var(--color-blue);
    color: #fff;
}
#category #left-column{
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #DCE9E8;
    background: #EBF3F3;
    max-width: 330px;
    margin-right: calc(25% - 330px);
}
#category #left-column .block{
    margin-right: 0;
    margin-bottom: 0;
    background: none;

}
#category #left-column .facete_title{
    padding-left: 15px;
    margin-bottom: 14px;
}
#category #left-column .facete_title span{
    display: inline-block;
    position: relative;
    font-size: var(--fs-h3);
    font-weight: var(--fw-semibold);
    color: var(--color-blue);
    text-transform: uppercase;
    padding-left: 42px;
    line-height: 30px;
}
#category #left-column .facete_title span:before{
    display: block;
    width: 30px;
    height: 30px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url("/img/custom/filtr.svg") center no-repeat;
    background-size: cover;
}
#category #left-column #facets_search_wrapper .facet-type-checkbox li > span.facet-label{
    display: flex;
    align-items: center;
}
#category #left-column #facets_search_wrapper .facet-type-checkbox li.facet_hiden{
    display: none;
}
#category #left-column #facets_search_wrapper .facet_all{
    display: inline-block;
    color: var(--color-blue);
    position: relative;
    padding-right: 32px;
    font-weight: var(--fw-semibold);
    line-height: 24px;
    text-decoration: underline;
    margin-top: 6px;

}
#category #left-column #facets_search_wrapper .facet_all:hover{
    text-decoration: none;
    cursor: pointer;
}
#category #left-column #facets_search_wrapper .facet_all:after{
    display: block;
    width: 24px;
    height: 24px;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: url("/img/custom/arrow-down.svg") center no-repeat;
    background-size: cover;
}
#category #left-column #facets_search_wrapper span.custom-checkbox{
    display: block;
    width: 30px;
    height: 30px;
    border: none;
}
#category #left-column #facets_search_wrapper .custom-checkbox input[type=checkbox]{
    margin-top: 0;
    width: 30px;
    height: 30px;
}

#category #left-column #facets_search_wrapper .custom-checkbox input[type=checkbox] + span{
    position: relative;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0;
    background: none!important;
    border: none;
    box-shadow: none;
}

#category #left-column #facets_search_wrapper .custom-checkbox input[type=checkbox] + span:before{
    display: block;
    width: 30px;
    height: 30px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url("/img/custom/facet_check.svg") center no-repeat;
    background-size: cover;
}
#category #left-column #facets_search_wrapper .custom-checkbox input[type=checkbox][checked] + span:before{
    background: url("/img/custom/facet_cheked.svg") center no-repeat;
    background-size: cover;
}
#category #left-column #facets_search_wrapper span.facet-label a.search-link{
    display: block;
    padding-left: 5px;
    color: var(--color-black);
    font-size: var(--fs-txt);
}
#category #facets_search_wrapper .block-title.h4{
display: inline-block;
    font-size: var(--fs-subtitle);
    color: var(--color-gray);
    text-transform: uppercase;
    margin-bottom: 16px;
    padding-bottom: 0;
    font-weight: var(--fw-semibold);
 }
#category .alert.alert-warning{
    background: var(--color-sea);
    padding: 24px;
    border-radius: 8px;
    color: #fff;
    font-size: var(--fs-button);
    font-weight: var(--fw-semibold);
    border: none;
    text-align: center;
}
/* category end */

/* homepage start */

.homepage_carusel-wrapper .swiper-pagination span.swiper-pagination-bullet{
    display: inline-block;
    width: 94px;
    height: 6px;
    border-radius: 3px;
    opacity: 0.5;
    margin: 0 5px;
}
.homepage_carusel-wrapper .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active{
    opacity: 1;
}
.homepage_about_section .homepage_about_content_column{
    padding-left: 118px;
}
.homepage_about_section .homepage_about_title h1{
    font-size: var(--fs-h1);
    position: relative;
    padding-bottom: 0;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: var(--fw-semibold);
    color: var(--color-blue);
    margin-bottom: 20px;
}

.homepage_about_section .homepage_about_title h1:before{
    display: block;
    width: 94px;
    height: 38px;
    content: '';
    position: absolute;
    left: -118px;
    top: 50%;
    transform: translateY(-50%);
    background: url('/img/custom/title-mark.svg') center no-repeat;
    background-size: cover;
}
.homepage_about_section .homepage_about_btn-wrapper p.homepage_about_btn{
    margin-bottom: 0;
    display: inline-block;
    text-align: center;
}
.homepage_about_section .homepage_about_btn-wrapper p.homepage_about_btn a{
    display: inline-block;
    width: 330px;
    line-height: 58px;
    height: 58px;
    font-size: var(--fs-txt);
    background: var(--color-green);
    padding: 0 24px;
    text-transform: none;
    border-radius: 8px;
}
.homepage_about_section .homepage_about_btn-wrapper p.homepage_about_btn a:hover{
    background: var(--color-sea);
}
.homepage_about_section .homepage_about_btn-wrapper p.homepage_about_btn a span{
    position: relative;
    display: inline-block;
    line-height: 24px;
    height: 24px;
    padding-right: 34px;
    color: #fff;
}
.homepage_about_section .homepage_about_btn-wrapper p.homepage_about_btn a span:after{
    display: block;
    width: 24px;
    height: 24px;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url('/img/custom/arrow-right.svg') center no-repeat;
    background-size: cover;
}
.homepage_about_section .homepage_advantage_wrapper{
margin: 0 -15px;
}
.homepage_about_section .advantage_column .elementor-column-wrap .elementor-widget-wrap{
    height: 100%;
padding: 12px 24px;
   border-radius: 8px;
    background: var(--color-sea-light);

}
.homepage_about_section .advantage_column .elementor-column-wrap .advantage_image{
    margin-bottom: 10px;
}
.homepage_about_section .homepage_advantage p{
    text-transform: uppercase;
}
.homepage_category_section_wrapper .homepage_category_title h3{
    text-transform: uppercase;
    font-size: var(--fs-h2);
    font-weight: var(--fw-semibold);
    position: relative;
    padding-left: 118px;
    margin-bottom: 24px;
}
.homepage_category_title h3:before{
    display: block;
    width: 94px;
    height: 38px;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url('/img/custom/title_mark_white.svg') center no-repeat;
    background-size: cover;
}
.homepage_category_section{
margin: 0 -15px;
}
.homepage_category_img a{
display: block;
}

.homepage_category_name .elementor-widget-container p a{
    display: block;
    padding: 10px 0;
    color: #fff;
    background: var(--color-green);
    font-weight: var(--fw-semibold);
    border-radius: 0 0 10px 10px;
}
.homepage_category_img a:hover img{
    filter: saturate(220%);
    -webkit-filter: saturate(220%);
    -moz-filter: saturate(220%);
    transition: all 0.25s ease-in-out;
}
.homepage_category_name .elementor-widget-container p a:hover{
    background: var(--color-sea);
}
.homepage_product_carusel_wrapper .homepage_product_carusel_title h2{
    text-transform: uppercase;
    font-size: var(--fs-h2);
    font-weight: var(--fw-semibold);
    position: relative;
    padding-left: 118px;
    margin-bottom: 24px;
    color: var(--color-blue);
}
.homepage_product_carusel_wrapper .homepage_product_carusel_title h2:before{
    display: block;
    width: 94px;
    height: 38px;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url('/img/custom/title-mark.svg') center no-repeat;
    background-size: cover;
}
.homepage_product_carusel_wrapper .homepage_product_carusel{
    margin: 0 -15px;
}
.homepage_product_carusel_wrapper .swiper-pagination span.swiper-pagination-bullet{
    display: inline-block;
    width: 94px;
    height: 6px;
    border-radius: 3px;
    opacity: 0.5;
    margin: 0 5px;
    background: var(--color-blue);
}
.homepage_product_carusel_wrapper .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active{
    opacity: 1;
}
.homepage_seo_section .homepage_seo-content{
    height: 200px;
    overflow-y: hidden;
    position: relative;
    margin-bottom: 0;
    font-size: var(--fs-txt);
}
.homepage_seo_section .homepage_seo-content.show{
    height: 100%;
    overflow-y: initial;
}
.homepage_seo_section .homepage_seo-content:after{
    display: block;
    height: 75%;
    width: 100%;
    content: '';
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 1) 100%);
    position: absolute;
    bottom: 0;
}
.homepage_seo_section .homepage_seo-content.show:after{
    display: none;
}
.homepage_seo_section .seotext_toogler{
    display: inline-block;
    position: relative;
    color: var(--color-blue);
    line-height: 24px;
    padding-right: 32px;
    text-decoration: underline;
    margin-top: 15px;
}
.homepage_seo_section .seotext_toogler.hide{
    display: none;
}
.homepage_seo_section .seotext_toogler:hover{
    text-decoration: none;
    cursor: pointer;
}
.homepage_seo_section .seotext_toogler:after{
    display: block;
    width: 24px;
    height: 24px;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url("/img/custom/arrow-down.svg") center no-repeat;
    background-size: cover;

}
.homepage_seo_section .seotext_toogler.read_less:after{
    transform: rotate(180deg);
}
.homepage_seo_section .homepage_seo-content h2{
    font-size: var(--fs-h3);
    font-weight: var(--fw-semibold);
    position: relative;
    padding-left: 80px;
    margin-bottom: 16px;
    line-height: 38px;
    color: var(--color-blue);
}
.homepage_seo_section .homepage_seo-content h3{
    color: var(--color-blue);
    margin: 16px 0 8px;
    font-size: var(--fs-h4);
}
.homepage_seo_section .homepage_seo-content h2:before{
    display: block;
    width: 56px;
    height: 23px;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url('/img/custom/title-mark.svg') center no-repeat;
    background-size: cover;
}
.homepage_seo_section .homepage_seo-content ul{
    padding: 0;
    margin: 8px 0 16px;
}
.homepage_seo_section .homepage_seo-content ul li{
    position: relative;
    padding-left: 34px;
    display: block;
    line-height: 24px;
    white-space: nowrap;
    margin-bottom: 4px;
}
.homepage_seo_section .homepage_seo-content ul li:before{
    display: block;
    width: 24px;
    height: 24px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url('/img/custom/mark-line.svg') center no-repeat;
    background-size: cover;
}
.homepage_seo_section .homepage_seo-content p{
    margin-bottom: 14px;
    line-height: 1.4;
}
.homepage_seo_section .homepage_seo-content p a{
    color: var(--color-blue)!important;
    text-decoration: underline;
}
.homepage_seo_section .homepage_seo-content p a:hover{
    text-decoration: none;
}
/* homepage end*/

/* 404 start */
#pagenotfound #wrapper{
    padding: 60px 0;
   /* background-image: url('/img/background/background_product_top.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;*/
}
#page_not_found h1{

    text-transform: uppercase;
    color: var(--color-blue);
    margin: 40px 0 10px;

}
#page_not_found a.home_btn{
    display: inline-block;
    line-height: 30px;
    padding: 15px 32px;
    background: var(--color-green);
    margin-top: 30px;
    border-radius: 8px;
    color: #fff;
}
#page_not_found a.home_btn:hover{
    background: var(--color-sea);
}
#page_not_found a.home_btn span{
    text-align: center;
    position: relative;
    display: inline-block;
    line-height: 30px;
    height: 30px;
    padding-right: 34px;
    font-size: var(--fs-button);

}
#page_not_found a.home_btn span:after{
    display: block;
    width: 24px;
    height: 24px;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url('/img/custom/arrow-right.svg') center no-repeat;
    background-size: cover;
}
/* 404 end */
/* footer start */
#footer .custom-footer{
    background-image: url("/img/background/footer-bg.jpg");
    background-position: left top;
    background-size: cover;
}
#footer .custom-footer .footer-logo img{
    max-width: 212px;
    height: 69px;
}
#footer .custom-footer p{
    font-size: var(--fs-txt);
    line-height: 1.6;
    margin-bottom: 2px;
}
#footer .custom-footer a{
    color: #fff;
}
#footer .custom-footer a:hover{
    text-decoration: underline;
}
#footer .footer-social-wrapper .footer-social{
    padding-top: 22px;
    max-width: 220px;
}
#footer .footer-social-wrapper .footer-social a{
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 44px;
    text-align: center;
    border-radius: 8px;
    background: #4B8080;
    border: 1px solid var(--color-sea);
}
#footer .footer-social-wrapper .footer-social a:hover{
    background: var(--color-sea);
}
#footer .custom-footer .footer-link-list h5{
    font-size: var(--fs-button);
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: var(--fw-semibold);
}
#footer .custom-footer .footer-link-list ul li{

}
#footer .custom-footer .footer-link-list a{
    padding: 0;
    line-height: 1.7;
}
#footer .custom-footer .footer-link-list a:before{
    display: none;
}
#footer .custom-footer .footer-link-list .block.block-links{
    padding-bottom: 0;
}

/* footer end */

#iqitcookielaw{
    background: var(--color-gray);
    padding: 24px;
    border-radius: 8px;
    font-size: var(--fs-txt-mob);
    max-width: 80%;
}
#iqitcookielaw #iqitcookielaw-accept{
    border-radius: 8px;
    width: 100px;
    height: 32px;

}

/* cms start */
#cms #wrapper{
    width: 100vw;
    left: 50%;
    position: relative;
    margin-left: -50vw;
    background-image: url('/img/background/background_product_top.png');
    background-position: right top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 45px 0;
}
#cms .cms-wrapper h1{
    font-size: var(--fs-h1);
    position: relative;
    padding-bottom: 0;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: var(--fw-semibold);
    color: var(--color-blue);
    margin-bottom: 20px;
    padding-left: 118px;
}
#cms .cms-wrapper h1:before{
    display: block;
    width: 94px;
    height: 38px;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url('/img/custom/title-mark.svg') center no-repeat;
    background-size: cover;
}
#cms .cms-wrapper p.subtitle{
    font-size: var(--fs-h3);
    line-height: 1.4;
    font-weight: var(--fw-semibold);
    margin: 16px 0 8px;
}
#cms .cms-wrapper ul{
    padding: 0;
    margin-bottom: 12px;
}
#cms .cms-wrapper ul li{
    list-style: none;
    position: relative;
    padding-left: 34px;
    display: block;
    line-height: 24px;
    white-space: nowrap;
    margin-bottom: 7px;
}
#cms .cms-wrapper ul li:before{
    display: block;
    width: 24px;
    height: 24px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url('/img/custom/mark-line.svg') center no-repeat;
    background-size: cover;
}
#cms .cms-wrapper p a,
#cms .cms-wrapper li a{
    color: var(--color-blue);
    text-decoration: underline;
}
#cms .cms-wrapper p a:hover,
#cms .cms-wrapper li a:hover{
    text-decoration: none;
}
#cms .cms-wrapper .block_line{
    padding: 5px 10px 5px 24px;
    border-left: 3px solid var(--color-blue);
    margin: 5px 0 16px;
}
/* cms end */

/* mobile start */
@media(max-width: 991px) {
    #pagenotfound #wrapper{
        padding: 30px 0;
    }
    .mobile_header_btn_wrapp{
        justify-content: space-between;
    }
}
@media(max-width: 768px) {
    .container{
        padding: 0 15px;
    }
    section#wrapper.open_menu,
    #footer.open_menu{
        height: 0;
        overflow-y: hidden;
    }
    #wrapper .breadcrumb{
        margin-bottom: 4px;
        padding: 12px 0;
    }
    #wrapper .breadcrumb li {
        padding-right: 15px;
        margin-right: 5px;
        font-size: 13px;
    }
    #wrapper .breadcrumb li::after {
        display: block;
        width: 8px;
        height: 2px;
        border-radius: 2px;
        content: '';
        background: var(--color-blue);
        position: absolute;
        right: 0;
        top: 50%;
        padding: 0;
        margin: 0;
        opacity: 1;
        transform: translateX(-4px);
    }

    #page_not_found img{
        max-width: 80%;
    }
    #page_not_found h1{
        font-size: var(--fs-h3);
        margin: 30px 0 8px;
    }
    #page_not_found a.home_btn{
        width: 100%;
        margin-top: 25px;
    }
    #mobile-header .mobile_logo img{
        max-width: 170px;
        height: 55px;
    }
    #mobile-header .mobile-main-bar{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #mobile-header .mobile-main-bar .row-mobile-header{
        margin: 0;
    }
    #mobile-header .mobile-main-bar .row-mobile-header > div{
        padding: 0;
    }
    #mobile-header  .col-mobile-menu-dropdown #_mobile_iqitmegamenu-mobile{
        top: 0;
    }
    #iqitmegamenu-mobile{
        text-align: center;
        padding: 0 15px 30px;
        margin: 0 -15px;
        background-image: url("/img/background/mob_menu_bg.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left top;

    }
    header#header,
    #iqitmegamenu-mobile .mobile-menu__header-wrapper{

        background-image: url("/img/background/header-bg-mob.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left center;

    }
    #iqitmegamenu-mobile .mobile-menu__header-wrapper{
        /*margin: 0 -15px;*/
        padding: 20px 15px;
    }
    .mobile-menu__header-wrapper .mob_menu_logo img{
        max-width: 170px;
        height: 55px;
    }

    #iqitmegamenu-mobile ul.navcataloge{
        height: 0;
        overflow-y: hidden;
    }
    #iqitmegamenu-mobile ul.navcataloge.open{
        height: 100%;
    }
    #search-widget-mobile input[type="text"]{
        border-radius: 8px;
        background: var(--color-sea-light);
        border: none;
    }
    .mobile-menu__footer{
        padding: 0 15px;
        margin: 30px 0;
    }
    .mobile-menu__footer .mob_menu_social{
        width: 180px;
        justify-content: space-around;
    }
    #iqitmegamenu-mobile li.mobile_menu_li a{
        display: block!important;
        color: var(--color-gray);
        font-size: var(--fs-subtitle);
        padding: 12px 0;
        line-height: 24px;
    }
    #iqitmegamenu-mobile .mobile-menu__language-selector span{
        display: inline-block;
        line-height: 36px;
    }
    #iqitmegamenu-mobile .mobile-menu__language-selector span.current_lang{
        position: relative;
        padding-left: 36px;
    }
    #iqitmegamenu-mobile .mobile-menu__language-selector span.current_lang:before{
        display: block;
        width: 26px;
        height: 26px;
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background: url("/img/custom/menu_language.svg") center no-repeat;
        background-size: cover;
    }
    #iqitmegamenu-mobile .mobile-menu__language-selector{
        padding: 0 18px;
        border-left: 3px solid var(--color-sea-light);
        border-right: 3px solid var(--color-sea-light);

    }
    #iqitmegamenu-mobile li.mobile_menu_li{
    border-bottom: solid 1px #dce9e8;
}
    #iqitmegamenu-mobile li.cataloge span{
        display: inline-block;
        font-size: var(--fs-subtitle);
        color: var(--color-blue);
        position: relative;
        line-height: 24px;
        padding: 12px 32px 12px 0;
    }
    #iqitmegamenu-mobile li.cataloge span:after{
        display: block;
        width: 24px;
        height: 24px;
        content: '';
        position: absolute;
        right: 0;
        top: 12px;
        background: url("/img/custom/menu_arrow_right.svg") center no-repeat;
        background-size: cover;
    }
    #iqitmegamenu-mobile li.cataloge.open span:after{
        transform: rotate(-90deg);
        transition: all 0.15s ease-in-out;
    }
    #iqitmegamenu-mobile .mob-menu-adres p a{
        color: var(--color-blue);
        text-decoration: underline;
    }
    #product h1.h1.product-title{
        font-size: var(--fs-h2);
        margin-bottom: 15px;
    }
    #product .product_header_container span.category a{
        font-size: var(--fs-txt-mob);
        line-height: 1.3;
        height: auto;
        padding: 4px 16px;
        margin-bottom: 16px;
    }
    #product .full_product_name h2 {
        font-size: var(--fs-subtitle);
        margin-top: 16px;
        margin-bottom: 16px;
    }
    #product #product_button_wrapper > div{
        width: 100%;
    }
    #product #product_button_wrapper #onclick_btn,
    #product #product_button_wrapper #pdf-instruction_btn a{
       max-width: 100%;
        width: 100%;
        margin-bottom: 12px;
    }
    #product #product_button_wrapper .contactform-btn {
        height: auto;
    }
    #product section.product-features ul.features{
        column-count: 1;
    }
    #product section.product-features ul.features li span{
        display: block;
        width: 100%;
    }
    #product section.product-features ul.features li span.value{
        width: 100%;
        margin-top: 4px;
    }
    #product section.product-features,
    #product section.product-variants{
        padding: 16px;
    }
    #product section.product-variants{
        overflow-x: scroll;
    }
    #product section.product-variants .table-variants thead th,
    #product section.product-variants .table-variants td{
        padding: 8px 16px;
        font-size: var(--fs-txt);
        min-width: 140px;
    }
    #product #product_marketing_section {

        padding: 50px 0;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    #product_marketing_section a.btn_arrow {
        display: inline-block;
        line-height: 30px;
        margin-top: 24px;
        padding: 15px 18px;
    }
    #product_marketing_section a.btn_arrow span {
        line-height: 30px;
        height: auto;
        white-space: nowrap;
        font-size: var(--fs-h4);
    }
    #product section.product-accessories p.section-title {
        font-size: var(--fs-h3);
        padding-left: 61px;
        line-height: 1.2;
    }
    #product section.product-accessories p.section-title:before {
        display: block;
        width: 56px;
        height: 23px;
        content: '';
        position: absolute;
        left: 0;
        top: 12px;
        background: url('/img/custom/title-mark.svg') center no-repeat;
        background-size: cover;
    }
    #category #category_top_info{
        margin-bottom: 32px;
        padding: 32px 0;
    }
    #category #category_top_info h1.category-title {
        font-size: var(--fs-h3);
        padding-left: 61px;
        line-height: 1.2;
    }
    #category #category_top_info h1.category-title:before {
        display: block;
        width: 56px;
        height: 23px;
        content: '';
        position: absolute;
        left: 0;
        top: 12px;
        background: url('/img/custom/title-mark.svg') center no-repeat;
        background-size: cover;
    }
    #category #subcategories_wrapper a.subcategory-name{
        font-size: var(--fs-txt-mob);
        margin-top: 8px;
        min-height: 85px;
        display: flex;
        align-items: center;
    }
    .custom-footer .custom_footer_section .footer-logo{
    text-align: left;
    }
    #footer .custom-footer .footer-link-list h5{
        margin-top: 30px;
    }
    #footer .custom-footer{
        background-image: url("/img/background/footer-bg-mob.jpg");
    }
    button#search_filter_toggler{
        background: var(--color-sea);
        margin-bottom: 12px;
        border-radius: 8px;
        padding: 13px;
        text-align: left;
    }
    button#search_filter_toggler span{
        display: inline-block;
        width: 100%;
        line-height: 24px;
        text-transform: uppercase;
        font-weight: var(--fw-semibold);
        padding-left: 12px;
        font-size: var(--fs-button);
    }
    button#search_filter_toggler span.title{
        position: relative;
    }
    button#search_filter_toggler span.title:after{
        display: block;
        width: 24px;
        height: 24px;
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        background: url('/img/custom/dropdown-white.svg') center no-repeat;
        background-size: cover;
    }
    #category #left-column {
        max-width: 100%;
        margin-right: 0;
        padding: 16px;
        margin-top: 0;
    }
    #category #left-column:not(.-only-facet-search){
        display: none;
    }
    #category #facets_search_wrapper .block-title.h4 {
        font-size: var(--fs-button);
        margin-bottom: 12px;
    }
    #search_filter_controls > button{
        width: 150px;
        padding: 0;
        line-height: 32px;
        height: 32px;
        border-radius: 8px;
        background: var(--color-green);
        font-size: var(--fs-txt);
    }
    #search_filter_controls > button.filters_clearall{
        background: var(--color-gray);
    }
    #search_filter_controls > button.filters_ok{

    }
    .homepage_carusel-wrapper .swiper-pagination span.swiper-pagination-bullet{
        width: 56px;
        height: 4px;
    }
    .homepage_about_section .homepage_about_content_column{
        padding-left: 0;
    }
    .homepage_about_section .homepage_about_title h1{
        font-size: var(--fs-h2);
        margin-bottom: 16px;
        padding-left: 61px;

    }
    .homepage_about_section .homepage_about_title h1:before {
        display: block;
        width: 56px;
        height: 23px;
        content: '';
        position: absolute;
        left: 0;
        top: 12px;
        background: url('/img/custom/title-mark.svg') center no-repeat;
        background-size: cover;
    }
    .homepage_about_section .homepage_about_btn-wrapper p.homepage_about_btn{
        display: block;
    }
    .homepage_about_section .homepage_about_btn-wrapper p.homepage_about_btn a{
        width: 100%;
    }

    .homepage_about_section .advantage_column{
        margin-bottom: 12px;
    }
    .homepage_category_section_wrapper .homepage_category_title h3 {
        text-transform: uppercase;
        font-size: var(--fs-h3);
        padding-left: 61px;
        margin-bottom: 16px;
    }
    .homepage_category_title h3:before {
        width: 56px;
        height: 23px;
        background: url('/img/custom/title_mark_white.svg') center no-repeat;
        background-size: cover;
    }
    .homepage_category_section{
        margin: 0;
    }
    .homepage_category_section_wrapper .homepage_category_item{
       margin-bottom: 16px;
    }
    .homepage_category_section_wrapper .homepage_category_item img{
       width: 100%;
    }
    .homepage_product_carusel_wrapper .homepage_product_carusel_title h2 {
        font-size: var(--fs-h3);
        padding-left: 61px;
        margin-bottom: 16px;

    }
    .homepage_product_carusel_wrapper .homepage_product_carusel_title h2:before{
        width: 56px;
        height: 23px;
        background-size: cover;
    }
    .homepage_about_section .homepage_advantage_wrapper{
        margin: 0;
    }
    .homepage_product_carusel_wrapper .swiper-pagination span.swiper-pagination-bullet{
        width: 56px;
        height: 4px;
    }
    .homepage_seo_text{
        margin-bottom: 10px;
    }
    #cms .cms-wrapper h1{
        font-size: var(--fs-h3);
        padding-left: 68px;
    }
    #cms .cms-wrapper h1:before{
        display: block;
        width: 56px;
        height: 23px;
        content: '';
        position: absolute;
        left: 0;
        background: url('/img/custom/title-mark.svg') center no-repeat;
        background-size: cover;
    }
    #cms .cms-wrapper p.subtitle{
        font-size: var(--fs-subtitle);
    }
    #cms .cms-wrapper ul{
        padding: 0;
        margin-bottom: 8px;
    }

    #cms .cms-wrapper p a,
    #cms .cms-wrapper li a{
        color: var(--color-blue);
        text-decoration: underline;
    }
    #cms .cms-wrapper p a:hover,
    #cms .cms-wrapper li a:hover{
        text-decoration: none;
    }
    #cms .cms-wrapper .block_line{
        padding: 5px 10px 5px 18px;
        border-left: 2px solid var(--color-blue);
        margin: 5px 0 16px;
    }

}
/* mobile end */

/* sitemap */
#sitemap h1.page-title{
    font-size: var(--fs-h2);
    margin-bottom: 16px;
    padding-bottom: 0;
    text-transform: uppercase;
    font-weight: var(--fw-semibold);
    color: var(--color-blue);
}
#sitemap .sitemap .block-links ul>li a {
    font-size: var(--fs-txt);
    color: var(--color-black);
    padding-left: 16px;
}
#sitemap .block-links ul>li {
    margin-bottom: 12px;
}
#sitemap .block-links ul>li a:before {
    display: block;
    content: '';
    width: 12px;
    height: 4px;
    border-radius: 2px;
    background: var(--color-blue);
}
#sitemap .block-links ul>li a:hover {
    text-decoration: underline;
}
#sitemap  .block-links ul>li a:hover:before {
    left: 0;
}
#sitemap #wrapper{
    background-image: url("/img/background/background_product_top.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
span.search_title{
    display: inline-block;
    color: var(--color-green);
    padding-left: 6px;
}
/* search widget */

#search_widget .autocomplete-suggestion .col-shop,
#search_widget .autocomplete-suggestion span.product-price{
    display: none;
}
