* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, div, .wrapper, content {
    display: block;
    position: relative;
}

ul, ol {
    list-style: none;
}

img, iframe {
    max-width: 100%;
    color: transparent;
    vertical-align: bottom;
    border: 0;
}

button {
    border: 0;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

input, textarea {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    border: 0;
    border-radius: 2px;
    background-color: #fff;
    color: #313B4D;
}

b, strong, h1, h2, h3, h4, h5, h6 {
    font-weight: 600
}

a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    outline: none !important;
}

a:hover, a:focus {
    color: #4E6297;
}

*:focus {
    outline: 0;
}

input::-webkit-input-placeholder {
    color: #313B4D;
}

input::-moz-placeholder {
    color: #313B4D;
}

input:-ms-input-placeholder {
    color: #313B4D;
}

input:-moz-placeholder {
    color: #313B4D;
}

textarea::-webkit-input-placeholder {
    color: #313B4D;
}

textarea::-moz-placeholder {
    color: #313B4D;
}

textarea:-ms-input-placeholder {
    color: #313B4D;
}

textarea:-moz-placeholder {
    color: #313B4D;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    max-width: 100%;
}

img[data-src] {
    opacity: 0
}

img[src] {
    opacity: 1
}

body {
    margin: 0 auto;
    min-width: 320px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 400;
}

body::-webkit-scrollbar-button {
    width: 14px;
    height: 14px;
    background: #4E6297;
    cursor: pointer;
}

body::-webkit-scrollbar-track {
    background-color: #fff;
}

body::-webkit-scrollbar-thumb {
    background: #313B4D;
    cursor: pointer;
}

body::-webkit-resizer {
    width: 14px;
    height: 14px
}

body::-webkit-scrollbar {
    width: 14px;
    height: 0;
    cursor: pointer;
}

.row:after {
    content: '';
    clear: both;
    display: block;
}

.wrap {
    width: 1260px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-justify {
    display: flex;
    justify-content: space-between;
}

.flex-all {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.button {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button:hover {
    opacity: .9;
}

.blue {
    background: #002347;
    color: #fff;
}

.madein {
    line-height: 40px;
    color: #fff;
    font-weight: 400;
    letter-spacing: -0.5px;
    background: #212C48;
}

.madein img {
    margin-left: 15px;
}

.open-binotel {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
    border: 2px solid #F2F4F5;
    background: #3F759B;
    cursor: pointer;
    font-size: 30px;
}
@media screen and (max-width:1259px) {
    .wrap {
        width: 768px;
    }
    .open-binotel {
        width: 40px;
        height: 40px;
        font-size: 20px;
        border: 2px solid #fff;
    }
}
@media screen and (min-width: 993px) and (max-width: 1259px) {
    .header .wrap {
        width: 97%;
    }
    .header .head-phone {
        margin: 0 10px 0 auto;
    }
    .header .head-menu {
        margin: 0 auto;
    }
    .header .head-menu>ul>li {
        padding-right: 15px;
    }
    .header .head-logo img {
        max-width: 90%;
    }
    .header .head-menu>ul>li>a {
        font-size: 15px;
        padding-top: 5px;
    }
}
@media screen and (max-width:993px) {
    .madein {
        display: none;
    }
    
}

@media screen and (max-width:767px) {
    .wrap {
        width: 480px;
    }
}

@media screen and (max-width:479px) {
    .wrap {
        width: 100%;
        min-width: 320px;
    }
}

/*header*/
.header {
    height: 130px;
    background: #fff;
}

.head-top {
    height: 80px;
    align-items: center;
}

.head-menu {
    margin-left: 105px;
}

.head-menu>ul {
    display: flex;
}

.head-menu>ul>li {
    padding-right: 30px;
    position: relative;
}

.head-menu>ul>li.parent:hover:before, .head-phone:hover .default-phone:before {
    content: '';
    border: 10px solid transparent;
    border-bottom: 10px solid #F4F5F7;
    position: absolute;
    top: 12px;
    right: 24px;
}

.head-menu>ul>li>a {
    font-size: 16px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    color: #313B4D;
    display: flex;
    align-items: center;
    position: relative;
}

.head-menu>ul>li:hover>a, .head-menu>ul>li.active>a {
    color: #FF3600;
}

.head-menu>ul>li.parent>a:after, .head-phone .default-phone:after {
    content: '';
    border: 4px solid transparent;
    border-top: 4px solid #313B4D;
    height: 0;
    margin: 3px 0 0 12px;
}

.head-menu>ul>li>ul, .popup-phone {
    display: none;
    position: absolute;
    top: 32px;
    width: 235px;
    padding: 15px 10px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    z-index: 99;
}

.head-menu>ul>li:hover>ul {
    display: block;
}

.head-menu>ul>li>ul:before, .head-phone .popup-phone:before {
    content: '';
    position: absolute;
    top: -12px;
    left: 0;
    width: 100%;
    height: 12px;
}

.head-menu>ul>li>ul>li>a, .popup-phone a {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #484B4C;
    display: block;
    padding: 12px 23px;
}

.head-menu>ul>li>ul>li>a:hover, .popup-phone a:hover {
    background: rgba(33, 44, 72, 0.08);
}

.head-phone {
    margin: 0 55px 0 auto;
}

.head-phone .default-phone {
    font-size: 16px;
    letter-spacing: -0.5px;
    color: #313B4D;
}

.head-phone:hover .default-phone {
    color: #FF3600;
}

.head-phone:hover .default-phone:before {
    right: calc(50% - 10px);
}

.head-phone .default-phone:after {
    margin: 3px 0 0 15px;
}

.head-phone .default-phone i {
    margin-right: 10px;
    font-size: 15px;
}

.head-phone .popup-phone {
    width: initial;
    right: 0;
    top: 32px;
}

.head-phone:hover .popup-phone {
    display: block;
}

.head-phone .popup-phone a {
    display: flex;
    align-items: center;
    padding: 12px;
}

.head-phone .popup-phone a i {
    margin-right: 10px;
    font-size: 12px;
}

.head-lang ul {
    display: flex;
    align-items: center;
}

.head-lang ul:before {
    content: '';
    width: 23px;
    height: 12.55px;
    background: #002347;
    border-radius: 10px;
    order: 2;
    margin: 0 5px;
}

.head-lang ul li:first-child {
    order: 1;
}

.head-lang ul li:last-child {
    order: 3;
}

.head-lang ul li a {
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
}

.head-lang ul li a:hover {
    color: #FF3600;
}

.head-lang ul li a:before {
    content: '';
    position: absolute;
    top: 2.68px;
    width: 14.64px;
    height: 14.64px;
    background: transparent;
    border-radius: 10px;
}

.head-lang ul li:first-child a:before {
    right: -18px;
}

.head-lang ul li:last-child a:before {
    left: -18px;
}

.head-lang ul li.active a:before {
    background: #8FB4C4;
}

.head-app, .head-social, .head-phone .hide {
    display: none;
}
@media screen and (max-width:1259px) {
    
}
@media screen and (max-width:993px) {
    .header {
        height: initial;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 9999;
    }

    .head-top {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 86px;
        left: 0;
        width: 100%;
        height: initial;
        z-index: 9999;
        flex-wrap: wrap;
        align-items: start;
        background: #fff;
        overflow-y: auto;
        padding-top: 20px;
    }

    .head-top.active {
        display: flex;
    }

    .head-logo {
        order: 1;
    }

    .head-menu {
        margin-left: 0;
        order: 2;
        width: 100%;
        padding-top: 20px;
    }

    .head-menu>ul {
        flex-direction: column;
    }

    .head-menu>ul>li {
        padding-right: 0;
        border-top: 1px solid #eee;
    }

    .head-menu>ul>li:first-child {
        display: none;
    }

    .head-menu>ul>li>a {
        letter-spacing: initial;
        text-transform: initial;
        font-weight: 600;
        font-size: 14px;
        line-height: 40px;
        color: #777E90;
    }

    .head-menu>ul>li.parent>a:after {
        font-family: 'Font Awesome 5 Regular';
        font-weight: 400;
        content: "\f078";
        margin-left: auto;
        border: 0;
        height: initial;
    }

    .head-menu>ul>li>ul, .head-menu>ul>li:hover>ul, .head-phone .popup-phone {
        display: none;
        position: relative;
        top: initial;
        width: 100%;
        padding: 0;
        background: transparent;
        box-shadow: none;
        border-radius: 0;
        z-index: initial;
    }

    .head-menu>ul>li>ul:before, .head-phone .popup-phone:before, .head-phone .default-phone, .head-menu>ul>li.parent:hover:before, .head-phone:hover .default-phone:before {
        display: none !important;
    }

    .head-menu>ul>li>ul>li {
        padding-bottom: 10px;
    }

    .head-menu>ul>li>ul>li>a, .head-phone .popup-phone a {
        padding: 0;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        background: transparent !important;
    }

    .head-phone {
        margin: 0 0 10px;
        padding-bottom: 10px;
        order: 3;
        width: 100%;
        border-bottom: 1px solid #eee;
    }

    .head-phone .popup-phone {
        display: block;
    }

    .head-phone .popup-phone a {
        margin-bottom: 10px;
    }

    .head-lang {
        order: 1;
        line-height: 36px;
    }

    .head-app, .head-social {
        display: flex;
        order: 4;
        width: 100%;
        padding-bottom: 30px;
    }

    .head-app .title, .head-social .title {
        width: 100%;
        padding-bottom: 12px;
    }

    .head-app a {
        margin-right: 12px;
    }

    .head-social a {
        margin-right: 20px;
    }
}

@media screen and (max-width:767px) {}

@media screen and (max-width:479px) {}

.head-bott {
    color: #fff;
    height: 50px;
    background: #212C48;
}

.head-bott-wrap {
    align-items: center;
}

.head-styck-logo {
    display: none;
}

.head-catalog-open {
    width: 245px;
    height: 50px;
    border: 0.5px solid rgba(0, 35, 71, 0.31);
    border-radius: 2px;
    padding: 0 27px;
}

.head-catalog-open span {
    padding-left: 5px;
}

.head-catalog-open.active {
    background: #737a8c;
}

.head-catalog-open:before {
    content: '';
    width: 18px;
    height: 18px;
    margin-right: 13px;
    background: url('../images/icon/catalog-open.svg') no-repeat center;
}

.head-catalog-close {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(33 44 72 / 50%);
    z-index: 9;
    cursor: pointer;
    display: none;
}

.head-catalog-close.active {
    display: block;
}

.head-catalog {
    display: none;
    z-index: 999;
    position: absolute;
    top: 60px;
    background: #fff;
    box-shadow: 0px 4px 11px rgba(29, 31, 34, 0.1);
}

.head-catalog.active {
    display: flex;
}

.head-catalog ul li a {
    padding: 11.4px 15px 11.4px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    line-height: 16px;
    color: #000;
    font-weight: 500;
}

.head-catalog ul li.parent>a:after, .head-catalog-menu>ul>li>a:after {
    content: "\f054";
    font-family: 'Font Awesome 5 Regular';
    font-weight: 700;
    margin-left: 8px;
}

.head-catalog ul li>a:hover {
    background: rgba(33, 44, 72, 0.08);
}

.head-catalog-menu {
    width: 275px;
}

.head-catalog-menu ul {
    width: 275px;
}

.head-catalog-menu .group-wrap {
    visibility: hidden;
    opacity: 0;
    display: flex;
    width: 960px;
    position: absolute;
    right: -960px;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 2;
    overflow-y: auto;
    flex-direction: column;
}

.head-catalog-menu>.megamenu>li>.group-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -45px;
    width: 50px;
}

.head-catalog-menu>.megamenu>li:hover>.group-wrap {
    visibility: visible;
    opacity: 1;
}

.head-catalog-menu>.megamenu>li:hover:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -45px;
    width: 50px;
}

.head-catalog-menu .group-wrap .megamenu {
    width: 100%;
    margin-bottom: auto;
    display: flex;
}

.head-catalog-menu .group-wrap .megamenu li {
    max-width: 25%;
}

.head-catalog-menu .group-wrap .megamenu li a {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 10px 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #484B4C;
    padding: 0 10px;
    border-radius: 8px;
}

.head-catalog-menu .group-wrap .megamenu li a:hover {
    background: #FFFFFF !important;
    box-shadow: 6px 10px 25px rgba(0, 0, 0, 0.1);
}

.head-catalog-menu .group-wrap .megamenu li a .image {
    margin: 12px 0;
}

.head-catalog-menu .group-wrap .megamenu li a .image img {
    height: 100px;
}

.head-catalog-menu .group-wrap .megamenu li a .image-title {
    min-height: 34px;
    margin-bottom: 12px
}

.head-catalog-menu .group-wrap .group-content {
    margin-top: 15px;
    order: 2;
}

.menu-slider .title {
    font-size: 16px;
    font-weight: 600;
    color: #313B4D;
    padding-bottom: 15px;
}

.menu-slider .product-default {
    width: 25%;
}

.menu-slider .product-default .image {
    display: block;
    height: 180px;
}

.menu-slider .product-default .name {
    min-height: initial;
    margin-bottom: 10px;
}

.head-catalog-filtr {
    width: calc(100% - 315px);
}

.head-catalog-filtr .menu {
    display: flex;
    width: 100%;
    padding-top: 12px;
}

.head-catalog-filtr .menu>li {
    width: 307px;
    position: relative;
    border-left: 1px solid #ECECEC;
}

.head-catalog-filtr .menu>li>a {
    font-weight: 600;
    font-size: 14px;
}

.head-catalog-filtr .menu>li.parent>a:after {
    display: none;
}

.head-catalog-filtr .menu>li>.nav-child>li {
    position: relative;
}

.head-catalog-filtr .menu>li>.nav-child>li>.nav-child {
    display: none;
    position: absolute;
    right: -307px;
    width: 306px;
    top: 0;
    background: #fff;
    box-shadow: 0px 0px 10px #9095a3;
    z-index: 2;
}

.head-catalog-filtr .menu>li>.nav-child>li.item-936>.nav-child, .head-catalog-filtr .menu>li>.nav-child>li.item-751>.nav-child {
    top: initial;
    bottom: 0;
}

.head-catalog-filtr .menu>li>.nav-child>li.item-917>.nav-child, .head-catalog-filtr .menu>li>.nav-child>li.item-685>.nav-child {
    right: initial;
    left: -307px;
}

.head-catalog-filtr .menu>li>.nav-child>li.parent:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -5px;
    width: 15px;
    display: block;
    z-index: 99;
}

