body {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    width: 100%;
    color: #2f3436;
    background: #fff
}

@media (max-width: 1199px) {
    body.no-scroll {
        height: 100%;
        overflow: hidden
    }
}

h1 {
    font-size: 1.7em;
}

@media (max-width: 767px) {
    h1 {
        font-size: 1.3em;
    }
}

div.required .control-label:before {
    content: '* ';
    color: #ff1a30;
    font-weight: 700;
}

.clear-button {
    padding: 0;
    border: 0;
    font: inherit;
    color: inherit;
    background-color: transparent;
    cursor: pointer;
}

.badge-icon {
    display: flex;
    min-width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #ff75ae;
    font-size: 15px;
    box-sizing: content-box;
    font-weight: 600;
    align-items: center;
    justify-content: center
}

.fw300 {
    font-weight: 300
}

.push-height {
    height: 2rem
}

.push10 {
    margin-bottom: 1rem
}

.no-padding {
    padding: 0!important
}

.buttons {
    margin: 2em 0;
}

#content {
    padding-bottom: 30px;
    min-height: 100vh
}

.fa {
    font-size: 1.4rem
}

.swiper-viewport {
    border: 0;
    border-radius: 0;
    box-shadow: none
}

.relative {
    position: relative
}

.header {
    position: relative;
    background: #fff;
    margin-bottom: 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.header-top {
    height: 40px;
    line-height: 40px;
    background: #2f3436;
}

.header-bottom {
    position: relative;
    padding-bottom: 15px;
}

.header-container {
    padding: 15px 0;
}

@media (min-width: 992px) and (max-width: 1023px) {
    .header-top__container {
        font-size: 11px;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .header-top__container {
        font-size: 13px;
    }
}

@media (min-width: 1200px) {
    .mobile-toggle {
        display: none
    }

    .contacts-item {
        max-width: 270px;
        padding: 7px 8px;
        border-radius: 12px;
        border: 1px solid #dce2e6;
        font-size: 13px;
    }
}

.header-link {
    color: #ffffff;
    transition: all linear .2s;
    margin-right: 20px;
    text-decoration: none;
    font-size: 14px;
}

.text-email a {
    text-decoration: underline;
}

.text-email a:hover {
    text-decoration: none;
}

.profile-link:hover, .cart-link:hover, .header-wishlist:hover, .user-profile:hover, .header-link:hover, .header-wishlist:hover, .header-phone>a:hover, .compare-link:hover {
    color: #ff75ae;
}

.mobile-menu {
    margin-left: 15px;
}

.mobile-menu__user, .mobile-block {
    display: flex;
    align-items: center
}

.mobile-menu__user .mobile-icons {
    padding: 8px 10px;
}

.mobile-menu__user .mobile-icons:active {
    background: #f5f7f9;
}

.mobile-menu .icon {
    color: #2f3436
}

@media (max-width: 767px) {
    .mobile-tools {
        padding: 15px 20px;
        border-bottom: 1px solid #f2f2f2;
        margin-bottom: 0;
    }

    .mobile-info__item {
        color: #353e48
    }

    .mobile-info__title {
        margin-bottom: 1rem
    }

    .mobile-info__item+.mobile-info__item {
        margin-top: 1rem
    }

    #mobile-us .mobile-info__link {
        color: #2f3436;
        line-height: 1.5;
        display: block
    }

    .mobile-tools .tools-item {
        flex-direction: row;
        line-height: normal;
        gap: 15px;
    }

    .mobile-menu__compare, .mobile-menu__wishlist {
        background: #f8f9fa;
    }

    .mobile-info__link {
        color: inherit;
    }

    .mobile-email .mobile-info__link {
        color: #ff75ae;
    }

    .mobile-phone {
        background: #f5f7f9;
    }

    .mobile-phone .mobile-info__link {
        font-weight: 600;
        font-size: 18px;
        color: #ff75ae;
    }

    .header-logo__container {
        width: 100%;
        align-items: center;
    }
}

.align-middle, svg.icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.header-telephone a {
    font-weight: 600;
}

.box-search {
    position: relative;
}

.box-search, .box-cart {
    display: flex;
    align-items: center
}

.box-cart svg {
    margin-bottom: 3px;
}

.header-search {
    flex-grow: 1;
}

#search {
    width: 100%;
}

#search .form-control {
    border-radius: 50px;
    height: 43px;
    background: rgb(220 226 230 / 30%);
    border: 1px solid #dce2e6;
}

#search .form-control:focus {
    border-color: #c3c8cc;
}

.header-search input {
    padding-left: 12px;
    padding-right: 40px;
}

.header-search .search-btn {
    position: absolute;
    border: 0;
    background-color: transparent;
    height: 43px;
    right: 0;
    top: 0;
    z-index: 2;
    width: 6rem;
    padding: 0
}

.header-search .search-btn:hover svg {
    color: #ff75ae;
}

.header-wishlist {
    position: relative;
    color: #df0024;
}

.for-user {
    margin-left: 20px;
}

@media (min-width: 992px) {
    .for-user {
        margin-left: 30px;
    }
}

.count {
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    background-color: #ff75ae;
    border-radius: 50%;
    position: absolute;
    top: -3px;
    color: #fff;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -9px;
    font-weight: 400;
}

.wishlist-link, .profile-link, .cart-link, .compare-link {
    color: #2f3436;
    display: flex;
    align-items: center;
    flex-direction: column;
    line-height: 16px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .box-cart svg {
        width: 20px;
        margin-bottom: 2px;
    }

    .header-phone a {
        font-size: 17px;
    }
}

.popupshow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1041
}

.popupshow button.close, .modal-cart__content button.close {
    position: absolute;
    right: 15px;
    top: 15px;
    text-shadow: none;
    opacity: 1;
}

