

/* Start:/local/templates/.default/components/bitrix/catalog/sotbit_origami_catalog_new_tem/style.css?176813956838821*/
.main-input-bg__wrapper {
    position: relative;
}

.main-input-bg__wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #cbcbcb;
    transition: background-color 0.3s ease-in-out;
}

.main-input-bg__wrapper:hover::after {
    background-color: #999;
}

.main-input-bg__wrapper .main-input-bg {
    position: relative;
    width: 100%;
    height: 56px;
    padding: 23px 15px 6px;
    border-radius: 4px 4px 0 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid transparent;
    font-size: 14px;
    transition: all 0.3s ease;
}

.main-input-bg__wrapper .main-input-bg.main-input-bg--gray {
    background-color: #f2f2f2;
}

.main-input-bg__wrapper .main-input-bg.filled + .main-label-bg {
    top: 7px;
    font-size: 12px;
    line-height: 18px;
}

.main-input-bg__wrapper .main-input-bg.failed {
    position: relative;
    border-color: #f00;
    z-index: 1;
}

.main-input-bg__wrapper .main-input-bg.failed + .main-label-bg {
    top: 7px;
    color: #f00;
    font-size: 12px;
    line-height: 18px;
}

.main-input-bg__wrapper .main-input-bg:focus {
    position: relative;
    border-color: #ff7b4c;
    z-index: 1;
}

.main-input-bg__wrapper .main-input-bg:focus + .main-label-bg {
    top: 7px;
    color: #ff7b4c;
    font-size: 12px;
    line-height: 18px;
}

.main-input-bg__wrapper .main-input-bg:focus + .main-label-bg::after {
    opacity: 1;
}

.main-input-bg__wrapper .main-label-bg {
    position: absolute;
    top: calc(50% - 10px);
    left: 15px;
    margin: 0;
    text-align: left;
    font-weight: normal;
    color: #808080;
    font-size: 15px;
    line-height: 20px;
    user-select: none;
    transition: all 0.3s ease;
    z-index: 2;
    cursor: text;
}

.main-input-md__wrapper {
    position: relative;
}

.main-input-md__wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #dadada;
    transition: background-color 0.3s ease-in-out;
}

.main-input-md__wrapper:hover::after {
    background-color: #bdbdbd;
}

.main-input-md__wrapper .main-input-md {
    position: relative;
    width: 100%;
    height: 50px;
    padding: 23px 15px 6px;
    border-radius: 4px 4px 0 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid transparent;
    box-shadow: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.main-input-md__wrapper .main-input-md.main-input-bg--gray {
    background-color: #f7f7f7;
}

.main-input-md__wrapper .main-input-md.filled + .main-label-md {
    top: 7px;
    font-size: 12px;
    line-height: 18px;
}

.main-input-md__wrapper .main-input-md.failed {
    position: relative;
    border-color: #f00;
    z-index: 1;
}

.main-input-md__wrapper .main-input-md.failed + .main-label-md {
    top: 7px;
    color: #f00;
    font-size: 12px;
    line-height: 18px;
}

.main-input-md__wrapper .main-input-md:focus {
    position: relative;
    border-color: #ff7b4c;
    z-index: 1;
}

.main-input-md__wrapper .main-input-md:focus + .main-label-md {
    top: 7px;
    color: #ff7b4c;
    font-size: 12px;
    line-height: 18px;
}

.main-input-md__wrapper .main-input-md:focus + .main-label-md::after {
    opacity: 1;
}

.main-input-md__wrapper .main-label-textarea-md {
    position: absolute;
    top: calc(50% - 10px);
    left: 15px;
    margin: 0;
    text-align: left;
    color: #808080;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    user-select: none;
    transition: all 0.3s ease;
    z-index: 2;
    cursor: text;
}

.main-input-md__wrapper .main-label-md {
    position: absolute;
    top: calc(50% - 10px);
    left: 15px;
    z-index: 2;
    max-width: calc(100% - 15px);
    margin: 0;
    text-align: left;
    color: #808080;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    user-select: none;
    transition: all 0.3s ease;
    cursor: text;
    overflow: hidden;
}

.main-textarea-md__wrapper {
    position: relative;
}

.main-textarea-md__wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #dadada;
    transition: background-color 0.3s ease-in-out;
}

.main-textarea-md__wrapper:hover::after {
    background-color: #bdbdbd;
}

.main-textarea-md__wrapper .main-textarea-md {
    position: relative;
    display: block;
    width: 100%;
    min-height: 115px;
    padding: 23px 20px 6px 15px;
    border-radius: 4px 4px 0 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid transparent;
    font-size: 14px;
}

.main-textarea-md__wrapper .main-textarea-md.main-textarea-md--gray {
    background-color: #f2f2f2;
}

.main-textarea-md__wrapper .main-textarea-md.filled + .main-label-textarea-md {
    padding-top: 5px;
    font-size: 12px;
    line-height: 18px;
}

.main-textarea-md__wrapper .main-textarea-md.failed {
    position: relative;
    border-color: #f00;
    z-index: 1;
}

.main-textarea-md__wrapper .main-textarea-md.failed + .main-label-textarea-md {
    padding-top: 5px;
    font-size: 12px;
    line-height: 18px;
}

.main-textarea-md__wrapper .main-textarea-md:focus {
    position: relative;
    border-color: #ff7b4c;
    z-index: 1;
}

.main-textarea-md__wrapper .main-textarea-md:focus + .main-label-textarea-md {
    padding-top: 5px;
    font-size: 12px;
    line-height: 18px;
}

.main-textarea-md__wrapper .main-textarea-md:focus + .main-label-textarea-md::after {
    opacity: 1;
}

.main-textarea-md__wrapper .main-label-textarea-md {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 20px);
    margin: 0;
    padding-left: 15px;
    padding-top: 15px;
    text-align: left;
    color: #808080;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    user-select: none;
    background-color: #fff;
    transition: all 0.3s ease;
    z-index: 2;
    cursor: text;
}

.main-textarea-md__wrapper .main-label-textarea-md.main-label-textarea-md--gray {
    background-color: #f2f2f2;
}

.main_checkbox.not-checked label > span:first-child::before {
    border-color: red;
}

.main_checkbox input[type='checkbox'] {
    display: none;
}

.main_checkbox input[type='checkbox']:checked + label > span:first-child::before, .main_checkbox input[type='checkbox']:checked + label > .checkbox::before {
    background-color: #ff7b4c !important;
    border-color: #ff7b4c !important;
}

.main_checkbox input[type='checkbox']:checked + label > span:first-child::after, .main_checkbox input[type='checkbox']:checked + label > .checkbox::after {
    display: block;
}

.main_checkbox input[type='checkbox']:checked + .checkbox::before {
    background-color: #ff7b4c !important;
    border-color: #ff7b4c !important;
}

.main_checkbox input[type='checkbox']:checked + .checkbox::after {
    display: block;
}

.main_checkbox label {
    display: inline-flex;
    flex-wrap: nowrap;
    line-height: 20px;
    font-weight: normal;
    cursor: pointer;
    transition: all 0.3s ease;
}

.main_checkbox label a {
    color: #ff7b4c !important;
}

.main_checkbox label > span:first-child, .main_checkbox label > .checkbox {
    position: relative;
}

.main_checkbox label > span:first-child::before, .main_checkbox label > .checkbox::before {
    content: '';
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border: 2px solid #e6e6e6;
    border-radius: 2px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.main_checkbox label > span:first-child::after, .main_checkbox label > .checkbox::after {
    display: none;
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 13px;
    height: 8px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
}

.main_checkbox label:hover {
    color: #ff7b4c !important;
}

.main_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 135px;
    min-height: 40px;
    padding: 0.5rem;
    font-family: "Ubuntu";
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    color: #fff;
    white-space: normal !important;
    word-wrap: break-word;
    background: #ff7b4c;
    position: relative;
    cursor: pointer;
    border: 1px solid #ff7b4c;
    transition: all 0.3s ease-out;
}

.main_btn:focus {
    color: #fff;
}

.main_btn:hover {
    color: #fff;
    background-color: #ff5519;
    border-color: #ff5519;
}

.main_btn:active {
    color: #fff;
    background-color: #ff5519;
    border-color: #ff5519;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.25);
}

.main_btn:disabled {
    background-color: #bdbdbd !important;
    border-color: #bdbdbd !important;
}

.main_btn:disabled:hover {
    background-color: #bdbdbd !important;
    border-color: #bdbdbd !important;
}

.main_btn-big {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 135px;
    min-height: 50px;
    padding: 0.5rem;
    font-family: "Ubuntu";
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    color: #fff;
    white-space: normal !important;
    word-wrap: break-word;
    background: #ff7b4c;
    position: relative;
    cursor: pointer;
    border: 1px solid #ff7b4c;
    transition: all 0.3s ease-out;
}

.main_btn-big:focus {
    color: #fff;
}

.main_btn-big:hover {
    color: #fff;
    background-color: #ff5519;
    border-color: #ff5519;
}

.main_btn-big:active {
    color: #fff;
    background-color: #ff5519;
    border-color: #ff5519;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.25);
}

.main_btn-big:disabled {
    background-color: #bdbdbd !important;
    border-color: #bdbdbd !important;
}

.main_btn-big:disabled:hover {
    background-color: #bdbdbd !important;
    border-color: #bdbdbd !important;
}

.main_btn-white {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 135px;
    min-height: 40px;
    padding: 0.5rem;
    font-family: "Ubuntu";
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    color: #ff7b4c;
    white-space: normal !important;
    word-wrap: break-word;
    background: transparent;
    position: relative;
    cursor: pointer;
    border: 1px solid #ff7b4c;
    transition: all 0.3s ease-out;
}

.main_btn-white:focus {
    color: #ff7b4c;
}

.main_btn-white:hover {
    color: #ff5519;
    background-color: transparent;
    border-color: #ff5519;
}

.main_btn-white:active {
    color: #ff5519;
    background-color: transparent;
    border-color: #ff5519;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.25);
}

.main_btn-white:disabled {
    background-color: #bdbdbd !important;
    border-color: #bdbdbd !important;
}

.main_btn-white:disabled:hover {
    background-color: #bdbdbd !important;
    border-color: #bdbdbd !important;
}

.main_radio {
    display: flex;
    flex-wrap: wrap;
    /* ___________ 1. main style__________________ */
    /*==================================================*/
}

.main_radio span {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.main_radio span::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-color: #fff;
    border-radius: 100%;
    border: 2px solid #e6e6e6;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.main_radio span:hover {
    color: #ff7b4c;
}

.main_radio input[type='radio'] {
    display: none;
}

.main_radio input[type='radio']:checked + span::before {
    border: 6px solid #ff7b4c;
}

.main-color-txt {
    color: #ff7b4c !important;
}

.main-color-txt:hover {
    color: #ff5519 !important;
}

.main-txt-hover:hover {
    color: #ff5519 !important;
}

.main-color-txt-hov:hover {
    color: #ff5519 !important;
}

.main-color-block {
    color: #ff7b4c !important;
}

.main-color-block:hover {
    color: #ff5519 !important;
}

.main-color-btn {
    color: #ff7b4c !important;
}

.main-color-btn:hover {
    color: #ff5519 !important;
}

.main-color-btn-hover-fill {
    color: #ff7b4c !important;
    border-color: #ff7b4c !important;
}

.main-color-btn-hover-fill:hover {
    color: #fff !important;
    background-color: #ff7b4c !important;
}

.main-color-btn-fill {
    color: #fff !important;
    background-color: #ff7b4c !important;
}

.main-color-btn-fill:hover {
    color: #fff !important;
    background-color: #ff5519 !important;
}

.main-color-btn-svg {
    color: #ff7b4c !important;
}

.main-color-btn-svg:hover {
    color: #ff5519 !important;
}

.main-color-btn-svg:hover svg {
    fill: #ff5519 !important;
}

.main-color-btn-svg svg {
    fill: #ff7b4c !important;
}

.main-color-btn-svg-stroke {
    color: #ff7b4c !important;
}

.main-color-btn-svg-stroke:hover {
    color: #ff5519 !important;
}

.main-color-btn-svg-stroke:hover svg {
    stroke: #ff5519 !important;
}

.main-color-btn-svg-stroke svg {
    stroke: #ff7b4c !important;
}

.main-color-svg-fill {
    fill: #ff7b4c;
}

.main-color-svg-fill:hover {
    fill: #ff5519;
}

.main-svg-fill-hover {
    /*==================================================*/
    /*==================================================*/
}

.main-svg-fill-hover:hover svg {
    fill: #ff7b4c !important;
}

.main-color {
    color: #ff7b4c;
}

.main-color_on-hover:hover {
    color: #ff7b4c !important;
}

.main-color_bg-on-hover:hover {
    background-color: #ff7b4c !important;
}

.main-color_link {
    color: #ff7b4c !important;
}

.main-color_link:hover {
    color: #ff5519 !important;
}

.main-color_bg {
    background-color: #ff7b4c !important;
}

.main-color_border {
    border: 1px solid #ff7b4c !important;
}

.main-color_border-color {
    border-color: #ff7b4c !important;
}

.main-color_svg {
    fill: #ff7b4c !important;
}

.main-color_border-on-hover:hover {
    border-color: #ff7b4c !important;
}

.main-color_btn {
    background-color: #ff7b4c !important;
}

.main-color_btn:hover {
    background-color: #ff5519 !important;
}

.main-color_svg-stroke {
    stroke: #ff7b4c !important;
    /*==================================================*/
}

html {
    font-size: 15px;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    height: 0;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    padding: 0 0 1.5rem 0;
}

body h1 {
    font-size: 2.2rem;
    padding: 0 0 1.5rem 0;
}

body h2 {
    font-size: 1.7rem;
    padding: 2rem 0 1.7rem 0;
}

body h3 {
    font-size: 1.6rem;
    padding: 1.3rem 0 1.5rem 0;
}

body h4 {
    font-size: 1.5rem;
}

body h5 {
    font-size: 1.4rem;
}

body h6 {
    font-size: 1.2rem;
}

body p {
    font-size: 14px;
    margin: 0;
    padding: 0 0 0.7rem 0;
}

body ul {
    padding-left: 0;
}

body ul:before {
    color: #ff7b4c;
}

body li {
    list-style: none;
    position: relative;
}

body li::before {
    content: "\25CF";
    color: #ff7b4c;
    padding: 0;
    margin-left: 0;
    width: 20px;
    position: absolute;
    top: -2px;
    left: 0;
    display: none;
}

body ol {
    padding-left: 0;
}

body ul li, body ol li {
    margin: 0 0 0.5rem;
    padding-left: 1.5rem;
    position: relative;
}

body ul:not([class]) {
    margin-left: 20px;
}

body ul:not([class]) li {
    padding-left: 0;
    list-style: disc outside;
}

body ul:not([class]) li p {
    display: inline-block;
}

body ol:not([class]) {
    margin-left: 20px;
}

body ol:not([class]) li {
    padding-left: 10px;
    list-style: decimal outside;
}

body:not(#bx-panel), body:not(#theme-change), body:not(#theme-panel), body:not(#bx-panel-back) {
    font-family: "Ubuntu", sans-serif !important;
}

@media (max-width: 1023px) {
    body h1:not([class]) {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1024px) and (max-width: 1343px) {
    /* ___________ 3. link style__________________ */
    body h1:not([class]) {
        padding-left: 0;
        padding-right: 0;
    }
}

body a {
    font-family: "Ubuntu", sans-serif !important;
    color: #000;
    text-decoration: none;
    outline: none;
    transition: all 0.1s ease-in-out;
    /* ___________ end link style__________________ */
}

body a:hover {
    color: #ff7b4c;
    outline: none;
    text-decoration: none;
}

body a:hover::after {
    border-color: #ff7b4c;
}

body a:focus {
    color: #000;
    outline: none;
    text-decoration: none;
}

ul li:before, ol li:before {
    padding: 0;
    margin-left: 0;
    width: 20px;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    position: absolute;
    top: 0;
    left: 0;
}

blockquote {
    position: relative;
    margin: 2rem 0;
    padding: 0.7rem 1.2rem;
    border: none;
    font-size: 1rem;
}

blockquote:before {
    bottom: 3px;
    content: " ";
    display: block;
    left: 0;
    position: absolute;
    top: 3px;
    width: 3px;
    background-color: #ff7b4c;
}

blockquote.red:before {
    background-color: #ff7b4c;
}

blockquote.red i {
    color: #ff7b4c;
}

.block_main_left_menu__content.active .col, .block_main_left_menu__content.active .col-1, .block_main_left_menu__content.active .col-10, .block_main_left_menu__content.active .col-11, .block_main_left_menu__content.active .col-12, .block_main_left_menu__content.active .col-2, .block_main_left_menu__content.active .col-3, .block_main_left_menu__content.active .col-4, .block_main_left_menu__content.active .col-5, .block_main_left_menu__content.active .col-6, .block_main_left_menu__content.active .col-7, .block_main_left_menu__content.active .col-8, .block_main_left_menu__content.active .col-9, .block_main_left_menu__content.active .col-auto, .block_main_left_menu__content.active .col-lg, .block_main_left_menu__content.active .col-lg-1, .block_main_left_menu__content.active .col-lg-10, .block_main_left_menu__content.active .col-lg-11, .block_main_left_menu__content.active .col-lg-12, .block_main_left_menu__content.active .col-lg-2, .block_main_left_menu__content.active .col-lg-3, .block_main_left_menu__content.active .col-lg-4, .block_main_left_menu__content.active .col-lg-5, .block_main_left_menu__content.active .col-lg-6, .block_main_left_menu__content.active .col-lg-7, .block_main_left_menu__content.active .col-lg-8, .block_main_left_menu__content.active .col-lg-9, .block_main_left_menu__content.active .col-lg-auto, .block_main_left_menu__content.active .col-md, .block_main_left_menu__content.active .col-md-1, .block_main_left_menu__content.active .col-md-10, .block_main_left_menu__content.active .col-md-11, .block_main_left_menu__content.active .col-md-12, .block_main_left_menu__content.active .col-md-2, .block_main_left_menu__content.active .col-md-3, .block_main_left_menu__content.active .col-md-4, .block_main_left_menu__content.active .col-md-5, .block_main_left_menu__content.active .col-md-6, .block_main_left_menu__content.active .col-md-7, .block_main_left_menu__content.active .col-md-8, .block_main_left_menu__content.active .col-md-9, .block_main_left_menu__content.active .col-md-auto, .block_main_left_menu__content.active .col-sm, .block_main_left_menu__content.active .col-sm-1, .block_main_left_menu__content.active .col-sm-10, .block_main_left_menu__content.active .col-sm-11, .block_main_left_menu__content.active .col-sm-12, .block_main_left_menu__content.active .col-sm-2, .block_main_left_menu__content.active .col-sm-3, .block_main_left_menu__content.active .col-sm-4, .block_main_left_menu__content.active .col-sm-5, .block_main_left_menu__content.active .col-sm-6, .block_main_left_menu__content.active .col-sm-7, .block_main_left_menu__content.active .col-sm-8, .block_main_left_menu__content.active .col-sm-9, .block_main_left_menu__content.active .col-sm-auto, .block_main_left_menu__content.active .col-xl, .block_main_left_menu__content.active .col-xl-1, .block_main_left_menu__content.active .col-xl-10, .block_main_left_menu__content.active .col-xl-11, .block_main_left_menu__content.active .col-xl-12, .block_main_left_menu__content.active .col-xl-2, .block_main_left_menu__content.active .col-xl-3, .block_main_left_menu__content.active .col-xl-4, .block_main_left_menu__content.active .col-xl-5, .block_main_left_menu__content.active .col-xl-6, .block_main_left_menu__content.active .col-xl-7, .block_main_left_menu__content.active .col-xl-8, .block_main_left_menu__content.active .col-xl-9, .block_main_left_menu__content.active .col-xl-auto {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.block_main_left_menu__content.active .row {
    margin-right: -8px !important;
    margin-left: -8px !important;
}

.block_main_left_menu__content.active .mb-3, .block_main_left_menu__content.active .my-3 {
    margin-bottom: 8px !important;
}

.block_main_left_menu__content.active .mt-3, .block_main_left_menu__content.active .my-3 {
    margin-top: 8px !important;
}

[class].main-container {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 1374px) {
    [class].main-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1023px) {
    /* ___________ end main style__________________ */
    /* ___________ 2. main DIV width style__________________ */
    [class].main-container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.puzzle_block {
    position: relative;
    width: 100%;
    max-width: 1344px;
    margin: 0 auto;
    padding: 0;
    font-family: "Ubuntu", sans-serif;
    font-size: 15px;
    color: #000;
    font-weight: 400;
}

@media (max-width: 768px) {
    .puzzle_block {
        max-width: 100%;
    }
}

.puzzle_block__title {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    padding: 0 0 30px 0;
    font-family: "Ubuntu";
    font-size: 2rem;
    line-height: 1.2;
}

@media (max-width: 768px) {
    .puzzle_block__title {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .puzzle_block__title.puzzle_block__title {
        font-size: 20px;
    }

    .puzzle_block__title a {
        margin-left: 0;
        margin-top: 10px;
        font-size: 14px;
    }
}

.puzzle_block__link {
    margin-left: 30px;
    color: #807f7f;
    font-weight: 400;
}

.puzzle_block__link i {
    display: none;
}

.puzzle_block input[type="submit"] {
    cursor: pointer;
    /* ___________ end main DIV width style__________________ */
    /* ___________ 4. main placeholder style__________________ */
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    /* ___________ end main placeholder style __________________ */
    /* ___________ 5. main focus style__________________ */
}

:focus {
    outline-style: none;
    outline-width: 0 !important;
    outline-color: transparent !important;
    /* ___________ end main focus style__________________ */
    /* ___________ 6. main block puzzle style__________________ */
}

.puzzle_block {
    width: 100%;
    /* ___________ end main block puzzle style__________________ */
    /* all style*/
}

iframe {
    border: 0;
}

img {
    height: auto;
}

.origami_icons_button {
    /*  ___________  animation img  ___________ */
}

.origami_icons_button::after {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    right: -10px;
    transform: rotate(45deg) translateY(-50%);
    transform-origin: 50% 0;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
    margin-top: 0;
}

.fonts__big_comment, .fonts__main_comment, .fonts__main_title, .fonts__middle_title, .fonts__small_title, .fonts__main_text, .fonts__middle_text, .fonts__small_text, .fonts__small_weight_title, .fonts__middle_comment, .fonts__small_comment {
    font-family: "Ubuntu", Arial, sans-serif;
}

.fonts__middle_title {
    font-weight: 700;
    font-size: 2rem;
}

.fonts__small_title {
    font-weight: 600;
    font-size: 1.2rem;
}

.fonts__main_text {
    font-weight: 700;
    font-size: 1.2rem;
}

.fonts__middle_text {
    font-weight: 700;
    font-size: 1rem;
}

.fonts__small_text {
    font-size: 1rem;
}

.fonts__main_comment {
    font-size: 0.93rem;
}

.fonts__middle_comment {
    font-size: 0.75em;
}

.fonts__small_comment {
    font-size: 0.8rem;
}

.puzzle_block__title_page {
    padding: 0 0 2.5rem 0;
}

textarea, input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: none;
    /* ___________  sticker product - card __________________ */
}

.sticker_product__discount {
    font-family: "Ubuntu";
    padding: 0.1rem 0.5rem;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-bottom: 0.1rem;
    background: #fb0040;
    /* ___________ end sticker product - card __________________ */
    /* ___________  sale price product - card __________________ */
}

.product_card__block__old_price_product {
    text-decoration: line-through;
    color: #cbcbcb;
    margin-right: 10px;
    /* ___________ end sale price product - card __________________ */
    /* scroll bar*/
}

.origami_main_scroll {
    position: relative;
    padding: 0 0 10px 0;
    /*
   * Container style
   */
}

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
    cursor: pointer;
    /*
   * Scrollbar rail styles
   */
}

.ps__rail-x {
    display: none;
    opacity: 1;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    /* there must be 'bottom' or 'top' for ps__rail-x */
    height: 6px;
    /* please don't change 'position' */
    bottom: 0;
    position: absolute;
}

.ps__rail-y {
    display: none;
    opacity: 1;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    /* there must be 'bottom' or 'top' for ps__rail-x */
    height: 6px;
    /* please don't change 'position' */
    bottom: 0;
    position: absolute;
}

.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent;
}

.ps:hover > .ps__rail-x, .ps:hover > .ps__rail-y, .ps--focus > .ps__rail-x, .ps--focus > .ps__rail-y, .ps--scrolling-x > .ps__rail-x, .ps--scrolling-y > .ps__rail-y {
    opacity: 1;
}

.ps .ps__thumb-x:hover, .ps .ps__thumb-y:hover, .ps .ps__thumb-x:focus, .ps .ps__thumb-y:focus {
    background-color: #ff7b4c;
    /*
   * Scrollbar thumb styles
   */
}

.ps__thumb-x {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color 0.2s linear, height 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
    /* there must be 'bottom' for ps__thumb-x */
    height: 6px;
    /* please don't change 'position' */
    bottom: 0;
    position: absolute;
}

.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color 0.2s linear, width 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
    /* there must be 'right' for ps__thumb-y */
    width: 6px;
    /* please don't change 'position' */
    right: 2px;
    position: absolute;
    /* MS supports */
}

@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* end scroll bar*/
    .ps {
        overflow: auto !important;
    }
}

.no-padding {
    padding: 0 !important;
}

@media (max-width: 767.98px) {
    .puzzle_block .block_main_left_menu.right .block_main_left_menu__content, .puzzle_block .block_main_left_menu.left .block_main_left_menu__content, .puzzle_block .block_main_left_menu.left .block_main_left_menu__content.active, .puzzle_block .block_main_left_menu.right .block_main_left_menu__content.active {
        padding: 0 5px;
    }

    .fonts__middle_title {
        font-size: 1.5rem;
        line-height: 1.3;
    }

    .puzzle_block__title_page {
        text-align: center;
        padding-bottom: 1.5rem;
    }

    .fonts__main_title {
        font-size: 2.6rem;
    }

    .fonts__small_title {
        font-size: 1.1rem;
    }

    .fonts__small_weight_title {
        font-size: 1.1rem;
    }

    .fonts__main_text {
        font-size: 1.1rem;
    }

    .fonts__middle_text {
        font-size: 0.9rem;
    }

    .fonts__small_text {
        font-size: 0.9rem;
    }

    .fonts__big_comment {
        font-size: 0.87rem;
    }

    .fonts__main_comment {
        font-size: 0.87rem;
    }
}

.owl-carousel .owl-stage-outer .owl-stage {
    display: flex;
}

.owl-carousel .owl-stage-outer .owl-stage .owl-item > div {
    height: 100%;
}

.owl-carousel .owl-stage-outer .owl-stage .owl-item > div > div {
    height: 100%;
}

.owl-carousel .owl-stage-outer .owl-stage .owl-item .block_main_canvas_all_width__info, .owl-carousel .owl-stage-outer .owl-stage .owl-item .block_main_canvas__big_canvas__info, .owl-carousel .owl-stage-outer .owl-stage .owl-item .block_main_canvas__big_canvas__dop_photo {
    height: auto;
}

.owl-carousel .owl-stage-outer .owl-stage .product_card__block_item_inner {
    height: 100% !important;
}

.owl-carousel.owl-loaded.owl-drag .owl-nav {
    display: none;
}

.owl-carousel.owl-loaded.owl-drag .owl-dots {
    display: none;
}

.owl-carousel.owl-loaded.owl-drag:hover .owl-nav {
    display: block;
}

@media (max-width: 767.98px) {
    .owl-carousel.owl-loaded.owl-drag .owl-nav {
        display: block;
    }
}

.tabs.ui-sortable {
    margin: 0;
    position: relative;
}

.tabs.ui-sortable::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px dotted #a0a0a0;
}

.tabs.ui-sortable .ui-state-default.ui-sortable-handle svg {
    fill: #000;
}

.tabs.ui-sortable .ui-state-default.ui-sortable-handle:hover {
    color: #ff7b4c;
}

.tabs.ui-sortable .ui-state-default.ui-sortable-handle:hover svg {
    fill: #ff7b4c;
}