.head-catalog-filtr .menu>li>.nav-child>li.parent.item-917:before, .head-catalog-filtr .menu>li>.nav-child>li.parent.item-685:before {
    right: initial;
    left: -5px;
}

.head-catalog-filtr .menu>li>.nav-child>li:hover>.nav-child {
    display: block;
}

.head-search {
    width: 832px;
    background: #fff;
    border-radius: 2px;
    line-height: 40px;
    margin: 0 50px 0 16px;
}

.head-search .search-field {
    height: 40px;
    padding: 0 60px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.5px;
    background: #fff url('../images/icon/search.png') no-repeat center left 28px;
}

.head-search #voice-trigger {
    color: #002347;
    font-size: 22px;
    z-index: 2;
}

.head-search .search-area-close {
    color: #002347;
    font-size: 22px;
    margin: 0 18px;
    visibility: hidden;
    z-index: 2;
}

.head-search .magnifier {
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    width: 90px;
    height: 40px;
    background: #737a8c;
    border-radius: 0px 2px 2px 0px;
}

.head-binotel {
    display: none;
}

.head-cart .head-cart-link {
    height: 50px;
    padding: 0 13px 0 47px;
    font-weight: 400;
    font-size: 12px;
    position: relative;
}

.head-cart .head-cart-link:before {
    content: "\f07a";
    font-size: 18px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translate(0%, -50%);
}

.head-cart .head-cart-link .total_products {
    position: absolute;
    top: 4px;
    left: 28px;
    width: 18px;
    height: 18px;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    border-radius: 50%;
    background: #FF3600;
}

.head-cart .vm_cart_products {
    position: absolute;
    right: 0;
    color: #313B4D;
    z-index: 99;
    background: #fff;
    width: 400px;
    padding: 15px;
    box-shadow: 0px 4px 11px rgb(29 31 34 / 10%);
    display: none;
}

.head-cart:hover .vm_cart_products {
    display: block;
}

.head-cart .vm_cart_products .product_row {
    padding: 10px 0;
    border-top: 1px solid #eee;
}

.head-cart .vm_cart_products .product_row:first-child {
    padding-top: 0;
    border-top: 0;
}

.head-cart .vm_cart_products .product_row .subtotal_with_tax {
    white-space: nowrap;
    font-weight: bold;
    margin-left: auto;
    padding-left: 20px;
}

.head-cart .vm_cart_products .product_row .product-field-type-E {
    display: block;
    padding-top: 5px;
    font-size: 12px;
    color: #afb6c4;
}

.head-cart .vm_cart_products .product_row br {
    display: none;
}

.head-cart .vm_cart_products .product_row br {
    display: none;
}

.head-cart .vm_cart_products .total {
    padding-bottom: 10px;
    align-items: center;
}

.head-cart .vm_cart_products .total strong {
    font-size: 18px;
}

.head-cart .vm_cart_products .show_cart {
    height: 40px;
    border-radius: 4px;
}

@media screen and (max-width:1259px) {
}
@media screen and (max-width:993px) {
    .head-catalog-open, .head-cart, .head-search .magnifier, .head-search .search-area-close {
        display: none;
    }
    .head-binotel {
        display: flex;
    }
    .head-bott {
        height: 60px;
        padding: 10px 0;
    }
    .head-search {
        width: calc(100% - 60px);
        margin: 0;
    }

    .head-search #voice-trigger {
        padding: 0 13px;
    }
}
@media screen and (max-width:767px) {}

@media screen and (max-width:479px) {}

