/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */
/* @font-face — см. fonts.css */
::-webkit-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
}

:-ms-input-placeholder {
  color: inherit;
}

:-moz-placeholder {
  color: inherit;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

input, select, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


#bx-soa-order input, #bx-soa-order select, #bx-soa-order textarea, #bx-soa-order button {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

#bx-soa-order .checkbox-wrapper input[type="checkbox"],
#bx-soa-orderSave input[type="checkbox"],
.order-page #bx-soa-orderSave .checkbox-wrapper input[type="checkbox"] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  position: absolute !important;
  opacity: 0 !important;
  width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
  cursor: pointer;
  z-index: 1;
}

.order-page #bx-soa-orderSave .checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}

.order-page #bx-soa-orderSave .checkbox-wrapper .checkmark {
  display: block !important;
  flex-shrink: 0;
  margin-top: 2px;
  height: 16px;
  width: 16px;
  background: transparent;
  border: 2px solid #788192;
  border-radius: 1px;
  position: relative;
}

.order-page #bx-soa-orderSave .checkbox-wrapper input[type="checkbox"]:checked ~ .checkmark {
  border: 2px solid #0D0D0D;
  background: #0D0D0D;
}

.order-page #bx-soa-orderSave .checkbox-wrapper input[type="checkbox"]:checked ~ .checkmark:after {
  opacity: 1;
  visibility: visible;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: var(--leading-ui, 1.4);
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  background: #F6F7F9;
  color: var(--text-primary, #0D0D0D);
  font-size: var(--text-sm, 15px);
  font-family: var(--font-family, "Cera Pro");
  font-weight: var(--font-regular, normal);
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input:focus,
button,
button:focus,
textarea {
  outline: none;
}

button {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button {
  background-color: transparent;
  border: none;
}

a:focus,
a:active {
  color: inherit;
  outline: 0;
  text-decoration: none;
}

a:hover {
  color: initial;
  text-decoration: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

a,
input[type=submit] {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: inherit;
  cursor: pointer;
}

textarea {
  resize: none;
}

.catalog {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.catalog-row .catalog {
	justify-content: normal;
}
.navigator {
	display: none;
}
.table-respond {
  overflow: auto;
}

.table-respond td, .table-respond th {
  white-space: nowrap;
}

.btn, .btn:focus, .btn:hover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.d-flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.flex-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.flex-center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.flex-left {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.flex-right {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.flex-justify {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.flex-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-top {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.flex-middle {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.flex-bottom {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.flex-item-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.flex-item-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.flex-item-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

/** START OTHER **/
.bottom-nav-slider:not(.slick-initialized) .slide-item {
  display: none !important;
}

.bottom-nav-slider:not(.slick-initialized) .slide-item:nth-child(1) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.main-slider:not(.slick-initialized) .slide-item {
  display: none !important;
}

.main-slider:not(.slick-initialized) .slide-item:nth-child(1) {
  display: block !important;
}

.section {
  border-bottom: 16px solid #FEFEFE;
  /* border-top: 16px solid #FEFEFE; */
  padding: 5px 0 25px 0;
}

.section-title {
  font-size: var(--text-2xl, 28px);
  font-weight: var(--font-medium, 500);
  width: 100%;
  margin: 15px 0 15px;
}
.section-title.with-link {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section-title.with-link a {
  color: #4D69BB;
  /* font-size: 18px; */
  /* font-weight: 500; */
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* line-height: 1; */
}
.section-title.with-link a img {
  margin: 0 0 0 8px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
.section-title.with-link a:hover {
  color: #0D0D0D;
}
.section-title.with-link a:hover img {
  -webkit-filter: grayscale(1) invert(0);
  filter: grayscale(1) invert(0);
}
.section-title.with-link a span {
	line-height:24px;
}
.section-main-title {
  width: 100%;
  font-size: var(--text-3xl, 36px);
  line-height: var(--leading-tight, 1.25);
  font-weight: var(--font-medium, 500);
  margin: 15px 0 15px 0;
}
.section-main-title.with-icon {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.btn {
  display: inline-block;
}
.btn.btn-white__transparent {
  font-size: var(--text-sm, 15px);
  color: #fff;
  font-weight: 700;
  border: 2px solid #fff;
  padding: 8px 15px;
  background: transparent;
}
.btn.btn-white__transparent:hover {
  background: #fff;
  color: #0D0D0D;
}
.btn.btn-with-ico img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 25px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
}
.btn-black, .btn-default {
  font-size: var(--text-sm, 15px);
  line-height: var(--leading-ui, 1.4);
  font-weight: var(--font-medium, 500);
  color: #0D0D0D;
  background: #e6b21e;
  /* border: 1px solid #e6b21e; */
  padding: 13px 20px;
}
.btn-black a, .btn-default a {
	text-decoration: none !important;
}

.btn-black:hover, .btn-default:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1))), #e6b21e;
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #e6b21e;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #e6b21e;
  color: #0D0D0D;
}
.btn-black.btn-with-ico {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn-black.btn-with-ico:hover img {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
}
.btn-black.btn-with-ico img {
  margin: 0 15px 0 0;
}
.btn-black:focus {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.03)), to(rgba(0, 0, 0, 0.03))), #e6b21e;
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)), #e6b21e;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)), #e6b21e;
  -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.25);
}
.btn.btn-blue {
  font-size: var(--text-sm, 15px);
  color: #4D69BB;
}
.btn.btn-blue:hover {
  color: #0D0D0D;
}
.btn-black__transparent {
  background: transparent;
  border:1px solid #E0E4EC;
  color: #0D0D0D;
  font-size: var(--text-sm, 15px);
  font-weight: var(--font-medium, 500);
  padding: 13px 30px;
}
.catalog-main .btn-black__transparent {
	height: 50px;
	line-height: 20px;
  padding: 5px 20px;
}
.btn-black__transparent:hover {
  color: #4D69BB;
  border: 1px solid #4D69BB;
}
.btn.btn-gray {
  border: 1px solid #788192;
  padding: 8px 15px;
  color: #788192;
  font-size: var(--text-sm);
}
.btn.btn-gray:hover {
  background: #788192;
  color: #fff;
}
.btn .btn-price-elem {
  display: none;
}

.radio-wrapper {
  background: #fff;
  margin: 0 8px 8px 0;
  padding: 5px 8px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.radio-wrapper p {
  font-size: var(--text-sm);
  color: #788192;
  background: transparent;
  position: relative;
  z-index: 1;
}
.radio-wrapper input[type=radio] {
  /* border: 1px solid #788192; */
  border: 1px solid #CBD2DF;
  border-radius: 4px;
  position: absolute;
  /*opacity: 0;*/
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.radio-wrapper input[type=radio]:checked {
  background: #788192;
  border: 1px solid #788192 !important;
}
.radio-wrapper input[type=radio]:checked + p {
  color: #fff !important;
}
.radio-wrapper:hover input[type=radio] {
  border: 1px solid #4D69BB;
}
.radio-wrapper:hover input[type=radio] + p {
  color: #4D69BB;
}

.quanity-field {
  width: 140px;
}
.quanity-field .jq-number {
  /* background: #F6F7F9; */
  background: #fff;
  /* border: 1px solid #E0E4EC; */
  border: 1px solid #CBD2DF;
  border-radius: var(--fm-btn-radius, 10px);
  overflow: hidden;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 50px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 140px;
}
.quanity-field .jq-number input {
  font-size: var(--text-sm);
  font-weight: 500;
  background: transparent;
  max-width: 80px;
  padding: 0 15px;
  text-align: center;
}
.quanity-field .jq-number__field {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.quanity-field .jq-number__spin {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
}
.quanity-field .jq-number__spin.minus {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.quanity-field .jq-number__spin.minus:before {
  content: "";
  width: 12px;
  height: 2px;
  /* background: #E0E4EC; */
  background: #CBD2DF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.quanity-field .jq-number__spin.plus {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.quanity-field .jq-number__spin.plus:before {
  content: "";
  width: 12px;
  height: 2px;
  /* background: #E0E4EC; */
  background: #CBD2DF;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.quanity-field .jq-number__spin.plus:after {
  content: "";
  width: 2px;
  height: 12px;
  /* background: #E0E4EC; */
  background: #CBD2DF;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.quanity-field .jq-number__spin:hover:after, .quanity-field .jq-number__spin:hover:before {
  background: #4D69BB !important;
}
.quanity-field + .btn-with-ico {
  width: calc(100% - 140px);
}

.form-group {
  margin: 0 0 20px;
}
.form-group .password-group {
  position: relative;
  width: 100%;
}
.form-group .password-group .password-elem {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 15px;
}
.form-group .password-group .password-elem svg {
  display: block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-group .password-group .password-elem .show-password {
  cursor: pointer;
}
.form-group .password-group .password-elem .show-password:hover svg {
  stroke: #4D69BB;
}
.form-group .password-group .password-elem .show-password svg {
  stroke: #788192;
}
.form-group .password-group .password-elem .showed-password {
  cursor: pointer;
  display: none;
}
.form-group .password-group .password-elem .showed-password:hover svg {
  stroke: #4D69BB;
}
.form-group .password-group .password-elem .showed-password:hover svg circle {
  fill: #4D69BB;
}
.form-group .password-group .password-elem .showed-password svg {
  stroke: #788192;
}
.form-group .password-group .password-elem .showed-password svg circle {
  fill: #788192;
}
.form-group.item {
  margin: 20px 0 0;
}
.form-group p {
  font-size: var(--text-sm);
  color: #788192;
  margin: 0 0 8px;
}
.form-group.error .form-control {
  border: 1px solid #F04B69;
  color: #F04B69;
}
.form-group.error .error-text {
  font-size: var(--text-xs);
  color: #F04B69;
}

.form-control {
  border: 1px solid #CBD2DF;
  height: 48px;
  width: 100%;
  padding: 5px 15px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--text-sm);
  font-weight: 500;
}
.form-control::-webkit-input-placeholder {
  color: #CBD2DF;
}
.form-control::-moz-placeholder {
  color: #CBD2DF;
}
.form-control:-ms-input-placeholder {
  color: #CBD2DF;
}
.form-control:-moz-placeholder {
  color: #CBD2DF;
}
.form-control:focus {
  border: 1px solid #4D69BB;
}

textarea.form-control {
  height: 140px;
  overflow: auto;
}

.checkbox-wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  font-size: var(--text-sm);
  cursor: pointer;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.checkbox-wrapper:hover .checkmark {
  border: 2px solid #0D0D0D;
}
.checkbox-wrapper a {
  /* margin: 0 5px; */
  margin: 0;
  padding: 0 !important;
	font-size: var(--text-sm) !important;
}
.checkbox-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkbox-wrapper input:checked ~ .checkmark {
  border: 2px solid #0D0D0D;
  background: #0D0D0D;
}
.checkbox-wrapper input:checked ~ .checkmark:after {
  opacity: 1;
  visibility: visible;
}
.checkbox-wrapper .checkmark {
  height: 16px;
  width: 16px;
  background: transparent;
  border: 2px solid #788192;
  border-radius: 1px;
  position: relative;
  margin: 0 8px 0 0;
}
.checkbox-wrapper .checkmark:after {
  content: "";
  position: absolute;
  left: 4px;
  top: -2px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.checkbox-wrapper .text {
  width: calc(100% - 24px);
}

body.menu-opened {
  overflow: hidden;
  position: relative;
}
body.menu-opened:after {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
body.menu-opened header {
  z-index: 2;
  position: relative;
  background: #F6F7F9;
}
body.menu-opened header:after {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
body.menu-opened header .top-nav,
body.menu-opened header .body-nav {
  z-index: 1;
  background: #F6F7F9;
}
body.menu-opened header .bottom-nav {
  z-index: -1;
  position: relative;
}

body.mob-menu-opened {
  overflow: hidden;
  position: relative;
}
.radio-container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--text-sm);
  font-weight: 500;
  position: relative;
  cursor: pointer;
  line-height: 16px;
}
.radio-container .form-check-label {
	cursor: pointer;
}
.radio-container label {
	cursor: pointer;
}
.radio-container input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}
.radio-container input:checked ~ .radiobtn {
  background: #0D0D0D;
  border: 2px solid #0D0D0D;
}
.radio-container input:checked ~ .radiobtn:after {
  opacity: 1;
  visibility: visible;
}
.radio-container .radiobtn {
  height: 16px;
  width: 16px;
  background: transparent;
  margin: 0 8px 0 0;
  position: relative;
  border-radius: 50%;
  border: 2px solid #788192;
}
.radio-container .radiobtn:after {
  content: "";
  background: #FEFEFE;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.radio-container:hover .radiobtn {
  border: 2px solid #0D0D0D;
}
.radio-container .my-tooltip {
  margin: 0 0 0 8px;
  cursor: pointer;
  position: relative;
}
.radio-container .my-tooltip:hover svg {
  fill: #0d0d0d;
}
.radio-container .my-tooltip:hover .my-tooltip-info {
  opacity: 1;
  visibility: visible;
}
.radio-container .my-tooltip svg {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  fill: #788192;
}
.radio-container .my-tooltip .my-tooltip-info {
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 32px 60px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 32px 60px rgba(0, 0, 0, 0.1);
  padding: 24px 15px 15px 15px;
  font-size: var(--text-sm);
  line-height: 20px;
  color: #788192;
  position: absolute;
  top: calc(100% + 21px);
  left: -73px;
  min-width: 400px;
}
.radio-container .my-tooltip .my-tooltip-info:after {
  content: "";
  background: url(../img/icons/tooltip-arrow.svg) center no-repeat;
  background-size: cover;
  position: absolute;
  width: 20px;
  height: 20px;
  pointer-events: none;
  left: 70px;
  top: -10px;
}

.section-breadcrumbs {
  padding: 15px 0 0px;
}

.breadcrumbs {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumbs p,
.breadcrumbs span {
	color: #788192;
	font-size: var(--text-sm);
}
.breadcrumbs a, .breadcrumbs a span {
	color: #4D69BB;
	text-decoration: none;
	font-size: var(--text-sm);
}
.breadcrumbs a:hover, .breadcrumbs a span:hover {
	color: #0d0d0d;
	text-decoration: none;
}
/* .breadcrumbs span {
  margin: 0 5px;
} */

.catalog-view-nav {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.catalog-view-nav a {
  display: block;
  margin: 0 25px 0 0;
  opacity: 0.4;
}
.catalog-view-nav a.active {
  opacity: 1;
}
.catalog-view-nav a:nth-last-child(1) {
  margin: 0;
}
.catalog-view-nav a img {
  display: block;
}

#slider-range {
  width: 100%;
  border-radius: 0 !important;
  background: #E0E4EC;
  border: none;
  height: 1px;
  /* margin: 15px 0; */
  margin: 15px 0;
}
#slider-range .ui-widget-header {
  background: #0D0D0D;
  height: 3px;
  top: -1px;
}
#slider-range .ui-slider-handle {
  width: 16px;
  height: 16px;
  border-radius: 50px;
  background: #0D0D0D;
  border: 1px solid #fff;
  top: -8px;
  cursor: pointer;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.range-total {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.range-total:after {
  content: "";
  background: #E0E4EC;
  height: 1px;
  width: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.range-total input {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 38px;
  align-items: center;
  padding: 8px;
  background: #F6F7F9;
  border: 1px solid #E0E4EC;
  width: 72px;
  font-size: var(--text-sm);
  color: #788192;
}

.pagination-wrapper {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* border-top: 1px solid #E0E4EC; */
  /* border-bottom: 1px solid #E0E4EC; */
  margin: 25px 0 0;
}
.pagination-wrapper .next-page {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--text-sm);
  font-weight: 500;
}
.pagination-wrapper .next-page img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 0 0 8px;
}
.pagination-wrapper .next-page:hover img {
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}

.pagination {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pagination li.active {
  background: #fff;
}
.pagination li p {
  /* background: #fff; */
}
.pagination li a:hover {
  text-decoration: underline;
}
.pagination li a,
.pagination li p {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-size: var(--text-sm);
  font-weight: 500;
}

.table-wrapper {
  width: 100%;
}
.table-wrapper table {
  width: 100%;
}

.overlay {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
  top: 0;
  left: 0;
}
.overlay.active {
  display: block;
}

/** END OTHER **/
/** START HEADER **/
header .search-form {
  position: relative;
  border-left: 1px solid #CBD2DF;
  border-right: 1px solid #CBD2DF;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 460px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .search-form .search-elements {
  padding: 15px 20px;
  background: #fff;
  position: absolute;
  width: calc(100% + 2px);
  top: 100%;
  left: -1px;
  border: 1px solid #E0E4EC;
  z-index: 10;
  display: none;
  box-shadow: 0 8px 20px rgba(13, 13, 13, 0.08);
}
header .search-form .search-elements .title {
  font-size: var(--text-sm);
  color: #788192;
  margin: 0 0 8px;
}
header .search-form .search-elements .title.item {
  margin: 15px 0 0;
}
header .search-form .search-elements .category-item {
  font-size: var(--text-sm);
  font-weight: 500;
  padding: 8px 0;
  border-bottom: 1px solid #CBD2DF;
  display: block;
}
header .search-form .search-elements .category-item:hover {
  color: #4D69BB;
}
header .search-form .search-elements .product-elem {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #CBD2DF;
}
header .search-form .search-elements .product-elem .img {
  width: 60px;
  height: 60px;
  border: 8px solid #fff;
  border-radius: 50px;
  margin-right: 15px;
  text-align: center;
}
header .search-form .search-elements .product-elem .img img {
  /* width: 100%; */
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
header .search-form .search-elements .product-elem .info {
  width: calc(100% - 75px);
  /* width: 420px; */
  padding: 10px 0 10px 0;
}
#category-tab-descr {
	
}
#category-tab-descr .characteristics-list {
	margin: 0px !important;
	padding: 15px 20px 15px 20px;
}
#category-tab-descr .characteristics-list p {
	margin: 0px !important;
}
#category-tab-descr ul {
	list-style: disc;
	margin: 15px 20px 15px;
}
#category-tab-descr ol {
	margin: 15px 20px 15px;
}
#category-tab-descr ul li, #category-tab-descr ol li {
    margin: 0 0 8px;
}
#category-tab-descr p {
	margin: 0 0 15px 0;
}
.sale_order_full_table a {
	text-decoration: underline;
}
.sale_order_full_table a:hover {
	text-decoration: none;
}
.tab-pane iframe {
	max-width: 100% !important;
}
.tab-pane a:hover {
	text-decoration: none !important;
}

.content .catalog-nav .catalog-btn {
	display: none;
}

.content .catalog-nav .submenu {
	margin: 10px 0;
}

.content .catalog-nav .submenu li {
	margin: 5px 0;
}

.content .catalog-nav .catalog-menu a:hover {
	color: #4D69BB;
}

.content .catalog-nav .catalog-menu .menu_lv1 {
	margin: 30px 0;
	width: 50%;
	float: left;
}
.content .catalog-nav .catalog-menu .menu_lv1a {
	font-size: var(--text-xl);
}
.mobile {
	display: none;
}
.banner {
	display: block;
	}
.banner_mob {
	display: none;
	}
.brands_logo {
	width: 90px;
	height: 90px;
	float: right;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	/* margin-bottom: 10px; */
	border-radius: 45px;
    overflow: hidden;
}
	

@media screen and (max-width: 1100px) {
	header .search-form .search-elements .product-elem .info {
	  width: calc(100% - 75px);
	  /* width: 270px; */
	}
}
header .search-form .search-elements .product-elem .info .code {
  display: block;
  font-size: var(--text-sm);
  color: #788192;
  margin: 0 0 4px;
}
header .search-form .search-elements .product-elem .info .product-name {
  font-size: var(--text-sm);
  font-weight: 500;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  /* max-width: 415px; */
  white-space: nowrap;
}

header .search-form .search-elements .product-elem .info .product-name:hover {
  color: #4D69BB;
}
header .search-form .search-field {
  width: 100%;
  padding: 0 20px 0 60px;
  height: 100%;
  background: transparent;
  font-size: var(--text-sm);
}
header .search-form .search-field::-webkit-input-placeholder {
  opacity: 0.3;
}
header .search-form .search-field::-moz-placeholder {
  opacity: 0.3;
}
header .search-form .search-field:-ms-input-placeholder {
  opacity: 0.3;
}
header .search-form .search-field:-moz-placeholder {
  opacity: 0.3;
}
header .search-form .search-field:focus {
  background: #fff;
}
/*header .search-form .search-field:focus + .search-elements {
  display: block;
}*/
header .search-form .search-btn {
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 25px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .search-form .search-btn:hover svg {
  stroke: #4D69BB;
}
header .search-form .search-btn svg {
  display: block;
  stroke: #0D0D0D;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .top-nav {
  /* padding: 5px 0; */
  padding: 10px 0;
}
header .top-nav .container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header .top-nav .search-form {
  display: none;
}
header .top-nav .logo {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
header .top-nav .logo .mob-logo {
  display: none;
}
header .top-nav .logo img {
  display: block;
  /* margin: 0 15px 0 0; */
}
header .top-nav .logo span {
  font-size: var(--text-sm);
  cursor: pointer;
  color: #333A48;
}
header .top-nav .logo:hover span {
  color: #4D69BB;
}
header .top-nav .top-menu {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
header .top-nav .top-menu li {
  margin: 0 28px 0 0;
}
header .top-nav .top-menu li:nth-last-child(1) {
  margin: 0;
}
header .top-nav .top-menu li a {
  font-size: var(--text-sm);
  font-weight: 500;
}
header .top-nav .top-menu li a:hover {
  color: #4D69BB;
}
header .body-nav {
  border-top: 1px solid #CBD2DF;
  border-bottom: 1px solid #CBD2DF;
  position: relative;
}
header .body-nav .catalog-nav {
  position: relative;
}
header .body-nav .catalog-menu {
  position: absolute;
  right: -1px;
  top: 100%;
  z-index: 101;
  width: calc(100% + 5000px);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  background: #fff;
  /* transition: all 0.3s ease; */
}
header .body-nav .catalog-menu::-webkit-scrollbar {
  width: 4px;
  height: 0px;
}
header .body-nav .catalog-menu::-webkit-scrollbar-thumb {
  background: #c1c1c1;
}
header .body-nav .catalog-menu::-webkit-scrollbar-thumb {
  width: 4px;
  height: 0px;
}
header .body-nav .catalog-menu::-webkit-scrollbar-track {
  background: #fff;
}
header .body-nav .catalog-menu > ul {
  background: #fff;
  position: relative;
  height: calc(100vh - var(--fm-catalog-menu-top, 175px));
  width: 100%;
  /* border-right: 1px solid #CBD2DF; */
  left: 0px;
  /* display: -moz-flex; */
  /* display: -ms-flex; */
  /* display: -o-flex; */
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  /* display: flex; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
header .body-nav .catalog-menu > ul:after {
  content: "";
  background: #CBD2DF;
  position: absolute;
  height: 1px;
  width: 5000px;
  right: 100%;
  top: -1px;
}
header .body-nav .catalog-menu > ul .has-children > a:after {
  content: "";
  background: url(../img/icons/arrow-right.svg) center no-repeat;
  background-size: cover;
  width: 5px;
  height: 10px;
  opacity: 0.3;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .body-nav .catalog-menu > ul .has-children > a:hover:after {
  opacity: 1;
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
}
header .body-nav .catalog-menu > ul .has-children:hover .submenu {
  display: block;
}
header .body-nav .catalog-menu > ul > li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}
header .body-nav .catalog-menu > ul > li:first-child > a:before {
  content: none;
}
header .body-nav .catalog-menu > ul > li:hover {
  background: #0D0D0D;
}
header .body-nav .catalog-menu > ul > li:hover > a {
  color: #fff;
}
header .body-nav .catalog-menu > ul > li:hover > a:after {
  opacity: 1;
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
}
header .body-nav .catalog-menu > ul > li:hover > a img {
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
}
header .body-nav .catalog-menu > ul > li > a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: var(--text-sm);
  width: 100%;
  position: relative;
  width: 280px;
  padding: 5px 25px 5px 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* header .body-nav .catalog-menu > ul > li > a:before { */
  /* content: ""; */
  /* position: absolute; */
  /* top: 0; */
  /* right: 0px; */
  /* width: calc(100% - 68px); */
  /* background: #CBD2DF; */
  /* height: 1px; */
/* } */
header .body-nav .catalog-menu > ul > li > a:hover {
  color: #fff;
}
header .body-nav .catalog-menu > ul > li > a:hover:before {
  content: none;
}
header .body-nav .catalog-menu > ul > li > a:hover img {
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
}
header .body-nav .catalog-menu > ul > li > a img {
  margin: 0 15px 0 0;
  width: 32px;
  height: 32px;
}
header .body-nav .catalog-menu > ul > li.active > a:before {
  content: none;
}
header .body-nav .catalog-menu > ul .submenu {
  width: 300px;
  background: #fff;
  position: fixed;
  /* position: absolute; */
  /* left: calc(100% + 1px); */
  height: calc(100vh - var(--fm-catalog-menu-top, 175px));
  overflow: auto;
  display: none;
  /* top: 0; */
}
header .body-nav .catalog-menu > ul .submenu li a {
  padding: 12px 20px 13px 20px;
  font-size: var(--text-sm);
  display: block;
  width: 100%;
  text-align: left;
}
header .body-nav .catalog-menu > ul .submenu li a:hover {
  color: #4D69BB;
}
header .body-nav .catalog-menu.active {
  opacity: 1;
  visibility: visible;
}
header .body-nav .catalog-menu.width {
  right: -300px;
}
header .body-nav .catalog-menu.width > ul {
  left: -299px;
}
header .body-nav .container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 80px;
}
header .body-nav .catalog-btn {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 80px 0 0;
  height: 100%;
  font-size: var(--text-sm);
  font-weight: 500;
}
header .body-nav .catalog-btn:hover {
  color: #4D69BB;
}
header .body-nav .catalog-btn:hover svg {
  stroke: #4D69BB;
}
header .body-nav .catalog-btn:hover svg.close {
  stroke: transparent !important;
  fill: #4D69BB !important;
}
header .body-nav .catalog-btn.active svg {
  display: none;
}
header .body-nav .catalog-btn.active svg.close {
  display: block;
  stroke: transparent;
  fill: #0D0D0D;
}
header .body-nav .catalog-btn svg {
  display: block;
  margin: 0 14px 0 0;
  font-size: var(--text-sm);
  font-weight: 500;
  stroke: #0D0D0D;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .body-nav .catalog-btn svg.close {
  display: none;
}
header .body-nav .contacts {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 60px 0 40px;
}
header .body-nav .contacts .phone {
  width: 100%;
  font-size: var(--text-md);
  font-weight: 500;
}
header .body-nav .contacts .info {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .body-nav .contacts .info p {
  font-size: var(--text-xs);
  color: #333A48;
  margin: 0 15px 0 0;
}
header .body-nav .contacts .info a {
  font-size: var(--text-xs);
  color: #4D69BB;
}
header .body-nav .contacts .info a:hover {
  color: #0D0D0D;
}
header .body-nav .user-nav {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .body-nav .user-nav a {
  font-size: var(--text-sm);
  font-weight: 500;
  margin: 0 45px 0 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
header .body-nav .user-nav a:hover {
  color: #4D69BB;
}
header .body-nav .user-nav a:hover svg {
  stroke: #4D69BB;
}
header .body-nav .user-nav a:hover svg circle {
  fill: #4D69BB;
}
header .body-nav .user-nav a svg {
  display: block;
  stroke: #0D0D0D;
  /* -webkit-transition: all 0.3s ease; */
  /* -o-transition: all 0.3s ease; */
  /* transition: all 0.3s ease; */
}
header .body-nav .user-nav a svg circle {
  /* stroke: transparent; */
  /* fill: #0D0D0D; */
}
header .body-nav .user-nav a small {
  position: absolute;
  font-size: var(--text-2xs);
  top: -6px;
  right: -8px;
  background: #e6b21e;
  border-radius: 50px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 16px;
  min-width: 16px;
  padding: 0 4px;
  font-weight: 500;
  line-height: 1;
  box-sizing: border-box;
}
header .body-nav .user-nav a span {
  margin: 0 0 0 8px;
}
header .body-nav .user-nav a:nth-last-child(1) {
  margin: 0;
}
header .bottom-nav {
  padding: 20px 0;
  border-bottom: 1px solid #CBD2DF;
  overflow: hidden;
  position: relative;
  display: none;
}
header .bottom-nav:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 200px;
  background: rgba(246, 247, 249, 0);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(246, 247, 249, 0)), color-stop(0%, rgba(255, 255, 255, 0)), color-stop(0%, rgba(246, 247, 249, 0)), color-stop(18%, rgba(246, 247, 249, 0)), color-stop(51%, #f6f7f9), color-stop(100%, #f6f7f9));
  background: -o-linear-gradient(left, rgba(246, 247, 249, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(246, 247, 249, 0) 0%, rgba(246, 247, 249, 0) 18%, #f6f7f9 51%, #f6f7f9 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(246, 247, 249, 0)), color-stop(0%, rgba(255, 255, 255, 0)), color-stop(0%, rgba(246, 247, 249, 0)), color-stop(18%, rgba(246, 247, 249, 0)), color-stop(51%, #f6f7f9), to(#f6f7f9));
  background: linear-gradient(to right, rgba(246, 247, 249, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(246, 247, 249, 0) 0%, rgba(246, 247, 249, 0) 18%, #f6f7f9 51%, #f6f7f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f6f7f9", endColorstr="#f6f7f9", GradientType=1 );
  z-index: 1;
}
header .bottom-nav:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 200px;
  background: #f6f7f9;
  background: -webkit-gradient(left top, right top, color-stop(0%, #f6f7f9), color-stop(0%, white), color-stop(0%, #f6f7f9), color-stop(50%, #f6f7f9), color-stop(85%, rgba(246, 247, 249, 0)), color-stop(100%, rgba(246, 247, 249, 0)));
  background: -o-linear-gradient(left, #f6f7f9 0%, white 0%, #f6f7f9 0%, #f6f7f9 50%, rgba(246, 247, 249, 0) 85%, rgba(246, 247, 249, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(#f6f7f9), color-stop(0%, white), color-stop(0%, #f6f7f9), color-stop(50%, #f6f7f9), color-stop(85%, rgba(246, 247, 249, 0)), to(rgba(246, 247, 249, 0)));
  background: linear-gradient(to right, #f6f7f9 0%, white 0%, #f6f7f9 0%, #f6f7f9 50%, rgba(246, 247, 249, 0) 85%, rgba(246, 247, 249, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f6f7f9", endColorstr="#f6f7f9", GradientType=1 );
  z-index: 1;
}
header.fixed {
  padding-top: 82px;
}
header.fixed .body-nav {
  border-top: 0;
  background: #fff !important;
  position: fixed;
  /* -webkit-animation: fixHeader 1s; */
  /* animation: fixHeader 1s; */
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  /*transition-delay: .7s;*/
  /* -webkit-transition-duration: 0.4s; */
  /* -o-transition-duration: 0.4s; */
  /* transition-duration: 0.4s; */
}
header.fixed .body-nav .catalog-menu > ul {
  height: calc(100vh - var(--fm-catalog-menu-top, 81px));
}
header .mob-buttons {
  display: none;
}

.main-page header .bottom-nav {
  display: block;
}

.mob-menu {
  background: #fff;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 100%;
  height: auto;
  position: fixed;
  z-index: 998;
  -webkit-transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1), top 0.2s ease;
  -o-transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1), top 0.2s ease;
  transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1), top 0.2s ease;
  overflow: auto;
  top: var(--fm-header-height, 110px);
  bottom: 59px; /* высота .mob-main-nav (58px + border) */
  left: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  max-height: none;
  display: block;
}
.mob-menu.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-box-shadow: 10px 0px 9px -12px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 0px 9px -12px rgba(0, 0, 0, 0.75);
}
.mob-menu .mob-nav-tab {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.mob-menu .mob-nav-tab li {
  width: 100%;
}
.mob-menu .mob-nav-tab li a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px;
  font-size: var(--text-sm);
  color: #333A48;
  border-bottom: 1px solid #CBD2DF;
}
.mob-menu .mob-nav-tab li a.active {
  font-weight: 500;
  border-bottom: 1px solid #0D0D0D;
  color: #0D0D0D;
}
.mob-menu .tab-content {
  padding: 0 0 16px;
  background: transparent;
  width: 100%;
}
.mob-menu .login {
  font-size: var(--text-md);
  font-weight: 500;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 24px;
}
.mob-menu .login svg {
  display: block;
  stroke: #0D0D0D;
  margin: 0 10px 0 0;
}
.mob-menu .mob-main-menu {
  margin: 0 0 30px;
}
.mob-menu .mob-main-menu li {
  display: block;
  width: 100%;
  margin: 0 0 8px;
}
.mob-menu .mob-main-menu li:nth-last-child(1) {
  margin: 0;
}
.mob-menu .mob-main-menu li a {
  display: inline-block;
  font-size: var(--text-md);
  font-weight: 500;
}
.mob-menu .phone {
  font-size: var(--text-md);
  font-weight: 500;
  margin: 0 0 15px;
  display: block;
}
.mob-menu .address {
  font-size: var(--text-sm);
  color: #788192;
  margin: 0 0 20px;
  display: block;
}
.mob-menu .social {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mob-menu .social a {
  width: 32px;
  height: 32px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  background: #fff;
  margin: 0 15px 0 0;
}
.mob-menu .social a:nth-last-child(1) {
  margin: 0;
}
.mob-menu .social a img {
  display: block;
}

					/* тест */

.tab-pane1 {
  margin: 20px 20px 30px;
}
.tab-pane1 li {
  display: block;
  width: 100%;
  margin: 0 0 8px;
}
.tab-pane1 li:nth-last-child(1) {
  margin: 0;
}
.tab-pane1 li a {
  display: inline-block;
  font-size: var(--text-md);
  font-weight: 500;
}
.tab-pane1 .phone {
  font-size: var(--text-xl);
  font-weight: 500;
  margin: 0 0 15px;
  display: block;
}
.tab-pane1 .address {
  font-size: var(--text-sm);
  color: #788192;
  margin: 0 0 20px;
  display: block;
}
.tab-pane1 .social {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tab-pane1 .social a {
  width: 32px;
  height: 32px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  background: #fff;
  margin: 0 15px 0 0;
}
.tab-pane1 .social a:nth-last-child(1) {
  margin: 0;
}
.tab-pane1 .social a img {
  display: block;
}
.tab-pane1 .login {
  font-size: var(--text-md);
  font-weight: 500;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0 20px;
}
.tab-pane1 .login svg {
  display: block;
  stroke: #0D0D0D;
  margin: 0 10px 0 0;
}

.mob-menu .mob-catalog-menu {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  float: none;
}
.mob-menu .mob-catalog-menu li {
  width: 100%;
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border-bottom: 1px solid #ECEFF3;
}
.mob-menu .mob-catalog-menu li:last-child {
  border-bottom: 0;
}
.mob-submenu .mob-catalog-menu li {
	width: 100% !important;
}
.mob-submenu .mob-catalog-menu li a {
	padding: 8px 16px !important;
}

.mob-menu .mob-catalog-menu li img {
	margin: 0 12px 0 0;
	width: 32px;
	height: 32px;
	flex-shrink: 0;
	object-fit: contain;
}
.mob-menu .mob-catalog-menu li.has-children a:before {
  display: none;
}
.mob-menu .mob-catalog-menu li a {
  padding: 8px 16px;
  display: flex;
  font-size: var(--text-sm);
  font-weight: 500;
  line-height: 1.35;
  position: relative;
  align-items: center;
  min-height: 48px;
  color: #0D0D0D;
  -webkit-tap-highlight-color: transparent;
}
.mob-menu .mob-catalog-menu__label {
  flex: 1 1 auto;
  min-width: 0;
}
.mob-menu .mob-catalog-menu__chevron {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-left: 12px;
  border-right: 2px solid #9AA3B2;
  border-bottom: 2px solid #9AA3B2;
  transform: rotate(-45deg);
}
.mob-menu .mob-catalog-menu li a:after {
  display: none;
}
.mob-menu .mob-catalog-menu li a:hover,
.mob-menu .mob-catalog-menu li a:active {
  background: #F6F7F9;
  color: #0D0D0D;
}
.mob-menu .mob-catalog-menu li a:hover img,
.mob-menu .mob-catalog-menu li a:active img {
  -webkit-filter: none;
  filter: none;
}
.mob-menu .mob-catalog-menu.sub-menu li a {
  padding-left: 16px;
}
.mob-menu .mob-catalog-menu__all a {
  color: #4D69BB;
  font-weight: 600;
}
.mob-menu .mob-catalog-menu.is-loading {
  opacity: 0.55;
  pointer-events: none;
}
.mob-menu .head-elem {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #ECEFF3;
  padding: 12px 16px;
  position: sticky;
  top: 0;
  z-index: 2;
  background: #fff;
  min-height: 52px;
  gap: 12px;
}
.mob-menu .title {
  font-size: var(--text-sm);
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mob-menu .back-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 8px;
}
.mob-menu .back-menu:active {
  background: #F6F7F9;
}
.mob-menu .back-menu img {
  display: block;
  width: 18px;
  height: 18px;
}
.mob-menu.mob-submenu {
  z-index: 1160;
  background: #fff;
}

.bottom-nav-slider .slick-list {
  overflow: visible;
}
.bottom-nav-slider .slide-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 40px;
  line-height: 40px;
}
.bottom-nav-slider .slide-item a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--text-sm);
  font-weight: 500;
  padding: 0 52px 0 0;
}
.bottom-nav-slider .slide-item a.stroke-width .fill {
  stroke-width: 0.3px;
}
.bottom-nav-slider .slide-item a:active {
  cursor: -webkit-grabbing;
}
.bottom-nav-slider .slide-item a:hover {
  color: #4D69BB;
}
.bottom-nav-slider .slide-item a:hover svg {
  stroke: #4D69BB;
}
.bottom-nav-slider .slide-item a:hover svg .fill {
  fill: #4D69BB;
}
.bottom-nav-slider .slide-item a svg {
  display: block;
  stroke: #0D0D0D;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 5px 0 0;
  /*&.item {
    transition: 0s;
  }*/
}
.bottom-nav-slider .slide-item a svg .fill {
  fill: #0D0D0D;
}

.hamburger {
  height: 100%;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hamburger .line {
  width: 24px;
  height: 2px;
  background-color: #788192 !important;
  display: block;
  margin: 4px auto 0;
  position: static !important;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger .line:first-child {
  margin: 0 auto;
}

.hamburger:hover {
  cursor: pointer;
}

/* ONE */
.hamburger.active {
  position: relative;
}

.hamburger.active .line {
  background: #0D0D0D !important;
}


.hamburger1 {
  height: 100%;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hamburger1 .line {
  width: 24px;
  height: 2px;
  /* background-color: #788192 !important; */
  background-color: #000000 !important;
  display: block;
  margin: 4px auto 0;
  position: static !important;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger1 .line:first-child {
  margin: 0 auto;
}

.hamburger1:hover {
  cursor: pointer;
}

.hamburger1.active {
  position: relative;
}

.hamburger1.active .line {
  background: #0D0D0D !important;
}

/*.hamburger.is-active .line:nth-child(2){
  opacity: 0;
}
*/
/*.hamburger.is-active .line:nth-child(1){
  -webkit-transform: translateY(6px) rotate(45deg);
  -ms-transform: translateY(6px) rotate(45deg);
  -o-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}

.hamburger.is-active .line:nth-child(3){
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}
*/
.mob-main-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 1px solid #CBD2DF;
  background: #fff;
  z-index: 1000;
  width: 100%;
  display: none;
}
.mob-main-nav .container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mob-main-nav .mob-elem {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 58px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mob-main-nav .mob-elem .hamburger {
  position: relative;
  width: 30px;
  height: 30px;
}
.mob-main-nav .mob-elem .hamburger .hamburger-icon-menu {
  display: block;
  width: 30px;
  height: 30px;
}
.mob-main-nav .mob-elem .hamburger .hamburger-icon-close {
  display: none;
  width: 28px;
  height: 28px;
}
.mob-main-nav .mob-elem .hamburger.active .hamburger-icon-menu {
  display: none;
}
.mob-main-nav .mob-elem .hamburger.active .hamburger-icon-close {
  display: block;
}
.mob-main-nav .mob-elem svg {
  display: block;
  /* stroke: #788192; */
  stroke: #000000;
}
.mob-main-nav .mob-elem a {
  display: block;
  position: relative;
}
.mob-main-nav .mob-elem:nth-child(3) a {
  left: 2px;
}
.mob-main-nav .mob-elem a span {
  position: absolute;
  font-size: var(--text-2xs);
  color: #0D0D0D;
  padding: 0 4px;
  background: #e6b21e;
  top: -5px;
  right: -6px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 16px;
  min-width: 16px;
  box-sizing: border-box;
  line-height: 1;
  font-weight: 500;
}
.mob-main-nav .mob-elem a.fm-mob-fav-link span {
  top: -4px;
  right: -4px;
}
.mob-main-nav .mob-elem a.basket-elem circle {
  stroke: transparent;
  /* fill: #788192; */
  fill: #000000;
}
.mob-main-nav .mob-elem a.basket-elem.active circle {
  stroke: transparent;
  fill: #0D0D0D;
}
.mob-main-nav .mob-elem a.active svg {
  stroke: #0D0D0D;
}
.mob-main-nav .mob-elem a:hover svg {
  stroke: #0D0D0D;
}
.mob-main-nav .mob-elem .comparison-btn:hover svg rect {
  stroke: #0D0D0D;
}
.mob-main-nav .mob-elem .comparison-btn:hover svg mask rect {
  stroke: transparent;
}
.mob-main-nav .mob-elem .comparison-btn svg {
  stroke: transparent;
}
.mob-main-nav .mob-elem .comparison-btn svg rect {
  /* stroke: #788192; */
  stroke: #000000;
}
.mob-main-nav .mob-elem .comparison-btn svg mask rect {
  stroke: transparent;
}

/** END HEADER **/
/** START CONTENT **/
/** START MAIN-PAGE **/
.section-tagline {
  padding: 30px 0 60px;
  overflow: hidden;
}
.section-tagline .container {
  position: relative;
}
.section-tagline .main-slider .slick-list {
  overflow: visible !important;
}
.section-tagline .main-slider .slick-slide {
  margin: 0 40px 0 0;
  opacity: 0.2;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.section-tagline .main-slider .slide-item {
  position: relative;
  min-height: 380px;
}
.section-tagline .main-slider .slide-item .img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center;
  /* background-size: cover; */
  background-size: contain;
	background-repeat: no-repeat;
}
.section-tagline .main-slider .slide-item .img img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .section-tagline .main-slider .slide-item {
    height: 380px;
    min-height: 380px;
    overflow: hidden;
    border-radius: 12px;
    background: #dfe3ec;
  }
  .section-tagline .main-slider .slide-item > a,
  .section-tagline .main-slider .slide-item > center,
  .section-tagline .main-slider .slide-item > center > a {
    display: block;
    height: 100%;
    position: relative;
  }
  .section-tagline .main-slider .slide-item .img {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .section-tagline .main-slider .slide-item .img::before {
    content: "";
    position: absolute;
    inset: -40px;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    filter: blur(28px) saturate(1.05);
    pointer-events: none;
    z-index: 0;
  }
  .section-tagline .main-slider .slide-item .img::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: inherit;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 1;
  }
  .section-tagline .main-slider .slide-item .img video {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.section-tagline .main-slider .slide-item .info {
  position: relative;
  z-index: 1;
  max-width: 600px;
  padding: 80px 0 0 80px;
  display: none;
}
.section-tagline .main-slider .slide-item .info p {
  font-size: var(--text-3xl);
  font-weight: 900;
  color: #fff;
  margin: 0 0 15px;
}
.section-tagline .main-slider .slide-item .info a img {
  -webkit-filter: grayscale(0) invert(0);
  filter: grayscale(0) invert(0);
}
.section-tagline .main-slider .slide-item .info a:hover img {
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
}
.section-tagline .main-slider .slick-current {
  opacity: 1;
}
.section-tagline .main-slider .slick-current .slide-item .info {
  display: block;
}
.section-tagline .main-slider-nav {
  width: calc(100% - 40px);
  position: absolute;
  left: auto;
  bottom: -40px;
}
.section-tagline .main-slider-nav .slider-elem {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0 80px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section-tagline .main-slider-nav .from-to {
  font-size: var(--text-sm);
  font-weight: 500;
  color: #000;
}
.section-tagline .main-slider-nav .border {
  width: calc(100% - 120px);
  background: #FDFDFD;
  height: 2px;
}
.section-tagline .main-slider-nav .slider-buttons {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-tagline .main-slider-nav .slider-buttons button {
  padding: 0;
  margin: 0 15px 0 0;
}
.section-tagline .main-slider-nav .slider-buttons button:nth-last-child(1) {
  margin: 0;
}
.section-tagline .main-slider-nav .slider-buttons button svg {
  color: #000;
  width: 18px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
.section-tagline .slick-dots {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 8px 0;
}
.section-tagline .slick-dots li {
  margin: 0 6px 0 0;
}
.section-tagline .slick-dots li:nth-last-child(1) {
  margin: 0;
}
.section-tagline .slick-dots li button {
  font-size: 0;
  width: 6px;
  height: 6px;
  background: #0D0D0D;
  opacity: 0.2;
  padding: 0;
  border-radius: 50px;
}
.section-tagline .slick-dots li.slick-active button {
  opacity: 1;
}

#fm-catalog-ajax {
  position: relative;
}
#fm-catalog-ajax.is-loading {
  pointer-events: none;
  min-height: 220px;
}
#fm-catalog-ajax.is-loading::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.72);
  z-index: 5;
}
#fm-catalog-ajax.is-loading::after {
  content: '';
  position: absolute;
  top: 140px;
  left: 50%;
  width: 32px;
  height: 32px;
  margin: 0 0 0 -16px;
  border: 3px solid #e0e0e0;
  border-top-color: #333;
  border-radius: 50%;
  animation: img-lazy-spin 0.8s linear infinite;
  z-index: 6;
  pointer-events: none;
}

.catalog-wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  /* внешняя рамка: верх + лево; право/низ дают ячейки — без удвоения */
  border: none;
  border-top: 1px solid #CBD2DF;
  border-left: 1px solid #CBD2DF;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
	.catalog-wrapper {
		border: none;
		border-top: 1px solid #CBD2DF;
		overflow: visible;
	}
	.about_menu {
		order: -1;
		margin-top: 15px;
	}
}

.catalog-wrapper:before {
  content: none;
}

.catalog-wrapper.catalog-row {
  border: none;
  overflow: visible;
}

.catalog-middle {
  width: 40%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.catalog-middle .catalog {
  width: 50%;
}

.catalog-big {
  width: 40%;
  margin-right: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog-big:last-child .catalog {
	border-left: none;
}

.catalog-big.item {
  margin-right: 0;
}
.catalog-big .catalog .main-img {
  width: 250px;
  height: 250px;
  margin: 100px auto 15px;
}
.catalog-big .catalog .title {
  /* width: 48%; */
  width: 100%;
}
.catalog-big .catalog .hover-block {
  left: auto;
  right: 0;
  border: none;
  width: calc(100% - 50%);
  top: auto;
  bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.catalog-small {
  width: 20%;
}
.catalog-small .catalog:nth-child(2) {
  /* border-bottom: 0px; */
}
.catalog-lot {
  width: 60%;
  margin-right: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.catalog-lot.item {
  margin-right: 0;
}
.catalog-lot .catalog {
  width: calc(100% / 3);
}

.catalog-main {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-right: 0;
}
.catalog-main .catalog {
  width: calc(100% / 5);
}

.catalog {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px 15px 15px 15px;
  background: transparent;
  /* только правая и нижняя граница — без наложения соседних border */
  border: none;
  border-right: 1px solid #CBD2DF;
  border-bottom: 1px solid #CBD2DF;
  margin-right: 0;
  margin-bottom: 0;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.catalog .radio-wrapper {
  margin: 0 0 5px 0;
}
.catalog .status {
  position: absolute;
  top: 8px;
  left: 8px;
  /* same row/size as favorites heart (32px @ top:8px) */
  width: 32px;
  height: 32px;
  z-index: 5;
}
.catalog .status.status-new {
  background: url(../img/icons/new.svg) center no-repeat;
  background-size: cover;
}
.catalog .status.status-hot {
  background: url(../img/icons/hot.svg) center no-repeat;
  background-size: cover;
}
.catalog .status.status-top {
  background: url(../img/icons/top.svg) center no-repeat;
  background-size: cover;
}
.catalog .main-img {
  width: 135px;
  height: 135px;
  background: #fff;
  border-radius: 50%;
  padding: 8px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 15px;
  position: relative;
}
.catalog .main-img img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  background: #fff;
}
.nav-buttons {
	display: flex;
	width: 60px;
	justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    align-content: space-between;	
}

.catalog .nav-buttons {
  position: absolute;
  right: 8px;
  top: 8px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.catalog .nav-buttons a {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 15px;
  margin: 0 0 10px;
}
.catalog .nav-buttons a svg {
  display: block;
  stroke: #0D0D0D;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.catalog .nav-buttons a:hover svg {
  stroke: #4D69BB;
}
.catalog .nav-buttons a.add-to-comparison:hover svg {
  stroke: #4D69BB;
}
.catalog .nav-buttons a.add-to-comparison:hover svg rect {
  stroke: #4D69BB;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.catalog .nav-buttons a.add-to-comparison:hover svg mask rect {
  stroke: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.catalog .nav-buttons a.add-to-comparison:hover svg path {
  stroke: #4D69BB;
}
.catalog .nav-buttons a.add-to-comparison svg {
  stroke: transparent;
}
.catalog .nav-buttons a.add-to-comparison svg rect {
  stroke: #0D0D0D;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.catalog .nav-buttons a.add-to-comparison svg path {
  stroke: #0D0D0D;
}
.catalog .nav-buttons a.add-to-comparison svg mask rect {
  stroke: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.catalog .code {
  font-size: var(--text-sm);
  color: #788192;
  margin: auto 0 8px;
  max-width: 215px;
}
.catalog .code.with-rating {
  /* height: 44px; */
  vertical-align: middle;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.catalog .title {
  font-size: var(--text-sm, 15px);
  font-weight: var(--font-medium, 500);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.catalog .title:hover {
  color: #4D69BB;
}
.catalog .stock {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--text-sm);
  color: #788192;
  /* color: #69c53d; */
  margin: 0 0 15px;
}
.catalog .stock2 {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: var(--text-sm);
	color: #788192;
	margin: 0 0 15px;
	height: 20px;
	order: 7;
}
.catalog .stock img {
  margin: 0 8px 0 0;
}
.catalog .price-mob {
	display: none;
}
.catalog .price {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.catalog .price .new-price {
  font-size: var(--text-md, 18px);
  font-weight: var(--font-medium, 500);
  margin: 0 15px 0 0;
}
.catalog .price .old-price {
  text-decoration: line-through;
  font-size: var(--text-sm);
  color: #788192;
}
.catalog .hover-block {
  /* background: #fff; */
  /* border: 1px solid #CBD2DF; */
  border-top: none;
  /* position: absolute; */
  width: calc(100% + 2px);
  left: -1px;
  top: 0;
  top: 100%;
  /* padding: 10px 0px; */
  /* -webkit-box-shadow: 0px 32px 60px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 32px 60px rgba(0, 0, 0, 0.1); */
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  /* visibility: hidden; */
  z-index: 2;
}
.catalog .hover-block .volume-title {
  margin: 0 0 8px;
  color: #788192;
  font-size: var(--text-sm);
}
.catalog-wrapper:not(.catalog-row) .catalog .hover-block .bottom-elem {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 10px 0 0;
  width: 210px;
}

.catalog-row .catalog .hover-block .bottom-elem .add-to-basket {
  display: flex;
}

.catalog-wrapper:not(.catalog-row) .catalog .hover-block .bottom-elem .add-to-basket {
  background: #e6b21e;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: calc(100% - 150px);
}
.catalog-wrapper:not(.catalog-row) .catalog .hover-block .bottom-elem .add-to-basket img {
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.catalog-wrapper:not(.catalog-row) .catalog .hover-block .bottom-elem .add-to-basket:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1))), #e6b21e;
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #e6b21e;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #e6b21e;
  display: flex;
}
.catalog .catalog-info {
  /* margin: auto 0 0px; */
}
.catalog .catalog-info .hover-block {
  display: none;
}
.catalog .rating-row {
  display: none;
}
.catalog:hover {
  background: #fff;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: 0px 32px 60px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 32px 60px rgba(0, 0, 0, 0.1);
  z-index: 2;
  /* -webkit-transform: scale(1.003);
  -ms-transform: scale(1.003);
  transform: scale(1.003); */
}
.catalog:hover .hover-block .bottom-elem .add-to-basket {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog:hover .hover-block {
  opacity: 1;
  visibility: visible;
}
.catalog:hover .nav-buttons {
  opacity: 1;
  visibility: visible;
}

.section-about-us {
  padding-top: 25px;
  border-bottom: 0px solid #FEFEFE;
}
.section-about-us .container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-about-us .container ul {
  margin-top: 15px;
  
 }
.section-about-us .container li {
  list-style: disc;
  margin: 0 0 8px 15px;
  
 }
 
.section-about-us h2 {
  font-size: var(--text-xl);
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.section-half h1 {
	max-width: 480px;
}
.section-half .descr {
	max-width: 585px;
}
.section-about-us h1 {
  font-size: var(--text-3xl);
  font-weight: 500;
  /* line-height: 56px; */
  margin-bottom: 20px;
}
/* .section-about-us .descr {
  max-width: 585px;
} */
.section-about-us .descr h3 {
	margin-top: 25px;
}
.section-about-us .descr li {
	margin-left: 15px;
}
.section-about-us .descr ul {
	margin: 15 0 0 15;
}
.section-about-us .descr p {
  font-size: var(--text-sm);
  margin: 0 0 15px;
}
.section-about-us .descr p:nth-last-child(1) {
  margin: 0;
}

.section-advantages {
	padding-top: 25px;
}

.section-advantages .container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-advantages .advantages-elem {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% / 3);
}
.section-advantages .advantages-elem img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-advantages .advantages-elem p {
  width: calc(100% - 80px);
  padding: 0 50px 0 20px;
  font-size: var(--text-sm);
  font-weight: 500;
}

.section-mob-menu {
  display: none;
  padding: 0;
  border-top: 1px solid #CBD2DF;
  overflow: hidden;
  padding: 20px 0;
  /*.container{
    overflow: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    &::-webkit-scrollbar{width:10px;height:0px;}
    &::-webkit-scrollbar-thumb{background: #c1c1c1;}
    &::-webkit-scrollbar-thumb{width:10px;height:0px;} 
    &::-webkit-scrollbar-track{background: #fff;}
  }*/
}
.section-mob-menu .bottom-nav ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-mob-menu .bottom-nav {
  padding: 0;
}
.section-mob-menu .bottom-nav ul li {
  max-width: 179px;
  margin: 0 25px 0 0;
}
.section-mob-menu .bottom-nav ul li a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--text-xs);
  font-weight: 500;
}
.section-mob-menu .bottom-nav ul li a img {
  display: block;
  margin: 0 5px 0 0;
}

/** END MAIN-PAGE **/
/** START BRANDS-PAGE **/
.brands-search {
  width: 100%;
  position: relative;
  margin: 25px 0 25px;
}
.brands-search .search-field {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #CBD2DF;
  padding: 0 20px 20px 0;
  font-size: var(--text-3xl);
  font-weight: 500;
}
.brands-search .search-field::-webkit-input-placeholder {
  color: #CBD2DF;
}
.brands-search .search-field::-moz-placeholder {
  color: #CBD2DF;
}
.brands-search .search-field:-ms-input-placeholder {
  color: #CBD2DF;
}
.brands-search .search-field:-moz-placeholder {
  color: #CBD2DF;
}
.brands-search .submit-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
}

/** END BRANDS-PAGE **/
/** START CATALOG-PAGE **/
/** END CATALOG-PAGE **/
/** START ORDER-PAGE **/
.order-page .btn {
  padding: 13px 20px;
}

.order-processed-page .btn {
  min-height: 50px;
  padding: 13px 20px;
}
.order-processed-page .descr {
  font-size: var(--text-md);
  font-weight: 500;
  margin: 0 0 40px;
}
.order-processed-page .buttons {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.order-processed-page .buttons a {
  margin: 0 15px 0 0;
  min-width: 180px;
  text-align: center;
}
.order-processed-page .section-wrapper {
  padding: 40px 0 130px;
}
.order-processed-page .section-wrapper .order-bar {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  padding: 45px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 0 auto;
}

.section-wrapper .container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.section-wrapper .inner-content {
  width: calc(100% - 360px);
  padding: 0 50px 0 0;
}
.section-wrapper .inner-content ol{ 
	list-style: decimal !important;
	margin-left: 20px;
}
.section-wrapper .inner-content p a{ 
	color: #4D69BB;
}
.section-wrapper .inner-content p a:hover{ 
	color: #000;
}
.section-wrapper .inner-content .product-mob-elem {
  display: none;
}
.section-wrapper .right-bar {
  width: 360px;
	margin: 0px auto 0px;
  background: #FEFEFE;
  -webkit-box-shadow: 0px 32px 60px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 32px 60px rgba(0, 0, 0, 0.1);
  padding: 20px 15px;
}

.order-form {
  width: 100%;
  max-width: 720px;
}
.order-form .title {
  font-size: var(--text-md);
  font-weight: 500;
  margin: 0 0 15px;
}
.order-form .radio-elem {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  display: block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.radio-container {
  margin: 0 0 10px 0;
}
.radio-container:nth-last-child(1) {
  margin: 0;
}
.order-form .form-elem {
  padding: 0 0 15px;
  margin: 0 0 20px;
  border-bottom: 1px solid #E0E4EC;
}
.order-form .form-group {
  max-width: 360px;
}
.order-form .checkbox-wrapper {
  margin: 0 0 20px;
}

.order-bar .order-elem {
  border-bottom: 1px solid #E0E4EC;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
.order-bar .title {
  font-size: var(--text-md);
  font-weight: 500;
  margin: 0 0 15px;
}
.order-bar .product-name {
  font-size: var(--text-sm);
  font-weight: 500;
  margin: 0 0 5px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.order-bar .product-info {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.order-bar .amount {
  font-size: var(--text-sm);
  color: #788192;
  margin: 0 25px 0 0;
}
.order-bar .price {
  font-size: var(--text-sm);
  font-weight: 500;
}
.order-bar .final-info {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 25px;
}
.order-bar .final-info p {
  font-size: var(--text-sm);
  color: #788192;
}
.order-bar .final-info span {
  font-size: var(--text-md);
  font-weight: 500;
  margin: 0 0 0 8px;
}

/** END ORDER-PAGE **/
/** START CONTACT-PAGE **/
.section-contacts .contact-info {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 32px 60px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 32px 60px rgba(0, 0, 0, 0.1);
  padding: 25px;
  height: 100%;
}
.section-contacts .contact-info .address {
  font-size: var(--text-sm);
  font-weight: 500;
  margin: 0 0 40px;
}
.section-contacts .contact-info .phone {
  font-size: var(--text-3xl);
  font-weight: 500;
  margin: 0 0 8px;
}
.section-contacts .contact-info .phone:hover {
  opacity: 0.6;
}
.section-contacts .contact-info .schedule {
  font-size: var(--text-xs);
  margin: 0 0 40px;
}
.section-contacts .contact-info .social {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 40px;
}
.section-contacts .contact-info .social a {
  display: block;
  margin: 0 25px 0 0;
}
.section-contacts .contact-info .social a img,
.section-contacts .contact-info .social a svg {
  display: block;
}
.section-contacts .contact-info .social a svg {
  fill: #0D0D0D;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-contacts .contact-info .social a:hover svg {
  fill: #4D69BB;
}
.section-contacts .contact-info .social a:nth-last-child(1) {
  margin: 0;
}
.section-contacts .contact-info .btn-blue {
  font-weight: 500;
}
.section-contacts .img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  height: 268px;
  margin: 0 0 24px;
}
.section-contacts .row.item {
  margin-bottom: 40px;
}
.section-contacts .callback-form .form-group {
  max-width: 265px;
}
.section-contacts .callback-form .form-group.item {
  max-width: 100%;
}
/* .section-contacts .callback-form .btn {
  margin: 35px 0 0;
} */
.section-contacts .callback-form .checkbox-wrapper {
  margin: 20px 0;
}
.section-contacts .requisites {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.section-contacts .requisites .title {
  width: 100%;
  font-size: var(--text-md);
  font-weight: 500;
  margin: 0 0 15px;
}
.section-contacts .requisites .descr {
  font-size: var(--text-sm);
  font-weight: 500;
  margin: 0 0 8px;
  width: 100%;
}
.section-contacts .requisites ul {
  width: 90%;
}
.section-contacts .requisites ul li {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 8px;
}
.section-contacts .requisites ul li:nth-last-child(1) {
  margin: 0;
}
.section-contacts .requisites ul li span {
  font-size: var(--text-sm);
  color: #788192;
  max-width: 85px;
  padding: 0 10px 0 0;
}
.section-contacts .requisites ul li p {
  font-size: var(--text-sm);
  font-weight: 500;
  /* width: calc(100% - 85px); */
  padding: 0 10px 0 0;
}

.map {
  width: 100%;
  height: 400px;
}
.map #map {
  width: 100%;
  height: 100%;
}

/** END CONTACT-PAGE **/
/** START CATEGORY-PAGE **/
.section-category .container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.section-category .section-main-title {
  width: 100%;
}
.section-category .sidebar {
  width: 215px;
  background: #fff;
  /* padding: 15px; */
  padding: 10px;
}
.section-category .sidebar .close-sidebar {
  display: none;
  width: calc(100% + 30px);
  position: relative;
  left: -15px;
  padding: 0 15px 12px;
  font-size: var(--text-sm);
  font-weight: 700;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #CBD2DF;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1;
  margin: 0 0 15px;
}
.section-category .sidebar .close-sidebar img {
  display: block;
}
.section-category .sidebar .sidebar-elem {
  margin: 0 0 15px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-category .sidebar .checkbox-wrapper {
  margin: 0 0 8px;
}
.section-category .sidebar .title {
  font-weight: 500;
  font-size: var(--text-sm);
  margin: 0 0 8px;
  width: 100%;
}
.section-category .sidebar .title span {
  font-size: var(--text-sm);
  color: #788192;
  font-weight: normal;
}
.section-category .sidebar .radio-wrapper {
  margin: 0 6px 6px 0;
}
.section-category .sidebar .radio-container {
  margin: 0 0 8px;
  width: 100%;
}
.section-category .sidebar .accept {
  margin: 30px 0 15px;
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  min-height: 50px;
}
.section-category .sidebar .btn-blue {
  font-weight: 500;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.section-category .category-content {
  width: calc(100% - 215px);
  padding: 0 0 0 8px;
}

.category-content .category-info {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding: 15px;
  width: 100%;
  margin: 0 0 25px;
}
.category-content .category-info p {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--text-sm);
  margin: 0 40px 0 0;
}
.category-content .category-info p span {
  font-size: var(--text-sm);
  color: #4D69BB;
  margin: 0 0 0 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.category-content .category-info p span:hover {
  color: #0D0D0D;
}
.category-content .category-info .catalog-view-nav {
  margin: 0 0 0 auto;
}
.category-content .catalog-big {
  width: calc(50% + 1px);
}
.category-content .catalog-middle {
  width: calc(50% + 2px);
}
.category-content .catalog-main {
  width: 100%;
  width: calc(100% + 3px);
  margin-right: -3px;
}
.category-content .catalog-main .catalog {
  width: calc(100% / 4);
}
.category-content .catalog .catalog-info {
  /* margin: auto 0 8px; */
}
.category-content .catalog .catalog-info .hover-block {
  display: none;
}
.category-content .catalog .rating-row {
  display: none;
}
.category-content .show_more {
  border: 1px solid #788192;
  font-size: var(--text-sm);
  color: #788192;
  margin: 30px 0 0;
  display: inline-block;
  padding: 6px 15px;
}
.category-content .show_more:hover {
  background: #788192;
  color: #fff;
}

.catalog-row:before {
  content: none;
}
.catalog-row .catalog-middle {
  width: 100%;
}
.catalog-row .catalog-big {
  width: 100%;
}
.catalog-row .catalog {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100% !important;
  padding: 10px 20px;
  border: none;
  border-bottom: 1px solid #CBD2DF;
  margin: 0;
  height: auto;
  min-height: 170px;
  overflow: hidden;
}
.catalog-row .catalog:hover {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.catalog-row .catalog .main-img {
  width: 120px;
  height: 120px;
  margin: 0;
  position: relative;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
  flex-shrink: 0;
}
.catalog-row .catalog .bottom-elem {
  position: static;
  right: auto;
  top: auto;
}
.catalog-row .catalog .hover-block .bottom-elem {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  position: static;
  right: auto;
  top: auto;
  transform: none;
  width: auto;
  margin: 0;
  z-index: 3;
}
.catalog-row .catalog .hover-block .bottom-elem .quanity-field {
  flex: 0 0 auto;
  width: auto;
  margin: 0;
}
.catalog-row .catalog .hover-block .bottom-elem .add-to-basket,
.catalog-row .catalog .hover-block .bottom-elem .added-to-cart {
  width: 50px !important;
  min-width: 50px;
  height: 50px;
  flex-shrink: 0;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #e6b21e;
  border: none;
}
.catalog-row .catalog .hover-block .bottom-elem .add-to-basket img {
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 !important;
  object-fit: contain;
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
}
.catalog-row .catalog .hover-block .bottom-elem .add-to-basket:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1))), #e6b21e;
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #e6b21e;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #e6b21e;
}
.catalog-row .catalog .bottom-elem .add-to-basket {
  /* width: 80px; */
}
.catalog-row .catalog .quanity-field {
  margin: 0 8px 0 0;
}
.catalog-row .catalog .quanity-field .jq-number {
  background: #fff;
}
.catalog-row .catalog .hover-block {
  opacity: 1;
  visibility: visible;
  position: static;
  background: transparent;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  margin-left: 0;
  padding-left: 0;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 4;
  order: 4;
  flex-shrink: 0;
}
.catalog-row .catalog .hover-block .volume-title {
  margin: 0 15px 0 0;
  display: none;
}
.catalog-row .catalog .hover-block .volume-wrapper {
  display: none;
}
.catalog-row .catalog .hover-block .radio-wrapper {
  margin: 0 8px 0 0;
}
.catalog-row .catalog .nav-buttons {
  position: static;
  opacity: 1;
  visibility: visible;
  right: auto;
  top: auto;
  bottom: auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-self: center;
  width: auto;
  margin: 0 12px 0 0;
  padding: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  order: 3;
  flex-shrink: 0;
}
.catalog-row .catalog .nav-buttons a {
  margin: 0;
}
.catalog-row .catalog .title {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 400px;
  margin: 0 0 10px;
}
.catalog-row .catalog .price {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.catalog-row .catalog .code {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin: 0;
}
.catalog-row .catalog .code .rating {
  display: none;
}
.catalog-row .catalog .stock {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  margin: 0;
}
.catalog-row .catalog .rating-row {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  display: block;
}
.catalog-row .catalog .catalog-info {
  width: auto;
  max-width: none;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  padding: 0 0 0 15px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 7px 0 0;
}
.catalog-row .catalog .catalog-info .hover-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
  margin: 15px 0 0;
}
.catalog-row .catalog .catalog-info .hover-block .volume-title {
  /* display: block; */
  display: none;
}
.catalog-row .catalog .catalog-info .hover-block .volume-wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog-row .catalog .add-to-comparison {
  margin: 0;
}
.catalog-row .catalog .nav-buttons .add-to-favorites {
  margin: 0;
}
.catalog-row .catalog .add-to-comparison:hover svg {
  stroke: #4D69BB;
}
.catalog-row .catalog .add-to-comparison:hover svg rect {
  stroke: #4D69BB;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.catalog-row .catalog .add-to-comparison:hover svg mask rect {
  stroke: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.catalog-row .catalog .add-to-comparison:hover svg path {
  stroke: #0D0D0D;
}
.catalog-row .catalog .add-to-comparison svg {
  stroke: transparent;
}
.catalog-row .catalog .add-to-comparison svg rect {
  stroke: #0D0D0D;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.catalog-row .catalog .add-to-comparison svg path {
  stroke: #0D0D0D;
}
.catalog-row .catalog .add-to-comparison svg mask rect {
  stroke: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/** END CATEGORY-PAGE **/
/** START CATEGORY-INNER-PAGE **/
.category-inner-page .section-wrapper {
  padding: 40px 0;
  -webkit-box-shadow: 0px 40px 80px rgba(0, 0, 0, 0.05), 0px -40px 80px #FFFFFF;
  box-shadow: 0px 40px 80px rgba(0, 0, 0, 0.05), 0px -40px 80px #FFFFFF;
}

@media screen and (max-width: 767px) {
.category-inner-page .section-wrapper {
  padding: 20px 0;
}
/* .catalog .radio-wrapper {
  margin: 0 0 0 0;
} */
}
.category-inner-page .section-wrapper.no-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.slider-wrapper {
  position: relative;
}
.slider-wrapper .status {
  position: absolute;
  top: 0;
  left: 150px;
}

.slider-nav-thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  padding: 50px 0;
  width: 80px;
}
@media screen and (max-width: 1000px) {
  .slider-nav-thumbnail {
    display: none;
  }
  .category-slider {
	margin: auto;
  }
}
.slider-nav-thumbnail .slide-item {
  padding: 0 0 15px;
  cursor: pointer;
}
.slider-nav-thumbnail .slide-item .img {
  width: 100%;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  border: 10px solid #fff;
}
.slider-nav-thumbnail .slide-item .img img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.slider-nav-thumbnail .slick-arrow {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.slider-nav-thumbnail .slick-prev {
  top: 0;
}
.slider-nav-thumbnail .slick-prev img {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.slider-nav-thumbnail .slick-next {
  bottom: 0;
}
.slider-nav-thumbnail .slick-next img {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.slider-nav-thumbnail .slick-current .slide-item .img {
  border: 8px solid #E0E4EC;
  position: relative;
}
.slider-nav-thumbnail .slick-current .slide-item .img:after {
  content: "";
  position: absolute;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  border: 1px solid #0D0D0D;
  border-radius: 50%;
  top: -8px;
  left: -8px;
}

.category-slider {
  width: 600px;
  height: 600px;
  margin: 0 auto;
}
.category-slider .slide-item .img {
  width: 600px;
  height: 600px;
  /* height: 265px; */
  /* border-radius: 50%; */
  background: #fff;
  padding: 50px;
}

@media screen and (max-width: 1279px) {
.category-slider {
  width: 500px;
  height: 500px;
  margin: 0 auto;
}
.category-slider .slide-item .img {
  width: 500px;
  height: 500px;
}
}
@media screen and (max-width: 1100px) {
	.category-slider {
	  width: 400px;
	  height: 400px;
	  margin: 0 0 0 30px;
}
.catalog-row .catalog .title {
	width: 250px;
}
.catalog-row .catalog .catalog-info {
  max-width: 450px;
}
.category-slider .slide-item .img {
  width: 400px;
  height: 400px;
}
}
@media screen and (max-width: 800px) {
	.category-slider {
	  width: 400px;
	  height: auto;
	  margin: 0 auto;
}
}
@media screen and (max-width: 500px) {
	.category-slider {
	  width: 300px;
	  height: auto;
	  margin: 0 auto;
}
}
.category-slider .slide-item .img img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.category-slider .slide-item .status {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 24px;
  height: 24px;
}
.category-slider .slide-item .status.status-new {
  background: url(../img/icons/new.svg) center no-repeat;
  background-size: cover;
}
.category-slider .slide-item .status.status-hot {
  background: url(../img/icons/hot.svg) center no-repeat;
  background-size: cover;
}
.category-slider .slide-item .status.status-top {
  background: url(../img/icons/top.svg) center no-repeat;
  background-size: cover;
}
.category-slider .slick-dots {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 8px 0;
}
.category-slider .slick-dots li {
  margin: 0 6px 0 0;
}
.category-slider .slick-dots li:nth-last-child(1) {
  margin: 0;
}
.category-slider .slick-dots li button {
  font-size: 0;
  width: 6px;
  height: 6px;
  background: #0D0D0D;
  opacity: 0.2;
  padding: 0;
  border-radius: 50px;
}
.category-slider .slick-dots li.slick-active button {
  opacity: 1;
}

.category-nav-tab {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.category-nav-tab li a {
  display: block;
  padding: 15px 25px;
  font-size: var(--text-sm);
  font-weight: 500;
}
.category-nav-tab li a.active {
  background: #fff;
}

.category-tab-content {
  padding: 25px;
  background: #fff;
  /* min-height: 428px; */
  /* min-height: 220px; */
}
.category-tab-content .characteristics-list {
	padding: 0px;
}
.category-tab-content .characteristics-list li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 9px 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.category-tab-content .characteristics-list li:nth-child(odd) {
  background: #F6F7F9;
}
.category-tab-content .characteristics-list li p {
  max-width: 50%;
  font-size: var(--text-sm);
  font-weight: 500;
}
.category-tab-content .descr {
  font-size: var(--text-sm);
  margin: 0 0 8px;
}
.category-tab-content h2 {
  /* font-size: 32px; */
  /* margin: 0 0 5px;   */
  font-size: var(--text-xl);
  font-weight: 500;
  margin: 20px 0 10px;
}
.category-tab-content h3 {
  font-size: var(--text-xl);
  margin: 0 0 5px;
}
.category-tab-content a {
  color: #406cca;
}
.category-tab-content a:hover {
  color: #0D0D0D;
}
.category-tab-content .tab-review {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 0 18px;
  border-bottom: 1px solid #E0E4EC;
  margin: 0 0 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.category-tab-content .tab-review .reviewer {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 230px;
  width: 100%;
  padding: 0 15px 0 0;
}
.category-tab-content .tab-review .reviewer .photo {
  width: 40px;
  height: 40px;
  border-radius: 50px;
}
.category-tab-content .tab-review .reviewer .photo img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50px;
}
.category-tab-content .tab-review .reviewer .photo.no-photo {
  background: #F6F7F9;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.category-tab-content .tab-review .reviewer .photo.no-photo img {
  width: initial;
}
.category-tab-content .tab-review .reviewer .info {
  padding: 0 0 0 16px;
}
.category-tab-content .tab-review .reviewer .info .name {
  font-size: var(--text-sm);
  color: #788192;
}
.category-tab-content .tab-review .reviewer .info .rating img {
  display: block;
}
.category-tab-content .tab-review .review-info {
  width: calc(100% - 230px);
  font-size: var(--text-sm);
}
.category-tab-content .show_more_review {
  margin: 10px 0 0;
}

.offer-nav-tab {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
.offer-nav-tab li span {
  display: block;
  font-size: var(--text-xl);
  font-weight: 500;
  padding: 3px 15px;
}
.offer-nav-tab li a {
  display: block;
  font-size: var(--text-xl);
  font-weight: 500;
  opacity: 0.3;
  padding: 3px 15px;
  border-bottom: 1px solid #C4C4C4;
}
.offer-nav-tab li a.active {
  opacity: 1;
  border-bottom: 1px solid #0D0D0D;
}
.offer-nav-tab li a:hover {
  color: #4D69BB;
  opacity: 1;
  border-bottom: 1px solid #4D69BB;
}

.rating-bar {
  margin: 52px 0 0;
  min-height: 220px;
}
@media screen and (max-width: 767px) {
.navigator {
	display: block;
	padding: 10px 0px;
}
.rating-bar {
  margin: 52px 0 0;
  min-height: 0px;
}
}
.rating-bar .title {
  font-size: var(--text-sm);
  font-weight: 500;
  margin: 0 0 5px;
}
.rating-bar .rating-elem {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.rating-bar .rating-elem p {
  font-size: var(--text-display);
  font-weight: 500;
  margin: 0 8px 0 0;
  line-height: 1;
}
.rating-bar .rating-elem .stars img {
  width: 120px;
  display: block;
}
.rating-bar .descr {
  color: #788192;
  font-size: var(--text-sm);
  margin: 4px 0 20px;
}
.rating-bar .rating-list {
  margin: 0 0 15px;
}
.rating-bar .rating-list li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  border-top: 1px solid #E0E4EC;
}
.rating-bar .rating-list li .img {
  width: 80px;
}
.rating-bar .rating-list li .img img {
  display: block;
  width: 100%;
}
.rating-bar .rating-list li p {
  font-size: var(--text-sm);
  color: #788192;
}

.slider-bar {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.slider-bar .name {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 15px;
}
.slider-bar .name p {
  font-size: var(--text-sm);
  font-weight: 500;
}
.slider-bar .name img {
  display: block;
  max-width: 135px;
  -o-object-fit: contain;
  object-fit: contain;
}
.slider-bar .volume-title {
  width: 100%;
  font-size: var(--text-sm);
  margin: 0 0 8px;
  color: #788192;
}
.slider-bar .volume-wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* margin: 0 0 25px; */
  margin: 0 0 10px;
  width: 100%;
}
.slider-bar .price {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  /* margin: 0 0 20px; */
  width: 100%;
}

.slider-bar .price .new-price {
  font-size: var(--text-3xl);
  font-weight: 500;
  margin: 0 8px 0 0;
  line-height: 1;
}
.slider-bar .price .old-price {
  text-decoration: line-through;
  font-size: var(--text-sm);
  color: #788192;
}
.slider-bar .price a {
  display: block;
  font-size: var(--text-sm);
  color: #4D69BB;
  margin: 0 0 0 auto;
}
.slider-bar .price a:hover {
  color: #0D0D0D;
}
.slider-bar .quanity-elem {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 20px 0 20px;
}
.slider-bar .quanity-elem .btn-with-ico {
  flex: 1 1 calc(50% - 4px);
  width: calc(50% - 4px);
  margin: 0;
}
.slider-bar .stock {
  font-size: var(--text-sm);
  color: #788192;
  margin: 10px 0 0px;
  width: 100%;
}
.slider-bar .stock .stock-availability {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.slider-bar .stock .stock-availability img {
  margin: 0 8px 0 0;
  flex-shrink: 0;
}
.slider-bar .stock .on-order {
  color: #788192;
}
.slider-bar .stock .stock-expected {
  display: block;
  width: 100%;
  margin-top: 6px;
  color: #788192;
  font-size: var(--text-sm);
}
.slider-bar .stock .bx-catalog-subscribe-button,
.slider-bar .stock .product-item-detail-buy-button.bx-catalog-subscribe-button {
  margin-top: 12px;
}
.slider-bar .stock-status {
  margin: 10px 0 0;
}
.slider-bar .stock-status + .quanity-elem,
.slider-bar .stock-status + .stock-actions {
  margin-top: 12px;
}
.slider-bar .stock-actions {
  margin: 0 0 20px;
  width: 100%;
}
.slider-bar .stock-actions .bx-catalog-subscribe-button,
.slider-bar .stock-actions .product-item-detail-buy-button.bx-catalog-subscribe-button {
  margin-top: 0;
}
.slider-bar .stock-delivery {
  margin-top: 0;
}
.slider-bar .stock img {
  margin: 0 8px 0 0;
}
.slider-bar .rating {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 25px;
  width: 100%;
}
.slider-bar .rating a {
  font-size: var(--text-sm);
  color: #4D69BB;
  margin: 0 0 0 8px;
}
.slider-bar .rating a:hover {
  color: #0D0D0D;
}
.slider-bar .bottom-nav {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.slider-bar .bottom-nav .btn {
  padding: 13px 20px;
}
.slider-bar .bottom-nav .nav-buttons a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.slider-bar .bottom-nav .nav-buttons a div{
	width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
}
.slider-bar .bottom-nav .nav-buttons a:nth-child(2) {
  margin: 10px 0 0 0;
}
.slider-bar .bottom-nav .nav-buttons a:hover svg {
  stroke: #4D69BB;
}
.slider-bar .bottom-nav .nav-buttons a.add-to-comparison:hover svg path {
  stroke: #4D69BB;
}
.slider-bar .bottom-nav .nav-buttons a.add-to-comparison:hover svg rect {
  stroke: #4D69BB;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider-bar .bottom-nav .nav-buttons a.add-to-comparison:hover svg mask rect {
  stroke: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider-bar .bottom-nav .nav-buttons a.add-to-comparison svg {
  stroke: transparent;
}
.slider-bar .bottom-nav .nav-buttons a.add-to-comparison svg path {
  stroke: #0D0D0D;
}
.slider-bar .bottom-nav .nav-buttons a.add-to-comparison svg rect {
  stroke: #0D0D0D;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider-bar .bottom-nav .nav-buttons a.add-to-comparison svg mask rect {
  stroke: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider-bar .bottom-nav .nav-buttons svg {
  display: block;
  stroke: #0D0D0D;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/** END CATEGORY-INNER-PAGE **/
/** START SEARCH-RESULT-PAGE **/
.table-wrapper .product-elem {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.table-wrapper .product-elem .img {
  width: 60px;
  height: 60px;
  border: 8px solid #fff;
  border-radius: 50px;
}
.table-wrapper .product-elem .img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.table-wrapper .product-elem .info {
  width: calc(100% - 60px);
  padding: 0 0 0 15px;
}
.table-wrapper .product-elem .info .code {
  display: block;
  font-size: var(--text-sm);
  color: #788192;
  margin: 0 0 4px;
}
.table-wrapper .product-elem .info .product-name {
  font-size: var(--text-sm);
  font-weight: 500;
  display: block;
  max-width: 350px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #0D0D0D;
}
.table-wrapper .product-elem .info .product-name:hover {
  color: #4D69BB;
}
.table-wrapper .price {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.table-wrapper .price .new-price {
  font-size: var(--text-sm);
  font-weight: 500;
  margin: 0 8px 0 0;
}
.table-wrapper .price .old-price {
  text-decoration: line-through;
  font-size: var(--text-sm);
  color: #788192;
}
.table-wrapper.search-table .basket-btn {
  width: 15%;
}
.table-wrapper.search-table .product-item {
  width: 47%;
}
.table-wrapper.search-table td {
  border-top: 1px solid #CBD2DF;
  vertical-align: middle;
  padding: 8px 0;
}
.table-wrapper.search-table tr:nth-last-child(1) td {
  border-bottom: 1px solid #CBD2DF;
}
.table-wrapper.table-with-border tbody td {
  border-top: 1px solid #CBD2DF;
  vertical-align: middle;
  padding: 15px 0;
}
.table-wrapper.table-with-border tbody tr:nth-last-child(1) td {
  border-bottom: 1px solid #CBD2DF;
}
.table-wrapper.category-table td {
  width: 50%;
  font-size: var(--text-sm);
  color: #788192;
}
.table-wrapper.category-table td a:hover {
  color: #4D69BB;
}
.table-wrapper.category-table td:first-child {
  font-weight: 500;
  color: #0D0D0D;
}
.table-wrapper thead tr td {
  font-size: var(--text-sm);
  color: #788192;
  padding: 8px 0;
}
.table-wrapper .quanity-field .jq-number {
  background: #fff;
}
.table-wrapper .quanity-elem {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.table-wrapper .quanity-elem p {
  font-size: var(--text-sm);
  color: #788192;
  margin: 0 0 0 8px;
}
.table-wrapper.basket-table thead tr td:first-child {
  padding-left: 75px;
}
.table-wrapper.basket-table tbody tr {
  position: relative;
}
.table-wrapper.basket-table tbody tr:hover .remove svg {
  opacity: 1;
  visibility: visible;
}
.table-wrapper.basket-table tbody .remove {
  cursor: pointer;
}
.table-wrapper.basket-table tbody .remove svg {
  stroke: #788192;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.table-wrapper.basket-table tbody .remove:hover svg {
  stroke: #4D69BB;
}

.section-search .category-content {
  width: 100%;
}

.section-search .show_more {
  margin: 15px 0 40px;
}
.section-search .show_more a {
  font-size: var(--text-sm);
  color: #788192;
  padding: 8px 15px;
  border: 1px solid #788192;
  display: inline-block;
}

/** END SEARCH-RESULT-PAGE **/
/** START BASKET-PAGE **/
.basket-total-info {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 20px 30px 0 0;
}
.basket-total-info p {
  font-size: var(--text-sm);
  color: #788192;
  margin: 0 0 5px;
}
.basket-total-info p span {
  font-size: var(--text-md);
  font-weight: 500;
  color: #0D0D0D;
}

/** END BASKET-PAGE **/
/** START PERSONAL-AREA-PAGE **/
.personal-area-page .personal-area-table {
  cursor: pointer;
}
.personal-area-page .personal-area-table tr p,
.personal-area-page .personal-area-table tr span {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.personal-area-page .personal-area-table tr:hover p {
  color: #4D69BB;
}
.personal-area-page .personal-area-table tr:hover span {
  color: #4D69BB;
}

.personal-area-wrapper {
  margin: 0 0 40px;
}
.personal-area-wrapper .title {
  font-size: var(--text-md);
  font-weight: 500;
  margin: 0 0 16px;
}
.personal-area-wrapper .table-wrapper {
  margin: 0 0 15px;
}

.table-wrapper.personal-area-table td:nth-last-child(1) {
  text-align: right;
}
.table-wrapper.personal-area-table p {
  font-size: var(--text-sm);
  font-weight: 500;
}
.table-wrapper.personal-area-table .old-price {
  display: none;
}
.table-wrapper.personal-area-table span {
  color: #788192;
}
.table-wrapper.personal-area-table .buttons {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.table-wrapper.personal-area-table .buttons a {
  margin: 0 15px 0 0;
  opacity: 0.3;
}
.table-wrapper.personal-area-table .buttons a:hover {
  opacity: 1;
}
.table-wrapper.personal-area-table .buttons a:nth-last-child(1) {
  margin: 0;
}
.table-wrapper.personal-area-table.delivery-table td:first-child {
  width: 30%;
}

.personal-area-bar {
  padding: 20px 24px !important;
}
.personal-area-bar .personal-area-info {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 0 25px;
  border-bottom: 1px solid #E0E4EC;
}
.personal-area-bar .personal-area-info .photo {
  width: 80px;
  height: 80px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50px;
  background: #0D0D0D;
}
.personal-area-bar .personal-area-info .photo img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.personal-area-bar .personal-area-info .photo.no-photo img {
  width: initial;
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
}
.personal-area-bar .personal-area-info .info {
  width: calc(100% - 80px);
  padding: 0 0 0 15px;
}
.personal-area-bar .personal-area-info .info .name {
  font-size: var(--text-sm);
  font-weight: 500;
  margin: 0 0 8px;
}
.personal-area-bar .personal-area-info .info .email,
.personal-area-bar .personal-area-info .info .phone {
  font-size: var(--text-sm);
  color: #788192;
  margin: 0 0 4px;
}
.personal-area-bar .personal-area-info .info .edit {
  color: #788192;
  border: 1px solid #788192;
  padding: 8px 15px;
  font-size: var(--text-sm);
  display: inline-block;
  margin: 20px 0 0;
}
.personal-area-bar .personal-area-info .info .edit:hover {
  background: #788192;
  color: #fff;
}
.personal-area-bar .discount {
  /* display: -moz-flex; */
  /* display: -ms-flex; */
  /* display: -o-flex; */
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  /* display: flex; */
  /* -ms-flex-wrap: wrap; */
  /* flex-wrap: wrap; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0 0;
}
.personal-area-bar .discount .discount-elem {
  font-size: var(--text-xl);
  font-weight: 500;
  line-height: 1;
  margin: 0 0 20px 0;
}
.personal-area-bar .discount .discount-item p {
  font-size: var(--text-sm);
  color: #788192;
}
.personal-area-bar .discount .discount-item a {
  font-size: var(--text-xs);
  color: #4D69BB;
}
.personal-area-bar .discount .discount-item a:hover {
  color: #0D0D0D;
}

/** END PERSONAL-AREA-PAGE **/
/** START EDITING-PAGE **/
.editing {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.editing .photo-wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 20px;
}
.editing .photo-wrapper .photo {
  width: 80px;
  height: 80px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50px;
  background: #0D0D0D;
}
.editing .photo-wrapper .photo img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.editing .photo-wrapper .photo.no-photo img {
  width: initial;
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
}
.editing .photo-wrapper a {
  margin: 0 0 0 15px;
  font-size: var(--text-sm);
  color: #4D69BB;
}
.editing .photo-wrapper a:hover {
  color: #0D0D0D;
}
.editing .editing-wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.editing .editing-wrapper .editing-elem {
  width: 100%;
  max-width: 360px;
  padding: 24px 0 0;
  border-top: 1px solid #E0E4EC;
}
.editing .editing-wrapper .editing-elem .form-group {
  margin: 0 0 24px;
}
.editing .editing-wrapper .editing-elem .title {
  font-size: var(--text-md);
  font-weight: 500;
  margin: 0 0 15px;
}

/** END EDITING-PAGE **/
/** START DELIVERY-PAGE **/
.info-content .descr {
  margin: 0 0 25px;
}
.info-content .delivey-logos {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 25px;
}
.info-content .delivey-logos .delivey-elem p {
  font-size: var(--text-sm);
  margin: 15px 0 0;
}
.info-content ul {
  list-style: disc;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
}
.info-content ul li {
  margin: 0 0 8px;
  /* padding: 0 0 0 15px; */
}
.info-content ol li {
  margin: 0 0 8px;
  /* padding: 0 0 0 15px; */
}
.info-content ul li:nth-last-child(1) {
  margin: 0;
}
.info-content .alert-elem {
  font-size: var(--text-sm);
  color: #788192;
}
.number-elem {
	display: inline-block;
	width: 32%;
	text-align: center;
	margin: 10px 0;
}
/** END DELIVERY-PAGE **/
/** START ABOUT-US-PAGE **/
.about-company-page .info-content p {
  font-size: var(--text-sm);
  margin: 0 0 8px;
}
.about-company-page .about-us-bar {
  width: 200px;
  margin: 0 0 0 auto;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.number-elem .number {
  font-size: var(--text-display);
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin: 0 0 5px;
  position: relative;
  display: inline-block;
  text-shadow: 2px 0 0 #0D0D0D, -2px 0 0 #0D0D0D, 0 2px 0 #0D0D0D, 0 -2px 0 #0D0D0D, 1px 1px #0D0D0D, -1px -1px 0 #0D0D0D, 1px -1px 0 #0D0D0D, -1px 1px 0 #0D0D0D;
}
.about-company-page .about-us-bar p {
  font-size: var(--text-sm);
  color: #788192;
  margin: 0 0 40px;
}

/** END ABOUT-US-PAGE **/
/** START 404-PAGE **/
.error-page .section-wrapper {
  padding: 50px 0;
}
.error-page .section-wrapper .container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100vh - 655px);
}
.error-page .section-wrapper .error-info .buttons {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.error-page .section-wrapper .error-info .buttons a {
  margin: 0 15px 0 0;
  min-width: 180px;
  text-align: center;
}
.error-page .section-wrapper .error-info p {
  font-size: var(--text-md);
  font-weight: 500;
  margin: 0 0 40px;
}
.error-page .section-wrapper .img p {
  display: none;
}

/** END 404-PAGE **/
/** START ACTIONS-PAGE **/
.sidebar .sidebar-catalog-menu {
  border-bottom: 15px solid #F6F7F9;
  margin: 0 0 15px;
  position: relative;
  width: calc(100% + 20px);
  left: -10px;
}
.sidebar .sidebar-catalog-menu .menu-title {
  font-size: var(--text-sm);
  margin: 0 0 13px;
  padding: 0 0 0 69px;
  display: block;
}
.sidebar .sidebar-catalog-menu .menu-title:hover {
  color: #4D69BB;
}
.sidebar .sidebar-catalog-menu ul {
  width: 100%;
  position: relative;
}
.sidebar .sidebar-catalog-menu ul li a {
  padding: 10px 15px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: var(--text-sm);
  position: relative;
  align-items: center;
}
.sidebar .sidebar-catalog-menu ul li a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  width: calc(100% - 70px);
  background: #CBD2DF;
  height: 1px;
}

.sidebar .sidebar-catalog-menu ul li:first-child a:after {
  height: 0px;
}

.sidebar .sidebar-catalog-menu ul li a img {
  margin: 0 14px 0 0;
}
.sidebar .sidebar-catalog-menu ul li a:hover {
  background: #0D0D0D;
  color: #fff;
}
.sidebar .sidebar-catalog-menu ul li a:hover:after {
  content: none;
}
.sidebar .sidebar-catalog-menu ul li a:hover img {
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
}
.sidebar .filtr-btn {
  display: none;
  font-size: var(--text-sm);
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sidebar .filtr-btn svg {
  margin: 0 0 0 10px;
  width: 10px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar .mob-sidebar-elem {
  display: none;
}

.category-subnav {
  width: 100%;
  flex: 0 0 100%;
}

.section-category .category-subnav {
  flex: 0 0 100%;
  width: 100%;
}

.category-subnav--mobile {
  display: none;
}

/* legacy category-mark (radio chips) */
.category-mark {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  flex: 0 0 100%;
  margin: 0 0 30px;
  padding: 0 0 0 15px;
}

.section-category .category-mark {
  flex: 0 0 100%;
  width: 100%;
}

.category-mark .radio-wrapper {
  display: inline-block;
  vertical-align: top;
}

/** END ACTIONS-PAGE **/
/** END COMPRASION-PAGE **/
.comparison-nav {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 30px;
}

.comparison-page .mob-titles {
  display: none;
}
.comparison-page .comparison-table {
  position: relative;
}
.comparison-page .comparison-table .product-elem {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 170px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.comparison-page .comparison-table .product-elem .remove {
  position: absolute;
  top: 0;
  left: 60px;
}
.comparison-page .comparison-table .product-elem .img {
  margin: 0 0 8px;
}
.comparison-page .comparison-table .product-elem .info {
  width: 100%;
  padding: 0;
}
.comparison-page .comparison-table span {
  font-size: var(--text-sm);
  color: #788192;
}
.comparison-page .comparison-table p {
  font-size: var(--text-sm);
  font-weight: 500;
}
.comparison-page .comparison-table thead tr td {
  padding-right: 30px;
}
.comparison-page .comparison-table thead tr td:first-child {
  width: 20%;
}
.comparison-page .comparison-table tbody tr td {
  width: calc(100% / 6);
}

/** END COMPRASION-PAGE **/
/** END CONTENT **/
/** START FOOTER **/
footer {
  padding: 25px 0;
}
footer .copyright p {
  font-size: var(--text-sm);
  color: #788192;
  margin: 0 0 10px;
}
footer .copyright a {
  font-size: var(--text-sm);
  color: #4D69BB;
  margin: 0 0 8px;
  display: block;
}
footer .copyright a:hover {
  color: #0D0D0D;
}
footer form {
  max-width: 511px;
}
footer form .form-group {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer form .form-group .form-control {
  width: calc(100% - 150px);
}
footer form .form-group .btn {
  width: 150px;
  padding: 8px 20px;
  text-align: center;
}
footer form .title {
  font-weight: 500;
  font-size: var(--text-md);
  margin: 0 0 15px;
}
footer .contacts {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
footer .contacts .phone {
  font-size: var(--text-md);
  font-weight: 700;
}
footer .contacts p {
  font-size: var(--text-sm);
  color: #788192;
}
.social {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.social a {
  display: block;
  margin: 0 20px 0 0;
}
.social a:nth-last-child(1) {
  margin: 0;
}
.social a:hover svg {
  fill: #4D69BB;
}
.social a svg {
  display: block;
  fill: #0D0D0D;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.order-processed-page .section-main-title.item {
  display: none;
}

/** END FOOTER **/
/** START MODAL **/
.section-modals {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: calc(100vh - 395px);
}
.section-modals .container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-modals .container a {
  margin: 0 0 15px;
}
.modal .modal-dialog {
  max-width: 480px;
}
.modal .modal-dialog2 {
  max-width: 800px;
}

.modal .success-buttons {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0 0;
}
.modal .success-buttons .btn-blue {
  margin: 15px 0 0;
}
.modal .modal-content {
  border-radius: 0;
  border: none;
  width: auto;
}
.modal .modal-body {
  padding: 30px;
  border: none;
  position: relative;
}
.modal .modal-body .rating-change {
  display: block;
  width: 100%;
  margin: 10px 0 0;
}
.modal .modal-body .close-modal {
  position: absolute;
  right: 4px;
  top: 10px;
}
.modal .modal-body .modal-title {
  font-size: var(--text-md);
  font-weight: 500;
  margin: 0 0 24px;
}
@media (max-width:576px) {
	.modal .modal-body .modal-title {
	  margin: 10px 40px 10px 10px;
	}
	.callback-form {
		width: 90%;
		padding: 5%;
	}
}
.modal .modal-body .modal-title.item {
  margin: 0 0 8px;
}
.modal .modal-body .modal-subtitle {
  font-size: var(--text-sm);
  color: #788192;
}
.modal .modal-body .form-submit {
  display: inline-block;
  margin: 24px 0 0;
  min-width: 176px;
  text-align: center;
}
.modal .modal-body .search-form-elem {
  position: relative;
  width: 100%;
  margin: 0 0 24px;
}
.modal .modal-body .search-form-elem input {
  width: 100%;
  padding: 0 15px 16px 40px;
  border-bottom: 1px solid #CBD2DF;
}
.modal .modal-body .search-form-elem .search-btn {
  position: absolute;
  top: 0;
  left: 0;
}
.modal .modal-body .search-items {
  max-height: 308px;
  overflow: auto;
}
.modal .modal-body .search-items li {
  margin: 0 0 4px;
}
.modal .modal-body .search-items li:nth-last-child(1) {
  margin: 0;
}
.modal .modal-body .search-items li a {
  display: block;
  font-size: var(--text-sm);
  font-weight: 500;
}
.modal .modal-body .search-items li a:hover {
  color: #4D69BB;
}
.modal .modal-body .product-wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #CBD2DF;
  border-bottom: 1px solid #CBD2DF;
  padding: 16px 0;
  margin: 0 0 34px;
}
.modal .modal-body .product-wrapper .product-elem {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70%;
}
.modal .modal-body .product-wrapper .product-elem .img {
  width: 60px;
  height: 60px;
  border: 8px solid #fff;
  border-radius: 50px;
}
.modal .modal-body .product-wrapper .product-elem .info {
  width: calc(100% - 60px);
  padding: 0 0 0 15px;
}
.modal .modal-body .product-wrapper .product-elem .info .code {
  display: block;
  font-size: var(--text-sm);
  color: #788192;
  margin: 0 0 4px;
}
.modal .modal-body .product-wrapper .product-elem .info .prodict-name {
  font-size: var(--text-sm);
  font-weight: 500;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 250px;
  white-space: nowrap;
}
.modal .modal-body .product-wrapper .price {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.modal .modal-body .product-wrapper .price .new-price {
  font-size: var(--text-sm);
  font-weight: 500;
}
.modal .modal-body .product-wrapper .price .old-price {
  margin: 0 0 0 8px;
  text-decoration: line-through;
  font-size: var(--text-sm);
  color: #788192;
}
.modal .modal-body .product-wrapper .bottom-elem {
  width: 100%;
  padding: 0 0 0 75px;
  margin: 24px 0 0;
}
.modal .modal-body .radio-elem {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 24px;
}
.modal .modal-body .radio-elem .radio-container {
  margin: 0 30px 0 0;
}
.modal .modal-body .buttons {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 24px 0 0;
}
.modal .modal-body .buttons .form-submit {
  margin: 0 32px 0 0;
}
.modal.modal-order-thx .modal-body .modal-title {
  margin: 0 0 8px;
}
.modal.modal-buy .modal-dialog {
  max-width: 720px;
}
.modal.modal-buy .form-elem {
  margin: 0 0 24px;
  padding: 0 0 24px;
  border-bottom: 1px solid #E0E4EC;
}
.modal.modal-buy .form-elem .form-group {
  max-width: 360px;
}
.modal.modal-buy .form-elem .title {
  margin: 0 0 16px;
}
.modal.modal-how .descr {
  font-size: var(--text-sm);
}
.modal.modal-review .btn {
  margin: 10px 0 0;
}
.modal.modal-contacts .modal-body {
  background: #F6F7F9;
}
.modal.modal-contacts .phone {
  font-size: var(--text-xl);
  font-weight: 500;
  display: block;
  margin: 0 0 15px;
}
.modal.modal-contacts .address {
  font-size: var(--text-sm);
  color: #788192;
  margin: 0 0 24px;
}
.modal.modal-contacts .social {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal.modal-contacts .social a {
  border-radius: 4px;
  background: #fff;
  width: 32px;
  height: 32px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 16px 0 0;
}
.modal.modal-contacts .social a:nth-last-child(1) {
  margin: 0;
}
.modal.modal-contacts .social a svg {
  display: block;
  fill: #0D0D0D;
}
.modal.modal-login .main-nav-tab {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 20px;
}
.modal.modal-login .main-nav-tab li {
  margin: 0 30px 0 0;
}
.modal.modal-login .main-nav-tab li:nth-last-child(1) {
  margin: 0;
}
.modal.modal-login .main-nav-tab li a {
  display: block;
  font-size: var(--text-md);
  font-weight: 500;
  border-bottom: 2px solid transparent;
}
.modal.modal-login .main-nav-tab li a.active {
  border-bottom: 2px solid #e6b21e;
}
.modal.modal-login .restore {
  font-size: var(--text-sm);
  color: #4D69BB;
  margin: 20px 0 0;
  display: table;
}
.modal.modal-login .restore:hover {
  color: #0D0D0D;
}
.modal.modal-town .modal-title {
  margin: 0 0 20px;
}
.modal.modal-town .search-form input::-webkit-input-placeholder {
  color: #CBD2DF;
}
.modal.modal-town .search-form input::-moz-placeholder {
  color: #CBD2DF;
}
.modal.modal-town .search-form input:-ms-input-placeholder {
  color: #CBD2DF;
}
.modal.modal-town .search-form input:-moz-placeholder {
  color: #CBD2DF;
}

/** END MODAL **/
.rateit {
  font-size: var(--text-lg) !important;
}
.rateit button {
  display: none !important;
}

.rateit .rateit-selected {
  color: #e6b21e;
}

.modal .rateit {
  font-size: var(--text-3xl) !important;
}

.rating .rateit,
.rating-row .rateit,
.rating-bar .rateit {
  pointer-events: none;
}
.rating .rateit .rateit-selected,
.rating-bar .rateit .rateit-selected {
  /*width: 58.1px !important;*/
  display: block !important;
}

/*стили для нового блока карточки товара и доставки*/
/*доставка*/
/*.s_vuvos-info {
  margin-top: 15px;
}*/
.s_vuvos-cont {
  margin-top: 30px;
}
.s_vuvos-adres {
  display: flex;
  align-items: start;
  margin-bottom: 20px;
  line-height: 1;
}
.s_vuvos-adres svg {
  flex: 20px 0 0;
}
.s_vuvos-adres-street {
  font-weight: 500;
  font-size: var(--text-sm);
  margin-bottom: 10px;
}
.s_vuvos-adres-info {
	margin-left: 20px;
}
.s_vuvos-adres-time {
  color: #788192;
  margin-bottom: 10px;
}
.s_vuvos-adres-phone {
  color: #e6b21e;
  margin-bottom: 10px;
  line-height: 1;
  font-size: var(--text-md);
  font-weight: 500;
}
.oplata-info {
	margin-left: 0px;
}
.oplata-info:before {
	background-image: url(/local/templates/template/img/icons/cash.svg);
	position: static;
    top: auto;
	left: auto;
}

.oplata-info p {
	margin: 10px 0;
}
/*карточка товара 2 блока*/
.stock-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.stock-item-svg {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e6b21e;
  border-radius: 50%; 
  flex: 32px 0 0;
  margin-top: 0;
  flex-shrink: 0;
}
.stock-item-svg-button {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 32px 0 0;

}
.stock-item-desk a {
	color: #406cca;
}
.stock-item-desk a:hover {
	color: #000;
}
.stock-item-block {
  /* line-height: 20px; */
  width: 100%;
  padding-left: 15px;
}
.stock-item-title {
    font-weight: 700;
    color: #000;
	/* line-height: 32px; */
    /*font-size: 16px;*/
	margin: 0 0 8px 0;
	min-height: 32px;
	line-height: 1.25;
}
.stock-item-info {
  display: flex;
  justify-content: space-between;
}
.stock-item-qunt {
  color: #69c53d;
}
.stock-more {
  color: #406cca;
  margin: 10px auto 0;
}
.stock-item-pay {
  display: block;
}
.product-vubor {
 /* text-align: center;*/
  /* border: 1px solid #e6b21e; */
  box-shadow: 0px 16px 30px rgb(0 0 0 / 10%);
  margin: 30px auto 0px;
  padding: 15px 25px;
  width: 100%;
  max-width: 340px;
  border-radius: 5px;
  font-size: var(--text-sm);
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .product-vubor {
	max-width: 340px;	
  }
  .social a {
    display: block;
    margin: 0 10px 0 0;
}
}
@media screen and (max-width: 767px) {
	.product-vubor {
	  margin: 0px auto 0px;
}
	.sidebar .sidebar-catalog-menu ul li a img {
		width: 30px;
		height: 30px;
	}
	.sidebar .sidebar-catalog-menu .menu-title {
		padding: 0 0 0 59px;
	}
	.number-elem {
		width: 100%;
	}
}
.product-vubor-top {
  font-weight: 500;
}
.product-vubor-phone a {
  font-weight: 500;
  font-size: var(--text-sm);
}
.kureer .kureer-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.kureer .kureer-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  margin: 0; 
  border-bottom: 1px solid #e2e2e2;
}
.kureer-item-top {
  border-top: 1px solid #e2e2e2;
}
.kureer-item-top {
  font-weight: 500;
}
.kureer-item-zona {
  width: 50%;
}
.kureer-item-zona a {
  color: #e6b21e;
  transition: all 0.3s  
}
.kureer-item-zona a:hover {
  color: #000;  
}
.kureer-item-min {
  width: 25%;
  text-align: center;
}
.kureer-item-max {
  width: 25%;
  text-align: center;
}
.kureer-item-big {
  width: 50%;
  text-align: center;
}
.kureer-item-orange {
  font-weight: 400;
  padding: 5px 15px;
  color: #e6b21e;  

}
.kureer-info {
  text-align: center;
  font-weight: 400;
  color: #0D0D0D;
  /* color: #fff; */
}
.kureer-info-p {
  max-width: 680px;
  width: 100%;
  /* border: 1px solid #e2e2e2; */
  box-shadow: 0px 16px 30px rgb(0 0 0 / 10%);
  margin: 35px auto;
  padding: 15px;

}

/** MEDIA **/
@media screen and (max-width: 1500px) {
  header .bottom-nav:before {
    width: 25px;
  }

  header .bottom-nav:after {
    width: 100px;
  }
}
@media screen and (max-width: 1500px) {
  header .body-nav .catalog-menu > ul > li > a {
	/* width: 239px; */
  }
}
@media screen and (max-width: 1229px) {
  .basket-total-info {
    padding: 20px 40px 0 0;
  }

  .editing-page .section-wrapper .inner-content {
    padding: 0;
    width: 100%;
    max-width: 800px;
  }

  .editing .editing-wrapper .editing-elem {
    padding: 25px 0;
  }
  .editing .editing-wrapper .editing-elem .btn {
    width: 100%;
    text-align: center;
  }

  .table-wrapper.search-table .basket-btn {
    width: 17%;
  }

  .table-wrapper.search-table .basket-btn {
    width: 22%;
  }

  .category-slider {
    right: -60px;
    position: relative;
  }

  .catalog-row .catalog .hover-block .bottom-elem {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
  }

  .catalog-row .quanity-field .jq-number {
    width: 120px;
  }

  .catalog-row .quanity-field {
    width: 120px;
    flex-shrink: 0;
  }

  .catalog-row .catalog .hover-block .bottom-elem .add-to-basket,
  .catalog-row .catalog .hover-block .bottom-elem .added-to-cart {
    width: 50px !important;
    min-width: 50px;
    height: 50px;
    margin: 0 !important;
    flex-shrink: 0;
  }

  .catalog-row .quanity-field .jq-number input {
    max-width: 70px;
  }

  header .body-nav .user-nav a {
    margin: 0 20px 0 0;
  }

  header .body-nav .search-form {
    width: 297px;
  }

  header .bottom-nav ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  header .bottom-nav ul li {
    margin: 0 10px 0 0;
  }

  header .top-nav .top-menu li {
    margin: 0 18px 0 0;
  }

  .catalog .hover-block .bottom-elem .add-to-basket {
    width: 100%;
    padding: 10px;
    margin: 10px auto 0;
    width: 140px;
  }

  .catalog-big .catalog .hover-block {
    width: calc(100% - 60%);
  }

  /* .section-about-us .descr {
    width: calc(100% - 500px);
  } */

  header .body-nav .catalog-menu > ul > li > a {
    /* width: 239px; */
  }
}
@media screen and (max-width: 1100px) {
	.section-tagline .main-slider .slide-item .img img {
		height: 90%;
		}
	
	.catalog .hover-block .bottom-elem {
		width: auto;
	}

  header .body-nav .catalog-menu {
    right: -35px;
  }

  header .body-nav .catalog-menu.width {
    right: -335px;
  }
}
@media screen and (max-width: 991px) {
  .section-category .sidebar .close-sidebar {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .section-category .sidebar .mob-sidebar-elem .close-sidebar {
    border: none;
    width: auto;
    padding: 0;
    margin: 0;
  }

  .section-search .sidebar .close-sidebar {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .section-search .sidebar .mob-sidebar-elem .close-sidebar {
    border: none;
    width: auto;
    padding: 0;
    margin: 0;
  }

  header.fixed {
    padding: 0;
  }

  .radio-container .my-tooltip .my-tooltip-info {
    min-width: 300px;
  }

  .category-content .category-info {
    display: none;
  }

  .section-category .sidebar .accept {
    width: 50%;
    margin: 0;
  }

  .section-category .sidebar .buttons {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .section-category .sidebar .buttons .accept {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0;
    width: 50%;
  }
  .section-category .sidebar .buttons .clear {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0;
    width: 50%;
  }

  .section-category .sidebar .btn-blue {
    width: 50%;
    margin: 0;
  }

  .sidebar .mob-sidebar-elem {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sidebar .mob-sidebar-elem.head-elem {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
    padding: 10px 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #CBD2DF;
    font-size: var(--text-sm);
    font-weight: 500;
    margin: 0 0 16px;
  }

  .sidebar-wrapper {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #F6F7F9;
    z-index: 9999;
    overflow: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 16px 20px;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    max-height: 100vh;
  }

  .section-category .sidebar .sidebar-elem {
    width: 100%;
  }

  .sidebar-wrapper.active {
    opacity: 1;
    visibility: visible;
    padding: 15px;
  }

  .section-category .sidebar {
    padding: 10px 15px;
  }

  .section-search .sidebar {
    padding: 10px 15px;
    width: 100%;
  }

  .sidebar .filtr-btn {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
  }

  .error-page .img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 0 25px;
  }
  .error-page .img p {
    font-size: var(--text-sm);
    font-weight: 500;
    text-align: left;
    display: block !important;
    margin: 25px 0 0;
  }
  .error-page .error-info {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .error-page .error-info .section-main-title,
.error-page .error-info p {
    display: none;
  }

  .personal-area-page .section-wrapper .inner-content {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0;
  }
  .personal-area-page .right-bar.personal-area-bar {
    width: 100%;
    margin: 0 0 20px;
  }

  .comparison-page .comparison-table table {
    width: 970px;
  }

  .comparison-page .comparison-table {
    overflow: auto;
  }

  .table-wrapper.basket-table .product-elem .info .product-name {
    max-width: 155px;
  }

  .section-contacts .requisites ul li p {
    /* width: calc(100% - 110px); */
  }

  .section-contacts .requisites ul {
    width: 100%;
  }

  .section-contacts .contact-info {
    padding: 50px 0;
  }

  .section-contacts .contact-info .phone {
    font-size: var(--text-2xl);
  }

  .section-contacts .row.second-item [class*=col-]:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .section-contacts .row.second-item [class*=col-]:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .section-contacts .callback-form .form-group {
    width: 100%;
    max-width: 100%;
  }

  .section-contacts .contact-info .address {
    margin: 0 0 20px;
  }

  .section-contacts .contact-info .schedule {
    margin: 0 0 20px;
  }

  .section-contacts .contact-info .social {
    margin: 0 0 20px;
  }

  .section-contacts .row.item {
    margin: 0 -15px;
  }

  .section-contacts .contact-info {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .order-processed-page .section-main-title.item {
    display: block;
  }

  .section-wrapper .inner-content .section-main-title {
    display: none;
  }

  .order-processed-page .section-wrapper {
    padding: 40px 0;
  }

  .order-processed-page .inner-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
  .order-processed-page .order-bar {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin: 0 auto 14px !important;
  }

  .right-bar.order-bar {
    /* display: none; */
  }

  .section-wrapper .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-wrapper .inner-content {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    margin: 0 0 50px;
  }

  .section-wrapper .right-bar.about-us-bar {
    margin: 0 auto;
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-wrapper .right-bar.about-us-bar .number-elem {
    width: 50%;
  }

  .about-company-page .about-us-bar p {
    margin: 0 0 15px;
  }

  .category-slider {
    right: 0;
  }

  .sidebar-wrapper {
    display: none;
  }

  .sidebar {
    margin: 0 0 15px;
  }

  .sidebar .filtr-btn {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .section-category .sidebar {
    width: 100%;
  }

  .section-category .category-content {
    width: 100%;
    padding: 0;
  }

  .section-search .category-content {
    width: 100%;
    padding: 0;
  }

  .catalog-main {
    width: calc(100% + 4px);
  }

  .catalog-main .catalog {
    width: calc(100% / 3);
  }

  header .bottom-nav .container {
    overflow: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  header .bottom-nav .container::-webkit-scrollbar {
    width: 10px;
    height: 0px;
  }
  header .bottom-nav .container::-webkit-scrollbar-thumb {
    background: #c1c1c1;
  }
  header .bottom-nav .container::-webkit-scrollbar-thumb {
    width: 10px;
    height: 0px;
  }
  header .bottom-nav .container::-webkit-scrollbar-track {
    background: #fff;
  }

  header .bottom-nav ul {
    min-width: 1100px;
  }

  header .bottom-nav {
    padding: 0;
  }

  header .bottom-nav ul li {
    margin: 0 25px 0 0;
  }

  header .body-nav {
    display: none;
  }

  header .top-nav .top-menu {
    display: none;
  }

  header .body-nav .search-form {
    border-right: 0;
  }

  header .top-nav .logo span {
    display: none;
  }

  header .top-nav {
    border-bottom: 1px solid #CBD2DF;
    padding: 0;
    position: relative;
    min-height: 60px;
  }

  header .top-nav .search-form {
    display: block;
    width: 0 !important;
    height: 0 !important;
    padding: 0;
    border: none;
  }

  header .top-nav .search-form .mob-item {
    display: none;
  }

  header .top-nav .search-form.active .mob-item {
    display: block;
  }

  header .top-nav .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: static;
    flex-wrap: nowrap;
  }

  header .search-form.active {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100% !important;
    height: initial !important;
    background: #fff;
    z-index: 99;
  }

  header .search-form.active .search-elements {
    opacity: 1;
    visibility: visible;
    height: calc(100vh - 98px);
    overflow: auto;
  }

  header .search-form .search-field {
    height: 50px;
  }

  header .search-form .clear {
    display: none;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  header .search-form.active .clear {
    display: block;
  }

  .mob-main-nav {
    display: block;
  }

  body.menu-opened header,
  body.menu-opened header#header {
    z-index: 1100;
  }

  .catalog-middle {
    width: calc(100% + 2px);
  }

  .catalog-big {
    width: calc(100% + 1px);
  }

  .catalog-small {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 2px);
    margin-right: -2px;
  }
  .catalog-small .catalog {
    width: 50%;
  }
	.catalog-small .catalog {
		/* border-bottom: 0px */
	}
  .catalog-lot {
    width: calc(100% + 2px);
    margin-right: -2px;
  }
  .catalog-lot .catalog {
    width: 50%;
  }

  .section-about-us h2, .section-about-us h1,
.section-about-us .descr {
    width: 100%;
    max-width: 100%;
  }

  .section-advantages .advantages-elem {
    width: 100%;
    padding: 0 0 15px;
  }

  footer {
    padding: 25px 0 100px;
  }

  footer [class*=col-]:nth-child(1) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  footer [class*=col-]:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  footer [class*=col-]:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 30px 0 25px;
  }

  .social {
    margin: 25px 0 0;
  }
  .social a {
    /* background: #FFFFFF; */
    border-radius: 4px;
    width: 32px;
    height: 32px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  footer .contacts p {
    margin: 25px 0 0;
  }

  footer .copyright a {
    display: none;
  }

  header .search-form .search-elements {
    opacity: 0;
    visibility: hidden;
    display: block;
  }

  header .top-nav {
    padding: 8px 0;
  }

  header .mob-buttons {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header .mob-buttons img {
    display: block;
  }
  header .mob-buttons a {
    display: block;
    margin: 0 25px 0 0;
  }
  header .mob-buttons a:nth-last-child(1) {
    margin: 0;
  }

  .category-mark {
    padding: 0;
  }

  .comparison-page .mob-wrapper {
    position: relative;
  }

  .comparison-page .mob-titles {
    position: static;
    display: block;
  }
  .comparison-page .mob-titles ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    left: 0;
    bottom: 1px;
  }
  .comparison-page .mob-titles ul li {
    font-size: var(--text-sm);
    color: #788192;
    background: #F6F7F9;
    height: 53px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #CBD2DF;
  }
}
@media screen and (max-width: 767px) {
.banner {
	display: none !important;
	}
.banner_mob {
	display: block;
	background-size: cover;
	background-position: center center;
	}
.main-new:nth-child(even) {
	padding-right: 0px !important;
}
.main-new:nth-child(5) {
	padding-right: 0px !important;
	/* border-bottom: 0px solid #CBD2DF; */
}
/* .main-new .price-mob { */
.price-mob {
	display: none !important;
}
.main-new .hover-block .bottom-elem,
.category-content .catalog-wrapper.catalog-main:not(.catalog-row) .catalog .hover-block .bottom-elem {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	width: 100% !important;
	position: static !important;
	transform: none !important;
}
.category-content .catalog-wrapper.catalog-main:not(.catalog-row) .catalog {
	overflow: hidden;
}
.category-content .catalog-wrapper.catalog-main:not(.catalog-row) .catalog .hover-block .bottom-elem .quanity-field {
	flex: 1 1 0;
	min-width: 0;
	width: auto !important;
	max-width: calc(100% - 58px);
	float: none;
	margin: 0 !important;
}
.category-content .catalog-wrapper.catalog-main:not(.catalog-row) .catalog .hover-block .bottom-elem .quanity-field .jq-number {
	width: 100%;
}
.category-content .catalog-wrapper.catalog-main:not(.catalog-row) .catalog .hover-block .bottom-elem .add-to-basket,
.category-content .catalog-wrapper.catalog-main:not(.catalog-row) .catalog .hover-block .bottom-elem .added-to-cart {
	flex: 0 0 50px;
	width: 50px !important;
	min-width: 50px;
	max-width: 50px;
	height: 50px;
	float: none;
	margin: 0 !important;
	padding: 0 !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	background: #e6b21e;
	border: none;
}
.category-content .catalog-wrapper.catalog-main:not(.catalog-row) .catalog .hover-block .bottom-elem .add-to-basket img {
	display: block !important;
	width: 22px;
	height: 22px;
	margin: 0 !important;
	object-fit: contain;
	-webkit-filter: grayscale(1) invert(1);
	filter: grayscale(1) invert(1);
}
.catalog-wrapper.catalog-row .catalog .hover-block .bottom-elem {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	width: auto !important;
	margin: 0;
	float: none;
	position: static !important;
	right: auto;
	bottom: auto;
	top: auto;
	transform: none;
}
.catalog-wrapper.catalog-row .catalog .hover-block .bottom-elem .quanity-field,
.catalog-wrapper.catalog-row .catalog .quanity-field {
	width: auto !important;
	flex: 0 0 auto;
	max-width: 120px;
	float: none;
	margin: 0 !important;
}
.catalog-wrapper.catalog-row .catalog .hover-block .bottom-elem .quanity-field .jq-number {
	width: 100%;
}
.catalog-wrapper.catalog-row .catalog .hover-block .bottom-elem .add-to-basket,
.catalog-wrapper.catalog-row .catalog .hover-block .bottom-elem .added-to-cart {
	display: flex !important;
	align-items: center;
	justify-content: center;
	float: none;
	width: 50px !important;
	min-width: 50px;
	max-width: 50px;
	height: 50px;
	margin: 0 !important;
	padding: 0 !important;
	flex-shrink: 0;
	background: #e6b21e;
	border: none;
}
.catalog-wrapper.catalog-row .catalog .hover-block .bottom-elem .add-to-basket img {
	display: block !important;
	width: 22px;
	height: 22px;
	margin: 0 !important;
	object-fit: contain;
	-webkit-filter: grayscale(1) invert(1);
	filter: grayscale(1) invert(1);
}
  
.bottom-nav-slider .slide-item a {
	padding: 0 24px 0 0;
}

body.mob-menu-opened, html.mob-menu-opened,.mob-menu-opened {
    overflow: hidden !important;
    height: 100vh !important;
  }

  .modal .modal-body .close-modal {
    top: 16px;
  }

  .category-inner-page .slider-bar .price a {
    /* display: none; */
  }

  .catalog .price .old-price {
    width: 100%;
  }

  .catalog .hover-block .bottom-elem .add-to-basket {
    margin: 0;
  }

  .category-mark .radio-wrapper p {
    font-size: var(--text-xs);
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .bottom-nav-slider .slide-item a span {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 100px;
  }

  .radio-container .my-tooltip {
    position: static;
  }

  .radio-container .my-tooltip .my-tooltip-info {
    min-width: auto;
    width: 100%;
    left: 0;
  }

  .radio-container .my-tooltip .my-tooltip-info:after {
    left: 25%;
  }

  .radio-container.item .my-tooltip .my-tooltip-info:after {
    left: 38%;
  }

  .category-inner-page .right-bar {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .category-inner-page .section-breadcrumbs {
    margin: 0 0 15px;
  }

  .comparison-page .mob-titles ul {
    bottom: 0;
  }

  .table-wrapper.personal-area-table .price {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .table-wrapper.personal-area-table .old-price {
    display: block;
    text-decoration: line-through;
    color: #788192;
    font-size: var(--text-sm);
    margin: 0 0 0 15px;
  }

  .section-wrapper .inner-content .product-mob-elem {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: var(--text-sm);
    font-weight: 500;
    padding: 10px 15px 10px;
    /* background: #fff; */
  }
  .section-wrapper .inner-content .product-mob-elem .rating {
    width: 100%;
    margin: 8px 0 0;
  }

  header .search-form .search-elements.active {
    opacity: 1;
    visibility: visible;
  }

  .basket-total-info {
    padding: 20px 0 0;
  }

  .slider-wrapper .status {
    left: 20%;
  }

  .modal.modal-buy .modal-dialog {
    max-width: 95%;
  }

  .modal .modal-body .product-wrapper .price {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 0 0 75px;
  }

  .modal .product-name {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
  }

  .modal .modal-body {
    /* padding: 30px 15px; */
    padding: 0px;
  }

  .modal .modal-body .radio-elem .radio-container {
    width: 100%;
    margin: 0 0 15px;
  }

  .modal .modal-body .product-wrapper .product-elem {
    width: 100%;
  }

  .error-page .section-wrapper .error-info .buttons a {
    width: 100%;
    margin: 0 0 8px;
    text-align: center;
  }

  .delivery-page .section-main-title {
    font-size: var(--text-md);
    line-height: 24px;
  }

  .info-content .delivey-logos .logo-elem {
    width: 100%;
    padding: 0 0 15px;
  }

  .editing .editing-wrapper .editing-elem {
    width: 100%;
    max-width: 100%;
  }

  .table-wrapper.personal-area-table td:nth-last-child(1) {
    text-align: left;
  }

  .personal-area-table tbody {
    display: block;
  }
  .personal-area-table tbody tr {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .personal-area-table tbody td {
    width: 100%;
    border: none !important;
    padding: 0 0 8px !important;
  }
  .personal-area-table tbody td:nth-last-child(1) {
    border-bottom: 1px solid #CBD2DF !important;
    padding: 0 0 15px !important;
    margin: 0 0 8px;
    width: 100%;
  }
  .personal-area-table tbody td:nth-child(2), .personal-area-table tbody td:nth-child(3) {
    width: 50%;
  }
  .personal-area-table.delivery-table tbody td {
    width: 100%;
  }
  .personal-area-table.delivery-table tbody .buttons {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .favorite-table tr {
    position: relative;
  }
  .favorite-table tr td:nth-child(2) {
    position: absolute;
    right: 0;
    width: initial;
    padding: 0;
    top: 0px;
  }
  .favorite-table tr td:nth-child(2) p {
    font-size: var(--text-xs);
    color: #788192;
    font-weight: normal;
  }
  .favorite-table tr td:nth-child(3) {
    padding-left: 75px !important;
    width: 100% !important;
  }

  .basket-total-info .btn {
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .basket-total-info {
    width: 100%;
  }

  .basket-total-info p {
    display: none;
  }

  .table-wrapper.basket-table thead {
    display: none;
  }

  footer form .form-group .form-control {
    width: 100%;
    margin: 0 0 8px;
  }

  footer form .form-group .btn {
    width: 100%;
    text-align: center;
  }

  .table-wrapper.search-table .product-item,
.table-wrapper.search-table .basket-btn {
    width: 100%;
  }

  .table-wrapper.search-table .basket-btn .btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .table-wrapper.search-table tbody,
.table-wrapper.basket-table tbody {
    display: block;
  }

  .table-wrapper.search-table tr,
.table-wrapper.basket-table tr {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .table-wrapper.category-table td {
    width: 50%;
  }

  .table-wrapper.basket-table td {
    width: 100%;
  }

  .table-wrapper.basket-table tr {
    position: relative;
  }

  .table-wrapper.basket-table td:nth-last-child(1) {
    position: absolute;
    right: 0;
    top: 8px;
    border: none;
    width: initial;
  }

  .table-wrapper.basket-table tr td {
    border: none;
    padding: 0;
  }

  .table-wrapper.table-with-border tbody tr:nth-last-child(1) td {
    border-bottom: none;
  }

  .table-wrapper.basket-table .quanity-elem {
    padding: 0 0px 0 75px;
  }

  .table-wrapper.basket-table tr .price {
    padding: 0;
  }

  .table-wrapper.basket-table tr td:nth-child(1) {
    padding-right: 80px;
  }

  .table-wrapper.basket-table tr td:nth-child(2) .price {
    padding: 0 80px 0 75px;
  }

  .table-wrapper.basket-table tr td:nth-child(3) {
    padding-bottom: 15px;
    padding-top: 8px;
    border-bottom: 1px solid #CBD2DF !important;
  }

  .table-wrapper.category-table td:nth-last-child(1) {
    text-align: right;
  }

  .table-wrapper.search-table tr .price {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .table-wrapper.search-table tr .price p {
    margin: 0;
  }

  .table-wrapper .quanity-elem p {
    font-size: var(--text-sm);
  }

  .table-wrapper.search-table tr td {
    border: none;
  }
  .table-wrapper.search-table tr td:nth-last-child(1) {
    border-bottom: 1px solid #CBD2DF;
  }
  .table-wrapper.search-table tr td:nth-child(1) {
    width: 70%;
  }
  .table-wrapper.search-table tr td:nth-child(2) {
    width: 30%;
  }

  .order-processed-page .section-wrapper .order-bar {
    padding: 30px;
    width: 160px;
    height: 160px;
  }

  .order-processed-page .descr {
    font-size: var(--text-sm);
  }

  .order-processed-page .buttons a {
    width: 100%;
    margin: 0 0 8px;
  }

  .order-form .btn {
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .btn .btn-price-elem {
    display: block;
  }

  .radio-container {
    margin: 0 0 10px;
    width: 100%;
  }

  .category-nav-tab li a {
    font-size: var(--text-sm);
    padding: 15px 10px;
  }

  .category-tab-content .characteristics-list {
    width: calc(100% + 50px);
    position: relative;
    left: -25px;
  }

  .category-tab-content .characteristics-list li p:nth-child(even) {
    text-align: right;
  }

  .category-tab-content .tab-review .reviewer {
    width: 100%;
    padding: 0;
    margin: 0 0 15px;
  }

  .category-tab-content .tab-review .review-info {
    width: 100%;
  }
  
  .category-tab-content .tab-review .review-info img {
    margin: 10px 0;
  }

  .offer-nav-tab {
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
  }

  .offer-nav-tab li a {
    padding: 3px 5px;
    font-size: var(--text-sm);
  }

  .right-bar.rating-bar {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }

  .section-wrapper .inner-content {
    margin: 0;
  }

  .right-bar.slider-bar {
    width: 100%;
    background: transparent;
    position: relative;
    /*.quanity-field {
      display: none;
    }*/
  }
  .right-bar.slider-bar .rating {
    display: none;
  }
  .right-bar.slider-bar .btn-black__transparent {
    /* display: none; */
  }
  .right-bar.slider-bar .stock {
    /* display: none; */
	width: 100%;
	margin: 15px 0 15px 0;
  }
  .right-bar.slider-bar .add-to-basket,
  .right-bar.slider-bar .quanity-elem .btn-with-ico:not(.product-fav-btn),
  .right-bar.slider-bar .quanity-elem .added-to-cart {
    margin: 0 !important;
    width: 100% !important;
    flex: none !important;
    min-width: 0;
    justify-content: center;
    text-align: center;
  }
  .right-bar.slider-bar .quanity-elem .product-fav-btn {
    flex: none !important;
    width: 50px !important;
    min-width: 50px;
    max-width: 50px;
    padding: 0 !important;
  }
  .right-bar.slider-bar .quanity-field {
    flex: none !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0;
  }
  .btn-black.btn-with-ico img {
	  margin: 0 10px 0 0;
  }
  .btn {
	font-size: var(--text-sm) !important;
  }
  .right-bar.slider-bar .volume-wrapper {
    margin: 0 0 5px;
  }
  .right-bar.slider-bar .name {
    display: none;
  }
  .right-bar.slider-bar .quanity-elem {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: stretch;
    gap: 8px;
  }
  .right-bar.slider-bar .quanity-field .jq-number input {
    max-width: 50px;
  }
  .right-bar.slider-bar .quanity-field .jq-number {
    width: 100%;
    height: 50px;
  }
  .right-bar.slider-bar .bottom-nav {
    width: 45%;
    position: absolute;
    right: 15px;
    /* bottom: 95px; */
  }
  .right-bar.slider-bar .bottom-nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
	width: 50%;
	margin: 15px 0 15px 0;
	position: static;
  }
  .right-bar.slider-bar .quanity-elem {
    margin: 0;
  }
  .right-bar.slider-bar .category-nav-tab li a {
    font-size: var(--text-sm);
    padding: 15px 10px;
  }

  .slider-nav-thumbnail {
    display: none;
  }


  .category-slider .slide-item {
    width: 100%;
    border-radius: 0;
  }

  .category-slider .slide-item .img {
    height: 200px;
	width: auto;
    padding: 10px;
    border-radius: 0px;
  }
  .category-slider .slide-item .img img {
    width: 200px;
    height: 175px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto;
    display: block;
  }

  .category-tab-content {
    min-height: 0;
  }

  .offer-nav-tab li {
    width: 50%;
  }
  .offer-nav-tab li a {
    text-align: center;
  }

  .offer-nav-tab li a:hover {
    color: #0D0D0D !important;
  }

  .offer-nav-tab {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .category-inner-page .section-wrapper.item {
    padding-top: 0;
  }
  .category-inner-page .section-wrapper.item .container {
    padding: 0;
    max-width: 100%;
  }

  .brands-search .search-field {
    font-size: var(--text-xl);
  }

  .section-main-title {
    font-size: var(--text-lg);
    line-height: 24px;
  }
  .section-about-us h1 {
    font-size: var(--text-xl);
    line-height: 28px;
  }
 .section-about-us .descr p {
	font-size: var(--text-sm);
 }
  
  header .top-nav .logo img {
    display: none;
  }

  header .top-nav .logo .mob-logo {
    display: block;
    width: auto;
    max-width: 160px;
    height: auto;
    object-fit: contain;
  }

  header .top-nav .search-form {
    height: 48px;
    font-size: var(--text-sm);
  }

  header .top-nav .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: static;
    flex-wrap: nowrap;
  }

  header .top-nav .logo {
    width: auto;
    flex: 1 1 auto;
    min-width: 0;
    max-width: none;
    gap: 12px;
    flex-wrap: nowrap;
    overflow: hidden;
    align-items: center;
  }

  /* Обёртка логотипа — по ширине картинки, не растягивать */
  header .top-nav .logo > div:first-child,
  header .top-nav .logo > a {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    margin: 0;
  }

  /* Город — занимает оставшееся место до кнопок */
  header .top-nav .logo .tfl__link-container,
  header .top-nav .logo > .tfl__link-container,
  header .top-nav .logo > div:not(:first-child) {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    max-width: none;
    margin: 0;
    overflow: hidden;
  }

  header .top-nav .logo span,
  header .top-nav .logo .tfl__link,
  header .top-nav .logo .tfl__link-label,
  header .top-nav .logo .tfl__link-container {
    display: block;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  header .top-nav .logo .tfl__link-container {
    display: flex;
    align-items: center;
    min-width: 0;
  }

  header .top-nav .logo .tfl__link-container > span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  header .mob-buttons {
    flex: 0 0 auto;
    margin-left: 12px;
  }

  header .top-nav .search-form {
    width: calc(100% - 160px);
  }

  header .top-nav {
    height: initial;
    min-height: initial;
  }

  header .bottom-nav {
    display: none !important;
  }

  .container.mslider {
		padding-right: 0;
		padding-left: 0;
		margin-right: 0;
		margin-left: 0;
	}  
	
  .section-tagline .main-slider .slide-item .info p {
    font-size: var(--text-xl);
  }

  .section-tagline .main-slider .slick-current .slide-item .info {
    padding: 15px;
  }

  .section-tagline .main-slider .slick-slide {
    margin: 0 0 0 0;
  }

  .section-tagline .main-slider-nav .slider-elem {
    display: none;
  }

  .section-tagline .main-slider .slide-item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    min-height: 265px;
  }

  .section-tagline .main-slider .slick-current .slide-item .info {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section-mob-menu {
    display: block;
    border-bottom: 1px solid #CBD2DF;
  }

  .section-tagline {
    border: none;
    padding: 0px 0 15px;
  }

  .section-title.with-link a {
    /* display: none; */
	margin-top: 5px;
  }

  .section-title {
    font-size: var(--text-xl);
    margin: 0 0 15px;
  }

  .catalog-wrapper:before {
    content: none;
  }

  .catalog-middle,
.catalog-big,
.catalog-small,
.catalog-lot {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .catalog {
    margin-right: 0 !important;
    margin-bottom: 10px !important;
    width: 100% !important;
    border: none;
    border-bottom: 1px solid #CBD2DF;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: column;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 15px 0px;
  }
  
  /* .section-visited .catalog:last-child { */
  .catalog:last-child {
    /* border-bottom: none; */
	}
  
  .catalog .main-img {
    width: 80px !important;
    height: 80px !important;
    margin: 0 !important;
    position: relative;
  }
  .catalog .nav-buttons,
  .catalog .nav-buttons.catalog-fav-only {
    position: absolute !important;
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    right: 8px;
    top: 8px;
    width: auto;
  }
  .catalog .catalog-info {
    /* width: calc(100% - 80px); */
    padding: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 7px 0;
  }
  .catalog .hover-block {
    opacity: 1;
    visibility: visible;
    position: static;
    background: transparent;
    border: none;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /* align-items: center; */
    width: 100%;
  }
  .catalog .hover-block .title {
    display: none;
  }
  .catalog .hover-block .volume-wrapper {
    display: none;
  }
  .catalog .hover-block .bottom-elem {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .brands-page .catalog {
    width: 50% !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .brands-page .catalog .catalog-info {
    padding: 0;
    width: 100%;
    text-align: center;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .catalog .code.with-rating {
    width: 100%;
  }

  .catalog .code {
    margin: 0 0 8px;
  }

  .catalog .title {
    font-size: var(--text-sm);
	width: 100%;
  }

  .catalog .hover-block .volume-title {
    display: none;
  }

  .catalog .hover-block .bottom-elem {
    /* display: none; */
	align-items: flex-end;
  }
  .catalog-wrapper .catalog .hover-block .bottom-elem {
	/* width: 60%; */
	width: 100%;
	margin: 0;
	/* width: 170px; */
  }
  .catalog-wrapper:not(.catalog-row) .catalog .hover-block .bottom-elem .quanity-field {
	float: none;	
  }  
  .catalog-wrapper:not(.catalog-row) .catalog .hover-block .bottom-elem .add-to-basket {
	float: none;
	display: flex;
  }
  .catalog .hover-block .bottom-elem .add-to-basket {
    width: 50px;
    height: 50px;
    margin: 0 0 0 5px;
  }
	
  .category-content .catalog .catalog-info {
    margin: 0;
  }
.catalog .hover-block .bottom-elem .add-to-basket {
	padding: 12px;
}
  .catalog-wrapper:not(.catalog-row) .catalog .quanity-field {
    width: 115px;
  }
  .catalog-wrapper:not(.catalog-row) .catalog .quanity-field .jq-number {
    width: 115px;
	float: none;
  }
  .catalog-wrapper:not(.catalog-row) .catalog .quanity-field input {
    max-width: 50px;
	padding: 0 5px;
  }

  .catalog .hover-block {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100% !important;
  }

  .catalog .price {
    /* position: absolute;
    left: 0;
    bottom: 20px; */
	display: none;
  }

  .catalog .status {
    z-index: 5;
    top: 8px;
    left: 8px;
    width: 32px;
    height: 32px;
  }

  .catalog:hover {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #CBD2DF;
  }

  .section-about-us h1 .section-about-us h2 {
    font-size: var(--text-xl);
    margin: 0 0 15px;
    line-height: 32px;
  }

  .section-advantages .advantages-elem p {
    padding: 0 0 0 20px;
  }

  .brands-page .catalog .catalog-info {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .catalog .code {
    max-width: 100%;
  }

  .category-content .category-info .catalog-view-nav {
    display: none;
  }

  .pagination-wrapper .next-page span {
    display: none;
  }

  .catalog-big {
    display: none !important;
  }
  .catalog-big .catalog {
    width: 100% !important;
    border-right: 0;
  }
  .catalog {
    width: 50% !important;
    border-right: 1px solid #CBD2DF;
    margin: 0 !important;
    padding-right: 10px;
	 -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog .status {
    top: 8px;
    left: 8px;
    width: 32px;
    height: 32px;
  }
  .catalog .main-img {
    width: 127px !important;
    height: 127px !important;
  }
  .catalog:nth-child(even) {
    border-right: none;
    padding-left: 10px !important;
  }
  .catalog:nth-child(odd) {
    border-left: none;
    padding-right: 10px !important;
  }
  .catalog .price {
    position: static;
    width: 100%;
    margin: 8px 0 0;
  }
  .catalog .stock {
    /* display: none; */
	margin: 0;
  }
  .catalog .price {
    display: block;
  }
  .catalog .main-img {
    margin: 0 auto !important;
  }
  .catalog-info {
    width: 100%;
    padding: 0;
	/* align-items: flex-start; */
	/* height: 163px; */
  }
  .catalog-info .rating {
    display: none;
  }
  .catalog-wrapper:not(.catalog-row) .catalog {
    overflow: hidden;
  }
  .catalog-wrapper:not(.catalog-row) .catalog .quanity-field {
    flex: 1 1 0;
    min-width: 0;
    width: auto !important;
    max-width: calc(100% - 58px);
  }
  .catalog-wrapper:not(.catalog-row) .catalog .quanity-field .jq-number {
    width: 100%;
  }
  .catalog-wrapper:not(.catalog-row) .catalog .hover-block .bottom-elem .add-to-basket {
    /* display: none !important; */
	width: 30%;
	margin: 0px;
  }  
  .catalog-wrapper:not(.catalog-row) .catalog .hover-block .bottom-elem .added-to-cart {
    /* display: none !important; */
	width: 30%;
	margin: 5px;
  }
  .catalog .price-mob {
	width: calc(100% - 210px);
	text-align: left;
	padding-right: 10px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.catalog .price-mob .new-price {
	font-size: var(--text-md);
	font-weight: 500;
	margin: 0 5px 0 0;
}
.catalog .price-mob .old-price {
	text-decoration: line-through;
	font-size: var(--text-sm);
	color: #788192;
}
.content .catalog-nav .catalog-menu .menu_lv1 {
	width: 100%;
}


.section-category .sidebar {
	padding: 10px;
}
/* .sidebar-catalog-menu, .category-mark { */
.sidebar-catalog-menu {
	display: none;
}
.mobile {
	display: block !important;
}
.sidebar .sidebar-catalog-menu.mobile {
	border-bottom: 0px solid #F6F7F9;
	margin: 5px 0 10px;
}
.sidebar .category-mark.mobile,
.sidebar .category-subnav--mobile {
  margin: 0px;
}


.catalog-row .catalog {
	padding: 0px 0px 0px 0px;
}

}
@media screen and (max-width: 575px) {
  .modal-town .modal-dialog,
.modal-contacts .modal-dialog,
.modal-review .modal-dialog,
.modal-expensive .modal-dialog,
.modal-address .modal-dialog {
    margin: 0;
    max-width: 100%;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    min-height: 100%;
  }
}
@media screen and (max-width: 414px) {
  .radio-container .my-tooltip .my-tooltip-info:after {
    left: 36%;
  }
}
@media screen and (max-width: 375px) {
  .radio-container .my-tooltip .my-tooltip-info:after {
    left: 39%;
  }

  .radio-container.item .my-tooltip .my-tooltip-info:after {
    left: 42%;
  }
 
}
@media screen and (max-width: 320px) {
  .radio-container .my-tooltip .my-tooltip-info:after {
    left: 48%;
  }

  .radio-container.item .my-tooltip .my-tooltip-info:after {
    left: 51%;
  }
  header .top-nav .logo .mob-logo {
    display: block;
	max-width: 130px;
  }
}
@-webkit-keyframes fixHeader {
  from {
    top: -300px;
  }
  to {
    top: 0px;
  }
}
@keyframes fixHeader {
  from {
    top: -300px;
  }
  to {
    top: 0px;
  }
}



.sberbank-center {
	margin-left: calc(50% - 200px);
}

.discount100 {
	height: 102px; 
	width: 100px; 
	background-image: url(../img/icoonsale100.png);
	position: absolute; 
	top: 0; 
	right: 20px; 
	text-align: center; 
	vertical-align: middle; 
	line-height: 102px;
}
.discount100 span {
	color: #000; 
  font-size: var(--text-2xl);
	font-weight: 600; 
	font-family: 'Cera Pro';
}
.catalog .discount50 {
	height: 50px; 
	width: 50px; 
	background-image: url(../img/icoonsale50.png);
	position: absolute; 
	top: 80px; 
	left: 15px; 
	z-index:1; 
	text-align: center; 
	vertical-align: middle; 
	line-height: 50px;
}
.catalog .discount50 span {
	/* color: #fff;  */
	color: #000; 
	font-size: var(--text-sm); 
	font-weight: 600; 
	font-family: 'Cera Pro';
}

@media screen and (max-width: 767px) {
.discount100 {
	height: 50px; 
	width: 50px; 
	background-image: url(../img/icoonsale50.png);
	top: 0; 
	right: 20px; 
	line-height: 50px;
}
.discount100 span {
	font-size: var(--text-sm); 
}
.catalog .discount50 {
	height: 44px;
	width: 44px;
	background-image: url(../img/icoonsale50.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	/* same place as desktop: lower-left over image, not top row with fav */
	top: 80px;
	left: 15px;
	right: auto;
	line-height: 44px;
	z-index: 1;
}
.catalog .discount50 span {
	font-size: var(--text-sm);
}
.catalog .nav-buttons,
.catalog .nav-buttons.catalog-fav-only {
	right: 8px !important;
	top: 8px !important;
	left: auto !important;
	z-index: 5;
}
.main-new .discount50 {
	right: 10px !important;
	left: auto !important;
}
}





/* Style.css */

/*.slider-bar .not-available {
	background-color: #ECECEC;
	border-radius: 3px;
	padding: 10px 15px;
	margin-bottom: 20px;
	width: 100%;
}*/


header .top-nav .logo img {
	/* display: none; */
}

header .top-nav .logo .mob-logo {
	display: block;
}

header .top-nav .logo > a {
	max-width: 215px;
	margin-right: 15px;
}

header .top-nav .logo > div {
	max-width: 215px;
	margin-right: 15px;
}

header .top-nav .logo span {
	max-width: 164px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
header .body-nav .user-nav a.comparison {
	width: 24px;
}
header .body-nav .user-nav a.favorites {
	width: 24px;
	height: 24px;
	justify-content: center;
}
header .body-nav .user-nav a.favorites svg {
	width: 24px;
	height: 24px;
	display: block;
}

.slider-bar .not-available {
	margin-bottom: 20px;
}

.slider-bar .not-available p {
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1;
}

/*.slider-bar .not-available button {
	color: #FFF;
    background-color: #E4003A;
    border-radius: 4px;
    padding: 5px 10px;
    display: inline-block;
    font-size: var(--text-sm);
}*/

.right-bar.slider-bar.product-not-available .bottom-nav .nav-buttons a:first-child {
	margin-left: 0;
}

.right-bar.slider-bar.product-not-available .price {
	display: none;
}

.report-admission {
	text-align: center;
}

.report-admission .product-title {
	font-weight: 700;
	font-size: var(--text-md);
	margin-bottom: 15px;
}

.report-admission .modal-title {
	font-size: var(--text-xl) !important;
	font-weight: 700;
}

.report-admission .form-group {
	margin-bottom: 0;
}

.report-admission form.subscribe {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.report-admission form.subscribe button {
	margin: 0!important;
	width: 35%;
	height: 48px;
	min-width: auto!important;
}

.report-admission form.subscribe .form-group {
	width: 65%;
}

.report-admission form.subscribe .form-group input {
	border-right: none;
}
.report-admission .checkbox-wrapper {
	width: 100%;
	margin-top: 15px;
	text-align: left;
}


.report-admission img {
	max-width: 100px;
	display: block;
	margin: 0 auto;
}

.right-bar.slider-bar.product-not-available .bottom-nav {
	bottom: auto;
	top: 93px;
}

.catalog .hover-block .bottom-elem .add-to-basket.hide {
	visibility: hidden;
	opacity: 0;
	display: none;
}

.catalog .hover-block .bottom-elem .add-to-basket {
	transition: all .2s ease;
	visibility: visible;
	opacity: 1;
}

.catalog .hover-block .bottom-elem .added-to-cart {
	position: relative;
	background: #fff;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: calc(100% - 150px);
	border: 1px solid #0D0D0D;
}

.catalog .hover-block .bottom-elem .added-to-cart img {
	opacity: 0;
	visibility: hidden;
}

.catalog .hover-block .bottom-elem .added-to-cart:after {
	content: '';
	width: 24px;
	height: 24px;
	background: url(../img/icons/cart-added.svg)center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	position: absolute;
	left: calc(50% - 12px);
	top: calc(50% - 12px);
	transition: all .2s ease;
}

.table-wrapper.personal-area-table .add-to-cart,
.table-wrapper.personal-area-table .added-to-cart {
	background: #e6b21e;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    height: 100%;
}

.table-wrapper.personal-area-table .add-to-cart:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1))), #e6b21e;
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #e6b21e;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #e6b21e;
}
.table-wrapper.personal-area-table .btn-wrapper {
	width: 60px;
	height: 50px;
}

.table-wrapper.personal-area-table .add-to-cart img {
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.table-wrapper.personal-area-table .added-to-cart {
	display: none;
	background: #fff;
	border: 1px solid #0D0D0D;
}

.jq-selectbox {
	background: #fff;
	width: 100%;
	z-index: 9!important;
}
.jq-selectbox select {
	display: none;
}

.jq-selectbox__select {
	border: 1px solid #CBD2DF;
    height: 48px;
    width: 100%;
    padding: 5px 15px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: var(--text-sm);
    font-weight: 500;
    position: relative;
    
}
.jq-selectbox__select:after {
	content: '';
	width: 5px;
	height: 10px;
	background: url(../img/icons/arrow-right.svg) center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	right: 15px;
	top: calc(50% - 5px);
	transform: rotate(90deg);
	position: absolute;
	transition: all .2s ease;
}

.jq-selectbox.opened .jq-selectbox__select:after {
	transform: rotate(0);
}

.jq-selectbox__dropdown {
	background: #fff;
	width: 100%;
	border: 1px solid #CBD2DF;
	margin: -1px 0;
}

.jq-selectbox__dropdown ul {
	overflow: visible!important;
	max-height: 172px!important;
	overflow: auto!important;
}

.jq-selectbox__select-text {
	color: #ccd3e0;
}


.jq-selectbox__dropdown ul::-webkit-scrollbar{width:5px;height:0;}
.jq-selectbox__dropdown ul::-webkit-scrollbar-thumb{background: #ccc;;}
.jq-selectbox__dropdown ul::-webkit-scrollbar-thumb{width:5px;height:0;}
.jq-selectbox__dropdown ul::-webkit-scrollbar-track{background: #fff;}

.jq-selectbox__dropdown li {
	padding: 10px 15px;
	border-bottom: 1px solid #CBD2DF;
}
.jq-selectbox__dropdown li:hover {
	background: #f1f1f1;
}

.jq-selectbox__dropdown li:last-child {
	border: none;
}



header .body-nav .contacts {
	padding: 0 20px 0 20px;
}
header .body-nav .user-nav {
	margin: 0 0 0 auto;
}

header .body-nav .user-nav a.login {
	margin-right: 30px;
}

header .body-nav .user-nav a span {
	max-width: 95px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.personal-area-bar .personal-area-info .photo {
	border-radius: 50%;
	overflow: hidden;
	background-color: #000;
	background-image: url(../img/no-img.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 80px;
}

.personal-area-bar .personal-area-info .photo img {
	width: 100%!important;
	height: 100%;
	object-fit: cover;
	filter: initial!important;
}

#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: rgba(0,0,0, .5);
	transition: all 0.1s ease;
}
#loader-wrapper #loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 100px;
	height: 100px;
	margin: -75px 0 0 -50px;
	border-radius: 50%;
	z-index: 1001;
}
#loader-wrapper .circ-one {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	background: #e6b21e;
	border-radius: 100%;
	float: left;
	-webkit-animation: load-x 1s cubic-bezier(0.445, 0.1, 0.55, 0.9) infinite;
	animation: load-x 1s cubic-bezier(0.445, 0.1, 0.55, 0.9) infinite;
}
#loader-wrapper .circ-two {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	background: #333333;
	border-radius: 100%;
	float: right;
	-webkit-animation: load-y 1s cubic-bezier(0.445, 0.1, 0.55, 0.9) infinite;
	animation: load-y 1s cubic-bezier(0.445, 0.1, 0.55, 0.9) infinite;
}

body.loaded #loader-wrapper {
	visibility: hidden;
	opacity: 0;
	transition: all 0.1s ease;
}
body.loaded #loader {
	opacity: 0;
	transition: all 0.4s ease;
}

.category-slider .slide-item .img {
	overflow: hidden;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.category-slider .slide-item .img img {
	/* border-radius: 50%; */
}

/*.bx-basket .mob-elem {
	margin: 0 20px;
}*/

.mob-main-nav .container > .mob-elem:first-child {
	width: 20%;
	justify-content: flex-start;
}

.mob-main-nav .container > .mob-elem:last-child {
	width: 20%;
	justify-content: flex-end;
}

.mob-main-nav .container .bx-basket {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	background-image: url(https://formula-market.ru/local/templates/template/img/menu111.png);
    background-position: center;
    background-repeat: no-repeat;
}

.category-slider .slide-item .img {
	padding: 0;
}

.category-slider .slide-item .img img {
	width: auto;
	height: auto;
	/* height: 600px; */
	/* object-fit: cover; */
	object-fit: contain;
}

.catalog .main-img {
	padding: 0;
}

.catalog .main-img img {
	width: auto;
	height: 100%;
	/* object-fit: cover; */
	object-fit: contain;
}

@keyframes load-x {
	0% {
		left: -10px;
		transform: scale(1);
	}
	25% {
		transform: scale(1.5);
		z-index: 2;
	}
	50% {
		left: 60px;
		transform: scale(1);
	}
	75% {
		transform: scale(0.5);
		z-index: 1;
	}
	100% {
		left: -10px;
		transform: scale(1);
	}
}
@keyframes load-y {
	0% {
		right: -10px;
		transform: scale(1);
	}
	25% {
		transform: scale(0.5);
	}
	50% {
		right: 60px;
		transform: scale(1);
		z-index: 1;
	}
	75% {
		transform: scale(1.5);
		z-index: 2;
	}
	100% {
		right: -10px;
		transform: scale(1);
	}
}

.section-contacts .callback-form .form-group {
	max-width: 100%;
}

header .search-form .search-elements.active {
	display: block;
}

header .search-form .search-field.active {
	background: #fff;
}

@media screen and (max-width: 1229px) {
	.catalog .hover-block .bottom-elem .added-to-cart {
	    width: 100%;
	    padding: 10px;
	    margin: 10px auto 0;
	    width: 140px;
	    height: 44px;
	}
	header .body-nav .user-nav a span {
		max-width: 90px;
	}
	header .body-nav .user-nav a.login {
		margin-right: 30px;
	}

	.catalog-row .catalog .nav-buttons {
		position: static;
		right: auto;
		bottom: auto;
		margin: 0 12px 0 0;
	}
	.catalog-row .catalog .catalog-info {
		padding: 10px;
	}
}

@media screen and (max-width: 767px) {
	header .top-nav .logo > div {
		margin-right: 0px;
	}
	.catalog .hover-block .bottom-elem .added-to-cart {
	    width: 50px;
	    height: 50px;
	    margin: 0 0 0 5px;
	}

	.catalog-row .catalog .price {
		left: auto;
	}
	.catalog-wrapper .hover-block {
		display: flex;
		 flex-wrap: wrap;
	}
	.catalog-wrapper .catalog .hover-block .volume-wrapper {
		display: block;
		width: 100%;
		margin-top: 5px;
	}

	
	.catalog-wrapper .catalog .hover-block .price-mob {
		width: 40%;
	}
	
}



.catalog .main-img img {
	/* border-radius: 50%; */
}

.catalog .main-img {
	overflow: hidden;
}
.slider-nav-thumbnail .slide-item .img {
	border: 2px solid transparent;
	overflow: hidden;
}
.slider-nav-thumbnail .slick-current .slide-item .img {
	border-color: #E0E4EC;
	border-width: 2px;
}

.slider-nav-thumbnail .slide-item .img img,
.table-wrapper .product-elem .img img {
	width: auto;
	height: 100%;
	object-fit: cover;
}

.table-wrapper .product-elem .img {
	border: none;
	overflow: hidden;
}




.catalog .price .old-price {
	margin-left: 15px;
}

.catalog .price .new-price {
	margin-right: 0;
}

.catalog-row .catalog .price {
	/* justify-content: flex-end; */
	justify-content: flex-start;
	min-width: 117px;
}

@media screen and (max-width: 767px) {
	.catalog-row .catalog .price {
		justify-content: flex-start;
	}
	.catalog .price .old-price {
		margin-left: 0;
	} 
}
header .top-nav .logo:hover span {
	color: #333A48;
}


a.add-to-comparison svg.check,
a.add-to-favorites svg.check {
	display: none;
}

a.add-to-comparison.added svg.plus,
a.add-to-favorites.added svg.plus {
	display: none;
}
a.add-to-comparison.added svg.check,
a.add-to-favorites.added svg.check {
	display: block;
}


header .top-nav .logo span:hover {
	color: #4D69BB;
}








/*24.01.2020*/

/*fancybox*/
.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);
}

.fancybox-thumbs .fancybox-thumbs__list {
	margin: 0 auto;
}
.fancybox-thumbs__list a:before {
	border-width: 3px;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 0;
	bottom: 95px;
}
/*fancybox end*/



.this--city {
	background-color: #fff;
	box-shadow: 0 0px 4px rgba(0,0,0, .2);
	padding: 10px 10px 15px;
	width: 200px;
	height: auto;
	text-align: center;
	position: absolute;
	left: 20%;
	top: 40px;
	z-index: 99999;
	display: none;
}


.this--city p {
	font-size: var(--text-md);
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1;
}

.this--city .js-no {
	font-size: var(--text-sm);
	margin-top: 7px;
}

.this--city .btn-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-direction: column;
}

@media screen and (max-width: 991px) {
	.this--city {
		left: calc(50% - 100px);
	}
}

@media screen and (max-width: 767px) {
	.this--city {
		top: 30px;
	}
	
	.category-slider .slide-item .img {
		height: auto;
		width: 100%;
		border-radius: 0% !important;
	}
	.category-slider .slide-item .img img {
		height: 300px;
		border-radius: 0% !important;
	}
	
}


.this--city button {
	border-bottom: 1px solid #000;
	text-decoration: none;
	padding: 0 0 1px;
	line-height: 1;
}

.this--city button:hover {
	border-color: transparent;
}

.this--city button:hover {
	opacity: .7;
}

header .top-nav .container {
	position: relative;
}


.jq-selectbox.changed .jq-selectbox__select-text {
	color: #000!important;
}


.editing .photo-wrapper .photo.no-photo img {
	filter: none;
	border-radius: 50%;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.editing .photo-wrapper .photo {
	overflow: hidden;
	background: transparent;
	background-position: center;
	background-repeat: no-repeat;
}

.personal-area-bar .personal-area-info .photo {
	background: transparent;
	background-color: transparent;
}

.slider-bar .name > a {
	font-size: var(--text-lg);
	font-weight: 500;
	color: #4D69BB;
}
.slider-bar .name > a:hover {
	color: #0D0D0D;
	}
.site-map--inner {
	padding: 50px 0 100px;
}

.site-map--inner ul {
	margin-left: 15px;
	list-style-type: circle;
}

.site-map--inner ul li {
	margin: 5px 0;
}

.site-map--inner .container > ul > li {
	/* margin-bottom: 15px; */
}

.site-map--inner a:hover {
	color: #4D69BB;
}








/*sprites*/

.sprite {
    /* background-image: url(../img/sprites/spritesheet.png); */
    background-repeat: no-repeat;
    display: block;
}

.sprite-comparison-check-default {
    width: 24px;
    height: 24px;
    /* background-position: -5px -5px; */
}

.sprite-comparison-check-hover {
    width: 24px;
    height: 24px;
    /* background-position: -39px -5px; */
}

.sprite-comparison-plus-default {
	background-image: url(../img/sprites/add_to_compare.svg);
    width: 24px;
    height: 24px;
    /* background-position: -5px -39px; */
}

.sprite-comparison-plus-hover {
	background-image: url(../img/sprites/add_to_compare_hover.svg);
    width: 24px;
    height: 24px;
    /* background-position: -39px -39px; */
}

.sprite-star-check-default {
    width: 24px;
    height: 24px;
    /* background-position: -73px -5px; */
}

.sprite-star-check-hover {
    width: 24px;
    height: 24px;
    /* background-position: -73px -39px; */
}

.sprite-star-plus-default {
	background-image: url(../img/sprites/add_to_favorites.svg);
    width: 24px;
    height: 24px;
    /* background-position: -5px -73px; */
}

.sprite-star-plus-hover {
	background-image: url(../img/sprites/add_to_favorites_hover.svg);
    width: 24px;
    height: 24px;
    /* background-position: -39px -73px; */
}


.nav-buttons .add-to-comparison:not(.added):hover .sprite {
	background-image: url(../img/sprites/add_to_compare_hover.svg);
	/* background-position: -39px -39px; */
}

.nav-buttons .add-to-favorites:not(.added):hover .sprite {
	background-image: url(../img/sprites/add_to_favorites_hover.svg);
	/* background-position: -39px -73px; */
}


.nav-buttons .add-to-comparison.added .sprite {
	background-image: url(../img/sprites/compare_added.svg);
	/* background-position: -5px -5px; */
}

 .nav-buttons .add-to-favorites.added .sprite {
	background-image: url(../img/sprites/favorites_added.svg);
	/* background-position: -73px -5px; */
}

.nav-buttons .add-to-comparison.added:hover .sprite {
	background-image: url(../img/sprites/compare_added_hover.svg);
	/* background-position: -39px -5px; */
}

.nav-buttons .add-to-favorites.added:hover .sprite {
	background-image: url(../img/sprites/favorites_added_hover.svg);
	/* background-position: -73px -39px; */
}

/* .bottom-nav .nav-buttons .add-to-comparison.added .sprite { */
    /* background-position: -5px -5px; */
/* } */

/* .bottom-nav .nav-buttons .add-to-favorites.added .sprite { */
    /* background-position: -73px -5px; */
/* } */

/* .bottom-nav .nav-buttons .add-to-comparison.added:hover .sprite { */
    /* background-position: -39px -5px; */
/* } */

/* .bottom-nav .nav-buttons .add-to-favorites.added:hover .sprite { */
    /* background-position: -73px -39px; */
/* } */








/*31.01.2020*/

.table-wrapper.personal-area-table .buttons a.close {
	width: 25px;
    height: 25px;
    text-align: center;
    font-size: var(--text-3xl);
    line-height: 24px;
}

@media screen and (max-width: 1229px) {
	.table-wrapper.personal-area-table .buttons {
		min-width: 103px;
	}
}

@media screen and (max-width: 991px) {
	header .mob-buttons a:first-child {
		display: none;
	}
	header .top-nav .logo {
		flex: 1 1 auto;
		min-width: 0;
		max-width: none;
		flex-wrap: nowrap;
		overflow: hidden;
		align-items: center;
		gap: 12px;
	}
	/* Логотип не растягивать — иначе город уезжает вправо */
	header .top-nav .logo > div:first-child,
	header .top-nav .logo > a {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
		margin: 0;
	}
	header .top-nav .logo .tfl__link-container,
	header .top-nav .logo > .tfl__link-container,
	header .top-nav .logo > div:not(:first-child) {
		flex: 1 1 auto;
		min-width: 0;
		max-width: none;
		margin: 0;
		overflow: hidden;
	}
	header .top-nav .logo span,
	header .top-nav .logo .tfl__link,
	header .top-nav .logo .tfl__link-label,
	header .top-nav .logo .tfl__link-container {
		display: block;
		max-width: 100%;
		min-width: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	header .top-nav .logo .tfl__link-container {
		display: flex;
		align-items: center;
	}
	header .top-nav .logo .tfl__link-container > span {
		min-width: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	header .mob-buttons {
		flex: 0 0 auto;
		flex-shrink: 0;
		margin-left: 12px;
	}
}

@media screen and (max-width: 767px) {
	header .top-nav .logo span,
	header .top-nav .logo .tfl__link,
	header .top-nav .logo .tfl__link-label,
	header .top-nav .logo .tfl__link-container {
		font-size: var(--text-xs);
	}
}




/* 03.02.2020 */
.pagination-wrapper {
	position: relative;
	z-index: 5;
}

.catalog,
.catalog .hover-block {
	transition: initial;
}

.catalog:hover {
	z-index: 6;
	transition: all 0.3s ease;
}

.catalog:hover .hover-block {
	transition: all 0.3s ease;
}


.catalog .main-img {
	/* background: url(http://formul7r.declanj1.beget.tech/local/templates/template/img/no-foto.jpg)center no-repeat; */
	background-size: contain;
	background-color: #fff;
}

.comparison-page .comparison-table .product-elem .remove {
	width: 24px;
	height: 24px;
}

.comparison-page .comparison-table .product-elem .remove img {
	display: block;
}


@media screen and (min-width: 991px) {
	.comparison-page .comparison-table thead tr td {
		min-width: 185px;
	}
	.comparison-page .comparison-table table {
		min-width: 970px;
	}
	.comparison-page .comparison-table {
		overflow: auto;
		padding-bottom: 20px;
	}

	.comparison-page .comparison-table::-webkit-scrollbar {
		height: 4px;
		background: transparent;;
	}

	.comparison-page .comparison-table::-webkit-scrollbar-thumb {
		height: 4px;
		background: #ccc;
	}
}

@media screen and (max-width: 991px) {
	.comparison-page .comparison-table p {
		white-space: nowrap;
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 135px;
	}
}

@media screen and (max-width: 767px) {
	header .top-nav .search-form {
		overflow: hidden;
	}
	header .top-nav .search-form.active {
		overflow: visible;
	}
	.top-nav .social {
		display: none;
	}
}






/* 07.02.2020 */

/* .catalog .hover-block {
	z-index: -1;
} */

.category-content .catalog-main:hover .catalog:hover .hover-block {
  z-index: 2;
}

.slider-bar .quanity-elem .added-to-cart {
    position: relative;
    background: #fff;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #0D0D0D;
    padding-left: 34px;
    width: 100% !important;
    margin: 0 !important;
}
.slider-bar .quanity-elem .added-to-cart img {
	display: none;
}
.slider-bar .quanity-elem .added-to-cart:after {
    content: '';
    width: 24px;
    height: 24px;
    background: url(../img/icons/cart-added.svg)center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 20px;
    top: calc(50% - 12px);
    transition: all .2s ease;
}

.slider-bar .quanity-elem .btn-with-ico.hide {
	display: none;
}
.slider-bar .quanity-elem .btn-with-ico {
	border: none;
}

@media screen and (max-width: 767px) {
	.slider-bar .quanity-elem .added-to-cart {
		width: auto !important;
		min-width: 0;
	}	
}



/*26.02.2020*/


.category-content .catalog .rating-row,
.catalog-row .catalog .rating-row {
	display: none !important;
}

/* Above page content with local z-index (e.g. .bx-soa-pp-company:100 on checkout) */
body.menu-opened:after {
	z-index: 1090;
}
body.menu-opened header,
body.menu-opened header#header {
	z-index: 1100;
}

.catalog .code.with-rating {
	min-width: 100px;
}

.catalog-row .catalog .hover-block .bottom-elem .added-to-cart {
	/* width: 80px; */
	height: 50px;
}

.this--city {
	z-index: 999;
}

.table-wrapper .quanity-elem .mob-price {
	display: none;
}
/* .main-new .hover-block .volume-container {
	position: relative;
}
.catalog-big .main-new .hover-block .volume-container:after {
	display: none;
}
@media screen and (max-width: 767px) {
	.main-new .hover-block {
		justify-content: start;
	}
	.main-new .hover-block .volume-container:after {
		display: none;
	}
}
.catalog-big .main-new .hover-block .volume-wrapper {
	width: 100%;
}
.main-new .hover-block .volume-container:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 15%;
	height: 29px;
	z-index:99;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(246,247,249,1) 86%);
}
.main-new:hover .hover-block .volume-container:after {
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 86%) !important;
} */
  
/* .main-new .hover-block .volume-wrapper {
	height: 29px;
	overflow: auto;
	display: inline-block;
	white-space: nowrap;
	text-align: left;
	width: 200px;
	position: relative;
} */

/* .main-new .radio-wrapper {
	margin: 0;
} */

@media screen and (max-width: 1100px) {
/* 	.main-new .hover-block .volume-wrapper {
		max-width: 160px;
	} */
}

@media screen and (max-width: 767px) {

	
/* 	.main-new .hover-block .volume-wrapper {
		height: 29px;
		overflow: auto;
		width: 200px;
		display: inline-block;
		white-space: nowrap;
		text-align: left;
	} */
	.main-new .hover-block {
		flex-wrap: wrap;
		/* height: 104px; */
	}

	.table-wrapper.basket-table .product-elem .info .product-name {
		max-width: 100%;
	}
	.table-wrapper .quanity-elem {
		flex-wrap: wrap;
	}
	.table-wrapper .quanity-elem > p {
		width: 100%;
		margin-left: 0;
		margin-bottom: 5px;
		order: -1;
	}
	.table-wrapper .quanity-elem p br {
		display: none;

	}
	.table-wrapper.basket-table tbody .remove svg {
		opacity: 1;
		visibility: visible;
	}
	.table-wrapper.basket-table tr td:nth-last-child(2) {
		display: none;
	}
	.table-wrapper .quanity-elem .mob-price {
		display: block;
	}
	.table-wrapper .quanity-elem .mob-price span {
		margin-left: 8px;
		font-weight: 500;
		color: #000;
		font-size: var(--text-sm);
	}

}


@media screen and (max-width: 1229px) {
	.catalog-row .catalog .hover-block .bottom-elem .added-to-cart {
	    width: 50px !important;
	    min-width: 50px;
	    height: 50px;
	    margin: 0 !important;
	}
}
@media screen and (max-width: 490px) {
	.table-wrapper .quanity-field .jq-number input {
		max-width: 70px;
	}
	.table-wrapper .quanity-field .jq-number {
		width: 130px;
	}
	.table-wrapper .quanity-field {
		width: 130px;
	}
}


#slider-range {
  z-index: 1 !important;
}

.status .status {
  position: static;
  margin: 0 0 5px;
}

.rating_0-5 .rateit .rateit-selected, 
.rating-bar .rating_0-5 .rateit .rateit-selected {
  width: 9px !important;
}

.rating_1-0 .rateit .rateit-selected, 
.rating-bar .rating_1-0 .rateit .rateit-selected {
  width: 13px !important;
}

.rating_1-5 .rateit .rateit-selected, 
.rating-bar .rating_1-5 .rateit .rateit-selected {
  width: 25px !important;
}

.rating_2-0 .rateit .rateit-selected, 
.rating-bar .rating_2-0 .rateit .rateit-selected {
  width: 33px !important;
}

.rating_2-5 .rateit .rateit-selected, 
.rating-bar .rating_2-5 .rateit .rateit-selected {
  width: 43px !important;
}

.rating_3-0 .rateit .rateit-selected, 
.rating-bar .rating_3-0 .rateit .rateit-selected {
  width: 50px !important;
}

.rating_3-5 .rateit .rateit-selected, 
.rating-bar .rating_3-5 .rateit .rateit-selected {
  width: 59px !important;
}

.rating_4-0 .rateit .rateit-selected, 
.rating-bar .rating_4-0 .rateit .rateit-selected {
  width: 70px !important;
}

.rating_4-5 .rateit .rateit-selected, 
.rating-bar .rating_4-5 .rateit .rateit-selected {
  width: 75px !important;
}

.rating_5-0 .rateit .rateit-selected, 
.rating-bar .rating_5-0 .rateit .rateit-selected {
  width: 100% !important;
}


.checkbox-wrapper-type2 {
  position: relative;
  padding: 5px 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 6px 6px 0;
}

.checkbox-wrapper-type2 input[type=checkbox] {
  border: 1px solid #788192;
  border-radius: 4px;
  position: absolute;
  /* opacity: 0; */
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.checkbox-wrapper-type2 p {
  font-size: var(--text-sm);
  color: #788192;
  background: transparent;
  position: relative;
  z-index: 1;
}

.checkbox-wrapper-type2:hover input[type=checkbox] {
  border: 1px solid #4D69BB;
}

.checkbox-wrapper-type2:hover input[type=checkbox] + p {
  color: #4D69BB;
}

.checkbox-wrapper-type2 input[type=checkbox]:checked {
  background: #788192;
  border: 1px solid #788192 !important;
}

.checkbox-wrapper-type2 input[type=checkbox]:checked + p {
  color: #fff !important;
}

.sidebar .filter-values {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.sidebar .filter-values .checkbox-wrapper {
  width: 100%;
  margin: 0 0 8px;
}
.sidebar .filter-values.is-collapsed .filter-value--extra {
  display: none;
}
.sidebar .filter-count {
  color: #788192;
  font-weight: normal;
  margin-left: 4px;
}
.sidebar .filter-show-all {
  display: inline-block;
  align-self: flex-start;
  margin-top: 2px;
  padding: 0;
  font-size: var(--text-sm);
  color: #4D69BB;
  border-bottom: 1px dashed #4D69BB;
  text-decoration: none;
  background: none;
  line-height: 1.3;
}
.sidebar .filter-show-all:hover {
  color: #0D0D0D;
  border-bottom-color: #0D0D0D;
}


.sidebar .sidebar-catalog-menu ul li a.active:after {
  content: none;
}



/* costume.css */

.dds_sort_hidden {
    display: none;
}
.dds-hidden{
    display: none!important;
}
.dds-show{
    display: flex!important;
}

/*.category-content .catalog .status{*/
    /*position: absolute!important;*/
/*}*/

.active_section {
    background:#0D0D0D;
    color: #fff;
}

.active_section_img {
    -webkit-filter:grayscale(1) invert(1);
    filter:grayscale(1) invert(1);
}
.bx-sbb-empty-cart-desc a{
    color:#4D69BB;
}
.error-window{
    color: red;
}

/*.added svg {
    stroke: #007bff !important;
}

.added_comp svg {
    stroke: #4D69BB !important;
    z-index: 9999999999;
}*/

.bx-basket{
    display: flex;
}

.radio-wrapper input[type=checkbox] {
    border: 1px solid #788192;
    border-radius: 4px;
    position: absolute;
    /*opacity: 0;*/
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.radio-wrapper input[type=checkbox]:checked {
    background: #788192;
    border: 1px solid #788192 !important;
}
.radio-wrapper input[type=checkbox]:checked + p {
    /* color: #fff !important; */
}
.tq_validate .error-text {
    font-size: var(--text-xs);
    color: #F04B69;
}
.tq_sitemap{
    display: inline-table;
    width: 30%;
    font-weight: bold;
}
.tq_forbill{
    display: none;
}

.btn-with-ico.black img{
    -webkit-filter:none;
    filter: none;
}

.sberbank__wrapper {
	font-family: "Cera Pro";
	text-align: left;
}
.sberbank__price-block {
	display: block;
	margin: 10px;
}
.sberbank__price-string {
	font-size: var(--text-md);
}
.sberbank__price-string b {
	font-weight: bold;
}
.sberbank__content {
	font-family: "Cera Pro";
	width: 400px;
	max-width: 100%;
	padding: 10px;
	border: 1px solid #CBD2DF;
	text-align: center;
}
.sberbank__payment-link {
	text-decoration: none !important;
	margin: 10px auto;
}
.sberbank__payment-description {
	display: block;
	font-size: var(--text-sm);
	color: #788192;
}
.sberbank__description {
	font-size: var(--text-sm);
	color: #788192;
	max-width: 400px;
	display: block;
	margin-top: 20px;
}
.sberbank__error-code {
	color: red;
	font-size: var(--text-md);
	display: block;
	margin-top: 5px;
	margin-bottom: 7px;
}
.sberbank__error-message {
	color:#000;
	font-size: var(--text-sm);
	display: block;
}

.product-item-detail-info-container {
	width: 100%;
	font-size: var(--text-sm);
	/* margin-bottom: 15px; */
}
.product-item-detail-info-container .bx-catalog-subscribe-button button {
	width: 100%;
}
.product-item-detail-info-container .bx-catalog-subscribe-button,
.bx-catalog-subscribe-button.btn-default {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	padding: 0;
}
.bx-catalog-subscribe-button a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #0D0D0D !important;
	text-align: center;
	text-decoration: none !important;
}
.bx-catalog-subscribe-button a:hover {
	color: #0D0D0D !important;
}
.product-item-detail-info-container .bx-catalog-subscribe-button {
	width: 100%;
	/* margin: 10px 0 0 0; */
	height: 50px;
}
.product-item-detail-info-container .bx-catalog-subscribe-button a {
	color: #0D0D0D !important;
}
.product-item-detail-info-container a {
	color: #4D69BB !important;
}
.product-item-detail-info-container a:hover {
	color: #0d0d0d !important;
}
.product-item-detail-info-container .bx-catalog-subscribe-button,
.product-item-detail-info-container .bx-catalog-subscribe-button a,
.product-item-detail-info-container .product-item-detail-buy-button.bx-catalog-subscribe-button,
.product-item-detail-info-container .product-item-detail-buy-button.bx-catalog-subscribe-button a {
	color: #0D0D0D !important;
}
.product-item-detail-info-container span {
	color: #788192;
	opacity: 1 !important;
}
.link {
	color: #4D69BB;
}
.link:hover {
	color: #000;
}


.popup-window {
	font: inherit !important;
}

.popup-window-titlebar-close-icon {
	right: 10px !important;
    top: 10px !important;
}

.popup-window-close-icon {
	height: 24px !important;
    width: 24px !important;
    opacity: 1 !important;
}
.popup-window-titlebar {
	padding-right: 20px;
}

.popup-window-close-icon:after {
	background-image: url(/local/templates/template/img/icons/close-modal.svg) !important;
	position: static !important;
    top: auto !important;
	left: auto !important;
	transform: none !important;
    width: 24px !important;
    height: 24px !important;
}

.popup-window-titlebar-text, .popup-window-titlebar-text-version {
	font-size: var(--text-md) !important;
    font-weight: 500 !important;
	font-family: "Cera Pro" !important;
	color: #0D0D0D !important;
	line-height: 1.5;
	padding: 0px;
}
.popup-window.popup-window-with-titlebar {
	padding: 30px !important;
}
@media screen and (max-width: 767px) {
.popup-window.popup-window-with-titlebar {
	padding: 30px 15px !important;
}
.catalog .hover-block .bottom-elem .add-to-basket img {
	/* margin-left: calc(50% - 12px); */
}
.quanity-field .jq-number__spin {
	width: 15px;
}

.white {
	background: #fff;
}
}
.white {
	background: #fff;
}
.section-advantages .advantages-elem img {
	width: 60px;
    height: 60px;
}
.section-advantages .advantages-elem p {
	font-size: var(--text-sm);
}
table.bx-auth-table td {
	vertical-align: middle;
}
}

.popup-window-content {
	background-color: transparent;
	padding: 0px !important;
}
.bx-catalog-subscribe-form-container-label {
	padding: 0px !important;
}

.popup-window-buttons {
	text-align: left;
}

.bx-catalog-popup-message {
	font-size: var(--text-sm);
    color: #788192;
}
.popup-window-with-titlebar .popup-window-content, .popup-window-content-gray .popup-window-content{
	background-color: #fff !important;
}

#bx-catalog-subscribe-form-notify {
	background-color: #fff !important;
}

.modal-order .callback-form {
	width: 100%;
	padding: 0;
}
#modal-subscribe #bx-catalog-subscribe-form-notify {
	background: transparent !important;
	font-size: var(--text-sm);
	margin: 0 0 12px;
}
#modal-subscribe #bx-catalog-subscribe-form-notify:empty {
	display: none;
	margin: 0;
}

.div.bx-auth {
	max-width: auto !important;
	width: 300px !important;
}
.bx-auth-label {
    font-size: var(--text-sm);
    color: #788192;
	padding: 3px;
}

.instock {
	color: #69c53d;
}

.empty {
	/* color: #e6b21e; */
	color: #ff0000;
}

.brand-block{
	display:none;
	height: 100vh;
	position: fixed;
	margin-left: 300px;
	background: #fff;
	padding-top: 12px;
}

.brand-block p {
	padding: 12px 20px 13px 20px;
    font-size: var(--text-sm);
    display: block;
    width: 100%;
    text-align: left;
}

.menu_lv1.active .brand-block{
	display:block;
}	


.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #788192;
	font-size: var(--text-sm);
	vertical-align: middle;
	margin-right: 5px;
	flex-shrink: 0;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	/* margin-bottom: 10px; */
	white-space: nowrap;
	line-height: 18px;
	vertical-align: middle;
	margin-right: 10px;
}

.bx-breadcrumb .bx-breadcrumb-item a {
	text-decoration: none;
	color: #4D69BB;
}
.bx-breadcrumb .bx-breadcrumb-item a:hover {
	color: #0d0d0d;
	text-decoration: none;
}
.fa-angle-right:before {
	content: "—";
}

/* Mobile dropdown breadcrumbs */
.bx-breadcrumb-mobile {
	display: none;
}

@media screen and (max-width: 767px) {
	.section-breadcrumbs {
		padding-top: 10px;
	}

	.bx-breadcrumb--desktop {
		display: none;
	}

	.bx-breadcrumb-mobile {
		display: block;
		margin: 4px 0 0;
		position: relative;
	}

	.bx-breadcrumb-mobile__summary {
		display: flex;
		align-items: center;
		gap: 8px;
		list-style: none;
		cursor: pointer;
		padding: 8px 0;
		-webkit-tap-highlight-color: transparent;
	}

	.bx-breadcrumb-mobile__summary::-webkit-details-marker {
		display: none;
	}

	.bx-breadcrumb-mobile__summary::marker {
		content: "";
	}

	.bx-breadcrumb-mobile__label {
		flex: 0 0 auto;
		font-size: var(--text-xs);
		color: #788192;
		white-space: nowrap;
	}

	.bx-breadcrumb-mobile__current {
		flex: 1 1 auto;
		min-width: 0;
		font-size: var(--text-xs);
		font-weight: 500;
		color: #0D0D0D;
		line-height: 1.35;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.bx-breadcrumb-mobile__chevron {
		flex: 0 0 auto;
		width: 8px;
		height: 8px;
		margin-left: 4px;
		border-right: 2px solid #9AA3B2;
		border-bottom: 2px solid #9AA3B2;
		transform: rotate(45deg);
		transition: transform 0.2s ease;
	}

	.bx-breadcrumb-mobile[open] .bx-breadcrumb-mobile__chevron {
		transform: rotate(-135deg);
		margin-top: 4px;
	}

	.bx-breadcrumb-mobile__list {
		display: flex;
		flex-direction: column;
		gap: 0;
		margin: 0 0 8px;
		padding: 4px 0;
		border: 1px solid #ECEFF3;
		border-radius: 10px;
		background: #fff;
		overflow: hidden;
	}

	.bx-breadcrumb-mobile__item {
		border-bottom: 1px solid #ECEFF3;
	}

	.bx-breadcrumb-mobile__item:last-child {
		border-bottom: 0;
	}

	.bx-breadcrumb-mobile__item a,
	.bx-breadcrumb-mobile__item span {
		display: block;
		padding: 12px 14px;
		font-size: var(--text-xs);
		line-height: 1.4;
		word-break: break-word;
	}

	.bx-breadcrumb-mobile__item a {
		color: #4D69BB;
		text-decoration: none;
	}

	.bx-breadcrumb-mobile__item a:active {
		background: #F6F7F9;
	}

	.bx-breadcrumb-mobile__item--current span {
		color: #788192;
		font-weight: 500;
	}

	/* визуальная иерархия уровней */
	.bx-breadcrumb-mobile__item:nth-child(2) a,
	.bx-breadcrumb-mobile__item:nth-child(2) span {
		padding-left: 22px;
	}
	.bx-breadcrumb-mobile__item:nth-child(3) a,
	.bx-breadcrumb-mobile__item:nth-child(3) span {
		padding-left: 30px;
	}
	.bx-breadcrumb-mobile__item:nth-child(4) a,
	.bx-breadcrumb-mobile__item:nth-child(4) span {
		padding-left: 38px;
	}
	.bx-breadcrumb-mobile__item:nth-child(5) a,
	.bx-breadcrumb-mobile__item:nth-child(5) span {
		padding-left: 46px;
	}
	.bx-breadcrumb-mobile__item:nth-child(n+6) a,
	.bx-breadcrumb-mobile__item:nth-child(n+6) span {
		padding-left: 54px;
	}
}

.main-user-consent-request-announce-link {
	font-size: var(--text-xs);
}

.menu_lv1a span {
	height: 40px;
    vertical-align: super;
	margin-left: 10px;
}
.description {
	display: block;
}
.description a{
	color: #4D69BB !important;
}
.description a:hover{
	color: #0D0D0D;
}
.news_back {
	width: 100%;
}
.news_back a {
	color: #4D69BB !important;
}
.news_back a:hover{
	color: #0D0D0D;
}
.main_anounce {
	text-align: center;
	max-width: 750px;
	margin: 20px 20px 0px 20px;
}
.main_anounce a{
	color: #4D69BB !important;
}
.main_anounce a:hover{
	color: #0D0D0D;
}

/* .sdek-points { */
	/* width: auto !important; */
	/* max-width: 100% !important; */
/* } */

.l_kab {
	margin-right: 30px;
    /* text-align: center; */
    font-size: var(--text-xs);
    font-weight: 500;
}

.bx-soa-section-content.lt_bonus_cont_success {
	background:none !important;
}

.bx-soa-coupon-input {
	padding: 0px !important;
}

#bonus_payment_block .bx-soa-coupon-input #paybonus_input {
	text-align: left !important;
	border: 1px solid #CBD2DF;
    height: 48px;
	width: 100%;
    padding: 5px 15px;
}
#bonus_payment_block #bonus_payfield_block a.btn {
	/* border-bottom: 1px dashed; */
	/* font-weight: 700; */
	/* height: auto !important; */
	border-radius: 0px;
	font-size: var(--text-sm);
    font-weight: 500;
	line-height: 1.4;
    color: #0D0D0D;
    background: #e6b21e;
    border: 0px solid #e6b21e;
    padding: 13px 20px;
	cursor: pointer;
	/* margin: 10px 0; */
	height: auto;
}
.bx-blue .btn.btn-default {
    color: #0D0D0D;
    background: #e6b21e;
	border: 0px solid #e6b21e;
}
.bx-blue .btn.btn-default:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1))), #e6b21e;
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #e6b21e;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #e6b21e;
  color: #0D0D0D;
}
.bx-soa-cart-t, .bx-soa-cart-d {
	background: none !important;
}
.empty {
	color: #d76666 !important;
}
.reviewer {
	padding: 10px 0;
}
.partner-info {
	width: 50%;
}
@media screen and (max-width: 1100px) {
	.partner-info {
	width: 100%;
	}
}

.container_inner {
	width: 100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	margin: 20px 0;
}

.container_inner .advantages-elem {
	text-align: center;
	width: 33.3%;
}

.bonus-total {
	margin: 0 0 10px 0;
}
.bonus {
	display: block;
	border: 1px solid #e6b21e;
    background-color: #fff;
    padding: 2px 5px;
    width: max-content;
    border-radius: 4px;
}
.right-bar .bonus {
	margin: 5px 0px;
}
.bonus-mob {
	display: none;
}

@media screen and (max-width: 767px) {
	.table-wrapper.basket-table tbody tr {
		border-bottom: 1px solid #CBD2DF;
		padding: 10px 0;
	}
	.bonus {
		/* display: none; */
	}
	.bonus-mob {
		padding: 0 80px 0 75px;
	}
	.table-wrapper.basket-table tr td:nth-child(3) {
		padding-top: 0px !important;
		border-bottom: 0px !important;
	}
	.table-wrapper.basket-table tr td:nth-child(1) {
		padding-right: 20px;
	}
	.section-tagline .main-slider .slide-item .img {
	  background-size: contain;
	  background-repeat: no-repeat;
	}
}


.zakaz{
	opacity: 0.5;
}
.zakaz:hover {
	opacity: 1;
	
}

header .all_results {
	font-size: var(--text-sm);
    font-weight: 500;
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
	text-align: center;
	padding: 10px 0 0 0;
}

#soa-property-22 {
	background-color: #efefef;
	pointer-events: none;
}

.bx-soa-coupon-input input[type=text].form-control {
	
}

.bx-soa-coupon-input input[type=text].form-control:after {
	content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-right: 2px solid #8da3ad;
    border-bottom: 2px solid #8da3ad;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    cursor: pointer;
	}
	
	
	
	
	
	

#cookie_note{
    display: none;
    position: fixed;
    bottom: 15px;
    left: 30%;
    max-width: 90%;
    transform: translateX(-20%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
	z-index:999;
}

#cookie_note p{
    margin: 0;
    font-size: var(--text-sm);
    text-align: left;
    color: black;
}
#cookie_note p a{
    font-size: var(--text-sm);
	color: #4D69BB;
}

#cookie_note .btn{
    white-space: nowrap;
	height: 50px;
}

@media (max-width: 769px){
    #cookie_note{
		bottom: 55px;
    }
}

@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
    }
}

@media (max-width: 575px){
	#cookie_note{
		left: 20%;
		width: 100%;
		max-width: 100%;
		padding: 10px;
	}
	#cookie_note .btn{
		margin-top: 5px;
	}
    #cookie_note.show{
        display: block;
        text-align: left;
    }
	.cookie_accept{
    width: 100%;
	}
	#cookie_note p{
    font-size: var(--text-2xs);
}
#cookie_note p a{
    font-size: var(--text-2xs);
	color: #4D69BB;
}

}

@media screen and (min-width: 1100px) {
	
	/* Табличный вид для полей оформления заказа */
	.bx-soa-customer .form-group,
	.col-sm-12 > .form-group {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	margin-bottom: 8px; /* расстояние между строками как в таблице */
	}

	/* Фиксированная колонка с названиями полей */
	.bx-soa-customer .form-group > label,
	.col-sm-12 > .form-group > label {
	width: 220px; /* ширина первого столбца */
	flex-shrink: 0;
	margin-right: 12px;
	text-align: right; /* выравнивание текста вправо, как в классической таблице /
	white-space: normal; / разрешаем перенос длинных названий */
	word-wrap: break-word;
	line-height: 1.4;
	}

	/* Вторая колонка с элементами ввода */
	.bx-soa-customer .form-group > .soa-property-container,
	.bx-soa-customer .form-group > input[type="text"],
	.bx-soa-customer .form-group > input[type="tel"],
	.bx-soa-customer .form-group > input[type="email"],
	.bx-soa-customer .form-group > textarea,
	.bx-soa-customer .form-group > select,
	.col-sm-12 > .form-group > textarea,
	.col-sm-12 > .form-group > .soa-property-container {
	flex: 1 1 auto;
	min-width: 0;
	}

	/* Ошибки полей — отдельной строкой под label+input, без сдвига колонок */
	.bx-soa-customer .form-group > label,
	.col-sm-12 > .form-group > label {
		order: 1;
	}
	.bx-soa-customer .form-group > .soa-property-container,
	.bx-soa-customer .form-group > input[type="text"],
	.bx-soa-customer .form-group > input[type="tel"],
	.bx-soa-customer .form-group > input[type="email"],
	.bx-soa-customer .form-group > textarea,
	.bx-soa-customer .form-group > select,
	.col-sm-12 > .form-group > textarea,
	.col-sm-12 > .form-group > .soa-property-container {
		order: 2;
	}
	.bx-soa-customer .form-group > .bx-soa-tooltip,
	.col-sm-12 > .form-group > .bx-soa-tooltip {
	flex: 0 0 100% !important;
	width: 100%;
	max-width: 100%;
	order: 3 !important;
	margin: 4px 0 0 232px;
	position: relative !important;
	float: none;
	left: auto !important;
	top: auto !important;
	transform: none !important;
	}
	.bx-soa-customer .form-group > .bx-soa-tooltip[data-state="opened"],
	.col-sm-12 > .form-group > .bx-soa-tooltip[data-state="opened"] {
		display: block !important;
	}
	.bx-soa-customer .form-group > .bx-soa-tooltip[data-state="closed"],
	.bx-soa-customer .form-group > .bx-soa-tooltip:not([data-state="opened"]),
	.col-sm-12 > .form-group > .bx-soa-tooltip[data-state="closed"],
	.col-sm-12 > .form-group > .bx-soa-tooltip:not([data-state="opened"]) {
		display: none !important;
		margin: 0 !important;
		height: 0 !important;
		max-height: 0 !important;
		overflow: hidden !important;
		flex-basis: 0 !important;
	}

	.bx-soa-customer .form-group > .bx-soa-tooltip .tooltip-arrow,
	.col-sm-12 > .form-group > .bx-soa-tooltip .tooltip-arrow {
	display: none;
	}

	.bx-soa-customer .form-group > .bx-soa-tooltip .tooltip-inner,
	.col-sm-12 > .form-group > .bx-soa-tooltip .tooltip-inner {
	max-width: 100%;
	text-align: left;
	}

	/* Отдельно для textarea, чтобы занимал всю ширину */
	.col-sm-12 > .form-group > textarea {
	width: 100%;
	box-sizing: border-box;
	resize: vertical;
	}
}

/* === Phase 1 UX improvements === */

.promo-bar {
	background: #0D0D0D;
	color: #fff;
	font-size: var(--text-xs, 13px);
	line-height: var(--leading-ui, 1.4);
	padding: 8px 0;
}

.promo-bar .container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 4px 10px;
}

.promo-bar__item {
	white-space: nowrap;
}

.promo-bar__sep {
	opacity: 0.45;
	user-select: none;
}

.promo-bar__link,
.promo-bar__phone {
	color: #e6b21e;
	font-weight: 500;
	white-space: nowrap;
}

.promo-bar__link:hover,
.promo-bar__phone:hover {
	color: #f5c842;
}

header#header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: #fff;
	transition: box-shadow 0.2s ease;
	overflow: visible;
	overflow-anchor: none;
}

header#header .body-nav {
	overflow: visible;
}

header#header .body-nav .catalog-nav {
	position: relative;
	z-index: 1005;
}

header#header .body-nav .catalog-menu {
	z-index: 1004;
}

header#header .body-nav .catalog-btn {
	position: relative;
	z-index: 1006;
	cursor: pointer;
}

/* Catalog menu open: dimmer above page content, header/menu above dimmer.
   Must beat header#header { z-index:1000 } and SOA .bx-soa-pp-company. */
body.menu-opened:after {
	z-index: 1090;
}
body.menu-opened header#header {
	z-index: 1100;
}

/* Legacy .fixed scroll script disabled — sticky header replaces it */
header#header.fixed {
	padding-top: 0;
}

header#header.fixed .body-nav {
	position: static;
	width: auto;
}

header#header.is-scrolled {
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

/*
 * Compact header — направление скролла:
 * вниз: уезжает верхний блок, вверх: возвращается.
 * Desktop: promo + top-nav одним блоком. Mobile: только promo.
 */
header#header .header-upper {
	display: grid;
	grid-template-rows: 1fr;
	transition: grid-template-rows 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}

header#header .header-upper__inner {
	overflow: hidden;
	min-height: 0;
}

header#header .header-upper .promo-bar {
	display: grid;
	grid-template-rows: 1fr;
	transition:
		grid-template-rows 0.32s cubic-bezier(0.4, 0, 0.2, 1),
		padding 0.32s cubic-bezier(0.4, 0, 0.2, 1),
		opacity 0.24s ease;
}

header#header .header-upper .promo-bar > .container {
	overflow: hidden;
	min-height: 0;
}

@media screen and (min-width: 992px) {
	header#header.is-compact .header-upper {
		grid-template-rows: 0fr;
	}
}

@media screen and (max-width: 991px) {
	header#header .header-upper {
		display: block;
	}

	header#header .header-upper__inner {
		overflow: visible;
	}

	header#header.is-compact .header-upper .promo-bar {
		grid-template-rows: 0fr;
		padding-top: 0;
		padding-bottom: 0;
		opacity: 0;
		pointer-events: none;
	}
}

/* Scroll to top (desktop) */
.fm-scroll-top {
	display: none;
	position: fixed;
	left: 20px;
	bottom: 24px;
	z-index: 990;
	width: 44px;
	height: 44px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: #0D0D0D;
	color: #fff;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.16);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.2s ease, visibility 0.2s ease, background 0.2s ease;
}

.fm-scroll-top svg {
	display: block;
	width: 20px;
	height: 20px;
}

.fm-scroll-top:hover {
	background: #333A48;
}

.fm-scroll-top:focus-visible {
	outline: 2px solid #e6b21e;
	outline-offset: 2px;
}

@media screen and (min-width: 992px) {
	.fm-scroll-top {
		display: flex;
	}

	.fm-scroll-top.is-visible {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
}

.catalog-wrapper:not(.catalog-row) .catalog {
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.catalog-wrapper:not(.catalog-row) .catalog:hover {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
	z-index: 2;
}

.catalog-row .catalog:hover {
	background: transparent;
	box-shadow: none;
	transform: none;
	z-index: auto;
}

.catalog .price .new-price {
	font-size: var(--text-base);
	font-weight: 700;
	line-height: 1.2;
}

.catalog .price .old-price {
	color: #788192;
	font-size: var(--text-sm);
}

.catalog .bonus {
	font-size: var(--text-xs);
	color: #788192;
	margin-top: 4px;
}

.product-sticky-bar {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 998;
	background: #fff;
	border-top: 1px solid #CBD2DF;
	box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
	padding: 10px 16px;
	transform: translateY(100%);
	transition: transform 0.25s ease;
}

.product-sticky-bar.is-visible {
	transform: translateY(0);
}

.product-sticky-bar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	max-width: 600px;
	margin: 0 auto;
}

.product-sticky-bar__price {
	font-size: var(--text-lg);
	font-weight: 700;
	color: #0D0D0D;
	white-space: nowrap;
}

.product-sticky-bar__btn {
	flex: 1;
	max-width: 220px;
	min-height: 48px;
	font-size: var(--text-sm);
}

#cookie_note p a {
	white-space: normal;
}

@media screen and (max-width: 767px) {
	.promo-bar {
		font-size: var(--text-xs);
		padding: 6px 0;
	}

	.promo-bar__sep--phone {
		display: none;
	}

	.promo-bar__phone {
		display: none;
	}

	.product-sticky-bar {
		display: block;
		/* над нижней панелью .mob-main-nav (58px + border) */
		bottom: 59px;
		z-index: 999;
		padding: 10px 16px;
	}

	body.product-detail-page {
		/* место под sticky buy-bar + нижнюю навигацию */
		padding-bottom: calc(72px + 59px);
	}
}

@media screen and (min-width: 768px) {
	.promo-bar__item:first-child {
		font-weight: 500;
	}
}

/* === Phase 2: main page blocks === */

.section-main-categories,
.section-main-brands,
.section-mini-banners,
.section-b2b {
	padding-top: 10px;
	padding-bottom: 10px;
}

.section-mini-banners .container {
	position: relative;
}

.section-mini-banners--embedded {
	padding: 0;
	margin: 0 0 12px;
	border: 0;
	position: relative;
}

.mini-banners-slider:not(.slick-initialized) {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
}

.mini-banners-slider:not(.slick-initialized) .mini-banner-slide:nth-child(n+6) {
	display: none;
}

.mini-banners-slider .slick-list {
	margin: 0 -8px;
}

.mini-banners-slider .slick-slide {
	padding: 0 8px;
	height: auto;
}

.mini-banners-slider .slick-slide > div {
	height: 100%;
}

.mini-banners-slider--left .slick-track {
	margin-left: 0 !important;
	margin-right: auto !important;
	transform: translate3d(0, 0, 0) !important;
}

.mini-banner-slide__link {
	display: block;
	overflow: hidden;
	border-radius: 12px;
	background: #E8EBF2;
	/* вытянутые по вертикали мини-баннеры как карточки */
	aspect-ratio: 3 / 4;
	position: relative;
}

.mini-banner-slide__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mini-banner-slide__till {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 10px;
	border-radius: 10px;
	background: rgba(13, 13, 13, 0.55);
	color: #fff;
	font-size: 12px;
	line-height: 1.2;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	pointer-events: none;
}

.mini-banners-nav {
	display: flex;
	justify-content: flex-end;
	gap: 12px;
	margin-top: 12px;
}

/* стиль стрелок берём от верхнего main-slider */
.mini-banners-nav__btn {
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.mini-banners-nav__btn svg {
	color: #000;
	width: 18px;
	transition: all 0.3s ease;
	display: block;
}

.mini-banners-nav__btn:hover svg {
	color: #4D69BB;
}

.mini-banners-slider .slick-dots {
	display: none;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 8px 0 0;
	padding: 0;
	list-style: none;
}

.mini-banners-slider .slick-dots li {
	margin: 0 6px 0 0;
}

.mini-banners-slider .slick-dots li:nth-last-child(1) {
	margin: 0;
}

.mini-banners-slider .slick-dots li button {
	font-size: 0;
	width: 6px;
	height: 6px;
	background: #0D0D0D;
	opacity: 0.2;
	padding: 0;
	border: 0;
	border-radius: 50px;
	line-height: 0;
}

.mini-banners-slider .slick-dots li.slick-active button {
	opacity: 1;
}

.main-categories-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.main-category-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	padding: 20px 18px;
	background: #fff;
	border: 1px solid #E0E4EC;
	border-radius: 12px;
	text-decoration: none;
	color: #0D0D0D;
	transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
	min-height: 130px;
}

.main-category-card:hover {
	border-color: #e6b21e;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
	transform: translateY(-2px);
	color: #0D0D0D;
}

.main-category-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	color: #4D69BB;
}

.main-category-card__icon img {
	max-width: 40px;
	max-height: 40px;
	object-fit: contain;
}

.main-category-card__name {
	font-size: var(--text-sm);
	font-weight: 600;
	line-height: 1.3;
}

.main-category-card__count {
	font-size: var(--text-xs);
	color: #788192;
}

.main-brands-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 12px;
}

.main-brand-card {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 12px;
	background: #fff;
	border: 1px solid #E0E4EC;
	border-radius: 12px;
	min-height: 80px;
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.main-brand-card:hover {
	border-color: #CBD2DF;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.main-brand-card img {
	max-width: 100%;
	max-height: 48px;
	object-fit: contain;
}

.main-brand-card--text {
	padding: 12px 10px;
}

.main-brand-card__name {
	font-size: var(--text-xs, 13px);
	font-weight: var(--font-semibold, 600);
	text-align: center;
	line-height: 1.25;
	color: #0D0D0D;
}

.b2b-block {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 32px;
	padding: 32px;
	background: linear-gradient(135deg, #0D0D0D 0%, #1a1a2e 100%);
	border-radius: 16px;
	color: #fff;
}

.b2b-block__title {
	font-size: var(--text-2xl, 28px);
	font-weight: var(--font-bold, 700);
	margin: 0 0 12px;
	color: #fff;
}

.b2b-block__text {
	font-size: var(--text-sm, 15px);
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.85);
	margin: 0 0 16px;
}

.b2b-block__list {
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
}

.b2b-block__list li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 8px;
	font-size: var(--text-sm, 15px);
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.9);
}

.b2b-block__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #e6b21e;
}

.b2b-block__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.b2b-block__actions .btn {
	border-radius: 8px;
	padding: 14px 28px;
	font-weight: var(--font-semibold, 600);
	text-decoration: none;
}

.b2b-block__actions .btn-black {
	color: #0D0D0D;
}

.b2b-block__actions .btn-white__transparent {
	border-width: 1px;
}

.b2b-block__actions .btn-black__transparent {
	border-color: rgba(255, 255, 255, 0.4);
	color: #fff;
}

.b2b-block__actions .btn-black__transparent:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: #fff;
	color: #fff;
}

.b2b-block__stats {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
	min-width: 180px;
	flex-shrink: 0;
}

.b2b-stat {
	text-align: center;
	padding: 16px;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 12px;
}

.b2b-stat__num {
	display: block;
  font-size: var(--text-2xl);
	font-weight: 700;
	color: #e6b21e;
	line-height: 1.2;
}

.b2b-stat__label {
	display: block;
	font-size: var(--text-xs);
	color: rgba(255, 255, 255, 0.75);
	margin-top: 4px;
}

header .search-form .search-elements.active {
	display: block;
}

header .search-form .product-elem--search {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

header .search-form .product-elem--search:hover .product-name {
	color: #4D69BB;
}

header .search-form .product-elem .product-price {
	display: block;
	font-size: var(--text-sm);
	font-weight: 700;
	color: #0D0D0D;
	margin-top: 4px;
}

header .search-form .search-elements .all_results {
	display: block;
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #E0E4EC;
	font-size: var(--text-sm);
	font-weight: 600;
	color: #4D69BB;
	text-align: center;
}

@media screen and (max-width: 1199px) {
	.main-categories-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.main-brands-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media screen and (max-width: 767px) {
	.mini-banners-slider:not(.slick-initialized) {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.mini-banners-slider:not(.slick-initialized) .mini-banner-slide:nth-child(n+3) {
		display: none;
	}

	.mini-banners-slider .slick-list {
		margin: 0 -5px;
	}

	.mini-banners-slider .slick-slide {
		padding: 0 5px;
	}

	.mini-banners-slider .slick-dots {
		display: flex;
	}

	.mini-banners-nav {
		display: none !important;
	}

	.main-categories-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	.main-category-card {
		padding: 14px 12px;
		min-height: 110px;
	}

	.main-category-card__name {
		font-size: var(--text-xs);
	}

	.main-brands-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 8px;
	}

	.main-brand-card {
		padding: 10px 8px;
		min-height: 64px;
	}

	.b2b-block {
		flex-direction: column;
		padding: 24px 20px;
		gap: 24px;
	}

	.b2b-block__title {
		font-size: var(--text-lg);
	}

	.b2b-block__stats {
		flex-direction: row;
		min-width: 0;
	}

	.b2b-stat {
		flex: 1;
		padding: 12px 8px;
	}

	.b2b-stat__num {
		font-size: var(--text-lg);
	}

	.b2b-stat__label {
		font-size: var(--text-xs);
	}
}

/* === Catalog list row: quantity + basket === */
.catalog-row .catalog {
	position: relative;
}

.catalog-row .catalog .hover-block .bottom-elem {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-end;
	width: auto !important;
	margin: 0;
	gap: 8px;
}

.catalog-row .catalog .bottom-elem,
.catalog-row .catalog .hover-block .bottom-elem {
	position: static;
	right: auto;
	top: auto;
	transform: none;
}

.catalog-row .catalog .hover-block .bottom-elem .add-to-basket,
.catalog-row .catalog .hover-block .bottom-elem .added-to-cart {
	width: 50px !important;
	height: 50px;
	min-width: 50px;
	max-width: none;
	flex-shrink: 0;
	margin: 0 !important;
	display: flex !important;
	background: #e6b21e;
	border: none;
}

.catalog-row .catalog .hover-block .bottom-elem .add-to-basket:hover {
	display: flex !important;
}

.catalog-row .catalog .quanity-field {
	width: auto !important;
	margin: 0 !important;
	flex-shrink: 0;
}

.catalog-row .catalog .quanity-field .jq-number {
	width: auto;
}

@media screen and (max-width: 1229px) {
	.catalog-row .catalog .bottom-elem,
	.catalog-row .catalog .hover-block .bottom-elem {
		position: static;
		right: auto;
		bottom: auto;
		top: auto;
		transform: none;
		flex-direction: row !important;
	}
}

.section-about-us:not(.section-shampoo-guide) .descr p,
.section-about-us:not(.section-shampoo-guide) .descr li,
.section-half .descr p,
.section-half .descr li {
	font-size: var(--text-base, 17px);
	line-height: var(--leading-body, 1.7);
}

.section-about-us:not(.section-shampoo-guide) .descr h2,
.section-half .descr h2 {
	font-size: var(--text-2xl, 28px);
	line-height: 1.3;
	margin-top: 32px;
	margin-bottom: 24px;
}

.section-about-us:not(.section-shampoo-guide) h1,
.section-half h1 {
	font-size: var(--text-3xl, 36px);
	line-height: var(--leading-tight, 1.25);
}

@media screen and (max-width: 991px) {
	.category-subnav--mobile {
		display: flex !important;
	}
}

/* Lazy image preloader (lozad) */
.img-lazy-wrap {
	position: relative;
	overflow: hidden;
	background: #f5f5f5;
	max-width: 100%;
}
.img-lazy-wrap.is-loading::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	border: 3px solid #e0e0e0;
	border-top-color: #333;
	border-radius: 50%;
	animation: img-lazy-spin 0.8s linear infinite;
	z-index: 1;
	pointer-events: none;
}
.img-lazy-wrap.is-loaded::after {
	display: none;
}
.img-lazy-wrap picture,
.img-lazy-wrap > img {
	display: block;
	width: 100%;
	height: auto;
}
.img-lazy-wrap.is-loading picture,
.img-lazy-wrap.is-loading > img {
	opacity: 0;
}
.img-lazy-wrap.is-loaded picture,
.img-lazy-wrap.is-loaded > img {
	opacity: 1;
	transition: opacity 0.3s ease;
}
@keyframes img-lazy-spin {
	to {
		transform: rotate(360deg);
	}
}
.catalog .main-img .img-lazy-wrap {
	width: 100%;
	height: 100%;
	aspect-ratio: auto !important;
	background: #fff;
}
.catalog .main-img .img-lazy-wrap picture,
.catalog .main-img .img-lazy-wrap img {
	background: #fff;
}
.catalog-big .catalog .main-img .img-lazy-wrap {
	min-height: 250px;
}
.category-slider .slide-item .img-lazy-wrap {
	width: 100%;
	min-height: 280px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}
.category-slider .slide-item .img-lazy-wrap picture,
.category-slider .slide-item .img-lazy-wrap img {
	width: 100%;
	height: auto;
	object-fit: contain;
	background: #fff;
}
.slider-nav-thumbnail .slide-item .img .img-lazy-wrap {
	background: #fff;
}
.catalog.catalog-offer-loading .main-img {
	opacity: 0.55;
	pointer-events: none;
}
.catalog.catalog-offer-loading .main-img .img-lazy-wrap.is-loading::after {
	animation-duration: 0.45s;
}
.section-wrapper.item.white.product-offer-loading {
	opacity: 0.72;
	pointer-events: none;
	transition: opacity 0.15s ease;
}
.section-wrapper.item.white.product-offer-loading .slider-wrapper,
.section-wrapper.item.white.product-offer-loading .right-bar {
	position: relative;
}

/* === Phase 3: brands, novosti, order === */

.section-brands {
	padding-bottom: 48px;
}

.brands-letter {
	font-size: var(--text-xl, 24px);
	font-weight: var(--font-bold, 700);
	line-height: 1.3;
	margin: 36px 0 16px;
	color: var(--text-primary, #0D0D0D);
}

.brands-letter:first-child {
	margin-top: 8px;
}

.brands-page-grid {
	margin-bottom: 8px;
}

.brands-page-card {
	flex-direction: column;
	gap: 8px;
	text-decoration: none;
	color: inherit;
	min-height: 110px;
}

.brands-page-card:hover {
	color: inherit;
}

.main-brand-card__count {
	font-size: var(--text-xs, 13px);
	color: var(--text-muted, #788192);
	line-height: 1.3;
	text-align: center;
}

.brands-empty {
	margin: 24px 0;
	font-size: var(--text-base, 17px);
	color: var(--text-secondary, #5a5a5a);
}

.brands-page-card.main-brand-card--with-logo .main-brand-card__name {
	font-size: var(--text-xs, 13px);
	font-weight: var(--font-semibold, 600);
	line-height: 1.25;
	text-align: center;
	color: var(--text-primary, #0D0D0D);
}

.brands-page-card.main-brand-card--with-logo img {
	max-height: 40px;
}

.section-novosti {
	padding-bottom: 48px;
}

.fm-novosti-type-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 24px;
}

.fm-novosti-type-tabs__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 22px;
	border-radius: 8px;
	border: 1px solid #E0E4EC;
	background: #fff;
	color: var(--text-primary, #0D0D0D);
	font-size: var(--text-sm, 15px);
	font-weight: var(--font-medium, 500);
	line-height: 1.2;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.fm-novosti-type-tabs__btn:hover {
	border-color: #CBD2DF;
	color: #4D69BB;
}

.fm-novosti-type-tabs__btn.is-active,
.fm-novosti-type-tabs__btn.is-active:hover {
	background: #0D0D0D;
	border-color: #0D0D0D;
	color: #fff;
}

.fm-novosti-type-tabs.is-loading .fm-novosti-type-tabs__btn {
	pointer-events: none;
	opacity: 0.7;
}

.fm-novosti-list-panel.is-loading {
	opacity: 0.55;
	pointer-events: none;
	min-height: 160px;
	transition: opacity 0.2s ease;
}

/* Composite geo stubs: city / phone preloader */
.fm-geo-slot {
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
	min-height: 1.1em;
}
.fm-geo-slot--city {
	min-width: 7.5em;
}
.fm-geo-slot--phone {
	min-width: 9.5em;
}
.fm-geo-preload {
	display: inline-block;
	width: 5.5em;
	height: 0.85em;
	border-radius: 4px;
	background: #e6e6e6;
	animation: fm-geo-pulse 0.9s ease-in-out infinite;
	vertical-align: middle;
}
.fm-geo-slot--phone .fm-geo-preload {
	width: 8em;
}
.fm-geo-slot.is-ready .fm-geo-preload,
.fm-geo-slot.is-fallback .fm-geo-preload {
	display: none;
}
.fm-geo-slot .fm-geo-fallback[hidden] {
	display: none !important;
}
@keyframes fm-geo-pulse {
	0%, 100% { opacity: 0.45; }
	50% { opacity: 1; }
}

/* City popup: fancybox-like dim + compact spinner (~3x smaller than old 10rem) */
.tfl-popup-overlay {
	background: rgba(30, 30, 30, 0.9) !important;
	background-image: none !important;
}
.tfl-body-blur {
	-webkit-filter: none !important;
	filter: none !important;
}
.tfl-popup-overlay__loader {
	--size: 1.1rem !important;
	width: 1.1rem !important;
	height: 1.1rem !important;
	position: fixed !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	z-index: 10001 !important;
}
.tfl-popup-overlay__loader > .tfl-popup-overlay__circle {
	display: none !important;
}
.tfl-popup-overlay__spinner {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	border: 2px solid rgba(255, 255, 255, 0.25) !important;
	border-top-color: #fff !important;
	border-radius: 50% !important;
	box-sizing: border-box !important;
	animation: tfl-popup-spin 0.7s linear infinite !important;
}
@keyframes tfl-popup-spin {
	to { transform: rotate(360deg); }
}
.tfl-popup-overlay:not(.tfl-popup-overlay_loading) .tfl-popup-overlay__loader {
	display: none !important;
}

.novosti-sidebar-wrap {
	box-shadow: none;
	background: transparent;
	padding: 0;
}

.novosti-sidebar__title {
	margin: 0 0 12px;
	font-size: var(--text-sm, 15px);
	font-weight: var(--font-semibold, 600);
	color: var(--text-muted, #788192);
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.novosti-sidebar__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.novosti-sidebar__link {
	display: block;
	padding: 10px 0;
	font-size: var(--text-sm, 15px);
	line-height: 1.4;
	color: var(--text-primary, #0D0D0D);
	text-decoration: none;
	border-bottom: 1px solid #E0E4EC;
}

.novosti-sidebar__link:hover {
	color: #4D69BB;
}

.novosti-sidebar__link.is-active {
	color: #0D0D0D;
	font-weight: var(--font-semibold, 600);
	border-bottom-color: #e6b21e;
}

.novosti-page .bx-filter,
.novosti-page .bx-filter-section,
.novosti-page .bx-blue.bx-filter {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	padding: 0 !important;
}

.fm-news-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

.fm-news-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid #E0E4EC;
	border-radius: 12px;
	overflow: hidden;
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.fm-news-card:hover {
	border-color: #CBD2DF;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
}

.fm-news-card__media {
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #f5f5f5;
}

.fm-news-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fm-news-card__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 10px;
	padding: 20px 22px 22px;
}

.fm-news-card__date {
	font-size: var(--text-xs, 13px);
	color: var(--text-muted, #788192);
}

.fm-news-card__title {
	margin: 0;
	font-size: var(--text-lg, 20px);
	font-weight: var(--font-semibold, 600);
	line-height: 1.35;
}

.fm-news-card__title a {
	color: var(--text-primary, #0D0D0D);
	text-decoration: none;
}

.fm-news-card__title a:hover {
	color: #4D69BB;
}

.fm-news-card__text {
	font-size: var(--text-sm, 15px);
	line-height: var(--leading-ui, 1.4);
	color: var(--text-secondary, #5a5a5a);
}

.fm-news-card__text p {
	margin: 0;
}

.fm-news-card__more {
	align-self: flex-start;
	margin-top: auto;
	border-radius: 8px;
}

.fm-news-pager {
	margin: 24px 0 0;
}

@media screen and (max-width: 991px) {
	.fm-news-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.brands-page-grid {
		grid-template-columns: repeat(4, 1fr);
	}

	.novosti-page .section-wrapper .inner-content {
		width: 100%;
		padding-right: 0;
	}

	.novosti-page .section-wrapper .right-bar.about-us-bar {
		width: 100%;
		margin-top: 24px;
	}
}

@media screen and (max-width: 767px) {
	.brands-page-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.fm-news-card__body {
		padding: 16px 18px 18px;
	}

	.fm-news-card__title {
		font-size: var(--text-md, 18px);
	}
}

@media screen and (max-width: 767px) {
	.catalog .hover-block .bottom-elem .add-to-basket,
	.catalog-wrapper:not(.catalog-row) .catalog .hover-block .bottom-elem .add-to-basket {
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: 50px !important;
		min-width: 50px;
		max-width: 50px;
		height: 50px;
		padding: 0 !important;
		margin: 0 0 0 5px;
		float: none;
	}

	.catalog .hover-block .bottom-elem .add-to-basket img {
		display: block !important;
		width: 22px;
		height: 22px;
		margin: 0 !important;
		object-fit: contain;
		-webkit-filter: grayscale(1) invert(1);
		filter: grayscale(1) invert(1);
	}
}

.slider-bar .quanity-elem {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 50px;
	align-items: stretch;
	gap: 8px;
	width: 100%;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.slider-bar .quanity-field {
	flex: none !important;
	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;
	grid-column: 1;
}

.slider-bar .quanity-field .jq-number {
	width: 100%;
	height: 50px !important;
	min-height: 50px;
	align-items: center;
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 8px;
}

.slider-bar .quanity-field .jq-number__field {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 auto;
	min-width: 0;
	height: 100%;
}

.slider-bar .quanity-field .jq-number__spin {
	flex: 0 0 30px;
	width: 30px;
	height: 100%;
	align-self: stretch;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.slider-bar .quanity-field .jq-number__spin.minus:before,
.slider-bar .quanity-field .jq-number__spin.plus:before,
.slider-bar .quanity-field .jq-number__spin.plus:after {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
}

.slider-bar .quanity-elem .btn-with-ico,
.slider-bar .quanity-elem .add-to-basket,
.slider-bar .quanity-elem .added-to-cart {
	flex: none !important;
	min-width: 0 !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 10px 0 34px !important;
	justify-content: center !important;
	text-align: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center !important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	box-sizing: border-box;
	height: 50px !important;
	min-height: 50px;
	line-height: 1.2;
	position: relative;
	grid-column: 2;
}

.slider-bar .quanity-field + .btn-with-ico {
	width: 100% !important;
}

.slider-bar .quanity-elem .add-to-basket > img,
.slider-bar .quanity-elem .added-to-cart > img {
	position: absolute;
	left: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 !important;
}

.slider-bar .quanity-elem .added-to-cart:after {
	position: absolute;
	left: 10px;
	top: 50%;
	margin: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slider-bar .quanity-field .jq-number__field input {
	height: 100%;
	line-height: 48px;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}

.slider-bar .quanity-elem .product-fav-btn {
	flex: none !important;
	width: 50px !important;
	min-width: 50px !important;
	max-width: 50px !important;
	height: 50px !important;
	min-height: 50px;
	margin: 0 !important;
	padding: 0 !important;
	justify-content: center !important;
	align-items: center !important;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap !important;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	grid-column: 3;
	background: #fff !important;
	border: 1px solid #0D0D0D !important;
	color: #0D0D0D !important;
}

.slider-bar .quanity-elem .product-fav-btn .fav-label {
	display: none !important;
}

.slider-bar .quanity-elem .product-fav-btn .fav-ico {
	position: static;
	left: auto;
	top: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	width: 22px;
	height: 22px;
	margin: 0 !important;
	flex-shrink: 0;
	-webkit-filter: none !important;
	filter: none !important;
}

.slider-bar .quanity-elem .product-fav-btn .fav-ico-filled {
	display: none;
}

.slider-bar .quanity-elem .product-fav-btn.added {
	background: #fff;
	border: 1px solid #0D0D0D;
	color: #0D0D0D;
}

.slider-bar .quanity-elem .product-fav-btn.added .fav-ico-outline {
	display: none;
}

.slider-bar .quanity-elem .product-fav-btn.added .fav-ico-filled {
	display: block;
	-webkit-filter: none !important;
	filter: none !important;
}

.slider-bar .quanity-elem .product-fav-btn:hover .fav-ico {
	-webkit-filter: none !important;
	filter: none !important;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.slider-bar .stock-actions-with-fav {
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: stretch;
	gap: 8px;
	width: 100%;
}

.slider-bar .stock-actions-with-fav > .product-item-detail-info-container,
.slider-bar .stock-actions-with-fav > span:not(.product-fav-btn) {
	flex: 1 1 0 !important;
	min-width: 0 !important;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
}

.slider-bar .stock-actions-with-fav .bx-catalog-subscribe-button,
.slider-bar .stock-actions-with-fav .product-item-detail-buy-button,
.right-bar.slider-bar .stock-actions-with-fav .bx-catalog-subscribe-button,
.right-bar.slider-bar .stock-actions-with-fav .product-item-detail-buy-button.bx-catalog-subscribe-button {
	flex: 1 1 0 !important;
	width: auto !important;
	max-width: none !important;
	min-width: 0 !important;
	height: 50px !important;
	min-height: 50px;
	margin: 0 !important;
	box-sizing: border-box;
}

.slider-bar .stock-actions-with-fav .bx-catalog-subscribe-button a,
.slider-bar .stock-actions-with-fav .product-item-detail-buy-button a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	white-space: nowrap;
	padding: 0 12px;
	box-sizing: border-box;
}

.slider-bar .stock-actions-with-fav .product-fav-btn {
	flex: 0 0 50px !important;
	width: 50px !important;
	min-width: 50px !important;
	max-width: 50px !important;
	height: 50px !important;
	min-height: 50px;
	margin: 0 !important;
	padding: 0 !important;
	justify-content: center !important;
	align-items: center !important;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap !important;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	background: #fff !important;
	border: 1px solid #0D0D0D !important;
	color: #0D0D0D !important;
}

.slider-bar .stock-actions-with-fav .product-fav-btn .fav-label {
	display: none !important;
}

.slider-bar .stock-actions-with-fav .product-fav-btn .fav-ico {
	position: static;
	left: auto;
	top: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	width: 22px;
	height: 22px;
	margin: 0 !important;
	flex-shrink: 0;
	-webkit-filter: none !important;
	filter: none !important;
}

.slider-bar .stock-actions-with-fav .product-fav-btn .fav-ico-filled {
	display: none;
}

.slider-bar .stock-actions-with-fav .product-fav-btn.added {
	background: #fff;
	border: 1px solid #0D0D0D;
	color: #0D0D0D;
}

.slider-bar .stock-actions-with-fav .product-fav-btn.added .fav-ico-outline {
	display: none;
}

.slider-bar .stock-actions-with-fav .product-fav-btn.added .fav-ico-filled {
	display: block;
	-webkit-filter: none !important;
	filter: none !important;
}

.slider-bar .stock-actions-with-fav .product-fav-btn:hover .fav-ico {
	-webkit-filter: none !important;
	filter: none !important;
}

.slider-bar .stock-item-nav {
	margin-top: 10px;
	display: flex;
	justify-content: center;
}

.slider-bar .product-compare-wrap {
	display: none;
}

.slider-bar .product-compare-btn {
	display: none;
}

.slider-bar .stock-item-compare {
	margin-top: 4px;
}

.slider-bar .stock-item-compare > .product-compare-link {
	display: flex;
	align-items: flex-start;
	width: 100%;
	color: inherit;
	text-decoration: none;
}

/* Как «Подробнее о доставке и оплате» (.stock-more) */
.slider-bar .stock-item-compare .stock-item-title,
.slider-bar .stock-item-compare .compare-label {
	margin: 0;
	min-height: 32px;
	font-weight: 400;
	color: #406cca;
}

.slider-bar .stock-item-compare > .product-compare-link:hover .stock-item-title,
.slider-bar .stock-item-compare > .product-compare-link:hover .compare-label {
	color: #000;
}

.slider-bar .stock-item-compare.added .stock-item-title,
.slider-bar .stock-item-compare .product-compare-link.added .compare-label {
	color: #406cca;
}

/* Catalog preview: only transparent heart, always top-right */
.catalog {
	position: relative;
}

/* Homepage + catalog: status (new/hot/top) aligned with favorites heart */
.catalog .status,
.main-new .status {
	top: 8px;
	left: 8px;
	width: 32px;
	height: 32px;
	z-index: 5;
}

.catalog .nav-buttons.catalog-fav-only,
.catalog .nav-buttons {
	position: absolute;
	right: 8px;
	top: 8px;
	z-index: 5;
	width: auto;
	opacity: 1;
	visibility: visible;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	pointer-events: none;
}

.catalog .nav-buttons .add-to-comparison {
	display: none !important;
}

.catalog .nav-buttons .catalog-fav-heart,
.catalog .nav-buttons .add-to-favorites {
	pointer-events: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	box-shadow: none;
	border-radius: 0;
}

.catalog .nav-buttons .catalog-fav-heart .fav-ico,
.catalog .nav-buttons .add-to-favorites .fav-ico {
	width: 22px;
	height: 22px;
	margin: 0;
	display: block;
	-webkit-filter: none !important;
	filter: none !important;
}

.catalog .nav-buttons .catalog-fav-heart .fav-ico-filled,
.catalog .nav-buttons .add-to-favorites .fav-ico-filled {
	display: none;
}

.catalog .nav-buttons .catalog-fav-heart.added .fav-ico-outline,
.catalog .nav-buttons .add-to-favorites.added .fav-ico-outline {
	display: none;
}

.catalog .nav-buttons .catalog-fav-heart.added .fav-ico-filled,
.catalog .nav-buttons .add-to-favorites.added .fav-ico-filled {
	display: block;
	-webkit-filter: none !important;
	filter: none !important;
}

.catalog .nav-buttons .catalog-fav-heart .sprite,
.catalog .nav-buttons .add-to-favorites .sprite {
	display: none;
}

.catalog-row .catalog .nav-buttons.catalog-fav-only,
.catalog-row .catalog .nav-buttons {
	position: absolute;
	right: 8px;
	top: 8px;
	left: auto;
	bottom: auto;
	order: initial;
	margin: 0;
	width: auto;
	flex-direction: row;
	opacity: 1;
	visibility: visible;
}

@media screen and (max-width: 991px) {
	.right-bar.slider-bar .quanity-elem {
		flex-wrap: nowrap;
		width: 100%;
		align-items: stretch;
	}

	.right-bar.slider-bar .quanity-field {
		flex: none !important;
		width: 100% !important;
		max-width: none !important;
		min-width: 0 !important;
	}

	.right-bar.slider-bar .add-to-basket,
	.right-bar.slider-bar .quanity-elem .btn-with-ico:not(.product-fav-btn),
	.right-bar.slider-bar .quanity-elem .added-to-cart {
		width: 100% !important;
		flex: none !important;
		min-width: 0;
		justify-content: center;
		text-align: center;
	}

	.right-bar.slider-bar .quanity-elem .product-fav-btn {
		flex: none !important;
		width: 50px !important;
		min-width: 50px;
		max-width: 50px;
		padding: 0 !important;
	}

	.right-bar.slider-bar .quanity-field .jq-number {
		width: 100%;
		height: 50px;
	}

	.right-bar.slider-bar .quanity-field .jq-number__spin {
		flex: 0 0 30px;
		width: 30px;
	}
}

@media screen and (max-width: 767px) {
	.right-bar.slider-bar .quanity-elem .product-fav-btn {
		flex: 0 0 50px;
		width: 50px !important;
		min-width: 50px;
		max-width: 50px;
		padding: 0 !important;
	}

	.right-bar.slider-bar .quanity-elem .add-to-basket,
	.right-bar.slider-bar .quanity-elem .added-to-cart {
		justify-content: center;
		padding-left: 34px !important;
		padding-right: 10px !important;
		width: 100% !important;
	}

	.right-bar.slider-bar .quanity-elem .btn-with-ico img {
		margin: 0 6px 0 0;
	}

	.right-bar.slider-bar .quanity-field {
		flex: none !important;
		width: 100% !important;
		max-width: none !important;
		min-width: 0;
	}
}

@media screen and (max-width: 767px) {
	header .top-nav .logo {
		margin-left: -10px;
	}
}

@media screen and (max-width: 767px) {
	.catalog-wrapper.catalog-row .catalog .hover-block .bottom-elem {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		align-items: center;
		justify-content: flex-end;
		gap: 8px;
		width: auto !important;
		margin: 0;
		float: none;
		position: static !important;
		right: auto;
		bottom: auto;
		top: auto;
		transform: none;
	}

	.catalog-wrapper.catalog-row .catalog .hover-block .bottom-elem .quanity-field,
	.catalog-wrapper.catalog-row .catalog .quanity-field {
		width: auto !important;
		flex: 0 0 auto;
		max-width: 120px;
		float: none;
		margin: 0 !important;
	}

	.catalog-wrapper.catalog-row .catalog .hover-block .bottom-elem .quanity-field .jq-number {
		width: 100%;
	}

	.catalog-wrapper.catalog-row .catalog .hover-block .bottom-elem .add-to-basket,
	.catalog-wrapper.catalog-row .catalog .hover-block .bottom-elem .added-to-cart {
		display: flex !important;
		align-items: center;
		justify-content: center;
		float: none;
		width: 50px !important;
		min-width: 50px;
		max-width: 50px;
		height: 50px;
		margin: 0 !important;
		padding: 0 !important;
		flex-shrink: 0;
		background: #e6b21e;
		border: none;
	}

	.catalog-wrapper.catalog-row .catalog .hover-block .bottom-elem .add-to-basket img {
		display: block !important;
		width: 22px;
		height: 22px;
		margin: 0 !important;
		object-fit: contain;
		-webkit-filter: grayscale(1) invert(1);
		filter: grayscale(1) invert(1);
	}
}

/* fix13: поиск — стык выпадашки с низом шапки; Уведомить — чёрный текст и полная ширина в карточках */
header .body-nav .search-form {
	min-height: 44px;
}
header .body-nav .search-form .search-field {
	height: 44px;
}
header .search-form .search-elements,
header .search-form .search-elements.active {
	top: 100% !important;
	margin-top: 0 !important;
}
.slider-bar .stock .bx-catalog-subscribe-button,
.slider-bar .stock .product-item-detail-buy-button.bx-catalog-subscribe-button,
.slider-bar .stock-actions:not(.stock-actions-with-fav) .bx-catalog-subscribe-button,
.slider-bar .stock-actions:not(.stock-actions-with-fav) .product-item-detail-buy-button.bx-catalog-subscribe-button,
.catalog .hover-block .bottom-elem .bx-catalog-subscribe-button,
.catalog .hover-block .bottom-elem .product-item-detail-buy-button,
.catalog .hover-block .bottom-elem .product-item-detail-info-container .product-item-detail-buy-button {
	display: flex !important;
	width: 100% !important;
	max-width: 100%;
	flex: 1 1 100%;
	margin: 0;
}
.catalog .hover-block .bottom-elem .product-item-detail-info-container {
	width: 100%;
	flex: 1 1 100%;
}
.catalog-wrapper:not(.catalog-row) .catalog .hover-block .bottom-elem:has(.product-item-detail-buy-button),
.catalog-wrapper:not(.catalog-row) .catalog .hover-block .bottom-elem:has(.product-item-detail-info-container) {
	width: 100%;
	justify-content: stretch;
}
.slider-bar .stock .bx-catalog-subscribe-button a,
.slider-bar .stock .product-item-detail-buy-button.bx-catalog-subscribe-button a,
.catalog .hover-block .bottom-elem .bx-catalog-subscribe-button a,
.catalog .hover-block .bottom-elem .product-item-detail-buy-button a,
.catalog .hover-block .bottom-elem .product-item-detail-info-container .product-item-detail-buy-button a,
.bx-catalog-subscribe-button.product-item-detail-buy-button a {
	color: #0D0D0D !important;
}

/* fix16: страница товара — сайдбар */
.right-bar.slider-bar .quanity-elem {
	gap: 8px;
}
.right-bar.slider-bar .stock .bx-catalog-subscribe-button,
.right-bar.slider-bar .stock .product-item-detail-buy-button.bx-catalog-subscribe-button,
.right-bar.slider-bar .stock-actions:not(.stock-actions-with-fav) .bx-catalog-subscribe-button,
.right-bar.slider-bar .stock-actions:not(.stock-actions-with-fav) .product-item-detail-buy-button.bx-catalog-subscribe-button {
	display: flex !important;
	width: 100% !important;
	max-width: 100%;
	margin-top: 0;
}
.right-bar.slider-bar .stock .bx-catalog-subscribe-button a,
.right-bar.slider-bar .stock .product-item-detail-buy-button.bx-catalog-subscribe-button a,
.right-bar.slider-bar .stock-actions .bx-catalog-subscribe-button a,
.right-bar.slider-bar .stock-actions .product-item-detail-buy-button.bx-catalog-subscribe-button a {
	width: 100%;
	justify-content: center;
	text-align: center;
	white-space: normal;
}

/* hide social icons and divider in header top bar */
header .top-nav .social {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border-left: none !important;
}

/* fix19: review stars in catalog preview cards (including out-of-stock) */
.catalog .code.with-rating .rating,
.catalog-row .catalog .code.with-rating .rating {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	flex-shrink: 0;
	min-height: 20px;
}

.catalog-row .catalog .code .rating {
	display: block !important;
}

.catalog-row .catalog .rating-row {
	display: none !important;
}

.rating-row .rateit .rateit-selected {
	display: block !important;
}

@media screen and (max-width: 767px) {
	.catalog-info .rating {
		display: block !important;
	}
}

/* Order detail — personal area */
.order-detail-page .section-wrapper .container {
	align-items: stretch;
}
.order-detail-page .section-wrapper .container > .order-detail-breadcrumbs,
.order-detail-page .section-wrapper .container > .order-detail-head,
.order-detail-page .section-wrapper .container > .order-detail-layout {
	width: 100%;
	flex: 0 0 100%;
}
.order-detail-breadcrumbs {
	padding: 15px 0 0;
	margin: 0 0 12px;
}
.order-detail-breadcrumbs .bx-breadcrumb-item a span {
	font-size: var(--text-sm);
}
.order-detail-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 16px;
	margin: 0 0 28px;
}
.order-detail-head .section-main-title {
	margin: 0;
	flex: 1 1 auto;
	min-width: 0;
}
.order-status-badge {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	border-radius: 999px;
	font-size: var(--text-sm);
	font-weight: 500;
	line-height: 1.2;
	flex-shrink: 0;
}
.order-status--done {
	background: #e8f5e9;
	color: #2e7d32;
}
.order-status--wait {
	background: #fff3e0;
	color: #ef6c00;
}
.order-status--cancel {
	background: #ffebee;
	color: #c62828;
}
.order-status--default {
	background: #f0f2f5;
	color: #788192;
}
.order-detail-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 24px 32px;
	align-items: start;
}
.order-detail-products.personal-area-wrapper {
	margin-bottom: 0;
}
.order-detail-products .title {
	margin-bottom: 12px;
}
.order-detail-items {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid #e8e9eb;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
}
.order-detail-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px 16px;
	padding: 16px 20px;
	border-bottom: 1px solid #e8e9eb;
}
.order-detail-item:last-child {
	border-bottom: 0;
}
.order-detail-item__product {
	flex: 1 1 280px;
	min-width: 0;
	max-width: 100%;
}
.order-detail-item__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 16px 24px;
	flex: 0 0 auto;
}
.order-detail-item__qty {
	font-size: var(--text-sm);
	color: #788192;
	white-space: nowrap;
}
.order-detail-item__price {
	font-size: var(--text-sm);
	font-weight: 600;
	color: #0D0D0D;
	white-space: nowrap;
	min-width: 72px;
	text-align: right;
}
.order-detail-item__action {
	flex-shrink: 0;
}
.order-detail-item__cart {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	background: #e6b21e;
	transition: background 0.2s ease;
}
.order-detail-item__cart:hover {
	background: #d4a019;
}
.order-detail-item__cart img {
	width: 20px;
	height: 20px;
	filter: grayscale(1) invert(1);
}
.order-detail-item__action > .added-to-cart {
	display: flex;
	background: #fff;
	border: 1px solid #0D0D0D;
}
.order-detail-item__action > .add-to-cart + .added-to-cart {
	display: none;
}
.order-detail-item__cart--added img,
.order-detail-item__action .added-to-cart img {
	filter: none;
}
.order-summary-card {
	background: #fff;
	border: 1px solid #e8e9eb;
	border-radius: 12px;
	padding: 20px;
	position: sticky;
	top: 24px;
}
.order-summary-card__title {
	font-size: var(--text-lg);
	font-weight: 600;
	margin-bottom: 16px;
}
.order-summary-list {
	margin: 0;
}
.order-summary-list__row {
	display: grid;
	grid-template-columns: 110px 1fr;
	gap: 8px 12px;
	padding: 10px 0;
	border-bottom: 1px solid #f0f2f5;
}
.order-summary-list__row:last-child {
	border-bottom: 0;
}
.order-summary-list__row dt {
	margin: 0;
	font-size: var(--text-sm);
	color: #788192;
}
.order-summary-list__row dd {
	margin: 0;
	font-size: var(--text-sm);
	color: #0D0D0D;
	word-break: break-word;
}
.order-summary-totals {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid #e8e9eb;
}
.order-summary-totals__row {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 6px 0;
	font-size: var(--text-sm);
	color: #788192;
}
.order-summary-totals__row--discount {
	color: #2e7d32;
}
.order-summary-totals__row--total {
	margin-top: 8px;
	padding-top: 12px;
	border-top: 1px solid #e8e9eb;
	font-size: var(--text-base);
	font-weight: 600;
	color: #0D0D0D;
}
.order-detail-page .order-payment-block {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.order-detail-page .order-payment-block .btn-block {
	width: 100%;
	text-align: center;
}
.order-list-preview__items {
	display: flex;
	align-items: center;
	gap: 0;
	min-width: 140px;
}
.order-list-preview__item {
	display: flex;
	width: 40px;
	height: 40px;
	border: 2px solid #fff;
	border-radius: 50%;
	overflow: hidden;
	background: #f5f5f5;
	margin-left: -10px;
}
.order-list-preview__item:first-child {
	margin-left: 0;
}
.order-list-preview__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 991px) {
	.order-detail-layout {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.order-summary-card {
		position: static;
	}
	.order-summary-list__row {
		grid-template-columns: 1fr;
		gap: 4px;
	}
}
@media screen and (max-width: 767px) {
	.order-detail-item {
		padding: 14px 16px;
	}
	.order-detail-item__product {
		flex: 1 1 100%;
	}
	.order-detail-item__meta {
		width: 100%;
		justify-content: space-between;
	}
}

/* === Mobile bottom nav + search overlay + desktop search dropdown === */
body.fm-scroll-locked {
	position: fixed !important;
	left: 0;
	right: 0;
	width: 100%;
	overflow: hidden !important;
	height: auto !important;
	max-height: 100% !important;
}
html.search-opened {
	overflow: hidden !important;
}

/* Закрытое моб.меню не перехватывает клики; visibility гасим ПОСЛЕ уезда */
.mob-menu {
	pointer-events: none;
	visibility: hidden;
	transition:
		transform 0.32s cubic-bezier(0.4, 0, 0.2, 1),
		top 0.2s ease,
		visibility 0s linear 0.32s;
}
.mob-menu.active {
	pointer-events: auto;
	visibility: visible;
	transition:
		transform 0.32s cubic-bezier(0.4, 0, 0.2, 1),
		top 0.2s ease,
		visibility 0s linear 0s;
}

/*
 * Каталог на мобилке: НЕ используем mob-menu-opened (там height:100vh ломает sticky).
 * Шапка фиксируется на виду, меню — под ней.
 */
html.catalog-mob-opened,
body.catalog-mob-opened {
	overflow: hidden !important;
	height: auto !important;
	max-height: none !important;
	overscroll-behavior: none;
}
body.catalog-mob-opened {
	position: relative;
}
body.catalog-mob-opened header#header {
	position: fixed !important;
	top: 0 !important;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1100 !important;
	transform: none !important;
	background: #fff;
}
body.catalog-mob-opened .mob-main-nav {
	z-index: 1200;
}
body.catalog-mob-opened .mob-menu.mob-main-menu {
	z-index: 1150;
	top: var(--fm-header-height, 110px);
}
/* подменю должно быть ВЫШЕ корневого списка, иначе клик «ничего не делает» */
body.catalog-mob-opened .mob-menu.mob-submenu {
	z-index: 1160;
	top: var(--fm-header-height, 110px);
	bottom: 59px;
}
.mob-menu.mob-submenu.active {
	z-index: 1160;
}

/* Главное меню сайта (#modal-contacts) — поверх каталога */
#modal-contacts {
	z-index: 1300;
}
body.fm-site-menu-open .modal-backdrop {
	z-index: 1290;
}
body.fm-site-menu-open .mob-main-nav {
	z-index: 1280;
}

@media screen and (min-width: 992px) {
	/* выпадашка по нижней границе .body-nav .container */
	header .body-nav .container {
		align-items: stretch;
	}
	header .body-nav .catalog-nav {
		align-self: stretch;
		display: flex;
		align-items: stretch;
		position: relative;
	}
	header .body-nav .catalog-btn {
		align-self: stretch;
	}
	header .body-nav .catalog-menu,
	header .body-nav .catalog-menu.active {
		top: 100% !important;
		margin-top: 0 !important;
	}
	header .body-nav .search-form {
		align-self: stretch;
		display: flex;
		align-items: center;
		height: auto;
		min-height: 100%;
		box-sizing: border-box;
	}
	header .body-nav .contacts,
	header .body-nav .user-nav {
		align-self: center;
	}
	header .body-nav .search-form .search-elements,
	header .body-nav .search-form .search-elements.active {
		top: 100% !important;
		margin-top: 0 !important;
		width: calc(100% + 160px);
		min-width: 100%;
		max-width: min(720px, calc(100vw - 40px));
		left: -1px;
		box-sizing: border-box;
	}
	header .search-form .search-elements .product-elem .info .product-name {
		white-space: normal;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media screen and (max-width: 991px) {
	.mob-menu {
		bottom: 59px;
	}
	footer {
		padding-bottom: 110px;
	}
	header .top-nav .search-form.active {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 1200;
		width: 100% !important;
		max-width: 100vw;
		height: 100% !important;
		min-height: 100%;
		padding: 0;
		margin: 0;
		border: none;
		background: #fff;
		display: flex !important;
		flex-direction: column;
		overflow: hidden;
		box-sizing: border-box;
	}
	header .top-nav .search-form.active .mob-item {
		display: block;
		position: relative;
		flex: 0 0 auto;
		width: 100%;
		box-sizing: border-box;
		border-bottom: 1px solid #CBD2DF;
		background: #fff;
		z-index: 2;
	}
	header .top-nav .search-form.active .search-field {
		font-size: 16px;
		line-height: 1.25;
		height: 56px;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		padding-right: 52px;
	}
	header .top-nav .search-form.active .clear {
		right: 14px;
		width: 32px;
		height: 32px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	header .top-nav .search-form.active .clear img {
		display: block;
		width: 28px;
		height: 28px;
	}
	header .top-nav .search-form.active .search-elements,
	header .top-nav .search-form.active .search-elements.active {
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
		width: 100% !important;
		max-width: 100%;
		flex: 1 1 auto;
		height: auto !important;
		min-height: 0;
		max-height: none !important;
		opacity: 1 !important;
		visibility: visible !important;
		display: block !important;
		overflow-x: hidden;
		overflow-y: hidden; /* без результатов скролла нет */
		overscroll-behavior: none;
		touch-action: none;
		-webkit-overflow-scrolling: auto;
		border: none;
		box-shadow: none;
		margin: 0;
		padding: 12px 16px 24px;
		background: #fff;
		box-sizing: border-box;
	}
	/* скролл только когда есть выдача */
	header .top-nav .search-form.active .search-elements.active {
		overflow-y: auto;
		overscroll-behavior: contain;
		touch-action: pan-y;
		-webkit-overflow-scrolling: touch;
	}
	/* старое правило height: calc(100vh-98px) давало пустой скролл — гасим */
	header .search-form.active .search-elements:not(.active) {
		height: auto !important;
		overflow: hidden !important;
	}
}

/* ==========================================================================
   Product card preview UI (catalog / homepage)
   ========================================================================== */
.catalog .code .rating,
.catalog .rating,
.catalog .rating-row,
.catalog .catalog-info .rating,
.catalog-row .catalog .rating-row,
.catalog-row .catalog .code .rating,
.category-content .catalog .rating-row {
	display: none !important;
}

/* Цены в одну строку; старая на 1pt меньше новой */
.catalog .price {
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: baseline;
	column-gap: 8px;
	row-gap: 0;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}
.catalog .price .new-price,
.catalog .price .old-price {
	display: inline-block !important;
	margin: 0 !important;
	line-height: 1.2;
	white-space: nowrap;
}
.catalog .price .new-price {
	font-size: var(--text-base);
}
.catalog .price .old-price {
	font-size: calc(var(--text-base) - 1pt);
	color: #788192;
	text-decoration: line-through;
}

/* Бонусы: отдельная строка под ценой (не рядом с new-price) */
.catalog .bonus,
.catalog .catalog-bonus {
	display: flex !important;
	align-items: baseline;
	gap: 6px;
	margin: 2px 0 0 !important;
	padding: 0;
	border: none;
	background: transparent;
	border-radius: 0;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	font-size: var(--text-xs);
	line-height: 1.3;
	color: #666;
	box-shadow: none;
	clear: both;
}
.catalog .catalog-bonus__label {
	color: #888;
	font-weight: 400;
}
.catalog .catalog-bonus__label::after {
	content: ":";
}
.catalog .catalog-bonus__value,
.catalog .bonus > div,
.catalog .bonus [id^="lb_ajax_"] {
	color: #c99810;
	font-weight: 600;
}

.catalog .quanity-field .jq-number {
	border-radius: 10px;
	align-items: stretch;
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
	overflow: hidden; /* скругление; + не переносится благодаря nowrap */
	box-sizing: border-box;
	width: 100% !important;
	max-width: 100%;
	min-width: 0;
}

.catalog .hover-block .bottom-elem .add-to-basket,
.catalog .hover-block .bottom-elem .added-to-cart,
.catalog-wrapper:not(.catalog-row) .catalog .hover-block .bottom-elem .add-to-basket,
.catalog-wrapper:not(.catalog-row) .catalog .hover-block .bottom-elem .added-to-cart,
.catalog-wrapper.catalog-row .catalog .hover-block .bottom-elem .add-to-basket,
.catalog-wrapper.catalog-row .catalog .hover-block .bottom-elem .added-to-cart,
.category-content .catalog-wrapper.catalog-main:not(.catalog-row) .catalog .hover-block .bottom-elem .add-to-basket,
.category-content .catalog-wrapper.catalog-main:not(.catalog-row) .catalog .hover-block .bottom-elem .added-to-cart {
	border-radius: 10px;
}

.catalog .quanity-field .jq-number__field {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 auto;
	min-width: 24px;
	height: 100%;
	order: 2;
}

.catalog .quanity-field .jq-number input {
	width: 100%;
	max-width: none;
	height: 100%;
	padding: 0 2px;
	box-sizing: border-box;
}

/* − / +: фиксированные зоны, символы по центру */
.catalog .quanity-field .jq-number__spin {
	flex: 0 0 34px !important;
	width: 34px !important;
	min-width: 34px !important;
	max-width: 34px !important;
	height: auto !important;
	align-self: stretch;
	min-height: 100%;
	display: flex !important;
	align-items: center;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	opacity: 1 !important;
	visibility: visible !important;
}
.catalog .quanity-field .jq-number__spin.minus {
	order: 1;
}
.catalog .quanity-field .jq-number__spin.plus {
	order: 3;
}
.catalog .quanity-field .jq-number__spin.minus:before,
.catalog .quanity-field .jq-number__spin.plus:before {
	content: "" !important;
	width: 12px !important;
	height: 2px !important;
	background: #CBD2DF !important;
	position: absolute !important;
	left: 50% !important;
	top: 50% !important;
	-webkit-transform: translate(-50%, -50%) !important;
	-ms-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
	margin: 0 !important;
}
.catalog .quanity-field .jq-number__spin.plus:after {
	content: "" !important;
	width: 2px !important;
	height: 12px !important;
	background: #CBD2DF !important;
	position: absolute !important;
	left: 50% !important;
	top: 50% !important;
	-webkit-transform: translate(-50%, -50%) !important;
	-ms-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
	margin: 0 !important;
}

/* Tablet (~1024): qty + корзина в одну строку в узкой карточке
   (старое правило max-width:1229px ставило корзине width:140px — не влезало) */
@media screen and (max-width: 1229px) and (min-width: 768px) {
	.catalog-wrapper:not(.catalog-row) .catalog .hover-block .bottom-elem,
	.main-new .hover-block .bottom-elem,
	.category-content .catalog-wrapper.catalog-main:not(.catalog-row) .catalog .hover-block .bottom-elem {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		align-items: center;
		justify-content: flex-start;
		gap: 6px;
		width: 100% !important;
		max-width: 100%;
		margin: 10px 0 0;
		padding: 0;
		box-sizing: border-box;
	}
	.catalog-wrapper:not(.catalog-row) .catalog .hover-block .bottom-elem .quanity-field,
	.main-new .hover-block .bottom-elem .quanity-field,
	.category-content .catalog-wrapper.catalog-main:not(.catalog-row) .catalog .hover-block .bottom-elem .quanity-field {
		flex: 1 1 auto !important;
		width: auto !important;
		min-width: 0 !important;
		max-width: none !important;
		margin: 0 !important;
		float: none;
	}
	.catalog-wrapper:not(.catalog-row) .catalog .hover-block .bottom-elem .quanity-field .jq-number,
	.main-new .hover-block .bottom-elem .quanity-field .jq-number,
	.category-content .catalog-wrapper.catalog-main:not(.catalog-row) .catalog .hover-block .bottom-elem .quanity-field .jq-number {
		width: 100% !important;
		max-width: 100%;
		height: 50px;
		box-sizing: border-box;
	}
	.catalog-wrapper:not(.catalog-row) .catalog .hover-block .bottom-elem .add-to-basket,
	.catalog-wrapper:not(.catalog-row) .catalog .hover-block .bottom-elem .added-to-cart,
	.main-new .hover-block .bottom-elem .add-to-basket,
	.main-new .hover-block .bottom-elem .added-to-cart,
	.category-content .catalog-wrapper.catalog-main:not(.catalog-row) .catalog .hover-block .bottom-elem .add-to-basket,
	.category-content .catalog-wrapper.catalog-main:not(.catalog-row) .catalog .hover-block .bottom-elem .added-to-cart,
	.catalog .hover-block .bottom-elem .add-to-basket {
		flex: 0 0 50px !important;
		width: 50px !important;
		min-width: 50px !important;
		max-width: 50px !important;
		height: 50px !important;
		margin: 0 !important;
		padding: 0 !important;
		box-sizing: border-box !important;
		display: flex !important;
		align-items: center;
		justify-content: center;
	}
	.catalog-wrapper:not(.catalog-row) .catalog .hover-block .bottom-elem .added-to-cart,
	.main-new .hover-block .bottom-elem .added-to-cart,
	.category-content .catalog-wrapper.catalog-main:not(.catalog-row) .catalog .hover-block .bottom-elem .added-to-cart {
		border: 1px solid #0D0D0D !important;
		background: #fff !important;
	}
	.catalog-wrapper:not(.catalog-row) .catalog .quanity-field .jq-number__spin,
	.main-new .quanity-field .jq-number__spin {
		flex: 0 0 28px !important;
		width: 28px !important;
		min-width: 28px !important;
		max-width: 28px !important;
	}
}

/* Mobile: карточки, инпуты, отступы */
@media screen and (max-width: 767px) {
	/* 1) без «подсветки» карточки по тапу (sticky :hover на iOS) */
	.catalog:hover,
	.catalog:active,
	.catalog:focus {
		background: transparent !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		border-bottom-color: #CBD2DF !important;
		z-index: auto !important;
	}

	/* 2) без zoom при фокусе текстовых полей (iOS < 16px) */
	input[type="text"],
	input[type="email"],
	input[type="tel"],
	input[type="password"],
	input[type="search"],
	input[type="number"],
	input[type="url"],
	input[type="date"],
	input:not([type]),
	textarea,
	select,
	.form-control,
	.quanity-field .jq-number input,
	.jq-number input {
		font-size: 16px !important;
	}

	/* 3) цена ↔ бонусы ближе; ТП ↔ qty/корзина чуть дальше */
	.catalog .bonus,
	.catalog .catalog-bonus {
		margin-top: 0 !important;
	}
	.catalog-wrapper .catalog .hover-block .volume-wrapper,
	.catalog .hover-block .volume-wrapper,
	.catalog .catalog-info .hover-block .volume-wrapper {
		margin-bottom: 10px;
	}
	.main-new .hover-block .bottom-elem,
	.catalog-wrapper:not(.catalog-row) .catalog .hover-block .bottom-elem,
	.category-content .catalog-wrapper.catalog-main:not(.catalog-row) .catalog .hover-block .bottom-elem {
		margin-top: 8px !important;
	}

	.catalog-wrapper:not(.catalog-row) .catalog,
	.category-content .catalog-wrapper.catalog-main:not(.catalog-row) .catalog {
		overflow: hidden;
	}

	/* 4) левый столбец — без padding-left; правый — без padding-right */
	.catalog-wrapper:not(.catalog-row) .catalog:nth-child(odd),
	.main-new:nth-child(odd),
	.catalog:nth-child(odd) {
		padding-left: 0 !important;
		padding-right: 8px !important;
	}
	.catalog-wrapper:not(.catalog-row) .catalog:nth-child(even),
	.main-new:nth-child(even),
	.catalog:nth-child(even) {
		padding-left: 8px !important;
		padding-right: 0 !important;
	}

	.main-new .hover-block .bottom-elem,
	.catalog-wrapper:not(.catalog-row) .catalog .hover-block .bottom-elem,
	.category-content .catalog-wrapper.catalog-main:not(.catalog-row) .catalog .hover-block .bottom-elem {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		align-items: center;
		justify-content: flex-end;
		gap: 4px !important;
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-bottom: 0 !important;
		padding: 0 !important;
		box-sizing: border-box;
		position: static !important;
		transform: none !important;
	}

	.catalog-wrapper:not(.catalog-row) .catalog .hover-block .bottom-elem .quanity-field,
	.main-new .hover-block .bottom-elem .quanity-field,
	.category-content .catalog-wrapper.catalog-main:not(.catalog-row) .catalog .hover-block .bottom-elem .quanity-field {
		flex: 1 1 auto !important;
		min-width: 0 !important;
		width: auto !important;
		max-width: none !important;
		margin: 0 !important;
	}

	.catalog-wrapper:not(.catalog-row) .catalog .hover-block .bottom-elem .quanity-field .jq-number,
	.main-new .hover-block .bottom-elem .quanity-field .jq-number,
	.category-content .catalog-wrapper.catalog-main:not(.catalog-row) .catalog .hover-block .bottom-elem .quanity-field .jq-number {
		height: 50px !important;
		box-sizing: border-box !important;
	}

	.catalog-wrapper:not(.catalog-row) .catalog .hover-block .bottom-elem .add-to-basket,
	.catalog-wrapper:not(.catalog-row) .catalog .hover-block .bottom-elem .added-to-cart,
	.main-new .hover-block .bottom-elem .add-to-basket,
	.main-new .hover-block .bottom-elem .added-to-cart,
	.category-content .catalog-wrapper.catalog-main:not(.catalog-row) .catalog .hover-block .bottom-elem .add-to-basket,
	.category-content .catalog-wrapper.catalog-main:not(.catalog-row) .catalog .hover-block .bottom-elem .added-to-cart {
		flex: 0 0 50px !important;
		width: 50px !important;
		min-width: 50px !important;
		max-width: 50px !important;
		height: 50px !important;
		margin: 0 !important;
		padding: 0 !important;
		box-sizing: border-box !important;
		border-width: 0 !important;
	}
	.catalog-wrapper:not(.catalog-row) .catalog .hover-block .bottom-elem .added-to-cart,
	.main-new .hover-block .bottom-elem .added-to-cart,
	.category-content .catalog-wrapper.catalog-main:not(.catalog-row) .catalog .hover-block .bottom-elem .added-to-cart {
		border: 1px solid #0D0D0D !important;
		/* border внутри 50px (border-box), высота совпадает с qty */
	}

	/* цены в одну строку; блок цены на всю ширину — бонусы не встают рядом */
	.catalog .price {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		align-items: baseline !important;
		width: 100% !important;
		max-width: 100% !important;
	}
	.catalog .price .new-price,
	.catalog .price .old-price {
		display: inline-block !important;
		float: none !important;
		width: auto !important;
		margin: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.catalog .price .old-price {
		margin-left: 8px !important;
	}
	.catalog .bonus,
	.catalog .catalog-bonus {
		display: flex !important;
		width: 100% !important;
		margin-top: 0 !important;
	}

	/* Выравнивание: только слот ТП; без искусственных min-height и margin-top:auto */
	.catalog-wrapper:not(.catalog-row) .catalog,
	.main-new {
		display: flex !important;
		flex-direction: column !important;
		height: auto;
		min-height: 0;
		box-sizing: border-box;
	}
	.catalog .catalog-info {
		display: flex !important;
		flex-direction: column !important;
		align-items: stretch !important; /* было center → «отступы» у коротких строк */
		justify-content: flex-start !important;
		flex: 0 0 auto;
		width: 100%;
		margin: 0 !important;
	}
	.catalog .code,
	.catalog .title,
	.catalog .stock,
	.catalog .stock2,
	.catalog .price,
	.catalog .catalog-bonus,
	.catalog .bonus {
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		box-sizing: border-box;
		align-self: stretch !important;
	}
	.catalog .code {
		margin-top: 0 !important;
		margin-bottom: 8px !important;
	}
	.catalog .stock2 {
		height: auto !important;
		margin: 0 !important;
		min-height: 0 !important;
	}
	.catalog .stock2:not(:has(*)) {
		display: none !important;
	}
	.catalog .catalog-bonus.is-empty {
		display: none !important;
	}
	/* ТП: одна строка + скролл + градиент по краям при переполнении */
	.catalog-wrapper .catalog > .hover-block .volume-container,
	.catalog > .hover-block .volume-container,
	.main-new > .hover-block .volume-container {
		position: relative;
		width: 100%;
		margin-top: 10px;
		margin-bottom: 8px;
		min-height: 34px;
		box-sizing: border-box;
	}
	.catalog-wrapper .catalog > .hover-block .volume-wrapper,
	.catalog > .hover-block .volume-wrapper,
	.main-new > .hover-block .volume-wrapper {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		align-items: center;
		width: 100%;
		min-height: 34px;
		margin: 0 !important;
		padding: 0;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		-ms-overflow-style: none;
		box-sizing: border-box;
	}
	.catalog > .hover-block .volume-wrapper::-webkit-scrollbar,
	.main-new > .hover-block .volume-wrapper::-webkit-scrollbar {
		display: none;
		height: 0;
	}
	.catalog > .hover-block .volume-wrapper .radio-wrapper,
	.main-new > .hover-block .volume-wrapper .radio-wrapper {
		flex: 0 0 auto !important;
		margin: 0 6px 0 0 !important;
		white-space: nowrap;
	}
	.catalog > .hover-block .volume-wrapper .radio-wrapper:last-child,
	.main-new > .hover-block .volume-wrapper .radio-wrapper:last-child {
		margin-right: 0 !important;
	}
	.catalog > .hover-block .volume-container::before,
	.catalog > .hover-block .volume-container::after,
	.main-new > .hover-block .volume-container::before,
	.main-new > .hover-block .volume-container::after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		width: 28px;
		z-index: 2;
		pointer-events: none;
		opacity: 0;
		transition: opacity 0.15s ease;
	}
	.catalog > .hover-block .volume-container::before,
	.main-new > .hover-block .volume-container::before {
		left: 0;
		/* цвет как у body (#F6F7F9) — карточки прозрачные */
		background: linear-gradient(90deg, #F6F7F9 15%, rgba(246, 247, 249, 0) 100%);
	}
	.catalog > .hover-block .volume-container::after,
	.main-new > .hover-block .volume-container::after {
		right: 0;
		background: linear-gradient(270deg, #F6F7F9 15%, rgba(246, 247, 249, 0) 100%);
	}
	.catalog > .hover-block .volume-container.is-overflow:not(.is-at-start)::before,
	.catalog > .hover-block .volume-container.is-overflow:not(.is-at-end)::after,
	.main-new > .hover-block .volume-container.is-overflow:not(.is-at-start)::before,
	.main-new > .hover-block .volume-container.is-overflow:not(.is-at-end)::after {
		opacity: 1;
	}
	.catalog > .hover-block {
		margin-top: 0;
		width: 100%;
		flex: 0 0 auto;
		flex-direction: column !important;
		align-items: stretch !important;
		justify-content: flex-start !important;
	}
	.catalog > .hover-block .bottom-elem {
		margin-top: 0 !important;
	}
}

/* ==========================================================================
   Global buttons radius — как у «В корзину» в карточке (10px)
   Не трогаем круги/аватары/точки слайдера/хэндлы.
   ========================================================================== */
:root {
	--fm-btn-radius: 10px;
}

.btn,
.btn-black,
.btn-default,
.btn-black__transparent,
.btn.btn-blue,
.btn.btn-gray,
.btn.btn-white__transparent,
.btn.btn-with-ico,
.btn-black.btn-with-ico,
a.btn,
button.btn,
input[type="submit"],
input[type="button"],
button[type="submit"],
button[type="button"].btn,
.show_more,
.show_more a,
.show_more_review,
.category-content .show_more,
.section-search .show_more,
.section-search .show_more a,
.bx-catalog-subscribe-button,
.bx-catalog-subscribe-button.btn-default,
.product-item-detail-buy-button,
.product-item-detail-buy-button.bx-catalog-subscribe-button,
.product-item-detail-info-container .bx-catalog-subscribe-button,
.product-item-detail-info-container .product-item-detail-buy-button,
.catalog .hover-block .bottom-elem .add-to-basket,
.catalog .hover-block .bottom-elem .added-to-cart,
.catalog .hover-block .bottom-elem .bx-catalog-subscribe-button,
.catalog .hover-block .bottom-elem .product-item-detail-buy-button,
.slider-bar .quanity-elem .btn-with-ico,
.slider-bar .quanity-elem .add-to-basket,
.slider-bar .quanity-elem .added-to-cart,
.slider-bar .quanity-elem .product-fav-btn,
.slider-bar .quanity-field .jq-number,
.slider-bar .stock .bx-catalog-subscribe-button,
.slider-bar .stock .product-item-detail-buy-button,
.slider-bar .stock-actions .bx-catalog-subscribe-button,
.slider-bar .bottom-nav .btn,
.order-page .btn,
.order-processed-page .btn,
.modal .btn,
.modal .success-buttons .btn-blue,
.modal.modal-review .btn,
footer form .form-group .btn,
.b2b-block__actions .btn-black,
.b2b-block__actions .btn-black__transparent,
.section-contacts .contact-info .btn-blue,
.section-category .sidebar .btn-blue,
.editing .editing-wrapper .editing-elem .btn,
.shampoo-guide__form .btn-black,
.shampoo-guide-feedback .btn,
.shampoo-guide-feedback .btn-black {
	border-radius: var(--fm-btn-radius) !important;
}

.stock-lines {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}
.stock-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	gap: 4px;
}
.stock-row img {
	margin: 0 8px 0 0;
	flex-shrink: 0;
	width: 8px;
	height: 8px;
}
.stock-clock,
.stock-row.stock-order img,
.fm-fulfill-ext img {
	width: 10px;
	height: 10px;
}
.stock-remote,
.stock-order {
	color: #e67e22;
	font-size: inherit;
	line-height: 1.3;
}
.catalog .stock {
	align-items: flex-start;
}
.catalog .stock .stock-row {
	flex-wrap: nowrap;
}
.catalog .stock img {
	margin-top: 0;
	flex-shrink: 0;
}
.slider-bar .stock-availability {
	align-items: flex-start;
	width: 100%;
}
.slider-bar .stock-remote,
.slider-bar .stock-order {
	margin-top: 2px;
}
.fm-vat {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	width: 100%;
	margin: 6px 0 12px;
	font-size: var(--text-sm);
	line-height: 1.35;
	color: #788192;
}
.fm-info-tip {
	position: relative;
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
	margin-left: 4px;
	cursor: help;
}
.fm-info-tip__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 1px solid #788192;
	color: #788192;
	font-size: 10px;
	font-weight: 600;
	font-style: italic;
	line-height: 1;
	font-family: Georgia, "Times New Roman", serif;
}
.fm-info-tip.is-open,
.fm-info-tip:hover,
.fm-info-tip:focus,
.fm-info-tip:focus-within {
	z-index: 50;
}
.catalog:has(.fm-info-tip.is-open),
.catalog:has(.fm-info-tip:hover),
.catalog:has(.fm-info-tip:focus),
.catalog:has(.fm-info-tip:focus-within) {
	z-index: 40;
}
.fm-info-tip__text {
	position: absolute;
	z-index: 20;
	left: 50%;
	bottom: calc(100% + 8px);
	transform: translateX(-50%);
	width: 240px;
	max-width: calc(100vw - 16px);
	box-sizing: border-box;
	padding: 10px 12px;
	background: #fff;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
	border-radius: 8px;
	color: #788192;
	font-size: var(--text-sm);
	line-height: 1.4;
	font-style: normal;
	font-weight: 400;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.2s ease, visibility 0.2s ease;
}
.fm-info-tip.is-placed .fm-info-tip__text {
	position: fixed;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	transform: none;
	z-index: 5000;
}
html.fm-info-tip-js .fm-info-tip:hover .fm-info-tip__text,
html.fm-info-tip-js .fm-info-tip:focus .fm-info-tip__text,
html.fm-info-tip-js .fm-info-tip:focus-within .fm-info-tip__text {
	opacity: 0;
	visibility: hidden;
}
html.fm-info-tip-js .fm-info-tip.is-open .fm-info-tip__text {
	opacity: 1;
	visibility: visible;
}
.fm-info-tip:hover .fm-info-tip__text,
.fm-info-tip:focus .fm-info-tip__text,
.fm-info-tip:focus-within .fm-info-tip__text {
	opacity: 1;
	visibility: visible;
}
.fm-product-avail {
	width: 100%;
	margin: 10px 0 0;
}
.fm-product-avail .stock-status {
	margin: 0;
}
.fm-product-avail .stock-delivery {
	margin-top: 8px;
}
.fm-fulfill-ext,
.fm-stock-ext-item .fm-fulfill-ext {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4px;
	width: 100%;
	font-size: var(--text-sm);
}
.fm-fulfill-ext img {
	margin: 0 8px 0 0;
	width: 8px;
	height: 8px;
	flex-shrink: 0;
}
.fm-stock-ext-item {
	align-items: center;
}
.fm-stock-ext-item .stock-item-svg {
	display: none;
}
.stock-item-title {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.bx-soa-pp-delivery-period {
	margin-top: 4px;
	font-size: 12px;
	font-weight: 400;
	color: #788192;
	line-height: 1.3;
}

/* Превью: значок i у цены (НДС) и у наличия своего склада */
.catalog .price .fm-info-tip,
.catalog .price-mob .fm-info-tip,
.catalog .stock .fm-info-tip {
	flex-shrink: 0;
	margin-left: 4px;
}
.catalog .price .fm-info-tip,
.catalog .price-mob .fm-info-tip {
	align-self: center;
}
.catalog .fm-info-tip__text {
	left: auto;
	right: 0;
	transform: none;
	bottom: auto;
	top: calc(100% + 6px);
	width: min(220px, calc(100vw - 16px));
	z-index: 5000;
}
.catalog .fm-info-tip.is-placed .fm-info-tip__text {
	right: auto;
	top: auto;
	z-index: 5000;
}
.catalog .stock .stock-row {
	flex-wrap: wrap;
}

/* === Checkout page redesign (2026-08-18) === */
.order-page .section-checkout {
	padding: 24px 0 80px;
}

.order-page .checkout-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 8px;
	margin: 0 0 16px;
	font-size: var(--text-sm);
	color: #788192;
}

.order-page .checkout-breadcrumbs a {
	color: #4D69BB;
	text-decoration: none;
}

.order-page .checkout-breadcrumbs a:hover {
	color: #0D0D0D;
}

.order-page .checkout-breadcrumbs__sep {
	opacity: 0.45;
	user-select: none;
}

.order-page .checkout-breadcrumbs__current {
	color: #0D0D0D;
}

.order-page .checkout-head {
	margin: 0 0 28px;
}

.order-page .checkout-head__subtitle {
	margin: 8px 0 0;
	font-size: var(--text-sm);
	color: #788192;
	font-weight: 400;
}

.order-page .checkout-form #bx-soa-order {
	margin-left: -15px;
	margin-right: -15px;
}

.order-page .checkout-form .bx-soa {
	padding-bottom: 0;
}

.order-page #bx-soa-orderSave {
	margin-top: 0;
	padding: 0 15px;
}

.order-page #bx-soa-orderSave .checkout-submit-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	min-width: 220px;
	margin: 16px 0 0 auto;
	float: right;
	font-size: var(--text-sm);
	font-weight: 500;
}

.order-page .bx-soa-sidebar {
	padding-left: 8px;
}

.order-page .bx-soa-cart-total.bx-soa-cart-total-fixed {
	top: 24px;
}

.order-page .bx-soa-cart-total .bx-soa-cart-total-line-total {
	padding-top: 14px;
	margin-top: 8px;
	border-top: 1px solid #e8e9eb;
}

.order-page .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-t,
.order-page .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d {
	font-size: var(--text-sm, 15px);
	font-weight: 600;
	color: #0D0D0D;
}

.order-page .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d {
	font-size: var(--text-2xl, 28px);
	font-weight: 600;
}

.order-page .bx-soa-cart-total .bx-soa-cart-t,
.order-page .bx-soa-cart-total .bx-soa-cart-d {
	font-size: var(--text-sm, 15px);
}

.order-page .bx-soa-cart-total .bx-soa-cart-t {
	color: #788192;
	font-weight: 400;
}

.order-page .bx-soa-cart-total .bx-soa-cart-d {
	color: #0D0D0D;
	font-weight: 500;
}

.order-page .bx-soa-cart-total .bx-soa-cart-total-line:first-child .bx-soa-cart-t,
.order-page .bx-soa-cart-total .bx-soa-cart-total-line:first-child .bx-soa-cart-d {
	font-size: var(--text-sm, 15px);
	font-weight: 600;
	color: #0D0D0D;
}

.order-page .bx-soa-item-td-text .bx-price,
.order-page .bx-price.all {
	color: #0D0D0D;
	font-weight: 600;
}

.order-page .bx-soa-cart-total .bx-soa-cart-total-line:first-child {
	align-items: flex-start;
}

.order-page .bx-soa-cart-total .bx-soa-cart-total-line:first-child .bx-soa-cart-d {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	white-space: normal;
	gap: 2px;
	text-align: right;
}

.order-page .bx-soa-cart-total .bx-soa-cart-total-line:first-child .bx-soa-cart-d-current {
	white-space: nowrap;
}

.order-page .bx-soa-cart-total .bx-soa-cart-total-line:first-child .bx-price-old {
	display: block;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.3;
}

.order-page .bx-soa-pp-company-graf-container {
	border-radius: 10px;
	border-color: #e8e9eb;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.order-page .bx-soa-pp-company:hover .bx-soa-pp-company-graf-container {
	border-color: #CBD2DF;
}

.order-page .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container {
	border-color: #e67e22;
	box-shadow: 0 0 0 2px rgba(230, 126, 34, 0.28);
}

.order-page .bx-soa-pp-company.bx-selected:hover .bx-soa-pp-company-graf-container {
	border-color: #e67e22;
}

.order-page .checkout-order-save__consent {
	margin: 0 0 8px;
}

.order-page .checkout-order-save__consent .checkbox-wrapper {
	margin: 0;
}

.order-page .checkout-order-save__consent .checkbox-wrapper .text {
	line-height: 1.5;
	font-weight: 400;
}

.order-page .main-user-consent-request.checkbox-wrapper .text,
.order-page .main-user-consent-request .main-user-consent-request-announce,
.order-page .main-user-consent-request .main-user-consent-request-announce-link {
	font-weight: 400;
	font-size: var(--text-xs, 13px);
	color: #0D0D0D;
	line-height: 1.5;
}

.order-page .main-user-consent-request .main-user-consent-request-announce a {
	font-weight: 400;
}

.order-page .bx-soa-pp-company {
	cursor: pointer;
}

@media screen and (min-width: 768px) {
	.order-page #bx-soa-delivery .bx-soa-pp,
	.order-page #bx-soa-paysystem .bx-soa-pp,
	.order-page #bx-soa-pickup {
		font-size: 15px;
	}

	.order-page .bx-soa-pp-company-smalltitle,
	.order-page .bx-soa-pp-company-subTitle,
	.order-page .bx-soa-pp-company-title,
	.order-page .bx-soa-pp-company-desc,
	.order-page .bx-soa-pp-list,
	.order-page .bx-soa-pp-list-termin,
	.order-page .bx-soa-pp-list-description,
	.order-page .bx-soa-pp-company-block,
	.order-page .bx-soa-pp-company-block label,
	.order-page .bx-soa-pp-company-block .form-control,
	.order-page .bx-soa-pp-price,
	.order-page .bx-soa-pp-delivery-period,
	.order-page .bx-soa-pickup-subTitle,
	.order-page .bx-soa-pickup-list,
	.order-page .bx-soa-pickup-l-item-adress,
	.order-page .bx-soa-pickup-l-item-name,
	.order-page .bx-soa-pickup-l-item-desc {
		font-size: 15px;
		line-height: 1.4;
	}
}

.order-page .bx-soa-pp-company-smalltitle,
.order-page .bx-soa-pp-company-subTitle {
	color: #0D0D0D;
}

.order-page #bx-soa-region .bx-soa-custom-label,
.order-page .bx-soa-location-input-container > .bx-soa-custom-label {
	font-size: 15px;
	font-weight: 500;
	color: #0D0D0D;
}

.order-page .bx-soa-section-title.col-sm-9 {
	padding-left: 0;
}

.order-page .bx-soa-cart-total .bx-soa-cart-total-line.bx-soa-cart-total-line-tax {
	padding: 2px 0 8px;
	margin: 0;
	font-size: 13px !important;
	line-height: 1.35;
	border-top: none;
}

.order-page .bx-soa-cart-total .bx-soa-cart-total-line.bx-soa-cart-total-line-tax .bx-soa-cart-t,
.order-page .bx-soa-cart-total .bx-soa-cart-total-line.bx-soa-cart-total-line-tax .bx-soa-cart-d {
	font-size: 13px !important;
	font-weight: 400;
	color: #788192;
}

.order-page .fm-vat {
	font-size: var(--text-xs, 13px);
	margin: 4px 0 8px;
	line-height: 1.35;
}

.order-page .tfl__link-container.fm-geo-slot--city {
	display: inline-flex;
	align-items: center;
	flex-wrap: nowrap;
	vertical-align: top;
	line-height: 1.4;
	max-width: 100%;
}

.order-page .tfl__link-container.fm-geo-slot--city > span {
	display: inline-flex;
	align-items: center;
	flex: 0 1 auto;
	min-width: 0;
}

.order-page .tfl__link.tfl__link_order,
.order-page .tfl__link.tfl__link_order:hover,
.order-page .fm-geo-city-link,
.order-page .fm-geo-city-link:hover {
	display: inline-block;
	font-weight: 500 !important;
	line-height: 1.4 !important;
	border-bottom: 1px dashed #788192 !important;
	white-space: nowrap;
	text-decoration: none !important;
	vertical-align: baseline;
	box-sizing: border-box;
}

.order-page .tfl__link.tfl__link_order:hover,
.order-page .fm-geo-city-link:hover {
	border-bottom-color: #0D0D0D !important;
	color: #0D0D0D;
}

.order-page .tfl__link-container.fm-geo-slot--city input[type="hidden"] {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
	overflow: hidden;
}

.order-page .bx-sls .quick-locations,
.order-page .bx-slst .quick-locations,
.order-page .bx-soa-location-input-container .quick-locations {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 12px;
}

.order-page .bx-sls .quick-location-tag,
.order-page .bx-slst .quick-location-tag,
.order-page .bx-soa-location-input-container .quick-location-tag {
	display: inline-flex !important;
	align-items: center;
	flex: 0 0 auto;
	margin: 0 !important;
	margin-bottom: 0 !important;
	white-space: nowrap !important;
	font-weight: 400 !important;
	border: 1px solid #e8e9eb !important;
	box-sizing: border-box !important;
	min-height: 36px;
	height: auto !important;
	padding: 8px 16px !important;
	line-height: 1.35 !important;
	text-decoration: none !important;
	vertical-align: top;
}

.order-page .bx-sls .quick-location-tag:hover,
.order-page .bx-slst .quick-location-tag:hover,
.order-page .bx-soa-location-input-container .quick-location-tag:hover {
	font-weight: 400 !important;
	border-width: 1px !important;
	background-color: #fff;
	border-color: #CBD2DF !important;
	color: #0D0D0D !important;
}

.order-page .bx-soa-location-input-container .bx-ui-sls-fake,
.order-page .bx-soa-location-input-container .bx-combobox-fake-as-input {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.order-page .form-group.bx-soa-customer-field .soa-property-container textarea,
.order-page .form-group.bx-soa-customer-field textarea#orderDescription {
	width: 100%;
	min-height: 100px;
	resize: vertical;
}

@media screen and (min-width: 1100px) {
	.order-page .form-group.bx-soa-customer-field .soa-property-container {
		flex: 1 1 auto;
		min-width: 0;
	}
}

.order-page .bx-soa-item-img-block img {
	border-radius: 8px;
}

.order-page .bx-soa-item-td {
	border-top-color: #f0f2f5;
}

.order-page .bx-soa-item-title a {
	color: #0D0D0D;
	font-weight: 500;
}

.order-page .bx-soa-item-title a:hover {
	color: #4D69BB;
}

.order-page .bx-soa .form-control {
	border: 1px solid #CBD2DF;
	border-radius: var(--fm-btn-radius, 10px);
	min-height: 48px;
	font-size: var(--text-sm);
	padding: 10px 15px;
	box-shadow: none;
}

.order-page .bx-soa .form-control:focus {
	border-color: #4D69BB;
	outline: none;
}

.order-page .bx-soa-reference {
	font-size: 13px;
	color: #788192;
	line-height: 1.5;
}

.order-page .bx-soa-section.bx-step-completed .bx-soa-section-content {
	color: #788192;
	font-size: var(--text-sm);
}

.order-page .checkout-success-card {
	max-width: 720px;
	margin: 0 auto;
	padding: 32px;
	background: #fff;
	border: 1px solid #e8e9eb;
	border-radius: 12px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
}

.order-page .checkout-success-card .section-main-title {
	margin-bottom: 16px;
}

.order-page .checkout-success-card .sale_order_full_table {
	width: 100%;
	border: 0;
}

.order-page .checkout-success-card .sale_order_full_table td {
	padding: 8px 0;
	font-size: var(--text-sm);
	line-height: 1.6;
	border: 0;
}

.order-page .checkout-success-card a {
	color: #4D69BB;
}

.order-page .checkout-success-card a:hover {
	color: #0D0D0D;
}

@media screen and (max-width: 991px) {
	.order-page .checkout-form #bx-soa-order {
		margin-left: 0;
		margin-right: 0;
	}

	.order-page .bx-soa-sidebar {
		padding-left: 15px;
		margin-top: 8px;
	}

	.order-page #bx-soa-orderSave .checkout-submit-btn {
		width: 100%;
		float: none;
	}
}

@media screen and (max-width: 767px) {
	.order-page .section-checkout {
		padding: 16px 0 48px;
	}

	.order-page .checkout-head {
		margin-bottom: 20px;
	}

	.order-page .checkout-success-card {
		padding: 20px 16px;
	}

	.order-page #bx-soa-delivery .bx-soa-pp-item-container > .bx-soa-pp-company,
	.order-page #bx-soa-paysystem .bx-soa-pp-item-container > .bx-soa-pp-company {
		width: 50%;
		float: left;
		padding: 4px 8px;
	}

	.order-page .bx-soa-pp-desc-container,
	.order-page .bx-soa-pp-desc-container > .bx-soa-pp-company,
	.order-page .bx-soa-pp-desc-container .bx-soa-pp-company {
		width: 100% !important;
		max-width: 100% !important;
		float: none !important;
		clear: both !important;
	}

	.order-page .bx-soa-pp-item-container,
	.order-page .bx-soa-pp-desc-container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.order-page .bx-soa-pp-desc-container .bx-soa-pp-company {
		padding: 12px 14px !important;
		border-radius: 10px;
		margin-left: 8px;
		margin-right: 8px;
		width: calc(100% - 16px) !important;
	}

	.order-page .bx-soa-pp-desc-container .bx-soa-pp-company-subTitle {
		margin: 0 0 10px;
		padding: 0;
		font-size: 15px;
		line-height: 1.35;
	}

	.order-page .bx-soa-pp-desc-container .bx-soa-pp-company-logo {
		padding-top: 0;
		margin-bottom: 10px;
	}

	.order-page .bx-soa-pp-desc-container .bx-soa-pp-company-block {
		margin: 10px 0;
	}

	.order-page .bx-soa-pp-desc-container .bx-soa-pp-company-desc {
		padding-top: 0;
		margin: 8px 0;
		line-height: 1.4;
	}

	.order-page .bx-soa-pp-desc-container .bx-soa-pp-company-desc a,
	.order-page .bx-soa-pp-desc-container .bx-soa-pp-company-block a,
	.order-page .bx-soa-pp-desc-container .bx-soa-pp-company .btn {
		display: inline-block;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.order-page .bx-soa-pp-desc-container ul.bx-soa-pp-list {
		margin-top: 12px;
	}

	.order-page .bx-soa-pp-item-container > .bx-soa-pp-company:nth-child(2n+1) {
		clear: both;
	}

	.order-page .bx-soa-pp-item-container .bx-soa-pp-company-graf-container {
		padding-top: 38%;
		border-radius: 8px;
	}

	.order-page .bx-soa-pp-item-container > .bx-soa-pp-company .bx-soa-pp-company-smalltitle {
		font-size: 11px;
		line-height: 1.25;
		padding-top: 4px;
		padding-bottom: 2px;
	}

	.order-page .bx-soa-pp-item-container .bx-soa-pp-delivery-cost {
		font-size: 10px;
	}

	.order-page .bx-soa-pp-item-container .bx-soa-pp-delivery-period {
		font-size: 10px;
	}

	.order-page .bx-soa-pp-desc-container {
		padding-top: 12px;
		margin-top: 0;
	}

	.order-page .bx-soa-pp-item-container {
		width: 100%;
		clear: both;
	}

	.order-page .bx-soa-cart-total {
		padding-bottom: 24px;
	}

	.order-page .bx-soa-cart-total-button-container {
		padding-bottom: 8px;
	}

	.order-page #bx-soa-orderSave {
		padding-bottom: 16px;
	}

	.order-page .bx-soa-cart-total .bx-soa-cart-total-line:first-child .bx-soa-cart-d {
		flex-direction: row;
		align-items: baseline;
		flex-wrap: wrap;
		justify-content: flex-end;
		gap: 8px;
		white-space: nowrap;
	}

	.order-page .bx-soa-cart-total .bx-soa-cart-total-line:first-child .bx-price-old {
		display: inline;
	}
	.order-page .bx-soa-cart-total.bx-soa-cart-total-bottom {
		position: static !important;
		width: 100% !important;
		opacity: 1 !important;
	}

	.order-page .bx-soa-cart-total-ghost {
		display: none !important;
		padding-top: 0 !important;
	}
}
