.site-logo .logo-text{
    font-family: "Oswald", sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 4.42px;
    text-transform: uppercase;
    color: #fff;
}

.site-header .header-page-link.header-phones-block,
.site-header .header-page-link.working-time{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    margin: 0;
    height: 100%;
}
.site-header .header-page-link.header-phones-block{
    text-align: right;
}
.site-header .header-page-link.header-phones-block div,
.site-header .header-page-link.header-phones-block div a,
.site-header .header-page-link.working-time div{
    margin: 0;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.site-header .header-page-link.header-phones-block div:first-of-type{
    column-gap: 5px;
    display: flex;
    flex-wrap: wrap;
}
.site-navigation-extend{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-navigation-extend .search-box i{
    color: #fff;
    font-size: 23px;
}
.site-navigation-extend .search-box .search-toggle{
    line-height: 1;
}
.site-navigation ul > li.level-0 > a{
    color: #FFF;
    font-family: "Oswald", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.69px;
    text-transform: uppercase;
}
.site-navigation ul > li.level-0{
    padding: 0 10px;
}
.mini-cart .cart-count{
    background: #fff;
    color: #000;
    font-size: 12px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    position: absolute;
    top: -7px;
    right: -17px;
}
.mini-cart .icons-cart{
    position: relative;
}
.header-wrapper .ruper-topcart {
    padding-right: 17px;
}
.bottom-header-right{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 5px;
}
.language-switcher{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 3px;
    color: #fff;
}
.language-switcher .language-link{
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1.69px;
    text-transform: uppercase;
}
.language-switcher span.language-link{
    font-weight: 500;
}
.site-header .header-page-link .social-links,
.social-links{
    display: flex;
    align-items: center;
    column-gap: 6px;
    justify-content: flex-end;
}
.social-links a {
    font-size: 14px;
}
.social-links a i.fa-viber{
    font-size: 13px;
}
#site-footer,
.site-footer{
    border: none;
    background: #000;
    margin-top: 120px;
    padding-top: 120px;

}

footer#site-footer{
    color: #888;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.footer-rating{
    margin-top: 35px;
}
.footer-rating i{
    color: #FFB800;
}
#site-footer .block .block-title{
    color: #FFF;
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2.86px;
    text-transform: uppercase;
}
#site-footer ul li{
    margin: 0;
}
.footer-menu{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
#site-footer .footer-menu li a:hover{
    color: #fff;
}
#site-footer .footer-menu li{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    column-gap: 15px;
}
#site-footer .footer-menu li a{
    color: #888;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    transition: .1s;
}
#site-footer .footer-menu li:before{
    content: "";
    height: 1px;
    width: 10px;
    background: #fff;


}
.footer-text-block {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-bottom: 15px;
}
.footer-text-block div a:hover{
    color: #fff;
}
.footer-text-block div a,
.footer-text-block div{
    color: #888;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    transition: .1s;
}
.footer-text-block.phones-footer-wrapper{
    align-items: flex-start;
}
.footer-text-block.phones-footer-wrapper div{
    display: flex;
    flex-direction: column;
    row-gap: 9px;

}
.footer-text-block.phones-footer-wrapper div a{
    line-height: 17px;
}
.footer-socials-block{
    margin-top: 40px;
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.footer-socials-block a{
    width: 30px;
    height: 30px
}
.footer-socials-block a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer-menu.footer-horizontal-menu{
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    column-gap: 35px;
}
#site-footer .footer-bottom{
    border: none;
}
.divider-footer{
    width: 100%;
    height: 1px;
    background: #202020;
    margin-bottom: 35px;
}
#site-footer .footer-bottom{
    margin: 0;
    padding: 0;
    padding-bottom: 35px;
}