.sticky-header * {
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.sticky-header .head-catalog * {
    transition: initial;
}
@media screen and (min-width: 994px) {
    .sticky-header .head-bott {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 999;
        color: #313B4D;
        background: #fff;
        box-shadow: 0px 4px 11px rgb(29 31 34 / 10%);
    }
}

.sticky-header .head-styck-logo {
    display: block;
    margin-right: 15px;
}

.sticky-header .head-catalog-open {
    width: 134px;
    height: 42px;
    padding: 0;
    background: #4E6297;
    border: 0.5px solid rgba(0, 35, 71, 0.31);
}

.sticky-header .head-catalog-open span {
    display: none;
}

.sticky-header .head-search {
    width: 735px;
    border: 0.5px solid #E4E4E4;
    margin: 0 15px;
}

.sticky-header .head-search .search-field {
    width: 580px;
}

.sticky-header .head-search .magnifier {
    height: 42px;
    background: #002347;
    margin: -1px 0;
}

.sticky-header .head-cart .head-cart-link {
    padding: 0 0 0 32px;
    color: #313B4D;
    background: #fff;
}

.sticky-header .head-cart .head-cart-link:before {
    left: 0;
}

.sticky-header .head-cart .head-cart-link .total_products {
    left: 10px;
}

/*.header*/

/*content*/
.breadcrumb ul {
    padding: 15px 0;
}

.breadcrumb ul li {
    padding-right: 12px;
    font-weight: 300;
    line-height: 16px;
    color: #313B4D;
}

.breadcrumb ul li .divider {
    padding-left: 10px;
}

.breadcrumb ul li .fa-home {
    font-size: 16px;
}

.breadcrumb ul li .fa-chevron-right {
    color: #A7AAC0;
}

.home-title {
    font-size: 28px;
    line-height: 32px;
    color: #222D4A;
    padding-bottom: 25px;
}

.home-section {
    flex-wrap: wrap;
    padding-bottom: 60px;
}

@media screen and (max-width:1259px) {
    .breadcrumb {
        padding: 70px 10px 10px;
        overflow-x: auto;
    }

    .breadcrumb ul {
        padding: 0;
        flex-wrap: nowrap;
        white-space: nowrap;
    }

    .breadcrumb ul li {
        padding-right: 5px;
        font-size: 11px;
    }

    .breadcrumb ul li .divider {
        padding-left: 5px;
        font-size: 8px;
    }

    .breadcrumb ul li .fa-home {
        font-size: 12px;
    }
}

@media screen and (max-width:767px) {
    .home-title {
        font-size: 18px;
        padding-bottom: 15px;
        line-height: 24px;
        font-weight: 600;
    }

    .home-section {
        padding-bottom: 30px;
    }

}

@media screen and (max-width:479px) {}

.home-banner {
    padding-top: 10px;
    align-items: start;
}

.home-banner-menu {
    width: 275px;
    background: #FFFFFF;
    box-shadow: 0px 4px 11px rgba(29, 31, 34, 0.1);
}

.home-banner-menu ul .item-135, .home-banner-menu ul .item-153, .home-banner-menu ul .item-663, .home-banner-menu ul .item-664 {
    display: none;
}

.home-banner-menu ul li a {
    padding: 11.9px 15px 11.9px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    line-height: 16px;
    color: #000;
    font-weight: 500;
}

.home-banner-menu ul li a:after {
    content: "\f054";
    font-family: 'Font Awesome 5 Regular';
    font-weight: 700;
    margin-left: 8px;
}

.home-banner-menu ul li a:hover {
    background: rgba(33, 44, 72, 0.08);
}

.home-banner-slide {
    width: 955px;
}

.home-banner-slide .swiper-content {
    width: 360px;
    position: absolute;
    left: 108px;
    top: 50%;
    transform: translate(0%, -50%);
    color: #fff;
    font-weight: 400;
    font-size: 11px;
}

.home-banner-slide .swiper-content-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    padding-bottom: 20px;
}

.home-banner-slide .swiper-content-desc {
    padding-bottom: 40px;
}

.home-banner-slide .swiper-content-app {
    display: flex;
    flex-wrap: wrap;
}

.home-banner-slide .swiper-content-app span {
    width: 100%;
    padding-bottom: 8px;
}

.home-banner-slide .swiper-content-app a {
    margin-right: 6px;
}

.home-banner-slide .swiper-button-next, .home-banner-slide .swiper-button-prev {
    width: 26.42px;
    height: 42.94px;
    background: rgba(24, 24, 24, 0.25);
    border-radius: 3px;
    top: calc(50% - 22.5px);
}

.home-banner-slide .swiper-button-next:hover, .home-banner-slide .swiper-button-prev:hover {
    box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.4);
}

.home-banner-slide .swiper-pagination {
    padding-top: 30px;
    margin-left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
}

.home-catalog-open {
    display: none;
}

@media screen and (max-width:1259px) {
    .home-banner {
        padding-top: 70px;
    }

    .home-banner-menu, .home-banner-slide .swiper-pagination {
        display: none;
    }

    .home-banner-slide {
        width: 100%;
    }

    .home-banner-slide .swiper-content {
        width: 320px;
        left: 45px;
        font-size: 9px;
    }

    .home-banner-slide .swiper-content-title {
        font-size: 24px;
        padding-bottom: 10px;
    }

    .home-banner-slide .swiper-content-desc {
        padding-bottom: 18px;
        line-height: 18px;
    }

    .home-banner-slide .swiper-button-next {
        right: 0;
    }

    .home-banner-slide .swiper-button-prev {
        left: 0;
    }
}

@media screen and (max-width:767px) {
    .home-banner {
        padding-bottom: 40px;
    }

    .home-banner-slide .swiper-content {
        width: 186px;
        font-size: 7px;
    }

    .home-banner-slide .swiper-content-title {
        font-size: 16px;
    }

    .home-banner-slide .swiper-content-desc {
        padding-bottom: 14px;
        line-height: 12px;
    }

    .home-banner-slide .swiper-content-app a {
        width: 54px;
    }

    .home-banner-slide .swiper-button-next, .home-banner-slide .swiper-button-prev {
        width: 11px;
        height: 18px;
        border-radius: 0;
        top: 50%;
        margin: 0;
        font-size: 6px;
        transform: translate(0%, -50%);
    }

    .home-catalog-open {
        display: flex;
        width: 100%;
        height: 50px;
        border: 0.5px solid rgba(0, 35, 71, 0.31);
        border-radius: 2px;
        margin-top: 10px;
        background: #002347;
    }

    .home-catalog-open:before {
        content: '';
        width: 18px;
        height: 18px;
        margin-right: 10px;
        background: url('../images/icon/catalog-open.svg') no-repeat center;
    }

    .home-catalog-open span {
        padding-left: 6px;
    }
}

@media screen and (max-width:479px) {
    .home-banner-slide .swiper-content {
        width: 145px;
        left: 20px;
        font-size: 5px;
    }

    .home-banner-slide .swiper-content-title {
        font-size: 12px;
        padding-bottom: 8px;
        font-weight: 500;
    }

    .home-banner-slide .swiper-content-desc {
        padding-bottom: 8px;
        line-height: 10px;
    }

    .home-banner-slide .swiper-content-app span {
        padding-bottom: 4px;
    }
}

/*product-default*/
.product-default {
    border: 1px solid #F4F5F7;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.product-default:hover {
    box-shadow: 6px 10px 25px rgba(0, 0, 0, 0.1);
}

.product-default .image {
    height: 235px;
    padding: 10px;
    border-bottom: 1px solid #F4F5F7;
    justify-content: center;
    text-align: center;
}

.product-default .image img {
    max-height: 100%;
}

.product-default .image .percent {
    position: absolute;
    line-height: 25px;
    padding: 0 8.5px;
    left: 10px;
    top: 21px;
    background: #FF3600;
    border-radius: 5px;
    font-weight: 400;
    color: #FFFFFF;
}

.product-default .bottom {
    padding: 20px 15px 15px;
    align-items: end;
    margin-top: auto;
}

.product-default .sku {
    padding: 10px 20px 6px;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.5px;
    color: #A7A7A7;
    text-align: right;
}

.product-default .name {
    padding: 0 15px;
    display: block;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: -0.5px;
    min-height: 67px;
}

.product-default .price .sale {
    font-weight: 400;
    line-height: 17px;
    letter-spacing: -0.5px;
    text-decoration-line: line-through;
    color: #8D99A0;
    padding-bottom: 5px;
}

.product-default .price .default {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.5px;
    color: #313B4D;
    padding-bottom: 4px;
}

.product-default .price .default.orang {
    color: #FF3600;
}

.product-default .price .desc {
    font-weight: 300;
    font-size: 10px;
    color: #808080;
    opacity: 0.7;
}

.product-default .cart {
    width: 40px;
    height: 40px;
    border-radius: 2px;
    font-size: 0;
    background: #002347 url('../images/icon/cart.png') no-repeat center;
}

.product-default .cart:before {
    font-size: 20px;
}

.product-default .bottom .quantity-box, .product-default .bottom .quantity-controls {
    display: none;
}

@media screen and (max-width:767px) {
    .product-default .sku {
        padding: 10px;
    }

    .product-default .name {
        padding: 0 10px;
        line-height: 16px;
        font-size: 13px;
        min-height: 67px;
    }

    .product-default .bottom {
        padding: 20px 10px 15px;
    }

    .product-default .price .default {
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
    }
}

/*.product-default*/

/*blog-link*/
.blog-link p {
    font-size: 18px;
}

.blog-link .button {
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    border-radius: 2px;
}

/*blog-link*/

/*left menu*/
.left-menu .title {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #313B4D;
    padding-bottom: 20px;
}