button.close {
    text-shadow: none;
    opacity: 1;
    font-weight: 400;
    font-size: 27px;
}

.alert.alertsuc {
    background-color: #fff;
    color: #2f3436;
    font-weight: 400;
    position: fixed;
    z-index: 99;
    max-width: 50rem;
    text-align: center;
    margin: 0 auto;
    top: 30%;
    padding: 4rem;
    border: 0;
    border-radius: 12px;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    left: 1rem;
    right: 1rem
}

.alert-danger .check-danger, .alert-info .check-info, .alert-success .check-success {
    display: block;
    margin: 0 auto 3rem;
    width: 6.5rem;
    height: 6.5rem;
    background-size: 100%
}

.check-success {
    background: url(/image/catalog/icon-svg/verified.svg)
}

.check-danger {
    background: url(/image/catalog/icon-svg/advise.svg)
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

.animated {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.modal-cart__header .modal-cart__title {
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: 600;
}

.modal-cart__body {
    display: flex;
    margin-bottom: 30px;
    gap: 15px;
    padding-right: 30px;
}

.modal-cart__footer {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.modal-cart__footer .btn {
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    white-space: normal;
    line-height: normal;
}

.modal-cart__footer .btn.btn-secondary:hover {
    color: #2f3436
}

@media(min-width: 600px) {
    .modal-cart__img {
        margin-right: 20px;
    }
}

.modal-cart__img {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
}

.modal-cart__img img {
    height: auto;
    max-width: 100%;
}

.modal-cart__footer .btn svg {
    margin-right: 1rem;
    transition: all .3s;
}

.modal-cart__name--value {
    display: block;
    color: #2f3436;
}

.modal-sku {
    padding-bottom: 4px
}

.modal-sku, .modal-stock {
    display: block
}

.product-layout {
    padding-bottom: 3rem;
}

@media (min-width: 1600px) {
    .product-layout.col-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.product-thumb {
    position: relative;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    transition: box-shadow .3s;
    padding: 15px;
    border-radius: 8px;
    height: 100%;
    border: 1px solid #e9e9e9;
}

@media (min-width: 1200px) {
    .product-thumb:hover {
        box-shadow: 2px 4px 14px #00000029;
        z-index: 5;
    }
}

.product-thumb .image {
    margin-bottom: 1rem;
    position: relative
}

.product-thumb .image a {
    position: relative;
    display: block
}

.product-thumb .caption {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-thumb .card-basket {
    margin-top: auto;
}

.product-thumb .card-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1;
    margin-top: 10px;
}

.button-group__btn .btn-basket {
    background: #2f3436;
    color: #ffffff;
    border-color: #2f3436;
    border-radius: 50px;
    height: 48px;
    width: 48px;
    padding: 0;
    flex-shrink: 0;
}

@media (max-width: 575px) {
    .button-group__btn .btn-basket {
        height: 38px;
        width: 38px;
    }
}

.button-group__btn .btn-basket:hover {
    background: #ff75ae;
    border-color: #ff75ae;
    color: #fff;
}

.button-group__btn .wishlist-btn:hover {
    background: rgb(238 42 116 / 8%);
    color: #ff75ae;
}

.boc_order_category_btn {
    text-align: left;
    margin-top: 20px;
    margin-bottom: -15px;
    color: #90969d;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .boc_order_category_btn {
        font-size: 13px;
    }

    .mobile-wishlist__link {
        flex-direction: row;
    }

    .mobile-wishlist__link .count {
        top: -4px;
        left: 12px;
        right: auto;
        box-shadow: 0 0 0 2px #fff;
    }

    .mobile-wishlist__link svg {
        margin-right: 5px;
    }
}

.product-thumb .wishlist-btn {
    padding: 0;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    background: transparent;
}

.product-thumb .wishlist-btn:hover {
    fill: #ff75ae;
}

.product-thumb .button-group button {
    background: #f7f7f7;
    color: #2f3436;
    border-radius: 6px;
    border: 0;
    width: 30px;
    height: 30px
}

.product-thumb .button-group button .icon {
    width: 18px;
    height: 18px
}

.product-thumb .button-group button:hover {
    color: #ff75ae
}

.product-thumb .button-group button.wishlist-btn {
    margin-bottom: 1rem
}

.card-price {
    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 5px;
}

.sticky-label {
    height: 38px;
    width: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 3rem;
    position: relative;
    line-height: normal;
    font-size: 12px;
    font-weight: 500;
    flex-shrink: 0;
}

.percent-label {
    background-color: #d70d1a;
    color: #fff
}

.button-group__flex {
    margin-bottom: 15px;
}

.button-group__flex .rating {
    display: flex;
    height: 18px;
}

.button-cart__icon {
    margin-right: 1rem
}

.goods-grid .price-stock {
    margin-bottom: 1rem;
}

.caption .price-stock .economy-value {
    display: inline-block;
    color: #ff75ae;
    padding: 2px 8px;
    border-radius: 30px;
    background: #ffffff;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid;
}

.price-tax {
    display: block;
    font-size: 1rem;
    text-transform: uppercase
}

.product-thumb .product-name {
    margin-top: 10px;
    margin-bottom: 15px;
    display: block;
    color: #2f3436;
}

.product-thumb .product-name:hover {
    color: #ff75ae
}

.goods-list .product-list {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .goods-list .product-thumb {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .goods-list .image {
        flex-shrink: 0;
        margin-right: 2rem;
        margin-bottom: 0;
        width: 200px;
    }

    .goods-list .caption {
        flex-grow: 1;
        flex-direction: row;
        justify-content: space-between;
    }

    .goods-list .card-action {
        width: 150px;
    }

    .goods-list .price-absolute {
        left: auto;
        right: 3rem;
        top: auto;
    }

    .goods-list .card-basket {
        margin-top: 10px;
        text-align: right;
    }

    .goods-list .boc_order_category_btn {
        text-align: right;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .product-thumb {
        padding: 0;
        border: 0;
    }

    .button-group__btn button {
        height: 35px;
    }

    .product-thumb .price .price-main {
        font-size: 18px;
        line-height: 21px;
    }

    .product-thumb .reviews-count, .caption .price-stock .economy-value, .product-thumb .price .price-old {
        font-size: 12px;
        line-height: 15px;
    }

    .product-thumb .product-name {
        font-size: 13px;
        line-height: normal;
        margin-bottom: 10px;
    }

    .percent-label {
        width: 30px;
        height: 30px;
        font-size: 10px;
    }
}

.rating .star {
    background-image: url(/image/catalog/icon-svg/rating-star.svg)
}

.rating .star-empty {
    background-image: url(/image/catalog/icon-svg/filled-star.svg)
}

.rating-star {
    padding-right: 8px;
    display: inline-block;
}

.rating-star span {
    width: 1.7rem;
    height: 1.7rem;
    display: inline-block;
    vertical-align: -2px;
    background-size: cover
}

@media (max-width: 575px) {
    .rating-star span {
        width: 1.3rem;
        height: 1.3rem;
    }
}

.reviews-count {
    display: inline-block;
}

.main-title {
    padding-top: 1.22rem;
    display: flex;
    align-items: flex-end;
    margin-bottom: 2.2rem
}

.main-title__h1 {
    margin: 0;
    display: flex;
    align-items: flex-end
}

.refine-item {
    text-align: center;
}

.refine-name, .refine-item, .refine-link {
    position: relative
}

.refine-link {
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f5f7f9;
    transition: .3s;
    border-radius: 8px;
    cursor: pointer;
}

.refine-name {
    color: #2f3436;
    font-size: 15px;
    line-height: 20px;
    height: 48px;
    margin-top: 4px;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
}

@media (max-width: 1023px) {
    .refine-name {
        font-size: 13px;
        line-height: 15px;
        height: 33px;
        margin-top: 2px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* number of lines to show */
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .refine-link {
        padding: 4px;
    }
}

.refine-item:hover .refine-name {
    color: #ff75ae
}

.refine-count {
    font-size: 15px;
    min-width: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff75ae;
    margin-left: .5rem;
    padding: 0 .5rem;
    font-weight: 600
}

.refine-img img {
    mix-blend-mode: multiply;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transition: .2s;
    margin-top: 15px;
}

.refine-item:hover img {
    transform: scale(.9);
}

.toolbar-select__left, .toolbar-select {
    display: flex;
    align-items: flex-end
}

.toolbar-select__left {
    flex: 1
}

.toolbar-select--sort {
    margin-right: 1.5rem
}

.toolbar-select__control .form-inline label {
    color: #90969d;
    font-weight: 400;
}

@media(min-width: 1300px) {
    .toolbar-select__control .form-inline label {
        display: block
    }
}

@media(max-width: 600px) {
    .toolbar-select--switch {
        display: none
    }
}

.toolbar-select .toolbar-select__control .btn {
    height: 40px;
}

.compare-count {
    padding: 0 5px;
}

footer {
    background: #2f3436;
}

footer .footer-title {
    font-size: 1.17em;
    margin-bottom: 20px;
    font-weight: 600;
    color: #fff;
}

footer ul {
    margin-bottom: 2rem
}

footer ul>li {
    margin-bottom: 1rem
}

footer .footer-container ul>li>a {
    color: #9d9d9d;
    display: inline;
}

footer ul>li>a:hover {
    color: #ff75ae
}

footer .footer-container ul>li>a:hover {
    color: #fff
}

footer .footer-bottom {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 11px;
    color: #fff;
}

footer .box-footer__contacts {
    position: relative
}

footer .control-quality {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: none
}

footer .contacts-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

footer .phone-title, footer .social-title {
    font-size: 1.17em;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}

footer .box-footer__phone .link-phone {
    color: #ffffff;
    font-size: 26px;
    font-weight: 600;
    white-space: nowrap
}

footer .box-footer__phone .link-phone:hover, footer .box-footer__phone .link-phone:focus {
    color: #ff75ae;
}

@media(min-width: 768px) {
    footer .control-quality {
        display: block
    }
}

footer .box-footer__phone .footer-open {
    margin-top: 1rem
}

footer .phone--link {
    display: flex;
    align-items: center
}

footer .phone-link__icon {
    position: relative;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    margin-right: 1rem;
    background-color: #ff75ae;
    color: #fff;
    display: block
}

footer .phone-link__icon .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

footer .box-social {
    display: flex;
    flex-direction: column
}

footer .social {
    float: left;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

footer .social>li {
    float: left;
    margin-right: 5px;
    margin-top: 2.5px;
    margin-bottom: 2.5px
}

footer .social>li>a {
    width: 5rem;
    height: 5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

footer .social>li>a {
    box-shadow: 0 1px 4px rgb(25 26 27 / 65%);
    text-align: center;
    text-decoration: none;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    border-radius: 50px
}

footer .social>li>a>i {
    font-size: 2rem;
    color: #fff;
    -webkit-transition: all .15s ease 0s;
    -moz-transition: all .15s ease 0s;
    -o-transition: all .15s ease 0s;
    transition: all .15s ease 0s
}

@media(max-width: 768px) {
    footer .box-footer__phone .link-phone {
        font-size: 1.7rem;
    }

    footer .social>li>a {
        width: 4rem;
        height: 4rem;
    }
}

input[type=checkbox], input[type=radio] {
    position: relative;
    display: inline-block;
    height: 2rem;
    width: 2rem;
    flex-shrink: 0;
    overflow: hidden;
    margin: 0;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #cbcbcb;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 3px;
    cursor: pointer
}

input[type=radio]:checked {
    border-color: #2f3436;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23333%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

input[type=checkbox]:checked {
    border-color: #2f3436;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23333%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

input[type=radio] {
    border-radius: 50%
}

#list-view.active, #grid-view.active {
    color: #ff75ae
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1200px) {
    .logo {
        padding: 2rem;
    }
}

.content-container {
    width: 100%;
}

.nav-sidebar__special>a {
    color: #ff75ae;
}

.description-bottom {
    margin-bottom: 2.2rem;
    margin-top: 2.6rem
}

.product-body {
    position: relative;
    padding: 18px 20px;
    border-radius: 24px;
    height: min-content;
    border: 2px solid #adadad;
}

.product-header h1 {
    margin-top: 0;
    margin-bottom: 15px;
    line-height: normal;
}

.product-price__old {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.product-price {
    margin-bottom: 24px;
}

.price-old__value {
    display: inline-block;
    color: #90969d;
    text-decoration: line-through;
    white-space: nowrap;
    font-size: 17px;
    font-weight: 600;
}

.product-label {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 24px;
    background: #d70d1a;
    color: #fff;
    line-height: 19px;
    margin-left: 10px;
    font-weight: 400;
    font-size: 15px;
}

.product-label.price-economy {
    background: #ff75ae;
}

.product-discount {
    margin: 18px 0 21px 0;
    border-radius: 8px;
    background: #f5f7f9;
    padding: 15px;
}

.price-main {
    font-size: 23px;
    font-weight: 700;
    white-space: nowrap;
    line-height: normal;
    color: #2f3436;
}

.price-new {
    margin-right: 8px;
}

.product-price .price-main {
    font-size: 33px;
    margin-bottom: 15px;
}

.price-old {
    display: inline-block;
    position: relative;
    font-size: 15px;
    color: #737373;
    text-decoration: line-through;
    margin-right: 10px;
}

.product-header .write-review span {
    margin-left: 5px;
    color: #2f2f2f;
    cursor: pointer;
}

.product-header .write-review span:hover {
    color: #dd6496;
}

.product-body__bottom {
    border-top: 1px solid #d7dce2;
    margin-bottom: 20px
}

.add-btn {
    cursor: pointer;
}

.product-add__buttons .add-btn:hover {
    color: #ff75ae;
}

.tab-content {
    padding: 3rem 0
}

.product-reward {
    position: relative;
    display: inline-block;
}

.product-reward__link {
    padding: 3px 10px 3px 5px;
    background: #f5f7f9;
    border-radius: 24px;
    line-height: 23px;
    font-weight: 500;
}

.alert-minimum {
    margin: 20px 0;
    display: flex;
    align-items: center;
}

.alert-minimum .icon {
    margin-right: 10px;
    color: #df0024;
}

.mb-20 {
    margin-bottom: 2rem
}

.mr-20 {
    margin-right: 2rem
}

.agree b {
    font-weight: 400
}

@media(max-width: 767px) {
    .forgot-link {
        font-size: 1.2rem;
        margin-top: 1.5rem;
        margin-right: 1.5rem
    }
}

.reviews-author {
    font-size: 17px;
    font-weight: 700;
}

.reviews-item {
    display: flex;
    flex-wrap: wrap;
    padding: 25px 0;
    position: relative;
}

.reviews-item+.reviews-item {
    border-top: 1px solid #ededed;
}

.reviews-date {
    width: 230px;
}

.reviews-date span {
    color: #90969d;
}

.reviews-text {
    width: calc(100% - 230px);
}

@media (max-width: 767px) {
    .reviews-text, .reviews-date {
        width: 100%;
    }

    .reviews-date {
        margin-bottom: 8px;
    }
}

.maintenance {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1020;
    width: 100%;
    height: 100%;
    border-radius: .6rem;
    background-color: rgba(255, 255, 255, 0.9)
}

.loader:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 30px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: -15px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-color: #f65e64;
    content: ''
}

.storage__items {
    border-bottom: .1rem solid #ededed;
    padding-bottom: 3rem
}

.storage__item {
    position: relative;
    padding-left: 4rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    min-height: 2.4rem
}

.storage__item .icon {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    margin-left: 1rem;
    color: #6495ed
}

.stock-in {
    color: #28a745
}

.nostock {
    color: #d70d1a;
}

.text-informer {
    text-align: center
}

.informers {
    padding: 3rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    text-align: left
}

.informers .badge-icon {
    margin-right: 1rem
}

.informer-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.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
}

.fa.big-icon {
    height: 54px;
    width: 54px;
    line-height: 54px;
    font-size: 29px;
    border-radius: 50%;
    background: #666;
    color: #fff;
    text-align: center
}

body .fa.big-icon {
    background: #ff75ae
}

.fa.big-icon.s45 {
    height: 45px;
    width: 45px;
    line-height: 46px;
    font-size: 18px
}

.contacts table td .fa.big-icon {
    margin: 0 20px 20px 0
}

.maps-size {
    width: 100%;
    height: 400px
}

@media(max-width: 479px) {
    .checkout-buttons .btn {
        width: 100%
    }

    .checkout-buttons .btn+.btn {
        margin-top: 1rem
    }
}

@media(max-width: 480px) {
    .col-xs-6 {
        width: 100%
    }
}

.alert-price {
    padding: 2rem 2.5rem;
    background: #f8fbff;
    margin: 2rem 0 2rem;
    border: 2px dashed #ff75ae
}

.write-review {
    color: #90969d;
}

.brand-module {
    margin: 30px 0
}

.brand-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 91px;
    border-radius: 6px;
    padding: 14px 20px;
    margin-bottom: 20px;
    transition: all .3s;
    border: 1px solid #e9ecef
}

.brand-link:hover {
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
}

.brand-title {
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    margin-top: 30px
}

.brand-title-main {
    flex-grow: 1
}

.brand-title-main h3 {
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0
}

.brand-more-link {
    margin-left: 24px;
    flex-shrink: 0;
    line-height: 28px
}

.brand-more-link a {
    font-size: 15px;
    line-height: 20px
}

.ftr-cat {
    text-align: center;
    padding: 0 0 30px 0;
    position: relative
}

.ftr-cat a {
    position: relative;
    overflow: hidden;
    padding: 20px;
    background: rgba(0, 0, 0, .03)
}

.ftr-cat a img {
    mix-blend-mode: darken
}

.ftr-cat a, .ftr-cat__name {
    display: block
}

.ftr-cat__name {
    padding: 12px 15px 0;
    font-size: 15px;
    color: #2f3436;
    line-height: normal
}

.manufacturer-link {
    display: flex;
    align-items: center;
    border-radius: 6px;
    margin-bottom: 10px
}

.manufacturer-name {
    font-weight: 700;
    color: #2f3436;
}

.manufacturer-link:hover .manufacturer-name {
    color: #ff75ae;
}

.manufacturer-image {
    flex: 0 0 auto;
    margin-right: 15px;
    border-radius: 12px;
    background: #f5f7f9;
    padding: 10px;
}

.manufacturer-image img {
    mix-blend-mode: multiply;
}

.hidden {
    opacity: .5
}

.mobile-toggle {
    position: relative;
    margin-right: 10px;
    margin-left: 5px;
}

.mobile-toggle:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #2f3436;
    width: 35px;
    height: 35px;
    transform: translate(-50%, -50%);
    border-radius: 6px;
}

.mobile-toggle svg {
    position: relative;
    z-index: 1;
    color: #fff;
}

.menu-fixed .menu-close {
    position: absolute;
    top: 10px;
    right: -44px;
    font-size: 25px;
    line-height: 1;
    padding: 0 6px 5px;
    background: #fff;
    border: 0;
    height: 27px;
}

.heading-title {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    font-size: 24px;
    line-height: normal;
    margin-bottom: 20px;
}

.modal-header .heading-title {
    margin-top: 0;
}

.toolbar-fixed_toggle {
    position: fixed;
    z-index: 1000;
    right: 0;
    bottom: 7rem
}

.toolbar-fixed_toggle span {
    display: flex;
    width: 5rem;
    height: 5rem;
    background: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 4px 0 0 4px;
    box-shadow: 0 2px 2px #cdcdcd;
    cursor: pointer
}

.toolbar-fixed .modal-dialog {
    padding: 20px;
    background: #fff;
    border-radius: 6px;
    width: 100%;
    max-width: 320px;
    margin: 30px auto
}

.toolbar-toggle+.toolbar-toggle {
    margin-top: 20px
}

.toolbar-toggle .btn-tools {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    font-weight: 700;
    font-size: 19px
}

.toolbar-toggle .btn-tools .form-text_value {
    line-height: 22px;
    margin-left: 8px
}

.action-toggle button {
    border: 0;
    padding: 5px 10px;
    margin: 0 3px 7px 0;
    font-weight: 500;
    font-size: 15px;
    border-radius: 4px
}

.action-toggle button:hover {
    color: #ff75ae
}

.w-50 {
    width: 50%!important
}

.swiper-container, .swiper-slideshow img {
    border-radius: 12px
}

.ui-hidden {
    position: absolute;
    height: 1px;
    width: 1px;
    clip: rect(1px, 1px, 1px, 1px);
    border: 0;
    overflow: hidden
}

.mr-5 {
    margin-right: .5rem
}

.mr-10 {
    margin-right: 1rem
}

.mr-15 {
    margin-right: 1.5rem
}

.mr-2 {
    margin-right: 2rem
}

.ml-5 {
    margin-left: .5rem
}

.ml-10 {
    margin-left: 1rem
}

.ml-15 {
    margin-left: 1.5rem
}

.ml-2 {
    margin-left: 2rem
}

.icon-svg {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    fill: currentColor
}

#column-right .product-layout, #column-left .product-layout {
    width: 100%
}

.slider-btn {
    z-index: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0 4px 6px rgb(0 0 0 / 22%);
    box-shadow: 0 4px 6px rgb(0 0 0 / 22%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #333;
    -webkit-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    transition: opacity .25s ease;
    border: 0;
    padding: 0;
}

.slider-btn--next {
    right: 0
}

.slider-btn--prev {
    left: 0
}

@media (min-width: 768px) {
    .slider-btn {
        width: 40px;
        height: 40px;
    }

    .slider-btn--next {
        right: 0
    }

    .slider-btn--prev {
        left: 0
    }
}

.slider-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.slider-btn.swiper-button-disabled {
    opacity: 0
}

.slider-btn .arrow-chevron {
    fill: #fff;
    width: 18px;
}

.slider-btn--prev .arrow-chevron {
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1)
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #333!important
}

.promo-cards {
    margin: 50px -10px 70px 0;
    display: flex;
    flex-wrap: wrap;
}

.promo-card {
    width: 50%;
    vertical-align: top;
    display: inline-block;
    font-size: 0;
    margin: 0 0 10px;
    display: flex;
}

@media (max-width: 767px) {
    .promo-card {
        width: 100%;
    }
}

.promo-card__inner {
    margin: 0 10px 0 0;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.promo-card a {
    text-decoration: none;
}

.promo-card__image {
    display: inline-block;
    width: 40%;
    margin: 0 3% 0 0;
    vertical-align: middle;
    background: url(/image/catalog/circle.png) 50% no-repeat;
    background-size: contain;
    position: relative;
    text-align: center;
}

.promo-card__image img {
    max-width: 100%;
    max-height: 207px;
    vertical-align: middle;
    transition: all .5s;
}

.promo-card__inner:hover .promo-card__image img {
    transform: scale(1.1);
}

.promo-card__content {
    display: inline-block;
    vertical-align: middle;
    width: 54%;
    font-size: 15px;
    padding: 0 0 30px;
}

.promo-card__name {
    font-size: 31px;
    font-weight: 500;
    line-height: 36px;
}

.promo-card__desc {
    margin: 20px 0 0;
    line-height: 18px;
}

.promo-card__more {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid;
    font-size: 15px;
}

.stars-rating label {
    display: block
}

.stars-rating .wrap {
    display: inline-block;
    font-size: 0
}

.stars-rating .wrap span {
    font-size: 37px;
    line-height: 1;
    cursor: pointer;
    text-shadow: 1px 1px #bbb;
    display: inline-block;
}

.stars-rating .wrap span:before {
    content: "\2605";
    color: #e8e8e8;
    width: 35px;
    height: 40px;
    display: block;
    text-align: center;
}

.stars-rating .wrap:not([data-rate="0"]) span:before {
    content: "\2605"
}

.stars-rating .wrap:hover span:before {
    content: "\2605";
    color: #ffcd04
}

.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: #ffcd04
}

#button-cart {
    color: #fff;
    margin: 15px 0;
    padding: 0;
}

#button-cart, .boc_order_btn {
    width: 100%;
}

#button-cart, .boc_order_btn, .product-quantity .form-control {
    height: 48px;
    border-radius: 30px;
}

@media (max-width: 767px) {
    .product-quantity {
        display: none;
    }
}

@media (min-width: 992px) {
    .nav-tabs>li>a {
        font-size: 18px;
        padding: 15px 0;
    }
}

@media (max-width: 767px) {
    .product-thumb .xdstickers {
        font-size: 10px;
        line-height: 11px;
        max-width: min-content;
        padding: 4px 9px;
    }

    .form-control {
        height: 40px;
        padding: 0 10px;
    }

    .product-body h1 {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .goods-list .card-action {
        margin-top: unset;
        flex-direction: column;
        justify-content: normal;
        align-items: end;
        gap: 20px;
        margin-top: 15px;
    }

    .container {
        max-width: 1900px;
    }
}

.product-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}

@media (max-width: 1200px) {
    .product-container {
        grid-template-columns: 1fr;
    }
}

.product-content {
    margin-top: 15px;
}

@media (min-width: 1024px) {
    .product-content {
        margin-top: 44px;
    }
}

.product-discount h3 {
    margin-top: 0;
    margin-bottom: 10px;
}

.review-count {
    line-height: 17px;
    color: #90969d;
    transition: all .3s;
    cursor: pointer;
    position: relative;
    top: 1px;
}

.review-count:hover {
    color: #2f3436;
    text-decoration: underline;
}

.product-options .checkbox, .product-options .radio {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    transition: all .2s ease-in-out
}

.fake-checkbox input[type=checkbox], .fake-radio input[type=radio] {
    margin-left: 1rem;
    display: none
}

.fake-checkbox .option-btn, .fake-radio .option-btn {
    padding-left: 0
}

.fake-checkbox .option-image, .fake-radio .option-image {
    display: block;
    margin: 0 5px 8px 0
}

@media (min-width: 768px) {
    .fake-checkbox .option-btn img:hover, .fake-radio .option-btn img:hover {
        border-color: #2f3436
    }
}

.fake-checkbox .option-name, .fake-radio .option-name {
    font-size: 15px;
    padding: 0 15px;
    background: #fff;
    border-radius: 6px;
    color: #1f1e1e;
    margin: 0 5px 8px 0;
    display: flex;
    align-items: center;
    line-height: 40px;
    height: 40px;
    border: 1px solid #ddd;
    transition: all .3s;
}

.fake-checkbox .option-name:hover, .fake-radio .option-name:hover {
    border-color: #ff75ae;
    color: #ff75ae;
}

.fake-checkbox input:checked+label .option-name, .fake-radio input:checked+label .option-name {
    border-color: #ff75ae;
    color: #ff75ae;
}

.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: #2f3436;
    color: #2f3436;
}

.fake-radio input:checked+label {
    cursor: default
}

.header-menu,.header-mobile__toggle {
    border-radius: 30px;
    height: 43px;
    min-width: 43px;
    background: #ff75ae;
    box-shadow: 0px 4px 12px rgb(249 69 235 / 39%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #fff;
    cursor: pointer;
    line-height: 1;
    font-size: 16px;
    gap: 6px;
    transition: all .3s;
}

@media (min-width: 992px) {
    .header-menu {
        min-width: 125px;
    }
}

.header-menu .icon-x {
    display: none;
}

.header-menu.active .icon-x {
    display: block;
}

.header-menu.active .icon-bar {
    display: none;
}

.header-menu:hover {
    background: #e7689c;
}

@media (max-width: 767px) {
    .header-menu, .header-mobile__toggle {
        height: 35px;
        min-width: 35px;
    }

    .header-menu svg, .header-mobile__toggle svg, .header-search .search-btn .icon {
        width: 20px;
    }

    .header-menu span {
        display: none;
    }

    #search .form-control, .header-search .search-btn {
        height: 35px;
    }

    .header-search .search-btn {
        width: 4rem;
    }

    .header-catalog {
        top: 50px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .nav-sidebar__section .catalog-menu__img {
        width: 30px;
    }

    .nav-sidebar__section {
        margin-bottom: 0;
        padding: 13px 20px;
        border-bottom: 1px solid #f5f7f9;
    }

    .heading-title {
        font-size: 18px;
        border-bottom: 1px solid #2f3436;
        padding-bottom: 10px;
        margin-bottom: 24px;
    }
}

@media (min-width: 768px) {
    .header-mobile__toggle {
        display: none;
    }
}

.mobile-catalog {
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    background-color: #fff;
    transition: all .3s;
}

.mobile-catalog__panel {
    display: flex;
    justify-content: start;
    align-items: center;
    background-color: #f5f7f9;
    border-bottom: 1px solid #fff;
    border-bottom-color: #f1f6f7;
    height: 64px;
}

.mobile-catalog__title {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    text-align: left;
    flex: 1;
    padding-left: 20px;
}

.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__list {
    list-style: none;
    margin: 0;
    background-color: #fff;
    padding: 0
}

.mobile-catalog__item+.mobile-catalog__item {
    border-top: 1px solid #f5f7f9;
}

.mobile-item {
    appearance: none;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12px 16px 12px 0;
    line-height: normal
}

.mobile-catalog__name {
    margin: 0 32px 0 16px;
    font-size: 15px;
    line-height: 24px;
    flex: 1
}

.mobile-catalog__back {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: #1f1e1e;
    appearance: none;
    flex-shrink: 0
}

.mobile-catalog__image {
    margin-left: 16px
}

.max-width-600 {
    max-width: 600px;
}

.cart-empty, .wishlist-empty, .compare-empty {
    display: none;
}

.icon-count {
    position: relative;
}

.boc-product, .boc-thumb {
    margin-bottom: 30px;
}

.boc-thumb img {
    max-width: 200px;
}

.boc-caption {
    margin-bottom: 20px;
}

.boc-product__name {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 20px;
    font-weight: 700;
}

.error .form-control {
    background: #fff2f2;
}

#mobile-tabs {
    background: #fff;
    z-index: 1040;
    transition: left 0.4s ease 0s, opacity 0.4s ease 0s;
    position: fixed;
    overflow: hidden;
    overflow-y: auto;
    height: auto;
}

#mobile-tabs.left-side {
    left: -100%;
    top: 0;
    bottom: 0;
    width: 300px;
    max-width: 100%;
}

