@charset "utf-8";

/* -------------------------------------------- */

.b {
    font-weight: 500;
}
.strong {
    font-weight: 500;
    color: #000;
}

h1, h2, h3, h4, h5, h6, ul, ol, dl, dt, dd, form {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}

ul li {
    list-style: none;
}

table,
table td {
    padding: 0;
    margin: 0;
    border: 0 none;
    border-collapse: collapse;
}

fieldset {
    vertical-align: baseline;
    margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	border: 0;
}

iframe, img {
    opacity: 1;
    transition: .3s opacity ease;
}

iframe[data-src], img[data-src] {
    opacity: 0;
}

/* -------------------------------------------- */

@font-face {
    font-family: 'Icomoon';
    src:  url('../fonts/Icomoon/icomoon.eot?maxgjx');
    src:  url('../fonts/Icomoon/icomoon.eot?maxgjx#iefix') format('embedded-opentype'),
          url('../fonts/Icomoon/icomoon.ttf?maxgjx') format('truetype'),
          url('../fonts/Icomoon/icomoon.woff?maxgjx') format('woff'),
          url('../fonts/Icomoon/icomoon.svg?maxgjx#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/Commissioner/Commissioner-Light.ttf');
    src: local('Commissioner Light'), local('Commissioner-Light'),
        url('../fonts/Commissioner/Commissioner-Light.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Commissioner/Commissioner-Regular.ttf');
    src: local('Commissioner Regular'), local('Commissioner-Regular'),
        url('../fonts/Commissioner/Commissioner-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Commissioner/Commissioner-Medium.ttf');
    src: local('Commissioner Medium'), local('Commissioner-Medium'),
        url('../fonts/Commissioner/Commissioner-Medium.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/Commissioner/Commissioner-SemiBold.ttf');
    src: local('Commissioner SemiBold'), local('Commissioner-SemiBold'),
        url('../fonts/Commissioner/Commissioner-SemiBold.ttf') format('truetype');
    font-display: swap;
}



@font-face {
    font-family: 'YandexSansText';
    src: url('../fonts/YandexSans/YandexSansText-Regular.ttf');
    src: local('YandexSansText Regular'), local('YandexSansText-Regular'),
        url('../fonts/YandexSans/YandexSansText-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/YandexSans/YandexSansText-Regular.woff2') format('woff2'),
        url('../fonts/YandexSans/YandexSansText-Regular.woff') format('woff'),
        url('../fonts/YandexSans/YandexSansText-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'YandexSansText';
    src: url('../fonts/YandexSans/YandexSansText-Bold.ttf');
    src: local('YandexSansText Bold'), local('YandexSansText-Bold'),
        url('../fonts/YandexSans/YandexSansText-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/YandexSans/YandexSansText-Bold.woff2') format('woff2'),
        url('../fonts/YandexSans/YandexSansText-Bold.woff') format('woff'),
        url('../fonts/YandexSans/YandexSansText-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'YandexSansText';
    src: url('../fonts/YandexSans/YandexSansText-Medium.ttf');
    src: local('YandexSansText Medium'), local('YandexSansText-Medium'),
        url('../fonts/YandexSans/YandexSansText-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/YandexSans/YandexSansText-Medium.woff2') format('woff2'),
        url('../fonts/YandexSans/YandexSansText-Medium.woff') format('woff'),
        url('../fonts/YandexSans/YandexSansText-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/* -------------------------------------------- */

*, *:before, *:after {
    font-family: 'Commissioner', sans-serif;
}

[class^="icon-"]::before, [class*=" icon-"]::before,
[class^="icon-"]::after, [class*=" icon-"]::after {
    font-family: 'icomoon' !important;
}

html, body {
    position: relative;
    height: auto;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    line-height: 1.57;
    color: #000;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
}

@page {
    size: auto;
    margin-left: 0;
    margin-right: 0;
}

@media print {
    html, body {
        min-height: auto;
    }
}

.fancybox-container {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-family: 'Commissioner', sans-serif;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.content_wrapper {
    min-width: 320px;
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
}

.content_wrapper._narrow {
    max-width: 840px;
}

@media (max-width: 480px) {
    .content_wrapper {
        padding: 0 20px;
    }
}

/* -------------------------------------------- */

#js_is_mobile_layout {
    display: none;
}

@media (max-width: 1000px) {
    #js_is_mobile_layout {
        display: block;
    }
}

/* -------------------------------------------- */

a,
.inline_link {
    text-decoration: none;
    cursor: pointer;
    color: #c61d23;
    border-bottom: 1px solid #c61d23;
}

a:hover,
.inline_link:hover {
    border-bottom-color: transparent;
}

.inline_link._small {
    font-size: 12px;
    line-height: 1.36;
}

.inline_link._dark {
    color: #000;
    border-bottom-color: rgba(0, 0, 0, 0.3);
}

.inline_link._light {
    color: #a9a9a9;
    border-bottom-color: rgba(0, 0, 0, 0.3);
}

.inline_link._bold {
    font-weight: 500;
}

.inline_link._dotted {
    border-bottom-style: dotted;
}

.inline_link:hover {
    border-bottom-color: transparent;
}

.custom_link {
    text-decoration: none;
    border: none;
}

.custom_link._inherit {
    color: inherit;
}

/* -------------------------------------------- */

.nowrap {
    white-space: nowrap;
}

.ruble {
    font-weight: normal;
}

.nostyle {
    color: inherit;
    text-decoration: none;
    border-color: transparent;
}

/* -------------------------------------------- */

h1, .h1 {
    margin: 24px 0 14px 0;
    font-size: 24px;
    line-height: 1.33;
}

h2, .h2 {
    margin: 24px 0 14px 0;
    font-size: 20px;
    line-height: 1.35;
}

h3, .h3 {
    margin: 24px 0 14px 0;
    font-size: 18px;
    line-height: 1.33;
}

h4, .h4 {
    margin: 24px 0 14px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57;
}

h1:first-child, .h1:first-child,
h2:first-child, .h2:first-child,
h3:first-child, .h3:first-child,
h4:first-child, .h4:first-child {
    margin-top: 0;
}

h1:last-child, .h1:last-child,
h2:last-child, .h2:last-child,
h3:last-child, .h3:last-child,
h4:last-child, .h4:last-child {
    margin-bottom: 0;
}

.strong {
    font-weight: 500;
    color: #000;
}

/* -------------------------------------------- */

.static_text {
    color: #5e5e5e;
}

.static_text._light {
    font-size: 12px;
    line-height: 1.4;
    color: #a9a9a9;
}
.static_text._dark {
    font-size: 12px;
    line-height: 1.4;
    color: #4a4a4a;
}

.static_text._light h2,
.static_text._light h3 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}

.static_text._light a {
    color: #a9a9a9;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.static_text._light a:hover {
    border-bottom-color: transparent;
}

.static_text p {
    margin: 20px 0;
}

.static_text._light p {
    margin: 10px 0;
}

.static_text._compact p {
    margin: 5px 0;
}

.static_text ol,
.static_text ul {
    margin: 10px 0;
}

.static_text p:first-child,
.static_text > ol:first-child,
.static_text > ul:first-child { margin-top: 0; }

.static_text p:last-child,
.static_text > ol:last-child,
.static_text > ul:last-child { margin-bottom: 0; }

.static_text strong {
    font-weight: 500;
    color: #000;
}

.static_text ol {
    padding-left: 0;
    counter-reset: ol_counter;
}

.static_text ol > li {
    margin-bottom: 5px;
    padding-left: 20px;
    list-style-type: none;
}

.static_text ol > li:before {
    content: counter(ol_counter) '. ';
    counter-increment: ol_counter;
    float: left;
    margin: 0 0 0 -20px;
}

.static_text ul > li {
    margin-bottom: 5px;
    padding-left: 30px;
}

.static_text ul > li:before {
    content: '';
    display: block;
    float: left;
    width: 5px;
    height: 5px;
    margin: 1.1ex 0 0 -18px;
    background: #c61d23;
    border-radius: 100%;
}

.static_text._light ul > li:before {
    background: #a9a9a9;
}

.static_text ul ul li {
    padding-left: 20px;
}

.static_text ul ul li:before {
    width: 12px;
    height: 1px;
    margin: 1.4ex 0 0 -18px;
    background: #5e5e5e;
    border: none;
    border-radius: 0;
}

.static_text img {
    max-width: 100%;
    height: auto;
}

.static_text._seo p {
    margin: 10px 0; 
}
.static_text._seo h1,
.static_text._seo h2,
.static_text._seo h3,
.static_text._seo h4,
.static_text._seo h5,
.static_text._seo h6 {
    margin: 10px 0; 
}

.static_text._contacts a {
    border: 0px;
}
.static_text._contacts strong > .b {
    color: #c61d23;
}
.static_text._contacts h1 + p,
.static_text._contacts h2 + p,
.static_text._contacts h3 + p,
.static_text._contacts h4 + p,
.static_text._contacts h5 + p,
.static_text._contacts h6 + p {
    margin-top: 10px;
}
.static_text._contacts h1,
.static_text._contacts h2,
.static_text._contacts h3,
.static_text._contacts h4,
.static_text._contacts h5,
.static_text._contacts h6 {
    margin-bottom: 10px;
}

@media screen and (max-width: 760px) {
    .static_text img {
        max-width: inherit;
    }
}

/* -------------------------------------------- */

.text_note {
    font-size: 13px;
    line-height: 1.38;
    color: #898989;
}

.text_color {
    color: #c61d23;
}

/* -------------------------------------------- */

.empty_message {
    display: block;
    max-width: 640px;
    margin: 80px auto;
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
    color: #898989;
}

@media (max-width: 640px) {
    .empty_message {
        margin: 50px auto;
        font-size: 16px;
    }
}

/* -------------------------------------------- */

.custom_button {
    display: inline-block;
    height: 40px;
    line-height: 37px;
    padding: 0 28px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    color: #fff;
    background: #c61d23;
    border: 1px solid transparent;
    border-radius: 3px;
    transition: color 90ms ease-out, background-color 90ms ease-out, border-color 90ms ease-out;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom_button:hover {
    background: #b21a1f;
}

.custom_button:active {
    background: #b21a1f;
}

.custom_button._disabled {
    background: #a9a9a9;
}

/* ------------------------- */

.custom_button._small {
    height: 28px;
    line-height: 28px;
    padding: 0 20px;
    font-size: 12px;
    font-weight: normal;
}

.custom_button._medium {
    height: 34px;
    line-height: 32px;
    padding: 0 20px;
    font-size: 12px;
    font-weight: normal;
}

.custom_button._big {
    height: 50px;
    line-height: 47px;
    font-size: 16px;
    font-weight: 500;
}

/* ------------------------- */

.custom_button._light {
    color: #333;
    background: #f2f2f2;
}

.custom_button._light:hover {
    background: #dcdcdc;
}

.custom_button._light:active {
    color: #333;
    background: #f2f2f2;
}

/* ------------------------- */

.custom_button._dark {
    color: #fff;
    background: #a9a9a9;
}

.custom_button._dark:hover {
    background: #7c7c7c;
}

.custom_button._dark:active {
    color: #fff;
    background: #a9a9a9;
}

/* ------------------------- */

.custom_button._outline {
    color: #a9a9a9;
    background: none;
    border-color: #cdcdcd;
}

.custom_button._outline:hover {
    color: #000;
    background: none;
    border-color: #000;
}

.custom_button._outline:active {
    color: #a9a9a9;
    background: none;
    border-color: #cdcdcd;
}

/* ------------------------- */

.custom_button._no_padding {
    padding: 0;
}

/* -------------------------------------------- */

.custom_input,
.custom_textarea {
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    outline: none;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color 60ms ease-out;
}

.custom_input {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}

.custom_textarea {
    padding: 10px 15px;
    line-height: 1.6;
}

.custom_input._big {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
}

.custom_input.f-incorrect,
.custom_textarea.f-incorrect {
    border-color: #c61d23;
}

/* -------------------------------------------- */

.custom_select {
    width: 100%;
    max-width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 15px;
    font-weight: normal;
    outline: none;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    box-shadow: none;
}
.custom_select.f-incorrect {
    border-color: #c61d23;
}
.custom_select._small {
    width: 65%;
}
.custom_select._big {
    width: 80%;
}
.custom_select._custom_arrow {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../img/select_arrow_light.svg);
    background-position: 97% 50%;
    background-size: 14px;
    background-repeat: no-repeat;
    padding-right: 28px;
  }

/* -------------------------------------------- */

.compact_select {
    display: inline-block;
    position: relative;
    text-align: left;
}

.compact_select_current {
    display: block;
    position: relative;
    padding: 0 16px 0 0;
    cursor: pointer;
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
    color: #5e5e5e;
}

.compact_select_current:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 10px;
    margin: -5px 0 0 0;
    background: url('../img/sort.svg') no-repeat 0 0;
    background-size: contain;
}

.compact_select_current:hover {
    color: #000;
}

.compact_select_current:hover:after {
    filter: brightness(0.3);
}

.compact_select_list {
    display: none;
    z-index: 990;
    position: absolute;
    top: 100%;
    right: 0;
    margin: 5px 0 0 0;
    background: #fff;
    box-shadow: 0 5px 30px rgba(115, 111, 111, 0.43);
}

.compact_select._open .compact_select_list {
    display: block;
}

.compact_select_option {
    display: block;
    padding: 5px 15px;
    cursor: pointer;
    font-size: 12px;
    line-height: 1.33;
    white-space: nowrap;
    color: #000;
    background: #fff;
}

.compact_select_option:nth-child(even) {
    background: #fafafa;
}

.compact_select_option:hover {
    color: #fff;
    background: #b21a1f;
}

/* -------------------------------------------- */

.custom_radio_input {
    position: absolute;
    opacity: 0;
}

.custom_radio_box {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 6px -1px 0;
    background: #eee9e9;
    border: 1px solid transparent;
    border-radius: 100%;
    transition: background-color 90ms ease-out, border-color 90ms ease-out;
}

.custom_radio_input:checked + .custom_radio_box {
    background: #c61d23;
}

.custom_radio_box:hover,
label:hover .custom_radio_box {
    border-color: #b21a1f;
}

/* -------------------------------------------- */

.custom_checkbox_input {
    position: absolute;
    opacity: 0;
}

.custom_checkbox_box {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 6px -1px 0;
    background: #eee9e9;
    border: 1px solid transparent;
    transition: background-color 90ms ease-out, border-color 90ms ease-out;
}

.custom_checkbox_input:checked + .custom_checkbox_box {
    background: #c61d23;
}

.custom_checkbox_box:hover,
label:hover .custom_checkbox_box {
    border-color: #b21a1f;
}

/* -------------------------------------------- */

.custom_form_group {
    margin: 25px 0;
}

.custom_form_group:first-child {
    margin-top: 0;
}

.custom_form_group:last-child {
    margin-bottom: 0;
}

.custom_form_group_title {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.38;
    color: #333;
}

.custom_form_group_subtitle {
    font-size: 13px;
    line-height: 1.38;
    color: #898989;
}

.custom_form_row {
    margin: 15px 0;
}

.custom_form_row._flex {
    display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
}

.custom_form_row.sms_block {
    display: none;
}

.custom_form_group_subtitle + .custom_form_row {
    margin-top: 10px;
}

.custom_form_grid {
    margin: 0 0 0 -5px;
    font-size: 0;
}

.custom_form_grid_cell {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 0 0 5px;
}

.custom_form_grid_cell._1_6 {
    width: 16.66%;
}

.custom_form_grid_cell._2_6 {
    width: 33.33%;
}

.custom_form_grid_cell._3_6 {
    width: 50%;
}

.custom_form_grid_cell._4_6 {
    width: 66.66%;
}

.custom_form_grid_cell._5_6 {
    width: 83.33%;
}

.custom_form_grid_cell._6_6 {
    width: 100%;
}

@media (max-width: 550px) {
    .custom_form_grid_cell._1_6,
    .custom_form_grid_cell._2_6,
    .custom_form_grid_cell._3_6,
    .custom_form_grid_cell._4_6,
    .custom_form_grid_cell._5_6,
    .custom_form_grid_cell._6_6 {
        width: 100%;
        margin: 0 0 15px 0;
        padding: 0 0 0 5px;
    }

    .custom_form_grid_cell:last-child {
        margin-bottom: 0;
    }
}

.custom_form_result {
    margin: 15px 0;
    font-size: 14px;
    line-height: 1.58;
}

.custom_form_result._success {
    color: #383;
}

.custom_form_result._error {
    color: #c61d23;
}

.custom_form_subtle {
    font-size: 12px;
    line-height: 1.6;
    color: #898989;
    position: absolute;
    bottom: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    max-width: 350px;
}

.custom_form_subtle._grace_period {
    font-size: 15px;
}

.custom_form_subtle a {
    color: #898989;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.custom_form_subtle a:hover {
    border-bottom-color: transparent;
}

/* -------------------------------------------- */

#js_review_popup.feedback_form_popup {
    padding: 23px 33px 32px 50px;
}

#js_review_form .feedback_form_wrapper {
    position: relative;
}

#js_review_form .feedback_form_wrapper div h3.form_popup_title {
    margin: 16px 0 0 0;
}

#js_review_form .feedback_form_wrapper div h3.form_popup_title {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
}

#js_review_form div.feedback_form_wrapper div div.custom_form_row .custom_input {
    margin: 0 12px 12px 0;
}

#js_review_form div.feedback_form_wrapper div div.custom_form_row {
    margin: 0;
}
#js_review_form div.feedback_form_wrapper div div.custom_form_wrapper {
    margin-top: 14px;
}

#js_review_form div.feedback_form_wrapper div div.custom_form_row button{
    height: 40px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    flex: 2 1 auto;
    margin-right: 10px;
}

#js_review_form div.feedback_form_wrapper div div.custom_form_row button.custom_button:last-child {
    flex: 1 1 auto;
    margin-right: 0;
}

#js_review_form div.feedback_form_wrapper div div.custom_form_row:last-child{
    margin: 34px 0 0 0;
    display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
}

#js_review_form div.feedback_form_wrapper div div.custom_form_wrapper textarea {
    border: 1px solid #CDCDCD;
    box-sizing: border-box;
    border-radius: 4px;
    resize: none;
    height: 126px;
}

#js_review_form div.feedback_form_wrapper div div.custom_form_wrapper textarea.f-incorrect {
    border-color: #c61d23;
}

#js_review_form div.feedback_form_wrapper div div.custom_form_row .custom_input:nth-child(2) {
    margin: 0 0 12px 0;
    width: 150px;
}

#js_review_form div.feedback_form_wrapper .description {
    margin: 16px 0 27px 0;
}
.stars {
    display: flex;
    direction: rtl;
    justify-content: space-between;
    overflow: hidden;
    width: 200px;
    margin: 0;
    padding: 10px 0 16px 0;
  }
  .stars_label {
    position: relative;
    width: 35px;
    height: 35px;
    transition: .15s;
    overflow: hidden;
    background: url('../img/empty_star.svg') no-repeat;
    margin-left: 4px;
  }

  .stars_label:last-child{
    margin-left: 0;
}
  .stars_label:hover,
  .stars_label:hover ~ .stars_label,
  .stars_label.checked,
  .stars_label.checked ~ .stars_label {
    background: url('../img/red_star.svg') no-repeat;
  }

  .stars_input {
    position: absolute;
    left: -5px;
    top: -5px;
    width: 35px;
    height: 35px;
    margin: 0;
    border-radius: 0;
    opacity: 0;
    cursor: pointer;
  }

.box_dragndrop,
.box_uploading,
.box_success,
.box_error {
    display: none;
    }

[class^='box_error'] {
    color: #c61d23;
}

#js_review_form.has-advanced-upload .feedback_form_wrapper .box_input .box_dragndrop {
    display: none;
    background-color: white;
    outline: 2px dashed #c61d23;
    padding: 85px;
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#js_review_form.has-advanced-upload .feedback_form_wrapper .box_input .preview_box {
    margin: 0 12px 12px 0;
}

#js_review_form.has-advanced-upload .feedback_form_wrapper .box_input .button_file_upload {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 28px;

    width: 68px;
    height: 68px;

    background: #F7EBEA;
    border: 1px solid #c61d23;
    box-sizing: border-box;
    border-radius: 4px;

    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;

    color: #c61d23;
}

/* -------------------------------------------- */

.print_button {
    display: inline-block;
    position: relative;
    padding: 0 0 0 28px;
    font-size: 12px;
    line-height: 1.33;
    color: #898989;
    border: none;
}

.print_button:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 20px;
    background: url('../img/print.svg') no-repeat 0 0;
    background-size: contain;
}

.print_button_text {
    display: inline;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.print_button:hover .print_button_text {
    border-bottom-color: transparent;
}

@media print {
    .print_button {
        display: none;
    }
}

/* -------------------------------------------- */

.site_warning {
    display: block;
    padding: 15px;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    background: #c61d23;
}
.site_warning a { color: #fff; border-bottom-color: #fff; }
.site_warning a:hover { border-bottom-color: transparent; }

/* -------------------------------------------- */

.content_overlay {
    z-index: 998;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background: #000;
    transition: opacity 120ms ease-out, visibility 120ms;
}

.content_overlay._visible {
    opacity: 0.4;
    visibility: visible;
}

/* ------------------------- */

.ordercheck_popup {
    z-index: 1000;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 280px;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0 5px 30px rgba(115, 111, 111, 0.43);
    transform: skew(-5deg) translate(10px, -10px) scale(0.6);
    transform-origin: 100% 0%;
    transition: opacity 180ms ease-out, visibility 180ms, transform 150ms ease-out;
}

.ordercheck_popup._display {
    display: block;
}

.ordercheck_popup._visible {
    opacity: 1;
    visibility: visible;
    transform: none;
}

/* ----------------------- */

.ordercheck_popup_close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    opacity: 0.35;
    transition: opacity 120ms ease-out;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
.ordercheck_popup_close:before,
.ordercheck_popup_close:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    margin: -1px 0 0 -6px;
    background: #000;
}
.ordercheck_popup_close:before { transform: rotate(-135deg); }
.ordercheck_popup_close:after { transform: rotate(135deg); }

.ordercheck_popup_close:hover {
    opacity: 0.7;
}

/* ----------------------- */

.ordercheck_popup_content {
    display: block;
    padding: 30px 20px 20px 20px;
}

/* ----------------------- */

.ordercheck_title {
    margin: 0 0 16px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
}

.ordercheck_row {
    margin: 9px 0;
}

.ordercheck_wrap_button {
    margin: 12px 0;
}

.ordercheck_wrap_result {
    margin: 9px 0 0 0;
}

.ordercheck_result {
    display: none;
    font-size: 12px;
    line-height: 1.33;
    text-align: center;
}

.ordercheck_result._error {
    color: #c61d23;
}

/* -------------------------------------------- */

.basket_popup {
    z-index: 1000;
    display: none;
    position: absolute;
    top: 35px;
    right: 0;
    width: 420px;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0 5px 30px rgba(115, 111, 111, 0.43);
    transform: skew(-5deg) translate(10px, -10px) scale(0.6);
    transform-origin: 100% 0%;
    transition: opacity 180ms ease-out, visibility 180ms, transform 150ms ease-out;
}

.basket_popup._display {
    display: block;
}

.basket_popup._visible {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.basket_popup_content {
    padding: 10px 20px;
}

/* -------------------------------------------- */

.basket_preview {
    display: block;
}

.basket_preview_list {
    display: block;
}

/* ----------------------- */

.basket_preview_item {
    position: relative;
    padding: 6px 0 6px 26px;
    font-size: 0;
    transition: opacity 90ms ease-out;
}

.basket_preview_item._deleted {
    opacity: 0.15;
}

.basket_preview_item_col {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.basket_preview_item_col._img {
    width: 50px;
    margin: 0 -50px 0 0;
}

.mobmenu .basket_preview_item_col._img {
    width: 40px;
    margin: 0 -40px 0 0;
}

.basket_preview_item_col._title {
    width: 55%;
    padding: 0 10px 0 60px;
}

.mobmenu .basket_preview_item_col._title {
    width: 60%;
    padding: 0 10px 0 50px;
}

.basket_preview_item_col._price {
    width: 45%;
    text-align: right;
}

.mobmenu .basket_preview_item_col._price {
    width: 40%;
}

.basket_preview_item_img {
    display: block;
    position: relative;
    width: auto;
    padding: 100% 0 0 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    border: none;
}

.basket_preview_item_img:not([style*="background-image"]) {
    background-image: url('../img/no_image.jpg');
    background-size: 75%;
}

.basket_preview_item_title {
    display: inline;
    font-size: 13px;
    line-height: 1.38;
    text-decoration: none;
    word-wrap: normal;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    color: #5e5e5e;
    border: none;
}

.basket_preview_item_title:hover {
    color: #000;
}

.basket_preview_item_price_current {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    white-space: nowrap;
}

.basket_preview_item_price_old {
    display: inline-block;
    margin: 0 3px 0 0;
    font-size: 13px;
    line-height: 1.38;
    text-decoration: line-through;
    white-space: nowrap;
    color: #a9a9a9;
}

.basket_preview_item_delete {
    display: block;
    position: absolute;
    top: 50%;
    left: -8px;
    width: 28px;
    height: 28px;
    margin: -14px 0 0 0;
    cursor: pointer;
    opacity: 0.35;
    transition:  opacity 60ms ease-out, transform 60ms ease-out;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.basket_preview_item_delete:hover {
    opacity: 0.5;
}

.basket_preview_item_delete:active {
    transform: scale(0.8);
}

.basket_preview_item_delete:before,
.basket_preview_item_delete:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    margin: -1px 0 0 -6px;
    background: #000;

}
.basket_preview_item_delete:before { transform: rotate(-45deg); }
.basket_preview_item_delete:after { transform: rotate(45deg); }

/* ----------------------- */

.basket_preview_footer {
    padding: 10px 0 0 0;
    border-top: 1px solid #efefef;
}

.basket_preview_go {
    float: right;
}

.basket_preview_empty {
    display: block;
    margin: 40px auto;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
    color: #898989;
}

@media (max-width: 1000px) {
    .basket_preview_footer {
        padding: 20px 0 0 0;
    }

    .basket_preview_go {
        float: none;
        width: 100%;
    }
}

/* -------------------------------------------- */

.search_form {
    position: relative;
}

.search_form_input {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 30px;
    padding: 0 40px 0 16px;
    font-size: 12px;
    font-weight: normal;
    outline: none;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
}

.search_form_input._big {
    height: 40px;
}

.search_form_input:focus {
    border-color: #898989;
}

.autocomplete_popup {
    border-color: #333333;
    width: 280px;
    height: auto;
    background: #ffffff;
    box-shadow: 0px 5px 15px rgb(115 111 111/43%);
    position: absolute;
    transform-origin: 100% 0%;
    transition: opacity 180ms ease-out, visibility 180ms, transform 150ms ease-out;
    left: 0px;
    top: 30px;
    z-index: 1000;
    padding: 13px 17px;
    display: none;
}
.autocomplete_popup li{
    text-decoration: none;
    list-style-type: none;
    text-align: left;
    cursor: pointer;
    z-index: 1000;
    white-space: normal;
    word-break: break-all;
    margin-bottom: 3px;
}
.autocomplete_popup li:last-child{
    margin-bottom: 0;
}
.autocomplete_popup li:hover{
    cursor: pointer;
    color: #b21a1f;
}

.search_form_submit {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    cursor: pointer;
    transition: filter 120ms ease-out;
}

.search_form_submit:hover {
    filter: brightness(0);
}

.search_form_submit:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    margin: -7px 0 0 -7px;
    background: url('../img/search.svg') no-repeat 50% 50%;
    background-size: contain;
}

.terminal_rewind {
    z-index: 1111;
    display: block;
    position: absolute;
    top: 0;
    right: 50%;
    width: 50%;
    height: 100%;
    margin-right: 665px;
    background: none;
    border: none;
}

/* -------------------------------------------- */

.city_select {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 320px;
    padding: 15px 0 0 0;
}

.mobmenu .city_select {
    height: calc(100vh - 42px);
}

.city_select_current {
    display: block;
    width: 100%;
    padding: 0 20px;
}

.city_select_current_title {
    display: block;
    float: left;
    width: 60%;
    padding: 0 20px 0 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.city_select_not_found {
    display: block;
    float: left;
    width: 90%;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}
.city_select_current_shop {
    display: block;
    float: right;
    width: 25%;
    line-height: 1;
    text-align: right;
}
.mobmenu_block .city_select_current_shop {
    width: 40%;
}

.city_select_search {
    display: block;
    width: 100%;
    padding: 0 20px;
    margin: 10px 0;
}

.city_select_list {
    display: block;
    width: 100%;
    height: calc(100% - 66px);
    overflow-y: auto;
}

.city_select_list._loading {
    background: url('../img/ajax_loader.svg') no-repeat 50% 50%;
    background-size: auto 20px;
}

/* ------------------------ */

.city_option {
    display: block;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 0;
    white-space: nowrap;
}
.city_option._with_region {
    height: auto;
    min-height: 40px;
    line-height: 30px;
}

.city_option_title {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    width: 70%;
    padding: 0 20px 0 0;
    font-size: 14px;
    text-overflow: ellipsis;
}

.city_option_region {
    line-height: 1;
    display: block;
    overflow: hidden;
    width: 70%;
    padding: 0px 0px 10px;
    font-size: 12px;
    text-overflow: ellipsis;
    color: #a9a9a9;
}

.city_option_shop {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    font-size: 12px;
    text-align: right;
    color: #a9a9a9;
}

.city_option:hover {
    color: #fff;
    background: #b21a1f;
}
.city_option:hover .city_option_region{
    color: #fff;
}
.city_option:hover .city_option_shop {
    color: #fff;
}

/* -------------------------------------------- */

.city_not_found_warning {
    display: none;
    position: absolute;
    z-index: 13;
    top: 85px;
    padding: 0 20px;
    height: 235px;
}

.city_not_found_text {
    font-weight: bold;
    text-align: center;
    padding-top: 60px;
}

/* -------------------------------------------- */

.city_popup {
    overflow-y: auto;
    width: 390px;
    max-width: 100%;
    padding: 0;
}

.city_popup .custom_popup_close {
    display: none;
    top: 2px;
}
.city_popup.show_close .custom_popup_close {
    display: block;
}

/* -------------------------------------------- */

.city_confirm {
    width: 400px;
    max-width: 100%;
    padding: 0 0 10px 0;
}

.city_confirm_pretitle {
    font-size: 12px;
    line-height: 1.33;
    color: #5e5e5e;
}

.city_confirm_title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.33;
}

.city_confirm_control {
    margin: 10px 0 -10px -10px;
    font-size: 0;
}

.city_confirm_control_cell {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 0 10px 10px;
    font-size: 14px;
}

.city_confirm_control_button {
    width: 100%;
    max-width: 250px;
}

@media (max-width: 420px) {
    .city_confirm {
        text-align: center;
    }

    .city_confirm_control_cell {
        display: block;
        width: auto;
    }
}

/* --------------------- */

.city_confirm_close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    opacity: 0.35;
    transition: opacity 120ms ease-out;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
.city_confirm_close:before,
.city_confirm_close:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    margin: -1px 0 0 -9px;
    background: #000;
}
.city_confirm_close:before { transform: rotate(-135deg); }
.city_confirm_close:after { transform: rotate(135deg); }

.city_confirm_close:hover {
    opacity: 0.7;
}

/* -------------------------------------------- */

.mobmenu {
    z-index: 999;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 120ms ease-out, visibility 120ms;
}

.mobmenu._display {
    display: block;
}

.mobmenu._open {
    opacity: 1;
    visibility: visible;
}

.mobmenu_overlay {
    z-index: 1;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    background: #000;
    transition: opacity 150ms ease-out;
}

.mobmenu._open .mobmenu_overlay {
    opacity: 0.4;
}

.mobmenu_panel {
    z-index: 2;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 290px;
    height: 100%;
    padding: 42px 0 0 0;
    background: #fff;
    transform: translateX(-100%);
    transition: transform 210ms ease-out;
}

.mobmenu._open .mobmenu_panel {
    transform: none;
}

/* --------------------- */

.mobmenu_head {
    z-index: 2;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 42px;
    border-bottom: 1px solid #efefef;
}

.mobmenu_content {
    z-index: 1;
    display: block;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

/* --------------------- */

.mobmenu_back {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 42px;
    line-height: 42px;
    padding: 0 12px 0 32px;
    cursor: pointer;
    transition: opacity 90ms ease-out, visibility 90ms;
}

.mobmenu_back:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    width: 6px;
    height: 6px;
    margin: -2px 0 0 0;
    border-style: solid;
    border-color: #898989;
    border-width: 1px 1px 0 0;
    transform: rotate(-135deg);
}

.mobmenu_back._hidden {
    opacity: 0;
    visibility: hidden;
}

/* --------------------- */

.mobmenu_close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    cursor: pointer;
    transition: transform 60ms ease-out;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.mobmenu_close:active {
    transform: scale(0.8);
}

.mobmenu_close:before,
.mobmenu_close:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    margin: -1px 0 0 -9px;
    background: #898989;
    transition: opacity 60ms ease-out;
}
.mobmenu_close:before { transform: rotate(-45deg); }
.mobmenu_close:after { transform: rotate(45deg); }

.mobmenu_close:hover:before,
.mobmenu_close:hover:after {
    opacity: 0.75;
}

/* --------------------- */

.mobmenu_slider {
    font-size: 0;
    white-space: nowrap;
}

.mobmenu_slider._next {
    transform: translateX(-100%);
    transition: transform 300ms ease-out;
}

/*.mobmenu_slider._prev {
    transform: translateX(100%);
    transition: transform 300ms ease-out;
}*/

.mobmenu_block {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
    padding: 20px;
    font-size: 14px;
    white-space: normal;
}

.mobmenu_block._no_padding {
    padding: 0;
}

.mobmenu_block_title {
    margin: 0 0 15px 0;
    font-size: 14px;
    color: #898989;
}

/* -------------------------------------------- */

.mobmenu_root_contacts a {
    text-decoration: none;
    color: #898989;
    border: none;
}

.mobmenu_root_contacts_phone {
    font-size: 18px;
    line-height: 1.38;
}

.mobmenu_root_contacts_email {
    margin: 2px 0 0 0;
    font-size: 12px;
    line-height: 1.36;
}

/* -------------------------------------------- */

.mobmenu_root_personal {
    margin: 20px 0;
}

/* -------------------------------------------- */

.mobmenu_root_ordercheck {
    margin: 20px 0;
}

/* -------------------------------------------- */

.mobmenu_root_city {
    margin: 20px 0;
}

.mobmenu_root_city_title {
    display: block;
    float: left;
    width: 70%;
    padding: 0 20px 0 0;
    font-size: 14px;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobmenu_root_city_shop {
    display: block;
    float: right;
    width: 30%;
    margin: 3px 0 0 0;
    font-size: 12px;
    line-height: 1.36;
    white-space: nowrap;
    text-align: right;
}

.mobmenu_root_city_open {
    display: inline;
    cursor: pointer;
}

.mobmenu_root_city_open:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    margin: 0 0 0 10px;
    border-style: solid;
    border-color: #898989;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
}

/* -------------------------------------------- */

.mobmenu_root_search {
    margin: 20px 0;
    display: flex;
    align-items: center;
}

/* -------------------------------------------- */

.mobmenu_item {
    font-size: 14px;
    line-height: 1.57;
}

.mobmenu_item_link {
    display: block;
    padding: 9px 0;
    color: #000;
    border: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.mobmenu_item_link[data-submenu]:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    margin: 0 0 0 10px;
    border-style: solid;
    border-color: #898989;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
}

/* -------------------------------------------- */

.breadcrumbs_container {
    margin: 14px 0 9px 0;
    font-size: 0;
}

.breadcrumbs_item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 10px 5px 0;
    padding: 0 10px 0 0;
    font-size: 12px;
    line-height: 1.36;
}

.breadcrumbs_item:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: -1px;
    width: 5px;
    height: 5px;
    border-style: solid;
    border-color: #cdcdcd;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
}

.breadcrumbs_item:last-child {
    margin-right: 0;
    padding-right: 0;
}

.breadcrumbs_item:last-child:after {
    display: none;
}

.breadcrumbs_item_link {
    text-decoration: none;
    color: #a9a9a9;
    border: none;
    transition: color 90ms ease-out;
}

.breadcrumbs_item_link:hover {
    color: #000;
}

.breadcrumbs_item_link._unactive:hover {
    color: #a9a9a9;
}

/* -------------------------------------------- */

.content_container {
    margin: 30px 0 60px 0;
}

@media (max-width: 480px) {
    .content_container {
        margin: 20px 0 40px 0;
    }
}

/* -------------------------------------------- */

.content_header {
    margin: 0 0 20px 0;
}

.content_header_main {
    float: left;
    width: 70%;
}

.content_header_side {
    float: right;
    width: 25%;
    margin: 9px 0 0 0;
    text-align: right;
}

@media (max-width: 768px) {
    .content_header {
        margin: 0 0 10px 0;
    }

    .content_header_main {
        float: none;
        width: auto;
    }

    .content_header_side {
        float: none;
        width: auto;
        margin: 5px 0 0 0;
        text-align: left;
    }
}

/* -------------------------------------------- */

.side_menu_layout {
    font-size: 0;
    z-index: 998;
    position: relative;
}

.side_menu_layout_side {
    z-index: 2;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 220px;
    margin: 0 -220px 0 0;
    padding: 0 25px 0 0;
    font-size: 14px;
}

.side_menu_layout_main {
    z-index: 1;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
    max-width: 1060px;
    padding: 0 0 0 220px;
    font-size: 14px;
}

.side_city_current {
    color: #c61d23;
    border-bottom: 1px dotted #c61d23;
    cursor: pointer;
}

@media (max-width: 1000px) {
    .side_menu_layout_side {
        display: block;
        width: auto;
        margin: 0 0 20px 0;
        padding: 0;
    }

    .side_menu_layout_main {
        display: block;
        width: auto;
        margin: 0;
        padding: 0;
    }

    .side_menu_layout .side_menu_layout_h1 {
        display: none;
    }
}

/* -------------------------------------------- */

.side_menu {
    display: block;
    position: relative;
}

.side_menu_current {
    display: none;
}

.side_menu_list {
    display: block;
}

.side_menu_item {
    margin: 9px 0;
    font-size: 12px;
    line-height: 1.33;
}

.side_menu_item_link {
    display: inline-block;
    padding: 4px 0;
    text-decoration: none;
    color: #898989;
    border: none;
}

.side_menu_item_link:hover,
.side_menu_item._selected .side_menu_item_link {
    color: #000;
}

@media (min-width: 1001px) {
    .side_menu_item_link._button {
        padding: 10px 18px;
        font-size: 12px;
        line-height: 1;
        border: 1px solid #cdcdcd;
        border-radius: 3px;
    }
}

@media (max-width: 1000px) {
    .side_menu_current {
        display: block;
        position: relative;
        height: 40px;
        line-height: 40px;
        padding: 0 48px 0 20px;
        font-size: 18px;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        cursor: pointer;
        border: 1px solid #cdcdcd;
        border-radius: 3px;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
    }

    .side_menu_current:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        width: 8px;
        height: 8px;
        margin: -4px 0 0 -4px;
        border-style: solid;
        border-color: #898989;
        border-width: 1px 1px 0 0;
        transform: rotate(135deg);
        transition: transform 90ms ease-out;
    }

    .side_menu_current:hover {
        color: #b21a1f;
    }

    .side_menu._open .side_menu_current:after {
        transform: translateY(4px) rotate(-45deg);
    }

    .side_menu_list {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 4px 0;
        background: #fff;
        box-shadow: 0 5px 30px rgba(115, 111, 111, 0.43);
    }

    .side_menu_item {
        margin: 0;
    }

    .side_menu_item_link {
        display: block;
        padding: 12px 20px;
    }

    .side_menu._open .side_menu_list {
        display: block;
    }
}

/* -------------------------------------------- */

.promo_grid {
    margin: 0 0 0 -10px;
    font-size: 0;
}

.promo_grid_cell {
    display: block;
    float: left;
    position: relative;
    padding: 21.875% 0 0 0;
    font-size: 14px;
}

.promo_grid_cell._career_promo .promo_block_wrap_text {
    left: 8%;
}
.promo_grid_cell._career_promo .promo_block_wrap_button {
    left: 8%;
}

.promo_grid_cell._1_4 {
    width: 25%;
}
.promo_grid_cell._1_5 {
    width: 20%;
}

.promo_grid_cell._2_4 {
    width: 50%;
}

.promo_grid_cell._3_4 {
    width: 75%;
}

.promo_grid_cell._big {
    padding: 43.725% 0 0 0;
}

.promo_grid_cell._short {
    padding: 18% 0 0 0;
}

.promo_grid_cell._right {
    float: right;
}

.promo_grid_cell._clear_left {
    clear: left;
}

.promo_grid_cell_inner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-color: transparent;
    border-width: 0 0 10px 10px;
}

@media (max-width: 860px) {
    .promo_grid {
        margin: 0 0 -5px -5px;
    }

    .promo_grid_cell {
        padding: 29.16% 0 0 0;
    }

    .promo_grid_cell._1_3 {
        width: 33.33%;
    }

    .promo_grid_cell._2_3 {
        width: 66.66%;
    }

    .promo_grid_cell._3_3 {
        width: 100%;
    }

    .promo_grid_cell._2_3._big {
        width: 66.66%;
        padding: 58.3275% 0 0 0;
    }

    .promo_grid_cell._1_3._big {
        width: 33.33%;
        padding: 58.3275% 0 0 0;
    }

    .promo_grid_cell._short {
        display: none;
    }

    .promo_grid_cell_inner {
        border-width: 0 0 5px 5px;
    }
}

@media (max-width: 600px) {
    .promo_grid_cell {
        padding: 43.75% 0 0 0;
    }

    .promo_grid_cell._1_2 {
        width: 50%;
    }

    .promo_grid_cell._2_2 {
        width: 100%;
    }

    .promo_grid_cell._2_2._big {
        width: 100%;
        padding: 87.5% 0 0 0;
    }

    .promo_grid_cell._1_2._big {
        width: 50%;
        padding: 87.5% 0 0 0;
    }

    .promo_grid_cell._short {
        width: 100%;
    }
}

/* -------------------------------------------- */

.cloud_tags {
    margin: 10px 0 20px;
}
.cloud_tags_wrap {
    text-align: center;
}
.tag_item {
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
    margin: 0 10px 10px 0;
    padding: 0 10px;
    font-size: 12px;
    text-decoration: none;
    white-space: nowrap;
    color: #898989;
    border: 1px solid #cdcdcd;
}
.tag_item:hover {
    color: #000;
    border-color: #000;
}

.card_cloud_tags {
    z-index: 99;
    margin-top: 80px;
    position: relative;
}

.page_content_container .card_cloud_tags {
    z-index: 2;
}

@media screen and (max-width: 860px) {
    .cloud_tags { display: none; }
}

/* 
    Карточки категорий 
*/
.category_item {
    position: relative;
    text-decoration: none;
    color: #000;
    border: none;
    box-shadow: 0 0 6px #e9e3e3;
    transition: box-shadow 120ms ease-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
}
.category_item:hover {
    color: #b21a1f;
    border: none;
    box-shadow: 0 0 6px #b49393;
}

.promo_grid_cell._2_4 .category_item,
.promo_grid_cell._3_4 .category_item {
    flex-direction: row;
}
.promo_grid .category_item {
    width: 100%;
    height: 100%;
}

.category_item_img {
    display: block;
    height: 100%;
    width: 75%;
    background-repeat: no-repeat;
    background-position: 50% -85%;
    background-size: 115%;
    transition: opacity 600ms ease-out, visibility 600ms;
    visibility: visible;
    opacity: 1;
}
.category_item_img._hidden {
    opacity: 0;
    height: 0;
    width: 0;
    visibility: hidden;
}
.promo_grid_cell._2_4 .category_item_img._hidden,
.promo_grid_cell._3_4 .category_item_img._hidden {
    width: 0;
}
.category_item_img._cepi {
    background-position: 100% 105%;
    background-size: 130%;
}
.category_item_img._podveski {
    background-position: 50% 0%;
}
.category_item_img._galantereja {
    background-position: 50% 0%;
}
.category_item_img._brasleti_dekorativnye {
    background-size: contain;
    background-position: 50% 0%;
}
.category_item_img._kolje {
    background-position: 50% 0%;
    background-size: contain;
}
.category_item_img._predmety_dlja_servirovki_stola {
    background-position: 50% 0%;
    background-size: contain;
}
.category_item_img._aksessuary_dlja_chasov {
    background-position: 42% -50%;
    background-size: 101%;
}

.category_item_wrap_text {
    width: 100%;
    text-align: center;
    padding: 0 15px;
}
.category_item_title {
    display: block;
    font-size: 20px;
    line-height: 1.35;
}
.category_item_anot {
    display: none;
    max-width: 200px;
    margin: 18px 0 0 0;
    font-size: 14px;
    line-height: 1.35;
    color: #a9a9a9;
}

.category_item_promotion {
    background: #c61d23;
    position: absolute;
    right: 0;
    top: 6px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
    padding: 5px 14px;
    z-index: 3;
}

@media (max-width: 1100px) {
    .category_item_promotion {
        font-size: 16px;
        padding: 5px 10px;
    }
}

@media (max-width: 500px) {
    .category_item_promotion {
        font-size: 14px;
        padding: 3px 8px;
    }
}

@media (max-width: 400px) {
    .category_item_promotion {
        font-size: 12px;
        padding: 2px 8px;
    }
}

@media (min-width: 861px) {
    .promo_grid_cell._2_4 .category_item_img {
        width: 50%;
    }
    .promo_grid_cell._3_4 .category_item_img {
        width: 50%;
    }
    .promo_grid_cell._2_4 .category_item_wrap_text,
    .promo_grid_cell._3_4 .category_item_wrap_text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        top: 0;
        bottom: auto;
        right: auto;
        height: 100%;
        text-align: left;
    }
    .promo_grid_cell._2_4 .category_item_wrap_text {
        left: 50%;
        width: 50%;
    }
    .promo_grid_cell._3_4 .category_item_wrap_text {
        left: 48%;
        width: 50%;
    }
    .promo_grid_cell._2_4 .category_item_anot,
    .promo_grid_cell._3_4 .category_item_anot {
        display: block;
    }
}

@media (max-width: 1100px) {
    .category_item_title {
        font-size: 18px;
    }
}

@media (max-width: 1000px) {
    .category_item_title {
        font-size: 14px;
    }
}

@media (max-width: 860px) {
    .category_item_anot {
        max-height: 5.4em;
        margin: 10px 0 0 0;
    }

    .category_item_img._cepi {
        background-position: 50% 50%;
        background-size: 100%;
    }
    .category_item_img._podveski {
        background-position: 50% 0%;
    }
    .category_item_img._galantereja {
        background-position: 50% 0%;
    }
    .category_item_img._brasleti_dekorativnye {
        background-position: 50% 70%;
    }
    .promo_grid_cell._2_3 .category_item_img._brasleti_dekorativnye {
        width: 40%;
        height: 115%;
    }
    .category_item_img._kolje {
        background-position: 50% 0%;
    }
    .category_item_img._aksessuary_dlja_chasov {
        background-position: 50% -50%;
        background-size: 115%;
    }
    .promo_grid_cell._1_3 .category_item {
        flex-direction: column;
    }
}

@media (max-width: 700px) {
    .category_item_img {
        background-size: 110%;
    }
}

@media (min-width: 601px) and (max-width: 860px) {
    .promo_grid_cell._2_3 .category_item_img {
        width: 50%;
    }
    .promo_grid_cell._2_3 .category_item_wrap_text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        top: 0;
        bottom: auto;
        right: auto;
        height: 100%;
        text-align: left;
    }
    .promo_grid_cell._2_3 .category_item_wrap_text {
        left: 50%;
        width: 50%;
    }
    .promo_grid_cell._2_3 .category_item_anot {
        display: block;
    }
}

@media (max-width: 635px) {
    .category_item_img._galantereja {
        background-position: 50% 50%;
    }
    .category_item_img._soputstvuyushie_tovari {
        background-position: 50% 150%;
        background-size: 80%;
    }
}

@media (max-width: 600px) {
    .category_item_img._galantereja {
        background-position: 50% 0%;
    }
   .category_item_img._soputstvuyushie_tovari {
        background-position: 50% 50%;
        background-size: 100%;
    }
    .category_item_img {
        background-size: 115%;
        background-position: 50% 0%;
    }
    .category_item_img._predmety_dlja_servirovki_stola {
        background-size: 85%;
    }

    .promo_grid_cell._2_2 .category_item_img {
        width: 50%;
    }
    .promo_grid_cell._2_2 .category_item_wrap_text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        top: 0;
        bottom: auto;
        right: auto;
        height: 100%;
        text-align: left;
    }
    .promo_grid_cell._2_2 .category_item_wrap_text {
        left: 50%;
        width: 50%;
    }
    .promo_grid_cell._2_2 .category_item_anot {
        display: block;
    }

    .promo_grid_cell._2_2 .category_item_img._brasleti_dekorativnye {
        width: 40%;
    }
    .promo_grid_cell._1_2 .category_item {
        flex-direction: column;
    }
}

@media (max-width: 470px) {
    .category_item_img._soputstvuyushie_tovari {
        background-size: 100%;
    }
    .category_item_title {
        font-size: 12px;
        line-height: 1.15;
    }
    .promo_grid_cell._2_2 .category_item_anot {
        display: none;
    }
}

@media (max-width: 395px) {
    .category_item_img._soputstvuyushie_tovari {
        background-position: 50% 50%;
        background-size: 80%;
    }
    .category_item_img._aksessuary_dlja_chasov {
        background-size: 100%;
    }
    .category_item_img._galantereja {
        background-size: 105%;
    }
    .category_item_img._predmety_interjera {
        background-size: 105%;
    }
}

/* -------------------------------------------- */

.color_block {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-size: cover;
}

.color_block._transparent {
    background-image: url('../img/filter_transparent.png');
}

.color_block._multicolor {
    background-image: url('../img/filter_multicolor.png');
}

.color_block[style*="background-color: #ffffff"] {
    border: 1px solid #cdcdcd;
}
.color_block._white {
    border: 1px solid #EEE9E9;
}

/* -------------------------------------------- */

.title_sup {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 1.36;
    color: #898989;
}

/* -------------------------------------------- */

.filter_layout {
    font-size: 0;
}

.filter_layout_side {
    z-index: 4;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 230px;
    margin: 0 -230px 0 0;
    font-size: 14px;
}

.filter_layout_main {
    z-index: 3;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 0 0 255px;
    font-size: 14px;
}

.filter_list {
    display: block;
}

.mobmenu .filter_list {
    padding: 0 0 30px 0;
}

@media (min-height: 640px) {
    .mobmenu .filter_list {
        padding: 0 0 50px 0;
    }
}

@media (max-width: 1000px) {
    .filter_layout_side {
        display: none;
    }

    .filter_layout_main {
        display: block;
        width: auto;
        margin: 0;
        padding: 0;
    }
}

/* -------------------------------------------- */

.filter_title {
    margin: 0 0 10px 0;
}

.filter_title_text {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

/* ------------------------ */

.filter_control {
    margin: 10px 0 10px 0;
    padding: 12px 0 18px 0;
    border-style: solid;
    border-color: #efefef;
    border-width: 1px 0 1px 0;
}

.filter_control_reset {
    margin: 0 0 15px 0;
    font-size: 12px;
    line-height: 1.36;
}

.filter_control_reset_link {
    color: #333;
    border-bottom-color: rgba(0, 0, 0, 0.3);
}

/* ------------------------ */

.filter_selected {
    margin: 0 0 -7px -10px;
    font-size: 0;
    transition: opacity 150ms ease-out;
}

.filter_selected._disabled {
    opacity: 0.3;
}

.filter_selected_cell {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 7px 10px;
    font-size: 14px;
}

.filter_selected_item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 3px 21px 3px 10px;
    font-size: 12px;
    line-height: 1.33;
    cursor: pointer;
    color: #898989;
    border: 1px solid #cdcdcd;
    transition: opacity 150ms ease-out, transform 150ms ease-out;
}

.filter_selected_item._remove {
    opacity: 0;
    transform: scale(0.5);
}

.filter_selected_item:before,
.filter_selected_item:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 6px;
    width: 9px;
    height: 1px;
    background: #c4c4c4;
    transition: background-color 60ms ease-out;
}
.filter_selected_item:before { transform: rotate(-135deg); }
.filter_selected_item:after { transform: rotate(135deg); }

.filter_selected_item:hover:before,
.filter_selected_item:hover:after {
    background: #b21a1f;
}

.filter_selected_item._color {
    padding-left: 3px;
    font-size: 0;
}

.filter_selected_item .color_block {
    width: 16px;
    height: 16px;
}

/* -------------------------------------------- */

.filter_item {
    display: block;
    position: relative;
}

.filter_item_title {
    display: block;
    position: relative;
    padding: 9px 0 9px 15px;
    font-size: 14px;
    line-height: 1.35;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.filter_item_title:hover {
    color: #b21a1f;
}

.filter_item_title:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    margin: -3px 0 0 0;
    border-style: solid;
    border-color: #898989;
    border-width: 1px 1px 0 0;
    transform: translateY(-2px) rotate(135deg);
    transition: transform 90ms ease-out;
}

.filter_item_title._single {
    display: flex;
    justify-content: space-between;
}
.filter_item_title._single::before {
    display: none;
}
.filter_item_title._single
.filter_option_icon {
    top: 0px;
}

.filter_item._open .filter_item_title:before {
    transform: translateY(2px) rotate(-45deg);
}

.filter_item_content {
    display: none;
    padding: 0 0 10px 15px;
}

.filter_options {
    overflow-y: auto;
}
.filter_options::-webkit-scrollbar-track {
    background-color: transparent;

}
.filter_options::-webkit-scrollbar {
	width: 5px;
	background-color: transparent;
}
.filter_options::-webkit-scrollbar-thumb {
	border-radius: 15px;
	background-color: #D9D9D9;
}

.filter_item_search_field {
    border: 1px solid #CDCDCD;
    border-radius: 4px;
    color: #898989;
    padding: 10px 16px;
    margin-bottom: 15px;
    display: none;
    width: 100%;
}

.filter_item._animate .filter_item_content {
    display: block;
    opacity: 0;
    transform: translateY(-10px);
    transform-origin: 50% 0%;
    transition: opacity 150ms ease-out, transform 120ms ease-out;
}

.filter_item._open .filter_item_content {
    display: block;
    opacity: 1;
    transform: none;
}

/* ----------------------- */

.filter_result_count {
    z-index: 999;
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    height: 40px;
    line-height: 40px;
    margin: -6px 0 0 10px;
    padding: 0 40px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    opacity: 0;
    color: #fff;
    background: #c61d23;
    border-radius: 3px;
    transition: opacity 60ms ease-out;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.filter_result_count._visible {
    opacity: 1;
}

.filter_result_count._empty {
    cursor: default;
}

.filter_result_count._loading {
    min-width: 180px;
    background-image: url('../img/filter_loader.svg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 10px;
}

.mobmenu .filter_result_count {
    position: fixed;
    top: auto;
    left: 0;
    bottom: 0;
    width: 290px;
    margin: 0;
    border-radius: 0;
}

@media (min-height: 640px) {
    .mobmenu .filter_result_count {
        height: 60px;
        line-height: 60px;
        font-size: 16px;
    }
}

/* ----------------------- */

.filter_option {
    display: block;
}

.filter_option_label {
    display: block;
    position: relative;
    min-height: 15px;
    padding: 2px 0;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.filter_option_input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.filter_option_content {
    display: block;
    position: relative;
    padding: 0 0 0 25px;
    font-size: 13px;
    color: #898989;
}

.filter_option_icon {
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 15px;
    height: 15px;
    background: #eee9e9;
    border: 1px solid #eee9e9;
    transition: background-color 90ms ease-out, border-color 90ms ease-out;
}

.filter_option_text_count {
    font-size: 12px;
    vertical-align: text-top;
    line-height: 1;
}

.filter_option_label:hover .filter_option_icon {
    border-color: #b21a1f;
}

.filter_option_input:disabled + .filter_option_content  {
    cursor: default;
}

.filter_option_input:checked + .filter_option_content .filter_option_icon {
    background: #c61d23;
    border-color: #c61d23;
}

.filter_option_input:disabled + .filter_option_content .filter_option_icon {
    background: #fff;
    border-color: #eee9e9;
}

.filter_option_input:disabled + .filter_option_content .filter_option_text {
    color: #cdcdcd;
}

/* ----------------------- */


.filter_item._color .filter_options  {
	display: flex;
    flex-direction: column;
}
.filter_item._color .filter_item_content {
    margin: 0 0 -15px -15px;
    padding: 10px 0 10px 15px;
    font-size: 0;
}
.filter_item._color .filter_option {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 35px;
    padding: 0 0 15px 15px;
}
.filter_item._color .filter_option_label {
    padding: 0;
    min-height: 0;
    height: 100%;
}
.filter_item._color .filter_option_content {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.filter_option .color_block {
    display: block;
    position: relative;
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin-right: 11px;
}
.filter_option .color_block:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 7px;
    margin: -5px 0 0 -5px;
    opacity: 0;
    border-style: solid;
    border-color: #000;
    border-width: 2px 2px 0 0;
    transform: rotate(135deg);
    transition: opacity 60ms ease-out;
}

.filter_option_label:hover .color_block:after {
    opacity: 0.3;
}

.filter_option .color_block._dark:after,
.filter_option .color_block._multicolor:after {
    border-color: #fff;
}

.filter_option_input:checked + .filter_option_content .color_block:after {
    opacity: 1;
}

.filter_option_input:disabled + .filter_option_content .color_block {
    opacity: 0.08;
}

/* ----------------------- */

.filter_item._grid .filter_item_content {
    margin: 0 0 -4px -4px;
    padding: 0 0 10px 15px;
    font-size: 0;
}

.filter_item._grid .filter_option {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 4px 4px;
}

.filter_item._grid .filter_option_content {
    overflow: hidden;
    width: 38px;
    height: 38px;
    line-height: 38px;
    padding: 0;
    font-size: 13px;
    text-align: center;
    color: #000;
    transition: background-color 60ms ease-out;
}

.filter_item._grid .filter_option_label:hover .filter_option_content {
    background: #efefef;
}

.filter_item._grid .filter_option_input:checked + .filter_option_content {
    color: #fff;
    background: #c61d23;
}

.filter_item._grid .filter_option_label {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}

.filter_item._grid .filter_option_icon {
    display: none;
}

/* ----------------------- */

.filter_option._hidden {
    display: none;
}

/* ----------------------- */

.filter_item_wrap_more,
.filter_available_wrap_all,
.filter_item_wrap_less {
    display: block;
}

.filter_item_more,
.filter_available_all,
.filter_item_less {
    font-size: 12px;
    line-height: 1.36;
    cursor: pointer;
    color: #333;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
}

.filter_item_more:hover,
.filter_available_all:hover,
.filter_item_less:hover {
    border-bottom-color: transparent;
}

.filter_not_found_message {
    display: none;
    color: #333333;
    font-size: 13px;
}

/* -------------------------------------------- */

.filter_range {
    display: block;
}

.filter_range_content {
    margin: 0 0 0 -10px;
    font-size: 0;
}

.filter_range_content_cell {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 0 0 10px;
    font-size: 14px;
}

.filter_range_wrap_input {
    display: block;
    position: relative;
}

.filter_range_input {
    display: inline-block;
    width: 100%;
    height: 24px;
    padding: 0 18px 0 23px;
    font-size: 13px;
    font-weight: 500;
    outline: none;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
}

.filter_range_prefix,
.filter_range_postfix {
    position: absolute;
    bottom: 4px;
    font-size: 12px;
    line-height: 1.4;
    color: #898989;
}

.filter_range_prefix {
    left: 10px;
}

.filter_range_postfix {
    right: 7px;
}

/* ------------------------ */

.filter_range_slider {
    display: block;
}

.filter_range_slider.noUi-target {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.filter_range_slider.noUi-horizontal {
    height: 32px;
}

.filter_range_slider .noUi-connects {
    background: none;
}

.filter_range_slider .noUi-connects:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    background: #eee9e9;
}

.filter_range_slider .noUi-connect {
    background: none;
}

.filter_range_slider .noUi-connect:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #c61d23;
}

.filter_range_slider .noUi-connect,
.filter_range_slider .noUi-origin {
    top: 50%;
}

.filter_range_slider .noUi-handle,
.filter_range_slider.noUi-horizontal .noUi-handle {
    top: -15px;
    right: -16px !important;
    width: 32px;
    height: 32px;
    cursor: ew-resize;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    box-shadow: none;
}

.filter_range_slider .noUi-handle:before {
    display: none;
}
.filter_range_slider .noUi-handle:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
    background: #c61d23;
    border: none;
    border-radius: 100%;
    box-shadow: none;
}

/* -------------------------------------------- */

.filter_result {
    margin: 0 0 15px 0;
    font-size: 0;
}

.filter_result_wrap_mobile {
    display: none;
    font-size: 14px;
}

.filter_result_wrap_sort {
    display: inline-block;
    vertical-align: top;
    float: right;
    width: 25%;
    font-size: 14px;
    text-align: right;
}

.filter_result_wrap_info {
    display: inline-block;
    vertical-align: top;
    width: 75%;
    padding: 0 20px 0 0;
    font-size: 0;
}

.filter_result_wrap_title {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
    font-size: 14px;
}

.filter_result_wrap_smart {
    display: inline;
}

.filter_mobile_toggle {
    display: block;
    cursor: pointer;
}

.filter_mobile_toggle_title {
    display: inline-block;
    margin: 0;
    padding: 0 0 0 14px;
}

.filter_mobile_toggle_title:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 14px;
    margin: 4px 4px 0 -14px;
    background: url('../img/filter_toggle.svg') no-repeat 0 0;
    background-size: contain;
}

@media (max-width: 1000px) {
    .filter_result {
        margin: 0 0 30px 0;
    }

    .filter_result_wrap_mobile {
        display: inline-block;
        vertical-align: top;
        position: relative;
        width: 160px;
        margin: 0 -160px 0 0;
    }

    .filter_result_wrap_sort {
        width: 160px;
        margin: 0 0 0 -160px;
    }

    .filter_result_wrap_info {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .filter_result_wrap_title {
        display: block;
        margin: 0;
        padding: 0 160px;
    }

    .filter_result_wrap_smart {
        display: block;
        margin: 10px 0 0 0;
    }
}

@media (max-width: 640px) {
    .filter_result_wrap_mobile {
        width: 50%;
        margin: 0;
    }

    .filter_result_wrap_sort {
        width: 50%;
        margin: 0;
    }

    .filter_mobile_toggle_title {
        font-size: 16px;
    }

    .filter_result_wrap_info {
        display: block;
        margin: 10px 0;
        padding: 10px 0;
        text-align: left;
        border-style: solid;
        border-color: #efefef;
        border-width: 1px 0 0 0;
    }

    .filter_result_wrap_title {
        display: block;
        margin: 0;
        padding: 0;
    }
}

/* -------------------------------------------- */

.filter_result_title {
    display: inline-block;
    margin: 0;
}

/* -------------------------------------------- */

.filter_smart {
    display: inline-block;
    vertical-align: top;
    height: 24px;
    line-height: 21px;
    margin: 0 10px 10px 0;
    padding: 0 10px;
    font-size: 12px;
    text-decoration: none;
    white-space: nowrap;
    color: #898989;
    border: 1px solid #cdcdcd;
}

.filter_smart:hover {
    color: #000;
    border-color: #000;
}

.filter_smart._active {
    color: #fff;
    background: #c61d23;
    border-color: #c61d23;
}

/* -------------------------------------------- */

.product_list {
    font-size: 0;
}

.product_list_cell {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    font-size: 14px;
    text-align: center;
}

.filter_layout .product_list_cell {
    width: 25%;
}

@media (max-width: 1200px) {
    .filter_layout .product_list_cell {
        width: 33.33%;
    }
}

@media (max-width: 760px) {
    .filter_layout .product_list_cell {
        width: 50%;
    }
}

.product_item {
    display: inline-block;
    width: 100%;
    max-width: 280px;
    text-decoration: none;
    color: #000;
    background: #fff;
    border: none;
    min-height: 300px;
    display: flex;
    flex-direction: column;
}
.product_item_inner {
    display: block;
    position: relative;
    width: auto;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.product_item__sizes img {
    height: 30px;
    margin: 40px 0px 20px 0px;
}
.product_item__sizes-title {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 12px;
}
.product_item__sizes-wrapper  {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}
.product_item__sizes-wrapper > div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 7px;
}
.product_item__sizes-wrapper > div:last-child {
    margin-bottom: 0px;
}

.product_item__size {
    flex-shrink: 0;
    border: 1px solid #CDCDCD;
    border-radius: 3px;
    line-height: 1.1;
    margin-right: 10px;
    font-size: 12px;
    padding: 5px 0px;
    min-width: 16%;
}
.product_item__size:nth-child(5n) {
    margin-right: 0px;
}
.product_item__size._loading {
   color: #a9a9a9;
}
.product_item__size._error {
    border-color: #c61d23;
}
.product_item__size:hover {
    color: #c61d23;
}
.product_item__size._selected {
    border-color: #c61d23;
    color: #fff;
    background: #c61d23;
}
.product_item__size:last-child {
    margin-right: 0px;
}
.product_item__sizes-wrapper::-webkit-scrollbar {
    width: 1px;
    height: 3px;
}
.product_item__sizes-wrapper::-webkit-scrollbar-track {
    background: #ebebeb;
}
.product_item__sizes-wrapper::-webkit-scrollbar-thumb {
    background: #c61d23;
}

.product_item__size-error {
    margin-top: 13px;
    font-size: 11px;
    display: none;
    color: #c61d23;
    line-height: 110%;
}

.product_list_cell .product_item {
    min-height: 300px;
}
.filter_layout_main .product_slider_cell .product_item {
    min-height: 243px;
}

.product_item_promotion_wrapper {
    display: flex;
    position: absolute;
    top: 0;
    left: 15%;
}

.product_item_promotion {
    display: block;
    min-width: 100px;
    height: 25px;
    line-height: 25px;
    padding: 0 16px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    color: #ba6869;
    background: #f7ebea;
}

.product_item_has_video {
    margin-left: 8px;
    display: block;
    min-width: 100px;
    height: 25px;
    line-height: 25px;
    padding: 0 16px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    color: #ba6869;
    background: #f7ebea;
}

.product_item_has_video._without_bg {
    background: transparent;
}
.product_item_promotion._without_bg {
    background: transparent;
    min-width: auto;
    padding: 0px;
}

.product_slider_container .product_item_promotion_wrapper .product_item_has_video {
    min-width: inherit;
}

.product_slider_container .product_item_promotion_wrapper .product_item_has_video span {
    display: none;
}

@media (min-width: 1000px) {
    .product_item_has_video {
        min-width: 80px;
    }
}

@media (max-width: 538px) {
    .product_item_promotion_wrapper .product_item_has_video {
        min-width: inherit;
    }
    .product_item_promotion_wrapper .product_item_has_video span {
        display: inline;
    }
    .product_item_promotion_wrapper .product_item_has_video span{
        display: none;
    }
}

@media (max-width: 440px) {
    .product_slider_container .product_item_promotion_wrapper .product_item_has_video span {
        display: inline;
    }
}

@media (max-width: 400px) {
    .product_item_promotion_wrapper .product_item_has_video {
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }
}

.product_item_favorite {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 35px;
    line-height: 25px;
    padding: 0 5px 0 15px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    color: #f5dfde;
    z-index: 2;
    -webkit-transition: filter 120ms ease-out;
    -moz-transition: filter 120ms ease-out;
    -ms-transition: filter 120ms ease-out;
    -o-transition: filter 120ms ease-out;
    transition: filter 120ms ease-out;
}

.product_item:hover .product_item_favorite {
    display: block;
}
.product_item:hover .product_item_promotion_wrapper {
    z-index: 11;
}



.basket_item_favorite {
    display: block;
    position: absolute;
    top: 11px;
    cursor: pointer;
    right: 35px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    color: #f5dfde;
    z-index: 2;
    -webkit-transition: filter 120ms ease-out;
    -moz-transition: filter 120ms ease-out;
    -ms-transition: filter 120ms ease-out;
    -o-transition: filter 120ms ease-out;
    transition: filter 120ms ease-out;
}
.basket_item_favorite._is_in_favorite:hover {
    color: #f5dfde;
}
.basket_item_favorite._in_favorite,
.basket_item_favorite:hover,
.basket_item_favorite._is_not_in_favorite:hover,
.basket_item_favorite._in_favorite._is_in_favorite:hover {
    color: #b21a1f;
}



.button_split_with_favorite {
    display: flex;
    align-items: center;
}
.button_split_with_favorite 
.product_item_favorite {
    position: relative;
    width: 30px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex: 2;
    color: #fff;
    background: #c61d23;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-left: 2px solid #fff;
    transition: .1s ease all;
}
.button_split_with_favorite
.product_item_favorite
.icon-favorite {
    font-size: 20px;
}
.button_split_with_favorite  .product_item_button {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.product_item
.button_split_with_favorite
.product_item_favorite._in_favorite {
    color: #c61d23;
    background: #f5dfde;
}
.product_item
.button_split_with_favorite
.product_item_favorite._is_not_in_favorite {
    color: #fff;
    background: #c61d23;
}
.product_item
.button_split_with_favorite
.product_item_favorite._in_favorite:hover {
    background: #F8EEED;
}
.product_item
.button_split_with_favorite
.product_item_favorite._is_not_in_favorite:hover {
    background: #b21a1f;
}

.product_item_favorite._item_top_favorite {
    display: none !important;
}



@media (max-width: 640px) {
    .product_item_favorite._item_bottom_favorite {
        display: none !important;
    }
    .product_item_favorite._item_top_favorite {
        display: block !important;
    }
}
@media (max-width: 400px) {
    .product_item_promotion {
        min-width: 85px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }
}

.product_item_wrap_img {
    display: block;
    position: absolute;
    top: 8%;
    left: 50%;
    width: 70%;
    margin: 0 0 0 -35%;
}

.product_item_img_ {
    display: block;
    width: auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product_item_img {
    display: block;
    width: auto;
    padding: 100% 0 0 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.product_item_img:not([style*="background-image"]) {
    background-image: url('../img/no_image.jpg');
    background-size: 240%;
    background-position: 50% 25%;
}

.product_item_img.swiper-lazy {
    opacity: 0.3;
}

.product_item_img.swiper-lazy-loaded {
    opacity: 1;
    transition: opacity 300ms ease-out;
}

.product_item_wrap_media._loading {
    background: url(/media/img/ajax_loader.svg);
    height: 170px;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center center;
}
body._touch .product_item_wrap_media._loading {
    background: none;
    height: auto;
}

.product_item_wrap_text {
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    padding: 0 10% 10% 10%;
}

.product_slider .product_item_wrap_text {
    bottom: -35px;
}

.product_item_title {
    display: block;
    position: relative;
    overflow: hidden;
    max-height: 2.66em;
    font-size: 15px;
    line-height: 1.33;
    text-align: center;
    color: #5e5e5e;
}

.product_item_title:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15%;
    height: 1.33em;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.product_item_property {
    display: block;
    position: relative;
    overflow: hidden;
    max-height: 2.66em;
    font-size: 12px;
    line-height: 1.33;
    text-align: left;
    color: #898989;
    max-width: 180px;
    margin: 0px auto;
    margin-bottom: -1px;
    text-align: center;
    white-space: nowrap;
}
.product_item_property 
.property_item_value {
    color: #000000;
}
.product_item_property
.property_item_value:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15%;
    height: 1.33em;
    background: linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,1));
}

@media (max-width: 500px) {
    .product_item_property {
        font-size: 12px;
    }
}
@media (max-width: 400px) {
    .product_item_property {
        font-size: 12px;
    }
}

.product_item_price {
    margin: 5px 0 5px 0;
    text-align: center;
}

.product_item_price_from {
    font-size: 12px;
    font-weight: 400;
}

.product_item_price_current {
    font-size: 20px;
    font-weight: 500;
    white-space: nowrap;
}

.product_item_price_current .ruble {
    font-size: 16px;
}

@media (max-width: 400px) {
    .product_item_price_current {
        font-size: 16px;
        line-height: 1.3;
    }

    .product_item_price_current .ruble {
        font-size: 14px;
    }
}

.product_item_price_old {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-decoration: line-through;
    white-space: nowrap;
    color: #a9a9a9;
}

.product_item_price_old .ruble {
    font-size: 12px;
}

@media (max-width: 400px) {
    .product_item_price_old {
        display: block;
        line-height: 1;
    }
}

.product_item_hover {
    z-index: 10;
    display: block;
    position: absolute;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 20px #d7c7c7;
    transition: opacity 180ms ease-out, visibility 180ms;
    background-color: #fff;
}

.product_item:hover .product_item_hover {
    opacity: 1;
    visibility: visible;
}
.product_item:hover .product_item_inner > .product_item_wrap_img_hidden {
    visibility: hidden;
}

.product_item_hover_control {
    width: 100%;
    padding: 0 10% 6% 10%;
    background: #fff;
}

.product_item_wrap_button {
    display: flex;
    align-items: center;
    margin-top: 17px;
}
.product_item_button {
    display: inline-block;
    max-width: 180px;
    height: 40px;
    line-height: 38px;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    background: #c61d23;
    border-radius: 3px;
    width: 82%;
}
.product_item_is_not_allowed {
    color: #898989;
    line-height: 110%;
    margin-top: 13px;
}
.product_item_button:hover {
    background: #b21a1f;
}
.product_item_button._disabled {
    background: #a9a9a9;
}

.product_item_wrap_fast {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 9px;
}

.product_item_fast {
    font-size: 12px;
    line-height: 1.33;
    color: #000;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
    transition: opacity 90ms ease-out;
}

.product_item_fast:hover {
    border-bottom-color: transparent;
}

.product_item_fast._disabled {
    opacity: 0.5;
}

.product_item_hover .product_item_wrap_text {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1px 10% 0px;
    background: #ffffff;
}
.product_item_hover > .product_item_wrap_img {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1px 10% 0px;
    background: #ffffff;
    margin: 0;
}

@media (max-width: 640px) {
    .product_item_wrap_button {
        justify-content: center;
    }
    .product_item_button {
        width: 100%;
        display: inline-block;
        border-radius: 3px !important;
    }
}

/* -------------------------------------------- */

.category_description {
    margin: 50px 0px -10px;
}

/* -------------------------------------------- */

.slider_container {
    display: block;
    position: relative;
    margin: 70px 0;
}

.slider_container:first-child {
    margin-top: 0;
}

.slider_container:last-child {
    margin-bottom: 0;
}

.slider_container_title {
    margin: 0 0 15px 0;
}



/* BRANDS */
.brands_wrapper {
    border: 2px solid rgb(228, 228, 228);
    padding: 0px 32px 16px 32px;
}

.brands_container {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center; 
}

.brand_title {
    margin-top: 80px;
    margin-bottom: 0px;
    position: relative;
    top: -16px;
    left: 0px;
    display: inline-block;
    background: #fff;
    padding: 0px 16px;
}

.brand_item {
    max-height: 124px;
    width: calc(20% - 20px); 
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand_item a {
    display: block;
    border-bottom: none;
    -webkit-transition: ease .4s;
    -moz-transition: ease .4s;
    -ms-transition: ease .4s;
    -o-transition: ease .4s;
    transition: ease .4s;
    height: 100%;
    margin: 0px auto;
}

.brand_item:hover a {
    opacity: .7 
}

.brand_item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.brand_item.wide {
    grid-row: 1 / 3;
    grid-column: 6 / 6;
}

.brand_item.wide {
    max-height: 250px;
}

@media (max-width: 1024px) {
    .brands_container {
        gap: 20px;
    }
    .brand_item {
        width: calc(25% - 15px); 
    }
}
@media (max-width: 768px) {
  .brands_container {
    gap: 15px;
  }
  .brand_item {
    width: calc(33.333% - 10px); 
  }
}

@media (max-width: 480px) {
  .brands_container {
    gap: 10px;
  }
  .brand_item {
    width: calc(50% - 5px); 
  }
}

@media (max-width: 600px) {
    .brands_wrapper {
        margin-top: 40px;
    }
}

@media (max-width: 510px) {
    .brands_container {
        gap: 15px;
    }
    .brand_item {
        width: 100%; 
        max-width: 200px; 
        margin: 0 auto;
    }
    
    .brands_wrapper {
        padding: 0px 16px 16px 16px;
    }
}

/* -------------------------------------------- */

/* SLIDER */
.product_slider {
    display: block;
    margin: 30px -30px;
}

@media (max-width: 480px) {
    .product_slider {
        margin-left: -20px;
        margin-right: -20px;
    }
}

.product_slider_relative {
    display: block;
    position: relative;
    padding: 0 20px;
    z-index: 998;
}

.product_slider_overflow {
    overflow-x: clip;
    overflow-y: visible;
    margin: -20px 0 -80px 0;
    padding: 20px 0 80px 0;
}

.product_slider_container {
    overflow: visible;
}

.product_slider_button {
    z-index: 1;
    display: block;
    position: absolute;
    top: 20px;
    width: 20px;
    height: calc(100% - 100px);
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.product_slider_button._prev {
    left: 0;
}
.product_slider_button._next {
    right: 0;
}

.product_slider_button:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: 15px;
    height: 15px;
    margin: -7px 0 0 -7px;
    border-style: solid;
    border-color: #cdcdcd;
    border-width: 2px 2px 0 0;
}

.product_slider_button._prev:before {
    left: 12px;
    transform: rotate(-135deg);
}

.product_slider_button._next:before {
    right: 7px;
    transform: rotate(45deg);
}

.product_slider_button:hover {
    opacity: 0.5;
}

.product_slider_button._hidden,
.product_slider_button._disabled {
    display: none;
}

.product_slider_cell {
    text-align: center;
}

@media (max-width: 1350px) {
    .product_slider_button._prev {
        left: 20px;
    }
    .product_slider_button._next {
        right: 20px;
    }
}
@media (max-width: 600px) {
    .product_slider_overflow {
        padding: 20px 0 40px 0;
    }
}
@media (max-width: 450px) {
    .product_slider_overflow {
        padding: 20px 0 25px 0;
    }    
}

/* -------------------------------------------- */

.product_layout {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    font-size: 0;
    border-bottom: 1px solid #efefef;
}

.product_layout_left {
    display: inline-block;
    vertical-align: top;
    width: 58%;
    padding: 0 8% 0 0;
    font-size: 14px;
}

.product_layout_left_sticky {
    position: sticky;
    top: 0;
}

.product_layout_right {
    display: inline-block;
    vertical-align: top;
    width: 42%;
    max-width: 360px;
    font-size: 14px;
}

@media (max-width: 760px) {
    .product_layout {
        max-width: 450px;
        margin: 0 auto 30px auto;
        border-bottom: 0px;
    }

    .product_layout_left {
        display: block;
        width: auto;
        max-width: none;
        margin: 0;
        padding: 0;
    }

    .product_layout_left_sticky {
        position: relative;
    }

    .product_layout_right {
        display: block;
        width: auto;
        max-width: none;
        margin: 0;
        padding: 0;
    }
}

/* -------------------------------------------- */

.product_view_wrap_promotion {
    z-index: 2;
    display: block;
    position: relative;
    float: left;
}

.product_view_promotion {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    line-height: 40px;
    min-width: 160px;
    padding: 0 40px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    color: #ba6869;
    background: #f7ebea;
}

/* -------------------------------------------- */

.product_view_wrap_favorite {
    z-index: 2;
    cursor: pointer;
    display: block;
    position: relative;
    float: right;
    width: 40px;
    height: 40px;
    color: #f5dfde;
    -webkit-transition: filter 120ms ease-out;
    -moz-transition: filter 120ms ease-out;
    -ms-transition: filter 120ms ease-out;
    -o-transition: filter 120ms ease-out;
    transition: filter 120ms ease-out;
}
.product_view_wrap {
    font-size: 28px;
    line-height: 40px !important;
    text-align: center;
    display: block;
}



.button_split_with_favorite
.product_view_wrap_favorite {
    height: 50px;
    width: 40px;
    flex: 2;
    color: #fff;
    background: #c61d23;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-left: 2px solid #fff;
    transition: .1s ease all;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.button_split_with_favorite
.product_view_wrap_favorite._in_favorite {
    color: #c61d23;
    background: #f5dfde;
}
.button_split_with_favorite
.product_view_wrap_favorite._is_not_in_favorite {
    color: #fff;
    background: #c61d23;
}
.button_split_with_favorite
.product_view_wrap_favorite._in_favorite:hover {
    background: #F8EEED;
}
.button_split_with_favorite
.product_view_wrap_favorite._is_not_in_favorite:hover {
    background: #b21a1f;
}
.button_split_with_favorite
.custom_button{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.button_split_with_favorite
.product_view_wrap_favorite
.product_view_wrap {
    font-size: 24px;
    line-height: 51px !important;
    text-align: center;
}

/* -------------------------------------------- */

.product_gallery_wrap_main {
    display: block;
}
.product_gallery._overflown .product_gallery_wrap_main {
    height: 450px;
    overflow: hidden;
}

.product_gallery_main_media {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    min-height: 450px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.product_gallery_wrap_main .swiper-slide {
    height: auto;
}

.product_gallery_wrap_preview {
    margin: 20px 0 -5px -5px;
    font-size: 0;
}

.product_gallery_preview_cell {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 100px;
    line-height: 50px;
    padding: 0 0 5px 5px;
}

.product_gallery_preview_img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    cursor: pointer;
    border: 1px solid transparent;
}

.product_gallery_preview_img._active {
    border-color: #c61d23;
}

@media (max-width: 760px) {
    .product_gallery_wrap_preview {
        margin-top: 10px;
        text-align: center;
    }
}
@media (max-width: 640px) {
    .product_gallery_main_media {
        min-height: 410px;
    }
    .product_gallery._overflown .product_gallery_wrap_main {
        height: 410px;
    }
}
@media (max-width: 410px) {
    .product_gallery_main_media {
        min-height: 350px;
    }
    .product_gallery._overflown .product_gallery_wrap_main {
        height: 350px;
    }
}
@media (max-width: 370px) {
    .product_gallery_main_media {
        min-height: 275px;
    }
    .product_gallery._overflown .product_gallery_wrap_main {
        height: 275px;
    }
}

/* -------------------------------------------- */

.image-copy {
    z-index: 2;
    cursor: pointer;
    display: none;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 40px;
    top: 0px;
    text-decoration: none;
    border-bottom: none;
}
.swiper-slide .image-copy {
    right: 0px;
}
.image-copy-icon {
    background-image: url(/media/img/image_copy_icon.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    display: block;
}
.image-copy-icon:hover {
    background-image: url('/media/img/image_copy_icon_hover.svg');
}

.product_gallery_main_media:hover .image-copy {
    display: block;
}

/* -------------------------------------------- */

.product_view_title {
    margin: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.product_view_article {
    margin: 2px 0 0 0;
    font-size: 12px;
    line-height: 1.33;
}

.product_view_stock {
    margin: 2px 0 0 0;
    font-size: 12px;
    line-height: 1.33;
    color: #898989;
}

.product_view_wrap_price {
    margin: 16px 0 12px 0;
}

.product_view_price_current {
    display: inline-block;
    vertical-align: baseline;
    margin: 0 10px 0 0;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.36;
    white-space: nowrap;
}

.product_view_price_current .ruble {
    font-size: 22px;
}

.product_view_price_old {
    display: inline-block;
    vertical-align: baseline;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    white-space: nowrap;
    text-decoration: line-through;
    color: #a9a9a9;
}

.product_view_price_old .ruble {
    font-size: 13px;
}

.product_view_price_currency {
    font-size: 80%;
}

.product_view_variant_toggle {
    width: 86%;
}

@media (max-width: 760px) {
    .product_view_variant_toggle {
        width: 90%;
    }
}
@media (max-width: 450px) {
    .product_view_variant_toggle {
        width: 87%;
    }
}
@media (max-width: 370px) {
    .product_view_variant_toggle {
        width: 86%;
    }
}
@media (max-width: 340px) {
    .product_view_variant_toggle {
        width: 84%;
    }
}

.product_view_fast {
    margin: 10px 0;
    text-align: center;
}

.product_view_fast_link {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    text-decoration: none;
    color: #000;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
    transition: opacity 90ms ease-out;
}

.product_view_fast_link:hover {
    border-bottom-color: transparent;
}

.product_view_fast_link._disabled {
    opacity: 0.5;
}

.product_view_wrap_property {
    margin: 0;
    padding: 22px 0 0 0;
    border-top: 1px solid #efefef;
}

.product_view_wrap_property_info {
    margin: 0;
    padding: 22px 0 0 0;
}

.product_unavailable {
    color: #a9a9a9;
}

/* -------------------------------------------- */

.property_item {
    font-size: 14px;
    line-height: 1.7;
}

.property_item_title {
    color: #898989;
}

.property_item_value {

}

.property_item_table {
    margin-bottom: 10px;
    margin-top: 5px;
}

.property_item_table_wrapper {
    overflow: auto;
}

.property_item_table_wrapper::-webkit-scrollbar {
    width: 1px;
    height: 3px;
}

.property_item_table_wrapper::-webkit-scrollbar-track {
    background: #ebebeb;
}

.property_item_table_wrapper::-webkit-scrollbar-thumb {
    background: #c61d23;
}

.property_item_table.static_table th {
    font-size: 12px;
    padding: 5px 10px;
}

.property_item_table.static_table td {
    font-size: 12px;
    padding: 5px 10px;
}

/* -------------------------------------------- */

.product_view_promo_text {
    margin: 30px 0 0 0;
    color: #898989;
}

@media (max-width: 760px) {
    .product_view_promo_text {
        margin: 20px 0;
    }
}

/* -------------------------------------------- */

.product_view_wrap_review {
    position: relative;
    margin: 60px 0 20px 0;
}

/* -------------------------------------------- */

.review_list_head {
    display: block;
    margin: 0 0 15px 0;
}

.review_list_body {
    display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
    max-width: 100%;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

.review_list_title {
    display: inline-block;
    margin: 0;
}

.add_review_card_button {
    display: inline-block;
    color: #a9a9a9;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    border-bottom-color: rgba(169, 169, 169, 0.5);
    line-height: 1;
}
.add_review_card_button:hover {
    border-bottom-color: transparent;
}
.add_review_card_button.mobile {
    display: none;
    font-size: 12px;
}
.add_review_card_button.empty-rating {
    position: absolute;
    right: 0px;
    top: -17px;
}
@media (max-width: 760px) {
    .add_review_card_button.desktop {
        display: none;
    }
    .add_review_card_button.mobile {
        display: inline-block;
    }
}
/* -------------------------------------------- */

.user_review {
    margin: 0 12px 12px 0;
    display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
    height: auto;
    width: 308px;
    min-width: 308px;
    max-width: 308px;
    flex: calc(25% - 12px);
    background: #F7F7F7;
    justify-content: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
    border-radius: 4px;
    padding: 16px 0 16px 0;
}

.user_review:nth-of-type(4n+4) {
    margin-right: 0;
}

.user_review_stars {
    margin: 4px 0;
}

.user_review_stars li{
    margin: 0px 4px;
}

.user_review_stars img {
    width: 26px;
    height: 26px;
}

.user_review_content {
    max-width: 640px;
    text-align: center;
}

.user_review_stars {
    display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
    justify-content: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}

.user_review_head {
    display: inline-block;
    vertical-align: top;
}

/* -------------------------- */

.share_popup {
    display: block;
    padding: 12px 15px;
    color: #a9a9a9;
    background: #fff;
    box-shadow: 0px 5px 30px rgba(115, 111, 111, 0.43);
}

.share_popup_wrap_button {
    margin: 0 0 -12px -12px;
    font-size: 0;
    white-space: nowrap;
}

.share_popup_button {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 28px;
    height: 28px;
    margin: 0 0 12px 12px;
    cursor: pointer;
    border: 2px solid #cdcdcd;
    border-radius: 100%;
    transition: filter 90ms ease-out;
}

.share_popup_button:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    margin: -7px 0 0 -7px;
    background: url('../img/review_social.svg') no-repeat 0 0;
    background-size: 14px auto;
    filter: brightness(1.5);
}

.share_popup_button:hover:before {
    filter: brightness(2);
}

.share_popup_button._vk:before {
    background-position: 0 -10%;
}

.share_popup_button._fb:before {
    background-position: 0 40%;
}

.share_popup_button._ok:before {
    background-position: 0 99%;
}

.share_popup_button._vk:hover {
    background-color: #879fbc;
    border-color: #879fbc;
}

.share_popup_button._fb:hover {
    background-color: #7a8ab7;
    border-color: #7a8ab7;
}

.share_popup_button._ok:hover {
    background-color: #ecab6f;
    border-color: #ecab6f;
}

.share_popup_text {
    margin: 3px 0 0 0;
    font-size: 12px;
    line-height: 1.33;
    white-space: nowrap;
}

/* -------------------------- */

.user_review_name {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
    justify-content: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
}

.user_review_date {
    margin: 12px 0 0 0;
    font-size: 12px;
    line-height: 1.33;
    color: #a9a9a9;
}

.user_review_text {
    margin: 16px 0 20px 0;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    padding: 0 30px;
    position: relative;
}

/* -------------------------------------------- */

.custom_popup .fancybox-bg {
    background: #000;
}

.custom_popup.fancybox-is-open .fancybox-bg {
    opacity: 0.4;
}

.custom_popup .fancybox-slide--html {
    padding: 0;
}

.custom_popup .fancybox-slide:before {
    margin: 0;
}

.custom_popup_close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    opacity: 0.35;
    transition: opacity 120ms ease-out;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    z-index: 1;
}
.custom_popup_close:before,
.custom_popup_close:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    margin: -1px 0 0 -9px;
    background: #000;
}
.custom_popup_close:before { transform: rotate(-135deg); }
.custom_popup_close:after { transform: rotate(135deg); }

.custom_popup._subscribe .custom_popup_content {
    padding: 0;
    background: none;
}

/* -------------------------------------------- */

.form_popup {
    width: 630px;
    max-width: 100%;
}

.form_popup_content {
    width: 360px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.form_popup_title {
    margin: 0 0 10px 0;
}

.form_popup_anot {
    margin: 10px 0 20px 0;
}

@media(max-width: 640px) {
    .form_popup {
        width: 90%;
    }
}
@media(max-width: 380px) {
    .form_popup_content {
        width: 100%;
    }
}

/* -------------------------------------------- */
.box_input {
    display: flex;
    flex-wrap: wrap;
    min-width: 100%;
    max-width: 100%;
    float: left;
}

span.preview_box {
    display: flex;
    flex-basis: 20%;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 28px;
    width: 68px;
    height: 68px;
    box-sizing: border-box;
    border-radius: 4px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    background-size: cover;
    background-position: center center;
}

span.preview_box:hover {
    background-image: none !important;
    background-color: #b21a1f;
    cursor: pointer;
    position: relative;
}

span.preview_box:hover::after{
    content: '+';
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    transform: translate(-50%, -50%) rotate(45deg);
}

.feedback_form_popup {
    width: 830px;
    max-width: 100%;
}

.feedback_form_popup_content {
    max-width: 100%;
    margin: 0 auto;
}

.feedback_form_popup_title {
    margin: 0 5px 6px 0;
}

.feedback_form_popup_anot {
    margin: 10px 0 20px 0;
}

#js_review_form .feedback_form_wrapper>div {
    width: 47%;
}

#js_review_form.feedback_form_popup_title {
    margin: 0 5px -3px 0;
    padding-top: 16px;
}

#js_review_form .feedback_form_wrapper>div:last-child {
    padding-left: 37px;
}

.box_input {
    max-height: 230px;
    position: relative;
}

.box_input label {
    width: 68px;
    height: 68px;
}

#js_review_form.has-advanced-upload.is-dragover .feedback_form_wrapper .box_dragndrop {
    display: block;
}

.box.is-uploading .box__input {
    visibility: none;
}

.box.is-uploading .box__uploading {
    display: block;
}
/* -------------------------------------------- */

.variant_preview {
    display: block;
    white-space: nowrap;
}

.variant_preview_wrap_img {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100px;
    margin: 0 -100px 0 0;
    white-space: normal;
}

.variant_preview_wrap_info {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 15px 0 15px 130px;
    white-space: normal;
}

.variant_preview_img {
    display: block;
    width: auto;
    padding: 100% 0 0 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.variant_preview_img:not([style*="background-image"]) {
    background-image: url('../img/no_image.jpg');
    background-size: 60%;
    border: 1px solid #ccc;
}

.variant_preview_title {
    display: block;
    font-size: 22px;
    line-height: 1.32;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.variant_preview_price {
    display: block;
    font-size: 16px;
}

.variant_preview_price_actual {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
}

.variant_preview_price_actual .ruble {
    font-size: 18px;
}

.variant_preview_price_old {
    margin: 0 0 0 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #a9a9a9;
    text-decoration: line-through;
    white-space: nowrap;
}

.variant_preview_price_old .ruble {
    font-size: 13px;
}

@media (max-width: 760px) {
    .variant_preview_wrap_img {
        width: 80px;
        margin: 0 -80px 0 0;
    }

    .variant_preview_wrap_info {
        padding: 10px 0 10px 110px;
    }

    .variant_preview_title {
        font-size: 18px;
    }

    .variant_preview_price_actual {
        font-size: 30px;
    }

    .variant_preview_price_actual .ruble {

    }
}

@media (max-width: 480px) {
    .variant_preview_wrap_img {
        width: 60px;
        margin: 0 -60px 0 0;
    }

    .variant_preview_wrap_info {
        padding: 10px 0 10px 80px;
    }

    .variant_preview_title {
        font-size: 14px;
    }

    .variant_preview_price {
        margin: 2px 0 0 0;
        font-size: 13px;
    }

    .variant_preview_price_actual {
        font-size: 16px;
    }

    .variant_preview_price_actual .ruble {
        font-size: 13px;
    }

    .variant_preview_price_old {
        font-size: 13px;
    }

    .variant_preview_price_old .ruble {
        font-size: 12px;
    }
}

/* -------------------------------------------- */

.variant_popup {
    overflow: visible;
    width: 100%;
    max-width: 720px;
    min-width: 320px;
    padding: 0;
}

/* ----------------------- */

.variant_popup_head {
    display: block;
    padding: 20px 30px;
    font-size: 0;
}

.variant_popup_head_preview {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0 120px 0 0;
}

.variant_popup_head_size {
    display: block;
    position: relative;
    float: right;
    margin: -38px 0 0 0;
}

.variant_popup_size_toggle {
    font-size: 12px;
    cursor: pointer;
    color: #333;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
}

.variant_popup_size_toggle:hover {
    border-bottom-color: transparent;
}

.basket_product_property_table .variant_popup_size_table {
    max-width: initial;
}

.variant_popup_size_table {
    z-index: 99;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: 300px;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0 5px 30px rgba(115, 111, 111, 0.43);
    transform: scale(0.8);
    transform-origin: 100% 0%;
    transition: opacity 150ms ease-out, visibility 150ms, transform 150ms ease-out;
}

.variant_popup_size_table.property_item_table_wrapper._scroll {
    min-width: 280px;
    width: 280px;
}

.variant_popup_size_table._display {
    display: block;
}

.variant_popup_size_table._visible {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.variant_popup_head_basket {
    width: 500px;
}
.variant_popup_head_basket 
.variant_popup_sizes {
    padding-right: 0px;
}

@media (max-width: 760px) {
    .variant_popup_head_preview {
        display: block;
        width: auto;
        margin: 0;
        padding: 0;
    }

    .variant_popup_head_size {
        display: block;
        float: none;
        width: auto;
        margin: 0;
        padding: 0 0 0 110px;
    }

    .variant_popup_size_table {
        left: 0;
        right: auto;
        transform-origin: 50% 0%;
    }

    .variant_popup_head_basket {
        width: 90%;
    }
}

@media (max-width: 480px) {
    .variant_popup_head {
        padding-left: 20px;
        padding-right: 20px;
    }

    .variant_popup_head_size {
        padding: 0 0 0 80px;
    }
}

/* ----------------------- */

.variant_basket_limit {
    display: block;
    padding: 12px 20px;
    font-size: 14px;
    line-height: 1.35;
    text-align: center;
    color: #fff;
    background: #c61d23;
}

/* ----------------------- */

.variant_popup_content {
    display: block;
}

.variant_list {
    display: block;
    position: relative;
}

.variant_list_head {
    display: flex;
    padding: 14px 44px;
    font-size: 0;
    text-align: center;
    background: #fafafa;
    align-items: center;
    position: relative;
}

.variant_list_head_col {
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.33;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #898989;
}

.variant_list_head_col._delivery_date {
    position: absolute;
}
.variant_list_head_col._price {
    position: absolute;
    right: 192px;
}

.variant_list_head_wrap_col {
    display: inline-block;
    position: absolute;
    left: 247px;
}

.variant_list_body {
    display: block;
    position: relative;
}

.variant_list_row {
    display: block;
    padding: 0 45px;
}

.variant_list_row:nth-child(even) {
    background: #fafafa;
}

.variant_list_row:hover {
    background: #f7ebea;
}

.variant_list_col {
    float: left;
    padding: 10px 10px;
    font-size: 14px;
    white-space: normal;
}

.variant_list_col._stock {
    width: 32%;
    padding-right: 40px;
    text-align: left;
}

.variant_list_col._info {
    width: 30px;
    margin: 0 0 0 -30px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.variant_list_col._property {
    width: 28%;
}

.variant_list_col._price {
    width: 17%;
    text-align: right;
}

.variant_list_col._basket {
    width: 23%;
}

/* --------------------------- */

.variant_list_more {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    margin: -3px 0 0 0;
}

.variant_list_more_icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    cursor: pointer;
    border: 1px solid #898989;
    border-radius: 100%;
}

.variant_list_more_icon:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 10px;
    margin: -5px 0 0 -1px;
    background: linear-gradient(to bottom, #898989 2px, transparent 2px, transparent 4px, #898989 4px) no-repeat 0 0;
}

.variant_list_more_icon:hover {
    border-color: #b21a1f;
}

.variant_list_more_icon:hover:after {
    background-image: linear-gradient(to bottom, #c61d23 2px, transparent 2px, transparent 4px, #b21a1f 4px);
}

/* --------------------------- */

.variant_list_sort {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 13px 0 0;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.variant_list_sort:hover,
.variant_list_sort._asc,
.variant_list_sort._desc {
    color: #000;
}

.variant_list_sort:before,
.variant_list_sort:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    right: 0;
    width: 6px;
    height: 10px;
    background: url('../img/sort_arrow.svg') no-repeat 0 0;
    background-size: contain;
}

.variant_list_sort:before {
    right: 5px;
    margin-top: 1px;
    transform: rotate(180deg);
}

.variant_list_sort._desc:before,
.variant_list_sort._asc:after {
    filter: brightness(0);
}

/* --------------------------- */

.variant_property {
    margin: 0 0 5px 0;
    line-height: 1.35;
}

.variant_property:last-child {
    margin-bottom: 0;
}

.variant_property._mobile {
    display: none;
}

.variant_property_title {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #898989;
}

.variant_property_value {
    font-size: 14px;
}

/* --------------------------- */

.variant_list_stock_title {
    font-size: 14px;
}

.variant_list_stock_address {
    font-size: 12px;
    line-height: 1.33;
}

/* --------------------------- */

.variant_price_current {
    font-size: 16px;
    line-height: 1.3;
}

.variant_price_current .ruble {
    font-size: 13px;
}

.variant_price_old {
    font-size: 13px;
    line-height: 1.38;
    text-decoration: line-through;
    color: #a9a9a9;
}

.variant_price_old .ruble {
    font-size: 12px;
}

/* --------------------------- */

.variant_list_property_popup {
    display: none;
    z-index: 10;
    position: absolute;
    width: 250px;
    top: -7px;
    left: 25px;
    padding: 10px 30px 15px 15px;
    text-align: left;
    opacity: 0;
    background: #fff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    transition: opacity 90ms ease-out;
}

.variant_list_property_popup._display {
    display: block;
}

.variant_list_property_popup._visible {
    opacity: 1;
}

.variant_list_property_popup._loading {
    opacity: 0;
}
.variant_list_more_close {
    display: none;
}

.variant_property._mobile .variant_list_property_popup {
    left: -250px;
}

body._touch .variant_list_more_close {
    display: block;
}

/* --------------------------- */

@media (max-width: 760px) {
    .variant_list_head {
        padding: 5px 10px 5px 10px;
        align-items: center;
        justify-content: space-between;
    }
    .variant_list_head_col._delivery_date {
        margin: 0px;
        position: relative;
    }
    .variant_list_head_col._price {
        margin: 0px;
        position: relative;
        right: 0px;
    }
    .variant_list_head_wrap_col {
        position: relative;
        left: 0px;
    }

    .variant_popup {
        max-width: 480px;
    }

    .variant_list_row {
        padding: 0 20px;
    }

    .variant_list_col._stock {
        width: 40%;
        padding-right: 10px;
    }

    .variant_list_col._property {
        width: 30%;
    }

    .variant_list_col._price {
        width: 30%;
    }

    .variant_list_col._basket {
        float: right;
        width: 30%;
        max-width: 150px;
        padding-top: 0;
    }
}

@media (max-width: 480px) {
    .variant_list_head {
        flex-wrap: wrap;
        justify-content: center;
    }
    .variant_list_head_col._delivery_date {
        width: 100%;
    }

    .variant_popup {
        max-width: 320px;
    }

    .variant_list_row {
        padding: 15px 20px;
    }

    .variant_list_col._stock {
        display: none;
    }

    .variant_list_col._info {
        display: none;
    }

    .variant_list_col._property {
        display: block;
        float: none;
        width: auto;
        margin: 0;
        padding: 0;
    }

    .variant_list_col._price {
        display: none;
    }

    .variant_list_col._basket {
        display: block;
        float: none;
        width: auto;
        max-width: 150px;
        margin: 10px 0 0 0;
        padding: 0;
    }

    .variant_property._mobile {
        display: flex;
        justify-content: space-between;
    }
}

/* -------------------------------------------- */

.size_table {
    font-weight: 400;
    font-style: normal;
}

.size_table p {
    line-height: 1em;
    font-size: 12px;
    padding: 0 10px;
    color: #898989;
}

.size_table table {
    /*width: 280px;*/
    table-layout: fixed;
}

.size_table tr:nth-child(odd) {
    background: #fafafa;
}

.size_table td {
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
    color: #5e5e5e;
}

.size_table td:nth-child(odd) {
    font-weight: 500;
    color: #000;
}

.basket_product_property_table .size_table td:nth-child(odd) {
    font-weight: 400 !important;
}

.size_table th {
    overflow: hidden;
    padding: 4px 6px;
    font-size: 8px;
    font-weight: 500;
    line-height: 1.42;
    text-align: left;
    text-transform: uppercase;
    color: #898989;
}

.size_table td:first-child,
.size_table th:first-child {
    padding-left: 15px;
}

.size_table td:last-child,
.size_table th:last-child {
    padding-right: 15px;
}

.size_table tr:last-child td {
    padding-bottom: 6px;
}

/* -------------------------------------------- */

.fast_order_popup {
    width: 630px;
    max-width: 100%;
    padding: 30px 15px 50px 15px;
}

.fast_order_popup_content {
    width: 360px;
    max-width: 100%;
    margin: 0 auto;
}

/* -------------------------------------------- */

.fast_order_title {
    margin: 0 0 26px 0;
    text-align: center;
}

.fast_order_wrap_product {
    display: block;
    position: relative;
    min-height: 61px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #efefef;
}

/* -------------------------------------------- */

.fast_preview {
    display: block;
    font-size: 0px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    transition: opacity 240ms ease-out, transform 240ms ease-out;
}

.fast_preview._fade_in {
    opacity: 0;
    transform: translateY(-10px);
    transition: none;
}

.fast_preview_wrap_img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 50px;
    margin: 0 -50px 0 0;
}

.fast_preview_wrap_info {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    padding: 0 15px 0 75px;
    font-size: 14px;
    line-height: 1.57;
}

.fast_preview_wrap_price {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    font-size: 14px;
    line-height: 1.57;
    text-align: right;
}

.fast_preview_img {
    display: block;
    width: auto;
    padding: 100% 0 0 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    border: none;
}

.fast_preview_img:not([style*="background-image"]) {
    background-image: url('../img/no_image.jpg');
    background-size: 60%;
}

.fast_preview_title {
    font-size: 13px;
    line-height: 1.38;
    text-decoration: none;
    color: #5e5e5e;
    border: none;
}

.fast_preview_title:hover {
    color: #b21a1f;
}

.fast_preview_price {
    line-height: 1.2;
}

.fast_preview_price_actual {
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
}

.fast_preview_price_old {
    font-size: 13px;
    font-weight: 500;
    text-decoration: line-through;
    white-space: nowrap;
    color: #a9a9a9;
}

/* -------------------------------------------- */

.fast_order_submit_button {
    width: 100%;
}

.fast_order_description {
    margin: 10px 0 30px 0;
    font-size: 15px;
    line-height: 1.6;
}

.fast_order_description._center {
    text-align: center;
}

.fast_order_footer {
    margin: 26px 0 0 0;
    font-size: 12px;
    line-height: 1.33;
}

.fast_order_footer_note {
    display: block;
}

.fast_order_footer_legal {
    display: block;
    margin: 5px 0 0 0;
    color: #a9a9a9;
}

.fast_order_footer_legal a {
    color: #a9a9a9;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.fast_order_footer_legal a:hover {
    border-bottom-color: transparent;
}

/* -------------------------------------------- */

.favorite_layout_main {
    z-index: 1;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 0 60px 0;
    font-size: 14px;
}
.favorite_result_wrap_info {
    display: inline-block;
    vertical-align: top;
    width: 75%;
    padding: 0 20px 0 0;
    font-size: 0;
    margin-bottom: 30px;
}
.favorite_result_wrap_title {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
    font-size: 14px;
}
.favorite_result_title {
    display: inline-block;
    margin: 0;
}
.favorite_result_buttons {
    display: inline-block;
}
.favorite_result_clear,
.favorite_result_share {
    display: inline-block;
    margin-left: 60px;
    cursor: pointer;
    font-size: 13px;
    line-height: 14px;
}
.favorite_result_clear {
    border-bottom: 1px dotted;
}
.favorite_result_clear:hover {
    color: #b21a1f;
    border-color: transparent;
}
.favorites.personal h1.h3 {
    font-size: 24px;
}
.favorites .product_list_cell {
    width: 20%;
}
.favorites .hide_desktop {
    display: none;
    font-size: 18px;
    line-height: 1.33em;
}

.favorite_share {
    margin: 40px 0;
    padding: 40px 30px;
    box-shadow: 0 0 6px #e9e3e3;
    background: #fff url('/media/img/subscribe_bg.jpg') no-repeat 110% 32%;
}
.favorite_share_inner {
    display: block;
    max-width: 770px;
    margin: 0 auto;
    position: relative;
}
.favorite_share_title {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 12px;
}
.favorite_share_form {
    display: flex;
    flex-direction: column;
}
.favorite_share_form_cell {
    vertical-align: top;
    font-size: 14px;
}
.favorite_share_form_cell + .favorite_share_form_cell {
    margin-top: 12px;
}
.favorite_share .share_url {
    width: 420px;
}
.favorite_share_success {
    display: none;
    font-size: 12px;
    bottom: -26px;
    position: absolute;
}

@media (max-width: 1200px) {
    .favorites .product_list_cell {
        width: 33.3%;
    }
}
@media (max-width: 760px) {
    .favorites .product_list_cell {
        width: 50%;
    }
}
@media (max-width: 600px) {
    .favorites .favorite_result_wrap_info {
        width: 100%;
    }
    .favorite_result_wrap_title { width: 100%; }
    .favorite_result_clear, .favorite_result_share { margin-left: 40px; }
}
@media (max-width: 480px) {
    .favorites .hide_desktop { display: block; }
    .favorites .hide_mobile { display: none; }
    .favorite_result_clear, .favorite_result_share { border-color: transparent ; }
    .favorite_share .share_url { width: 300px; }
    .favorite_result_buttons {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
        align-items: center;
    }
    .favorite_result_clear, .favorite_result_share { margin-left: 0; }
}
@media (max-width: 360px) {
    .favorite_share .share_url { width: 240px; }
}

/* -------------------------------------------- */

.order_header {
    margin: 0 0 20px 0;
}

.order_header_wrap_left {
    float: left;
}

.order_header_wrap_right {
    float: right;
    margin: 9px 0 0 0;
}

.order_header_wrap_back {
    display: inline-block;
    margin: 0 20px 0 0;
}

@media (max-width: 640px) {
    .order_header_wrap_left {
        float: none;
    }

    .order_header_wrap_right {
        float: none;
        margin: 10px 0 0 0;
    }

    .order_header_wrap_back {
        display: block;
        margin: 0 0 10px 0;
    }
}

@media print {
    .order_header_wrap_back {
        display: none;
    }
}

.order_header_back {
    display: inline-block;
    position: relative;
    padding: 0 0 0 13px;
    font-size: 14px;
    line-height: 1.35;
    text-decoration: none;
    color: #333;
    border: none;
}

.order_header_back:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    margin: -2px 0 0 0;
    border-style: solid;
    border-color: #898989;
    border-width: 1px 1px 0 0;
    transform: rotate(-135deg);
}

.order_header_back:hover {
    color: #b21a1f;
}

.order_header_back:hover:before {
    border-color: #b21a1f;
}

.order_header_title {
    display: inline-block;
    margin: 0;
    margin-right: 7px;
}

.order_header_date {
    display: inline-block;
    font-size: 12px;
    line-height: 1.33;
    color: #898989;
}

/* ----------------------- */

.order_payment_message {
    display: block;
    margin: 40px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}

.order_payment_message._error {
    color: #c61d23;
}

/* ----------------------- */

.order_item {
    display: block;
    margin: 0 0 10px 0;
    box-shadow: 0 0 6px #e9e3e3;
}

.order_item_content {
    display: block;
    position: relative;
    padding: 30px 30px 30px 15px;
    font-size: 0;
}

@media print {
    .order_item {
        margin: 0 0 30px 0;
        box-shadow: none;
    }

    .order_item_content {
        padding: 0;
    }
}

.order_item_col {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 30px;
    font-size: 14px;
}

.order_item_col._photo {
    position: relative;
    width: 120px;
    margin: 0 -120px 0 0;
    padding: 0;
}

.order_item_col._info {
    width: 40%;
    padding: 0 0 0 150px;
}

.order_item_col._shop {
    width: 30%;
}

.order_item_col._status {
    width: 30%;
}

.order_item_main_price_mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    .order_item_col._info {
        width: 100%;
        margin: 0 0 22px 0;
    }

    .order_item_col._shop {
        width: 60%;
        padding: 0 15px 0 0;
    }

    .order_item_col._status {
        width: 40%;
        padding: 0 0 0 15px;
    }
}

@media screen and (max-width: 600px) {
    .order_item_col,
    .order_item_col._photo,
    .order_item_col._info,
    .order_item_col._shop,
    .order_item_col._status {
        display: block;
        width: auto;
        margin: 0;
        padding: 0;
    }

    .order_item_col._info {
        margin: 20px 0;
    }

    .order_item_col._shop {
        margin: 20px 0;
    }

    .order_item_main_price {
        display: none;
}

    .order_item_main_price_mobile {
        display: block;
    }

    .order_item_main_price_mobile .order_item_price .order_item_price_actual {
        display: block;
        line-height: 1;
        font-size: 22px;
        display: block;
        width: 100%;
    }

    .order_item_main_price_mobile .order_item_price .order_item_price_old {
        margin: 0;
    }
}

/* ----------------------- */

.order_item_num {
    z-index: 1;
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.33;
    color: #333;
    background: #efefef;
    border: none;
}

a.order_item_num:hover {
    background: #dcdcdc;
}

@media print {
    .order_item_num {
        top: 0;
        background: #fff;
    }
}

/* ----------------------- */

.order_item_photo_link {
    border: none;
}

.order_item_photo_link:hover {
    opacity: 0.8;
}

.order_item_photo_img {
    display: block;
    width: auto;
    height: auto;
    max-width: 120px;
}

.order_item_photo_img._no_img {
    padding: 30px;
}

/* ----------------------- */

.order_item_title {
    font-size: 16px;
    line-height: 1.3125;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.order_item_title a {
    border-bottom: none;
}

.order_item_subtitle {
    margin: 6px 0 0 0;
    font-size: 12px;
    line-height: 1.4;
}

.order_item_wrap_price {
    margin: 22px 0 0 0;
}

.order_item_price {
    margin: 0 0 5px 0;
}

.order_item_price._other {
    color: #898989;
}

.order_item_price_number {
    display: block;
}

.order_item_price_actual {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    white-space: nowrap;
}

.order_item_price_actual .ruble {
    font-size: 14px;
}

.order_item_price_old {
    margin: 0 0 0 4px;
    font-size: 14px;
    color: #a9a9a9;
    text-decoration: line-through;
    white-space: nowrap;
}

.order_item_price_old .ruble {
    font-size: 12px;
}

.order_item_price_title {
    display: block;
    margin: -4px 0 0 0;
    font-size: 12px;
    line-height: 1.33;
    color: #898989;
}

.order_item_main_price .order_item_price .order_item_price_number {
    margin: 10px 0 0 0;
}

.order_item_main_price .order_item_price .order_item_price_actual {
    display: block;
    line-height: 1;
    font-size: 22px;
    display: block;
    width: 100%;
}

.order_item_main_price .order_item_price .order_item_price_old {
    margin: 0;
}

/* ----------------------- */
/*
.order_item_delivery {

} */

.order_item_delivery_address {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
}

.order_item_delivery_address a {
    border-bottom: none;
}

.order_item_delivery_prompt {
    margin: 8px 0 0 0;
    font-size: 12px;
    line-height: 1.5;
    color: #898989;
}

/* ----------------------- */

.order_item_status_title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.357;
}

.order_item_status_prompt {
    margin: 8px 0 0 0;
    font-size: 12px;
    line-height: 1.5;
    color: #898989;
}

.order_item_status_track {
    margin: 8px 0 0 0;
    font-size: 12px;
    line-height: 1.5;
}

/* ----------------------- */

.order_info {
    padding: 15px 30px 30px 165px;
    border-top: 1px solid #efefef;
}

.order_info_group_title {
    margin: 0 0 5px 0;
    font-size: 16px;
    line-height: 1.3;
}

.order_info_wrap_col {
    margin: 0 0 0 -30px;
    font-size: 0;
}

.order_info_wrap_property {
    column-count: 2;
}

.order_info_wrap_property .order_info_property {
    page-break-inside: avoid; 
    display: block;  
    width: 100%;
}

.order_info_col {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 30px;
    font-size: 14px;
}

.order_info_col._property {
    width: 100%;
}

.order_info_col._contacts {
    width: 50%;
}

@media (max-width: 768px) {
    .order_info {
        padding: 15px 30px 30px 15px;
    }

    .order_info_col._property {
        width: 40%;
    }

    .order_info_col._contacts {
        width: 60%;
    }
}

@media (max-width: 550px) {
    .order_info_col._property {
        width: 100%;
    }

    .order_info_col._contacts {
        width: 100%;
        margin: 15px 0 0 0;
    }
}

/* ----------------------- */

.order_info_property {
    display: block;
    margin: 2px 0;
    font-size: 12px;
    line-height: 1.33;
}

.order_info_property_title {
    display: inline;
    color: #898989;
}

.order_info_property_value {
    display: inline;
}

/* ----------------------- */

.order_wrap_component_link {
    margin: 10px 0 0 0;
    font-size: 13px;
}

/* ----------------------- */

.order_total_delivery {
    padding: 15px 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
}

.order_total_delivery_price {
    margin: 0 0 0 15px;
    font-size: 16px;
}

.order_total_delivery_price .ruble {
    font-size: 13px;
}

/* ----------------------- */

.order_wrap_payment {
    margin: 20px 0 0 0;
}

.order_wrap_payment_text {
    margin: 10px 0 0 0;
    font-size: 12px;
    line-height: 1.33;
}

/* -------------------------------------------- */

.order_footer {
    display: flex;
}

.order_footer_prompt {
    flex: 1 1;
    margin: 20px 0;
    padding: 0 30px 0 0;
    font-size: 12px;
    line-height: 1.38;
    color: #898989;
}

.order_footer_pay {
    flex: 0 0 240px;
    margin: 20px 0;
}

.order_footer_pay_warning {
    margin: 10px 0 0 0;
    font-size: 13px;
    line-height: 1.38;
}

@media (max-width: 700px) {
    .order_footer {
        display: block;
    }

    .order_footer_prompt {
        padding: 0;
    }
}

@media print {
    .order_footer {
        display: none;
    }
}

/* -------------------------------------------- */

.order_pay {
    display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
    margin-top: 30px;
}

.order_pay .order_total {
    flex: 1 1;
}

.order_pay .order_pay_button {
    width: fit-content;
    flex: 0 0;
}

.order_pay .order_pay_button .order_pay_button_wrapper {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: end;
	-webkit-box-pack: end;
	-webkit-justify-content: end;
	-ms-flex-pack: end;
    flex-direction: column;
}

.order_pay .order_pay_button .order_pay_button_wrapper .order_footer_prompt{
    margin-top: 10px;
}

.order_pay .order_total .order_total_sum .order_total_price {
    font-size: 22px;
    font-weight: 600;
    display: block;
}

.order_pay .order_total .order_total_sum .order_total_delivery {
    padding: 0;
    font-size: 12px;
    line-height: 1.38;
    color: #898989;
    margin-top: 10px;
}

.order_pay .order_total .order_total_sum .order_total_delivery .order_total_delivery_price {
    display: block;
    margin: 0;
}

@media (max-width: 600px) {
    .order_pay {
        flex-direction: column;
    }

    .order_pay .order_pay_button {
        margin-top: 30px;
    }
}

/* -------------------------------------------- */

.order_refund {
    margin: 10px 0 0 0;
    font-size: 13px;
    line-height: 1.38;
}

@media (max-width: 700px) {
    .order_refund {
        margin: 20px 0 0 0;
    }
}

@media print {
    .order_refund {
        display: none;
    }
}

/* -------------------------------------------- */

.basket {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.basket[v-cloak] {
    opacity: 0;
}

.basket_head {
    display: block;
}

.basket_head_wrap_title {
    float: left;
}

.basket_head_wrap_clear {
    float: right;
    margin: 9px 0 0 0;
}

.basket_head_title {
    margin: 0;
}

.basket_head_clear {
    display: inline;
}

@media (max-width: 640px) {
    .basket_head_clear_word {
        display: none;
    }
}

/* -------------------------------------------- */

.basket_section_type_payment {
    margin-top: 30px;
}

.basket_section {
    display: block;
    margin: 30px 0;
}

.basket_section._disabled {
    opacity: 0.3;
}

.basket_section_head {
    margin: 0 0 15px 0;
}

.basket_section_head_title {
    display: inline;
    margin: 0;
    font-size: 16px;
}

.basket_section_head_subtitle {
    display: inline;
    margin: 0 0 0 8px;
    font-size: 12px;
    color: #333;
}

.basket_section_head_subtitle a {
    color: #333;
    border-bottom-color: rgba(0, 0, 0, 0.3);
}

.basket_section_head_subtitle a:hover {
    border-bottom-color: transparent;
}

.basket_promo_code .basket_card {
    display: flex;
    flex-direction: row;
}

.basket_promo_code {
    position: relative;
}

.basket_promo_code:before {
    content: '';
    position: absolute;
    top: 35px;
    right: 0px;
    width: 103px;
    height: 94px;
    background-image: url(/media/img/promo_code_popup_tape.svg);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.basket_promo_code_time {
    color: #898989;
    background: #F5F1F1;
    margin-bottom: 20px;
    padding: 4px 61px;
    font-size: 44px;
    line-height: 60px;
}

.basket_promo_code_column:nth-child(2) {
    padding: 0 21px;
    display: flex;
    flex-direction: column;
}

.basket_promo_code_controls {
    display: flex;
    flex-direction: row;
    margin-top: 9px;
}

.basket_promo_code_controls_value {
    margin-right: 11px;
    padding: 10px 10px;
    border: 1px solid #e4e4e4;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    text-align: left;
    width: 200px;
}

@media (max-width: 830px) {
    .basket_promo_code_controls {
        display: flex;
        flex-direction: column;
    }

    .basket_promo_code_controls .custom_button {
        margin-top: 10px;
    }

    .basket_promo_code_controls_value {
        width: 237px;
        margin-right: 0;
    }
}

@media (max-width: 700px) {
    .basket_promo_code_time {
        padding: 4px 22px;
        font-size: 32px;
    }
}

@media (max-width: 580px) {
    .basket_promo_code .basket_card {
        flex-direction: column;
    }

    .basket_promo_code_time {
        padding: 4px 55px;
        font-size: 32px;
        display: inline-block;
    }

    .basket_promo_code_column:nth-child(2) {
        padding: 0;
    }

    .basket_promo_code_controls_value {
        width: 100%;
    }
}

@media (max-width: 330px) {
    .basket_promo_code_time {
        padding: 4px 35px;
    }
}

/* -------------------------------------------- */

.basket_preloader {
    display: block;
    width: auto;
    height: 200px;
    background: url('../img/basket_loader.svg') no-repeat 50% 50%;
    background-size: auto 20px;
}

.sms_preloader {
    display: block;
    width: auto;
    height: 50px;
    background: url('../img/basket_loader.svg') no-repeat 50% 50%;
    background-size: auto 20px;
}

.video_preloader {
    background: url('../img/basket_loader.svg') no-repeat 50% 50%;
    background-size: auto 20px;
}

.summ_preloader {
    display: block;
    width: auto;
    height: 115px;
    background: url('../img/basket_loader.svg') no-repeat 0% 50%;
    background-size: auto 20px;
}

.basket_ajax_loader {
    display: block;
    width: auto;
    min-height: 30px;
    background: url('../img/basket_loader.svg') no-repeat 50% 50%;
    background-size: auto 20px;
}

.basket_ajax_loader._with_text {
    padding: 0 0 30px 0;
    font-size: 16px;
    line-height: 1.3;
    text-align: left;
    background-position: 0% 100%;
}

/* -------------------------------------------- */

.basket_card {
    display: block;
    margin: 0 0 25px 0;
    padding: 25px 30px 30px 20px;
    box-shadow: 0 0 6px #e9e3e3;
}

.basket_card_wrap_cell {
    margin: 0 0 -10px -10px;
    font-size: 0;
}

.basket_card_cell {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 10px 10px;
    font-size: 14px;
}

.basket_card_cell._number {
    width: 100%;
    max-width: 300px;
}

.basket_card_cell._phone {
    width: 100%;
    max-width: 300px;
}

/* ---------------------- */

.basket_card_prefix {
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    font-size: 14px;
    cursor: pointer;
    color: #898989;
    border-style: solid;
    border-color: #cdcdcd;
    border-width: 1px 0 1px 0;
}

.basket_card_prefix:first-child {
    border-width: 1px 0 1px 1px;
    border-radius: 3px 0 0 3px;
}

.basket_card_prefix:last-child {
    border-width: 1px 1px 1px 0;
    border-radius: 0 3px 3px 0;
}

.basket_card_prefix._selected {
    color: #fff;
    background: #b21a1f;
    border-color: #b21a1f;
}

.basket_card_prefix_input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

/* ---------------------- */

.basket_card_method {
    display: block;
    margin: 0 0 14px 0;
    font-size: 0;
}

.basket_card_method_item {
    display: inline-block;
    margin: 0 18px 0 0;
    font-size: 13px;
    line-height: 1.38;
    cursor: pointer;
    color: #898989;
    border-bottom: 2px solid transparent;
}

.basket_card_method_item:hover {
    color: #333;
}

.basket_card_method_item._selected {
    color: #333;
    border-bottom-color: #b21a1f;
}

/* ---------------------- */

.basket_card_success {
    display: block;
    font-size: 0;
}

.basket_card_success_wrap_img {
    display: inline-block;
    vertical-align: middle;
    width: 127px;
    margin: 0 -127px 0 0;
}

.basket_card_success_wrap_info {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 0 100px 0 150px;
    font-size: 14px;
}

.basket_card_success_wrap_delete {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    margin: 0 0 0 -80px;
    font-size: 14px;
}

.basket_card_success_img {
    display: block;
    max-width: 100%;
}

.basket_card_success_percent {
    font-size: 20px;
    font-weight: 500;
}

.basket_card_success_percent_number {
    font-size: 30px;
    line-height: 1;
}

.basket_card_success_title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
}

@media (max-width: 560px) {
    .basket_card {
        padding: 20px;
    }

    .basket_card_success_wrap_info {
        padding-right: 0;
    }

    .basket_card_success_wrap_delete {
        display: block;
        width: auto;
        margin: 10px 0 0 0;
        padding: 0;
    }
}

@media (max-width: 380px) {
    .basket_card_success_title {
        font-size: 12px;
        line-height: 1.33;
    }
}

/* ---------------------- */

.basket_card_error {
    margin: 10px 0 0 0;
    font-size: 13px;
    line-height: 1.38;
    color: #c61d23;
}

/* ---------------------- */

.basket_card_promo {
    margin: 20px 0 0 0;
}

/* -------------------------------------------- */

.basket_product {
    display: block;
    position: relative;
    margin: 15px 0;
    padding: 20px 38px 30px 20px;
    box-shadow: 0 0 6px #e9e3e3;
    transition: opacity 120ms ease-out;
}

.basket_product._deleting {
    opacity: 0.3;
}

.basket_product_discount {
    z-index: 2;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 104px;
    height: 25px;
    line-height: 25px;
    padding: 0 16px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    color: #ba6869;
    background: #f7ebea;
}

.basket_product_delete {
    z-index: 2;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 38px;
    cursor: pointer;
    background: url('../img/delete.svg') no-repeat 50% 50%;
    background-size: 15px;
    transition: filter 90ms ease-out;
}

.basket_product_delete:hover {
    filter: brightness(0);
}

.basket_product_grid {
    font-size: 0;
}

.basket_product_grid._disabled {
    opacity: 0.4;
}

.basket_product_cell {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

.basket_product_cell._img {
    width: 26%;
}

.basket_product_cell._info {
    width: 34%;
    padding: 0 30px 0 30px;
}

.basket_product_cell._payment {
    width: 40%;
}

.basket_product_cell._not_available {
    opacity: 0.3;
}

/* ------------------------ */

.basket_product_wrap_img {
    display: block;
}

.basket_product_img_link {
    border: none;
    outline: none;
    transition: opacity 60ms ease-out;
}

.basket_product_img_link:hover {
    opacity: 0.8;
}

.basket_product_img {
    display: block;
    max-width: 100%;
}

.basket_product_wrap_price {
    display: block;
    text-align: center;
}

.basket_product_price_actual {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.35;
    white-space: nowrap;
}

.basket_product_price_actual .ruble {
    font-size: 16px;
}

.basket_product_price_old {
    font-size: 14px;
    line-height: 1.35;
    white-space: nowrap;
    text-decoration: line-through;
    color: #a9a9a9;
}

.basket_product_price_old .ruble {
    font-size: 12px;
}
.basket_product_wrap_discount {
    margin: 16px 0 0;
}
.basket_product_discount_warning {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    color: #c61d23;
}
.basket_product_title {
    font-size: 16px;
    line-height: 1.3;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.basket_product_title_link {
    border: none;
}

.basket_product_wrap_article {
    margin: 6px 0 0 0;
    font-size: 12px;
    line-height: 1.4;
}

.basket_product_wrap_select_size {
    margin: 16px 0 0 0;
}

.basket_product_wrap_property {
    margin: 16px 0 0 0;
}

.basket_product_property {
    display: block;
    margin: 2px 0;
    font-size: 12px;
    line-height: 1.33;
}

.basket_product_property._hidden {
    display: none;
}

.basket_product_property_title {
    display: inline;
    color: #898989;
}

.basket_product_property_value {
    display: inline;

}

.basket_product_property._size {
    margin: 20px 0px 16px;
}
.basket_product_property_value._size {
    cursor: pointer;
}
.basket_product_property_value._size span {
    color: #c61d23;
    border-bottom: 1px dotted #c61d23;
}
.basket_product_property_value._size span:hover {
    border-bottom: none;
}
.basket_product_property_value._size div {
    color: #000;
    background: #f7ebea;
    border-radius: 3px;
    padding: 0px 4px;
    display: inline-block;
    height: 22px;
    line-height: 21px;
    margin-right: 5px;
}


.basket_product_property_table {
    display: inline-block;
    margin-left: 5px;
    position: relative;
}

.basket_product_property_table .variant_popup_size_toggle {
    color: #c61d23;
    border-bottom: 1px dotted #c61d23;
}

.basket_product_wrap_more {
    margin: 10px 0 0 0;
}

.basket_product_unavailable {
    margin: 20px 0;
    padding: 14px 14px;
    text-align: center;
    color: #000;
    background: #f7ebea;
}

.basket_product_unavailable_link {
    cursor: pointer;
    color: #000;
    border-bottom: 1px dotted #000;
}

.basket_product_unavailable_link:hover {
    border-bottom-color: transparent;
}

@media (min-width: 601px) and (max-width: 768px) {
    .basket_product_cell._img {
        display: block;
        float: left;
        width: 50%;
        margin: 0;
        padding: 0;
    }

    .basket_product_cell._info {
        display: block;
        float: left;
        clear: both;
        width: 50%;
        margin: 0;
        padding: 0;
    }

    .basket_product_cell._payment {
        display: inline-block;
        width: 50%;
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 768px) {
    .basket_product_wrap_img {
        display: inline-block;
        vertical-align: middle;
        width: 100px;
    }

    .basket_product_wrap_price {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0 20px;
        text-align: left;
    }
}

@media (max-width: 600px) {
    .basket_product {
        padding-right: 20px;
    }

    .basket_product_cell._img {
        display: block;
        width: auto;
        margin: 0;
        padding: 0;
    }

    .basket_product_cell._info {
        display: block;
        width: auto;
        margin: 20px 0 0 0;
        padding: 0;
    }

    .basket_product_cell._payment {
        display: block;
        width: auto;
        margin: 20px 0 0 0;
        padding: 0;
    }
}

/* -------------------------------------------- */

.basket_product_payment_title {
    margin: 0 0 8px 0;
    font-size: 13px;
    line-height: 1.38;
    color: #898989;
}

.basket_product_payment_list {
    display: block;
}

/* -------------------------------------------- */

.basket_product_additional_services {
    margin: 0 0 30px 0;
}

.basket_total_item_value._additional_service {
    position: relative;
}

.basket_total_item_value._additional_service::before {
    content: '+';
    position: absolute;
    left: -13px;
}

.basket_product_additional_services_title {
    margin: 0 0 8px 0;
    font-size: 13px;
    line-height: 1.38;
    color: #898989;
}

.additional_services_list {
    display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
    flex-direction: column;
}

.additional_services_item {
    display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
    align-items: center;
    justify-content: space-between;
    margin: 2px 0;
}

.additional_services_item_content {
    flex: 1 1;
    float: left;
    padding: 0 5px 0 0;
    font-size: 14px;
    line-height: 1.35;
    color: #333;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
}

.additional_services_item_content .custom_checkbox_box {
    margin: 3px 6px auto 0;
}

.additional_services_item_price {
    float: right;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    color: #a9a9a9;
}

.additional_services_item_content .item_service_label {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
    align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
}

.additional_services_item_tooltip_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.additional_services_item_tooltip {
    background: url('data:image/svg+xml;utf8,<?xml version="1.0" ?><svg fill="%23898989" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 448c-110.532 0-200-89.431-200-200 0-110.495 89.472-200 200-200 110.491 0 200 89.471 200 200 0 110.53-89.431 200-200 200zm107.244-255.2c0 67.052-72.421 68.084-72.421 92.863V300c0 6.627-5.373 12-12 12h-45.647c-6.627 0-12-5.373-12-12v-8.659c0-35.745 27.1-50.034 47.579-61.516 17.561-9.845 28.324-16.541 28.324-29.579 0-17.246-21.999-28.693-39.784-28.693-23.189 0-33.894 10.977-48.942 29.969-4.057 5.12-11.46 6.071-16.666 2.124l-27.824-21.098c-5.107-3.872-6.251-11.066-2.644-16.363C184.846 131.491 214.94 112 261.794 112c49.071 0 101.45 38.304 101.45 88.8zM298 368c0 23.159-18.841 42-42 42s-42-18.841-42-42 18.841-42 42-42 42 18.841 42 42z"/></svg>') center center no-repeat;
    background-size: cover;
    border-bottom: none;
    width: 16px;
    height: 16px;
    margin-left: 6px;
    margin-top: 2px;
    display: block;
}

.additional_services_item_tooltip:hover {
    background: url('data:image/svg+xml;utf8,<?xml version="1.0" ?><svg fill="%23333333" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 448c-110.532 0-200-89.431-200-200 0-110.495 89.472-200 200-200 110.491 0 200 89.471 200 200 0 110.53-89.431 200-200 200zm107.244-255.2c0 67.052-72.421 68.084-72.421 92.863V300c0 6.627-5.373 12-12 12h-45.647c-6.627 0-12-5.373-12-12v-8.659c0-35.745 27.1-50.034 47.579-61.516 17.561-9.845 28.324-16.541 28.324-29.579 0-17.246-21.999-28.693-39.784-28.693-23.189 0-33.894 10.977-48.942 29.969-4.057 5.12-11.46 6.071-16.666 2.124l-27.824-21.098c-5.107-3.872-6.251-11.066-2.644-16.363C184.846 131.491 214.94 112 261.794 112c49.071 0 101.45 38.304 101.45 88.8zM298 368c0 23.159-18.841 42-42 42s-42-18.841-42-42 18.841-42 42-42 42 18.841 42 42z"/></svg>') center center no-repeat;
}

.additional_services_popup {
    max-width: 680px;
}

.additional_services_popup_title {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #9E0F0F;
}

.additional_services_popup_content {
    padding: 40px;
}

.additional_services_popup_content img{
    max-width: 100%;
}

.additional_services_popup_text ul {
    margin-top: 24px;
}

.additional_services_popup_text li {
    list-style-type: disc ;
    margin-left: 13px;
}

.additional_services_popup_text li:first-child {
    list-style-type: none;
    margin-left: 0;
}

/* -------------------------------------------- */

.basket_payment {
    display: block;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin: 7px 0;
}

.basket_payment:after {
    content: "";
    display: block;
    clear: both;
}

.basket_payment_title {
    flex: 1 1;
    float: left;
    padding: 0 15px 0 0;
    font-size: 14px;
    line-height: 1.35;
    color: #333;
}

.basket_payment_price {
    float: right;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    color: #a9a9a9;
}

.basket_payment_price .ruble {
    font-size: 13px;
    font-weight: normal;
}

/* -------------------------------------------- */

.basket_product_delivery {
    margin: 0px;
}

.basket_product_delivery_title {
    font-size: 13px;
    line-height: 1.38;
    color: #898989;
}

.basket_product_delivery_date {
    font-size: 12px;
    line-height: 1.5;
    color: #898989;
}
.basket_product_delivery_stock {
    font-size: 12px;
    line-height: 1.5;
    color: #898989;
}

.basket_product_delivery_map {
    display: block;
    margin-left: 13px;
}
.basket_product_delivery_map
span {
    white-space: nowrap;
}

/* -------------------------------------------- */

.basket_shop_popup {
    width: 1100px;
    max-width: 100%;
    height: 630px;
}

.basket_shop_title {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
}

.basket_shop_info {
    margin: 8px 0 20px -20px;
    font-size: 0;
}

.basket_shop_info_cell {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 0 0 20px;
    font-size: 13px;
    line-height: 1.38;
}

.basket_shop_info_title {
    font-size: 12px;
}

.basket_shop_info_value {
    font-size: 14px;
}

.basket_shop_popup {
    overflow: hidden;
    position: relative;
}

.basket_shop_popup_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
}

.basket_shop_map {
    display: block;
    width: auto;
    height: 100%;
}

.basket_shop_popup
.content_map_wrapper {
    width: 68%;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
}

.basket_shop_list {
    width: 30%;
    height: 100%;
}

.basket_shop_list_items {
    overflow-y: scroll;
    height: 63%;
}
.basket_shop_list_items
.basket_shop_item:first-child {
    margin-top: 0px;
}

.basket_shop_list_items::-webkit-scrollbar {
    width: 5px;
}

.basket_shop_list_items::-webkit-scrollbar-track {
    background-color: transparent;
}

.basket_shop_list_items::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-clip: content-box;
    background-color: #c9c9c9;
}

.basket_shop_search {
    position: relative;
    padding: 0px;
    top: 0;
    left: 0;
    margin-bottom: 12px;
}
  
.basket_shop_list_title {
    font-size: 16px;
    font-weight: 500;
}

.basket_shop_item {
    margin: 10px 0;
}

.basket_shop_item_address {
    display: inline;
    cursor: pointer;
    color: #c61d23;
    border-bottom: 1px dotted rgba(255, 0, 0, 0.3);
}

.basket_shop_item_address._selected {
    font-weight: 500;
    color: #000;
    border-bottom-color: rgba(0, 0, 0, 0.5);
}

.basket_shop_item_address:hover {
    border-bottom-color: transparent;
}

@media (max-width: 900px)
{
    .basket_shop_popup {
        width: 500px;
        height: 1000px;
    }
    .basket_shop_popup_wrapper {
        flex-direction: column;
    }
    .basket_shop_list {
        width: 100%;
    }
    .basket_shop_list_items {
        height: 29%;
    }
    .basket_shop_popup 
    .content_map_wrapper {
        width: 100%;
        height: 50%;
        right: 0px;
        bottom: 0px;
        top: auto;
    }
}
@media (max-width: 530px)
{
    .basket_shop_popup {
        width: 340px;
    }
    .basket_shop_popup 
    .content_map_wrapper {
        height: 47%;
    }
}

/* -------------------------------------------- */

.basket_warning {
    display: block;
    margin: 20px 0;
    padding: 25px 35px 25px 50px;
    color: #ba6869;
    background: #f7ebea;
}

.basket_warning:before {
    content: '!';
    display: inline-block;
    vertical-align: middle;
    width: 58px;
    height: 58px;
    line-height: 54px;
    margin: 0 -58px 0 0;
    font-size: 32px;
    text-align: center;
    color: #ba6869;
    border: 2px solid #ba6869;
    border-radius: 100%;
}

.basket_warning_text {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 0 0 0 110px;
    font-size: 13px;
    line-height: 1.69;
}

.basket_warning_text .ruble {
    font-size: 12px;
}



.basket_warning._delivery {
    padding: 15px 25px 15px 40px;
    color: #c61d23;
    background: #f9e8e9;
}
.basket_warning._delivery::before {
    width: 40px;
    height: 40px;
    line-height: 36px;
    color: #c61d23;
    border: 2px solid #c61d23;
}

@media (max-width: 550px) {
    .basket_warning {
        padding: 15px 15px 15px 20px !important;
    }

    .basket_warning:before {
        width: 28px !important;
        height: 28px !important;
        line-height: 24px !important;
        margin: 0 -28px 0 0 !important;
        font-size: 20px !important;
    }

    .basket_warning_text {
        padding-left: 48px !important;
    }
}

/* -------------------------------------------- */

.basket_warning.select_payment {
    display: none;
    margin: 20px 0;
    padding: 25px 35px 25px 50px;
    color: #ba6869;
    background: #f7ebea;
}

.basket_warning.select_payment:before {
    content: '!';
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    line-height: 28px;
    margin: 0 -58px 0 0;
    font-size: 19px;
    text-align: center;
    color: #ba6869;
    border: 2px solid #ba6869;
    border-radius: 100%;
}

@media (max-width: 550px) {
    .basket_warning.select_payment {
        padding: 15px 15px 15px 20px;
    }

    .basket_warning.select_payment:before {
        width: 28px;
        height: 28px;
        line-height: 24px;
        margin: 0 -28px 0 0;
        font-size: 20px;
    }
}

/* -------------------------------------------- */

.basket_checkout {
    display: block;
    padding: 25px 50px 20px 20px;
    font-size: 0;
    box-shadow: 0 0 6px #e9e3e3;
}

.basket_checkout_wrap_form {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px 0 0;
    font-size: 14px;
}

.basket_checkout_wrap_total {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    padding: 12px 0 0 15px;
    font-size: 14px;
}
.basket_checkout_wrap_total_sticky {
    max-width: 310px;
    height: fit-content;
    position: sticky;
    top: 80px;
    padding: 20px;
    box-shadow: 0 0 6px #e9e3e3;
    border-radius: 4px;
}
.global_container_terminal .basket_checkout_wrap_total_sticky {
    top: 135px;
}
.basket_checkout_wrap_total_sticky .basket_total_item {
    margin-top: 0px;
}

.basket_main {
    max-width: 70%;
    min-width: 890px;
    margin-right: 35px;
}
.bakset_main_wide {
    width: 100%;
    max-width: 846px;
    margin: 0px auto;
}
.basket_section:last-of-type{
    margin-bottom: 0px;
}

@media (max-width: 1275px) {
    .basket_main {
        max-width: 70%;
        min-width: auto;
    }
}
@media (max-width: 1150px) {
    .basket {
        flex-wrap: wrap;
    }
    .basket_main {
        max-width: 946px;
        margin: 0px auto;
    }
    .basket_checkout_wrap_total_sticky {
        max-width: 946px;
        margin: 0px auto;
        width: 100%;
        margin-top: 30px;
    }
}
@media (max-width: 900px) {
    .basket_checkout {
        padding: 20px;
    }

    /* .basket_checkout_wrap_form {
        display: block;
        width: auto;
        max-width: 520px;
        margin: 0 auto;
        padding: 0;
    }

    .basket_checkout_wrap_total {
        display: block;
        width: auto;
        max-width: 520px;
        margin: 20px auto 0 auto;
        padding: 0;
    } */
}

/* -------------------------------------------- */

.basket_total {
    display: block;
}

.basket_total_item {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

.basket_total_item:after {
    content: "";
    display: block;
    clear: both;
}

.basket_total_item_title {
    flex: 1 1;
    float: left;
    margin: 3px 0 0 0;
    padding: 0 15px 0 0;
    font-size: 13px;
    line-height: 1.38;
}

.basket_total_item_value {
    float: right;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
}

.basket_total_item_value .ruble {
    font-size: 14px;
}

.basket_total_item._final {
    margin: 20px 0 0 0;
}

.basket_total_item._final .basket_total_item_title {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.33;
}

.basket_total_prepay {
    margin: 6px 0;
    font-size: 13px;
    line-height: 1.38;
    color: #898989;
}

.basket_total_prepay_price {
    font-size: 16px;
}

.basket_total_prepay_price .ruble {
    font-size: 13px;
}

/* -------------------------------------------- */

.basket_checkout_promo {

}

.basket_checkout_submit {
    margin: 10px 0 0 0;
}

.basket_checkout_submit_button {
    width: 100%;
}

.basket_checkout_legal {
    margin: 17px 0 0 0;
    font-size: 12px;
    line-height: 1.4;
    color: #898989;
}

.basket_checkout_legal a {
    color: #898989;
    border-bottom-color: rgba(0, 0, 0, 0.3);
}

.basket_checkout_legal a:hover {
    border-bottom-color: transparent;
}

.basket_valid_date {
    font-size: 12px;
    line-height: 1.4;
    color: #898989;
    position: relative;
}

/* -------------------------------------------- */

.basket_form_group {
    margin: 25px 0;
}

.basket_form_group:first-child {
    margin-top: 0;
}

.basket_form_group:last-child {
    margin-bottom: 0;
}

.basket_form_group_title {
    margin: 0 0 10px 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.38;
    color: #333;
}

.basket_form_group_subtitle {
    font-size: 12px;
    line-height: 1.6;
    color: #898989;
}

.basket_form_row {
    margin: 10px 0 10px 0;
}

.basket_form_grid {
    margin: 0 0 0 -10px;
    font-size: 0;
}

.basket_form_grid_cell {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 0 0 10px;
}

.basket_form_grid_cell._1_6 {
    width: 16.66%;
}

.basket_form_grid_cell._2_6 {
    width: 33.33%;
}

.basket_form_grid_cell._3_6 {
    width: 50%;
}

.basket_form_grid_cell._4_6 {
    width: 66.66%;
}

.basket_form_grid_cell._5_6 {
    width: 83.33%;
}

.basket_form_grid_cell._6_6 {
    width: 100%;
}

@media (max-width: 600px) {
    .basket_form_grid {
        margin: 0 0 -10px -10px;
    }

    .basket_form_grid_cell._1_6,
    .basket_form_grid_cell._2_6,
    .basket_form_grid_cell._3_6,
    .basket_form_grid_cell._4_6,
    .basket_form_grid_cell._5_6,
    .basket_form_grid_cell._6_6 {
        width: 100%;
        padding: 0 0 10px 10px;
    }
}

/* -------------------------------------------- */

.basket_wrap_delivery {
    display: block;
    margin: 0 0 30px 0;
}

.basket_delivery_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
    margin: 0 0 -10px -10px;
    font-size: 0;
}

.basket_delivery_cell {
    display: inline-block;
    display: flex;
    justify-content: stretch;
    vertical-align: top;
    width: 50%;
    padding: 0 0 10px 10px;
    font-size: 14px;
}

@media (max-width: 768px) {
    .basket_delivery_cell {
        width: 100%;
    }
}

/* --------------------- */

.basket_delivery {
    display: block;
    width: 100%;
    padding: 20px 20px 20px 20px;
    box-shadow: 0 0 6px #e9e3e3;
}

.basket_delivery_head {
    display: flex;
    justify-content: space-between;
}

.basket_delivery_title {
    flex: 1 1;
    float: left;
    padding: 0 20px 0 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
}

.basket_delivery_price {
    float: right;
    font-weight: 500;
    line-height: 1.35;
    white-space: nowrap;
}

.basket_delivery_price_text {
    font-size: 14px;
}

.basket_delivery_price_number {
    font-size: 20px;
}

.basket_delivery_price .ruble {
    font-size: 16px;
}

.basket_delivery_date {
    margin: 4px 0 0 0;
    font-size: 13px;
    line-height: 1.38;
    color: #898989;
}

.basket_delivery_address {
    margin: 10px 0 0 0;
}

.basket_delivery_address_title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    margin-right: 7px;
}

.basket_delivery_map {
    display: inline-block;
    vertical-align: middle;
    margin-left: 13px;
    margin-bottom: 2px;
}

/* -------------------------------------------- */

.basket_promo {
    margin: 20px 0;
}

.basket_promo_list_title {
    font-size: 13px;
    line-height: 1.38;
}

.basket_promo_form {
    margin: 20px 0 0 0;
}

.basket_promo_show {
    margin-top: 5px;
    display: inline-block;
    font-size: 14px;
    line-height: 1.35;
    cursor: pointer;
    color: #c61d23;
    border-bottom: 1px dotted #c61d23;
}
.form_popup_promocodes .title {
    font-size: 20px;
    display: inline-block;
    margin: 0px;
    color: #000000;
}

.basket_promo_show:hover {
    border-bottom-color: transparent;
}

.basket_promo_form_grid {
    font-size: 0;
}

.basket_promo_form_cell {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

.basket_promo_form_cell._input {
    width: 100%;
    padding: 0 37px 0 0;
}

.basket_promo_form_cell._button {
    width: 40px;
    margin: 0 0 0 -40px;
}

.basket_promo_form_input {
    width: 100%;
    font-size: 13px;
}

.basket_promo_form_submit {
    width: 40px;
    padding: 0;
}

/* --------------------- */

.basket_promo_error {
    margin: 5px 0;
    font-size: 12px;
    line-height: 1.4;
    color: #c61d23;
}

/* --------------------- */

.basket_promo_item {
    display: block;
    position: relative;
    margin: 5px 0;
}

.basket_promo_item_code {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
}

.basket_promo_item_title {
    font-size: 13px;
    line-height: 1.38;
}

.basket_promo_item_delete {
    position: absolute;
    top: 3px;
    right: 0;
    line-height: 1;
}

/* -------------------------------------------- */

.action_list {
    margin: 0 0 -10px -10px;
    font-size: 0;
}

.action_item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 25%;
    padding: 43.75% 0 0 0;
}

.action_item_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-color: transparent;
    border-width: 0 0 10px 10px;
}

.action_item_content {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    box-shadow: 0 0 6px #e9e3e3;
    transition: box-shadow 120ms ease-out;
}

.action_item_content:hover {
    border: none;
    box-shadow: 0 0 6px #b49393;
}

.action_item_img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.action_item_img._small {
    display: block;
}

.action_register_coupons {
    width: 62%;
    margin: 0 auto;
    margin-bottom: 130px;
    margin-top: 130px;
}

.action_register_coupons h1 {
    text-align: center;
    margin-bottom: 45px;
}

.action_register_coupons .form_row_coupon {
    width: 70%;
    margin-bottom: 30px;
}

.action_register_coupons .form_row_coupon .custom_input {
    height: 46px;
}

.action_register_coupons .form_wrapper {
    margin: 0 auto;
    display: block;
    padding: 18px;
    font-size: 0;
    box-shadow: 0 0 6px #e9e3e3;
    width: auto;
}

.action_register_coupons .form_input {
    width: 100%;
}

.action_register_coupons .form_wrapper .form_list {
    display: flex;
    flex-direction: row;
    margin-top: 16px;
}

.action_register_coupons .form_adv_agree {
    align-items: flex-start;
}

.action_register_coupons .custom_checkbox_box {
    margin: 4px 6px 0px 0;
}

.action_register_coupons .form_wrapper .form_column {
    width: 100%;
}

.action_register_coupons .form_input + .form_input {
    margin-left: 10px;
}

.action_register_coupons .form_wrapper .form_column:first-child {
    width: 40%;
}

.action_register_coupons .form_wrapper .form_column:last-child {
    width: 60%;
}

.action_register_coupons .form_wrapper .form_column {
    padding: 0 10px 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.action_register_coupons .form_row {
    flex-wrap: nowrap;
}

.action_register_coupons .form_success,
.action_register_coupons .form_error {
    text-align: center;
}

.register_coupons_personal {
    font-size: 12px;
    line-height: 1.33;
    color: #a9a9a9;
}

@media (max-width: 1000px) {
    .action_register_coupons .form_row {
        width: 100%;
    }

    .action_register_coupons .form_input {
        width: 100%;
    }

    .action_register_coupons .form_column {
        display: flex;
        flex-direction: column;
        width: 100% !important;
        padding: 0 !important;
    }

    .action_register_coupons .form_input {
        margin-bottom: 10px;
    }

    .action_register_coupons .form_input + .form_input {
        margin-left: 0;
    }

    .action_register_coupons .form_wrapper .form_list {
        flex-direction: column;
    }

    .action_register_coupons .form_wrapper .form_column_agree {
        width: 100%;
        padding: 0;
    }

    .action_register_coupons .form_wrapper {
        padding: 35px 80px 40px 80px;
    }
}

@media (max-width: 690px) {
    .action_register_coupons {
        width: 100%;
    }

    .action_register_coupons .form_wrapper {
        padding: 25px 30px 30px 30px;
    }
}

@media (min-width: 691px) {
    .action_item:nth-child(6n + 1),
    .action_item:nth-child(6n - 1) {
        width: 50%;
    }

    .action_item:nth-child(6n + 1) .action_item_img._small,
    .action_item:nth-child(6n - 1) .action_item_img._small {
        display: none;
    }

    .action_item:nth-child(6n + 1) .action_item_img._big,
    .action_item:nth-child(6n - 1) .action_item_img._big {
        display: block;
    }
}

@media (max-width: 690px) {
    .action_item {
        width: 50%;
        padding: 87.5% 0 0 0;
    }

    .action_item:nth-child(3n + 1) {
        width: 100%;
    }

    .action_item:nth-child(3n + 1) .action_item_img._small {
        display: none;
    }

    .action_item:nth-child(3n + 1) .action_item_img._big {
        display: block;
    }
}

/* -------------------------------------------- */

.news_list {
    display: block;
}

.news_list_cell {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #efefef;
}

.news_list_cell:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.news_item {
    display: block;
    font-size: 0;
    text-decoration: none;
    color: #000;
    border: none;
}

.news_item_wrap_img {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100px;
    margin: 0 -100px 0 0;
}

.news_item_wrap_text {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 0 0 130px;
    font-size: 14px;
}

.news_item_img {
    display: block;
    width: auto;
    padding: 100% 0 0 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.news_item_img:not([style*="background-image"]) {
    background-image: url('../img/no_image.jpg');
    background-size: 60%;
}

.news_item_date {
    font-size: 13px;
    line-height: 1.38;
    color: #898989;
}

.news_item_title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57;
}

.news_item:hover .news_item_title {
    color: #b21a1f;
}

.news_item_anot {
    font-size: 14px;
    line-height: 1.57;
    color: #5e5e5e;
}

@media (max-width: 480px) {
    .news_item_wrap_img {
        width: 50px;
        margin: 0 0 10px 0;
    }

    .news_item_wrap_text {
        padding: 0;
    }
}

/* -------------------------------------------- */

.news_view_title {
    margin: 0;
}

.news_view_date {
    margin: 4px 0 0 0;
    font-size: 14px;
    line-height: 1.35;
    color: #a9a9a9;
}

.news_view_anot {
    margin: 20px 0 0 0;
    font-size: 18px;
    line-height: 1.33;
}

.news_view_text {
    margin: 20px 0 0 0;
}

/* -------------------------------------------- */

.vacancy_menu {
    margin: 0 0 18px 0;
    padding: 0 0 18px 0;
    border-bottom: 1px solid #efefef;
}

.vacancy_menu:after {
    content: "";
    display: block;
    clear: both;
}

.vacancy_menu_wrap_text {
    float: left;
}

.vacancy_menu_wrap_img {
    float: right;
    margin: -15px 0 0 0;
    font-size: 0;
}

.vacancy_menu_title {
    font-size: 13px;
    line-height: 1.38;
    color: #898989;
}

.vacancy_menu_contacts {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57;
}

.vacancy_menu_contacts_item {
    margin: 0 25px 0 0;
    white-space: nowrap;
}

.vacancy_menu_contacts a {
    color: #000;
    text-decoration: none;
    border: none;
}

.vacancy_menu_img {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    max-width: 58px;
    max-height: 58px;
    margin: 0 0 0 8px;
}

@media (max-width: 780px) {
    .vacancy_menu_wrap_text {
        float: none;
        margin: 0;
    }

    .vacancy_menu_wrap_img {
        float: none;
        margin: 15px 0 0 0;
    }

    .vacancy_menu_img {
        margin: 0 8px 0 0;
    }
}

/* -------------------------------------------- */

.vacancy_city_list {
    margin: 0 0 0 -50px;
    font-size: 0;
}

.vacancy_city_list_column {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    max-width: 300px;
    padding: 0 0 0 50px;
    font-size: 14px;
}

.vacancy_city_group {
    margin: 0 0 20px 0;
}

.vacancy_city_group_title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57;
}

.vacancy_city_group_content {
    display: block;
}

.vacancy_city_item {
    margin: 5px 0;
    font-size: 14px;
    line-height: 1.57;
}

/* -------------------------------------------- */

.vacancy_item {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #efefef;
}

.vacancy_item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.vacancy_item_head {
    display: block;
}

.vacancy_item_title {
    margin: 0;
}

.vacancy_item_salary {
    font-size: 20px;
    color: #5e5e5e;
}

.vacancy_item_text {
    margin: 15px 0 0 0;
}

.vacancy_item_wrap_button {
    margin: 30px 0 0 0;
}

/* -------------------------------------------- */

.promo_slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 6px #e9e3e3;
    transition: box-shadow 120ms ease-out;
}

.promo_slider:hover {
    box-shadow: 0 0 6px #b49393;
}

.promo_slider_item {
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.promo_slider_item,
.promo_slider_item:hover {
    border: none;
}

.promo_slider .swiper-pagination {
    bottom: 5%;
}

.promo_slider .swiper-pagination-bullet {
    position: relative;
    width: 24px;
    height: 24px;
    margin: 0 !important;
    opacity: 1;
    background: none;
    border: none;
}

.promo_slider .swiper-pagination-bullet:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    opacity: 0.3;
    background: #fff;
    border: none;
    border-radius: 100%;
    transition: opacity 60ms ease-out;
}

.promo_slider .swiper-pagination-bullet-active:before {
    opacity: 1;
}

.promo_slider .swiper-button-prev,
.promo_slider .swiper-button-next {
    width: 30px;
    height: 50px;
    margin: -25px 0 0 0;
    opacity: 0.3;
    background: none;
    transition: opacity 90ms ease-out;
}

.promo_slider .swiper-button-prev {
    left: 0;
}

.promo_slider .swiper-button-next {
    right: 0;
}

.promo_slider .swiper-button-prev:hover,
.promo_slider .swiper-button-next:hover {
    opacity: 1;
}

.promo_slider .swiper-button-prev:before,
.promo_slider .swiper-button-next:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 0;
    border-style: solid;
    border-color: #fff;
    border-width: 2px 2px 0 0;
}

.promo_slider .swiper-button-prev:before {
    left: 10px;
    transform: rotate(-135deg);
}

.promo_slider .swiper-button-next:before {
    right: 10px;
    transform: rotate(45deg);
}

/* -------------------------------------------- */

.promo_block {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    box-shadow: 0 0 6px #e9e3e3;
    transition: box-shadow 120ms ease-out;
}

.promo_block,
.promo_block:hover {
    text-decoration: none;
    color: #000;
    border: none;
}

.promo_block:hover {
    box-shadow: 0 0 6px #b49393;
}

.promo_block_wrap_text {
    display: block;
    position: absolute;
    top: 13%;
    left: 47%;
    width: 48%;
}

.promo_block_title {
    font-size: 20px;
    line-height: 1.3;
}

.promo_block_anot {
    margin: 10px 0 0 0;
    font-size: 14px;
    line-height: 1.35;
    color: #a9a9a9;
}

.promo_block_wrap_button {
    display: block;
    position: absolute;
    bottom: 13%;
    left: 47%;
    width: 50%;
}

.promo_block_button {
    display: inline-block;
    height: 36px;
    line-height: 33px;
    padding: 0 30px;
    font-size: 12px;
    color: #a9a9a9;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    transition: color 90ms ease-out, border-color 90ms ease-out;
}

.promo_block:hover .promo_block_button {
    color: #000;
    border-color: #000;
}

@media (max-width: 1330px) {
    .promo_block_anot {
        display: none;
    }
}

@media (max-width: 1024px) {
    .promo_block_title {
        font-size: 15px;
        line-height: 1.33;
    }
}

/* -------------------------------------------- */

.shop_map {
    display: block;
    width: auto;
    height: 500px;
    margin: 0 0 20px 0;
}

@media (max-width: 640px) {
    .shop_map {
        height: 380px;
    }
}

/* -------------------------------------------- */

.city_list_info {
    padding: 25px 0px 50px;
    font-size: 0;
    border-top: 1px solid #efefef;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.city_list_info_search {
    display: inline-block;
    vertical-align: top;
    width: 28%;
    font-size: 14px;
}

.city_list_info_legend {
    display: inline-block;
    vertical-align: top;
    width: 72%;
    padding: 0 0 0 20px;
    font-size: 14px;
}

@media (max-width: 1000px) {
    .city_list_info_search {
        width: 35%;
    }

    .city_list_info_legend {
        width: 65%;
    }
}

@media (max-width: 640px) {
    .city_list_info_search {
        display: block;
        width: auto;
        width: 100%;
        margin: 0;
        padding: 0;
        margin-top: 20px;
    }

    .city_list_info_legend {
        display: block;
        width: auto;
        margin: 10px 0 0 0;
        padding: 0;
    }
}

/* -------------------------------------------- */

.city_legend {
    display: block;
}

.city_legend_own {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57;
}

.city_legend_own:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 100%;
}

.city_legend_other {
    font-size: 12px;
    line-height: 1.33;
}

/* -------------------------------------------- */

.city_warning {
    max-width: 600px;
    margin: 70px auto 40px;
    font-size: 14px;
    line-height: 1.58;
    text-align: center;
    color: #5e5e5e;
}

/* -------------------------------------------- */

.shop_city_list {
    column-count: 6;
    column-gap: 25px;
}

@media (max-width: 1200px) {
    .shop_city_list {
        column-count: 5;
    }
}

@media (max-width: 1000px) {
    .shop_city_list {
        column-count: 4;
    }
    .autocomplete_popup {
        width: 100%;
        top: 30px;
    }
}

@media (max-width: 760px) {
    .shop_city_list {
        column-count: 3;
    }
}

@media (max-width: 560px) {
    .shop_city_list {
        column-count: 2;
    }
}

@media (max-width: 380px) {
    .shop_city_list {
        column-count: 1;
    }
}

.shop_city_group {
    margin: 0 0 24px 0;
}

.shop_city_item {
    display: inline-block;
    width: 100%;
    margin: 2px 0 0 0;
    font-size: 14px;
    line-height: 1.57;
}

.shop_city_item_inner {
    display: inline-block;
    width: 100%;
}

.shop_city_item_letter {
    margin: 0 0 2px 0;
    color: #a9a9a9;
}

.shop_city_item_link {
    text-decoration: none;
    color: #000;
    border: none;
}

.shop_city_item_region {
    font-size: 12px;
    color: #a9a9a9;
    line-height: 1;
}

.shop_city_item_link:hover {
    color: #b21a1f;
}

.shop_city_item_link._own {
    font-weight: 500;
}

.shop_city_item_link._own:before {
    content: '';
    display: block;
    float: left;
    width: 5px;
    height: 5px;
    margin: 0.65em 0 0 -12px;
    background: #000;
    border-radius: 100%;
}

.shop_city_list._search .shop_city_group {
    margin: 0;
}

.shop_city_list._search .shop_city_item_letter {
    display: none;
}

/* -------------------------------------------- */

.shop_city_title {
    color: #c61d23;
    border-bottom: 1px dotted #c61d23;
    cursor: pointer;
}

.shop_list {
    max-width: 840px;
    margin: 0 auto;
}

.shop_item {
    display: block;
    margin: 40px 0 65px 0;
}

.shop_item_wrap_address {
    margin: 0 0 5px 0;
}

.shop_item_address {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.375;
}

.shop_item_type {
    font-size: 13px;
    white-space: nowrap;
}

.shop_item_info {
    font-size: 0;
    margin-bottom: 20px;
}

.shop_item_wrap_contacts {
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding: 0;
    font-size: 0;
}

.shop_item_wrap_gallery {
    display: inline-block;
    vertical-align: top;
    width: 250px;
    margin: 0 0 0 50px;
    font-size: 0;
}

.shop_item_col {
    display: inline-block;
    vertical-align: top;
    padding: 0 30px 0 0;
    font-size: 14px;
}

.shop_item_col_title {
    display: inline-block;
    margin: 0 2px 0 0;
    line-height: 1.38;
    vertical-align: top;
}

.shop_item_col_text {
    display: inline-block;
    font-size: 14px;
    line-height: 1.35;
}

.shop_item_photo {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 120px;
    height: 80px;
    margin: 0 5px 5px 0;
    cursor: zoom-in;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border: none;
}

.shop_item_photo:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #000;
    transition: opacity 120ms ease-out;
}

.shop_item_photo:hover:after {
    opacity: 0.3;
}

.shop_item_scheme {
    margin: 5px 0 0 0;
    font-size: 13px;
    line-height: 1.38;
}

.shop_item_scheme_link {
    transition: opacity 90ms ease-out;
}

.shop_item_scheme_link:hover {
    opacity: 0.8;
    cursor: zoom-in;
}

.shop_item_scheme_img {
    display: inline-block;
    max-width: 100%;
}

.shop_item_scheme_content {
    display: none;
    margin: 10px 0 0 0;
}

.shop_item_scheme._open .shop_item_scheme_content {
    display: block;
}

.shop_item_metal {
    margin: 0 0 20px 0;
    font-size: 0;
}

.shop_item_metal_row:nth-child(odd) {
    background: #fafafa;
}

.shop_item_metal_col {
    display: inline-block;
    vertical-align: top;
    padding: 8px 15px;
    font-size: 14px;
}

.shop_item_metal_col:first-child {
    padding-left: 30px;
}

.shop_item_metal_col:last-child {
    padding-right: 30px;
}

.shop_item_metal_col._head {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #898989;
}

.shop_item_metal_col._body {
    
    font-size: 16px;
}

.shop_item_metal_col._title {
    width: 20%;
}

.shop_item_metal_col._price {
    width: 30%;
}

.shop_item_metal_col._price_scrap {
    width: 50%;
}

@media (max-width: 780px) {
    .shop_item_wrap_contacts {
        width: 100%;
        margin: 0;
        padding: 0 125px 0 0;
    }

    .shop_item_wrap_gallery {
        width: 125px;
        margin: 0 0 0 -125px;
        padding: 0;
    }
}

@media (max-width: 640px) {
    .shop_item_wrap_contacts {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .shop_item_wrap_gallery {
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 540px) {
    .shop_item_col {
        width: 100%;
        margin: 0 0 10px 0;
        padding: 0;
    }

    .shop_item_wrap_gallery {
        margin: 5px 0 0 0;
    }

    .shop_item_metal_col {
        padding: 8px 8px;
    }

    .shop_item_metal_col:first-child {
        padding-left: 15px;
    }

    .shop_item_metal_col:last-child {
        padding-right: 15px;
    }

    .shop_item_metal_col._head {
        font-size: 12px;
    }
}

/* -------------------------------------------- */

.shop_balloon {
    padding: 10px 20px 10px 10px;
}

.shop_balloon_city {
    font-size: 12px;
    line-height: 1.33;
    color: #898989;
}

.shop_balloon_address {
    font-size: 13px;
    line-height: 1.38;
}

.shop_balloon_type {
    font-size: 12px;
    color: #898989;
}

.shop_balloon_phone {
    margin: 8px 0;
    font-weight: 500;
}

.shop_balloon_hours {
    font-size: 12px;
    line-height: 1.33;
}

/* -------------------------------------------- */

.page_actions {
    position: relative;
}

.page_actions .breadcrumbs_container,
.page_actions .promo_subscribe {
    position: relative;
    z-index: 2;
}

.page_actions .page_content_container {
    position: relative;
}

.action_view_head {
    margin: 0 0 30px 0;
    font-size: 0;
    position: relative;
    padding-bottom: 54px;
    max-width: 1057px;
}

.action_background {
    content: '';
    background-color: #F8F8F8;;
    width: 100%;
    position: absolute;
    left: 0;
    top: -65px;
}

.action_full_terms_popup {
    max-width: 90%;
}

@media (min-width: 600px) {
    .action_full_terms_popup {
        max-width: 80%;
    }
}

@media (min-width: 1000px) {
    .action_full_terms_popup {
        max-width: 50%;
    }
}

.action_full_terms_popup_title {
    color: #c61d23;
    font-size: 19px;
}

.action_view_full_terms {
    border: 1px solid #9C9C9C;
    color: #9C9C9C;
    border-radius: 4px;
    padding: 5px 13px;
    margin-top: 30px;
    display: inline-block;
}

.action_view_full_terms:hover {
    background: #9C9C9C;
    color: #FFFFFFFF;
}

.action_view_full_terms:active {
    background: #909090;
}

.action_view_groups ._1_2 .category_item_img {
    width: 70%;
    background-position: 50% 0%;
    background-size: 100%;
}
.action_view_groups ._1_3 .category_item_img {
    width: 70%;
    background-position: 50% 0%;
    background-size: 100%;
}
.action_view_groups ._1_4 .category_item_img {
    width: 70%;
    background-position: 50% 0%;
    background-size: 95%;
}
.action_view_groups ._1_5 .category_item_img {
    width: 70%;
    background-position: 50% 0%;
    background-size: 100%;
}
.action_view_groups ._2_4 .category_item_img {
    width: 40%;
    background-size: 90%;
}

.action_view_groups .promo_grid_cell._big {
    padding: 43.725% 0 0 0;
}
.action_view_groups .promo_grid_cell._short {
    padding: 18% 0 0 0;
}

@media (max-width: 861px) {
    .action_view_groups ._2_4 .category_item_img {
        width: 70%;
        background-size: 95% !important;
    }
    .action_view_groups .category_item_img {
        background-size: 95% !important;
    }
    .action_view_groups ._1_4 .category_item_img {
        background-size: 90% !important;
    }
}
@media (max-width: 700px) {
    .action_view_groups .category_item_img {
        background-size: 95% !important;
    }
    .action_view_groups ._1_4 .category_item_img {
        background-size: 90% !important;
    }
}
@media (max-width: 600px) {
    .action_view_groups .category_item_img {
        background-size: 90% !important;
    }
    .action_view_groups ._1_4 .category_item_img {
        background-size: 90% !important;
    }
}
@media (max-width: 400px) {
    .action_view_groups .category_item_img {
        background-size: 85% !important;
    }
}

.action_view_groups_title {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #000000;
    margin-bottom: 30px;
    margin-top: 40px;
}

.action_view_items .product_list_cell {
    width: 20%;
}
.action_view .product_list_cell {
    width: 24%;
}
.action_view {
    margin-bottom: 15px;
}

@media (max-width: 760px) {
    .action_view_items .product_list_cell {
        width: 50%;
    }
}

.action_view_items_inner {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 45px;
}

.action_view_items_title {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #c61d23;
    text-decoration-line: none;
}

.action_view_wrap_img,
.action_view_wrap_info {
    position: relative;
    z-index: 2;
}

.action_view_wrap_img {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    padding: 0 13px 0 0;
    font-size: 14px;
}

.action_view_wrap_info {
    display: inline-block;
    vertical-align: top;
    width: 54%;
    padding: 0 0 0 25px;
    font-size: 14px;
}

.action_view_img {
    display: block;
    max-width: 100%;
}

.action_view_title {
    margin: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 40px;
    color: #c61d23;
}

.action_view_date {
    margin: 12px 0 0 0;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    color: #9C9C9C;
    display: flex;
    align-items: center;
}

.action_view_date:before {
    content: '';
    background: url(../img/date_icon.svg);
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 6px;
}

.action_view_anot {
    margin: 20px 0 0 0;
    line-height: 24px;
}

@media (max-width: 640px) {
    .action_view_wrap_img {
        display: block;
        width: auto;
        margin: 0 0 10px 0;
        padding: 0;
    }

    .action_view_wrap_info {
        display: block;
        width: auto;
        margin: 0;
        padding: 0;
    }
}

/* -------------------------------------------- */

.promo_subscribe {
    margin: 40px 0;
    padding: 46px 60px 52px 30px;
    box-shadow: 0 0 6px #e9e3e3;
    background: #fff;
}

.promo_subscribe:first-child {
    margin-top: 0;
}

.promo_subscribe:last-child {
    margin-bottom: 0;
}

.promo_subscribe_inner {
    display: block;
    max-width: 770px;
    margin: 0 auto;
}

.promo_subscribe_title {
    font-size: 20px;
    line-height: 1.3;
}

.promo_subscribe_form {
    margin: 10px 0 10px -10px;
    font-size: 0;
}

.promo_subscribe_form_cell {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 0 0 0 10px;
    font-size: 14px;
}

.promo_subscribe_submit {
    width: 100%;
}

.promo_subscribe_legal {
    margin: 12px 0 0 0;
    font-size: 12px;
    line-height: 1.33;
    color: #a9a9a9;
}

.promo_subscribe_legal a {
    color: #a9a9a9;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.promo_subscribe_legal a:hover {
    border-bottom-color: transparent;
}

.promo_subscribe_success {
    display: block;
    position: relative;
    margin: 37px 0;
    padding: 0 0 0 83px;
}

.promo_subscribe_success:before {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 57px;
    height: 57px;
    background: #c61d23;
    border-radius: 100%;
}

.promo_subscribe_success:after {
    content: '';
    display: block;
    position: absolute;
    top: 23px;
    left: 19px;
    width: 21px;
    height: 12px;
    border-style: solid;
    border-color: #fff;
    border-width: 2px 2px 0 0;
    transform: rotate(-225deg);
}

.promo_subscribe_success_title {
    font-size: 20px;
    line-height: 1.3;
}

.promo_subscribe_success_subtitle {
    margin: 8px 0 0 0;
    font-size: 15px;
    line-height: 1.6;
    color: #a9a9a9;
}

@media (max-width: 690px) {
    .promo_subscribe {
        padding: 25px 30px 30px 30px;
        background-image: none;
    }

    .promo_subscribe_form {
        margin: 10px 0;
    }

    .promo_subscribe_form_cell {
        display: block;
        width: auto;
        margin: 10px 0;
        padding: 0;
    }

    .promo_subscribe_title {
        font-size: 18px;
        line-height: 1.44;
    }

    .promo_subscribe_title_br {
        display: none;
    }
}

@media (max-width: 480px) {
    .promo_subscribe_success {
        padding: 80px 0 0 0;
        text-align: center;
    }

    .promo_subscribe_success:before {
        top: 0;
        left: 50%;
        margin: 0 0 0 -28px;
    }

    .promo_subscribe_success:after {
        top: 20px;
        left: 50%;
        margin: 0 0 0 -9px;
    }
}



/* Contacts */
.contacts_view {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.contacts_view >
.contacts_view_wrap_text {
    flex-basis: 315px;
}

.contacts_view_text_offline {
    display: block;
}

.contacts_view_text_online {
    display: block;
    margin: 25px 0 0 0;
}

.contacts_view_map {
    flex-basis: 65%;
    height: 325px;
    margin-bottom: 54px;
}

.contacts_view_link_to_form {
    padding: 6px 18px;
    border-radius: 3px;
    border: 1px solid rgba(205, 205, 205, 1) !important;
    font-size: 12px;
    font-weight: 400;
    color: rgba(137, 137, 137, 1);
    background-color: transparent;
    display: inline-block;
    margin-top: 7px;
}

@media (max-width: 1300px) {
    .contacts_view >
    .contacts_view_wrap_text {
        flex-basis: 260px;
    }
}
@media (max-width: 1150px) {
    .contacts_view >
    .contacts_view_wrap_text {
        margin-right: 40px;
        margin-bottom: 54px;
    }
    .contacts_view >
    .contacts_view_wrap_text:last-child {
        margin-right: 0px;
    }
    .contacts_view {
        flex-wrap: wrap;
    }
    .contacts_view_map {
        flex-grow: 2;
    }
}
@media (min-width: 501px) and (max-width: 760px) {
    .contacts_view_text_offline {
        display: inline-block;
        vertical-align: top;
        width: 48%;
    }

    .contacts_view_text_online {
        display: inline-block;
        vertical-align: top;
        width: 48%;
        margin: 0;
        padding: 0 0 0 40px;
    }
}
@media (max-width: 760px) {
    .contacts_view >
    .contacts_view_wrap_text {
        margin-right: 0px;
        margin-bottom: 24px;
        flex-basis: 100%;
    }
    .contacts_view_map {
        flex-grow: 1;
        flex-basis: 100%;
        margin-bottom: 16px;
    }
}

.contacts_view_balloon {
    padding: 10px;
    font-size: 14px;
    line-height: 1.58;
}

.contacts_view_balloon_title {
    font-weight: 500;
}

.contacts_view_balloon_address {
    margin: 5px 0 0 0;
}



/* -------------------------------------------- */

.bidding_list {
    display: flex;
    flex-direction: column;
}

.bidding_item {
    margin-bottom: 5px;
}

.bidding_item_link {
    color: #000000;
    font-size: 18px;
    border-bottom: none;
}

.bidding_item_link:hover {
    color: #b21a1f;
}

.bidding_files {
    margin-left: 18px;
}

.bidding_files_item {
    list-style: disc;
    margin-bottom: 5px;
}

/* -------------------------------------------- */

.archive_list {
    column-count: 4;
    column-gap: 25px;
}

.archive_item {
    margin: 0 0 15px 0;
}

.archive_item_link {
    border: none;
}

@media (max-width: 1100px) {
    .archive_list {
        column-count: 3;
    }
}

@media (max-width: 800px) {
    .archive_list {
        column-count: 2;
    }
}

@media (max-width: 550px) {
    .archive_list {
        column-count: 1;
    }
}


/* -------------------------------------------- */

.personal_login_form {
    padding: 36px 60px;
    background: #FFFFFF;
    box-shadow: 0 0 6px #E9E3E3;
    width: 430px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #898989;
    box-shadow: none;
}
.personal_login_form h2 {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #000000;
    margin-top: 0px;
}
.personal_login_form.disabled button {
    background-color: #898989;
}
.personal_sms_send {
    width: 320px;
}
.personal_login_form .custom_form_result,
.personal_sms_send .custom_form_result {
    display: none;
}
.personal_login_form .custom_form_result {
    font-size: 13px;
    line-height: 18px;
}

@media (max-width: 450px) {
    .personal_login_form {
        width: 310px;
        padding: 20px;
    }
}

.personal_header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.personal_client {
    display: flex;
    align-items: center;
}
.personal_client_type {
    font-size: 9px;
    line-height: 12px;
    margin-right: 10px;
    border-radius: 3px;
    padding: 4px 7px 3px;
    background: #ececec;
    color: #000;
    text-transform: uppercase;
}
.personal_client_type.standart {

}
.personal_client_type.silver {

}
.personal_client_type.gold {
    background: #FBDD91;
    color: #89660A;
}
.personal_client_type.kristall {

}
.personal_client_fio {
    font-size: 14px;
    line-height: 22px;
    color: #5E5E5E;
    margin-right: 10px;
}
.personal_client_logout {
    font-size: 14px;
    line-height: 22px;
    color: #c61d23;
    text-decoration: underline;
    cursor: pointer;
}
.personal_client_logout:hover {
    text-decoration: none;
}
.personal_tab_control {
    margin-bottom: 30px;
}
.tab_button {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    color: #898989;
    padding: 8px 20px 9px;
    border: 1px solid #CDCDCD;
    cursor: pointer;
}
.tab_button:hover {
    color: #b21a1f;
    border-color: #b21a1f;
}
.tab_button.active {
    background: #c61d23;
    border-color: #c61d23;
    color: #FFFFFF;
}
.tab_button + .tab_button {
    margin-left: 8px;
}
.personal_tab {
    display: none;
}
.personal_tab.active {
    display: block;
}
.personal_tab_wrapper {
    display: flex;
    justify-content: space-between;
}
.personal_client_info {
    background: #FFFFFF;
    box-shadow: 0 0 6px #E9E3E3;
    padding: 24px 20px 30px;
}
.personal_client_info ._no_flex {
    display: block;
}
.personal_client_info_left,
.personal_client_info_right {
    display: inline-block;
    vertical-align: top;
}
.personal_client_info_right {
    width: 230px;
}
.personal_info_title {
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
}
.personal_info_row {
    display: flex;
    flex-flow: wrap;
}
.personal_info_row + .personal_info_row {
    margin-top: 14px;
}
.personal_info_type {
    width: 100%;
    border-radius: 3px;
    color: #000;
    background: transparent;
    padding: 9px 69px;
    text-align: center;
    text-transform: uppercase;
}
.personal_info_type.standart { }
.personal_info_type.silver { }
.personal_info_type.gold {
    background: #FBDD91;
    color: #89660A;
}
.personal_info_type.kristall { }

.personal_info_input .custom_input {
    font-size: 13px;
    line-height: 18px;
    background: #F7F7F7;
    border-color: #F7F7F7;
}
.personal_info_input + .personal_info_input {
    margin-left: 5px;
}
.personal_info_input._1_3 { width: 165px; }
.personal_info_input._2_3 { width: 335px; }
.personal_info_input._3_3 { width: 100%; }

.personal_loader-wrapper {
    width: 100%;
    text-align: center;
}
.personal_loader {
    display: block;
    width: auto;
    height: 200px;
    background: url('../img/basket_loader.svg') no-repeat 50% 50%;
    background-size: auto 20px;
}

@media screen and (min-width: 1000px) and (max-width: 1060px)
{
    .personal_info_input._1_3 { width: 145px; }
    .personal_info_input._2_3 { width: 295px; }
}

@media screen and (max-width: 860px)
{
    .personal_tab_wrapper { flex-direction: column; }
    .personal_client_info_right { margin-top: 30px; }

    .personal_info_row { justify-content: space-between; }
    .personal_info_input + .personal_info_input { margin-left: 0; }
    .personal_info_input._1_3 { width: 32%; }
    .personal_info_input._2_3 { width: 66%; }
}
@media screen and (max-width: 600px)
{
    .personal_info_row { flex-direction: column; }
    .personal_info_input + .personal_info_input { margin-top: 14px; }
    .personal_info_input._1_3,
    .personal_info_input._2_3 { width: 100%; }

    .personal_client_info_right { width: 100%; }
}
@media screen and (max-width: 360px)
{
    .personal_client {
        flex-direction: column;
        align-items: unset;
        width: 100%;
    }
    .personal_client_type {
        text-align: center;
        height: 40px;
        line-height: 34px;
    }
    .personal_client > * {
        margin-right: 0;
    }
    .personal_client > * + * {
        margin-top: 14px;
    }
}

.personal_payment-result {
    margin: 20px 0 20px 20px;
}

.personal_payment-result .success { color: #383; }
.personal_payment-result .failed { color: #c61d23; }

.personal_wrapper {
    margin: 0 auto;
}

.personal_wrapper[v-cloak] {
    display: none;
}

.personal_wrapper h1, .personal_wrapper h2{
    color: #000;
}

.personal_wrapper .basket_section {
    margin: 0 0 40px 0;
}

.personal_order_list .title {
    color: #c61d23;
    font-size: 20px;
    line-height: 26px;
}
.personal_order_list .title a{
    text-decoration: none;
    border-color: transparent;
}
.personal_order_list th {
    width: 33%;
}
.personal_order_list th:last-child,
.personal_order_list td:last-child {
    text-align: right;
}
.personal_order_nothing {
    color: #a0a0a0;
}
.personal_form {
    margin: 30px 0 60px;
}
.personal_form p {
    margin: 0 0 6px;
    font-weight: 500;
}
.personal_form .custom_form_row:first-of-type {
    margin-top: 0;
}
.personal_form-radio {
    margin-right: 30px;
}
.personal_form .custom_form_row {
    margin: 25px 0;
}
.link_personal {
    display: inline-block;
    position: relative;
    padding: 0;
    font-size: 12px;
    line-height: 1.33;
    color: #898989;
    border: none;
    margin: 0 24px 0 0;
}
.link_personal_text {
    display: inline;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.link_personal:hover .link_personal_text {
    border-color: transparent;
}

/* -------------------------------------------- */

.pager {
    display: block;
    margin: 20px 0 0 0;
    text-align: center;
}

.pager_wrap_more {
    margin: 0 0 20px 0;
    line-height: 1;
}

.pager_more {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    border-bottom: 1px dashed #333;
    transition: opacity 90ms ease-out;
}

.pager_more._disabled {
    opacity: 0.3;
}

.pager_wrap_main {
    font-size: 0;
}

.pager_item,
.pager_separator {
    display: inline-block;
    vertical-align: top;
    min-width: 36px;
    height: 36px;
    line-height: 36px;
    padding: 0 8px;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    color: #000;
    border: none;
}

.pager_item._selected {
    color: #c61d23;
    background: #eee9e9;
    border-radius: 36px;
}

a.pager_item:hover {
    color: #b21a1f;
}

/* -------------------------------------------- */

.page_error {
    padding: 0;
    text-align: center;
}

.page_error_title {
    font-size: 22px;
    line-height: 1.3;
}

.page_error_text {
    margin: 12px 0 0 0;
    font-size: 15px;
    line-height: 1.6;
}

.page_error_wrap_button {
    margin: 40px 0 0 0;
}

.page_error_button {
    width: 360px;
    max-width: 100%;
}

._on404 {
    border-top: 1px solid #efefef;
    margin-top: 70px;
    padding: 60px 0 0;
}

/* -------------------------------------------- */

.terminal_login {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}

.terminal_login_error {
    margin: 20px 0;
    color: #c61d23;
    font-size: 13px;
    line-height: 1.38;
}

.terminal_login_error_title {
    display: block;
    font-weight: 500;
}

.terminal_login_error_text {
    display: block;
}

/* -------------------------------------------- */

.static_delivery_step {
    display: block;
    position: relative;
    margin: 0 0 9px 0;
    padding: 0 0 30px 132px;
}

.static_delivery_step:before {
    content: '';
    display: block;
    position: absolute;
    top: 105px;
    left: 48px;
    width: 1px;
    height: calc(100% - 105px);
    background: #efefef;
}

.static_delivery_step._last:before {
    display: none;
}

.static_delivery_step_icon {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 96px;
    height: 96px;
    border: 1px solid #efefef;
    border-radius: 100%;
}

.static_delivery_step_icon:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    background: url('../img/delivery_icons.svg') no-repeat 0 0;
    background-size: 48px;
}

.static_delivery_step_icon._1:before {
    background-position: 0px 0px;
}

.static_delivery_step_icon._2:before {
    background-position: 4px -55px;
}

.static_delivery_step_icon._3:before {
    background-position: 0px -108px;
}

.static_delivery_step_icon._4:before {
    background-position: 5px -158px;
}

.static_delivery_step_icon._5:before {
    background-position: 0px -210px;
}

.static_delivery_step_title {
    margin-top: 0;
}

@media (max-width: 600px) {
    .static_delivery_step {
        margin: 0 0 25px 0;
        padding: 104px 0 0 0;
    }

    .static_delivery_step:before {
        display: none;
    }

    .static_delivery_step_icon {
        top: 0;
        left: 0;
    }
}

/* -------------------------------------------- */

.promo_fact {
    display: block;
    min-height: 172px;
    margin: 0 0 30px 0;
    padding: 20px 0 30px 220px;
    font-size: 0;
    border-bottom: 1px solid #efefef;
}

.promo_fact_img {
    display: inline-block;
    vertical-align: top;
    width: 220px;
    margin: 0 0 0 -220px;
}

.promo_fact_img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.promo_fact_item {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 0 0 0 8%;
    font-size: 14px;
    line-height: 1.57;
    font-weight: 500;
}

.promo_fact_item_icon {
    display: block;
    width: 42px;
    height: 42px;
    margin: 0 0 8px 0;
    background: url('../img/fact_icons.svg') no-repeat 0 0;
    background-size: 42px auto;
}
.promo_fact_item_icon._diamond { background-position: 0 0; }
.promo_fact_item_icon._percent { background-position: 0 -44px; }
.promo_fact_item_icon._bags { background-position: 0 -93px; }
.promo_fact_item_icon._letter { background-position: 0 -146px; }
.promo_fact_item_icon._chart { background-position: 0 -198px; }
.promo_fact_item_icon._medal { background-position: 0 -249px; }

@media (max-width: 760px) {
    .promo_fact {
        margin: 0 0 30px 0;
        padding: 0;
        border: none;
    }

    .promo_fact_img {
        width: auto;
        margin: 0 0 20px 0;
    }

    .promo_fact_img img {
        max-width: 140px;
        max-height: 70px;
    }

    .promo_fact_item {
        display: block;
        width: auto;
        margin: 0 0 15px 0;
        padding: 0 0 0 60px;
    }

    .promo_fact_item_icon {
        float: left;
        margin: 0 0 0 -60px;
    }
}

/* -------------------------------------------- */

.static_table {
    width: 100%;
}

.static_table tr:nth-child(odd) {
    background: #fafafa;
}

.static_table td,
.static_table th {
    padding: 12px 30px;
    text-align: left;
}

.static_table th,
.static_table thead td {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #898989;
}

.static_table._fixed {
    table-layout: fixed;
}
.static_table._fixed th,
.static_table._fixed td {
    padding: 12px 20px;
}

.static_table.loyalty th:nth-of-type(2) { padding-right: 0; }

/* -------------------------------------------- */

@media screen and (max-width: 760px) {
    .mobile_scrollable {
        overflow-x: auto;
    }
}

/* -------------------------------------------- */

.payment_types {
    margin: 20px 0;
}
.payment_type {
    display: inline-block;
    height: 22px;
    width: 40px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.payment_type._mastercard { background-image: url(../img/mastercard-logo.svg); }
.payment_type._visa { background-image: url(../img/visa-logo.svg); }
.payment_type._mir { background-image: url(../img/mir-logo.svg); }

.payment_type + .payment_type { margin-left: 14px; }

/* -------------------------------------------- */

.static_half:after {
    content: "";
    display: block;
    clear: both;
}

.static_half_left {
    display: block;
    float: left;
    width: 50%;
    padding: 0 25px 0 0;
}

.static_half_right {
    display: block;
    float: right;
    width: 50%;
    padding: 0 0 0 25px;
}

@media (max-width: 760px) {
    .static_half_left {
        display: block;
        float: none;
        width: auto;
        padding: 0;
    }

    .static_half_right {
        display: block;
        float: none;
        width: auto;
        margin: 20px 0 0 0;
        padding: 0;
    }
}

/* -------------------------------------------- */

.get_discount_card {
    padding: 30px 20px 30px 20px;
    border: none;
    box-shadow: 0 0 6px #e9e3e3;
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.get_discount_card p {
    margin: 0;
}

/* -------------------------------------------- */

.action_table th,
.action_table td {
    padding: 10px 25px;
    vertical-align: middle;
    text-align: left;
    border-bottom: 1px solid #efefef;
}

.action_table th,
.action_table thead td {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.33;
    text-transform: uppercase;
    color: #898989;
    background: #fafafa;
}
.action_table tr > td:first-child {
    padding: 6px 0 0 0;
}
.action_table tbody tr {
    background: transparent !important;
}

@media (max-width: 480px) {
    .action_table th {
        padding: 10px 4px;
    }
}

/* -------------------------------------------- */

.row_as_link a {
    color: inherit;
    border-bottom: 0;
    display: block;
    padding: 45px 25px;
    margin-bottom: -10px;
    margin-top: -10px;
}

.row_as_link td:nth-child(1) a {
	padding: 0 !important;
    margin-bottom: -1px !important;
    margin-top: -1px !important;
}

.row_as_link:hover {
    cursor: pointer;
    color: #b21a1f;
}

/* -------------------------------------------- */

.company_intro {
    margin: 0 0 30px 0;
}

.company_intro:after {
    content: "";
    display: block;
    clear: both;
}

.company_intro_text {
    float: left;
    width: 50%;
    padding: 0 30px 0 0;
}

.company_intro_img {
    float: right;
    width: 50%;
}

.company_intro_img img {
    display: block;
    max-width: 100%;
    height: auto;
}

@media (max-width: 760px) {
    .company_intro_text {
        float: none;
        width: auto;
        padding: 0;
    }

    .company_intro_img {
        float: none;
        width: auto;
        margin: 20px 0;
    }
}

/* -------------------------------------------- */

.credit_company_list {
    margin: 30px 0;
}

.credit_company {
    margin: 0 0 25px 0;
    padding: 0 0 25px 0;
    font-size: 0;
    border-bottom: 1px solid #efefef;
}

.credit_company_wrap_img {
    display: inline-block;
    vertical-align: top;
    width: 215px;
    margin: 0 -215px 0 0;
}

.credit_company_wrap_text {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 0 0 215px;
    font-size: 14px;
}

.credit_company_title {
    font-size: 14px;
    font-weight: 500;
}

.credit_company_legal {
    margin: 3px 0 0 0;
    font-size: 12px;
    line-height: 1.6;
    color: #5e5e5e;
}

.credit_company_img {
    display: block;
    width: auto;
    height: auto;
    max-width: 140px;
    max-height: 70px;
    margin: 0 auto;
}

@media (max-width: 600px) {
    .credit_company {
        margin: 0 0 20px 0;
        padding: 0 0 20px 0;
    }

    .credit_company_wrap_img {
        display: block;
        width: auto;
        margin: 0;
        padding: 0;
    }

    .credit_company_wrap_text {
        display: block;
        width: auto;
        margin: 10px 0 0 0;
        padding: 0;
    }

    .credit_company_img {
        max-width: 120px;
        margin: 0;
    }
}

/* -------------------------------------------- */

.award_list {
    margin: 0 0 0 -10px;
    font-size: 0;
}

.award_list_cell {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 0 10px 10px;
    font-size: 14px;
}

@supports (display: flex) {
    .award_list {
        display: flex;
        flex-wrap: wrap;
    }

    .award_list_cell {
        display: flex;
    }
}

.award_item {
    display: block;
    padding: 30px 20px 30px 20px;
    font-size: 0;
    text-decoration: none;
    color: #000;
    border: none;
    box-shadow: 0 0 6px #e9e3e3;
}

.award_item_wrap_img {
    display: inline-block;
    vertical-align: top;
    width: 35%;
}

.award_item_wrap_text {
    display: inline-block;
    vertical-align: top;
    width: 65%;
    padding: 0 0 0 20px;
    font-size: 14px;
}

.award_item_img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.award_item_title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.58;
}

.award_item_text {
    font-size: 14px;
    line-height: 1.58;
    color: #5e5e5e;
}

.award_item:hover .award_item_title {
    color: #b21a1f;
}

@media (max-width: 760px) {
    .award_list_cell {
        width: 100%;
    }

    .award_item_wrap_img {
        vertical-align: middle;
        width: 110px;
        margin: 0 -110px 0 0;
    }

    .award_item_wrap_text {
        vertical-align: middle;
        width: 100%;
        padding: 0 0 0 130px;
    }
}

@media (max-width: 440px) {
    .award_item {
        padding: 18px;
    }

    .award_item_wrap_img {
        display: block;
        width: 110px;
        margin: 0;
    }

    .award_item_wrap_text {
        display: block;
        width: auto;
        margin: 10px 0 0 0;
        padding: 0;
    }
}

/* -------------------------------------------- */

.footer_promo_text {
    display: block;
    margin: 30px 0;
}

/* -------------------------------------------- */

@media (max-width: 640px) {
    .promo_mobile_spoiler {
        position: relative;
        overflow: hidden;
        max-height: 200px;
    }

    .promo_mobile_spoiler:after {
        content: 'Подробнее';
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 60px;
        padding: 35px 0 0 0;
        font-size: 13px;
        text-align: center;
        color: #000;
        background: linear-gradient(to top, rgba(255, 255, 255, 1) 20px, rgba(255, 255, 255, 0));
    }

    .promo_mobile_spoiler._open {
        overflow: visible;
        max-height: none;
    }

    .promo_mobile_spoiler._open:after {
        display: none;
    }
}

/* -------------------------------------------- */

.footer_container {
    position: relative;
    padding: 25px 0 0 0;
    box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.05);
	z-index: 2;
}

/* -------------------------------------------- */

.footer_menu {
    margin: 0 0 -40px 0px;
    font-size: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 70%;
}

.footer_wrap_menu {
    /* width: 75%; */
    /* margin-left: auto; */
    display: flex;
    justify-content: space-between;
}

.footer_menu_group {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

.footer_menu_item {
    margin: 4px 0 0 0;
}

.footer_menu_item:first-child {
    margin-top: 0;
}

.footer_menu_item_title._hidden_desktop {
    display: none;
}

.footer_menu_item_title._hidden_desktop + 
.footer_menu_item_content {
    padding: 0;
}

.footer_menu_expand_trigger {
    display: none;
}

.footer_menu_item_content {
    padding: 10px 0 0 0;
    font-size: 13px;
    line-height: 1.38;
    color: #a9a9a9;
}

.footer_menu_item_content p {
    margin: 10px 0;
}

.footer_menu_item_content p:first-child {
    margin-top: 0;
}

.footer_menu_item_content p:last-child {
    margin-bottom: 0;
}

.footer_menu_item_content a {
    text-decoration: none;
    color: #a9a9a9;
    border-bottom-color: rgba(169, 169, 169, 0.5);
}

.footer_menu_item_content a:hover {
    border-bottom-color: transparent;
}

.footer_menu_subitem {
    display: block;
    margin: 0 0 3px 0;
    font-size: 13px;
    line-height: 1.38;
}

.footer_menu_subitem_inner {
    display: inline-block;
    width: 100%;
}

.footer_menu_subitem_link {
    text-decoration: none;
    color: #a9a9a9;
    border: none;
}

.footer_menu_subitem_link:hover {
    color: #000;
}

.footer_mailing_button {
    height: 57px;
    line-height: 57px;
    padding: 0 59px;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    background: transparent;
    color: #898989;
    background-color: rgb(255, 255, 255);
    margin-top: 2px;
}
.footer_mailing_button.custom_button:hover {
    color: #000;
    background: #fff;
    border-bottom-color: #cdcdcd;
}
.footer_menu .footer_mailing_button {
    display: none;
}

.footer_menu_group._shop {
    display: flex;
}

.footer_menu_item_link_to_city {
    color: #c61d23 !important;
    border-bottom: 1px solid #c61d23 !important;
}

.footer_menu_item_content .footer_menu_subitem:last-child {
    margin-bottom: 0px;
}
.footer_menu_group .footer_menu_item:last-child .footer_menu_item_title{
    margin-bottom: 0px;
}

.footer_menu_item {
    margin-top: 0px;
}

.footer_menu_group_socials {
    display: none;
}

@media (max-width: 1100px) {
    .footer_menu > * {
        margin-right: 40px;
        margin-bottom: 40px;
        width: 40%;
    }
    .footer_menu {
        justify-content: flex-start;
        width: 50%;
    }

    .footer_menu_group_socials {
        display: block;
    }
}
@media (max-width: 875px) {
    .footer_menu > * {
        margin-right: 20px;
    }
}
@media (max-width: 770px) {
    .footer_menu > * {
        margin-right: 0px;
        margin-bottom: 0px;
        width: auto;
    }
    .footer_menu {
        margin: 0;
        flex-direction: column;
        width: 100%;
    }
    .footer_mailing_button {
        margin-bottom: 30px;
    }
    .footer_menu .footer_mailing_button {
        display: inline-block;
        width: 100%;
    }

    .footer_menu_item {
        margin: 0 0 15px 0;
    }

    .footer_menu_item_title {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.57;
    }
    
    .footer_menu_item_title a {
        text-decoration: none;
        color: #000;
        border: none;
    }
    
    .footer_menu_item_title {
        display: inline-block;
        position: relative;
    }

    .footer_menu_item_title._hidden_desktop {
        display: block;
    }

    .footer_menu_item_title._hidden_desktop + 
    .footer_menu_item_content {
        padding: 10px 0 0 0;
    }

    .footer_menu_expand_trigger {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
    }

    .footer_menu_item._expand .footer_menu_item_title:after {
        content: '';
        display: inline-block;
        vertical-align: top;
        position: relative;
        width: 6px;
        height: 6px;
        margin: 7px 0 0 7px;
        border-style: solid;
        border-color: #898989;
        border-width: 1px 1px 0 0;
        transform: rotate(135deg);
    }

    .footer_menu_item._expand .footer_menu_item_content {
        display: none;
        opacity: 0;
        transform: translateY(-10px) scaleY(0.9);
        transform-origin: center top;
        transition: opacity 180ms ease-out, transform 180ms ease;
    }

    .footer_menu_item._expand._display .footer_menu_item_content {
        display: block;
    }

    .footer_menu_item._expand._open .footer_menu_item_content {
        opacity: 1;
        transform: none;
    }

    .footer_menu_item._open .footer_menu_item_content {
        display: block;
    }
}

/* -------------------------------------------- */

.footer_shop {
    display: block;
}

.footer_shop_row {
    margin: 0 0 10px 0;
}

.footer_shop_phone {
    margin: 4px 0 2px;
}

/* -------------------------------------------- */

.footer_wrap_info {
    margin: -70px 0 0 0;
}

@media (max-width: 770px) {
    .footer_wrap_info {
        margin: 20px 0 0 0;
    }
}

/* -------------------------------------------- */

.footer_wrap_info_top {
    padding: 11px 0 30px;
    text-align: center;
    display: flex;
    align-items: center;
    width: 75%;
    margin-left: auto;
}

.footer_wrap_info_payment {
    float: left;
    width: 30%;
    text-align: left;
}

.footer_wrap_info_social {
    display: inline-block;
    vertical-align: top;
    margin: 0px auto;
}

.footer_wrap_info_ym {
    float: right;
    width: 30%;
    margin: 2px 0 0 0;
    text-align: right;
}

.info_tech_resource_link {
    color: #a9a9a9;
    font-size: 12px;
    text-align: left;
    line-height: 1;
    margin-top: 4px;
    text-align: center;
}
.info_tech_resource_link a {
    color: #a9a9a9;
    border-bottom-color: rgba(169,169,169,0.5);
}
.info_tech_resource_link a:hover {
    border-bottom-color: transparent;
}

@media (max-width: 1100px) {
    .footer_wrap_info_top {
        margin: 0px;
        width: 100%;
        align-items: flex-start;
    }

    .footer_wrap_info_social {
        display: none;
    }
}
@media (max-width: 770px) {
    .footer_wrap_info_top {
        display: none;
    }
}
@media (max-width: 640px) {
    .footer_wrap_info_top {
        padding: 0;
        flex-direction: column;
    }

    .footer_wrap_info_social {
        display: block;
        width: auto;
        margin: 28px 0 0 0;
    }

    .footer_wrap_info_payment {
        float: left;
        width: auto;
        text-align: left;
    }

    .footer_wrap_info_ym {
        float: left;
        width: auto;
        margin: 4px 0 0 25px;
        text-align: left;
    }
    .info_tech_resource_link {
        text-align: left;
    }
}

/* -------------------------------------------- */

.footer_payment {
    font-size: 0;
}

.footer_payment_icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0 14px 0 0;
    background: url('../img/payment.svg') no-repeat 0 0;
    background-size: 42px;
}

.footer_payment_icon._mc {
    width: 28px;
    height: 22px;
    background-position: 0 0%;
}

.footer_payment_icon._visa {
    width: 37px;
    height: 12px;
    background-position: 0 59%;
}

.footer_payment_icon._mir {
    width: 42px;
    height: 12px;
    background-position: 0 100%;
}

.footer_payment_icon:last-child {
    margin-right: 0;
}

@media (max-width: 380px) {
    .footer_payment_icon {
        margin: 0 10px 0 0;
        background-size: 39px;
    }

    .footer_payment_icon._mc {
        width: 26px;
    }

    .footer_payment_icon._visa {
        width: 34px;
    }

    .footer_payment_icon._mir {
        width: 38px;
    }
}

/* -------------------------------------------- */

.footer_social {
    font-size: 0;
    text-align: center;
}

.footer_social_item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 28px;
    height: 28px;
    margin: 0 8px 0 0;
    opacity: 0.4;
    transition: opacity 90ms ease-out;
}

.footer_social_item,
.footer_social_item:hover {
    border: 2px solid #cdcdcd;
    border-radius: 100%;
}
.footer_social_item._vk {
    border: 0 none;
}

.footer_social_item:hover {
    opacity: 1;
}

.footer_social_item:last-child {
    margin-right: 0;
}

.footer_social_item:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    background: url('../img/footer_social.svg') no-repeat 0 0;
    background-size: 100% auto;
    transform: translate(-50%, -50%);
}
.footer_social_item._vk:before {
    width: 100%;
    height: 100%;
    background: url('../img/social_icon_vk.svg') no-repeat 50% 50%;
    background-size: 180% auto;
}
.footer_social_item._fb:before { background-position: 0 16%; }
.footer_social_item._ig:before { background-position: 0 38%; }
.footer_social_item._tw:before { background-position: 0 60%; }
.footer_social_item._ok:before { background-position: 0 81%; }
.footer_social_item._yt:before { background-position: 0 102%; }

@media (max-width: 640px) {
    .footer_social {
        text-align: left;
    }

    .footer_social_item {
        width: 34px;
        height: 34px;
        margin: 0 14px 0 0;
    }
}

/* -------------------------------------------- */

.footer_app_qr {
    width: 151px;
    height: 151px;
    margin-right: 15px;
}

.footer_qr_apps_wrapper {
    display: flex;
    align-items: flex-start;
    /* position: absolute; */
    /* left: 0px; */
    height: 150px;
}
.footer_apps_wrapper {
    display: flex; 
    flex-direction: column; 
    justify-content: space-between; 
    height: 100%
}

.footer_apps_wrapper p {
    font-size: 12px;
    line-height: 1.2;
    margin: 0;
}

.footer_apps {
    font-size: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.footer_apps_item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-right: 11px;
    text-decoration: none;
    border: none;
    width: 127px;
    height: 40px;
}
.footer_apps .footer_apps_item:first-child {
    margin-bottom: 7px;
}

.footer_apps_item 
img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer_apps_item.ios
img {
    height: 104%;
}

.footer_apps_item:last-child {
    margin-right: 0;
}

.footer_wrap_info_apps {
    display: none;
    vertical-align: top;
    width: 100%;
}

@media (max-width: 770px) {
    .footer_qr_apps_wrapper {
        display: none;
    }
}
@media (max-width: 640px) {
    .footer_apps {
        display: flex;
    }
    .footer_wrap_info_apps {
        display: inline-block;
    }
}

/* -------------------------------------------- */

.footer_ym {
    display: inline-block;
    vertical-align: top;
    width: 152px;
    height: 18px;
    opacity: 0.7;
    background: url('../img/ym.svg') no-repeat 0 0;
    background-size: contain;
    border: none;
    transition: opacity 90ms ease-out;
}

.footer_ym:hover {
    opacity: 1;
}

@media (max-width: 380px) {
    .footer_ym {
        width: 136px;
    }
}

/* -------------------------------------------- */

.footer_wrap_info_bottom {
    padding: 11px 0 20px 0;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    color: #a9a9a9;
    border-top: 1px solid #efefef;
}

.footer_wrap_info_bottom a {
    color: #a9a9a9;
    border-bottom-color: rgba(169, 169, 169, 0.5);
}

.footer_wrap_info_bottom a:hover {
    border-bottom-color: transparent;
}

.footer_wrap_info_legal {
    float: left;
    width: 29%;
    text-align: left;
}

.footer_wrap_info_copyright {
    display: inline-block;
    vertical-align: top;
    width: 42%;
}

.footer_wrap_info_policy {
    float: right;
    width: 29%;
    text-align: right;
}

@media (max-width: 640px) {
    .footer_wrap_info_bottom {
        margin: 25px 0 0 0;
        padding: 20px 0 25px 0;
    }

    .footer_wrap_info_copyright {
        display: block;
        float: none;
        width: auto;
        margin: 0;
        text-align: left;
    }

    .footer_wrap_info_legal {
        display: block;
        float: none;
        width: auto;
        margin: 15px 0 0 0;
        text-align: left;
    }

    .footer_wrap_info_policy {
        display: block;
        float: none;
        width: auto;
        margin: 15px 0 0 0;
        text-align: left;
    }
}

/* -------------------------------------------- */

@media print {
    .breadcrumbs_container {
        display: none;
    }

    .footer_promo_text {
        display: none;
    }

    .footer_container {
        display: none;
    }
}

/* -------------------------------------------- */

ymaps a {
    color: inherit;
    text-decoration: inherit;
    border-bottom: inherit;
}

/* -------------------------------------------- */

[class^="icon-"], [class*=" icon-"] {
    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;
    -moz-osx-font-smoothing: grayscale;
}

.icon-favorite:before {
    content: "\e900";
}
.button_split_with_favorite
.icon-favorite:before { 
    top: 1px;
    position: relative;
}
.icon-clear:before {
     content: "\ea0e";
 }
.icon-share:before {
    content: "\ea82";
}


/* -------------------------------------------- */

.form_wrapper {
    margin: 40px 0;
    width: 505px;
}
.form [v-cloak] {
    display: none;
}
.form_row {
    display: flex;
    width: 100%;
    margin-bottom: 16px;
    align-items: center;
    flex-wrap: wrap;
}
.form_input {
    flex-grow: 1;
    width: 32%;
}
.form_input._flex {
    display: flex;
    justify-content: space-around;
}
.form_input + .form_input {
    margin-left: 5px;
}

.form_input-radio + .form_input-radio { margin-left: -4px; }
.form_description {
    font-size: 12px;
    line-height: 15px;
    color: #898989;
}
.form_adv_agree {
    font-size: 13px;
    line-height: 18px;
    display: flex;
    align-items: center;
}
.form_adv_agree .custom_checkbox_box {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}
.form_submit {
    width: 32%;
}
.form_submit_button {
    cursor: pointer;
}
.form_submit .custom_checkbox_box{
    cursor: pointer;
}
.form .form_submit_button { width: 100%; }
.form_error {
    font-size: 14px;
    line-height: 22px;
    color: #5E5E5E;

}
.form_error p {
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    color: #c61d23;
}
@media screen and (max-width: 700px) {
    .form_wrapper { width: 100%; }
}

@media screen and (max-width: 580px) {
    .form_input { width: 100%; }
    .form_row + .form_row { margin-top: 20px; }
    .form_input + .form_input { margin: 20px 0 0; }
    .form_input._flex { justify-content: flex-start; }
    .form_input-radio { width: 100px; }
}

@media screen and (max-width: 460px) {
    .form_submit { width: 100px; flex-grow: 1; }
}

/* -------------------------------------------- */

.form_success {
    margin-top: 24px;
}
.card_result {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.card_result p {
    margin: 0;
}
.card_result_item {
    width: 44%;
}
.card_item {
    width: 340px;
    height: 191px;
    border: 2px solid #CDCDCD;
    border-radius: 3px;
    padding: 22px;
    position: relative;
}
.card_item-title {
    font-size: 13px;
    line-height: 18px;
    color: #000000;
}
.card_item-number {
    font-weight: bold;
    font-size: 28px;
    line-height: 1em;
}
.card_item-line {
    background: #F4F4F4;
    height: 45px;
    margin: 0 -22px;
    position: absolute;
    width: 100%;
    top: 100px;
}
.card_item_bottom {
    position: absolute;
    bottom: 16px;
    right: 16px;
}
.card_item_bottom img {
    height: 16px;
    display: block;
}
.card_result-checkbox {
    margin-bottom: 24px;
}
.card_checkbox {
    background: url(../img/checkbox_icon.svg) no-repeat 50% 50%;
    background-size: 41px 40px;
    border: 1px solid #EFEFEF;
    border-radius: 50%;
    width: 96px;
    height: 96px;
}
.card_result-title {
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
}
.card_result-text {
    font-size: 14px;
    line-height: 22px;
    color: #5E5E5E;
}

@media screen and (max-width: 880px) {
    .card_result_item { width: 100%; }
    .card_result_item + .card_result_item { margin-top: 40px; }
}

@media (min-width: 600px) and (max-width: 880px) {
    .card_result_item:nth-child(2) {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .card_result-checkbox { margin-right: 24px; }
    .card_result-title { width: calc(100% - 120px); }
}

@media screen and (max-width: 600px) {
    .card_item { margin: 0 auto; }
    .card_checkbox { margin: 0 auto; }
}
@media screen and (max-width: 400px) {
    .card_item { width: 100%; }
}

/* -------------------------------------------- */

.promotion_tooltip {
    position: relative;
}
.promotion_tooltip:after {
    position: absolute;
    display: block;
    content: '*';
    top: -7px;
    right: 3px;
    color: #c61d23;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
._touch .product_item .promotion_tooltip:after {
    top: -10px;
    right: -2px;
}
.variant_preview_price_actual .promotion_tooltip:after {
    top: 0;
    right: 10px;
}
._touch .variant_preview_price_actual .promotion_tooltip:after {
    top: -8px;
    right: 0;
}
.variant_price_current .promotion_tooltip:after {
    top: -10px;
    right: -4px;
}
.variant_property._mobile .promotion_tooltip:after {
    top: -10px;
    right: -2px;
    z-index: 13;
}
.promotion_tooltip-text {
    opacity: 0;
    position: absolute;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    background: #fff;
    box-shadow: 0 0 6px #cecece;
    padding: 4px 6px;
    width: 200px;
    white-space: pre-wrap;
    left: -116px;
    line-height: 14px;
    top: -44px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.promotion_tooltip._show .promotion_tooltip-text {
    opacity: 1;
}
.variant_property._mobile .promotion_tooltip-text {
    left: -200px;
    text-align: left;
}
.product_item_promotion_tooltip {
    position: absolute;
    top: 250px;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    z-index: 13;
}

/* -------------------------------------------- */

.shop_metro-icon {
    vertical-align: bottom;
}
.shop_metro-icon > svg {
    width: 16px;
    height: 16px;
}

/* -------------------------------------------- */

.horizontal_scroll {
	overflow-x: auto;
}

/* -------------------------------------------- */

@media (max-width: 640px) {
    #global_container {
        padding-top: 64px;
    }
    #global_container.global_container_terminal {
        padding-top: 142px;
    }
}

/* -------------------------------------------- */


.promo_code_popup_wrapper {
    overflow: initial;
}

.promo_code_popup {
    padding: 0px 12px 10px;
    text-align: center;
    font-size: 16px;
    width: 399px;
    position: relative;
}

.promo_code_popup:before {
    content: '';
    position: absolute;
    top: -26px;
    left: -28px;
    width: 103px;
    height: 94px;
    background-image: url(/media/img/promo_code_popup_tape.svg);
}

.promo_code_popup_content {
    display: flex;
    flex-direction: column;
    padding: 0 68px;
}

.promo_code_popup_title {
    text-align: center;
    margin-bottom: 20px;
}

.static_text.promo_code_popup_title p {
    margin-bottom: 0;
    margin-top: 0 !important;
    line-height: 32px;
}

.promo_code_popup_timer {
    background: #F5F1F1;
    margin-bottom: 20px;
    padding: 3px 10px;
    color: #898989;
    font-size: 44px;
    line-height: 60px;
}

.promo_code_popup_code {
    margin: 0px 20px 10px 20px;
    padding: 10px 10px;
    border: 1px solid #e4e4e4;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    text-align: left;
}

.promo_code_popup_subtitle {
    color: #333333;
    margin-bottom: 8px;
    font-size: 13px;
    margin-top: -12px;
    line-height: 18px;
}

.promo_code_popup_wrapper > .custom_popup_close {
    display: none;
}

.promo_code_popup_close {
    right: -25px;
    top: -25px;
}

.custom_popup_close:before, .custom_popup_close:after {
    width: 13px;
}

.promo_code_popup_content .custom_button {
    margin: 0px 20px 10px 20px;
}

@media (max-width: 450px) {
    .promo_code_popup_wrapper,
    .promo_code_popup {
        width: 100%;
    }

    .promo_code_popup_content {
        padding: 0;
    }

    .promo_code_popup:before {
        display: none;
    }

    .promo_code_popup_code,
    .promo_code_popup_content .custom_button {
        margin: 0px 0 10px 0;
    }
}

/* -------------------------------------------- */

.lh-widget {
	position: relative;
	z-index: 9999;
}

.hr_partner {
	max-width: 445px;
	text-align: center;
	margin-top: 40px;
	font-weight: bold;
}

/* -------------------------------------------- */

.discount_wrapper .discount_percentage {
    font-size: 64px;
    line-height: 85px;
    color: #c61d23;
    margin-bottom: 30px;
}

.discount_wrapper h1 {
    margin: 0 0 -4px 0;
}

.summ_wrapper {
margin-bottom: 30px;
}

.summ_wrapper h2 {
    margin: 24px 0 -6px 0;
}

.summ_wrapper .summ {
    font-size: 64px;
    line-height: 85px;
    color: #c61d23;
}

.loyalty_cards_wrapper {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
}

.loyalty_cards_wrapper .loyalty_card_item {
    margin-right: 45px;
    display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
    flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
    text-align: center;
    max-width: 105px;
}

.loyalty_cards_wrapper .loyalty_card_item span {
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    margin: 5px 0;
}

.loyalty_cards_wrapper .loyalty_card_item .loyalty_item_precentage{
    font-size: 20px;
    line-height: 26px;
}

@media (max-width: 450px) {
    .loyalty_cards_wrapper {
        flex-wrap: wrap;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
    }
    .loyalty_cards_wrapper .loyalty_card_item {
        margin-right: 15px;
    }
}
/* -------------------------------------------- */
.personal_nav_orders .nav_orders_item {
    font-size: 24px;
    line-height: 32px;
    color: #A9A9A9;
    border-bottom: none;
}

.personal_nav_orders {
    margin-bottom: 37px;
    display: flex;
    flex-wrap: wrap;
}

.personal_nav_orders .nav_orders_item:first-child {
    margin-right: 55px;
}

.personal_nav_orders .nav_orders_item:hover {
    font-size: 24px;
    line-height: 32px;
    color: #000000;
}

.personal_nav_orders .nav_orders_item._selected {
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    border-bottom: 2px solid #c61d23;
}

.personal_order_list {
    display: flex;
    flex-direction: column;
}

.personal_order_list_item {
    box-shadow: 0 0 6px #e9e3e3;
    box-sizing: border-box;
    border-radius: 3px;
    margin: 16.5px 0;
    padding: 0 0 0 2.7%;
}
.personal_order_list_item div {
    padding: 6px 0;
    display: flex;
    align-items: center;
}

.personal_order_list_item .status {
    min-width: 260px;
}

.personal_order_list_item .status.red {
    color: #c61d23;
}

.personal_order_list_item .status.black {
    color: #000;
}

.personal_order_list_item .status.grey {
    color: #A9A9A9;
}

.personal_order_list_item .custom_button._small {
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
    pointer-events: none;
    font-size: 14px;
}

.personal_order_list .date {
    font-size: 14px;
    line-height: 19px;
}

.personal_order_list .status {
    font-size: 14px;
    line-height: 19px;
}

.personal_order_list_item .total_price {
    font-size: 14px;
    line-height: 19px;
    min-width: 70px;
}

.personal_order_list_item div:last-child {
    padding: 0;
}

.personal_order_list_item .title {
    color: #000000;
    font-weight: 500;
    min-width: 90px;
}

.personal_order_list_item .date {
    min-width: 160px;
}

.personal_order_list_item .details_button {
    color: #000000;
}

.personal_order_list_item .personal_order_link {
    width: 100%;
    display: flex;
    display: flex;
    display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
    color: inherit;
    border-bottom: none;
}

.personal_order_list_item .personal_order_link:hover .custom_button {
    background-color: #dcdcdc;
}

@media (max-width: 1075px) {
    .personal_order_list_item .status {
        font-size: 12px;
        line-height: 16px;
    }
}


@media (max-width: 875px) {
    .personal_order_list_item .personal_order_link .custom_button {
        display: none;
    }
}

@media (max-width: 680px) {
    .personal_order_list_item .personal_order_link .custom_button {
        display: none;
    }

    .personal_order_list_item .personal_order_link {
        margin: 7px 0;
        position: relative;
    }

    .personal_order_list_item .personal_order_link .total_price {
        position: absolute;
        right: 10px;
        top: -5px;
    }

    .personal_order_list .title {
        font-size: 16px;
        line-height: 16px;
        font-weight: 500;
    }

    .personal_order_list .date {
        font-size: 12px;
    }

    .personal_order_list_item .personal_order_link {
        flex-direction: column;
    }

    .personal_order_list_item .personal_order_link .total_price {
        order: 1;
        margin-right: 10px;
        font-size: 20px;
        line-height: 26px;
    }

    .personal_nav_orders .nav_orders_item {
        font-size: 20px;
    }
    .personal_nav_orders .nav_orders_item:hover {
        font-size: 20px;
    }
    .personal_nav_orders .nav_orders_item._selected {
        font-size: 20px;
    }
}
/* -------------------------------------------- */

.promocodes_grid {
    display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
    margin-top: 38px;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}


.promocodes_item {
    display: block;
    position: relative;
    text-decoration: none;
    color: #000;
    border: none;
    background: #F2F2F2;
    max-width: 200px;
    padding: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
    justify-content: space-between;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
}

.promocodes_item:first-child {
    margin-left: 0;
}

.promocodes_item .custom_button {
    width: 100%;
}

.promocodes_item .copy_button {
    background-color: #BBB;
}

.promocodes_item .copy_button:hover {
    background-color: #A9A9A9;
}

.promocodes_item._used {
    justify-content: space-between;
}

.promocodes_item_wrap_text {
    text-align: center;
}

.promocodes_item_wrap_form .custom_form_row {
    margin: 10px 0;
}
.promocodes_item_wrap_form .custom_form_row:last-child {
    margin-bottom: 0px;
}

.promocodes_item_date {
    color: #000000;
    font-size: 14px;
}

.promocodes_item_percentage {
    font-size: 64px;
    line-height: 65px;
    color: #c61d23;
}
.promocodes_item._used
.promocodes_item_percentage {
    color: #BBB;
}

.promocodes_item_code .custom_input {
    text-align: center;
    color: #333333;
    border: 1px dashed #9E0B0F;
    box-sizing: border-box;
    margin: 16px 0 0 0;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
}
.promocodes_item_description {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    margin-top: 5px;
}


@media (max-width: 450px) {
    .promocodes_item {
        max-width: 100%;
    }
}

/* -------------------------------------------- */

@media (min-width: 1200px) {
    .personal .favorite_layout_main .product_list_cell {
        width: 25%;
    }
}


.custom_checkbox_input.f-incorrect + .custom_checkbox_box{
    border-color: #c61d23;
}

/* -------------------------------------------- */

.shop_list {
    max-width: 100%;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

.shop_item {
    width: 50%;
    margin: 10px 0 15px 0;
}


@media (max-width: 875px) {
    .shop_item {
        width: 100%;
        margin: 10px 0 15px 0;
    }

}

.shop_item .shop_item_info {
    display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
    flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}

.shop_item_wrap_contacts {
    display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
    flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}

.shop_item .shop_item_info .shop_item_wrap_gallery{
    margin: 10px 0 0 0;
}



@media (max-width: 832px) {
    #js_review_form .feedback_form_wrapper {
        flex-direction: column;
    }
    #js_review_form .feedback_form_wrapper>div {
        width: 100%;
    }
    #js_review_form.has-advanced-upload .feedback_form_wrapper .box_input .preview_box {
        max-width: 68px;
        max-height: 68px;
    }
}

#review_list_load_more {
    display: block;
    cursor: pointer;
    margin: 0 auto;
    width: max-content;
}

#review_list_load_more:hover {
    border-bottom-color: transparent;
}

.review_item_photo {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 68px;
    height: 68px;
    margin: 0 5px 5px 0;
    cursor: zoom-in;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border: none;
}

.review_item_photo:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #000;
    transition: opacity 120ms ease-out;
}

.review_item_photo:hover:after {
    opacity: 0.3;
}

.review_item_photo_count {
    display: block;
    padding: 20px 0;
    width: 68px;
    height: 68px;
    background: #F7F7F7;
    border: 1px solid #DBD9D9;
    box-sizing: border-box;
    border-radius: 4px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    color: #c61d23;
}
.review_item_photo_count:hover {
    background: #F7EBEA;
    border: 1px solid #b21a1f;
    border-bottom-color: 1px solid #b21a1f;
}
.review_item_photo_hidden {
    display: none;
}
.review_item_wrap_gallery {
    display: flex;
    justify-content: center;
}

.custom_popup .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
  }

  .custom_popup.fancybox-show-thumbs.fancybox-is-open div.fancybox-inner {
    right: 0;
    bottom: 95px;
}

@media (max-width: 1360px) {
    .user_review {
        flex: calc(34% - 12px);
    }
    .user_review:nth-of-type(4n+4) {
        margin-right: 12px;
        margin-bottom: 12px;
    }
    #js_review_list {
        justify-content: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
    }
}
@media (max-width: 1315px) {
    .user_review:nth-of-type(3n+3) {
        margin-right: 0;
    }
}
@media (max-width: 1008px) {
    .user_review {
        flex: calc(51% - 12px);
    }
    .user_review:nth-of-type(3n+3) {
        margin-right: 12px;
    }
    .user_review:nth-of-type(2n+2) {
        margin-right: 0;
    }
}

@media (max-width: 700px) {
    .review_list_body {
        display: none;
    }
    #review_list_load_more {
        display: none;
    }
    .user_review {
        max-width: 100%;
        flex: calc(100%);
        margin-right: 0;
    }
    .user_review:nth-of-type(3n+3) {
        margin-right: 0;
    }
    .user_review:nth-of-type(2n+2) {
        margin-right: 0;
    }
}

@media (max-width: 832px) {
    #js_review_popup.feedback_form_popup {
        padding: 24px 24px 70px 24px;
    }
    #js_review_form .feedback_form_wrapper > div:last-child {
        padding-left: 0;
        padding-bottom: 70px;
    }
    #js_review_form .feedback_form_wrapper {
        padding-bottom: 82px;
    }
    .box_input {
        display: block;
        max-height: inherit;
        min-height: inherit;
        height: auto;
    }
    #file_label {
        float: left;
    }
    .box_input .preview_box {
        float: left;
    }
    .custom_form_subtle {
        max-width: 100%;
    }
    #js_review_form.has-advanced-upload .feedback_form_wrapper .box_input .box_dragndrop {
        height: inherit;
    }
    [class^="box_error"] {
        position: relative;
        display: inline;
    }
    .review_form_buttons {
        position: absolute;
        bottom: -55px;
    }
    #js_review_form.has-advanced-upload._disabled div.feedback_form_wrapper div div.custom_form_row.review_form_buttons {
        position: absolute;
        height: 37px;
        margin-top: 20px;
        width: 100%;
    }

    #js_review_form.has-advanced-upload._disabled div.feedback_form_wrapper div div.custom_form_row.review_form_buttons:before {
        background-size: 12%;
        background-position: 5px center;
    }
}

@media (max-width: 452px) {
    #js_review_form div.feedback_form_wrapper div div.custom_form_row button.custom_button {
        width: 100%;
    }
    #js_review_form.has-advanced-upload._disabled div.feedback_form_wrapper div div.custom_form_row.review_form_buttons:before {
        background-size: 22%;
    }
}

@media (max-width: 388px) {
    .custom_form_subtle {
        bottom: 0;
    }
}

/* -------------------------------------------- */

.review_slider {
    display: block;
    margin: 30px -30px;
    position: relative;
}

@media (max-width: 700px) {
    .review_slider {
        margin: 30px -30px 80px;
    }
}
@media (max-width: 480px) {
    .review_slider {
        margin-left: -20px;
        margin-right: -20px;
    }
}

.review_slider_relative {
    display: block;
    position: relative;
    padding: 0 20px;
}

.review_slider_overflow {
    overflow: hidden;
    margin: -20px 0 40px 0;
}

.review_slider_container {
    overflow: visible;
}

.review_slider_button {
    z-index: 1;
    display: block;
    position: absolute;
    top: 20px;
    width: 20px;
    height: calc(100% - 100px);
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.review_slider_button._prev {
    left: 0;
}
.review_slider_button._next {
    right: 0;
}

.review_slider_button:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: 15px;
    height: 15px;
    margin: -7px 0 0 -7px;
    border-style: solid;
    border-color: #cdcdcd;
    border-width: 2px 2px 0 0;
}

.review_slider_button._prev:before {
    left: 12px;
    transform: rotate(-135deg);
}

.review_slider_button._next:before {
    right: 7px;
    transform: rotate(45deg);
}

.review_slider_button:hover {
    opacity: 0.5;
}

.review_slider_button._hidden,
.review_slider_button._disabled {
    display: none;
}

.review_slider_cell {
    text-align: center;
}

.review_slider .user_review {
    width: 100%;
    min-width: inherit;
    max-width: inherit;
    margin: 0;
    display: block;
    flex: none;
    padding-bottom: 36px;
}

.review_slider._disabled:before {
    content: '';
    background: url('/media/img/ajax_loader.svg') no-repeat 50% 50%;
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999999;
    background-size: 20%;
    background-position: center center;
}

#js_review_form._disabled .review_form_buttons {
    position: relative;
    height: 37px;
    margin-top: 20px;
}

#js_review_form._disabled .review_form_buttons button{
    display: none;
}

#js_review_form._disabled .review_form_buttons:before {
    content: '';
    background: url('/media/img/ajax_loader.svg') no-repeat 50% 50%;
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999999;
    background-size: 20%;
    background-position: center center;
}

.review_list_title_count {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #A9A9A9;
}

.js_show_review_form.custom_button._medium {
    width: 200px;
    height: 40px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 36px;
}

.js_show_review_form.custom_button._medium.mobile {
    margin-top: 0px;
}

#js_review_form.no-advanced-upload #file_label {
    display: none;
}

#js_review_form.no-advanced-upload #box_preview .preview_box {
    margin: 0 3px 3px 0;
}

/* -------------------------------------------- */

.at_last_one_photo {
    color: #c61d23;
    margin-top: 10px;
    display: none;
}

.at_last_one_photo.request {
    display: block;
}




/* POPUP методов оплаты заказа */
.payment_list_methods_popup {
    width: 700px;
    display: none;
}
.payment_list_methods_popup
.payment_list_methods
{
    display: flex;
    justify-content: space-between;
    width: 462px;
    margin: 0px auto;
}
.payment_list_methods_popup
.popup_content_title
{
    text-align: center;
    font-weight: 400;
    display: block;
    font-size: 20px;
    line-height: 1.35;
    /* margin-bottom: 63px; */

    margin-bottom: 43px;
    margin-top: 23px;
}
.payment_list_methods_popup
.payment_method
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 200px;
    border: 2px solid #e6e6e6;
    border-radius: 5px;
    margin-bottom: 20px;
}
.payment_list_methods_popup
.payment_method
img
{
    width: 150px;
    height: 150px;
}
.payment_list_methods_popup
.payment_method
.cards_img
{
    height: 90px;
}
.payment_list_methods_popup
.payment_method_block
span
{
    display: block;
    text-align: center;
    font-weight: 500;
    margin-bottom: 56px;
    font-size: 16px;
}

/* POPUP Оплаты QR кода */
.payment_qr_popup {
    width: 630px;
    min-height: 446px;
    display: none;
}
.payment_qr_popup
.popup_content
{
    margin-bottom: 10px;
}
.payment_qr_popup
.qr_popup_button
{
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    top: 31px;
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 12px;
    padding: 0px 15px;
    height: 32px;
    line-height: 31px;
    border-radius: 2px;
}

.payment_qr_popup
.qr_back
{
    color: #a9a9a9;
    border-bottom: none;
    margin: 5px 0px -1px 14px;
    display: block;
    font-size: 12px;
    font-weight: 500;
    position: relative;
}
.payment_qr_popup
.qr_back::before
{
    content: '‹';
    font-size: 20px;
    color: #a9a9a9;
    position: absolute;
    font-weight: 300;
    left: -13px;
    top: -10px;
}
.payment_qr_popup
.payment_qr
{
    display: flex;
    /* justify-content: space-between; */
    width: 600px;
    margin: 0px auto;
}
.payment_qr_popup
.payment_qr_block
{
    width: 255px;
    padding: 20px 0px 0px 29px;
}
.payment_qr_popup
.payment_qr_block
span
{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 14px;
    display: block;
}
.payment_qr_popup
.payment_qr_block
b
{
    color: #c61d23;
}
.payment_qr_popup
.payment_qr_block
li {
    counter-increment: markers;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    line-height: 19px;
}
.payment_qr_popup
.payment_qr_block
ul {
    display: inline-block;
    margin-bottom: 4px;
}
.payment_qr_popup
.payment_qr_block
li:before {
    content: counter(markers) '.';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 5px;
    height: 5px;
    font-weight: 500;
    color: #c61d23;
}
.payment_qr_popup
.qr
{
    width: 300px;
    height: 300px;
}
.payment_qr_popup
.qr
img
{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#qr_amount {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}
#qr_status {
    bottom: 70px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    text-align: center;
    margin: 0px auto;
    display: block;
}
#qr_status
img {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0px auto;
}
#qr_status
span {
    padding: 0px 15px;
    height: 35px;
    display: inline-block;
    margin: 0px auto;
    color: #898989;
    font-weight: 500;
    font-size: 16px;
    background: #F5F1F1;
    line-height: 35px;
}

@media (max-width: 659px)
{
    .payment_list_methods_popup {
        width: 320px;
    }
    .payment_list_methods_popup
    .payment_list_methods {
        flex-direction: column;
        width: 200px;
    }
    .payment_list_methods_popup
    .payment_method_block
    span {
        margin-bottom: 40px;
    }
    .payment_list_methods_popup
    .popup_content_title {
        margin-bottom: 45px;
    }

    .payment_qr_popup {
        width: 330px;
        position: relative;
    }
    .payment_qr_popup
    .payment_qr {
        flex-direction: column;
    }
    .payment_qr_popup
    .popup_content {
        width: 100%;
    }
    .payment_qr_popup
    .payment_qr {
        width: 100%;
    }
    .payment_qr_popup
    .payment_qr_block {
        padding: 0px 0px 0px 29px;
    }
    #qr_status {
        position: unset;
        bottom: 0px;
        transform: translateX(0%);
    }
    .payment_qr_popup
    .qr_popup_button {
        top: 0px;
        position: relative;
        transform: translateX(-50%);
        left: 50%;
    }
    .payment_qr_popup
    .qr {
        width: 280px;
        height: 280px;
    }
    .payment_qr_popup
    .payment_qr_block
    ul {
        margin-bottom: 20px;
    }
    .payment_list_methods_popup
    .payment_method_block {
        margin-left: 0px !important;
    }
}

/* -------------------------------------------- */

.js_user_review_text .secondSec {
    display: block;
}

.js_user_review_text .secondSec.hidden {
    display: none;
}

.js_user_review_text .readMoreLink {
    display: block;
    height: 37px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(247, 247, 247));
    color: none;
    border-bottom: none;
}

.basket_agreement_mailing {
    margin: 17px 0 0 0;
    font-size: 12px;
    line-height: 1.4;
    color: #898989;
    position: relative;
    display: flex;
    width: 90%;
}
.basket_agreement_mailing
input {
    z-index: 3;
    opacity: 0;
}
.basket_agreement_mailing
.custom_checkbox_box {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}



/* Кнопка "Запросить дополнительное фото" */
.demonstration_open {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
.demonstration_open
span {
    color: #c61d23;
    font-weight: 500;
    font-size: 12px;
}
.demonstration_open
img {
    margin-right: 8px;
}


/* POPUP "Демонстрации товара" клиенту */
#js_demonstration_popup {
    display: none;
}
.demonstration_popup {
    font-size: 14px;
    font-weight: 400;

    width: 475px;
    padding: 21px 45px 0px 45px;
}
.demonstration_popup
.text {
    font-size: 13px;
    margin: 0px;
    margin-bottom: 16px;
    color: #333333;
}
.demonstration_popup
.title {
    font-size: 20px;
    display: inline-block;
    margin: 0px;
    margin-bottom: 16px;
    color: #000000;
}
.demonstration_popup
.title_date {
    font-size: 14px;
    color: #000000;
    margin-bottom: 5px;
    display: inline-block;
}
.demonstration_popup
.demonstration_button {
    font-weight: 400;
    padding: 0px 60px;
}

.demonstration_form {
    width: 100%;
}

.flex {
    display: flex;
}
.justify-beetwen {
   justify-content: space-between;
}
.align-center {
    align-items: center;
}
.align-start {
    align-items: flex-start;
}
.justify-center {
    justify-content: center;
}
.justify-end {
    justify-content: flex-end;
}
.wrap {
    flex-wrap: wrap;
}

.demonstration_popup
.dir-column {
    flex-direction: column;
}
.demonstration_popup
.user_data {
    width: 100%;
}
.demonstration_popup
.user_data_title {
    font-weight: 400;
    color: #000000;
    margin-bottom: 8px;
    display: inline-block;
}
.demonstration_popup
.demonstration_button_wrapper {
    position: relative;
    display: inline-block;
    margin-top: 30px;
}
.demonstration_popup
.demonstration_input {
    margin-bottom: 12px;
}
.demonstration_popup
.demonstration_input_last {
    margin-bottom: 0px;
}
.demonstration_popup
.demonstration_input_time {
    width: 71px;
} 
.demonstration_popup
.demonstration_text {
    display: inline-block;
    font-size: 12px;
    margin-left: 13px;
    color: #757575;
}
.demonstration_popup
.connection_type {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;

    padding: 12px 22px;
    position: relative;
    border: 1px solid #CDCDCD;
    border-radius: 4px;
    color: #757575;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    width: 49%;
    margin-bottom: 10px;
}
.demonstration_popup
.connection_type_active {
    border: 2px solid #c61d23;
}
.demonstration_popup
.connection_type
input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}
.demonstration_popup
.connection_type
img {
    width: 20px;
    height: 20px;
}

.demonstration_popup
.select_date_items_wrapper {
    margin-bottom: 15px;
}
.demonstration_popup
.select_date_items {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;

    padding: 12px 22px;
    position: relative;
    border: 1px solid #CDCDCD;
    border-radius: 4px;
    color: #757575;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    margin-right: 13px;
}
.demonstration_popup
.select_date_items_active {
    border: 2px solid #c61d23;
}
.demonstration_popup
.select_date_items
input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

input:checked  + input:parent{
    background: #c61d23;
}
.demonstration_popup
.connection_type
img {
    margin-right: 5px;
}
.demonstration_popup
.loader {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 5px;
    display: none;
}
.demonstration_popup
.loader
img {
    width: 100%;
    height: 100%;
}
.demonstration_popup
.error_field {
    border: 1px solid #c61d23;
}
.demonstration_popup
.demonstration_error_text {
    color: #c61d23;
    font-size: 12px;
}
.demonstration_popup
#js_demonstration_error_message {
    display: inline-block;
    margin-top: 10px;
}
.demonstration_popup
.mgb-55 {
    margin-bottom: 55px;
}
.demonstration_popup
.mgb-30 {
    margin-bottom: 30px;
}

/* POPUP "Заявка принята" */
.application_accepted {
    display: none;
    font-size: 28px;
    padding: 30px 50px;
    width: 436px;
}
.application_accepted_title {
    margin-bottom: 13px;
    font-size: 20px;
}
.application_accepted_text {
    margin-bottom: 25px;
    font-size: 13px;
}


/* Datepicker "Демонстрации товара" */
.demonstration_datepicket
.ui-datepicker {
    border: 0px;
    border-radius: 4px;
    padding: 0px;
}
.demonstration_datepicket
.ui-datepicker-header {
    border: 1px solid #CDCDCD;
    border-bottom: 0px;
    border-radius: 0px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    background: transparent;
    padding: 0px;
}
.demonstration_datepicket
.ui-datepicker-title {
    border-left: 1px solid #CDCDCD;
    border-right: 1px solid #CDCDCD;
    margin: 0px 35px 0px 39px;
    padding: 2px;
}
.demonstration_datepicket
.ui-datepicker-month {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
}
.demonstration_datepicket
.ui-datepicker-year {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
}
.demonstration_datepicket
.ui-datepicker-calendar
span {
    font-weight: 500;
    font-size: 14px;
    color: #B4B1B1;
    background: transparent;
    border: 0px;
}
.demonstration_datepicket
.ui-datepicker-calendar {
    border-collapse: collapse;
    margin: 0px;
    border: 1px solid #CDCDCD;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.demonstration_datepicket
.ui-datepicker-calendar
th {
    border: 1px solid #CDCDCD;
    padding: 4px 6px;
}
.demonstration_datepicket
.ui-datepicker-calendar
td {
    border: 1px solid #CDCDCD;
    padding: 0px
}
.demonstration_datepicket
.ui-datepicker-calendar
td:hover {
    border: 1px solid #CDCDCD;
    padding: 0px;
    background: #F7EBEA;
    color: #b21a1f;
}
.demonstration_datepicket
.ui-icon {
    background-image: url('/media/img/arrow.svg');
    background-size: contain;
    background-position: center;
}
.demonstration_datepicket
.ui-datepicker-prev {
    border: 0px;
    top: 2px;
    transform: rotate(179deg);
    left: 3px;
}
.demonstration_datepicket
.ui-datepicker-next {
    border: 0px;
    top: 2px;
    right: 3px;
}
.demonstration_datepicket
.ui-state-default {
    background: transparent;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    border: 0px;
}
.demonstration_datepicket
.ui-datepicker-unselectable
.ui-state-default {
    color: #C2C2C2;
    font-weight: 400;
    font-size: 14px;
}
.demonstration_datepicket
.ui-state-active {
    background: #F7EBEA;
    color: #c61d23;
}
.demonstration_datepicket
.ui-state-active {
    background: #F7EBEA;
    color: #c61d23;
}
.demonstration_datepicket
.ui-state-hover {
    background: transparent;
}
.demonstration_datepicket
.ui-state-active.ui-state-hover {
    background: #F7EBEA;
}

@media only screen and (max-width: 760px) {
    .demonstration_open {
        margin-bottom: 15px;
    }
    .demonstration_popup
    .direction-column-md {
        flex-direction: column;
    }
    .demonstration_popup
    .demonstration_datepicket {
        margin-bottom: 12px;
    }
    .demonstration_popup
    .text {
        width: auto;
    }
    .demonstration_popup
    .demonstration_button_wrapper {
        margin-top: 27px;
    }
    .demonstration_popup
    .loader {
        top: -1px;
        left: 115%;
    }
    .demonstration_popup
    .justify-start-sm {
        justify-content: flex-start;
    }
    .demonstration_popup
    .mgb-30-sm {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 450px) {
    .demonstration_popup {
        padding: 30px 20px;
    }
    .application_accepted {
        width: auto;
    }
    .demonstration_popup
    .user_data {
        width: 100%;
    }
    .demonstration_popup
    .direction-column-sm {
        flex-direction: column;
    }
    .demonstration_popup
    .align-start-sm {
        align-items: flex-start;
    }
}

/* SIZE CALC */
.button_size_calc {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    cursor: pointer;
    color: #757575;
    border-bottom: 1px dashed #757575;
}

.button_size_calc + .button_size_calc{
    margin-left: 16px;
}

.button_size_calc:hover {
    border-bottom-color: transparent;
}

.size_calc_wrapper {
    display: block;
    position: relative;
    float: right;
    margin: -38px 0 0 0;
}

.size_calc_content {
    display: none;
    width: 786px;
    padding: 25px 50px 30px 50px;
}
.size_calc_content
.title {
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 1;
}
.size_calc_content
.cards {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.size_calc_content
.card {
    width: 210px;
    margin-bottom: 20px;
}
.size_calc_content
.card
img {
    margin-bottom: 12px;
    width: 210px;
    height: 124px;
}
.size_calc_content
.card_text {
    display: flex;
    align-items: flex-start;
}
.size_calc_content
.card_text
span {
    width: 32px;
    height: 32px;
    background: #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: #333333;
}
.size_calc_content
.card_text
p {
    margin: 0px;
    width: 170px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: #333333;
}

.size_calc_content
.calc_wrapper {
    background: #F6F6F6;
    padding: 20px 40px;

}
.size_calc_content
.calc_title {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 8px;
}
.size_calc_content
.calc_input {
    background: #FFFFFF;
    border: 1px solid #CDCDCD;
    border-radius: 4px;
    padding: 10px 13px;
    color: #757575;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    width: 170px;
    outline: transparent;
    margin-right: 28px;
}
.size_calc_content
.calc_result {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #c61d23;
    width: 150px;
    white-space: nowrap;
}
.size_calc_content
.calc {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media (max-width: 760px) {
    .button_size_calc {
        left: 0;
        right: auto;
        transform-origin: 50% 0%;
    }

    .size_calc_wrapper {
        display: block;
        float: none;
        width: auto;
        margin: 0;
        padding: 0 0 0 110px;
    }

    .size_calc_content { width: 310px; }

    .size_calc_content
    .calc_wrapper {
        width: 210px;
        padding: 20px;
        margin: 0px auto;
    }
    .size_calc_content
    .calc_result {
        font-size: 14px;
        margin-top: 8px;
        white-space: break-spaces;
    }
    .size_calc_content
    .cards {
        flex-direction: column;
    }
    .size_calc_content
    .card {
        margin: 0px auto 20px auto;
    }
}
@media (max-width: 545px) {
    .size_calc_content
    .calc_input {
        margin-bottom: 8px;
    }
}
@media (max-width: 480px) {
    .size_calc_wrapper {
        padding: 0 0 0 80px;
    }
    .size_calc_content
    .calc_input {
        margin-right: 0px;
    }
}

.swiper-slide
.product_gallery_main_media.video {
    width: 100% !important;
}
.product_gallery_main_media.video {
    width: 92%;
    max-height: 595px;
    min-height: auto;
    margin: 0px;
}
.product_gallery_main_media.vjs-tech { object-fit: cover; }

@media (max-width: 1060px) {
    .product_gallery_main_media.video {
        width: 90%;
    }    
}
@media (max-width: 860px) {
    .product_gallery_main_media.video {
        width: 88%;
    }    
}
@media (max-width: 400px) {
    .product_gallery_main_media.video {
        width: 85%;
    }    
}


/* Табы */
.tab_head {
    display: flex;
    align-items: center;
    margin-top: 28px;
    border-bottom: 1px solid #CDCDCD;
}
.tab_head_item {
    padding-bottom: 8px;
    cursor: pointer;
    color: #757575;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    margin-right: 20px;
}
.tab_head_item:last-child {
    margin-right: 0px;
}
.tab_head_item.active {
    font-weight: 500;
    border-bottom: 2px solid #c61d23;
    color: #c61d23;
}
.tab_content_disable {
    display: none;
}
.tab_head_mobile {
    display: none;
}
.tab_head_mobile_item {
    width: 100%;
    padding: 16px 0px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
}
.tab_head_mobile {
    border-top: 1px solid #EFEFEF;
}
.tab_head_mobile_line
{
    border-bottom: 1px solid #EFEFEF;
    width: 100%;
    display: none;
}
.no_tabs {
    border-top: 1px solid #EFEFEF !important;
    padding-top: 22px !important;
    margin-top: 15px;
}
.tab_content {
    padding-top: 16px;
    font-size: 13px;
}
 
.tab_head_mobile
.plus {
    width: 16px;
    height: 16px;
    position: relative;
}
.tab_head_mobile
.plus
.horizontal {
    width: 100%;
    height: 2px;
    background: #898989;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.tab_head_mobile
.plus
.vertical {
    width: 2px;
    height: 100%;
    background: #898989;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.tab_head_mobile
.plus.active
.vertical {
    display: none;
}

@media (max-width: 760px) {
    .tab_head {
        display: none;
    }
    .tab_head_mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .product_view_wrap_property_info {
        border: 0px;
        padding-top: 0px;
    }
    .product_layout {
        padding: 0px;
    }
    .product_layout_right {
        padding-bottom: 25px;
    }
    .tab_content_mobile {
        padding: 0px 0px 16px 0px;
    }
    .tab_head_mobile_line {
        display: block;
    }
}


/* Обратный звонок в футере */
.footer_get_callback_mobile {
    display: none;
}
.get_callback_content {
    padding: 27px;
    width: 570px;
}
.get_callback_content
._error {
    border: 1px solid #c61d23;
}
.get_callback_content
.callback_input {
    width: 185px;
    margin-right: 8px;
}
.get_callback_content
.title {
    font-size: 20px;
    display: inline-block;
    margin: 0px;
    color: #000000;
    margin-bottom: 10px;
    line-height: 1;
}
.get_callback_content
.callback_button_mobile {
    display: none;
}
.get_callback_content
.text {
    font-size: 13px;
    margin: 0px;
    margin-bottom: 20px;
    color: #333333;
}

/* Пользовательское соглашение */
.policy_agreement {
    margin: 17px 0 17px 0;
    font-size: 12px;
    line-height: 1.4;
    color: #898989;
    position: relative;
    display: flex;
    width: 90%;
}
.policy_agreement 
input {
    z-index: 3;
    opacity: 0;
}
.policy_agreement 
.custom_checkbox_box {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}
.policy_agreement
.custom_checkbox_text {
    margin-top: 1px;
}

@media (max-width: 600px) {
    .footer_get_callback_mobile {
        display: block;
    }
    .get_callback_content
    .br {
        display: none;
    }
    .get_callback_content
    .text_small {
        width: 80%;
    }
    .get_callback_content {
        width: 350px;
    }
    .get_callback_content
    .callback_input {
        width: 100%;
        margin-bottom: 10px;
    }
    .get_callback_content 
    .callback_button {
        display: none;
    }
    .get_callback_content
    .callback_button_mobile {
        display: block;
    }
}

@media (max-width: 360px) {
    .get_callback_content {
        width: 95%;
    }
}

/* Отписка от рассылки */

/* Кнопка */
.footer_unsubscribe_mailinig {
    cursor: pointer;
}
.footer_unsubscribe_mailinig:hover {
    color: #000;
}
.side_unsubscribe_mailinig {
    color: #898989;
    cursor: pointer;
    padding: 4px 0;
}
.side_unsubscribe_mailinig:hover {
    color: #000
}

/* Попап */
.unsubscribe_mailinig_content {
    width: 479px;
    padding: 32px 27px;
}
.unsubscribe_mailinig_content
.policy_text {
    font-size: 12px;
    color: #898989;
    margin-bottom: 20px;
}
.unsubscribe_mailinig_content
.policy_agreement {
    margin: 0px;
    margin-bottom: 12px;
    width: 100%;
}
.unsubscribe_mailinig_content
.flex {
    display: flex;
}
.unsubscribe_mailinig_content
.align-start {
    align-items: flex-start;
}

.unsubscribe_mailinig_content
.mgb-16 {
    margin-bottom: 16px;
}
.unsubscribe_mailinig_content
.unsubscribe_mailinig_input {
    width: 200px;
}
.unsubscribe_mailinig_content
.title {
    font-size: 20px;
    display: inline-block;
    margin: 0px;
    color: #000000;
    margin-bottom: 15px;
    line-height: 1;
}
.unsubscribe_mailinig_content
.text {
    font-size: 13px;
    margin: 0px;
    margin-bottom: 20px;
    color: #333333;
}
.unsubscribe_mailinig_content
.inputs-block {
    margin-right: 25px;
}
.unsubscribe_mailinig_content
.unsubscribe_mailinig {
    display: block;
    margin-left: auto;
}
.unsubscribe_mailinig_content
._error {
    border: 1px solid #c61d23;
}

.mobile_unsubscribe_mailinig {
    display: block;
    padding: 9px 0;
    color: #000;
}

@media (max-width: 1000px) {
    .side_unsubscribe_mailinig {
        padding: 12px 20px;
    } 
}

@media (max-width: 515px) {
    .unsubscribe_mailinig_content
    .inputs-block {
        margin-bottom: 25px;
    } 
    .unsubscribe_mailinig_content
    .mgb-0-mobile {
        margin-bottom: 0px;
    }
    .unsubscribe_mailinig_content 
    .unsubscribe_mailinig {
        margin-left: 0px;
    }
    .unsubscribe_mailinig_content
    .wrap {
        flex-wrap: wrap;
    }
}


/* Страница отзывов */
.review_wrapper {
    display: flex;
    flex-direction: column;
}
.review_wrapper 
h1 {
    margin-top: 41px;
    margin-bottom: 37px;
    line-height: 1;
    color: #5E5E5E;
}
.review_wrapper
.stars {
    direction: unset;
    width: 146px;
    padding: 0;
}
.review_wrapper
.stars
.star:first-child {
    margin: 0;
}
.review_wrapper
.star {
    position: relative;
    width: 26px;
    height: 26px;
    transition: .15s;
    overflow: hidden;
    background: url(/media/img/empty_star.svg) no-repeat;
    margin-left: 4px;
    background-size: contain;
}
.review_wrapper
.star_active {
    background: url(/media/img/red_star.svg) no-repeat;
    background-size: contain;
}


.user_review_product {
    font-weight: 500;
    color: #c61d23;
    margin-bottom: 16px;
    text-align: center;
    border-bottom: 0px;
    display: inline-block;
}
.review_info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 61px;
    border-bottom: 1px solid #EFEFEF;
    flex-wrap: wrap;
}


.review_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}
.review_list 
.user_review {
    width: 338px;
    min-width: 338px;
    max-width: 338px; 
}
.review_list
.review_item_photo {
    border-radius: 4px;
}
.review_list
.review_item_photo:after {
    border-radius: 4px;
}
.review_list 
.user_review:nth-of-type(4n+4) {
    margin-right: 12px;
}


.review_trust {
    width: 450px;
    margin-right: 60px;
}
.review_trust
.title {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 39px;
    color: #5E5E5E;
    display: inline-block;
    line-height: 1;
}
.review_trust
.list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
}
.review_trust
.card {
    display: block;
    width: 175px;
    border-bottom: none;
    margin-bottom: 36px;
}
.review_trust
.card
img {
    width: 160px;
    margin-bottom: 14px;
    display: inline-block;
    image-rendering: -webkit-optimize-contrast; 
}
.review_trust
.card
.raiting {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.review_trust
.card
.raiting
span {
    font-size: 12px;
    display: block;
    color: #898989;
    line-height: 1;
    margin-top: 3px;
}


.review_questions {
    width: 330px;
}
.review_questions
.text {
    margin: 0px;
}
.review_questions
.title {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #5E5E5E;
    margin-bottom: 33px;
    display: block;
    line-height: 1;
}
.review_questions
.subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    display: block;
    margin-bottom: 24px;
}
.review_questions
.subtitle_info {
    font-size: 13px;
    margin-bottom: 4px;
}
.review_questions_contacts {
    margin-bottom: 24px;
}
.review_questions_contacts
.email {
    color: #c61d23;
    font-weight: 500;
    line-height: 1;
}
.review_questions_contacts
.phone {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    border-bottom: 1px solid #c61d23;
    line-height: 1;
    cursor: pointer;
}
.review_questions_social
a {
    display: inline-block;
    border-bottom: 0px;
    width: 28px;
    height: 28px;
    margin-right: 8px;
}
.review_questions_social
img {
   width: 100%;
   height: 100%;
}


@media (max-width: 1315px) {
    .review_list
    .user_review:nth-of-type(3n+3) {
        margin-right: 12px;
    }
}
@media (max-width: 1140px)
{
    .review_info {
        padding-bottom: 30px;
    }
    .review_trust {
        margin-bottom: 30px;
        margin-right: 0px;
    }
    .review_questions {
        width: 100%;
    }
}
@media (max-width: 1008px) {
    .review_list
    .user_review:nth-of-type(2n+2) {
        margin-right: 12px;
    }
}
@media (max-width: 700px) {
    .review_list
    .user_review {
        margin-right: 12px;
    }
}
@media (max-width: 500px) {
    .review_trust {
        width: 300px;
    }
    .review_trust 
    .card {
        width: 125px;
    }
    .review_trust 
    .card 
    img {
        width: 100px;
    }
    .review_trust 
    .stars {
        width: 100px;
    }
    .review_trust 
    .card 
    .raiting 
    span {
        margin-top: -6px;
    }
    .review_list
    .user_review {
        max-width: 100% !important;
        flex: calc(100%) !important;
        margin-right: 0 !important;
    }
}
@media (max-width: 350px) {
    .review_trust {
        width: 100%;
    }
}

/* Поиск по фото */
.search_by_photo_content {
    width: 680px;
}

.search_by_photo_hint {
    text-align: center;
    display: none;
    transition: all .2s ease;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    background: #5E5E5E;
    position: absolute;
    width: 140px;
    padding: 4px 0px;
    right: 50%;
    transform: translateX(50%);
}

.search_by_photo_filter {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #CDCDCD;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search_by_photo_filter img {
    margin-right: 8px;
}





.search_by_photo_content
.empty_files_text {
    display: none;
}

.search_by_photo_content
._error {
    border: 1px solid #c61d23;
}

.search_by_photo_content
.description {
    margin-bottom: 27px;
}

.search_by_photo_content
.wrapper {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.search_by_photo_content
.contacts {
    margin-right: 30px;
    margin-bottom: 20px;
}

.search_by_photo_content
.form_title {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
}

.search_by_photo_content
.custom_input {
    margin-bottom: 12px;
}   

.search_by_photo_content
.form_wrapper {
    margin: 0;
    width: 330px;
} 

.search_by_photo_content
.title_small {
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
}

.search_by_photo_content
.text {
    font-size: 13px;
    margin: 0px;
    margin-bottom: 35px;
    color: #333333;
}

.search_by_photo_content
.buttons {
    display: flex;
    width: 330px;
    justify-content: space-between;
    margin-right: 30px;
} 

.search_by_photo_content .buttons button {
    height: 40px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    flex: 2 1 auto;
    margin-right: 10px;
    margin-bottom: 10px;
}

.search_by_photo_content
.button_file_upload {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 28px;
    width: 68px;
    height: 68px;
    background: #F7EBEA;
    border: 1px solid #c61d23;
    box-sizing: border-box;
    border-radius: 4px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    color: #c61d23;
}

.search_by_photo_content
.policy_text {
    font-size: 12px;
    color: #898989;
    display: inline-block;
    width: 245px;
    margin-bottom: 10px;
}

.search_by_photo_content
.button_wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px;
}

.search_by_photo_content
.error_text {
    display: none;
    font-size: 12px;
    margin-top: 6px;
    line-height: 1;
    color: #c61d23;
    width: 220px;
    word-break: break-all;
}

.search_by_photo_content_success {
    display: none;
    font-size: 28px;
    padding: 20px 25px;
    width: 370px;
}

.search_by_photo_content_success_text {
    margin-bottom: 25px;
    font-size: 13px;
}

.search_by_photo_content .form_wrapper .form_row {
    justify-content: space-between;
    margin-bottom: 0;
}

.search_by_photo_content .form_wrapper .form_row .form_row_cell {
    width: 49%;
}

.search_by_photo_content .form_wrapper .custom_input,
.search_by_photo_content .form_wrapper .custom_textarea {
    font-size: 12px;
}

.search_by_photo_content .form_wrapper .custom_textarea {
    border: 1px solid #CDCDCD;
    box-sizing: border-box;
    border-radius: 4px;
    resize: none;
    height: 126px;
    margin-bottom: 12px;
}

.search_by_photo_content .form_wrapper .user_data_title {
    margin-bottom: 12px;
    display: block;
}

.search_by_photo_content .form_wrapper .connection_type_photo_inputs {
    margin-top: 12px;
}

.search_by_photo_content .form_wrapper .custom_input[name="email"],
.search_by_photo_content .form_wrapper .custom_input[name="phone"] {
    display: none;
}

.search_by_photo_content .form_wrapper .connection_type_photo_error_text {
    display: none;
    color: #c61d23;
    font-size: 12px;
}

.search_by_photo_content
.connection_type_photo {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;

    padding: 12px 16px;
    position: relative;
    border: 1px solid #CDCDCD;
    border-radius: 4px;
    color: #757575;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    width: 49%;
}

.search_by_photo_content
.connection_type_photo_active {
    border: 2px solid #c61d23;
}

.search_by_photo_content
.connection_type_photo
input {
    opacity: 0;
    position: absolute;
}

.search_by_photo_content
.connection_type_photo
input:checked  + input:parent{
    background: #c61d23;
}

.search_by_photo_content
.connection_type_photo
img {
    margin-left: auto;
    margin-right: 5px;
}

.search_by_photo_content
.connection_type_photo
span {
    margin-right: auto;
}

.search_by_photo_content
.photo_upload {
    display: flex;
    flex-direction: column;
}

#js_search_by_photo_form.has-advanced-upload.is-dragover 
.box_dragndrop {
    display: block;
}
#js_search_by_photo_form.has-advanced-upload 
.box_dragndrop {
    display: none;
    background-color: white;
    outline: 2px dashed #c61d23;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 105px;
    text-align: center;
    height: 235px;
}


#js_search_by_photo_form.no-advanced-upload 
#search_by_photo_file_label {
    display: none;
}
#js_search_by_photo_form
#search_by_photo_file {
    display: none;
}
#js_search_by_photo_form.no-advanced-upload 
#search_by_photo_file {
    display: block;
}

@media (max-width: 720px) {
    .search_by_photo_content {
        width: 350px;
    }
    .search_by_photo_content
    .contacts {
        margin-right: 0px;
        margin-bottom: 35px;
    }
    .search_by_photo_content 
    .form_wrapper {
        width: 100%;
    }
    .search_by_photo_content
    .photo_upload {
        width: 100%;
        padding-bottom: 15px;
    }
}

@media (max-width: 370px) {
    .search_by_photo_content {
        width: 350px;
    }
    .search_by_photo_content 
    .contacts {
        margin-right: 0px;
    }
    .search_by_photo_content 
    .form_wrapper {
        width: 100%;
    }
    .search_by_photo_content 
    .custom_button {
        margin-right: 5px;
        width: 100%;
    }
    .search_by_photo_content 
    .button_wrapper {
        justify-content: left;
    }
    .search_by_photo_content 
    .button_wrapper
    .custom_button {
        padding: 0 18px;
    }
}

/* Размеры в карточке товара */
.size_wrapper {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
    margin: 20px -6px 2px -6px;
}

.size_wrapper .size_title{
    width: 100%;
    margin-left: 5px;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.size_wrapper .size_button {
	background: #FFFFFF;
    border: 1px solid #CDCDCD;
    border-radius: 3px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    padding: 10px;
    text-align: center;
    width: 50px;
    max-width: 50px;
    flex: 1 1 auto;
    margin: 6px 6px;
}

.size_wrapper .size_button._selected {
	color: #FFFFFF;
    background: #c61d23;
    border: 1px solid #c61d23;
}

.size_wrapper .size_button._selected:hover {
	color: #FFFFFF;
    background: #b21a1f;
    border: 1px solid #b21a1f;
}


.size_wrapper .size_button:hover {
	background: #F2F2F2;
}
.size_wrapper .size_button._loading {
	background: #F2F2F2;
    color: #000000;
}

.variants_in_sizes_count {
    color: #c61d23;
    display: none;
    width: 100%;
    margin-left: 5px;
}

.another_size_content {
    display: none;
    width: 460px;
    padding: 25px 50px 13px 50px;
}

.another_size_content .text {
    color: #333333;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
}

.another_size_form {
    max-width: 360px;
    margin: 0 auto 15px auto;
    text-align: center;
}

.another_size_submit_button {
    width: 70%;
    margin-top: 10px;
}

.another_size_content
.title {
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 1;
}

.another_size_content
.loader {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 5px;
    display: none;
}

.another_size_content
.loader
img {
    width: 100%;
    height: 100%;
}

.variant_popup_sizes {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0 100px 0 125px;
}

.variant_popup_sizes .size_wrapper .size_title{
    font-weight: 400;
}

.variant_popup_sizes .button_size_calc {
    margin-left: 6px;
}


.variant_popup_sizes .size_wrapper {
    margin: 0;
}

.variant_popup_sizes .button_size_calc + .button_size_calc {
    display: inline-block;
    padding-top: 10px;
    margin-left: 15px;    
}

@media (max-width: 760px) {
    .variant_popup_sizes .button_size_calc + .button_size_cal {
        margin-left: 0;    
    }    
    .variant_popup_sizes {
        padding: 0;
    }
}

@media (max-width: 580px) {
    .another_size_submit_button {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .variant_popup_sizes {
        padding: 0;
    }
}

.search_by_photo_box_input {
    position: relative;
}



/* Страница оплата и доставка */
.delivery_main_image {
    width: 484px;
    margin-bottom: 61px;
    margin-right: 77px;
}
.delivery_main_image 
img {
    width: 100%;
    height: 100%;
}


.delivery_main_content {
    display: flex;
    align-items: flex-start;
    padding-top: 19px;
    flex-wrap: wrap;
}
.delivery_main_info {
    width: 624px;
    margin-bottom: 61px;
}
.delivery_text {
    margin: 0px !important;
}
.delivery_text_main {
    margin-bottom: 81px !important;
}


.delivery_icons {
    display: flex;
    align-items: baseline;
    margin-bottom: 71px;
}
.delivery_icons
.icon {
    display: flex;
    flex-direction: column;
    margin-right: 89px;
}
.delivery_icons
.icon:last-child {
    margin-right: 0px;
}
.icon
img {
    width: 57px;
    margin-bottom: 8px;
}
.icon
strong {
    margin-top: 8px;
}


.delivery_subtitle {
    margin-bottom: 10px;
    font-weight: 500;
    color: #000000;
}


.delivery_city {
    display: flex;
    align-items: center;
    margin-bottom: 66px;
}
.delivery_city 
img {
    margin-right: 43px;
}
.delivery_select_city {
    padding: 20px;
    width: 473px;
    border: 1px solid #B3B3B3;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.delivery_select_city
span {
    color: #000000;
}

.delivery_map {
    width: 100%;
    height: 502px;
    background: #B3B3B3;
    margin-bottom: 61px;
}


.delivery_info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 61px;
}
.delivery_info_block {
    width: 50%;
    padding: 28px 55px;
    border: 1px solid #CCCCCC;
}
.delivery_info_block_dark {
    background: #F2F2F2;
    border: 1px solid #F2F2F2
}
.delivery_info
.delivery_info_block:first-child {
    border-right: 0px;
}
.delivery_info
.delivery_info_block:last-child {
    border-left: 0px;
}

.delivery_title {
    color: #000000;
    margin-bottom: 26px;
}

.delivery_title_block_mobile {
    display: none;
}
.delivery_title_block_mobile 
.delivery_text_main {
    margin-bottom: 50px !important;
}

@media (max-width: 1277px) {
    .delivery_main_content {
        padding-top: 15px;
    }
    .delivery_title_block_mobile {
        display: block;
    }
    .delivery_title_block_desktop {
        display: none;
    }
}
@media (max-width: 800px) {
    .delivery_main_image {
        width: 100%;
        margin-right: 0px;
    }
    .delivery_main_info {
        width: 100%;
    }
    .delivery_info_block {
        width: 100%;
    }
    .delivery_info
    .delivery_info_block:last-child {
        border-left: 1px solid #CCCCCC;
    }
    .delivery_info {
        flex-wrap: wrap;
    }
    .delivery_main_content {
        padding-top: 0px;
    }
    .delivery_icons {
        width: 100%;
        justify-content: space-between;
    }
    .delivery_icons 
    .icon {
        margin-right: 20px;
    }
}
@media (max-width: 540px) {
    .delivery_select_city {
        width: 100%;
    }
    .delivery_icons {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .delivery_icons
    .icon {
        width: 50%;
        flex-direction: column;
        align-items: center;
        margin-bottom: 50px;
        margin-right: 0px;
    }
    .delivery_icons
    .icon
    img {
        width: 35%;
    }
    .delivery_icons
    .icon
    br {
       display: none;
    }
    .delivery_text_main {
        margin-bottom: 50px !important;
    }
    .delivery_info_block {
        padding: 25px;
    }
    .delivery_city img {
        margin-right: 25px;
    }
}

.basket_product_delivery .delivery_city {
    margin-bottom: 0px;
}

/* Табы на странице магазинов */
.shop_tabs_wrapper {
    display: flex;
    align-items: center;
}
.shop_tab {
    font-size: 18px;
    cursor: pointer;
    margin-right: 23px;
}
.shop_tab.active {
    border-bottom: 2px solid #c61d23;
    color: #c61d23;
}

@media (max-width: 650px) {
    .shop_tab {
        font-size: 14px;
    }
}

.card_share {
    margin-left: 14px;
}
.card_share
.ya-share2__link_more {
    background: #f7ebea !important;
}
.card_share a {
    border: 0;
}
.card_share_mobile {
    display: none;
    position: relative;
    margin: 14px 0px 20px;
}

.product_view_title_mobile {
    display: none;
}
.product_view_article_mobile {
    display: none;
}

.product_view_article > div {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.product_view_article_desktop > div + #lhSocialProof {
    position: relative !important;
    margin-bottom: 20px;
}

@media (max-width: 760px)
{   
    .product_view_title_desktop {
        display: none;
    }
    .product_view_article_desktop {
        display: none;
    }
    .card_share {
        display: none;
    }

    .card_share_mobile {
        display: block;
    }
    .product_view_title_mobile {
        display: block !important;
    }
    .product_view_article_mobile {
        display: block;
    }
}

@media (max-width: 640px)
{
    .img_without_float {
        float: none !important;
        margin-bottom: 20px;
    }
}

.shop_item_close {
    background-color: rgba(30, 30, 30);
    opacity: 0.6;
    width: 38px;
    height: 38px;
}
.shop_item_close::after {
    background: #cccccc;
    transform: translateX(-50%) rotate(135deg);
    margin: 0;
}
.shop_item_close::before {
    background: #cccccc;
    transform: translateX(-50%) rotate(-135deg);
    margin: 0;
}

/* 
    Страница "Долями"
*/
.dolyame_page
.h1 {
    font-family: 'Commissioner', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    margin: 49px 0px 20px !important;
}
.dolyame_page
.h1.how_it_works {
   text-align: center;
   margin-bottom: 60px !important;
}
.dolyame_page
.h1.questions {
    text-align: center;
    margin-bottom: 46px !important;
}

.dolyame_page
.subtitle {
    font-family: 'Commissioner', sans-serif;
    color: #666666;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 58px;
}

.dolyame_page
.images {
    width: 45%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dolyame_page
.images img {
    height: 100%;
    width: 100%;
}
.dolyame_page
.button {
    padding: 14px 16px;
    background: #000000;
    border: none;
    border-radius: 10px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    font-family: 'Commissioner', sans-serif;
}
.dolyame_page
.hero {
    width: 45%;
    margin-right: 55px;
}

.dolyame_page
.wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 128px;
}

.dolyame_page
.wrapper_icons {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin-bottom: 150px;
}
.dolyame_page
.wrapper_icons .icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    width: 30%;
}
.dolyame_page
.wrapper_icons .icon_image_wrapper {
    height: 48px;
    width: 48px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 24px;
}
.dolyame_page
.wrapper_icons .icon_image_wrapper .icon_image {
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
}
.dolyame_page
.wrapper_icons .icon_title {
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    margin-bottom: 12px;
    width: 100%;
}
.dolyame_page
.wrapper_icons .icon_text {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    width: 100%;
}

.dolyame_page
.wrapper_icons._steps {
    justify-content: space-between;
    margin-bottom: 120px;
}
.dolyame_page
.wrapper_icons._steps .icon_title {
    margin-bottom: 16px;
    text-align: left;
}
.dolyame_page
.wrapper_icons._steps .icon_text {
    margin-bottom: 16px;
    text-align: left;
}
.dolyame_page 
.wrapper_icons._steps .icon {
    width: 32%;
}
.dolyame_page
.wrapper_icons._steps .icon_image_wrapper {
    height: 33%;
    width: 100%;
    margin-bottom: 32px;
}

.dolyame_page
.wrapper_questions {
    margin-bottom: 80px;
}
.dolyame_page
.wrapper_questions
.button {
    display: block;
    margin: 32px auto 0px;
    width: 204px;
}

.dolyame_page
.wrapper_app {
    width: 100%;
}
.dolyame_page
.wrapper_app .h1 {
    text-align: center;
    margin-bottom: 34px;
}
.dolyame_page
.wrapper_app .subtitle {
    text-align: center;
    margin-bottom: 36px;
}
.dolyame_page
.wrapper_app img {
    display: block;
    margin: 0px auto;
}

.dolyame_page
.apps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 380px;
    margin: 0px auto;
}
.dolyame_page
.apps .app {
    border-bottom: none;
    width: 120px;
}

.dolyame_page
.tabs {
    width: 350px;
    border-radius: 14px;
    padding: 6px;
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px auto;
    margin-bottom: 16px;
}
.dolyame_page
.tabs .tab {
    width: 165px;
    padding: 10px;
    border-radius: 10px;
    color: #000000;
    text-align: center;
    cursor: pointer;
}
.dolyame_page
.tabs .tab.active {
    background-color: #FFFFFF;
}
.dolyame_page
.tab_body {
    display: none;
}
.dolyame_page
.tab_body.active {
    display: block;
}

.dolyame_page
.accordion {
    padding: 10px 0px;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #DDDFE0;
    margin-bottom: 0px;
}
.dolyame_page
.accordion__head {
    padding: 16px 0px;
    font-family: 'Commissioner', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}
.dolyame_page
.accordion__head::before {
    background: url(/media/img/dolyame_accordion_arrow.svg);
    height: 24px;
    width: 24px;
    right: 0px;
    transform: rotate(-180deg) translateY(50%);
}
.dolyame_page
.accordion_active .accordion__head::before {
    transform: rotate(0deg) translateY(-11px);
}
.dolyame_page
.accordion__body {
    padding: 0px 0px 16px;
}
.dolyame_page
.accordion__body.static_text,
.dolyame_page
.accordion__body.static_text * {
    font-family: 'Commissioner', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
}

.dolyame_page
.accordion__body.static_text ul > li:before {
    background: #666666;
}

.dolyame_page
.br-800w-show {
    display: none;
}
.dolyame_page
.apps._mobile {
    display: none;
}

@media (max-width: 1280px) {
    .dolyame_page
    .images {
        margin-bottom: 26px;
    }
    .dolyame_title_image {
        margin-bottom: 12px;
    }
}
@media (max-width: 900px) {
    .dolyame_page
    .images {
        margin-right: 0px;
    }
    .dolyame_page
    .hero {
        margin-right: 0px;
    }
}
@media (max-width: 870px) {
    .dolyame_page
    .h1 {
        display: block;
        font-size: 24px;
    }
}
@media (max-width: 800px) {
    .dolyame_page
    .wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 64px;
    }
    .dolyame_page .subtitle {
        margin-bottom: 40px;
        font-size: 16px;
    }
    .dolyame_page
    .hero {
        order: 2;
        width: 100%;
    }
    .dolyame_page
    .hero .h1 {
        margin-top: 0px !important;
    }
    .dolyame_page
    .images {
        width: 327px;
        order: 1;
        margin-bottom: 32px;
    }
    .dolyame_page
    .h1.questions {
        margin-bottom: 32px !important;
    }

    .dolyame_page
    .wrapper_icons {
        flex-direction: column;
        align-items: center;
    }
    .dolyame_page
    .wrapper_icons .icon_title {
        font-size: 16px;
    }
    .dolyame_page
    .wrapper_icons .icon_text {
        font-size: 16px;
    }
    .dolyame_page
    .wrapper_icons .icon {
        width: 350px;
        margin-bottom: 32px;
    }
    .dolyame_page
    .wrapper_icons {
        margin-bottom: 64px;
    }
    .dolyame_page .h1.how_it_works {
        margin-bottom: 32px !important;
    }

    .dolyame_page .wrapper_icons._steps .icon_image_wrapper {
        height: 248px;
        width: 248px;
    }
    .dolyame_page .wrapper_icons._steps .icon_title {
        text-align: center;
        margin-bottom: 12px;
    }
    .dolyame_page .wrapper_icons._steps .icon_text {
        text-align: center;
    }
    .dolyame_page .wrapper_icons._steps .icon:last-child {
        margin-bottom: 0px;
    }
    .dolyame_page .wrapper_icons._steps .icon {
        width: 100%;
    }
    .dolyame_page .wrapper_icons._steps {
        margin-bottom: 62px;
    }

    .dolyame_page .accordion__head {
        font-size: 16px;
    }
    .dolyame_page .accordion__body.static_text,
    .dolyame_page .accordion__body.static_text * {
        font-size: 16px;
    }

    .dolyame_page .wrapper_app img {
        width: 100%;
    }

    .dolyame_page
    .br-800w-show {
        display: block;
    }
}
@media (max-width: 430px) {
    .dolyame_page
    .tabs {
        width: 270px;
    }
    .dolyame_page
    .wrapper {
        margin-bottom: 64px;
    }
    .dolyame_page .subtitle {
        margin-bottom: 32px;
        font-size: 16px;
    }
    .dolyame_page
    .images {
        width: 100%;
    }
    .dolyame_page
    .h1 {
        font-size: 22px;
    }
    .dolyame_page
    .wrapper_icons .icon {
        width: 350px;
        margin-bottom: 32px;
    }
    .dolyame_page .h1.how_it_works {
        margin-bottom: 16px !important;
    }

    .dolyame_page .wrapper_app .h1 {
        font-size: 20px;
    }
    .dolyame_page .wrapper_icons._steps .icon_image_wrapper {
        height: 248px;
        width: 248px;
    }
    .dolyame_page .wrapper_icons._steps .icon_title {
        margin-bottom: 12px;
    }
    .dolyame_page .wrapper_icons._steps .icon:last-child {
        margin-bottom: 0px;
    }
    .dolyame_page .wrapper_icons._steps .icon {
        width: 100%;
    }
    .dolyame_page .wrapper_icons._steps {
        margin-bottom: 62px;
    }

    .dolyame_page .accordion__head {
        font-size: 16px;
    }
    .dolyame_page .accordion__body.static_text,
    .dolyame_page .accordion__body.static_text * {
        font-size: 16px;
    }

    .dolyame_page .wrapper_app img {
        width: 100%;
    }
    .dolyame_page
    .apps {
        display: none;
    }
    .dolyame_page
    .apps._mobile {
        display: flex;
        width: 168px;
    }
    .dolyame_page
    .apps._mobile .app img {
        width: 48px;
        height: 48px;
    }

    .dolyame_page .wrapper_icons .icon {
        width: 300px;
    }
}


/* 
    "Долями" на страницах каталога и корзины
*/
.dolyame_wrapper_icons {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #F9F9F9;
    padding: 34px 0px 24px;
    margin-bottom: 38px;
    border-radius: 8px;
}
.dolyame_wrapper_icons._popup
.dolyame_icon:first-child {
    width: 150px;
}
.dolyame_wrapper_icons._popup {
    background: transparent;
    padding: 0px;
}

.dolyame_icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    width: 170px;
    height: 108px;
}

.dolyame_icon_text {
    font-weight: 500;
    font-size: 14px;
}
.dolyame_icon_image_wrapper {
    height: 54px;
    display: flex;
    align-items: flex-end;
}

.dolyame_info_button {
    width: 100%;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    padding: 8px 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    cursor: pointer;
    height: 37px;
    margin-top: 20px;
}
.dolyame_info_button._card {
    justify-content: center;
}
.dolyame_info_button_title {
    line-height: 1;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    opacity: 0.6;
}
.dolyame_info_button 
img {
    margin-top: 2px;
    margin-right: 5px;
    width: 110px;
    height: 14px;
}
.dolyame_info_button 
span {
    font-weight: 500;
    font-size: 14px;
}

/* 
    Попап с информацией по "Долями"
*/
.dolyame_popup_content {
    width: 720px;
    padding: 30px 26px 30px;
    display: none;
}
.dolyame_popup_subtitle {
    font-size: 13px;
    text-align: center;
    color: #333333;
    margin-bottom: 20px;
}
.dolyame_popup_title {
    text-align: center;
}
.dolyame_popup_content
.dolyame_info_button {
    margin-bottom: 31px;
    font-size: 16px;
    cursor: auto;
}
.dolyame_info_button._mgr {
    margin-right: 8px;
}
.dolyame_info_button._grey {
    background: #F9F9F9;
}
.dolyame_wrapper_list {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: left;
    width: 470px;
    margin: 0px auto;
    position: relative;
    left: 20px;
    margin-bottom: 27px;
}
.dolyame_wrapper_list
ol {
    list-style-type: none;
    counter-reset: list-counter;
}
.dolyame_wrapper_list
li::before {
    content: counter(list-counter);
    counter-increment: list-counter;
    font-size: 20px;
    color: #c61d23;
    position: absolute;
    left: -20px;
    top: 0px;
    line-height: 1;
}
.dolyame_wrapper_list 
li {
    font-size: 13px;
    color: #000000;
    position: relative;
    margin-bottom: 14px;
}
.dolyame_custom_button {
    padding: 0px 78px;
    margin: 0px auto;
    display: block;
    width: fit-content;
}
.dolyame_info_button_basket {
    white-space: nowrap;
    justify-content: center;
    margin-top: 15px;
}
.dolyame_custom_link {
    margin: 0px auto;
    display: block;
    width: fit-content;
}

/* 
    Попап перед оплатой "Долями"
*/
.parts_payment_popup {
    width: 526px;
    display: none;
    padding: 26px 50px;
}
.parts_payment_popup 
.h2 {
    margin: 0px;
    margin-bottom: 24px;
}
.parts_payment_popup
.wrapper {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 16px;
}
.parts_payment_popup
.parts_image {
    width: 100px;
    margin-right: 37px;
}
.parts_payment_popup
.dolyame_info_button {
    margin: 0px;
    margin-bottom: 8px;
    cursor: auto;
}
.parts_payment_popup
.paragraph {
    color: #333333;
    margin: 0px;
    margin-bottom: 24px;
}
.parts_payment_popup
.paragraph._small {
    font-size: 12px;
    color: #898989;
    margin-bottom: 0px;
}
.parts_payment_popup
.red {
    color: #c61d23;
}
.parts_payment_popup
.custom_button {
    margin-right: 20px;
}

/* 
    Попапы после оплаты "Долями"
*/
.parts_payment_check_popup {
    width: 490px;
    text-align: center;
    padding: 32px 39px;
    display: none;
}
.parts_payment_check_popup
.loader {
    width: 35px;
    height: 35px;
    margin-bottom: 7px;
    display: none;
}
.parts_payment_check_popup
.loader
img {
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
}
.parts_payment_check_popup
.wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.parts_payment_check_popup
.h2 {
    margin: 0px;
    margin-bottom: 16px;
}
.parts_payment_check_popup
p {
    margin: 0px;
    margin-bottom: 24px;
}
.parts_payment_check_popup
img {
    margin-bottom: 4px;
}
.dolyame_br_subtitle {
    display: none;
}

@media (max-width: 800px) {
    .dolyame_wrapper_icons {
        flex-wrap: wrap;
    }
    .dolyame_icon {
        width: 50% !important;
        margin-bottom: 40px;
    }
    .dolyame_popup_content {
        width: 590px;
    }
}
@media (max-width: 530px) {
    .dolyame_how_buy_title  {
        font-weight: 500;
        font-size: 13px;
    }
    .dolyame_popup_content {
        width: 310px;
    }
    .dolyame_title_image {
        width: 330px;
    }
    .dolyame_popup_content
    .dolyame_info_button {
        margin: 0px;
        margin-bottom: 9px;
        width: 100%;
        justify-content: center;
    }
    .dolyame_popup_content
    .dolyame_wrapper_list {
        width: 90%;
    }
    .dolyame_icon {
        width: 100% !important;
        flex-direction: row;
        margin-bottom: 32px;
        justify-content: flex-start;
        height: auto;
    }
    .dolyame_icon:last-child {
        margin-bottom: 0px;
    }
    .dolyame_icon_image_wrapper {
        height: auto;
    }
    .dolyame_wrapper_icons {
        padding: 34px 12px 24px;
    }
    .dolyame_icon_image {
        margin-bottom: 0px;
        margin-right: 12px;
    }
    .dolyame_icon_text_br {
        display: none;
    }
    .dolyame_icon_text {
        text-align: left;
    }

    .dolyame_popup_content
    .dolyame_icon {
        flex-direction: column;
        margin-bottom: 22px;
    }
    .dolyame_popup_content
    .dolyame_icon_image {
        margin: 0px;
        margin-bottom: 9px;
    }
    .dolyame_popup_content
    .dolyame_icon_text {
        text-align: center;
    }
}
@media (max-width: 480px) {
    .parts_payment_popup {
        width: 360px;
    }
    .parts_payment_popup 
    .wrapper {
        flex-direction: column;
    }
    .parts_payment_popup 
    .parts_image {
        margin-bottom: 26px;
    }
    .parts_payment_popup 
    .custom_button {
        margin-right: 0px;
        margin-bottom: 13px;
    }
}
@media (max-width: 400px) {
    .dolyame_br_subtitle {
        display: block;
    }
}

/* Тип оплаты в корзине */
.basket_type_payment_list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.basket_type_payment_block {
    width: 24.5%;
    border: 1px solid #CDCDCD;
    border-radius: 4px;
    cursor: pointer;
    padding: 14px 14px 20px;
    margin-bottom: 20px;
    position: relative;
}
.basket_type_payment_block._active:hover {
    border: 2px solid #b21a1f;
    padding: 13px 13px 19px;
}
.basket_type_payment_block:hover {
    border: 2px solid #b21a1f;
    padding: 13px 13px 19px;
}
.basket_type_payment_block:hover 
img {
    right: 18px;
    top: 18px;
}
.basket_type_payment_block._active:hover
img {
    right: 18px;
    top: 18px;
}
.basket_type_payment_block._disabled:hover
img {
    right: 19px;
    top: 19px;
}
.basket_type_payment_block._disabled {
    background: #FAFAFA;
    border: 1px solid #F5F1F1;
    cursor: auto;
}
.basket_type_payment_block._disabled 
.custom_radio_box{
    background: #CDCDCD;
    border: 1px solid #CDCDCD;
}
.basket_type_payment_block._disabled 
img {
    filter: grayscale(1);
}
.basket_type_payment_block._disabled:hover {
    border: 1px solid #F5F1F1;
    padding: 14px 14px 20px;
}
.basket_type_payment_block._disabled:hover
.custom_radio_box {
    border: 1px solid #CDCDCD;
    background: #CDCDCD;
}
.basket_type_payment_block._active {
    border: 2px solid #c61d23;
    padding: 13px 13px 19px;
}
.basket_type_payment_block._active
img {
    right: 18px;
    top: 18px;
}
.basket_type_payment_block._big {
    width: 49%;
}
.basket_type_payment_block._big 
.basket_payment_subtitle {
    width: 90%;
}
.basket_type_payment_block._big 
.basket_type_payment {
    height: 121px;
}
.basket_type_payment_image {
    width: 66px;
    position: absolute;
    right: 19px;
    top: 19px;
}
.basket_type_payment_image._small {
    width: 29px;
}
.basket_type_payment_block._dolyame
.basket_type_payment_image {
    opacity: 0.6;
}
.basket_type_payment {
    height: 100%;
    display: flex;
    padding-left: 25px;
    flex-direction: column;
    justify-content: space-between;
}
.basket_type_payment_title {
    display: block;
    font-size: 14px;
    color: #000;
    position: relative;
}
.basket_payment_subtitle {
    font-size: 11px;
    color: #898989;
    display: block;
    width: 90%;
    line-height: 1.2;
}
.basket_payment_subtitle._big {
    width: 90%;
}
.basket_type_payment_price {
    white-space: nowrap;
    font-weight: 500;
    font-size: 16px;
    color: #898989;
    margin-top: 10px;
}
.basket_type_payment_price.lh1 {
    line-height: 1;
}
.basket_type_payment_price._small {
    font-size: 14px;
}
.basket_type_payment_price
.ruble {
    font-weight: 500;
    font-size: 16px;
    color: #898989;
}
.basket_type_payment_title 
.custom_radio_box {
    position: absolute;
    left: -25px;
    top: 4px;
}

.basket_type_payment_block._disabled .basket_type_payment {
    opacity: 0.5;
}

@media (max-width: 880px) {
    .basket_type_payment_block {
        width: 49%;
    }
    .basket_type_payment {
        min-height: 137px;
    }
    .basket_payment_subtitle_br {
        display: none;
    }
}
@media (max-width: 700px) {
    .basket_type_payment_block {
        width: 100% !important;
    }
    .basket_type_payment {
        min-height: 107px;
    }
}
@media (max-width: 420px) {
    .basket_type_payment_block._big._dolyame
    .basket_type_payment {
        height: 135px;
    }
    .basket_type_payment_block._dolyame
    .basket_type_payment_price {
        width: 170px;
        display: inline-block;
        white-space: wrap;
    }
}

/* Кнопка промотки вверх */
.button_scroll_up {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 3px solid #f2f2f2;
    position: fixed;
    right: 43px;
    bottom: 108px;
    cursor: pointer;
    color: #b4b1b1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    z-index: 999;
    transition: .1s all ease;
    display: none;
}
.button_scroll_up
span {
    transform: rotate(270deg);
    width: 9px;
    height: 31px;
}
.button_scroll_up:hover {
    border: 3px solid #b4b1b1;
}

@media (max-width: 1280px) {
    .button_scroll_up {
        display: none;
    }
}

.clients_questions {
    display: flex;
}
.clients_questions 
.static_text {
    width: 50%;
    margin-right: 30px;
}
.clients_questions 
.form_wrapper {
    position: sticky;
    margin: 0px;
    top: 0;
    width: auto;
    height: fit-content;
}
.question_form
.custom_form_subtle_question {
    position: relative;
    font-size: 12px;
    color: #757575;
}
.question_form
.custom_form_grid_flex {
    display: flex;
    justify-content: space-between;
}
.question_form
.custom_form_grid_cell._small {
    width: 49%;
}
.question_form
.custom_question_form_grid {
    display: flex;
    align-items: center;
}
.question_form
textarea {
    resize: none;
}

@media (max-width: 880px)
{
    .clients_questions 
    .static_text {
        width: 100%;
        margin-right: 0px;
    }
    .clients_questions {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .clients_questions .form_wrapper {
        position: relative;
        margin: 0px 0px 40px;
    }
}

.custom_button__review_order {
    padding: 2px 14px;
    font-size: 12px;
    height: 31px;
    line-height: 23px;
    margin-top: 6px;
}

.js_input_error_text {
    color: #c61d23;
    font-size: 12px;
    display: none;
    margin-top: 3px;
    line-height: 1.2;
}




.product_line_wrapper {
    position: fixed;
    left: 0px;
    top: 55px;
    width: 100%;
    height: auto;
    z-index: 999;
    background: #FFF;
    box-shadow: 0 4px 4px rgba(0,0,0,0.05);
}
.global_container_terminal .product_line_wrapper {
    top: 105px;
}
.product_line {
    display: flex;
    justify-content: space-between;
    min-width: 320px;
    max-width: 1330px;
    margin: 0px auto;
    padding: 10px 25px;
}
.product_line_right {
    display: flex;
    align-items: center; 
    /* border-left: 1px solid rgba(0,0,0,0.05); */
}
.product_line_product_info {
    margin-right: 20px;
}
.product_line_product_info::after {
    content: '';
    right: -32px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 42px;
    background-color: rgba(0,0,0,0.05);
    position: absolute;
}
.product_line_left {
    display: flex; 
    align-items: center; 
    margin-right: 32px;
    justify-content: space-between;
    flex: 2;
    position: relative;
}
.product_line_image {
    width: 70px;
    height: 70px;
    margin-right: 20px;
}
.product_line_title {
    font-size: 16px;
    color: #000;
    border-bottom: 0px;
    text-decoration: none;
    cursor: pointer;
}
.product_line_title:hover {
    color: #b21a1f;
}
.product_line_article {
    font-size: 12px;
}
.product_line_price {
    margin-top: 0px;
    margin-right: 41px;
    margin-left: 32px;
    position: relative;
}
.product_line_fast {
    cursor: pointer;
    font-weight: 500;
    font-size: 12px;
}
.product_line_price_current {
    font-size: 20px;
}
.product_line_price_old {
    font-size: 12px;
}
.product_line_button {
    margin-right: 30px;
    font-size: 14px !important;
    font-weight: 600 !important;
    width: 180px;
}
.product_line
.icon-favorite {
    width: 28px;
}
.product_line
.product_view_wrap_favorite {
    width: 28px;
}
@media(max-width: 768px)
{
    .product_line_wrapper {
        display: none;
    }
}


/* Страница "Карьера" */
.career {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.career
.main {
    width: 67%;
}


.career
.sidebar_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: sticky;
    top: 0;
}
.career
.sidebar {
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.12);
    width: 378px;
    padding: 44px 39px 50px;
    border-radius: 7px;
    background: #FFF;
}
.career
.sidebar
.title {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 31px;
}
.career
.sidebar
.field {
    margin-bottom: 36px;
}
.career
.sidebar
.field_small {
    margin-bottom: 29px;
}
.career
.sidebar
.field
.title {
    color: #111;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 12px;
}
.career
.sidebar
.subtitle {
    color: #111;
    font-size: 15px;
    font-weight: 500;
    margin-top: 38px;
    margin-bottom: 18px;
}
.career
.sidebar
.field
select,
.career
.sidebar
.field
input {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #C8C8C8;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    padding: 14px;
    background: #FFF;
    position: relative;
}
.career
.sidebar
.field
select {
    padding: 14px 41px 14px 14px;
}
.career
.sidebar
.field
.select_wrapper {
    position: relative;
}
.career
.sidebar
.field
.select_wrapper::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    border-style: solid;
    border-color: #898989;
    border-width: 1px 1px 0 0;
    transform: rotate(135deg);
    transition: transform 90ms ease-out;
    z-index: 3;
}
.career
.sidebar
.field
.select_wrapper._open::before {
    transform: rotate(315deg);
}

.career
.sidebar
.field
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.career
.sidebar
.field
select
span {
    display: none;
}

.career
.sidebar
.field
input:focus,
.career
.sidebar
.field
select:focus {
    outline: none;
}
.career
.sidebar
.field
select
option[selected] {
    color: #000;
}

.career 
.promo_slider {
    margin-bottom: 43px;
    position: relative;
    top: 0px;
    left: 0px;
    height: 386px;
    box-shadow: none;
}
.career 
.promo_slider_item {
    height: 100%;
    background: none;
    width: 100%;
    object-fit: cover;
}
.career
.swiper-slide:hover {
    border: none;
}
.career
.swiper-slide {
    border: none;
}

.career 
.subtitle {
    margin-bottom: 49px;
    color: #5E5E5E;
}


.career
.icons {
    margin-bottom: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.career
.icons
.icon {
    display: flex;
    flex-direction: column;
    margin-bottom: 43px;
}
.career
.icons
.icon
img {
    width: 44px;
    height: 50px;
}
.career
.icons
.icon
.strong {
    margin-top: 17px;
}


.career
.tabs
.body {
    box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.12);
    border-radius: 7px;
    border-top-left-radius: 0px;
    padding: 35px;
    position: relative;
    z-index: 2;
    background: #ffffff;
}
.career
.tabs
.body
.tab {
    display: none;
}
.career
.tabs
.body
.tab.active {
    display: block;
}


.career
.tabs
.head {
    display: flex;
}
.career
.tabs
.head 
.tab {
    position: relative;
    z-index: 1;
    margin-right: 13px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    padding: 17px 34px;
    border: 1px solid #E0BFC1;
    border-bottom: 0px;
    background: #FFF6F8;
    position: relative;
    color: #c61d23;
    cursor: pointer;
}
.career
.tabs
.head 
.tab.active {
    z-index: 3;
    color: #000;
    font-weight: 500;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-bottom: 0px;
    box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.12);
    clip-path: inset(-14px -14px 0px -14px);
}


.career
.photo_upload
.description {
    color: #7E7E7E;
    font-size: 13px;
    margin-left: 16px;
    margin-bottom: 0px;
}
.career
.photo_upload
.button_file_upload {
    border: 1px solid #C29799;
    background: #FFEDF0;
    border-radius: 0px;
    color: #C29799;
}
.career
.search_by_photo_content
.wrapper {
    display: block;
}
.career
.search_by_photo_content {
    width: auto;
}
.career
.policy_text {
    margin-top: 36px;
    margin-bottom: 0px;
}

.career .sidebar .field select.f-incorrect,
.career .sidebar .field input.f-incorrect {
    border-color: #c61d23;
}

.career
.js_show_questionnaire_button {
    display: none;
}

.h1_mobile {
    display: none;
    margin-bottom: 36px;
}


/* НН */
.hh {
    display: flex;
    align-items: center;
    margin: 33px 0px 0px 36px;
    text-decoration: none;
    border-bottom: 0px;
}
.hh 
img {
    width: 51px;
    height: 51px;
    margin-right: 10px;
}
.hh 
span {
    color: #838388;
    font-size: 16px;
    font-weight: 400;
    border-bottom: solid 1px #838388;
}
.hh:hover 
span {
    border-bottom-color: transparent;
}
.hh
b {
    color: #c61d23;
    font-size: 16px;
    font-weight: 500;
}
.hh_mobile {
    display: none;
}


@media(max-width: 1250px) {
    .career
    .main {
        width: 64%;
    }
}
@media(max-width: 1160px) {
    .career
    .main {
        width: 61%;
    }
}
@media(max-width: 1050px) {
    .career
    .main {
        width: 55%;
    }
    .career .icons {
        grid-template-columns: 1fr 1fr;
    }
    .career .tabs .head .tab {
        padding: 15px 20px;
    }
}
@media(max-width: 940px) {
    .career
    .main {
        width: 52%;
    }
}
@media(max-width: 870px) {
    .career
    .main {
        width: 100%;
    }
    .career
    .sidebar_wrapper {
        display: none;
        position: relative;
    }
    .career
    .js_show_questionnaire_button {
        display: block;
        margin-bottom: 63px;
    }
    .career .icons {
        margin-bottom: 0px;
    }
    .career.sidebar_wrapper {
        width: 378px;
        padding: 0px;
    }
    .career.sidebar_wrapper .hh {
        display: none;
    }
    .hh_mobile {
        display: flex;
        margin-left: 0px;
    }
    .h1 {
        display: none;
    }
    .h1_mobile {
        display: block;
    }
    .career .promo_slider {
        margin-bottom: 33px;
    }
}

@media(max-width: 575px) {
    .career .promo_slider {
        height: 200px;
    }
}
@media(max-width: 450px) {
    .career 
    .tabs 
    .head 
    .tab {
        width: 127px;
        padding: 15px 17px 15px 20px;
    }
    .career 
    .tabs 
    .head 
    .tab:first-child {
        width: 113px;
    }
}
@media(max-width: 400px) {
    .career.sidebar_wrapper {
        width: 100%;
    }
    .career.sidebar_wrapper .sidebar {
        width: 100%;
    }
}

/* Feedback */
#feedback_form .form_wrapper {
    width: 580px;
    margin: 25px 0;
}

@media screen and (max-width: 700px) {
    #feedback_form .form_wrapper { 
        width: 100%; 
    }
    
    #feedback_form .form_wrapper .loader {
        text-align: center;
    }

    #feedback_form .form_wrapper .loader img {
        height: 40px;
        width: 40px;
        margin-top: 20px;
        margin-left: 0;
    }    

    #feedback_form .form_wrapper label.form_input-radio {
        min-width: 100%;
        width: 100%;
        display: block;
        margin-left: 0px;
    }

    #feedback_form .form_wrapper .form_row .form_input._radio_inputs {
        display: flex;
        flex-direction: column;
    }
}

#feedback_form .form_wrapper .form_row .form_row_title {
    min-width: 100%;
    margin-bottom: 6px;
}

#feedback_form .form_wrapper .form_row .form_row_title.main_title {
    min-width: 100%;
    color: #000000;
    font-size: 18px;
    margin-bottom: 0;
}

#feedback_form .form_wrapper .form_row .email_input {
    flex-grow: 10;
}

#feedback_form .form_wrapper .form_row ._radio_inputs_title {
    margin-right: 12px;
}

#feedback_form .form_wrapper .form_row .form_input._radio_inputs {
   display: flex;
}

#feedback_form .form_wrapper .form_row .form_input._radio_inputs .form_input-radio {
    margin-right: 12px;
    margin-left: 0;
}


#feedback_form .form_wrapper .form_row .custom_select {
    background: #fff;
}

#feedback_form .custom_select {
    width: 100%;
    max-width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 35px 0 15px;
    font-size: 15px;
    font-weight: normal;
    outline: none;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    box-shadow: none;
}

#feedback_form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

#feedback_form .form_custom_select {
    position: relative;
}

#feedback_form .form_custom_select._open::after {
    transform: translateY(4px) rotate(-45deg);
}

#feedback_form .selectize-control.single .selectize-input:not(.no-arrow)::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    border-style: solid;
    border-color: #898989;
    border-width: 1px 1px 0 0;
    transform: rotate(135deg);
    transition: transform 90ms ease-out;
}

#feedback_form .selectize-control.single .selectize-input:not(.no-arrow).dropdown-active::after {
    transform: translateY(4px) rotate(-45deg) !important;
}

#feedback_form .form_custom_select::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    border-style: solid;
    border-color: #898989;
    border-width: 1px 1px 0 0;
    transform: rotate(135deg);
    transition: transform 90ms ease-out;
}

#feedback_form .form_wrapper .form_row .custom_select._disabled {
    background: #a9a9a9;
    position: relative;
}

#feedback_form .form_input textarea {
    min-height: 300px;
    width: 100%;
    resize: none;
    font-size: 15px;
    font-weight: normal;
    outline: none;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 15px;
}

#feedback_form .form_input textarea:focus-visible {
    background-color: none; 
    outline: none;
}

#feedback_form .form_input textarea:focus {
    background-color: none; 
    outline: none;
}

#feedback_form .selectize-input {
    box-shadow: none;
    background-color: inherit;
    background-image: none;
    width: 100% !important;
    border: 1px solid #cdcdcd;
    border-radius: 3px !important;
    height: 40px;
    padding: 8px 30px 8px 15px;
    overflow: hidden;
} 

#feedback_form .selectize-input.f-incorrect {
    border-color: #c61d23;
} 

#feedback_form .selectize-dropdown [data-selectable].option.active {
    color: #fff;
    background: #c61d23;
}

#feedback_form .selectize-dropdown [data-selectable].option:hover {
    color: #fff;
    background: #b21a1f;
} 

#feedback_form .selectize-dropdown .selected {
    background-color: #c61d23 !important;
    color: #fff;
} 

#feedback_form .selectize-input > input {
    line-height: 40px;
    font-size: 15px;
    font-weight: normal;
    padding: 0 15px;
}

#feedback_form .selectize-input > div.item {
    line-height: 24px;
    font-size: 15px;
}

#feedback_form .selectize-dropdown-content > div.option {
    font-size: 15px;
    padding: 0 15px;
    height: 40px;
    display: flex;
    align-items: center;
}

#feedback_form .selectize-input.locked {
    background: #e6e6e6;
    pointer-events: none;
}

#feedback_form .form_row.hidden {
    display: none;
}

#feedback_form .hide_select select {
    opacity: 1;
}

#feedback_form .form_wrapper .form_submit {
    position: relative;
}

#feedback_form .form_wrapper .form_submit .loader {
    text-align: left;
    position: absolute;
    right: -30px;
    top: 10px;
}

#feedback_form .form_wrapper .form_submit .loader img {
    height: 20px;
    width: 20px;
    margin-left: 20px;
}

#feedback_form .feedback_form_rows_wrapper div.form_row:nth-child(2) {
    margin-bottom: 10px;
}

#feedback_form .form_adv_agree {
    margin: 10px 0;
}

#feedback_form .custom_select.f-incorrect {
    border: 1px solid #c61d23;
}

@media screen and (max-width: 580px) {
   
    #feedback_form .hide_select {
        margin: 15px 0 0px;
    }
    
    #feedback_form .form_row .form_row + .form_row {
        margin: 0;
    }

    #feedback_form .return_money > div:nth-child(1) > div:nth-child(2) {
        margin-bottom: 0;
    }

    #feedback_form .return_money .form_row .form_row + .form_row {
        margin: 20px 0 0;
    }

    #feedback_form .form_wrapper .form_row .form_input._radio_inputs {
        margin-top: 0px;
    }

    #feedback_form .feedback_form_rows_wrapper .form_row + .form_row {
        margin: 0;
        margin-bottom: 16px;
    }

    #feedback_form .feedback_form_rows_wrapper._column {
        flex-direction: column;
    }

    #feedback_form .feedback_form_rows_wrapper {
        flex-direction: row;
    }

    #feedback_form .feedback_form_rows_wrapper div.form_row:nth-child(1),
    #feedback_form .feedback_form_rows_wrapper div.form_row:nth-child(3) {
        max-width: 50%;
    }
    
    #feedback_form .feedback_form_rows_wrapper div.form_row:nth-child(2) {
        margin-bottom: 16px;
    }
}

#feedback_form .feedback_form_rows_wrapper {
    display: flex;
    margin-bottom: 20px;
}

#feedback_form .feedback_form_rows_wrapper._column {
    flex-direction: column;
}

#feedback_form .feedback_form_rows_wrapper > div:first-child {
    margin-right: 5px;
}

#feedback_form .return_money > .form_row {
    margin-bottom: 0;
}

#feedback_form .insertion_select .selectize-control {
    display: flex;
}

#feedback_form.has-advanced-upload .box_input span.preview_box {
    flex-basis: inherit;
}

#feedback_form.has-advanced-upload .box_input .button_file_upload {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 28px;

    width: 68px;
    height: 68px;

    background: #F7EBEA;
    border: 1px solid #c61d23;
    box-sizing: border-box;
    border-radius: 4px;

    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;

    color: #c61d23;
}

#feedback_form.has-advanced-upload .box_input .preview_box {
    margin: 0 12px 12px 0;
}

#feedback_form.has-advanced-upload.is-dragover .box_dragndrop {
    display: block;
}

#feedback_form.has-advanced-upload .box_dragndrop {
    display: none;
    background-color: white;
    outline: 2px dashed #c61d23;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 30px;
    text-align: center;
    height: 80px;
}

#feedback_form #box_preview {
    margin: 0 0 16px 0;
}

#feedback_form .photo_description {
    display: block;
    width: 100%;
    margin-bottom: 16px;
}

/* Yandex Smart Captcha */
.smart-captcha {
    height: 102px !important;
}
.smart-captcha.error {
    border: 1px solid #c61d23;
    border-radius: 9px;
}
.smart-captcha-small {
    min-width: 100% !important;
    height: 104px !important;
}

@media (max-width: 420px) {
    .smart-captcha-lk-mobile {
        height: 138px !important;
    }
}

.text_highlight {
    padding: 5px 8px;
    background: #f7f7f7;
    color: #c61d23;
    border-bottom: 3px solid #c61d23;
}
.text_highlight strong {
    color: #c61d23;
    font-weight: 700;
}

.js_basket_add {
    line-height: 25px !important;
}

.loyalty_wrap_card_img
img {
    width: 100%;
}

/* RATING POPUP */
.rating_popup_wrapepr .custom_popup_close {
    top: 3px;
}
.rating_popup {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0px;
    width: 400px;
}
.rating_popup .title,
.rating_popup .sub_title {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
    text-align: center;
}
.rating_popup .title {
    font-size: 16px; 
}
.rating_popup .maps {
    width: 100%;
}
.rating_popup .maps .sub_title {
    font-weight: 400;
}
.rating_popup .stars {
    margin-bottom: 24px;
    padding: 0px;
}
.rating_popup .logo {
    width: 29px;
    position: absolute;
    left: 14px;
    top: 16px;
}
.rating_popup .review {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 350px;
}
.rating_popup .review textarea{
    resize: none;
    margin-bottom: 24px;
    width: 350px;
}
.rating_popup .links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.rating_popup .links a {
    width: 35%;
    text-decoration: none;
    border-bottom: 0px;
    display: none;
    margin-bottom: 21px;
}
.rating_popup .links a.visible {
    display: block;
}
.rating_popup .links a.visible:first-of-type {
    margin-right: 30px;
 }
.rating_popup .links a.visible:last-of-type {
   margin-bottom: 0px;
}
.rating_popup .links:has(a.visible) {
    margin-top: 24px;
}
.rating_popup .links img {
    width: 100%;
    height: 100%;
    display: block;
}

@media (max-width: 640px) {
    .filter_layout .product_list_cell {
        width: 48%;
        margin-right: 10px;
        margin-bottom: 5px;
    }
    .favorites .product_list_cell {
        width: 48%;
        margin-right: 10px;
        margin-bottom: 5px;
    }
    .action_view_items .product_list_cell {
        width: 48%;
        margin-right: 10px;
        margin-bottom: 5px;
    }

    .product_list_cell:nth-of-type(2n) {
        margin-right: 0px;
    }
}

/* Подсказка */
.tooltip_title {
    cursor: pointer;
    display: inline-block;
    color: #757575;
    border-bottom: 1px solid #757575;
}
.tooltip_text {
    display: none;
    font-size: 14px;
    padding-top: 6px;
}

.form_popup_promocodes {
    width: 529px;
}
.form_popup_promocodes .promocodes_grid {
    overflow-x: auto;
    flex-wrap: nowrap;
}
.form_popup_promocodes .promocodes_grid {
    margin-top: 24px;
}

.form_popup_promocodes .promocodes_grid::-webkit-scrollbar {
    width: 1px;
    height: 3px;
}
.form_popup_promocodes .promocodes_grid::-webkit-scrollbar-track {
    background: #ebebeb;
}
.form_popup_promocodes .promocodes_grid::-webkit-scrollbar-thumb {
    background: #c61d23;
}

@media (max-width: 600px) {
    .form_popup_promocodes {
        width: 329px;
    }
}



/* SMS verify */
.sms_verify {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sms_verify_title {
    font-family: 'Commissioner', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: rgba(137, 137, 137, 1);
}
.sms_verify_num_fields {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 17px;
}
.sms_verify_num_field {
    width: 46px;
    height: 52px;
    padding: 10px 12px 10px 12px;
    border-radius: 6px;
    background: rgba(246, 246, 247, 1);
    border: none;
    margin-right: 10px;

    text-align: center;
    font-family: 'Commissioner', sans-serif;
    font-size: 34px;
    font-weight: 700;
    -moz-appearance: textfield;
}
.sms_verify_num_field:focus {
    outline: 2px solid rgba(182, 49, 45, 1);
}
.sms_verify_num_field.error {
    outline: 2px solid rgba(182, 49, 45, 1);
}
.sms_verify_num_fields
.sms_verify_num_field:last-child {
    margin-right: 0px;
}
.sms_verify_num_field::-webkit-outer-spin-button,
.sms_verify_num_field::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.sms_verify_messages {
    font-family: 'Commissioner', sans-serif;
    font-size: 13px;
    font-weight: 500;
    display: none;
    margin-top: 8px;
}
.sms_verify_error_message {
    color: rgba(182, 49, 45, 1);
}
.sms_verify_success_message {
    color: #383;
}
.sms_verify_resend_button {
    color: #c61d23;
    border: 0px;
    border-bottom: 1px solid #c61d23;
    background: transparent;
    font-family: 'Commissioner', sans-serif;
    font-size: 13px;
    font-weight: 500;
    margin-top: 36px;
    padding: 0px 1px;
    cursor: pointer;
}
.sms_verify_loader {
    display: none;
    width: 75px;
    height: 25px;
    margin-top: 12px;
    background: url('../img/basket_loader.svg') no-repeat 50% 50%;
    background-size: auto 20px;
}



/* Product rating */
.product_rating {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}
.product_rating
.star {
    margin-bottom: 1px;
    margin-right: 3px;
    position: relative;
    width: 13px;
    height: 13px;
    overflow: hidden;
    background: url(/media/img/red_star.svg) no-repeat;
    background-size: contain;
}
.product_rating._mobile {
    display: none;
}
.product_rating._desktop {
    display: flex;
}

.product_rating._list {
    max-width: 180px;
    /* margin: 0px auto; */
    font-size: 12px;
}
.product_rating._list
.star {
    margin-bottom: 0px;
}

.product_view_article._with_rating {
    margin-top: 20px;
}

.product_rating_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-top: 7px;
}
.product_rating_wrapper._list {
    max-width: 180px;
    margin: 0px auto;
    justify-content: center;
}

@media (max-width: 760px) {
    .product_rating._mobile {
        display: flex;
    }
    .product_rating._desktop {
        display: none;
    }
}

/* Product item swiper */
.product_item_swiper {
    width: 70%;
    overflow: hidden;
    background: #ffffff;
    margin: 24px auto 0px;
    position: relative;
}
.product_item_swiper_wrapper {
    align-items: flex-start;
}

.product_item_swiper_wrapper
.swiper-slide {
    height: auto;
}
.product_item_swiper
.product_item_wrap_img {
    left: 0px;
    top: 0px;
    display: block;
    position: relative;
    margin: 0px;
    width: 100%;
}
.product_item_swiper.swiper-container-horizontal >
.swiper-scrollbar {
    background: transparent;
    height: 3px;
}
.product_item_swiper.swiper-container-horizontal
.swiper-scrollbar-drag {
    background: #a9a9a9;
}
.product_item_swiper.swiper-container-horizontal
.swiper-pagination {
    bottom: 8px;
}

.product_item_swiper
.swiper-pagination-bullets {
    height: 4px;
    position: relative;
}
.product_item_swiper
.swiper-pagination-bullet {
    width: 4px;
    height: 4px;
}
.product_item_swiper
.swiper-pagination-bullet-active {
    background-color: #c61d23;
}

body._touch .product_item_hover_control {
    display: none;
}
body._touch .product_item_promotion_tooltip {
    display: none;
}
body._touch .product_item_favorite {
    display: none;
}
body._touch .product_item_hover_control {
    display: none;
}
body._touch .product_item_hover {
    padding: 0;
    box-shadow: none;
}
body._touch .product_item_hover {
    opacity: 1;
    visibility: visible;
}
body._touch .product_item_swiper .swiper-wrapper {
    align-items: center; 
}
body._touch .product_item_promotion_wrapper {
    z-index: 11;
}

body._touch .product_item_wrap_text {
    position: relative;
}
body._touch .product_item_inner {
    padding: 125% 0 0 0;
}
body._touch .product_item_swiper {
    position: relative;
    padding-bottom: 10px;
}
body._touch .product_item_inner>.product_item_wrap_text {
    display: none;
}

@media (max-width: 600px) {
    body._touch .product_item_inner {
        padding:  85% 0 0 0;
    }
    body._touch .product_item_swiper {
        height: 160px;
    }
}
@media (max-width: 450px) {
    body._touch .product_item_inner {
        padding:  90% 0 0 0;
    }
}

/* Показать больше для сео текста */
.static_text._show-more {
    height: 68px;
    overflow: hidden;
    position: relative;
}
.static_text._big._show-more{
    height: 95px;
}
.static_text._show-more::after {
    content: '';
    cursor: pointer;
    width: 100%;
    height: 35px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.static_text._show-more._open::after {
    display: none;
}
.static_text._show-more._open {
    height: auto;
}



/* CLIENTS RETURN */
.clients-return .static_text {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #5E5E5E;
}
.clients-return .static_text li {
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #5E5E5E;
}

.clients-return .hr {
    height: 1px;
    width: 100%;
    display: block;
    background: #efefef;
    margin: 32px 0px;
}

.clients-return__card {
    padding: 61px 24px;
    background: url(../img/return_card_bg.png) center center no-repeat;
    margin-bottom: 32px;
    background-size: cover;
}
.clients-return__card .h1 {
    margin-bottom: 22px;
    font-weight: 500;
}
.clients-return__card p {
    width: 360px;
    color: #5E5E5E;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 25px;
}
.clients-return__card .h1.h1__no-margin {
    margin-bottom: 0px;
}

.clients-return__title {
    font-size: 20px;
    font-weight: 500;
    color: #575757;
    margin-bottom: 24px;
}
.clients-return__text {
    color: #5E5E5E;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 24px;
}
.clients-return__text_short-margin {
    margin-bottom: 9px;
}
.clients-return__text_mb {
    display: block;
    margin: 0px;
}
.clients-return__card .custom_button {
    font-weight: 500;
    height: 36px;
    line-height: 34px;
    padding: 0 17px;
}
.clients-return__factoids {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 32px 0px 0px;
}
.clients-return__factoid {
    width: 330px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
}
.clients-return__factoid_square {
    border-radius: 3px;
    box-shadow: 0px 0px 6px 2px #eaeaea;
    min-height: 235px;
    padding: 25px 55px;
}
.clients-return__factoid .clients-return__text {
    width: 96%;
    margin: 0px;
}
.clients-return__factoid__icon {
    width: 104px;
    height: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DADADA;
    border-radius: 100%;
    margin-bottom: 24px;
}
.clients-return__shops-link {
    margin: 0px auto;
    position: relative;
    width: fit-content;
    display: flex;
    align-items: center;
    font-weight: 500;
}
.clients-return__shops-link img {
    width: 24px;
    height: 24px;
    margin-bottom: -5px;
}
.clients-return__card-bg {
    display: none;
    width: 100%;
    margin-bottom: 32px;
    height: 196px;
    object-fit: cover;
}

.clients-return__quiz {
    width: 100%;
    border-radius: 3px;
    margin-bottom: 32px;
    height: 245px;
}
.clients-return__quiz-card .custom_button {
    padding: 0px 64px;
}
.clients-return__quiz .custom_button:last-child {
    margin-left: 24px;
}

.clients-return__quiz-back {
    color: #898989;
    font-size: 12px;
    position: relative;
    margin-bottom: 0px;
    padding-left: 16px;
    cursor: pointer;
}
.clients-return__quiz-back::after {
    content: '';
    top: 6px;
    left: 1px;
    position: absolute;
    border: 1px solid #D1D1D1;
    width: 5px;
    height: 5px;
    border-left: none;
    border-bottom: none;
    transform: rotate(-135deg);
}

.clients-return__quiz-card {
    box-shadow: 0px 0px 6px 2px #eaeaea;
    display: none;
    padding: 43px 64px;
    height: 100%;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
}
.clients-return__quiz
.clients-return__quiz-card:first-child {
    display: flex;
}
.clients-return__quiz-card_error {
    background-color: #f7ebea;
}

.clients-return__quiz-card_start {
    background-color: #f7ebea;
    box-shadow: none;
    justify-content: flex-end;
}

.clients-return__text_cross {
    position: relative;
    padding-left: 32px;
}
.clients-return__text_cross::before {
    content: '';
    background: url(/media/img/return_cross.svg);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
}

.clients-return__quiz-buttons {
    /* position: absolute; */
}

.properties-table-wrapper {
    overflow: auto;
    cursor: auto;
    width: 101%;
    padding: 15px 7px 0px 0px;
}
.properties-table-wrapper::-webkit-scrollbar {
    height: 6px;
}
.properties-table-wrapper::-webkit-scrollbar-track {
    background: #EFEFEF;
    border-radius: 20px;
}
.properties-table-wrapper::-webkit-scrollbar-thumb {
    background: #D9D9D9;
    border-radius: 20px;
}

.properties-table {
    display: inline-flex;
    align-items: flex-start;
    text-align: center;
}
.properties-table__col {
    width: 350px;
    color: #575757;
    flex-shrink: 0;
}
.properties-table__th {
    padding: 21px 24px;
    font-size: 20px;
    font-weight: 500;
}
.properties-table__td {
    padding: 15px 24px;
    font-size: 14px;
    font-weight: 500;
}

.properties-table__col_red {
    color: #fff;
}
.properties-table__col_red div {
    background: #C61D23;
}
.properties-table__col_red div:nth-child(2n) {
    background: #BC1C21;
}

.properties-table__col_shadow {
    box-shadow: 0px 0px 6px 2px #eaeaea;
    border-radius: 3px;
    padding: 6px;
    top: -6px;
    position: relative;
}

.properties-table__col_gray div {
    background: #fff;
}
.properties-table__col_gray div:nth-child(2n) {
    background: #f2f2f2;
}

.properties-table__col_gray-revers div {
    background: #f2f2f2;
}
.properties-table__col_gray-revers div:nth-child(2n) {
    background: #fff;
}

.properties-table__col_dark-gray div {
    background: #f7f7f7;
}
.properties-table__col_dark-gray div:nth-child(2n) {
    background: #eaeaea;
}

.properties-table__row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

@media (max-width: 870px) {
    .clients-return__card p {
        width: 100%;
        margin-bottom: 16px;
    }
    .clients-return__card .h1 {
        display: block;
        font-size: 16px;
    }

    .clients-return__card-bg {
        display: block;
    }

    .clients-return__factoid .clients-return__text {
        width: 100%;
    }
    .clients-return__factoid:last-child {
        margin-bottom: 24px;
    }

    .properties-table__th {
        font-size: 18px;
        padding: 16px 15px;
    }
    .properties-table__td {
        padding: 16px 15px;
    }

    .clients-return__title {
        font-size: 18px;
        line-height: 20px;
    }

    .clients-return .static_text {
        font-size: 12px;
    }
    .clients-return .static_text li {
        font-size: 12px;
    }

    .clients-return__text_mb {
        display: block;
        margin-top: 24px;
    }
}
@media (max-width: 740px) {
    .clients-return__card {
        background-position-x: 65%;
    }
    .clients-return__quiz-card {
        padding: 32px;
    }
    .clients-return__quiz-card .custom_button {
        width: 100%;
        display: block;
        margin: 0px;
        padding: 0px 43px;
    }
    .clients-return__quiz-card .custom_button:last-child {
        margin-left: 0px;
        margin-top: 24px;
    }
}
@media (max-width: 530px) {
    .clients-return__quiz {
        height: 300px;
    }
}
@media (max-width: 440px) {
    .clients-return__quiz {
        height: 370px;
    }
}

/* ACCORDION */
.accordion {
    border: 1px solid #D0D0D0;
    border-radius: 6px;
    margin-bottom: 16px;
}
.accordion__body {
    display: none;
    padding: 0px 24px 16px 24px;
    width: 100%;
    transition: .2s ease all;
}
.accordion__head {
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 500;
    color: #575757;
    cursor: pointer;
    position: relative;
}
.accordion__head span {
    display: inline-block;
    width: 90%;
}
.accordion__head::before {
    content: '';
    background: url(../img/accordion_arrow.svg);
    height: 14px;
    width: 10px;
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    transition: .2s ease transform;
}
.accordion_active .accordion__head::before {
    transform: rotate(90deg) translateX(-50%);
}
.accordion_active .accordion__body {
    display: block;
}

@media (max-width: 870px) {
    .accordion__head {
        font-size: 14px;
        line-height: 18px;
    }
    .accordion__body {
        width: 95%;
    }
}

.not_found_with_filters {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 50px;
    text-align: center;
    color: #898989;
}

.basket
.delivery_city {
    margin-bottom: 0px;
}
.basket
.delivery_city_info {
    padding: 3px 16px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    color: #ba6869;
    background: #f7ebea;
    width: fit-content;
    margin-bottom: 32px;
    margin-top: 10px;
}

/* App banner */
.app_banner {
    width: 100%;
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 999999;
}

.app_banner_container {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.05);
}
.app_banner_body {
    min-width: 320px;
    max-width: 1330px;
    margin: 0px auto;
    padding: 12px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.app_banner_body
.custom_button._small {
    line-height: 27px;
}
.app_banner_body
p {
    font-size: 12px;
    margin: 0px 11px;
}
.app_banner_body
img {
    width: 50px;
    height: 50px;
    margin-right: 11px;
}

.app_banner_body
.custom_popup_close {
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.app_banner_body .custom_popup_close:before, 
.app_banner_body .custom_popup_close:after {
    margin: -1px 0 0 -6px;
}

@media (max-width: 480px) {
    .app_banner_body {
        padding: 10px 20px;
    }
    .app_banner_body .custom_popup_close {
        left: -3px;
    }
}

.dc-widget {
    z-index: 99999 !important;
}

/* Коллекции */
.collection_list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}

.collection_item {
  width: calc((100% - 40px) / 3);
  border: none;
  text-decoration: none;
  margin-bottom: 0;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
}

.collection_item img {
  width: 100%;
  aspect-ratio: 2 / 1;
  min-height: unset;
  max-height: unset;
  height: auto;
  object-fit: cover;
  display: block;
  margin-bottom: 7px;
}

.collection_item div {
    font-size: 24px;
    line-height: 1.33;
    color: #333;
}

@media (max-width: 1070px) {
  .collection_item {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 680px) {
  .collection_item {
    width: 100%;
  }
}

/* 
    Страница "Сплит"
*/
.split_page * {
    font-family: 'YandexSansText', sans-serif;
}

.split_page
.hero_img {
    object-fit: contain;
    width: 100%;
}
.split_page
.how_to_pay_img {
    object-fit: contain;
    width: 100%;
}

.split_page
.h1 {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    margin: 64px 0px 64px !important;
    text-align: center;
}
.split_page
.h4 {
   text-align: center;
   margin: 64px 0px 64px !important;
   color: #808080;
   font-size: 18px;
   font-weight: 500;
}

.split_page
.h1.split_for {
   margin-bottom: 16px !important;
}
.split_page
.h4.split_for {
   margin-top: 0px !important;
}

.split_page
a {
    border-bottom: 1px solid #242424;
}
.split_page
a:hover {
    border-bottom: none;
}

.split_page
.h1.questions {
    text-align: left;
    font-weight: 700;
    margin-bottom: 40px !important;
    font-size: 28px;
}

.split_page
.wrapper_info {
    color: #808080;
    width: 70%;
    margin-top: 40px;
}
.split_page
.wrapper_info * {
    font-size: 16px;
}
.split_page
.wrapper_info a {
    color: #808080;
    border-bottom: 1px solid #808080;
}
.split_page
.wrapper_info a:hover {
    border-bottom: none;
}

.split_page
.accordion {
    padding: 0px;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #DCDCDC;
    margin-bottom: 0px;
}
.split_page
.accordion__head {
    padding: 24px 0px;
    font-size: 18px;
    font-weight: 500;
    color: #242424;
}
.split_page
.accordion__head::before {
    background: url(/media/img/dolyame_accordion_arrow.svg);
    height: 24px;
    width: 24px;
    right: 0px;
    transform: rotate(-180deg) translateY(50%);
    opacity: 0.45;
}
.split_page
.accordion_active .accordion__head::before {
    transform: rotate(0deg) translateY(-11px);
}
.split_page
.accordion__body {
    padding: 0px 0px 24px;
}
.split_page
.accordion__body.static_text,
.split_page
.accordion__body.static_text * {
    font-size: 18px;
    font-weight: 400;
    color: #242424;
}

.split_page
.accordion__body.static_text ul > li:before {
    background: #666666;
}

.split_page
.wrapper_questions
.accordion:last-child {
    border: none;
}

.split_page
.split_types {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.split_page
.split_types img {
    width: 49%;
    object-fit: contain;
}

@media (max-width: 870px) {
    .split_page .h1 {
        display: block;
    }
    .split_page .h1 {
        margin: 32px 0px 32px !important;
    }
    .split_page .h4 {
        margin: 32px 0px 32px !important;
    }
    .split_page
    .h1.split_for {
        margin-bottom: 16px !important;
    }
    .split_page 
    .h1.questions {
        margin-bottom: 8px !important;
    }

    .split_page
    .wrapper_info {
        width: 100%;
    }
    .split_page
    .wrapper_info * {
        font-size: 13px;
    }

    .split_page .accordion__head {
        font-size: 16px;
    }
    .split_page
    .accordion__body.static_text,
    .split_page
    .accordion__body.static_text * {
        font-size: 16px;
    }
}
@media (max-width: 600px) {
    .split_page
    .split_types img {
        width: 100%;
        margin-bottom: 16px;
    }
    .split_page
    .split_types img:last-child {
        margin-bottom: 0px;
    }
}
@media (max-width: 480px) {
    .split_page .h1 {
        font-size: 24px;
        margin: 24px 0px 24px !important;
    }
    .split_page .h4 {
        font-size: 16px;
        margin: 24px 0px 24px !important;
    }
    .split_page
    .h1.split_for {
        margin-bottom: 14px !important;
    }
    .split_page 
    .h1.questions {
        font-size: 22px;
    }

    .split_page
    .wrapper_info * {
        font-size: 11px;
    }

    .split_page .accordion__head {
        font-size: 14px;
    }
    .split_page
    .accordion__body.static_text,
    .split_page
    .accordion__body.static_text * {
        font-size: 14px;
    }
}



.pay_service_btns {
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    margin-top: 6px;
    gap: 5px;
}

.pay_service_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 12px;
    border: 1px solid rgba(0, 0, 0, .13);
    border-radius: 4px;
    flex: 1;
    height: 47px;
    cursor: pointer;
    transition: .2s ease all;
    position: relative;
}
.pay_service_btn:hover { 
    border-color: rgba(0, 0, 0, .43);
}
.pay_service_btn._dolyame img {
    background: #000;
    border-radius: 2px;
    width: 64px;
    max-height: 100%;
}
.pay_service_btn._split img {
    width: 19px;
    margin-right: 4px;
}

.pay_service_btn._long{
    justify-content: flex-start;
}
.pay_service_btn._long img {
    margin-right: 8px;
}
.pay_service_btn._long._split {
    padding-left: 50px;
}

.pay_service_btn svg {
    width: 7px;
    opacity: 0.4;
    transition: .1s ease all;
    margin-left: auto;
}
.pay_service_btn:hover svg { 
    opacity: 1;
}


.pay_service_btn_promotion {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    height: 18px;
    line-height: 18px;
    padding: 0 10px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    color: #ba6869;
    background: #f7ebea;
    border-bottom-right-radius: 4px;
}
.pay_service_btn_promotion_basket {
    font-size: 11px;
    padding: 0 10px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    white-space: nowrap;
    color: #ba6869;
    background: #f7ebea;
    margin-left: 6px;
    margin-top: -2px;
        position: relative;
    top: -1px;
}

.parts_payment_info_modal {
    display: none;
    border-radius: 20px;
    max-width: 700px;
}
.parts_payment_info_title {
    color: #000;
    font-size: 28px;
    font-weight: 500;
}
.parts_payment_info_subtitle {
    font-size: 16px;
    color: #878787;
    font-weight: 400;
}
.parts_payment_info_facts {
    display: flex;
    align-items: center;
    margin: 21px 0px;
}
.parts_payment_info_fact {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #000;
}
.parts_payment_info_fact:first-child {
    margin-right: 50px;
}
.parts_payment_info_fact img {
   margin-right: 11px;
}

.parts_payment_info_pay_wrapper {
    background-color: #F5F5F5;
    border-radius: 11px;
    padding: 5px 5px 11px 5px;
}
.parts_payment_info_pay_wrapper > p {
    color: #A9A9A9;
    font-size: 14px;
    margin: 0px;
    padding-left: 7px;
}

.parts_payment_info_pay {
    background-color: #fff;
    border-radius: 16px;
    padding: 18px 30px 30px 30px;
    margin-bottom: 15px;
}
.parts_payment_info_pay_title {
    color: #000;
    font-size: 22px;
    font-weight: 500;
}
.parts_payment_info_sub_title {
    color: #000;
    font-size: 18px;
}
.parts_payment_info_pay_parts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    margin-top: 20px;
}
.parts_payment_info_pay_part {
    height: 8px;
    flex: 1;
    border-radius: 10px;
    background-color: #f0f1f2;
}
.parts_payment_info_pay_part:first-child {
    background-color: #c61d23;
}
.parts_payment_info_pay_part_wrapper {
    flex: 1;
}
.parts_payment_info_pay_part_wrapper:first-child > .parts_payment_info_pay_part {
    background-color: #c61d23;
}

.parts_payment_info_pay_date, .parts_payment_info_pay_price {
    font-size: 14px;
    color: #000;
}
.parts_payment_info_pay_price {
    margin-bottom: 14px;
}

.parts_payment_info_modal .custom_popup_close {
    top: 6px;
    right: 4px;
}

.parts_payment_info_about {
    margin-top: 30px;
    font-size: 14px;
    color: #878787;
    text-align: center;
}

.parts_payment_info_icon {
    width: 90px;
    margin-bottom: 15px;
}

.parts_payment_info_tabs {
    background-color: #F5F5F5;
    border-radius: 11px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    margin-bottom: 5px;
}
.parts_payment_info_tab {
    border-radius: 16px;
    padding: 10px 10px;
    flex: 1;
    color: #000;
    text-align: center;
    cursor: pointer;
}
.parts_payment_info_tab._active {
    background-color: #fff;
}