.left-menu .menu>li {
    padding: 0 0 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.left-menu .menu>li:nth-child(1n+2) {
    border-top: 1px solid #ECECEC;
}

.left-menu .menu li:before {
    display: none;
}

.left-menu .menu>li>a {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 0;
    width: calc(100% - 37px);
}

.left-menu .menu>li.active>a, .left-menu .menu>li>ul>li.active>a  {
    font-weight: 600;
}

.left-menu .menu>li>.open-child {
    padding-left: 10px;
    line-height: 35px;
    font-size: 13px;
    cursor: pointer;
}

.left-menu .menu>li>.open-child:before {
    content: "\f078";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
}

.left-menu .menu>li>ul {
    width: 100%;
    display: none;
}

.left-menu .menu>li.active>ul {
    display: block;
}

.left-menu .menu>li>ul>li {
    padding: 0 0 5px;
}

.left-menu .menu>li>ul>li>a {
    font-weight: 400;
    line-height: 20px;
    color: #000;
    display: block;
    padding: 5px 0 5px 20px;
    position: relative;
}

.left-menu .menu>li>ul>li>a:before, .left-menu .menu>li>ul>li>a:after {
    content: '';
    border-radius: 2px;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 5px;
    left: 0;
    box-sizing: border-box;
}

/*.left-menu .menu>li>ul>li>a:before {
    border: 1px solid #ECECEC;
}

.left-menu .menu>li>ul>li>a:after {
    content: "\f00c";
    color: #fff;
    font-family: 'Font Awesome 5 Pro';
    display: flex;
    align-items: center;
    justify-content: center;
}*/

/*.left-menu .menu>li>ul>li>a:hover:after, .left-menu .menu>li>ul>li.active>a:after {
    background: #002347;
}*/

/*left menu*/
.home-best-nav {
    flex-direction: row-reverse;
}

.home-best-nav .button {
    position: relative;
    top: initial;
    right: initial;
    left: initial;
    width: 30px;
    height: 30px;
    background: rgba(244, 244, 244, 0.51);
    margin: 0 0 0 8px;
    color: #C4C4C4;
    border-radius: 2px;
}

.home-best-nav .button:hover {
    background: #002347;
    color: #fff;
}

.home-best-slide {
    width: 100%;
}

.home-best-open {
    display: none;
}

@media screen and (max-width:767px) {
    .home-best .home-best-nav, .home-best .home-best-slide .swiper-wrapper .swiper-slide:nth-child(1n+5) {
        display: none;
    }

    .home-best .home-best-slide .swiper-wrapper {
        flex-wrap: wrap;
    }

    .home-best .home-best-slide .swiper-wrapper .swiper-slide {
        width: 50%;
    }

    .home-best .home-best-slide.active .swiper-wrapper .swiper-slide:nth-child(1n+5) {
        display: flex;
    }

    .home-best-open {
        display: flex;
        height: 40px;
        padding: 0 28px;
        border-radius: 2px;
        margin: 22px auto 0;
    }
}

@media screen and (max-width:413px) {
    .home-best-slide .swiper-wrapper .swiper-slide {
        width: 100%;
    }

    .cart-related .home-best-nav {
        padding-bottom: 10px;
    }
}

.home-catalog-all .button {
    line-height: 32px;
    color: #A7A7A7;
}

.home-catalog-all .button:hover {
    color: #313B4D;
}

.home-catalog-all .button i {
    margin-left: 8px;
}

.home-catalog-list .item {
    width: calc(20% - 8px);
    background: #FFFFFF;
    border: 1px solid rgba(236, 236, 236, 0.6);
    text-align: center;
    padding: 8px 15px 15px;
    font-size: 13px;
    line-height: 18px;
}

.home-catalog-list .item:nth-child(1n+6) {
    display: none;
}

.home-catalog-list .item:hover {
    box-shadow: 6px 10px 25px rgba(0, 0, 0, 0.1);
}

.home-catalog-list .item .name {
    min-height: 36px;
    margin-bottom: 20px;
    padding: 0 5px;
}

.home-catalog-list .item .image {
    height: 70px;
}

.home-catalog-list .item .image img {
    max-height: 100%;
}

@media screen and (max-width:1259px) {
    .home-catalog .home-title {
        width: calc(100% - 200px);
    }

    .home-catalog-list .item {
        padding: 8px 10px 15px;
        display: flex;
        flex-direction: column;
    }

    .home-catalog-list .item .image {
        margin-top: auto;
    }
}

@media screen and (max-width:767px) {
    .home-catalog .home-title {
        width: 100%;
    }

    .home-catalog-all {
        display: none;
    }

    .home-catalog-list {
        flex-wrap: wrap;
        justify-content: start;
    }

    .home-catalog-list .item, .home-catalog-list .item:nth-child(1n+5) {
        display: flex;
        width: calc(33.333% - 4px);
        margin: 0 0 6px 6px;
    }

    .home-catalog-list .item:nth-child(3n+1) {
        margin-left: 0;
    }

    .home-catalog-list .item .name {
        min-height: initial;
        padding: 0;
        font-size: 12px;
        font-weight: 500;
    }
}

@media screen and (max-width:413px) {
    .home-catalog-list .item, .home-catalog-list .item:nth-child(3n+1), .home-catalog-list .item:nth-child(1n+5) {
        width: calc(50% - 6px);
        margin: 0 0 6px 6px;
    }

    .home-catalog-list .item:nth-child(2n+1) {
        margin-left: 0;
    }
}

.home-news-list {
    width: 100%;
}

.home-news-list .item {
    border: 1px solid #F4F4F4;
    background: #fff;
}

.home-news-list .item:hover {
    box-shadow: 6px 10px 25px rgba(0, 0, 0, 0.1);
}

.home-news-list .item .image {
    height: 150px;
    overflow: hidden;
}

.home-news-list .item .data {
    padding: 18px 13px 12px;
    font-size: 12px;
    line-height: 24px;
    color: #BDBDBD;
}

.home-news-list .item .name {
    margin: 0 13px 18px;
    display: block;
    min-height: 35px;
    font-weight: 600;
    line-height: 120%;
}

.home-news-list .item .desc {
    padding: 0 13px 32px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
}

.home-news .swiper-pagination {
    text-align: center;
    padding-top: 20px;
}

.home-about-desc {
    font-weight: 400;
    line-height: 24px;
    color: #828282;
    height: 96px;
    overflow: hidden;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.home-about-desc.active {
    height: 100%;
}

.home-about-desc:before {
    content: '';
    height: 79px;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(181.87deg, rgba(253, 251, 251, 0) 25.59%, rgba(253, 251, 251, 0.54) 61.4%, rgba(254, 254, 254, 0.85653) 76.53%, #FFFFFF 106.3%);
}

.home-about-desc.active:before {
    opacity: 0;
}

.home-about-desc p {
    padding-bottom: 20px;
}

.home-about-desc p:last-child {
    padding-bottom: 0;
}

.home-about-open {
    justify-content: left;
    line-height: 160%;
    color: #002347;
}

.home-about-open .close, .home-about-open.active .open {
    display: none;
}

.home-about-open.active .close {
    display: block;
}

.home-about-open i {
    margin-left: 8px;
}

/*category*/
.category-view {
    padding-top: 10px;
}

.category-wrap {
    align-items: start;
}

.category-left {
    padding: 22px 15px;
    width: 289px;
    background: #fff;
}

.category-right {
    width: 920px;
}

.category-description {
    line-height: 20px;
    color: #000;
    padding-bottom: 25px;
}

.category-child {
    padding-bottom: 14px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ECECEC;
}

.category-child .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #313B4D;
    padding-bottom: 20px;
}

.category-child-wrap .item {
    width: 160px;
    padding: 20px;
    margin: 0 6px 6px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(221, 221, 223, 1);
    -moz-box-shadow: 0px 0px 2px 0px rgba(221, 221, 223, 1);
    box-shadow: 0px 0px 2px 0px rgba(221, 221, 223, 1);
    background: #fff;
}

.category-child-wrap .item:hover {
    -webkit-box-shadow: 6px 10px 25px rgb(0 0 0 / 10%);
    -moz-box-shadow: 6px 10px 25px rgb(0 0 0 / 10%);
    box-shadow: 6px 10px 25px rgb(0 0 0 / 10%);
}

.category-child-wrap .item .name {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 10px;
}

.category-child-wrap .item .image {
    height: 50px;
    margin-top: auto;
}

.category-child-wrap .item .image img {
    max-height: 100%;
}

.category-products {
    padding-bottom: 85px;
}

.category-list .product-default {
    width: 25%;
}

@media screen and (max-width:1259px) {
    .category-left {
        display: none;
    }

    .category-right {
        width: 100%;
    }

    .category-child-wrap .item {
        width: calc(25% - 6px);
    }

    .category-list .product-default {
        width: 50%;
    }
}

@media screen and (max-width:767px) {
    .category-description {
        line-height: 15px;
        font-size: 12px;
        padding-bottom: 15px;
    }

    .category-child {
        padding-bottom: 9px;
        margin-bottom: 15px;
    }

    .category-child .title {
        padding-bottom: 15px;
        font-size: 16px;
        line-height: 20px;
    }

    .category-child-wrap .item {
        width: calc(50% - 3px);
        padding: 10px;
    }

    .category-child-wrap .item:nth-child(2n+2) {
        margin-right: 0;
    }

    .category-child-wrap .item .name {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 10px;
    }

    .category-child-wrap .item .image {
        height: 40px;
    }

    .category-products {
        padding-bottom: 50px;
    }
}

@media screen and (max-width:413px) {
    .product-default .price .default {
        font-size: 18px;
    }
}

/*.category*/

/*productdetails*/
.productdetails-view {
    padding-bottom: 40px;
}

.productdetails-top {
    padding-bottom: 50px;
}

.productdetails-top .left {
    width: 525px;
}

.productdetails-top .left .product-image {
    width: 100%;
    height: 465px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 7%);
    margin-bottom: 15px;
}

.productdetails-top .left .product-image .swiper {
    height: 100%;
}

.productdetails-top .left .product-image .swiper .swiper-slide {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.productdetails-top .left .product-image .swiper .swiper-slide.video {
    background-size: 100%;
}

.productdetails-top .left .product-image .swiper .swiper-slide.video:before, .productdetails-top .left .product-image-prew .swiper-slide.video:after {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
    content: "\f167";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FF3600;
    font-size: 50px;
}

.productdetails-top .left .product-image-prew .swiper-slide.video:after {
    font-size: 20px;
}

.productdetails-top .left .product-image-prew {
    margin-bottom: 15px;
}

.productdetails-top .left .product-image-prew .swiper-slide {
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 5px rgb(0 35 71 / 30%);
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
}

.productdetails-top .left .product-image-prew .swiper-slide img {
    min-height: 100%;
}

.productdetails-top .left .product-image-prew .swiper-slide.video {
    align-self: flex-start;
}

.productdetails-top .left .product-image-prew .swiper-slide.swiper-slide-thumb-active {
    box-shadow: 0px 0px 5px rgb(0 35 71 / 50%);
}

.productdetails-top .left .product-image-prew .swiper-button-next, .productdetails-top .left .product-image-prew .swiper-button-prev {
    height: 25px;
    width: 16px;
    font-size: 9px;
    margin-top: -12.5px;
}

.productdetails-top .left .product-image-prew .swiper-button-next {
    right: 0;
}

.productdetails-top .left .product-image-prew .swiper-button-prev {
    left: 0;
}

.productdetails-top .right {
    width: 630px;
}

.productdetails-top .right .box-shadow {
    padding: 15px 32.5px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
}

.productdetails-info .top {
    padding-bottom: 25px;
    align-items: center;
}

.productdetails-info .top .stock {
    line-height: 16px;
    color: #00A046;
}

.productdetails-info .top .stock.red {
    color: red;
}

.productdetails-info .top .stock i {
    margin-right: 10px;
}

.productdetails-info .top .sku {
    font-size: 12px;
    line-height: 14px;
    color: #777E90;
}

.productdetails-info .bottom {
    align-items: center;
}

.productdetails-info .price-crossed, .productdetails-info .vm-cart-price1 {
    color: #808080;
    opacity: 0.7;
    font-weight: 300;
    text-decoration: line-through;
}

.productdetails-info .vm-cart-price {
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.5px;
    color: #313B4D;
    padding-bottom: 5px;
}

.productdetails-info .vm-cart-price1 {
    font-size: 12px;
    text-decoration: initial;
}

.productdetails-info .buttons {
    display: flex;
}

.productdetails-info .buttons .button {
    height: 44px;
    border-radius: 6px;
    margin-left: 15px;
    padding: 0 10px;
    font-weight: 600;
    font-size: 16px;
}

.productdetails-info .buttons .tocart {
    padding: 0 20px 0 45px;
    background: #002347 url('../images/icon/cart.png') no-repeat center left 10px;
}

.productdetails-info .buttons .onclick {
    border: 1px solid #8D99A0;
    color: #002347;
}

.productdetails-info .buttons-mobil {
    display: none;
}

.productfields-open {
    color: #313B4D;
    font-weight: 600;
    justify-content: start;
}

.productfields-open i {
    margin-left: 20px;
}

.productdetails-top .right .productfields-addcart {
    line-height: 22px;
    color: #000;
    padding: 20px 30px 0;
}

.productdetails-top .right .productfields-addcart .product-field-display a {
    color: #4E6297;
}

.productdetails-top .right .productfields-addcart .product-field-display a:hover {
    color: #FF3600;
    text-decoration: none;
}

.productfields-komplekt .product-field {
    display: none;
}

.productfields-komplekt .komplekt-result {
    padding: 25px 0;
}

.productfields-komplekt .komplekt-result .item {
    padding-left: 37px;
}

.productfields-komplekt .komplekt-result .hidden {
    display: none;
}

.productfields-komplekt .komplekt-result.active .hidden {
    display: flex;
}

.productfields-komplekt .komplekt-result .item:nth-child(1n+2) {
    margin-top: 15px;
    line-height: 20px;
}

.productfields-komplekt .komplekt-result .item:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    color: #fff;
    width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    font-size: 0;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    border: 1px solid #ECECEC;
}

.productfields-komplekt .komplekt-result .item.active:before, .productfields-komplekt .komplekt-result .item:hover:before {
    font-size: 14px;
    border: 0;
    background: #002347;
}

.productfields-komplekt .komplekt-result .item .price {
    font-weight: 600;
    padding-left: 50px;
    white-space: nowrap;
}

.komplekt-all-open {
    font-weight: 600;
    color: #5285CC;
    justify-content: start;
}

.productfields-dopservis .product-field {
    padding-top: 20px;
}

.productfields-dopservis .product-fields-title strong {
    font-weight: 500;
    display: block;
    padding-bottom: 15px;
}

.productdetails-top .addtocart-bar {
    display: none;
}

@media screen and (max-width:1259px) {
    .productdetails-top .left {
        width: 300px;
    }

    .productdetails-top .right {
        width: 435px;
    }

    .productdetails-top .right .box-shadow {
        padding: 15px;
    }

    .productdetails-info {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .productdetails-info .top {
        padding-bottom: 0;
        align-items: initial;
        flex-direction: column;
        order: 2;
        width: 150px;
    }

    .productdetails-info .bottom {
        align-items: end;
        position: initial;
        width: calc(100% - 160px);
    }

    .productdetails-info .buttons {
        display: none;
    }

    .productdetails-info .buttons-mobil {
        display: block;
        width: 100%;
        order: 3;
        padding-top: 25px;
    }

    .productdetails-info .buttons .button {
        margin-left: 0;
    }

    .productdetails-info .buttons .tocart {
        padding: 0;
        margin-bottom: 15px;
        background: #002347;
    }

    .productdetails-info .buttons .tocart:before {
        content: '';
        width: 25px;
        height: 24px;
        background: url('../images/icon/cart.png') no-repeat center;
        margin-right: 10px;
    }
}

@media screen and (max-width:767px) {
    .productdetails-top {
        padding-bottom: 30px;
        flex-direction: column;
    }

    .productdetails-top .left, .productdetails-top .right {
        width: 100%;
    }

    .productdetails-top .left .product-image {
        height: 300px;
    }

    .productfields-komplekt .komplekt-result .item {
        padding-left: 28px;
        font-size: 12px;
    }

    .productfields-komplekt .komplekt-result .item .price {
        padding-left: 10px;
        font-size: 14px;
    }

    .komplekt-all-open, .productfields-dopservis .product-field {
        font-size: 12px;
    }

    .productdetails-top .right .productfields-addcart {
        padding: 0;
        font-size: 12px;
    }
}

@media screen and (max-width:413px) {
    .productdetails-info .top {
        width: 120px;
    }

    .productdetails-info .top .sku {
        padding-top: 5px;
    }

    .productdetails-info .bottom {
        width: calc(100% - 120px);
    }

    .productdetails-info .vm-cart-price {
        font-size: 22px;
    }
}

.product-description-nav {
    width: 100%;
}

.product-description-nav.sticky-nav {
    position: fixed;
    top: 50px;
    right: 0;
    left: 0;
    height: 46px;
    z-index: 99;
    background: #f6f7f9;
    box-shadow: 0px 4px 11px rgb(29 31 34 / 10%);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.product-description-nav.sticky-nav .nav-tabs {
    border: 0;
    width: 1240px;
    margin: 0 auto;
}

.product-description-nav.sticky-nav .nav-tabs .button,
.product-description-nav.sticky-nav .nav-tabs .nn_tabs-toggle {
    height: 46px;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
}

.product-description-nav.sticky-nav .nav-tabs .button:hover, .product-description-nav.sticky-nav .nav-tabs .button.active,
.product-description-nav.sticky-nav .nav-tabs .nn_tabs-toggle:hover, .product-description-nav.sticky-nav .nav-tabs .nn_tabs-toggle.active {
    border: 0;
    text-decoration: underline;
    font-weight: bold;
}

@media screen and (max-width:1259px) {
    .product-description-nav {
        overflow-y: hidden;
        overflow-x: auto;
        border-top: 1px solid #ECECEC;
        border-bottom: 1px solid #ECECEC;
    }

    .product-description-nav.sticky-nav {
        position: sticky;
    }

    .product-description-nav .nav-tabs {
        border: 0;
    }

    .product-description-nav.sticky-nav {
        top: 60px;
    }

    .product-description-nav.sticky-nav .nav-tabs {
        width: initial;
    }

    .product-description-nav.sticky-nav .nav-tabs li {
        padding: 0 10px !important;
    }
}

.product-description {
    padding-top: 35px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.product-description-left {
    width: calc(100% - 265px);
}

.product-description-item {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
    padding: 40px;
    margin-bottom: 40px;
    line-height: 26px;
    font-size: 15px;
    color: #313B4D;
}

.product-description-item h2, .product-description-item h3, .product-description-item h4, .product-description-item h5, .product-description-item p {
    padding-bottom: 20px;
}

.product-description-item h2 {
    font-size: 24px;
    font-weight: 500;
}

.product-description-item h3 {
    font-size: 22px;
    font-weight: 500;
}

.product-description-item h4 {
    font-size: 20px;
    font-weight: 500;
}

.product-description-item a {
    color: #4E6297;
    text-decoration: underline;
    word-wrap: break-word;
    overflow-wrap: anywhere;
}

.product-description-item a:hover {
    color: #FF3600;
    text-decoration: none;
}

.product-description-item ul {
    padding: 0 0 6px 20px;
}

.product-description-item ul li {
    list-style-type: disc;
    padding-bottom: 14px;
}

.product-description-title {
    display: flex;
    padding-bottom: 20px;
}

.product-description-title h2 {
    padding: 0;
    white-space: nowrap;
}

.product-description-title span {
    font-weight: 400;
    color: #777E90;
    margin-top: auto;
    margin-left: 15px;
}

.product-description-item .video-wrap {
    padding-bottom: 25px;
    text-align: center;
}

.product-description-item .video-wrap iframe {
    width: 558px;
    height: 297px;
}

/* .product-description-item tr {
    display: flex;
    justify-content: space-between;
} */
.product-description-item td {
    box-sizing: border-box;
    width: 100%;
}

.product-description-item td:first-child {
    padding-right: 15px
}

.product-description-item td:last-child {
    padding-left: 15px
}

.product-description-item .width-30 {
    width: 30%;
}

.product-description-item .width-50 {
    width: 50%;
}

.product-description-item .width-70 {
    width: 70%;
}

.product-description-item .width-100 {
    width: 100%;
}

.product-description-item .image, .product-description-item .text {
    padding-bottom: 20px;
}

.product-description-item .image {
    display: flex;
    align-items: start;
}

.product-description-item .image a {
    width: 100%;
    display: flex;
}

.product-description-item .image img {
    width: 100%;
    height: initial;
}

.product-description-item .image img.width-30 {
    width: 33.333%;
}

.product-description-item .image img.width-50 {
    width: 50%;
}

#productdTabsId35.product-description-item td {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #777E90;
    padding: 15px 20px;
    vertical-align: top;
}

#productdTabsId35.product-description-item td:last-child, #productdTabsId35.product-description-item td:last-child * {
    font-size: 16px;
    color: #313B4D;
}

#productdTabsId35.product-description-item td * {
    padding: 0;
}

#productdTabsId35.product-description-item tbody tr:nth-child(2n+1) td {
    background: #F7F8F9;
}