.section-home-slider .block-sliders,
.section-home-slider .block-sliders .slick-sliders{
    width: 100%;
    aspect-ratio: 21 / 8;
    height: calc(38.09vw - 7px);
    overflow-y: hidden;
    display: block;
}
.section-home-slider .block-sliders.auto-height .item-content .content-image img,
.section-home-slider .block-sliders img{
    width: auto;
    height: calc(38.09vw - 7px);
    aspect-ratio: 21 / 8;
    max-width: none;
}
.section-home-slider .slick-slide{
    height: calc(38.09vw - 7px);
    display: block;
}
.page-title{
    position: relative;
}
.breadcrumbs-image-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.breadcrumbs-image-wrapper picture{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.breadcrumbs-image-wrapper picture img{
    max-width: none;
    width: auto;
    height: 100%;
}
@media only screen and (min-width:  1909px){
    .breadcrumbs-image-wrapper picture img{
        width: 100%;
        max-width: none;
        height: auto;

    }
}
@media only screen and (max-width: 1199px){
    .section-home-slider .block-sliders.auto-height .item-content .content-image img,
    .section-home-slider .block-sliders img{
        width: auto;
        height: 600px;
        max-width: none;
        aspect-ratio: unset;
    }
    .section-home-slider .slick-slide{
        height: 600px;
    }
    .section-home-slider .block-sliders,
    .section-home-slider .block-sliders .slick-sliders{
        height: 600px;
    }
}
@media only screen and (max-width: 767px){
    .section-home-slider .block-sliders,
    .section-home-slider .block-sliders .slick-sliders,
    .section-home-slider .slick-slide,
    .section-home-slider .block-sliders.auto-height .item-content .content-image img,
    .section-home-slider .block-sliders img{
        height: 350px;
    }
}
@media only screen and (max-width: 480px){
    .breadcrumbs-image-wrapper picture img{
        width: 100%;
        max-width: none;
        height: auto;

    }
}
.header-desktop .header-top{
    min-height: 75px;
}
.block-sliders.layout-12 .item-content .item-info .subtitle-slider{
    color: #FFF;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2.86px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.block-sliders.layout-12 .item-content .item-info .title-slider{
    font-family: "Oswald", sans-serif;
    font-size: 52px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 6.76px;
    text-transform: uppercase;
    margin-bottom: 45px;
}
.block-sliders .item-content .item-info .button-slider{
    color: #000;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px; /* 150% */
    letter-spacing: 1.82px;
    text-transform: uppercase;
    padding: 10px 35px;
}
.block-sliders .item-content .item-info .button-slider:hover{
    color: #fff;
}
.block-sliders.color-white .slick-dots li.slick-active button:before {
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #fff;
    border-left-color: #fff;
    border-width: 1px;
    opacity: 1;
}
.block-video .block-widget-video .video-text .title{
    color: #000;
    font-family: "Oswald", sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 4.42px;
    text-transform: uppercase;
}
.block-video .block-widget-video .video-text .description{
    margin-bottom: 0;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: #888;
}
.block-feature .box .box-title{
    color: #000;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2.34px;
    text-transform: uppercase;
}

.block-feature .box .box-description{
    color: #888;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 15px;
    min-height: 38px;
}
.partners-gallery-block  .block-image.slider .item-image{
    background: #F6F6F6;
    padding: 42.5px 0;
}
.mb-45{
    margin-bottom: 45px;
}
.block-title-custom{
    color: #000;
    font-family: "Oswald", sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 4.42px;
    text-transform: uppercase;
}
.background-black{
    background-color: #000;
}
body .block-products  i.slick-arrow.fa-angle-left,
body .reviews-section-block i.slick-arrow.fa-angle-left,
body .partners-gallery-block i.slick-arrow.fa-angle-left{
    left: 0;
}

body .block-products  i.slick-arrow.fa-angle-right,
body .reviews-section-block i.slick-arrow.fa-angle-right,
body .partners-gallery-block i.slick-arrow.fa-angle-right{
    right: 0;
}

.custom-text-content p:last-of-type{
    margin-bottom: 0;
}
.section-mb-120{
    margin-bottom: 120px;
}
.block-subtitle-custom{
    color: #888;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-top: 15px;
}
.partners-catalog-item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.partners-catalog-item .partners-catalog-item-image{
    margin-bottom: 10px;
}
.partners-catalog-item .partners-catalog-item-subtitle{
    color: #888;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 1.82px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.partners-catalog-item .partners-catalog-item-title{
    color: #000;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2.86px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.btn-more-details{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    color: #888;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 1.82px;
    text-transform: uppercase;
}
.btn-show-all{
    border: 1px solid #000;
    padding: 10px 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    color: #000;
    text-align: center;
    font-family: "Oswald",  sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 1.82px;
    text-transform: uppercase;
    margin: auto;
    width: 250px;
}
.btn-show-all.btn-show-all-js{
    display: none;
}
.blog-block-item .blog-block-item-image{
    margin-bottom: 10px;
}
.blog-block-item .blog-block-item-subtitle{
    color: #888;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 1.82px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.blog-block-item .blog-block-item-title{
    color: #000;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2.86px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.mt-45{
    margin-top: 45px;
}
.form-custom .form-group{
    position: relative;
}
.form-custom .help-block{
    margin: 0;
    position: absolute;
}
.form-custom .has-error .help-block{
    color: #c40f0f;
    font-size: 12px;
    line-height: 12px;
    top: calc(100% + 2px);
}
.form-custom.review-form .has-error .form-control,
.form-custom .has-error .form-control{
    border-color: #c40f0f;
}
.form-custom .form-control::placeholder{
    text-align: center;
    color: #D9D9D9;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.form-custom .form-control{
    text-align: center;
    border: 1px solid #fff;
}
.form-custom .form-control:focus{
    background: none;
    border: 1px solid #fff;
}
.form-custom.input-text-wh .form-control{
    color: #fff;
}
.form-custom textarea.form-control{
    border: 1px solid #e5e5e5;
    padding: 7px 15px;
    background: none;
    border-radius: 0;
}
.modal-info-message .modal-header{
    border: none;
}
.modal-info-message .modal-content{
    border-radius: 0;
}
.modal-info-message .class-text-message-add{
    margin-top: 15px
}
.modal-info-message .popup-categories-block a{
    text-align:center;
    display: block
}
.modal-info-message .popup-categories-block a span{
    font-size:17px;
    text-transform: uppercase
}
.modal-info-message .modal-header{
    padding-bottom: 0px
}
.class-text-message{
    color: #000;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    line-height: 21px;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
}
.btn.btn-style2{
    height: 40px;
    color:  #000;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px; /* 150% */
    letter-spacing: 1.82px;
    text-transform: uppercase;
}

.light-header .site-header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.light-header .site-header.bg-black{
    background: none;
}
.light-header .site-header.header-v4 .header-top{
    border-color: rgba(0,0,0,.15);
}
.light-header .mini-cart .cart-count{
    color: #fff;
    background: #000;
}
.light-header .language-switcher,
.light-header .language-switcher .language-link,
.light-header .site-navigation-extend .search-box i,
.light-header .color-white .site-navigation ul > li.level-0 > a,
.light-header .site-logo .logo-text,
.light-header .site-header .header-page-link.header-phones-block div,
.light-header .site-header .header-page-link.header-phones-block div a,
.light-header .site-header .header-page-link.working-time div{
    color: #000;
}
.breadcrumbs{
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    column-gap: 9px;
}
.row-gap-30{
    row-gap: 30px;
}

/* Review form */
.form-review-wrapper{
    max-width: 1110px;
    width: 100%;
    margin: auto;
}
.comment-notes{
    color: #888;
}
.column-gap-20{
    column-gap: 20px;
}
.stars-review  i{
    color: #f5bf1c;
}
.rating-field-wrapper .text-rating{
    font-weight: 500;
    margin-right: 0;
    color: #000;
}

.review-form.form-custom  input.form-control,
.review-form.form-custom  textarea.form-control {
    background: #fff;
    padding: 14px 20px;
    border: 1px solid #d6d6d6;
    height: 60px;
    font-weight: 300;
    width: 100%;
    text-align: left;
}
.review-form.form-custom  input.form-control::placeholder,
.review-form.form-custom  textarea.form-control::placeholder {
    text-align: left;
    color: #888;
    font-size: 16px;
}
.review-form.form-custom .review-form-left .form-group{
    margin-bottom: 25px;
}
.review-form.form-custom input[type=submit] {
    background: #fff;
    font-weight: 500;
    padding: 0 50px;
    height: 60px;
    color: #000;
    cursor: pointer;
    text-transform: uppercase;
    width: 100%;
    letter-spacing: .1em;
    border: 1px solid #000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.review-form.form-custom input[type=submit]:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

.review-form.form-custom .review-form-right textarea{
    height: 230px;
}
/* Review form */
.material-contacts #site-footer{
    margin-top: 0;
}

.form-custom.contact-form .contact-us-form textarea.form-control{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.block-product-cats.layout-6 .cat-item .cat-title a:before{
    display: none;
}
.block-product-cats.layout-6 .cat-item .cat-title a{
    color: #FFF;
    font-family: "Oswald", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 3.64px;
    text-transform: uppercase;
}
.section-subcategories{
    margin-bottom: 70px;
}
.section-subcategories .row{
    row-gap: 15px;
}
.subcategory-item a{
    text-align: center;
    display: flex;
    row-gap: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 90px;
    padding: 0 5px;
    transition: border 0.4s ease-in-out;
}
.subcategory-item.inside-catalog a {
    border: 1px solid #000;

}
.subcategory-item.inside-catalog a:hover,
.subcategory-item.inside-catalog a:active,
.subcategory-item.inside-catalog a:focus {
    border-color: transparent;
    outline: none;
}
.subcategory-item span{
    color: #000;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2.34px;
    text-transform: uppercase;
}
.sidebar .block .block-title .h2,
.sidebar .block .block-title h2{
    color: #000;
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2.86px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.block-product-cats ul li a{
    color: #888;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.block-product-cats ul li.sidebar-item-with-submenu{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.block-product-cats ul li.sidebar-item-with-submenu .sidebar-menu-toggler{
    order: 3;
}
.block-product-cats ul li.sidebar-item-with-submenu ul{
    width: 100%;
    order: 5;
    padding-left: 20px;
    margin-top: 10px;
}
.block-product-cats ul li.active-link-sidebar-category > a{
    color: #000;
}
.custom-badge{
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 4px 8px;
}
.hot.custom-badge{
    color: #fff;
    background: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 4px 8px;
}
.onsale{
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 4px 8px;
    background: #000;
}
.product-item .product-thumb .a-product-thumb-link-replace,
.product-item .product-thumb a{
    position: relative;
    display: block;
}
.product-item .product-thumb .a-product-thumb-link-replace:before,
.product-item .product-thumb a:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #0000000D;
    z-index: 1;
}
.products-list.grid .product-wapper .products-content h3.product-title,
.products-list.grid .product-wapper .products-content h3.product-title a,
.products-list.grid .product-wapper .products-content .h3.product-title,
.products-list.grid .product-wapper .products-content .h3.product-title a{
    color: #000;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 2.34px;
    text-transform: uppercase;
    margin-bottom: 0;
    min-height: 36px;
}
.product-item .item-stock{
    color: #fff;
    background: #000;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
    padding: 3px 5px;
    margin-top: 12px;
}
.products-list.grid .product-wapper .products-content .price{
    margin-top: 12px;
    color: #000;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px; /* 150% */
    letter-spacing: 1.82px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}
.price ins{
    color: #000;
}
.price del{
    color: #C7C7C7;
    font-size: 12px;
}
.product-item .wrapper-cart-button{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 34px;
}
.product-item .item-preview-options + .wrapper-cart-button{
    margin-top: 20px;
}
.product-item .add-to-cart{
    padding: 10px 35px;
    display: inline-flex;
    align-items: center;
    column-gap: 7px;
    background: #000;
    color: #FFF;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 1.82px;
    text-transform: uppercase;
    transition: .2s all;
}
.product-item .add-to-cart:hover{
    background: rgba(0,0,0,.8);
}
.title-underline{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 45px;
    border-bottom: 1px solid #E4E4E4;
}
.title-underline h2,
.title-underline .h2{
    color: #000;
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2.86px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.title-underline .title-right a{
    align-items: center;
    display: flex;
    column-gap: 5px;
    color: #888;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 1.82px;
    text-transform: uppercase;
}
.slick-sliders.products-list.grid .product-wapper{
    margin-bottom: 0;
}
.sidebar .block.border-bottom{
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #E9E9E9;
}
.block .filter-title{
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 15px;
}
.block.filter-type-wrapper{
    margin-bottom: 15px;
}
.filter-items-values input{
    display: none;
}
.filter-items-values .checkbox label{
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.filter-items-values .checkbox label:hover{
    cursor: pointer;
    color: #000;
}
.filter-items-values .checkbox label{
    color: #888;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.filter-items-values .checkbox input + label .checkbox-icon{
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
}
.filter-items-values .checkbox input:checked + label {
    color: #000;
}
.filter-items-values .checkbox input:checked + label .checkbox-icon{
    background: url("/storage/icons/check_icon.svg");
    border: none;
}
.toggle-filters-close{
    padding: 10px 35px;
    display: inline-flex;
    align-items: center;
    column-gap: 7px;
    background: #000;
    color: #FFF;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 1.82px;
    text-transform: uppercase;
    transition: .2s all;
}
.shop-details .product-info .title.product-title-h2,
.product-title-h2{
    color: #000;
    font-family: "Oswald", sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 4.42px;
    text-transform: uppercase;
}
.rating .star:after, .rating .star:before{
    font-size: 17px;
    line-height: 1;
    letter-spacing: 2px;
}
.shop-details .product-info .price{
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2.86px;
    text-transform: uppercase;
}
.shop-details .product-info .description{
    color: #888;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.shop-details .product-info .product-meta  span{
    color: #888;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: none;
    letter-spacing: normal;
}
.shop-details .product-info .product-meta  span span{
    color: #000;
    text-transform: none;
    letter-spacing: normal;
}
.shop-details .product-info .product-meta > span{
    margin-right: 8px;
}
.shop-details .product-info .product-meta{
    border-bottom: 0;
    margin-bottom: 10px;
}
.item-info-blocks-wrapper{
    display: flex;
    justify-content: space-between;
}
.info-block-item .info-block-title{
    color: #888;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.info-block-item .info-block-text{
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.info-block-item{
    width: calc((100% - 64px) / 3);
    position: relative;
}
.item-info-blocks-wrapper .info-block-item + .info-block-item:before{
    content: "";
    width: 1px;
    height: 60%;
    top: 20%;
    left: -16px;
    background: #888;
    position: absolute;
}

.shop-details .product-tabs .nav-tabs .nav-item a{
    color: #888;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 3.64px;
    text-transform: uppercase;
}
.shop-details .product-tabs .nav-tabs .nav-item a.active{
    color: #000;
}
.shop-details .product-tabs .product-reviews .comment-list{
    flex-direction: column;
}
.shop-details .product-tabs .product-reviews .comment-list li .comment-container .comment-text{
    padding-left: 0;
}
.review-answer{
    margin-left: 30px;
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #d9d9d9;
}
.review-answer .comment-container{
    margin-bottom: 0;
}
.shop-details .product-tabs .product-reviews .comment-list li .review-answer .comment-container{
    margin-bottom: 0;
}
.shop-details .product-tabs{
    border-bottom: 0;
    padding-bottom: 0;
}
.shop-details .buttons .add-to-cart-wrap .quantity{
    height: 40px;
}
.shop-details .buttons .add-to-cart-wrap .quantity button.plus{
    height: 38px;
}
.shop-details .buttons .add-to-cart-wrap .quantity button.minus{
    height: 38px;
}
.shop-details .buttons .add-to-cart-wrap .quantity input{
    height: 38px;
    width: 108px;
}
.add-to-cart-product{
    display: inline-flex;
    padding: 0 35px;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 1.82px;
    text-transform: uppercase;
    background: #000;
    column-gap: 7px;
    height: 40px;
    transition: .2s all;
}
.add-to-cart-product:hover{
    background: rgba(0,0,0,.8);
}
.shop-details .buttons .btn-quick-buy .product-btn{
    width: auto;
    display: inline-flex;
    padding: 0 35px;
    height: 40px;
    align-items: center;
    border: 1px solid #000;
}
.custom-modal .modal-content{
    border-radius: 0;
}
.custom-modal .modal-header{
    border-bottom: 0;
}
.custom-modal .modal-header .h5,
.custom-modal .modal-header h5,
.custom-modal .modal-header .modal-title{
    color: #000;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase
}
.form-custom.quick-order .form-control::placeholder{
    color: #888;
}
.form-custom.quick-order .form-control{
    border: 1px solid #dee2e6;
    color: #000;
}
.shop-details .variations .attributes ul.text li span{
    width: auto;
    padding: 0 10px;
    border-radius: 14px;
    font-size: 14px;
    border-color: #888;
    color: #888;
}
.shop-details .variations .attributes ul.text li span.variation-attributes-item-image{
    padding: 0;
    border:none;
}
.shop-details .variations .attributes ul.text li span.variation-attributes-item-image i{
    width: 28px;
    padding: 0;
    overflow: hidden;
    display: inline-block;
    border-radius: 14px;
    border: 1px solid #888;
}
.shop-details .variations .attributes ul.text li span.variation-attributes-item-image:hover i{
    border-color: #000;
}
.shop-details .variations .attributes ul.text li span.variation-attributes-item-image img{
    width: 100%;
    height: auto;
}
.shop-details .variations .attributes ul.text li span.checked{
    border-color: #000;
    color: #000;
    position: relative;
}

.shop-details .variations .attributes ul.text li span.checked:before{
    border: 1px solid #bfbebe ;
    position: absolute;
    content: "";
    display: block;
    border-radius: 18px;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    left: -4px;
    top: -4px;
}
.cart-header-modules-wrapper,
.item-variation-options{
    display: flex;
    column-gap: 5px;
    font-size: 14px;
}

.item-preview-options{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 3px;
}
.item-preview-options span{
    height: 14px;
    width: auto;
    padding: 0 3px;
    font-size: 12px;
    color: #000;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 0;
}
.item-preview-options span img{
    transform: none;
}
.item-preview-options span.item-preview-options-img{
    width: 14px;
    overflow: hidden;
    padding: 0;
}
.item-preview-options span.item-preview-options-img img{
    width: 100%;
    height: auto;
}
.item-preview-options span.item-preview-options-count{
    border: 0;
    border-radius: 0;
    font-size: 16px;
}
.checkout-form .form-control::placeholder{
    text-align: left;
    color: #888;
}
.form-custom.checkout-form textarea.form-control,
.checkout-form .form-control{
    text-align: left;
    border: 1px solid #888;
    color: #888;
}
.block-title-custom .part-header{
    color: #888;
}
.mb-35{
    margin-bottom: 35px;
}
.mb-50{
    margin-bottom: 50px;
}
.module-category-header{
    color: #000;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2.86px;
    text-transform: uppercase;
}
.module-price-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
    margin-top: 13px;
}
.products-list.grid .product-wapper .products-content  .module-price-wrapper .price,
.module-price-wrapper .price{
    display: flex;
    flex-direction: column;
    text-align: left;
    margin: 0;
    position: relative;
    overflow: visible;
}
.products-list.grid .product-wapper .products-content  .module-price-wrapper .price .price-from,
.module-price-wrapper .price .price-from{
    position: absolute;
    bottom: 0;
    right: calc(100% + 10px);
}
.products-list.grid .product-wapper .products-content  .module-price-wrapper  .price:before{
    display: none;
}
.module-count .quantity{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
}
.module-count .quantity input{
    height: 36px;
    width: 36px;
    padding: 0 5px;
    text-align: center;
}
.module-count .quantity button{
    height: 36px;
    width: 30px;
    cursor: pointer;
}
.disabled-item{
    position: relative;
    opacity: 0.5;
    pointer-events: none;
}


.blocked-quantity input,
.blocked-quantity .module-plus{
    pointer-events: none;
}
.modules-cart-wrapper{
    padding-left: 20px;
}

.modules-cart-wrapper .selected-module-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.shop-cart .cart-items tbody tr.no-bottom-border td{
    border-bottom: none;
}

.modules-cart-wrapper .selected-module-item .selected-module-header{
    width: 30%;
}
.modules-cart-wrapper .selected-module-item:not(:last-of-type){
    border-bottom: 1px solid #e8e8e8;
}
.selected-module-price .price{
    color: #000;
}
.item-fixed-cart{
    display: none;
    position: fixed;
    top: 160px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 998;
    padding: 10px 0;
}
.w-100{
    width: 100%;
}
.item-fixed-cart .product-title-h2{
    font-size: 30px;
}
.item-fixed-cart-content .price{
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2.86px;
    text-transform: uppercase;
    color: #000;
}
.error-cart-add{
    font-size: 12px;
    margin-top: 2px;
    color: #c40f0f;
    position: absolute;
}
.light-header .sticky-header,
.sticky-header{
    position: sticky;
    top: 0;
    left: 0;
    transition: .4s all;
}
.site-header.header-v4 .header-top{
    transition: .2s all;
}

.light-header .fixed-header.site-header.header-v4 .header-top,
.fixed-header.site-header.header-v4 .header-top{
    padding: 10px 0;
}
.light-header .site-header.bg-black.sticky-header.fixed-header{
    background: #000;
}

.light-header .sticky-header.fixed-header .language-switcher,
.light-header .sticky-header.fixed-header .language-switcher .language-link,
.light-header .sticky-header.fixed-header .site-navigation-extend .search-box i,
.light-header .sticky-header.fixed-header.color-white .site-navigation ul > li.level-0 > a,
.light-header .sticky-header.fixed-header .site-logo .logo-text,
.light-header .sticky-header.fixed-header.site-header .header-page-link.header-phones-block div,
.light-header .sticky-header.fixed-header.site-header .header-page-link.header-phones-block div a,
.light-header .sticky-header.fixed-header.site-header .header-page-link.working-time div {
    color: #fff;
}
.light-header .sticky-header.fixed-header .mini-cart .icons-cart img {
    content: url("/storage/icons/cart-icon.svg");
}
.light-header .sticky-header.fixed-header .mini-cart .cart-count {
    color: #000;
    background: #fff;
}

.light-header .sticky-header.fixed-header.site-header.color-white .header-mobile .navbar-toggle:before,
.light-header .sticky-header.fixed-header .header-mobile .search-box i{
    color: #fff;
}
.mobile-header-contacts{
    line-height: 1;
}
.light-header .mobile-header-contacts a{
    color: #000;
}
.mobile-header-contacts a{
    color: #fff;
}
.fixed-header .mobile-header-contacts a{
    color: #fff;
}
.sprava-logo{
    display: flex;
    align-items: center;
}
.sprava-logo a{
    line-height: 1;
    margin-left: 5px;
}
.sprava-logo img{
    height: 18px;
}
.module-category-subheader{
    text-align: center;
    color: #888;
}
.module-category-error-text{
    color: #c40f0f;
    text-align: center;
}


.product-cart-button-wrapper{
    position: relative;
}
.product-cart-button-wrapper .add-to-cart-product-top-js{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 98;
}
.add-to-cart-product-top-js{
    display: none;
}
.add-to-cart-product:disabled + .add-to-cart-product-top-js{
    display: block;
}
.shop-details .variations tr.variation-error-text{
    color: #c40f0f;
    margin: 0;
    line-height: 1;
    display: none;
    margin-bottom: 15px;
}
.variation-error{
    border: 1px solid #dcd865;
    background-color: #fffdd6;
    border-radius: 15px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -10px;
}
.sidebar-menu-toggler{
    cursor: pointer;
}
a.add-to-cart.disabled{
    color: #fff;
}
.light-header footer .site-logo .logo-text{
    color: #fff;
}
.sidebar-category-submenu{
    display: none;
}
.block-product-cats ul li a.current-category,
.current-category{
    color: #000;
    font-weight: 500;
}
.product-item-stock{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
}
.product-item-stock strong{
    color: #888;
    font-weight: 400;
}

.shop-details .variations .attributes ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 7px;
}
.shop-details .variations .label{
    width: auto;
}
.mobile-language-switcher-wrapper{
    display: none;
}

.search-overlay .search-from .search-box .search-top{
    overflow: visible;
}
.search-overlay .search-from .search-box input + .search-top .close-search{
    overflow: visible;
    position: fixed;
    top: 0px;
    right: 15px;
}

.shop-details .product-item-stock + .description,
.shop-details .product-item-stock + .buttons{
    margin-top: 15px;
}

.shop-details .buttons .module-assembly-button + button{
    display: none;
}



.shop-details .buttons .module-assembly-button{
    display: inline-flex;
    padding: 0 35px;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 1.82px;
    text-transform: uppercase;
    background: #000;
    column-gap: 7px;
    z-index: 174;
    height: 40px;
    transition: .2s all;
    position: relative;
}
.shop-details .buttons .module-assembly-button:hover{
    background: rgba(0,0,0,.8);
    cursor: pointer;
}

.product-item .modules-select-variation-btn{
    color: #000;
    background: #fff;
    border: 1px solid #000;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    padding: 3px 5px;
    width: 120px;
    margin: auto;
    margin-top: 10px;
    transition: all .2s;
}
.product-item .modules-select-variation-btn:hover{
    color: #fff;
    background: #000;
    cursor: pointer;
}

.select-module-variations-wrapper.active{
    display: flex;
}
.select-module-variations-wrapper .select-module-variations-content{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    overflow-y: auto;
}

.select-module-variations-wrapper .select-module-variations-content > div {
    width: 100%;
}
.select-module-variations-wrapper .select-module-variations-content .select-module-variations-content-variations {
    height: 100%;
    overflow-y: auto;
}

.select-module-variations-wrapper{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99;
    padding: 5px;
    border: 1px solid rgb(240, 240, 240);
}

.select-module-variations-wrapper .error-message{
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0px;
    color: #c40f0f;
    display: none;
}
.select-module-variations-content-buttons div:nth-of-type(2).disabled:hover,
.select-module-variations-content-buttons div:nth-of-type(2).disabled,
.select-module-variations-content-buttons div.disabled:hover,
.select-module-variations-content-buttons div.disabled{
    pointer-events: none;
    background: #888;
    border-color: #888;
    cursor: auto;
}
.select-module-variations-content-buttons{
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 15px;
    margin-top: 2px;
    padding: 0 5px;
}

.select-module-variations-content-buttons div{
    color: #000;
    background: #fff;
    border: 1px solid #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    padding: 3px 5px;
    margin: auto;
    transition: all .2s;
    width: 49%;
}
.select-module-variations-content-buttons div:nth-of-type(2){
    color: #fff;
    background: #000;
}
.select-module-variations-content-buttons div:hover{
    color: #fff;
    background: #000;
    cursor: pointer;
}
.select-module-variations-content-buttons div:hover:nth-of-type(2){
    color: #000;
    background: #fff;
}
.module-variation-type{
    margin-bottom: 10px;
}
.module-variation-type .module-variation-type-label{
    font-size: 16px;
    font-weight: 700;
}
.module-variation-type.module-variation-type-3 .module-variation-type-current-value,
.module-variation-type.module-variation-type-2 .module-variation-type-current-value{
    display: none;
}

.module-variation-type .module-variation-type-items{
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 0 5px;
    flex-wrap: wrap;
}
.module-variation-type .module-variation-type-items .module-variation-type-items-value-inner{
    width: auto;
    border-radius: 15px;
    font-size: 14px;
    border-color: #888;
    color: #888;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
}
.module-variation-type .module-variation-type-items .module-variation-type-items-value-inner i{
    overflow: hidden;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    line-height: 0;
}
.module-variation-type .module-variation-type-items .module-variation-type-items-value-inner span{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}
.module-variation-type .module-variation-type-items .module-variation-type-items-value-inner:hover{
    cursor: pointer;
    border-color: #000;
}

.module-variation-type .module-variation-type-items .module-variation-type-items-value.selected{
    position: relative;
}
.module-variation-type .module-variation-type-items .module-variation-type-items-value.selected > span{
    border: 1px solid #1b1d1f;
}
.module-variation-type .module-variation-type-items .module-variation-type-items-value.selected:before {
    border: 1px solid #1b1d1f;
    position: absolute;
    content: "";
    display: block;
    border-radius: 18px;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    left: -4px;
    top: -4px;
    z-index: 10;
}
.filters-mobile-tags,
.mobile-items-block-toggler-js,
.apply-filters-mobile-button-wrapper,
.mobile-popup-functionality-close-wrapper,
.section-mobile-filters-control{
    display: none;
}
.shop-details .variations .attributes.attributes-filter-wrapper-1 ul li.label{
    width: 55px;
}
.shop-details .variations .attributes.attributes-filter-wrapper-1 ul li:not(.label) span.variation-attributes-item-image{
    height: 85px;
}

.shop-details .variations .attributes.attributes-filter-wrapper-1 ul li:not(.label) span.variation-attributes-item-image i{
    width: 85px;
    height: 85px;
}
.shop-details .variations .attributes.attributes-filter-wrapper-1 ul li:not(.label) span.variation-attributes-item-image.checked:before{

}
.shop-details .variations .attributes.attributes-filter-wrapper-1 ul li.name-of-attribute-value{
    width: calc(100% - 65px);
    margin: 0;
}
.shop-details .variations tr td{
    width: 100%;
}
.menu-backdrop{
    display: none;
}
.menu-backdrop.active{
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.6);
    z-index: 999;
}

.variation-module-info{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px;
    background: rgba(255,255,255,.8);
    display: none;
    flex-direction: column;
    row-gap: 10px;
    text-align: left;
    line-height: 1;
}
.variation-module-info .variation-module-info-heading{
    font-weight: 600;
}
.variation-module-info.active{
    display: flex;
}
.cart-modal-buttons{
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart-modal-buttons a.btn{
    background: #000;
    border: 1px solid #000;
    color: #fff;
}
.cart-modal-buttons a.btn:hover{
    background: #fff;
    color: #000;
}
.product-item.item-module-preview .products-thumb,
.product-module-carousel{
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
}
.product-module-carousel .slick-dots{
    display: none !important;
}
.product-module-carousel{
    position: relative;
}
.product-module-carousel .slick-arrow{
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: hsla(0, 0%, 100%, .5);
    color: #000;
    text-align: center;
    top: calc(50% - 15px);
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 55;
    font-size: 18px;
    border-radius: 50%;
    transform: none;
    margin: 0;
    transition: all .2s ease-in-out;
    left: 5px;
}
.product-item.item-module-preview:hover .product-module-carousel .slick-arrow{
    opacity: 1;
    visibility: visible;
}
.product-module-carousel .slick-arrow:hover {
    background: #000;
    color: #fff;
    cursor: pointer;
}
.product-module-carousel .slick-arrow.slick-arrow-next{
    left: auto;
    right: 5px;
}



@media only screen and (max-width: 1400px){
    .site-navigation ul > li.level-0{
        padding: 0 6px;
    }
    .site-navigation ul > li.level-0 > a{
        font-size: 12px;
    }
}

@media only screen and (max-width: 991px){
    .site-logo .logo-text{
        font-size: 34px;
        letter-spacing: 4.42px;
    }
    .site-header .header-mobile{
        padding: 0 7.5px;
    }
    .site-header .header-mobile .mini-cart .cart-icon .icons-cart img{
        width: 20px;
        height: auto;
    }
    .header-mobile .header-right{
        column-gap: 10px;;
    }
    .site-header .header-mobile .ruper-topcart{
        margin: 0;
    }
    .ruper-topcart.dropdown .mini-cart{
        line-height: 1;
    }
    .site-header .header-mobile .mini-cart .cart-count{
        position: absolute;
        top: -7px;
        right: -10px;
        width: 14px;
        height: 14px;
        line-height: 14px;
        font-size: 10px;
    }
    .header-mobile .search-box i {
        color: #fff;
        font-size: 17px;
    }
    .section-mb-120{
        margin-bottom: 70px;
    }

    .light-header .site-header.color-white .header-mobile .navbar-toggle:before ,
    .light-header .header-mobile .search-box i {
        color: #000;
    }
    .light-header .header-mobile .col-12{
        border-bottom: 1px solid  rgba(0,0,0,.15);;
    }
    .header-mobile .col-12{
        border-bottom: 1px solid  #202020;
    }
    .light-header .site-header.color-white .header-mobile .mini-cart .cart-count{
        color: #fff;
        background: #000;
    }
    .header-mobile .header-left,
    .header-mobile .header-right{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .site-main .page-title{
        padding: 125px 15px 50px 15px;
        margin-bottom: 15px;
    }

    .mobile-language-switcher-wrapper{
        position: absolute;
        right: 15px;
        top: 0;
        color: #fff;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .mobile-language-switcher-wrapper .language-switcher-mobile{
        position: relative;
    }
    .language-switcher-mobile .language-link-current{
        font-weight: 700;
    }
    .language-items-mobile{
        display: none;
    }
    .language-link-current.open-list + .language-items-mobile{
        display: flex;
        flex-direction: column;
        position: absolute;
        background: #fff;
        padding: 5px;
        z-index: 99;
        margin-left: -5px;
    }
    .language-items-mobile a{
        color: #000;
    }
    .frontend-widgets-blocks-contactblock .block-newsletter{
        padding-left: 0!important;
        justify-content: center;
    }
    .section-mobile-filters-control{
        display: block;
        position: sticky;
        top: 95px;
        padding: 10px 0 10px;
        background: #fff;
        z-index: 99;
    }
    .section-mobile-filters-control .section-mobile-filters-control-buttons{
        padding: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 10px;
    }
    .section-mobile-filters-control .section-mobile-filters-control-buttons button{
        padding: 5px 0px;
        display: inline-flex;
        align-items: center;
        column-gap: 7px;
        background: #000;
        color: #FFF;
        text-align: center;
        font-family: "Oswald", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 21px;
        letter-spacing: 1.82px;
        text-transform: uppercase;
        transition: .2s all;
        width: 100%;
        justify-content: center;
    }
    .mobile-popup-functionality{
        display: none;
    }
    .show-modal.mobile-popup-functionality{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.64);
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px);
        z-index: 10000;
        top: 0;
        left: 0;
        position: fixed;
        padding: 15px;
        margin: 0;
    }
    .body-backdrop{
        overflow: hidden;
    }
    .filters-mobile-popup-container{
        width: 100%;
        height: 100%;
        background: #fff;
        padding: 15px;
        border-radius: 5px;
        overflow-y: scroll;
    }
    .mobile-popup-functionality-close-wrapper{
        display: flex;
        align-items: center;
        justify-content: flex-end;
        background: #fff;
        width: calc(100% + 30px);
        z-index: 9;
        margin-left: -15px;
        margin-right: -15px;
        top: -15px;
        position: sticky;
        padding-right: 15px;
    }

    .mobile-items-block-js .block-content{
        display: none;
    }

    .mobile-items-block-js.mobile-items-block-open .block-content{
        display: block;
    }

    .mobile-items-block-js .filter-title,
    .mobile-items-block-js .block-title{
        display: flex;
        justify-content: space-between;
        align-items: center;
        column-gap: 15px;
    }
    .mobile-items-block-js .mobile-items-block-toggler-js{
        font-size: 20px;
        display: block;
    }
    .sidebar .block.mobile-items-block-js.mobile-items-block-open  .block-title,
    .mobile-items-block-js.mobile-items-block-open  .block-title{
        margin-bottom: 25px;
    }
    .sidebar .block.mobile-items-block-js .block-title h2{
        margin-bottom: 0px;
    }
    .mobile-popup-functionality-close i{
        font-size: 18px;
    }
    .filters-mobile-popup-container .update-list-products{
        display: none;
    }
    .mobile-items-block-open .mobile-items-block-toggler-js i:before{
        content: "\f105";
    }

    .apply-filters-mobile-button-wrapper{
        margin: auto;
        position: sticky;
        display: flex;
        align-items: center;
        justify-content: center;
        bottom: -15px;
        background: #fff;
        width: calc(100% + 30px);
        z-index: 9;
        padding-top: 10px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .apply-filters-mobile-button-wrapper button{
        padding: 5px 15px;
        display: inline-flex;
        align-items: center;
        column-gap: 7px;
        background: #000;
        color: #FFF;
        text-align: center;
        font-family: "Oswald", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 21px;
        letter-spacing: 1.82px;
        text-transform: uppercase;
        transition: .2s all;
    }
    .block-product-filter .layout-slider span.jslider.jslider_plastic .jslider-value.jslider-value-to{
        left: auto !important;
        right: 0!important;
    }

    #sorting-mobile-popup .products-sort .sort-toggle{
        display: none;
    }
    #sorting-mobile-popup .products-sort .dropdown-menu{
        display: flex;
        flex-direction: column;
        position: unset !important;
        width: 100%;
        border: none;
        box-shadow: none;
        will-change: unset !important;
        transform: none !important;
    }
    #sorting-mobile-popup .products-sort .dropdown-menu li {
        margin-bottom: 8px;
        border-bottom: 1px solid #888;
        padding-bottom: 8px;
    }
    #sorting-mobile-popup .products-sort .dropdown-menu li:last-of-type{
        margin-bottom: 0;
        padding-bottom: 0;
        border: none;
    }
    .products-topbar #sorting-mobile-popup  .products-sort{
        margin-right: 0;
        width: 100%;
    }
    .products-topbar .products-sort .sort-list li a{
        color: #000;
        font-size: 16px;
    }
    .products-topbar .products-sort .sort-list li.active a{
        font-weight: 700;
    }
    #sorting-mobile-popup.show-modal.mobile-popup-functionality .filters-mobile-popup-container{
        width: 280px;
        height: 280px;
    }
    .filters-mobile-tags.tags-show{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        margin: 10px 0;
        flex-wrap: wrap;
    }
    .item-fixed-cart{
        top: 98px;
    }
    .product-module-carousel .slick-arrow{
        display: none !important;
    }

    .product-module-carousel .slick-dots{
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 10px;
        gap: 4px;
    }
    .product-module-carousel .slick-dots li{
        margin: 0;
        width: auto;
        height: auto;
    }
    .product-module-carousel .slick-dots li button:before{
        display: none;
    }
    .product-module-carousel .slick-dots li button{
        display: block;
        width: 12px;
        height: 12px;
        border-radius: 12px;
        background: #fff;
        border: 1px solid #000;
        margin: 0;
    }
    .product-module-carousel .slick-dots li.slick-active button{
        background: #000;
    }
}