#mobile-tabs.left-side.show {
    left: 0;
    box-shadow: 3px 0 7px 0 rgb(0 0 0 / 17%);
}

#mobile-tabs .tab-content {
    padding: 0;
}

#mobile-tabs .nav-item {
    width: 50%;
    margin: 0;
    background: #f5f7f9;
    text-align: center;
}

#mobile-tabs .catalog-category, #mobile-tabs .mobile-catalog {
    width: 300px;
}

#overlay {
    display: none;
    background: #000000;
    opacity: .5;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1040;
    height: 100%;
}

.config-social a {
    display: inline-block;
    width: 26px;
    height: 26px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    line-height: 26px;
}

.button--loading .button-text {
    visibility: hidden;
    opacity: 0;
}

.button--loading::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}

/* Sticky Panel */
.sticky-panel {
    position: fixed;
    box-shadow: 0 3px 6px 0 rgb(26 28 31 / 8%);
    top: -100%;
    left: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    z-index: 100;
    width: 100%;
    transition: all 1s;
    background-color: #fff;
    height: 90px;
}

.sticky-panel.active {
    visibility: visible;
    opacity: 1;
    top: 0;
}

.sticky-panel__header {
    display: flex;
    align-items: center;
    padding: 12px 0;
}

.sticky-panel__image {
    margin-right: 15px;
    max-width: 66px;
}