@media screen and (max-width:1259px) {
    .product-description-left {
        width: 100%;
    }

    .product-description-right {
        display: none !important;
    }
}

@media screen and (max-width:767px) {
    .product-description-item {
        padding: 10px;
        margin-bottom: 30px;
        line-height: 25px;
        font-size: 14px;
    }

    .product-description-item h2, .product-description-item h3, .product-description-item h4 {
        font-size: 18px;
        font-weight: 600;
        line-height: 28px;
        white-space: initial;
    }

    .product-description-title {
        align-items: center;
    }

    .product-description-title h2 {
        line-height: initial;
    }

    .product-description-title span {
        margin-left: 10px;
        font-size: 12px;
        line-height: 15px;
        margin-top: initial;
    }

    #productdTabsId33 tr, #productdTabsIdDef tr {
        flex-direction: column;
    }

    .product-description-item td.width-30, .product-description-item td.width-50, .product-description-item td.width-70 {
        width: 100%;
        padding: 0 0 20px;
    }

    .product-description-item .image {
        flex-direction: column;
    }

    .product-description-item .image img.width-30, .product-description-item .image img.width-50 {
        width: 100%;
    }
}

@media screen and (max-width:479px) {}

.product-description-left #opisanie.tab-pane .video-wrap {
    padding-bottom: 25px;
    text-align: center;
}

