@media only screen and (min-width: 768px) {

    .fake-checkbox .option-btn img:hover,
    .fake-radio .option-btn img:hover {
        border-color: #d9d9d9
    }
}

.fake-checkbox .option-name,
.fake-radio .option-name {
    font-size: 14px;
    padding: 0 15px;
    background: #fff;
    border-radius: 6px;
    color: #333333;
    margin: 0 5px 8px 0;
    display: flex;
    align-items: center;
    line-height: 40px;
    height: 40px;
    transition: all .2s ease-in-out;
    border: 1px solid #eee
}

.fake-checkbox input:checked+label .option-name,
.fake-radio input:checked+label .option-name {
    border-color: var(--jv-primary);
    color: var(--jv-primary);
    background: rgba(255, 103, 0, .05);
}

.fake-checkbox input:checked+label img,
.fake-checkbox input:checked+label img:hover,
.fake-radio input:checked+label img,
.fake-radio input:checked+label img:hover {
    border-color: var(--jv-primary);
    color: var(--jv-primary);
    background: rgba(255, 103, 0, .05);
}

.fake-radio input:checked+label {
    cursor: default
}

.product-tabs {
    margin: 30px auto 70px;
    position: relative
}

.product-tabs .tab-content {
    padding: 30px 0;
    font-size: 15px;
}

.tab-reviews__title {
    padding-bottom: 30px;
}

.product-tabs .nav-tabs {
    margin: 0;
    padding: 0;
    border: 0;
    display: flex;
    border-bottom: 3px solid #E3E5E8;
    margin-top: -10px;
}

@media only screen and (max-width: 767px) {
    .product-tabs .nav-tabs {
        flex-direction: column;
    }
}

.product-tabs .nav-tabs li {
    background: #ffffff;
    border: 0;
    border-bottom: 0;
    cursor: pointer;
    margin-bottom: 0;
}

.product-tabs .nav-tabs li.active {
    background: #fff;
    border-color: #c6cacb;
    cursor: default
}

.product-tabs .nav-tabs li a {
    display: flex;
    font-size: 14px;
    color: #737373;
    border-radius: 6px;
    line-height: 20px;
    height: 100%;
    align-items: center;
    background: #ffffff;
    border: 0;
    border-bottom: 0;
    margin: 0 30px 0px 0;
    cursor: pointer;
    padding: 20px 0;
    text-transform: uppercase;
    font-weight: 600;
}

.product-tabs .nav-tabs li a:hover {
    color: var(--jv-primary)
}

.product-tabs .nav-tabs>li.active>a,
.product-tabs .nav-tabs>li.active>a:focus,
.product-tabs .nav-tabs>li.active>a:hover {
    color: #333333;
    cursor: default;
    background-color: #fff;
    border: 0;
    border-bottom-color: transparent
}

.product-tabs .nav-tabs>li.active>a:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    border-bottom: 3px solid #333333;
    cursor: default;
    width: 100%;
}

.product-tabs .nav-tabs li sup {
    font-size: 100%;
    font-style: italic;
    font-weight: 400
}

@media only screen and (max-width: 767px) {
    .product-tabs .nav-tabs li a {
        margin-right: 0;
        padding: 10px 0;
    }
}

.table-list {
    overflow: hidden;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    column-count: 1;
    column-gap: 20px;
}

@media screen and (min-width: 768px) {
    .table-list {
        column-count: 2;
        column-gap: 30px;
    }
}

.table-list__tabs {
    break-inside: avoid-column;
    margin-bottom: 30px;
}

.table-list .h3 {
    margin: 0 0 30px 0;
}

.table-list .table-list__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 15px;
    background: url(/image/catalog/dotted-line.gif) 0 100% repeat-x;
    background-position: 0 13px;
}

.table-list .table-list__item div {
    background-color: white;
    padding-left: 5px;
}

.table-list .table-list__item div:first-child {
    font-weight: 400;
    color: #707275;
    padding: 0 5px 0 0;
}

.table-list h4 {
    margin: 0;
    text-transform: uppercase;
    color: #d4dadc;
    line-height: 1.2
}

.alert-top {
    position: fixed;
    top: 62px;
    z-index: 1057;
    padding: 15px 35px 15px 15px;
    max-width: 490px;
    right: 44px;
    margin-left: 10px;
    -webkit-transform: translateZ(1px);
    transform: translateZ(1px);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .28);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .28);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .28);
    cursor: pointer
}

@media only screen and (min-width: 1024px) {
    .alert-top {
        top: 44px
    }
}

@media only screen and (max-width: 767px) {
    .alert-top {
        margin-right: 10px;
        right: 0
    }
}

.cart-panel {
    background: #fff;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .14);
    display: none;
    height: 100%;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: height .3s, top .3s;
    -o-transition: height .3s, top .3s;
    transition: height .3s, top .3s;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    width: 600px;
    z-index: 203
}

.cart-panel .mini {
    transition: all .3s;
    margin-top: 112px
}

.cart-panel.top .mini {
    margin-top: 72px
}