.hover-zoom {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.hover-zoom:hover img {
    transform: scale(1.1);
}

.hover-zoom img {
    transition: transform 0.3s ease-in-out;
}

.hover-highlight {
    display: flex;
    overflow: hidden;
    position: relative;
}

.hover-highlight::before {
    content: "";
    position: absolute;
    height: 300%;
    width: 100px;
    transform: rotate(-45deg);
    bottom: 25%;
    left: 100%;
    background: url("/local/templates/sotbit_origami/assets/img/edge_blick.png") no-repeat;
    background-size: cover;
    z-index: 50;
    transition: 0.7s;
    opacity: 0.7;
}

.hover-highlight:hover::before {
    bottom: -150%;
    left: -45%;
}

.hover-square {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

.hover-square::before {
    content: "";
    position: absolute;
    top: -15%;
    left: -15%;
    height: 130%;
    width: 130%;
    transform: scale(0);
    transform-origin: center;
    border: 50px solid rgba(255, 255, 255, 0.2);
    z-index: 50;
    opacity: 0.7;
}

.hover-square:hover::before {
    top: -25px;
    left: -25px;
    transform: scale(2.2);
    transition: 0.5s ease-out;
}

.product-card-inner__quantity.product-card-inner__quantity--lot .product-card_icon-check {
    fill: #00b02a;
}

.footer-link__email, .container_menu__contact_item_wrapper {
    display: inline-block;
}

body .popup-window {
    font: inherit;
}

.size {
    max-width: 1344px;
    margin-left: auto;
    margin-right: auto;
}

.bx-catalog-subscribe-form-container-label {
    margin-bottom: 5px;
}

#popup-window-overlay-phoneNumberInputSelectCountry {
    z-index: 2199 !important;
    position: fixed !important;
}

.bx-inclinkspersonal-item:hover {
    background: #ff7b4c;
}

.sk-wave .sk-rect {
    background-color: #ff7b4c;
}

.loader-lazy {
    border-top-color: #ff7b4c;
}

.loader-lazy:before {
    border-top-color: #ff7b4c;
    filter: hue-rotate(-35deg);
}

.loader-lazy:after {
    border-top-color: #ff5519;
}

.landing-ui-design .ui-widget-content .ui-state-active {
    background-color: #ff7b4c;
    border-color: #ff5519;
}

.nav-round-menu__item {
    background: linear-gradient(74.33deg, #ff703d 40.55%, #ff7b4c 88.32%), #ff7b4c;
}

.product-item-detail-slider-controls-block .slick-slide.slick-current {
    border-color: #ff7b4c !important;
}

.main_element_wrapper a:before {
    color: #ff7b4c;
}

.product-presence__basket .one_click_btn.btnLoaderCustom {
    color: transparent;
}

.loader svg {
    fill: #ff7b4c;
}

.product-presence__address-email:hover {
    color: #ff7b4c;
}

.product-presence__address-phone .product-presence__address-link:hover {
    color: #ff7b4c;
}

.bx_scu li.bx_active {
    border-color: #ff7b4c;
}

#phoneNumberInputSelectCountry {
    z-index: 2200 !important;
    display: flex !important;
    flex-direction: column;
    justify-content: stretch;
    box-sizing: border-box;
    padding: 10px;
    font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #fff;
    box-shadow: 0 7px 21px rgba(83, 92, 105, .12), 0 -1px 6px 0 rgba(83, 92, 105, .06);
}

#phoneNumberInputSelectCountry .popup-window-angly-bottom {
    bottom: -20px;
    display: block;
    height: 20px;
    margin-left: 10px;
}

#phoneNumberInputSelectCountry .popup-window-angly-bottom::before {
    top: -9px;
}

#phoneNumberInputSelectCountry .popup-window-angly {
    position: absolute;
    width: 33px;
    height: 22px;
    overflow: hidden;
}

#phoneNumberInputSelectCountry .popup-window-angly::before {
    content: '';
    position: absolute;
    left: 9px;
    width: 15px;
    height: 15px;
    background-color: #fff;
    transform: rotate(45deg);
    transform-origin: 50% 50%;
    box-shadow: 0 0 21px rgba(83, 92, 105, .13);
}

.popup-window-overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background: #333;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.scrollbar {
    overflow-y: scroll;
    /* ___________ left menu __________________ */
}

.block_main_left_menu {
    display: flex;
}

.block_main_left_menu .fa-angle-left {
    display: none;
}

.block_main_left_menu__container {
    margin-top: 28px;
}

.block_main_left_menu__content.active {
    width: calc(100% - 264px) !important;
    padding-left: 2rem;
    /*change menu left or right*/
}

.block_main_left_menu__content.active .breadcrumb_block {
    padding-left: 0;
    padding-right: 0;
}

.block_main_left_menu__content.active .banter-loader {
    position: fixed;
    left: calc(50% + 132px);
}

.block_main_left_menu__content.active.right {
    padding-right: 2rem;
    padding-left: 0;
}

.block_main_left_menu.right {
    flex-direction: row-reverse;
}

.block_main_left_menu.right .block_main_left_menu__content.active {
    padding-left: 0;
    padding-right: 2rem;
}

.block_main_left_menu.right .block_main_left_menu__list_child {
    position: absolute;
    right: 100%;
    left: auto;
    top: 0;
    width: 265px;
    margin-top: -1px;
    margin-left: 0;
    margin-right: 0;
}

.block_main_left_menu.right .block_main_left_menu__list_child > li::after {
    left: auto;
    right: 0;
}

.block_main_left_menu.right .block_main_left_menu__list_child .block_main_left_menu__list_child_link {
    padding: 7px 15px;
    padding-left: 45px;
    min-height: 56px;
}

.bx_filter__title.fonts__middle_text span {
    font-size: 16px;
}

.product-card-inner__icon:hover,
.product-card-inner__icon.active {
    background: #fff !important;
}

.product-card-inner__icon:hover svg,
.product-card-inner__icon.active svg {
    fill: #ff7b4c !important;
}

.catalog-links {
    font-size: 13px;
}

.sorting__title {
    font-size: 14px;
}

.block_main_left_menu.right .block_main_left_menu__link-icon {
    left: 1rem;
}

.block_main_left_menu.right .block_main_left_menu__link-arrow {
    transform: rotate(90deg);
}

.block_main_left_menu__container.mo-main {
    max-width: 263px;
}

.custom-select-trigger_sorting_text {
    font-size: 14px;
}

.form-input {
    background: #fff !important;
}

.puzzle_block-form-promotion .form_blocks {
    margin-bottom: 0 !important;
}

.block_main_left_menu.right .block_main_left_menu__link {
    padding: 7px 15px;
    padding-left: 45px;
    min-height: 56px;
}

.catalog_content__category_comment.fonts__main_comment {
    font-size: 14px;
    mmargin-bottom: 40px;
}

.block_main_left_menu__link {
    padding-right: 22px !important;
}

.block_main_left_menu__list .block_main_left_menu__link {
    font-size: 14px;
    /*max-width: 180px;*/
    /*font-weight: 700;*/
}

.block_main_left_menu.right .block_main_left_menu__list .bx-inclinkspersonal-selected::after {
    position: absolute;
    top: 50%;
    left: 15px;
    right: auto;
    margin-top: -5px;
    font-size: 11px;
    content: "\e90b";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    transform: scaleX(-1);
}

.block_main_left_menu.right .block_main_left_menu__list_item::after {
    left: auto;
    right: 0;
}

.catalog-links .active {
    color: #ff7b4c;
}

.sorting .custom-option {
    font-size: 12px;
    display: block;
    padding: 5px 10px !important;
    color: inherit;
    border: none !important;
    white-space: nowrap;
}

.bx_filter_parameters_box_checkbox {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 5px 0;
}

.product-card-inner__icons {
    background: transparent !important;
}

.checkbox__label::before {
    border-color: #ff7b4c !important;
}

.block_page_navigation.fonts__main_comment {
    font-size: 14px;
}

.product-card-inner__icon:hover, .product-card-inner__icon.active {
    background: transparent !important;
}

.find_property_all_check {
    font-size: 14px !important;
}

.bx_filter_parameters_box_checkbox a {
    text-decoration: none !important;
    font-size: 12px;
}

@media (max-width: 1024px) {
    .panel_filter_sort .mobile_filter_btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sorting .custom-option.selected {
        color: #ff7b4c;
    }

    .panel_filter_sort .mobile_filter_btn svg {
        margin-right: 10px;
    }

    .btn-tab {
        font-size: 13px !important;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog/sotbit_origami_catalog_new_tem/bitrix/catalog.compare.list/.default/style.min.css?1715593908950*/
.bx_catalog-compare-list{font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;font-size:12px;z-index:998;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:270px;max-height:100%;padding:10px 8px 0;white-space:normal;color:#404040;border:1px solid #b7b7b7;border-radius:3px;background:#fff;box-shadow:0 2px 5px 0 rgba(0,0,0,.18);margin-bottom:10px}.bx_catalog-compare-list.fix{position:fixed}.bx_catalog-compare-list.top{top:5px}.bx_catalog-compare-list.right{right:5px}.bx_catalog-compare-list.bottom{bottom:5px}.bx_catalog-compare-list.left{left:5px}.bx_catalog-compare-list a{font-size:11px;color:#327ab7}.bx_catalog-compare-list a:hover{text-decoration:none}.bx_catalog_compare_count p{margin:0 0 10px}.bx_catalog_compare_count p.compare-redirect{text-align:center;font-weight:700}.bx_catalog-compare-list .compare-items td{font-size:12px;font-weight:700;padding-bottom:10px;vertical-align:top}
/* End */


/* Start:/local/templates/.default/components/sotbit/regions.delivery/origami_default/style.min.css?171559391015715*/
.detailed-tabs__delivery-wrapper{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (max-width:768px){.detailed-tabs__delivery-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.detailed-tabs__delivery-detail{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-right:10px}.detailed-tabs__delivery-region{width:100%;margin-bottom:29px}@media (max-width:768px){.detailed-tabs__delivery-region{margin-bottom:20px}}.detailed-tabs__delivery-region .detailed-tabs__delivery-title{position:relative;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:9px;padding-bottom:0;font-weight:600;font-size:17px;line-height:25px;color:gray}@media (max-width:1023px){.detailed-tabs__delivery-region .detailed-tabs__delivery-title{padding-bottom:0;font-weight:700;font-size:14px;line-height:21px}}.detailed-tabs__delivery-region .detailed-tabs__delivery-description{font-weight:600;font-size:17px;line-height:25px}@media (max-width:1023px){.detailed-tabs__delivery-region .detailed-tabs__delivery-description{padding-bottom:0;font-weight:700;font-size:14px;line-height:21px}}.detailed-tabs__delivery-region .detailed-tabs__delivery-change{position:relative;display:-webkit-inline-box;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:12px;color:var(--main-color);text-decoration:underline;cursor:pointer}.detailed-tabs__delivery-region .detailed-tabs__delivery-change:hover .detailed-tabs__delivery-change{fill:var(--main-color-hover)}.detailed-tabs__delivery-change{position:absolute;top:0;left:0;margin-left:10px;fill:var(--main-color)}.detailed-tabs__delivery-pay{width:100%;margin-top:40px;margin-bottom:27px}@media (max-width:1023px){.detailed-tabs__delivery-pay{margin-bottom:0}}.detailed-tabs__delivery-pay .detailed-tabs__delivery-title{margin-bottom:16px;font-weight:700;font-size:20px;line-height:26px}.detailed-tabs__delivery-pay-img-container{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:130px;height:62px;margin-left:20px;margin-top:20px;border:1px solid #ededed}.detailed-tabs__delivery-pay-img-container:last-child{margin-right:0}@media (max-width:380px){.detailed-tabs__delivery-pay-img-container{width:125px}}.detailed-tabs__delivery-pay-img{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:-20px;margin-left:-20px}.detailed-tabs__delivery-box{padding:29px 20px 15px;background-color:#f7f7f7;border-radius:4px}.detailed-tabs__delivery-box p{padding:0;font-size:14px;line-height:21px}.detailed-tabs__delivery-box .detailed-tabs__delivery-title.detailed-tabs__delivery-title--box{position:relative;margin-bottom:12px;padding-left:31px;font-size:14px;font-weight:700}.detailed-tabs__delivery-box .detailed-tabs__delivery-title::before{content:"";position:absolute;width:21px;height:22px;left:0;top:0;background:url(/local/templates/sotbit_origami/assets/img/tabs_detailed/box-delivery.png) no-repeat}.detailed-tabs__delivery-box .detailed-tabs__delivery-box-item{margin-bottom:10px;color:#717171}.detailed-tabs__delivery-box .detailed-tabs__delivery-box-item span{color:#000;font-weight:600}.detailed-tabs__delivery-way,.detailed-tabs__delivery-way-wrapper{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.detailed-tabs__delivery-way{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:0}.detailed-tabs__delivery-way .detailed-tabs__delivery-title{width:100%;margin-bottom:20px;padding-bottom:0;font-weight:700;font-size:20px;line-height:26px}@media (max-width:767px){.detailed-tabs__delivery-way .detailed-tabs__delivery-title{font-size:17px;line-height:25px}}.detailed-tabs__delivery-way-wrapper{position:relative;width:100%}@media (max-width:1023px){.detailed-tabs__delivery-way-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.detailed-tabs__delivery-way-box-wrapper{width:30%;margin-left:30px}@media (max-width:1023px){.detailed-tabs__delivery-way-box-wrapper{width:100%;margin-left:0;margin-top:20px}}.detailed-tabs__delivery-way-items-container{width:70%}.detailed-tabs__delivery-way-items-container.overflow{position:relative;padding-bottom:35px}@media (max-width:1023px){.detailed-tabs__delivery-way-items-container{width:100%}}.detailed-tabs__delivery-way-items-wrapper{position:relative;width:100%;-webkit-transition:height .3s ease-out;transition:height .3s ease-out;overflow:hidden}.detailed-tabs__delivery-way-btn-show{position:absolute;bottom:0;left:0;display:none;-webkit-box-align:baseline;-moz-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;font-size:14px;line-height:21px;color:var(--main-color);cursor:pointer}.detailed-tabs__delivery-way-btn-show:hover{color:var(--main-color-hover)}.detailed-tabs__delivery-way-btn-show:hover .detailed-tabs__delivery-way-btn-icon{fill:var(--main-color-hover)}.detailed-tabs__delivery-way-btn-icon{display:block;margin-left:6px;fill:var(--main-color)}.detailed-tabs__delivery-way-btn-show-less,.detailed-tabs__delivery-way-items-wrapper.open~.detailed-tabs__delivery-way-btn-show .detailed-tabs__delivery-way-btn-show-more{display:none}.detailed-tabs__delivery-way-items-wrapper.open~.detailed-tabs__delivery-way-btn-show .detailed-tabs__delivery-way-btn-show-less{display:inline}.detailed-tabs__delivery-way-items-wrapper.open~.detailed-tabs__delivery-way-btn-show .detailed-tabs__delivery-way-btn-icon{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.detailed-tabs__delivery-way-item{margin-bottom:20px;padding:30px;background-color:#f7f7f7;border-radius:4px}.detailed-tabs__delivery-way-item:last-child{margin-bottom:0}.select-city__modal-delivery{position:fixed;top:0;right:0;bottom:0;color:#000;left:0;z-index:10001;display:none}.sotbit-delivery-root .select-city__modal-wrap{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-family:"Open Sans",Arial,sans-serif;background-color:#fff;-webkit-box-shadow:0 5px 5px 0 rgba(0,0,0,.22);box-shadow:0 5px 5px 0 rgba(0,0,0,.22);max-width:730px;max-height:570px;padding:50px;position:relative;margin:20vh auto;-webkit-transition:width .2s;transition:width .2s}.sotbit-delivery-root .select-city__close{position:absolute;right:15px;top:15px;width:25px;height:25px;opacity:1;cursor:pointer}.sotbit-delivery-root .select-city__close:after,.sotbit-delivery-root .select-city__close:before{position:absolute;left:12px;content:" ";height:25px;width:1px;background-color:#bcbcbc}.sotbit-delivery-root .select-city__close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.sotbit-delivery-root .select-city__close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.sotbit-delivery-root .select-city__close:hover{opacity:.7}.sotbit-delivery-root .select-city__tabs{display:inline-block;max-height:150px;margin:0 0 35px;padding:0;overflow:auto}.sotbit-delivery-root .select-city__tab{display:inline-block;padding:0;margin:0 30px 0 0;cursor:pointer;font-size:14px;line-height:31px;border-bottom:1px solid transparent;color:#000;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.sotbit-delivery-root .select-city__tab.active{border-bottom:1px solid var(--main-color);color:var(--main-color)}.sotbit-delivery-root .select-city__tab:hover{color:var(--main-color)}.sotbit-delivery-root .select-city__tab:last-child{margin-right:0}.sotbit-delivery-root .select-city__tab:before{display:none}.sotbit-delivery-root .select-city__modal__title{color:#717171;font-size:17px;line-height:20px;padding:0 0 15px;margin:0}.sotbit-delivery-root .select-city__modal__title span{-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out;color:#000}.sotbit-delivery-root .select-city__modal__title span:hover{color:var(--main-color);cursor:pointer}.sotbit-delivery-root .select-city__wrapper__input{margin:0 0 50px}.sotbit-delivery-root .select-city__input{-ms-flex-negative:0;flex-shrink:0;border:1px solid #ededed;height:40px;width:100%;padding:0 10px;margin:0 0 10px;border-radius:0;font-size:13px;color:#000}.sotbit-delivery-root .select-city__input__comment{font-size:12px}.sotbit-delivery-root .select-city__input__comment span{color:var(--main-color);border-bottom:1px solid var(--main-color);-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.sotbit-delivery-root .select-city__input__comment span:hover{color:#222;border-bottom:1px solid #222;cursor:pointer}.sotbit-delivery-root .select-city__tab_content{display:none}.sotbit-delivery-root .select-city__tab_content.active{display:block;overflow-x:hidden}.sotbit-delivery-root .select-city__list_wrapper,.sotbit-delivery-root .select-city__tab_name_content{display:-webkit-box;display:-ms-flexbox;display:-moz-box;display:flex}.sotbit-delivery-root .select-city__list_wrapper_favorites,.sotbit-delivery-root .select-city__tab_name_content__big_city{width:25%}#container_scroll,.sotbit-delivery-root .select-city__tab_name_content__village{width:75%}.sotbit-delivery-root .select-city__tab_name_content{margin:0 0 30px}.sotbit-delivery-root .select-city__tab_name_content__big_city,.sotbit-delivery-root .select-city__tab_name_content__village{font-size:15px}.sotbit-delivery-root .select-city__list_wrapper_cities,.sotbit-delivery-root .select-city__list_wrapper_favorites{overflow-x:hidden;overflow-y:auto}.sotbit-delivery-root .select-city__list_wrapper_cities{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.sotbit-delivery-root .select-city__list_wrapper_favorites{-ms-flex-negative:0;flex-shrink:0}.sotbit-delivery-root .select-city__list_letter_wrapper{width:33%}.sotbit-delivery-root .select-city__list_letter{font-size:18px;margin:0 0 20px}.sotbit-delivery-root .select-city__list_item{margin:0;font-size:13px;padding:0;line-height:21px;color:var(--main-color);cursor:pointer;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.sotbit-delivery-root .select-city__list_item:hover{color:#000}.sotbit-delivery-root .select-city__list{margin:0 0 15px}.sotbit-delivery-root .select-city__list_wrapper_cities::-webkit-scrollbar{width:6px;background-color:#f5f3f3}.sotbit-delivery-root .select-city__list_wrapper_cities::-webkit-scrollbar-track{border-radius:6px;background-color:#f5f3f3}.sotbit-delivery-root .select-city__list_wrapper_cities::-webkit-scrollbar-thumb{border-radius:6px;background-color:#d7d8d9}@media (max-width:768px){.sotbit-delivery-root .select-city__tab_name_content__village{display:none}.sotbit-delivery-root .select-city__list_wrapper_favorites,.sotbit-delivery-root .select-city__tab_name_content__big_city{width:100%}.sotbit-delivery-root .select-city__modal-wrap{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:90vh;height:90vh;margin:5vh auto;padding:40px 20px}}.sotbit-delivery-root #container_scroll{position:relative;margin:0 auto;padding:0;height:210px;overflow:auto}.sotbit-delivery-root #container_scroll .content{width:100%;height:auto}.sotbit-delivery-root .ps{overflow:hidden!important;overflow-anchor:none;-ms-touch-action:auto;touch-action:auto}.sotbit-delivery-root .ps__rail-x,.sotbit-delivery-root .ps__rail-y{opacity:1;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;position:absolute}.sotbit-delivery-root .ps__rail-x{height:15px;bottom:0;display:none}.sotbit-delivery-root .ps__rail-y{display:block;width:6px;right:0}.sotbit-delivery-root .ps--active-y>.ps__rail-y{background-color:#f5f3f3}.sotbit-delivery-root .ps--focus>.ps__rail-y,.sotbit-delivery-root .ps--scrolling-y>.ps__rail-y,.sotbit-delivery-root .ps:hover>.ps__rail-y{opacity:.6}.sotbit-delivery-root .ps__thumb-y{background-color:#d7d8d9;border-radius:6px;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px;right:0;position:absolute}.sotbit-delivery-root .ps__rail-y.ps--clicking .ps__thumb-y,.sotbit-delivery-root .ps__rail-y:focus>.ps__thumb-y,.sotbit-delivery-root .ps__rail-y:hover>.ps__thumb-y{background-color:#999}@supports (-ms-overflow-style:none){.sotbit-delivery-root .ps{overflow:auto!important}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.sotbit-delivery-root .ps{overflow:auto!important}}@media (max-width:768px){.detailed-tabs__delivery{-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.detailed-tabs__delivery .detailed-tabs__delivery-way{padding:0}.detailed-tabs__delivery-detail{margin-bottom:0;margin-right:0}.detailed-tabs__delivery-box{width:100%;padding-left:20px;padding-right:20px}.sotbit-delivery-root .select-city__list_letter_wrapper{width:100%}}@media (max-width:575px){.detailed-tabs__delivery .detailed-tabs__delivery-way{padding-left:12px;padding-right:12px}.detailed-tabs__delivery-pay,.detailed-tabs__delivery-region{margin-bottom:25px;padding-left:12px;padding-right:12px}.detailed-tabs__delivery-pay{margin-bottom:31px}.detailed-tabs__delivery-box{padding:32px 20px 12px}.detailed-tabs__delivery-box p{font-size:13px}.delivery-way-item{display:block}.detailed-tabs__delivery-way{padding-left:12px;padding-right:12px}.delivery-way-item__img{width:86px;margin-right:13px;float:left;padding-bottom:0}.delivery-way-item__img img{width:100%}.delivery-way-item__message{margin-top:17px}.detailed-tabs__delivery-way-item{padding-bottom:16px}.detailed-tabs__delivery-way-item:last-child{border-bottom:none;margin-bottom:0}}.delivery-way-item{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:30px}.delivery-way-item .delivery-way-item__message{margin-top:20px;font-size:14px;line-height:21px}@media (max-width:767px){.delivery-way-item .delivery-way-item__message{margin-top:20px}}@media (max-width:1023px){.delivery-way-item{padding:20px}}.delivery-way-item-content{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}@media (max-width:767px){.delivery-way-item-content{-ms-flex-wrap:wrap;flex-wrap:wrap}}.delivery-way-item__price{width:147px}.delivery-way-item__price p{font-size:18px;font-weight:700;line-height:17px;text-align:right}@media (max-width:767px){.delivery-way-item__price{width:100%}.delivery-way-item__price p{text-align:left}}
/* End */


/* Start:/local/templates/sotbit_origami_new/components/bitrix/catalog.section/slider-tab/style.css?170307947629467*/
/* ___________ catalog canvas __________________ */
.catalog_content__canvas {
  margin-bottom: 2rem; }

.catalog_content__canvas_img {
  width: 100%; }

@media (max-width: 576px) {
  .catalog_content__canvas {
    display: none; } }

/* ___________ end catalog canvas __________________ */
/* ___________ catalog category __________________ */
#loadMore,
.catalog_content__category_block_img {
  margin-bottom: 2rem; }

.catalog_content__category {
  margin-bottom: 20px; }

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

.catalog_content__category_item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  border: 1px solid #ebedee;
  margin-top: -1px;
  margin-left: -1px;
  padding: 1rem;
  text-align: center;
  width: 20%; }
  .catalog_content__category_item:hover {
    -webkit-box-shadow: 0px 5px 9.7px 0.3px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 5px 9.7px 0.3px rgba(0, 0, 0, 0.15); }

@media (max-width: 768px) {
  .catalog_content__category_item {
    width: calc(50% + 1px); } }

.catalog_content__category_block_img {
  height: 110px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media (max-width: 460px) {
  .catalog_content__category_block_img {
    height: 85px;
    margin-bottom: 7px; } }

.catalog_content__category_img {
  max-height: 100%;
  max-width: 100%; }

#loadMore {
  cursor: pointer;
  text-align: center;
  color: #949393; }
  #loadMore .icon-nav_button {
    display: inline; }
  #loadMore .icon-nav_button::before {
    top: -1px;
    position: relative; }

.catalog_content__category_comment {
  margin-bottom: 2rem; }
  .catalog_content__category_comment img {
    max-width: 100%;
    max-height: 100%; }

/* ___________ end catalog category __________________ */
/* ___________ catalog filter __________________ */
.block_main_left_menu__filter {
  border: 1px solid #ced2d5;
  padding: 2rem; }

.block_main_left_menu__filter_item__title,
.block_main_left_menu__title,
.block_main_left_menu__filter_item {
  margin-bottom: 1rem; }

.block_main_left_menu__min_price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.block_main_left_menu__input {
  width: 40%;
  height: 2rem;
  border: 1px solid #e4e4e4;
  color: #000000;
  text-align: center; }

.catalog_content__filter_horizon_title,
.catalog_content__filter_horizon_item {
  display: inline-block; }

.catalog_content__filter_horizon_item {
  margin-left: 1.5rem; }

.catalog_content__filter_horizon_item_wrapper {
  position: absolute;
  width: 260px;
  z-index: 350;
  background: #ffffff;
  display: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .catalog_content__filter_horizon_item_wrapper:before {
    content: '';
    position: absolute;
    display: block;
    bottom: 100%;
    left: 1.5rem;
    width: 1rem;
    height: 1rem;
    margin-bottom: -1.5rem;
    border-top: 1px solid #ededed;
    border-left: 1px solid #ededed;
    background: #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner {
  background: #fff;
  border: 1px solid #ededed;
  width: 100%;
  margin: 1rem 0 0 !important;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); }
  .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .radio_container_wrapper {
    margin: 25px 20px; }
  .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .bx-filter-select-container {
    margin: 25px 20px; }
  .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .blank_ul_wrapper {
    padding: 20px 0 0 20px;
    margin: 12px 0 0 0; }
  .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper {
    margin: 25px 20px 0 20px; }
    .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value {
      color: black;
      border: 1px solid #e4e4e4;
      padding-left: 0.5rem;
      height: 40px;
      width: 100%;
      margin-bottom: 0.5rem; }
      .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.5); }
      .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value::-moz-placeholder {
        color: rgba(0, 0, 0, 0.5); }
      .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.5); }
      .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value::-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.5); }
      .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value::placeholder {
        color: rgba(0, 0, 0, 0.5); }
  .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_all_check {
    margin: 0 20px;
    font-size: 0.8rem;
    color: black;
    border-bottom: 1px dotted black;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_all_check:hover {
      color: #FF7B4C;
      border-bottom: 1px dotted #FF7B4C; }
  .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .bx_filter_search_reset {
    margin: 20px 0;
    margin-left: 4%;
    max-width: 45%;
    width: 100%; }
  .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .bx_filter_search_button {
    margin: 20px 0;
    margin-right: 4%;
    max-width: 45%;
    width: 100%; }

.catalog_content__filter_horizon #style-overflow-search {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 15rem;
  cursor: pointer; }
  .catalog_content__filter_horizon #style-overflow-search::-webkit-scrollbar {
    width: 3px;
    background-color: transparent;
    border-radius: 10px; }
  .catalog_content__filter_horizon #style-overflow-search::-webkit-scrollbar-track {
    border-radius: 10px;
    background: transparent; }
  .catalog_content__filter_horizon #style-overflow-search::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ced2d5;
    border: 1px solid #ced2d5; }
    .catalog_content__filter_horizon #style-overflow-search::-webkit-scrollbar-thumb:hover {
      background: #ced2d5; }

.catalog_content__filter_horizon .blank_ul_wrapper > ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.catalog_content__filter_horizon .blank_ul_wrapper {
  padding: 1rem 0;
  margin: 1rem 0 1.5rem 0;
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed; }