.product-description-left #opisanie.tab-pane .video-wrap iframe {
    width: 558px;
    height: 297px;
}

.product-description-left #novotest-lab.active {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #484B4C;
}

.product-description-left #novotest-lab.tab-pane .width-30 {
    width: calc(30% - 25px);
}

.product-description-left #novotest-lab.tab-pane .width-50 {
    width: calc(50% - 25px);
}

.product-description-left #novotest-lab.tab-pane .width-70 {
    width: calc(70% - 25px);
}

.product-description-left #novotest-lab.tab-pane .width-100 {
    width: 100%;
}

.product-description-left #novotest-lab.tab-pane .image, .product-description-left #novotest-lab.tab-pane .text, .product-description-left #novotest-lab.tab-pane p, .product-description-left #novotest-lab.tab-pane ul {
    padding-bottom: 20px;
}

.product-description-left #novotest-lab.tab-pane .image {
    display: flex;
}

.product-description-left #novotest-lab.tab-pane .image a {
    width: 100%;
    display: flex;
}

.product-description-left #novotest-lab.tab-pane .image img {
    width: 100%;
    height: initial;
}

.product-description-left #tekhnicheskie-kharakteristiki.tab-pane td {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #777E90;
    padding: 15px 20px;
    vertical-align: top;
}

.product-description-left #tekhnicheskie-kharakteristiki.tab-pane td:last-child, .product-description-left #tekhnicheskie-kharakteristiki.tab-pane td:last-child * {
    font-size: 16px;
    color: #313B4D;
}

.product-description-left #tekhnicheskie-kharakteristiki.tab-pane td * {
    padding: 0;
}

.product-description-left #tekhnicheskie-kharakteristiki.tab-pane tbody tr:nth-child(2n+1) td {
    background: #F7F8F9;
}

.product-description-right {
    width: 248px;
    display: inline-block;
}

.product-description-right .product-default {
    position: static;
}

@media screen and (max-width:1259px) {
    .product-description {
        padding-top: 15px;
        margin-bottom: 30px;
    }

    .product-description-left {
        width: 100%;
    }

    .product-description-right {
        display: none !important;
    }

    .product-description-left #opisanie.tab-pane h2, .product-description-left #opisanie.tab-pane h3 {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 20px;
    }

    .product-description-left #opisanie.tab-pane li {
        padding: 5px 0 5px 20px;
        background: url('../images/icon/li.png') no-repeat left top 12.5px;
        background-size: 10px;
    }

    .product-description-left .tab-pane a {
        word-break: break-word;
    }

    .product-description-left #novotest-lab.tab-pane .width-30, .product-description-left #novotest-lab.tab-pane .width-70, .product-description-left #novotest-lab.tab-pane .width-50 {
        width: 100%;
    }

    .product-description-left #novotest-lab.tab-pane .image {
        flex-direction: column;
    }

    .product-description-left #tekhnicheskie-kharakteristiki.tab-pane td {
        font-size: 12px;
        line-height: 15px;
        padding: 10px;
    }

    .product-description-left #tekhnicheskie-kharakteristiki.tab-pane td *, .product-description-left #tekhnicheskie-kharakteristiki.tab-pane td:last-child, .product-description-left #tekhnicheskie-kharakteristiki.tab-pane td:last-child * {
        font-size: 12px;
        line-height: 15px;
    }

    .product-description-right {
        display: none !important;
    }

    .productdetails-view .home-best {
        padding: 0;
        width: 100%;
    }
}

@media screen and (max-width:767px) {}

@media screen and (max-width:479px) {
    .product-viemwed {
        padding-right: 0;
        padding-left: 0;
        min-width: initial;
    }
}

.productdetails-related .home-title {
    font-weight: 600;
}

.product-related-slider {
    width: 100%;
}

.nav-tabs {
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
    justify-content: flex-start;
    column-gap: 20px;
    text-align: center;
}

.nav-tabs li {
    list-style: none !important;
    padding: 0 !important;
}

.nav-tabs li:before {
    display: none !important;
}

.nav-tabs .button,
.nav-tabs .nn_tabs-toggle {
    height: 64px;
    font-size: 15px;
    border-bottom: 2px solid transparent;
/*    margin-bottom: -1px;*/
}

.nav-tabs .button:hover,
.nav-tabs .button.active,
.nav-tabs .nn_tabs-toggle:hover,
.nav-tabs .nn_tabs-toggle.active,
#bd_results .rl_tabs.article-tab .nn_tabs-toggle:hover,
#bd_results .rl_tabs.article-tab .rl_tabs-tab.active .nn_tabs-toggle {
    opacity: 1;
    border-bottom: 2px solid #4E6297;
    color: #4E6297;
}

/*.tab-content {
    padding: 12px 37px 18px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
}*/
/*.tab-content .tab-pane {
    display: none;
}
.tab-content .tab-pane.active {
    display: block;
}*/
/*.tab-content .tab-pane .nn_tabs-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 25px;
    width: 100%;
}*/
.tab-content .tab-pane .nn_tabs-title span {
    font-weight: 400;
    font-size: 18px;
    color: #777E90;
    margin-left: 15px;
}

@media screen and (max-width:1259px) {
    .nav-tabs li {
        padding-left: 20px !important;
    }

    .nav-tabs li:first-child {
        padding-left: 0 !important;
    }

    .nav-tabs .button,
    .nav-tabs .nn_tabs-toggle {
        height: 44px;
        font-size: 14px;
        white-space: nowrap;
    }

    /*.tab-content {
    padding: 15px;
}
.tab-content .tab-pane .nn_tabs-title, .product-description-left #opisanie.tab-pane .nn_tabs-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
}*/
    .tab-content .tab-pane .nn_tabs-title a {
        display: none;
    }

    .tab-content .tab-pane .nn_tabs-title span {
        font-size: 12px;
        line-height: 14px;
        color: #777E90;
        width: 50%;
    }
}