.mini {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.cart-panel .mini {
    height: -webkit-calc(100% - 202px);
    height: calc(100% - 202px)
}

.mini>.mini-content {
    position: absolute;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.cart-panel .mini-list {
    display: block;
    margin: 0;
    padding: 0
}

.cart-panel .mini-list li {
    border-top: 1px solid #e3ecef;
    overflow: hidden;
    padding: 30px;
    padding-left: 50px;
    position: relative
}

.cart-panel .mini-list li:first-child {
    border: 0
}

.cart-panel .mini-list .delete {
    background: #dbdada url(/image/catalog/icon-svg/delete/del.svg) no-repeat center;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    left: 20px;
    position: absolute;
    top: -webkit-calc(50% - 10px);
    top: calc(50% - 10px);
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    width: 20px
}

.cart-panel .mini-list .delete:hover {
    background-color: #ff003d
}

.cart-panel .mini-list .minicart-img {
    float: left;
    position: relative
}

.cart-panel .mini-list .minicart-img img {
    max-height: 90px;
    max-width: 90px
}

.cart-panel .mini-list .minicart-info {
    float: left;
    margin-left: 20px;
    width: 255px
}

.cart-panel .mini-list .minicart-info .minicart-article {
    color: #6c7576;
    font-size: 13px;
    margin: 0;
    padding: 0;
    display: inline-block
}

.cart-panel .mini-list .minicart-info .minicart-name {
    color: #333333;
    font-size: 14px;
    margin: 0;
    padding: 0;
    line-height: 18px;
}

.cart-panel .mini-list .minicart-price {
    float: right;
    font-weight: 500;
    padding-top: 15px;
    text-align: right
}

.minicart-totals {
    flex-grow: 1;
    padding-right: 40px
}

.minicart-price>p {
    margin: 0
}

.cart-panel .minicart-total {
    background: #fff;
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, .3);
    box-shadow: 0 0 13px rgba(0, 0, 0, .3);
    bottom: 0;
    left: 0;
    padding: 30px 40px;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.minicart-totals .minicart-totals__container {
    display: flex;
    align-items: baseline
}

.minicart-totals__container:last-child {
    font-size: 17px;
    font-weight: 600;
}

.minicart-totals .minicart-text {
    margin-left: auto
}

.cart-panel .minicart-total .minicart-summ {
    position: relative;
    padding: 3px 0;
    line-height: 20px;
}

.cart-panel .minicart-total .btn {
    font-size: 14px;
}

.top-panel__mini-cart:hover:after {
    content: "";
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%
}

.minicart-empty {
    text-align: center;
    margin: 50% auto
}

.empty-icon__cart {
    padding-top: 20px;
}

.empty-icon__cart i {
    font-size: 20rem;
}

.empty-message {
    font-size: 34px;
    color: #c9ced0;
    line-height: normal;
}

.minicart-quantity {
    display: inline-block;
    font-weight: 400;
    font-size: 11px;
    line-height: normal;
    padding: 2px 5px;
    border-radius: 6px;
    margin-top: 5px;
    background: #93a4b1;
    color: #fff
}

.alert.alert-cart,
.alert.alert-comp,
.alert.alert-wish {
    margin: 0;
    position: fixed;
    top: -100%;
    right: 40px;
    width: 320px;
    box-shadow: 0 0 8px rgb(0 26 52 / 20%);
    background: #fff;
    z-index: 1100;
    padding-left: 50px;
}

@media only screen and (max-width: 767px) {

    .alert.alert-cart,
    .alert.alert-comp,
    .alert.alert-wish {
        width: auto;
        right: 0;
        margin: 15px 15px 0
        
    }
}
.alert.alert-cart a,
.alert.alert-comp a,
.alert.alert-wish a {

    color: var(--jv-primary);

}
.alert.alert-cart i,
.alert.alert-comp i,
.alert.alert-wish i {
    position: absolute;
    left: 0;
    top: 0;
    margin: 10px 0 0 10px;
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    color: var(--jv-primary);
    background: #e7eced;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    justify-content: center
}

.catalog-mobile-menu {
    background: #fff
}

.slide-search {
    width: 400px;
    height: 100%;
    position: fixed;
    right: -400px;
    top: 0;
    z-index: 1100;
    background: #fff;
    -webkit-transition: right .3s ease 0s;
    -moz-transition: right .3s ease 0s;
    -o-transition: right .3s ease 0s;
    transition: right .3s ease 0s
}

@media only screen and (max-width: 490px) {
    .slide-search {
        -webkit-transition: width .3s ease 0s, right .3s ease 0s;
        -moz-transition: width .3s ease 0s, right .3s ease 0s;
        -o-transition: width .3s ease 0s, right .3s ease 0s;
        transition: width .3s ease 0s, right .3s ease 0s
    }
}

.slide-search.active {
    right: 0
}

.slide-header {
    display: none;
    justify-content: start;
    align-items: center;
    height: 56px;
    min-height: 56px;
    background-color: #f1f6f7;
    padding-left: 24px;
    position: relative
}

@media only screen and (max-width: 490px) {
    .slide-search.active {
        width: 100%
    }

    .slide-header {
        display: flex
    }
}

.slide-title {
    font-size: 17px;
    line-height: 20px;
    font-weight: 500
}

.slide-close {
    width: 56px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer
}

.slide-close>i {
    font-size: 22px;
    display: inline-flex;
    color: #93a3a6;
    transition: all .15s ease 0s
}

.scroll-wrapper {
    height: 100%;
    overflow: hidden
}

.scroll-wrapper,
.slide-search .search-input,
.slide-search__content {
    position: relative;
}

.slide-search .search-input input[type=text] {
    width: 100%;
    height: 36px;
    margin: 0;
    padding: 0 36px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.slide-search .search-input input[type=text] {
    border: 0;
    border-radius: 6px;
    -webkit-appearance: none;
    appearance: none;
    background: 0
}

.slide-search .search-input .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 16px;
    height: 36px;
    border-radius: 6px;
    border: 0;
    background: 0
}

.slide-search .search-input .icon-search {
    position: absolute;
    top: 0;
    left: 0;
    margin: 8px 0 0 12px;
    font-size: 21px
}

@media only screen and (max-width: 490px) {
    .slide-search .search-input input[type=text] {
        background: #fff;
        border-radius: 6px;
        height: 50px;
        border-bottom: 1px solid #f1f6f7;
        padding-left: 25px
    }

    .slide-search .search-input .icon-search {
        display: none
    }

    .slide-search .search-input .search-btn {
        height: 50px
    }
}

@media only screen and (max-width: 490px) {
    .menu-mobile-list {
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .menu-fixed {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 1001;
        top: 0;
        left: 100%;
        transition: all .3s
    }

    .menu-fixed.active {
        right: 0
    }

    .menu-information-container {
        margin: 0;
        height: 100%;
        background: #fff
    }

    .menu-mobile__informations .title-information {
        margin-bottom: 10px;
        font-weight: 600;
        margin-top: 0
    }

    .menu-mobile__informations ul.list-unstyled {
        margin-bottom: 0
    }

    .menu-mobile__informations ul li {
        height: 30px;
        display: flex;
        align-items: center
    }

    .menu-mobile__informations a {
        display: block;
        color: #333333
    }

    .menu-information-container .menu-info__item {
        padding: 24px;
        border-bottom: 1px solid #f5f1f1
    }

    .mobile-information__icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 7px;
        vertical-align: middle
    }

    .menu-information-container .menu-info__item i {
        display: inline-flex;
        vertical-align: middle;
        font-size: 14px
    }

    .mobile-telephone>a:not(:last-child) {
        margin-bottom: 10px
    }

    .menu-informations-blocks {
        overflow-y: auto;
        height: calc(100% - 48px)
    }
}

@media only screen and (min-width: 361px) {
    .catalog-mobile-menu {
        display: none
    }
}

.w100 {
    width: 100px
}

.w200 {
    width: 200px
}

.w300 {
    width: 300px
}

.w400 {
    width: 400px
}

.w500 {
    width: 500px
}

.white-space-nowrap {
    white-space: nowrap
}

.checkout-table {
    border-top: 1px solid #e6e6e6
}

.checkout-table .remove-button {
    width: 30px;
    height: 30px;
    padding: 0;
    text-align: center;
    border: 0;
    border-radius: 50%;
    background: #dbdada url(/image/catalog/icon-svg/delete/del.svg) no-repeat center;
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out
}

.checkout-table .remove-button:hover {
    background-color: #f44336
}

.checkout-table thead {
    color: #333333;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase
}

.table.checkout-table thead td {
    padding: 25px
}

@media only screen and (min-width: 768px) {
    .table.checkout-table thead td {
        padding: 25px 20px
    }
}

.checkout-table thead td:nth-child(1) {
    width: 50px
}

.checkout-table thead td:nth-child(2) {
    text-align: center;
    width: 250px
}

.checkout-table thead td:nth-child(3) {
    width: 300px
}

.checkout-table thead td:nth-child(6) {
    width: 130px
}

.checkout-table tbody {
    color: #333333;
    font-size: 14px
}

.checkout-table tbody tr {
    border-top: 1px solid #e6e6e6
}

.checkout-table tbody tr td {
    padding: 30px;
    position: relative;
    vertical-align: middle;
    border-top: 1px solid #e6e6e6
}

@media only screen and (min-width: 768px) {
    .checkout-table tbody tr td {
        padding: 30px 20px
    }
}

.checkout-table .cart-count {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #dbdcdc;
    height: 34px;
    position: relative;
    text-align: center;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px
}

.checkout-table .cart-count button {
    cursor: pointer;
    color: #c0cbd0;
    transition: all .2s;
    border: 0;
    background: 0;
    padding: 0
}

.checkout-table .cart-count button i {
    font-size: 14px;
    display: flex
}

.checkout-table .cart-count .reload:hover {
    color: #35c337
}

.checkout-table .cart-count .remove:hover {
    color: #f00354
}

.checkout-table .cart-count input {
    border: 0;
    height: 100%;
    position: relative;
    text-align: center;
    padding: 0;
    min-width: 50px;
    border-radius: 20px
}

.checkout-table .checkout-model {
    color: #010101;
    font-size: 12px
}

.checkout-table .checkout-cart__total,
.checkout-table .checkout-model {
    font-weight: 500
}

.checkout-table .checkout-info .checkout-name {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 7px;
    padding-right: 20px;
    line-height: normal
}

.checkout-table .price-qty {
    color: #939eb1;
    min-width: 110px;
    display: inline-block;
    font-weight: 500
}

@media only screen and (min-width: 1272px) {

    .checkout-table tbody td:nth-child(4),
    .checkout-table thead td:nth-child(4) {
        padding-left: 50px
    }
}

.checkout-image {
    display: block;
    position: relative
}

.checkout-cart__total {
    font-size: 21px
}

.checkout-stock {
    position: absolute;
    top: 20px;
    left: 0;
    border-radius: 30px;
    min-width: 50px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    padding-top: 5px;
    color: #fff;
    background: red
}

.show-special {
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    line-height: 1;
    font-style: italic;
    color: #00bfff;
    position: absolute;
    left: 20px;
    bottom: 20px
}

@media only screen and (min-width: 361px) {
    .show-special {
        left: 0;
        bottom: 0
    }
}

.stars-rating label {
    display: block
}

.stars-rating .wrap {
    display: flex
}

.stars-rating .wrap span {
    font-size: 54px;
    cursor: pointer;
    display: inline-flex;
    height: 60px;
    align-items: center;
    justify-content: center
}

.stars-rating .wrap span:before {
    content: "\2605";
    color: #e8e8e8
}

.stars-rating .wrap:not([data-rate="0"]) span:before {
    content: "\2605"
}

.stars-rating .wrap:hover span:before {
    content: "\2605";
    color: #ffcf00
}

.stars-rating .wrap:hover span:hover~span:before {
    color: #e8e8e8
}

.stars-rating .wrap[data-rate="1"] span:nth-child(-n+1):before,
.stars-rating .wrap[data-rate="2"] span:nth-child(-n+2):before,
.stars-rating .wrap[data-rate="3"] span:nth-child(-n+3):before,
.stars-rating .wrap[data-rate="4"] span:nth-child(-n+4):before,
.stars-rating .wrap[data-rate="5"] span:nth-child(-n+5):before {
    color: #ffcf00
}

.menu-button__icon {
    width: 20px;
}

.menu-button__icon .line {
    height: 2px;
    background: #333333;
    margin-bottom: 5px;
    border-radius: 10px
}

.menu-button__icon .short.line {
    margin-bottom: 0;
}

.viewed-module {
    margin-bottom: 50px
}

.wrapper-brands__new {
    margin-bottom: 50px
}

.wrapper-brands__new .brands-new__show__all p {
    text-align: right;
    background: var(--jv-primary);
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 5px 20px;
    vertical-align: middle;
    border-radius: 50px;
    margin: 0;
}

.wrapper-brands__new .brands-new__show__all p:hover {
    background: #c5612e;
}

.brands-new .brand-link {
    display: flex;
    align-items: center;
    background: #f5f5f6;
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px
}

.brands-new .brand-link img {
    mix-blend-mode: multiply
}

@media only screen and (max-width: 767px) {
    .brands-new__show__all a {
        display: block;
        width: 100%
    }

    .wrapper-brands__new .brands-new__show__all p {
        width: 100%;
        text-align: center;
        margin-top: 10px
    }

    .wrapper-brands__new .wrapper-brands__header .content-title {
        font-size: 21px
    }
}

.wrapper-brands__header {
    margin-bottom: 10px
}

.card {
    padding: 20px
}

@media only screen and (min-width: 768px) {
    .card {
        padding: 30px
    }
}

.text-company {
    font-size: 17px;
    padding: 30px
}

.text-company h1 {
    margin-top: 0;
    font-size: 30px;
    font-weight: 800;
    line-height: normal
}

@media only screen and (min-width: 361px) {
    .text-company {
        padding: 43px
    }

    .text-company h1 {
        font-size: 44px
    }
}

.text-company h1:first-letter {
    color: #0989d2
}

.contacts h4:first-child {
    margin-top: 0
}

.contacts table {
    color: #666;
    border: 0;
    border-collapse: collapse
}

.contacts table td {
    padding-bottom: 10px;
    line-height: 21px;
    vertical-align: top
}

.contacts table td span {
    color: #121212;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600
}

.big-icon {
    height: 54px;
    width: 54px;
    line-height: 54px;
    font-size: 29px;
    border-radius: 50%;
    background: #666;
    color: #fff;
    text-align: center
}

body .big-icon {
    background: var(--jv-primary)
}

.big-icon.s45 {
    height: 45px;
    width: 45px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center
}

.contacts table td .big-icon {
    margin: 0 20px 20px 0
}

.maps-size {
    width: 100%;
    height: 400px
}

.tags-container {
    margin-top: 33px
}

.tags-title {
    color: #333333;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 16px
}

.product-tags {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 18px
}

.product-tags a {
    flex: 0 0 auto;
    padding: 6px 16px;
    color: #333333;
    margin: 0 6px 6px 0;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 16px;
    height: 30px;
    background: #f2f3f5;
    display: flex;
    align-items: center
}

.product-tags a:hover {
    color: #004ed6
}

.grayscale {
    -webkit-filter: grayscale(1);
    opacity: .4;
    filter: grayscale(1);
    filter: gray
}

.viewed-layout {
    padding-bottom: 20px;
}

.viewed-caption {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 115px;
    white-space: normal;
    color: #333333;
    border-radius: 6px;
    border: 1px solid #ececec;
}

.viewed-caption:hover {
    color: var(--jv-primary)
}

.viewed-image {
    -webkit-box-flex: 30;
    -webkit-flex: 30;
    -moz-box-flex: 30;
    -ms-flex: 30;
    flex: 30;
    text-align: center;
    padding: 0 20px;
}

.viewed-info {
    padding: 6px 20px 6px 0;
    -webkit-box-flex: 70;
    -webkit-flex: 70;
    -moz-box-flex: 70;
    -ms-flex: 70;
    flex: 70
}

.viewed-name {
    word-wrap: break-word;
    word-break: break-word;
    line-height: 1.4em;
    display: block;
    overflow: hidden;
    max-height: 2.8em;
    font-size: 14px
}

.viewed-price__block {
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
    margin: 7px 0 0;
    white-space: nowrap;
    color: #333333;
}

.flex-group {
    display: flex
}

.bg-container {
    background-color: #f1f6f7;
    background-color: #fff
}

@media only screen and (max-width: 480px) {
    .checkout-btns .btn {
        display: block
    }

    .checkout-btns .btn+.btn {
        margin: 10px 0 0
    }
}

.text-empty {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 600px;
    flex-direction: column
}

.text-empty p {
    font-size: 35px;
    line-height: normal;
}

.manufacturers .manufacturer-link {
    display: flex;
    text-align: center;
    margin-bottom: 20px;
    text-decoration: none;
    align-items: center;
    border-radius: 6px;
    background: #ffffff;
    padding: 10px 20px;
    border: 1px solid #e8e8e8;
    transition: all .3s;
}

.manufacturers .manufacturer-link:hover {
    box-shadow: 0px 2px 4px rgb(17 17 17 / 11%);
}

.manufacturer-image {
    flex-shrink: 0;
    margin-right: 20px;
}

.manufacturer-image>img {
    mix-blend-mode: multiply;
    height: 60px;
}

.manufacturer-name {
    font-size: 15px;
    color: #333333;
    flex-grow: 1;
    text-align: left;
    font-weight: 700;
}

.review-card {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 30px 0;
}

.review-card__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: opacity .6s ease
}

.review-card__wrap .review-image {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%
}

.review-card__wrap .review-img {
    max-width: 180px;
    max-height: 180px;
    margin-bottom: 12px
}

.review-card__wrap .review-name {
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #93a4b1
}

.review-card__wrap .review-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    color: #333333;
    margin-bottom: 20px
}