.sticky-panel__image img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.sticky-panel__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 4px;
}

.sticky-panel__title h3 {
    font-size: 17px;
    line-height: 19px;
    font-weight: 700;
    margin: 0 5px 0 0;
    display: inline;
}

.sticky-panel__price {
    min-width: 163px;
    padding-right: 30px;
}

.sticky-panel__price span {
    margin: 0;
    line-height: normal;
}

.sticky-panel__price span.price-main {
    font-size: 29px;
    font-weight: 700;
}

.sticky-panel__price span.price-old {
    font-size: 17px;
    font-weight: 600;
    color: #90969d;
    margin-top: 4px;
}

.sticky-panel__price .price-stocks {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 5px;
    padding: 5px 15px;
}

.sticky-panel__cart button {
    width: 215px;
    border-radius: 40px;
}

.product-image {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.product-images {
    display: none;
}

@media (min-width: 768px) {
    .product-images {
        width: 74px;
        display: block;
        flex-shrink: 0;
    }

    .header {
        position: relative;
        z-index: 1040;
        background: #fff;
        margin-bottom: 15px;
    }
}

.product-image__thumb {
    list-style: none;
}

.product-images__additional {
    box-sizing: border-box;
    transition: opacity .2s, border-color .2s;
    backface-visibility: hidden;
    border-radius: 6px;
    background-color: transparent;
    user-select: none;
    position: relative;
    display: flex;
    width: 74px!important;
    height: 74px!important;
    margin-bottom: 12px;
    padding: 6px;
    cursor: pointer;
}

.btn-previous {
    top: -15px;
}

.btn-next {
    bottom: -15px;
}

.btn-sliders {
    border: 0;
    outline: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
    height: 30px;
    width: 30px;
    padding: 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 3px rgb(0 0 0 / 12%), 0 2px 4px rgb(0 0 0 / 12%);
}

.product-images .slick-current.slick-active {
    box-shadow: 0 0 0 1px inset #ff75ae;
}

.product-image .product-image__mains {
    position: relative;
    flex-grow: 1;
    width: 100%;
    padding-bottom: 30px;
}

@media (min-width: 768px) {
    .product-image .product-image__mains {
        max-width: calc(100% - 94px);
        margin-left: 20px;
        padding-bottom: 0;
    }
}

.product-image__mains:after {
    content: "";
    display: block;
    clear: both;
}

.product-images__thumb.slick-current.slick-active {
    box-shadow: none!important;
    border: none!important;
}

.btn-sliders span {
    font-size: 22px;
    color: #28292d;
    line-height: normal;
    transform: rotate(90deg);
    display: inline-block;
    height: inherit;
}

.product-picture {
    position: sticky;
    top: 20px;
}

.attribute-block {
    margin-bottom: 15px;
}

.attribute-block h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 15px;
}