@media screen and (max-width:767px) {}

@media screen and (max-width:479px) {}

/*.productdetails*/

/*article-page*/
.article-page, .page-blog {
    padding-top: 20px;
    padding-bottom: 50px;
    line-height: 26px;
    color: #000;
}

.article-page p, .article-page li, .page-blog p, .page-blog li {
    padding-bottom: 20px;
}

.article-page a, .page-blog a {
    color: rgba(21, 20, 57, 0.4);
}

.article-page a:hover, .page-blog a:hover {
    color: #FF3600;
}

.article-page li, .page-blog li {
    font-weight: 400;
    line-height: 24px;
    padding: 0 0 20px 12px;
    position: relative;
}

.article-page li:before, .page-blog li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10.5px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #222D4A;
}

.article-page h2, .article-page h3, .article-page h4, .page-blog h2, .page-blog h3, .page-blog h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 38px;
    color: #222D4A;
    padding-bottom: 23px;
}

.leading-item {
    padding-bottom: 30px;
}

.article-page .item-image, .leading-item .item-image {
    float: left;
    width: 420px;
    margin: 0 20px 10px 0;
    box-shadow: 0px 4px 11px rgb(29 31 34 / 10%);
}

.leading-item .item-image {
    width: 300px;
}

@media screen and (max-width:1259px) {
    .article-page h2, .article-page h3, .article-page h4, .page-blog h2, .page-blog h3, .page-blog h4 {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width:479px) {
    .article-page .item-image, .leading-item .item-image {
        width: 100%;
        margin: 0 0 20px;
        box-shadow: 0px 4px 11px rgb(29 31 34 / 10%);
    }
}

/*.article-page*/

/* section info */
.section-info {
    border-bottom: 30px solid #002347;
}

.section-info-top {
    height: 65px;
    padding: 12px 0;
    background: #F3F3F3;
}

.section-info-top .subscribe {
    margin-left: 216px;
    display: flex;
    align-items: center;
}

.section-info-top .social {
    display: flex;
}

.section-info-top .social .button {
    margin-left: 30px;
}

.info-binotel {
    position: absolute;
    right: 0;
    top: -86px;
}

.section-info-top .subscribe .title {
    font-weight: 600;
    font-size: 18px;
    color: #313B4D;
    padding-right: 80px;
}

.section-info-top .subscribe .form {
    display: flex;
    background: #FFFFFF;
    border-radius: 5px;
    height: 40px;
    width: 424px;
    padding: 6px 9px;
    overflow: hidden;
}

.section-info-top .subscribe .form #email {
    padding: 0 12px;
    font-size: 16px;
    font-weight: 500;
}

.section-info-top .subscribe .form #email.rsform-error {
    background: #f8e1e1;
}

.section-info-top .subscribe .form .button {
    padding: 0 6px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 2px;
}

.section-info-top .subscribe .form .formError {
    position: absolute;
    padding: 9px 11px;
    border-radius: 2px;
    background: #f8e1e1;
    top: -30px;
}

.section-info-bottom {
    background: #FF3600;
    color: #fff;
}

.section-info-bottom .wrap {
    height: 138px;
    align-items: center;
}

.section-info-bottom .wrap:before {
    content: '';
    width: 310px;
    height: 194px;
    background: url('../images/icon/infobg.png') no-repeat;
    position: absolute;
    bottom: 0;
    left: -84px;
}

.section-info-bottom .desc {
    margin-left: 216px;
}

.section-info-bottom .desc .title {
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 20px;
}

.section-info-bottom .desc .text {
    font-weight: 400;
    font-size: 14px;
}

.section-info-bottom .applink {
    display: flex;
    margin-right: -54px;
}

.section-info-bottom .button:last-child {
    margin-left: 12px;
}

@media screen and (max-width:1259px) {
    .section-info-top .subscribe .form {
        width: 300px;
    }

    .section-info-top .subscribe .title {
        font-size: 14px;
        padding-right: 0;
    }

    .section-info-top .social .button {
        margin-left: 10px;
    }

    .section-info-bottom .desc .title {
        font-size: 20px;
    }

    .section-info-bottom .desc .text {
        font-size: 12px;
    }

    .section-info-bottom .applink {
        margin-right: 0;
    }

    .info-binotel {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .section-info {
        border-bottom: 15px solid #002347;
    }

    .section-info-top {
        height: initial;
        padding: 25px 0;
    }

    .section-info-top .subscribe {
        margin-left: 0;
        align-items: initial;
        flex-direction: column;
        width: 100%;
    }

    .section-info-top .subscribe .title {
        font-weight: 600;
        font-size: 18px;
        padding-bottom: 26px;
    }

    .section-info-top .subscribe .form {
        background: transparent;
        border-radius: 0;
        height: initial;
        width: 100%;
        padding: 0;
        flex-direction: column;
        position: relative;
    }

    .section-info-top .subscribe .form #email {
        padding: 0px 10px;
        font-size: 14px;
        height: 40px;
        margin-bottom: 5px;
    }

    .section-info-top .subscribe .form .button {
        height: 40px;
    }

    .section-info-top .social {
        display: none;
    }

    .section-info-bottom .wrap {
        height: initial;
        align-items: initial;
        flex-direction: column;
        padding-top: 38px;
    }

    .section-info-bottom .wrap:before {
        width: 220px;
        height: 136px;
        background-size: 100%;
        position: relative;
        bottom: initial;
        left: initial;
        order: 2;
        margin: auto;
    }

    .section-info-bottom .desc {
        margin-left: 0;
    }

    .section-info-bottom .desc .title {
        padding-bottom: 15px;
    }

    .section-info-bottom .applink {
        padding: 30px 0;
    }
}

/* .section info */

/*footer*/
.foot-top {
    padding-top: 27px;
}

.foot-info {
    width: 256px;
}

.foot-slogan {
    font-weight: 400;
    line-height: 24px;
    color: #002347;
    font-size: 13px;
    padding: 24px 0;
}

.footer-social {
    display: flex;
}

.footer-social a {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 16px;
    background: rgb(49 59 77 / 10%);
}

.foot-top .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 24px;
}

.foot-menu {
    width: 160px;
}

.foot-menu {
    width: initial;
}

.foot-top .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 24px;
}

.foot-menu li {
    padding-bottom: 12px;
}

.foot-menu a {
    font-weight: 400;
    line-height: 24px;
}

.foot-menu .button {
    justify-content: start;
    margin-bottom: 24px;
}

.foot-menu .button i {
    width: 24px;
    height: 18px;
    text-align: center;
    font-size: 20px;
    margin-right: 8px;
}

.foot-app a {
    margin: 0 12px 25px 0;
}

.foot-copir {
    padding: 25px 0 38px;
    border-top: 1px solid #ECECEC;
    font-weight: 400;
    line-height: inherit;
}

.menu-old {
    padding: 10px 0;
    background: #002347;
}

.menu-old ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.menu-old ul li {
    padding: 5px 20px;
}

.menu-old ul li a {
    font-weight: 400;
    color: #fff;
}

.menu-old ul li a:hover {
    text-decoration: underline;
}

@media screen and (max-width:1259px) {
    .footer {
        padding-bottom: 90px;
    }

    .foot-top {
        padding-top: 20px;
        flex-direction: column;
    }

    .foot-info {
        width: 278px;
        padding-bottom: 20px;
    }

    .foot-slogan {
        font-weight: 500;
        font-size: 14px;
        padding: 24px 0 20px;
    }

    .footer-social a {
        width: 34px;
        height: 34px;
        font-size: 18px;
        margin-right: 20px;
    }

    .foot-menu {
        width: 100%;
        border-bottom: 1px solid rgba(193, 193, 193, 0.3);
    }

    .foot-top .title {
        line-height: 50px;
        padding-bottom: 20px;
    }

    .foot-top .foot-nav .title {
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        padding-bottom: 0;
    }

    .foot-top .foot-nav .title:after {
        font-family: 'Font Awesome 5 Regular';
        font-weight: 400;
        content: "\f078";
    }

    .foot-top .foot-nav ul {
        display: none;
    }

    .foot-contact {
        padding-top: 20px;
        border: 0;
    }
}

@media screen and (max-width:767px) {
    .foot-top .title {
        font-size: 14px;
    }

    .foot-menu .button {
        margin-bottom: 12px;
    }

    .foot-app {
        padding-top: 18px;
    }

    .foot-app a {
        padding-bottom: 5px;
    }

    .menu-old ul {
        flex-direction: column;
    }

    .menu-old ul li {
        padding: 5px 0;
    }

    .menu-old ul li a {
        font-size: 12px;
    }

    .foot-copir {
        padding: 25px 0;
        font-size: 12px;
    }
}

/*.footer*/

.pagination {
    width: 100%;
}

.ias_trigger {
    text-align: center;
    width: 100%;
    padding-top: 40px;
}

.ias_trigger .button {
    display: inline-flex;
    height: 40px;
    padding: 0 29px;
}

.Jext_more {
    width: 100%;
    padding-top: 40px;
    text-align: center;
}

.cart-popup-button {
    padding: 30px;
}