.reviews-subtitle {
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #9b9b9b;
}

.reviews-title__header .close-btn {
    display: flex;
    align-items: center;
    z-index: 99;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
    border: none;
    color: #9b9b9b;
    cursor: pointer;
    -webkit-transition: color .2s;
    transition: color .2s;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    padding: 10px;
}

.reviews-title__header .close-btn:hover {
    background-color: #f3f4f6;
}

.reviews-title__header .close-btn:active {
    background-color: #e6e6e6;
}

.form-review__card {
    padding-top: 20px;
}

.close-icon__cross {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-cross__image {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOC42NDY0IDYuNzUzNTVDMTguODQxNyA2LjU1ODI5IDE4Ljg0MTcgNi4yNDE3MSAxOC42NDY0IDYuMDQ2NDVMMTcuOTUzNiA1LjM1MzU1QzE3Ljc1ODMgNS4xNTgyOSAxNy40NDE3IDUuMTU4MjkgMTcuMjQ2NCA1LjM1MzU1TDEyIDEwLjZMNi43NTM1NSA1LjM1MzU1QzYuNTU4MjkgNS4xNTgyOSA2LjI0MTcxIDUuMTU4MjkgNi4wNDY0NSA1LjM1MzU1TDUuMzUzNTUgNi4wNDY0NUM1LjE1ODI5IDYuMjQxNzEgNS4xNTgyOSA2LjU1ODI5IDUuMzUzNTUgNi43NTM1NUwxMC42IDEyTDUuMzUzNTUgMTcuMjQ2NEM1LjE1ODI5IDE3LjQ0MTcgNS4xNTgyOSAxNy43NTgzIDUuMzUzNTUgMTcuOTUzNkw2LjA0NjQ1IDE4LjY0NjRDNi4yNDE3MSAxOC44NDE3IDYuNTU4MjkgMTguODQxNyA2Ljc1MzU1IDE4LjY0NjRMMTIgMTMuNEwxNy4yNDY0IDE4LjY0NjRDMTcuNDQxNyAxOC44NDE3IDE3Ljc1ODMgMTguODQxNyAxNy45NTM2IDE4LjY0NjRMMTguNjQ2NCAxNy45NTM2QzE4Ljg0MTcgMTcuNzU4MyAxOC44NDE3IDE3LjQ0MTcgMTguNjQ2NCAxNy4yNDY0TDEzLjQgMTJMMTguNjQ2NCA2Ljc1MzU1WiIgZmlsbD0iIzlFOUI5OCIvPgo8L3N2Zz4K);
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.form-label {
    font-style: normal;
    font-stretch: normal;
    font-size: 15px;
    line-height: normal;
    padding: 5px 10px 0 0;
    margin-bottom: 0;
    width: 170px
}

.form-input {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.flex-wrap {
    flex-wrap: wrap
}

@media only screen and (max-width: 767px) {
    .flex-wrap-media {
        flex-wrap: wrap
    }

    .form-label {
        width: 100%;
        padding: 0;
        margin-bottom: 5px
    }
}

#button-cart.btn-warning {
    background: #ec8700 !important;
    -webkit-box-shadow: 0 1px 6px rgba(195, 103, 0, .55) !important;
    box-shadow: 0 1px 6px rgba(195, 103, 0, .55) !important
}

.section-block__horizontal {
    margin-bottom: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    align-content: flex-start;
    -ms-flex-line-pack: start
}

.section-block__item {
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
    vertical-align: top
}

@media only screen and (min-width: 768px) {
    .section-block__item {
        width: 50%
    }
}

.section-block__img {
    margin-right: 20px;
    width: 70px;
    float: left;
}

.section-block__text {
    display: inline-block;
    width: calc(100% - 50px - 40px)
}

.section-block__title {
    display: inline-block;
    width: 100%;
    font-weight: 600;
    line-height: normal;
    font-size: 21px;
    color: #333333;
    margin-bottom: 10px;
    letter-spacing: 0
}

.section-block__annotation {
    display: inline-block;
    width: 100%;
    font-size: 17px;
    color: #959da0;
    line-height: 24px;
    max-width: 395px
}

.section-block__container {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.section-block-main__title {
    width: 100%
}

.section-block-main__title h2 {
    display: inline-block;
    width: 100%;
    font-weight: 800;
    line-height: 57px;
    font-size: 52px;
    letter-spacing: -2px;
    margin-bottom: 40px;
    color: #333333
}

.ToTopIcon {
    fill: #fff
}

.remove-wishlist {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #333333;
    width: 30px;
    height: 30px;
    z-index: 1;
    text-align: center;
    border-radius: 6px;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center
}

.remove-wishlist:active,
.remove-wishlist:active:focus,
.remove-wishlist:focus,
.remove-wishlist:hover {
    color: var(--jv-primary);
    background: #eff0f2
}

.remove-wishlist i {
    font-size: 19px;
    height: 24px
}

.order-list-info .order-item {
    margin-left: 0;
    margin-right: 0;
    background-color: #fff;
    border: 1px solid #ededed;
    margin-bottom: 20px;
    padding-bottom: 0
}

.order-list-info .order-title {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    font-weight: 500;
    background: #f1f6f7;
    font-size: 14px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.order-list-info .order-name-block {
    display: flex;
    align-items: center
}

.order-list-info .order-image {
    margin-right: 15px
}

.order-list-info .order-name {
    font-weight: 500;
    display: block
}

.order-list-info .order-options {
    margin-top: 7px
}

.order-list-info .order-block {
    padding: 20px
}

.order-list-info .order-block:not(:last-child) {
    border-bottom: 1px solid #ededed
}

.order-list-info .order-options-title {
    font-weight: 500;
    margin-top: 10px;
    color: #333333
}

.order-list-info .order-inline {
    display: inline-block;
    margin: 0 19px 13px 0;
    font-size: 14px;
    min-width: 25%;
    color: #737373
}

.order-list-info .products-order-price-title {
    font-size: 13px
}

.order-list-info .products-order-price {
    font-size: 14px
}

.order-list-info .product-total-amount {
    display: inline-flex;
    align-items: baseline;
    font-size: 21px;
    margin-top: 12px;
    font-weight: 500
}

.order-list-info .products-order-total-title {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 400
}

.order-list-info .products-order-total {
    font-size: 27px;
    color: #333333
}

.order-list-info .product-order-methods {
    margin-top: 13px;
    font-size: 14px
}

.account-section {
    padding: 30px 0 20px;
    margin-left: 44px;
    border-top: 1px solid #ededed
}

.my-account {
    border-top: 0
}

.account-section,
.account-title {
    position: relative
}

.account-section a {
    color: inherit;
}

.account-section a:hover {
    color: var(--jv-primary);
}

.account-section .accoun-title__head {
    color: #333333;
    font-size: 28px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 20px
}

.icon-my__account {
    background-image: url(/image/catalog/icon-png/account/user_32_32.png)
}

.icon-credit__card {
    background-image: url(/image/catalog/icon-png/account/credit-card_32_32.png)
}

.icon-my__orders {
    background-image: url(/image/catalog/icon-png/account/order_32_32.png)
}

.icon-my__affiliate {
    background-image: url(/image/catalog/icon-png/account/partner_32_32.png)
}

.icon-my__newsletter {
    background-image: url(/image/catalog/icon-png/account/newsletter_32_32.png)
}

.icon-my__logout {
    background-image: url(/image/catalog/icon-png/account/exit_32_32.png)
}

.accoun-title__icon {
    position: absolute;
    width: 32px;
    height: 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: -44px
}

.scrollbar {
    height: 100%;
    overflow-x: hidden
}

.stars-rating .wrap span:before {
    color: #ededed;
    width: inherit;
    height: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0
}

.list-module {
    position: relative;
    margin-bottom: 30px
}

.list-module__list {
    padding-left: 0;
    list-style: none;
}

.list-module__item {
    line-height: 20px;
}

.list-module__item+.list-module__item {
    margin-top: 10px;
}

.list-module__link {
    color: inherit;
    font-size: 15px;
}

.list-module-item.active {
    font-weight: 700;
    font-size: 15px;
}

.list-child {
    list-style: none;
    padding-left: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.list-child li {
    line-height: 20px;
}

.list-module-item {
    color: inherit;
}

.list-child li+li {
    margin-top: 10px
}

.title-module {
    background: var(--jv-primary);
    color: #fff;
    border-radius: 6px 6px 0 0;
    height: 54px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    text-transform: uppercase;
    transition: all .2s ease-out;
}

.scrollbar {
    height: calc(100% - 7rem);
    overflow-y: scroll
}

.rewad-info__block {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
}

.reward-text__total {
    color: #737373;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

.reward-total {
    font-size: 32px;
    line-height: 35px;
    font-weight: 600;
    margin-top: 12px
}

.reward-history {
    display: block;
    line-height: 54px
}

.orders-table .table>tbody>tr>td,
.orders-table .table>thead>tr>th,
.reward-table .table>tbody>tr>td,
.reward-table .table>thead>tr>th {
    vertical-align: middle;
    border-width: 1px;
    padding: 15px 0
}

.product-description {
    margin-bottom: 30px
}

.product-description h2:first-child,
.product-description h3:first-child,
.product-description h4:first-child {
    margin-top: 0
}

.ftr-module {
    margin-bottom: 50px
}

.ftr-cat-row {
    margin-right: 0;
    margin-left: 0;
    gap: 20px;
}

.ftr-cat-row::after,
.ftr-cat-row::before {
    display: none;
}

.ftr-cat-col {
    padding-right: 10px;
    padding-left: 10px;
}

.ftr-cat-col {
    width: calc(100% / 6 - (100px / 6));
    max-width: 290px;
    height: 372px;
    padding: 0;
}

.ftr-cat-col a {
    border-radius: 30px;
}

.ftr-cat.ftr-cat__main {
    max-width: 290px;
    width: 100%;
    height: 372px;
    position: relative;
    border-radius: 30px;
}

.ftr-cat a img {
    mix-blend-mode: darken;
    position: absolute;
    left: 20px;
    top: 55px;
    max-width: 250px;
    max-height: 250px;
    width: calc(100% - 40px);
    aspect-ratio: 1 / 1;
    
    object-fit: contain;
}

.ftr-cat a {
    display: block;
    width: 100%;
    max-width: 290px;
    height: 372px;
    overflow: hidden;
    text-align: center;
    background: #F2F3F6;
}

.ftr-cat__name {
    font-size: 16px;
    line-height: 125%;
    letter-spacing: normal;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-word;
    display: block;
    overflow: hidden;
    margin-top: 0;
    text-align: center;
    text-decoration: none;
    font-weight: 5=00;
    position: absolute;
    top: 300px;
    left: 20px;
    max-width: 250px;
    width: calc(100% - 40px);
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#column-left .product-layout,
#column-right .product-layout {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 30px;
    margin: 0
}

.reviews-count {
    font-size: 14px;
    margin-left: 10px;
    white-space: nowrap;
}

@media only screen and (max-width: 575px) {
    .reviews-count .counter-text {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .product-item-marker-14px>span {
        font-size: 12px;
        line-height: 11px;
    }

    .product-item__heading {
        font-size: 12px;
        line-height: 17px;
    }

    .product-item__model .product-item__text_model {
        font-size: 11px;
        display: block;
    }

    .product-price__current {
        font-size: 16px;
    }

    .product-item__quantity-val,
    .product-item__sku .product-item__text_sku {
        font-size: 11px;
    }

    .product-button__container .btn {
        width: 40px;
        height: 40px;
    }

    .reviews-count {
        font-size: 13px;
    }

    .product-button__container .btn>i {
        font-size: 15px;
    }

    .product-item-price-economy {
        font-size: 11px;
        padding: 1px 3px;
        border-radius: 2px;
        line-height: 14px;
    }

    .product-item .xdstickers_wrapper.position_upleft {
        top: 0;
        left: 0;
        right: auto;
    }

    .product-item__amount-btn-minus,
    .product-item__amount-btn-plus {
        padding: 2px 7px;
    }

    .product-item__amount .product-item__amount-input {
        height: 28px;
        font-size: 12px;
    }

    .toolbar-form__input .form-control {
        font-size: 12px;
        height: 35px;
        padding: 2px 6px;
    }

    .toolbar-form__input__title {
        font-size: 12px;
    }

    .ftr-cat__name {
        font-size: 13px;
        line-height: 16px;
    }

}

.pb-30 {
    padding-bottom: 30px
}

@media only screen and (min-width: 768px) {
    #boc_order .modal-body {
        padding: 24px 40px 46px
    }
}

#boc_order .boc_product_input i {
    font-size: 20px
}

#boc_order_title {
    font-size: 30px;
    line-height: normal;
    text-align: center;
    padding-bottom: 25px;
    padding-top: 10px;
    font-weight: 600;
    margin: 0;
}

#boc_order .form-group label {
    color: #424b5a;
    display: block;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    margin-top: 8px;
    text-transform: none
}

#boc_submit {
    display: block;
    margin: 24px auto 0;
    width: 100%;
    height: 50px;
    border-radius: 6px;
    position: relative;
    color: #fff;
    background-color: var(--jv-primary);
    border-color: var(--jv-primary)
}

#boc_order .boc-close {
    padding: 0;
    border: 0;
    background: 0;
    font-size: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
    transition: transform .25s;
}