@media only screen and (max-width: 767px){
    .footer-text-block div a, .footer-text-block div,
    #site-footer .footer-menu li a,
    footer#site-footer{
        font-size: 14px;
        line-height: normal;
    }
    .footer-left .copyright{
        text-align: left;
    }
    .footer-menu.footer-horizontal-menu{
        justify-content: flex-start;
        column-gap: 15px;
    }
    #site-footer{
        padding-bottom: 0;
        padding-top: 50px;
        margin-top: 95px;
    }
    #site-footer .block .block-title{
        font-size: 20px;
    }
    .block-sliders.layout-12 .item-content .item-info .subtitle-slider{
        font-size: 16px;
        line-height: normal;
        letter-spacing: 2.08px;
    }
    .block-sliders.layout-12 .item-content .item-info .title-slider{
        font-size: 30px;
        line-height: normal;
        letter-spacing: 3.9px;
        margin-bottom: 35px;
    }
    .block-sliders .item-content .item-info .button-slider{
        font-size: 12px;
        line-height: normal;
        letter-spacing: 1.56px;
        padding: 7px 30px;
    }
    .block-video .block-widget-video .video-text .title{
        font-size: 26px;
        line-height: normal;
        letter-spacing: 3.38px;
    }
    .block-video .block-widget-video .video-text .description{
        font-size: 17px;
        line-height: 26px;
        font-weight: 400;
    }

    .partners-catalog-item .partners-catalog-item-title{
        font-size: 20px;
        letter-spacing: 2.6px;
    }
    .row-gap-sm-30{
        row-gap: 30px;
    }

    .show-on-mobile-first > div:not(:first-of-type){
        visibility: hidden;
        height: 0;
    }
    .show-on-mobile-first.show-all > div{
        visibility: visible;
        height: auto;
    }
    .btn-show-all.btn-show-all-js{
        display: flex;
    }
    .btn-show-all{
        border: 1px solid #000;
        padding: 7px 30px;
        font-family: "Oswald",  sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        letter-spacing: 1.56px;
        text-transform: uppercase;
        margin: auto;
    }
    .btn.btn-style2{
        width: 100%;
    }
    .review-form.form-custom .review-form-right .form-group{
        margin-bottom: 25px;
    }
    .review-form.form-custom .review-form-right textarea{
        height: 150px;
    }
    .subcategory-item span{
        font-size: 15px;
    }
    .title-underline{
        flex-direction: column;
        row-gap: 10px;
    }
    .item-fixed-cart .product-title-h2{
        font-size: 18px;
        letter-spacing: 1px;
    }
    .item-fixed-cart .section-container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .item-fixed-cart-content .price{
        font-size: 16px;
        letter-spacing: 1px;
    }
    .item-fixed-cart-content .add-to-cart-product{
        padding-right: 0 15px;
        font-size: 12px;
        letter-spacing: 1px;
        height: 30px;
    }
    .item-fixed-cart-content .item-fixed-cart-right{
        justify-content: space-between;
        width: 100%;
    }
    .item-preview-options span{
        height: 28px;
        border-radius: 14px;
    }
    .item-preview-options span.item-preview-options-img {
        width: 28px;
    }
    .item-preview-options{
        column-gap: 6px;
    }
    .shop-cart .cart-items{
        border-top: 1px solid #e8e8e8;
    }
    .shop-cart .cart-items thead{
        display: none;
    }
    .shop-cart .cart-items .cart-item {
        display: flex;
        flex-direction:row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .shop-cart .cart-items tbody tr td.product-price{
        display: none;
    }
    .shop-cart .cart-items tbody tr td{
        border-bottom: none;
    }
    .shop-cart .cart-items{
        width: 100%;
    }
    .shop-cart .cart-items tbody tr td.product-thumbnail{
        width: 100%;
    }
    .modules-cart-wrapper .selected-module-item{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        row-gap: 15px;
    }
    .modules-cart-wrapper .selected-module-item .selected-module-image{
        width: 80px;
    }
    .modules-cart-wrapper .selected-module-item .selected-module-price{
        display: none;
    }
    .modules-cart-wrapper .selected-module-item .selected-module-header{
        width: calc(100% - 90px)
    }
    .modules-cart-wrapper .selected-module-item:not(:last-of-type){
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .cart-item.no-bottom-border{
        margin-top: 25px;
    }
    .modules-cart-wrapper{
        padding-left: 10px;
    }
}
/* cyrillic-ext */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../gfonts/TK3iWkUHHAIjg752FD8Ghe4.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../gfonts/TK3iWkUHHAIjg752HT8Ghe4.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../gfonts/TK3iWkUHHAIjg752Fj8Ghe4.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../gfonts/TK3iWkUHHAIjg752Fz8Ghe4.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../gfonts/TK3iWkUHHAIjg752GT8G.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../gfonts/TK3iWkUHHAIjg752FD8Ghe4.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../gfonts/TK3iWkUHHAIjg752HT8Ghe4.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../gfonts/TK3iWkUHHAIjg752Fj8Ghe4.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../gfonts/TK3iWkUHHAIjg752Fz8Ghe4.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../gfonts/TK3iWkUHHAIjg752GT8G.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../gfonts/TK3iWkUHHAIjg752FD8Ghe4.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../gfonts/TK3iWkUHHAIjg752HT8Ghe4.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../gfonts/TK3iWkUHHAIjg752Fj8Ghe4.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../gfonts/TK3iWkUHHAIjg752Fz8Ghe4.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../gfonts/TK3iWkUHHAIjg752GT8G.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../gfonts/TK3iWkUHHAIjg752FD8Ghe4.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../gfonts/TK3iWkUHHAIjg752HT8Ghe4.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../gfonts/TK3iWkUHHAIjg752Fj8Ghe4.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../gfonts/TK3iWkUHHAIjg752Fz8Ghe4.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../gfonts/TK3iWkUHHAIjg752GT8G.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../gfonts/TK3iWkUHHAIjg752FD8Ghe4.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../gfonts/TK3iWkUHHAIjg752HT8Ghe4.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../gfonts/TK3iWkUHHAIjg752Fj8Ghe4.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../gfonts/TK3iWkUHHAIjg752Fz8Ghe4.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../gfonts/TK3iWkUHHAIjg752GT8G.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'PT Sans Narrow';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../gfonts/BngRUXNadjH0qYEzV7ab-oWlsbCLwR26eg.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'PT Sans Narrow';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../gfonts/BngRUXNadjH0qYEzV7ab-oWlsbCCwR26eg.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
    font-family: 'PT Sans Narrow';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../gfonts/BngRUXNadjH0qYEzV7ab-oWlsbCIwR26eg.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'PT Sans Narrow';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../gfonts/BngRUXNadjH0qYEzV7ab-oWlsbCGwR0.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'PT Sans Narrow';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../gfonts/BngSUXNadjH0qYEzV7ab-oWlsbg95AiIW_3QRQ.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'PT Sans Narrow';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../gfonts/BngSUXNadjH0qYEzV7ab-oWlsbg95AiBW_3QRQ.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
    font-family: 'PT Sans Narrow';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../gfonts/BngSUXNadjH0qYEzV7ab-oWlsbg95AiLW_3QRQ.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'PT Sans Narrow';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../gfonts/BngSUXNadjH0qYEzV7ab-oWlsbg95AiFW_0.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'fa-viber';
    src:url('../libs/font-awesome/fonts/fa-viber.eot?-3dwksg');
    src:url('../libs/font-awesome/fonts/fa-viber.eot?#iefix-3dwksg') format('embedded-opentype'),
    url('../libs/font-awesome/fonts/fa-viber.ttf?-3dwksg') format('truetype'),
    url('../libs/font-awesome/fonts/fa-viber.woff?-3dwksg') format('woff'),
    url('../libs/font-awesome/fonts/fa-viber.svg?-3dwksg#fa-viber') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa-viber:before {
    font-family: 'fa-viber';
    content: "\e666";
}