.attribute-table {
    width: 100%;
    margin-bottom: 10px;
}

.attribute-item__feature {
    padding-right: 24px;
    position: relative;
    background: #fff;
    white-space: nowrap;
}

.attribute-item {
    text-align: left;
    padding-top: 3px;
    padding-bottom: 3px;
    vertical-align: top;
    width: 50%;
}

.attribute-item__description {
    padding-left: 4px;
    color: #000;
}

.attribute-feature {
    position: relative;
    padding-right: 4px;
    background: inherit;
    z-index: 1;
    display: inline-block;
    color: #90969d;
}

.attribute-item__feature:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 15px;
    height: 1px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAAAAAA+i0toAAAAAnRSTlMA/1uRIrUAAAAMSURBVHheY2j1/z8ABY8C2UtCe1oAAAAASUVORK5CYII=) 0 0 repeat-x;
    opacity: .2;
}

.attribute-all {
    display: inline-block;
    color: #ff75ae;
    cursor: pointer;
}

.attribute-all:hover {
    color: #2f7ad2;
}

.product-header .xdstickers_wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.product-header .xdstickers_wrapper .xdstickers {
    margin-bottom: 0;
}

.product-sticker {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.header-nav__submenu {
    position: absolute;
    width: 100%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    transition: none;
    z-index: 1040;
    top: 100%;
    left: 0;
    overflow: hidden;
    border-top: 1px solid #eee;
}

.header-nav__submenu.active {
    height: auto;
    visibility: visible;
    opacity: 1;
}

.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;
}