#boc_order .boc-close:hover {
    transform: rotate(180deg);
}

#boc_order .boc-close i {
    font-size: 20px;
    display: flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center
}

.store-image {
    margin: 0 0 20px
}

.pt-20 {
    padding-top: 20px
}

.pt-30 {
    padding-top: 30px
}

.swiper-pager .swiper-button-next,
.swiper-pager .swiper-button-prev {
    -moz-background-size: 19px 44px;
    -webkit-background-size: 19px 44px;
    background-size: 19px 44px
}

.button-blog__group button {
    height: 30px
}

.blog-product__title {
    margin-bottom: 12px
}

.button-blog__group {
    margin-top: auto
}

.blog-product__caption {
    margin-bottom: auto
}

.product-blog__rating {
    margin-bottom: 12px
}

.button-blog__group button span {
    padding-left: 5px
}

.mobile-language .btn-group,
.mobile-currency .btn-group,
.mobile-language .dropdown-toggle,
.mobile-currency .dropdown-toggle {
    width: 100%
}

.mobile-language .dropdown-toggle,
.mobile-currency .dropdown-toggle {
    color: inherit;
    background: #f1f6f7;
    display: none
}

.mobile-language .dropdown-menu,
.mobile-currency .dropdown-menu {
    width: 100%;
    margin: 0;
    display: block;
    position: static;
    box-shadow: none;
    padding: 0
}