.catalog_content__filter_horizon .button_filter_block {
  cursor: pointer;
  outline: none;
  line-height: 39px;
  display: inline-block;
  height: 40px;
  padding: 0 0.5rem;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #FF7B4C;
  background: #FF7B4C; }

.catalog_content__filter_horizon_item_name {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .catalog_content__filter_horizon_item_name:hover {
    color: #FF7B4C; }

.catalog_content__filter_horizon {
  margin-bottom: 0rem; }

.select_block {
  position: relative;
  width: 100%;
  font-size: 0.9rem;
  color: #8b8b8b;
  /*padding: 0 1rem;*/ }

.catalog_content__sort_horizon_property
.select_block {
  padding: 0; }

.select_block select {
  height: 3rem;
  line-height: 3rem;
  padding: 0 15px 0 1rem;
  background: transparent;
  appearance: none;
  /* remove arrow        */
  -webkit-appearance: none;
  /* remove arrow Chrome */
  -moz-appearance: none;
  /* remove arrow FF     */
  border: 1px solid #ededed; }

.select_block select::-ms-expand {
  display: none;
  /* remove arrow IE     */ }

.select_block select option {
  border: 1px solid #000;
  /*background: #eeeeee;*/
  line-height: 20px;
  color: #8b8b8b; }

.select_block select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

.select_block .select-side {
  pointer-events: none;
  width: 40px;
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  cursor: pointer; }

.select_block .select-side:before {
  position: absolute;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  top: 50%;
  right: 1rem;
  margin-top: -3px;
  border-bottom: 1px solid #b4b4b4;
  border-right: 1px solid #b4b4b4;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0; }

/* ___________ end catalog filter __________________ */
/* ___________ end catalog filter __________________ */
.catalog_content__sort_horizon_property {
  display: inline-block; }

.catalog_content__sort_horizon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  margin-bottom: 10px; }
  .catalog_content__sort_horizon .select_block {
    margin-bottom: 0; }
    .catalog_content__sort_horizon .select_block select {
      border: none; }
  .catalog_content__sort_horizon .custom-select-trigger {
    border: none;
    padding: 0 2rem 0 1rem;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .catalog_content__sort_horizon .custom-select-trigger:hover:after {
      border-bottom: 1px solid #FF7B4C;
      border-right: 1px solid #FF7B4C; }
    .catalog_content__sort_horizon .custom-select-trigger:after {
      width: 6px;
      height: 6px;
      border-bottom: 1px solid #000000;
      border-right: 1px solid #000000;
      margin-top: 0; }
  .catalog_content__sort_horizon .custom-options {
    min-width: 12rem;
    color: #000000;
    margin-top: 0.7rem; }
    .catalog_content__sort_horizon .custom-options:before {
      position: absolute;
      display: block;
      content: '';
      bottom: 100%;
      left: 1.5rem;
      width: 1rem;
      height: 1rem;
      margin-bottom: -0.45rem;
      border-top: 1px solid #ced2d5;
      border-left: 1px solid #ced2d5;
      background: #fff;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out; }
  .catalog_content__sort_horizon .custom-option {
    border-bottom: 1px solid #f0f1f2;
    line-height: 2.3rem; }
    .catalog_content__sort_horizon .custom-option:last-child {
      border-bottom: none; }
    .catalog_content__sort_horizon .custom-option:hover {
      color: #FF7B4C; }
    .catalog_content__sort_horizon .custom-option:active {
      color: #FF7B4C; }
  .catalog_content__sort_horizon form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-right: 100px; }
  .catalog_content__sort_horizon .catalog_content__sort_horizon_btn-block {
    top: calc(50% - 1.15rem);
    position: absolute;
    right: 0; }
  .catalog_content__sort_horizon span.catalog_content__sort_horizon_btn {
    fill: #FF7B4C; }
  .catalog_content__sort_horizon a.catalog_content__sort_horizon_btn {
    fill: #BDBDBD; }
  .catalog_content__sort_horizon a.catalog_content__sort_horizon_btn-list {
    fill: #BDBDBD; }
  .catalog_content__sort_horizon span.catalog_content__sort_horizon_btn-list {
    fill: #FF7B4C; }

.catalog_content__sort_horizon_view_card {
  float: right; }
  .catalog_content__sort_horizon_view_card .sort_horizon_view_card {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    opacity: 0.5;
    margin: 0 0.5rem; }
  .catalog_content__sort_horizon_view_card .sort_horizon_view_card.active {
    opacity: 1; }

/* ___________ end catalog filter __________________ */
/* ___________ catalog pagination __________________ */
.show_more_block {
  position: relative;
  border: 1px solid #FF7B4C;
  text-align: center;
  padding: 1rem 0;
  color: #FF7B4C;
  cursor: pointer;
  margin-bottom: 2.5rem; }
  .show_more_block .icon-nav_button {
    display: inline-block;
    position: relative;
    top: -1px; }
  .show_more_block:hover {
    border-color: #FF7B4C;
    background-color: #FF7B4C;
    color: #fff; }
    .show_more_block:hover.btnLoaderCustom > .loader-btn {
      fill: #fff; }
  .show_more_block:hover .sk-wave .sk-rect {
    color: #fff;
    background-color: #fff; }
  .show_more_block.btnLoaderCustom > .loader-btn {
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    fill: #FF7B4C; }

.show_more_block.fonts__main_comment.loaderBtns {
  color: transparent; }
  .show_more_block.fonts__main_comment.loaderBtns i {
    color: transparent; }
  .show_more_block.fonts__main_comment.loaderBtns .sk-wave {
    display: block; }

.block_page_navigation {
  text-align: center;
  margin-bottom: 2.5rem; }
  .block_page_navigation > span, .block_page_navigation > a {
    padding: 0.3rem 0.7rem;
    margin: 0 0.5rem; }

@media (max-width: 768px) {
  .block_page_previous,
  .block_page_next {
    display: none; } }

.block_page_current {
  border: 1px solid #FF7B4C; }

/* ___________ end catalog pagination __________________ */
/* ___________ catalog_section __________________ */
.catalog_section_block {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 60px; }
  .catalog_section_block.catalog_section_block_bestsellers {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 32px; }

.block__product_cards .product_card__block_item,
.block__product_cards.block__product_cards--mobile-min .product_card__block_item {
  width: 25%;
  margin-bottom: -1px; }

.block__product_cards .product_card__block_item-4,
.block__product_cards.block__product_cards--mobile-min .product_card__block_item-4 {
  width: 25%; }

.block__product_cards .product_card__block_item-5,
.block__product_cards.block__product_cards--mobile-min .product_card__block_item-5 {
  width: 20%; }

.block__product_cards .product_card__block_item-3,
.block__product_cards.block__product_cards--mobile-min .product_card__block_item-3 {
  width: 33.3333333%; }

.block__product_cards .product_card__block_item.product_card__block_item--column,
.block__product_cards.block__product_cards--mobile-min .product_card__block_item.product_card__block_item--column {
  width: 100%; }

@media (max-width: 768px) {
  .catalog_section_block {
    padding-left: 15px;
    padding-right: 0;
    margin-bottom: 40px; }
  .block__product_cards.block__product_cards--mobile-min .product_card__block_item {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    margin-bottom: 10px; }
    .block__product_cards.block__product_cards--mobile-min .product_card__block_item:nth-child(3n) {
      margin-right: 0; }
  .block__product_cards.block__product_cards--mobile-min .product_card__block_item-4 {
    width: calc((100% - 20px) / 3); }
  .block__product_cards.block__product_cards--mobile-min .product_card__block_item-5 {
    width: calc((100% - 20px) / 3); }
  .block__product_cards.block__product_cards--mobile-min .product_card__block_item-3 {
    width: calc((100% - 20px) / 3); } }

.catalog_content__category_img_title {
  font-size: 0.9rem; }

.product_card__block_item > div {
  height: 100%; }

.tabs_block__product_card,
.block__product_cards {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch; }
  .tabs_block__product_card .product_card__inner,
  .block__product_cards .product_card__inner {
    -ms-flex-preferred-size: 270px;
        flex-basis: 270px;
    width: auto;
    margin-left: -1px; }
	.tabs_block__product_card .product_card__inner:hover,
  .block__product_cards .product_card__inner:hover{
    -ms-flex-preferred-size: 270px;
        flex-basis: 270px;
    width: 270px;
    margin-left: -1px; }
  .tabs_block__product_card .product_card__inner.product_card__inner--row,
  .block__product_cards .product_card__inner.product_card__inner--row {
    width: 100%;
    -ms-flex-preferred-size: none;
        flex-basis: none; }

.block__product_cards {
  margin-bottom: 37px; }

/* ___________ end catalog_section __________________ */
/* ------------catalog_section_page----------*/
.catalog_section_page {
  border-top: 1px solid #eeeeee;
  padding: 2rem 0 3rem 0;
  position: relative; }
  .catalog_section_page .popular_category_block_variant__canvas {
    margin-bottom: 3rem; }
  .catalog_section_page .catalog_content__sort_horizon_view_card {
    position: absolute;
    top: -2.5rem;
    right: 0; }

/* ------------end catalog_section_page----------*/
@media (max-width: 1199.98px) {
  div.block__product_cards
.product_card__block_item {
    width: 25%; }
  div.block__product_cards
.product_card__block_item.product_card__block_item--row {
    width: 100%; } }

@media (max-width: 991.98px) {
  div.block__product_cards
.product_card__block_item {
    width: calc(100% / 3); }
  div.block__product_cards
.product_card__block_item.product_card__block_item--row {
    width: 100%; } }

@media (max-width: 768px) {
  div.block__product_cards .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min {
    width: 50%; }
  div.block__product_cards
.product_card__block_item.product_card__block_item--row {
    width: 100%; } }

@media (max-width: 767.98px) {
  div.block__product_cards
.product_card__block_item {
    width: 50%;
    height: auto; }
  .catalog_content__sort_horizon {
    display: initial; }
    .catalog_content__sort_horizon form {
      display: initial; }
  .catalog_content__sort_horizon_btn-block {
    display: none; } }

@media (max-width: 576px) {
  .catalog_content__canvas {
    display: none; }
  .catalog_content__canvas.catalog_content__canvas--display {
    display: block; }
  div.block__product_cards
.product_card__block_item {
    width: 100%;
    height: 100%; } }

.catalog-wrapper {
  padding-left: 15px;
  padding-right: 15px; }

@media (max-width: 576px) {
  .catalog-wrapper {
    padding-left: 15px;
    padding-right: 15px; }
    .catalog-wrapper .block_main_left_menu__content.no-padding {
      padding: 0 !important; }
  .catalog_content__sort_horizon form {
    padding-right: 0; } }

@media (max-width: 480px) {
  div.block__product_cards .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min {
    width: 100%; } }

.catalog_section_block_bestsellers .product_card__block_item {
  width: 100%; }

.block__product_cards.block__product_cards--row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.product_card__block_item.product_card__block_item--row {
  width: 100%;
  margin-bottom: -1px; }

@media (max-width: 1299.98px) {
  .bx_filter .bx_filter_section {
    padding: 1rem; }
  .catalog_content__category_item {
    padding: 1rem; } }

@media (max-width: 1199.98px) {
  div.block__product_cards .product_card__block_item {
    width: 33.33%; } }

@media (max-width: 991.98px) {
  .catalog_content__category_item {
    padding: 1.5rem; }
  #loadMore,
  .catalog_content__category,
  .catalog_content__category_block_img {
    margin-bottom: 1rem; } }

@media (max-width: 767.98px) {
  .catalog_section_block {
    padding-left: 15px;
    padding-right: 15px; }
  .catalog_content__category_item {
    width: 50%; }
  .catalog_content__sort_horizon {
    margin-bottom: 1rem; }
  div.catalog_section_block .product_card__block_item,
  div.block__product_cards-section .product_card__block_item {
    width: 50%; }
  div.catalog_section_block .product_card__block_item.product_card__block_item--row,
  div.block__product_cards-section .product_card__block_item.product_card__block_item--row {
    width: 100%; }
  .rating-block-title {
    display: none; }
  .product-detail-info-block-comment {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 1rem; }
  .product-detail-info-block-title {
    text-align: center; }
  .product-detail-photo-block .sticker_product,
  .product-detail-photo-block .product_card__block_icon {
    top: 1rem; }
  .product-detail-price-and-cheaper {
    background: #f7f7f7;
    text-align: center;
    padding: 2rem 1rem 0 1rem; }
    .product-detail-price-and-cheaper .product-detail-title-price {
      display: inline-block; }
    .product-detail-price-and-cheaper .product_card__block__new_price_product {
      padding-right: 0;
      padding-bottom: 0; }
    .product-detail-price-and-cheaper .product_card__block__old_price_product {
      display: block;
      font-size: 0.8rem;
      margin: 0.3rem 0 0.5rem 0; }
    .product-detail-price-and-cheaper .product-detail-info-block-price {
      padding-bottom: 1rem; }
  .product-detail-info-block-brand {
    padding: 2.5rem 1rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    border-bottom: 1px solid #ededed; }
    .product-detail-info-block-brand .product-detail-info-block-brand-link {
      margin-bottom: 0; }
  .product-detail-info-block-main-property {
    text-align: center; }
  .product-detail-info-block .block-property-text-item {
    opacity: 0.5; }
  .product-detail-info-block .block-property-color-item.active,
  .product-detail-info-block .block-property-text-item.active {
    opacity: 1; }
  .product-detail-info-block .product-detail-info-block-size {
    display: none; }
  .product-detail-info-block .product-detail-info-block-basket {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 555;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-bottom: 0; }
    .product-detail-info-block .product-detail-info-block-basket .main_btn {
      width: 50%;
      padding: 0.8rem 0.8rem; }
    .product-detail-info-block .product-detail-info-block-basket .detail-basket-wrapper {
      width: 50%; }
    .product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity {
      width: 50%;
      margin-left: 0; }
      .product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity .product_card__block_buy_quantity__input,
      .product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity .product_card__block_buy_quantity__minus,
      .product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity .product_card__block_buy_quantity__plus {
        width: 33.33%;
        height: 100%;
        line-height: 3.2rem; }
  .product-detail-info-block .product-detail-info-block-one-click-basket .one_click_btn {
    width: 100%;
    margin-bottom: 1.5rem;
    padding: 0.8rem 0.5rem; }
  .product-detail-info-block .block-advantages-title {
    text-align: center;
    font-size: 1.5rem; }
  .product-detail-info-block .product-detail-info-block-advantages-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2rem; }
  .product-detail-info-block .product-detail-info-block-advantages-item img {
    max-width: 50px;
    margin-right: 0;
    margin-bottom: 1rem; }
  .product-detail-info-block .product-detail-info-block-advantages {
    border-bottom: 1px solid #ededed; }
  .product-detail-info-block-basic-property,
  .product-detail-share-block-comment {
    display: none; }
  .product-detail-share-block-button {
    margin-right: 0;
    width: 100%;
    text-align: center;
    padding: 0.8rem 1.5rem; }
  .product-detail-info-block-one-click-basket {
    margin-bottom: 2rem;
    border-bottom: 1px solid #ededed; }
  .product_card__block_item {
    width: 100%; }
  .detail-product-advice.owl-carousel .owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #ededed;
    border-radius: 50px;
    margin-right: 1.333rem; }
  .detail-product-advice.owl-carousel .owl-dot.active span {
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #FF7B4C;
    background: #FF7B4C;
    border-radius: 50px;
    margin-right: 1.333rem; }
  .detail-product-advice.owl-carousel .owl-dots {
    display: block;
    text-align: center;
    margin-top: 1rem;
    padding-bottom: 2rem; }
  .tabs_block__product_card {
    padding-right: 0; }
  .detail-product-advice.owl-carousel .product_card__block {
    padding: 2rem 0; }
  .product_set_item::before {
    right: 50%;
    top: auto;
    bottom: 0;
    margin-top: auto;
    margin-bottom: -27px;
    margin-right: -27px; }
  .product_set_item .d24 {
    right: 50%;
    top: auto;
    bottom: 0;
    margin-top: auto;
    margin-bottom: -13px;
    margin-right: -2px; }
  .product_set_comment {
    padding-bottom: 2rem; }
  .puzzle_block .detail_product {
    border-bottom: 1px solid #ededed;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem; }
  .product_set_comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .product_set_comment__price {
    padding-right: 0;
    padding-bottom: 1rem; }
  .product-detail-info-block .product-detail-info-block-basket .main_btn {
    width: 100%;
    height: 100%;
    padding: 0.8rem 0.8rem; }
  .product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity {
    width: 50%;
    margin-left: 0; } }

@media (max-width: 575.98px) {
  div.catalog_section_block .product_card__block_item,
  div.block__product_cards-section .product_card__block_item {
    width: 100%; }
  .catalog_content__category_item {
    width: 100%; }
  .product_card__block__article {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .block_page_navigation > span,
  .block_page_navigation > a {
    padding: 0.3rem 0.7rem;
    margin: 0 0.3rem; }
  .catalog_content__sort_horizon_property {
    display: block; } }
	
@media (min-width: 768px){
.collection .product_card__block_item_inner, #rezka .product_card__block_item_inner, #similar-goods .product_card__block_item_inner{width:268px;}
.collection .block__product_cards .product_card__block_item-3, #rezka .block__product_cards .product_card__block_item-3, #similar-goods .block__product_cards .product_card__block_item-3{width:auto!important;}
}


.product-card-inner__buy > div{width:auto!important;}
.product-card-inner__new-price{font-size:18px;}
.product-card-inner__vendor-code{font-size: 11px;}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.element/origami_preview/style.min.css?171559390831920*/
@-webkit-keyframes imgPopupShow{0%{opacity:0}to{opacity:1}}@keyframes imgPopupShow{0%{opacity:0}to{opacity:1}}.popup .product-item-preview-slider-container{padding:0}.product-item-preview-slider-container{border:1px solid #ebedee;padding:40px;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.product-item-preview-slider-container.swiper-container{z-index:auto}.product-item-preview-slider-container .product-preview-title-price{display:none}.product-item-preview-slider-container .product-tem-zoom{z-index:99;opacity:0;-webkit-transition:1s;transition:1s;position:absolute;left:50%;top:50%;margin-left:-2rem;margin-top:-2rem;width:4rem;height:4rem;border-radius:50px;text-align:center;background-color:var(--main-color)}.product-preview-photo-block{position:relative}.product-preview-photo-block .product_card__block_icon,.product-preview-photo-block .sticker_product{top:2rem}.product-preview-photo-block .product_card__block_icon{opacity:1}.product-item-preview-slider-container .product-tem-zoom i{font-size:2rem;color:#fff;line-height:4rem}.product-item-preview-slider-container:hover .product-tem-zoom{opacity:1;-webkit-transition:1s;transition:1s;cursor:pointer}.product-item-preview-slider-container.hide-photoSwipe-icon .product-tem-zoom{display:none}.product-preview-info-block .product-preview-info-block-price{padding-bottom:.5rem}.product-preview-info-block .product-preview-info-block-price .product_card__block__old_new_price{margin-bottom:0}.product-preview-info-block .product-preview-info-block-basic-property .basic-property-title,.product-preview-info-block .product-preview-info-block-basic-property .product-preview-info-block-property{margin-bottom:1rem}.product-preview-info-block .product-preview-info-block-main-property{margin-bottom:1.5rem}.product-preview-info-block .product-preview-info-block-property-title{padding-bottom:.5rem}.product-preview-info-block .product-preview-info-block-basket{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;padding-bottom:1rem}.product-preview-info-block .product-preview-info-block-basket .product_card__block_buy_quantity{padding:0;margin-left:1rem}.product-preview-info-block .product-preview-info-block-basket .main_btn{min-width:150px}.product-preview-info-block .product-preview-info-block-one-click-basket .one_click_btn{display:inline-block;text-align:center;min-width:150px;padding:.5rem;cursor:pointer}.product-preview-info-block .product-preview-info-block-basic-property{margin-bottom:2rem}.product-preview-info-block .product-preview-info-block-basic-property .block-basic-property-link{color:#979797;border-bottom:1px dotted #979797}.product-preview-price-and-cheaper .product_preview__block__new_price_product{margin-right:10px;font-size:28px}.product-preview-price-and-cheaper .product_preview__block__old_price_product{font-size:18px}.product-preview-price-and-cheaper .product_preview__block_saving{font-size:12px}.product-preview-price-and-cheaper{margin-bottom:30px}.product-preview-photo-block .popup .product-item-preview-slider-image img{max-width:100%;max-height:90vh;width:auto;cursor:default}.product-item-preview-slider-image{position:absolute;top:0;right:0;bottom:0;left:0;text-align:center;opacity:0;-webkit-transition:opacity 250ms linear;transition:opacity 250ms linear}.product-item-preview-slider-image.active{z-index:10;opacity:1}.product-item-preview-slider-image img{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;outline:1px solid transparent;background-position:center;background-repeat:no-repeat;-webkit-transition:background-size 450ms ease,width 450ms ease,height 450ms ease,outline 450ms ease;transition:background-size 450ms ease,width 450ms ease,height 450ms ease,outline 450ms ease;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.product-item-preview-slider-controls-block .product-item-detail-slider-controls-video{border:2px solid transparent}.product-item-preview-slider-controls-block .swiper-slide{position:relative;display:inline-block;overflow:hidden;width:80px;height:80px;background-color:#fff;text-align:center;cursor:pointer}.product-item-preview-slider-controls-block .swiper-slide::after{content:"";display:block;padding-bottom:100%}.product-item-preview-slider-controls-block .swiper-slide img{position:absolute;max-width:66px;max-height:66px;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;top:calc(50% - 33px);left:calc(50% - 33px)}.product-item-preview-slider-controls-block .swiper-slide:hover:not(.swiper-slide-thumb-active){border:2px solid #ededed}.product-item-preview-slider-controls-block .swiper-slide .video-slider-control{position:relative;width:100%;height:100%;overflow:hidden}.product-item-preview-slider-controls-block .swiper-slide .video-slider-control iframe{position:absolute;top:0;left:0;max-height:80px;max-width:80px}.product-item-preview-slider-controls-block .swiper-slide .video-slider-control-shadow{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;cursor:pointer}.product-item-preview-slider-controls-block .swiper-slide.swiper-slide-thumb-active,.product-item-preview-slider-controls-block .swiper-slide.swiper-slide-thumb-active:hover{border:2px solid var(--main-color)}.product-item-preview-slider-controls-block .swiper-slide:hover{border:2px solid #ededed}.product-item-preview-slider-controls-block:not(.swiper-container-initialized) .swiper-slide,.product-item-preview-slider-controls-block:not(.swiper-container-initialized) .swiper-slide:hover{border:2px solid var(--main-color)}.bx-retina .product-item-preview-slider-controls-image{outline-width:.5px}.bx-no-retina .product-item-preview-slider-controls-image.active{outline-width:2px}.bx-retina .product-item-preview-slider-controls-image.active{outline-width:1px}.product-preview-photo-block .popup .product-item-preview-slider-close{position:absolute;top:4px;right:110px;bottom:0;z-index:150;display:block;width:50px;height:50px;background:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E) no-repeat center;opacity:.27;cursor:pointer;-webkit-transition:all 300ms ease;transition:all 300ms ease}.product-preview-photo-block .popup .product-item-preview-slider-close:hover{opacity:1}.product-preview-photo-block .popup .product-item-preview-slider-right{right:105px}.product-item-preview-slider-container.magnified .product-item-preview-slider-image{z-index:100}.product-item-preview-slider-container.magnified .product-item-preview-slider-image img{outline-color:#ddd}.product-item-preview-slider-container.magnified .product-item-preview-slider-left,.product-item-preview-slider-container.magnified .product-item-preview-slider-right{z-index:50}.product-item-preview-slider-container.magnified .product-item-label-ring,.product-item-preview-slider-container.magnified .product-item-label-text{opacity:0}.product-preview-photo-block .popup .product-item-preview-slider-controls-block{position:absolute;top:0;right:0;bottom:0;overflow-y:auto;padding:20px;border-left:1px solid #d3d3d3;background-color:#fff}.product-preview-photo-block-wrapper{height:100%}.product-preview-photo-block .popup .product-item-preview-slider-controls-image{display:block;margin-bottom:20px}.product-item-preview-slider-container{position:relative;max-width:100%;background:0 0;-webkit-transition:background 800ms ease;transition:background 800ms ease}.product-item-preview-slider-block{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:100%}.product_preview_description{width:100%}.product_preview_description .block-property-color{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.product_preview_description .block-property-color-item{width:36px;height:36px;border:2px solid #ededed;padding:2px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin:2px}.product_preview_description .block-property-color-item:hover{cursor:pointer;border:2px solid #a7a6a6}.product_preview_description .block-property-color-item.color_image img,.product_preview_description .block-property-color-item.offer_image img{max-width:100%;max-height:100%}.product_preview_description .block-property-color-item.offer_image{position:relative;width:36px;height:36px}.product_preview_description .block-property-text-item.active{border-color:var(--main-color)}.product_preview_description .block-property-color-item.active{position:relative;border:2px solid var(--main-color)}.product_preview_description .block-property-color-item.active .icon-tick{display:inline-block;position:absolute;text-align:center;top:50%;right:7px;margin-top:-7px;color:var(--main-color);font-weight:700}.block-property-color-item.notallowed,.block-property-text-item.notallowed{color:#313131;opacity:.3}.block-property-color-item.active,.block-property-text-item.active{opacity:1}.quick-view{width:960px;max-height:98vh;height:100%;background-color:#fff}.quick-view>div{height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.quick-view .main_info_preview_product{height:100%;max-width:none;max-height:none}.quick-view .product-item-preview-slider-container{height:400px;border:0}.quick-view .product-preview-info-block-path-to-basket{display:none;width:100%;padding-bottom:17px}.quick-view .product-preview-info-block-path-to-basket .in_basket{background:#00b02a;width:100%;padding-left:10px;padding-right:10px;font-size:1rem;font-weight:700;color:#fefcfc;height:37px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.quick-view .product-preview-info-block-path-to-basket .in_basket span{width:18px;height:14px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAOCAYAAAAi2ky3AAAA4UlEQVQokaXSoUpEQRQG4LMqBoMmTQaDTTZbTNoMgsHkAwg+weYtazYIG4w20/Y1+QIGm8EgiJg0GAT5DN6BcbjX63IPDMzM+edjGKaH6FCnEbEaEcOFDsggIkZpMdfhJqNs/RyYdZz4XQPErMgxvjJkmHopsIN+C3JUIGd5P7CPT7z9gR1UmVQXZSZwngVesFmE9gpkjF4dtITbLPiI9Sqwi4+sd4X5ulunyQrusgP3OMR7tnfdhORQYA0P6muCxSakhAIbeCqQaRtSBwW28FohN37esPWPNTW2cYnl/yCIb4hEjr8+hxV0AAAAAElFTkSuQmCC);margin-right:5px}.product-item-preview-slider-container .product-tem-zoom svg{position:absolute;left:calc(50% - 14px);top:calc(50% - 14px);fill:#fff}.product-item-preview-slider-container .product_card__block_icon span{position:relative;width:32px;height:32px;display:block;border-radius:50%;-webkit-transition:.2s;transition:.2s}.product-item-preview-slider-container .product_card__block_icon span svg{position:absolute;left:calc(50% - 8px);top:calc(50% - 8px);fill:#bdbdbd}.product-item-preview-slider-container .product_card__block_icon span:hover{background-color:#ededed;cursor:pointer}.product-item-preview-slider-container .product_card__block_icon span.active:hover svg,.product-item-preview-slider-container .product_card__block_icon span:hover svg{fill:var(--main-color)}.product-item-preview-slider-container .product_card__block_icon span.active{background-color:var(--main-color)}.product-item-preview-slider-container .product_card__block_icon span.active svg{fill:#fff}.product-item-preview-slider-container .product_card__block_icon span.active:hover{background-color:#ededed}.product-item-preview-slider-container .product_card__block_icon-heart{margin-bottom:10px}.product_preview_title{padding:18px 20px;font-weight:700;font-size:17px;line-height:25px;border-bottom:1px solid #ededed}.product_preview_info_block,.product_preview_info_block-description{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}.product_preview_info_block{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:10px;padding-top:16px}.product_preview_info_block-description{-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product_preview_info_block-description .product_preview_info_block_cheaper-icon{position:relative;top:1px;left:0;margin-right:5px;fill:gray}.right_preview_card__stars{margin-right:10px}.product-preview-photo-block-wrapper{width:600px;-ms-flex-negative:0;flex-shrink:0;border-right:1px solid #ededed}.product_preview-btn-block{height:175px;padding:0 19px;border-top:1px solid #ededed}.product_preview-btn-block .product_preview_info_block_gift-icon{position:relative;top:2px;left:0;margin-right:3px;fill:gray}.product-preview-info-block-property-title{margin-bottom:4px}.main_info_preview_product{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}.main_info_preview_product .product-item-preview-slider-image{opacity:1;width:500px}.main_info_preview_product .product_preview__block__new_price_product{font-size:18px;line-height:25px}.main_info_preview_product .product-preview-price-and-cheaper{margin-top:24px;margin-bottom:22px}.main_info_preview_product .product-preview-price-and-cheaper .product_preview__block_saving{-webkit-box-pack:left;-moz-box-pack:left;-ms-flex-pack:left;justify-content:left;-webkit-box-align:baseline;-moz-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;font-size:.78rem;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;margin-top:15px;padding-bottom:10px}.main_info_preview_product .product-preview-price-and-cheaper .product_preview__block_saving .product_preview__block_saving_title{padding:2px .67rem;color:#00b02a;border:1px solid #00b02a;margin-left:.3rem}.main_info_preview_product .product-preview-info-block-main-property{padding-bottom:10px}.main_info_preview_product .product-preview-info-block-main-property::first-letter{text-transform:uppercase}.main_info_preview_product .product_preview_info_block_cheaper{display:inline-block;margin-top:10px;cursor:pointer}.main_info_preview_product .product_preview_info_block_cheaper:hover .product_preview_info_block_cheaper__title{color:var(--main-color);border-color:var(--main-color)}.main_info_preview_product .product_preview_info_block_cheaper:hover .product_preview_info_block_cheaper-icon,.product_preview_description .product-preview-info-block-one-click-basket.btnLoaderCustom .loader-btn svg{fill:var(--main-color)}.main_info_preview_product .product_preview_info_block_cheaper.btnLoaderCustom{color:transparent;position:relative}.main_info_preview_product .product_preview_info_block_cheaper.btnLoaderCustom .product_preview_info_block_cheaper__title{color:transparent;border-color:transparent}.main_info_preview_product .product_preview_info_block_cheaper.btnLoaderCustom .loader-btn{fill:var(--main-color);top:calc(50% - 10px);left:calc(50% - 10px)}.main_info_preview_product .product_preview_info_block_cheaper__title{font-size:.9rem;color:gray;border-bottom:1px dotted #888;cursor:pointer}.main_info_preview_product .block-property-color{margin-bottom:16px;margin-left:-1px}.main_info_preview_product .block-property-text-item{display:inline-block;padding:.5rem .7rem;border:1px solid transparent;margin-bottom:.3rem;min-width:36px;text-align:center}.main_info_preview_product .block-property-text-item:hover{opacity:1;cursor:pointer;border-color:#ededed}.main_info_preview_product .product_preview_description-content{height:100%}.main_info_preview_product .product_previev_info-content,.main_info_preview_product .product_preview_info{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.main_info_preview_product .product_preview_info{height:100%}.main_info_preview_product .product_previev_info-content{max-height:345px;position:relative;padding:0 15px;-webkit-box-flex:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.main_info_preview_product .product_preview__block__old_new_price{padding-top:7px}.product-preview-photo-block .product-item-preview-slider-controls-image{outline:0!important}.product-preview-photo-block .sticker_product{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:400px;top:18px;line-height:18px}.product-preview-photo-block .sticker_product>div{margin-right:5px}.product-item-preview-slider-controls-block.swiper-container{margin:10px 15px}.product_preview_description .product_card__block__presence_product_value_many,.product_preview_description .product_preview_info_block__article .product_preview_info_block__title{color:gray}.product_preview_description .product_preview__block__old_price_product{text-decoration:line-through;font-size:14px;color:gray}.product_preview_description .product_preview_info_block__count .product_preview_info_block__title,.product_preview_description .rating-block-title{display:none}.product_preview_description .product_card__block_buy_quantity{height:40px;margin:0;padding-right:20px}.product_preview_description .product_card__block_buy_quantity>span{width:25px}.product_preview_description .preview-basket-wrapper{-webkit-box-flex:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.product_preview_description .preview-basket-wrapper svg{fill:#fff;width:18px;height:18px;margin-right:10px}.product_preview_description .product-preview-info-block-basket{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.product_preview_description .product-preview-info-block-basket .product_preview_info_block_gift .product_preview_info_block_gift__title.product_preview_info--availability{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:39px;font-size:14px;font-weight:700;color:var(--main-color);border:1px solid var(--main-color);-webkit-transition:.3s;transition:.3s}.product_preview_description .product-preview-info-block-basket .product_preview_info_block_gift .product_preview_info_block_gift__title.product_preview_info--availability:hover{color:var(--main-color-hover);border-color:var(--main-color-hover)}.product_preview_description .product-preview-info-block-message{width:100%}.product_preview_description .product-preview-info-block-one-click-basket{display:inline-block;padding-top:20px;width:100%}.product_preview_description .product-preview-info-block-one-click-basket .one_click_btn{display:inline-block;height:100%;width:100%;line-height:38px;border:1px solid var(--main-color);color:var(--main-color);text-align:center;min-width:150px;padding:0;cursor:pointer}.product_preview_description .product-preview-info-block-one-click-basket .one_click_btn:hover,.property-value a:hover{color:var(--main-color-hover)}.product_preview_description .product-preview-info-block-one-click-basket.btnLoaderCustom{position:relative}.product_preview_description .product-preview-info-block-one-click-basket.btnLoaderCustom .one_click_btn{color:transparent!important;font-size:0}.product_preview_description .product-preview-info-block-one-click-basket.btnLoaderCustom .loader-btn{top:50%;left:calc(50% - 10px)}.product_preview_description .product_preview_info_block_gift{margin-top:17px;cursor:pointer}.product_preview_description .product_preview_info_block_gift:hover .product_preview_info_block_gift__title{color:var(--main-color);border-color:var(--main-color)}.product_preview_description .product_preview_info_block_gift:hover .product_preview_info_block_gift-icon{fill:var(--main-color)}.product_preview_description .product_preview_info_block_gift.btnLoaderCustom{color:transparent;position:relative}.product_preview_description .product_preview_info_block_gift.btnLoaderCustom .product_preview_info_block_gift__title{color:transparent;border-color:transparent}.product_preview_description .product_preview_info_block_gift.btnLoaderCustom .product_preview_info_block_gift__title.product_preview_info--availability{color:transparent;font-size:0}.product_preview_description .product_preview_info_block_gift.btnLoaderCustom .loader-btn{fill:var(--main-color);top:calc(50% - 10px);left:calc(50% - 10px)}.product_preview_description .product_preview_info_block_gift__title{font-size:.9rem;color:gray;border-bottom:1px dotted gray}.product_preview_description .product-preview-info-block-message{display:none}.product_preview_description .product-item-detail-buy-button,.product_preview_description .product_preview_info_block_gift-wrapper{width:100%}.product-item-preview-slider-images-container .swiper-slide{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.product-item-preview-slider-images-container img{max-width:100%}.preview-info{-webkit-box-pack:left;-moz-box-pack:left;-ms-flex-pack:left;justify-content:left;margin-bottom:20px}.preview-info .rating-block{margin-right:30px}.preview-info,.product_preview__main-price{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}.product_preview__btn-show-otherPrices{position:relative;top:6px;left:0;display:block;width:19px;height:15px;margin-right:5px;border:1px solid #ededed;border-radius:4px}.product_preview__btn-show-otherPrices::before{content:"";position:absolute;top:calc(50% - 4px);left:calc(50% - 2px);width:6px;height:6px;border-left:1px solid #000;border-top:1px solid #000;-webkit-transform:rotate(225deg);transform:rotate(225deg)}.product_preview__btn-show-otherPrices.show{border-color:var(--main-color)}.product_preview__btn-show-otherPrices.show::before{top:calc(50% - 2px);border-color:var(--main-color);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.product_preview__other_prices{display:none;padding:10px;background-color:#f7f7f7}.product_preview__other_prices.show{display:block}.product_preview__props{margin-top:20px}.product_preview__props-title{font-weight:700;font-size:13px;line-height:20px;color:#000}.product-detail-info-block-property:not(:first-child){margin-top:7px}.property-title{padding-right:10px;font-size:13px;line-height:20px;color:gray}.property-value a{color:var(--main-color)}.product-preview-photo-block .popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999999;background:#fff;-webkit-animation-name:imgPopupShow;animation-name:imgPopupShow;-webkit-animation-duration:300ms;animation-duration:300ms}.product-preview-photo-block .popup .product-item-preview-slider-images-container{right:105px}.product-preview-photo-block .popup .product-item-preview-slider-block{padding-top:0;height:100vh}.product-preview-photo-block .popup .product-item-preview-slider-image{position:absolute;top:50%;left:50%;max-height:100vh;width:calc(100% - 150px);-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.product-preview-photo-block .popup .product-tem-zoom,.product-preview-photo-block .popup .product_card__block_icon,.product-preview-photo-block .popup .sticker_product{display:none}@media (max-width:767px){.product-preview-photo-block .popup .product-item-preview-slider-images-container{right:0}.product-preview-photo-block .popup .product-item-preview-slider-block{padding-top:0;height:calc(100vh - 111px)}.product-preview-photo-block .popup .product-item-preview-slider-image{width:90%}.product-preview-photo-block .popup .product-item-preview-slider-image img{max-width:100%;max-height:calc(100vh - 115px);width:auto;cursor:default}.product-preview-photo-block .popup .product-item-preview-slider-controls-block{position:absolute;top:auto;right:0;bottom:0;left:0;overflow-x:auto;max-height:111px;border-top:1px solid #d3d3d3;border-left:none;white-space:nowrap}.product-preview-photo-block .popup .product-item-preview-slider-controls-image{display:inline-block;margin-bottom:0}.product-preview-photo-block .popup .product-item-preview-slider-close{right:10px;z-index:200}.product-item-preview-slider-left,.product-item-preview-slider-right{max-width:75px}.product-preview-photo-block .popup .product-item-preview-slider-right{right:0}}.product-item-label-top{top:-5px}.product-item-label-center{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.product-item-label-center>div{text-align:center}.product-item-label-left{left:-5px}.product-item-label-left>div{text-align:left}.product-item-label-bottom{bottom:-5px}.product-item-label-middle{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.product-item-label-right{right:-5px}.product-item-label-right>div{text-align:right}.product-item-label-center.product-item-label-middle{-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.product_card__block_buy_quantity__input{border:1px solid #e6e6e6;text-align:center;width:30px;min-height:35px;display:inline-block;line-height:35px;height:100%}.product_card__block_buy_quantity__minus,.product_card__block_buy_quantity__plus{color:#a1a1a1;border:1px solid #e6e6e6;text-align:center;min-height:35px;display:inline-block;height:100%}.product_card__block_buy_quantity__plus{line-height:35px}.product_card__block_buy_quantity__input{border-left:none;border-right:none}.product_card__block_buy_quantity__minus{line-height:35px;width:20px}.product_card__block_buy_quantity__plus{width:20px}.product_card__block_buy_quantity__minus:hover,.product_card__block_buy_quantity__plus:hover{background:#f2f2f2;cursor:pointer}.product_card__block_buy_quantity__input{color:#000}.product_card__block_buy,.product_card__block_buy_quantity{-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.product_card__block_buy_quantity{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;margin:0 15px;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.product_card__block_buy{-webkit-box-align:stretch;-moz-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:30px}.product_card__block_buy,.product_preview__nav-items{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}@media (max-width:480px){.product_preview__nav-items{display:none}}.product_preview__nav-prev{position:absolute;top:50%;left:0;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:20%;flex-basis:20%;-webkit-box-flex:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;z-index:100}.product_preview__nav-prev:hover .product_preview__nav-wrapper{width:100%}.product_preview__nav-prev:hover .product_preview__nav-content{border:1px solid #ededed}.product_preview__nav-prev:hover .product_preview__nav-icon{stroke:var(--main-color)}.product_preview__nav-prev:hover .product_preview__nav-item-name{color:var(--main-color)}.product_preview__nav-next,.product_preview__nav-wrapper{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;background:#fff}.product_preview__nav-next{position:absolute;top:50%;right:0;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-flex:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:20%;flex-basis:20%;z-index:100}.product_preview__nav-next:hover .product_preview__nav-wrapper{width:100%}.product_preview__nav-next:hover .product_preview__nav-content{border:1px solid #ededed}.product_preview__nav-next:hover .product_preview__nav-content--next{width:100%;-webkit-transform:translateX(0%);transform:translateX(0%)}.product_preview__nav-next:hover .product_preview__nav-icon{stroke:var(--main-color)}.product_preview__nav-next:hover .product_preview__nav-item-name{color:var(--main-color)}.product_preview__nav-wrapper{width:30px;overflow:hidden;-webkit-transition:width .3s ease-out;transition:width .3s ease-out}.product_preview__nav-wrapper--next{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.product_preview__nav-next-arrow,.product_preview__nav-prev-arrow{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;width:30px;background-color:#f7f7f7;z-index:10;border:1px solid #ededed}.product_preview__nav-icon{fill:none;stroke:#bdbdbd;-webkit-transition:stroke .1s ease-in-out;transition:stroke .1s ease-in-out}.product_preview__nav-content{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;padding:10px;overflow:hidden;border:1px solid transparent;-webkit-transition:width .3s ease-out,padding .3s ease-out;transition:width .3s ease-out,padding .3s ease-out}.product_preview__nav-content--prev{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;border-left-color:transparent}.product_preview__nav-content--next .product_preview__nav-img,.product_preview__nav-content--prev .product_preview__nav-img{padding-left:10px}.product_preview__nav-content--next{border-right-color:transparent}.product_preview__nav-img{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;width:60px;height:60px}.product_preview__nav-img img{max-width:100%;max-height:100%}.product_preview__nav-title-slide{padding:0;font-size:12px;line-height:18px;color:gray;white-space:nowrap}.product_preview__nav-item-name{padding:0;font-weight:600;font-size:13px;line-height:20px;color:#000;white-space:nowrap;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.product_preview__nav-description{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.product_card__block_icon{position:absolute;right:1rem;font-size:1.4rem;color:#c3c3c3;z-index:99;-webkit-transition:1s;transition:1s}.product_card__block__presence_product_value_many,.product_card__block__presence_product_value_no,.product_card__block__presence_product_value_sufficient{display:inline-block;font-size:.78rem;white-space:nowrap}.product_card__block__presence_product_value_no i{color:#ee0d0d}.product_card__block__presence_product_value_sufficient i{color:#fcd85d}.product_card__block__presence_product_value_many .product-card_icon-check{padding-top:3px;fill:#28b843}.product_card__block__presence_product_value_many i{color:#28b843}.sticker_product{position:absolute;left:1rem;z-index:82;text-align:left}.sticker_product__hit{padding:.1rem .5rem;color:#fff;text-align:center;display:inline-block;margin-bottom:.1rem;background:#00b02a}
/* End */


/* Start:/local/templates/sotbit_origami_new/components/bitrix/catalog.item/origami_item/style.css?1720606434105413*/
.product_card__inner {
    position: relative;
    height: 100%;
    width: 270px;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #ededed;
}

.product_card__inner p {
    padding-bottom: 0;
}

.product_card__inner:hover {
    z-index: 100;
    -webkit-box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.15);
}

.product_card__inner:hover .product-card-inner__img-view {
    display: block;
}

.product_card__inner:hover .product-card-inner__title-link {
    color: #ff7b4c;
}

.product_card__inner:hover .product-card-inner__icon::before {
    color: #807f7f;
}

.product-card-inner__stickers {
    position: absolute !important;
    top: 16px;
    left: 13px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 50px;
    z-index: 53;
}

.product-card-inner__stickers .timer {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.product-card-inner__stickers .timer .timer-wrapper {
    position: relative;
    top: 0;
    left: 0;
}

.product-card-inner__sticker {
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 2px 10px;
    font-size: 11px;
    color: #fff;
    font-weight: 700;
    background-color: #ff7b4c;
}

.product-card-inner__icons {
    position: absolute;
    right: 16px;
    top: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 25px;
    margin-bottom: 15px;
    z-index: 53;
}

.product-card-inner__icon {
    cursor: pointer;
}

@media (min-width: 768px) {
    .product-card-inner__icon {
        position: relative;
        width: 26px;
        height: 26px;
        margin-bottom: 8px;
        border-radius: 50%;
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }

    .product-card-inner__icon {
        background-color: transparent !important;
    }

    .product-card-inner__icon:hover {
        background-color: #ededed;
    }

    .product-card-inner__icon:hover svg,
    .product-card-inner__icon.active svg {
        fill: #ff7b4c !important;
    }

    .product-card-inner__icon svg {
        position: absolute;
        top: calc(50% - 8px);
        left: calc(50% - 8px);
        fill: #bdbdbd;
    }

    .product-card-inner__icon.active {
        background-color: #ff7b4c;
    }

    .product-card-inner__icon.active svg {
        fill: #fff;
    }

    .product-card-inner__icon.active:hover {
        background-color: #ededed !important;
    }

    .product-card-inner__icon.active:hover svg {
        fill: #ff7b4c;
    }
}

@media (max-width: 768px) {
    .product-card-inner__icon {
        position: relative;
        width: 26px;
        height: 26px;
        margin-bottom: 8px;
        border-radius: 50%;
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }

    .product-card-inner__icon svg {
        position: absolute;
        top: calc(50% - 8px);
        left: calc(50% - 8px);
        fill: #bdbdbd;
    }

    .product-card-inner__icon.active {
        background-color: #ff7b4c;
    }

    .product-card-inner__icon.active svg {
        fill: #fff;
    }
}

.product-card-inner__img-wrapper {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 230px;
    margin-bottom: 11px;
    overflow: hidden;
}

.product-card-inner__img-wrapper img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.product-card-inner__img-view {
    position: absolute;
    top: 80px;
    left: calc(50% - 70px);
    display: none;
    width: 140px;
    padding: 6px 9px;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    background-color: rgba(54, 53, 53, 0.7);
    cursor: pointer;
    z-index: 53;
}

.product-card-inner__img-link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    padding-top: 15px;
    width: 100%;
    height: 100%;
    position: relative;
}

.product_card__inner .product-card-inner__img-wrapper .product-card-inner__img-link > img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.product-card-inner__title {
    margin-bottom: 13px;
    text-align: center;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 700;
    color: #000;
}

.product-card-inner__title-link {
    display: block;
    min-height: 39px;
    color: #000;
    font-size: 1rem;
    font-weight: 700;
    line-height: 20px;
}

.product-card-inner__rating-block {
    height: 14px;
    margin-bottom: 17px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: auto;
}

.product-card-inner__rating-block .bx_item_detail_rating .bx_stars_container {
    cursor: auto;
}

.product-card-inner__rating-block .rating-block-title {
    display: none;
}

.product-card-inner__info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 180px;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 14px;
}

.product-card-inner__info > div {
    margin: 0 auto;
    padding: 0 3px;
}

.product-card-inner__info > .product-card-inner__vendor-code {
    margin: 0 auto;
    padding: 0 3px;
}

.product-card-inner__quantity {
    display: block;
    position: relative;
    margin: 0;
    padding-left: 15px;
    font-size: 11px;
    color: #000;
}

.product-card-inner__quantity--lot::before {
    content: url("data:image/svg+xml, %3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='11px' height='11px' viewBox='0 0 78.369 78.369' style='enable-background:new 0 0 78.369 78.369;' xml:space='preserve' fill='%2300b02a'%3E%3Cg%3E%3Cpath d='M78.049,19.015L29.458,67.606c-0.428,0.428-1.121,0.428-1.548,0L0.32,40.015c-0.427-0.426-0.427-1.119,0-1.547l6.704-6.704 c0.428-0.427,1.121-0.427,1.548,0l20.113,20.112l41.113-41.113c0.429-0.427,1.12-0.427,1.548,0l6.703,6.704 C78.477,17.894,78.477,18.586,78.049,19.015z'/%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    top: 2px;
    left: 0;
}

.product-card-inner__quantity--few::before {
    content: url("data:image/svg+xml, %3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='11px' height='11px' viewBox='0 0 78.369 78.369' style='enable-background:new 0 0 78.369 78.369;' xml:space='preserve' fill='%23ffd876'%3E%3Cg%3E%3Cpath d='M78.049,19.015L29.458,67.606c-0.428,0.428-1.121,0.428-1.548,0L0.32,40.015c-0.427-0.426-0.427-1.119,0-1.547l6.704-6.704 c0.428-0.427,1.121-0.427,1.548,0l20.113,20.112l41.113-41.113c0.429-0.427,1.12-0.427,1.548,0l6.703,6.704 C78.477,17.894,78.477,18.586,78.049,19.015z'/%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    top: 2px;
    left: 0;
}

.product-card-inner__quantity--enough::before {
    content: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJCAMAAAA8eE0hAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAeFBMVEX////JASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASkAAABW4CSsAAAAJ3RSTlMAQ94K2iQLhIIVgYUihtmwVnt5sUe/ZGNIzyxQTecPHx0MauTg42iJdFSmAAAAAWJLR0QnLQ+oIwAAAAlwSFlzAAALEgAACxIB0t1+/AAAAAd0SU1FB+MDDAogAMlhp5AAAABMSURBVAjXHcZHAkAwAADBJSFC9N67/z8RmdMAOK7rYAnpedK3VYHWYfTPSBErkZivaUZekJVQ1dC0UHf0A4wTDD3zAusG+8xxXtb9vHWvBEG36StCAAAAAElFTkSuQmCC");
    position: absolute;
    top: 1px;
    left: 0;
}

.product-card-inner__quantity--none::before {
    content: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKBAMAAAB/HNKOAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAALVBMVEX////QIEPQIEPQIEPQIEPQIEPQIEPQIEPQIEPQIEPQIEPQIEPQIEPQIEMAAAAVbAepAAAADnRSTlMAT8H2ifuaTlOX/Ehp/ouaMcMAAAABYktHRA5vvTBPAAAACXBIWXMAAAsSAAALEgHS3X78AAAAB3RJTUUH4wMMCiUSR68inQAAAEJJREFUCNdjYBAyVmRgYAmrmOXAILqB4exCBjUGnjuTGMwZzh5oZrDgucNQzKB59gBDEoPUHQbuQAaWle2pDgxgXQDQ4g9peIy43QAAAABJRU5ErkJggg==");
    position: absolute;
    top: 1px;
    left: 0;
}

.product-card-inner__vendor-code {
    margin: 0;
    font-size: 11px;
    color: #807f7f;
}

.product-card-inner__price {
    margin-bottom: 10px;
}

.product-card-inner__action-price {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3px;
    max-width: 188px;
}

.product-card-inner__old-price {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 0 4px;
    font-size: 14px;
    color: #cbcbcb;
}

.product-card-inner__old-price::before {
    content: "";
    position: absolute;
    top: 10px;
    left: -2px;
    height: 1px;
    width: 100%;
    background-color: #cbcbcb;
}

.product-card-inner__new-price {
    margin: 0 auto;
    padding: 0 4px;
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

.product-card-inner__new-price span {
    font-size: 14px;
    font-weight: 700;
}

.product-card-inner__saving {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-card-inner__saving-title {
    margin: 0;
    font-size: 11px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-card-inner__saving-value {
    margin-left: 3px;
    padding: 0 6px;
    color: #00b02a;
    border: 1px solid #00b02a;
}

.product-card-inner__option-price-retail {
    margin-bottom: 5px;
    text-align: center;
}

.product-card-inner__option-price-gross {
    text-align: center;
}

.product-card-inner__option-price-title {
    margin: 0;
    margin-bottom: -3px;
    font-size: 12px;
    color: #989898;
}

.product-card-inner__option-price-value {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

.product-card-inner__form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.product-card-inner__form .product-card-inner__buttons-block {
    margin-top: auto;
}

.product-card-inner__option {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product-card-inner__option-color {
    margin-bottom: 13px;
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.product-card-inner__option-memory {
    padding-bottom: 13px;
}

.product-card-inner__option-title {
    margin: 0;
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

.product-card-inner__option-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 5px;
}

.product-card-inner__option-color .product-card-inner__option-item {
    width: 38px;
    height: 38px;
}

.product-card-inner__option-color .product-card-inner__option-item img {
    max-width: 100%;
    max-height: 100%;
}

.product-card-inner__option-color .product-card-inner__option-item.disabled .product-card-inner__option-item-content {
    position: relative;
}

.product-card-inner__option-color .product-card-inner__option-item.disabled .product-card-inner__option-item-content::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #7c7b7a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.product-card-inner__option-color .product-card-inner__option-item.disabled .product-card-inner__option-item-content::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #7c7b7a;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.product-card-inner__option-item {
    height: 38px;
    min-width: 38px;
    margin: 2px;
    padding: 3px;
    border: 1px solid #e9e9e9;
    cursor: pointer;
}

.product-card-inner__option-item:hover {
    border-color: #e9e9e9;
    -webkit-box-shadow: 0 0 1px 0 #bfbdbd;
    box-shadow: 0 0 1px 0 #bfbdbd;
}

.product-card-inner__option-item.checked {
    border-color: #ff7b4c;
}

.product-card-inner__option-item.checked:hover {
    border-color: #ff7b4c;
}

.product-card-inner__option-item.checked p {
    font-weight: 700;
}

.product-card-inner__option-item input {
    display: none;
}

.product-card-inner__option-item img {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    border: 1px solid #e9e9e9;
    overflow: hidden;
}

.product-card-inner__option-item p {
    margin: 0;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}

.product-card-inner__option-item.disabled p {
    color: #bcbcbc;
}

.product-card-inner__option-item-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-card-inner__option-item-content span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 2px;
}

.product-card-inner__buy {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 235px;
    padding: 0 0;
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
}

.product-card-inner__buy .btnLoaderCustom {
    position: relative;
    font-size: inherit !important;
}

.product-card-inner__buy .btnLoaderCustom .product-card-inner__in-basket {
    color: transparent;
}

.product-card-inner__buy .btnLoaderCustom .loader-btn {
    top: calc(50% - 10px);
    left: calc(50% - 10px);
}

.product-card-inner__buy > div {
    margin-left: auto;
    margin-right: auto;
    padding-top: 13px;
}

.product-card-inner__counter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.product-card-inner__counter input {
    width: 34px;
    padding: 9px 3px;
    height: 40px;
    font-weight: 700;
    text-align: center;
    border-left: none;
    border-right: none;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.product-card-inner__counter-btn {
    margin: 0;
    padding: 0 8px;
    height: 40px;
    background-color: transparent;
    border: 1px solid #e6e6e6;
    cursor: pointer;
}

.product-card-inner__counter-btn:hover {
    background-color: #f2f2f2;
}

.product-card-inner__in-basket {
    -ms-flex-preferred-size: 106px;
    flex-basis: 106px;
    height: 40px;
    margin-left: auto;
    padding: 0 16px;
    color: #fff;
    font-weight: 700;
    background-color: #ff7b4c;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.product-card-inner__in-basket:hover {
    background-color: #c80033;
}

.product-card-inner__product-basket {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    padding-top: 13px;
}

.product-card-inner__product-basket-btn {
    position: relative;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 100%;
    height: 40px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    line-height: 40px;
    background-color: #00b02a;
}

.product-card-inner__product-basket-btn:hover, .product-card-inner__product-basket-btn:focus {
    color: #fff;
    background-color: #007d1e;
}

.product-card-inner__product-basket-btn::before {
    content: url("data:image/svg+xml, %3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='18px' height='18px' viewBox='0 0 78.369 78.369' style='enable-background:new 0 0 78.369 78.369;' xml:space='preserve' fill='%23fff'%3E%3Cg%3E%3Cpath d='M78.049,19.015L29.458,67.606c-0.428,0.428-1.121,0.428-1.548,0L0.32,40.015c-0.427-0.426-0.427-1.119,0-1.547l6.704-6.704 c0.428-0.427,1.121-0.427,1.548,0l20.113,20.112l41.113-41.113c0.429-0.427,1.12-0.427,1.548,0l6.703,6.704 C78.477,17.894,78.477,18.586,78.049,19.015z'/%3E%3C/g%3E%3C/svg%3E");
    position: relative;
    top: 3px;
    padding-right: 5px;
}

.product-card-inner__subscribe {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
}

.product-card-inner__buttons-block {
    padding-bottom: 13px;
    cursor: pointer;
}

.product-card-inner__product-subscribe-btn {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 100%;
    height: 40px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    line-height: 40px;
    background-color: #ff7b4c;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.product-card-inner__product-subscribe-btn:hover {
    color: #fff;
    background-color: #c80033;
}

.product-card-inner__product-subscribe-btn::before {
    content: url("data:image/svg+xml, %3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='18px' height='18px' viewBox='0 0 78.369 78.369' style='enable-background:new 0 0 78.369 78.369;' xml:space='preserve' fill='%23fff'%3E%3Cg%3E%3Cpath d='M78.049,19.015L29.458,67.606c-0.428,0.428-1.121,0.428-1.548,0L0.32,40.015c-0.427-0.426-0.427-1.119,0-1.547l6.704-6.704 c0.428-0.427,1.121-0.427,1.548,0l20.113,20.112l41.113-41.113c0.429-0.427,1.12-0.427,1.548,0l6.703,6.704 C78.477,17.894,78.477,18.586,78.049,19.015z'/%3E%3C/g%3E%3C/svg%3E");
    position: relative;
    top: 3px;
    padding-right: 5px;
}

.product-card-inner__product-subscribe-btn.product-card-inner__product-subscribe-btn--active {
    background-color: #00b02a;
}

.product-card-inner__product-subscribe-btn.product-card-inner__product-subscribe-btn--active:hover {
    background-color: #007d1e;
}

@media (max-width: 768px) {
    .product_card__inner {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .product_card__inner:hover .product_card__inner-wrapper {
        position: relative;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .product_card__inner:hover .product-card-inner__img-view {
        display: none;
    }

    .product-card-inner__buttons-block {
        display: block;
    }

    .product_card__inner.product_card__inner--min {
        height: auto;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .product_card__inner.product_card__inner--min:hover .product_card__inner-wrapper {
        position: static;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .product_card__inner.product_card__inner--min .product_card__inner-wrapper {
        padding: 0;
    }

    .product_card__inner.product_card__inner--min .product-card-inner__rating-block {
        display: none;
    }

    .product_card__inner.product_card__inner--min .product-card-inner__info {
        display: none;
    }

    .product_card__inner.product_card__inner--min .product-card-inner__form {
        display: none;
    }

    .product_card__inner.product_card__inner--min .product-card-inner__saving {
        display: none;
    }

    .product_card__inner.product_card__inner--min .product-card-inner__title {
        margin-bottom: 0;
    }

    .product_card__inner.product_card__inner--min .product-card-inner__price {
        margin-bottom: 0;
    }

    .product_card__inner.product_card__inner--min .product-card-inner__title-link {
        max-height: 42px;
        min-height: auto;
        font-size: 14px;
        line-height: 21px;
        font-weight: 400;
        overflow: hidden;
    }

    .product_card__inner.product_card__inner--min .product-card-inner__new-price {
        font-weight: 700;
        font-size: 14px;
        line-height: 21px;
    }

    .product_card__inner.product_card__inner--min .product-card-inner__img-link {
        padding: 10px;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #ededed;
        border-radius: 4px;
    }

    .product_card__inner.product_card__inner--min .product-card-inner__stickers {
        top: 0;
        left: 0;
        height: 150px;
        -ms-flex-line-pack: end;
        align-content: flex-end;
    }

    .product_card__inner.product_card__inner--min .product-card-inner__sticker {
        border-top-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .product_card__inner.product_card__inner--min .product-card-inner__old-price ~ .product-card-inner__new-price {
        color: #ff7b4c;
    }

    .product_card__inner.product_card__inner--min .product-card-inner__icons {
        top: 4px;
        right: 4px;
    }

    .product_card__inner.product_card__inner--min .product-card-inner__icon {
        background-color: #ededed;
        opacity: 0.5;
        width: 24px;
        height: 24px;
        margin-bottom: 4px;
    }

    .product_card__inner.product_card__inner--min .product-card-inner__icon.active {
        opacity: 1;
    }

    .product_card__inner.product_card__inner--min .product-card-inner__icon.active svg {
        fill: #fff;
    }

    .product_card__inner.product_card__inner--min .product-card-inner__icon svg {
        fill: #000;
    }

    .product_card__inner.product_card__inner--min .product-card-inner__action-price {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -moz-box-orient: horizontal;
        -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

@media (max-width: 768px) and (max-width: 640px) {
    .product_card__inner.product_card__inner--min .product-card-inner__title-link {
        max-height: 34px;
        font-size: 11px;
        line-height: 17px;
        font-weight: 400;
    }
}

@media (max-width: 768px) and (max-width: 480px) {
    .product_card__inner.product_card__inner--min .product-card-inner__old-price {
        font-size: 12px;
        line-height: 18px;
    }

    .product_card__inner.product_card__inner--min .product-card-inner__new-price {
        font-size: 11px;
        line-height: 17px;
    }

    .product_card__inner.product_card__inner--min .product-card-inner__old-price::before {
        top: 9px;
    }
}

.product_card__inner-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 16px;
    padding-bottom: 24px;
    background-color: #fff;
}

.product-card-inner__buttons-block.product-mode-N .product-card-inner__buttom-more-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 40px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
}

.product_card__inner.product_card__inner--two {
    padding: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.product_card__inner.product_card__inner--two .product-card-inner__form {
    display: none;
}

.product_card__inner.product_card__inner--two .product-card-inner__buttons-block {
    padding-top: 0;
}

.product_card__inner.product_card__inner--two .product_card__inner-wrapper {
    width: 100%;
    min-height: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 16px;
    padding-bottom: 24px;
    background-color: #fff;
}

.product_card__inner.product_card__inner--two .product-card-inner__rating-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product_card__inner.product_card__inner--two:hover {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.product_card__inner.product_card__inner--two:hover .product_card__inner-wrapper {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    border: 1px solid #ededed;
    -webkit-box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.15);
}

.product_card__inner.product_card__inner--two:hover .product-card-inner__form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.product_card__inner.product_card__inner--two .product-card-inner__buttom-more-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 40px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
}

@media (max-width: 768px) {
    .product_card__inner.product_card__inner--two .product-card-inner__form {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .product_card__inner.product_card__inner--two:hover .product_card__inner-wrapper {
        position: relative;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .product_card__inner.product_card__inner--two.product_card__inner--two-min {
        height: auto;
        border: none;
    }

    .product_card__inner.product_card__inner--two.product_card__inner--two-min:hover .product_card__inner-wrapper {
        border: none;
    }

    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product_card__inner-wrapper {
        padding: 0;
    }

    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__rating-block {
        display: none;
    }

    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__info {
        display: none;
    }

    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__form {
        display: none;
    }

    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__saving {
        display: none;
    }

    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__title {
        margin-bottom: 0;
    }

    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__price {
        margin-bottom: 0;
    }

    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__title-link {
        max-height: 42px;
        min-height: auto;
        overflow: hidden;
        font-size: 14px;
        line-height: 21px;
        font-weight: 400;
    }

    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__new-price {
        font-weight: 700;
        font-size: 14px;
        line-height: 21px;
    }

    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__img-link {
        padding: 10px;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #ededed;
        border-radius: 4px;
    }

    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__stickers {
        top: 0;
        left: 0;
        height: 150px;
        -ms-flex-line-pack: end;
        align-content: flex-end;
    }

    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__sticker {
        border-top-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__old-price ~ .product-card-inner__new-price {
        color: #ff7b4c;
    }

    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__icons {
        top: 4px;
        right: 4px;
    }

    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__icon {
        width: 24px;
        height: 24px;
        margin-bottom: 4px;
        background-color: #ededed;
        opacity: 0.5;
    }

    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__icon.active {
        opacity: 1;
    }

    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__icon.active svg {
        fill: #fff;
    }

    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__icon svg {
        fill: #000;
    }

    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__action-price {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -moz-box-orient: horizontal;
        -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

@media (max-width: 768px) and (max-width: 640px) {
    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__title-link {
        max-height: 34px;
        font-size: 11px;
        line-height: 17px;
        font-weight: 400;
    }
}

@media (max-width: 768px) and (max-width: 480px) {
    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__old-price {
        font-size: 12px;
        line-height: 18px;
    }

    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__new-price {
        font-size: 11px;
        line-height: 17px;
    }

    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__old-price::before {
        top: 9px;
    }
}

.product_card__inner.product_card__inner--three {
    padding: 0;
}

.product_card__inner.product_card__inner--three .product-card-inner__buttons-block {
    display: none;
}

.product_card__inner.product_card__inner--three .product_card__inner-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 16px;
    padding-bottom: 24px;
    background-color: #fff;
}

.product_card__inner.product_card__inner--three .product-card-inner__rating-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product_card__inner.product_card__inner--three .product-card-inner__form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.product_card__inner.product_card__inner--three .product-card-inner__buttons-block {
    padding-top: 0;
    margin-top: auto;
}

.product_card__inner.product_card__inner--three:hover {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.product_card__inner.product_card__inner--three:hover .product_card__inner-wrapper {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    border: 1px solid #ededed;
    -webkit-box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.15);
}

.product_card__inner.product_card__inner--three:hover .product-card-inner__buttons-block {
    display: block;
}

@media (max-width: 768px) {
    .product_card__inner.product_card__inner--three {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .product_card__inner.product_card__inner--three .product-card-inner__form {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .product_card__inner.product_card__inner--three:hover .product_card__inner-wrapper {
        position: relative;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .product_card__inner.product_card__inner--three .product-card-inner__buttons-block {
        display: block;
    }

    .product_card__inner.product_card__inner--three.product_card__inner--three-min {
        height: auto;
        border: none;
    }

    .product_card__inner.product_card__inner--three.product_card__inner--three-min:hover .product_card__inner-wrapper {
        position: static;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product_card__inner-wrapper {
        padding: 0;
    }

    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__rating-block {
        display: none;
    }

    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__info {
        display: none;
    }

    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__form {
        display: none;
    }

    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__saving {
        display: none;
    }

    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__title {
        margin-bottom: 0;
    }

    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__price {
        margin-bottom: 0;
    }

    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__title-link {
        max-height: 42px;
        min-height: auto;
        overflow: hidden;
        font-size: 14px;
        line-height: 21px;
        font-weight: 400;
    }

    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__new-price {
        font-weight: 700;
        font-size: 14px;
        line-height: 21px;
    }

    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__img-link {
        padding: 10px;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #ededed;
        border-radius: 4px;
    }

    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__stickers {
        top: 0;
        left: 0;
        height: 150px;
        -ms-flex-line-pack: end;
        align-content: flex-end;
    }

    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__sticker {
        border-top-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__old-price ~ .product-card-inner__new-price {
        color: #ff7b4c;
    }

    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__icons {
        top: 4px;
        right: 4px;
    }

    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__icon {
        width: 24px;
        height: 24px;
        margin-bottom: 4px;
        background-color: #ededed;
        opacity: 0.5;
    }

    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__icon.active {
        opacity: 1;
    }

    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__icon.active svg {
        fill: #fff;
    }

    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__icon svg {
        fill: #000;
    }

    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__action-price {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -moz-box-orient: horizontal;
        -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

@media (max-width: 768px) and (max-width: 640px) {
    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__title-link {
        max-height: 34px;
        font-size: 11px;
        line-height: 17px;
        font-weight: 400;
    }
}

@media (max-width: 768px) and (max-width: 480px) {
    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__old-price {
        font-size: 11px;
        line-height: 17px;
    }

    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__new-price {
        font-size: 11px;
        line-height: 17px;
    }

    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__old-price::before {
        top: 9px;
    }
}

.product_card__inner.product_card__inner--four {
    padding: 0;
}

.product_card__inner.product_card__inner--four .product-card-inner__option {
    display: none;
}

.product_card__inner.product_card__inner--four .product-card-inner__buy {
    display: none;
}

.product_card__inner.product_card__inner--four .product-card-inner__subscribe {
    display: block;
}

.product_card__inner.product_card__inner--four .product-card-inner__buttom-more {
    padding-top: 13px;
}

.product_card__inner.product_card__inner--four .product-card-inner__buttom-more-btn {
    display: block;
    position: relative;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 100%;
    height: 40px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    line-height: 40px;
    background-color: #ff7b4c;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.product_card__inner.product_card__inner--four .product-card-inner__buttom-more-btn:hover {
    background-color: #c80033;
}

.product_card__inner.product_card__inner--four .product_card__inner-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 16px;
    padding-bottom: 24px;
    background-color: #fff;
}

.product_card__inner.product_card__inner--four .product-card-inner__rating-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product_card__inner.product_card__inner--four:hover {
    z-index: 10;
}

@media (max-width: 768px) {
    .product_card__inner.product_card__inner--four {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .product_card__inner.product_card__inner--four .product-card-inner__form {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .product_card__inner.product_card__inner--four:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .product_card__inner.product_card__inner--four:hover .product_card__inner-wrapper {
        position: relative;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .product_card__inner.product_card__inner--four .product-card-inner__buttons-block {
        display: block;
    }

    .product_card__inner.product_card__inner--four.product_card__inner--four-min {
        height: auto;
        border: none;
    }

    .product_card__inner.product_card__inner--four.product_card__inner--four-min:hover .product_card__inner-wrapper {
        position: static;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product_card__inner-wrapper {
        padding: 0;
    }

    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__rating-block {
        display: none;
    }

    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__info {
        display: none;
    }

    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__form {
        display: none;
    }

    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__saving {
        display: none;
    }

    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__title {
        margin-bottom: 0;
    }

    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__price {
        margin-bottom: 0;
    }

    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__title-link {
        max-height: 42px;
        min-height: auto;
        overflow: hidden;
        font-size: 14px;
        line-height: 21px;
        font-weight: 400;
    }

    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__new-price {
        font-weight: 700;
        font-size: 14px;
        line-height: 21px;
    }

    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__img-link {
        padding: 10px;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #ededed;
        border-radius: 4px;
    }

    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__stickers {
        top: 0;
        left: 0;
        height: 150px;
        -ms-flex-line-pack: end;
        align-content: flex-end;
    }

    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__sticker {
        border-top-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__old-price ~ .product-card-inner__new-price {
        color: #ff7b4c;
    }

    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__icons {
        top: 4px;
        right: 4px;
    }

    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__icon {
        width: 24px;
        height: 24px;
        margin-bottom: 4px;
        background-color: #ededed;
        opacity: 0.5;
    }

    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__icon.active {
        opacity: 1;
    }

    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__icon.active svg {
        fill: #fff;
    }

    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__icon svg {
        fill: #000;
    }

    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__action-price {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -moz-box-orient: horizontal;
        -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

@media (max-width: 768px) and (max-width: 640px) {
    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__title-link {
        max-height: 34px;
        font-size: 11px;
        line-height: 17px;
        font-weight: 400;
    }
}

@media (max-width: 768px) and (max-width: 480px) {
    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__old-price {
        font-size: 11px;
        line-height: 17px;
    }

    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__new-price {
        font-size: 11px;
        line-height: 17px;
    }

    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__old-price::before {
        top: 9px;
    }
}

.product_card__block_item_inner-wrapper {
    height: 100%;
}

.product_card__inner.product_card__inner--five {
    padding: 0;
}

.product_card__inner.product_card__inner--five .product-card-inner__buttons-block {
    display: none;
}

.product_card__inner.product_card__inner--five .product-card-inner__buy {
    display: none;
}

.product_card__inner.product_card__inner--five .product-card-inner__subscribe {
    display: block;
}

.product_card__inner.product_card__inner--five .product-card-inner__buttom-more {
    padding-top: 13px;
}

.product_card__inner.product_card__inner--five .product-card-inner__buttom-more-btn {
    display: block;
    position: relative;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 100%;
    height: 40px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    line-height: 40px;
    background-color: #ff7b4c;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.product_card__inner.product_card__inner--five .product-card-inner__buttom-more-btn:hover {
    background-color: #c80033;
}

.product_card__inner.product_card__inner--five .product_card__inner-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 16px;
    padding-bottom: 24px;
    background-color: #fff;
}

.product_card__inner.product_card__inner--five .product-card-inner__rating-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product_card__inner.product_card__inner--five:hover {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.product_card__inner.product_card__inner--five:hover .product_card__inner-wrapper {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    border: 1px solid #ededed;
    -webkit-box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.15);
}

.product_card__inner.product_card__inner--five:hover .product-card-inner__form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.product_card__inner.product_card__inner--five:hover .product-card-inner__buttons-block {
    display: block;
}

@media (max-width: 768px) {
    .product_card__inner.product_card__inner--five {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .product_card__inner.product_card__inner--five .product-card-inner__form {
        display: block;
    }

    .product_card__inner.product_card__inner--five .product-card-inner__buttons-block {
        display: block;
    }

    .product_card__inner.product_card__inner--five .product-card-inner__form {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .product_card__inner.product_card__inner--five:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .product_card__inner.product_card__inner--five:hover .product_card__inner-wrapper {
        position: relative;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .product_card__inner.product_card__inner--five.product_card__inner--five-min {
        height: auto;
        border: none;
    }

    .product_card__inner.product_card__inner--five.product_card__inner--five-min:hover .product_card__inner-wrapper {
        position: static;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product_card__inner-wrapper {
        padding: 0;
    }

    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__rating-block {
        display: none;
    }

    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__info {
        display: none;
    }

    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__form {
        display: none;
    }

    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__saving {
        display: none;
    }

    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__title {
        margin-bottom: 0;
    }

    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__price {
        margin-bottom: 0;
    }

    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__title-link {
        max-height: 42px;
        min-height: auto;
        overflow: hidden;
        font-size: 14px;
        line-height: 21px;
        font-weight: 400;
    }

    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__new-price {
        font-weight: 700;
        font-size: 14px;
        line-height: 21px;
    }

    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__img-link {
        padding: 10px;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #ededed;
        border-radius: 4px;
    }

    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__stickers {
        top: 0;
        left: 0;
        height: 150px;
        -ms-flex-line-pack: end;
        align-content: flex-end;
    }

    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__sticker {
        border-top-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__old-price ~ .product-card-inner__new-price {
        color: #ff7b4c;
    }

    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__icons {
        top: 4px;
        right: 4px;
    }

    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__icon {
        width: 24px;
        height: 24px;
        margin-bottom: 4px;
        background-color: #ededed;
        opacity: 0.5;
    }

    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__icon.active {
        opacity: 1;
    }

    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__icon.active svg {
        fill: #fff;
    }

    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__icon svg {
        fill: #000;
    }

    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__action-price {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -moz-box-orient: horizontal;
        -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

@media (max-width: 768px) and (max-width: 640px) {
    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__title-link {
        max-height: 34px;
        font-size: 11px;
        line-height: 17px;
        font-weight: 400;
    }
}

@media (max-width: 768px) and (max-width: 480px) {
    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__old-price {
        font-size: 11px;
        line-height: 17px;
    }

    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__new-price {
        font-size: 11px;
        line-height: 17px;
    }

    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__old-price::before {
        top: 8px;
    }
}

.product_card__block_item_inner-wrapper {
    height: 100%;
}

.product_card__block_item_inner {
    height: 100%;
}

@media (max-width: 768px) {
    .product_card__block_item_inner {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
    }
}

.product_card__inner.product_card__inner--row {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    min-height: 240px;
}

.product_card__inner.product_card__inner--row .product_card__inner-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 11px 20px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.product_card__inner.product_card__inner--row .product-card-inner__img-wrapper {
    position: relative;
    width: 200px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
}

.product_card__inner.product_card__inner--row .product-card-inner__img-view {
    text-align: center;
}

.product_card__inner.product_card__inner--row .product-card-inner__stickers {
    left: 0;
}

.product_card__inner.product_card__inner--row .product-card-inner__icons {
    top: 2px;
    right: 17px;
}

.product_card__inner.product_card__inner--row .product-card-inner__description-wrapper {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 10px;
}

.product_card__inner.product_card__inner--row .product-card-inner__title {
    margin-bottom: 11px;
    text-align: left;
}

.product_card__inner.product_card__inner--row .product-card-inner__title-link {
    min-height: auto;
    font-size: 17px;
    line-height: 25px;
}

.product_card__inner.product_card__inner--row .product-card-inner__info-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 23px;
}

.product_card__inner.product_card__inner--row .product-card-inner__info {
    width: auto;
    max-width: none;
    margin-bottom: 0;
}

.product_card__inner.product_card__inner--row .product-card-inner__info > div {
    margin-left: 0;
}

.product_card__inner.product_card__inner--row .product-card-inner__vendor-code {
    margin-right: 20px;
    margin-left: 0;
    color: #808080;
    font-size: 1rem;
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.product_card__inner.product_card__inner--row .product-card-inner__vendor-code span {
    color: #000;
}

.product_card__inner.product_card__inner--row .product-card-inner__quantity {
    font-size: 1rem;
}

.product_card__inner.product_card__inner--row .product-card-inner__rating-block {
    width: 100%;
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: 18px;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.product_card__inner.product_card__inner--row .bx_item_detail_rating {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.product_card__inner.product_card__inner--row .product-card-inner__quantity--lot::before {
    top: 0;
}

.product_card__inner.product_card__inner--row .product-card-inner__option-list {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.product_card__inner.product_card__inner--row .product-card-inner__option-color {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
}

.product_card__inner.product_card__inner--row .product-card-inner__option-color .product-card-inner__option-item {
    height: 30px;
    width: 30px;
}

.product_card__inner.product_card__inner--row .product-card-inner__option-color .product-card-inner__option-item.disabled .product-card-inner__option-item-content::after {
    left: -3px;
    width: 29px;
}

.product_card__inner.product_card__inner--row .product-card-inner__option-color .product-card-inner__option-item.disabled .product-card-inner__option-item-content::before {
    left: -3px;
    width: 29px;
}

.product_card__inner.product_card__inner--row .product-card-inner__option-title {
    color: #808080;
    font-weight: 400;
    text-align: left;
}

.product_card__inner.product_card__inner--row .product-card-inner__option-item {
    width: auto;
    height: 30px;
    min-width: 30px;
}

.product_card__inner.product_card__inner--row .product-card-inner__option-memory {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.product_card__inner.product_card__inner--row .product-card-inner__buy-wrapper {
    position: relative;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 250px;
    padding-left: 20px;
    margin: 5px 0;
    border-left: 1px solid #ededed;
    border-top: none;
}

.product_card__inner.product_card__inner--row .product-card-inner__option-price-retail {
    margin-bottom: 8px;
    text-align: left;
}

.product_card__inner.product_card__inner--row .product-card-inner__option-price-retail:last-of-type {
    margin-bottom: 0;
}

.product_card__inner.product_card__inner--row .product-card-inner__option-price-title {
    padding-bottom: 7px;
    line-height: 12px;
}

.product_card__inner.product_card__inner--row .product-card-inner__price {
    margin-bottom: 11px;
}

.product_card__inner.product_card__inner--row .product-card-inner__action-price {
    margin: 0;
    margin-bottom: 10px;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: none;
}

.product_card__inner.product_card__inner--row .product-card-inner__saving {
    margin-bottom: 20px;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.product_card__inner.product_card__inner--row .product-card-inner__old-price {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0;
}

.product_card__inner.product_card__inner--row .product-card-inner__new-price {
    margin: 0;
    margin-right: 10px;
    line-height: 18px;
}

.product_card__inner.product_card__inner--row .product-card-inner__buy {
    margin-left: 0;
    margin-right: 0;
}

.product_card__inner.product_card__inner--row .product-card-inner__buy > div {
    padding-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.product_card__inner.product_card__inner--row .product-card-inner__buy div[id$="_basket_actions"] {
    max-width: 130px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.product_card__inner.product_card__inner--row .product-card-inner__buy .product-card-inner__in-basket {
    width: 100%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.product_card__inner.product_card__inner--row .product-card-inner__counter input {
    width: 29px;
}

.product_card__inner.product_card__inner--row .product-card-inner__product-basket {
    padding: 0;
}

.product_card__inner.product_card__inner--row .product-card-inner__one-click-basket {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 40px;
    width: 100%;
    margin-top: 20px;
    border: 1px solid #ff7b4c;
    cursor: pointer;
}

.product_card__inner.product_card__inner--row .product-card-inner__one-click-basket:hover {
    border-color: #c80033;
}

.product_card__inner.product_card__inner--row .product-card-inner__one-click-basket:hover .product-card-inner__one-click-text {
    color: #c80033;
}

.product_card__inner.product_card__inner--row .product-card-inner__one-click-basket.btnLoaderCustom span {
    font-size: 0;
}

.product_card__inner.product_card__inner--row .product-card-inner__one-click-basket.btnLoaderCustom .loader-btn {
    fill: #ff7b4c;
    left: calc(50% - 10px);
}

.product_card__inner.product_card__inner--row .product-card-inner__one-click-text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #ff7b4c;
    text-align: center;
}

.product_card__inner.product_card__inner--row .product-card-inner__subscribe {
    padding: 0;
}

.product_card__inner.product_card__inner--row .product-card-inner__buttom-more + .product-card-inner__subscribe {
    margin-top: 12px;
}

.product_card__inner.product_card__inner--row .product-card-inner__product-subscribe-btn::before {
    content: none;
}

.product_card__inner.product_card__inner--row .product-card-inner__buttom-more-btn {
    display: none;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 40px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
}

.product_card__inner.product_card__inner--row .product-card-inner__buttons-block.product-mode-N .product-card-inner__buttom-more-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 40px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
}

.product_card__inner.product_card__inner--row .product-card-inner__buttons-block {
    padding-bottom: 3px;
}

.product_card__inner.product_card__inner--row .product-card-inner__info-more {
    display: none;
}

@media (max-width: 768px) {
    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min {
        height: auto;
    }

    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min:nth-child(2n) .product_card__inner.product_card__inner--row {
        border-right: none;
    }

    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min:nth-child(2n + 1) .product_card__inner.product_card__inner--row {
        border-left: none;
    }

    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product_card__inner--row:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product_card__inner-wrapper {
        display: block;
    }

    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__img-wrapper {
        float: left;
        height: 70px;
        margin-bottom: 0;
    }

    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__description-wrapper {
        padding-left: 100px;
    }

    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__form {
        display: none;
    }

    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__info {
        display: none;
    }

    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__buy-wrapper {
        padding-top: 0;
        padding-left: 100px;
        margin: 0;
        border: none;
    }

    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__saving {
        display: none;
    }

    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__action-price {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product_card__inner.product_card__inner--row {
        min-height: auto;
    }

    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__title-link {
        max-height: 40px;
        overflow: hidden;
        font-size: 13px;
        line-height: 20px;
        font-weight: 400;
    }

    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__action-price {
        font-size: 14px;
        line-height: 21px;
    }

    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__new-price {
        padding-left: 0;
        font-weight: 700;
        font-size: 14px;
        line-height: 21px;
    }

    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__old-price {
        font-size: 12px;
    }

    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__title {
        margin: 0;
        margin-bottom: 2px;
    }

    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__info-wrapper {
        margin: 0;
    }

    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__icons {
        top: 4px;
        right: 4px;
    }

    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__icon {
        width: 24px;
        height: 24px;
        margin-bottom: 4px;
        background-color: #ededed;
        opacity: 0.5;
    }

    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__icon.active {
        opacity: 1;
    }

    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__icon.active svg {
        fill: #fff;
    }

    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__icon svg {
        fill: #000;
    }

    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__old-price ~ .product-card-inner__new-price {
        color: #ff7b4c;
    }

    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__img-link {
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 0;
    }
}

@media (max-width: 480px) {
    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product_card__inner.product_card__inner--row {
        border-left: none;
        border-right: none;
    }
}

@media (max-width: 1024px) {
    .product_card__inner.product_card__inner--row .product-card-inner__img-wrapper {
        width: 246px;
        margin-right: 20px;
    }

    .product_card__inner.product_card__inner--row .product-card-inner__rating-block {
        margin-bottom: 0;
    }

    .product_card__inner.product_card__inner--row .product-card-inner__vendor-code {
        margin-left: 0;
    }

    .product_card__inner.product_card__inner--row .product-card-inner__info > div {
        margin-left: 0;
    }

    .product_card__inner.product_card__inner--row .product-card-inner__buy-wrapper {
        max-width: 230px;
    }

    .product_card__inner.product_card__inner--row .product-card-inner__buy div[id$="_basket_actions"] {
        max-width: 108px;
    }

    .product_card__inner.product_card__inner--row .product-card-inner__info {
        padding-top: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product_card__inner.product_card__inner--row .product-card-inner__info > div {
        margin: 0;
    }

    .product_card__inner.product_card__inner--row .product-card-inner__quantity {
        font-size: 13px;
        margin-top: 6px;
    }
}

@media (max-width: 767px) {
    .product_card__inner--row:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    .product_card__inner.product_card__inner--row .product_card__inner-wrapper {
        padding: 10px 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product_card__inner.product_card__inner--row .product-card-inner__img-wrapper {
        width: 90px;
        height: 110px;
        margin-right: 10px;
        padding-right: 10px;
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }

    .product_card__inner.product_card__inner--row .product-card-inner__icons {
        right: 2px;
    }

    .product_card__inner.product_card__inner--row .product-card-inner__description-wrapper {
        -ms-flex-preferred-size: 150px;
        flex-basis: 150px;
    }

    .product_card__inner.product_card__inner--row .product-card-inner__stickers {
        display: none;
    }

    .product_card__inner.product_card__inner--row .product-card-inner__title-link {
        font-size: 14px;
        font-weight: normal;
    }

    .product_card__inner.product_card__inner--row .product-card-inner__option {
        display: none;
    }

    .product_card__inner.product_card__inner--row .product-card-inner__rating-block {
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-bottom: 2px;
    }

    .product_card__inner.product_card__inner--row .product-card-inner__info-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        margin-bottom: 10px;
    }

    .product_card__inner.product_card__inner--row .product-card-inner__vendor-code {
        display: none;
    }

    .product_card__inner.product_card__inner--row .product-card-inner__info {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .product_card__inner.product_card__inner--row .product-card-inner__quantity.product-card-inner__quantity--lot {
        margin-top: 0;
    }

    .product_card__inner.product_card__inner--row .product-card-inner__quantity {
        margin-top: 7px;
    }

    .product_card__inner.product_card__inner--row .product-card-inner__info-more {
        display: block;
        margin-top: 8px;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .product_card__inner.product_card__inner--row .product-card-inner__info-more a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #ff7b4c;
    }

    .product_card__inner.product_card__inner--row .product-card-inner__info-more-icon {
        margin-left: 6px;
        fill: #ff7b4c;
    }

    .product_card__inner.product_card__inner--row .product-card-inner__buy-wrapper {
        padding: 0;
        padding-top: 13px;
        width: 100%;
        max-width: none;
        border-left: none;
        border-top: 1px solid #ededed;
    }

    .product_card__inner.product_card__inner--row .product-card-inner__old-price {
        margin: 0;
    }

    .product_card__inner.product_card__inner--row .product-card-inner__new-price {
        margin: 0;
    }

    .product_card__inner.product_card__inner--row .product-card-inner__new-price span {
        font-size: 18px;
    }

    .product_card__inner.product_card__inner--row .product-card-inner__action-price {
        max-width: none;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .product_card__inner.product_card__inner--row .product-card-inner__saving {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .product_card__inner.product_card__inner--row .product-card-inner__option-price-retail {
        text-align: center;
    }

    .product_card__inner.product_card__inner--row .product-card-inner__buy {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }

    .product_card__inner.product_card__inner--row .product-card-inner__buy div[id$="_basket_actions"] {
        max-width: none;
        margin-left: 20px;
    }

    .product_card__inner.product_card__inner--row .product-card-inner__product-basket {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }

    .product_card__inner.product_card__inner--row .product-card-inner__product-subscribe-btn {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }

    .product_card__inner.product_card__inner--row .product-card-inner__counter-btn {
        width: 40px;
    }

    .product_card__inner.product_card__inner--row .product-card-inner__counter input {
        width: 40px;
    }

    .product_card__inner.product_card__inner--row .product-card-inner__one-click-basket {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }

    .product_card__inner.product_card__inner--row .product-card-inner__buttom-more-btn {
        display: block;
        position: relative;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        max-width: 350px;
        width: 100%;
        height: 40px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 20px;
        text-align: center;
        color: #fff;
        font-weight: 700;
        line-height: 40px;
        background-color: #ff7b4c;
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }

    .product_card__inner.product_card__inner--row .product-card-inner__buttom-more-btn:hover {
        background-color: #c80033;
    }

    .product_card__inner.product_card__inner--row .product-card-inner__buttons-block.offer .product-card-inner__product-basket,
    .product_card__inner.product_card__inner--row .product-card-inner__buttons-block.offer .product-card-inner__one-click-basket,
    .product_card__inner.product_card__inner--row .product-card-inner__buttons-block.offer .product-card-inner__buy {
        display: none !important;
    }

    .product-card-inner__icon.active:hover {
        background-color: initial;
    }
}

@media (max-width: 768px) {
    .product_card__block_item--row-min .product_card__inner--row .product_card__inner-wrapper {
        padding: 10px 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product_card__block_item--row-min .product_card__inner--row .product-card-inner__img-wrapper {
        width: 90px;
        height: 110px;
        margin-right: 10px;
        padding-right: 10px;
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }

    .product_card__block_item--row-min .product_card__inner--row .product-card-inner__icons {
        right: 2px;
    }

    .product_card__block_item--row-min .product_card__inner--row .product-card-inner__description-wrapper {
        -ms-flex-preferred-size: 150px;
        flex-basis: 150px;
    }

    .product_card__block_item--row-min .product_card__inner--row .product-card-inner__stickers {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        top: 0;
    }

    .product_card__block_item--row-min .product_card__inner--row .product-card-inner__sticker {
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0;
    }

    .product_card__block_item--row-min .product_card__inner--row .product-card-inner__sticker:not([id$="_dsc_perc"]) {
        display: none;
    }

    .product_card__block_item--row-min .product_card__inner--row .product-card-inner__title-link {
        font-size: 14px;
        font-weight: normal;
    }

    .product_card__block_item--row-min .product_card__inner--row .product-card-inner__option {
        display: none;
    }

    .product_card__block_item--row-min .product_card__inner--row .product-card-inner__rating-block {
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-bottom: 2px;
    }

    .product_card__block_item--row-min .product_card__inner--row .product-card-inner__info-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        margin-bottom: 10px;
    }

    .product_card__block_item--row-min .product_card__inner--row .product-card-inner__vendor-code {
        display: none;
    }

    .product_card__block_item--row-min .product_card__inner--row .product-card-inner__info {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .product_card__block_item--row-min .product_card__inner--row .product-card-inner__quantity.product-card-inner__quantity--lot {
        margin-top: 0;
    }

    .product_card__block_item--row-min .product_card__inner--row .product-card-inner__quantity {
        margin-top: 7px;
    }

    .product_card__block_item--row-min .product_card__inner--row .product-card-inner__info-more {
        display: block;
        margin-top: 8px;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .product_card__block_item--row-min .product_card__inner--row .product-card-inner__info-more a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #ff7b4c;
    }

    .product_card__block_item--row-min .product_card__inner--row .product-card-inner__info-more-icon {
        margin-left: 6px;
        fill: #ff7b4c;
    }

    .product_card__block_item--row-min .product_card__inner--row .product-card-inner__buy-wrapper {
        padding: 0;
        padding-top: 13px;
        width: 100%;
        max-width: none;
        border-left: none;
        border-top: 1px solid #ededed;
    }

    .product_card__block_item--row-min .product_card__inner--row .product-card-inner__old-price {
        margin: 0;
    }

    .product_card__block_item--row-min .product_card__inner--row .product-card-inner__new-price {
        margin: 0;
    }

    .product_card__block_item--row-min .product_card__inner--row .product-card-inner__new-price span {
        font-size: 18px;
    }

    .product_card__block_item--row-min .product_card__inner--row .product-card-inner__action-price {
        max-width: none;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .product_card__block_item--row-min .product_card__inner--row .product-card-inner__saving {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .product_card__block_item--row-min .product_card__inner--row .product-card-inner__option-price-retail {
        text-align: center;
    }

    .product_card__block_item--row-min .product_card__inner--row .product-card-inner__buy {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }

    .product_card__block_item--row-min .product_card__inner--row .product-card-inner__buy div[id$="_basket_actions"] {
        max-width: none;
        margin-left: 20px;
    }

    .product_card__block_item--row-min .product_card__inner--row .product-card-inner__product-basket {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }

    .product_card__block_item--row-min .product_card__inner--row .product-card-inner__product-subscribe-btn {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }

    .product_card__block_item--row-min .product_card__inner--row .product-card-inner__counter-btn {
        width: 40px;
    }

    .product_card__block_item--row-min .product_card__inner--row .product-card-inner__counter input {
        width: 40px;
    }

    .product_card__block_item--row-min .product_card__inner--row .product-card-inner__one-click-basket {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }

    .product_card__block_item--row-min .product_card__inner--row .product-card-inner__buttom-more-btn {
        display: block;
        position: relative;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        max-width: 350px;
        width: 100%;
        height: 40px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 20px;
        text-align: center;
        color: #fff;
        font-weight: 700;
        line-height: 40px;
        background-color: #ff7b4c;
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }

    .product_card__block_item--row-min .product_card__inner--row .product-card-inner__buttom-more-btn:hover {
        background-color: #c80033;
    }

    .product_card__block_item--row-min .product_card__inner--row .product-card-inner__buttons-block.offer .product-card-inner__product-basket,
    .product_card__block_item--row-min .product_card__inner--row .product-card-inner__buttons-block.offer .product-card-inner__one-click-basket,
    .product_card__block_item--row-min .product_card__inner--row .product-card-inner__buttons-block.offer .product-card-inner__buy {
        display: none !important;
    }

    .product-card-inner__icon.active:hover {
        background-color: initial;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .product_card__inner.product_card__inner--row .product-card-inner__option-color {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product_card__inner.product_card__inner--row .product-card-inner__option-memory {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product_card__inner.product_card__inner--row .product-card-inner__option-title {
        margin-right: 5px;
    }

    .product_card__inner.product_card__inner--row .product-card-inner__option-list {
        margin: 0;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.product-card-column__buttons .product-card-inner__buttons-block {
    padding-bottom: 0;
}

.product-card-column__buttons .product-card-inner__buttons-block .product-card-inner__buttom-more-btn {
    width: auto;
    margin-left: 20px;
    padding: 0 30px;
}

.block__product_cards.block__product_cards--mobile-min .product_card__block_item.product_card__block_item--column {
    margin: 0;
    border-left: 1px solid #ededed;
    border-top: 1px solid #ededed;
    border-right: 1px solid #ededed;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.block__product_cards.block__product_cards--mobile-min .product_card__block_item.product_card__block_item--column:last-child {
    border-bottom: 1px solid #ededed;
}

.block__product_cards.block__product_cards--mobile-min .product_card__block_item.product_card__block_item--column:last-child:hover {
    border-bottom: 1px solid transparent;
}

.block__product_cards.block__product_cards--mobile-min .product_card__block_item.product_card__block_item--column:hover {
    border: 1px solid transparent;
    border-bottom: 0;
    -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
}

.block__product_cards.block__product_cards--mobile-min .product_card__block_item.product_card__block_item--column:hover .product-card-column__title {
    color: #ff7b4c;
}

.product-card-column {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
}

.product-card-column .product-card-inner__product-subscribe-btn {
    white-space: nowrap;
}

.product-card-column .product-card-inner__in-basket .icon_cart_medium {
    display: none;
}

.product-card-column .product-card-column__image-wrapper {
    width: 60px;
    height: 60px;
    margin-right: 20px;
}

.product-card-column .product-card-inner__product-basket-btn {
    padding: 0 30px;
}

.product-card-column .product-card-inner__product-basket {
    padding: 0;
    margin-left: 20px;
    white-space: nowrap;
}

.product-card-column .product-card-column__image-wrapper-link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.product-card-column .product-card-column__image-wrapper-link img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.product-card-column .product-card-column__buttons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-card-column .product-card-column__title {
    display: block;
    font-size: 15px;
    line-height: 24px;
}

.product-card-column .product-card-column__data-btns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-card-column .product-card-inner__subscribe {
    padding: 0;
}

.product-card-column .product-card-inner__buy > div {
    padding: 0;
}

.product-card-column .product-card-column__price {
    margin-left: 20px;
    font-weight: 600;
    font-size: 17px;
    line-height: 25px;
    white-space: nowrap;
}

.product-card-column .product-card-inner__counter-btn {
    height: 40px;
    margin: 0;
    padding: 0 8px;
    background-color: transparent;
    border: 1px solid #e6e6e6;
    cursor: pointer;
}

.product-card-column .product-card-inner__counter-btn {
    margin: 0;
    padding: 0 8px;
    height: 40px;
    background-color: transparent;
    border: 1px solid #e6e6e6;
    cursor: pointer;
}

.product-card-column .product-card-column__data-wrapper-outer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-card-column .product-card-inner__counter.product-counter__amount {
    margin-left: 20px;
}

.product-card-column .product-card-inner__in-basket {
    -ms-flex-preferred-size: 106px;
    flex-basis: 106px;
    height: 40px;
    margin-left: 20px;
    padding: 0 30px;
    color: #fff;
    white-space: nowrap;
    font-weight: 700;
    background-color: #ff7b4c;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.product-card-column .product-card-inner__product-subscribe-btn {
    margin-left: 20px;
    padding: 0 30px;
    cursor: pointer;
}

.product-card-column .product-card-inner__product-subscribe-btn:before {
    display: none;
}

.product-card-column .product-card-column .product-card-inner__buy > div {
    margin: 0;
}

.product-card-column .product-card-inner__buy {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: none;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

.product-card-column .product-card-inner__counter input {
    width: 34px;
    padding: 9px 3px;
    height: 40px;
    font-weight: 700;
    text-align: center;
    border-left: none;
    border-right: none;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.product-card-column .product-card-inner__quantity {
    margin-right: 15px;
}

.product-card-column .product-card-column__data-btns-favourite-compare {
    font-size: 0;
}

.product-card-column .product-card-column__data-btns-favourite-compare span[data-entity='wish'] {
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 5px;
    cursor: pointer;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.product-card-column .product-card-column__data-btns-favourite-compare span[data-entity='wish'].active {
    background-color: #ededed;
}

.product-card-column .product-card-column__data-btns-favourite-compare span[data-entity='wish'].active svg {
    fill: #ff7b4c;
}

.product-card-column .product-card-column__data-btns-favourite-compare span[data-entity='wish']:hover {
    background-color: #ededed;
}

.product-card-column .product-card-column__data-btns-favourite-compare span[data-entity='wish']:hover svg {
    fill: #ff7b4c;
}

.product-card-column .product-card-column__data-btns-favourite-compare span[data-entity="compare-checkbox"] {
    display: inline-block;
    margin-right: 15px;
    padding: 5px;
    cursor: pointer;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.product-card-column .product-card-column__data-btns-favourite-compare span[data-entity="compare-checkbox"].active {
    background-color: #ededed;
}

.product-card-column .product-card-column__data-btns-favourite-compare span[data-entity="compare-checkbox"].active svg {
    fill: #ff7b4c;
}

.product-card-column .product-card-column__data-btns-favourite-compare span[data-entity="compare-checkbox"]:hover {
    background-color: #ededed;
}

.product-card-column .product-card-column__data-btns-favourite-compare span[data-entity="compare-checkbox"]:hover svg {
    fill: #ff7b4c;
}

.product-card-column .product-card-column__data-btns-favourite-compare svg {
    fill: #bdbdbd;
}

@media (max-width: 1024px) {
    .product-card-column .product-card-column__title {
        font-size: 14px;
        line-height: 21px;
    }

    .product-card-column .product-card-column__price {
        font-size: 15px;
        line-height: 24px;
    }
}

@media (max-width: 768px) {
    .product-card-column .product-card-inner__counter.product-counter__amount {
        margin-left: 10px;
    }

    .product-card-column .product-card-inner__in-basket {
        margin-left: 10px;
    }

    .product-card-column .product-card-inner__product-basket {
        margin-left: 10px;
    }
}

@media (max-width: 630px) {
    .product-card-column {
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .product-card-column .product-card-inner__counter.product-counter__amount {
        display: none;
    }

    .product-card-column .product-card-inner__in-basket span {
        display: none;
    }

    .product-card-column .product-card-inner__in-basket .icon_cart_medium {
        display: block;
        fill: none;
        stroke: #fff;
    }

    .product-card-column .product-card-inner__in-basket {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 40px;
        padding: 0;
    }

    .product-card-column .product-card-inner__product-subscribe-btn,
    .product-card-column .product-card-inner__product-basket-btn {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 40px;
        padding: 0;
    }

    .product-card-column .product-card-inner__product-subscribe-btn span,
    .product-card-column .product-card-inner__product-basket-btn span {
        display: none;
    }

    .product-card-column .product-card-inner__product-subscribe-btn:before,
    .product-card-column .product-card-inner__product-basket-btn:before {
        padding: 0;
    }

    .product-card-column .product-card-column__data-btns {
        display: none;
    }

    .product-card-column .product-card-column__price {
        margin-left: 0;
    }

    .product-card-column .product-card-column__data-wrapper-outer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .product-card-column .product-card-column__title {
        font-size: 13px;
        line-height: 20px;
    }

    .product-card-column .product-card-column__price {
        font-size: 14px;
        line-height: 21px;
    }

    .product-card-column .product-card-inner__product-subscribe-btn .icon_mail {
        display: block !important;
        fill: #fff;
    }

    .product-card-column .product-card-inner__product-subscribe-btn.product-card-inner__product-subscribe-btn--active {
        background-color: #00b02a !important;
    }
}

.product-card-inner__action-price__yes {
    color: #26bc49;
    margin: 0 auto;
    font-size: 12px;
}

.product-card-inner__action-price__not {
    color: #ff7b4c;
    margin: 0 auto;
    font-size: 12px;
    padding: 0 15px;
}

.swiper-item, .swiper {
    overflow: hidden !important;
    position: relative;
    width: 100%;
}

.product_card__block_item * {
    max-width: 100% !important;
}
/* End */


/* Start:/local/templates/sotbit_origami_new/components/bitrix/catalog.section/slider/style.css?170307947629467*/
/* ___________ catalog canvas __________________ */
.catalog_content__canvas {
  margin-bottom: 2rem; }

.catalog_content__canvas_img {
  width: 100%; }

@media (max-width: 576px) {
  .catalog_content__canvas {
    display: none; } }

/* ___________ end catalog canvas __________________ */
/* ___________ catalog category __________________ */
#loadMore,
.catalog_content__category_block_img {
  margin-bottom: 2rem; }

.catalog_content__category {
  margin-bottom: 20px; }

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

.catalog_content__category_item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  border: 1px solid #ebedee;
  margin-top: -1px;
  margin-left: -1px;
  padding: 1rem;
  text-align: center;
  width: 20%; }
  .catalog_content__category_item:hover {
    -webkit-box-shadow: 0px 5px 9.7px 0.3px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 5px 9.7px 0.3px rgba(0, 0, 0, 0.15); }

@media (max-width: 768px) {
  .catalog_content__category_item {
    width: calc(50% + 1px); } }

.catalog_content__category_block_img {
  height: 110px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media (max-width: 460px) {
  .catalog_content__category_block_img {
    height: 85px;
    margin-bottom: 7px; } }

.catalog_content__category_img {
  max-height: 100%;
  max-width: 100%; }

#loadMore {
  cursor: pointer;
  text-align: center;
  color: #949393; }
  #loadMore .icon-nav_button {
    display: inline; }
  #loadMore .icon-nav_button::before {
    top: -1px;
    position: relative; }

.catalog_content__category_comment {
  margin-bottom: 2rem; }
  .catalog_content__category_comment img {
    max-width: 100%;
    max-height: 100%; }

/* ___________ end catalog category __________________ */
/* ___________ catalog filter __________________ */
.block_main_left_menu__filter {
  border: 1px solid #ced2d5;
  padding: 2rem; }

.block_main_left_menu__filter_item__title,
.block_main_left_menu__title,
.block_main_left_menu__filter_item {
  margin-bottom: 1rem; }

.block_main_left_menu__min_price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.block_main_left_menu__input {
  width: 40%;
  height: 2rem;
  border: 1px solid #e4e4e4;
  color: #000000;
  text-align: center; }

.catalog_content__filter_horizon_title,
.catalog_content__filter_horizon_item {
  display: inline-block; }

.catalog_content__filter_horizon_item {
  margin-left: 1.5rem; }

.catalog_content__filter_horizon_item_wrapper {
  position: absolute;
  width: 260px;
  z-index: 350;
  background: #ffffff;
  display: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .catalog_content__filter_horizon_item_wrapper:before {
    content: '';
    position: absolute;
    display: block;
    bottom: 100%;
    left: 1.5rem;
    width: 1rem;
    height: 1rem;
    margin-bottom: -1.5rem;
    border-top: 1px solid #ededed;
    border-left: 1px solid #ededed;
    background: #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner {
  background: #fff;
  border: 1px solid #ededed;
  width: 100%;
  margin: 1rem 0 0 !important;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); }
  .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .radio_container_wrapper {
    margin: 25px 20px; }
  .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .bx-filter-select-container {
    margin: 25px 20px; }
  .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .blank_ul_wrapper {
    padding: 20px 0 0 20px;
    margin: 12px 0 0 0; }
  .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper {
    margin: 25px 20px 0 20px; }
    .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value {
      color: black;
      border: 1px solid #e4e4e4;
      padding-left: 0.5rem;
      height: 40px;
      width: 100%;
      margin-bottom: 0.5rem; }
      .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.5); }
      .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value::-moz-placeholder {
        color: rgba(0, 0, 0, 0.5); }
      .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.5); }
      .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value::-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.5); }
      .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value::placeholder {
        color: rgba(0, 0, 0, 0.5); }
  .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_all_check {
    margin: 0 20px;
    font-size: 0.8rem;
    color: black;
    border-bottom: 1px dotted black;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_all_check:hover {
      color: #FF7B4C;
      border-bottom: 1px dotted #FF7B4C; }
  .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .bx_filter_search_reset {
    margin: 20px 0;
    margin-left: 4%;
    max-width: 45%;
    width: 100%; }
  .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .bx_filter_search_button {
    margin: 20px 0;
    margin-right: 4%;
    max-width: 45%;
    width: 100%; }

.catalog_content__filter_horizon #style-overflow-search {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 15rem;
  cursor: pointer; }
  .catalog_content__filter_horizon #style-overflow-search::-webkit-scrollbar {
    width: 3px;
    background-color: transparent;
    border-radius: 10px; }
  .catalog_content__filter_horizon #style-overflow-search::-webkit-scrollbar-track {
    border-radius: 10px;
    background: transparent; }
  .catalog_content__filter_horizon #style-overflow-search::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ced2d5;
    border: 1px solid #ced2d5; }
    .catalog_content__filter_horizon #style-overflow-search::-webkit-scrollbar-thumb:hover {
      background: #ced2d5; }

.catalog_content__filter_horizon .blank_ul_wrapper > ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.catalog_content__filter_horizon .blank_ul_wrapper {
  padding: 1rem 0;
  margin: 1rem 0 1.5rem 0;
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed; }

.catalog_content__filter_horizon .button_filter_block {
  cursor: pointer;
  outline: none;
  line-height: 39px;
  display: inline-block;
  height: 40px;
  padding: 0 0.5rem;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #FF7B4C;
  background: #FF7B4C; }

.catalog_content__filter_horizon_item_name {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .catalog_content__filter_horizon_item_name:hover {
    color: #FF7B4C; }

.catalog_content__filter_horizon {
  margin-bottom: 0rem; }

.select_block {
  position: relative;
  width: 100%;
  font-size: 0.9rem;
  color: #8b8b8b;
  /*padding: 0 1rem;*/ }

.catalog_content__sort_horizon_property
.select_block {
  padding: 0; }

.select_block select {
  height: 3rem;
  line-height: 3rem;
  padding: 0 15px 0 1rem;
  background: transparent;
  appearance: none;
  /* remove arrow        */
  -webkit-appearance: none;
  /* remove arrow Chrome */
  -moz-appearance: none;
  /* remove arrow FF     */
  border: 1px solid #ededed; }

.select_block select::-ms-expand {
  display: none;
  /* remove arrow IE     */ }

.select_block select option {
  border: 1px solid #000;
  /*background: #eeeeee;*/
  line-height: 20px;
  color: #8b8b8b; }

.select_block select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

.select_block .select-side {
  pointer-events: none;
  width: 40px;
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  cursor: pointer; }

.select_block .select-side:before {
  position: absolute;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  top: 50%;
  right: 1rem;
  margin-top: -3px;
  border-bottom: 1px solid #b4b4b4;
  border-right: 1px solid #b4b4b4;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0; }

/* ___________ end catalog filter __________________ */
/* ___________ end catalog filter __________________ */
.catalog_content__sort_horizon_property {
  display: inline-block; }

.catalog_content__sort_horizon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  margin-bottom: 10px; }
  .catalog_content__sort_horizon .select_block {
    margin-bottom: 0; }
    .catalog_content__sort_horizon .select_block select {
      border: none; }
  .catalog_content__sort_horizon .custom-select-trigger {
    border: none;
    padding: 0 2rem 0 1rem;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .catalog_content__sort_horizon .custom-select-trigger:hover:after {
      border-bottom: 1px solid #FF7B4C;
      border-right: 1px solid #FF7B4C; }
    .catalog_content__sort_horizon .custom-select-trigger:after {
      width: 6px;
      height: 6px;
      border-bottom: 1px solid #000000;
      border-right: 1px solid #000000;
      margin-top: 0; }
  .catalog_content__sort_horizon .custom-options {
    min-width: 12rem;
    color: #000000;
    margin-top: 0.7rem; }
    .catalog_content__sort_horizon .custom-options:before {
      position: absolute;
      display: block;
      content: '';
      bottom: 100%;
      left: 1.5rem;
      width: 1rem;
      height: 1rem;
      margin-bottom: -0.45rem;
      border-top: 1px solid #ced2d5;
      border-left: 1px solid #ced2d5;
      background: #fff;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out; }
  .catalog_content__sort_horizon .custom-option {
    border-bottom: 1px solid #f0f1f2;
    line-height: 2.3rem; }
    .catalog_content__sort_horizon .custom-option:last-child {
      border-bottom: none; }
    .catalog_content__sort_horizon .custom-option:hover {
      color: #FF7B4C; }
    .catalog_content__sort_horizon .custom-option:active {
      color: #FF7B4C; }
  .catalog_content__sort_horizon form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-right: 100px; }
  .catalog_content__sort_horizon .catalog_content__sort_horizon_btn-block {
    top: calc(50% - 1.15rem);
    position: absolute;
    right: 0; }
  .catalog_content__sort_horizon span.catalog_content__sort_horizon_btn {
    fill: #FF7B4C; }
  .catalog_content__sort_horizon a.catalog_content__sort_horizon_btn {
    fill: #BDBDBD; }
  .catalog_content__sort_horizon a.catalog_content__sort_horizon_btn-list {
    fill: #BDBDBD; }
  .catalog_content__sort_horizon span.catalog_content__sort_horizon_btn-list {
    fill: #FF7B4C; }

.catalog_content__sort_horizon_view_card {
  float: right; }
  .catalog_content__sort_horizon_view_card .sort_horizon_view_card {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    opacity: 0.5;
    margin: 0 0.5rem; }
  .catalog_content__sort_horizon_view_card .sort_horizon_view_card.active {
    opacity: 1; }

/* ___________ end catalog filter __________________ */
/* ___________ catalog pagination __________________ */
.show_more_block {
  position: relative;
  border: 1px solid #FF7B4C;
  text-align: center;
  padding: 1rem 0;
  color: #FF7B4C;
  cursor: pointer;
  margin-bottom: 2.5rem; }
  .show_more_block .icon-nav_button {
    display: inline-block;
    position: relative;
    top: -1px; }
  .show_more_block:hover {
    border-color: #FF7B4C;
    background-color: #FF7B4C;
    color: #fff; }
    .show_more_block:hover.btnLoaderCustom > .loader-btn {
      fill: #fff; }
  .show_more_block:hover .sk-wave .sk-rect {
    color: #fff;
    background-color: #fff; }
  .show_more_block.btnLoaderCustom > .loader-btn {
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    fill: #FF7B4C; }

.show_more_block.fonts__main_comment.loaderBtns {
  color: transparent; }
  .show_more_block.fonts__main_comment.loaderBtns i {
    color: transparent; }
  .show_more_block.fonts__main_comment.loaderBtns .sk-wave {
    display: block; }

.block_page_navigation {
  text-align: center;
  margin-bottom: 2.5rem; }
  .block_page_navigation > span, .block_page_navigation > a {
    padding: 0.3rem 0.7rem;
    margin: 0 0.5rem; }

@media (max-width: 768px) {
  .block_page_previous,
  .block_page_next {
    display: none; } }

.block_page_current {
  border: 1px solid #FF7B4C; }

/* ___________ end catalog pagination __________________ */
/* ___________ catalog_section __________________ */
.catalog_section_block {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 60px; }
  .catalog_section_block.catalog_section_block_bestsellers {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 32px; }

.block__product_cards .product_card__block_item,
.block__product_cards.block__product_cards--mobile-min .product_card__block_item {
  width: 25%;
  margin-bottom: -1px; }

.block__product_cards .product_card__block_item-4,
.block__product_cards.block__product_cards--mobile-min .product_card__block_item-4 {
  width: 25%; }

.block__product_cards .product_card__block_item-5,
.block__product_cards.block__product_cards--mobile-min .product_card__block_item-5 {
  width: 20%; }

.block__product_cards .product_card__block_item-3,
.block__product_cards.block__product_cards--mobile-min .product_card__block_item-3 {
  width: 33.3333333%; }

.block__product_cards .product_card__block_item.product_card__block_item--column,
.block__product_cards.block__product_cards--mobile-min .product_card__block_item.product_card__block_item--column {
  width: 100%; }

@media (max-width: 768px) {
  .catalog_section_block {
    padding-left: 15px;
    padding-right: 0;
    margin-bottom: 40px; }
  .block__product_cards.block__product_cards--mobile-min .product_card__block_item {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    margin-bottom: 10px; }
    .block__product_cards.block__product_cards--mobile-min .product_card__block_item:nth-child(3n) {
      margin-right: 0; }
  .block__product_cards.block__product_cards--mobile-min .product_card__block_item-4 {
    width: calc((100% - 20px) / 3); }
  .block__product_cards.block__product_cards--mobile-min .product_card__block_item-5 {
    width: calc((100% - 20px) / 3); }
  .block__product_cards.block__product_cards--mobile-min .product_card__block_item-3 {
    width: calc((100% - 20px) / 3); } }

.catalog_content__category_img_title {
  font-size: 0.9rem; }

.product_card__block_item > div {
  height: 100%; }

.tabs_block__product_card,
.block__product_cards {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch; }
  .tabs_block__product_card .product_card__inner,
  .block__product_cards .product_card__inner {
    -ms-flex-preferred-size: 270px;
        flex-basis: 270px;
    width: auto;
    margin-left: -1px; }
	.tabs_block__product_card .product_card__inner:hover,
  .block__product_cards .product_card__inner:hover{
    -ms-flex-preferred-size: 270px;
        flex-basis: 270px;
    width: 270px;
    margin-left: -1px; }
  .tabs_block__product_card .product_card__inner.product_card__inner--row,
  .block__product_cards .product_card__inner.product_card__inner--row {
    width: 100%;
    -ms-flex-preferred-size: none;
        flex-basis: none; }

.block__product_cards {
  margin-bottom: 37px; }

/* ___________ end catalog_section __________________ */
/* ------------catalog_section_page----------*/
.catalog_section_page {
  border-top: 1px solid #eeeeee;
  padding: 2rem 0 3rem 0;
  position: relative; }
  .catalog_section_page .popular_category_block_variant__canvas {
    margin-bottom: 3rem; }
  .catalog_section_page .catalog_content__sort_horizon_view_card {
    position: absolute;
    top: -2.5rem;
    right: 0; }

/* ------------end catalog_section_page----------*/
@media (max-width: 1199.98px) {
  div.block__product_cards
.product_card__block_item {
    width: 25%; }
  div.block__product_cards
.product_card__block_item.product_card__block_item--row {
    width: 100%; } }

@media (max-width: 991.98px) {
  div.block__product_cards
.product_card__block_item {
    width: calc(100% / 3); }
  div.block__product_cards
.product_card__block_item.product_card__block_item--row {
    width: 100%; } }

@media (max-width: 768px) {
  div.block__product_cards .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min {
    width: 50%; }
  div.block__product_cards
.product_card__block_item.product_card__block_item--row {
    width: 100%; } }

@media (max-width: 767.98px) {
  div.block__product_cards
.product_card__block_item {
    width: 50%;
    height: auto; }
  .catalog_content__sort_horizon {
    display: initial; }
    .catalog_content__sort_horizon form {
      display: initial; }
  .catalog_content__sort_horizon_btn-block {
    display: none; } }

@media (max-width: 576px) {
  .catalog_content__canvas {
    display: none; }
  .catalog_content__canvas.catalog_content__canvas--display {
    display: block; }
  div.block__product_cards
.product_card__block_item {
    width: 100%;
    height: 100%; } }

.catalog-wrapper {
  padding-left: 15px;
  padding-right: 15px; }

@media (max-width: 576px) {
  .catalog-wrapper {
    padding-left: 15px;
    padding-right: 15px; }
    .catalog-wrapper .block_main_left_menu__content.no-padding {
      padding: 0 !important; }
  .catalog_content__sort_horizon form {
    padding-right: 0; } }

@media (max-width: 480px) {
  div.block__product_cards .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min {
    width: 100%; } }

.catalog_section_block_bestsellers .product_card__block_item {
  width: 100%; }

.block__product_cards.block__product_cards--row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.product_card__block_item.product_card__block_item--row {
  width: 100%;
  margin-bottom: -1px; }

@media (max-width: 1299.98px) {
  .bx_filter .bx_filter_section {
    padding: 1rem; }
  .catalog_content__category_item {
    padding: 1rem; } }

@media (max-width: 1199.98px) {
  div.block__product_cards .product_card__block_item {
    width: 33.33%; } }

@media (max-width: 991.98px) {
  .catalog_content__category_item {
    padding: 1.5rem; }
  #loadMore,
  .catalog_content__category,
  .catalog_content__category_block_img {
    margin-bottom: 1rem; } }

@media (max-width: 767.98px) {
  .catalog_section_block {
    padding-left: 15px;
    padding-right: 15px; }
  .catalog_content__category_item {
    width: 50%; }
  .catalog_content__sort_horizon {
    margin-bottom: 1rem; }
  div.catalog_section_block .product_card__block_item,
  div.block__product_cards-section .product_card__block_item {
    width: 50%; }
  div.catalog_section_block .product_card__block_item.product_card__block_item--row,
  div.block__product_cards-section .product_card__block_item.product_card__block_item--row {
    width: 100%; }
  .rating-block-title {
    display: none; }
  .product-detail-info-block-comment {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 1rem; }
  .product-detail-info-block-title {
    text-align: center; }
  .product-detail-photo-block .sticker_product,
  .product-detail-photo-block .product_card__block_icon {
    top: 1rem; }
  .product-detail-price-and-cheaper {
    background: #f7f7f7;
    text-align: center;
    padding: 2rem 1rem 0 1rem; }
    .product-detail-price-and-cheaper .product-detail-title-price {
      display: inline-block; }
    .product-detail-price-and-cheaper .product_card__block__new_price_product {
      padding-right: 0;
      padding-bottom: 0; }
    .product-detail-price-and-cheaper .product_card__block__old_price_product {
      display: block;
      font-size: 0.8rem;
      margin: 0.3rem 0 0.5rem 0; }
    .product-detail-price-and-cheaper .product-detail-info-block-price {
      padding-bottom: 1rem; }
  .product-detail-info-block-brand {
    padding: 2.5rem 1rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    border-bottom: 1px solid #ededed; }
    .product-detail-info-block-brand .product-detail-info-block-brand-link {
      margin-bottom: 0; }
  .product-detail-info-block-main-property {
    text-align: center; }
  .product-detail-info-block .block-property-text-item {
    opacity: 0.5; }
  .product-detail-info-block .block-property-color-item.active,
  .product-detail-info-block .block-property-text-item.active {
    opacity: 1; }
  .product-detail-info-block .product-detail-info-block-size {
    display: none; }
  .product-detail-info-block .product-detail-info-block-basket {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 555;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-bottom: 0; }
    .product-detail-info-block .product-detail-info-block-basket .main_btn {
      width: 50%;
      padding: 0.8rem 0.8rem; }
    .product-detail-info-block .product-detail-info-block-basket .detail-basket-wrapper {
      width: 50%; }
    .product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity {
      width: 50%;
      margin-left: 0; }
      .product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity .product_card__block_buy_quantity__input,
      .product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity .product_card__block_buy_quantity__minus,
      .product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity .product_card__block_buy_quantity__plus {
        width: 33.33%;
        height: 100%;
        line-height: 3.2rem; }
  .product-detail-info-block .product-detail-info-block-one-click-basket .one_click_btn {
    width: 100%;
    margin-bottom: 1.5rem;
    padding: 0.8rem 0.5rem; }
  .product-detail-info-block .block-advantages-title {
    text-align: center;
    font-size: 1.5rem; }
  .product-detail-info-block .product-detail-info-block-advantages-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2rem; }
  .product-detail-info-block .product-detail-info-block-advantages-item img {
    max-width: 50px;
    margin-right: 0;
    margin-bottom: 1rem; }
  .product-detail-info-block .product-detail-info-block-advantages {
    border-bottom: 1px solid #ededed; }
  .product-detail-info-block-basic-property,
  .product-detail-share-block-comment {
    display: none; }
  .product-detail-share-block-button {
    margin-right: 0;
    width: 100%;
    text-align: center;
    padding: 0.8rem 1.5rem; }
  .product-detail-info-block-one-click-basket {
    margin-bottom: 2rem;
    border-bottom: 1px solid #ededed; }
  .product_card__block_item {
    width: 100%; }
  .detail-product-advice.owl-carousel .owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #ededed;
    border-radius: 50px;
    margin-right: 1.333rem; }
  .detail-product-advice.owl-carousel .owl-dot.active span {
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #FF7B4C;
    background: #FF7B4C;
    border-radius: 50px;
    margin-right: 1.333rem; }
  .detail-product-advice.owl-carousel .owl-dots {
    display: block;
    text-align: center;
    margin-top: 1rem;
    padding-bottom: 2rem; }
  .tabs_block__product_card {
    padding-right: 0; }
  .detail-product-advice.owl-carousel .product_card__block {
    padding: 2rem 0; }
  .product_set_item::before {
    right: 50%;
    top: auto;
    bottom: 0;
    margin-top: auto;
    margin-bottom: -27px;
    margin-right: -27px; }
  .product_set_item .d24 {
    right: 50%;
    top: auto;
    bottom: 0;
    margin-top: auto;
    margin-bottom: -13px;
    margin-right: -2px; }
  .product_set_comment {
    padding-bottom: 2rem; }
  .puzzle_block .detail_product {
    border-bottom: 1px solid #ededed;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem; }
  .product_set_comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .product_set_comment__price {
    padding-right: 0;
    padding-bottom: 1rem; }
  .product-detail-info-block .product-detail-info-block-basket .main_btn {
    width: 100%;
    height: 100%;
    padding: 0.8rem 0.8rem; }
  .product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity {
    width: 50%;
    margin-left: 0; } }

@media (max-width: 575.98px) {
  div.catalog_section_block .product_card__block_item,
  div.block__product_cards-section .product_card__block_item {
    width: 100%; }
  .catalog_content__category_item {
    width: 100%; }
  .product_card__block__article {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .block_page_navigation > span,
  .block_page_navigation > a {
    padding: 0.3rem 0.7rem;
    margin: 0 0.3rem; }
  .catalog_content__sort_horizon_property {
    display: block; } }
	
@media (min-width: 768px){
.collection .product_card__block_item_inner, #rezka .product_card__block_item_inner, #similar-goods .product_card__block_item_inner{width:268px;}
.collection .block__product_cards .product_card__block_item-3, #rezka .block__product_cards .product_card__block_item-3, #similar-goods .block__product_cards .product_card__block_item-3{width:auto!important;}
}


.product-card-inner__buy > div{width:auto!important;}
.product-card-inner__new-price{font-size:18px;}
.product-card-inner__vendor-code{font-size: 11px;}
/* End */


/* Start:/local/templates/sotbit_origami_new/components/bitrix/catalog.section/slider-tab-elem/style.css?172231014630383*/
/* ___________ catalog canvas __________________ */
.catalog_content__canvas {
  margin-bottom: 2rem; }

.catalog_content__canvas_img {
  width: 100%; }

@media (max-width: 576px) {
  .catalog_content__canvas {
    display: none; } }

/* ___________ end catalog canvas __________________ */
/* ___________ catalog category __________________ */
#loadMore,
.catalog_content__category_block_img {
  margin-bottom: 2rem; }

.catalog_content__category {
  margin-bottom: 20px; }

.catalog_content__category {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.catalog_content__category_item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  border: 1px solid #ebedee;
  margin-top: -1px;
  margin-left: -1px;
  padding: 1rem;
  text-align: center;
  width: 20%; }
  .catalog_content__category_item:hover {
    -webkit-box-shadow: 0px 5px 9.7px 0.3px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 5px 9.7px 0.3px rgba(0, 0, 0, 0.15); }

@media (max-width: 768px) {
  .catalog_content__category_item {
    width: calc(50% + 1px); } }

.catalog_content__category_block_img {
  height: 110px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media (max-width: 460px) {
  .catalog_content__category_block_img {
    height: 85px;
    margin-bottom: 7px; } }

.catalog_content__category_img {
  max-height: 100%;
  max-width: 100%; }

#loadMore {
  cursor: pointer;
  text-align: center;
  color: #949393; }
  #loadMore .icon-nav_button {
    display: inline; }
  #loadMore .icon-nav_button::before {
    top: -1px;
    position: relative; }

.catalog_content__category_comment {
  margin-bottom: 2rem; }
  .catalog_content__category_comment img {
    max-width: 100%;
    max-height: 100%; }

/* ___________ end catalog category __________________ */
/* ___________ catalog filter __________________ */
.block_main_left_menu__filter {
  border: 1px solid #ced2d5;
  padding: 2rem; }

.block_main_left_menu__filter_item__title,
.block_main_left_menu__title,
.block_main_left_menu__filter_item {
  margin-bottom: 1rem; }

.block_main_left_menu__min_price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.block_main_left_menu__input {
  width: 40%;
  height: 2rem;
  border: 1px solid #e4e4e4;
  color: #000000;
  text-align: center; }

.catalog_content__filter_horizon_title,
.catalog_content__filter_horizon_item {
  display: inline-block; }

.catalog_content__filter_horizon_item {
  margin-left: 1.5rem; }

.catalog_content__filter_horizon_item_wrapper {
  position: absolute;
  width: 260px;
  z-index: 350;
  background: #ffffff;
  display: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .catalog_content__filter_horizon_item_wrapper:before {
    content: '';
    position: absolute;
    display: block;
    bottom: 100%;
    left: 1.5rem;
    width: 1rem;
    height: 1rem;
    margin-bottom: -1.5rem;
    border-top: 1px solid #ededed;
    border-left: 1px solid #ededed;
    background: #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner {
  background: #fff;
  border: 1px solid #ededed;
  width: 100%;
  margin: 1rem 0 0 !important;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); }
  .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .radio_container_wrapper {
    margin: 25px 20px; }
  .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .bx-filter-select-container {
    margin: 25px 20px; }
  .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .blank_ul_wrapper {
    padding: 20px 0 0 20px;
    margin: 12px 0 0 0; }
  .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper {
    margin: 25px 20px 0 20px; }
    .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value {
      color: black;
      border: 1px solid #e4e4e4;
      padding-left: 0.5rem;
      height: 40px;
      width: 100%;
      margin-bottom: 0.5rem; }
      .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.5); }
      .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value::-moz-placeholder {
        color: rgba(0, 0, 0, 0.5); }
      .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.5); }
      .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value::-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.5); }
      .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value::placeholder {
        color: rgba(0, 0, 0, 0.5); }
  .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_all_check {
    margin: 0 20px;
    font-size: 0.8rem;
    color: black;
    border-bottom: 1px dotted black;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_all_check:hover {
      color: #FF7B4C;
      border-bottom: 1px dotted #FF7B4C; }
  .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .bx_filter_search_reset {
    margin: 20px 0;
    margin-left: 4%;
    max-width: 45%;
    width: 100%; }
  .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .bx_filter_search_button {
    margin: 20px 0;
    margin-right: 4%;
    max-width: 45%;
    width: 100%; }

.catalog_content__filter_horizon #style-overflow-search {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 15rem;
  cursor: pointer; }
  .catalog_content__filter_horizon #style-overflow-search::-webkit-scrollbar {
    width: 3px;
    background-color: transparent;
    border-radius: 10px; }
  .catalog_content__filter_horizon #style-overflow-search::-webkit-scrollbar-track {
    border-radius: 10px;
    background: transparent; }
  .catalog_content__filter_horizon #style-overflow-search::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ced2d5;
    border: 1px solid #ced2d5; }
    .catalog_content__filter_horizon #style-overflow-search::-webkit-scrollbar-thumb:hover {
      background: #ced2d5; }

.catalog_content__filter_horizon .blank_ul_wrapper > ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.catalog_content__filter_horizon .blank_ul_wrapper {
  padding: 1rem 0;
  margin: 1rem 0 1.5rem 0;
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed; }

.catalog_content__filter_horizon .button_filter_block {
  cursor: pointer;
  outline: none;
  line-height: 39px;
  display: inline-block;
  height: 40px;
  padding: 0 0.5rem;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #FF7B4C;
  background: #FF7B4C; }

.catalog_content__filter_horizon_item_name {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .catalog_content__filter_horizon_item_name:hover {
    color: #FF7B4C; }

.catalog_content__filter_horizon {
  margin-bottom: 0rem; }

.select_block {
  position: relative;
  width: 100%;
  font-size: 0.9rem;
  color: #8b8b8b;
  /*padding: 0 1rem;*/ }

.catalog_content__sort_horizon_property
.select_block {
  padding: 0; }

.select_block select {
  height: 3rem;
  line-height: 3rem;
  padding: 0 15px 0 1rem;
  background: transparent;
  appearance: none;
  /* remove arrow        */
  -webkit-appearance: none;
  /* remove arrow Chrome */
  -moz-appearance: none;
  /* remove arrow FF     */
  border: 1px solid #ededed; }

.select_block select::-ms-expand {
  display: none;
  /* remove arrow IE     */ }

.select_block select option {
  border: 1px solid #000;
  /*background: #eeeeee;*/
  line-height: 20px;
  color: #8b8b8b; }

.select_block select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

.select_block .select-side {
  pointer-events: none;
  width: 40px;
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  cursor: pointer; }

.select_block .select-side:before {
  position: absolute;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  top: 50%;
  right: 1rem;
  margin-top: -3px;
  border-bottom: 1px solid #b4b4b4;
  border-right: 1px solid #b4b4b4;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0; }

/* ___________ end catalog filter __________________ */
/* ___________ end catalog filter __________________ */
.catalog_content__sort_horizon_property {
  display: inline-block; }

.catalog_content__sort_horizon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  margin-bottom: 10px; }
  .catalog_content__sort_horizon .select_block {
    margin-bottom: 0; }
    .catalog_content__sort_horizon .select_block select {
      border: none; }
  .catalog_content__sort_horizon .custom-select-trigger {
    border: none;
    padding: 0 2rem 0 1rem;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .catalog_content__sort_horizon .custom-select-trigger:hover:after {
      border-bottom: 1px solid #FF7B4C;
      border-right: 1px solid #FF7B4C; }
    .catalog_content__sort_horizon .custom-select-trigger:after {
      width: 6px;
      height: 6px;
      border-bottom: 1px solid #000000;
      border-right: 1px solid #000000;
      margin-top: 0; }
  .catalog_content__sort_horizon .custom-options {
    min-width: 12rem;
    color: #000000;
    margin-top: 0.7rem; }
    .catalog_content__sort_horizon .custom-options:before {
      position: absolute;
      display: block;
      content: '';
      bottom: 100%;
      left: 1.5rem;
      width: 1rem;
      height: 1rem;
      margin-bottom: -0.45rem;
      border-top: 1px solid #ced2d5;
      border-left: 1px solid #ced2d5;
      background: #fff;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out; }
  .catalog_content__sort_horizon .custom-option {
    border-bottom: 1px solid #f0f1f2;
    line-height: 2.3rem; }
    .catalog_content__sort_horizon .custom-option:last-child {
      border-bottom: none; }
    .catalog_content__sort_horizon .custom-option:hover {
      color: #FF7B4C; }
    .catalog_content__sort_horizon .custom-option:active {
      color: #FF7B4C; }
  .catalog_content__sort_horizon form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-right: 100px; }
  .catalog_content__sort_horizon .catalog_content__sort_horizon_btn-block {
    top: calc(50% - 1.15rem);
    position: absolute;
    right: 0; }
  .catalog_content__sort_horizon span.catalog_content__sort_horizon_btn {
    fill: #FF7B4C; }
  .catalog_content__sort_horizon a.catalog_content__sort_horizon_btn {
    fill: #BDBDBD; }
  .catalog_content__sort_horizon a.catalog_content__sort_horizon_btn-list {
    fill: #BDBDBD; }
  .catalog_content__sort_horizon span.catalog_content__sort_horizon_btn-list {
    fill: #FF7B4C; }

.catalog_content__sort_horizon_view_card {
  float: right; }
  .catalog_content__sort_horizon_view_card .sort_horizon_view_card {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    opacity: 0.5;
    margin: 0 0.5rem; }
  .catalog_content__sort_horizon_view_card .sort_horizon_view_card.active {
    opacity: 1; }

/* ___________ end catalog filter __________________ */
/* ___________ catalog pagination __________________ */
.show_more_block {
  position: relative;
  border: 1px solid #FF7B4C;
  text-align: center;
  padding: 1rem 0;
  color: #FF7B4C;
  cursor: pointer;
  margin-bottom: 2.5rem; }
  .show_more_block .icon-nav_button {
    display: inline-block;
    position: relative;
    top: -1px; }
  .show_more_block:hover {
    border-color: #FF7B4C;
    background-color: #FF7B4C;
    color: #fff; }
    .show_more_block:hover.btnLoaderCustom > .loader-btn {
      fill: #fff; }
  .show_more_block:hover .sk-wave .sk-rect {
    color: #fff;
    background-color: #fff; }
  .show_more_block.btnLoaderCustom > .loader-btn {
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    fill: #FF7B4C; }

.show_more_block.fonts__main_comment.loaderBtns {
  color: transparent; }
  .show_more_block.fonts__main_comment.loaderBtns i {
    color: transparent; }
  .show_more_block.fonts__main_comment.loaderBtns .sk-wave {
    display: block; }

.block_page_navigation {
  text-align: center;
  margin-bottom: 2.5rem; }
  .block_page_navigation > span, .block_page_navigation > a {
    padding: 0.3rem 0.7rem;
    margin: 0 0.5rem; }

@media (max-width: 768px) {
  .block_page_previous,
  .block_page_next {
    display: none; } }

.block_page_current {
  border: 1px solid #FF7B4C; }

/* ___________ end catalog pagination __________________ */
/* ___________ catalog_section __________________ */
.catalog_section_block {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 60px; }
  .catalog_section_block.catalog_section_block_bestsellers {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 32px; }

.block__product_cards .product_card__block_item,
.block__product_cards.block__product_cards--mobile-min .product_card__block_item {
  width: 25%;
  margin-bottom: -1px; }

.block__product_cards .product_card__block_item-4,
.block__product_cards.block__product_cards--mobile-min .product_card__block_item-4 {
  width: 25%; }

.block__product_cards .product_card__block_item-5,
.block__product_cards.block__product_cards--mobile-min .product_card__block_item-5 {
  width: 20%; }

.block__product_cards .product_card__block_item-3,
.block__product_cards.block__product_cards--mobile-min .product_card__block_item-3 {
  width: 33.3333333%; }

.block__product_cards .product_card__block_item.product_card__block_item--column,
.block__product_cards.block__product_cards--mobile-min .product_card__block_item.product_card__block_item--column {
  width: 100%; }

@media (max-width: 768px) {
  .catalog_section_block {
    padding-left: 15px;
    padding-right: 0;
    margin-bottom: 40px; }
  .block__product_cards.block__product_cards--mobile-min .product_card__block_item {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    margin-bottom: 10px; }
    .block__product_cards.block__product_cards--mobile-min .product_card__block_item:nth-child(3n) {
      margin-right: 0; }
  .block__product_cards.block__product_cards--mobile-min .product_card__block_item-4 {
    width: calc((100% - 20px) / 3); }
  .block__product_cards.block__product_cards--mobile-min .product_card__block_item-5 {
    width: calc((100% - 20px) / 3); }
  .block__product_cards.block__product_cards--mobile-min .product_card__block_item-3 {
    width: calc((100% - 20px) / 3); } }

.catalog_content__category_img_title {
  font-size: 0.9rem; }

.product_card__block_item > div {
  height: 100%; }

.tabs_block__product_card,
.block__product_cards {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch; }
  .tabs_block__product_card .product_card__inner,
  .block__product_cards .product_card__inner {
    -ms-flex-preferred-size: 270px;
        flex-basis: 270px;
    width: auto;
    margin-left: -1px; }
	.tabs_block__product_card .product_card__inner:hover,
  .block__product_cards .product_card__inner:hover{
    -ms-flex-preferred-size: 270px;
        flex-basis: 270px;
    width: 270px;
    margin-left: -1px; }
  .tabs_block__product_card .product_card__inner.product_card__inner--row,
  .block__product_cards .product_card__inner.product_card__inner--row {
    width: 100%;
    -ms-flex-preferred-size: none;
        flex-basis: none; }

.block__product_cards {
  margin-bottom: 37px; }

/* ___________ end catalog_section __________________ */
/* ------------catalog_section_page----------*/
.catalog_section_page {
  border-top: 1px solid #eeeeee;
  padding: 2rem 0 3rem 0;
  position: relative; }
  .catalog_section_page .popular_category_block_variant__canvas {
    margin-bottom: 3rem; }
  .catalog_section_page .catalog_content__sort_horizon_view_card {
    position: absolute;
    top: -2.5rem;
    right: 0; }

/* ------------end catalog_section_page----------*/
@media (max-width: 1199.98px) {
  div.block__product_cards
.product_card__block_item {
    width: 25%; }
  div.block__product_cards
.product_card__block_item.product_card__block_item--row {
    width: 100%; } }

@media (max-width: 991.98px) {
  div.block__product_cards
.product_card__block_item {
    width: calc(100% / 3); }
  div.block__product_cards
.product_card__block_item.product_card__block_item--row {
    width: 100%; } }

@media (max-width: 768px) {
  div.block__product_cards .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min {
    width: 50%; }
  div.block__product_cards
.product_card__block_item.product_card__block_item--row {
    width: 100%; } }

@media (max-width: 767.98px) {
  div.block__product_cards
.product_card__block_item {
    width: 50%;
    height: auto; }
  .catalog_content__sort_horizon {
    display: initial; }
    .catalog_content__sort_horizon form {
      display: initial; }
  .catalog_content__sort_horizon_btn-block {
    display: none; } }

@media (max-width: 576px) {
  .catalog_content__canvas {
    display: none; }
  .catalog_content__canvas.catalog_content__canvas--display {
    display: block; }
  div.block__product_cards
.product_card__block_item {
    width: 100%;
    height: 100%; } }

.catalog-wrapper {
  padding-left: 15px;
  padding-right: 15px; }

@media (max-width: 576px) {
  .catalog-wrapper {
    padding-left: 15px;
    padding-right: 15px; }
    .catalog-wrapper .block_main_left_menu__content.no-padding {
      padding: 0 !important; }
  .catalog_content__sort_horizon form {
    padding-right: 0; } }

@media (max-width: 480px) {
  div.block__product_cards .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min {
    width: 100%; } }

.catalog_section_block_bestsellers .product_card__block_item {
  width: 100%; }

.block__product_cards.block__product_cards--row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.product_card__block_item.product_card__block_item--row {
  width: 100%;
  margin-bottom: -1px; }

@media (max-width: 1299.98px) {
  .bx_filter .bx_filter_section {
    padding: 1rem; }
  .catalog_content__category_item {
    padding: 1rem; } }

@media (max-width: 1199.98px) {
  div.block__product_cards .product_card__block_item {
    width: 33.33%; } }

@media (max-width: 991.98px) {
  .catalog_content__category_item {
    padding: 1.5rem; }
  #loadMore,
  .catalog_content__category,
  .catalog_content__category_block_img {
    margin-bottom: 1rem; } }

@media (max-width: 767.98px) {
  .catalog_section_block {
    padding-left: 15px;
    padding-right: 15px; }
  .catalog_content__category_item {
    width: 50%; }
  .catalog_content__sort_horizon {
    margin-bottom: 1rem; }
  div.catalog_section_block .product_card__block_item,
  div.block__product_cards-section .product_card__block_item {
    width: 50%; }
  div.catalog_section_block .product_card__block_item.product_card__block_item--row,
  div.block__product_cards-section .product_card__block_item.product_card__block_item--row {
    width: 100%; }
  .rating-block-title {
    display: none; }
  .product-detail-info-block-comment {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 1rem; }
  .product-detail-info-block-title {
    text-align: center; }
  .product-detail-photo-block .sticker_product,
  .product-detail-photo-block .product_card__block_icon {
    top: 1rem; }
  .product-detail-price-and-cheaper {
    background: #f7f7f7;
    text-align: center;
    padding: 2rem 1rem 0 1rem; }
    .product-detail-price-and-cheaper .product-detail-title-price {
      display: inline-block; }
    .product-detail-price-and-cheaper .product_card__block__new_price_product {
      padding-right: 0;
      padding-bottom: 0; }
    .product-detail-price-and-cheaper .product_card__block__old_price_product {
      display: block;
      font-size: 0.8rem;
      margin: 0.3rem 0 0.5rem 0; }
    .product-detail-price-and-cheaper .product-detail-info-block-price {
      padding-bottom: 1rem; }
  .product-detail-info-block-brand {
    padding: 2.5rem 1rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    border-bottom: 1px solid #ededed; }
    .product-detail-info-block-brand .product-detail-info-block-brand-link {
      margin-bottom: 0; }
  .product-detail-info-block-main-property {
    text-align: center; }
  .product-detail-info-block .block-property-text-item {
    opacity: 0.5; }
  .product-detail-info-block .block-property-color-item.active,
  .product-detail-info-block .block-property-text-item.active {
    opacity: 1; }
  .product-detail-info-block .product-detail-info-block-size {
    display: none; }
  .product-detail-info-block .product-detail-info-block-basket {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 555;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-bottom: 0; }
    .product-detail-info-block .product-detail-info-block-basket .main_btn {
      width: 50%;
      padding: 0.8rem 0.8rem; }
    .product-detail-info-block .product-detail-info-block-basket .detail-basket-wrapper {
      width: 50%; }
    .product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity {
      width: 50%;
      margin-left: 0; }
      .product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity .product_card__block_buy_quantity__input,
      .product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity .product_card__block_buy_quantity__minus,
      .product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity .product_card__block_buy_quantity__plus {
        width: 33.33%;
        height: 100%;
        line-height: 3.2rem; }
  .product-detail-info-block .product-detail-info-block-one-click-basket .one_click_btn {
    width: 100%;
    margin-bottom: 1.5rem;
    padding: 0.8rem 0.5rem; }
  .product-detail-info-block .block-advantages-title {
    text-align: center;
    font-size: 1.5rem; }
  .product-detail-info-block .product-detail-info-block-advantages-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2rem; }
  .product-detail-info-block .product-detail-info-block-advantages-item img {
    max-width: 50px;
    margin-right: 0;
    margin-bottom: 1rem; }
  .product-detail-info-block .product-detail-info-block-advantages {
    border-bottom: 1px solid #ededed; }
  .product-detail-info-block-basic-property,
  .product-detail-share-block-comment {
    display: none; }
  .product-detail-share-block-button {
    margin-right: 0;
    width: 100%;
    text-align: center;
    padding: 0.8rem 1.5rem; }
  .product-detail-info-block-one-click-basket {
    margin-bottom: 2rem;
    border-bottom: 1px solid #ededed; }
  .product_card__block_item {
    width: 100%; }
  .detail-product-advice.owl-carousel .owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #ededed;
    border-radius: 50px;
    margin-right: 1.333rem; }
  .detail-product-advice.owl-carousel .owl-dot.active span {
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #FF7B4C;
    background: #FF7B4C;
    border-radius: 50px;
    margin-right: 1.333rem; }
  .detail-product-advice.owl-carousel .owl-dots {
    display: block;
    text-align: center;
    margin-top: 1rem;
    padding-bottom: 2rem; }
  .tabs_block__product_card {
    padding-right: 0; }
  .detail-product-advice.owl-carousel .product_card__block {
    padding: 2rem 0; }
  .product_set_item::before {
    right: 50%;
    top: auto;
    bottom: 0;
    margin-top: auto;
    margin-bottom: -27px;
    margin-right: -27px; }
  .product_set_item .d24 {
    right: 50%;
    top: auto;
    bottom: 0;
    margin-top: auto;
    margin-bottom: -13px;
    margin-right: -2px; }
  .product_set_comment {
    padding-bottom: 2rem; }
  .puzzle_block .detail_product {
    border-bottom: 1px solid #ededed;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem; }
  .product_set_comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .product_set_comment__price {
    padding-right: 0;
    padding-bottom: 1rem; }
  .product-detail-info-block .product-detail-info-block-basket .main_btn {
    width: 100%;
    height: 100%;
    padding: 0.8rem 0.8rem; }
  .product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity {
    width: 50%;
    margin-left: 0; } }

@media (max-width: 575.98px) {
  div.catalog_section_block .product_card__block_item,
  div.block__product_cards-section .product_card__block_item {
    width: 100%; }
  .catalog_content__category_item {
    width: 100%; }
  .product_card__block__article {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .block_page_navigation > span,
  .block_page_navigation > a {
    padding: 0.3rem 0.7rem;
    margin: 0 0.3rem; }
  .catalog_content__sort_horizon_property {
    display: block; } }
	
@media (min-width: 768px){
.collection .product_card__block_item_inner, #rezka .product_card__block_item_inner, #similar-goods .product_card__block_item_inner{width:268px;}
.collection .block__product_cards .product_card__block_item-3, #rezka .block__product_cards .product_card__block_item-3, #similar-goods .block__product_cards .product_card__block_item-3{width:auto!important;}
}


.product-card-inner__buy > div{width:auto!important;}
.product-card-inner__new-price{font-size:18px;}
.product-card-inner__vendor-code{font-size: 11px;}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.comments/origami_element_comments/style.min.css?171559390813699*/
.item_comments{display:block;padding-left:0}.item_comments li{display:block;padding-bottom:10px}.item_comments_date,.item_comments_username{display:inline-block;color:#5d90bd;font-size:14px}.item_comments_date{color:#b8b8b8;margin-left:10px}.item_comments_container p{margin-top:5px;color:#3f3f3f;font-size:14px}div.blog-comment-form{width:100%!important}div.blog-comment .blog-author{font-size:.85em}.blog-comment-content{font-size:13px;overflow:hidden!important;padding-top:0!important}div.blog-comment-buttons input{font-size:13px!important;padding:0 3px!important}.blog-post-rating{padding:10px 0 0}@media (max-width:540px){.bx_soc_comments_div .bx-catalog-tab-list li a{font-size:11px}}.bx_soc_comments_div.bx_important .bx_medium.bx_bt_button{padding:0 13px;font-weight:700}.bx_soc_comments_div.bx_important .bx_medium.bx_bt_button_type_2{padding:0 13px;height:25px;line-height:25px}.bx_soc_comments_div.bx_important .bx_medium.bx_bt_button{height:27px;line-height:27px}.bx_soc_comments_div.bx_important .bx_medium.bx_bt_button_type_2{font-weight:700}.bx_soc_comments_div.bx_important .blog-comment-info a,.bx_soc_comments_div.bx_important .blog-comment-info a:link,.bx_soc_comments_div.bx_important .blog-comment-info a:visited,.bx_soc_comments_div.bx_important .blog-comment-nav a,.bx_soc_comments_div.bx_important .blog-comment-nav a:link,.bx_soc_comments_div.bx_important .blog-comment-nav a:visited{text-decoration:none;color:#969696!important}.bx_soc_comments_div.bx_important .blog-comment-info a:active,.bx_soc_comments_div.bx_important .blog-comment-info a:hover,.bx_soc_comments_div.bx_important .blog-comment-nav a:active,.bx_soc_comments_div.bx_important .blog-comment-nav a:hover{text-decoration:underline;color:#969696!important}.bx_soc_comments_div.bx_important .blog-comment-info a,.bx_soc_comments_div.bx_important .blog-comment-info a:active,.bx_soc_comments_div.bx_important .blog-comment-info a:hover,.bx_soc_comments_div.bx_important .blog-comment-info a:link,.bx_soc_comments_div.bx_important .blog-comment-info a:visited{font-size:.85em}.bx_soc_comments_div .bx-catalog-tab-section-container{position:relative}.bx_soc_comments_div .bx-catalog-tab-list{border-bottom:1px solid #d9e1e3;text-align:left;padding:0;vertical-align:bottom;margin:16px 0}.bx_soc_comments_div .bx-catalog-tab-list li{vertical-align:bottom;border:1px solid #d9e1e3;border-bottom:none;display:inline-block;border-radius:3px 3px 0 0;background:#f7f7f7;-webkit-box-shadow:inset 0 -10px 5px -10px rgba(0,0,0,.12);box-shadow:inset 0 -10px 5px -10px rgba(0,0,0,.12)}.bx_soc_comments_div .bx-catalog-tab-section-container .bx-catalog-tab-list li:before{content:none}.bx_soc_comments_div .bx-catalog-tab-list li a,.bx_soc_comments_div .bx-catalog-tab-list li>span{display:block;cursor:pointer;line-height:30px;height:30px;color:#999;text-decoration:none;font-size:13px;padding:0 20px;-webkit-box-shadow:none;box-shadow:none}.bx_soc_comments_div .bx-catalog-tab-list li.active,.bx_soc_comments_div .bx-catalog-tab-list li:hover{background:#fff}.bx_soc_comments_div .bx-catalog-tab-list li.active a,.bx_soc_comments_div .bx-catalog-tab-list li.active>span{background:#fff;line-height:35px;height:35px;color:#3f3f3f;position:relative;bottom:-2px}.bx_soc_comments_div .bx-catalog-tab-body-container .bx-catalog-tab-container>div.tab-off{opacity:0;height:0;overflow:hidden;-webkit-transition:all .4s ease-out;transition:all .4s ease-out}.bx_soc_comments_div .bx-catalog-tab-body-container .bx-catalog-tab-container>div{opacity:1;-webkit-transition:all .6s ease-out;transition:all .6s ease-out;padding:0}.bx_soc_comments_div .bx-catalog-tab-body-container .bx-catalog-tab-container .hidden{display:none}.reviews-product table.blogcode td,.reviews-product table.blogquote td{padding:0}.reviews-product div.blog-post-quote table.blogquote{border:0;background:0 0;color:inherit}.reviews-product .reviews-product__avatar-img{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.reviews-product__pagination-action.hidden-nav{opacity:0}.reviews-product,.reviews-product .blog-add-comment{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}.reviews-product{-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.reviews-product .blog-add-comment{-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}.reviews-product .bx-catalog-tab-list{margin-bottom:20px}.bx-catalog-tab-list{display:none}.comments-tab{margin-bottom:10px}.reviews-product__message{margin-bottom:18px}.reviews-product__message.reviews-product__message--review{padding-left:46px}.reviews-product__message .blog-comment-cont-white,.reviews-product__message div.blog-comment-hidden .blog-comment-cont-white{background-color:#fff}.reviews-product__message.reviews-product__message--review+.reviews-product__message.reviews-product__message--review{padding-left:92px}.reviews-product__author{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}.reviews-product__avatar{width:35px;height:35px;margin-right:12px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAWCAYAAADAQbwGAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEISURBVHgB1VTBEYIwEFzUAuhAStAKpAPtQJ8+7UA7QCvQEvz6UiugBLACffrTHC7CZEgIyMedWUhy2c2RhAPsWCieFV+ktOdoAV8z0nnmHGdsKUwUJxT7zDhhLHI1C0qZBIb4nfGhHuxVCKZ8HxTTiriMHdmeuRj6JaEJqTbXanjjO4QZI83YClk138ORwcy2x5WIKJDNn9MkUNygOJA1GiKC+R7uTaK+xfCEYj+f5EVxqbjD38LT+iE+F9v1P30oXlFc9C8C2ItBHRN6ZBlKNjEHZEUpDCncINoVtaIZgwP5Ko1KUunr8gqU3c2YnQnaI8yT8tgQePgNmU8PHaNzwwHcT7QOqTzeWwRZYgx23I8AAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:center;background-color:#f2f2f2;border-radius:50%;overflow:hidden}.reviews-product__author-description{margin-bottom:12px}.reviews-product__author-description .reviews-product__author-name{margin-bottom:4px;font-size:1rem;line-height:1.2rem;font-weight:700}.reviews-product__author-description .reviews-product__message-date{font-size:12px;color:gray}.reviews-product__content{margin-bottom:15px}.reviews-product__content .reviews-product__content-quote{position:relative;margin-bottom:18px;padding:8px 60px;font-size:1rem;line-height:31px;background-color:#fbfdff;border:1px dashed #d7d8d9}.reviews-product__content .reviews-product__content-quote::after{content:"";position:absolute;top:12px;left:32px;width:20px;height:20px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAARpJREFUKJGF0k0rxFEUx/GPf4NkocRW5CVYyX4STbFQFnaUpTzMjg2lUPICkPK0tPHwBsZsJjvZWVgaGzvlIRZzpv5NM3+nTvfc8/2de899aCs9PEpZFzaxizfNbTp0F5CkQD/K+M0o3sIBruqJXIyduMMQtlsUr2Adi/ioJ+sdrGIEx3hvUjwYC7/iJA2SOM9yzA9b7L4WXZ7is3GBAvrwgqcmxe2Yi/imESYYj7gNt7jETMxhFD0RL6nd1QZ6qV3iSMCBcJjFERZSHKZiHA82lmC4Sdswj4kMPoD9HLpbCGDyH15I8JMh6MBXBm9PUMoQ3P/DSwmKUj8rZWWc4TziRvtAMUFF7amuUcUz9pDHd3geO8GqoR1F5Q9V0DdNc9CuogAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-position:center}.reviews-product__content .reviews-product__content-message{font-size:1rem;line-height:31px}.reviews-product__content .blog-post-code,.reviews-product__content .blog-post-quote{margin-bottom:20px;padding:20px 30px;background-color:#f7f7f7;border:1px dotted #bdbdbd;overflow:hidden}.reviews-product__action-list{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.reviews-product__action-item{position:relative;padding:0 10px;font-size:1rem;color:gray}.reviews-product__action-item:first-child{padding-left:0;padding-right:10px}.reviews-product__action-item:not(:last-child)::after{content:"";position:absolute;top:4px;right:0;width:2px;height:calc(100% - 6px);background-color:gray}.reviews-product__action-item a{color:gray}.reviews-product__btn-more{width:100%;padding:14px;font-size:1rem;text-align:center;border:1px solid #ededed}.reviews-product__btn-more:hover{color:#000;background-color:#ededed}.reviews-product__btn-more::after{content:"\f078";padding-left:6px;font-family:"Font Awesome 5 Pro";font-size:11px;font-weight:400}.reviews-product__pagination{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;margin-top:40px;margin-bottom:40px}.reviews-product__pagination li{width:26px;height:26px;padding:0;margin:0 13px}.reviews-product__pagination-action a{position:relative;display:block;width:26px;height:26px;font-size:0}.reviews-product__pagination-action a:hover::before{border-color:var(--main-color)}.reviews-product__pagination-action a::before{content:"";position:absolute;width:6px;height:6px;top:calc(50% - 3px);left:calc(50% - 3px);border-left:1px solid #000;border-top:1px solid #000}.reviews-product__pagination-prev::before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.reviews-product__pagination-next::before{-webkit-transform:rotate(135deg);transform:rotate(135deg)}.reviews-product__pagination-page{text-align:center}.reviews-product__pagination-page.active{border:1px solid var(--main-color)}.reviews-product__pagination-page.active a:hover{color:#000}.reviews-product__pagination-page a{display:block;font-size:1rem;line-height:24px}.reviews-product__pagination-more{padding:0 9px;text-align:center;font-size:1.07rem}[id^=form_comment_]{-webkit-box-ordinal-group:3;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}.bx_soc_comments_div.bx_important .bx_bt_button{border:1px solid var(--main-color);background:var(--main-color)}.bx_soc_comments_div.bx_important .bx_bt_button:hover{background:var(--main-color-hover)}.bx_soc_comments_div.bx_important .bx_bt_button b{font-weight:400;text-transform:initial}.comment-count{background-color:var(--main-color);position:absolute;top:3px;right:-25px;border-radius:50%;font-size:12px;line-height:21px;min-width:21px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff}@media (max-width:575px){.reviews-product__pagination li{margin:0 7px}}.blog-comments .blog-comment-fields{padding:34px 30px;background-color:#f7f7f7}.blog-comments .blog-comment-fields input{padding:0 15px;height:40px;border:1px solid #ededed}.blog-comments .blog-comment-fields .blog-comment-field-text label{margin-bottom:3px;font-size:14px}.blog-comments .blog-comment-fields .blog-comment-field.blog-comment-field-user{padding-bottom:30px}.blog-comments .blog-comment-fields .blog-comment-field.blog-comment-field-author,.blog-comments .blog-comment-fields .blog-comment-field.blog-comment-field-email{width:344px}.blog-comments .blog-comment-fields .blog-comment-field-user-sep{width:30px}.blog-comments .blog-comment-fields .feed-add-post-text{padding:0}.blog-comments .blog-comment-fields .bxhtmled-toolbar-cnt{background-color:#f7f7f7;background-image:none;border:0}.blog-comments .blog-comment-fields .bxhtmled-top-bar-wrap{margin-left:-7px}.blog-comments .blog-comment-fields .bxhtmled-top-bar-btn{margin:5px 3px 0}.blog-comments .blog-comment-fields .blog-comment-field-captcha-label label{margin-top:18px;margin-bottom:18px;font-size:14px}.blog-comments .blog-comment-fields .blog-comment-field-captcha-label input{float:left;margin-right:15px}.blog-comments .blog-comment-fields .blog-comment-field-captcha-label .blog-required-field{color:#000}.blog-comments .blog-comment-fields .blog-comment-field-captcha-image{padding-top:0}.blog-comments .blog-comment-fields .blog-comment-buttons input{width:135px;height:40px;padding:0!important;margin-top:20px;color:#fff;font-size:14px;font-weight:700;background-color:var(--main-color);-webkit-transition:.2s ease-out;transition:.2s ease-out}.blog-comments .blog-comment-fields .blog-comment-buttons input:hover{background-color:var(--main-color-hover)}@media (max-width:768px){.blog-comments .blog-comment-fields{padding:26px 10px 34px;margin:0 -12px}.blog-comments .blog-comment-fields .blog-comment-field.blog-comment-field-author,.blog-comments .blog-comment-fields .blog-comment-field.blog-comment-field-email{width:100%}.blog-comments .blog-comment-fields .blog-comment-field-text label{margin-bottom:3px;font-size:12px}.blog-comments .blog-comment-fields .blog-comment-field-user-sep{height:15px}.blog-comments .blog-comment-fields .blog-comment-field-user{padding-bottom:21px!important}.blog-comments .blog-comment-fields .blog-comment-field-captcha{padding-top:8px}.blog-comments .blog-comment-fields .blog-comment-field-captcha-label label{display:inline;padding-right:6px;margin-top:9px;margin-bottom:18px;font-size:14px}.blog-comments .blog-comment-fields .blog-comment-field-captcha-label input{margin-top:15px;float:none}.blog-comments .blog-comment-fields .blog-comment-field-captcha-image{margin-top:18px}.blog-comments .blog-comment-fields .blog-comment-buttons input{width:135px;height:40px;padding:0!important;margin-top:12px;color:#fff;font-size:14px;font-weight:700;background-color:var(--main-color)}.reviews-product__message{border:0}}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/origami_stocks/style.css?17255996878160*/
.stocks-slider .btn-slider-main {
    display: none;
}

.stocks-slider:hover .btn-slider-main {
    display: block;
}

.stocks-slider__wrapper.swiper-wrapper {
    height: 441px;
    max-height: 441px;
    min-height: 323px;
}

.popup-box {
    overflow: auto;
}

.popup-outer-box.sale-popup {
    padding: 75px 0 5px;
}

.stocks-slide__image-wrapper.hover-zoom:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.sale-popup p {
    font-size: 16px;
}

.stocks-slide.swiper-slide {
    display: -webkit-inline-box !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: auto;
    width: 33.3333333333%;
    cursor: pointer;
}

.stocks-slide.swiper-slide:hover .stocks-slide__image-wrapper {
    height: calc(100% - 221px);
}

.stocks-slide.swiper-slide:hover .stocks-slide__description-wrapper {
    height: 211px;
}

.stocks-slide.swiper-slide:hover .stocks-slide__description-wrapper .stocks-slide__description-wrapper--description {
    height: 60px;
    margin: 10px 0 21px;
}

.stocks-slide__image-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: calc(100% - 160px);
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.stocks-slide__image-wrapper > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.stocks-slide__description-wrapper {
    position: relative;
    height: 140px;
    padding: 20px 20px 15px;
    background-color: #fff;
    border: 1px solid #ededed;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.stocks-slide__description-wrapper .stocks-slide__description-wrapper--date {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    font-size: 13px;
    color: #807f7f;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.stocks-slide__description-wrapper .stocks-slide__description-wrapper--title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    overflow: hidden;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 17px;
    line-height: 25px;
}

.stocks-slide__description-wrapper .stocks-slide__description-wrapper--title span {
    max-height: 50px;
}

.stocks-slide__description-wrapper .stocks-slide__description-wrapper--description {
    display: block;
    height: 0;
    max-height: 60px;
    overflow: hidden;
    font-size: 13px;
    color: #212529;
    line-height: 20px;
    margin: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.stocks-slide__description-wrapper .stocks-slide__description-wrapper--link {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: 21px;
    color: var(--main-color);
}

.stocks-slide__description-wrapper .stocks-slide__description-wrapper--link::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 10px;
    border-bottom: 1px solid var(--main-color);
    border-right: 1px solid var(--main-color);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (max-width: 1024px) {
    .stocks-slide.swiper-slide:hover .stocks-slide__image-wrapper {
        height: calc(100% - 230px);
    }

    .stocks-slide.swiper-slide:hover .stocks-slide__description-wrapper {
        height: 210px;
    }

    .stocks-slide.swiper-slide:hover .stocks-slide__description-wrapper .stocks-slide__description-wrapper--description {
        height: 60px;
        margin: 10px 0 11px;
    }

    .stocks-block .slick-list.draggable {
        margin-right: -20px;
    }
}

@media screen and (max-width: 879px) {
    .stocks-slide.swiper-slide {
        width: 290px;
    }

    .stocks-block .slick-list.draggable {
        margin: 0;
    }
}

@media screen and (max-width: 800px) {
    .stocks-slide.swiper-slide .stocks-slide__image-wrapper {
        height: calc(100% - 133px);
    }

    .stocks-slide.swiper-slide .stocks-slide__description-wrapper {
        height: 133px;
    }

    .stocks-slide.swiper-slide .stocks-slide__description-wrapper .stocks-slide__description-wrapper--description {
        display: none;
    }

    .stocks-slide.swiper-slide:hover .stocks-slide__image-wrapper {
        height: calc(100% - 133px);
    }

    .stocks-slide.swiper-slide:hover .stocks-slide__description-wrapper {
        height: 133px;
    }

    .stocks-slide.swiper-slide:hover .stocks-slide__description-wrapper .stocks-slide__description-wrapper--description {
        display: none;
    }

    .stocks-slide__image-wrapper {
        height: calc(100% - 133px);
    }

    .stocks-slide__description-wrapper {
        height: 133px;
    }

    .stocks-slide__description-wrapper .stocks-slide__description-wrapper--date {
        font-size: 12px;
    }

    .stocks-slide__description-wrapper .stocks-slide__description-wrapper--title {
        font-size: 15px;
    }

    .stocks-slide__description-wrapper .stocks-slide__description-wrapper--link {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .stocks-slider.swiper-slide .btn-slider-main {
        display: none;
    }

    .stocks-slider.swiper-slide:hover .btn-slider-main {
        display: none;
    }

    .stocks-slider__wrapper.swiper-wrapper {
        height: 100%;
    }
}

@media screen and (max-width: 680px) {
    .stocks-slider__wrapper.swiper-wrapper {
        min-height: 261px;
    }

    .stocks-slide:hover .stocks-slide__image-wrapper {
        height: calc(100% - 117px);
    }

    .stocks-slide:hover .stocks-slide__description-wrapper {
        height: 117px;
    }

    .stocks-slide:hover .stocks-slide__description-wrapper .stocks-slide__description-wrapper--description {
        display: none;
    }

    .stocks-slide__image-wrapper {
        height: calc(100% - 117px);
    }

    .stocks-slide__description-wrapper {
        height: 117px;
        padding: 10px 10px 15px;
    }

    .stocks-slide__description-wrapper .stocks-slide__description-wrapper--date {
        margin-bottom: 5px;
        font-size: 11px;
        line-height: 17px;
    }

    .stocks-slide__description-wrapper .stocks-slide__description-wrapper--title {
        height: 42px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .stocks-slide__description-wrapper .stocks-slide__description-wrapper--link {
        font-size: 12px;
        bottom: 15px;
    }
}

@media screen and (max-width: 434px) {
    .stocks-slide {
        width: 220px !important;
    }
}
/* End */


/* Start:/local/templates/sotbit_origami/assets/plugin/swiper5.2.0/css/swiper.min.css?171559390713666*/
/**
 * Swiper 5.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2019
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/* End */


/* Start:/local/templates/sotbit_origami/assets/css/style-swiper-custom.min.css?17155939063126*/
.swiper-container .btn-slider-main{display:none}.swiper-container:hover .btn-slider-main{display:block}.swiper-container>.slider-pagination.swiper-pagination-bullets{position:absolute;bottom:20px;left:0;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.swiper-container>.slider-pagination.swiper-pagination-bullets span{width:14px;height:14px;border:3px solid #fff;margin:0 .65rem;background:#ccc;-webkit-box-shadow:0 2px 2px rgba(0,0,0,.15);box-shadow:0 2px 2px rgba(0,0,0,.15);opacity:1;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.swiper-container>.slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active{width:42px;background-color:var(--main-color);border-radius:50px}.btn-slider-main{position:absolute;top:calc(50% - 32px);width:32px;height:64px;margin:0;padding:0;font-size:0;background-color:rgba(0,0,0,.3);border:0;border-top-right-radius:32px;border-bottom-right-radius:32px;z-index:10;cursor:pointer}.btn-slider-main.btn-slider-main--one::before,.btn-slider-main.btn-slider-main--two::before,.btn-slider-main::before{content:"";position:absolute;top:calc(50% - 6px);left:calc(50% - 6px);display:block;width:12px;height:12px;border-bottom:2px solid #fff;border-left:2px solid #fff;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.btn-slider-main.btn-slider-main--prev{left:0}.btn-slider-main.btn-slider-main--next{right:0;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.btn-slider-main.btn-slider-main--disabled.swiper-button-disabled{display:none!important}.btn-slider-main.btn-slider-main--one,.btn-slider-main.btn-slider-main--two{position:absolute;top:50%;z-index:1;width:40px;height:40px;margin-top:-20px;background:rgba(0,0,0,.4);border-radius:4px;-webkit-transition:.1s ease-in-out;transition:.1s ease-in-out}.btn-slider-main.btn-slider-main--one:hover{background-color:var(--main-color)}.btn-slider-main.btn-slider-main--one:active{background-color:var(--main-color-hover)}.btn-slider-main.btn-slider-main--one::before,.btn-slider-main.btn-slider-main--two::before{left:calc(50% - 8px);-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.btn-slider-main.btn-slider-main--one.btn-slider-main--prev{left:10px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.btn-slider-main.btn-slider-main--one.btn-slider-main--next{right:10px;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.btn-slider-main.btn-slider-main--two{border-radius:50%}.btn-slider-main.btn-slider-main--two:hover{background-color:var(--main-color)}.btn-slider-main.btn-slider-main--two:active{background-color:var(--main-color-hover)}.btn-slider-main.btn-slider-main--two.btn-slider-main--prev{left:10px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.btn-slider-main.btn-slider-main--two.btn-slider-main--next{right:10px;-webkit-transform:rotate(0deg);transform:rotate(0deg)}@media (max-width:768px){.swiper-container .btn-slider-main{display:none}.swiper-container:hover .btn-slider-main{display:none!important}}
/* End */


/* Start:/local/templates/sotbit_origami_new/assets/fonts/share/share.css?17165204051146*/
@font-face {
  font-family: 'share';
  src:  url('/local/templates/sotbit_origami/assets/fonts/share/share.eot');
  src:  url('/local/templates/sotbit_origami/assets/fonts/share/share.eot') format('embedded-opentype'),
    url('/local/templates/sotbit_origami/assets/fonts/share/share.ttf') format('truetype'),
    url('/local/templates/sotbit_origami/assets/fonts/share/share.woff') format('woff'),
    url('/local/templates/sotbit_origami/assets/fonts/share/share.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="share-"], [class*=" share-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'share' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.share-fb:before {
  content: "\e900";
}
.share-ok:before {
  content: "\e901";
}
.share-telega:before {
  content: "\e902";
}
.share-vk:before {
  content: "\e903";
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/origami_advantages_simple/style.min.css?17155939083134*/
.advantage{margin-left:auto;margin-right:auto}.advantage .block_main_advantage_item{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.advantage .block_main_advantage_icons{margin-right:1rem}.advantage .block_main_advantage_icons img,.advantage .block_main_advantage_variant__icons img{width:4.2rem}.advantage .block_main_advantage__one{width:calc(25% - 30px)}.advantage .block_main_advantage_item_link{display:block;-webkit-transition:all .2s;transition:all .2s}.advantage .block_main_advantage_item_link .block_main_advantage_icons svg{fill:#000;-webkit-transition:all .2s;transition:all .2s}.advantage .block_main_advantage_item_link:hover{color:var(--main-color);cursor:pointer}.advantage .block_main_advantage_item_link:hover .block_main_advantage_icons svg,.advantage .block_main_advantage_variant__item_link:hover svg{fill:var(--main-color)}.advantage .block_main_advantage{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.advantage .block_main_advantage_variant__item_link{display:block;-webkit-transition:all .2s;transition:all .2s}.advantage .block_main_advantage_variant__item_link svg{-webkit-transition:all .2s;transition:all .2s}.advantage .block_main_advantage_variant__item_link .block_main_advantage_variant__comment{color:#000}.advantage .block_main_advantage_variant__item_link:hover{color:var(--main-color)}.advantage .block_main_advantage_variant_one{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 15px;margin-left:auto;margin-right:auto}.advantage .block_main_advantage_variant{width:25%;padding-left:1rem}.advantage .block_main_advantage_variant:first-child{padding-left:0}.advantage .fonts__small_weight_title{font-weight:700;font-size:1.2rem}.advantage .block_main_advantage_variant__item{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.advantage .block_main_advantage_variant__content{padding-left:1rem}.advantage .block_main_advantage_variant__comment{padding-bottom:0}.advantage .block_main_advantage_variant__title.main_color{color:var(--main-color)}@media (max-width:1400px){.advantage .block_main_advantage{padding:0 15px}.advantage .block_main_advantage__one{padding:0 1rem 0 0}}@media (max-width:992px){.advantage .block_main_advantage__one{width:50%;margin-bottom:1.5rem;padding-left:0}.advantage .block_main_advantage__one:last-child{margin-bottom:0}.advantage .block_main_advantage{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media (max-width:768px){.advantage .block_main_advantage{padding:0 15px}.advantage .block_main_advantage_icons img{width:60px}.advantage .block_main_advantage__one{margin-bottom:30px}}@media (max-width:576px){.advantage .block_main_advantage__one{width:100%}.advantage .block_main_advantage{padding:0 15px}}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section/origami_section_small/style.min.css?1715593908654*/
.small-product__product-wrapper .swiper-slide>div,.small-product__product-wrapper:hover .small-product__slider-button{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}.small-product__product-wrapper .swiper-button-disabled,.small-product__product-wrapper:hover .swiper-button-disabled{display:none}.small-product__product-wrapper.swiper-container{margin:-5px;padding:5px}@media (max-width:1344px){.small-product__product-wrapper.swiper-container{margin:-5px 0 -5px -5px;padding:5px 0 5px 5px}}.small-product__product-wrapper .swiper-slide{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;height:auto;width:321px}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.item/origami_item_small/style.min.css?17155939082864*/
.small-product-block-wrapper,.small-product__product-inner{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}.small-product{margin-bottom:60px}@media (max-width:767px){.small-product{margin-bottom:30px}}.small-product-block{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;width:314px;padding:15px 20px;background-color:#fff;border:1px solid #e6e6e6;border-radius:4px}.small-product-block:hover{-webkit-box-shadow:0 0 6px 1px rgba(0,0,0,.07);box-shadow:0 0 6px 1px rgba(0,0,0,.07);border-color:transparent}@media (max-width:1023px){.small-product-block{width:300px}}.small-product-block__img-block,.small-product-block__img-wrapper{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.small-product-block__img-block{position:relative;margin-right:20px}.small-product-block__img-wrapper{width:70px;height:70px}.small-product-block__sticker{position:absolute;top:0;left:0;padding:2px 4px;font-weight:700;font-size:11px;line-height:16px;color:#fff;border-radius:4px 0;background-color:#fb0040;z-index:100}.small-product-block__img{max-width:100%;max-height:100%;height:auto;width:auto}.small-product-block__info{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.small-product-block__name-product{margin-bottom:4px;padding:0;font-size:13px;line-height:20px}.small-product-block__detail-wrapper{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:2px}.small-product-block__detail-wrapper .rating-block-title{display:none}.small-product-block__detail-wrapper .product-card-inner__quantity{font-size:12px;line-height:18px;color:gray}.small-product-block__detail-wrapper .product-card-inner__quantity-icon{fill:none;stroke:#00b02a}.small-product-block__price-block div:nth-last-child(2){color:var(--main-color)}.small-product-block__price-block{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end}.small-product-block__price-main{font-weight:700;font-size:14px;line-height:21px}.small-product-block__price-old{margin-left:4px;color:gray;font-size:12px;line-height:18px;text-decoration:line-through}.product_card__block_item_inner .small-product-block__name-product:hover{color:var(--main-color)}
/* End */


/* Start:/local/templates/sotbit_origami/assets/plugin/swiper5.2.0/css/swiper.min.css?171559390713666*/
/**
 * Swiper 5.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2019
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.products.viewed/origami_products_viewed/style.min.css?17155939082387*/
.small-product__product-wrapper .swiper-slide>div,.small-product__product-wrapper:hover .small-product__slider-button{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}.small-product__product-wrapper .swiper-button-disabled,.small-product__product-wrapper:hover .swiper-button-disabled{display:none}.small-product__product-wrapper.swiper-container{margin:-5px;padding:5px}@media (max-width:1344px){.small-product__product-wrapper.swiper-container{margin:-5px 0 -5px -5px;padding:5px 0 5px 5px}}.small-product__product-wrapper .swiper-slide{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;height:auto;width:314px}@media (max-width:1344px){.small-product__product-wrapper .swiper-slide{width:321px}}@media (max-width:1023px){.small-product__product-wrapper .swiper-slide{width:300px}}.small-product__slider-button{position:absolute;top:calc(50% - 32px);width:32px;height:64px;display:none;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0;padding:0;font-size:0;background-color:rgba(0,0,0,.3);background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAUCAYAAABbLMdoAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAAL5JREFUKJGNkjsKAjEUAGfXOwki2lhoYSEWHsRGCy0UFLRQEFvBu1h6A08gdp5gLMyCLOsmgQf5zCMvb5KpJIwpcM8TwBnwAm6odbFQJ8W6Dlyp49+9KihTN+qwfFYF7tVB1W1l8KD2/pVWTBrqSe3WPbgAz2o70hlQd2ozBqrkwANopWjMgQvwDkqjMMAVeALzWrpU10Rdxlr3GyN1nQoTVG+DqCiM2g/qsxSYoP5YJERFqJ3wFRrfjPhoA3wAHg3mZFfHGbMAAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:5px center;border:0;border-top-right-radius:32px;border-bottom-right-radius:32px;z-index:10;cursor:pointer}.small-product__slider-button--prev{left:0}.small-product__slider-button--next{right:0;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.swiper-button-icon{fill:none;stroke:#000}.swiper-button-lock{display:none!important}
/* End */
/* /local/templates/.default/components/bitrix/catalog/sotbit_origami_catalog_new_tem/style.css?176813956838821 */
/* /local/templates/.default/components/bitrix/catalog/sotbit_origami_catalog_new_tem/bitrix/catalog.compare.list/.default/style.min.css?1715593908950 */
/* /local/templates/.default/components/sotbit/regions.delivery/origami_default/style.min.css?171559391015715 */
/* /local/templates/sotbit_origami_new/components/bitrix/catalog.section/slider-tab/style.css?170307947629467 */
/* /local/templates/.default/components/bitrix/catalog.element/origami_preview/style.min.css?171559390831920 */
/* /local/templates/sotbit_origami_new/components/bitrix/catalog.item/origami_item/style.css?1720606434105413 */
/* /local/templates/sotbit_origami_new/components/bitrix/catalog.section/slider/style.css?170307947629467 */
/* /local/templates/sotbit_origami_new/components/bitrix/catalog.section/slider-tab-elem/style.css?172231014630383 */
/* /local/templates/.default/components/bitrix/catalog.comments/origami_element_comments/style.min.css?171559390813699 */
/* /local/templates/.default/components/bitrix/news.list/origami_stocks/style.css?17255996878160 */
/* /local/templates/sotbit_origami/assets/plugin/swiper5.2.0/css/swiper.min.css?171559390713666 */
/* /local/templates/sotbit_origami/assets/css/style-swiper-custom.min.css?17155939063126 */
/* /local/templates/sotbit_origami_new/assets/fonts/share/share.css?17165204051146 */
/* /local/templates/.default/components/bitrix/news.list/origami_advantages_simple/style.min.css?17155939083134 */
/* /local/templates/.default/components/bitrix/catalog.section/origami_section_small/style.min.css?1715593908654 */
/* /local/templates/.default/components/bitrix/catalog.item/origami_item_small/style.min.css?17155939082864 */
/* /local/templates/sotbit_origami/assets/plugin/swiper5.2.0/css/swiper.min.css?171559390713666 */
/* /local/templates/.default/components/bitrix/catalog.products.viewed/origami_products_viewed/style.min.css?17155939082387 */
