@font-face {
    font-family: 'NPA';
    src: url('../npa/Ruberoid-Regular.woff2') format('woff2'),
    url('../npa/Ruberoid-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

* {
    font-family: 'NPA', sans-serif !important;
}

@media screen and (max-width: 991px) {
    .home-brands {
        padding-bottom: 35px;
    }

    .breadcrumbs__list,
    .category__sort,
    .home-blog__wrapper,
    .home-stocks__wrapper,
    .personal__nav,
    .portal__container,
    .product__nav,
    .products_slider__tabs {
        -ms-overflow-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-x: scroll;
        scrollbar-width: none;
    }

    .breadcrumbs__list::-webkit-scrollbar,
    .category__sort::-webkit-scrollbar,
    .home-blog__wrapper::-webkit-scrollbar,
    .home-stocks__wrapper::-webkit-scrollbar,
    .personal__nav::-webkit-scrollbar,
    .portal__container::-webkit-scrollbar,
    .product__nav::-webkit-scrollbar,
    .products_slider__tabs::-webkit-scrollbar {
        display: none;
    }
}

.checkout__tabs {
    -ms-overflow-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    scrollbar-width: none;
}

.checkout__tabs::-webkit-scrollbar {
    display: none;
}

.modal__main-wrapper {
    -ms-overflow-style: none;
    overflow-y: scroll;
    scrollbar-width: none;
}

.modal__main-wrapper::-webkit-scrollbar {
    display: none;
}

@media screen and (max-width: 991px) {
    .header__top--main {
        -ms-overflow-style: none;
        overflow-y: scroll;
        scrollbar-width: none;
    }

    .header__top--main::-webkit-scrollbar {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .header__btn--tooltip {
        bottom: 0;
        color: #2e3955;
        cursor: auto;
        font-size: 14px;
        opacity: 0;
        padding-top: 8px;
        position: absolute;
        right: 0;
        -webkit-transform: translateY(110%);
        transform: translateY(110%);
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        visibility: hidden;
        width: 320px;
        z-index:999
    }

    .header__btn--tooltip_inner {
        background-color: #fff;
        border-radius: 6px;
        -webkit-box-shadow: -3px -3px 10px rgba(37, 67, 117, .1), 3px 3px 10px rgba(37, 67, 117, .1);
        box-shadow: -3px -3px 10px rgba(37, 67, 117, .1), 3px 3px 10px rgba(37, 67, 117, .1);
        padding: 16px
    }

    .header__btn--wrapper:hover .header__btn--tooltip,
    .header__btn:hover .header__btn--tooltip {
        opacity: 1;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }

    .products-container:not(.list) .product-card__arrow {
        opacity: 0;
    }

    .products-container:not(.list) .product-card__inner:hover .product-card__arrow {
        opacity: 1
    }

    .cart-hover__list::-webkit-scrollbar,
    .checkout__cart::-webkit-scrollbar,
    .customed-select.std .customed-select__list::-webkit-scrollbar,
    .customed-select.std_s .customed-select__list::-webkit-scrollbar,
    .header__nav--inner::-webkit-scrollbar,
    .nav-submenu__inner::-webkit-scrollbar,
    .quick-search::-webkit-scrollbar {
        width: 3px;
    }

    .cart-hover__list::-webkit-scrollbar-track,
    .checkout__cart::-webkit-scrollbar-track,
    .customed-select.std .customed-select__list::-webkit-scrollbar-track,
    .customed-select.std_s .customed-select__list::-webkit-scrollbar-track,
    .header__nav--inner::-webkit-scrollbar-track,
    .nav-submenu__inner::-webkit-scrollbar-track,
    .quick-search::-webkit-scrollbar-track {
        background: transparent;
    }

    .cart-hover__list::-webkit-scrollbar-thumb,
    .checkout__cart::-webkit-scrollbar-thumb,
    .customed-select.std .customed-select__list::-webkit-scrollbar-thumb,
    .customed-select.std_s .customed-select__list::-webkit-scrollbar-thumb,
    .header__nav--inner::-webkit-scrollbar-thumb,
    .nav-submenu__inner::-webkit-scrollbar-thumb,
    .quick-search::-webkit-scrollbar-thumb {
        background: #969aa5;
        border-radius: 3px;
    }

    .cart-hover__list::-webkit-scrollbar-thumb:hover,
    .checkout__cart::-webkit-scrollbar-thumb:hover,
    .customed-select.std .customed-select__list::-webkit-scrollbar-thumb:hover,
    .customed-select.std_s .customed-select__list::-webkit-scrollbar-thumb:hover,
    .header__nav--inner::-webkit-scrollbar-thumb:hover,
    .nav-submenu__inner::-webkit-scrollbar-thumb:hover,
    .quick-search::-webkit-scrollbar-thumb:hover {
        background: #969aa5;
    }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

* {
    max-height: unset;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #edeef3;
    color: #2e3955;
    font: 400 16px/24px NPA, sans-serif;
    min-width: 320px;
    overflow-x: hidden;
}

p {
    color: #969aa5;
    font-weight: 400;
}

p.std {
    font-size: 14px;
    line-height: 17px;
}

p.small {
    font-size: 12px;
    line-height: 15px;
}

p.colored {
    color: #2e3955;
}

.button-small {
    padding: 5px !important;
}

.w-100 {
    width: 100% !important;
}

a,
button {
    -webkit-tap-highlight-color: transparent;
    font-family: NPA, sans-serif;
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (min-width: 992px) {
    a:hover {
        color: #890000;
    }
}

a {
    color: inherit;
    text-decoration: none;
}

a.small,
span.small {
    font-size: 12px;
    line-height: 16px;
}

button {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    padding: 0;
}

input,
textarea {
    border: none;
    font: 400 16px/24px NPA, sans-serif;
    outline: none;
    padding: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #969aa5;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #969aa5;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #969aa5;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #969aa5;
}

input::placeholder,
textarea::placeholder {
    color: #969aa5;
}

img,
svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

svg {
    fill: #F03525;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gm-style img {
    max-width: none;
}

iframe {
    max-width: 100%;
}

b,
strong,
th {
    font-weight: 700;
}

.slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slick-list,
.slick-slider {
    display: block;
    position: relative;
}

.slick-list {
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0;
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    min-height: 600px;
    max-height: 600px;
    width: 100%;
    object-fit: cover;
    border-radius: 0.5em;
    background-color: #edeef3;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
}

.slick-arrow.slick-hidden {
    display: none;
}

.container {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 35px;
    width: 100%;
}

.h1,
.h2,
h1,
h2 {
    font-weight: 500;
}

.h1,
h1 {
    font-size: 30px;
    line-height: 37px;
}

.h2,
h2 {
    font-size: 24px;
    line-height: 29px;
}

.h3,
h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.h4,
h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.icon_centered {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
}

.icon_centered > img,
.icon_centered > svg {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.hover-link {
    color: #ea3730;
    position: relative;
}

.btn-dark {
    background-color: #343a40 !important;
    color: #fff;
    border: 1px solid #343a40 !important;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
}

/* Hover effect for the button */
.btn-dark:hover {
    background-color: #1d2124 !important;
    border: 1px solid #1d2124 !important;
}

.btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #F03525;
    border-radius: 6px;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    line-height: 24px;
    padding: 16px 24px;
    text-align: center;
    text-transform: uppercase;
}

.btn svg {
    fill: #fff;
    margin-right: 8px;
}

.btn:hover {
    background-color: #AB0000;
    color: #fff;
}

.btn:focus {
    background-color: #AB0000;
    color: #fff;
}

.btn.disabled {
    opacity: 0.5;
}

.price-btn {
    margin-top: 1rem;
}

.btn_wide {
    display: block;
    width: 100%;
}

.btn_close {
    display: block;
    height: 22px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(45deg) translate(-70%);
    transform: rotate(45deg) translate(-70%);
    width: 22px;
}

.btn_close:after,
.btn_close:before {
    background-color: #2e3955;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 2px;
}

.btn_close:after {
    height: 2px;
    width: 100%;
}

.btn_close_wrapper {
    height: 24px;
    position: relative;
    width: 24px;
}

.btn_base {
    background-color: transparent;
    border: 1px solid #ea3730;
    color: #2e3955;
    font-size: 14px;
    line-height: 20px;
    padding: 9px 32px;
}

.btn_base:hover {
    background-color: #ea3730;
    color: #fff;
}

.btn_thin {
    font-size: 14px;
    line-height: 20px;
    padding: 9px 15px;
}

.btn_prim {
    background-color: #fff;
    border: 1px solid #f03525;
    color: #2e3955;
    padding: 15px;
}

.btn_prim:hover {
    background-color: #AB0000;
    border-color: #AB0000;
    color: #fff;
}

.btn_prim:focus {
    color: #fff;
}

.list-inline {
    font-size: 0;
    line-height: 0;
}

.list-inline li {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
}

.main-arrow {
    display: block;
    height: 24px;
    margin-left: 5px;
    position: relative;
    width: 24px;
}

.main-arrow,
.main-arrow:before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-arrow:before {
    border-bottom: 1px solid #2e3955;
    border-right: 1px solid #2e3955;
    content: "";
    height: 9px;
    left: 7px;
    position: absolute;
    top: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 9px;
}

.slider_fix:not(.slick-initialized) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
}

.slider_fix:not(.slick-initialized) > .item,
.slider_fix:not(.slick-initialized) > .product-card {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.main-block {
    margin-bottom: 60px;
}

.main-block__head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
}

.main-block__head .view_all {
    margin-left: auto;
}

.slick-arrow {
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 5px rgba(46, 57, 85, 0.2);
    box-shadow: 0 2px 5px rgba(46, 57, 85, 0.2);
    font-size: 0;
    height: 52px;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 52px;
    z-index: 1;
}

.slick-arrow:after {
    border-bottom: 2px solid #ea3730;
    content: "";
    height: 13px;
    position: absolute;
    top: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 13px;
}

.slick-arrow.slick-prev {
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slick-arrow.slick-prev:after {
    border-left: 2px solid #ea3730;
    left: 22px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.slick-arrow.slick-prev.slick-disabled {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slick-arrow.slick-next {
    right: 0;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.slick-arrow.slick-next:after {
    border-right: 2px solid #ea3730;
    right: 22px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.slick-arrow.slick-next.slick-disabled {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slick-arrow.slick-disabled {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.slick-arrow:hover {
    opacity: 1;
}

.slick-dots {
    font-size: 0;
    line-height: 0;
    padding: 21px 0 0;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    margin: 0 4px;
}

.slick-dots li button {
    background-color: transparent;
    border-radius: 50%;
    font-size: 0;
    height: 12px;
    line-height: 0;
    position: relative;
    width: 12px;
}

.slick-dots li button:before {
    background-color: #ea3730;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 5px;
}

.slick-dots li.slick-active button {
    background-color: #ea3730;
    opacity: 0.6;
}

.main-price {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 28px;
    font-weight: 500;
    line-height: 34px;
}

.main-price__old {
    color: #969aa5;
    font-size: 16px;
    line-height: 20px;
}

.main-price__old,
.main-price__old .main {
    margin-right: 8px;
    text-decoration: line-through;
}

.main-price__old .sale {
    background: #fed3d7;
    border-radius: 6px;
    color: #fc2539;
    font-size: 10px;
    line-height: 24px;
    padding: 0 2px;
}

.main-price__old + .main-price__main {
    color: #fc2539;
}

.custom-form__input {
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.custom-form__input:hover {
    border-color: rgba(59, 168, 223, 0.5);
}

.custom-form__input:focus {
    border-color: #ea3730;
}

.custom-form__input:before {
    background-color: #fff;
    border-radius: 6px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.custom-form__input input {
    background: transparent;
    border: 1px solid #c4c4c4;
    border-radius: 6px;
    color: #2e3955;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    /*padding: 24px 16px 8px;*/
    padding: 24px 16px 8px;
    position: relative;
    width: 100%;
    z-index: 2;
}

.custom-form__input input[type="file"]{
    padding: 16px;
}

.custom-form__input--placeholder {
    color: #969aa5;
    left: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

input:focus ~ .custom-form__input--placeholder,
input:valid ~ .custom-form__input--placeholder {
    font-size: 12px;
    line-height: 14px;
    top: 25%;
    z-index: 99;
}

.custom-form__input.error .error__message {
    bottom: -4px;
    display: block;
    left: 0;
    position: absolute;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.custom-form__input.error.custom-form__field {
    margin-bottom: 35px;
}

.custom-form__input .error__message {
    color: #fc2539;
    display: none;
    font-size: 12px;
    line-height: 15px;
}

.custom-form__input.error .error__message {
    bottom: -4px;
    display: block;
    left: 0;
    position: absolute;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.custom-form__input .view__pass {
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 29px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.custom-form__input .view__pass svg {
    fill: #969aa5;
    stroke: #969aa5;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.custom-form__input.visible .view__pass svg {
    fill: #ea3730;
    stroke: #ea3730;
}

.custom-form__input_std {
    position: relative;
}

.custom-form__input_std input {
    background-color: #fff;
    border-radius: 6px;
    color: #2e3955;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 16px;
    width: 100%;
}

.custom-form__input_std.bordered input {
    border: 1px solid #c4c4c4;
}

.custom-form__input_std.error .error__message {
    bottom: -4px;
    display: block;
    left: 0;
    position: absolute;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.custom-form__input_std.error.custom-form__field {
    margin-bottom: 35px;
}

.custom-form__input_std .error__message {
    color: #fc2539;
    display: none;
    font-size: 12px;
    line-height: 15px;
}

.custom-form__field {
    margin-bottom: 16px;
}

.custom-form__btn {
    margin-top: 24px;
}

.custom-form__row {
    margin: 0 -8px;
}

.custom-form__row,
.custom-form__row-short {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.custom-form__row-short {
    margin: 0 -4px;
}

.custom-form__col {
    padding: 0 8px 16px;
    width: 100%;
}

.custom-form__col-4 {
    width: 33.3333333333%;
}

.custom-form__col-8 {
    width: 66.6666666667%;
}

.custom-form__col-6 {
    width: 50%;
}

.custom-form__col .custom-select__wrapper {
    margin: 0;
}

.custom-form__row-short > .custom-form__col {
    padding: 0 4px 8px;
}

.custom-textarea {
    border: 1px solid #c4c4c4;
    border-radius: 6px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 16px;
    resize: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
}

.custom-textarea:hover {
    border-color: #ea3730;
}

.custom-textarea::-webkit-input-placeholder {
    color: #969aa5;
}

.custom-textarea::-moz-placeholder {
    color: #969aa5;
}

.custom-textarea:-ms-input-placeholder {
    color: #969aa5;
}

.custom-textarea::-ms-input-placeholder {
    color: #969aa5;
}

.custom-textarea::placeholder {
    color: #969aa5;
}

.customed-select {
    border: 1px solid #c4c4c4;
    border-radius: 6px;
    padding: 7px 40px 7px 16px;
    position: relative;
}

.customed-select__current {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor: pointer;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.customed-select__current:after {
    border-bottom: 2px solid #2e3955;
    border-right: 2px solid #2e3955;
    content: "";
    display: block;
    height: 9px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 22px;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 9px;
}

.customed-select__list {
    background-color: #fff;
    border: 1px solid #ea3730;
    border-radius: 0 0 6px 6px;
    bottom: 0;
    left: 0;
    opacity: 0;
    padding: 8px;
    position: absolute;
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}

.customed-select.open .customed-select__list {
    bottom: 2px;
    opacity: 1;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
}

.customed-select.open .customed-select__current {
    border-color: #ea3730;
    border-radius: 6px 6px 0 0;
}

.customed-select.open .customed-select__current:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.customed-select__item {
    cursor: pointer;
    padding: 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.customed-select__item--top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.customed-select__item--head {
    color: #ea3730;
    margin-right: auto;
    padding-right: 14px;
}

.customed-select__item--price {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}

.customed-select__item--description {
    font-size: 12px;
    line-height: 15px;
    margin-top: 8px;
}

.customed-select__item.active,
.customed-select__item:hover {
    background-color: #edeef3;
}

.customed-select__quick-list li {
    margin: 8px 24px 0 0;
}

.customed-select__quick-list a {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}

.customed-select.std .customed-select__current {
    padding: 15px 40px 15px 16px;
    position: relative;
}

.customed-select.std .customed-select__current input {
    width: 100%;
}

.customed-select.std .customed-select__list,
.customed-select.std_s .customed-select__list {
    max-height: 256px;
    overflow-y: scroll;
    padding: 16px;
}

.customed-select.std .customed-select__item,
.customed-select.std_s .customed-select__item {
    margin-bottom: 16px;
    padding: 0;
}

.customed-select.std .customed-select__item:last-child,
.customed-select.std_s .customed-select__item:last-child {
    margin-bottom: 0;
}

.customed-select.std .customed-select__item--head,
.customed-select.std_s .customed-select__item--head {
    color: #2e3955;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.customed-select.std .customed-select__item.active,
.customed-select.std .customed-select__item:hover,
.customed-select.std_s .customed-select__item.active,
.customed-select.std_s .customed-select__item:hover {
    background-color: transparent;
}

.customed-select.std .customed-select__item.active .customed-select__item--head,
.customed-select.std .customed-select__item:hover .customed-select__item--head,
.customed-select.std_s .customed-select__item.active .customed-select__item--head,
.customed-select.std_s .customed-select__item:hover .customed-select__item--head {
    color: #ea3730;
}

.customed-select:not(.open) .customed-select__clean {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    visibility: visible;
}

.customed-select.std:not(.open) .customed-select__current:after {
    content: none;
}

.customed-select__clean {
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    visibility: hidden;
}

.customed-select.std_s {
    padding: 24px 40px 6px 16px;
}

.customed-select.std_s .customed-select__current input {
    width: 100%;
}

.custom-select__wrapper {
    position: relative;
}

.custom-select__head {
    font-size: 12px;
    left: 16px;
    line-height: 14px;
    position: absolute;
    top: 8px;
    z-index: 2;
}

.counter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #edeef3;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 15px;
    width: 104px;
}

.counter,
.counter__btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.counter__btn {
    cursor: pointer;
    height: 14px;
    position: relative;
    width: 14px;
}

.counter__btn:after,
.counter__btn:before {
    background-color: #ea3730;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 14px;
}

.counter__btn:after {
    height: 14px;
    width: 2px;
}

.counter__btn.disabled {
    cursor: auto;
}

.counter__btn.disabled:after,
.counter__btn.disabled:before {
    background-color: #969aa5;
}

.counter__minus:after {
    content: none;
}

.counter__input {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    width: 100%;
}

.view-block__link {
    color: #ea3730;
    font-size: 14px;
    line-height: 20px;
    padding-right: 30px;
    position: relative;
}

.view-block__link:after,
.view-block__link:before {
    content: "";
    position: absolute;
}

.view-block__link:before {
    border-bottom: 1px solid #ea3730;
    border-right: 1px solid #ea3730;
    height: 9px;
    right: 3px;
    top: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 9px;
}

.view-block__link:after {
    background-color: #ea3730;
    height: 1px;
    right: 2px;
    top: 9px;
    width: 16px;
}

.custom-toolip {
    display: inline-block;
    position: relative;
}

.custom-toolip__text {
    opacity: 0;
    padding-left: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(80%, -50%);
    transform: translate(80%, -50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
    z-index: 2;
}

.custom-toolip__text--inner {
    background-color: #ea3730;
    border-radius: 8px;
    color: #fff;
    -webkit-filter: drop-shadow(-3px -3px 10px rgba(37, 67, 117, 0.1)) drop-shadow(3px 3px 10px rgba(37, 67, 117, 0.1));
    filter: drop-shadow(-3px -3px 10px rgba(37, 67, 117, 0.1)) drop-shadow(3px 3px 10px rgba(37, 67, 117, 0.1));
    font-size: 12px;
    line-height: 15px;
    padding: 16px;
    width: 267px;
}

.custom-toolip:hover .custom-toolip__text {
    opacity: 1;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    visibility: visible;
}

.header {
    background-color: #fff;
    border-bottom: 1px solid #f03525;
}

.header__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__top {
    visibility: hidden;
}

.header__top--btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
}

.header__top--btn .main-arrow:before {
    border-color: #000;
}

.header__top--icon {
    -ms-flex-negative: 0;
    border: 1px solid #f91155;
    border-radius: 50%;
    display: block;
    flex-shrink: 0;
    height: 28px;
    margin-right: 9px;
    width: 28px;
}

.header__top--icon svg {
    fill: #f91155;
}

.header__top--list {
    margin: 0 auto 0 0;
    padding: 0 15px 0 0;
}

.header__top--list li {
    padding: 0 8px;
}

.header__top--call {
    margin: 0 7% 0 0;
}

.header__lang--item a,
.header__lang--item span {
    display: block;
    line-height: 21px;
}

.header__lang--item:not(:last-child) {
    padding-right: 12px;
    position: relative;
}

.header__lang--item:not(:last-child):after {
    background-color: #fff;
    bottom: 5px;
    content: "";
    height: 12px;
    position: absolute;
    right: 6px;
    width: 1px;
}

.header__lang--item.active {
    font-weight: 700;
}

.header__main {
    padding-bottom: 16px;
    padding-top: 16px;
}

.header__main--btns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 16px;
}

.header__logo {
    -ms-flex-negative: 0;
    display: block;
    flex-shrink: 0;
    margin-right: 24px;
    width:200px
}

.header__catalog_btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f03525;
    border: 1px solid #f03525;
    border-radius: 6px;
    color: #ffffff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    margin-right: 16px;
    padding: 7px 29px;
}

.header__catalog_btn--icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 32px;
    margin-right: 16px;
    position: relative;
    width: 32px;
}

.header__catalog_btn--icon svg {
    fill: #fdfdfd;
}

.header__catalog_btn--icon .btn_close {
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header__catalog_btn--icon .btn_close:after,
.header__catalog_btn--icon .btn_close:before {
    background-color: #ea3730;
}

.header__catalog_btn.active {
    background-color: #fff;
    color: #ea3730;
}

.header__catalog_btn.active .header__catalog_btn--icon svg {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.header__catalog_btn.active .header__catalog_btn--icon .btn_close {
    left: 50%;
    opacity: 1;
}

.header__search {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    position: relative;
}

.header__search--form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #ea3730;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 11px 16px;
    position: relative;
    width: 100%;
    z-index: 200;
}

.header__search--btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 16px;
}

.header__search--btn svg {
    fill: #fff;
    stroke: #2e3955;
}

.header__search--btn:hover svg {
    stroke: #ea3730;
}

.header__search--input {
    width: 100%;
}

.header__search--close,
.header__search--mob_btn {
    display: none;
}

.header__btn {
    margin-left: 32px;
}

.header__btn--wrapper {
    position: relative;
}

.header__btn--wrapper svg {
    fill: #f03525;
    z-index: -1;
}

.header__btn--wrapper:hover svg {
    fill: #ea3730;
}

.header__btn--count {
    background-color: #F03525;
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    height: 15px;
    line-height: 15px;
    position: absolute;
    right: -7px;
    text-align: center;
    top: -7px;
    width: 15px;
}

.header__btn--count.colored {
    background-color: #00AD00;
}

.header__btn--count.colored:before {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    content: "";
    height: 4px;
    left: 4px;
    position: absolute;
    top: 4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 7px;
}

.header__cart {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__cart--count {
    color: #ea3730;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    margin-left: 8px;
}

.header__menu--item {
    padding: 15px;
}

.header__menu--link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__menu--link img {
    width: 20px;
    height: 20px;
    margin-right: 0.5em;
}

.header__menu--link:hover svg path {
    fill: #ea3730;
}

.header__nav--link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2e3955;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 8px 20px 8px 8px;
    position: relative;
    text-transform: uppercase;
}

.header__nav--link img,
.header__nav--link svg {
    margin-right: 10px;
}

.header__nav--item {
    padding-right: 16px;
}

.header__nav--item.with-submenu .header__nav--link:after {
    border-bottom: 2px solid #2e3955;
    border-right: 2px solid #2e3955;
    content: "";
    height: 8px;
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    width: 8px;
}

.header__bg {
    background: rgba(46, 57, 85, 0.7);
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    width: 100%;
}

.header__checkout {
    background-color: #fff;
    border-bottom: 1px solid #ea3730;
    margin-bottom: 40px;
    padding: 20px 0;
}

.header__checkout--container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__checkout--logo {
    margin-right: auto;
}

.header__checkout--phone {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}

.header__mobile {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__mobile--number {
    display: block;
}

.quick-search {
    background-color: #fff;
    border: 1px solid #ea3730;
    border-radius: 0 0 6px 6px;
    border-top: none;
    bottom: 0;
    left: 0;
    max-height: 82vh;
    opacity: 0;
    overflow-y: scroll;
    padding: 16px;
    position: absolute;
    -webkit-transform: translateY(90%);
    transform: translateY(90%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    visibility: hidden;
    width: 100%;
    z-index: 200;
}

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

.quick-search__main--head {
    margin-bottom: 10px;
}

.quick-search__categories {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.quick-search__categories--list li {
    margin-bottom: 10px;
}

.quick-search__categories--list a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
}

.quick-search__categories .count {
    color: #969aa5;
    font-size: 12px;
    line-height: 15px;
    margin-left: auto;
    padding-left: 10px;
}

.quick-search__categories .hover-link {
    font-size: 12px;
    line-height: 15px;
}

.quick-search__products {
    -ms-flex-negative: 0;
    border-left: 1px solid #dbe1f1;
    flex-shrink: 0;
    margin-left: 28px;
    padding-left: 28px;
    width: 50%;
}

.quick-search__product {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.quick-search__product--name {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 14px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.quick-search__product--image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 10px;
    width: 76px;
}

.quick-search__product .main-price {
    line-height: 0;
}

.quick-search__product .main-price__old {
    font-size: 12px;
    line-height: 18px;
}

.quick-search__product .main-price__main {
    font-size: 16px;
    line-height: 20px;
}

.quick-search__history {
    border-top: 1px solid #dbe1f1;
    margin-top: 24px;
    padding-top: 24px;
}

.quick-search__history--head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.quick-search__history--head span {
    color: #ea3730;
}

.quick-search__history--clean {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #969aa5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    margin-left: auto;
}

.quick-search__history--clean svg {
    margin-right: 7px;
}

.quick-search__history--list {
    padding-top: 5px;
}

.quick-search__history--list li {
    margin-top: 5px;
}

.quick-search__history--list a {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.quick-search__bg {
    background: rgba(46, 57, 85, 0.7);
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    z-index: 199;
}

.search-open .quick-search {
    opacity: 1;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
}

.search-open .quick-search__bg {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.search-open .header__search--form {
    border-radius: 6px 6px 0 0;
}

.search-open .header__search--close {
    display: block;
}

.header-fixed .header {
    -webkit-animation: fromTop 0.8s ease;
    animation: fromTop 0.8s ease;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.brands-page,
.home-banner {
    margin-top: 24px;
    position: relative;
}

.brands-page__slider--inner,
.home-banner__slider--inner {
    background-position: 0;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    display: block;
    position: relative;
}

.brands-page__slider--inner img,
.home-banner__slider--inner img {
    width: 100%;
}

.brands-page__slider--inner:before,
.home-banner__slider--inner:before {
    content: "";
    display: block;
    padding-top: 42%;
}

.brands-page__slider:not(.slick-initialized) .brands-page__slider--item,
.brands-page__slider:not(.slick-initialized) .home-banner__slider--item,
.home-banner__slider:not(.slick-initialized) .brands-page__slider--item,
.home-banner__slider:not(.slick-initialized) .home-banner__slider--item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}

.brands-page__arrows,
.home-banner__arrows {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.brands-page .slick-dots,
.home-banner .slick-dots {
    bottom: 24px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.brands-page .slick-dots li button:before,
.brands-page .slick-dots li.slick-active button,
.home-banner .slick-dots li button:before,
.home-banner .slick-dots li.slick-active button {
    background-color: #fff;
}

.brands-page__slider--wrapper .slick-arrow,
.home-banner .slick-arrow {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 60px;
    opacity: 0.5;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
}

.brands-page__slider--wrapper .slick-arrow:before,
.home-banner .slick-arrow:before {
    background-color: hsla(0, 0%, 100%, 0.6);
    content: "";
    display: block;
    height: 100%;
}

.brands-page__slider--wrapper .slick-arrow:after,
.home-banner .slick-arrow:after {
    top: 24px;
}

.brands-page__slider--wrapper .slick-arrow.slick-prev,
.home-banner .slick-arrow.slick-prev {
    left: 59px;
}

.brands-page__slider--wrapper .slick-arrow.slick-prev:after,
.home-banner .slick-arrow.slick-prev:after {
    left: 26px;
}

.brands-page__slider--wrapper .slick-arrow.slick-next,
.home-banner .slick-arrow.slick-next {
    right: 59px;
}

.brands-page__slider--wrapper .slick-arrow.slick-next:after,
.home-banner .slick-arrow.slick-next:after {
    right: 26px;
}

.brands-page__slider--wrapper .slick-arrow:hover,
.home-banner .slick-arrow:hover {
    opacity: 1;
}

.products_slider__head.center {
    text-align: center;
}

.products_slider__wrapper {
    margin-top: 24px;
}

.products_slider__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 14px;
}

.text-center {
    text-align: center !important;
}

.mb-2 {
    margin-bottom: 2rem !important;
}

.mt-2 {
    margin-top: 2rem !important;
}

.products_slider__tabs--head {
    -ms-flex-negative: 0;
    background-color: #fff;
    border-radius: 6px;
    color: #ea3730;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 10px 10px 0 0;
    padding: 8px 16px;
}

.products_slider__tabs--head.active,
.products_slider__tabs--head:hover {
    background-color: #ea3730;
    color: #fff;
}

.products_slider__tabs--item {
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.products_slider__tabs--item.active {
    height: auto;
    overflow: visible;
    visibility: visible;
}

.products_slider__slider,
.products_slider__slider_short {
    margin: 0 -8px;
}

.products_slider__slider:not(.slick-initialized) > .product-card,
.products_slider__slider_short:not(.slick-initialized) > .product-card {
    width: 25%;
}

.products_slider .slick-track,
.products_slider__slider_short .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
}

.slider_bordered .product-card {
    padding: 0;
    position: relative;
}

.slider_bordered .product-card__inner {
    border-radius: 0;
    padding: 12px 24px 20px;
}

.slider_bordered .product-card:not(:last-child):before {
    background-color: #dbe1f1;
    content: "";
    height: calc(100% - 44px);
    position: absolute;
    right: 0;
    top: 24px;
    width: 1px;
    z-index: 1;
}

.slider_bordered .product-card__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
}

.slider_bordered .product-card__bottom--btns {
    margin: 0 0 0 auto;
    padding-left: 8px;
}

.slider_bordered .product-card__buy {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    font-size: 0;
    line-height: 0;
    padding: 16px;
}

.slider_bordered .product-card__buy svg {
    margin: 0;
}

.slider_bordered .main-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
}

.slider_bordered .main-price__main {
    font-size: 18px;
    line-height: 22px;
    margin-top: auto;
}

.slider_bordered .main-price__old {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 24px;
    margin: 0 0 2px;
    text-decoration: none;
}

.slider_bordered .main-price .main-price__old + .main-price__main {
    margin-top: 0;
}

.slider_bordered .slick-list,
.slider_bordered .slick-track {
    border-radius: 6px;
    overflow: hidden;
}

.product-card {
    height: auto;
    padding: 0 8px;
}

.product-card__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #fff;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 16px;
    position: relative;
}

.designer-card__inner {
    padding: 0% !important;
    position: relative;
}

.product-card__top {
    padding-top: 40px;
    position: relative;
}

.product-card__labels {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*left: 0;*/
    max-width: 60%;
    position: absolute;
    top: 0;
    z-index: 2;
}

.product-card__labels--item {
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 4px;
    margin-right: 4px;
    padding: 2px 6px;
    position: relative;
}

.product-card__labels--item.super {
    background-color: #f03525;
}

.product-card__labels--item.sale {
    background-color: #a466ce;
}

.product-card__labels--item.markdown {
    background-color: #c71585;
}

.product-card__labels--icon {
    margin: -2px 4px 4px 0;
    position: relative;
}

.product-card__labels--popup {
    background-color: #fff;
    border-radius: 6px;
    bottom: -2px;
    -webkit-box-shadow: 3px 3px 10px 0 rgba(37, 67, 117, 0.1),
    -3px -3px 10px 0 rgba(37, 67, 117, 0.1);
    box-shadow: 3px 3px 10px 0 rgba(37, 67, 117, 0.1),
    -3px -3px 10px 0 rgba(37, 67, 117, 0.1);
    font-size: 12px;
    font-weight: 400;
    left: 50%;
    line-height: 15px;
    min-width: 148px;
    opacity: 0;
    padding: 16px;
    position: absolute;
    text-align: center;
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
    z-index: 1;
}

.product-card__labels--icon:hover .product-card__labels--popup,
.product-card__labels--item:hover .product-card__labels--popup {
    opacity: 1;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
}

.product-card__labels--list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 6px;
}

.product-card__labels--list .product-card__labels--icon {
    margin: 10px 10px 0 0;
}

.product-card__labels--list,
.product-card__labels--icon:hover,
.product-card__labels--popup {
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
}

.product-card__image {
    display: block;
    margin: 0;
    /* border: 2px dashed #edeef3; */
    border-radius: 0.5rem;
}

.product-card__image img {
    width: 100%;
    height: auto;
    min-height: 200px;
    max-height: 200px;
    object-fit: cover;
    background-color: #edeef3;
    border-radius: 0.5rem;
}

.product-card__image .portfolio-img {
    width: 100%;
    height: auto;
    min-height: 300px;
    max-height: 300px;
    object-fit: contain;
    background-color: #edeef3;
    border-radius: 0.5rem;
}

.product-card__code {
    background-color: #edeef3;
    border-radius: 6px;
    font-size: 12px;
    line-height: 16px;
    padding: 8px;
    position: relative;
    right: 0;
    top: 0;
    z-index: 1;
}

.product-card__rating {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-card__rating--list {
    font-size: 0;
    line-height: 0;
    margin-right: 2px;
}

.product-card__rating--list svg {
    fill: #dbe1f1;
    margin-right: 2px;
}

.product-card__rating--list svg.active {
    fill: #fad656;
}

.product-card__rating--rate {
    font-weight: 500;
    line-height: 20px;
    margin-right: 4px;
}

.product-card__rating--count,
.product-card__rating--rate {
    color: #ea3730;
}

/*.product-card__lower {*/
/*    min-height: 20px;*/
/*}*/
input.ng-not-empty ~ .custom-form__input--placeholder,
input:focus ~ .custom-form__input--placeholder,
input:valid ~ .custom-form__input--placeholder {
    font-size: 12px;
    line-height: 14px;
    top: 25%;
    z-index: 2
}

.product-card__name {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 20px 0 0;
}

.product-card__bottom {
    margin-top: auto;
    padding-top: 16px;
}

.designer-card__bottom {
    margin-top: auto;
    padding-top: 0;
}

.product-card__bottom--btns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2%;
    justify-content: space-around;
    border-radius: 50%;
}

.designer-card__bottom--btns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2%;
    justify-content: space-around;
}

.product-card__bottom--add {
    display: none;
}

.product-card__buy {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.product-card__buy + .product-card__btn {
    margin-left: 16px;
}

.product-card__btn {
    margin-left: 18px;
}

.product-card__options {
    display: none;
}

.product-card__options--item {
    color: #969aa5;
    font-size: 14px;
    margin-top: 5px;
}

.product-card__options--item span {
    color: #ea3730;
    margin-left: 8px;
}

.dizayner-card {
    width: 25% !important;
}

.dizayner-foto {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.article-card {
    padding: 0 8px 16px;
    width: 33.3333333333%;
}

.article-card__label {
    border-radius: 6px;
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    padding: 3px 8px;
}

.article-card__label.sale {
    background-color: #ea3730;
}

.article-card__label.video {
    background-color: #ea3730;
}

.article-card__label.article {
    background-color: #ea3730;
}

.article-card__label.news {
    background-color: #ffa756;
}

.article-card__label.markdown {
    background-color: #a466ce;
}

.article-card__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #fff;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.article-card__image {
    display: block;
    position: relative;
}

.dizayner-card__image {
    display: block;
    position: relative;
}

.designer-card__content {
    display: none;
    top: 75%;
    width: 21.8%;
    height: 10%;
    border-radius: 0 0 5px 5px;
    background-color: white;
    position: absolute;
}

.article-card__inner:hover .designer-card__content {
    display: flex;
    top: 55%;
}

.article-card__image.video:before {
    background: -webkit-gradient(linear,
    left bottom,
    left top,
    from(rgba(37, 67, 117, 0.4)),
    to(rgba(37, 67, 117, 0.4)));
    background: linear-gradient(0deg,
    rgba(37, 67, 117, 0.4),
    rgba(37, 67, 117, 0.4));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.dizayner-card__image.video:before {
    background: -webkit-gradient(linear,
    left bottom,
    left top,
    from(rgba(37, 67, 117, 0.4)),
    to(rgba(37, 67, 117, 0.4)));
    background: linear-gradient(0deg,
    rgba(37, 67, 117, 0.4),
    rgba(37, 67, 117, 0.4));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.article-card__image--video {
    fill: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.article-card__image:hover .article-card__image--video {
    fill: #ea3730;
}

.dizayner-card__image:hover .article-card__image--video {
    fill: #ea3730;
}

.article-card__image img {
    width: 100%;
    max-height: 200px;
    height: 200px;
    object-fit: cover;
}

.dizayner-card__image img {
    width: 100%;
    max-height: 300px;
    height: 300px;
    object-fit: cover;
}

.article-card__head {
    margin-bottom: 10px;
}

.article-card__head,
.article-card__head--date {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.article-card__head--date {
    color: #969aa5;
    font-size: 12px;
    line-height: 16px;
    margin-right: auto;
}

.article-card__head--date svg {
    margin-right: 10px;
}

.article-card__name {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-card__content {
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: auto;
    flex: auto;
}

.article-card__content--main {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding: 15px 20px 20px;
}

.article-card__content--count {
    -ms-flex-negative: 0;
    background: #dbe1f1;
    flex-shrink: 0;
    font-size: 12px;
    line-height: 15px;
    padding: 32px 10px;
    text-align: center;
}

.article-card__content--count .count {
    color: #fc2539;
    font-size: 28px;
    font-weight: 500;
    line-height: 34px;
    padding: 2px 0;
}

.home-blog .article-card,
.home-stocks .article-card {
    padding-bottom: 0;
}

.home-brands {
    overflow: hidden;
}

.home-brands__inner {
    background-color: #fff;
    border-radius: 6px;
    padding: 24px 0;
}

.home-brands__slider {
    margin: 0 -19px;
}

.home-brands__slider .item {
    padding: 0 43px;
}

.home-brands__slider--item {
    display: block;
}

.home-brands__slider--item img {
    margin: 0 auto;
    min-height: 50px;
    height: 80px;
    object-fit: contain;
}

.home-brands .slick-arrow.slick-next {
    right: 19px;
}

.home-brands .slick-arrow.slick-prev {
    left: 19px;
}

.portal {
    margin-bottom: 64px;
}

.portal__head {
    margin-bottom: 24px;
}

.portal__container--block {
    background: #f9115514;
    border-radius: 12px;
    padding: 24px;
    position: relative;
}

.portal__container--block:hover .portal__container--head {
    color: #ea3730;
}

.portal__container--link {
    font-size: 0;
    height: 100%;
    left: 0;
    line-height: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.portal__container--head {
    display: block;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 16px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}

.portal__container--list {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 1;
}

.portal__container--list li {
    margin-bottom: 8px;
}

.portal__container--list a {
    background-color: hsla(0, 0%, 100%, 0.38);
    border-radius: 6px;
    display: inline-block;
    padding: 4px 8px;
}

.portal__container--list.prim a {
    background-color: #ffa756;
}

.portal__container--list.prim_white a {
    color: #fff;
}

.portal__container--image {
    bottom: 16px;
    max-height: 80%;
    max-width: 70%;
    position: absolute;
    right: 16px;
    z-index: 0;
}

.portal__blocks--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px;
}

.portal__blocks--item {
    min-height: 216px;
    padding: 0 8px 16px;
}

.portal__blocks--inner {
    background-color: #ea373024;
    border-radius: 12px;
    height: 100%;
    padding: 24px 30px;
    position: relative;
}

.portal__blocks--inner img {
    bottom: 0;
    max-height: 100%;
    max-width: 70%;
    position: absolute;
    right: 0;
}

.portal__blocks--name {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    position: relative;
    z-index: 1;
}

.portal__list {
    background-color: #fff;
    border-radius: 6px;
    padding: 0 10px;
    position: relative;
}

.portal__list:after,
.portal__list:before {
    background-color: #fff;
    content: "";
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.portal__list:after {
    bottom: 0;
    top: auto;
}

.portal__list--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.portal__list--wrapper:before {
    background-color: #fff;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}

.portal__list--item {
    border-right: 1px solid #dbe1f1;
    padding: 0 30px;
    width: 33.3333333333%;
}

.portal__list--inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #dbe1f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 40px 0;
}

.portal__list--inner img {
    margin-left: auto;
    max-width: 36%;
}

.portal__list--name {
    margin-right: 24px;
}

.articles__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.articles__list,
.home-info__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home-info__container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background-color: #fff;
    border-radius: 12px;
    justify-content: space-between;
    padding: 40px 64px;
}

.home-info__item {
    max-width: 300px;
    text-align: center;
    width: 100%;
}

.home-info__item--head {
    color: #ea3730;
    font-size: 40px;
    font-weight: 600;
    line-height: 49px;
}

.home-info__item--upper {
    margin-bottom: 8px;
}

.subscribe {
    background-color: #890000;
    color: #fff;
}

.subscribe__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 47px;
    padding-top: 47px;
    background: #890000;
}

.subscribe__container--text {
    margin-top: 8px;
}

.subscribe__head {
    max-width: 50%;
}

.subscribe__form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-flex: 1;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: auto;
    flex: auto;
    justify-content: flex-end;
    padding-left: 7%;
}

.subscribe__form--input {
    margin-right: 16px;
    max-width: 296px;
    width: 100%;
}

.subscribe__success {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer {
    background-color: #fff;
}

.footer__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 0 40px;
}

.footer__main--column {
    padding-right: 20px;
    padding-top: 24px;
    width: 20%;
}

.footer__main--column_main {
    padding-top: 0;
}

.footer__main--row {
    margin-top: 15px;
}

.footer__main--head {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 16px;
}

.footer__phone--number {
    display: block;
}

.footer__phone--modal {
    color: #2e3955;
    font-size: 14px;
    line-height: 24px;
}

.footer__phone--modal:before {
    background-color: #2e3955;
}

.footer__soc--head {
    margin-bottom: 8px;
}

.footer__soc--list li {
    margin-right: 15px;
}

.footer__soc--list a {
    border: 1px solid #ea3730;
    border-radius: 50%;
    display: block;
    height: 40px;
    position: relative;
    width: 40px;
}

.footer__soc--list svg {
    fill: #ea3730;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.footer__soc--list a:hover {
    background-color: #ea3730;
}

.footer__soc--list a:hover svg {
    fill: #fff;
}

.footer__list li {
    margin-top: 8px;
}

.footer__contacts {
    margin-top: 16px;
}

.footer__bottom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #ea3730;
    color: #ea3730;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    line-height: 15px;
    padding: 16px 0;
}

.footer__producted {
    /*margin-left: auto;*/
    /*width: fit-content;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer__producted a,
.footer__producted span {
    font-weight: 700;
    margin-left: 10px;
}

.footer__producted a {
    display: flex;
    align-items: center;
    font-size: x-large;
    /*width: 10%;*/
    margin-right: 10px;
}

.losted-cart {
    margin-top: 24px;
}

.losted-cart__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 30px;
}

.losted-cart__head {
    padding-right: 50px;
}

.losted-cart__head--count {
    margin-top: 6px;
}

.losted-cart__head--count span {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}

.losted-cart__products {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    padding-right: 30px;
}

.losted-cart__products img {
    width: 100%;
    border-radius: 0.5rem;
    border: 2px dashed #edeef3;
    height: 80px;
    max-width: 80px;
    min-width: 80px;
}

.losted-cart__products--item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
    width: 76px;
}

.losted-cart__btns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.losted-cart__btns .btn {
    min-width: 241px;
}

.losted-cart__btns .hover-link {
    margin-left: 24px;
    white-space: nowrap;
}

.breadcrumbs {
    padding-bottom: 24px;
    padding-top: 16px;
}

.breadcrumbs__list {
    white-space: nowrap;
}

.breadcrumbs__list li {
    font-size: 14px;
    line-height: 17px;
}

.breadcrumbs__item {
    color: #969aa5;
    position: relative;
}

.breadcrumbs__item:not(:last-child) {
    padding-right: 20px;
}

.breadcrumbs__item:not(:last-child):after {
    border-bottom: 1px solid #969aa5;
    border-right: 1px solid #969aa5;
    content: "";
    height: 5px;
    position: absolute;
    right: 8px;
    top: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 5px;
}

.breadcrumbs__item a {
    color: #2e3955;
}

.breadcrumbs__item a:hover {
    color: #ea3730;
}

.category__head {
    margin-bottom: 24px;
}

.category__wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.category__side {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    width: 332px;
}

.category__side--block:not(:first-child) {
    margin-top: 20px;
}

.category__side .h3 {
    font-weight: 500;
}

.category__side:not(.list) .category__question--inner {
    display: none;
}

.category__templates {
    background-color: #fff;
    border-radius: 6px;
    padding: 25px;
}

.category__templates--head {
    margin-bottom: 10px;
}

.category__templates--list li:not(:last-child) {
    margin-bottom: 15px;
}

.category__templates--list a {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}

.category__templates--list li:nth-child(12) ~ li:not(.category__templates--more) {
    display: none;
}

.category__templates--list li:nth-child(12) ~ .category__templates--more {
    display: block;
}

.category__templates--more {
    display: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
}

.category__templates--more .close {
    display: none;
}

.category__templates--list.opened .category__templates--more .close {
    display: block;
}

.category__templates--list.opened .category__templates--more .open {
    display: none;
}

.category__templates--list.opened li:nth-child(12) ~ li:not(.category__templates--more) {
    display: block;
}

.category__content {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    position: relative;
}

.category__content--head {
    margin-bottom: 16px;
}

.category__content--bottom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 16px;
}

.category__content--bottom .column {
    width: 50%;
}

.category__popular {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 6px;
}

.category__popular--head {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-right: 10px;
}

.category__popular--item {
    background-color: #fff;
    color: #ea3730;
}

.category__popular--item.active,
.category__popular--item:hover {
    background-color: #ea3730;
    color: #fff;
}

.category__popular--item.all {
    background-color: transparent;
    border-color: #dbe1f1;
    color: #2e3955;
}

.category__popular--item.all.active,
.category__popular--item.all:hover {
    background-color: #dbe1f1;
}

.category__popular--item.video {
    background-color: transparent;
    border-color: #ea3730;
    color: #ea3730;
}

.category__popular--item.video.active,
.category__popular--item.video:hover {
    background-color: #ea3730;
    color: #fff;
}

.category__popular--item.article {
    background-color: transparent;
    border-color: #ea3730;
}

.category__popular--item.article.active,
.category__popular--item.article:hover {
    background-color: #ea3730;
}

.category__popular--item.news {
    background-color: transparent;
    border-color: #ffa756;
    color: #ffa756;
}

.category__popular--item.news.active,
.category__popular--item.news:hover {
    background-color: #ffa756;
    color: #fff;
}

.category__popular--item.stock {
    background-color: transparent;
    border-color: #fc2539;
    color: #fc2539;
}

.category__popular--item.stock.active,
.category__popular--item.stock:hover {
    background-color: #fc2539;
    color: #fff;
}

.category__popular--item.markdown {
    background-color: transparent;
    border-color: #c71585;
    color: #c71585;
}

.category__popular--item.markdown.active,
.category__popular--item.markdown:hover {
    background-color: #c71585;
    color: #fff;
}

.category__popular--item.sale {
    background-color: transparent;
    border-color: #a466ce;
    color: #a466ce;
}

.category__popular--item.sale.active,
.category__popular--item.sale:hover {
    background-color: #a466ce;
    color: #fff;
}

.category__popular--item,
.category__popular--reset {
    border: 1px solid transparent;
    border-radius: 6px;
    display: inline-block;
    font-weight: 500;
    margin: 0 10px 10px 0;
    padding: 7px 15px;
}

.category__popular--reset {
    background-color: #dbe1f1;
    color: #fc2539;
    font-size: 16px;
    line-height: 24px;
}

.category__popular--reset:hover {
    background-color: #fc2539;
    color: #fff;
}

.category__sort {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
}

.category__sort--head {
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
}

.category__sort--item {
    color: #969aa5;
}

.category__sort--item:not(:last-child) {
    margin-right: 35px;
}

.category__sort--item.active {
    color: #ea3730;
}

.category__toggle {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 0;
    line-height: 0;
}

.category__toggle--btn {
    display: inline-block;
    margin-left: 20px;
}

.category__toggle--btn svg {
    fill: #c4c4c4;
}

.category__toggle--btn.active svg,
.category__toggle--btn:hover svg {
    fill: #ea3730;
}

.category__question {
    padding: 0 8px 16px;
    width: 33.3333333333%;
}

.category__question--inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background-color: #890000;
    border-radius: 6px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 40px 16px;
    position: relative;
    text-align: center;
}

.category__question--btn {
    margin-top: 16px;
    padding: 16px 12px;
}

.designer__question--btn {
    margin-top: 16px;
    padding: 4%;
}

.category__question--text {
    color: #fff;
    margin: 20px 0;
}

.category__question--success {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.category__product-count {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.category__product-count--head {
    margin-right: 10px;
}

.recommend-card {
    background-color: #fff;
    border-radius: 6px;
    margin-top: 10px;
    padding: 16px;
}

.recommend-card__bottom,
.recommend-card__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.recommend-card__top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 5px;
}

.recommend-card__bottom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.recommend-card__number {
    -ms-flex-negative: 0;
    background-color: #F03525;
    border-radius: 3px;
    color: #fff;
    flex-shrink: 0;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    margin-right: 12px;
    text-align: center;
    width: 22px;
}

.recommend-card__name {
    -webkit-box-flex: 1;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -ms-flex: auto;
    flex: auto;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recommend-card__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 12px;
    width: 80px;
}

.recommend-card__image img {
    width: 100%;
    border-radius: 0.5rem;
    border: 2px dashed #edeef3;
    height: 80px;
    max-width: 80px;
    min-width: 80px;
}

.recommend-card__buy {
    margin-left: 48px;
    padding: 9px;
}

.recommend-card__buy svg {
    margin: 0;
}

.recommend-card .main-price {
    font-size: 22px;
    line-height: 27px;
    margin-left: auto;
}

.recommend-card .main-price__old {
    font-size: 14px;
    line-height: 17px;
}

.plus-btn {
    height: 16px;
    position: relative;
    width: 16px;
}

.plus-btn:after,
.plus-btn:before {
    background-color: #2e3955;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
}

.plus-btn:after {
    height: 100%;
    width: 2px;
}

.toggle__btn {
    cursor: pointer;
    padding-right: 20px;
    position: relative;
}

.toggle__btn .plus-btn {
    position: absolute;
    right: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.toggle.collapsed .plus-btn:after {
    -webkit-transform: rotate(90deg) translate(-8px, 1px);
    transform: rotate(90deg) translate(-8px, 1px);
}

.toggle__content {
    display: none;
}

.toggle.collapsed .toggle__content {
    display: block;
}

.filter {
    width: 100%;
}

.filter__inner {
    background-color: #fff;
    border-radius: 6px;
    padding: 20px;
}

.filter__block--head {
    color: #F03525;
    font-weight: 500;
    line-height: 20px;
}

.filter__block:not(:last-child) {
    border-bottom: 1px solid #edeef3;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.filter__block--content {
    position: relative;
}

.filter__block--price {
    padding-top: 20px;
}

.filter__block--price,
.filter__block--price .price-row {
    -ms-flex-align: center;
}

.filter__block--price,
.filter__block--price .price-row,
.filter__block--price .price-row__input {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.filter__block--price .price-row__input {
    -webkit-box-flex: 1;
    -ms-flex-align: center;
    border: 1px solid #c4c4c4;
    border-radius: 6px;
    -ms-flex: auto;
    flex: auto;
    font-size: 12px;
    line-height: 16px;
    padding: 12px 15px;
}

.filter__block--price .price-row__line {
    -ms-flex-negative: 0;
    background-color: #c4c4c4;
    flex-shrink: 0;
    height: 1px;
    margin: 0 8px;
    width: 10px;
}

.filter__block--price .price-row span {
    color: #969aa5;
    margin-right: 5px;
}

.filter__block--price .price-row input {
    display: block;
    font-size: 12px;
    line-height: 16px;
    width: 100%;
}

.filter__block--price .price-btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 8px;
    padding: 10px;
    text-transform: uppercase;
}

.filter__block--content.opened .view-all .open {
    display: none;
}

.filter__block--content.opened .view-all .close {
    display: initial;
}

.filter__block--content.opened .view-all:after {
    -webkit-transform: translateY(20%) rotate(-135deg);
    transform: translateY(20%) rotate(-135deg);
}

.filter__block--content.opened .checkbox-wrapper .checkbox:nth-child(10) ~ .checkbox {
    display: block;
}

.filter__block--content.opened .checkbox:last-of-type {
    margin: 0;
}

.filter__block .checkbox:nth-child(10) ~ .checkbox {
    display: none;
}

.filter__block .checkbox:nth-child(10) ~ .view-all {
    display: block;
}

.filter__block .view-all {
    cursor: pointer;
    display: none;
    font-size: 12px;
    line-height: 15px;
    margin-top: 10px;
}

.filter__block .view-all .close {
    display: none;
}

.filter__search {
    margin-top: 20px;
}

.filter__search input {
    border: 1px solid #c4c4c4;
    border-radius: 6px;
    font-size: 12px;
    line-height: 16px;
    padding: 12px 15px;
    width: 100%;
}

.filter .checkbox-wrapper {
    margin-top: 20px;
}

.filter .checkbox-wrapper .checkbox {
    margin-top: 10px;
}

.filter .checkbox-wrapper .checkbox:first-child {
    margin-top: 0;
}

.products-container.grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.products-container.grid-3.list {
    grid-template-columns: 1fr;
}

.products-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.products-container .product-card {
    margin-bottom: 16px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /* width: 33.33%; */
}

.products-container .product-card__code {
    right: 0;
    top: 12px;
}

.products-container.list .product-card {
    width: 100%;
}

.products-container.list .product-card__main {
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: auto;
    flex: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.products-container.list .product-card__main--top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.products-container.list .product-card__lower {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.products-container.list .product-card__options {
    display: block;
    margin-right: auto;
    margin-top: auto;
    padding: 14px 24px 0 0;
}

.products-container.list .category__question {
    display: none;
}

.products-container__banner {
    padding: 0 8px 16px;
    width: 100%;
}

.products-container__banner--inner {
    background-position: 0;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 6px;
    display: block;
    height: 200px;
}

.products-container:not(.list) .product-card__inner:hover .designer-card__main {
    display: none;
    display: block;
    position: absolute;
    bottom: 0%;
    z-index: 5;
    width: 25%;
    right: 0%;
}

.products-container:not(.list) .designer-card__main {
    display: none;
}

.pagination {
    text-align: right;
}

.pagination__item {
    margin-right: 7px;
}

.pagination__item:last-child {
    margin-right: 0;
}

.pagination__item a {
    color: #969aa5;
    display: block;
    font-size: 16px;
    line-height: 40px;
    padding: 0 8px;
    position: relative;
}

.pagination__item a:before {
    background-color: #ea3730;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 0;
}

.pagination__item a:hover,
.pagination__item.active a {
    color: #ea3730;
}

.pagination__item a:hover:before,
.pagination__item.active a:before {
    width: 100%;
}

.pagination__arrow {
    height: 40px;
    margin-left: 8px;
    position: relative;
    vertical-align: bottom;
    width: 40px;
}

.pagination__arrow:first-child {
    margin: 0 15px 0 0;
}

.pagination__arrow .slick-arrow {
    border: 1px solid #ea3730;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    height: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.pagination__arrow .slick-arrow:after {
    height: 11px;
    right: 16px;
    top: 14px;
    width: 11px;
}

.pagination__arrow .slick-arrow.slick-prev {
    margin: 0 15px 0 0;
}

.pagination__arrow .slick-arrow.slick-prev:after {
    left: 16px;
    right: auto;
}

.pagination__arrow.disabled .slick-arrow,
.pagination__arrow.disabled .slick-arrow:after {
    border-color: #edeef3;
}

.pagination__more {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 14px;
}

.review-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #fff;
    border-radius: 6px;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 16px;
}

.review-card,
.review-card__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.review-card__top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
}
.d-flex{
    display: flex;
}
.review-card__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 10px;
    width: 76px;
}

.review-card__date {
    color: #c4c4c4;
    margin-top: 5px;
}

.review-card__content {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.review-card__content--more {
    padding-top: 8px;
    position: relative;
}

.review-card__content--more:before {
    background: -webkit-gradient(linear,
    left top,
    left bottom,
    from(hsla(0, 0%, 100%, 0)),
    color-stop(85.47%, #fff));
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 85.47%);
    content: "";
    height: 50px;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    width: 100%;
}

.review-card__name,
.review-card__text {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.review-card__text {
    -webkit-line-clamp: 8;
}

.seo-text__container {
    background-color: #fff;
    border-radius: 6px;
    padding: 40px 25px;
}

.seo-text__upper {
    color: #ea3730;
    margin-bottom: 10px;
}

.seo-text__head {
    margin-bottom: 15px;
}

.seo-text__content a {
    color: #ea3730;
}

.seo-text__content .h2,
.seo-text__content h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

.seo-text__content .h3,
.seo-text__content h3 {
    font-size: 20px;
    line-height: 25px;
}

.seo-text__content ol {
    margin-bottom: 24px;
}

.seo-text__content ol li {
    color: #969aa5;
    margin-top: 10px;
    padding-left: 11px;
    position: relative;
}

.seo-text__content ol li:before {
    background-color: #ea3730;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 5px;
}

.seo-text__content ol li span {
    font-weight: 500;
}

.seo-text__content p {
    margin-bottom: 24px;
}

.seo-text__content p:last-child {
    margin: 0;
}

.seo-text__content table {
    border: 1px solid #edeef3;
    border-collapse: collapse;
    width: 100%;
}

.seo-text__content table thead tr {
    background-color: #edeef3;
    color: #666;
    font-weight: 600;
}

.seo-text__content table td {
    padding: 10px 20px 10px 10px;
}

.product {
    padding-bottom: 60px;
}

.product__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
}

.product__nav--item {
    color: #969aa5;
    margin-right: 16px;
    padding: 0 8px 9px;
    position: relative;
}

.product__nav--item:after {
    background-color: #ea3730;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 0;
}

.product__nav--item.active,
.product__nav--item:hover {
    color: #ea3730;
}

.product__nav--item.active:after,
.product__nav--item:hover:after {
    width: 100%;
}

.product__nav--wrapper.fixed {
    -webkit-animation: fromTop 0.8s ease;
    animation: fromTop 0.8s ease;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(37, 67, 117, 0.1);
    box-shadow: 0 5px 10px rgba(37, 67, 117, 0.1);
    left: 0;
    position: fixed;
    top: 81px;
    width: 100%;
    z-index: 1000;
}

.product__nav--wrapper.fixed .product__nav {
    margin: 0 auto;
    max-width: 1382px;
    padding: 8px 35px;
    width: 100%;
}

.product__top {
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 40px;
    padding: 24px 40px 40px;
}

.product__top--main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
}

.product__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(50% - 40px);
}

.product__image--main_wrapper {
    position: relative;
}

.product__image--main .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
}

.product__image--main .item {
    height: auto;
}

.product__image--main .video-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product__image--main .video-wrapper__inner {
    margin: auto;
    position: relative;
    width: 100%;
}

.product__image--main .video-wrapper__inner:before {
    content: "";
    display: block;
    padding-top: 55%;
}

.product__image--main .video-wrapper__inner iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.product__image--main .slick-arrow {
    opacity: 0.6;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product__image--main .slick-arrow.slick-prev {
    left: 16px;
}

.product__image--main .slick-arrow.slick-next {
    right: 16px;
}

.product__image--main .slick-arrow:hover {
    opacity: 1;
}

.product__image a {
    display: block;
    border-radius: 1rem;
}

.product__name {
    margin-bottom: 16px;
}

.product__about {
    -webkit-box-flex: 1;
    border-left: 1px solid #edeef3;
    -ms-flex: auto;
    flex: auto;
    margin-left: 40px;
    padding-left: 40px;
}

.product__about--top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px;
}

.product__about--main,
.product__about--top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product__about--main {
    background-color: #edeef3;
    border-radius: 6px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 32px 0;
    padding: 24px;
}

.product__about--banks {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-item-align: end;
    align-items: center;
    align-self: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
}

.product__about--banks .item {
    margin-left: 20px;
    position: relative;
}

.product__about--banks .count {
    background-color: #fff;
    border-radius: 50%;
    bottom: -4px;
    color: #2e3955;
    font-size: 10px;
    height: 16px;
    line-height: 16px;
    position: absolute;
    right: -4px;
    text-align: center;
    width: 16px;
}

.product__about--main-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    width: 100%;
}

.product__about--main-btns .btn {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.product__about--main-btns .btn + .btn {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-left: 16px;
    width: calc(50% - 8px);
}

.product__about--inclick {
    margin-top: 16px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.product__about--inclick .hover-link {
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product__about--inclick_success {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 6px;
    color: #25e921;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    left: 0;
    padding: 10px 15px;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    z-index: 2;
}

.product__about--inclick_success svg {
    fill: #25e921;
    margin-right: 16px;
}

.product__about--inclick.checked .product__about--inclick_success {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.product__about--btn {
    color: #ea3730;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 16px 40px 0 0;
}

.product__about--btn_icon {
    margin-right: 8px;
    position: relative;
}

.product__about--btn svg {
    fill: #ea3730;
}

.product__about--btn .icon_added {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.product__about--btn.added .icon_added {
    opacity: 1;
}

.product__about--btn.compare-btn.added .product__about--btn_icon:before {
    border-bottom: 2px solid #ea3730;
    border-left: 2px solid #ea3730;
    content: "";
    height: 8px;
    left: 5px;
    position: absolute;
    top: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 16px;
}

.product__about--btn.compare-btn.added svg {
    opacity: 0;
}

.product__about--btn.active svg {
    fill: #ea3730;
}

.product__about--characteristics {
    margin-bottom: 32px;
}

.product__about--characteristics_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.product__about--characteristics .item {
    font-size: 14px;
    padding: 16px 16px 0 0;
    width: 33.3333333333%;
}

.product__about--characteristics .head {
    color: #969aa5;
}

.product__about--characteristics .value {
    color: #ea3730;
    font-weight: 500;
}

.product__about .main-price {
    display: block;
}

.product__about .main-price__old {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 2px;
    text-decoration: none;
}

.product__about .main-price__old .sale {
    padding: 2px 4px;
}

.product__about--not {
    color: #F03525;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 16px;
    width: 100%;
}

.product__options {
    margin-bottom: 16px;
}

.product__options--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product__options--item {
    border: 1px solid #c4c4c4;
    border-radius: 6px;
    color: #ea3730;
    font-weight: 500;
    margin: 8px 8px 0 0;
    padding: 8px 16px;
}

.product__options--item:hover {
    border-color: #ea3730;
}

.product__options--item.active {
    border-color: #ea3730;
    color: #2e3955;
}

.product__options--item.disabled {
    opacity: 0.5;
}

.product__additional {
    border: 1px solid #ea3730;
    border-radius: 6px;
    margin-bottom: 32px;
    padding: 24px;
}

.product__additional--item {
    margin-top: 16px;
}

.product__additional--tooltip {
    color: #ea3730;
}

.product__additional--tooltip svg {
    fill: #ea3730;
    stroke: #ea3730;
}

.product__additional--checkbox {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product__additional--checkbox.checkbox {
    margin-top: 8px;
}

.product__additional--checkbox .customed-select {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.product__additional--checkbox .checkbox__cr {
    margin-right: 18px;
}

.product__additional .counter,
.product__additional--price {
    margin-left: 24px;
}

.product__kit {
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 40px;
    padding: 40px 40px 47px;
    position: relative;
}

.product__kit--head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
}

.product__kit--head .slides-numbers {
    color: #969aa5;
    display: inline-block;
    margin-left: 35px;
}

.product__kit--head .slides-numbers .active {
    color: #2e3955;
}

.product__kit--item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.product__kit--slider {
    position: static;
}

.product__kit--total {
    max-width: 211px;
    width: 100%;
}

.product__kit--total .main-price {
    display: block;
    margin-bottom: 16px;
}

.product__kit--total .main-price__old {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 2px;
    text-decoration: none;
}

.product__kit--total .main-price__old .sale {
    background-color: #fc2539;
    color: #fff;
    padding: 2px 4px;
}

.product__kit--product {
    -ms-flex-negative: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    max-width: 400px;
    width: 33%;
}

.product__kit--product .image {
    -ms-flex-item-align: center;
    -ms-flex-negative: 0;
    align-self: center;
    flex-shrink: 0;
    margin-right: 16px;
    width: 150px;
}

.product__kit--product .content {
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: auto;
    flex: auto;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product__kit--product .name {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: auto;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product__kit--product .main-price {
    display: block;
    padding-top: 8px;
}

.product__kit--product .main-price span {
    display: block;
}

.product__kit--symbol {
    font-size: 28px;
    font-weight: 500;
    line-height: 34px;
    margin: 0 auto;
    padding: 0 20px;
}

.product__kit .main-price__main {
    color: #2e3955;
}

.product__kit .slick-arrow.slick-prev {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.product__kit .slick-arrow.slick-next {
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.delivery-block__head {
    font-weight: 500;
    margin-bottom: 20px;
}

.delivery-block__head a {
    margin-left: 7px;
}

.delivery-block__head,
.delivery-block__notice {
    font-size: 18px;
    line-height: 22px;
}

.delivery-block__head a,
.delivery-block__head span,
.delivery-block__notice a,
.delivery-block__notice span {
    color: #ea3730;
}

.delivery-block__notice {
    margin-top: 32px;
}

.delivery-block__notice span {
    font-weight: 500;
}

.delivery-block__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
}

.delivery-block__item a {
    color: #ea3730;
}

.delivery-block__item > svg {
    margin-right: 10px;
}

.delivery-block__item:not(:last-child) {
    margin-bottom: 16px;
}

.delivery-block__item--content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-flex: 1;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: auto;
    flex: auto;
}

.delivery-block__item--price {
    margin-left: 60px;
}

.delivery-block__item--price.free {
    color: #25e921;
}

.delivery-block__item--date,
.delivery-block__item--price {
    min-width: 90px;
}

.delivery-block__item--date {
    margin-left: auto;
}

.modal_image .product-card__rating,
.product-review__head .product-card__rating,
.product__about .product-card__rating {
    margin-right: auto;
}

.modal_image .product-card__rating--rate,
.product-review__head .product-card__rating--rate,
.product__about .product-card__rating--rate {
    font-size: 24px;
    line-height: 28px;
    margin: 0 8px 0 6px;
}

.modal_image .product-card__rating--count,
.product-review__head .product-card__rating--count,
.product__about .product-card__rating--count {
    font-size: 16px;
    line-height: 24px;
}

.modal_image .product-card__code,
.product-review__head .product-card__code,
.product__about .product-card__code {
    font-size: 16px;
    line-height: 24px;
    position: static;
}

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

.product-main__content {
    width: calc(100% - 332px);
}

.product-main__content--block {
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 40px;
    padding: 40px;
}

.product-main__content--block:last-child {
    margin-bottom: 0;
}

.product-main__side {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 16px;
    width: 316px;
}

.product-main__side .product-card {
    padding: 0;
}

.collapsed.hide .product-characteristics__list {
    max-height: 418px;
}

.product-characteristics__item {
    margin-top: 24px;
}

.product-characteristics__item--head {
    background-color: #edeef3;
    border-radius: 6px;
    margin-bottom: 16px;
    padding: 8px 16px;
}

.product-characteristics__item--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    padding: 0 16px;
}

.product-characteristics__item--row:last-child {
    margin-bottom: 0;
}

.product-characteristics__item--row .value {
    font-weight: 500;
}

.product-characteristics__item--row .dots {
    -webkit-box-flex: 1;
    border-bottom: 1px dashed #c4c4c4;
    -ms-flex: auto;
    flex: auto;
    margin: 0 12px;
}

.product-characteristics__add {
    margin-top: 40px;
}

.product-characteristics__add--head {
    margin-bottom: 16px;
}

.collapsed.hide .product-description__content {
    max-height: 880px;
}

.product-description__head {
    margin-bottom: 16px;
}

.product-description p {
    color: #2e3955;
    margin-bottom: 24px;
}

.product-description img {
    margin-bottom: 24px;
    width: 100%;
}

.product-description .h3,
.product-video__head {
    margin-bottom: 16px;
}

.product-video p {
    margin-bottom: 24px;
}

.product-video__wrapper {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.product-video__wrapper:before {
    content: "";
    display: block;
    padding-top: 56%;
}

.product-video__wrapper iframe,
.product-video__wrapper--bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.product-video__wrapper--bg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.product-video__wrapper--bg:before {
    background: -webkit-gradient(linear,
    left bottom,
    left top,
    from(rgba(37, 67, 117, 0.4)),
    to(rgba(37, 67, 117, 0.4)));
    background: linear-gradient(0deg,
    rgba(37, 67, 117, 0.4),
    rgba(37, 67, 117, 0.4));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.product-video__wrapper--bg:hover svg {
    fill: #ea3730;
}

.product-video__wrapper.open .product-video__wrapper--bg {
    opacity: 0;
    visibility: hidden;
}

.product-review__head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #edeef3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    padding-bottom: 24px;
}

.product-review__head .h2 {
    margin-right: 24px;
}

.product-review__head .btn {
    margin-left: auto;
}

.product-review__head--count {
    color: #969aa5;
}

.product-review__item {
    border-bottom: 1px solid #edeef3;
    margin-bottom: 24px;
    padding-bottom: 24px;
}

.product-review__item:last-child {
    margin-bottom: 0;
}

.product-review__item--head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-review__item--client {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-right: 16px;
}

.product-review__item--date {
    font-size: 12px;
    margin-left: auto;
}

.product-review__item--text {
    margin-top: 16px;
}

.product-review__item--answer {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    max-width: 760px;
    padding-left: 16px;
}

.product-review__item--answer svg {
    margin-right: 16px;
}

.product-review__item--answer .name {
    font-weight: 500;
    margin-bottom: 5px;
}

.product-review__more {
    padding-top: 24px;
}

.product-related {
    padding-bottom: 20px;
}

.product-related .products_slider__tabs--head {
    background-color: #fff;
    border: 1px solid #c4c4c4;
    color: #ea3730;
    padding: 7px 15px;
}

.product-related .products_slider__tabs--head.active,
.product-related .products_slider__tabs--head:hover {
    border-color: #ea3730;
    color: #2e3955;
}

.product-related .products_slider__wrapper {
    margin-top: 0;
}

.product-related .product-card {
    margin: 24px 0 20px;
}

.product-related .product-card__inner {
    -webkit-box-shadow: -2px -2px 8px rgba(37, 67, 117, 0.08),
    2px 2px 8px rgba(37, 67, 117, 0.08);
    box-shadow: -2px -2px 8px rgba(37, 67, 117, 0.08),
    2px 2px 8px rgba(37, 67, 117, 0.08);
}

.cart-page {
    padding-bottom: 60px;
    padding-top: 24px;
}

.cart-page__head {
    margin-bottom: 24px;
}

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

.cart-page__container--main {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.cart-page__container--side {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 16px;
    width: 33.3333333333%;
}

.cart-page__total {
    background-color: #fff;
    border-radius: 6px;
    padding: 24px;
}

.cart-page__total--list {
    margin-bottom: 24px;
}

.cart-page__total--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
}

.cart-page__total--item:first-child {
    margin-top: 0;
}

.cart-page__total--item:last-child {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 16px;
}

.cart-page__total--item .head {
    margin-right: auto;
    padding-right: 16px;
}

.cart-page__total--item .head .hover-link {
    margin-left: 8px;
}

.cart-page__total--item.sale {
    color: #fc2539;
}

.cart-page__item {
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 8px;
    padding: 24px 24px 24px 8px;
    position: relative;
}

.cart-page__item:last-child {
    margin: 0;
}

.cart-page__item--add {
    padding-left: 116px;
}

.cart-page__item--add > * {
    margin: 16px 0 0;
}

.cart-page__item--btns {
    display: none;
}

.cart-page__product {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cart-page__product--image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 16px;
    width: 100px;
}

.cart-page__product--content {
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: auto;
    flex: auto;
}

.cart-page__product--bottom {
    -ms-flex-item-align: center;
    -ms-flex-negative: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
}

.cart-page__product--bottom .counter {
    margin-right: 40px;
}

.cart-page__product--bottom .main-price {
    margin-right: 16px;
}

.cart-page__product--name {
    display: block;
    margin-bottom: 4px;
}

.cart-page__product--code {
    color: #969aa5;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 8px;
}

.cart-page__product--main {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding-right: 30px;
}

.cart-page__gift {
    border: 1px solid #ffa756;
    border-radius: 6px;
    padding: 12px 16px;
}

.cart-page__gift--head {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}

.cart-page__gift--product {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cart-page__gift--image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 16px;
    width: 58px;
}

.cart-page__set {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cart-page__set--main {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    position: relative;
}

.cart-page__set--main:before {
    background-color: #ffa756;
    content: "";
    height: 100%;
    left: 2px;
    position: absolute;
    top: 0;
    width: 1px;
}

.cart-page__set--head {
    color: #ffa756;
    margin-bottom: 5px;
}

.cart-page__set .cart-page__product {
    margin-bottom: 5px;
}

.cart-page__set .cart-page__product:last-child {
    margin: 0;
}

.cart-page .main-price {
    display: block;
    line-height: 0;
}

.cart-page .main-price__old {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 2px;
    text-decoration: none;
}

.cart-page .main-price__old .sale {
    line-height: 20px;
    padding: 2px 4px;
}

.cart-page .main-price__old .main {
    font-size: 12px;
    line-height: 24px;
}

.cart-page .main-price__main {
    font-size: 18px;
    line-height: 22px;
}

.cart-page .product__additional {
    padding: 16px;
}

.cart-page .product__additional > .h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 16px;
}

.cart-page .product__additional--item {
    margin-top: 8px;
}

.cart-hover__product_wrap.removed .product-short__removed,
.cart-page__item.removed .product-short__removed {
    opacity: 1;
    visibility: visible;
}

.checkout__head {
    margin-bottom: 24px;
}

.checkout__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 44px;
}

.checkout__container--main {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.checkout__container--side {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 16px;
    width: 39%;
}

.checkout__block {
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 16px;
    padding: 40px;
    width: 100%;
}

.checkout__block_pay .checkout__radio--label {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.checkout__block--content {
    padding-top: 24px;
}

.checkout__block--head span {
    margin-right: 8px;
}

.checkout__block--success {
    display: none;
    padding-top: 16px;
}

.checkout__block--success p {
    margin-bottom: 8px;
}

.checkout__block--success .hover-link {
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    margin-top: 8px;
}

.checkout__block.disabled .checkout__block--head {
    color: #969aa5;
}

.checkout__block.disabled .checkout__block--content,
.checkout__block.success .checkout__block--content {
    display: none;
}

.checkout__block.success .checkout__block--success {
    display: block;
}

.checkout__tabs-wrapper--list {
    padding-top: 16px;
}

.checkout__tabs--head {
    color: #969aa5;
    font-size: 16px;
    line-height: 24px;
    margin-right: 16px;
    padding: 0 8px 10px;
    position: relative;
    white-space: nowrap;
}

.checkout__tabs--head:after {
    background-color: #ea3730;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    overflow: hidden;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 0;
}

.checkout__tabs--head.active,
.checkout__tabs--head:hover {
    color: #ea3730;
}

.checkout__tabs--head.active:after,
.checkout__tabs--head:hover:after {
    width: 100%;
}

.checkout__tabs--item {
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.checkout__tabs--item.active {
    height: auto;
    overflow: visible;
    visibility: visible;
}

.checkout__radio--label {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.checkout__radio--add {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    justify-content: space-between;
    line-height: 15px;
    margin-left: auto;
    width: 160px;
}

.checkout__radio--description {
    color: #969aa5;
    font-size: 12px;
    line-height: 15px;
    padding-left: 32px;
    width: 100%;
}

.checkout__radio--text {
    font-weight: 500;
}

.checkout__radio--text span {
    color: #969aa5;
    margin-left: 8px;
}

.checkout__radio--other {
    margin: 0 0 16px;
}

.checkout__radio .free {
    color: #25e921;
}

.checkout__reciever {
    padding-top: 8px;
}

input:checked ~ .checkout__reciever--form {
    display: block;
}

.checkout__reciever input:checked ~ .checkbox__label .checkbox__cr {
    background-color: #ea3730;
    border-color: #ea3730;
}

.checkout__reciever input:checked ~ .checkbox__label .checkbox__cr:before {
    height: 5px;
    visibility: visible;
    width: 9px;
}

.checkout__reciever--form {
    display: none;
    padding-top: 24px;
}

.checkout__credit {
    padding: 0 0 0 36px;
}

.checkout__credit--list {
    padding: 16px 0 0 32px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.checkout__credit--list .customed-select {
    background-color: #fff;
}

.checkout__credit--image {
    margin-right: 8px;
    width: 40px;
}

.checkout__credit--item {
    margin-top: 16px;
}

.checkout__credit--item .name {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 4px;
}

.checkout__credit--item .value {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}

.checkout__credit input:checked ~ .checkout__radio--label {
    background-color: #edeef3;
    border-radius: 6px 6px 0 0;
    padding: 16px 16px 0;
}

input:checked ~ .checkout__credit--list {
    background-color: #edeef3;
    border-radius: 0 0 6px 6px;
    padding: 16px 16px 16px 48px;
}

.checkout__credit .checkout__radio--text {
    font-weight: 500;
    line-height: 20px;
}

.checkout__credit .checkout__radio--text .desc {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    margin-top: 4px;
}

.checkout__comment {
    border: none;
    margin: 0 0 24px;
    padding: 0;
}

.checkout__comment .toggle__btn {
    color: #ea3730;
    padding-left: 32px;
}

.checkout__comment .toggle__btn .plus-btn {
    height: 18px;
    left: 2px;
    right: auto;
    width: 18px;
}

.checkout__comment .toggle__btn .plus-btn:after,
.checkout__comment .toggle__btn .plus-btn:before {
    background-color: #ea3730;
}

.checkout__comment .toggle__content {
    padding-top: 16px;
}

.checkout__comment.toggle.collapsed .plus-btn:after {
    -webkit-transform: rotate(90deg) translate(-9px, 1px);
    transform: rotate(90deg) translate(-9px, 1px);
}

.checkout__agree {
    color: #2e3955;
    margin-top: 8px;
}

.checkout__side {
    background-color: #fff;
    border-radius: 6px;
    padding: 24px;
}

.checkout__side--head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
}

.checkout__side--head .edit {
    margin-left: auto;
}

.checkout__side .cart-page__total--list {
    margin: 0;
}

.checkout__promo {
    margin-bottom: 8px;
}

.checkout__promo.collapsed .checkout__promo--head {
    display: none;
}

.checkout__promo .custom-form__input_std {
    position: relative;
}

.checkout__promo .custom-form__input_std .hover-link {
    font-size: 14px;
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.checkout .custom-select__wrapper {
    margin-bottom: 8px;
}

.checkout__radio,
.personal-address__radio {
    border-bottom: 1px solid #edeef3;
    padding: 16px 0;
}

.checkout__radio--label,
.personal-address__radio--label {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.checkout__radio--content,
.personal-address__radio--content {
    display: none;
    padding-top: 16px;
}

.checkout__radio--content .text,
.personal-address__radio--content .text {
    color: #2e3955;
    padding: 0 0 16px;
}

.checkout__radio .radio__label,
.personal-address__radio .radio__label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkout__radio .radio__cr,
.personal-address__radio .radio__cr {
    border-radius: 50%;
    margin-right: 12px;
}

.checkout__radio .radio__cr:before,
.personal-address__radio .radio__cr:before {
    background-color: #fff;
    border-radius: 50%;
    height: 6px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 6px;
}

.radio__input:checked + .radio__label .checkout__radio--cr,
.radio__input:checked + .radio__label .personal-address__radio--cr {
    background-color: #ea3730;
    border-color: #ea3730;
}

.radio__input:checked ~ .checkout__radio--content,
.radio__input:checked ~ .personal-address__radio--content {
    display: block;
}

.cart-hover__product,
.checkout__product {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cart-hover__product_wrap,
.checkout__product_wrap {
    border-bottom: 1px solid #edeef3;
    margin-bottom: 16px;
    padding-bottom: 16px;
    position: relative;
}

.cart-hover__product--image,
.checkout__product--image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px;
    width: 100px;
}

.cart-hover__product--content,
.checkout__product--content {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.cart-hover__product--code,
.checkout__product--code {
    margin-top: 4px;
}

.cart-hover__product--bottom,
.checkout__product--bottom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 16px;
}

.cart-hover__product--bottom .main-price__old,
.checkout__product--bottom .main-price__old {
    font-size: 12px;
    line-height: 15px;
}

.cart-hover__product--bottom .main-price__main,
.checkout__product--bottom .main-price__main {
    font-size: 18px;
    line-height: 22px;
}

.cart-hover__product--count,
.checkout__product--count {
    margin-right: auto;
}

.cart-hover__product_set--head,
.checkout__product_set--head {
    color: #ffa756;
    margin-bottom: 5px;
}

.cart-hover__product_set--list,
.checkout__product_set--list {
    position: relative;
}

.cart-hover__product_set--list:before,
.checkout__product_set--list:before {
    background-color: #ffa756;
    content: "";
    height: 100%;
    left: 2px;
    position: absolute;
    top: 0;
    width: 1px;
}

.cart-hover__product_set .cart-hover__product--bottom,
.cart-hover__product_set .checkout__product--bottom,
.checkout__product_set .cart-hover__product--bottom,
.checkout__product_set .checkout__product--bottom {
    margin-top: 8px;
    padding-left: 108px;
}

.cart-hover__product_set .cart-hover__product:not(:last-child),
.cart-hover__product_set .checkout__product:not(:last-child),
.checkout__product_set .cart-hover__product:not(:last-child),
.checkout__product_set .checkout__product:not(:last-child) {
    margin-top: 5px;
}

.cart-hover__product--add,
.checkout__product--add {
    border: 1px solid #ea3730;
    border-radius: 6px;
    margin-top: 16px;
    padding: 12px 16px;
}

.cart-hover__product--add .head,
.checkout__product--add .head {
    font-size: 14px;
    margin-bottom: 8px;
}

.cart-hover__product--add .main,
.checkout__product--add .main {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cart-hover__product--add .main__value,
.checkout__product--add .main__value {
    -webkit-box-flex: 1;
    border: 1px solid #c4c4c4;
    -ms-flex: auto;
    flex: auto;
    margin-right: 24px;
    padding: 8px 15px;
}

.cart-hover__product--add .main__price,
.checkout__product--add .main__price {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}

.cart-hover__list,
.checkout__cart {
    margin-bottom: 24px;
    max-height: 350px;
    overflow-y: scroll;
    padding-right: 11px;
}

.success-page {
    margin-bottom: 60px;
}

.success-page__container {
    background-color: #fff;
    border-radius: 6px;
    padding: 30px;
    text-align: center;
}

.success-page__inner {
    margin: 0 auto;
    max-width: 730px;
}

.success-page__head {
    margin-bottom: 20px;
}

.success-page__head.colored {
    color: #ea3730;
}

.success-page__text p {
    color: #2e3955;
    margin: 0 auto;
    max-width: 600px;
}

.success-page__text p:not(:last-child) {
    border-bottom: 1px solid #edeef3;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.success-page__btn {
    margin-top: 35px;
    max-width: 327px;
    width: 100%;
}

.search-page__head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.search-page__head--name {
    font-size: 24px;
    line-height: 29px;
    margin-right: 26px;
}

.search-page__form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 24px;
    max-width: 593px;
    padding: 12px 16px;
    width: 100%;
}

.search-page__form input {
    width: 100%;
}

.search-page__form--clear,
.search-page__form--count {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 24px;
}

.comparison {
    margin-bottom: 60px;
}

.comparison__head {
    margin-bottom: 28px;
}

.comparison__slider {
    position: static;
    width: 80%;
}

.comparison__slider:not(.slick-initialized) > .product-card {
    width: 25%;
}

.comparison__slider--wrapper.fixed {
    -webkit-animation: slideFromTop 0.6s ease;
    animation: slideFromTop 0.6s ease;
    left: 0;
    position: fixed;
    top: 97px;
    width: 100%;
    z-index: 2000;
}

.comparison__slider--wrapper.fixed .comparison__slider--inner {
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    margin: 0;
}

.comparison__slider--wrapper.fixed .product-card {
    padding: 0;
}

.comparison__slider--wrapper.fixed .product-card__comparison {
    display: none;
}

.comparison__slider--wrapper.fixed .product-card__bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}

.comparison__slider--wrapper.fixed .product-card__bottom--btns {
    margin: 0 0 0 auto;
    padding-left: 10px;
}

.comparison__slider--wrapper.fixed .product-card__buy {
    font-size: 0;
    line-height: 0;
    padding: 9px;
}

.comparison__slider--wrapper.fixed .product-card__buy svg {
    margin: 0;
}

.comparison__slider--wrapper.fixed .product-card .main-price {
    display: block;
    line-height: 0;
}

.comparison__slider--wrapper.fixed .product-card .main-price__old {
    display: block;
    font-size: 12px;
    line-height: 15px;
}

.comparison__slider--wrapper.fixed .comparison__slider--container {
    margin: 0 auto;
    max-width: 1382px;
    padding: 0 35px;
    width: 100%;
}

.comparison__slider--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px;
    position: relative;
}

.comparison__slider--inner > .product-card {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20%;
}

.comparison__slider--inner > .product-card .product-card__inner {
    border: 1px solid #ea3730;
}

.comparison__slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
}

.comparison .main-price__old {
    font-size: 14px;
    line-height: 18px;
}

.comparison .main-price__main {
    font-size: 20px;
    line-height: 24px;
}

.comparison .product-card__top {
    padding-top: 0;
}

.comparison .product-card__top .switch-toggle {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding-right: 10px;
}

.comparison .product-card__comparison {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
}

.comparison .product-card__comparison--btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto;
}

.comparison__list {
    margin-top: 16px;
}

.comparison .feature__head {
    background-color: #dbe1f1;
    font-weight: 500;
    padding: 12px 20px;
    text-align: center;
}

.comparison .feature__values {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.comparison .feature__values--item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 12px 20px;
    text-align: center;
    width: 25%;
}

.comparison .feature__values--item.main {
    width: 20%;
}

.comparison .feature__values--inner {
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: auto;
    flex: auto;
    overflow: hidden;
}

.comparison__slider--head,
.personal-wishlist__head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 16px;
    padding: 9px 15px;
}

.comparison__slider--head > :not(:last-child),
.personal-wishlist__head > :not(:last-child) {
    margin-right: 22px;
}

.comparison__slider--btn,
.personal-wishlist__btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-negative: 0;
    align-items: center;
    border: 1px solid #ea3730;
    border-radius: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 7px 15px;
}

.comparison__slider--btn .plus-btn,
.personal-wishlist__btn .plus-btn {
    margin-right: 11px;
}

.comparison__slider--btn .plus-btn:after,
.comparison__slider--btn .plus-btn:before,
.personal-wishlist__btn .plus-btn:after,
.personal-wishlist__btn .plus-btn:before {
    background-color: #969aa5;
}

.comparison__slider--btn .checkbox__cr,
.comparison__slider--btn svg,
.personal-wishlist__btn .checkbox__cr,
.personal-wishlist__btn svg {
    margin-right: 7px;
}

.comparison__slider--btn.checkbox,
.personal-wishlist__btn.checkbox {
    margin-top: 0;
}

.comparison__slider--btn .checkbox__text,
.personal-wishlist__btn .checkbox__text {
    padding: 0;
}

.comparison__category,
.personal-wishlist__category {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-flex: 1;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: auto;
    flex: auto;
    position: relative;
}

.comparison__category--head,
.personal-wishlist__category--head {
    color: #ea3730;
    font-weight: 500;
    margin-right: 10px;
}

.comparison__category--select,
.personal-wishlist__category--select {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    /* z-index:999; */
}

.comparison__category--count,
.personal-wishlist__category--count {
    color: #969aa5;
    font-size: 12px;
    position: absolute;
    right: 52px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.comparison__category .nice-select,
.personal-wishlist__category .nice-select {
    border-color: #ea3730;
    padding-left: 16px;
    padding-right: 134px;
}

.comparison__category .nice-select:after,
.personal-wishlist__category .nice-select:after {
    right: 24px;
}

.info-page__head {
    margin-bottom: 26px;
}

.info-page__head_short {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin: 20px 0 40px;
}

.info-page__wrapper {
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 16px;
    padding: 40px;
}

.info-page__wrapper p {
    color: #2e3955;
}

.info-page__wrapper .h2,
.info-page__wrapper h2 {
    color: #ea3730;
    margin-bottom: 15px;
}

.info-page__wrapper h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.info-page__wrapper .h4 {
    color: #ea3730;
    font-weight: 500;
    margin-bottom: 10px;
}

.info-page__wrapper ol,
.info-page__wrapper ul {
    margin-bottom: 24px;
}

.info-page__wrapper ol li,
.info-page__wrapper ul li {
    margin-top: 10px;
    padding-left: 11px;
    position: relative;
}

.info-page__wrapper ol li:before,
.info-page__wrapper ul li:before {
    background-color: #ea3730;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 9px;
    width: 5px;
}

.info-page__wrapper ol li span,
.info-page__wrapper ul li span {
    font-weight: 500;
}

.info-page__block--head {
    color: #ea3730;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 15px;
}

.info-page__toggle {
    padding: 40px 0;
}

.info-page__toggle:not(:last-child) {
    border-bottom: 1px solid #edeef3;
}

.info-page__toggle--head {
    color: #ea3730;
    font-size: 24px;
    line-height: 29px;
}

.info-page__toggle--content {
    padding-top: 10px;
}

.info-page__container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 22px;
}

.info-page__container--main {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.info-page__container--main > :last-child {
    margin-bottom: 0;
}

.info-page__container--main p {
    margin-bottom: 30px;
}

.info-page__container--side {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 40px;
    width: 474px;
}

.info-page__map {
    border: 1px solid #ea3730;
    border-radius: 20px;
    padding: 20px;
}

.info-page__map--inner {
    border-radius: 12px;
    height: 324px;
    overflow: hidden;
    position: relative;
}

.info-page__map--inner iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.info-page__address {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.info-page__address--icon {
    -ms-flex-negative: 0;
    border: 1px solid #ea3730;
    border-radius: 50%;
    flex-shrink: 0;
    height: 40px;
    margin-right: 15px;
    width: 40px;
}

.info-page__address--icon svg {
    fill: #ea3730;
}

.info-page__tooltip {
    background-color: #dbe1f1;
    border-radius: 6px;
    margin-bottom: 22px;
    padding: 24px;
}

.info-page__tooltip--head {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}

.info-page__tooltip .list-dotted li:before {
    background-color: #fff;
}

.info-page__tooltip .h2 {
    color: #2e3955;
    margin-bottom: 24px;
    text-align: center;
}

.info-page__tooltip .h4 {
    color: #2e3955;
}

.info-page__tooltip--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.info-page__tooltip--column {
    padding-right: 30px;
    width: 50%;
}

.info-page__tooltip--column:last-child {
    padding: 0 0 0 30px;
}

.about-us__banner {
    border-radius: 6px;
    display: block;
    margin-bottom: 40px;
    width: 100%;
}

.about-us p {
    margin-bottom: 15px;
}

.contacts-page,
.delivery-page {
    margin-bottom: 60px;
}

.contacts-page__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contacts-page__container--main {
    margin-right: auto;
}

.contacts-page__container--side {
    max-width: 656px;
    width: 100%;
}

.contacts-page__block {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.contacts-page__block .h4 {
    width: 100%;
}

.contacts-page__block--icon {
    -ms-flex-negative: 0;
    border: 1px solid #ea3730;
    border-radius: 50%;
    flex-shrink: 0;
    height: 40px;
    margin-right: 15px;
    width: 40px;
}

.contacts-page__block--main {
    padding-top: 8px;
}

.contacts-page__block--main > :not(:last-child) {
    margin-bottom: 10px;
}

.contacts-page__form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #dbe1f1;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 24px;
    text-align: center;
}

.contacts-page__form--head {
    -ms-flex-negative: 0;
    color: #fff;
    flex-shrink: 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    padding-right: 40px;
    width: calc(50% + 20px);
}

.contacts-page__form--main {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.contacts-page__form--main p {
    margin-bottom: 16px;
}

.contacts-page__form--main .btn {
    padding: 16px 18px;
}

.personal {
    margin-bottom: 64px;
}

.personal__head {
    margin-bottom: 24px;
}

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

.personal__container--side {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    width: 332px;
}

.designer__container--side {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    width: 400px;
}

.personal__container--main {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.personal__user {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    padding: 11px 20px;
}

.personal__user--icon {
    -ms-flex-negative: 0;
    background-color: #ea3730;
    border-radius: 50%;
    color: #fff;
    flex-shrink: 0;
    font-size: 24px;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    overflow: hidden;
    text-align: center;
    width: 35px;
}

.personal__nav {
    background-color: #fff;
    border-radius: 6px;
    padding: 0 20px;
}

.personal__nav--item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #edeef3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    padding: 20px 0;
}

.personal__nav--item:last-child {
    border-bottom: none;
}

.personal__nav--item svg {
    fill: #F03525;
    margin-right: 15px;
}

.personal__nav--item.viewed svg {
    stroke: #ea3730;
}

.personal__nav--item.logout {
    color: #ea3730;
    font-size: 12px;
    font-weight: 400;
}

.personal__nav--item.logout svg {
    margin: 0 0 0 10px;
}

.personal__nav--item.active {
    color: #CD000A;
}

.personal__blog {
    height: auto;
    margin-top: -80%;
}

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

.personal__blog .copy_btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 0 0 16px;
    padding: 16px;
}

.personal__blog .copy_btn svg {
    margin: 0;
}

.personal__blog .category__question--head {
    font-weight: 700;
}

.personal__soc {
    margin-top: 20px;
}

.personal__soc li {
    padding: 8px 7.5px 0;
}

.personal__soc a {
    border: 1px solid #fff;
    border-radius: 50%;
    display: block;
    height: 40px;
    width: 40px;
}

.personal__soc svg {
    fill: #fff;
}

.personal__soc a:hover {
    border-color: #ea3730;
}

.personal__soc a:hover svg {
    fill: #ea3730;
}

.designer__soc {
    margin-top: 20px;
}

.designer__soc li {
    padding: 8px 7.5px 0;
}

.designer__soc a {
    border: 1px solid #ea3730;
    border-radius: 50%;
    display: block;
    height: 40px;
    width: 40px;
}

.designer__soc svg {
    fill: #ea3730;
}

.designer__soc path {
    stroke: #ea3730;
}

.designer__soc a:hover {
    border-color: #ea3730;
}

.designer__soc a:hover svg {
    fill: #ea3730;
}

.designer__soc a:hover path {
    stroke: #ea3730;
}

.personal__block {
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 16px;
    padding: 24px;
}

.personal__block--head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
}

.personal__block--head svg {
    fill: #F03525;
    margin-left: auto;
}

.personal__block--head .h3 {
    color: #ea3730;
    font-weight: 500;
}

.personal__block--container {
    max-width: 568px;
    width: 100%;
}

.personal__block--container > :last-child {
    margin-bottom: 0;
}

.personal__block--container .h4 {
    margin-bottom: 5px;
}

.personal__block p {
    margin-bottom: 16px;
}

.personal__block p.alert {
    color: #fc2539;
}

.personal__block--offset {
    margin-bottom: 24px;
}

.personal__block--offset p {
    margin-bottom: 5px;
}

.personal__soc-block {
    margin-top: 24px;
}

.personal__soc-block,
.personal__soc-block--btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.personal__soc-block--btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border: 1px solid #969aa5;
    border-radius: 6px;
    color: #969aa5;
    justify-content: center;
    padding: 15px 16px;
    width: 100%;
}

.personal__soc-block--btn svg {
    margin-right: 10px;
}

.personal__soc-block--btn:hover {
    border-color: #ea3730;
}

.personal__soc-block .personal__block--container {
    margin-right: 16px;
}

.personal__soc-block--remove {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.personal__soc-block--remove .btn_close_wrapper {
    margin-right: 8px;
}

.personal__soc-block--remove .btn_close:after,
.personal__soc-block--remove .btn_close:before {
    background-color: #969aa5;
}

.personal__soc-block.active .personal__soc-block--btn {
    border-color: #ea3730;
}

.personal__soc-block:not(.active) .personal__soc-block--remove {
    display: none;
}

.personal-address {
    padding-top: 24px;
}

.personal-address__head {
    font-weight: 500;
    margin-bottom: 16px;
}

.personal-address__radio {
    border: none;
    margin-bottom: 16px;
    padding: 0;
}

.personal-address__radio--image {
    margin-right: 10px;
}

.personal-address__radio--text {
    font-size: 14px;
}

.personal-address__saved .personal-address__head {
    margin-bottom: 5px;
}

.personal-address__toggle {
    border-bottom: 1px solid #edeef3;
    padding: 16px 0;
}

.personal-address__toggle,
.personal-address__toggle--head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.personal-address__toggle--head {
    font-size: 14px;
    margin-bottom: 5px;
}

.personal-address__toggle--main {
    margin-right: auto;
    max-width: 588px;
    padding-right: 20px;
    width: 100%;
}

.personal-address__toggle .personal-address__toggle--saved {
    margin: 0;
    padding-left: 33px;
}

.personal-address__toggle--nav {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.personal-address__toggle--btn,
.personal-address__toggle--nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.personal-address__toggle--btn {
    font-size: 12px;
    line-height: 15px;
    margin-right: 16px;
    padding: 0;
}

.personal-address__toggle--btn:last-child {
    margin: 0;
}

.personal-address__toggle--btn svg {
    margin-right: 5px;
}

.personal-address__toggle--edit {
    color: #f91155;
}

.personal-address__toggle--edit svg {
    fill: #ea3730;
    stroke: #ea3730;
}

.personal-address__toggle--save {
    color: #ea3730;
}

.personal-address__toggle--save svg {
    fill: #ea3730;
}

.personal-address__toggle.collapsed .personal-address__toggle--edit,
.personal-address__toggle.collapsed .personal-address__toggle--saved,
.personal-address__toggle:not(.collapsed) .personal-address__toggle--save {
    display: none;
}

.personal-address__toggle--delete {
    color: #969aa5;
}

.personal-address__toggle--content {
    padding-top: 5px;
}

.personal-address__add-btn {
    color: #bb0e41;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 24px;
}

.personal-address__add-btn .plus-btn {
    margin-right: 8px;
}

.personal-address__add-btn .plus-btn:after,
.personal-address__add-btn .plus-btn:before {
    background-color: #ea3730;
}

.personal-toggle__hidden {
    display: none;
}

.personal-password__main {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.personal-password__edit {
    margin-left: 15px;
}

.personal-orders__head {
    padding: 14px 24px;
}

.personal-orders__head .personal__block--head {
    margin: 0;
}

.personal-orders__not--container {
    margin: 0 auto;
    max-width: 730px;
    text-align: center;
}

.personal-orders__not--head {
    border-bottom: 1px solid #edeef3;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.personal-orders__not--btn {
    margin-top: 35px;
}

.personal-orders__not--btn .btn {
    max-width: 327px;
    width: 100%;
}

.personal-order {
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 16px;
    padding: 14px 24px 0;
}

.personal-order__head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 14px;
}

.personal-order__head--item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
    min-width: 90px;
}

.personal-order__number {
    font-weight: 500;
}

.personal-order__date {
    text-align: center;
}

.personal-order__products {
    -webkit-box-flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: auto;
    flex: auto;
    margin-right: 30px;
}

.personal-order__products--item {
    margin-right: 10px;
    width: 76px;
}

.personal-order__products--price {
    color: #ea3730;
    font-weight: 500;
    margin-left: auto;
    padding-left: 14px;
}

.personal-order__info {
    -ms-flex-negative: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
}

.personal-order__status {
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
    margin-right: 16px;
    padding: 8px;
    text-align: center;
    width: 120px;
}

.personal-order__status.proccess {
    background-color: #21c31d;
}

.personal-order__status.declined {
    background-color: #fc2539;
}

.personal-order__status.done {
    background-color: #ea3730;
}

.personal-order__more {
    border: 1px solid #ea3730;
    border-radius: 6px;
    height: 40px;
    width: 40px;
}

.personal-order__more svg {
    fill: #ea3730;
    stroke: #ea3730;
}

.personal-order__more:before {
    border-left: 1px solid #969aa5;
    border-top: 1px solid #969aa5;
    content: "";
    height: 10px;
    left: 14px;
    opacity: 0;
    position: absolute;
    top: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 10px;
}

.personal-order.collapsed .personal-order__more {
    border-color: #969aa5;
}

.personal-order.collapsed .personal-order__more svg {
    opacity: 0;
}

.personal-order.collapsed .personal-order__more:before {
    opacity: 1;
}

.personal-order__content {
    border-top: 1px solid #edeef3;
    padding: 16px 0 24px;
}

.personal-order__content--item {
    border-bottom: 1px solid #edeef3;
    margin-bottom: 16px;
    padding-bottom: 16px;
}

.personal-order__content--count {
    margin: 0 auto 0 25%;
    padding: 0 14px;
}

.personal-order__content .cart-page__product {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.personal-order__content .cart-page__product--bottom {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.personal-order__content .cart-page__product--bottom .main-price {
    margin: 0;
}

.personal-order__content .cart-page__product--main {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 493px;
    width: 100%;
}

.personal-order__content .cart-page__set--main {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.personal-order__gift--head {
    color: #ffa756;
    font-size: 14px;
    margin-bottom: 5px;
}

.personal-order__gift--product {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.personal-order__gift--product .image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 17px;
    width: 58px;
}

.personal-order__gift--product .name {
    font-size: 12px;
    line-height: 15px;
}

.personal-order__add {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.personal-order__add--main {
    max-width: 609px;
    width: 100%;
}

.personal-order__add--head {
    color: #ea3730;
    margin-bottom: 5px;
}

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

.personal-order__total--list {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 14px;
    min-width: 228px;
}

.personal-order__total .cart-page__total--item:last-child {
    margin-top: 8px;
}

.personal-order__customer {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding-right: 30px;
}

.personal-order__customer--head {
    font-weight: 500;
}

.personal-order__customer--info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    margin-top: 5px;
}

.personal-order__customer--info .head {
    -ms-flex-negative: 0;
    color: #969aa5;
    flex-shrink: 0;
    margin-right: 10px;
    min-width: 120px;
}

.personal-order .main-price {
    display: block;
    line-height: 0;
}

.personal-order .main-price__old {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 2px;
    text-decoration: none;
}

.personal-order .main-price__old .sale {
    line-height: 20px;
    padding: 2px 4px;
}

.personal-order .main-price__old .main {
    font-size: 12px;
    line-height: 24px;
}

.personal-order .main-price__main {
    font-size: 18px;
    line-height: 22px;
}

.personal-subscribe__block {
    border-bottom: 1px solid #dbe1f1;
    padding: 24px 0;
}

.personal-subscribe__block--head {
    font-weight: 500;
}

.personal-subscribe__block:last-child {
    border: none;
    padding-bottom: 0;
}

.personal-subscribe__toggle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
}

.personal-subscribe__toggle--content {
    max-width: 568px;
    padding-left: 16px;
}

.personal-subscribe__toggle--head {
    font-size: 14px;
}

.personal-subscribe__toggle p {
    margin: 0;
}

.brands-page {
    margin-bottom: 60px;
    margin-top: 0;
}

.brands-page__head {
    margin-bottom: 24px;
}

.brands-page__slider--wrapper {
    margin-bottom: 24px;
    position: relative;
}

.brands-page__slider--wrapper .slick-arrow.slick-prev {
    left: 24px;
}

.brands-page__slider--wrapper .slick-arrow.slick-next {
    right: 24px;
}

.brands-page__slider--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 400px;
    padding: 7% 22% 3%;
}

.brands-page__slider--inner img {
    width: auto;
}

.brands-page__slider--inner:before {
    content: none;
}

.brands-page__slider--content {
    margin-left: auto;
    text-align: center;
}

.brands-page__slider--content img {
    margin: 0 auto 10px;
}

.brands-portal {
    background-color: #fff;
    border-radius: 6px;
    padding: 40px;
}

.brands-portal__search {
    margin-bottom: 50px;
}

.brands-portal__search--form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #ea3730;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 593px;
    padding: 11px 16px;
    position: relative;
    width: 100%;
}

.brands-portal__search--btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 16px;
}

.brands-portal__search--btn svg {
    fill: #fff;
    stroke: #2e3955;
}

.brands-portal__search--btn:hover svg {
    stroke: #ea3730;
}

.brands-portal__search--input {
    width: 100%;
}

.brands-portal__slider--head {
    font-weight: 500;
    margin-bottom: 20px;
}

.brands-portal__nav {
    margin-bottom: 35px;
}

.brands-portal__nav li {
    margin: 0 18px 15px 0;
}

.brands-portal__nav li:last-child {
    margin-right: 0;
}

.brands-portal__nav--item {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    text-decoration: underline;
}

.brands-portal__nav--item:hover {
    color: #ea3730;
}

.brands-portal__item {
    padding-top: 50px;
}

.brands-portal__item:first-child {
    padding-top: 0;
}

.brands-portal__item--head {
    color: #ea3730;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    padding-bottom: 2px;
}

.brands-portal__item--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.brands-portal__item--list li {
    padding: 3px 20px 0 0;
    width: 20%;
}

.brands-portal__item--list a.active {
    color: #42b8f3;
}

.brands-portal .home-brands__inner {
    margin-bottom: 50px;
    padding: 0 50px;
}

.brands-portal .home-brands__slider .item {
    padding: 0 33px;
}

.blog,
.stocks {
    margin-bottom: 60px;
}

.blog__head,
.stocks__head {
    margin-bottom: 24px;
}

.blog__wrapper,
.stocks__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.blog .category__filter--btn,
.stocks .category__filter--btn {
    margin-bottom: 14px;
}

.blog__recommend .recommend-card__top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

.blog__recommend .recommend-card__number {
    background-color: #ffa756;
}

.blog .category__side:not(.list) .category__question--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blog-page {
    margin-bottom: 60px;
}

.blog-page__head {
    margin-bottom: 24px;
}

.blog-page__container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blog-page__container--main {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.blog-page__container--main p {
    color: #2e3955;
    font-size: 14px;
    margin-bottom: 24px;
}

.blog-page__container--main h2,
.blog-page__container--main h3 {
    color: #ea3730;
    font-weight: 500;
    margin-bottom: 10px;
}

.blog-page__container--main h2 + p,
.blog-page__container--main h3 + p {
    font-size: 14px;
    margin-bottom: 10px;
}

.blog-page__container--main ol li,
.blog-page__container--main ul li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
    padding-left: 11px;
    position: relative;
}

.blog-page__container--main ol li:before,
.blog-page__container--main ul li:before {
    background-color: #ea3730;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
}

.blog-page__container--main ol li span,
.blog-page__container--main ul li span {
    font-weight: 500;
}

.blog-page__container--main ol li p,
.blog-page__container--main ul li p {
    font-size: 16px;
    margin-bottom: 0;
}

.blog-page__container--main ol li ol,
.blog-page__container--main ol li ul,
.blog-page__container--main ul li ol,
.blog-page__container--main ul li ul {
    font-size: 14px;
    padding: 0 0 10px 10px;
    width: 100%;
}

.blog-page__container--main ol li ol p,
.blog-page__container--main ol li ul p,
.blog-page__container--main ul li ol p,
.blog-page__container--main ul li ul p {
    font-size: 14px;
}

.blog-page__container--main ol li:before,
.blog-page__container--main ul li:before {
    top: 8px;
    -webkit-transform: none;
    transform: none;
}

.blog-page__container--main ol img,
.blog-page__container--main ul img {
    border-radius: 6px;
    margin-left: 40px;
    max-width: 45%;
}

.blog-page__container--side {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 16px;
    padding-top: 17px;
    width: 304px;
}

.blog-page__top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
}

.blog-page__tag {
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
    margin-right: 50px;
    padding: 8px 16px;
}

.blog-page__tag.sale {
    background-color: #fc2539;
}

.blog-page__tag.video {
    background-color: #ea3730;
}

.blog-page__tag.article {
    background-color: #ea3730;
}

.blog-page__tag.news {
    background-color: #ffa756;
}

.blog-page__block {
    background-color: #fff;
    border-radius: 6px;
    padding: 40px;
}

.blog-page__banner {
    border-radius: 6px;
    margin-bottom: 24px;
    width: 100%;
}

.stocks-page__banner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    overflow: hidden;
}

.designer-info {
    flex-direction: column;
}

.designer-info .designer-page__banner--img {
    padding: 1rem;
    border-radius: 15rem;
    width: 200px;
    height: 200px;
}

.designer-page__banner--img {
    width: 100%;
    object-fit: contain;
    border-radius: 50%;
}

.designer-info-avatar {
    display: flex;
    flex-direction: column;
}

.designer-info-avatar .stocks-page__banner--content {
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}

.designer-info-avatar-img {
    width: 40%;
    margin: auto;
    object-fit: contain;
}

.stocks-page__banner--img {
    width: 100%;
    object-fit: cover;
    height: 250px;
}

.desginerbanner-page__banner--img {
    width: 100%;
    object-fit: cover;
    height: 350px;
}

.stocks-page__banner--content {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.stocks-page__banner--head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.stocks-page__banner--main {
    /*padding: 11px 30px 30px;*/
}

.stocks-page__banner--main p {
    color: #2e3955;
    margin-top: 24px;
}

.stocks-page__banner .article-card__head {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin: 0;
    padding: 10px 45px 10px 30px;
}

.stocks-page__banner .article-card__content--count {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding: 20px 10px;
}

.stocks-page__banner .article-card__content--count .count {
    padding: 0 10px;
}

.credit {
    padding-bottom: 60px;
}

.credit__item {
    border-bottom: 1px solid #edeef3;
    padding: 40px 0;
}

.credit__item:last-child {
    border: none;
    padding-bottom: 0;
}

.credit__item--content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
}

.credit__item--main {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.credit__item--banner {
    -ms-flex-negative: 0;
    border: 1px solid #ea3730;
    border-radius: 20px;
    flex-shrink: 0;
    margin-left: 40px;
    overflow: hidden;
    width: 38%;
}

.credit__item--banner img {
    width: 100%;
}

.credit__item--text {
    margin-bottom: 30px;
}

.credit__item--head {
    color: #ea3730;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
}

.credit .table {
    border-collapse: collapse;
    text-align: center;
    width: 100%;
}

.credit .table__wrapper {
    border: 1px solid #c4c4c4;
    border-radius: 6px;
    overflow: hidden;
    padding: 0 16px;
}

.credit .table tr {
    background: #fff;
    position: relative;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

.credit .table tr th {
    border-bottom: 1px solid #c4c4c4;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding: 7px 10px;
    vertical-align: middle;
}

.credit .table tr th:first-child {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

.credit .table tr > :first-child {
    padding-left: 0;
}

.credit .table tr > :last-child {
    padding-right: 0;
}

.credit .table tbody tr:last-child > * {
    padding-bottom: 16px;
}

.credit .table tbody tr:last-child th {
    border: none;
}

.credit .table thead tr th {
    padding: 16px 10px 7px;
}

.credit .table tr td {
    border-bottom: 1px solid #c4c4c4;
    font-size: 12px;
    line-height: 15px;
    padding: 7px 10px;
    vertical-align: middle;
}

.credit .table tr:last-child td {
    border: none;
}

.not-found {
    padding-bottom: 60px;
    padding-top: 60px;
}

.not-found__main {
    text-align: center;
}

.not-found__main--text {
    font-size: 19px;
    margin-top: 16px;
}

.not-found__banner {
    margin-bottom: 40px;
}

.not-found__step {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 80px;
}

.not-found__step--item {
    max-width: 370px;
    padding: 0 20px;
    text-align: center;
    width: 33.3333333333%;
}

.not-found__step--count {
    display: block;
    font-weight: 700;
    margin-bottom: 20px;
}

.not-found__callback {
    margin-top: 80px;
    text-align: center;
}

.not-found__callback--text {
    margin: 14px 0 20px;
}

.checkbox,
.radio {
    margin-top: 16px;
}

.checkbox__label,
.radio__label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.checkbox__text,
.radio__text {
    padding-right: 8px;
}

.checkbox__value,
.radio__value {
    color: #969aa5;
}

.checkbox__cr,
.radio__cr {
    -ms-flex-negative: 0;
    background-color: #fff;
    border: 1px solid #969aa5;
    border-radius: 2px;
    display: block;
    flex-shrink: 0;
    height: 20px;
    margin-right: 10px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 20px;
}

.checkbox__cr:before,
.radio__cr:before {
    content: "";
    position: absolute;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.checkbox__input,
.radio__input {
    display: none;
}

.checkbox__cr:before {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    content: "";
    height: 0;
    left: 5px;
    position: absolute;
    top: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
    width: 0;
}

.checkbox img {
    -ms-flex-item-align: center;
    align-self: center;
    margin-right: 10px;
}

input:checked ~ .checkbox__cr {
    background-color: #ea3730;
    border-color: #ea3730;
}

input:checked ~ .checkbox__cr:before {
    height: 5px;
    visibility: visible;
    width: 9px;
}

.nice-select {
    background-color: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 6px;
    cursor: pointer;
    display: block;
    outline: none;
    padding: 9px 30px 9px 8px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.nice-select .current {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nice-select .list__head {
    display: none;
}

.nice-select.open,
.nice-select.open:after,
.nice-select:active,
.nice-select:active:after,
.nice-select:focus,
.nice-select:focus:after,
.nice-select:hover:after {
    border-color: #ea3730;
}

.custom-select__head ~ .nice-select {
    padding: 26px 40px 8px 16px;
}

.nice-select:after {
    border-bottom: 2px solid #2e3955;
    border-right: 2px solid #2e3955;
    content: "";
    display: block;
    height: 9px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 13px;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 9px;
}

.nice-select.open {
    border-color: #ea3730;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list {
    z-index: 999;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(-4px);
    transform: scale(1) translateY(-4px);
}

.nice-select .list {
    background-color: #fff;
    border: 1px solid #ea3730;
    border-radius: 0 0 6px 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: -1px;
    opacity: 0;
    overflow: hidden;
    padding: 16px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    -webkit-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    width: calc(100% + 2px);
    /* z-index: 9; */
}

.nice-select .option {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor: pointer;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nice-select .option:not(:last-child) {
    margin-bottom: 16px;
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #fff;
    color: #ea3730;
}

.block-collapse__content {
    overflow: hidden;
}

.block-collapse__link {
    display: none;
    padding-top: 24px;
    position: relative;
}

.block-collapse__link:before {
    background: -webkit-gradient(linear,
    left top,
    left bottom,
    from(hsla(0, 0%, 100%, 0)),
    color-stop(85.47%, #fff));
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 85.47%);
    height: 50px;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    width: 100%;
}

.block-collapse__link--toggle .open {
    display: none;
}

.block-collapse.collapsed .block-collapse__link {
    display: block;
}

.block-collapse.hide .block-collapse__link:before {
    content: "";
}

.block-collapse.hide .block-collapse__link--toggle .close {
    display: none;
}

.block-collapse.hide .block-collapse__link--toggle .open {
    display: initial;
}

.switch-toggle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.switch-toggle,
.switch-toggle__pointer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
}

.switch-toggle__pointer {
    background-color: #c4c4c4;
    border-radius: 11.5px;
    display: block;
    height: 22px;
    width: 36px;
}

.switch-toggle__pointer,
.switch-toggle__pointer:before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.switch-toggle__pointer:before {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 18px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 18px;
}

.switch-toggle__text {
    color: #969aa5;
    font-size: 10px;
    line-height: 12px;
    margin-left: 5px;
}

.switch-toggle__text.main {
    display: none;
}

.switch-toggle input {
    cursor: pointer;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.switch-toggle input:checked {
    z-index: -1;
}

input[value="1"]:checked + .switch-toggle__pointer {
    background-color: #bb0e41;
}

input[value="1"]:checked + .switch-toggle__pointer:before {
    left: 17px;
}

input[value="1"]:checked ~ .switch-toggle__text {
    color: #000;
}

input[value="1"]:checked ~ .switch-toggle__text.main {
    display: initial;
}

input[value="1"]:checked ~ .switch-toggle__text.add {
    display: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    visibility: hidden;
    z-index: 1000;
}

.modal.open {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.modal__main-wrapper {
    height: 100%;
    /* padding: 250px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal__bg {
    background-color: rgba(46, 57, 85, 0.7);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

.modal__content {
    background-color: #fff;
    border-radius: 6px;
    margin: 0 auto;
    max-width: 632px;
    padding: 24px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.modal__content.wide {
    max-width: 1200px;
}

.modal__content.std {
    max-width: 500px;
}

.modal__content.small {
    max-width: 400px;
}

.modal_close-btn {
    position: absolute;
    right: 26px;
    top: 30px;
}

.modal_close-btn:hover .btn_close:after,
.modal_close-btn:hover .btn_close:before {
    background-color: #ea3730;
}

.modal__head {
    margin-bottom: 48px;
    padding-right: 40px;
}

.modal__text {
    margin-bottom: 24px;
}

.modal__text_center {
    text-align: center;
}

.modal_cities .modal__content {
    max-width: 1312px;
    min-height: 68vh;
}

.modal_cities .customed-select__quick-list li {
    margin: 16px 40px 0 0;
}

.modal_cities .customed-select__quick-list a {
    font-weight: 700;
}

.modal_cities__form {
    position: relative;
}

.modal_cities__form input {
    border: 1px solid #ea3730;
    border-radius: 6px;
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 11px 20px 11px 55px;
    width: 100%;
}

.modal_cities__form svg {
    fill: #fff;
    stroke: #2e3955;
    left: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.modal_cities__results {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    padding-top: 40px;
}

.modal_cities__results li {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
    margin-bottom: 16px;
    padding-right: 10px;
}

.modal_cities__results a {
    font-weight: 500;
    line-height: 20px;
}

.modal_cities__results a.bold {
    font-weight: 700;
}

.modal_review__rating {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
}

.modal_review__rating--head {
    margin-right: auto;
}

.modal_map__container {
    position: relative;
}

.modal_map__container:before {
    content: "";
    display: block;
    padding-top: 48%;
}

.modal_map__container iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.modal_image .modal__head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
}

.modal_image .product-card__code {
    margin-left: auto;
}

.modal_image .product-card__rating {
    margin-bottom: 24px;
}

.modal_image .product__image--main img {
    width: 100%;
}

.modal_image .product__about {
    -webkit-box-flex: 1;
    border-left: none;
    -ms-flex: auto;
    flex: auto;
    margin: 0;
    padding-left: 30px;
}

.modal_image .product__about--main-btns {
    display: block;
}

.modal_image .product__about--main-btns .btn {
    width: 100%;
}

.modal_image .product__about--main-btns .btn + .btn {
    margin: 16px 0 0;
    width: 100%;
}

.modal_image .product__about--btn {
    margin: 16px 24px 0 0;
}

.modal_image .product__about--btn:last-child {
    margin-right: 0;
}

.modal_image__wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 36px;
}

.modal_image__wrapper--banner {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 60%;
}

.modal_login .modal__content {
    max-width: 1090px;
    padding: 0;
    border-radius: 1rem;
}

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

.modal_login__body--main {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding: 20px;
}

.modal_login__body--side {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 39%;
}

.modal_login__head {
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 16px;
}

.modal_login__soc {
    margin-top: 30px;
}

.modal_login__soc--head {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #969aa5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding-bottom: 6px;
}

.modal_login__soc--head span {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 11px;
}

.modal_login__soc--head:after,
.modal_login__soc--head:before {
    -webkit-box-flex: 1;
    background-color: #dbe1f1;
    content: "";
    -ms-flex: auto;
    flex: auto;
    height: 1px;
}

.modal_login__soc .personal__soc-block--btn {
    margin-top: 24px;
}

.modal_login__forgot {
    margin-top: 10px;
    text-align: center;
}

.modal_credit__product {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #c4c4c4;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 40px;
}

.modal_credit__product--image {
    margin-right: 40px;
    width: 120px;
}

.modal_credit__product--info {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding-right: 20px;
}

.modal_credit__product--code {
    margin-top: 4px;
}

.modal_credit__product--btn {
    margin-left: 40px;
    max-width: 174px;
    width: 100%;
}

.modal_credit__product .main-price {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal_credit .checkout__credit {
    padding: 8px 0 0;
}

.modal_credit .checkout__credit .checkout__radio--label,
.modal_credit .checkout__credit--list {
    padding: 0;
}

.modal_credit .checkout__credit input:checked ~ .checkout__credit--list,
.modal_credit .checkout__credit input:checked ~ .checkout__radio--label {
    background-color: #fff;
    padding: 0;
}

.modal_credit .checkout__credit .checkout__radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal_credit .checkout__credit .checkout__radio--label {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 20px;
    width: 30%;
}

.modal_credit .checkout__credit--list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-flex: 1;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: auto;
    flex: auto;
}

.modal_credit .checkout__credit--list .customed-select {
    max-width: 200px;
    width: 100%;
}

.modal_credit .checkout__credit--item {
    margin: 0 0 0 auto;
    padding-left: 10px;
    width: 20%;
}

.modal_credit .checkout__credit--item .head {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 4px;
}

.modal_credit__btn {
    padding: 24px 0 16px;
    text-align: center;
}

.modal_credit__btn .btn {
    max-width: 400px;
    width: 100%;
}

.modal_delivery .modal__content {
    max-width: 800px;
}

.modal_delivery ul {
    padding-left: 30px;
}

.modal_delivery ul li {
    font-size: 18px;
    list-style-type: disc;
}

.modal_delivery p {
    color: #2e3955;
    margin-top: 24px;
}

.rating-stars {
    font-size: 0;
    line-height: 0;
}

.rating-stars .rating-star {
    display: inline-block;
    margin-right: 8px;
    position: relative;
}

.rating-stars .rating-star svg {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.rating-stars .rating-star input {
    cursor: pointer;
    display: block;
    height: 40px;
    margin: 0;
    opacity: 0;
    width: 40px;
}

.rating-stars .rating-star.active svg,
.rating-stars .rating-star:hover svg,
.rating-stars[data-rating-value] > span svg {
    fill: #fad656;
    stroke: #fad656;
}

.rating-stars > span.active ~ span svg {
    fill: #fff;
    stroke: #fad656;
}

.rating-stars[class]:hover > span svg {
    fill: #fad656;
    stroke: #fad656;
}

.rating-stars[class] > span:hover ~ span svg {
    fill: #fff;
    stroke: #fad656;
}

.list-dotted li {
    margin-top: 10px;
    padding-left: 11px;
    position: relative;
}

.list-dotted li:before {
    background-color: #ea3730;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
}

.list-dotted li span {
    font-weight: 500;
}

.login-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background-color: #dbe1f1;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 40px;
}

.login-info,
.login-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.login-info__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
}

.login-info__item--icon {
    margin-right: 10px;
}

.product-short__removed {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    background: rgba(231, 234, 246, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}

.product-short__removed--back {
    font-size: 12px;
    position: absolute;
    right: 16px;
    top: 16px;
}

.product-short__removed .head {
    font-size: 14px;
    font-weight: 500;
}

.product-short__removed .btns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 8px;
}

.product-short__removed .btns .hover-link {
    font-size: 12px;
    line-height: 15px;
    margin-left: 24px;
}

.product-short__removed .btns .btn_prim {
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    padding: 11px 16px;
}

.product-short__removed .btns .btn_prim:not(:hover) {
    background-color: transparent;
}

@-webkit-keyframes fromTop {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fromTop {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes slideFromTop {
    0% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideFromTop {
    0% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@media screen and (max-width: 1024px) {
    .slick-slide img {
        min-height: 300px;
        max-height: 300px;
        object-fit: cover;
    }
}
@media screen and (min-width: 768px) {
    .h1,
    h1 {
        font-size: 36px;
        line-height: 44px;
    }

    .h2,
    h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .h3,
    h3 {
        font-size: 24px;
        font-weight: 400;
        line-height: 29px;
    }

    .h4,
    h4 {
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
    }

    .mobile-nav,
    .pagination__arrow.visible-mob {
        display: none;
    }

    .products-container.list .product-card__top {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 24px;
        width: 31%;
    }

    .products-container.list .product-card__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: row;
        flex-direction: row;
        /* padding: 20px 16px; */
    }

    .products-container.list .product-card__code {
        font-size: 16px;
        line-height: 24px;
        position: static;
    }

    .products-container.list .product-card__name {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
        margin: 0 0 5px;
        order: -1;
    }

    .products-container.list .product-card__rating {
        margin-right: auto;
    }

    .products-container.list .product-card__rating--item {
        display: none;
    }

    .products-container.list .product-card__rating--item:first-child {
        fill: #fad656;
        display: block;
        margin-right: 6px;
        width: 20px;
    }

    .products-container.list .product-card__rating--rate {
        font-size: 24px;
        line-height: 29px;
        margin-right: 8px;
    }

    .products-container.list .product-card__rating--count {
        font-size: 16px;
        line-height: 24px;
    }

    .products-container.list .product-card__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0;
        max-width: 264px;
        padding-top: 24px;
        width: 100%;
    }

    .products-container.list .product-card__bottom--btns {
        margin-top: 10px;
        width: 100%;
    }

    .products-container.list .product-card__bottom--btns .product-card__btn {
        display: none;
    }

    .products-container.list .product-card__bottom--add {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-flex-item-align: end;
        align-items: center;
        align-self: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 7px;
    }

    .products-container.list .product-card__bottom--add .product-card__btn {
        margin-left: 20px;
    }

    .products-container.list .product-card__options {
        width: calc(100% - 264px);
    }

    .products-container.list .product-card .main-price {
        -ms-flex-item-align: end;
        align-self: flex-end;
        display: block;
        margin-right: auto;
    }

    .products-container.list .product-card .main-price span {
        display: block;
    }

    .products-container.list .product-card .main-price__old {
        margin: 0 0 3px;
    }
}

@media screen and (min-width: 992px) {
    .header__main--btns {
        position: relative;
    }

    .hover-link:before {
        background-color: #ea3730;
        bottom: 0;
        content: "";
        height: 1px;
        left: 50%;
        position: absolute;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        width: 0;
    }

    .hover-link.hovered:before,
    .hover-link:focus:before,
    .hover-link:hover:before {
        width: 100%;
    }

    .hover-link.hovered:hover:before {
        width: 0;
    }

    .visible-mob {
        display: none;
    }

    .header {
        position: relative;
    }

    .header__nav {
        background-color: #dbe1f1;
        bottom: -2px;
        height: calc(100vh - 220px);
        left: 50%;
        max-width: 1382px;
        opacity: 0;
        padding-bottom: 16px;
        padding-top: 16px;
        position: absolute;
        -webkit-transform: translate(-50%, 90%);
        transform: translate(-50%, 90%);
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        visibility: hidden;
        width: 100%;
        z-index: -1;
    }

    .header__nav--inner {
        height: 100%;
        max-height: 100%;
        overflow-y: scroll;
    }

    .header__nav--item {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        width: 316px;
    }

    .header__nav--item.opened,
    .header__nav--item:hover {
        background-color: #fff;
    }

    .header__nav--link:before {
        background-color: #fff;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        width: 100px;
    }

    .header__nav--link:hover {
        color: #2e3955;
    }

    .header__nav--item.opened .header__nav--link:before,
    .header__nav--item:hover .header__nav--link:before {
        opacity: 1;
    }

    .header__nav--item.opened .nav-submenu {
        opacity: 1;
        visibility: visible;
    }

    .header__top {
        background-color: #f03525;
        color: #fff;
        padding: 6px 0;
        visibility: visible;
    }

    .header__top--main {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-flex: 1;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: auto;
        flex: auto;
    }

    .header__wrapper {
        background-color: #fff;
    }

    .header__bg {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: hidden;
        z-index: 999;
    }

    .header__mobile {
        line-height: 0;
        margin: 0 7% 0 0;
    }

    .header__mobile--number {
        font-weight: 500;
        line-height: 20px;
    }

    .header__mobile--modal {
        font-size: 12px;
        line-height: 15px;
        text-decoration: underline;
    }

    .header__cart {
        position: relative;
    }

    .header__cart--count {
        cursor: pointer;
    }

    .header__cart .cart-hover.open,
    .header__cart:hover .cart-hover {
        opacity: 1;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }

    .header__checkout--container {
        padding: 0 calc(8.33333% + 30px);
    }

    .nav-submenu {
        background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        visibility: hidden;
        width: calc(100% - 351px);
    }

    .nav-submenu__list {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        padding: 24px 24px 0;
    }

    .nav-submenu__item {
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        break-inside: avoid-column;
        padding: 0 20px 24px 0;
    }

    .nav-submenu__item--more {
        color: #ea3730;
        display: inline-block;
        font-weight: 500;
        margin-top: 4px;
    }

    .nav-submenu__item--head {
        display: block;
        font-weight: 500;
        line-height: 20px;
        margin-bottom: 8px;
    }

    .nav-submenu__item--list {
        font-size: 14px;
    }

    .nav-submenu__item--list li {
        margin-bottom: 4px;
    }

    .nav-submenu__inner {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        max-height: 100%;
        overflow-y: scroll;
    }

    .nav-submenu__banner {
        -ms-flex-negative: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-pack: distribute;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        flex-shrink: 0;
        justify-content: space-around;
        padding: 28px 24px;
        position: relative;
        width: 28%;
    }

    .nav-submenu__banner:after,
    .nav-submenu__banner:before {
        background-color: #F03525;
        content: "";
        height: 50%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
    }

    .nav-submenu__banner:after {
        background-color: #CD000A;
        bottom: 0;
        top: auto;
    }

    .nav-submenu__banner > * {
        position: relative;
        z-index: 1;
    }

    .nav-submenu__banner--banner {
        width: 100%;
        border-radius: 1rem;
    }

    .nav-submenu__banner--head {
        font-size: 40px;
        font-weight: 500;
        line-height: 49px;
    }

    .catalog-open .header__nav {
        opacity: 1;
        -webkit-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%);
        visibility: visible;
        z-index: 1000;
    }

    .catalog-open .header__top,
    .catalog-open .header__wrapper {
        position: relative;
        z-index: 1000;
    }

    .catalog-open .header__bg {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all 0.8s ease 0.6s;
        transition: all 0.8s ease 0.6s;
        visibility: visible;
    }

    .portal__container {
        display: grid;
        gap: 16px;
        grid-auto-flow: row;
        /* grid-template-areas: "block_1 block_1 block_1 block_2 block_2 block_2 block_2 block_3 block_3 block_3 block_3 block_3" "block_1 block_1 block_1 block_4 block_4 block_4 block_5 block_5 block_5 block_8 block_8 block_8" "block_6 block_6 block_6 block_6 block_6 block_7 block_7 block_7 block_7 block_8 block_8 block_8"; */
        grid-template-areas: "block_1 block_1 block_1 block_2 block_2 block_2 block_3 block_3 block_3 block_4 block_4 block_4";
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 200px;
    }

    .portal__container:not(:last-child) {
        margin-bottom: 16px;
    }

    .portal__container--block_1 {
        grid-area: block_1;
    }

    .portal__container--block_2 {
        grid-area: block_2;
    }

    .portal__container--block_3 {
        grid-area: block_3;
    }

    .portal__container--block_4 {
        grid-area: block_4;
    }

    /* .portal__container--block_5 {
    grid-area: block_5;
  }
  .portal__container--block_6 {
    grid-area: block_6;
  }
  .portal__container--block_7 {
    grid-area: block_7;
  }
  .portal__container--block_8 {
    grid-area: block_8;
  } */
    .portal__container_2,
    .portal__container_4,
    .portal__container_std {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .portal__container_2 .portal__container--block,
    .portal__container_4 .portal__container--block,
    .portal__container_std .portal__container--block {
        min-height: 220px;
    }

    .portal__container_std .portal__container--block {
        width: calc(33.33333% - 11px);
    }

    .portal__container_std .portal__container--image {
        max-height: 65%;
    }

    .portal__container_3 {
        grid-template-rows: 260px;
    }

    .portal__container_5,
    .portal__container_6,
    .portal__container_7 {
        grid-template-rows: 260px 260px;
    }

    .portal__container_2 .portal__container--block {
        width: calc(50% - 11px);
    }

    .portal__container_4 .portal__container--block {
        width: calc(25% - 12px);
    }

    .portal__container_3 {
        grid-template-areas: "block_1 block_1 block_1 block_2 block_2 block_2 block_2 block_3 block_3 block_3 block_3 block_3";
    }

    .portal__container_5 {
        grid-template-areas: "block_1 block_1 block_1 block_2 block_2 block_2 block_2 block_3 block_3 block_3 block_3 block_3" "block_1 block_1 block_1 block_4 block_4 block_4 block_4 block_4 block_5 block_5 block_5 block_5";
    }

    .portal__container_6 {
        grid-template-areas: "block_1 block_1 block_1 block_2 block_2 block_2 block_2 block_3 block_3 block_3 block_3 block_3" "block_4 block_4 block_4 block_4 block_4 block_5 block_5 block_5 block_5 block_6 block_6 block_6";
    }

    .portal__container_7 {
        grid-template-areas: "block_1 block_1 block_1 block_2 block_2 block_2 block_2 block_3 block_3 block_3 block_3 block_3" "block_4 block_4 block_4 block_5 block_5 block_5 block_6 block_6 block_6 block_7 block_7 block_7";
    }

    .portal__blocks--row:nth-child(odd) .portal__blocks--item:first-child {
        width: 25%;
    }

    .portal__blocks--row:nth-child(odd) .portal__blocks--item:nth-child(2) {
        width: 33%;
    }

    .portal__blocks--row:nth-child(2n) .portal__blocks--item:first-child,
    .portal__blocks--row:nth-child(odd) .portal__blocks--item:nth-child(3) {
        width: 42%;
    }

    .portal__blocks--row:nth-child(2n) .portal__blocks--item:nth-child(2) {
        width: 25%;
    }

    .portal__blocks--row:nth-child(2n) .portal__blocks--item:nth-child(3) {
        width: 33%;
    }

    .slider_bordered.products_slider__slider {
        margin: 0;
    }

    .header-fixed .header__menu,
    .header-fixed .header__top {
        display: none;
    }

    .category__content--head {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff;
        border-radius: 6px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 16px 15px;
    }

    .category__sort {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: auto;
    }

    .cart-hover {
        bottom: 0;
        opacity: 0;
        padding-top: 8px;
        position: absolute;
        right: 0;
        -webkit-transform: translateY(110%);
        transform: translateY(110%);
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        visibility: hidden;
        width: 500px;
        z-index: 100;
    }

    .cart-hover__inner {
        background-color: #fff;
        border-radius: 6px;
        -webkit-box-shadow: -3px -3px 10px rgba(37, 67, 117, 0.1),
        3px 3px 10px rgba(37, 67, 117, 0.1);
        box-shadow: -3px -3px 10px rgba(37, 67, 117, 0.1),
        3px 3px 10px rgba(37, 67, 117, 0.1);
        padding: 24px;
    }

    .cart-hover__head {
        font-weight: 500;
        margin-bottom: 16px;
    }

    .cart-hover__product--content {
        padding-right: 32px;
        position: relative;
    }

    .cart-hover__product--delete {
        position: absolute;
        right: 0;
        top: 0;
    }

    .cart-hover__product_set--list {
        padding-left: 6px;
        position: relative;
    }

    .cart-hover__total {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-weight: 500;
        margin-bottom: 16px;
    }

    .cart-hover__total--head {
        font-size: 18px;
        margin-right: auto;
    }

    .cart-hover__btns {
        text-align: center;
    }

    .cart-hover__btns .btn {
        margin-bottom: 16px;
    }

    .subscribe__form {
        padding-right: 55px;
    }

    .footer__logo {
        display: block;
    }

    .footer__logo img {
        width: 218px;
    }

    .product__image--add {
        margin: 0 -5px;
    }

    .product__image--add .item {
        padding: 0 5px;
    }

    .product__image--add .item__inner {
        border: 1px solid transparent;
        border-radius: 6px;
        cursor: pointer;
        opacity: 0.5;
        overflow: hidden;
        position: relative;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .product__image--add .item__inner img {
        width: 100%;
        min-height: 50px;
        max-height: 50px;
    }

    .product__image--add .item__inner:hover {
        opacity: 1;
    }

    .product__image--add .item.video .item__inner:before {
        background-color: rgba(46, 57, 85, 0.5);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .product__image--add .item.slick-current .item__inner {
        border-color: #ea3730;
        opacity: 1;
    }

    .product__image--add:not(.scrolled) .slick-track {
        left: 0 !important;
    }

    .sticky-container {
        position: relative;
    }

    .sticky-container__card {
        top: 0;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .sticky-container__card.sticky {
        position: fixed;
    }

    .sticky-container__card.sticky.bottom {
        bottom: 0;
        position: absolute;
        right: 0;
        top: auto !important;
    }

    .comparison__slider--wrapper.fixed .product-card {
        padding: 16px 0;
    }

    .comparison__slider--wrapper.fixed .product-card__inner {
        border-right: 1px solid #edeef3;
        padding: 0 16px;
    }

    .comparison__slider--wrapper.fixed .product-card__top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 5px;
    }

    .comparison__slider--wrapper.fixed .product-card__image {
        -ms-flex-negative: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        flex-shrink: 0;
        order: 1;
        width: 76px;
    }

    .comparison__slider--wrapper.fixed .product-card__name {
        -webkit-line-clamp: 3;
        margin: 0 15px 0 0;
    }

    .comparison__slider--wrapper.fixed .comparison__slider--inner > .product-card .product-card__inner {
        border: none;
        border-right: 1px solid #ea3730;
    }

    .comparison__slider--wrapper:not(.fixed) .slick-arrow {
        top: 0;
    }

    .modal_cities__list a {
        font-size: 18px;
        line-height: 22px;
    }

    .modal_credit .checkout__credit--image {
        height: 68px;
        margin-right: 24px;
        width: 68px;
    }

    .modal_credit .checkout__credit .radio__cr {
        margin-right: 24px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {

    .category__question,
    .products-container .product-card {
        /* width: 50%; */
    }
}

@media screen and (min-width: 1200px) {
    .pagination__more {
        min-width: 284px;
    }
}

@media screen and (min-width: 1441px) {
    .header__nav {
        height: 70vh;
    }

    .header__nav,
    .header__nav--inner {
        max-width: 1440px;
    }

    .header__nav--inner {
        padding-left: 64px;
        padding-right: 64px;
    }

    .nav-submenu {
        width: calc(100% - 379px);
    }

    .nav-submenu__banner {
        width: 30%;
    }
}

@media screen and (max-width: 1200px) {
    .products-container {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .products-container > .category {
        grid-template-columns: 1fr 1fr;
    }

    .nav-submenu__banner {
        display: none;
    }

    .checkout__container,
    .checkout__head {
        padding-left: 0;
        padding-right: 0;
    }

    .comparison__category--head {
        display: none;
    }

    .comparison__slider {
        width: 75%;
    }

    .comparison__slider--inner > .product-card {
        width: 25%;
    }

    .comparison .feature__values--item {
        width: 33.3333333333%;
    }

    .comparison .feature__values--item.main {
        width: 25%;
    }

    .personal-wishlist__category--head {
        display: none;
    }

    .contacts-page__container--side {
        margin-top: 40px;
    }

    .losted-cart__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .losted-cart__head {
        margin-right: auto;
        padding-bottom: 24px;
    }

    .losted-cart__products {
        margin: 0;
        padding: 0 0 24px;
    }

    .losted-cart__btns {
        padding-top: 16px;
        width: 100%;
    }

    .credit__item--content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .credit__item--banner {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        margin: 0 0 20px;
        max-width: 400px;
        order: -1;
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .products-container {
        grid-template-columns: 1fr 1fr;
    }

    .visible-pc {
        display: none;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header__side-mob {
        background-color: #fff;
        height: 100%;
        left: 0;
        max-width: 335px;
        position: fixed;
        top: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        width: 100%;
        z-index: 3000;
    }

    .header__top {
        padding: 0 16px;
        -webkit-transform: translateX(-110%);
        transform: translateX(-110%);
    }

    .header__top .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        padding: 0;
    }

    .header__top--list {
        border-bottom: 1px solid #edeef3;
        margin-bottom: 16px;
        padding: 0 0 16px;
    }

    .header__top--list li {
        display: block;
        padding: 8px;
    }

    .header__top--list a {
        font-weight: 500;
    }

    .header__top--icon {
        border: none;
        height: 24px;
        margin-right: 4px;
        width: 24px;
    }

    .header__top--btn .main-arrow:before {
        border-color: #ea3730;
    }

    .header__top--main {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        padding: 50px 0;
        width: 100%;
    }

    .header__top--close {
        position: absolute;
        right: 0;
        top: 16px;
        z-index: 1;
    }

    .header__top .header__catalog_btn {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        border-radius: 2px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 16px;
        font-weight: 600;
        justify-content: center;
        line-height: 24px;
        margin: 0;
        padding: 15px 29px;
    }

    .header__top .header__catalog_btn--icon {
        height: 24px;
        margin-right: 8px;
        width: 24px;
    }

    .header__map {
        border-bottom: 1px solid #ea3730;
        margin: 0 -16px;
        padding: 16px;
        width: 100%;
        width: -webkit-fill-available;
    }

    .header__map .h4 {
        color: #ea3730;
    }

    .header__menu {
        border-bottom: 1px solid #edeef3;
        margin-bottom: 16px;
        padding-bottom: 16px;
    }

    .header__menu.list-inline li {
        display: block;
    }

    .header__menu--item {
        padding: 16px 0 0;
    }

    .header__menu-btn {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        height: 16px;
        margin: 0 21px 0 5px;
        position: relative;
        width: 30px;
    }

    .header__menu-btn span,
    .header__menu-btn:after,
    .header__menu-btn:before {
        background-color: #bb0e41;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .header__menu-btn span {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .header__menu-btn:after {
        bottom: 0;
        top: auto;
        width: 65%;
    }

    .header__mobile--number {
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
    }

    .header__mobile--modal {
        color: #ea3730;
        font-size: 12px;
        line-height: 15px;
    }

    .header__lang {
        position: absolute;
        right: 64px;
        top: 17px;
    }

    .header__lang--item a,
    .header__lang--item span {
        font-size: 16px;
        line-height: 24px;
    }

    .header__lang--item:not(:last-child):after {
        background-color: #2e3955;
    }

    .header__nav {
        background-color: #dbe1f1;
        height: 100%;
        left: 0;
        padding-bottom: 20px;
        padding-top: 80px;
        position: fixed;
        top: 0;
        -webkit-transform: translateX(-110%);
        transform: translateX(-110%);
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        width: 335px;
        z-index: 3001;
    }

    .header__nav--head {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #969aa5;
        color: #fff;
        color: #2e3955;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        left: 0;
        padding: 16px;
        position: fixed;
        top: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        width: 100%;
        z-index: 2002;
    }

    .header__nav--close {
        position: absolute;
        right: 16px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .header__nav--inner {
        height: 100%;
        overflow-y: scroll;
        padding: 0;
        position: relative;
        z-index: 1;
    }

    .header__nav--info-list {
        margin-top: 24px;
    }

    .header__nav--info-list .header__nav--link {
        margin-bottom: 0;
    }

    .header__nav--link {
        padding-left: 8px;
    }

    .header__nav--item {
        margin-bottom: 2px;
        padding: 0;
    }

    .header__nav--mob_head {
        padding-left: 32px;
        position: relative;
    }

    .header__nav--mob_head .add {
        display: none;
    }

    .header__nav--mob_head:before {
        border-bottom: 2px solid #2e3955;
        border-left: 2px solid #2e3955;
        content: "";
        height: 12px;
        left: 6px;
        position: absolute;
        top: 6px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 12px;
    }

    .header__bg {
        z-index: 100;
    }

    .header__cart--count {
        display: none;
    }

    .header__wrapper {
        position: relative;
        z-index: 1;
    }

    .header__wrapper .header__menu {
        display: none;
    }

    .header .with-submenu.open > .nav-submenu,
    .header .with-submenu.open > .nav-submenu__item--list {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .nav-submenu {
        background-color: #edeef3;
        font-size: 14px;
        line-height: 20px;
    }

    .nav-submenu__item--more {
        display: none;
    }

    .nav-submenu__item--list {
        background-color: #fff;
    }

    .nav-submenu__item.with-submenu .nav-submenu__item--head {
        display: block;
        padding-right: 18px;
        position: relative;
    }

    .nav-submenu__item.with-submenu .nav-submenu__item--head:after {
        border-bottom: 2px solid #2e3955;
        border-right: 2px solid #2e3955;
        content: "";
        height: 8px;
        position: absolute;
        right: 8px;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg);
        width: 8px;
    }

    .nav-submenu__item--list li.nav-submenu__link_all a,
    .nav-submenu__link_all.nav-submenu__item a {
        font-weight: 700;
    }

    .nav-submenu,
    .nav-submenu__item--list {
        height: 100%;
        left: 0;
        overflow-y: scroll;
        padding-bottom: 20px;
        padding-top: 80px;
        position: fixed;
        top: 0;
        -webkit-transform: translateX(-110%);
        transform: translateX(-110%);
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        width: 100%;
        z-index: 2;
    }

    .nav-submenu__item,
    .nav-submenu__item--list li {
        padding: 8px 16px 8px 24px;
    }

    .nav-submenu__item a,
    .nav-submenu__item--list li a {
        font-weight: 500;
    }

    .menu-open {
        overflow: hidden;
    }

    .menu-open .header {
        position: relative;
        z-index: 2000;
    }

    .menu-open .header__bg,
    .menu-open .header__top {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        visibility: visible;
    }

    .menu-open .header .container {
        position: relative;
        z-index: 2001;
    }

    .catalog-open .header__nav {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .submenu-open .header__nav--mob_head .main {
        display: none;
    }

    .submenu-open .header__nav--mob_head .add {
        display: block;
    }

    .search-open {
        overflow: hidden;
    }

    .modal_cities__results {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }

    .modal_image__wrapper {
        padding: 0;
    }

    .modal_credit__product {
        padding: 24px;
    }

    .modal_credit__product--image {
        display: none;
    }

    .modal_credit .checkout__credit .checkout__radio {
        display: block;
    }

    .modal_credit .checkout__credit .checkout__radio--label {
        width: 100%;
    }

    .modal_credit .checkout__credit--list {
        padding: 16px 0 0 32px !important;
    }

    .products_slider__tabs {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 0 -20px;
        padding: 0 20px;
    }

    .products_slider__slider {
        margin: 0 -20px;
    }

    .products_slider__slider .slick-list {
        padding: 0 12px;
    }

    .products_slider__slider.slider_bordered {
        background-color: #fff;
    }

    .products_slider .product-card {
        width: 332px;
    }

    .portal__container {
        display: grid;
        gap: 16px;
        grid-template-columns: 316px 316px;
        grid-template-rows: 1fr 1fr;
        margin: 0 -20px;
        overflow-x: scroll;
        padding: 0 20px;
    }

    .portal__container--block {
        padding: 16px;
        height: 200px;
    }

    .portal__container--head {
        font-size: 20px;
        line-height: 24px;
    }

    .portal__blocks--item {
        width: 33.3333333333%;
    }

    .portal__list--item {
        width: 50%;
    }

    .home-blog .article-card,
    .home-stocks .article-card {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 332px;
    }

    .dizayner-card {
        width: 332px !important;
    }

    .home-blog__wrapper,
    .home-stocks__wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 0 -20px;
        padding: 0 12px;
    }

    .home-brands {
        padding-bottom: 35px;
    }

    .home-brands__inner {
        position: relative;
    }

    .home-brands__slider {
        position: static;
    }

    .home-brands .slick-dots {
        bottom: -45px;
        left: 0;
        padding: 0;
        position: absolute;
        width: 100%;
    }

    .home-info__container {
        padding: 40px;
    }

    .subscribe {
        padding: 24px 0;
    }

    .subscribe__head {
        font-size: 20px;
        line-height: 24px;
    }

    .subscribe__form {
        display: block;
    }

    .subscribe__form--input {
        max-width: unset;
    }

    .subscribe__form--btn {
        margin-top: 16px;
        width: 100%;
    }

    .footer__main {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer__main--column {
        padding-top: 40px;
        width: 25%;
    }

    .footer__main--column_main {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
        width: 100%;
    }

    .footer__logo--wrapper {
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        margin-bottom: 8px;
        order: -2;
        text-align: center;
        width: 100%;
    }

    .footer__soc {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        margin-right: auto;
        order: -1;
    }

    .category__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .category__content {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
    }

    .category__content--head {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .category__sort {
        -webkit-box-flex: 1;
        background-color: #fff;
        -ms-flex: auto;
        flex: auto;
        margin: 0 -20px 13px;
        padding: 16px 20px;
    }

    .category__filter--btn {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff;
        border-radius: 6px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 16px;
        font-weight: 500;
        margin-right: 16px;
        padding: 12px 16px;
    }

    .category__filter--btn svg {
        margin-left: 22px;
    }

    .category__toggle {
        background-color: #fff;
        border-radius: 6px;
        margin-left: auto;
        padding: 16px;
    }

    .category__toggle--btn:first-child {
        margin-left: 0;
    }

    .category__side {
        padding: 0;
        width: 100%;
    }

    .category__popular {
        margin-bottom: 20px;
    }

    .side-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        left: 0;
        max-width: 343px;
        padding: 0;
        position: fixed;
        top: 0;
        -webkit-transform: translateX(-110%);
        transform: translateX(-110%);
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        width: 100%;
        z-index: 10000;
    }

    .side-menu,
    .side-menu__head {
        background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .side-menu__head {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #ea3730;
        font-weight: 500;
        line-height: 20px;
        padding: 16px;
        position: relative;
        z-index: 101;
    }

    .side-menu__head .btn_close_wrapper {
        margin-left: auto;
    }

    .side-menu__content {
        -webkit-box-flex: 1;
        background-color: #fff;
        -ms-flex: auto;
        flex: auto;
        overflow-y: scroll;
        padding: 24px 16px;
        position: relative;
        z-index: 101;
    }

    .side-menu__bg {
        background: rgba(46, 57, 85, 0.7);
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        -webkit-transform: translateX(-110%);
        transform: translateX(-110%);
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        width: 100vw;
        z-index: 100;
    }

    .filter-open {
        overflow: hidden;
    }

    .filter-open .filter,
    .filter-open .filter .side-menu__bg {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .filter__inner {
        border-radius: 0;
    }

    .product__nav--wrapper.fixed .product__nav {
        padding: 8px 20px;
    }

    .product__nav--item:not(.active):hover:after {
        content: none;
    }

    .product__top--main {
        display: block;
    }

    .product__image {
        margin: 0 auto 40px;
        width: 70%;
    }

    .product__image--add {
        display: none !important;
    }

    .product__image .slick-dots {
        padding-top: 5px;
    }

    .product__about {
        border: none;
        margin: 0;
        padding: 0;
    }

    .product__kit--item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product__kit--product {
        width: 100%;
    }

    .product__kit--symbol {
        margin: 24px auto;
    }

    .product-main__content {
        width: 100%;
    }

    .product-main__side {
        display: none;
    }

    .cart-page__container {
        display: block;
    }

    .cart-page__container--side {
        margin: 8px 0 0;
        width: 100%;
    }

    .cart-page__total {
        border-radius: 0;
    }

    .checkout__container {
        display: block;
    }

    .checkout__container--side {
        border-radius: 0;
        margin: 60px 0 0;
        width: 100%;
    }

    .search-page__head {
        padding-bottom: 31px;
        position: relative;
    }

    .search-page__form {
        margin-top: 16px;
        max-width: unset;
    }

    .search-page__form--count {
        bottom: 0;
        left: 0;
        margin-left: 0;
        position: absolute;
    }

    .comparison__slider {
        width: 66.6666666667%;
    }

    .comparison__slider--inner {
        background-color: #fff;
        margin: 0;
    }

    .comparison__slider--inner > .product-card {
        width: 33.3333333333%;
    }

    .comparison__slider--inner > .product-card .product-card__inner {
        border: none;
        border-right: 1px solid #ea3730;
    }

    .comparison__slider--btn.checkbox {
        margin-left: auto !important;
    }

    .comparison .product-card {
        padding: 24px 0;
    }

    .comparison .product-card__inner {
        border-radius: 0;
        border-right: 1px solid #dbe1f1;
        padding: 0 14px;
    }

    .comparison__slider--wrapper.fixed .comparison__slider--container {
        padding: 0 20px;
    }

    .comparison__slider--wrapper.fixed .comparison__slider--inner {
        padding: 16px 0 34px;
    }

    .comparison__slider--wrapper.fixed .product-card__image {
        margin: 0 auto;
        width: 76px;
    }

    .comparison__slider--wrapper.fixed .product-card__name {
        font-size: 14px;
        margin: 5px 0;
    }

    .comparison .feature__values--item {
        width: 50%;
    }

    .comparison .feature__values--item.main {
        width: 33.3333333333%;
    }

    .comparison__slider--head > :not(:last-child),
    .personal-wishlist__head > :not(:last-child) {
        margin: 0 0 16px;
    }

    .comparison__slider--btn,
    .personal-wishlist__btn {
        width: calc(50% - 10px);
    }

    .comparison__slider--btn.clear,
    .personal-wishlist__btn.clear {
        border: none;
        padding: 0;
        width: auto;
    }

    .comparison__category,
    .personal-wishlist__category {
        width: 100%;
    }

    .personal-wishlist__btn {
        margin: 0 auto 0 0 !important;
    }

    .personal-wishlist__btn.clear {
        margin-right: 0 !important;
    }

    .info-page__container {
        display: block;
    }

    .info-page__container--side {
        padding: 40px 0 0;
        width: 100%;
    }

    .contacts-page__form {
        display: block;
    }

    .contacts-page__form--head {
        padding: 0 0 24px;
        width: 100%;
    }

    .personal__nav {
        background-color: transparent;
        margin: 0 -20px;
    }

    .personal__nav--item {
        -ms-flex-negative: 0;
        background-color: #fff;
        border-radius: 6px;
        flex-shrink: 0;
        margin: 0 13px 13px 0;
        padding: 15px 16px;
        white-space: nowrap;
    }

    .personal__nav--item.logout {
        background-color: transparent;
        padding: 0;
    }

    .personal__container {
        display: block;
    }

    .personal__container--side {
        padding: 0;
        width: 100%;
    }

    .designer__container--side {
        padding: 0;
        width: 100%;
    }

    .personal-order__head {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .personal-order__head--item {
        margin: 0 0 5px auto;
    }

    .personal-order__head--item:first-child {
        margin-left: 0;
    }

    .personal-order__info {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }

    .personal-order__products {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        margin: 24px 0 0;
        order: 1;
        width: 100%;
    }

    .personal-order__content--count {
        margin: 0 22px 0 0;
        padding: 0;
    }

    .personal-order__content--item {
        margin-bottom: 24px;
        padding-bottom: 24px;
    }

    .personal-order__add {
        display: block;
    }

    .personal-order__add .cart-page__product--bottom {
        padding: 5px 0 0 108px;
    }

    .personal-order__total {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .personal-order__total--list {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        border-bottom: 1px solid #edeef3;
        margin-bottom: 24px;
        order: -1;
        padding-bottom: 24px;
        width: 100%;
    }

    .personal-order .cart-page__product--image {
        margin-right: 8px;
    }

    .personal-order .cart-page__product--content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .personal-order .cart-page__set .cart-page__product--bottom {
        padding-left: 108px;
    }

    .brands-portal__item--list li {
        width: 33.3333333333%;
    }

    .brands-portal .home-brands__inner {
        padding: 0;
    }

    .blog-page__container {
        display: block;
    }

    .blog-page__container--side {
        margin: 0;
        padding-top: 60px;
    }

    .stocks__wrapper .article-card {
        width: 50%;
    }

    .stocks-page__banner {
        display: block;
    }

    .stocks-page__banner--img {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .designer-info-avatar {
        flex-direction: column;
        align-items: center;
    }

    .home-info__container {
        display: block;
        padding: 40px 40px 20px;
    }

    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .header__logo {
        width: 143px;
    }

    .header__main {
        padding-bottom: 11px;
        padding-top: 11px;
    }

    .header__btn {
        margin-left: 16px;
    }

    .header__btn:not(.compare) {
        display: none;
    }

    .header__btn--wrapper svg {
        fill: #2e3955;
    }

    .header__search {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        font-size: 0;
        margin-left: auto;
        position: static;
    }

    .header__search--form {
        background-color: #fff;
        border-radius: 0;
        left: 50%;
        padding: 8px 18px;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-210%, -50%);
        transform: translate(-210%, -50%);
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        width: calc(100% - 32px);
        z-index: 1;
    }

    .header__search--mob_btn {
        display: block;
    }

    .header__search--close {
        display: block;
        position: absolute;
        right: 16px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .header__search.open .header__search--form {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 200;
    }

    .header__main--btns {
        margin: 0;
    }

    .header__checkout {
        margin-bottom: 24px;
        padding: 16px 0;
    }

    .header__checkout--logo {
        width: 108px;
    }

    .header__checkout--phone {
        font-size: 16px;
        line-height: 20px;
    }

    .quick-search {
        bottom: 7px;
        left: 50%;
        -webkit-transform: translate(-50%, 90%);
        transform: translate(-50%, 90%);
        width: calc(100% - 32px);
    }

    .quick-search__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .quick-search__products {
        border-bottom: 1px solid #dbe1f1;
        border-left: none;
        margin: 0 0 24px;
        padding: 0 0 24px;
        width: 100%;
    }

    .quick-search__history--head {
        font-size: 16px;
        line-height: 20px;
    }

    .quick-search__history--head .quick-search__history--clean {
        display: none;
    }

    .quick-search__history--clean {
        margin: 10px 0 0;
    }

    .search-open .quick-search {
        -webkit-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%);
    }

    .main-block__head .h1,
    .products_slider__head {
        font-size: 24px;
        line-height: 29px;
    }

    .products_slider__head .view_all {
        display: none;
    }

    .products_slider__wrapper {
        margin-top: 16px;
    }

    .products_slider__tabs {
        margin: 0 -16px;
        padding: 0 16px;
    }

    .products_slider__tabs--head {
        margin-top: 16px;
    }

    .products_slider__slider {
        margin: 0 -16px;
    }

    .products_slider__slider .slick-list {
        padding: 0 8px;
    }

    .products_slider__slider.slider_bordered .product-card {
        width: 173px;
    }

    .slider_bordered .product-card__inner {
        padding: 0 14px 24px;
    }

    .slider_bordered .product-card__top {
        padding-top: 24px;
    }

    .slider_bordered .product-card__bottom {
        display: block;
        padding-bottom: 0;
    }

    .slider_bordered .product-card__bottom--btns {
        padding: 16px 0 0;
    }

    .portal__container {
        margin: 0 -16px;
        padding: 0 16px;
    }

    .portal__blocks--row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .portal__blocks--item {
        width: 100%;
    }

    .portal__blocks--inner img {
        max-height: 70%;
        max-width: 60%;
    }

    .portal .portal__container {
        display: block;
    }

    .portal .portal__container--block {
        margin-bottom: 16px;
        width: 100%;
    }

    .portal .portal__container--image {
        max-height: 60%;
        max-width: 60%;
    }

    .portal__list {
        border-radius: 0;
        margin: 0 -16px;
        padding: 8px 0;
    }

    .portal__list:after,
    .portal__list:before {
        height: 100%;
        width: 16px;
    }

    .portal__list:after {
        left: auto;
        right: 0;
    }

    .portal__list--wrapper:before {
        bottom: 0;
        height: 1px;
        top: auto;
        width: 100%;
    }

    .portal__list--item {
        border: none;
        border-bottom: 1px solid #dbe1f1;
        padding: 16px 0;
        text-align: center;
    }

    .portal__list--inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        border: none;
        border-right: 1px solid #dbe1f1;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 16px;
    }

    .portal__list--inner img {
        margin: auto 0 0;
        max-width: calc(100% - 26px);
    }

    .portal__list--name {
        display: block;
        margin: 0 0 16px;
    }

    .home-blog__wrapper,
    .home-stocks__wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 0 -16px;
        padding: 0 8px;
    }

    .home-info__container {
        display: block;
        padding: 40px 40px 20px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .home-info__item {
        margin-bottom: 20px;
    }

    .subscribe__head {
        max-width: 100%;
    }

    .subscribe__container {
        display: block;
        padding-bottom: 0;
        padding-top: 0;
    }

    .subscribe__container--text {
        margin-top: 16px;
    }

    .subscribe__form {
        padding: 24px 0 0;
    }

    .subscribe__success {
        padding-bottom: 40px;
        padding-top: 40px;
        text-align: center;
    }

    .footer {
        padding-bottom: 72px;
    }

    .footer__bottom {
        display: block;
        text-align: center;
    }

    .footer__main--column {
        width: 50%;
    }

    .footer__main--column_main {
        width: 100%;
    }

    .mobile-nav {
        background-color: #fff;
        border-top: 1px solid #ea3730;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        left: 0;
        padding: 8px;
        position: fixed;
        width: 100%;
        z-index: 500;
    }

    .mobile-nav__item {
        font-size: 12px;
        font-weight: 500;
        line-height: 15px;
        padding: 0 8px;
        text-align: center;
        width: 25%;
    }

    .mobile-nav__item--icon {
        display: block;
        height: 40px;
        margin: 0 auto 4px;
        position: relative;
        width: 40px;
    }

    .mobile-nav__item--icon svg {
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .mobile-nav__item .header__btn--count {
        right: 0;
        top: 1px;
    }

    .mobile-nav__item.active {
        color: #ea3730;
    }

    .mobile-nav__item.active svg {
        fill: #ea3730;
    }

    .mobile-nav__item .icon_logined {
        left: auto;
        position: absolute;
        right: 3px;
        top: 0;
        -webkit-transform: none;
        transform: none;
    }

    .mobile-nav__catalog .mobile-nav__item--icon {
        background-color: #F03525;
        border-radius: 6px;
    }

    .mobile-nav__catalog .mobile-nav__item--icon svg {
        fill: #fff;
    }

    .modal__main-wrapper {
        padding: 50% 0;
    }

    .modal__content {
        border-radius: 0;
        padding: 15px;
    }

    .modal__head {
        margin-bottom: 40px;
    }

    .modal_close-btn {
        right: 18px;
        top: 20px;
    }

    .modal_cities__results {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .modal_review__rating {
        display: block;
    }

    .modal_review__rating--head {
        margin-bottom: 16px;
    }

    .modal_map__container {
        min-height: 440px;
    }

    .modal_image__wrapper {
        display: block;
    }

    .modal_image__wrapper--banner {
        width: 100%;
    }

    .modal_image .product__about {
        padding: 0;
    }

    .modal_image .modal__main-wrapper {
        padding: 58px 0 0;
    }

    .modal_image .modal__content {
        padding-top: 62px;
    }

    .modal_image .modal__head,
    .modal_image .product-card__labels,
    .modal_image .product-card__rating,
    .modal_image .product__options {
        display: none;
    }

    .modal_login .modal__main-wrapper {
        padding: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .modal_login__body {
        display: block;
    }

    .modal_login__body--main {
        padding: 30px 16px;
    }

    .modal_login__head {
        padding-right: 50px;
    }

    .modal_login .checkout__tabs--head {
        padding: 0 4px 7px;
    }

    .modal_login .checkout__tabs--head:last-child {
        margin-right: 0;
    }

    .modal_credit__product {
        display: block;
        padding: 16px;
    }

    .modal_credit__product--name {
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
    }

    .modal_credit__product--info {
        padding: 0 0 16px;
    }

    .modal_credit__product--btn {
        margin: 16px 0 0;
        max-width: unset;
    }

    .modal_credit__btn {
        padding-bottom: 0;
    }

    .modal_credit .checkout__credit--list {
        display: block;
    }

    .modal_credit .checkout__credit .customed-select {
        width: 100%;
    }

    .modal_credit .checkout__credit--item {
        margin: 16px 0 0;
        padding: 0;
    }

    .losted-cart__inner {
        padding: 24px;
    }

    .losted-cart__head {
        padding-right: 0;
    }

    .losted-cart__head--count {
        font-size: 14px;
    }

    .losted-cart__products {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .losted-cart__products--item {
        margin: 0 2.5px;
    }

    .losted-cart__products--more {
        margin-left: 2.5px;
        text-align: center;
    }

    .losted-cart__btns {
        display: block;
        text-align: center;
    }

    .losted-cart__btns .btn {
        margin-bottom: 24px;
        width: 100%;
    }

    .losted-cart__btns .hover-link {
        margin: 0;
    }

    .popular .main-block__head {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 16px;
    }

    .custom-toolip__text {
        padding: 0;
        top: 100%;
        -webkit-transform: translate(80%);
        transform: translate(80%);
    }

    .custom-toolip__text--inner {
        padding: 8px;
        width: 183px;
    }

    .custom-toolip:hover .custom-toolip__text {
        -webkit-transform: translate(100%);
        transform: translate(100%);
    }

    .category__sort {
        background-color: #fff;
        margin: 0 -16px 13px;
        padding: 16px;
    }

    .category__filter--btn {
        -webkit-box-flex: 1;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -ms-flex: auto;
        flex: auto;
        justify-content: center;
    }

    .category__question {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
    }

    .category__content--bottom {
        background-color: transparent;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
    }

    .category__content--bottom .column {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        width: auto;
    }

    .products-container {
        margin: 0 -6.5px;
        grid-template-columns: 1fr;
    }

    .products-container.grid-3 {
        grid-template-columns: 1fr;
    }

    .products-container .product-card {
        margin-bottom: 13px;
        padding: 0 6.5px;
        /* width: 50%; */
    }

    .products-container.list .product-card__buy {
        margin-right: auto;
    }

    .products-container.list .product-card__bottom {
        padding-top: 24px;
        width: 100%;
    }

    .products-container.list .product-card__bottom--btns {
        margin-top: 24px;
    }

    .products-container:not(.list) .product-card {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .products-container:not(.list) .product-card__inner {
        /* padding: 10px 10px 16px; */
    }

    .products-container:not(.list) .product-card__code,
    .products-container:not(.list) .product-card__rating--count {
        display: none;
    }

    .products-container:not(.list) .product-card__top {
        /* padding-top: 30px; */
    }

    .products-container:not(.list) .product-card__labels--item {
        font-size: 12px;
        line-height: 16px;
    }

    .products-container:not(.list) .product-card__buy {
        /* font-size: 0; */
        line-height: 0;
        padding: 16px;
    }

    .products-container:not(.list) .product-card__buy svg {
        margin-right: 8px;
    }

    .products-container:not(.list) .product-card__btn {
        margin-left: 20px;
    }

    .products-container:not(.list) .product-card .main-price {
        display: block;
        font-size: 18px;
        line-height: 22px;
    }

    .products-container:not(.list) .product-card .main-price span {
        display: block;
    }

    .products-container:not(.list) .product-card .main-price__old {
        font-size: 10px;
        line-height: 14px;
    }

    .products-container:not(.list) .product-card:nth-child(8) ~ .product-card {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .products-container__banner {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-bottom: 13px;
    }

    .products-container__banner--inner {
        height: 144px;
    }

    .pagination {
        background-color: #fff;
        margin: 13px -16px 0;
        padding: 8px 16px;
        text-align: center;
    }

    .pagination__more {
        margin: 0;
        width: 100%;
    }

    .seo-text {
        padding: 0;
    }

    .seo-text__container {
        border-radius: 0;
    }

    .seo-text__upper {
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
    }

    .seo-text__head {
        font-size: 28px;
        line-height: 34px;
    }

    .product {
        padding-left: 0;
        padding-right: 0;
    }

    .product__nav--wrapper.fixed {
        top: 57px;
    }

    .product__nav--wrapper.fixed .product__nav {
        padding: 8px 16px;
    }

    .product__top {
        border-radius: 0;
        padding: 24px 16px;
    }

    .product__image {
        width: 100%;
    }

    .product__name {
        margin-bottom: 8px;
    }

    .product__about--top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 24px;
    }

    .product__about--main {
        margin: 40px 0;
        padding: 16px;
    }

    .product__about--main .main-price__old {
        line-height: 24px;
        margin-bottom: 8px;
    }

    .product__about--main .main-price__main {
        font-size: 24px;
        line-height: 29px;
    }

    .product__about--main-btns {
        display: block;
    }

    .product__about--main-btns .btn {
        width: 100%;
    }

    .product__about--main-btns .btn + .btn {
        margin: 16px 0 0;
        width: 100%;
    }

    .product__about--btn {
        margin-right: 24px;
    }

    .product__about--btn:last-child {
        margin-right: 0;
    }

    .product__about .product-card__code {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 16px;
        order: -1;
    }

    .product__about--characteristics {
        margin-bottom: 40px;
    }

    .product__about--characteristics .h4 {
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
    }

    .product__about--characteristics .item {
        width: 50%;
    }

    .product__additional {
        padding: 16px;
    }

    .product__additional > .h4 {
        margin-bottom: 16px;
    }

    .product__additional .h4 {
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
    }

    .product__additional--item {
        margin: 0 0 24px;
    }

    .product__additional--item:last-child {
        margin-bottom: 0;
    }

    .product__additional--checkbox {
        position: relative;
    }

    .product__additional--price {
        position: absolute;
        right: 0;
        top: -8px;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .product__kit {
        border-radius: 0;
        padding: 24px 16px;
    }

    .product__kit--product .image {
        width: 100px;
    }

    .product__kit--product .main-price__main {
        font-size: 20px;
        line-height: 24px;
    }

    .product__kit--total {
        max-width: unset;
        width: 100%;
    }

    .product__kit--total .main-price {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .product__kit--total .main-price__old {
        margin: 0 16px 0 0;
    }

    .product__kit--total .main-price__old .sale {
        background-color: #fc2539;
        color: #fff;
    }

    .product__kit--head .slides-numbers {
        margin-left: auto;
    }

    .product__kit .slick-dots {
        padding-top: 40px;
    }

    .delivery-block__item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        border-bottom: 1px solid #edeef3;
        margin-bottom: 16px;
        padding-bottom: 16px;
    }

    .delivery-block__item--name {
        margin-bottom: 8px;
        width: 100%;
    }

    .delivery-block__item--content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .delivery-block__item--date,
    .delivery-block__item--price {
        width: auto;
    }

    .delivery-block__item--date {
        margin: 0 auto 0 0;
    }

    .delivery-block__notice span {
        display: block;
        margin-bottom: 4px;
    }

    .product-main__content--block {
        border-radius: 0;
        padding: 24px 16px;
    }

    .product-characteristics__item--row {
        display: block;
    }

    .product-characteristics__item .head {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 4px;
    }

    .product-characteristics__item .dots {
        display: none;
    }

    .product-review__head {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product-review__head .btn {
        margin-top: 24px;
        width: 100%;
    }

    .product-review__head .product-card__rating {
        margin: 0 0 0 auto;
    }

    .product-review__head .product-card__rating--rate {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        font-size: 20px;
        line-height: 24px;
        order: -1;
    }

    .product-review__head .product-card__rating--count {
        display: none;
    }

    .product-review__item--head {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product-review__item--head .product-card__rating--list {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        margin-top: 8px;
        order: 1;
        width: 100%;
    }

    .product-review__item--answer {
        padding-left: 8px;
    }

    .cart-page {
        padding-left: 0;
        padding-right: 0;
    }

    .cart-page__head {
        padding: 0 16px;
    }

    .cart-page__container {
        border-radius: 0;
    }

    .cart-page__product--content {
        display: block;
    }

    .cart-page__product--main {
        padding: 0 0 24px;
    }

    .cart-page__product--delete {
        display: none;
    }

    .cart-page__product--bottom {
        max-width: 400px;
    }

    .cart-page__product--bottom .main-price {
        margin: 0 0 0 auto;
    }

    .cart-page__product--bottom .counter {
        margin-right: 20px;
    }

    .cart-page__item {
        padding: 24px 16px;
    }

    .cart-page__item--add {
        padding: 0;
    }

    .cart-page__item--btns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cart-page__item--btn,
    .cart-page__item--btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .cart-page__item--btn {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cart-page__item--btn svg {
        margin-right: 8px;
    }

    .cart-page__item--btn.wish {
        color: #ea3730;
    }

    .cart-page__item--btn.wish svg {
        fill: #ea3730;
    }

    .cart-page__item--btn.delete {
        color: #969aa5;
        margin-left: auto;
    }

    .cart-page__set {
        display: block;
    }

    .cart-page__set--main {
        margin-bottom: 24px;
    }

    .cart-page__set .cart-page__product--main {
        padding-bottom: 0;
    }

    .cart-page__set .cart-page__product--bottom {
        padding-left: 116px;
    }

    .cart-page .product__additional > .h4 {
        font-size: 18px;
        line-height: 22px;
    }

    .cart-page .product__additional--price {
        margin: 8px 0 0;
        position: static;
        -webkit-transform: none;
        transform: none;
    }

    .cart-page .product__additional--checkbox {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cart-page .product__additional--checkbox .customed-select {
        width: calc(100% - 38px);
    }

    .cart-page .product__additional .counter {
        margin: 8px auto 0 40px;
    }

    .checkout {
        padding: 0;
    }

    .checkout__head {
        padding: 0 16px;
    }

    .checkout__block {
        border-radius: 0;
        padding: 24px 16px;
    }

    .checkout__block--content {
        padding-top: 16px;
    }

    .checkout__tabs--head {
        font-size: 14px;
        line-height: 17px;
    }

    .checkout__radio--add {
        display: block;
        margin: 8px 0 16px;
        padding-left: 34px;
        width: 100%;
    }

    .checkout__radio--add span {
        margin-right: 16px;
    }

    .customed-select__quick-list li {
        margin-right: 40px;
    }

    .customed-select__quick-list a {
        font-size: 16px;
    }

    .success-page {
        padding: 0;
    }

    .success-page__container {
        border-radius: 0;
        padding: 30px 16px;
    }

    .comparison {
        padding: 0;
    }

    .comparison__head {
        padding: 0 16px;
    }

    .comparison__slider {
        width: 50%;
    }

    .comparison__slider--inner .main-price,
    .comparison__slider--inner .main-price span {
        display: block;
    }

    .comparison__slider--inner > .product-card {
        width: 50%;
    }

    .comparison__slider--wrapper.fixed {
        top: 73px;
    }

    .comparison__slider--wrapper.fixed .comparison__slider--container {
        padding: 0;
    }

    .comparison__slider--wrapper.fixed .comparison__slider--inner {
        border-radius: 0;
    }

    .comparison .feature__values--item {
        width: 100%;
    }

    .comparison .feature__values--item.main {
        width: 50%;
    }

    .comparison__slider--head,
    .personal-wishlist__head {
        padding: 10px 16px;
    }

    .comparison__slider--btn,
    .personal-wishlist__btn {
        font-size: 12px;
        padding: 7px 10px;
    }

    .info-page {
        padding: 0;
    }

    .info-page__head {
        padding: 0 16px;
    }

    .info-page__wrapper {
        border-radius: 0;
        padding: 30px 16px;
    }

    .info-page__tooltip--column {
        padding: 0 0 30px;
        width: 100%;
    }

    .info-page__tooltip--column:last-child,
    .personal {
        padding: 0;
    }

    .personal__head {
        padding: 0 16px;
    }

    .personal__nav {
        margin: 0;
        padding: 0 16px;
    }

    .personal__verify {
        padding: 8px 18px;
    }

    .personal__block,
    .personal__user {
        border-radius: 0;
    }

    .personal__block {
        padding: 30px 16px;
    }

    .personal-address__toggle {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .personal-address__toggle--main {
        padding: 0 0 16px;
    }

    .personal-address__toggle--nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

    .personal-password__main {
        display: block;
    }

    .personal-password__edit {
        margin: 10px 0 0;
    }

    .personal-viewed__head,
    .personal-wishlist__head {
        margin: 0 -16px 16px;
    }

    .personal-viewed .personal__container--main,
    .personal-wishlist .personal__container--main {
        padding: 0 16px;
    }

    .personal-orders__head {
        margin-bottom: 0;
        padding-bottom: 5px;
    }

    .personal-orders .category__content--bottom {
        padding: 0 16px;
    }

    .personal-order {
        border-radius: 0;
        padding: 30px 16px 6px;
    }

    .personal-order__head {
        padding-bottom: 24px;
    }

    .personal-order__products {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .personal-order__products--price {
        font-size: 28px;
        line-height: 34px;
        padding: 24px 0 0;
        text-align: center;
        width: 100%;
    }

    .brands-portal {
        border-radius: 0;
        margin: 0 -16px;
        padding: 30px 16px;
    }

    .brands-portal__search {
        margin-bottom: 40px;
    }

    .brands-portal__slider--head {
        text-align: center;
    }

    .brands-portal__item {
        padding-top: 40px;
    }

    .brands-portal__item--list li {
        padding-top: 5px;
        width: 50%;
    }

    .brands-portal__nav,
    .brands-portal__nav li {
        margin-bottom: 20px;
    }

    .brands-portal .home-brands__inner {
        margin-bottom: 40px;
    }

    .brands-portal .home-brands__slider {
        margin: 0 -16px;
    }

    .brands-portal .home-brands__slider .item {
        padding: 8px 18px;
    }

    .brands-portal .home-brands__slider .slick-dots {
        display: none;
    }

    .brands-page__slider--inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-position: 25%;
        border-radius: 6px;
        min-height: 336px;
        padding: 40px 20px 65px;
    }

    .brands-page__slider--content {
        max-width: 75%;
    }

    .brands-page__slider--content img {
        margin-bottom: 5px;
        max-width: 140px;
    }

    .brands-page__slider--content .h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .blog__wrapper .article-card {
        width: 50%;
    }

    .blog .category__filter--btn,
    .stocks .category__filter--btn {
        width: 100%;
    }

    .blog-page__container--main .list-dotted li {
        display: block;
    }

    .blog-page__container--main .list-dotted li img {
        margin: 0;
        max-width: 100%;
    }

    .blog-page__container--side {
        width: 100%;
    }

    .blog-page__block {
        border-radius: 0;
        margin: 0 -16px;
        padding: 30px 16px;
    }

    .stocks-page__banner {
        border-radius: 0;
        margin: 0 -16px 16px;
    }

    .stocks-page__banner--head {
        display: block;
        padding: 16px 16px 0;
    }

    .stocks-page__banner--main {
        padding: 16px;
    }

    .stocks-page__banner .article-card__head {
        padding: 0 0 16px;
    }

    .credit__item:last-child {
        padding-bottom: 20px;
    }

    .credit__item--main {
        width: 100%;
    }

    .credit .table {
        width: 600px;
    }

    .credit .table__wrapper {
        overflow-x: scroll;
    }

    .not-found__step--item {
        padding: 0 0 20px;
        width: 100%;
    }
}

@media screen and (max-width: 470px) {
    .home-banner__slider--inner {
        border-radius: 6px;
    }

    .home-banner__slider--inner:before {
        padding-top: 50%;
    }

    .home-banner .slick-dots {
        bottom: 8px;
    }

    .info-page__tooltip {
        padding: 10px;
    }

    .info-page__tooltip--head {
        font-size: 16px;
        line-height: 20px;
    }

    .info-page__map {
        padding: 10px;
    }

    .info-page__map--inner {
        height: 241px;
    }

    .blog__wrapper .article-card,
    .stocks__wrapper .article-card {
        width: 100%;
    }
}

.subscribe__toggle--success {
    display: none;
}

.wrap-loader {
    position: relative;
}

.box-loader {
    background: rgba(51, 69, 115, 0.3);
    display: none;
    right: 0;
    z-index: 200;
}

.box-loader,
.box-loader .loader {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.box-loader .loader {
    background: url(../images/loader128.gif) no-repeat 50%;
    display: block;
    min-height: 128px;
}

.box-loader .loader.s40 {
    background: url(../images/loader40.gif) no-repeat 50%;
    min-height: 40px;
}

.box-loader .loader.s50 {
    background: url(../images/loader50.gif) no-repeat 50%;
    min-height: 50px;
}

.box-loader .loader.s64 {
    background: url(../images/loader64.gif) no-repeat 50%;
    min-height: 64px;
}

.box-loader .loader.s100 {
    background: url(../images/loader100.gif) no-repeat 50%;
    min-height: 100px;
}

.box-loader .loader.s128 {
    background: url(../images/loader128.gif) no-repeat 50%;
}

.no-results {
    display: block;
    margin-top: 10px;
}

.not_in_stock,
.not_in_stock:hover {
    background-color: #bcbcbc;
}

.success__message {
    background-color: #a9ffa9;
    border-radius: 5px;
    color: #212020;
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    padding: 5px;
}

.sitemap-page .block-content .content {
    min-height: 1px;
    padding: 0;
    width: 100%;
}

.sitemap-block ul {
    list-style-type: none;
    margin: 0;
}

.sitemap-block .sitemap-item {
    padding: 0;
}

.sitemap-block .sitemap-item .main-level {
    clear: both;
    overflow: hidden;
    width: 100%;
}

.sitemap-block .sitemap-item .main-level > a,
.sitemap-block .sitemap-item .main-level > span {
    color: #2e3955;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    margin: 0 0 26px;
}

.sitemap-block .sitemap-item .sub-level > a {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 18px;
}

.sitemap-block .sitemap-item .sub-level {
    clear: both;
    display: inline-block;
    overflow: hidden;
    width: 100%;
}

.sitemap-block .sitemap-item .main-level > ul li:not(.sub-level),
.sitemap-block .sitemap-item .sub-level > ul li {
    float: left;
    margin-right: 15px;
}

.block-pagination .pagination {
    text-align: center;
}

.footer__copyright {
    width: 100%;
}

.product-card__arrow.slick-next,
.product-card__arrow.slick-prev {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-card__arrow.slick-next:after,
.product-card__arrow.slick-prev:after {
    height: 9px;
    top: 12px;
    width: 9px
}

.product-card__arrow.slick-next.disabled:after,
.product-card__arrow.slick-prev.disabled:after {
    border-color: #969aa5
}

.product-card__arrow.slick-prev {
    left: 2px
}

.product-card__arrow.slick-prev:after {
    left: 13px
}

.product-card__arrow.slick-next {
    right: 2px;
}

.product-card__arrow.slick-next:after {
    right: 13px
}

.product-card__not-stock {
    color: #f03525;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px
}

.product-card__arrow {
    height: 32px;
    width: 32px;
}

.product-card__buy--icon {
    position: relative;
}

.product-card__buy--icon .header__btn--count {
    display: none;
    right: 2px;
    top: -6px;
}

.product-card__buy.added .product-card__buy--icon .header__btn--count {
    display: block;
}

.slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.slick-list,
.slick-slider {
    display: block;
    position: relative
}

.slick-list {
    margin: 0;
    overflow: hidden;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

.product-card__btn.active svg,
.product-card__btn.added svg,
.product-card__btn:hover svg {
    fill: #a8a8a9;
}

.product-card__buy.not_in_stock:not(.slim) {
    font-size: 10px;
    padding: 12px 10px;
}

.rounded {
    border-radius: 0.5rem;
}

/*CUSTOM TABLE*/
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table td,
.table th {
    padding: 1rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}

.table .table {
    background-color: #fff;
}

.table-sm td,
.table-sm th {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th,
.table-borderless thead td {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > td,
.table-primary > th {
    background-color: #b8daff;
}

.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th,
.table-primary thead td {
    background-color: #7abaff;
}

.table-secondary,
.table-secondary > td,
.table-secondary > th {
    background-color: #d6d8db;
}

.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th,
.table-secondary thead td {
    background-color: #b0b3b6;
}

.table-success,
.table-success > td,
.table-success > th {
    background-color: #c3e6cb;
}

.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th,
.table-success thead td {
    background-color: #8fd19e;
}

.table-info,
.table-info > td,
.table-info > th {
    background-color: #bee5eb;
}

.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th,
.table-info thead td {
    background-color: #86cfda;
}

.table-warning,
.table-warning > td,
.table-warning > th {
    background-color: #ffeeba;
}

.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th,
.table-warning thead td {
    background-color: #ffdf7e;
}

.table-danger,
.table-danger > td,
.table-danger > th {
    background-color: #f5c6cb;
}

.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th,
.table-danger thead td {
    background-color: #ed969e;
}

.table-light,
.table-light > td,
.table-light > th {
    background-color: #f8f9fa;
}

.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th,
.table-light thead td {
    background-color: #e2e6ea;
}

.table-dark,
.table-dark > td,
.table-dark > th {
    background-color: #343a40;
}

.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th,
.table-dark thead td {
    background-color: #1d2124;
}

.table-active,
.table-active > td,
.table-active > th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table .table-borderless {
    border: 0;
}

.table .table-borderless td,
.table .table-borderless th,
.table .table-borderless thead th,
.table .table-borderless thead td {
    border: 0;
}

.table .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table .table-striped tbody tr:nth-of-type(odd) {
    background-color: #f8f9fa;
}

.table .table-active,
.table .table-active > td,
.table .table-active > th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table .table-success,
.table .table-success > td,
.table .table-success > th {
    background-color: #c3e6cb;
}

.table .table-success tbody + tbody,
.table .table-success td,
.table .table-success th,
.table .table-success thead th,
.table .table-success thead td {
    background-color: #8fd19e;
}

.swal2-container {
    z-index: 9999999999999;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #F03525;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #CD000A;
}

.articles__list,
.home-info__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.error {
    padding: 1rem;
    background-color: #890000 !important;
    margin-bottom: 1rem;
    font-size: large;
}

.product-card__arrow.slick-next.swiper-button-disabled:after,
.product-card__arrow.slick-prev.swiper-button-disabled:after {
    border-color: #969aa5 !important
}

.portfolio-img {
    object-fit: cover !important;

}

.auth-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.banners {
    width: 100%;
}

.banners-pagination {
    margin-top: 1rem !important;
}

.banners .swiper-slide {
    border-radius: 0.5rem;
}

.banner__image__block {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.5rem;
}

.default-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 6px;
    padding: 25px 16px;
}

.btn-pre-order {
}

.modal-pre-order {
    width: 50%;
}

.turnstile iframe {
    width: 100% !important;
    border-radius: 0.5rem;
}

.turnstile iframe#content {
    background: black !important;
}

.designer-profil {
    background-color: white !important;
    color: #2e3955 !important;
    border: 1px solid #ea3730 !important;
    position: sticky;
    top: 10%;
}

.desginer__statistics_container {
    display: flex;
    width: 100%;
    margin: 10% 0;
}

.desginer__statistics_left {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    width: 50%;
}

.desginer__statistics_right {
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-end;
    width: 50%;
}

.btn_2_designer {
    background-color: #f0352524 !important;
    border: 1px solid #F03525 !important;
    color: #2e3955 !important;
}


/*DESIGNERRRR*/


.clear-fix:after {
    display: block;
    clear: both;
    content: "";
}

.img-responsive {
    /*width: 100%;*/
    /*min-height: 100%;*/
    aspect-ratio: 1;
    object-fit: cover;
}


.card__collection .cards {
    width: 100%;
    /*height: 400px;*/
    display: block;
    background-size: cover;
    float: left;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    background-position: center;
    margin: 10px;
}

.card__collection .cards--two {
    position: relative;
    backface-visibility: hidden;
}

.card__collection .cards--two p {
    position: absolute;
    top: 83%;
    left: -100%;
    text-transform: capitalize;
    color: #fff;
    font-size: 20px;
    z-index: 8;
    transition: all 0.6s ease;
}

.card__collection .cards--two:hover p {
    left: 8%;
}

.card__collection .cards--two:hover img {
    zoom: 1.5;
}

.card__collection .cards--two:hover .cards--two__rect {
    top: 70%;
}

.card__collection .cards--two:hover .cards--two__rect:before {
    transform: translateY(15px);
}

.card__collection .cards--two:hover li {
    transform: translateY(0);
}

.card__collection .cards--two:hover .cards--two__tri {
    right: -0%;
}

.card__collection .cards--two:hover .cards--two__tri:before {
    right: -312px;
}

.card__collection .cards--two img {
    transition: all 0.2s ease;
}

.card__collection .cards--two__tri {
    border-top: 220px solid transparent;
    border-bottom: 190px solid transparent;
    border-right: 288px solid #fff;
    opacity: 0.9;
    position: absolute;
    display: block;
    top: 0;
    right: -100%;
    transition: all 0.3s ease-in-out;
}

.card__collection .cards--two__tri:before {
    border-top: 220px solid transparent;
    border-bottom: 190px solid transparent;
    border-right: 288px solid #57ccfd;
    position: absolute;
    content: "";
    display: block;
    top: -220px;
    right: -612px;
    transition: all 0.3s ease-in-out;
    transition-delay: 0.2s;
}

.card__collection .cards--two__rect {
    width: 100%;
    height: 200px;
    background: #fff;
    display: block;
    position: absolute;
    transform: rotate(0deg);
    z-index: 5;
    opacity: 0.9;
    transition: all 0.3s ease-in-out;
}

.card__collection .cards--two__rect:before {
    content: "";
    display: block;
    width: 100%;
    position: relative;
    height: 100%;
    background: #f03525;
    transform: translateY(200px);
    z-index: 2;
    transition: all 0.3s ease-in-out;
    transition-delay: 0.1s;
}

.card__collection .cards--two ul {
    list-style: none;
    position: absolute;
    bottom: 0;
    left: 10px;
    z-index: 9;
}

.card__collection .cards--two ul li {
    display: inline-block;
    font-size: 16px;
    margin: 7px;
    color: #fff;
    transition: all 0.2s ease-in-out;
    transform: translateY(100px);
}

.card__collection .cards--two ul li:nth-child(2) {
    transition-delay: 0.2s;
}

.card__collection .cards--two ul li:nth-child(3) {
    transition-delay: 0.3s;
}

.card__collection .cards--two ul li:nth-child(4) {
    transition-delay: 0.4s;
}

.card__collection .cards--three__list {
    list-style: none;
    position: absolute;
    top: -9px;
    right: 7px;
    padding-top: 60px;
    transition: all 0.4s ease;
}

.card__collection .cards--three__list li {
    display: inline-block;
    margin: 4px;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgba(87, 204, 253, 0.9);
    text-align: center;
    line-height: 1.7rem;
    font-size: 12px;
    transition: all 0.3s ease;
    transform: translateX(500%);
}

.card__collection .cards--three__list li:nth-child(1) {
    transition-delay: 0.2s;
}

.card__collection .cards--three__list li:nth-child(2) {
    transition-delay: 0.3s;
}

.card__collection .cards--three__list li:nth-child(3) {
    transition-delay: 0.4s;
}

.table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.table th,
.table td {
    padding: 10px;
    text-align: left;
    border: 1px solid #ddd;
}

.table th {
    background-color: #f2f2f2;
}

.table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}



@-webkit-keyframes snake {
    to {
        stroke-dashoffset: 370%;
    }
}
@keyframes snake {
    to {
        stroke-dashoffset: 370%;
    }
}

.rate {
    float: left;
    height: 46px;
}

.rate:not(:checked) > input {
    position: absolute;
    display: none;
}

.rate:not(:checked) > label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rated:not(:checked) > label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rate:not(:checked) > label:before {
    content: '★ ';
}

.rate > input:checked ~ label {
    color: #ffc700;
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

.star-rating-complete {
    color: #c59b08;
}

.rating-container .form-control:hover,
.rating-container .form-control:focus {
    background: #fff;
    border: 1px solid #ced4da;
}

.rating-container textarea:focus,
.rating-container input:focus {
    color: #000;
}

.rated {
    float: left;
    height: 46px;
    padding: 0 10px;
}

.rated:not(:checked) > input {
    position: absolute;
    display: none;
}

.rated:not(:checked) > label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ffc700;
}

.rated:not(:checked) > label:before {
    content: '★ ';
}

.rated > input:checked ~ label {
    color: #ffc700;
}

.rated:not(:checked) > label:hover,
.rated:not(:checked) > label:hover ~ label {
    color: #deb217;
}

.rated > input:checked + label:hover,
.rated > input:checked + label:hover ~ label,
.rated > input:checked ~ label:hover,
.rated > input:checked ~ label:hover ~ label,
.rated > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

.color-option {
    position: relative;
    display: inline-block;
    margin: 5px;
    cursor: pointer;
}

.color-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

input[type="radio"]:checked + .color-circle {
    border: 2px solid #fff;  /* Add a border or any other styling to indicate selection */
}

.is-invalid {
    border-color: #dc3545 !important;
    padding-right: calc(1.5em + 0.75rem) !important;
    /*background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"%3E%3Cpath fill="%23dc3545" d="M14.146 1.146a.5.5 0 0 0-.708 0L8 6.293 2.854 1.146a.5.5 0 0 0-.708.708L7.293 7l-5.147 5.146a.5.5 0 1 0 .708.708L8 7.707l5.146 5.147a.5.5 0 0 0 .708-.708L8.707 7l5.147-5.146a.5.5 0 0 0 0-.708z"%3E%3C/path%3E%3C/svg%3E') !important;*/
    background-repeat: no-repeat !important;
    background-position: right calc(0.375em + 0.1875rem) center !important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}

.invalid-feedback {
    display: none !important;
    color: #dc3545 !important;
    margin-top: 0.25rem !important;
    font-size: 0.875em !important;
}

.is-invalid~.invalid-feedback {
    position: relative;
    display: block !important;
}
.is-invalid~.custom-form__input--placeholder{
    top:28px
}
.lds-dual-ring {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right:5px
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.form-group {
    position: relative;
    margin-bottom: 1.5rem;
}

.form-control {
    font-size: 1rem;
    padding: 1rem 0.5rem;
    display: block;
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: 6px;
    background-color: transparent;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control-label {
    position: absolute;
    top: 1rem;
    left: 0.5rem;
    color: #6c757d;
    font-size: 1rem;
    pointer-events: none;
    transition: top 0.1s ease-out, left 0.1s ease-out, font-size 0.1s ease-out;
}

.form-control:focus + .form-control-label,
.form-control:not(:placeholder-shown) + .form-control-label {
    top: 0;
    left: 8px;
    font-size: 0.75rem;
    color: #6c757d;
}

.form-control.is-invalid {
    border-color: #890000;
    padding-right: calc(1.5em + 0.75rem);
    /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-exclamation-triangle' viewBox='0 0 16 16'%3e%3cpath d='M.462 14.012a.5.5 0 0 1 .524-.488l14-1a.5.5 0 0 1 .274.94l-7 4.5a.5.5 0 0 1-.548 0l-7-4.5a.5.5 0 0 1-.274-.94z'/%3e%3cpath fill-rule='evenodd' d='M7.5 3.665a.5.5 0 0 1 .5-.5h.5a.5.5 0 0 1 .5.5v.67l-.03.333-.12.334-.308.2a1.96 1.96 0 0 0-.308.2l-.12.09-.122.085-.118.073-.107.052-.129.062-.118.045-.128.03-.138.018a.14.14 0 0 0-.056.006l-.14-.018-.129-.03-.118-.045-.128-.062-.107-.052-.118-.073-.122-.085-.12-.09-.308-.2-.12-.085-.03-.334-.03-.333v-.671zM8 10a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm-.252-6.153a.5.5 0 0 1 .504-.498h.5a.5.5 0 0 1 .5.5v.524l-.03.333-.12.334-.308.2a1.96 1.96 0 0 0-.308.2l-.12.09-.122.085-.118.073-.107.052-.129.062-.118.045-.128.03-.138.018a.14.14 0 0 0-.056.006l-.14-.018-.129-.03-.118-.045-.128-.062-.107-.052-.118-.073-.122-.085-.12-.09-.308-.2-.12-.085-.03-.334-.03-.333v-.525zM8 9a1 1 0 0 0-1 1v1a1 1 0 0 0 2 0v-1a1 1 0 0 0-1-1z'/%3e%3c/svg%3e");*/
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid + .form-control-label {
    color: #890000;
}

.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875rem;
    color: #890000;
}
.b_bages__item {
    position: relative;
    display: flex;
    height: 30px;
    font-size: 10px;
    margin: 0 0 5px 0;
}
.b_bages__3d .b_bages__item_icon {
    background: url(../images/bage-3d.svg) #FFF no-repeat center;
    background-size: 20px 20px;
}
.b_bages__video .b_bages__item_icon {
    background: url(../images/badge_video.png) #FFF no-repeat center;
    background-size: 20px 20px;
}
.b_bages__item_icon {
    display: block;
    padding: 5px;
    z-index: 2;
    position: relative;
    width: 20px;
    height: 20px;
    background: #FFF;
    border-radius: 50%;
    box-shadow: 0px 0px 5px #34313229;
}
.b_bages__item_name {
    visibility: hidden;
    display: flex
;
    align-items: center;
    opacity: 0;
    position: absolute;
    left: 50%;
    padding: 0 10px 0 21px;
    height: 30px;
    background: #FFF;
    border-radius: 0 15px 15px 0;
    z-index: 1;
    box-shadow: 0px 0px 5px #34313229;
    transition: opacity 0.5s;
}
.b_bages__item:hover .b_bages__item_icon{z-index: 101;}
.b_bages__item:hover .b_bages__item_name{visibility: visible;opacity: 1;z-index: 100;}
.b_bages__item_name:before{display: block;content: attr(data-content);text-align: left;white-space: pre;}