.mobile-language .language-select,
.mobile-currency .currency-select {
    padding: 0;
    border: 0
}

.mobile-language .dropdown-toggle span,
.mobile-currency .dropdown-toggle span {
    display: block !important;
    padding: 0 4px
}

.product-item__brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    position: absolute;
    left: 0;
    bottom: 10px
}

.review-table {
    margin-bottom: 24px
}

.review-author,
.review-rating,
.review-date {
    margin-bottom: 10px
}

.review-date {
    color: #737373
}

.review-answer {
    display: block;
    padding: 20px;
    max-width: 680px;
    width: 100%;
    border-radius: 6px;
    background: #fafafa;
    margin-top: 24px;
    border: 1px solid #ededed
}

.promo-list-items {
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start
}

.promo-list-items .promo-list-item a {
    font-weight: 400;
}

.promo-list-link {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: initial;
    z-index: 1
}

.promo-list-caption {
    font-size: 44px;
    line-height: 49px;
    max-width: 346px;
    font-weight: 600
}

@media only screen and (max-width: 1250px) {
    .promo-list-caption {
        font-size: 30px;
        line-height: 36px
    }
}

#prodvar {
    padding-top: 30px;
}

.prodvar {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
}

.prodvar-item {
    width: calc(16.6666% - 10px);
    margin: 0 10px 10px 0;
}