.header-submenu__col--grey {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    border-right: 1px solid #f5f7f9;
}

.header-submenu__col--grey {
    width: 255px;
}

.header-submenu__col--grey {
    max-height: calc(100vh - 95px);
}

.header-submenu__col--grey, .header-submenu__rightside {
    overflow-x: hidden;
    overflow-y: auto;
}

.header-submenu__col--grey {
    width: 268px;
    border-right: 1px solid #eee;
}

.header-submenu__parent {
    padding: 15px 0;
    height: 100%;
    width: 100%;
}

.header-submenu__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-submenu .category-link {
    display: flex;
    align-items: center;
    word-break: break-word;
    position: relative;
    padding: 10px 30px 10px 12px;
    border-radius: 8px;
    margin-right: 10px;
    color: #1f1e1e;
}

.header-submenu .category-link {
    padding: 10px 30px 10px 10px;
    margin-right: 15px;
}

.header-submenu__item.active .category-link {
    background-color: #f5f7f9;
    color: #ff75ae;
    box-shadow: 0 1px 2px rgb(1 23 47 / 10%);
}

.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: 18px;
}

.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: #1f1e1e;
}

.header-submenu__rightside {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.header-submenu__rightside {
    max-height: calc(100vh - 135px);
}

.header-submenu__col--grey, .header-submenu__rightside {
    overflow-x: hidden;
    overflow-y: auto;
}

.header-submenu__block {
    display: none;
    width: 100%;
    height: 100%;
}

.header-submenu__block.active {
    display: block;
}

.header-submenu__column {
    padding-bottom: 20px;
}

.header-submenu__info {
    display: flex;
}

.header-submenu__image {
    flex-shrink: 0;
    margin-right: 15px;
}

.header-submenu__image img {
    margin-left: inherit;
}

.header-submenu__child {
    flex-grow: 1;
}

.submenu-link {
    position: relative;
    color: #2f3436;
    font-size: 15px;
    font-weight: 700;
}

.submenu-link:hover, .submenu-link:focus {
    color: #ff75ae;
}

.header-submenu__children {
    padding-top: 10px;
}

.child-link {
    color: #6e757e;
    display: block;
}

.prodvar-row {
    margin-left: -10px;
    margin-right: -10px;
}

.prodvar-items {
    padding-left: 10px;
    padding-right: 10px;
}

.prodvar-product .product-thumb {
    border: 0;
}

.prodvar-image {
    margin-bottom: 15px;
}

.prodvar-image img {
    mix-blend-mode: multiply;
}

.prodvar-name {
    color: #2f3436;
}

.prodvar-link:hover .prodvar-name {
    color: #ff75ae;
}

.prodvar-busket {
    display: flex;
    align-items: flex-end;
    min-height: 45px;
    margin-top: 30px;
}

.prodvar-price {
    margin-right: auto;
}

.prodvar-price .pr-price {
    display: flex;
    align-items: baseline;
    flex-wrap: nowrap;
}

.prodvar-price .price-old {
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    color: #90969d;
}

.prodvar-price .price-main {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.prodvar-button button {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    width: 50px;
    height: 34px;
    color: #fff;
    padding: 0;
}

.carousel-container {
    margin-bottom: 30px;
}

.carousel-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.delivery_page_block {
    padding: 30px;
    border-radius: 16px;
    margin: 0 0 20px;
    background: #f5f7f9;
}

.delivery_page_block-header {
    font-size: 19px;
    font-weight: 500;
    white-space: normal;
    line-height: normal
}

@media only screen and (min-width: 768px) {
    .delivery_page_block-header {
        font-size: 22px
    }

    .search-indent {
        margin-right: 10px
    }
}

.delivery_page_block-price {
    margin-top: 15px;
    font-size: 33px;
    font-weight: 300;
    color: #ff75ae
}

.delivery_page_block-srok {
    color: #90969d;
    font-weight: 400;
    margin-top: 15px
}

.delivery_page_block-srok-header {
    color: #afafbd
}

.delivery_page_block-oplata {
    color: #2f3436;
    font-weight: 700;
    margin-top: 15px
}

.breadcrumb a {
    color: #333333;
}