.cart-popup-button .button {
    height: 40px;
    padding: 0 30px;
    border-radius: 4px;
    margin: 0 10px;
}

.cart-popup-text {
    text-align: center;
    padding: 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #305E65;
    max-width: 800px;
}

.cart-popup-text i {
    display: table;
    font-size: 60px;
    color: #305E65;
    margin: 0 auto 20px;
    border: 4px solid;
    width: 90px;
    height: 90px;
    line-height: 84px;
    border-radius: 50%;
}

.cart-popup-product {
    width: 800px;
}

.cart-popup-product .vm_cart_products .product_row:nth-child(1n+2) {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #eee;
}

.cart-popup-product .product_row_wrap {
    align-items: center;
}

.cart-popup-product .product_id {
    width: 110px;
    height: 110px;
    margin-right: 20px;
    text-align: center;
}

.cart-popup-product .product_id img {
    height: 100%;
}

.cart-popup-product .product_info {
    width: 300px;
    display: flex;
    flex-direction: column;
}

.cart-popup-product .product_info .product_name {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.5px;
}

.cart-popup-product .product_info .product_sku {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.5px;
    color: #A7A7A7;
    margin-top: auto;
}

.cart-popup-product .subtotal_with_tax {
    font-weight: 600;
    font-size: 18px;
    min-width: 150px;
    text-align: right;
}

.cart-popup-product .quantity {
    width: 40px;
    height: 40px;
    line-height: 39px;
    text-align: center;
    font-size: 16px;
    letter-spacing: -0.5px;
    color: #8D99A0;
    border: 1px solid #ECECEC;
    border-radius: 2px;
    margin: 0 auto;
}

.color-orange {
    color: #FF3600 !important;
}

.color-blue {
    color: #002347 !important;
}

.color-blue-light {
    color: #4E6297 !important;
}

.font-size-18 {
    font-size: 18px;
}

.mobil-menu, .mobil-catalog, .popup-orientation {
    display: none;
}

@media screen and (max-width:1259px) {
    .mobil-menu {
        display: block;
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 16px 10px;
        z-index: 9999999;
        height: 86px;
        background: #FFFFFF;
        border-top: 1px solid #ECECEC;
        box-shadow: 6px 10px 25px rgba(0, 0, 0, 0.1);
    }

    .mobil-menu ul {
        display: flex;
        justify-content: space-between;
    }

    .mobil-menu ul .button {
        font-size: 12px;
        color: #313B4D;
        flex-direction: column;
        position: relative;
    }

    .mobil-menu ul .button:before {
        content: '';
        width: 30px;
        height: 30px;
        margin-bottom: 8px;
        background: no-repeat center;
    }

    .mobil-menu ul .button:hover {
        color: #4E6297;
    }

    .mobil-menu ul .active .button {
        font-weight: 600;
    }

    .mobil-menu ul .home:before {
        background-image: url('../images/mobil-menu/home.png');
    }

    .mobil-menu ul .catalog:before {
        background-image: url('../images/mobil-menu/catalog.png');
    }

    .mobil-menu ul .cart:before {
        background-image: url('../images/mobil-menu/cart.png');
    }

    .mobil-menu ul .sale:before {
        background-image: url('../images/mobil-menu/sale.png');
    }

    .mobil-menu ul .all:before {
        background-image: url('../images/mobil-menu/all.png');
    }

    .mobil-menu ul .home:hover:before, .mobil-menu ul .active .home:before {
        background-image: url('../images/mobil-menu/home-2.png');
    }

    .mobil-menu ul .catalog:hover:before, .mobil-menu ul .active .catalog:before {
        background-image: url('../images/mobil-menu/catalog-2.png');
    }

    .mobil-menu ul .cart:hover:before, .mobil-menu ul .active .cart:before {
        background-image: url('../images/mobil-menu/cart-2.png');
    }

    .mobil-menu ul .sale:hover:before, .mobil-menu ul .active .sale:before {
        background-image: url('../images/mobil-menu/sale-2.png');
    }

    .mobil-menu ul .all:hover:before, .mobil-menu ul .active .all:before {
        background-image: url('../images/mobil-menu/all-2.png');
    }

    .mobil-menu ul .cart span {
        position: absolute;
        top: -6px;
        right: 0;
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-weight: 600;
        font-size: 13px;
        color: #fff;
        text-align: center;
        border-radius: 50%;
        background: #FF3600;
    }

    .mobil-catalog {
        position: fixed;
        top: 60px;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 999;
        background: #F8F9FA;
        padding: 20px 22px 106px;
        overflow-y: auto;
    }

    .mobil-catalog.active {
        display: block;
    }

    .mobil-catalog .title {
        padding-bottom: 20px;
        font-weight: 600;
        font-size: 18px;
    }

    .mobil-catalog .menu>li {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
        background: #fff;
    }

    .mobil-catalog .menu>li>a {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        display: flex;
        align-items: center;
        min-height: 50px;
        padding: 5px 10px 5px 32px;
        width: calc(100% - 37px);
    }

    .mobil-catalog .menu>li>.open-child {
        line-height: 50px;
        font-size: 13px;
        cursor: pointer;
        width: 37px;
        text-align: center;
    }

    .mobil-catalog .menu>li>.open-child:before {
        content: "\f078";
        font-family: 'Font Awesome 5 Pro';
        font-weight: 900;
    }

    .mobil-catalog .menu>li>.nav-child {
        width: 100%;
        display: none;
        padding: 0 32px 15px;
    }

    .mobil-catalog .menu>li>.nav-child>li>a {
        font-weight: 400;
        color: #484B4C;
        display: block;
        padding: 5px 0 5px 0px;
        position: relative;
    }

/*    .mobil-catalog .menu>li>.nav-child>li>a:before {
        content: '';
        border-radius: 2px;
        width: 17px;
        height: 17px;
        position: absolute;
        top: 5px;
        left: 0;
        box-sizing: border-box;
        border: 1px solid #ECECEC;
        color: #fff;
        font-family: 'Font Awesome 5 Pro';
        display: flex;
        align-items: center;
        justify-content: center;
    }*/

/*    .mobil-catalog .menu>li>.nav-child>li.active>a:before, .mobil-catalog .menu>li>.nav-child>li>a:hover:before {
        content: "\f00c";
        border: 1px solid #002347;
        background: #002347;
    }*/

    .cart-popup-text {
        padding: 10px 0;
        font-size: 13px;
        line-height: 20px;
        max-width: 100%;
    }

    .cart-popup-text i {
        font-size: 20px;
        margin: 0 auto 10px;
        border: 2px solid;
        width: 30px;
        height: 30px;
        padding-top: 1px;
        line-height: 26px;
    }

    .cart-popup-product {
        width: 100%;
    }

    .cart-popup-product .vm_cart_products .product_row:nth-child(1n+2) {
        padding-top: 10px;
        margin-top: 10px;
    }

    .cart-popup-product .product_id {
        width: 50px;
        min-width: 50px;
        height: 50px;
        margin-right: 10px;
    }

    .cart-popup-product .product_info {
        width: initial;
        padding-right: 10px;
    }

    .cart-popup-product .product_info .product_name {
        font-size: 13px;
        line-height: 16px;
    }

    .cart-popup-product .quantity {
        display: none;
    }

    .cart-popup-product .subtotal_with_tax {
        font-size: 14px;
        min-width: initial;
        white-space: nowrap;
        padding-left: 10px;
    }

    .cart-popup-button {
        padding: 10px 0;
        flex-direction: column;
    }

    .cart-popup-button .button {
        padding: 0 10px;
        margin: 10px 0 0;
        width: 100%;
    }
}

@media screen and (orientation:landscape) and (max-width:968px) {
    .head-bott {
        height: initial;
        padding: 5px 0;
    }

    .head-top {
        right: 52px;
        bottom: 0;
        width: initial;
    }

    .head-search .search-field {
        height: 30px;
    }

    .home-banner {
        padding-top: 50px;
    }

    .breadcrumb {
        padding: 50px 10px 10px;
    }

    .product-description-nav.sticky-nav {
        top: 40px;
    }

    .mobil-menu {
        padding: 7px 10px;
        height: initial;
        left: initial;
        top: 0;
    }

    .mobil-menu ul {
        flex-direction: column;
        height: 100%;
    }

    .mobil-menu ul .button {
        font-size: 0;
    }

    .mobil-menu ul .button:before {
        margin-bottom: 0;
    }

    .mobil-catalog {
        top: 40px;
        right: 52px;
    }

    .popup-orientation {
        justify-content: center;
        position: fixed;
        top: 0;
        right: 50px;
        bottom: 0;
        left: 0;
        display: flex;
        z-index: 9999999;
        background: rgb(255 255 255 / 50%);
    }

    .popup-orientation-wrap {
        font-size: 16px;
        font-weight: 500;
        text-align: center;
        margin: auto 10px;
        background: #fff;
        padding: 30px 10px;
        box-shadow: 0px 4px 11px rgb(29 31 34 / 10%);
    }
}

@media screen and (max-width:767px) {
    body #bingc-passive {
        bottom: 0;
    }

    body #bingc-passive div.bingc-passive-overlay {
        top: 50% !important;
        transform: translate(0%, -50%);
    }

    #bingc-phone-button.bingc-show {
        bottom: 90px !important;
    }
}

.cart-order-one .right #products {
    display: none !important
}

.rsfp_thankyou_popup_outer {
    z-index: 999999 !important;
}