@media only screen and (max-width: 576px) {
    .prodvar-item {
        width: 100%;
        margin: 0 0 10px 0;
    }
}

.prodvar-price {
    padding-top: 5px;
}

.prodvar-price__current {
    font-weight: 600;
    color: #333333;
}

.prodvar-item__form {
    display: flex;
    align-items: center
}

.prodvar-link {
    display: flex;
    border-radius: 12px;
    padding: 10px 12px;
    min-height: 100%;
    border: 1px solid #ebebeb;
    transition: transform ease .2s, box-shadow ease .2s, border-color ease .2s;
}

@media (min-width: 361px) {
    .prodvar-link:hover {
        border-color: #fff;
        box-shadow: 0 6px 20px 0 rgb(0 0 0 / 10%);
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px);
        z-index: 1;
    }
}

.prodvar-name {
    flex-grow: 1;
    padding-left: 12px
}

.prodvar-image {
    flex-shrink: 0
}

.prodvar-image img {
    mix-blend-mode: multiply
}

.prodvar-name__text {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    display: block;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}

.html-content {
    width: 100%
}

.promo-2 {
    border: 1px solid #eee;
    border-radius: 6px;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-bottom: 20px
}

.promo__item,
.promo__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.promo__item {
    color: #333333;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 15px;
    margin-left: 30px;
    position: relative;
    text-decoration: none;
    width: calc(33.33% - 30px)
}

