:root {
  --msw: 100%;
  --containerPadding: 15px;
  --narrow: 800px;
  --narrowContent: 800px;
}
:root.v_tablet {
  --containerPadding: 24px;
}
:root.d_desktop {
  --containerPadding: 50px;
}
@font-face {
  font-family: 'IBMPlexSans';
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/IBMPlexSans/IBMPlexSans-Thin.woff2');
}
@font-face {
  font-family: 'IBMPlexSans';
  font-weight: 100;
  font-style: italic;
  font-display: swap;
  src: url('../fonts/IBMPlexSans/IBMPlexSans-ThinItalic.woff2');
}
@font-face {
  font-family: 'IBMPlexSans';
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/IBMPlexSans/IBMPlexSans-ExtraLight.woff2');
}
@font-face {
  font-family: 'IBMPlexSans';
  font-weight: 200;
  font-style: italic;
  font-display: swap;
  src: url('../fonts/IBMPlexSans/IBMPlexSans-ExtraLightItalic.woff2');
}
@font-face {
  font-family: 'IBMPlexSans';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/IBMPlexSans/IBMPlexSans-Light.woff2');
}
@font-face {
  font-family: 'IBMPlexSans';
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  src: url('../fonts/IBMPlexSans/IBMPlexSans-LightItalic.woff2');
}
@font-face {
  font-family: 'IBMPlexSans';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/IBMPlexSans/IBMPlexSans-Regular.woff2');
}
@font-face {
  font-family: 'IBMPlexSans';
  font-weight: normal;
  font-style: italic;
  font-display: swap;
  src: url('../fonts/IBMPlexSans/IBMPlexSans-Italic.woff2');
}
@font-face {
  font-family: 'IBMPlexSans';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/IBMPlexSans/IBMPlexSans-SemiBold.woff2');
}
@font-face {
  font-family: 'IBMPlexSans';
  font-weight: 600;
  font-style: italic;
  font-display: swap;
  src: url('../fonts/IBMPlexSans/IBMPlexSans-SemiBoldItalic.woff2');
}
@font-face {
  font-family: 'IBMPlexSans';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/IBMPlexSans/IBMPlexSans-Bold.woff2');
}
@font-face {
  font-family: 'IBMPlexSans';
  font-weight: bold;
  font-style: italic;
  font-display: swap;
  src: url('../fonts/IBMPlexSans/IBMPlexSans-BoldItalic.woff2');
}
/*
@font-family: 'Swiss_721';

@font-face {
	font-family: @font-family;
	font-weight: 100;
	font-style: normal;
	font-display: swap;
	src: url('../fonts/@{font-family}/@{font-family}-Thin.otf');
}

@font-face {
	font-family: @font-family;
	font-weight: 100;
	font-style: italic;
	font-display: swap;
	src: url('../fonts/@{font-family}/@{font-family}-ThinItalic.otf');
}

@font-face {
	font-family: @font-family;
	font-weight: 300;
	font-style: normal;
	font-display: swap;
	src: url('../fonts/@{font-family}/@{font-family}-Light.otf');
}

@font-face {
	font-family: @font-family;
	font-weight: 300;
	font-style: italic;
	font-display: swap;
	src: url('../fonts/@{font-family}/@{font-family}-LightItalic.otf');
}

@font-face {
	font-family: @font-family;
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	src: url('../fonts/@{font-family}/@{font-family}-Regular.woff2');
}

@font-face {
	font-family: @font-family;
	font-weight: normal;
	font-style: italic;
	font-display: swap;
	src: url('../fonts/@{font-family}/@{font-family}-Italic.otf');
}

@font-face {
	font-family: @font-family;
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	src: url('../fonts/@{font-family}/@{font-family}-Medium.otf');
}

@font-face {
	font-family: @font-family;
	font-weight: 500;
	font-style: italic;
	font-display: swap;
	src: url('../fonts/@{font-family}/@{font-family}-MediumItalic.otf');
}

@font-face {
	font-family: @font-family;
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	src: url('../fonts/@{font-family}/@{font-family}-Heavy.otf');
}

@font-face {
	font-family: @font-family;
	font-weight: 600;
	font-style: italic;
	font-display: swap;
	src: url('../fonts/@{font-family}/@{font-family}-HeavyItalic.otf');
}

@font-face {
	font-family: @font-family;
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	src: url('../fonts/@{font-family}/@{font-family}-Bold.otf');
}

@font-face {
	font-family: @font-family;
	font-weight: bold;
	font-style: italic;
	font-display: swap;
	src: url('../fonts/@{font-family}/@{font-family}-BoldItalic.otf');
}

@font-face {
	font-family: @font-family;
	font-weight: 800;
	font-style: normal;
	font-display: swap;
	src: url('../fonts/@{font-family}/@{font-family}-Black.otf');
}

@font-face {
	font-family: @font-family;
	font-weight: 800;
	font-style: italic;
	font-display: swap;
	src: url('../fonts/@{font-family}/@{font-family}-BlackItalic.otf');
}
*/
@font-face {
  font-family: 'EBGaramond';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/EBGaramond/EBGaramond-Regular.woff2');
}
@font-face {
  font-family: 'EBGaramond';
  font-weight: normal;
  font-style: italic;
  font-display: swap;
  src: url('../fonts/EBGaramond/EBGaramond-Italic.woff2');
}
@font-face {
  font-family: 'EBGaramond';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/EBGaramond/EBGaramond-Medium.woff2');
}
@font-face {
  font-family: 'EBGaramond';
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  src: url('../fonts/EBGaramond/EBGaramond-MediumItalic.woff2');
}
@font-face {
  font-family: 'EBGaramond';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/EBGaramond/EBGaramond-SemiBold.woff2');
}
@font-face {
  font-family: 'EBGaramond';
  font-weight: 600;
  font-style: italic;
  font-display: swap;
  src: url('../fonts/EBGaramond/EBGaramond-SemiBoldItalic.woff2');
}
@font-face {
  font-family: 'EBGaramond';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/EBGaramond/EBGaramond-Bold.woff2');
}
@font-face {
  font-family: 'EBGaramond';
  font-weight: bold;
  font-style: italic;
  font-display: swap;
  src: url('../fonts/EBGaramond/EBGaramond-BoldItalic.woff2');
}
@font-face {
  font-family: 'EBGaramond';
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/EBGaramond/EBGaramond-ExtraBold.woff2');
}
@font-face {
  font-family: 'EBGaramond';
  font-weight: 800;
  font-style: italic;
  font-display: swap;
  src: url('../fonts/EBGaramond/EBGaramond-ExtraBoldItalic.woff2');
}
.boundBlock {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--containerPadding);
  padding-right: var(--containerPadding);
  max-width: var(--msw);
  box-sizing: border-box;
}
.themeScroll {
  overflow-y: auto;
  overflow-x: hidden;
}
.themeScroll::-webkit-scrollbar {
  width: 2px;
}
.themeScroll::-webkit-scrollbar:horizontal {
  height: 2px;
}
.themeScroll::-webkit-scrollbar-track {
  background-color: transparent;
}
.themeScroll::-webkit-scrollbar-thumb {
  background-color: #444444;
  border-radius: 2px;
}
.themeScroll::-webkit-scrollbar-thumb:hover {
  background-color: #444444;
}
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  /* &.icon-comment,
	&.icon-star {
		fill: none;
	} */
}
.icon.icon-heart {
  fill: none;
}
.in-wishlist .icon.icon-heart {
  fill: #99a4b2;
  stroke: #99a4b2;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
}
html.overlay,
html.nav-open {
  height: 100%;
}
html.overlay.touch,
html.nav-open.touch {
  overflow: hidden;
}
html.overlay.no-touch.full-size,
html.nav-open.no-touch.full-size {
  overflow: hidden;
}
html.overlay.no-touch:not(.full-size),
html.nav-open.no-touch:not(.full-size) {
  overflow-x: hidden;
  overflow-y: scroll;
}
html.overlay.no-touch:not(.full-size) body,
html.nav-open.no-touch:not(.full-size) body {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
}
body {
  margin: 0;
  font-family: 'IBMPlexSans';
  font-size: 14px;
  font-weight: 500;
  color: #242935;
  -webkit-tap-highlight-color: transparent;
}
a {
  outline: none;
  transition: color 0.3s;
  color: currentColor;
}
.touch a {
  transition: none;
}
.touch a:hover {
  color: currentColor;
}
input::-webkit-search-cancel-button,
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input,
textarea {
  font-family: 'IBMPlexSans';
}
.page-wrapper {
  min-height: 100vh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.page-wrapper > * {
  width: 100%;
}
.page-main {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--containerPadding);
  padding-right: var(--containerPadding);
  max-width: var(--msw);
  box-sizing: border-box;
  flex-grow: 1;
}
img {
  max-width: 100%;
}
[data-dropdown-container].open {
  z-index: 5;
}
[data-dropdown-container] [data-dropdown-toggle],
[data-dropdown-container] [data-dropdown-content] {
  box-sizing: border-box;
}
[data-dropdown-container] [data-dropdown-toggle] {
  padding: unset;
  color: currentColor;
}
[data-dropdown-container] [data-dropdown-toggle] .icon-arrow_down {
  margin-left: 7px;
}
[data-dropdown-container] [data-dropdown-content] {
  padding: unset;
  box-shadow: none;
}
.button-extend {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  height: 50px;
  padding: 0 15px;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  font-family: 'IBMPlexSans';
  background: #242935;
  color: #FFF;
}
.button-extend.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  height: 50px;
  padding: 0 15px;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  font-family: 'IBMPlexSans';
  color: #FFF;
  color: #fff;
  background: #242935;
  border: none;
}
.button.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.d_mobile .button:active {
  background-color: #222222;
}
.d_desktop .button:hover {
  background-color: #222222;
}
.d_desktop .button:active {
  background: #242935;
}
.button-light {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  height: 50px;
  padding: 0 15px;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  font-family: 'IBMPlexSans';
  background: #242935;
  color: #FFF;
  color: #242935;
  background: #fff;
  border: 1px solid #242935;
}
.button-light.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.d_mobile .button-light:active {
  background: #f2f4f6;
}
.d_desktop .button-light:hover {
  background: #f2f4f6;
}
.d_desktop .button-light:active {
  background: #fff;
}
.page.messages {
  --messagePadding: 0px;
  --borderRadius: 0;
  --translateTop: 300px;
  --minHeight: 60px;
  --content: 300px;
  background: #fff;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(calc((100% + 20px) * -1));
  transition: transform 0.2s linear;
  border-radius: var(--borderRadius);
}
.d_desktop .page.messages {
  --borderRadius: 4px;
  --translateTop: 300px;
  --minHeight: 40px;
}
.d_desktop .page.messages {
  left: 50%;
  width: calc(var(--content) + (var(--messagePadding) * 2));
  margin-left: calc((var(--content) / 2 + var(--messagePadding)) * -1);
}
.page.messages .hide-message {
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -16px;
  right: 10px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, color 0.3s;
}
.d_desktop .page.messages .hide-message {
  transition: color 0.3s;
}
.d_desktop .page.messages .hide-message:hover {
  color: #242935;
}
.page.messages .hide-message .icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.page.messages.show {
  transform: translateY(var(--translateTop));
}
.page.messages.show .hide-message {
  opacity: 1;
  visibility: visible;
}
.page.messages [role="alert"] {
  margin: 0 0 4px;
}
.page.messages [role="alert"]:not(:last-child) {
  display: none;
}
.page.messages .messages .message-success,
.page.messages .messages .message-error {
  min-height: var(--minHeight);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 16px 45px 16px 24px;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  border-radius: var(--borderRadius);
  background: #99a4b2;
  box-shadow: 0 0 15px 0 #99a4b2;
}
.d_mobile .page.messages .messages .message-success,
.d_mobile .page.messages .messages .message-error {
  font-size: 14px;
  line-height: 16px;
}
.d_desktop .page.messages .messages .message-success,
.d_desktop .page.messages .messages .message-error {
  padding: 16px 50px;
}
.page.messages .messages .message-success > div:not(.hide-message),
.page.messages .messages .message-error > div:not(.hide-message) {
  position: relative;
  display: block;
  padding-left: 30px;
  box-sizing: border-box;
}
.d_desktop .page.messages .messages .message-success > div:not(.hide-message),
.d_desktop .page.messages .messages .message-error > div:not(.hide-message) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page.messages .messages .message-success > div:not(.hide-message) a,
.page.messages .messages .message-error > div:not(.hide-message) a {
  margin: 0 5px;
}
.page.messages .messages .message-success a,
.page.messages .messages .message-error a {
  text-decoration: underline;
  color: currentColor;
}
.page.messages .messages .message-success a:hover,
.page.messages .messages .message-error a:hover {
  text-decoration: none;
}
.page.messages .messages .message-success {
  color: #fff;
}
.page.messages .messages .message-success > div:before {
  background-image: url(../images/success.svg);
}
.page.messages .messages .message-error {
  color: #fff;
  text-shadow: 0 0 3px #b30000;
}
.page.messages .messages .message-error > div:before {
  background-image: url(../images/error.svg);
  box-shadow: 0 0 3px 0 #b30000;
}
.breadcrumbs {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--containerPadding);
  padding-right: var(--containerPadding);
  max-width: var(--msw);
  box-sizing: border-box;
}
.breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumbs .items {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 0;
}
.breadcrumbs .items .item {
  display: inline-flex;
  align-items: center;
}
.breadcrumbs .items .item a {
  text-decoration: none;
}
.breadcrumbs .items .item a,
.breadcrumbs .items .item strong {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.6);
  transition: color 0.3s;
  word-break: break-word;
}
.breadcrumbs .items .item strong {
  cursor: default;
}
.breadcrumbs .items .item:not(:last-child):after {
  content: '';
  display: inline-flex;
  width: 6px;
  height: 6px;
  margin: 0 13px 0 10px;
  border-style: solid;
  border-color: #666;
  border-width: 1px 1px 0 0;
  position: relative;
  transform: rotate(45deg);
}
.d_desktop .breadcrumbs .items .item a {
  transition: color 0.3s;
}
.d_desktop .breadcrumbs .items .item a:hover {
  color: #99a4b2;
}
.theme-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #111111;
  word-wrap: break-word;
}
.d_desktop .theme-title {
  font-size: 25px;
  font-weight: bold;
}
.section-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 25px;
}
.d_desktop .section-title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 40px;
}
.show-more {
  height: 20px;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  color: #99a4b2;
}
.d_desktop .show-more {
  transition: color 0.3s;
}
.d_desktop .show-more:hover {
  color: #242935;
}
.show-more .text {
  display: block;
  line-height: 1;
}
.show-more .icon-block {
  width: 20px;
  height: 20px;
}
.show-more .icon-block .icon {
  width: 100%;
  height: 100%;
  position: relative;
  transform: rotate(-90deg);
}
.form-extend {
  --inputHeight: 50px;
  --padding: 20px;
  --fieldsBg: #fff;
}
.form-extend fieldset {
  border: none;
  display: block;
}
.form-extend .field:not(.choice) .label {
  display: none;
}
.form-extend .field.captcha {
  display: flex;
  flex-direction: column;
}
.form-extend .field input:not([type="radio"]):not([type="checkbox"]),
.form-extend .field textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  background: var(--fieldsBg);
  border: none;
  border-bottom: 1px solid rgba(36, 41, 53, 0.15);
  padding: 0;
  font-size: 16px;
}
.form-extend .field input:not([type="radio"]):not([type="checkbox"])::-webkit-input-placeholder,
.form-extend .field textarea::-webkit-input-placeholder {
  color: rgba(36, 41, 53, 0.6);
  opacity: 1;
}
.form-extend .field input:not([type="radio"]):not([type="checkbox"])::-moz-placeholder,
.form-extend .field textarea::-moz-placeholder {
  color: rgba(36, 41, 53, 0.6);
  opacity: 1;
}
.form-extend .field input:not([type="radio"]):not([type="checkbox"]):-ms-input-placeholder,
.form-extend .field textarea:-ms-input-placeholder {
  color: rgba(36, 41, 53, 0.6);
  opacity: 1;
}
.form-extend .field input:not([type="radio"]):not([type="checkbox"]):-moz-placeholder,
.form-extend .field textarea:-moz-placeholder {
  color: rgba(36, 41, 53, 0.6);
  opacity: 1;
}
.form-extend .field input:not([type="radio"]):not([type="checkbox"]):-webkit-autofill,
.form-extend .field textarea:-webkit-autofill {
  box-shadow: inset 0 0 0 500px var(--fieldsBg);
}
.form-extend .field input:not([type="radio"]):not([type="checkbox"]):focus,
.form-extend .field textarea:focus {
  border-bottom-color: #242935;
}
.form-extend .field input:not([type="radio"]):not([type="checkbox"]).mage-error,
.form-extend .field textarea.mage-error {
  border-bottom-color: #b30000;
}
.form-extend .field input {
  height: var(--inputHeight);
  outline: none;
  transition: border-color 0.3s;
}
.form-extend .field .phonemask-validation {
  -webkit-appearance: none;
}
.form-extend .field textarea {
  -webkit-appearance: none;
  resize: vertical;
  min-height: 170px;
}
.form-extend .field [id="password-strength-meter-container"] {
  margin-top: 5px;
  font-size: 14px;
  /* &.password-none,
			&.password-weak {
				span {
					color: red;
				}
			} */
}
.form-extend .field [id="password-strength-meter-container"] span {
  color: red;
}
.form-extend .field [id="password-strength-meter-container"].password-very-strong span {
  color: #50C83A;
}
.form-extend .password-wrap {
  position: relative;
}
.form-extend .password-wrap .icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 10px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s, visibility 0.3s;
}
.form-extend .password-wrap input[type="password"][style*="display: none"] ~ .icon,
.form-extend .password-wrap input[type="password"][style*="display:none"] ~ .icon {
  display: none;
}
.form-extend .password-wrap input[type="password"] ~ .icon-eye-disabled {
  visibility: hidden;
  opacity: 0;
}
.form-extend .password-wrap input[type="text"] ~ .icon-eye {
  visibility: hidden;
  opacity: 0;
}
.form-extend button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  height: 50px;
  padding: 0 15px;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  font-family: 'IBMPlexSans';
  color: #FFF;
  color: #fff;
  background: #242935;
  border: none;
}
.form-extend button.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.d_mobile .form-extend button:active {
  background-color: #222222;
}
.d_desktop .form-extend button:hover {
  background-color: #222222;
}
.d_desktop .form-extend button:active {
  background: #242935;
}
input[type="radio"] {
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  margin-right: 15px;
  border: none;
  border-radius: 50%;
  background: #f2f4f6;
  box-shadow: inset 0 0 0 0 #242935;
  transition: background 0.3s, box-shadow 0.3s;
}
input[type="radio"]:checked {
  background: #fff;
  box-shadow: inset 0 0 0 5px #242935;
}
.checkbox-extend {
  display: inline-flex;
  line-height: 20px;
  cursor: pointer;
}
.checkbox-extend input[type="checkbox"] {
  flex-shrink: 0;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 0 0;
  cursor: pointer;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 13px;
  border: 1px solid #99a4b2;
  transition: background-color 0.3s, background-size 0.2s, border-color 0.3s;
}
.checkbox-extend input[type="checkbox"]:checked {
  background-image: url(../images/check.svg);
  background-color: #242935;
  border-color: #242935;
}
div.field-error,
div.mage-error {
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: rgba(179, 0, 0, 0.8);
  margin: 4px 0 0;
}
.ln_overlay,
.loading-mask-block,
.loading-mask {
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
}
.ln_overlay .loader,
.loading-mask-block .loader,
.loading-mask .loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.ln_overlay .loader p,
.loading-mask-block .loader p,
.loading-mask .loader p {
  display: none;
}
.ln_overlay .loader img,
.loading-mask-block .loader img,
.loading-mask .loader img {
  display: none;
}
.ln_overlay .loader:after,
.loading-mask-block .loader:after,
.loading-mask .loader:after {
  content: '';
  display: inline-flex;
  width: 100px;
  height: 100px;
  background: url(../images/loader.svg) no-repeat 50% 50%;
  background-size: contain;
  animation: round 1s infinite linear;
}
@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading-mask-block {
  position: absolute;
  z-index: 10;
}
.ln_overlay,
.loading-mask {
  position: fixed;
  z-index: 999;
}
body.ajax-loading .loading-mask {
  display: block;
}
[id="notice-cookie-block"] {
  position: fixed;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 0;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
[id="notice-cookie-block"] .content {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--containerPadding);
  padding-right: var(--containerPadding);
  max-width: var(--msw);
  box-sizing: border-box;
  display: grid;
  grid-gap: 20px;
}
.v_tablet [id="notice-cookie-block"] .content,
.d_desktop [id="notice-cookie-block"] .content {
  grid-template-columns: 1fr auto;
}
[id="notice-cookie-block"] .content .actions .action.primary {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  height: 50px;
  padding: 0 15px;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  font-family: 'IBMPlexSans';
  color: #FFF;
  color: #fff;
  background: #242935;
  border: none;
}
[id="notice-cookie-block"] .content .actions .action.primary.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.d_mobile [id="notice-cookie-block"] .content .actions .action.primary:active {
  background-color: #222222;
}
.d_desktop [id="notice-cookie-block"] .content .actions .action.primary:hover {
  background-color: #222222;
}
.d_desktop [id="notice-cookie-block"] .content .actions .action.primary:active {
  background: #242935;
}
.v_small_mobile [id="notice-cookie-block"] .content .actions .action.primary,
.v_norm_mobile [id="notice-cookie-block"] .content .actions .action.primary {
  width: 100%;
}
.touch .swipe-zoom-block {
  max-width: 100%;
  position: static;
}
.age-confirm .action-close {
  display: none;
}
.age-confirm .age-confirm-form {
  text-align: center;
}
.product-image-wrapper video {
  display: none;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.brands-index-index #maincontent {
  margin-bottom: 120px;
}
.page-header {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--containerPadding);
  padding-right: var(--containerPadding);
  max-width: var(--msw);
  box-sizing: border-box;
  --headerTopHeight: 48px;
  --headerMiddleHeight: 60px;
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fff;
}
.d_desktop .page-header {
  --headerMiddleHeight: 88px;
  --headerBottomHeight: 48px;
}
.d_mobile .page-header {
  background: #242935;
  position: sticky;
  z-index: 10;
  top: 0;
}
.page-header ul {
  list-style: none;
}
.page-header a {
  text-decoration: none;
}
.page-header .header-action-trigger {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
}
.page-header .header-action-trigger .header-icon-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #111111;
}
.d_desktop .page-header .header-action-trigger .header-icon-block {
  transition: color 0.3s;
}
.d_desktop .page-header .header-action-trigger .header-icon-block:hover {
  color: #242935;
}
.d_mobile .page-header .header-action-trigger .header-icon-block {
  color: #fff;
}
.page-header .header-action-trigger .header-icon-block .count.qty {
  position: absolute;
  top: -5px;
  left: 50%;
  background: #242935;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 600;
  font-size: 10px;
  line-height: 1;
  min-width: 16px;
  height: 16px;
  box-sizing: border-box;
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-header .header-action-trigger .header-icon-block .counter.qty {
  position: absolute;
  top: -5px;
  left: 50%;
  background: #242935;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 600;
  font-size: 10px;
  line-height: 1;
  min-width: 16px;
  height: 16px;
  box-sizing: border-box;
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-header .header-action-trigger .header-icon-block .counter.qty.empty {
  display: none;
}
.page-header .header-action-trigger .header-icon-block .text {
  display: none;
}
.d_desktop .page-header .header-action-trigger {
  min-width: 50px;
}
.d_desktop .page-header .header-action-trigger .header-action-trigger {
  min-width: auto;
}
.d_desktop .page-header .header-action-trigger .text {
  display: block;
  font-size: 16px;
}
.wishlist-action.header-action-trigger svg {
  cursor: pointer;
}
.header-bottom {
  background: #FFF;
}
.d_desktop .header-bottom .header-pages-block,
.d_desktop .header-bottom .switcher-language,
.d_desktop .header-bottom .header-search-block {
  display: none;
}
.d_mobile .header-top-inner {
  margin-left: calc(-1*var(--containerPadding));
  margin-right: calc(-1*var(--containerPadding));
  background-color: #fff;
}
.d_desktop .header-top-inner {
  display: grid;
  grid-template-columns: 100px calc(100% - 200px) 100px;
  height: var(--headerTopHeight);
  border-bottom: 1px solid rgba(36, 41, 53, 0.15);
}
.d_desktop .header-top-inner .header-links-container {
  grid-column-start: 2;
}
.d_desktop .header-top-inner .header-languages-container {
  grid-column-start: 3;
  display: flex;
  justify-content: flex-end;
}
.header-top-inner .header-links-container ul.navigation {
  height: var(--headerTopHeight);
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-top-inner .header-links-container ul.navigation li {
  margin: 0 10px;
}
.header-top-inner .header-links-container ul.navigation a {
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #99a4b2;
}
.d_desktop .header-top-inner .header-links-container ul.navigation a {
  transition: color 0.3s;
}
.d_desktop .header-top-inner .header-links-container ul.navigation a:hover {
  color: #242935;
}
.header-top-inner .header-languages-container .switcher-language .switcher-options:not([data-dropdown-container]) [data-dropdown-content] {
  display: none;
}
.header-top-inner .header-languages-container .switcher-language .switcher-options .switcher-dropdown {
  min-width: calc(100% + 20px);
}
.header-top-inner .header-languages-container .switcher-language .switcher-options.open .switcher-trigger,
.header-top-inner .header-languages-container .switcher-language .switcher-options.open .switcher-dropdown {
  padding: 0 10px;
  margin: 0 -10px;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3);
}
.header-top-inner .header-languages-container .switcher-language .language-item {
  display: flex;
  align-items: center;
  height: var(--headerTopHeight);
  box-sizing: border-box;
  font-size: 14px;
  font-weight: normal;
  color: #242935;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.header-top-inner .header-languages-container .switcher-language .language-item .icon {
  width: 16px;
  height: 16px;
}
.header-middle-inner {
  height: var(--headerMiddleHeight);
  display: grid;
}
.d_mobile .header-middle-inner {
  grid-template-columns: 30px 1fr auto auto;
  grid-column-gap: 20px;
  color: #fff;
}
.d_desktop .header-middle-inner {
  grid-column-gap: 25px;
}
.v_small_desktop .header-middle-inner {
  grid-template-columns: 275px calc(100% - 600px) 275px;
}
.d_desktop:not(.v_small_desktop) .header-middle-inner {
  grid-template-columns: 320px calc(100% - 690px) 320px;
}
.d_desktop .header-middle-inner .menu-trigger {
  display: none;
}
.d_mobile .header-middle-inner .menu-trigger {
  display: flex;
  align-items: center;
}
.d_mobile .header-middle-inner .menu-trigger .burger {
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.d_mobile .header-middle-inner .menu-trigger .burger i {
  width: 24px;
  height: 2px;
  background-color: currentColor;
  margin: 2px 0;
}
.d_desktop .header-middle-inner .logo-wrap {
  grid-column-start: 1;
}
.header-middle-inner .logo-wrap .logo {
  display: flex;
  align-items: center;
  height: 100%;
}
.d_mobile .header-middle-inner .logo-wrap .desktop-logo {
  display: none;
}
.header-middle-inner .logo-wrap .mobile-logo {
  max-width: 130px;
}
@media screen and (max-width: 325px) {
  .header-middle-inner .logo-wrap .mobile-logo {
    max-width: 100px;
  }
}
.d_desktop .header-middle-inner .logo-wrap .mobile-logo {
  display: none;
}
.d_mobile .header-middle-inner .header-search-container {
  display: flex;
  align-items: center;
}
.d_mobile .header-middle-inner .header-search-container .search-toggle {
  margin: 0;
  background: none;
}
.d_mobile .header-middle-inner .header-search-container .search-toggle .header-icon-block {
  font-size: 24px;
}
.d_mobile .header-middle-inner .header-search-container .header-search-block {
  left: unset;
  right: -15px;
  min-width: 300px;
  max-width: unset;
  box-sizing: border-box;
  padding: 15px;
  background: #242935;
}
.d_mobile .header-middle-inner .header-search-container:not(.open) .header-search-block {
  display: none;
}
.v_small_mobile .header-middle-inner .header-search-container,
.v_norm_mobile .header-middle-inner .header-search-container {
  position: static;
}
.v_small_mobile .header-middle-inner .header-search-container .header-search-block,
.v_norm_mobile .header-middle-inner .header-search-container .header-search-block {
  left: 0;
  right: 0;
  padding: 15px;
}
.d_desktop .header-middle-inner .header-search-container {
  grid-column-start: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.d_desktop .header-middle-inner .header-search-container .search-toggle {
  display: none;
}
.d_desktop .header-middle-inner .header-search-container .header-search-block {
  position: static;
  background: none;
  display: block;
}
.header-middle-inner .header-icons-block {
  grid-column-start: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.d_mobile .header-middle-inner .header-icons-block {
  grid-column-start: 4;
}
.header-middle-inner .header-icons-block *:first-child .header-action-trigger {
  margin-left: unset;
}
.header-middle-inner .customer-block-wrapper:not([data-dropdown-container]) [data-dropdown-content] {
  display: none;
}
.header-middle-inner .customer-block-wrapper .switcher-dropdown {
  min-width: calc(100% + 20px);
}
.header-middle-inner .customer-block-wrapper .block-customer {
  background: #242935;
  padding: 5px;
}
.header-middle-inner .customer-block-wrapper .block-customer .customer-navigation-items {
  background: #fff;
  padding: 10px;
}
.header-middle-inner .customer-block-wrapper.open .block-customer {
  top: calc(100% + ((var(--headerMiddleHeight) - 32px) / 2));
  right: -16px;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3);
}
.header-middle-inner .customer-block-wrapper .link-item {
  height: unset;
  min-height: 32px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  font-size: 14px;
  color: #242935;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.header-search-container .header-search-block {
  width: 100%;
  max-width: 400px;
  min-width: 300px;
}
.d_mobile .header-search-container .header-search-block {
  margin-left: auto;
}
.header-search-container .header-search-block .form.minisearch {
  position: relative;
}
.header-search-container .header-search-block .form.minisearch .control .input-text {
  -webkit-appearance: none;
  position: relative;
  z-index: 11;
  width: 100%;
  height: 40px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid rgba(36, 41, 53, 0.15);
  border-radius: 20px;
  padding: 0 40px 0 20px;
  font-size: 14px;
  color: #242935;
}
.header-search-container .header-search-block .form.minisearch .control .input-text::-webkit-input-placeholder {
  color: rgba(36, 41, 53, 0.5);
  opacity: 1;
}
.header-search-container .header-search-block .form.minisearch .control .input-text::-moz-placeholder {
  color: rgba(36, 41, 53, 0.5);
  opacity: 1;
}
.header-search-container .header-search-block .form.minisearch .control .input-text:-ms-input-placeholder {
  color: rgba(36, 41, 53, 0.5);
  opacity: 1;
}
.header-search-container .header-search-block .form.minisearch .control .input-text:-moz-placeholder {
  color: rgba(36, 41, 53, 0.5);
  opacity: 1;
}
.header-search-container .header-search-block .form.minisearch .action.search {
  position: absolute;
  z-index: 11;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}
.header-search-container .header-search-block .form.minisearch .action.search:disabled {
  pointer-events: none;
}
.d_desktop .advancedmainmenu-block .catalog-list {
  min-height: var(--headerBottomHeight);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  --level1Width: 290px;
}
.d_desktop:not(.v_small_desktop) .d_desktop .advancedmainmenu-block .catalog-list {
  --level1Width: 320px;
}
.d_desktop .advancedmainmenu-block .catalog-list .advancedmenu-wrap .back-btn-block,
.d_desktop .advancedmainmenu-block .catalog-list .advancedmenu-wrap .arrow-icon {
  display: none;
}
.d_desktop .advancedmainmenu-block .catalog-list .advancedmenu-wrap .advancedmenu-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: color 0.3s;
}
.d_desktop .advancedmainmenu-block .catalog-list .advancedmenu-wrap .advancedmenu-link,
.d_desktop .advancedmainmenu-block .catalog-list .advancedmenu-wrap .advancedmenu-content {
  background: none;
}
.d_desktop .advancedmainmenu-block .catalog-list .advancedmenu-wrap:not(.open) > .advancedmenu-content {
  display: none;
}
.d_desktop .advancedmainmenu-block .catalog-list li.level0 > .advancedmenu-wrap {
  position: static;
}
.d_desktop .advancedmainmenu-block .catalog-list li.level0 > .advancedmenu-wrap > .advancedmenu-link {
  height: var(--headerBottomHeight);
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 12px;
  color: #242935;
  text-transform: uppercase;
}
.d_desktop .advancedmainmenu-block .catalog-list li.level0 > .advancedmenu-wrap > .advancedmenu-link:hover {
  color: #99a4b2;
}
.d_desktop .advancedmainmenu-block .catalog-list li.level0 > .advancedmenu-wrap.open > .advancedmenu-link {
  color: #99a4b2;
  position: relative;
}
.d_desktop .advancedmainmenu-block .catalog-list li.level0 > .advancedmenu-wrap.open > .advancedmenu-content {
  display: flex;
}
.d_desktop .advancedmainmenu-block .catalog-list li.level0 > .advancedmenu-wrap > .advancedmenu-content {
  min-height: 375px;
  z-index: 10;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0px 13px 14px rgba(0, 0, 0, 0.1);
}
.d_desktop .advancedmainmenu-block .catalog-list li.level0 > .advancedmenu-wrap > .advancedmenu-content .advancedmenu-list {
  box-sizing: border-box;
}
.d_desktop .advancedmainmenu-block .catalog-list li.level0 > .advancedmenu-wrap > .advancedmenu-content > .repeat-block-placed {
  width: var(--level1Width);
  padding: 32px 0;
  padding-left: 40px;
  box-sizing: border-box;
  flex-shrink: 0;
  text-transform: uppercase;
}
.d_desktop .advancedmainmenu-block .catalog-list li.level0 > .advancedmenu-wrap > .advancedmenu-content > .repeat-block-placed:after {
  content: '';
  position: absolute;
  left: var(--level1Width);
  top: 32px;
  bottom: 32px;
  width: 1px;
  background: rgba(36, 41, 53, 0.15);
}
.d_desktop .advancedmainmenu-block .catalog-list li.level0 > .advancedmenu-wrap > .advancedmenu-content > .repeat-block-placed .advancedmenu-link {
  margin-bottom: 24px;
}
.d_desktop .advancedmainmenu-block .catalog-list li.level0 > .advancedmenu-wrap > .advancedmenu-content > .advancedmenu-list {
  flex-grow: 1;
  padding: 32px 0;
}
.v_small_desktop .advancedmainmenu-block .catalog-list li.level0 {
  margin: 0 12px;
}
.v_small_desktop .advancedmainmenu-block .catalog-list li.level0 > .advancedmenu-wrap {
  position: static;
}
.d_desktop:not(.v_small_desktop) .advancedmainmenu-block .catalog-list li.level0 {
  margin: 0 25px;
}
.d_desktop:not(.v_small_desktop) .advancedmainmenu-block .catalog-list li.level0 > .advancedmenu-wrap {
  position: static;
}
.d_mobile .advancedmainmenu-block .catalog-list li.level0 .repeat-block-placed {
  display: none;
}
.d_desktop .advancedmainmenu-block .catalog-list li.level1 .advancedmenu-link {
  font-size: 14px;
  color: #99a4b2;
}
.d_desktop .advancedmainmenu-block .catalog-list li.level1 .advancedmenu-link:hover {
  color: #242935;
}
.d_desktop .advancedmainmenu-block .catalog-list li.level1 .advancedmenu-link .icon-angle {
  display: none;
}
.d_desktop .advancedmainmenu-block .catalog-list li.level1 > .advancedmenu-wrap {
  position: static;
}
.d_desktop .advancedmainmenu-block .catalog-list li.level1 > .advancedmenu-wrap:not(.open) > .advancedmenu-content {
  display: none;
}
.d_desktop .advancedmainmenu-block .catalog-list li.level1 > .advancedmenu-wrap.open > .advancedmenu-link {
  color: #242935;
}
.d_desktop .advancedmainmenu-block .catalog-list li.level1 > .advancedmenu-wrap.open:after {
  content: '';
  position: absolute;
  left: var(--level1Width);
  top: 32px;
  bottom: 32px;
  width: 1px;
  background: rgba(36, 41, 53, 0.15);
}
.d_desktop .advancedmainmenu-block .catalog-list li.level1 > .advancedmenu-wrap > .advancedmenu-link {
  width: var(--level1Width);
  min-height: 38px;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0;
}
.d_desktop .advancedmainmenu-block .catalog-list li.level1 > .advancedmenu-wrap > .advancedmenu-content {
  min-width: unset;
  box-sizing: border-box;
  padding-right: 15px;
  top: 32px;
  right: 15px;
  bottom: 32px;
  left: var(--level1Width);
  max-height: calc( 100% - 64px );
  overflow-y: auto;
  overflow-x: hidden;
}
.d_desktop .advancedmainmenu-block .catalog-list li.level1 > .advancedmenu-wrap > .advancedmenu-content::-webkit-scrollbar {
  width: 2px;
}
.d_desktop .advancedmainmenu-block .catalog-list li.level1 > .advancedmenu-wrap > .advancedmenu-content::-webkit-scrollbar:horizontal {
  height: 2px;
}
.d_desktop .advancedmainmenu-block .catalog-list li.level1 > .advancedmenu-wrap > .advancedmenu-content::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 2px;
}
.d_desktop .advancedmainmenu-block .catalog-list li.level1 > .advancedmenu-wrap > .advancedmenu-content::-webkit-scrollbar-thumb {
  background-color: #242935;
  border-radius: 2px;
}
.d_desktop .advancedmainmenu-block .catalog-list li.level1 > .advancedmenu-wrap > .advancedmenu-content::-webkit-scrollbar-thumb:hover {
  background-color: #242935;
}
.d_desktop .advancedmainmenu-block .catalog-list li.level1 > .advancedmenu-wrap > .advancedmenu-content > .advancedmenu-list {
  display: grid;
  grid-template-columns: repeat(4, calc((100% - 60px) / 4));
  grid-column-gap: 20px;
  padding: 16px 0px 16px 60px;
}
.d_desktop .advancedmainmenu-block .catalog-list li.level2.showmore > .advancedmenu-wrap .advancedmenu-link {
  font-size: 16px;
  color: #00AF85;
}
.d_desktop .advancedmainmenu-block .catalog-list li.level2 > .advancedmenu-wrap {
  position: static;
}
.d_desktop .advancedmainmenu-block .catalog-list li.level2 > .advancedmenu-wrap > .advancedmenu-link {
  display: block;
  font-style: italic;
  color: #242935;
  margin-bottom: 27px;
}
.d_desktop .d_desktop .advancedmainmenu-block .catalog-list li.level2 > .advancedmenu-wrap > .advancedmenu-link {
  transition: color 0.3s;
}
.d_desktop .d_desktop .advancedmainmenu-block .catalog-list li.level2 > .advancedmenu-wrap > .advancedmenu-link:hover {
  color: #99a4b2;
}
.d_desktop .advancedmainmenu-block .catalog-list li.level2 > .advancedmenu-wrap > .advancedmenu-content {
  min-width: unset;
  position: static;
}
.d_desktop .advancedmainmenu-block .catalog-list li.level2 > .advancedmenu-wrap > .advancedmenu-content,
.d_desktop .advancedmainmenu-block .catalog-list li.level2 > .advancedmenu-wrap > .advancedmenu-content:not(.open) {
  display: block;
}
.d_desktop .advancedmainmenu-block .catalog-list li.level3 > .advancedmenu-wrap {
  position: static;
}
.d_desktop .advancedmainmenu-block .catalog-list li.level3 > .advancedmenu-wrap > .advancedmenu-link {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}
.d_mobile .advancedmainmenu-block .catalog-list li.parent > .advancedmenu-wrap {
  position: static;
}
.d_mobile .advancedmainmenu-block .catalog-list li.parent > .advancedmenu-wrap > .advancedmenu-link {
  position: relative;
  padding-right: 60px;
}
.d_mobile .advancedmainmenu-block .catalog-list li.parent > .advancedmenu-wrap > .advancedmenu-link a:active,
.d_mobile .advancedmainmenu-block .catalog-list li.parent > .advancedmenu-wrap > .advancedmenu-link a:focus,
.d_mobile .advancedmainmenu-block .catalog-list li.parent > .advancedmenu-wrap > .advancedmenu-link a:hover {
  color: #0000ff8f;
}
.d_mobile .advancedmainmenu-block .catalog-list li.parent > .advancedmenu-wrap > .advancedmenu-link .arrow-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f4f6;
  box-shadow: inset 0 0 0 1px #fff;
}
.d_mobile .advancedmainmenu-block .catalog-list li.parent > .advancedmenu-wrap > .advancedmenu-link .arrow-icon .icon {
  width: 20px;
  height: 20px;
  position: relative;
  margin: 0;
  transform: rotate(-90deg);
}
.d_mobile .advancedmainmenu-block .catalog-list li.parent > .advancedmenu-wrap .advancedmenu-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  background: #fff;
  transition: left 0.3s;
}
.d_mobile .advancedmainmenu-block .catalog-list li.parent > .advancedmenu-wrap .advancedmenu-content .back-btn-block {
  height: var(--headerMiddleHeight);
  box-sizing: border-box;
  padding: 10px 20px;
  background: #242935;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.d_mobile .advancedmainmenu-block .catalog-list li.parent > .advancedmenu-wrap .advancedmenu-content .back-btn-block .back-btn {
  height: 30px;
  display: flex;
  align-items: center;
  color: #fff;
  cursor: pointer;
}
.d_mobile .advancedmainmenu-block .catalog-list li.parent > .advancedmenu-wrap .advancedmenu-content .back-btn-block .back-btn .arrow-block {
  width: 20px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  position: relative;
  transform: rotate(90deg);
}
.d_mobile .advancedmainmenu-block .catalog-list li.parent > .advancedmenu-wrap .advancedmenu-content .back-btn-block .back-btn .arrow-block .icon {
  width: 20px;
  height: 20px;
  stroke-width: 2;
}
.d_mobile .advancedmainmenu-block .catalog-list li.parent > .advancedmenu-wrap .advancedmenu-content .back-btn-block .back-btn .text {
  text-transform: uppercase;
  font-stretch: 14px;
  font-weight: bold;
}
.d_mobile .advancedmainmenu-block .catalog-list li.parent > .advancedmenu-wrap .advancedmenu-content > ul {
  flex-grow: 1;
  padding-bottom: 30px;
  overflow-y: auto;
  overflow-x: hidden;
}
.d_mobile .advancedmainmenu-block .catalog-list li.parent > .advancedmenu-wrap .advancedmenu-content > ul::-webkit-scrollbar {
  width: 2px;
}
.d_mobile .advancedmainmenu-block .catalog-list li.parent > .advancedmenu-wrap .advancedmenu-content > ul::-webkit-scrollbar:horizontal {
  height: 2px;
}
.d_mobile .advancedmainmenu-block .catalog-list li.parent > .advancedmenu-wrap .advancedmenu-content > ul::-webkit-scrollbar-track {
  background-color: transparent;
}
.d_mobile .advancedmainmenu-block .catalog-list li.parent > .advancedmenu-wrap .advancedmenu-content > ul::-webkit-scrollbar-thumb {
  background-color: #444444;
  border-radius: 2px;
}
.d_mobile .advancedmainmenu-block .catalog-list li.parent > .advancedmenu-wrap .advancedmenu-content > ul::-webkit-scrollbar-thumb:hover {
  background-color: #444444;
}
.d_mobile .advancedmainmenu-block .catalog-list li.parent > .advancedmenu-wrap.open > .advancedmenu-content {
  left: 0;
  z-index: 11;
}
.d_mobile .advancedmainmenu-block .catalog-list .advancedmenu-link {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 5px 20px;
}
.d_mobile .advancedmainmenu-block .catalog-list .advancedmenu-link a:active,
.d_mobile .advancedmainmenu-block .catalog-list .advancedmenu-link a:focus,
.d_mobile .advancedmainmenu-block .catalog-list .advancedmenu-link a:hover {
  color: #0000ff8f;
}
.d_desktop .mobile-menu-overlay .close-menu-block {
  display: none;
}
.d_desktop .mobile-menu-overlay .mobile-search-container {
  display: none;
}
.d_mobile .mobile-menu-overlay {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.d_mobile .mobile-menu-overlay .mobile-menu-block {
  width: 375px;
  max-width: calc(100% - var(--headerMiddleHeight));
  position: absolute;
  top: 0;
  bottom: 0;
  left: -375px;
  background: #fff;
  transition: left 0.3s;
}
.d_mobile .mobile-menu-overlay .mobile-menu-block .close-menu-block {
  position: absolute;
  left: 100%;
  top: 0;
  width: var(--headerMiddleHeight);
  height: var(--headerMiddleHeight);
  background: #242935;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-left: 1px solid #fff;
}
.d_mobile .mobile-menu-overlay .mobile-menu-block .mobile-menu-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.d_mobile .mobile-menu-overlay .mobile-menu-block .mobile-search-container {
  height: var(--headerMiddleHeight);
  box-sizing: border-box;
  padding: 10px 20px;
  background: #242935;
}
.d_mobile .mobile-menu-overlay .mobile-menu-block .mobile-search-container .desktop-logo {
  display: none;
}
.d_mobile .mobile-menu-overlay .mobile-menu-block .mobile-search-container .logo-wrap {
  height: calc( var(--headerMiddleHeight) - 20px );
}
.d_mobile .mobile-menu-overlay .mobile-menu-block .mobile-search-container .logo-wrap .logo {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.d_mobile .mobile-menu-overlay .mobile-menu-block .mobile-search-container .logo-wrap .logo img {
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.d_mobile .mobile-menu-overlay .mobile-menu-block .mobile-scroll-block {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
}
.d_mobile .mobile-menu-overlay .mobile-menu-block .mobile-scroll-block::-webkit-scrollbar {
  width: 2px;
}
.d_mobile .mobile-menu-overlay .mobile-menu-block .mobile-scroll-block::-webkit-scrollbar:horizontal {
  height: 2px;
}
.d_mobile .mobile-menu-overlay .mobile-menu-block .mobile-scroll-block::-webkit-scrollbar-track {
  background-color: transparent;
}
.d_mobile .mobile-menu-overlay .mobile-menu-block .mobile-scroll-block::-webkit-scrollbar-thumb {
  background-color: #444444;
  border-radius: 2px;
}
.d_mobile .mobile-menu-overlay .mobile-menu-block .mobile-scroll-block::-webkit-scrollbar-thumb:hover {
  background-color: #444444;
}
.d_mobile .mobile-menu-overlay .mobile-menu-block .mobile-scroll-block .advancedmainmenu-block,
.d_mobile .mobile-menu-overlay .mobile-menu-block .mobile-scroll-block .header-pages-block {
  margin-bottom: 30px;
}
.d_mobile .mobile-menu-overlay .mobile-menu-block .mobile-scroll-block .header-pages-block {
  padding-top: 30px;
  position: relative;
}
.d_mobile .mobile-menu-overlay .mobile-menu-block .mobile-scroll-block .header-pages-block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background: rgba(36, 41, 53, 0.15);
}
.d_mobile .mobile-menu-overlay .mobile-menu-block .mobile-scroll-block .header-pages-block ul.navigation a {
  min-height: 40px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 5px 20px;
}
.d_mobile .mobile-menu-overlay .mobile-menu-block .mobile-language-container {
  box-sizing: border-box;
  padding: 10px 20px;
  background: #242935;
  color: #fff;
}
.d_mobile .mobile-menu-overlay .mobile-menu-block .mobile-language-container .switcher-options {
  display: flex;
  align-items: center;
}
.d_mobile .mobile-menu-overlay .mobile-menu-block .mobile-language-container .switcher-options .language-item {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.d_mobile .mobile-menu-overlay .mobile-menu-block .mobile-language-container .switcher-options .switcher-trigger {
  opacity: 0.5;
  pointer-events: none;
}
.d_mobile .mobile-menu-overlay .mobile-menu-block .mobile-language-container .switcher-options .switcher-trigger .icon {
  display: none;
}
.d_mobile .mobile-menu-overlay .mobile-menu-block .mobile-language-container .switcher-options .switcher-dropdown {
  position: static;
  min-width: unset;
  background: none;
  display: flex;
  align-items: center;
}
.d_mobile .mobile-menu-overlay .mobile-menu-block .mobile-language-container .switcher-options .switcher-dropdown .language-item {
  margin-left: 10px;
}
.d_mobile .mobile-menu-overlay.open {
  opacity: 1;
  visibility: visible;
}
.d_mobile .mobile-menu-overlay.open .mobile-menu-block {
  left: 0;
}
.search-autocomplete {
  --imageSize: 65px;
  display: none;
  width: unset !important;
  position: absolute;
  z-index: 10;
  top: calc(100% - 20px);
  left: 0;
  right: 0;
  padding: 40px 20px 20px;
  background: #fff;
  overflow: hidden;
  border-radius: 0 0 20px 20px;
  border: 1px solid rgba(36, 41, 53, 0.15);
  border-top: none;
  color: #242935;
}
.search-autocomplete dl,
.search-autocomplete ul {
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  overflow-x: hidden;
}
.search-autocomplete dl::-webkit-scrollbar,
.search-autocomplete ul::-webkit-scrollbar {
  width: 2px;
}
.search-autocomplete dl::-webkit-scrollbar:horizontal,
.search-autocomplete ul::-webkit-scrollbar:horizontal {
  height: 2px;
}
.search-autocomplete dl::-webkit-scrollbar-track,
.search-autocomplete ul::-webkit-scrollbar-track {
  background-color: transparent;
}
.search-autocomplete dl::-webkit-scrollbar-thumb,
.search-autocomplete ul::-webkit-scrollbar-thumb {
  background-color: #444444;
  border-radius: 2px;
}
.search-autocomplete dl::-webkit-scrollbar-thumb:hover,
.search-autocomplete ul::-webkit-scrollbar-thumb:hover {
  background-color: #444444;
}
.search-autocomplete .autocomplete-list-title {
  display: block;
  font-weight: 500;
  font-size: 16px;
  font-style: italic;
  margin: 0 0 16px;
}
.search-autocomplete dd a {
  display: grid;
  grid-template-columns: var(--imageSize) 1fr;
  grid-gap: 10px;
  box-sizing: border-box;
  padding: 5px;
}
.search-autocomplete dd a .product-image-box {
  width: var(--imageSize);
  height: var(--imageSize);
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-autocomplete dd a .product-image-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.search-autocomplete dd .product-name {
  font-weight: bold;
}
.search-autocomplete dd .product-data-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.search-autocomplete dd .price-box {
  display: flex;
  margin: 4px 0 0;
}
.search-autocomplete dd .price-box .price-label {
  font-size: 12px;
  display: none;
}
.search-autocomplete dd .price-box .price-wrapper {
  font-weight: bold;
}
.search-autocomplete dd .price-box .old-price .price {
  font-weight: normal;
  font-size: 13px;
  line-height: 13px;
  position: relative;
  opacity: 0.4;
  margin-left: 5px;
}
.search-autocomplete dd .price-box .old-price .price:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: calc(49%);
  border-top: 1px solid currentColor;
}
.search-autocomplete li {
  display: flex;
  box-sizing: border-box;
  padding: 5px 5px 5px 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #242935;
  cursor: pointer;
}
.search-autocomplete li .amount {
  margin-left: 5px;
  opacity: 0.5;
}
.search-autocomplete li .amount:before {
  content: '(';
}
.search-autocomplete li .amount:after {
  content: ')';
}
.search-autocomplete li:not(:first-child) {
  margin-top: 10px;
}
.advancedmainmenu-block .catalog-list .repeat-block {
  display: none;
}
[id="repeatBlockPlaced"] {
  order: 1;
}
.d_desktop [id="repeatBlockPlaced"] {
  display: none;
}
[id="repeatBlockPlaced"] .back-btn-block {
  display: none;
}
[id="repeatBlockPlaced"] .advancedmenu-link {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 5px 20px;
}
.d_desktop .brands-list {
  color: #000000;
  background-color: #ffffff;
  padding-top: 10px;
  padding-bottom: 5px;
}
.d_desktop ul.brands-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 30px;
  color: #999;
  padding-right: 8px;
}
.d_desktop .brands-list > li {
  position: relative;
  height: 30px;
  width: 22px;
}
.brands-list > li > a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .2px;
  display: block;
  line-height: 30px;
  padding: 0;
  color: #637381;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}
.d_desktop .brands-list > li:hover > a {
  border-bottom: 2px solid #000;
}
.d_desktop .brand-childs {
  display: none;
}
.d_desktop ul.brand-childs {
  visibility: visible;
  height: fit-content;
  right: 0;
  text-align: left;
  top: 22px;
  max-height: 550px;
  position: absolute;
  background-color: #fff;
  padding: 16px;
  margin: 10px 0 0;
  width: 256px;
  display: none;
  z-index: 6;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.16), 0 3px 5px rgba(0, 0, 0, 0.24);
  overflow: auto;
  max-height: calc(100vh - 230px);
  box-sizing: border-box;
}
.d_desktop .brand-childs li a {
  font-weight: 500;
  display: block;
  width: 100%;
  padding: 3px 8px;
  text-decoration: none;
  color: #637381;
  font-size: 14px;
  line-height: 24px;
  box-sizing: border-box;
}
.d_desktop .brand-childs li a:hover {
  background: #f2f2f2;
}
.brands-list > li.all-brands {
  width: auto;
  margin-left: 10px;
  display: block;
}
.d_desktop .brands-list .all-brands:hover > a {
  border-bottom: 0px;
}
.d_mobile ul.brands-list {
  display: flex;
  align-items: center;
  height: 30px;
  color: #242935;
  padding-right: 8px;
  color: currentColor;
}
.d_mobile .brands-list > li {
  position: relative;
  height: 30px;
  width: 22px;
  display: none;
}
.d_mobile .brands-list > li > a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .2px;
  display: block;
  line-height: 30px;
  padding: 0;
  color: #637381;
  text-align: center;
  text-decoration: none;
  color: currentColor;
  min-height: 40px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 5px 20px;
}
.d_mobile .brands-list > li.all-brands {
  width: auto;
  margin-left: 10px;
  display: block;
  margin: 0 0 10px;
}
.page-footer {
  font-size: 14px;
  background-color: #FFF;
  border-top: 1px solid rgba(80, 80, 80, 0.4);
  position: relative;
}
.page-footer a {
  text-decoration: none;
}
.d_desktop .page-footer a {
  transition: color 0.3s;
}
.d_desktop .page-footer a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.page-footer .footer {
  color: #242935;
  box-sizing: border-box;
  padding: 60px var(--containerPadding) 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px 30px;
}
.d_desktop .page-footer .footer {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--containerPadding);
  padding-right: var(--containerPadding);
  max-width: var(--msw);
  box-sizing: border-box;
  max-width: calc(var(--msw) - (48px * 2));
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px 20px;
  padding: 48px var(--containerPadding);
  padding-top: 100px;
  padding-bottom: 0;
}
.page-footer .footer-pages-nav .title,
.page-footer .footer-categories .category-title,
.page-footer .store-address-hours .info-title {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.page-footer .footer-pages-nav ul.navigation,
.page-footer .footer-categories .category-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-row-gap: 15px;
}
.page-footer .footer-wrap-logo {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.page-footer .footer-wrap-logo .logo {
  margin-bottom: 16px;
}
.page-footer .footer-wrap-logo .logo img {
  width: auto;
  height: auto;
  max-width: 130px;
}
.page-footer .footer-wrap-logo .copyright {
  font-size: 14px;
  line-height: 1;
  white-space: pre-line;
}
.page-footer .footer-wrap-logo .shop-social-links {
  margin-top: auto;
}
.page-footer .phones-block {
  margin-bottom: 20px;
}
.page-footer .phones-block .store-phone-list {
  margin-bottom: 16px;
}
.page-footer .phones-block .store-phone-list span {
  display: block;
}
.page-footer .phones-block .store-phone-list span:not(:first-child) {
  margin-top: 10px;
}
.page-footer .phones-block .store-phone-list span a {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
}
.page-footer .phones-block .footer-call-button {
  display: inline-flex;
  padding: 5px 0;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.02em;
  cursor: pointer;
  border-bottom: 2px solid currentColor;
}
.d_desktop .page-footer .phones-block .footer-call-button {
  transition: color 0.3s;
}
.d_desktop .page-footer .phones-block .footer-call-button:hover {
  color: rgba(255, 255, 255, 0.7);
}
.page-footer .address-block {
  margin-bottom: 20px;
  display: none;
}
.page-footer .work-hours {
  font-size: 14px;
  line-height: 20px;
}
.page-footer .work-hours span {
  display: block;
}
.page-footer .footer-categories .category-items a {
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.02em;
}
.page-footer .shop-social-links p {
  display: none;
}
.page-footer .social-links-items {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
  display: flex;
  align-items: center;
}
.d_desktop .page-footer .social-links-items {
  margin: 0;
}
.page-footer .social-links-items .social-item {
  color: currentColor;
  margin: 4px;
}
.page-footer .social-links-items .social-item a {
  color: #fff;
}
.d_desktop .page-footer .social-links-items .social-item a {
  transition: color 0.3s;
}
.d_desktop .page-footer .social-links-items .social-item a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.page-footer .social-links-items .soc-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  padding: 0.25em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.page-footer .social-links-items .soc-icon {
  padding: 10px;
}
.page-footer .shop-partners-info {
  padding: 0;
}
.page-footer .shop-partners-info.container {
  margin-bottom: 16px;
}
.page-footer .shop-partners-info.icon {
  display: block;
  width: auto;
  height: auto;
}
.page-footer .shop-partners-info .description {
  display: none;
}
.page-footer .shop-partners-info .list {
  list-style: none;
  padding: 0;
  display: flex;
}
.page-footer .shop-partners-info .list .item {
  margin-right: 15px;
}
.page-footer .shop-partners-info img {
  display: block;
}
.d_desktop .page-footer .footer-wrap-column-1 {
  grid-column: span 1;
}
.page-footer .footer-wrap-column-1 a {
  display: block;
}
.page-footer .footer-wrap-column-1 img {
  display: block;
}
.d_desktop .page-footer .footer-wrap-column-2,
.d_desktop .page-footer .footer-wrap-column-3,
.d_desktop .page-footer .footer-wrap-column-4 {
  grid-row: span 2;
}
.page-footer .cooperation {
  margin-top: 10px;
}
.page-footer .cooperation .cooperation-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
}
.page-footer .footer-wrap-column-6 {
  display: flex;
  align-items: flex-end;
}
.page-footer .development-by {
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.02em;
}
.page-footer .development-by svg {
  display: inline-block;
  width: 85px;
  height: 12px;
  fill: currentColor;
}
.page-footer .up-button {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  background: #242935;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  z-index: 14;
  color: #fff;
  cursor: pointer;
  box-shadow: 0px 4px 4px 0 rgba(40, 42, 106, 0.25), 0px 4px 5px 0 #ffffff;
  transition: opacity 0.3s, visibility 0.3s;
}
.d_mobile .page-footer .up-button {
  right: 15px;
  bottom: 15px;
}
.page-footer .up-button.active {
  visibility: visible;
  opacity: 1;
}
.page-footer .up-button svg {
  transform: rotateZ(-180deg);
  width: 36px;
  height: 36px;
}
.d_mobile .page-footer .up-button svg {
  width: 30px;
  height: 30px;
}
span.footer-address-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
  display: block;
}
.footer-address {
  margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
  .footer.content > * {
    grid-column: span 2;
  }
}
.footer-wrap-copyright {
  text-align: center;
  padding-bottom: 10px;
  font-size: 15px;
}
.gdpr-wrapper {
  position: fixed;
  bottom: 0;
  /*left: 100px;*/
  /*right: 0;*/
  background: #fff;
  height: fit-content;
  z-index: 10000;
  border: 1px solid #000;
  border-bottom: 0px;
  display: none;
  box-sizing: border-box;
}
#gdprButtonConfirm {
  background: #fff;
  color: #000;
  padding: 14px 50px;
  border: 1px solid #000;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  font-size: 16px;
}
#gdprButtonConfirm:hover {
  color: #fff;
  background: #000;
  border-color: #fff;
}
.left-side-gdpr {
  max-width: 80%;
  padding: 30px 0px 30px 30px;
}
.left-side-gdpr p {
  font-size: 22px;
  font-weight: 500;
  text-align: justify;
}
.right-side-gdpr {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .left-side-gdpr p {
    font-size: 15px;
  }
  .gdpr-wrapper {
    width: 100%;
    flex-wrap: wrap;
    left: 0;
    padding-bottom: 20px;
  }
  .left-side-gdpr {
    padding: 30px;
    max-width: 100%;
  }
  .right-side-gdpr,
  .left-side-gdpr {
    width: 100%;
  }
}
.social-links-items {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
  display: flex;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.d_desktop .social-links-items {
  margin: 0;
}
.social-links-items .social-item {
  color: currentColor;
  margin: 4px;
}
.social-links-items .soc-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  padding: 0.25em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.social-links-items .soc-icon {
  padding: 10px;
}
.footer-logo {
  position: absolute;
  width: 80px;
  height: 40px;
  left: calc(50% - 40px);
  top: -20px;
  background: white;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.grecaptcha-badge {
  display: none;
}
.qty-input-extend {
  --qtyHeight: 50px;
  border-color: rgba(36, 41, 53, 0.15);
  width: calc(var(--qtyHeight) * 3);
  height: var(--qtyHeight);
}
.qty-input-extend input {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 var(--qtyHeight);
  text-align: center;
  font-size: 14px;
  -moz-appearance: textfield;
}
.qty-input-extend input::-webkit-outer-spin-button,
.qty-input-extend input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.qty-input-extend .nav-up,
.qty-input-extend .nav-down {
  width: var(--qtyHeight);
  height: var(--qtyHeight);
  top: -1px;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.d_desktop .qty-input-extend .nav-up:hover,
.d_desktop .qty-input-extend .nav-down:hover {
  opacity: 1;
}
.qty-input-extend .nav-up .plus,
.qty-input-extend .nav-down .plus,
.qty-input-extend .nav-up .minus,
.qty-input-extend .nav-down .minus {
  width: 8px;
  height: 8px;
}
.qty-input-extend .nav-up {
  right: -1px;
}
.qty-input-extend .nav-down {
  left: -1px;
}
.modal-popup {
  z-index: 500;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.modal-popup._show {
  z-index: 502;
}
.modal-popup .modal-inner-wrap {
  width: 90%;
  max-width: 480px;
  padding: 50px;
  margin: 0 auto;
  overflow: visible;
}
.v_small_mobile .modal-popup .modal-inner-wrap {
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .modal-popup .modal-inner-wrap {
    padding: 40px 24px;
    width: calc(100% - 60px);
    max-width: 380px;
  }
}
.modal-popup .action-close {
  width: 48px;
  height: 48px;
  background-color: #242935;
  color: #fff;
  border-radius: 5px;
  box-shadow: -2px 2px 7px rgba(31, 26, 99, 0.3);
  right: -24px;
  top: -24px;
  margin: 0;
  cursor: pointer;
}
.d_desktop .modal-popup .action-close:hover {
  background-color: #222222;
}
.modal-popup .action-close:focus {
  background-color: #222222;
}
.modal-popup .action-close:before,
.modal-popup .action-close:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: currentColor;
  left: 25%;
  top: calc(50% - 1px);
  transform: rotateZ(45deg);
  color: currentColor;
}
.modal-popup .action-close:after {
  transform: rotateZ(-45deg);
}
.modal-popup .action-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  height: 50px;
  padding: 0 15px;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  font-family: 'IBMPlexSans';
  color: #FFF;
  color: #fff;
  background: #242935;
  border: none;
}
.modal-popup .action-primary.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.d_mobile .modal-popup .action-primary:active {
  background-color: #222222;
}
.d_desktop .modal-popup .action-primary:hover {
  background-color: #222222;
}
.d_desktop .modal-popup .action-primary:active {
  background: #242935;
}
.modal-popup .action-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  height: 50px;
  padding: 0 15px;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  font-family: 'IBMPlexSans';
  color: #FFF;
  color: #fff;
  background: #242935;
  border: none;
}
.modal-popup .action-secondary.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.d_mobile .modal-popup .action-secondary:active {
  background-color: #222222;
}
.d_desktop .modal-popup .action-secondary:hover {
  background-color: #222222;
}
.d_desktop .modal-popup .action-secondary:active {
  background: #242935;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding: 0;
}
.modal-popup .modal-header .modal-title {
  margin: 0;
  padding: 0 0 25px;
  border: none;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  color: #242935;
}
.modal-popup .modal-content {
  overflow-y: auto;
  overflow-x: hidden;
  --inputHeight: 50px;
  --padding: 20px;
  --fieldsBg: #fff;
  min-height: 100px;
  width: calc(100% + 15px);
  padding-right: 15px;
  box-sizing: border-box;
}
.modal-popup .modal-content::-webkit-scrollbar {
  width: 2px;
}
.modal-popup .modal-content::-webkit-scrollbar:horizontal {
  height: 2px;
}
.modal-popup .modal-content::-webkit-scrollbar-track {
  background-color: transparent;
}
.modal-popup .modal-content::-webkit-scrollbar-thumb {
  background-color: #444444;
  border-radius: 2px;
}
.modal-popup .modal-content::-webkit-scrollbar-thumb:hover {
  background-color: #444444;
}
.modal-popup .modal-content fieldset {
  border: none;
  display: block;
}
.modal-popup .modal-content .field:not(.choice) .label {
  display: none;
}
.modal-popup .modal-content .field.captcha {
  display: flex;
  flex-direction: column;
}
.modal-popup .modal-content .field input:not([type="radio"]):not([type="checkbox"]),
.modal-popup .modal-content .field textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  background: var(--fieldsBg);
  border: none;
  border-bottom: 1px solid rgba(36, 41, 53, 0.15);
  padding: 0;
  font-size: 16px;
}
.modal-popup .modal-content .field input:not([type="radio"]):not([type="checkbox"])::-webkit-input-placeholder,
.modal-popup .modal-content .field textarea::-webkit-input-placeholder {
  color: rgba(36, 41, 53, 0.6);
  opacity: 1;
}
.modal-popup .modal-content .field input:not([type="radio"]):not([type="checkbox"])::-moz-placeholder,
.modal-popup .modal-content .field textarea::-moz-placeholder {
  color: rgba(36, 41, 53, 0.6);
  opacity: 1;
}
.modal-popup .modal-content .field input:not([type="radio"]):not([type="checkbox"]):-ms-input-placeholder,
.modal-popup .modal-content .field textarea:-ms-input-placeholder {
  color: rgba(36, 41, 53, 0.6);
  opacity: 1;
}
.modal-popup .modal-content .field input:not([type="radio"]):not([type="checkbox"]):-moz-placeholder,
.modal-popup .modal-content .field textarea:-moz-placeholder {
  color: rgba(36, 41, 53, 0.6);
  opacity: 1;
}
.modal-popup .modal-content .field input:not([type="radio"]):not([type="checkbox"]):-webkit-autofill,
.modal-popup .modal-content .field textarea:-webkit-autofill {
  box-shadow: inset 0 0 0 500px var(--fieldsBg);
}
.modal-popup .modal-content .field input:not([type="radio"]):not([type="checkbox"]):focus,
.modal-popup .modal-content .field textarea:focus {
  border-bottom-color: #242935;
}
.modal-popup .modal-content .field input:not([type="radio"]):not([type="checkbox"]).mage-error,
.modal-popup .modal-content .field textarea.mage-error {
  border-bottom-color: #b30000;
}
.modal-popup .modal-content .field input {
  height: var(--inputHeight);
  outline: none;
  transition: border-color 0.3s;
}
.modal-popup .modal-content .field .phonemask-validation {
  -webkit-appearance: none;
}
.modal-popup .modal-content .field textarea {
  -webkit-appearance: none;
  resize: vertical;
  min-height: 170px;
}
.modal-popup .modal-content .field [id="password-strength-meter-container"] {
  margin-top: 5px;
  font-size: 14px;
  /* &.password-none,
			&.password-weak {
				span {
					color: red;
				}
			} */
}
.modal-popup .modal-content .field [id="password-strength-meter-container"] span {
  color: red;
}
.modal-popup .modal-content .field [id="password-strength-meter-container"].password-very-strong span {
  color: #50C83A;
}
.modal-popup .modal-content .password-wrap {
  position: relative;
}
.modal-popup .modal-content .password-wrap .icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 10px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s, visibility 0.3s;
}
.modal-popup .modal-content .password-wrap input[type="password"][style*="display: none"] ~ .icon,
.modal-popup .modal-content .password-wrap input[type="password"][style*="display:none"] ~ .icon {
  display: none;
}
.modal-popup .modal-content .password-wrap input[type="password"] ~ .icon-eye-disabled {
  visibility: hidden;
  opacity: 0;
}
.modal-popup .modal-content .password-wrap input[type="text"] ~ .icon-eye {
  visibility: hidden;
  opacity: 0;
}
.modal-popup .modal-content button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  height: 50px;
  padding: 0 15px;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  font-family: 'IBMPlexSans';
  color: #FFF;
  color: #fff;
  background: #242935;
  border: none;
}
.modal-popup .modal-content button.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.d_mobile .modal-popup .modal-content button:active {
  background-color: #222222;
}
.d_desktop .modal-popup .modal-content button:hover {
  background-color: #222222;
}
.d_desktop .modal-popup .modal-content button:active {
  background: #242935;
}
.modal-popup .modal-content .field {
  margin-bottom: 30px;
}
.v_small_mobile .modal-popup .modal-content .field {
  margin-bottom: 15px;
}
.v_small_mobile .modal-popup .modal-content .field:last-of-type {
  margin-bottom: 0;
}
.modal-popup .modal-content .field .label {
  display: none;
}
.modal-popup .modal-content form button {
  width: 100%;
}
.modal-popup .modal-content [id="contact-call-back-form"] textarea {
  resize: none;
}
.modal-popup .modal-footer {
  padding-top: 20px;
}
.modal-popup .modal-footer .action-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  height: 50px;
  padding: 0 15px;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  font-family: 'IBMPlexSans';
  color: #FFF;
  color: #fff;
  background: #242935;
  border: none;
  width: 100%;
}
.modal-popup .modal-footer .action-primary.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.d_mobile .modal-popup .modal-footer .action-primary:active {
  background-color: #222222;
}
.d_desktop .modal-popup .modal-footer .action-primary:hover {
  background-color: #222222;
}
.d_desktop .modal-popup .modal-footer .action-primary:active {
  background: #242935;
}
.modal-popup .modal-footer .action-secondary {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  height: 50px;
  padding: 0 15px;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  font-family: 'IBMPlexSans';
  background: #242935;
  color: #FFF;
  color: #242935;
  background: #fff;
  border: 1px solid #242935;
  width: 100%;
}
.modal-popup .modal-footer .action-secondary.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.d_mobile .modal-popup .modal-footer .action-secondary:active {
  background: #f2f4f6;
}
.d_desktop .modal-popup .modal-footer .action-secondary:hover {
  background: #f2f4f6;
}
.d_desktop .modal-popup .modal-footer .action-secondary:active {
  background: #fff;
}
.modal-popup.product-alert-popup .product-alert_title {
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  color: #242935;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .modal-popup.product-alert-popup .product-alert_title {
    font-size: 24px;
    line-height: 29px;
  }
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  .modal-popup.confirm .modal-inner-wrap {
    max-width: 380px;
  }
}
.modal-popup.confirm .modal-inner-wrap .modal-content {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.modal-popup.confirm .modal-inner-wrap .modal-footer {
  width: 100%;
  margin: 40px 0 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0;
  flex-direction: column-reverse;
}
.modal-popup.confirm .modal-inner-wrap .modal-footer button {
  margin: 20px 0 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .modal-popup.confirm .modal-inner-wrap .modal-footer {
    flex-direction: row-reverse;
  }
  .modal-popup.confirm .modal-inner-wrap .modal-footer button {
    margin: 0;
  }
  .modal-popup.confirm .modal-inner-wrap .modal-footer .action-accept {
    width: 100%;
  }
  .modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary {
    width: calc(50% - 10px);
  }
  .modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary ~ .action-accept {
    width: calc(50% - 10px);
  }
}
.modal-popup.popup-authentication .block-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #242935;
  margin-bottom: 30px;
}
.modal-popup.popup-authentication .block-authentication .message.message-error {
  text-align: right;
  font-size: 12px;
  line-height: 1;
  color: #FF6060;
  margin-bottom: 5px;
}
.modal-popup.popup-authentication .block-authentication .block-new-customer {
  margin-bottom: 40px;
}
.modal-popup.popup-authentication .block-authentication .block-new-customer .block-content {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #434548;
}
.modal-popup.popup-authentication .block-authentication .block-new-customer .block-content p {
  margin-bottom: 10px;
}
.modal-popup.popup-authentication .block-authentication .block-new-customer .block-content ul {
  list-style: none;
  margin-bottom: 20px;
}
.modal-popup.popup-authentication .block-authentication .block-new-customer .block-content ul > li {
  position: relative;
  padding-left: 15px;
}
.modal-popup.popup-authentication .block-authentication .block-new-customer .block-content ul > li:before {
  content: '';
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  top: 7px;
  background-color: #99a4b2;
  border-radius: 50%;
}
.modal-popup.popup-authentication .block-authentication .block-new-customer .actions-toolbar .action-register {
  display: block;
  text-decoration: none;
  color: #99a4b2;
}
.d_desktop .modal-popup.popup-authentication .block-authentication .block-new-customer .actions-toolbar .action-register {
  transition: color 0.3s;
}
.d_desktop .modal-popup.popup-authentication .block-authentication .block-new-customer .actions-toolbar .action-register:hover {
  color: #242935;
}
.modal-popup.popup-authentication .block-authentication .block-customer-login .field {
  margin-bottom: 15px;
}
.modal-popup.popup-authentication .block-authentication .block-customer-login div.secondary {
  text-align: right;
  margin-bottom: 15px;
}
.modal-popup.popup-authentication .block-authentication .block-customer-login div.secondary .action {
  text-decoration: none;
  color: #99a4b2;
}
.d_desktop .modal-popup.popup-authentication .block-authentication .block-customer-login div.secondary .action {
  transition: color 0.3s;
}
.d_desktop .modal-popup.popup-authentication .block-authentication .block-customer-login div.secondary .action:hover {
  color: #242935;
}
.modal-popup.popup-authentication .block-authentication .block-customer-login .actions-toolbar {
  margin-bottom: 40px;
}
.d_mobile:not(.v_large_mobile) .modal-popup.popup-authentication .block-authentication .social-login-authentication-popup .account-social-login {
  flex-direction: column;
}
.d_mobile:not(.v_large_mobile) .modal-popup.popup-authentication .block-authentication .social-login-authentication-popup .account-social-login .block-content {
  margin-bottom: 20px;
}
.d_mobile:not(.v_large_mobile) .modal-popup.popup-authentication .block-authentication .social-login-authentication-popup .account-social-login .block-note {
  max-width: unset;
}
.load.indicator {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.7);
}
.load.indicator:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 160px;
  width: 160px;
  background: transparent url(../images/loader-2.gif) no-repeat 50% 50%;
  border-radius: 5px;
  box-sizing: border-box;
  margin: auto;
}
.minicart-wrapper {
  position: static;
}
.minicart-wrapper:not([data-dropdown-container]) .block-minicart {
  display: none;
}
.minicart-wrapper.open .showcart {
  transition: none !important;
}
.d_mobile .minicart-wrapper.open .block-minicart {
  opacity: 1;
  visibility: visible;
}
.d_mobile .minicart-wrapper.open .block-minicart .minicart-content-outer-wrapper {
  right: 0;
}
.minicart-wrapper .block-minicart {
  background: none;
  display: flex;
}
.d_mobile .minicart-wrapper .block-minicart {
  display: block;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.d_mobile .minicart-wrapper .block-minicart .minicart-content-outer-wrapper {
  width: 375px;
  max-width: calc(100% - var(--headerMiddleHeight));
  position: absolute;
  top: 0;
  bottom: 0;
  right: -375px;
  background: #fff;
  transition: right 0.3s;
}
.d_mobile .minicart-wrapper .block-minicart .minicart-content-outer-wrapper .close {
  position: absolute;
  right: 100%;
  top: 0;
  width: var(--headerMiddleHeight);
  height: var(--headerMiddleHeight);
  background: #242935;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-right: 1px solid #fff;
}
.d_mobile .minicart-wrapper .block-minicart .minicart-content-outer-wrapper .close span {
  font-size: 0;
}
.d_mobile .minicart-wrapper .block-minicart .minicart-content-outer-wrapper .close span:before,
.d_mobile .minicart-wrapper .block-minicart .minicart-content-outer-wrapper .close span:after {
  content: '';
  width: 26px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: calc(50% - 13px);
  top: calc(50% - 1px);
  transform: rotateZ(45deg);
}
.d_mobile .minicart-wrapper .block-minicart .minicart-content-outer-wrapper .close span:after {
  transform: rotateZ(-45deg);
}
.d_desktop .minicart-wrapper .block-minicart {
  top: calc(100% - 20px);
  left: unset;
  right: -16px;
  width: 520px;
  max-height: calc(100vh - var(--headerTopHeight) - var(--headerMiddleHeight) - var(--headerBottomHeight));
  border: 1px solid #242935;
  box-sizing: border-box;
}
.d_desktop .minicart-wrapper .block-minicart:before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 100%;
  right: -1px;
  background: #242935;
  width: 130px;
  height: 5px;
}
.d_desktop .minicart-wrapper .block-minicart .close {
  display: none;
}
.minicart-content-outer-wrapper {
  width: 100%;
  background: #fff;
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.1);
}
.minicart-content-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.d_desktop .minicart-content-wrapper {
  height: unset;
  max-height: 100%;
}
.minicart-content-wrapper a {
  text-decoration: none;
}
.minicart-content-wrapper > .block-title {
  font-size: 22px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: #242935;
}
.d_mobile .minicart-content-wrapper > .block-title {
  min-height: var(--headerMiddleHeight);
  padding: 10px 20px;
}
.d_desktop .minicart-content-wrapper > .block-title {
  min-height: var(--headerBottomHeight);
  padding: 10px 30px;
}
.minicart-content-wrapper .block-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  color: #242935;
  overflow-y: auto;
  overflow-x: hidden;
}
.minicart-content-wrapper .block-content::-webkit-scrollbar {
  width: 2px;
}
.minicart-content-wrapper .block-content::-webkit-scrollbar:horizontal {
  height: 2px;
}
.minicart-content-wrapper .block-content::-webkit-scrollbar-track {
  background-color: transparent;
}
.minicart-content-wrapper .block-content::-webkit-scrollbar-thumb {
  background-color: #444444;
  border-radius: 2px;
}
.minicart-content-wrapper .block-content::-webkit-scrollbar-thumb:hover {
  background-color: #444444;
}
.minicart-content-wrapper .block-content .bad-height {
  height: unset !important;
}
.minicart-content-wrapper .block-content > .errors {
  color: #FFB600;
  padding: 10px 30px 0;
}
.minicart-content-wrapper .block-content .subtitle.empty {
  padding: 30px;
}
.minicart-content-wrapper .cart-footer {
  color: #242935;
  padding: 20px;
}
.d_desktop .minicart-content-wrapper .cart-footer {
  padding: 20px 30px;
}
.minicart-content-wrapper .cart-footer.empty {
  display: none;
}
.minicart-content-wrapper .cart-footer .subtotal,
.minicart-content-wrapper .cart-footer .discount,
.minicart-content-wrapper .cart-footer .grand-total {
  display: flex;
  margin-bottom: 10px;
}
.minicart-content-wrapper .cart-footer .subtotal .label,
.minicart-content-wrapper .cart-footer .discount .label,
.minicart-content-wrapper .cart-footer .grand-total .label {
  flex-grow: 1;
}
.minicart-content-wrapper .cart-footer .subtotal {
  justify-content: space-between;
}
.minicart-content-wrapper .cart-footer .grand-total {
  align-items: baseline;
}
.minicart-content-wrapper .cart-footer .grand-total .amount {
  font-weight: bold;
  font-size: 30px;
  margin-left: 5px;
}
.minicart-content-wrapper .cart-footer .actions-bottom {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 12px 20px;
}
.d_desktop .minicart-content-wrapper .cart-footer .actions-bottom {
  grid-template-columns: 1fr 1fr;
}
.minicart-content-wrapper .cart-footer .actions .primary > button {
  width: 100%;
}
.minicart-items-wrapper ol {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 20px;
}
.d_desktop .minicart-items-wrapper ol {
  padding: 20px 30px;
}
.minicart-items-wrapper .product-item {
  padding: 20px 0;
}
.minicart-items-wrapper .product-item:not(:first-child) {
  border-top: 1px solid rgba(36, 41, 53, 0.15);
}
.minicart-items-wrapper .product-item:after {
  display: none;
}
.minicart-items-wrapper .product-item > .product {
  display: grid;
  grid-template-columns: 80px calc(100% - 130px) 20px;
  grid-column-gap: 15px;
}
.d_desktop .minicart-items-wrapper .product-item > .product {
  grid-template-columns: 95px calc(100% - 155px) 20px;
  grid-column-gap: 20px;
  grid-template-rows: minmax(10px, auto) minmax(10px, 50px);
}
.minicart-items-wrapper .product-item-photo {
  grid-row: span 2;
}
.d_mobile .minicart-items-wrapper .product-item-text,
.d_mobile .minicart-items-wrapper .product-item-pricing {
  grid-column: 2/3;
}
.minicart-items-wrapper .actions {
  grid-column-start: 3;
  grid-row-start: 1;
}
.minicart-items-wrapper .product-item-name {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}
.minicart-items-wrapper .product-item-name .options-list {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #99a4b2;
}
.minicart-items-wrapper .product-item-text .product.options {
  display: none;
}
.minicart-items-wrapper .errors {
  color: #b30000;
}
.minicart-items-wrapper .product-item-pricing {
  display: flex;
  flex-direction: column-reverse;
}
.d_desktop .minicart-items-wrapper .product-item-pricing {
  order: 1;
  flex-direction: unset;
}
.minicart-items-wrapper .product-image-wrapper {
  display: block;
  box-sizing: border-box;
  border: 1px solid rgba(36, 41, 53, 0.15);
  padding: unset !important;
}
.minicart-items-wrapper .product-image-wrapper img {
  display: block;
}
.minicart-items-wrapper .price-container {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 16px;
}
.d_desktop .minicart-items-wrapper .price-container {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.minicart-items-wrapper .qty-input-wrapper {
  --qtyHeight: 50px;
  border-color: rgba(36, 41, 53, 0.15);
  width: calc(var(--qtyHeight) * 3);
  height: var(--qtyHeight);
  margin-right: 20px;
}
.v_small_mobile .minicart-items-wrapper .qty-input-wrapper {
  --qtyHeight: 40px;
}
.minicart-items-wrapper .qty-input-wrapper input {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 var(--qtyHeight);
  text-align: center;
  font-size: 14px;
  -moz-appearance: textfield;
}
.minicart-items-wrapper .qty-input-wrapper input::-webkit-outer-spin-button,
.minicart-items-wrapper .qty-input-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.minicart-items-wrapper .qty-input-wrapper .nav-up,
.minicart-items-wrapper .qty-input-wrapper .nav-down {
  width: var(--qtyHeight);
  height: var(--qtyHeight);
  top: -1px;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.d_desktop .minicart-items-wrapper .qty-input-wrapper .nav-up:hover,
.d_desktop .minicart-items-wrapper .qty-input-wrapper .nav-down:hover {
  opacity: 1;
}
.minicart-items-wrapper .qty-input-wrapper .nav-up .plus,
.minicart-items-wrapper .qty-input-wrapper .nav-down .plus,
.minicart-items-wrapper .qty-input-wrapper .nav-up .minus,
.minicart-items-wrapper .qty-input-wrapper .nav-down .minus {
  width: 8px;
  height: 8px;
}
.minicart-items-wrapper .qty-input-wrapper .nav-up {
  right: -1px;
}
.minicart-items-wrapper .qty-input-wrapper .nav-down {
  left: -1px;
}
.minicart-items-wrapper .remove {
  display: flex;
  align-items: center;
  justify-content: center;
}
.minicart-items-wrapper .remove span {
  display: none;
}
.minicart-items-wrapper .remove svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
#mini-cart.minicart-items .product-item:hover {
  border: none !important;
}
.callback-actions-block {
  width: auto;
  position: fixed;
  z-index: 15;
  right: 10px;
  bottom: 80px;
}
.d_desktop .callback-actions-block {
  bottom: 120px;
  right: 30px;
}
.callback-actions-block:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.callback-actions-block .button_widget_callback {
  position: relative;
  z-index: 2;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #99a4b2;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #242935;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s, border-color 0.3s;
}
.callback-actions-block .button_widget_callback:hover {
  border-color: rgba(153, 164, 178, 0.5);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.callback-actions-block .button_widget_callback .icon-block {
  margin: 4px 0 2px;
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.callback-actions-block .button_widget_callback .icon-block svg {
  width: 100%;
  height: 100%;
}
.callback-actions-block .button_widget_callback .text {
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
}
.callback-actions-block .online-chats {
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.callback-actions-block .online-chats li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.callback-actions-block .online-chats li:nth-child(1) {
  transform: rotate(10deg);
}
.callback-actions-block .online-chats li:nth-child(1) .icon {
  transform: rotate(-10deg);
}
.callback-actions-block .online-chats li:nth-child(2) {
  transform: rotate(-30deg);
}
.callback-actions-block .online-chats li:nth-child(2) .icon {
  transform: rotate(30deg);
}
.callback-actions-block .online-chats li:nth-child(3) {
  transform: rotate(-70deg);
}
.callback-actions-block .online-chats li:nth-child(3) .icon {
  transform: rotate(70deg);
}
.callback-actions-block .online-chats li:nth-child(4) {
  transform: rotate(-110deg);
}
.callback-actions-block .online-chats li:nth-child(4) .icon {
  transform: rotate(110deg);
}
.callback-actions-block .online-chats li:nth-child(5) {
  transform: rotate(-150deg);
}
.callback-actions-block .online-chats li:nth-child(5) .icon {
  transform: rotate(150deg);
}
.callback-actions-block .online-chats li:nth-child(6) {
  transform: rotate(-190deg);
}
.callback-actions-block .online-chats li:nth-child(6) .icon {
  transform: rotate(190deg);
}
.callback-actions-block .online-chats li .link {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #7ED321;
  top: 5px;
  left: 50%;
  margin-left: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 0 0 0 #7ED321;
  transition: box-shadow 0.3s, top 0.3s;
}
.callback-actions-block .online-chats li .link .icon {
  width: 18px;
  height: 18px;
  fill: #fff;
}
.callback-actions-block .online-chats li .link:hover {
  box-shadow: 0 0 5px 0 #7ED321;
}
.callback-actions-block .online-chats li .link.viber {
  background: #7360F2;
  box-shadow: 0 0 0 0 #7360F2;
}
.callback-actions-block .online-chats li .link.viber:hover {
  box-shadow: 0 0 5px 0 #7360F2;
}
.callback-actions-block .online-chats li .link.instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.callback-actions-block .online-chats li .link.telegram {
  background: #33AADE;
  box-shadow: 0 0 0 0 #33AADE;
}
.callback-actions-block .online-chats li .link.telegram:hover {
  box-shadow: 0 0 5px 0 #33AADE;
}
.callback-actions-block .online-chats li .link.whatsapp {
  background: #42C452;
  box-shadow: 0 0 0 0 #42C452;
}
.callback-actions-block .online-chats li .link.whatsapp:hover {
  box-shadow: 0 0 5px 0 #42C452;
}
.callback-actions-block .online-chats li .link.facebook {
  background: #007FFF;
  box-shadow: 0 0 0 0 #007FFF;
}
.callback-actions-block .online-chats li .link.facebook:hover {
  box-shadow: 0 0 5px 0 #007FFF;
}
html.no-touch .callback-actions-block:hover:before,
.callback-actions-block.open:before {
  width: calc(100% + 100px);
  height: calc(100% + 100px);
}
html.no-touch .callback-actions-block:hover ul li a,
.callback-actions-block.open ul li a,
html.no-touch .callback-actions-block:hover ul li .link,
.callback-actions-block.open ul li .link {
  top: -45px;
}
.callback-actions-block.open .button_widget_callback {
  font-size: 0;
  justify-content: center;
}
.callback-actions-block.open .button_widget_callback:after {
  content: '×';
  font-size: 40px;
}
.callback-actions-block.open .button_widget_callback .icon-block {
  display: none;
}
.callback-actions-block.open .button_widget_callback .text {
  display: none;
}
.widget-callback {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
}
.widget-callback .widget-callback-inner {
  position: absolute;
  top: 0;
  right: -375px;
  width: 100%;
  max-width: 375px;
  background: #fff;
  height: 100%;
  transition: right 0.3s;
}
.d_desktop .widget-callback .widget-callback-inner {
  right: -400px;
  max-width: 400px;
}
.widget-callback .widget-callback-inner [id="callback-to-replace"] {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.widget-callback .widget-callback-inner [id="callback-to-replace"]::-webkit-scrollbar {
  width: 4px;
}
.widget-callback .widget-callback-inner [id="callback-to-replace"]::-webkit-scrollbar:horizontal {
  height: 4px;
}
.widget-callback .widget-callback-inner [id="callback-to-replace"]::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 4px;
}
.widget-callback .widget-callback-inner [id="callback-to-replace"]::-webkit-scrollbar-thumb {
  background-color: #242935;
  border-radius: 4px;
}
.widget-callback .widget-callback-inner [id="callback-to-replace"]::-webkit-scrollbar-thumb:hover {
  background-color: #242935;
}
.widget-callback .widget-callback-inner #callback_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(36, 41, 53, 0.5);
  cursor: pointer;
}
.d_desktop .widget-callback .widget-callback-inner #callback_close {
  transition: color 0.3s;
}
.d_desktop .widget-callback .widget-callback-inner #callback_close:hover {
  color: #242935;
}
.widget-callback .widget-callback-inner #callback_close .icon {
  fill: currentColor;
}
.widget-callback .widget-callback-inner .top-callback-block {
  background: #F3F2F4;
  padding: 40px 15px 15px;
}
.d_desktop .widget-callback .widget-callback-inner .top-callback-block {
  padding: 30px;
}
.widget-callback .widget-callback-inner .top-callback-block a {
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #242935;
  text-decoration: none;
}
.d_desktop .widget-callback .widget-callback-inner .top-callback-block a {
  transition: color 0.3s;
}
.d_desktop .widget-callback .widget-callback-inner .top-callback-block a:hover {
  color: #99a4b2;
}
.d_mobile .widget-callback .widget-callback-inner .top-callback-block a {
  font-size: 14px;
}
.widget-callback .widget-callback-inner .top-callback-block .columns-block {
  display: grid;
  grid-column-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
.d_mobile .widget-callback .widget-callback-inner .top-callback-block .columns-block:first-child {
  grid-template-columns: 1fr;
}
.d_mobile .widget-callback .widget-callback-inner .top-callback-block .columns-block:first-child .column-first {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.d_mobile .widget-callback .widget-callback-inner .top-callback-block .columns-block:first-child .column-second {
  display: flex;
  justify-content: space-between;
}
.d_mobile .widget-callback .widget-callback-inner .top-callback-block .columns-block:first-child .column-first,
.d_mobile .widget-callback .widget-callback-inner .top-callback-block .columns-block:first-child .column-second {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(36, 41, 53, 0.1);
}
.d_desktop .widget-callback .widget-callback-inner .top-callback-block .columns-block:not(:first-child) {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid rgba(36, 41, 53, 0.1);
}
.widget-callback .widget-callback-inner .top-callback-block span.label {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: rgba(36, 41, 53, 0.5);
}
.widget-callback .widget-callback-inner .top-callback-block .main-phone:first-child .value a {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
}
.d_mobile .widget-callback .widget-callback-inner .top-callback-block .main-phone:first-child .value a {
  font-size: 14px;
  line-height: 1;
}
.d_desktop .widget-callback .widget-callback-inner .top-callback-block .main-phone:not(:first-child) {
  margin-top: 8px;
}
.widget-callback .widget-callback-inner .top-callback-block .other-phone {
  display: flex;
  align-items: center;
}
.d_mobile .widget-callback .widget-callback-inner .top-callback-block .other-phone .icon {
  width: 16px;
  height: 16px;
}
.d_mobile .widget-callback .widget-callback-inner .top-callback-block .other-phone .value a {
  font-size: 12px;
}
.v_small_mobile .widget-callback .widget-callback-inner .top-callback-block .other-phone .icon {
  width: 14px;
  height: 14px;
}
.v_small_mobile .widget-callback .widget-callback-inner .top-callback-block .other-phone .value a {
  font-size: 11px;
}
.d_desktop .widget-callback .widget-callback-inner .top-callback-block .other-phone:not(:first-child) {
  margin-top: 2px;
}
.widget-callback .widget-callback-inner .top-callback-block .other-phone .icon {
  margin-right: 4px;
}
.widget-callback .widget-callback-inner .top-callback-block .call-center,
.widget-callback .widget-callback-inner .top-callback-block .order-processing {
  padding: 0;
}
.widget-callback .widget-callback-inner .top-callback-block .call-center .value,
.widget-callback .widget-callback-inner .top-callback-block .order-processing .value {
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #242935;
}
.d_desktop .widget-callback .widget-callback-inner .top-callback-block .call-center .value,
.d_desktop .widget-callback .widget-callback-inner .top-callback-block .order-processing .value {
  font-size: 13px;
}
.widget-callback .widget-callback-inner .widget-callback-title {
  display: none;
}
.widget-callback .widget-callback-inner .popup-tabs-wrap {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 10px 15px 15px;
}
.d_desktop .widget-callback .widget-callback-inner .popup-tabs-wrap {
  padding: 20px 30px;
}
.widget-callback .widget-callback-inner .popup-tabs-wrap ul {
  list-style: none;
}
.widget-callback .widget-callback-inner .popup-tabs-wrap .tab-heading {
  display: flex;
  flex-shrink: 0;
  margin: 0 0 20px;
}
.widget-callback .widget-callback-inner .popup-tabs-wrap .tab-heading a {
  font-weight: 500;
  font-size: 16px;
  color: rgba(36, 41, 53, 0.75);
  text-decoration: none;
  height: 28px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid transparent;
}
.d_desktop .widget-callback .widget-callback-inner .popup-tabs-wrap .tab-heading a {
  transition: color 0.3s;
}
.d_desktop .widget-callback .widget-callback-inner .popup-tabs-wrap .tab-heading a:hover {
  color: #99a4b2;
}
.widget-callback .widget-callback-inner .popup-tabs-wrap .tab-heading a:not(:first-child) {
  margin-left: 15px;
}
.widget-callback .widget-callback-inner .popup-tabs-wrap .tab-heading a.current {
  color: #242935;
  border-bottom-color: #242935;
}
.widget-callback .widget-callback-inner .popup-tabs-wrap .hidden-form {
  display: none;
}
.widget-callback .widget-callback-inner .popup-tabs-wrap .callbacks-popup,
.widget-callback .widget-callback-inner .popup-tabs-wrap .messagecallback-popup {
  flex-grow: 1;
  padding: 0;
  max-width: unset;
  --inputHeight: 50px;
  --padding: 20px;
  --fieldsBg: #fff;
}
.widget-callback .widget-callback-inner .popup-tabs-wrap .callbacks-popup fieldset,
.widget-callback .widget-callback-inner .popup-tabs-wrap .messagecallback-popup fieldset {
  border: none;
  display: block;
}
.widget-callback .widget-callback-inner .popup-tabs-wrap .callbacks-popup .field:not(.choice) .label,
.widget-callback .widget-callback-inner .popup-tabs-wrap .messagecallback-popup .field:not(.choice) .label {
  display: none;
}
.widget-callback .widget-callback-inner .popup-tabs-wrap .callbacks-popup .field.captcha,
.widget-callback .widget-callback-inner .popup-tabs-wrap .messagecallback-popup .field.captcha {
  display: flex;
  flex-direction: column;
}
.widget-callback .widget-callback-inner .popup-tabs-wrap .callbacks-popup .field input:not([type="radio"]):not([type="checkbox"]),
.widget-callback .widget-callback-inner .popup-tabs-wrap .messagecallback-popup .field input:not([type="radio"]):not([type="checkbox"]),
.widget-callback .widget-callback-inner .popup-tabs-wrap .callbacks-popup .field textarea,
.widget-callback .widget-callback-inner .popup-tabs-wrap .messagecallback-popup .field textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  background: var(--fieldsBg);
  border: none;
  border-bottom: 1px solid rgba(36, 41, 53, 0.15);
  padding: 0;
  font-size: 16px;
}
.widget-callback .widget-callback-inner .popup-tabs-wrap .callbacks-popup .field input:not([type="radio"]):not([type="checkbox"])::-webkit-input-placeholder,
.widget-callback .widget-callback-inner .popup-tabs-wrap .messagecallback-popup .field input:not([type="radio"]):not([type="checkbox"])::-webkit-input-placeholder,
.widget-callback .widget-callback-inner .popup-tabs-wrap .callbacks-popup .field textarea::-webkit-input-placeholder,
.widget-callback .widget-callback-inner .popup-tabs-wrap .messagecallback-popup .field textarea::-webkit-input-placeholder {
  color: rgba(36, 41, 53, 0.6);
  opacity: 1;
}
.widget-callback .widget-callback-inner .popup-tabs-wrap .callbacks-popup .field input:not([type="radio"]):not([type="checkbox"])::-moz-placeholder,
.widget-callback .widget-callback-inner .popup-tabs-wrap .messagecallback-popup .field input:not([type="radio"]):not([type="checkbox"])::-moz-placeholder,
.widget-callback .widget-callback-inner .popup-tabs-wrap .callbacks-popup .field textarea::-moz-placeholder,
.widget-callback .widget-callback-inner .popup-tabs-wrap .messagecallback-popup .field textarea::-moz-placeholder {
  color: rgba(36, 41, 53, 0.6);
  opacity: 1;
}
.widget-callback .widget-callback-inner .popup-tabs-wrap .callbacks-popup .field input:not([type="radio"]):not([type="checkbox"]):-ms-input-placeholder,
.widget-callback .widget-callback-inner .popup-tabs-wrap .messagecallback-popup .field input:not([type="radio"]):not([type="checkbox"]):-ms-input-placeholder,
.widget-callback .widget-callback-inner .popup-tabs-wrap .callbacks-popup .field textarea:-ms-input-placeholder,
.widget-callback .widget-callback-inner .popup-tabs-wrap .messagecallback-popup .field textarea:-ms-input-placeholder {
  color: rgba(36, 41, 53, 0.6);
  opacity: 1;
}
.widget-callback .widget-callback-inner .popup-tabs-wrap .callbacks-popup .field input:not([type="radio"]):not([type="checkbox"]):-moz-placeholder,
.widget-callback .widget-callback-inner .popup-tabs-wrap .messagecallback-popup .field input:not([type="radio"]):not([type="checkbox"]):-moz-placeholder,
.widget-callback .widget-callback-inner .popup-tabs-wrap .callbacks-popup .field textarea:-moz-placeholder,
.widget-callback .widget-callback-inner .popup-tabs-wrap .messagecallback-popup .field textarea:-moz-placeholder {
  color: rgba(36, 41, 53, 0.6);
  opacity: 1;
}
.widget-callback .widget-callback-inner .popup-tabs-wrap .callbacks-popup .field input:not([type="radio"]):not([type="checkbox"]):-webkit-autofill,
.widget-callback .widget-callback-inner .popup-tabs-wrap .messagecallback-popup .field input:not([type="radio"]):not([type="checkbox"]):-webkit-autofill,
.widget-callback .widget-callback-inner .popup-tabs-wrap .callbacks-popup .field textarea:-webkit-autofill,
.widget-callback .widget-callback-inner .popup-tabs-wrap .messagecallback-popup .field textarea:-webkit-autofill {
  box-shadow: inset 0 0 0 500px var(--fieldsBg);
}
.widget-callback .widget-callback-inner .popup-tabs-wrap .callbacks-popup .field input:not([type="radio"]):not([type="checkbox"]):focus,
.widget-callback .widget-callback-inner .popup-tabs-wrap .messagecallback-popup .field input:not([type="radio"]):not([type="checkbox"]):focus,
.widget-callback .widget-callback-inner .popup-tabs-wrap .callbacks-popup .field textarea:focus,
.widget-callback .widget-callback-inner .popup-tabs-wrap .messagecallback-popup .field textarea:focus {
  border-bottom-color: #242935;
}
.widget-callback .widget-callback-inner .popup-tabs-wrap .callbacks-popup .field input:not([type="radio"]):not([type="checkbox"]).mage-error,
.widget-callback .widget-callback-inner .popup-tabs-wrap .messagecallback-popup .field input:not([type="radio"]):not([type="checkbox"]).mage-error,
.widget-callback .widget-callback-inner .popup-tabs-wrap .callbacks-popup .field textarea.mage-error,
.widget-callback .widget-callback-inner .popup-tabs-wrap .messagecallback-popup .field textarea.mage-error {
  border-bottom-color: #b30000;
}
.widget-callback .widget-callback-inner .popup-tabs-wrap .callbacks-popup .field input,
.widget-callback .widget-callback-inner .popup-tabs-wrap .messagecallback-popup .field input {
  height: var(--inputHeight);
  outline: none;
  transition: border-color 0.3s;
}
.widget-callback .widget-callback-inner .popup-tabs-wrap .callbacks-popup .field .phonemask-validation,
.widget-callback .widget-callback-inner .popup-tabs-wrap .messagecallback-popup .field .phonemask-validation {
  -webkit-appearance: none;
}
.widget-callback .widget-callback-inner .popup-tabs-wrap .callbacks-popup .field textarea,
.widget-callback .widget-callback-inner .popup-tabs-wrap .messagecallback-popup .field textarea {
  -webkit-appearance: none;
  resize: vertical;
  min-height: 170px;
}
.widget-callback .widget-callback-inner .popup-tabs-wrap .callbacks-popup .field [id="password-strength-meter-container"],
.widget-callback .widget-callback-inner .popup-tabs-wrap .messagecallback-popup .field [id="password-strength-meter-container"] {
  margin-top: 5px;
  font-size: 14px;
  /* &.password-none,
			&.password-weak {
				span {
					color: red;
				}
			} */
}
.widget-callback .widget-callback-inner .popup-tabs-wrap .callbacks-popup .field [id="password-strength-meter-container"] span,
.widget-callback .widget-callback-inner .popup-tabs-wrap .messagecallback-popup .field [id="password-strength-meter-container"] span {
  color: red;
}
.widget-callback .widget-callback-inner .popup-tabs-wrap .callbacks-popup .field [id="password-strength-meter-container"].password-very-strong span,
.widget-callback .widget-callback-inner .popup-tabs-wrap .messagecallback-popup .field [id="password-strength-meter-container"].password-very-strong span {
  color: #50C83A;
}
.widget-callback .widget-callback-inner .popup-tabs-wrap .callbacks-popup .password-wrap,
.widget-callback .widget-callback-inner .popup-tabs-wrap .messagecallback-popup .password-wrap {
  position: relative;
}
.widget-callback .widget-callback-inner .popup-tabs-wrap .callbacks-popup .password-wrap .icon,
.widget-callback .widget-callback-inner .popup-tabs-wrap .messagecallback-popup .password-wrap .icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 10px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s, visibility 0.3s;
}
.widget-callback .widget-callback-inner .popup-tabs-wrap .callbacks-popup .password-wrap input[type="password"][style*="display: none"] ~ .icon,
.widget-callback .widget-callback-inner .popup-tabs-wrap .messagecallback-popup .password-wrap input[type="password"][style*="display: none"] ~ .icon,
.widget-callback .widget-callback-inner .popup-tabs-wrap .callbacks-popup .password-wrap input[type="password"][style*="display:none"] ~ .icon,
.widget-callback .widget-callback-inner .popup-tabs-wrap .messagecallback-popup .password-wrap input[type="password"][style*="display:none"] ~ .icon {
  display: none;
}
.widget-callback .widget-callback-inner .popup-tabs-wrap .callbacks-popup .password-wrap input[type="password"] ~ .icon-eye-disabled,
.widget-callback .widget-callback-inner .popup-tabs-wrap .messagecallback-popup .password-wrap input[type="password"] ~ .icon-eye-disabled {
  visibility: hidden;
  opacity: 0;
}
.widget-callback .widget-callback-inner .popup-tabs-wrap .callbacks-popup .password-wrap input[type="text"] ~ .icon-eye,
.widget-callback .widget-callback-inner .popup-tabs-wrap .messagecallback-popup .password-wrap input[type="text"] ~ .icon-eye {
  visibility: hidden;
  opacity: 0;
}
.widget-callback .widget-callback-inner .popup-tabs-wrap .callbacks-popup button,
.widget-callback .widget-callback-inner .popup-tabs-wrap .messagecallback-popup button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  height: 50px;
  padding: 0 15px;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  font-family: 'IBMPlexSans';
  color: #FFF;
  color: #fff;
  background: #242935;
  border: none;
}
.widget-callback .widget-callback-inner .popup-tabs-wrap .callbacks-popup button.disabled,
.widget-callback .widget-callback-inner .popup-tabs-wrap .messagecallback-popup button.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.d_mobile .widget-callback .widget-callback-inner .popup-tabs-wrap .callbacks-popup button:active,
.d_mobile .widget-callback .widget-callback-inner .popup-tabs-wrap .messagecallback-popup button:active {
  background-color: #222222;
}
.d_desktop .widget-callback .widget-callback-inner .popup-tabs-wrap .callbacks-popup button:hover,
.d_desktop .widget-callback .widget-callback-inner .popup-tabs-wrap .messagecallback-popup button:hover {
  background-color: #222222;
}
.d_desktop .widget-callback .widget-callback-inner .popup-tabs-wrap .callbacks-popup button:active,
.d_desktop .widget-callback .widget-callback-inner .popup-tabs-wrap .messagecallback-popup button:active {
  background: #242935;
}
.widget-callback .widget-callback-inner .popup-tabs-wrap .callbacks-popup .label,
.widget-callback .widget-callback-inner .popup-tabs-wrap .messagecallback-popup .label {
  display: none;
}
.widget-callback .widget-callback-inner .popup-tabs-wrap .callbacks-popup .field,
.widget-callback .widget-callback-inner .popup-tabs-wrap .messagecallback-popup .field {
  margin-bottom: 20px;
}
.widget-callback .widget-callback-inner .popup-tabs-wrap .callbacks-popup .buttons-set .button,
.widget-callback .widget-callback-inner .popup-tabs-wrap .messagecallback-popup .buttons-set .button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  height: 50px;
  padding: 0 15px;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  font-family: 'IBMPlexSans';
  background: #242935;
  color: #FFF;
  color: #242935;
  background: #fff;
  border: 1px solid #242935;
  width: 100%;
}
.widget-callback .widget-callback-inner .popup-tabs-wrap .callbacks-popup .buttons-set .button.disabled,
.widget-callback .widget-callback-inner .popup-tabs-wrap .messagecallback-popup .buttons-set .button.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.d_mobile .widget-callback .widget-callback-inner .popup-tabs-wrap .callbacks-popup .buttons-set .button:active,
.d_mobile .widget-callback .widget-callback-inner .popup-tabs-wrap .messagecallback-popup .buttons-set .button:active {
  background: #f2f4f6;
}
.d_desktop .widget-callback .widget-callback-inner .popup-tabs-wrap .callbacks-popup .buttons-set .button:hover,
.d_desktop .widget-callback .widget-callback-inner .popup-tabs-wrap .messagecallback-popup .buttons-set .button:hover {
  background: #f2f4f6;
}
.d_desktop .widget-callback .widget-callback-inner .popup-tabs-wrap .callbacks-popup .buttons-set .button:active,
.d_desktop .widget-callback .widget-callback-inner .popup-tabs-wrap .messagecallback-popup .buttons-set .button:active {
  background: #fff;
}
.widget-callback .chats-list {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.widget-callback .chats-list li {
  margin: 0 10px;
}
.widget-callback .chats-list li .link {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: box-shadow 0.3s, top 0.3s;
}
.widget-callback .chats-list li .link .icon {
  width: 18px;
  height: 18px;
  fill: #fff;
}
.widget-callback .chats-list li .link.viber {
  background: #7360F2;
  box-shadow: 0 0 0 0 #7360F2;
}
.widget-callback .chats-list li .link.viber:hover {
  box-shadow: 0 0 5px 0 #7360F2;
}
.widget-callback .chats-list li .link.telegram {
  background: #33AADE;
  box-shadow: 0 0 0 0 #33AADE;
}
.widget-callback .chats-list li .link.telegram:hover {
  box-shadow: 0 0 5px 0 #33AADE;
}
.widget-callback .chats-list li .link.whatsapp {
  background: #42C452;
  box-shadow: 0 0 0 0 #42C452;
}
.widget-callback .chats-list li .link.whatsapp:hover {
  box-shadow: 0 0 5px 0 #42C452;
}
.widget-callback .chats-list li .link.facebook {
  background: #007FFF;
  box-shadow: 0 0 0 0 #007FFF;
}
.widget-callback .chats-list li .link.facebook:hover {
  box-shadow: 0 0 5px 0 #007FFF;
}
.widget-callback.open {
  visibility: visible;
  opacity: 1;
}
.widget-callback.open .widget-callback-inner {
  right: 0;
}
.block.filter {
  position: relative;
  outline: none;
}
.block.filter ul,
.block.filter ol {
  list-style: none;
  padding: 0;
}
.block.filter a {
  text-decoration: none;
}
.block.filter .filter-options {
  outline: none;
}
.block.filter .filter-options-item {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #f2f4f6;
}
.d_desktop .block.filter .filter-options-item {
  padding: 25px 0;
}
.block.filter .filter-options-item.open .filter-options-content-block {
  max-height: 340px;
  overflow: auto;
}
.block.filter .filter-options-item[attribute="price"] .filter-options-content-block {
  overflow: visible;
}
.block.filter .filter-options-item .filter-options-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 14px;
}
.block.filter .filter-options-item .filter-options-title .icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  fill: #99a4b2;
  margin: 0;
  position: relative;
  transform: rotate(0deg);
}
.block.filter .filter-options-item .filter-options-title.selected strong {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.block.filter .filter-options-item .filter-options-title.selected strong:after {
  content: '';
  display: flex;
  position: relative;
  top: 1px;
  right: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.block.filter .filter-options-item .filter-options-content-block {
  position: relative;
  top: unset;
  left: unset;
}
.block.filter .filter-options-item .filter-options-content-block .items {
  margin: 0;
}
.block.filter .filter-options-item .filter-options-content-block .items .item {
  margin-top: 15px;
}
.block.filter .filter-options-item .filter-options-content-block .items .item .fake-input {
  display: none;
}
.block.filter .filter-options-item .filter-options-content-block .items .item a {
  font-size: 16px;
}
.block.filter .filter-options-item .filter-options-content-block .items .item .label-name {
  font-weight: 500;
  font-size: 14px;
  color: #242935;
  opacity: 0.8;
  transition: opacity 0.3s;
}
.d_desktop .block.filter .filter-options-item .filter-options-content-block .items .item input[type="checkbox"]:hover ~ .label-name,
.block.filter .filter-options-item .filter-options-content-block .items .item input[type="checkbox"]:checked ~ .label-name {
  opacity: 1;
}
.block.filter .filter-options-item .filter-options-content-block .items .item label {
  display: inline-flex;
  line-height: 20px;
  cursor: pointer;
}
.block.filter .filter-options-item .filter-options-content-block .items .item label input[type="checkbox"] {
  flex-shrink: 0;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 0 0;
  cursor: pointer;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 13px;
  border: 1px solid #99a4b2;
  transition: background-color 0.3s, background-size 0.2s, border-color 0.3s;
}
.block.filter .filter-options-item .filter-options-content-block .items .item label input[type="checkbox"]:checked {
  background-image: url(../images/check.svg);
  background-color: #242935;
  border-color: #242935;
}
.block.filter .filter-options-item .filter-options-content-block .items .item .count .filter-count-label {
  display: none;
}
.block.filter .filter-options-item .filter-options-content-block .items .item .count:before {
  content: '(';
}
.block.filter .filter-options-item .filter-options-content-block .items .item .count:after {
  content: ')';
}
.block.filter .filter-options-item .filter-options-content-block .visible-filters {
  margin-top: 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #99a4b2;
  cursor: pointer;
}
.d_desktop .block.filter .filter-options-item .filter-options-content-block .visible-filters {
  transition: color 0.3s;
}
.d_desktop .block.filter .filter-options-item .filter-options-content-block .visible-filters:hover {
  color: #242935;
}
.block.filter .filter-options-item .price-slider-inputs {
  margin-bottom: 40px;
}
.block.filter .filter-options-item .price-slider-inputs .inputs-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.block.filter .filter-options-item .price-slider-inputs .inputs-block .delimiter {
  font-size: 12px;
  font-weight: bold;
  margin-right: 10px;
}
.block.filter .filter-options-item .price-slider-inputs .inputs-block input {
  width: 80px;
  height: 40px;
  background: #f2f4f6;
  border: none;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}
.block.filter .filter-options-item .price-slider-inputs .action-block .price-input-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  height: 50px;
  padding: 0 15px;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  font-family: 'IBMPlexSans';
  background: #242935;
  color: #FFF;
  color: #242935;
  background: #fff;
  border: 1px solid #242935;
  height: 40px;
  width: 100%;
}
.block.filter .filter-options-item .price-slider-inputs .action-block .price-input-submit.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.d_mobile .block.filter .filter-options-item .price-slider-inputs .action-block .price-input-submit:active {
  background: #f2f4f6;
}
.d_desktop .block.filter .filter-options-item .price-slider-inputs .action-block .price-input-submit:hover {
  background: #f2f4f6;
}
.d_desktop .block.filter .filter-options-item .price-slider-inputs .action-block .price-input-submit:active {
  background: #fff;
}
.block.filter .filter-options-item .ln_slider_container .ui-slider-horizontal {
  background: #f2f4f6;
  height: 4px;
  border-radius: 0;
}
.block.filter .filter-options-item .ln_slider_container .ui-slider-range {
  position: absolute;
  background: #99a4b2;
  height: 4px;
  top: 0;
}
.block.filter .filter-options-item .ln_slider_container .ui-slider-handle {
  width: 14px;
  height: 14px;
  top: -5px;
  margin-left: -7px;
  background: #99a4b2;
  cursor: pointer;
}
.block.filter .filter-options-item .ln_slider_container .ln_slider_text {
  margin: 15px 0 0;
  display: flex;
  justify-content: center;
  font-size: 13px;
  line-height: 15px;
  color: #242935;
}
.d_mobile .block.filter .filter-options-item .ln_slider_container {
  margin: 0 30px;
}
.block.filter .filter-options-item.open .filter-options-title .icon {
  transform: rotate(-180deg);
}
.sidebar.sidebar-main .icon {
  fill: currentColor;
}
.sidebar.sidebar-main .layered-filter-container-before {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-shrink: 0;
}
.sidebar.sidebar-main .layered-filter-container-before .filters-block-title {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
}
.sidebar.sidebar-main .layered-filter-container-before .filter-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 26px;
}
.sidebar.sidebar-main .layered-filter-container-before .filter-actions .filter-clear {
  font-weight: 600;
  font-size: 14px;
  color: #99a4b2;
  text-decoration: none;
}
.d_desktop .sidebar.sidebar-main .layered-filter-container-before .filter-actions .filter-clear {
  transition: color 0.3s;
}
.d_desktop .sidebar.sidebar-main .layered-filter-container-before .filter-actions .filter-clear:hover {
  color: #242935;
}
.d_desktop .sidebar.sidebar-main .layered-filter-container-before .filters-block-title {
  font-size: 18px;
}
.d_desktop .sidebar.sidebar-main .layered-filter-container-before .filters-block-title,
.d_desktop .sidebar.sidebar-main .layered-filter-container-before .filter-actions {
  line-height: 22px;
}
.sidebar.sidebar-main .layered-filter-container-before .filter-current {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 20px;
}
.sidebar.sidebar-main .layered-filter-container-before .filter-current .items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar.sidebar-main .layered-filter-container-before .filter-current .items .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sidebar.sidebar-main .layered-filter-container-before .filter-current .items .item:not(:last-child) {
  margin-bottom: 10px;
}
.sidebar.sidebar-main .layered-filter-container-before .filter-current .items .item .filter-label {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 5px;
}
.sidebar.sidebar-main .layered-filter-container-before .filter-current .items .item .filter-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  padding: 4px 8px;
  background: #f2f4f6;
  border-radius: 10px;
  color: rgba(36, 41, 53, 0.6);
}
.sidebar.sidebar-main .layered-filter-container-before .filter-current .items .item .filter-item .filter-value {
  flex-grow: 1;
}
.sidebar.sidebar-main .layered-filter-container-before .filter-current .items .item .filter-item .action.remove {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-left: 8px;
}
.sidebar.sidebar-main .layered-filter-container-before .filter-current .items .item .filter-item .action.remove .icon {
  width: 1em;
  height: 1em;
}
.sidebar.sidebar-main .layered-filter-block-container {
  border-top: 1px solid #f2f4f6;
}
.d_desktop .sidebar.sidebar-main .filters-mobile-trigger,
.d_desktop .sidebar.sidebar-main .close-filters-button {
  display: none;
}
.v_small_mobile .sidebar.sidebar-main .filters-mobile-trigger span {
  display: none;
}
.d_mobile .sidebar.sidebar-main .filters-mobile-trigger {
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  height: 50px;
  padding: 0 15px;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  font-family: 'IBMPlexSans';
  background: #242935;
  color: #FFF;
  color: #242935;
  background: #fff;
  border: 1px solid #242935;
  height: 44px;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.8px;
}
.d_mobile .sidebar.sidebar-main .filters-mobile-trigger.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.d_mobile .d_mobile .sidebar.sidebar-main .filters-mobile-trigger:active {
  background: #f2f4f6;
}
.d_desktop .d_mobile .sidebar.sidebar-main .filters-mobile-trigger:hover {
  background: #f2f4f6;
}
.d_desktop .d_mobile .sidebar.sidebar-main .filters-mobile-trigger:active {
  background: #fff;
}
.d_mobile .sidebar.sidebar-main .filters-mobile-trigger .icon {
  width: 20px;
  height: 20px;
  position: relative;
  top: 2px;
}
.d_mobile .sidebar.sidebar-main .filters-mobile-trigger span {
  margin-left: 10px;
}
.d_mobile .sidebar.sidebar-main .mobile-filter-wrap {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
}
.d_mobile .sidebar.sidebar-main .mobile-filter-wrap .close-filters-button {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 16px;
  cursor: pointer;
  background: #99a4b2;
  color: #fff;
}
.d_mobile .sidebar.sidebar-main .mobile-filter-wrap .close-filters-button .icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.d_mobile .sidebar.sidebar-main .mobile-filter-wrap .mobile-filter-block {
  position: absolute;
  top: 0;
  left: -375px;
  bottom: 0;
  width: 100%;
  max-width: 375px;
  transition: left 0.3s;
}
.d_mobile .sidebar.sidebar-main .mobile-filter-wrap .mobile-filter-block .mobile-filter-inner {
  width: calc(100% - 60px);
  height: 100%;
  box-sizing: border-box;
  padding: 25px 24px 30px;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  overflow-y: auto;
  overflow-x: hidden;
}
.d_mobile .sidebar.sidebar-main .mobile-filter-wrap .mobile-filter-block .mobile-filter-inner::-webkit-scrollbar {
  width: 2px;
}
.d_mobile .sidebar.sidebar-main .mobile-filter-wrap .mobile-filter-block .mobile-filter-inner::-webkit-scrollbar:horizontal {
  height: 2px;
}
.d_mobile .sidebar.sidebar-main .mobile-filter-wrap .mobile-filter-block .mobile-filter-inner::-webkit-scrollbar-track {
  background-color: transparent;
}
.d_mobile .sidebar.sidebar-main .mobile-filter-wrap .mobile-filter-block .mobile-filter-inner::-webkit-scrollbar-thumb {
  background-color: #444444;
  border-radius: 2px;
}
.d_mobile .sidebar.sidebar-main .mobile-filter-wrap .mobile-filter-block .mobile-filter-inner::-webkit-scrollbar-thumb:hover {
  background-color: #444444;
}
.d_mobile .sidebar.sidebar-main .mobile-filter-wrap .mobile-filter-block .layered-filter-block-container {
  flex-grow: 1;
  box-sizing: border-box;
}
.d_mobile .sidebar.sidebar-main .mobile-filter-wrap.open {
  visibility: visible;
  opacity: 1;
}
.d_mobile .sidebar.sidebar-main .mobile-filter-wrap.open .mobile-filter-block {
  left: 0;
}
.dot-style {
  --color: #444444;
}
.dot-style .owl-dots {
  display: flex;
  justify-content: center;
}
.dot-style .owl-dots button.owl-dot {
  width: 18px;
  height: 18px;
  outline: none;
  text-align: center;
  font-size: 0;
}
.dot-style .owl-dots button.owl-dot.active span {
  background-color: var(--color);
}
.dot-style .owl-dots button.owl-dot span {
  width: 8px;
  height: 8px;
  display: inline-block;
  border: 1px solid var(--color);
  border-radius: 50%;
}
.dot-style.white {
  --color: #fff;
}
.arrow-style .owl-nav {
  display: flex;
  --color: #242935;
  position: absolute;
  right: 0;
  bottom: calc(100% + 25px);
}
.d_desktop .arrow-style .owl-nav {
  bottom: calc(100% + 40px);
}
.arrow-style .owl-nav .owl-prev,
.arrow-style .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #99a4b2;
  box-sizing: border-box;
}
.arrow-style .owl-nav .owl-prev:not(.disabled):hover,
.arrow-style .owl-nav .owl-next:not(.disabled):hover {
  background-color: #f2f4f6;
}
.arrow-style .owl-nav .owl-prev:first-child,
.arrow-style .owl-nav .owl-next:first-child {
  margin-right: 10px;
}
.arrow-style .owl-nav .owl-prev > span,
.arrow-style .owl-nav .owl-next > span {
  width: 8px;
  height: 8px;
  border: 1px solid var(--color);
  border-width: 1px 1px 0 0;
}
.arrow-style .owl-nav .disabled {
  opacity: 0.5;
  pointer-events: none;
}
.arrow-style .owl-nav .owl-next > span {
  transform: translateX(-2px) rotateZ(45deg);
}
.arrow-style .owl-nav .owl-prev > span {
  transform: translateX(2px) rotateZ(-135deg);
}
.rating-extend {
  display: flex;
  align-items: center;
}
.rating-extend .count {
  font-size: 13px;
  margin-left: 5px;
}
.rating-extend .count:before {
  content: '(';
}
.rating-extend .count:after {
  content: ')';
}
.rating-extend .rating-summary {
  width: 95px;
  display: flex;
  background: url(../images/stars.svg) 0 50% no-repeat;
}
.rating-extend .rating-result {
  width: 100%;
}
.rating-extend .rating-result > span {
  width: 0%;
  display: block;
  font-size: 0;
  background: url(../images/stars_filled.svg) 0 50% no-repeat;
}
.rating-extend .rating-summary,
.rating-extend .rating-result > span {
  height: 20px;
  background-size: auto 15px;
}
.product-items {
  list-style: none;
  padding: 0;
}
.product-item {
  background: #fff;
  position: relative;
  box-sizing: border-box;
}
.product-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  transition: border-color 0.3s;
  height: 100%;
  box-sizing: border-box;
}
.product-item.disable {
  opacity: 0.5;
}
.d_desktop .product-item:hover {
  z-index: 4;
}
.product-item a {
  text-decoration: none;
}
.d_desktop .product-item a {
  transition: color 0.3s;
}
.d_desktop .product-item a:hover {
  color: #99a4b2;
}
.product-item .product-item-info-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}
.product-item .product-item-info-top .multi-labels-container {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 1;
  filter: blur(0px);
  transform: translateZ(0);
}
.product-item .product-item-info-top .multi-labels-container .multi-labels-text {
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  font-size: 12px;
  min-width: 48px;
  box-sizing: border-box;
  padding: 4px 8px 5px;
  margin-bottom: 4px;
  position: relative;
  color: var(--color);
}
.product-item .product-item-info-top .multi-labels-container .multi-labels-text:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color);
  border-radius: 4px;
  opacity: 0.1;
  pointer-events: none;
}
.product-item .product-item-info-top .opt-multi-icons {
  width: calc(100% - 32px);
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  pointer-events: none;
  transform: translateZ(0);
}
.product-item .product-item-info-top .opt-multi-icons .multi-icons-list {
  position: relative;
  width: 13.43%;
  width: 20%;
}
.product-item .product-item-info-top .opt-multi-icons .multi-icons-container {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20%;
  cursor: pointer;
}
.product-item .product-item-info-top .opt-multi-icons .multi-icons-container .labels-tooltip-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: auto;
}
.product-item .product-item-info-top .opt-multi-icons .multi-icons-container .labels-tooltip-wrap .labels-tooltip {
  position: absolute;
  top: 50%;
  right: calc(100% + 15px);
  display: none;
  align-items: center;
  box-sizing: border-box;
  padding: 4px 8px;
  font-size: 12px;
  min-height: 36px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 2px 0 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-50%);
}
.product-item .product-item-info-top .opt-multi-icons .multi-icons-container .labels-tooltip-wrap .labels-tooltip:after {
  content: '';
  position: absolute;
  right: -6px;
  top: calc(50% - 6px);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
}
.product-item .product-item-info-top .opt-multi-icons .multi-icons-container .labels-tooltip-wrap:hover .labels-tooltip {
  display: flex;
}
.product-item .product-item-info-top .opt-multi-icons .multi-icons-container img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  width: 100%;
  height: 100%;
}
.product-item .product-item-info {
  height: 100%;
  display: flex;
}
.product-item .product-item-info .product-item-photo,
.product-item .product-item-info .product-item-details,
.product-item .product-item-info .product-item-buy-price,
.product-item .product-item-info .product-item-bottom {
  box-sizing: border-box;
}
.product-item .product-item-info .product-item-photo {
  display: block;
  text-align: center;
  padding: 8px 14px;
  margin-bottom: 16px;
}
.product-item .product-item-info .product-item-photo .product-image-container {
  width: 100%;
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: 0 0 100%;
  position: relative;
}
.product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 !important;
}
.product-item .product-item-info .product-item-photo .product-image-container picture {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-item .product-item-info .product-item-photo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.product-item .product-item-info .product-item-details,
.product-item .product-item-info .product-actions-block {
  padding: 0 20px 20px;
}
.product-item .product-item-info .product-item-details {
  box-sizing: border-box;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.product-item .product-item-info .product-item-details .product-item-name,
.product-item .product-item-info .product-item-details .product-item-sku,
.product-item .product-item-info .product-item-details .product-reviews-summary {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product-item .product-item-info .product-actions-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.product-item .product-item-info .product-actions-block .qty-input-wrapper,
.product-item .product-item-info .product-actions-block .product-item-price-wrap {
  display: none;
}
.product-item .product-item-info .product-item-classification {
  display: block;
  min-height: 20px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #99a4b2;
  margin-bottom: 8px;
}
.product-item .product-item-info .product-item-sku,
.product-item .product-item-info .product-item-manufacturer {
  display: block;
  font-style: italic;
  min-height: 20px;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #99a4b2;
  margin-bottom: 8px;
}
.product-item .product-item-info .review-ratings {
  margin: 0 0 8px;
}
.product-item .product-item-info .product-item-classification ~ .product-item-manufacturer {
  display: none;
}
.product-item .product-item-info .review-ratings {
  display: flex;
  justify-content: center;
}
.product-item .product-item-info .product-item-name {
  display: block;
  margin-bottom: 8px;
  padding: 0 20px;
}
.product-item .product-item-info .product-item-name .product-item-link {
  display: block;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #242935;
}
.product-item .product-item-info .product-item-price-wrap .price-box,
.product-item .product-item-info .product-item-price-wrap .price-as-configured {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-item .product-item-info .product-item-price-wrap .price-box .price-box,
.product-item .product-item-info .product-item-price-wrap .price-as-configured .price-box {
  flex-direction: row;
}
.product-item .product-item-info .product-item-price-wrap .price-box .price-label,
.product-item .product-item-info .product-item-price-wrap .price-as-configured .price-label {
  display: none;
}
.product-item .product-item-info .product-item-price-wrap .price-box .price,
.product-item .product-item-info .product-item-price-wrap .price-as-configured .price {
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.02em;
}
.product-item .product-item-info .product-item-price-wrap .price-box .old-price,
.product-item .product-item-info .product-item-price-wrap .price-as-configured .old-price {
  margin-left: 15px;
}
.product-item .product-item-info .product-item-price-wrap .price-box .old-price .price,
.product-item .product-item-info .product-item-price-wrap .price-as-configured .old-price .price {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #99a4b2;
  text-decoration: line-through;
}
.product-item .product-item-info .product-item-price-wrap .product-item-discount-wrap {
  font-style: italic;
  font-size: 14px;
  line-height: 1;
  color: rgba(179, 0, 0, 0.8);
  display: none;
}
.product-item .product-item-info .product-item-price-wrap .product-item-discount-wrap .price {
  font-size: 14px;
}
.product-item .product-item-info .product-item-price-wrap .price-box,
.product-item .product-item-info .product-item-price-wrap .price-as-configured {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-item .product-item-info .product-item-price-wrap .price-box .price-label,
.product-item .product-item-info .product-item-price-wrap .price-as-configured .price-label {
  display: none;
}
.product-item .product-item-info .product-item-price-wrap .price-box .price,
.product-item .product-item-info .product-item-price-wrap .price-as-configured .price {
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.02em;
}
.product-item .product-item-info .product-item-price-wrap .price-box .old-price,
.product-item .product-item-info .product-item-price-wrap .price-as-configured .old-price {
  margin-left: 15px;
}
.product-item .product-item-info .product-item-price-wrap .price-box .old-price .price,
.product-item .product-item-info .product-item-price-wrap .price-as-configured .old-price .price {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: rgba(36, 41, 53, 0.4);
  text-decoration: line-through;
}
.product-item .product-item-info .swatches-block {
  width: 100%;
  margin: 0 0 16px;
}
.product-item .product-item-info .swatches-block .swatch-attribute {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
.product-item .product-item-info .swatches-block .swatch-attribute .swatch-attribute-selected-option {
  display: none;
}
.product-item .product-item-info .swatches-block .swatch-attribute .swatch-attribute-label {
  font-weight: 600;
  font-size: 12px;
}
.product-item .product-item-info .swatches-block .swatch-attribute .swatch-attribute-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50px, auto));
  grid-gap: 10px;
  justify-content: center;
}
.product-item .product-item-info .swatches-block .swatch-attribute .swatch-attribute-options .swatch-option {
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'IBMPlexSans';
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  padding: 5px 10px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #242935;
  background: #fff;
  border: 1px solid #dbdfe4;
  white-space: nowrap;
  transition: background 0.3s, border-color 0.3s;
}
.d_desktop .product-item .product-item-info .swatches-block .swatch-attribute .swatch-attribute-options .swatch-option:hover {
  background: #f2f4f6;
}
.product-item .product-item-info .swatches-block .swatch-attribute .swatch-attribute-options .swatch-option.disabled {
  pointer-events: none;
  opacity: 0.5;
  position: relative;
}
.product-item .product-item-info .swatches-block .swatch-attribute .swatch-attribute-options .swatch-option.disabled:after {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.product-item .product-item-info .swatches-block .swatch-attribute .swatch-attribute-options .swatch-option.selected {
  background: #f2f4f6;
  border: 1px solid #242935;
}
.product-item .product-item-info .swatches-block .swatch-input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.product-item .product-item-info .actions-primary {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-item .product-item-info .actions-primary .add-to-cart-button {
  height: 40px;
  background: #242935;
}
.d_desktop .product-item .product-item-info .actions-primary .add-to-cart-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  height: 50px;
  padding: 0 15px;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  font-family: 'IBMPlexSans';
  color: #FFF;
  color: #242935;
  background: #fff;
  border: 1px solid #242935;
  height: 40px;
  background: #242935;
  color: white;
}
.d_desktop .product-item .product-item-info .actions-primary .add-to-cart-button.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.d_mobile .d_desktop .product-item .product-item-info .actions-primary .add-to-cart-button:active {
  background: #f2f4f6;
}
.d_desktop .d_desktop .product-item .product-item-info .actions-primary .add-to-cart-button:hover {
  background: #f2f4f6;
}
.d_desktop .d_desktop .product-item .product-item-info .actions-primary .add-to-cart-button:active {
  background: #fff;
}
.d_desktop .product-item .product-item-info .actions-primary .add-to-cart-button .icon {
  display: none;
}
.d_mobile .product-item .product-item-info .actions-primary .add-to-cart-button {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  padding: 0;
  border: none;
  background: none;
  color: black;
}
.d_desktop .d_mobile .product-item .product-item-info .actions-primary .add-to-cart-button {
  transition: color 0.3s;
}
.d_desktop .d_mobile .product-item .product-item-info .actions-primary .add-to-cart-button:hover {
  color: #99a4b2;
}
.d_mobile .product-item .product-item-info .actions-primary .add-to-cart-button .text {
  display: none;
}
.product-item .product-item-info .actions-primary .stock.unavailable {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-item .product-item-info .toquotelist,
.product-item .product-item-info .towishlist {
  width: 40px;
  height: 40px;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  cursor: pointer;
  position: relative;
  color: #242935;
}
.d_desktop .product-item .product-item-info .toquotelist,
.d_desktop .product-item .product-item-info .towishlist {
  transition: color 0.3s;
}
.d_desktop .product-item .product-item-info .toquotelist:hover,
.d_desktop .product-item .product-item-info .towishlist:hover {
  color: #99a4b2;
}
.product-item .product-item-info .toquotelist .icon-block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 34px;
}
.product-item .product-item-info .toquotelist .text {
  display: none;
}
.product-item .product-item-info .product-item-bottom {
  display: none;
}
.v_small_mobile .products.wrapper .product-items .product-item {
  width: 100%;
  margin-bottom: 10px;
}
.v_norm_mobile .products.wrapper .product-items .product-item {
  width: 50%;
}
.v_large_mobile .products.wrapper .product-items .product-item {
  width: 50%;
}
.v_tablet .products.wrapper .product-items .product-item {
  width: 33.33%;
}
.d_desktop .products.wrapper.grid .product-item {
  width: 33.33%;
}
.d_mobile .products.wrapper .product-items,
.d_desktop .products.wrapper.grid .product-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}
.d_mobile .products.wrapper .product-items .product-item .product-item-info,
.d_desktop .products.wrapper.grid .product-items .product-item .product-item-info {
  flex-wrap: wrap;
  flex-direction: column;
}
.d_mobile .products.wrapper .product-items .product-item .product-item-info .product-item-photo,
.d_desktop .products.wrapper.grid .product-items .product-item .product-item-info .product-item-photo,
.d_mobile .products.wrapper .product-items .product-item .product-item-info .product-item-details,
.d_desktop .products.wrapper.grid .product-items .product-item .product-item-info .product-item-details,
.d_mobile .products.wrapper .product-items .product-item .product-item-info .product-item-buy-price,
.d_desktop .products.wrapper.grid .product-items .product-item .product-item-info .product-item-buy-price,
.d_mobile .products.wrapper .product-items .product-item .product-item-info .product-item-bottom,
.d_desktop .products.wrapper.grid .product-items .product-item .product-item-info .product-item-bottom {
  width: 100%;
}
.d_mobile .products.wrapper .product-items .product-item .product-item-info .product-item-details,
.d_desktop .products.wrapper.grid .product-items .product-item .product-item-info .product-item-details {
  padding: 20px 15px 15px;
}
.d_mobile .products.wrapper .product-items .product-item .product-item-info .product-item-description,
.d_desktop .products.wrapper.grid .product-items .product-item .product-item-info .product-item-description {
  display: none;
}
.v_small_mobile .products.wrapper .product-items,
.v_norm_mobile .products.wrapper .product-items {
  width: calc( 100% + (var(--containerPadding) * 2) );
  margin-left: calc(var(--containerPadding) * -1);
  margin-right: calc(var(--containerPadding) * -1);
}
.d_desktop .products.wrapper.grid .product-items .product-item .product-item-info .product-item-sku {
  margin-bottom: 10px;
}
.d_desktop .products.wrapper.grid .product-items .product-item .product-item-info .product-item-name {
  margin-bottom: 5px;
}
.d_desktop .products.wrapper.grid .product-items .product-item .product-item-info .product-item-bottom {
  width: calc(100% + 2px);
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  background: #fff;
  border-style: solid;
  border-color: #f2f4f6;
  border-width: 0 1px 1px;
  box-sizing: border-box;
}
.d_desktop .products.wrapper.grid .product-items .product-item:hover {
  z-index: 3;
}
.d_desktop .products.wrapper.grid .product-items .product-item:hover .product-item-info .product-item-bottom {
  display: block;
}
.d_desktop .products.wrapper.grid .product-characteristics {
  box-sizing: border-box;
  padding: 20px 30px;
  position: relative;
}
.d_desktop .products.wrapper.grid .product-characteristics:before {
  content: '';
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background: #f2f4f6;
}
.d_desktop .products.wrapper.grid .product-characteristics .characteristics-title {
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
  color: #434548;
  display: block;
  margin-bottom: 15px;
}
.d_desktop .products.wrapper.grid .product-characteristics .characteristics-attributes .attribute-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.d_desktop .products.wrapper.grid .product-characteristics .characteristics-attributes .attribute-block .attribute-label,
.d_desktop .products.wrapper.grid .product-characteristics .characteristics-attributes .attribute-block .attribute-value {
  max-width: calc(50% - 5px);
  font-size: 12px;
  line-height: 15px;
}
.d_desktop .products.wrapper.grid .product-characteristics .characteristics-attributes .attribute-block .attribute-label {
  font-weight: 500;
  color: rgba(36, 41, 53, 0.8);
}
.d_desktop .products.wrapper.grid .product-characteristics .characteristics-attributes .attribute-block .attribute-value {
  font-weight: 600;
  color: #434548;
  text-align: right;
}
.v_norm_desktop .products.wrapper.grid .product-items .product-item {
  width: 25%;
}
.v_norm_mobile .products.wrapper.grid .product-items {
  border-left: none;
}
.v_norm_mobile .products.wrapper.grid .product-items .product-item:nth-child(2n) {
  border-right-width: 0;
}
.d_desktop .products.wrapper.list {
  --imageWidth: 240px;
  --imagePadding: 30px;
  --flexWrap: wrap;
  --paddingDetails: 15px 15px 0;
  --paddingPrice: 15px;
  --elemsWidth: calc(100% - var(--imageWidth));
}
.v_norm_desktop .products.wrapper.list {
  --imageWidth: 240px;
  --imagePadding: 30px;
  --flexWrap: nowrap;
  --paddingDetails: 40px 0 40px 30px;
  --paddingPrice: 40px;
  --elemsWidth: auto;
}
.d_desktop .products.wrapper.list .product-items .product-item {
  width: 100%;
  border-width: 0 0 1px;
}
.d_desktop .products.wrapper.list .product-items .product-item .product-item-info {
  flex-wrap: var(--flexWrap);
}
.d_desktop .products.wrapper.list .product-items .product-item .product-item-details,
.d_desktop .products.wrapper.list .product-items .product-item .product-item-buy-price {
  width: var(--elemsWidth);
}
.d_desktop .products.wrapper.list .product-items .product-item .product-item-info-top {
  max-width: var(--imageWidth);
  height: calc(var(--imageWidth) + var(--imagePadding));
}
.d_desktop .products.wrapper.list .product-items .product-item .product-item-info-top .product-item-info-top-right {
  top: unset;
  left: 0;
  right: 0;
  bottom: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.d_desktop .products.wrapper.list .product-items .product-item .product-item-info-top .product-item-info-top-right .action {
  margin: 0 10px;
}
.d_desktop .products.wrapper.list .product-items .product-item .product-item-photo {
  flex-shrink: 0;
  width: var(--imageWidth);
  height: calc(var(--imageWidth) + var(--imagePadding));
  padding-bottom: var(--imagePadding);
  margin-bottom: 20px;
}
.d_desktop .products.wrapper.list .product-items .product-item .product-item-details {
  flex-grow: 1;
  padding: var(--paddingDetails);
}
.d_desktop .products.wrapper.list .product-items .product-item .product-item-details .product-item-name,
.d_desktop .products.wrapper.list .product-items .product-item .product-item-details .product-item-sku {
  margin-bottom: 10px;
}
.d_desktop .products.wrapper.list .product-items .product-item .product-item-details .product-item-description {
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
  color: #434548;
  margin-top: 20px;
}
.d_desktop .products.wrapper.list .product-items .product-item .product-item-buy-price {
  flex-shrink: 0;
  flex-direction: column;
  justify-content: flex-start;
  padding: var(--paddingPrice);
}
.d_desktop .products.wrapper.list .product-items .product-item .product-item-buy-price .product-item-price-wrap {
  margin-bottom: 20px;
}
.d_desktop .products.wrapper.list .product-items .product-item .product-item-buy-price .product-item-price-wrap .price-box {
  justify-content: unset;
  align-items: flex-end;
}
.d_desktop .products.wrapper.list .product-items .product-item .product-item-buy-price .actions-primary .tocart {
  padding: 0 15px;
  min-width: 170px;
}
.d_desktop .products.wrapper.list .product-items .product-item .product-item-buy-price .actions-primary .tocart .text {
  display: block;
}
.d_desktop .products.wrapper.list .product-items .product-item .product-item-buy-price .actions-primary .tocart .icon {
  display: none;
}
.v_small_desktop .products.wrapper.list .product-items .product-item .product-item-info {
  display: grid;
  grid-template-columns: 240px 1fr;
  grid-template-rows: auto auto;
}
.v_small_desktop .products.wrapper.list .product-items .product-item .product-item-info .product-item-photo {
  grid-row-start: 1;
  grid-row-end: 3;
}
.v_small_desktop .products.wrapper.list .product-items .product-item .product-item-info .product-item-details,
.v_small_desktop .products.wrapper.list .product-items .product-item .product-item-info .product-item-buy-price {
  width: 100%;
  grid-column-start: 2;
}
.v_small_desktop .products.wrapper.list .product-items .product-item .product-item-buy-price {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.v_small_desktop .products.wrapper.list .product-items .product-item .product-item-buy-price .product-item-price-wrap {
  margin: 0;
}
.v_small_desktop .products.wrapper.list .product-items .product-item .product-item-buy-price .product-item-price-wrap .price-box {
  align-items: flex-start;
}
.products-slider {
  list-style: none;
  padding: 0;
}
.products-slider .product-item .product-item-info {
  flex-wrap: wrap;
  flex-direction: column;
}
.products-slider .product-item .product-item-info .product-item-photo,
.products-slider .product-item .product-item-info .product-item-details,
.products-slider .product-item .product-item-info .product-item-buy-price,
.products-slider .product-item .product-item-info .product-item-bottom {
  width: 100%;
}
.products-slider:not(.owl-carousel) {
  display: flex;
}
.products-slider:not(.owl-carousel) .product-item {
  width: 16.6%;
}
.products-slider:not(.owl-carousel) .product-item:nth-child(1n+7) {
  display: none;
}
@media screen and (min-width: 1280px) and (max-width: 1399px) {
  .products-slider:not(.owl-carousel) .product-item {
    width: 25%;
  }
  .products-slider:not(.owl-carousel) .product-item:nth-child(1n+5) {
    display: none;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1699px) {
  .products-slider:not(.owl-carousel) .product-item {
    width: 20%;
  }
  .products-slider:not(.owl-carousel) .product-item:nth-child(1n+6) {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .products-slider:not(.owl-carousel) .product-item {
    width: 33.33%;
  }
  .products-slider:not(.owl-carousel) .product-item:nth-child(1n+4) {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  .products-slider:not(.owl-carousel) .product-item {
    width: 50%;
  }
  .products-slider:not(.owl-carousel) .product-item:nth-child(1n+3) {
    display: none;
  }
}
.products-slider.owl-carousel .owl-item .product-item {
  height: 100%;
}
.top-left {
  top: 14px;
  left: 16px;
}
.top-right {
  top: 14px;
  right: 16px;
}
.top-center {
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.absolute {
  position: absolute;
}
.advancedproductlabels-wrapper {
  width: 100%;
}
.advancedproductlabel.has-text {
  background: #ff0000;
  box-shadow: 0 0 0 2px #ff0000;
  border-radius: 2px;
  border: none;
}
.product-item .product-item-info:hover .product-actions-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  opacity: 1;
}
.product-item .product-item-info .product-actions-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  opacity: 1;
  max-height: 75px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product-item .product-item-info .product-actions-block.swatches-rendered {
  max-height: none;
  margin-top: 10px;
}
.product-item-price-wrap {
  margin-top: auto;
}
@media screen and (min-width: 992px) {
  .product-item .product-item-info .product-actions-block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
  .product-item .product-item-info:hover .product-actions-block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    opacity: 1;
  }
}
.d_desktop .product-item:hover {
  z-index: 4;
  transition: border 0.3s ease-in-out;
}
body .product-item::after {
  border: 1px solid transparent;
}
.toolbar {
  width: 100%;
}
.toolbar .limiter,
.toolbar .toolbar-amount,
.toolbar .modes,
.toolbar .toolbar-sorter {
  display: none;
}
.top-toolbar .toolbar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.d_mobile .top-toolbar .toolbar {
  height: 0;
}
.top-toolbar .toolbar .show-more-container,
.top-toolbar .toolbar .pages {
  display: none;
}
.d_desktop .top-toolbar .toolbar .modes {
  display: flex;
  height: 70px;
  padding: 10px 0;
  box-sizing: border-box;
}
.d_desktop .top-toolbar .toolbar .modes .modes-mode {
  width: 76px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #f2f4f6;
  color: #99a4b2;
}
.d_desktop .top-toolbar .toolbar .modes .modes-mode .icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.d_desktop .top-toolbar .toolbar .modes .modes-mode.active {
  color: #C4C4C4;
}
.d_desktop .top-toolbar .toolbar .modes .modes-mode:not(.active):hover {
  color: #242935;
}
.top-toolbar .toolbar .toolbar-sorter {
  display: inline-flex;
  align-items: center;
}
.d_mobile .top-toolbar .toolbar .toolbar-sorter {
  padding: 0 24px;
  height: 44px;
  margin-top: -44px;
  position: relative;
  z-index: 3;
}
.d_mobile .top-toolbar .toolbar .toolbar-sorter .sorter-label {
  display: none;
}
.d_desktop .top-toolbar .toolbar .toolbar-sorter {
  padding: 0 30px;
}
.d_desktop .top-toolbar .toolbar .toolbar-sorter .sorter-label {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: rgba(36, 41, 53, 0.6);
  margin-right: 5px;
}
.touch .top-toolbar .toolbar .toolbar-sorter .toolbar-dropdown-container {
  display: none;
}
.touch .top-toolbar .toolbar .toolbar-sorter .sorter-select {
  -webkit-appearance: none;
  background: none;
  border: none;
  font-weight: 500;
  font-size: 13px;
  color: #242935;
  padding-right: 21px;
  background: url(../images/arrow_down.svg) no-repeat 100% 50%;
}
.no-touch .top-toolbar .toolbar .toolbar-sorter .sorter-select {
  display: none;
}
.no-touch .top-toolbar .toolbar .toolbar-sorter .toolbar-dropdown-container {
  z-index: 4;
}
.no-touch .top-toolbar .toolbar .toolbar-sorter .toolbar-dropdown-container:not([data-dropdown-container]) .toolbar-dropdown-content {
  display: none;
}
.no-touch .top-toolbar .toolbar .toolbar-sorter .toolbar-dropdown-head {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #242935;
}
.no-touch .top-toolbar .toolbar .toolbar-sorter .toolbar-dropdown-head .icon-block {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
}
.no-touch .top-toolbar .toolbar .toolbar-sorter .toolbar-dropdown-content {
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 2px 21px rgba(0, 0, 0, 0.07000000000000001);
  margin-top: 10px;
  right: -20px;
}
.no-touch .top-toolbar .toolbar .toolbar-sorter .toolbar-dropdown-content .toolbar-dropdown-item {
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  color: rgba(36, 41, 53, 0.6);
  cursor: pointer;
}
.no-touch .top-toolbar .toolbar .toolbar-sorter .toolbar-dropdown-content .toolbar-dropdown-item:hover {
  background: #242935;
  color: #fff;
}
.no-touch .top-toolbar .toolbar .toolbar-sorter .toolbar-dropdown-content .toolbar-dropdown-item.selected {
  background: rgba(36, 41, 53, 0.3);
  color: #242935;
  pointer-events: none;
}
.toolbar ul,
.toolbar ol {
  list-style: none;
}
.toolbar .show-more-container {
  text-align: center;
}
.hidden-layered .toolbar .show-more-container {
  display: none;
}
.d_desktop .toolbar .show-more-container {
  padding: 40px 0;
  --bgSize: 40px;
  --mrgn: 16px;
}
.d_mobile .toolbar .show-more-container {
  padding: 30px 0;
  --bgSize: 40px;
  --mrgn: 16px;
}
.toolbar .show-more-container .btn-show-more {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  color: #242935;
  cursor: pointer;
  transition: color 0.3s;
}
.d_desktop .toolbar .show-more-container .btn-show-more {
  font-size: 20px;
}
.d_mobile .toolbar .show-more-container .btn-show-more {
  font-size: 16px;
}
.toolbar .show-more-container .btn-show-more:before {
  content: '';
  display: block;
  width: var(--bgSize);
  height: var(--bgSize);
  background: url(../images/refresh.svg) no-repeat 50% 50%;
  background-size: contain;
  margin-right: var(--mrgn);
}
.d_desktop .toolbar .show-more-container .btn-show-more:hover {
  color: #99a4b2;
}
.d_desktop .toolbar .show-more-container .btn-show-more:hover:before {
  animation: round 0.5s;
}
@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.toolbar .show-more-container ~ .pager {
  border-top: 1px solid #f2f4f6;
}
.toolbar .pager {
  padding-top: 50px;
}
.toolbar .pages .pages-label {
  display: none;
}
.toolbar .pages a {
  text-decoration: none;
}
.toolbar .pages .pages-items {
  display: flex;
  align-items: center;
  justify-content: center;
}
.toolbar .pages .pages-items .label {
  display: none;
}
.toolbar .pages .pages-items .item {
  margin: 0 7px;
}
.d_desktop .toolbar .pages .pages-items .item .page {
  width: 48px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
  color: #BBB9CE;
  box-sizing: border-box;
  border: 2px solid #BBB9CE;
  border-radius: 20px;
}
.d_desktop .toolbar .pages .pages-items .item a.page {
  transition: border-color 0.3s, color 0.3s, background 0.3s;
}
.d_desktop .toolbar .pages .pages-items .item a.page:hover {
  color: #242935;
  border-color: #242935;
  background: rgba(135, 128, 238, 0.2);
}
.d_desktop .toolbar .pages .pages-items .item.current .page {
  background: #242935;
  border-color: #242935;
  color: #fff;
  pointer-events: none;
}
.d_desktop .toolbar .pages .pages-items .items-count {
  display: none;
}
.toolbar .pages .pages-items .items-count:before {
  content: attr(data-title);
  display: flex;
  padding: 0 5px;
  float: left;
}
.d_mobile .toolbar .pages .pages-items .item:not(.current):not(.action-pages-item) {
  display: none;
}
.toolbar .pages .pages-items .pages-item-previous .action,
.toolbar .pages .pages-items .pages-item-next .action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 128px;
  height: 36px;
  padding: 0 20px;
  font-weight: 600;
  font-size: 20px;
  color: #BBB9CE;
  box-sizing: border-box;
  border: 2px solid #BBB9CE;
  border-radius: 20px;
}
.d_desktop .toolbar .pages .pages-items .pages-item-previous:not(.disabled) .action,
.d_desktop .toolbar .pages .pages-items .pages-item-next:not(.disabled) .action {
  transition: border-color 0.3s, color 0.3s, background 0.3s;
}
.d_desktop .toolbar .pages .pages-items .pages-item-previous:not(.disabled) .action:hover,
.d_desktop .toolbar .pages .pages-items .pages-item-next:not(.disabled) .action:hover {
  color: #99a4b2;
  border-color: #99a4b2;
  background: rgba(135, 128, 238, 0.2);
}
.toolbar .pages .pages-items .pages-item-previous.disabled,
.toolbar .pages .pages-items .pages-item-next.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.d_mobile .toolbar .pages .pages-items .item,
.d_mobile .toolbar .pages .pages-items .items-count {
  margin: 0;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  color: #BBB9CE;
}
.d_mobile .toolbar .pages .pages-items .pages-item-previous {
  margin-right: 30px;
}
.d_mobile .toolbar .pages .pages-items .pages-item-next {
  margin-left: 30px;
}
.d_mobile .toolbar .pages .pages-items .action-pages-item .action {
  font-size: 15px;
  min-width: 100px;
}
.v_small_mobile .toolbar .pages .pages-items .pages-item-previous {
  margin-right: 15px;
}
.v_small_mobile .toolbar .pages .pages-items .pages-item-next {
  margin-left: 15px;
}
.v_norm_desktop .toolbar .pages .pages-items .pages-item-previous {
  margin-right: 70px;
}
.v_norm_desktop .toolbar .pages .pages-items .pages-item-next {
  margin-left: 70px;
}
.content-style-extend {
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
}
.content-style-extend h1,
.content-style-extend h2,
.content-style-extend h3 {
  font-weight: 600;
  line-height: 1.35;
}
.content-style-extend h4,
.content-style-extend h5,
.content-style-extend h6 {
  font-weight: 500;
  line-height: 1.2;
}
.d_mobile .content-style-extend h1 {
  font-size: 30px;
}
.d_desktop .content-style-extend h1 {
  font-size: 36px;
}
.d_mobile .content-style-extend h2 {
  font-size: 26px;
}
.d_desktop .content-style-extend h2 {
  font-size: 30px;
}
.d_mobile .content-style-extend h3 {
  font-size: 20px;
}
.d_desktop .content-style-extend h3 {
  font-size: 24px;
}
.d_mobile .content-style-extend h4 {
  font-size: 18px;
}
.d_desktop .content-style-extend h4 {
  font-size: 22px;
}
.content-style-extend ul > li,
.content-style-extend ol > li {
  position: relative;
}
.content-style-extend ul > li:before,
.content-style-extend ol > li:before {
  content: '';
  position: absolute;
  left: 0;
}
.content-style-extend ul {
  list-style: none;
}
.content-style-extend ul > li {
  padding-left: 17px;
}
.content-style-extend ul > li:before {
  content: '';
  width: 6px;
  height: 6px;
  top: 11px;
  background-color: #99a4b2;
  border-radius: 50%;
}
.content-style-extend ol > li {
  counter-increment: li;
  padding-left: 10px;
  margin-left: 24px;
}
.content-style-extend ol > li::marker {
  color: #99a4b2;
  display: inline;
}
.content-style-extend a {
  text-decoration: none;
  color: #99a4b2;
}
.d_desktop .content-style-extend a {
  transition: color 0.3s;
}
.d_desktop .content-style-extend a:hover {
  color: #242935;
}
.content-style-extend table {
  border-collapse: collapse;
}
.content-style-extend table th,
.content-style-extend table td {
  padding: 10px;
}
.content-style-extend table p {
  margin: 0;
}
.content-style-extend h1,
.content-style-extend h2,
.content-style-extend h3,
.content-style-extend h4,
.content-style-extend h5,
.content-style-extend h6,
.content-style-extend ul,
.content-style-extend ol,
.content-style-extend p,
.content-style-extend table {
  margin-bottom: 30px;
}
.content-style-extend *:last-child {
  margin-bottom: 0;
}
.content-style-extend .header {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
  color: #242935;
}
.show-hide-text-content {
  max-height: 200px;
  overflow: hidden;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  max-width: var(--msw);
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
}
.show-hide-text-content h1,
.show-hide-text-content h2,
.show-hide-text-content h3 {
  font-weight: 600;
  line-height: 1.35;
}
.show-hide-text-content h4,
.show-hide-text-content h5,
.show-hide-text-content h6 {
  font-weight: 500;
  line-height: 1.2;
}
.d_mobile .show-hide-text-content h1 {
  font-size: 30px;
}
.d_desktop .show-hide-text-content h1 {
  font-size: 36px;
}
.d_mobile .show-hide-text-content h2 {
  font-size: 26px;
}
.d_desktop .show-hide-text-content h2 {
  font-size: 30px;
}
.d_mobile .show-hide-text-content h3 {
  font-size: 20px;
}
.d_desktop .show-hide-text-content h3 {
  font-size: 24px;
}
.d_mobile .show-hide-text-content h4 {
  font-size: 18px;
}
.d_desktop .show-hide-text-content h4 {
  font-size: 22px;
}
.show-hide-text-content ul > li,
.show-hide-text-content ol > li {
  position: relative;
}
.show-hide-text-content ul > li:before,
.show-hide-text-content ol > li:before {
  content: '';
  position: absolute;
  left: 0;
}
.show-hide-text-content ul {
  list-style: none;
}
.show-hide-text-content ul > li {
  padding-left: 17px;
}
.show-hide-text-content ul > li:before {
  content: '';
  width: 6px;
  height: 6px;
  top: 11px;
  background-color: #99a4b2;
  border-radius: 50%;
}
.show-hide-text-content ol > li {
  counter-increment: li;
  padding-left: 10px;
  margin-left: 24px;
}
.show-hide-text-content ol > li::marker {
  color: #99a4b2;
  display: inline;
}
.show-hide-text-content a {
  text-decoration: none;
  color: #99a4b2;
}
.d_desktop .show-hide-text-content a {
  transition: color 0.3s;
}
.d_desktop .show-hide-text-content a:hover {
  color: #242935;
}
.show-hide-text-content table {
  border-collapse: collapse;
}
.show-hide-text-content table th,
.show-hide-text-content table td {
  padding: 10px;
}
.show-hide-text-content table p {
  margin: 0;
}
.show-hide-text-content h1,
.show-hide-text-content h2,
.show-hide-text-content h3,
.show-hide-text-content h4,
.show-hide-text-content h5,
.show-hide-text-content h6,
.show-hide-text-content ul,
.show-hide-text-content ol,
.show-hide-text-content p,
.show-hide-text-content table {
  margin-bottom: 30px;
}
.show-hide-text-content *:last-child {
  margin-bottom: 0;
}
.show-hide-text-content .header {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
  color: #242935;
}
.show-hide-text-content::-webkit-scrollbar {
  width: 2px;
}
.show-hide-text-content::-webkit-scrollbar:horizontal {
  height: 2px;
}
.show-hide-text-content::-webkit-scrollbar-track {
  background-color: transparent;
}
.show-hide-text-content::-webkit-scrollbar-thumb {
  background-color: #444444;
  border-radius: 2px;
}
.show-hide-text-content::-webkit-scrollbar-thumb:hover {
  background-color: #444444;
}
.show-hide-text-content ul > li:before {
  top: 9px;
}
.show-hide-text-block {
  max-width: var(--msw);
  margin-left: auto;
  margin-right: auto;
}
.show-hide-text-block .show-hide-trigger {
  display: inline-flex;
  align-items: center;
  height: 20px;
  margin-top: 30px;
  color: #99a4b2;
  cursor: pointer;
}
.show-hide-text-block .show-hide-trigger .name {
  font-weight: 500;
  font-size: 14px;
}
.show-hide-text-block .show-hide-trigger .icon {
  width: 20px;
  height: 20px;
  margin-left: 5px;
  transform: rotate(0deg);
  transition: transform 0.3s;
}
.show-hide-text-block.open .show-hide-text-content {
  overflow: hidden;
}
.show-hide-text-block.open .show-hide-trigger .icon {
  transform: rotate(-180deg);
}
.page-title-wrapper {
  padding-bottom: 30px;
}
.page-title-wrapper .page-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #111111;
  word-wrap: break-word;
}
.d_desktop .page-title-wrapper .page-title {
  font-size: 25px;
  font-weight: bold;
}
.category-view .category-image {
  padding-bottom: 30px;
}
.columns {
  display: flex;
  flex-direction: column-reverse;
  padding-bottom: 60px;
}
.columns .column.main,
.columns .sidebar-main {
  width: 100%;
}
.columns .sidebar-main {
  min-height: 44px;
  box-sizing: border-box;
}
.d_desktop .columns .sidebar-main {
  padding: 0 50px 0 0;
}
.d_desktop .columns {
  flex-direction: row-reverse;
}
.d_desktop .columns .column.main {
  flex-grow: 1;
}
.d_desktop .columns .sidebar-main {
  flex-shrink: 0;
  width: 280px;
}
.d_desktop .columns .sidebar-additional {
  display: none;
}
.v_norm_desktop .columns .sidebar-main {
  width: 330px;
}
body.no-active-filters .sidebar-main {
  display: none;
}
.page-bottom {
  --blockIndent: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--containerPadding);
  padding-right: var(--containerPadding);
  max-width: var(--msw);
  box-sizing: border-box;
  margin-top: var(--blockIndent);
  margin-bottom: var(--blockIndent);
  display: grid;
  grid-template-columns: 100%;
  grid-gap: var(--blockIndent);
}
.d_desktop .page-bottom {
  --blockIndent: 100px;
}
.d_mobile .message.notice,
.d_mobile .message.info.empty {
  padding: 25px;
}
.d_desktop .product-item .product-item-info .product-actions-block {
  display: none;
}
.d_desktop .product-item._hover .product-actions-block {
  display: flex;
}
.d_desktop .product-item._hover {
  height: var(--itemHeight);
}
.d_desktop .product-item._hover .product-item-details {
  position: relative;
  z-index: 3;
  height: auto;
  box-shadow: 0px 1px 7px rgba(19, 12, 121, 0.15);
  border: 1px solid #dbdfe4 !important;
  background: #fff;
}