.promo-2 .promo__item {
    border: 0;
    border-radius: 6px;
    margin-bottom: 0;
    margin-left: 0;
    width: 100%
}

.promo-2 .promo__item+.promo__item {
    border-top: 1px solid #eee
}
.mobile__header-content--bottom,
.mobile__header-content--top {
    display: none;
}

.top-panel__col.top-panel__btn-catalog.mobile {
    display: none;
}
.promo__icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: none;
    flex: none;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 15px;
    width: 60px;
    height: 60px
}

@media only screen and (max-width: 490px) {
    .mobile__header-content--bottom, .mobile__header-content--top {
    display: block;
    }
    .header__descr-right a, .header__descr-left a p {
        font-size: 10px;
    }
    .header__descr .container {
        padding: 5px 10px 0;
    }
    .header__descr-left {
        gap: 16px;
    }
    .header__descr-right, .header__descr a {
        height: max-content;
    }
    .promo-2 .promo__item {
        flex-direction: column
    }
    }
    .top-header .header__descr{
        margin-bottom: 0;
        /* display:none; */
    }
    .promo-2 .promo__icon {
    width: 40px;
    height: 40px
    }

    .promo__icon img {
    border-radius: 6px;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%
    }

    .promo__info {
    -ms-flex: 1;
    flex: 1
    }

    .promo__title {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px
    }

    .promo-2 .promo__title {
    font-size: 14px
    }

    .promo__text {
    color: gray;
    display: block;
    font-size: 13px;
    line-height: 1.6
    }

    .promo-2 .promo__text {
    font-size: 12px
    }

    .minicart-totals .minicart-text {
    white-space: nowrap
    }

.product-item-price-old {
    color: #737373
}

.header-nav__container {
    position: relative;
    height: 100%;
    background-color: #fff;
    transition: .2s;
}

.header-nav__submenu__content {
    height: 100%;
}

.header-nav__catalog__menu {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.menu-shadow {
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #4c4c4c;
    opacity: 0;
}

.menu-shadow.visible {
    display: block;
    opacity: 0.8;
}

.header-submenu__col::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f6
}

.header-submenu__col::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #bdbdbd
}

.header-submenu__col::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #f5f5f6;
    box-shadow: inset 0 0 6px #f5f5f6;
    border-radius: 10px;
    background-color: #f5f5f6
}

.header-submenu__col--grey {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    border-right: 1px solid #ededed;
}

.header-nav__submenu {
    position: absolute;
    width: 90%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    transition: none;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    z-index: 101;
}

.header-nav__submenu.active {
    height: auto;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s linear, -webkit-transform 0.2s linear;
    transition: opacity 0.2s linear, transform 0.2s linear;
    transition: opacity 0.2s linear, transform 0.2s linear, -webkit-transform 0.2s linear;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.header-submenu__col--grey {
    width: 255px
}

.header-submenu__rightside {
    padding: 0px 45px 0 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.header-submenu__title {
    margin: 10px 0 20px;
    text-transform: uppercase;
}

.header-submenu__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.header-submenu__parent {
    padding: 15px 0;
    height: 100%;
    width: 100%
}

.header-submenu .category-link {
    display: flex;
    align-items: center;
    word-break: break-word;
    position: relative;
    padding: 10px 30px 10px 12px;
    border-radius: 6px;
    margin-right: 10px;
    color: #333333;
}
.header-submenu .category-link {font-size: 16px;font-weight: 450;}

.header-submenu__item.active .category-link {
    /* background-color: #f5f5f5; */
}

.header-submenu__item .category-link:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 6px;
    height: 6px;
    border: 1px solid #808080;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.header-submenu__item.active .category-link:after {
    border-color: #333333
}

.header-submenu .category-link img {
    margin-right: 15px;
    flex-shrink: 0;
    mix-blend-mode: multiply;
}

.header-submenu .category-link span {
    flex-grow: 1;
    line-height: 20px;
}

.header-submenu__block {
    display: none;
    width: 100%;
    height: 100%
}

.header-submenu__block.active {
    display: block
}

.header-submenu__column {
    padding-bottom: 20px;
}

.submenu-link {
    position: relative;
    color: #333333;
    line-height: 21px;
    font-size: 15px;
    font-weight: 700;
}

.header-submenu__info {
    display: flex;
}

.header-submenu__image {
    flex-shrink: 0;
    margin-right: 15px;
    display: none;
}

.header-submenu__image img {
    margin-left: inherit;
}

.header-submenu__child {
    flex-grow: 1;
}

.header-submenu__children {
    padding-top: 20px;
}
.header-submenu__child .header-submenu__children a{
    font-size:16px;
    font-weight: 450;
}
.header-submenu__child a{
    font-size:21px;
    font-weight: 500;
}
.link-bold {
    font-weight: 600
}

.header-submenu__subchild__item {
    margin-bottom: 5px
}

@media only screen and (max-width: 490px) {
    .header-submenu__rightside {
        position: absolute;
        background: #fff;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
    .header__descr .container {
        padding-top: 0.520vw;
    }

    .header-submenu__close {
        display: none
    }

    .header-submenu__inner {
        flex-direction: column;
        width: 100%
    }

    .header-submenu__parent>.header-submenu__title {
        display: none
    }
}

.child-link {
    color: #333333;
    display: block;
}

.submenu-link:hover,
.submenu-link:focus,
.child-link:hover,
.child-link:focus {
    color: #2d3e54
}

.content-title {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    line-height: 27px;
    font-weight: 600;
    font-size: 22px;
}

.block-goods>.container {
    padding-top: 30px
}

.main-wrapper .swiper-viewport {
    box-shadow: none;
    border: 0;
    border-radius: 6px
}

.main-wrapper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgb(0 0 0 / 25%);
    box-shadow: none
}

.main-wrapper .swiper-pagination-bullet-active {
    background: #31c77f
}

.main-wrapper .swiper-pagination-bullet:hover {
    background: rgb(49, 199, 127 / 50%)
}

.mobile-catalog {
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 9999;
    display: none;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: all .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mobile-catalog__panel {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 48px;
    min-height: 48px;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    border-bottom-color: #f1f6f7
}

.mobile-catalog__title {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    flex: 1;
}

.mobile-catalog__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-left: auto;
    color: #2d3e54;
    transform: rotate(180deg);
    appearance: none;
    flex-shrink: 0
}

.mobile-catalog__inner {
    flex-grow: 1;
    overflow-y: auto
}

.mobile-catalog__list {
    list-style: none;
    margin: 0;
    background-color: #fff;
    padding: 0
}

.mobile-catalog__item+.mobile-catalog__item {
    border-top: 1px solid #f1f6f7
}

.mobile-item {
    appearance: none;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12px 16px 12px 0;
    font-size: 13px;
    line-height: normal
}

.mobile-catalog__all .mobile-item {
    background: #fafafa;
    font-weight: 600;
}

.mobile-catalog__name {
    margin: 0 32px 0 16px;
    font-size: 14px;
    line-height: 24px;
    flex: 1
}

.mobile-catalog__back {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: #333333;
    appearance: none;
    flex-shrink: 0
}

.mobile-catalog__image {
    margin-left: 16px
}

.mobile-catalog__icon__arrow {
    display: flex;
    align-items: center;
    justify-content: center
}

.kMP8,
.ULo6 {
    width: 24px;
    height: 24px
}

@media(max-width: 767px) {

    input[type="color"],
    input[type="date"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="email"],
    input[type="month"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="text"],
    input[type="time"],
    input[type="url"],
    input[type="week"],
    textarea {
        font-size: 14px
    }
}

#list-view,
#grid-view {
    width: 37px;
    height: 37px;
    background: no-repeat center;
    border-radius: 6px;
    cursor: pointer;
}

#grid-view+#list-view {
    margin-left: 4px;
}

#list-view.active,
#grid-view.active {
    background-color: #F2F2F2;
}

#list-view.active svg,
#grid-view.active svg {
    fill: #333333
}

#list-view {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgZmlsbD0iI2IyYjJiMiI+PHBhdGggZD0iTTAgMTBoM3YzSDB6bTUgMGg4djNINXpNMCA1aDN2M0gwem01IDBoOHYzSDV6TTAgMGgzdjNIMHptNSAwaDh2M0g1eiIvPjwvc3ZnPg==)
}

#list-view.active {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgZmlsbD0iIzJiMmIyYiI+PHBhdGggZD0iTTAgMTBoM3YzSDB6bTUgMGg4djNINXpNMCA1aDN2M0gwem01IDBoOHYzSDV6TTAgMGgzdjNIMHptNSAwaDh2M0g1eiIvPjwvc3ZnPg==)
}

#grid-view {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgZmlsbD0iI2IyYjJiMiI+PHBhdGggZD0iTTAgMGg2djZIMHptNyAwaDZ2Nkg3em0wIDdoNnY2SDd6TTAgN2g2djZIMHoiLz48L3N2Zz4=)
}

#grid-view.active {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgZmlsbD0iIzJiMmIyYiI+PHBhdGggZD0iTTAgMGg2djZIMHptNyAwaDZ2Nkg3em0wIDdoNnY2SDd6TTAgN2g2djZIMHoiLz48L3N2Zz4=)
}

.d-inb {
    display: inline-block
}

.O4qn {
    padding-left: 20px
}

.FxW4 {
    width: 48px;
    height: 48px
}

.product-item__wishlist {
    height: 100%
}

.bg-gray {
    background-color: #fbfbfe
}

.pb-15 {
    padding-bottom: 15px;
}

.rating-average {
    padding-bottom: 20px
}

.rating-average__title {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 16px;
}

.rating-average__content {
    flex-grow: 1;
    max-width: 243px;
    margin-right: 32px
}

.rating-average__grade {
    display: flex;
    align-items: center;
    line-height: 22px;
    margin-bottom: -1px
}

.rating-average__num {
    margin-right: 16px;
    font-weight: 500;
    margin-bottom: 0
}

.rating-average__rail {
    flex-grow: 1;
    height: 8px;
    background: #eeeff2;
    border-radius: 13px
}

.rating-average__track {
    height: 100%;
    background: #ffcf00;
    border-radius: 45px;
    max-width: 100%
}

.rating-average__total {
    margin-bottom: 4px;
    font-size: 45px;
    line-height: 56px;
    font-weight: 600;
}

.rating-average__info {
    margin-bottom: 0
}

