@charset "utf-8";
:root {
  --padding-horizontal: calc(50% - 630px);
}
@media all and (max-width: 1300px) {
  :root {
    --padding-horizontal: 20px;
  }
}
@media all and (max-width: 380px) {
  :root {
    --padding-horizontal: 12px;
  }
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url('../fonts/Gilroy-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url('../fonts/Gilroy-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url('../fonts/Gilroy-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url('../fonts/Gilroy-Extrabold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
body,
input,
textarea,
button,
select {
  font-family: 'Gilroy', sans-serif;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  left: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-vertical .slick-track {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow {
  background-color: rgba(30, 30, 30, 0.6);
  background-size: 26px;
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-size: 0;
  height: 40px;
  width: 40px;
  padding: 0;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 100;
}
.slick-prev {
  background-image: url('../images/arrow-prev.svg');
  left: 10px;
}
.slick-next {
  background-image: url('../images/arrow-next.svg');
  right: 10px;
}
.slick-dots {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 0 2px;
}
.slick-dots button {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100px;
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  padding: 0;
  height: 6px;
  width: 6px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.slick-dots .slick-active button {
  background-color: #fff;
  width: 40px;
}
.selectize-control {
  font-size: 0;
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #222222;
  font-family: inherit;
  font-size: 16px;
  line-height: 20px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #222222;
  padding: 24px 48px 6px 9px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-input .item {
  display: block;
  padding: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.selectize-control.multi .selectize-input.has-items {
  padding: -4px 9px -7px;
}
.selectize-control.multi .selectize-input::after {
  content: ' ';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' fill='none' viewBox='0 0 17 17'%3E%3Cpath fill='%23000' d='M7.75 13.5c.415.415 1.089.415 1.504 0l6.375-6.375a1.064 1.064 0 0 0-1.504-1.504L8.5 11.246 2.875 5.625a1.064 1.064 0 0 0-1.504 1.504l6.375 6.375.004-.004Z'/%3E%3C/svg%3E");
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 17px;
  right: 10px;
  width: 17px;
  height: 17px;
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0;
  color: #222222;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #222222;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input > .item + .item::before {
  content: ',';
  margin-right: 3px;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #6f6f6f;
  background: #ffffff;
  border: 0 solid #ffffff;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input > input[placeholder] {
  box-sizing: initial;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: none;
  background: #fff;
  margin: 6px 0 0 0;
  padding: 5px 0;
  z-index: 20;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 8.7px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 8.7px 0 rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 10px;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.3;
}
.selectize-dropdown .option[data-selectable] {
  cursor: pointer;
  position: relative;
}
.selectize-dropdown .option[data-selectable]:hover {
  background-color: #F4F4F4;
}
.selectize-dropdown .option[data-selectable].none {
  color: rgba(34, 34, 34, 0.3);
}
.selectize-dropdown .option[data-selectable].none::after {
  content: 'Оповестить';
  color: #B4B4B4;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: calc(50% - 6px);
}
.selectize-dropdown .option[data-selectable].none.active {
  background-image: none;
}
.selectize-dropdown .option[data-selectable].pre {
  color: rgba(34, 34, 34, 0.3);
}
.selectize-dropdown .option[data-selectable].pre::after {
  content: 'Предзаказать';
  color: #E1C4A6;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: calc(50% - 6px);
}
.selectize-dropdown .option[data-selectable].pre.selected {
  background-image: none;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #222222;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .selected {
  background-color: #F4F4F4;
}
.selectize-dropdown .selected.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(34, 34, 34, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #222222 #fff;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input::after {
  content: ' ';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' fill='none' viewBox='0 0 17 17'%3E%3Cpath fill='%23000' d='M7.75 13.5c.415.415 1.089.415 1.504 0l6.375-6.375a1.064 1.064 0 0 0-1.504-1.504L8.5 11.246 2.875 5.625a1.064 1.064 0 0 0-1.504 1.504l6.375 6.375.004-.004Z'/%3E%3C/svg%3E");
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 17px;
  right: 10px;
  width: 17px;
  height: 17px;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  transform: rotate(180deg);
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
@media all and (max-width: 460px) {
  .selectize-dropdown .option[data-selectable].pre::after {
    font-size: 9px;
    top: auto;
    bottom: -1px;
  }
  .selectize-dropdown .option[data-selectable].none::after {
    font-size: 9px;
    top: auto;
    bottom: -1px;
  }
}
body.fancybox-active {
  overflow: hidden;
}
body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}
.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.fancybox-bg {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 1;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s;
}
.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion;
}
.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}
.fancybox-is-closing .fancybox-stage {
  overflow: visible;
}
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: visible;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}
.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none;
}
.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}
.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px;
}
.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  transition: color .3s ease;
  cursor: pointer;
  outline: none;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6;
}
.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}
.fancybox-button--share svg path {
  stroke-width: 1;
}
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}
.fancybox-button--zoom svg path {
  fill: transparent;
}
.fancybox-navigation {
  display: none;
}
.fancybox-show-nav .fancybox-navigation {
  display: block;
}
.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px;
}
.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6);
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}
.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color 0.25s;
  box-sizing: border-box;
  z-index: 2;
}
.fancybox-close-small:focus {
  outline: none;
}
.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}
.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -40px;
}
.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa;
}
.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}
.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
}
.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #F4F4F4;
  max-width: 90%;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px 0;
  font-size: 35px;
  font-weight: 700;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
p.fancybox-share__links {
  margin-right: -10px;
}
.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  transition: all .2s;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7;
}
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap;
}
.fancybox-thumbs-x > ul {
  overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}
li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
[data-fancybox] {
  cursor: zoom-in;
}
html {
  height: 100dvh;
}
body {
  -webkit-text-size-adjust: 100%;
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  min-height: 100%;
  margin: 0;
  overflow-x: clip;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.open-overflow {
  overflow: hidden;
}
a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #e51a1b;
  cursor: pointer;
  text-decoration: none;
}
img {
  outline: none;
  border: none;
}
a,
a:hover,
a:focus,
input,
input:hover,
input:focus,
input:active,
select,
select:hover,
select:focus,
select:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
button,
button:hover,
button:focus,
button:active,
label,
label:hover,
label:focus,
label:active {
  outline: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner,
select::-moz-focus-inner {
  border: none;
}
textarea,
input,
select,
button {
  border-radius: 0;
  font-weight: 500;
}
button {
  cursor: pointer;
}
p {
  margin: 0 0 16px;
}
p:last-child {
  margin-bottom: 0;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
h1 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
h2 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
h3 {
  font-size: 21px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 10px;
}
.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.title__link {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='17' fill='none' viewBox='0 0 15 17'%3E%3Cpath fill='%23222' d='M14.752 9.044A.73.73 0 0 0 15 8.5c0-.206-.09-.4-.248-.544L8.86 2.706a.841.841 0 0 0-1.135.025.715.715 0 0 0 .027 1.06l4.44 3.959H.804C.358 7.75 0 8.084 0 8.5s.358.75.804.75H12.19l-4.443 3.956a.715.715 0 0 0-.027 1.06c.305.3.814.309 1.135.025l5.893-5.25.003.003Z'/%3E%3C/svg%3E");
  background-position: right center;
  background-repeat: no-repeat;
  color: #222222;
  padding-right: 20px;
}
.title__date {
  color: rgba(34, 34, 34, 0.5);
  font-size: 17px;
  font-weight: 400;
}
.btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #222222;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  padding: 9px 10px 11px;
  text-align: center;
  text-decoration: none;
}
.btn:hover {
  background-color: #000;
  letter-spacing: 0.05em;
}
.btn:active {
  background-color: #000;
  letter-spacing: 0.05em;
}
.btn.disabled,
.btn:disabled {
  opacity: 0.5;
}
.btn.disabled:hover,
.btn:disabled:hover,
.btn.disabled:active,
.btn:disabled:active {
  letter-spacing: 0;
}
.btn--icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.btn--icon svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  fill: currentColor;
  width: 11px;
  height: 11px;
}
.btn--icon:hover,
.btn--icon:active {
  letter-spacing: 0;
}
.btn--border {
  background-color: transparent;
  border: 1px solid #222222;
  color: #222222;
  padding: 8px 9px 10px;
}
.btn--border:hover {
  background-color: transparent;
  box-shadow: 0 0 0 1px #222222 inset;
}
.btn--border:active {
  background-color: transparent;
  box-shadow: 0 0 0 1px #222222 inset;
}
.btn--border.disabled,
.btn--border:disabled {
  opacity: 0.5;
}
.btn--border.disabled:hover,
.btn--border:disabled:hover,
.btn--border.disabled:active,
.btn--border:disabled:active {
  letter-spacing: 0;
}
.btn--noborder {
  background-color: transparent;
  color: #222222;
}
.btn--noborder svg {
  width: 16px;
  height: 18px;
}
.btn--partner {
  background-color: transparent;
  border: 1px solid #29A20E;
  color: #29A20E;
  padding: 8px 4px 10px;
  width: 100%;
}
.btn--partner:hover {
  background-color: transparent;
  box-shadow: 0 0 0 1px #29A20E inset;
  letter-spacing: 0;
}
.btn--partner:active {
  background-color: transparent;
  box-shadow: 0 0 0 1px #29A20E inset;
  letter-spacing: 0;
}
.btn--remove {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: transparent;
  color: #222222;
  padding: 0;
}
.btn--remove svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  fill: currentColor;
  width: 16px;
  height: 18px;
}
.btn--remove span {
  display: none;
  margin-left: 10px;
}
.btn--remove:hover {
  background-color: transparent;
  box-shadow: none;
}
.btn--remove:active {
  background-color: transparent;
  box-shadow: none;
}
.btn--big {
  min-width: 305px;
  padding: 16px 20px;
}
.btn-icon {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  border: 1px solid rgba(34, 34, 34, 0.2);
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: inline-block;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-icon svg {
  fill: currentColor;
  width: 19px;
  height: 17px;
}
.btn-icon:hover {
  letter-spacing: 0.1em;
}
.btn-icon:active {
  letter-spacing: 0.1em;
}
.inputrow {
  display: block;
  position: relative;
}
.inputrow:not(:last-child) {
  margin-bottom: 15px;
}
.inputbutton {
  margin-top: 30px;
}
.inputbutton .btn {
  width: 100%;
}
.inputbutton.inputrow {
  margin-top: 0;
}
.inputrow__label {
  background-color: #fff;
  color: rgba(34, 34, 34, 0.5);
  font-size: 16px;
  font-weight: 400;
  margin-right: 1px;
  pointer-events: none;
  position: absolute;
  left: 20px;
  top: 17px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inputbox {
  border: 1px solid #D3D3D3;
  box-shadow: none;
  box-sizing: border-box;
  border-radius: 3px;
  color: #222222;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 25px 20px 6px;
  width: 100%;
}
.inputbox::-webkit-input-placeholder {
  color: #222222;
  opacity: 0.5;
}
.inputbox::-moz-placeholder {
  color: #222222;
  opacity: 0.5;
}
.inputbox:-moz-placeholder {
  color: #222222;
  opacity: 0.5;
}
.inputbox:-ms-input-placeholder {
  color: #222222;
  opacity: 0.5;
}
.inputbox:focus + .inputrow__label {
  font-size: 14px;
  top: 8px;
}
.inputbox:not(:placeholder-shown) + .inputrow__label {
  font-size: 14px;
  top: 8px;
}
.inputbox[disabled],
.inputbox[readonly] {
  background-color: #F4F4F4;
}
.inputbox[disabled] + .inputrow__label,
.inputbox[readonly] + .inputrow__label {
  background-color: #F4F4F4;
}
textarea.inputbox {
  height: 119px;
  resize: none;
  margin: 0;
}
.checkbox input {
  position: absolute;
  height: 1px;
  width: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.checkbox input:checked + span::after {
  transform: scale(1);
}
.checkbox span {
  cursor: pointer;
  display: inline-block;
  color: rgba(34, 34, 34, 0.5);
  font-size: 14px;
  line-height: 20px;
  padding-left: 30px;
  position: relative;
}
.checkbox span::before {
  content: '';
  background-color: #fff;
  border: 1px solid rgba(34, 34, 34, 0.2);
  border-radius: 5px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.checkbox span::after {
  background-image: url('../images/icon-check.svg');
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  transition: all 0.3s ease;
}
.checkbox span a {
  color: rgba(34, 34, 34, 0.5);
  text-decoration: underline;
}
.checkbox span a:hover {
  text-decoration: none;
}
.radiobox input {
  position: absolute;
  height: 1px;
  width: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.radiobox input:checked + .radiobox__label::after {
  transform: scale(1);
}
.radiobox .radiobox__label {
  cursor: pointer;
  display: inline-block;
  color: #222222;
  font-size: 16px;
  line-height: 20px;
  padding-left: 30px;
  position: relative;
}
.radiobox .radiobox__label.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.radiobox .radiobox__label::before {
  content: '';
  background-color: #fff;
  border: 1px solid rgba(34, 34, 34, 0.2);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.radiobox .radiobox__label::after {
  background-color: #222222;
  border-radius: 50%;
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: 5px;
  transform: scale(0);
  transition: all 0.3s ease;
}
.radiobox .radiobox__label a {
  color: rgba(34, 34, 34, 0.5);
  text-decoration: underline;
}
.radiobox .radiobox__label a:hover {
  text-decoration: none;
}
.radiobox .radiobox__label-small {
  display: block;
  font-size: 14px;
  margin-top: 8px;
}
.radiobox .radiobox__value {
  font-weight: 400;
  margin-left: auto;
  white-space: nowrap;
}
.toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 20px;
}
.toggle--only .toggle__checkbox:checked ~ .toggle__left {
  opacity: 1;
}
.toggle__checkbox {
  position: absolute;
  height: 1px;
  width: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.toggle__checkbox:checked + .toggle__button::before {
  left: 16px;
}
.toggle__checkbox:checked ~ .toggle__left {
  opacity: 0.5;
}
.toggle__checkbox:checked ~ .toggle__right {
  opacity: 1;
}
.toggle__button {
  background-color: #fff;
  border: 1px solid #D3D3D3;
  border-radius: 40px;
  margin: 0 10px;
  position: relative;
  width: 34px;
  height: 18px;
}
.toggle__button::before {
  content: '';
  background-color: #222222;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.toggle__left {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.toggle__right {
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.selectwrap {
  position: relative;
}
.selectwrap .selectize-input input {
  display: none !important;
}
.selectwrap__title {
  font-size: 12px;
  opacity: 0.5;
  position: absolute;
  top: 7px;
  left: 10px;
  z-index: 10;
}
select.selectwrap__input:not(.selectized) {
  background-color: #fff;
  border: 1px solid #222222;
  font-size: 16px;
  padding: 24px 48px 6px 9px;
  width: 100%;
}
.filebox {
  display: block;
  background-color: #fff;
  border-radius: 3px;
  border: 1px dashed #D3D3D3;
  cursor: pointer;
  padding: 14px 20px;
}
.filebox input {
  position: absolute;
  height: 1px;
  width: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.filebox__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  color: #222222;
}
.filebox__label > svg {
  fill: currentColor;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.filebox__label-text .accent {
  color: #3EB5F1;
}
.filebox__label-text .error {
  color: #E90808;
}
.filebox__info {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  padding-left: 10px;
}
.filebox__clear {
  background-color: transparent;
  border: none;
  margin-left: auto;
  padding: 0;
}
.filebox__clear svg {
  fill: currentColor;
  width: 16px;
  height: 18px;
}
.countbox {
  border: 1px solid #D3D3D3;
  border-radius: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  width: 135px;
}
.countbox .countbox__plus,
.countbox .countbox__minus {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #222222;
  font-size: 0;
  padding: 0;
  width: 34px;
  height: 33px;
  transition: color 0.3s ease;
}
.countbox .countbox__plus svg,
.countbox .countbox__minus svg {
  fill: currentColor;
  width: 15px;
  height: 15px;
}
.countbox .countbox__plus[disabled],
.countbox .countbox__minus[disabled],
.countbox .countbox__plus.disabled,
.countbox .countbox__minus.disabled {
  background-color: #F4F4F4;
  color: #D3D3D3;
  pointer-events: none;
}
.countbox .countbox__minus {
  border-radius: 3px 0 0 3px;
  border-right: 1px solid #D3D3D3;
}
.countbox .countbox__plus {
  border-radius: 0 3px 3px 0;
  border-left: 1px solid #D3D3D3;
}
.countbox .countbox__input {
  flex: 1 1 auto;
  border: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  padding: 5px 4px;
  text-align: center;
  width: 100%;
}
.countbox .countbox__input:focus {
  border-color: #222222;
  outline: none;
}
.countbox .count__text {
  color: #ffffff;
}
footer {
  background-color: #F4F4F4;
  margin-top: 60px;
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #D9D9D9;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer-top .contact {
  margin-top: 20px;
  padding: 0;
  max-width: 250px;
}
.footer-top .contact__item {
  font-size: 16px;
}
.footer-top .contact__item svg {
  width: 19px;
  height: 19px;
  margin-right: 10px;
}
.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 78px;
  margin-left: auto;
}
.footer-nav__title {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 20px;
}
.footer-nav__title a {
  color: #222222;
}
.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-menu.columns {
  columns: 2;
}
.footer-menu__item:not(:last-child) {
  margin-bottom: 10px;
}
.footer-menu__item a {
  color: #222222;
}
.panel {
  background-color: #fff;
  border-top: 1px solid #F4F4F4;
  display: none;
  padding: 9px 10px 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
}
.panel__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.6);
  position: relative;
  text-align: center;
  width: 25%;
}
.panel__item.active {
  color: #000;
}
.panel__item.active .panel__value {
  background-color: #222222;
}
.panel__icon {
  fill: currentColor;
  width: 22px;
  height: 22px;
}
.panel__title {
  font-size: 13px;
  font-weight: 600;
  margin-top: 2px;
    color: rgba(0, 0, 0, 0.6);
}
.panel__value {
  background-color: #7A7A7A;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 12px;
  left: 50%;
}
header {
  border-bottom: 1px solid #F4F4F4;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.header-top {
  background-color: #222222;
  color: #fff;
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  /*padding-top: 10px;*/
  /*padding-bottom: 10px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.header-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  gap: 20px;
}
.header-contacts__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
}
.header-contacts__address svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  fill: currentColor;
  width: 11px;
  height: 15px;
  margin-right: 6px;
}
.header-contacts__phone {
  color: #fff;
  font-size: 14px;
}
.header-contacts__mail {
  color: #fff;
  font-size: 12px;
}
.header-contacts__times {
  color: #fff;
  font-size: 12px;
}
.header-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-nav__item a {
  display: block;
  color: #fff;
  font-size: 12px;
}
.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  gap: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  margin-left: 10px;
  padding-left: 10px;
}
.socials__item svg {
  display: block;
}
.header-bottom {
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  padding-top: 9px;
  padding-bottom: 9px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.logo img {
  display: block;
}
.header-buttons {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.search {
  margin-right: 20px;
}
.search.show .search__wrap {
  width: 100%;
}
.search__toggle {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: block;
  padding: 0;
}
.search__toggle svg {
  fill: currentColor;
  display: block;
  width: 20px;
  height: 20px;
}
.search__wrap {
  height: 100%;
  overflow: hidden;
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  background-color: #fff;
  height: 100%;
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  padding-top: 9px;
  padding-bottom: 9px;
}
.search__input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border: none;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 0;
}
.search__close {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  border: none;
  padding: 0;
}
.search__close svg {
  display: block;
  fill: currentColor;
  width: 20px;
  height: 20px;
}
.header-buttons__favorite {
  color: #222222;
  margin-right: 20px;
  position: relative;
}
.header-buttons__favorite svg {
  fill: currentColor;
  display: block;
  width: 20px;
  height: 20px;
}
.header-buttons__cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  color: #222222;
}
.header-buttons__cart svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  fill: currentColor;
  display: block;
  width: 20px;
  height: 20px;
}
.header-buttons__cart .header-buttons__items {
  font-size: 12px;
  font-weight: 500;
  line-height: 8px;
  margin-left: 10px;
}
.header-buttons__cart .header-buttons__items span {
  display: block;
}
.header-buttons__cart .header-buttons__items span:not(:last-child) {
  margin-bottom: 8px;
}
.header-buttons__login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  color: #222222;
  font-size: 14px;
  font-weight: 600;
  border-left: 1px solid rgba(34, 34, 34, 0.2);
  margin-left: 10px;
  padding-left: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.header-buttons__login svg {
  flex: 0 0 auto;
  display: block;
  width: 18px;
  height: 20px;
  margin-right: 6px;
}
.header-buttons__value {
  background-color: #222222;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: -4px;
  right: -4px;
}
.menu {
  margin-left: 100px;
}
.menu-tabs {
  display: none;
  background-color: #F4F4F4;
  border-radius: 5px;
  padding: 4px;
}
.menu-tab {
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
  line-height: 22px;
  padding: 6px;
  text-align: center;
  width: 50%;
}
.menu-tab.active {
  background-color: #fff;
  font-weight: 600;
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  gap: 20px;
}
.menu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu__item.has-submenu:hover .submenu {
  opacity: 1;
  pointer-events: auto;
}
.menu__link {
  color: #222222;
  font-weight: 600;
}
.menu__catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.menu__catalog svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  fill: currentColor;
  width: 18px;
  height: 20px;
  margin-right: 10px;
}
.submenu {
  background-color: #fff;
  height: 428px;
  padding-left: var(--padding-horizontal);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 200;
  opacity: 0;
  pointer-events: none;
}
.submenu::before {
  content: '';
  width: 100%;
  height: 30px;
  position: absolute;
  top: -30px;
  left: 0;
}
.submenu .accent > a {
  color: #E90808;
  font-weight: 600;
}
.submenu__container {
  height: 100%;
  position: relative;
}
.submenu__container::after {
  background-color: #F4F4F4;
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 280px;
  pointer-events: none;
}
.submenu__list {
  list-style: none;
  margin: 0;
  padding: 13px 0 13px 0;
  width: 280px;
}
.submenu__item {
  padding-right: 20px;
}
.submenu__item.has-child .submenu__link {
  padding-right: 16px;
  position: relative;
}
.submenu__item.has-child .submenu__link::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' fill='none' viewBox='0 0 12 13'%3E%3Cpath fill='%23222' d='M9.53 7.03a.751.751 0 0 0 0-1.062l-4.5-4.5A.751.751 0 0 0 3.968 2.53l3.97 3.97-3.968 3.97a.751.751 0 0 0 1.062 1.062l4.5-4.5-.002-.002Z'/%3E%3C/svg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  right: 4px;
  top: calc(50% - 6px);
  -webkit-transition: opacity 0.3s ease, right 0.3s ease;
  transition: opacity 0.3s ease, right 0.3s ease;
}
@media all and (min-width: 1041px) {
  .submenu__item.has-child:hover .childmenu {
    opacity: 1;
    pointer-events: auto;
  }
  .submenu__item.has-child:hover .submenu__link::after {
    opacity: 1;
    right: 0;
  }
}
@media all and (min-width: 1041px) {
  .submenu__item .submenu__image {
    opacity: 0;
  }
  .submenu__item:hover .submenu__image {
    opacity: 1;
    z-index: 15;
  }
  .submenu__item:hover .submenu__link {
    font-weight: 600;
  }
}
.submenu__link {
  display: block;
  color: #222222;
  line-height: 1.25;
  padding: 7px 0;
}
.submenu__image {
  object-fit: cover;
  width: 27.5%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.childmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 280px;
  width: calc(100% - 280px);
  height: 100%;
}
@media all and (min-width: 1041px) {
  .childmenu {
    opacity: 0;
    pointer-events: none;
  }
}
.childmenu__wrap {
  padding: 20px;
  width: 66.5%;
}
.childmenu__image {
  object-fit: cover;
  width: 33.5%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: 15;
}
.childmenu__title {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.childmenu__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  gap: 40px 60px;
  height: calc(100% - 35px);
}
.childmenu__column {
  page-break-inside: avoid;
}
.childmenu__column-title {
  font-weight: 600;
  margin-bottom: 15px;
}
.childmenu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  page-break-inside: avoid;
}
.childmenu__list li {
  padding: 5px 0;
}
@media all and (min-width: 1041px) {
  .childmenu__list li:hover .childmenu__image {
    opacity: 1;
  }
}
.childmenu__list a {
  color: #222222;
}
.childmenu__all {
  display: none;
  background-color: #F4F4F4;
  border-radius: 5px;
  color: #222222;
  font-size: 18px;
  margin-top: 40px;
  padding: 15px;
  text-align: center;
}
.header-toggle {
  background-color: transparent;
  border: none;
  display: none;
  padding: 0;
}
.header-toggle svg {
  width: 19px;
  height: 22px;
}
.showcase {
  margin-bottom: 30px;
}
.showcase-slider:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.showcase-slider:not(.slick-initialized) .showcase-slider__item {
  width: 100%;
}
.showcase-slider:not(.slick-initialized) .showcase-slider__item:not(:first-child) {
  display: none;
}
.showcase-slider .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
.showcase-slider__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  height: 100%;
  min-height: 450px;
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  position: relative;
}
.showcase-slider__image {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 5;
}
.showcase-slider__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.showcase-slider__description {
  max-width: 500px;
  position: relative;
  z-index: 10;
}
.showcase-slider__title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.showcase-slider__text {
  font-size: 20px;
  margin-bottom: 30px;
}
.showcase-slider__button .btn {
  font-size: 20px;
  line-height: 24px;
  min-width: 244px;
}
.categories {
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  padding-top: 30px;
  padding-bottom: 30px;
}
.categories-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  gap: 15px;
}
.category {
  border-radius: 5px;
  display: block;
  overflow: hidden;
  position: relative;
  width: calc(14.285714% - 12.857142px);
}
.category::after {
  background-color: rgba(0, 0, 0, 0.5);
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
.category--all {
  background-color: #F4F4F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.category--all::after {
  display: none;
}
.category--all .category__name {
  color: #222222;
  text-align: center;
  position: static;
}
.category__image {
  aspect-ratio: 167 / 203;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category__name {
  color: #fff;
  font-size: 18px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 10;
}
.main-about {
  background-color: #2E2E2E;
  max-height: 570px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-about__image {
  width: 50%;
}
.main-about__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.main-about__description {
  color: #fff;
  padding: 100px 70px;
  padding-right: var(--padding-horizontal);
  width: 50%;
}
.main-about__description h2 {
  font-size: 41px;
  margin-bottom: 10px;
}
.main-about__text {
  margin-bottom: 60px;
}
.main-about__subtitle {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}
.main-about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.main-about__item:not(:last-child) {
  margin-bottom: 10px;
}
.main-about__item svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 10px;
}
.questions {
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  padding-top: 30px;
  padding-bottom: 30px;
}
.questions__wrap {
  background-color: #F4F4F4;
  padding: 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.questions__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
}
.questions__title h2 {
  font-size: 23px;
  text-transform: none;
}
.questions__description {
  max-width: 512px;
  width: 45%;
}
.questions__description h2 {
  margin-bottom: 20px;
}
.questions__description + .questions__form {
  width: 53%;
}
.questions__form {
  width: 100%;
}
.questions__form h3 {
  text-align: center;
}
.questions__form .toggle {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.questions__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.questions__row:not(:last-child) {
  margin-bottom: 20px;
}
.questions__row.center {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.questions__row .btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.questions__column {
  width: 50%;
}
.questions__column .btn {
  width: 100%;
}
.questions__column .inputrow:only-child {
  height: 100%;
}
.questions__column .inputrow:only-child textarea.inputbox {
  height: 100%;
}
.contacts {
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  padding-top: 30px;
  padding-bottom: 30px;
}
.contacts__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.contacts__wrap:not(:last-child) {
  margin-bottom: 20px;
}
.contacts__column {
  width: calc(33.333333% - 13.333333px);
}
.contacts__column .contact:not(:last-child) {
  margin-bottom: 20px;
}
.contact {
  background-color: #F4F4F4;
  border-radius: 5px;
  padding: 20px;
}
.contact.contact--dark {
  background-color: #222222;
  color: #fff;
}
.contact__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 14px;
}
.contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.25;
}
.contact__item svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  fill: currentColor;
  width: 17px;
  height: 17px;
  margin-right: 6px;
}
.contact__item a {
  color: currentColor;
}
.contact__item:not(:last-child) {
  margin-bottom: 14px;
}
.contact__item-block {
  line-height: 1.6;
}
.contact__item-block:not(:first-child) {
  margin-top: 8px;
}
.contacts__map {
  width: calc(66.666666% - 13.333333px);
}
.contacts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.contacts__row .contact {
  width: calc(33.333333% - 13.333333px);
}
.top-image {
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  padding-top: 20px;
  padding-bottom: 20px;
}
.top-image__image img {
  display: block;
  max-width: 100%;
}
.breadcrumbs-section {
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  padding-top: 20px;
  padding-bottom: 20px;
}
.breadcrumbs {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs__item {
  display: inline-block;
  font-size: 14px;
  position: relative;
}
.breadcrumbs__item:not(:last-child) {
  margin-right: 17px;
}
.breadcrumbs__item:not(:last-child)::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='8' fill='none' viewBox='0 0 7 8'%3E%3Cg clip-path='url(%23a)' opacity='.5'%3E%3Cpath fill='%23222' d='M5.559 4.309a.438.438 0 0 0 0-.62L2.934 1.066a.438.438 0 0 0-.62.619L4.632 4 2.316 6.316a.438.438 0 0 0 .62.62L5.56 4.31 5.56 4.31Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 7.5v-7h7v7z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  width: 7px;
  height: 8px;
  position: absolute;
  top: calc(50% - 4px);
  right: -11px;
}
.breadcrumbs__item a {
  color: #222222;
  opacity: 0.5;
}
.reviews {
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  padding-top: 30px;
  padding-bottom: 30px;
}
.reviews h2 {
  margin-bottom: 30px;
}
.reviews h2 span {
  font-size: 17px;
  font-weight: 400;
  margin-left: 8px;
}
.reviews__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
}
.reviews__content {
  background-color: #F4F4F4;
  border-radius: 10px;
  padding: 20px;
  width: 62.9365%;
}
.reviews__list:not(:last-child) {
  margin-bottom: 30px;
}
.reviews__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
}
.reviews__item:not(:last-child) {
  margin-bottom: 30px;
}
.reviews__item-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.reviews__item-description {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.reviews__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 15px;
  padding-top: 10px;
}
.reviews__item-name {
  font-size: 18px;
  font-weight: 600;
}
.reviews__item-date {
  color: rgba(34, 34, 34, 0.5);
  margin-left: 15px;
}
.reviews__item__text:not(:last-child) {
  margin-bottom: 15px;
}
.reviews__item__photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 15px;
}
.reviews__item__photos img {
  max-width: 92px;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination__item {
  font-size: 14px;
}
.pagination__item a {
  color: #222222;
}
.pagination__item svg {
  fill: currentColor;
  width: 5px;
  height: 8px;
}
.pagination__item.active {
  font-size: 20px;
  font-weight: 700;
}
.pagination__item.prev {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
  margin-right: 15px;
}
.pagination__item.prev svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pagination__item.next {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
  margin-left: 15px;
}
.pagination__item.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.reviews__aside {
  background-color: #F4F4F4;
  border-radius: 10px;
  padding: 20px;
  width: 34.6825%;
}
.details {
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  padding-top: 10px;
  padding-bottom: 30px;
}
.details h2 {
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: none;
}
.details__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
.details__column {
  display: table;
}
.details__item {
  display: table-row;
  font-size: 14px;
}
.details__title {
  display: table-cell;
  color: rgba(34, 34, 34, 0.5);
  padding-bottom: 6px;
  padding-right: 20px;
  white-space: nowrap;
}
.details__value {
  display: table-cell;
  padding-bottom: 6px;
}
.blog {
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  padding-top: 20px;
  padding-bottom: 30px;
}
.blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  gap: 20px;
}
.blog-item {
  width: calc(25% - 15px);
}
.blog-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #F4F4F4;
  border-radius: 5px;
  color: #222222;
  height: 100%;
  overflow: hidden;
}
.blog-item__image img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.blog-item__description {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px;
}
.blog-item__top {
  margin-bottom: 25px;
}
.blog-item__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
.blog-item__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  color: rgba(34, 34, 34, 0.5);
  font-size: 14px;
}
.blog-item__views {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.blog-item__views svg {
  fill: currentColor;
  width: 15px;
  height: 13px;
  margin-right: 5px;
}
.blog-item__text {
  font-size: 14px;
  margin-bottom: 25px;
}
.blog-item__link {
  background-color: #222222;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  margin-top: auto;
  padding: 4px 21px 5px 8px;
  position: relative;
}
.blog-item__link::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='9' fill='none' viewBox='0 0 8 9'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' d='M6.353 4.853a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.707.708L5.292 4.5 2.647 7.147a.5.5 0 0 0 .708.708l3-3-.002-.002Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 8.5v-8h8v8z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  width: 8px;
  height: 8px;
  position: absolute;
  top: calc(50% - 4px);
  right: 8px;
}
.article {
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  padding-top: 20px;
  padding-bottom: 30px;
}
.article .title {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 10px;
}
.article__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px;
}
.article__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 74%;
}
.article__content .accent {
  color: #E90808;
}
.article__content a:not([class]) {
  text-decoration: underline;
}
.article__image {
  margin-bottom: 30px;
}
.article__image img {
  max-width: 100%;
}
.article__aside {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #F4F4F4;
  border-radius: 2px;
  padding: 20px;
  width: 288px;
}
.article__aside-title {
  font-weight: 600;
  margin-bottom: 20px;
}
.article__aside-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.article__aside-item:not(:last-child) {
  margin-bottom: 20px;
}
.article__aside-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  margin-right: 15px;
  overflow: hidden;
  width: 85px;
}
.article__aside-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article__aside-title {
  color: #222222;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
}
.article__aside-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  color: rgba(34, 34, 34, 0.5);
  font-size: 11px;
}
.article__aside-views {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.article__aside-views svg {
  fill: currentColor;
  width: 12px;
  height: 10px;
  margin-right: 5px;
}
.section-favorite {
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  padding-top: 30px;
  padding-bottom: 30px;
}
.favorite-clear {
  text-align: right;
}
.favorite-clear .btn--icon svg {
  width: 16px;
  height: 18px;
}
.business {
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  padding-top: 20px;
  padding-bottom: 30px;
}
.business__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px;
}
.business__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: calc(58% - 40px);
}
.business__content .block.login {
  display: none;
  border: none;
  margin-top: 40px;
  padding: 0;
  width: 100%;
  max-width: 385px;
}
.business__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  overflow: hidden;
  width: 42%;
}
.business__image img {
  display: block;
  width: 100%;
}
.business__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
.business__buttons .btn {
  min-width: 210px;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
}
.pagination__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #D3D3D3;
  border-radius: 3px;
  color: #222222;
  width: 30px;
  height: 37px;
  text-align: center;
}
.pagination__item.active {
  background-color: #222222;
  border-color: #222222;
  color: #fff;
}
a.pagination__item {
  color: #222222;
}
span.pagination__item {
  border-color: transparent;
}
span.pagination__item.active {
  background-color: transparent;
  color: #222222;
}
.section-catalog {
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  padding-top: 30px;
  padding-bottom: 30px;
}
.catalog-slider {
  margin: 0 -15px;
}
.catalog-slider:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog-slider:not(.slick-initialized) .product {
  width: 25%;
}
.catalog-slider:not(.slick-initialized) .product:nth-child(n+4) {
  display: none;
}
.catalog-slider .slick-list {
  overflow: visible;
}
.catalog-slider .slick-track {
  min-width: 100%;
}
.catalog-slider .product {
  padding: 0 15px;
}
.catalog-slider .product__image {
  aspect-ratio: 292 / 252;
}
.product.adv {
  margin-bottom: 50px;
}
.product.adv .product__inner {
  background-color: #F4F4F4;
  border-radius: 5px;
  overflow: hidden;
}
.product.adv .product__image {
  position: relative;
}
.product.adv .product__image::after {
  background: linear-gradient(180deg, rgba(244, 244, 244, 0) 62.2%, #F4F4F4 98.98%);
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.product.adv .product__text {
  padding: 0 15px;
}
.product.adv .btn {
  white-space: nowrap;
  width: 100%;
}
.product .selectize-input {
  padding: 9px 48px 9px 9px;
}
.product .selectize-control.single .selectize-input::after {
  top: 11px;
}
.product__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.product__text {
  font-size: 18px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.product__image {
  /*aspect-ratio: 231 / 252;*/
  width: 100%;
  aspect-ratio: 232 / 232;
  display: block;
  color: #222222;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.shop__cards .product__image {width:auto;}
.product__image img {

  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 5;
}
.product__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(34, 34, 34, 0.4);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 7;
}
.product__status span {
  max-width: 110px;
  text-align: center;
}
.product__label {
  background-color: #EBEBEB;
  font-size: 14px;
  font-weight: 600;
  padding: 4px 10px;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}
.product__label::after {
  content: '';
  border-color: transparent transparent #EBEBEB #EBEBEB;
  border-style: solid;
  border-width: 13px 4px;
  position: absolute;
  top: 0;
  right: -8px;
}
.product__favorite {
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  width: 32px;
  height: 32px;
  padding: 0;
  position: absolute;
  z-index: 10;
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.product__favorite svg {
  fill: #fff;
  width: 18px;
  height: 15px;
}
.product__favorite:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.product__tags {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}
.product__tag {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 4px 5px;
  position: relative;
  white-space: nowrap;
}
.product__tag::before {
  content: '';
  border-style: solid;
  border-width: 13px 4px;
  position: absolute;
  top: 0;
  left: -8px;
}
.product__tag::after {
  content: '';
  border-style: solid;
  border-width: 13px 4px;
  position: absolute;
  top: 0;
  right: -8px;
}
.product__tag:first-child::before {
  display: none;
}
.product__tag.premium {
  background-color: #222222;
}
.product__tag.premium::before {
  border-color: transparent #222222 #222222 transparent;
}
.product__tag.premium::after {
  border-color: #222222 transparent transparent #222222;
}
.product__tag.new {
  background-color: #7AB785;
}
.product__tag.new::before {
  border-color: transparent #7AB785 #7AB785 transparent;
}
.product__tag.new::after {
  border-color: #7AB785 transparent transparent #7AB785;
}
.product__tag.hit {
  background-color: #3EB5F1;
}
.product__tag.hit::before {
  border-color: transparent #3EB5F1 #3EB5F1 transparent;
}
.product__tag.hit::after {
  border-color: #3EB5F1 transparent transparent #3EB5F1;
}
.product__tag.percent {
  background-color: #E90808;
}
.product__tag.percent::before {
  border-color: transparent #E90808 #E90808 transparent;
}
.product__tag.percent::after {
  border-color: #E90808 transparent transparent #E90808;
}
.percent__sign {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none' viewBox='0 0 10 10'%3E%3Cpath fill='%23fff' d='M8.953 1.72a.77.77 0 0 0 0-1.081.752.752 0 0 0-1.07 0L.32 8.278a.77.77 0 0 0 0 1.081.752.752 0 0 0 1.07 0L8.953 1.72Zm-5.828.224c0-.405-.16-.793-.443-1.08a1.505 1.505 0 0 0-2.139 0 1.536 1.536 0 0 0 0 2.16 1.505 1.505 0 0 0 2.139 0c.284-.286.443-.674.443-1.08Zm6.05 6.112c0-.406-.16-.794-.443-1.08a1.505 1.505 0 0 0-2.139 0 1.536 1.536 0 0 0 0 2.16 1.505 1.505 0 0 0 2.139 0c.284-.287.443-.675.443-1.08Z'/%3E%3C/svg%3E");
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  width: 9px;
  height: 9px;
}
.product__description {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product__title {
  margin-bottom: 40px;
}
.product__name {
  display: block;
  color: #222222;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 12px;
}
.product__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 20px;
  font-size: 18px;
  line-height: 1;
}
.product__price .price-old {
  color: #E90808;
  font-size: 14px;
  margin-right: 10px;
  text-decoration: line-through;
}
.product__price-title {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 2px;
}
.product__price-partner {
  color: #29A20E;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: -24px;
}
.product__price-old {
  font-weight: 600;
  margin-bottom: -23px;
}
.product__characteristics {
  display: none;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: 14px;
}
.product__characteristics-list {
  display: table;
}
.product__characteristics-item {
  display: table-row;
  font-size: 14px;
}
.product__characteristics-item:not(:last-child) {
  margin-bottom: 6px;
}
.product__characteristics-name {
  display: table-cell;
  color: rgba(34, 34, 34, 0.5);
  padding-bottom: 6px;
  padding-right: 20px;
  white-space: nowrap;
}
.product__characteristics-value {
  display: table-cell;
  padding-bottom: 6px;
}
.product__bottom {
  margin-top: auto;
}
.product__bottom .selectwrap {
  margin-bottom: 20px;
}
.product__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  gap: 10px;
  margin-top: auto;
  padding-bottom: 50px;
  position: relative;
}
.product__buttons .btn-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.product__buttons .btn {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.product__buttons .btn--partner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.product__buttons .to_subscribe {
  max-width: calc(100% - 46px);
}
.catalog {
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  padding-top: 20px;
  padding-bottom: 20px;
}
.catalog-title {
  margin-bottom: 30px;
}
.catalog-title__category {
  font-size: 17px;
  margin-bottom: 6px;
}
.catalog-title__name h1 {
  display: inline-block;
  vertical-align: baseline;
}
.catalog-title__count {
  font-size: 17px;
  font-weight: 400;
  color: rgba(34, 34, 34, 0.5);
  display: inline-block;
  vertical-align: baseline;
  margin-left: 10px;
}
.catalog-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.catalog-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.catalog-sorting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.catalog-sorting .selectwrap {
  min-width: 240px;
}
.catalog-sorting .selectize-input {
  border-color: #D3D3D3;
}
.catalog-filter {
  display: none;
  background-color: transparent;
  border: 1px solid #D3D3D3;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
  padding: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.catalog-filter svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  fill: currentColor;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.catalog-views {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  gap: 10px;
}
.catalog-views__item {
  background-color: transparent;
  border: none;
  opacity: 0.5;
  padding: 0;
  width: 30px;
  height: 30px;
}
.catalog-views__item svg {
  fill: #222222;
  width: 30px;
  height: 30px;
}
.catalog-views__item.active {
  opacity: 1;
}
.catalog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  gap: 15px;
}
.catalog-list .product {
  width: calc(25% - 11.25px);
}
.catalog-list.view-list {
  gap: 40px;
}
.catalog-list.view-list .product {
  width: 100%;
}
.catalog-list.view-list .product.adv .product__description {
  padding: 15px;
}
.catalog-list.view-list .product__inner {
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
}
.catalog-list.view-list .product__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  aspect-ratio: 232 / 232;
  margin-bottom: 0;
  margin-right: 20px;
  width: 100%;
}
.catalog-list.view-list .product__description {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.catalog-list.view-list .product__characteristics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog-list.view-list .product__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #F4F4F4;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.catalog-list.view-list .product__name {
  font-size: 20px;
  margin-bottom: 0;
}
.catalog-list.view-list .product__price {
  font-size: 23px;
}
.catalog-list.view-list .product__price-partner {
  font-size: 23px;
  margin-bottom: 0;
}
.catalog-list.view-list .product__price-old {
  font-size: 18px;
  margin-bottom: 0;
}
.catalog-list.view-list .product__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}
.catalog-list.view-list .product__bottom .selectwrap {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 0;
  margin-right: 20px;
  width: calc(50% - 10px);
}
.catalog-list.view-list .product__buttons {
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  margin-top: 0;
  margin-left: auto;
  padding-bottom: 0;
  width: calc(50% - 10px);
}
.catalog-list.view-list .product__buttons .btn:last-child:nth-child(2) {
  margin-bottom: 0;
}
.catalog-list.view-list .btn--partner {
  padding: 4px 12px 6px;
}
.catalog-list.view-list .btn {
  width: 50%;
}
.catalog-list.view-list .btn-icon {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.filter {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #F4F4F4;
  border-radius: 5px;
  padding: 20px;
  width: 260px;
}
.filter__top {
  display: none;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
.filter__close {
  background-color: transparent;
  border: none;
  color: #E90808;
  padding: 0;
  position: absolute;
  top: 4px;
  right: 0;
}
.filter__item:not(:last-child) {
  margin-bottom: 20px;
}
.filter__item .toggle {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
}
.filter__item .toggle .filter__title {
  margin-bottom: 0;
}
.filter__item .toggle .toggle__button {
  margin: 0;
}
.filter__item .toggle__checkbox:checked ~ .toggle__left {
  opacity: 1;
}
.filter__item .checkbox span {
  color: #222222;
  font-size: 16px;
}
.filter__item.accordion .filter__title {
  cursor: pointer;
  margin-bottom: 0;
  padding-right: 20px;
  position: relative;
}
.filter__item.accordion .filter__title::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none' viewBox='0 0 12 8'%3E%3Cpath fill='%23222' d='M5.998 7.75a.73.73 0 0 1-.544-.248l.004-.003-5.25-5.893A.845.845 0 0 1 .233.471a.715.715 0 0 1 1.059.027l4.14 4.642-.003.003a.73.73 0 0 0 .544.248c.206 0 .4-.09.544-.248l4.19-4.642a.715.715 0 0 1 1.06-.026c.3.304.313.813.025 1.135l-5.25 5.892a.735.735 0 0 1-.544.248Z'/%3E%3C/svg%3E");
  background-position: right center;
  background-repeat: no-repeat;
  content: '';
  width: 12px;
  height: 8px;
  position: absolute;
  top: 9px;
  right: 0;
}
.filter__item.accordion .filter__content {
  display: none;
  margin-top: 10px;
}
.filter__item.show .filter__title::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.filter__item.show .filter__content {
  display: block;
}
.filter__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.filter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
/*.filter__list-back {*/
/*  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' fill='none' viewBox='0 0 12 13'%3E%3Cpath fill='%23222' d='M2.47 5.97a.751.751 0 0 0 0 1.062l4.5 4.5a.751.751 0 0 0 1.062-1.062L4.062 6.5 8.03 2.53a.751.751 0 0 0-1.062-1.062l-4.5 4.5.002.002Z'/%3E%3C/svg%3E");*/
/*  background-position: left center;*/
/*  background-repeat: no-repeat;*/
/*  color: #222222;*/
/*  margin-bottom: 5px;*/
/*  padding-left: 27px;*/
/*}*/
.filter__list-item, .sub_menu__link, .filter__list-back {
  border-radius: 4px;
  color: #222222;
  margin-left: 18px;
  padding: 6px;
}
.accent {
  color: #e51a1b;
  font-weight: 600;
}
.filter.active, .filter__list-back.active, .filter__parent.active {
  background-color: #fff;
}
.filter__range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.filter__range::before {
  content: '';
  background-color: #D3D3D3;
  width: 18px;
  height: 1px;
  margin: 0 5px;
}
.filter__input {
  background-color: #fff;
  border: 1px solid #D3D3D3;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 4px 10px;
  width: 50%;
}
.filter__input:first-child {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.filter__content {
  max-height: 216px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #929292 transparent;
}
.filter__content .filter__list-item {
  margin-left: 0;
}
.filter__content .checkbox,
.filter__content .radiobox {
  display: block;
}
.filter__content .checkbox:not(:last-child),
.filter__content .radiobox:not(:last-child) {
  margin-bottom: 4px;
}
.filter__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.filter__buttons .btn {
  width: 100%;
}
.filter__subtitle {
  margin-bottom: 4px;
  padding: 6px 0;
}
.filter__select .selectize-input {
  border-color: #fff;
  padding: 7px 48px 7px 9px;
}
.filter__select .selectize-control.multi .selectize-input::after {
  width: 13px;
  height: 13px;
  top: 11px;
}
.item {
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  padding-top: 20px;
  padding-bottom: 25px;
}
.item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.item__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  gap: 10px;
}
.item__tags:not(:last-child) {
  margin-bottom: 10px;
}
.item__tag {
  border: 1px solid;
  border-radius: 4px;
  font-size: 14px;
  color: rgba(34, 34, 34, 0.5);
  padding: 2px 8px 4px;
}
.item__tag.accent {
  color: #3EB5F1;
}
.item__title {
  margin-right: 20px;
}
.item__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.item__article {
  font-size: 14px;
  font-weight: 400;
  color: rgba(34, 34, 34, 0.5);
  margin-left: 10px;
}
.item__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  gap: 8px 20px;
}
.item__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  background-color: transparent;
  border: none;
  color: #222222;
  font-size: 14px;
  padding: 0;
}
.item__button svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  fill: currentColor;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 50px;
}
.item__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 39.5%;
  position: relative;
}
.item__thumbnails {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 80px;
  margin-right: 10px;
  height: 285px;
}
.item__thumbnails-el {
  cursor: pointer;
}
.item__thumbnails-el:not(:last-child) {
  margin-bottom: 15px;
}
.item__thumbnails-el img {
  display: block;
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.item__thumbnails-el.active {
  position: relative;
}
.item__thumbnails-el.active::after {
  border: 1px solid #000;
  content: '';
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
}
.item__pictures {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
}
.item__pictures:not(.slick-initialized) .item__pictures-el:not(:first-of-type) {
  display: none;
}
.item__pictures-el {
  aspect-ratio: 1;
}
.item__pictures-el img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item__gallery-tags {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}
.item__gallery-tag {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 4px 10px;
  position: relative;
}
.item__gallery-tag::before {
  content: '';
  border-style: solid;
  border-width: 13px 4px;
  position: absolute;
  top: 0;
  left: -8px;
}
.item__gallery-tag::after {
  content: '';
  border-style: solid;
  border-width: 13px 4px;
  position: absolute;
  top: 0;
  right: -8px;
}
.item__gallery-tag:first-child::before {
  display: none;
}
.item__gallery-tag.premium {
  background-color: #222222;
}
.item__gallery-tag.premium::before {
  border-color: transparent #222222 #222222 transparent;
}
.item__gallery-tag.premium::after {
  border-color: #222222 transparent transparent #222222;
}
.item__gallery-tag.new {
  background-color: #7AB785;
}
.item__gallery-tag.new::before {
  border-color: transparent #7AB785 #7AB785 transparent;
}
.item__gallery-tag.new::after {
  border-color: #7AB785 transparent transparent #7AB785;
}
.item__gallery-tag.hit {
  background-color: #3EB5F1;
}
.item__gallery-tag.hit::before {
  border-color: transparent #3EB5F1 #3EB5F1 transparent;
}
.item__gallery-tag.hit::after {
  border-color: #3EB5F1 transparent transparent #3EB5F1;
}
.item__gallery-tag.percent {
  background-color: #E90808;
}
.item__gallery-tag.percent::before {
  border-color: transparent #E90808 #E90808 transparent;
}
.item__gallery-tag.percent::after {
  border-color: #E90808 transparent transparent #E90808;
}
.item__characteristics {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 32.85%;
}
.item__characteristics-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.item__characteristics-title {
  font-size: 18px;
  font-weight: 600;
}
.item__characteristics-more {
  background-color: #F4F4F4;
  border: none;
  border-radius: 4px;
  color: #222222;
  font-size: 14px;
  padding: 4px 8px;
  margin-left: auto;
}
.item__characteristics-more::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' fill='none' viewBox='0 0 12 13'%3E%3Cpath fill='%23222' d='M9.53 7.03a.751.751 0 0 0 0-1.062l-4.5-4.5A.751.751 0 0 0 3.968 2.53l3.97 3.97-3.968 3.97a.751.751 0 0 0 1.062 1.062l4.5-4.5-.002-.002Z'/%3E%3C/svg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 5px;
  width: 8px;
  height: 8px;
}
.item__characteristics-list {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.item__characteristics-column {
  columns: 2;
}
.item__characteristics-column .item__characteristics-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 16px;
}
.item__characteristics-column .item__characteristics-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: 50%;
  padding-right: 5px;
  padding-bottom: 1px;
  position: relative;
}
.item__characteristics-column .item__characteristics-name::after {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  content: '';
  border-bottom: 1px dashed rgba(34, 34, 34, 0.5);
  margin-left: 5px;
}
.item__characteristics-column .item__characteristics-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-bottom: 1px;
}
.item__characteristics-item {
  display: table-row;
  font-size: 14px;
}
.item__characteristics-name {
  display: table-cell;
  color: rgba(34, 34, 34, 0.5);
  padding-bottom: 6px;
  padding-right: 20px;
  white-space: nowrap;
}
.item__characteristics-value {
  display: table-cell;
  padding-bottom: 6px;
}
.item__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  background-color: #F4F4F4;
  border-radius: 5px;
  color: #222222;
  position: relative;
}
.item__more::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' fill='none' viewBox='0 0 12 13'%3E%3Cpath fill='%23222' d='M9.53 7.03a.751.751 0 0 0 0-1.062l-4.5-4.5A.751.751 0 0 0 3.968 2.53l3.97 3.97-3.968 3.97a.751.751 0 0 0 1.062 1.062l4.5-4.5-.002-.002Z'/%3E%3C/svg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
}
.item__more-image {
  border: 1px solid #F4F4F4;
  border-radius: 5px;
  overflow: hidden;
  width: 53px;
  height: 53px;
  margin-right: 16px;
}
.item__more-title {
  font-weight: 600;
}
.item__more-count {
  color: rgba(34, 34, 34, 0.5);
  font-size: 14px;
  margin-left: 10px;
  padding-top: 2px;
}
.item__wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 288px;
}
.item__buy {
  background-color: #F4F4F4;
  border-radius: 5px;
}
.item__buy-status {
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-weight: 600;
  padding: 10px 20px;
}
.item__buy-status.pre {
  background-color: #E1C4A6;
}
.item__buy-status.none {
  background-color: #B4B4B4;
}
.item__buy-status.avail {
  background-color: #63CC76;
}
.item__buy-inner {
  padding: 20px;
}
.item__select {
  margin-bottom: 20px;
}
.item__select .selectize-input {
  border-color: #D3D3D3;
  padding: 9px 48px 9px 9px;
}
.item__select .selectize-control.single .selectize-input::after {
  top: 11px;
}
.item__select-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.item__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 20px;
  font-size: 29px;
  font-weight: 600;
  margin-bottom: 20px;
}
.item__price .price-old {
  color: #E90808;
  font-size: 0.78em;
  margin-right: 10px;
  text-decoration: line-through;
}
.item__price-title {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 2px;
}
.item__price-partner {
  color: #29A20E;
  font-size: 26px;
  font-weight: 600;
}
.item__price-old {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.item__buy-button {
  cursor: pointer;
}
.item__buy-button .btn {
  width: 100%;
}
.item__buy-button .btn {
  margin-bottom: 10px;
}
.item__availability {
  background-color: #F4F4F4;
  border-radius: 5px;
  margin-top: 10px;
  padding: 20px;
}
.item__availability-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.item__availability-none {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.item__availability-list:not(:last-child) {
  margin-bottom: 20px;
}
.item__availability-item {
  font-size: 14px;
}
.item__availability-item:not(:last-child) {
  margin-bottom: 16px;
}
.item__availability-name {
  font-weight: 600;
}
.item__availability-address {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.item__availability-more {
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px dotted;
  cursor: pointer;
  color: #222222;
  display: inline-block;
  font-size: 14px;
  padding: 0;
}
.item__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #F4F4F4;
  margin-bottom: 20px;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.item__tabs::-webkit-scrollbar {
  display: none;
}
.item__tab {
  color: rgba(34, 34, 34, 0.5);
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  padding: 5px 8px 4px;
  position: relative;
  white-space: nowrap;
}
.item__tab.active {
  color: #222222;
}
.item__tab.active::after {
  content: '';
  background-color: #222222;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
}
.item__description-content {
  display: none;
}
.item__description-content.active {
  display: block;
}
.item__description-file {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #D3D3D3;
  cursor: pointer;
  padding: 14px 20px;
}
.item__description-file svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  fill: #222222;
  margin-right: 10px;
  width: 18px;
  height: 24px;
}
.item__description-file-name {
  color: #3EB5F1;
  font-weight: 500;
}
.item-additional {
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  padding-top: 25px;
  padding-bottom: 25px;
}
.item-additional__wrap {
  background-color: #F4F4F4;
  border-radius: 10px;
  padding: 20px;
}
.item-additional__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.item-additional__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  gap: 20px;
}
.item-additional__item {
  background-color: #fff;
  border-radius: 5px;
  height: 100%;
  padding: 20px;
  width: calc(33.33333% - 13.333333px);
}
.item-additional__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.item-additional__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  aspect-ratio: 1;
  margin-right: 15px;
  width: 115px;
}
.item-additional__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-additional__title {
  font-weight: 700;
  margin-bottom: 12px;
}
.item-additional__price {
  font-size: 18px;
}
.item-additional__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.item-additional__buttons .btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 10px 0 12px;
  width: 115px;
}
.item-additional__buttons .selectwrap {
  width: 100%;
}
.item-additional__buttons .selectwrap__title {
  top: 5px;
}
.item-additional__buttons .selectize-input {
  font-size: 14px;
  padding: 18px 48px 2px 9px;
}
.item-additional__buttons .selectize-input input {
  font-size: 14px;
}
.item-additional__buttons .selectize-dropdown {
  font-size: 14px;
}
.item__compare {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 8.7px 0px #0000001F;
  cursor: pointer;
  padding: 10px;
  position: fixed;
  bottom: 40px;
  right: var(--padding-horizontal);
  width: 250px;
  z-index: 300;
}
.item__compare-title {
  font-weight: 600;
  line-height: 0.875;
  margin-bottom: 12px;
}
.item__compare-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.item__compare-items img {
  border-radius: 3px;
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.item__compare-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  color: #000;
  cursor: pointer;
  font-size: 0;
  height: 34px;
  width: 34px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
.item__compare-close svg {
  fill: currentColor;
  width: 14px;
  height: 14px;
}
.section-cart {
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  padding-top: 30px;
  padding-bottom: 30px;
}
.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 60px;
}
.cart-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.cart-list {
  display: table;
  margin-bottom: 30px;
  width: 100%;
}
.cart-list__top {
  display: table-row;
}
.cart-list__title {
  display: table-cell;
  font-size: 22px;
  font-weight: 700;
  padding: 7px 20px 15px;
  text-align: center;
  white-space: nowrap;
}
.cart-list__title.name {
  text-align: left;
}
.cart-list__item {
  display: table-row;
}
.cart-list__image {
  display: table-cell;
  padding: 8px 20px 8px 0;
  vertical-align: middle;
  width: 130px;
}
.cart-list__image img {
  display: block;
  width: 110px;
  height: 110px;
  object-fit: cover;
}
.cart-list__description {
  display: table-cell;
  padding: 8px 20px;
  vertical-align: middle;
  width: 100%;
}
.cart-list__description .selectwrap {
  margin-top: 10px;
  max-width: 244px;
}
.cart-list__name {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 4px;
}
.cart-list__article {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
.cart-list__parameters {
  font-weight: 400;
}
.cart-list__parameters strong {
  font-weight: 500;
}
.cart-list__price {
  display: table-cell;
  font-size: 22px;
  font-weight: 600;
  padding: 8px 20px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.cart-list__inputs {
  display: table-cell;
  padding: 8px 20px;
  text-align: center;
  vertical-align: middle;
}
.cart-list__status {
  display: table-cell;
  padding: 8px 20px;
  text-align: center;
  vertical-align: middle;
}
.cart-list__status-in {
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  padding: 8px 10px;
  text-align: center;
  width: 142px;
}
.cart-list__status-in.pre {
  background-color: #E1C4A6;
}
.cart-list__status-in.none {
  background-color: #B4B4B4;
}
.cart-list__status-in.avail {
  background-color: #63CC76;
}
.cart-list__remove {
  display: table-cell;
  padding: 8px 0 8px 20px;
  vertical-align: middle;
  width: 36px;
}
.cart-clear {
  text-align: right;
}
.cart-clear .btn--icon svg {
  width: 16px;
  height: 18px;
}
.cart-aside {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 350px;
}
.cart-prices {
  background-color: #F4F4F4;
  border-radius: 5px;
  padding: 20px;
}
.cart-prices:not(:last-child) {
  margin-bottom: 20px;
}
.cart-prices__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 18px;
  margin-bottom: 10px;
}
.cart-prices__value {
  font-weight: 600;
  text-align: right;
}
.cart-prices__value.sale {
  color: #E90808;
}
.cart-prices__summ {
  border-top: 1px solid #E0E0E0;
  font-size: 29px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  text-align: right;
}
.cart-prices__buttons:not(:last-child) {
  margin-bottom: 20px;
}
.cart-prices__buttons .btn {
  width: 100%;
}
.cart-prices__buttons .btn:not(:last-child) {
  margin-bottom: 10px;
}
.cart-promo {
  border: 1px solid #F4F4F4;
  border-radius: 5px;
  padding: 20px;
}
.cart-promo .btn {
  width: 100%;
}
.cart-promo__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.cart-promo__input {
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 50px;
}
.cart-promo__input .inputrow {
  margin-bottom: 0;
}
.cart-promo__text {
  background-color: #F8EEC7;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.cart-promo__text.error {
  background-color: #F8C7C7;
}
.cart-promo__text.success {
  background-color: #CBF8C7;
}
.cart-order {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.order-item {
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  padding: 25px 25px 5px;
  position: relative;
}
.order-item:not(:last-child) {
  margin-bottom: 30px;
}
.order-item__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.order-item__address-link {
  background-color: transparent;
  border: none;
  border-bottom: 1px dotted;
  color: #222222;
  cursor: pointer;
  font-size: 15px;
  padding: 0;
  position: absolute;
  top: 25px;
  right: 25px;
}
.order-item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}
.order-item__row.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.order-item__row.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
}
.order-item__row.sub {
  padding-left: 20px;
}
.order-item__row.wrap {
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
}
.order-item__row.wrap .radiobox {
  width: 26%;
}
.order-item__row .toggle {
  margin-bottom: 0;
}
.order-item__row .inputrow {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 0;
}
.order-item__row .inputrow--big {
  width: 72%;
}
.order-item__row .inputrow--big + .inputrow {
  width: 28%;
}
.order-item__row .inputrow--sm {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 80px;
}
.order-item__row .checkbox span {
  color: #222222;
  font-size: 16px;
}
.order-item__element.half {
  width: 50%;
}
.order-item__element.third {
  width: 33.33333%;
}
.order-item__element .radiobox {
  display: block;
  padding: 2px 0;
}
.order-item__element .radiobox:not(:last-child) {
  margin-bottom: 12px;
}
.order-item__point {
  background-color: #F4F4F4;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='%23222' d='M15.883 10.883a1.252 1.252 0 0 0 0-1.77l-7.5-7.5a1.252 1.252 0 0 0-1.77 1.77L13.23 10l-6.613 6.617a1.252 1.252 0 0 0 1.77 1.77l7.5-7.5-.004-.004Z' opacity='.5'/%3E%3C/svg%3E");
  background-position: right 15px center;
  background-repeat: no-repeat;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
  padding: 11px 50px 11px 15px;
  position: relative;
  text-align: left;
  width: 100%;
}
.order-item__point-title {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}
.order-item__point-count {
  display: block;
}
.order-item__selected {
  margin-top: 5px;
  margin-bottom: 20px;
}
.order-item__selected-name {
  margin-bottom: 14px;
}
.order-item__selected-name span {
  color: rgba(34, 34, 34, 0.5);
}
.order-item__selected-address {
  font-weight: 600;
  margin-bottom: 6px;
}
.order-item__selected-metro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-weight: 400;
  margin-bottom: 14px;
}
.order-item__selected-metro img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.order-item__selected-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 14px;
  gap: 6px;
}
.order-item__selected-price {
  font-weight: 600;
}
.overflow {
  overflow: hidden;
}
.modal {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 950;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.modal--small .modal__content {
  width: 440px;
}
.modal--big .modal__content {
  width: 1100px;
}
.modal__content {
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  max-height: 90%;
  max-width: 90%;
  overflow: auto;
  width: 800px;
}
.modal__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  color: #000;
  cursor: pointer;
  font-size: 0;
  height: 36px;
  width: 36px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
.modal__close svg {
  pointer-events: none;
  fill: currentColor;
  width: 16px;
  height: 16px;
}
.modal-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal-product__image {
  width: 43.625%;
}
.modal-product__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-product__description {
  padding: 32px 20px;
  width: 56.375%;
}
.modal-product__description .item__buttons {
  margin-bottom: 15px;
}
.modal-product__title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.modal-product__article {
  color: rgba(34, 34, 34, 0.5);
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 20px;
}
.modal-product__status {
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  padding: 10px 20px;
}
.modal-product__status.pre {
  background-color: #E1C4A6;
}
.modal-product__status.none {
  background-color: #B4B4B4;
}
.modal-product__status.avail {
  background-color: #63CC76;
}
.modal-product__select {
  margin-bottom: 15px;
}
.modal-product__select .selectize-input {
  border-color: #D3D3D3;
  padding: 9px 48px 9px 9px;
}
.modal-product__select .selectize-control.single .selectize-input::after {
  top: 11px;
}
.modal-product__select-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.modal-product__price {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.modal-product__price .price-old {
  color: #E90808;
  font-size: 0.78em;
  margin-right: 10px;
  text-decoration: line-through;
}
.modal-product__button {
  margin-bottom: 20px;
}
.modal-product__button .btn {
  width: 100%;
}
.modal-availability {
  padding: 40px 30px;
}
.modal-availability__title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.modal-availability__article {
  font-size: 14px;
  color: rgba(34, 34, 34, 0.5);
  margin-bottom: 12px;
}
.modal-availability__count {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
.modal-availability__count span {
  font-weight: 600;
}
.modal-availability__list {
  counter-reset: avail;
  max-height: 268px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #929292 transparent;
}
.modal-availability__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  counter-increment: avail;
  padding: 5px 0;
}
.modal-availability__item::before {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: rgba(34, 34, 34, 0.5);
  content: counter(avail);
  font-size: 18px;
  font-weight: 600;
  margin-right: 10px;
  text-align: right;
  width: 24px;
}
.modal-availability__item-name {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: 600;
  width: 36%;
}
.modal-availability__item-address {
  padding-left: 20px;
  width: 64%;
}
.modal__body {
  padding: 56px 30px;
}
.modal__title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
  text-align: center;
  text-transform: uppercase;
}
.modal__text {
  margin-bottom: 30px;
  text-align: center;
}
.modal-delivery {
  padding: 32px 20px;
}
.modal-delivery__title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.modal-delivery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  gap: 15px 20px;
  margin-bottom: 35px;
  max-height: 380px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #929292 transparent;
}
.modal-delivery__item {
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  cursor: pointer;
  padding: 15px;
  position: relative;
  width: calc(50% - 10px);
}
.modal-delivery__item .radiobox__label {
  font-weight: 700;
}
.modal-delivery__item .radiobox input:checked ~ .radiobox__block::after {
  border: 1px solid #222222;
  border-radius: 10px;
  content: '';
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
}
.modal-delivery__item .modal-point__name {
  font-weight: 500;
}
.modal-delivery__radio {
  display: block;
  margin-bottom: 20px;
}
.modal-delivery__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  gap: 10px 20px;
}
.modal-delivery__address-item {
  font-weight: 400;
}
.modal-delivery__address-item span {
  font-weight: 500;
  margin-right: 4px;
}
.modal-delivery__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 20px;
}
.modal-delivery__buttons .btn {
  width: 200px;
}
.modal-point__name span {
  color: rgba(34, 34, 34, 0.5);
}
.modal-point__address {
  font-weight: 600;
  margin-bottom: 6px;
}
.modal-point__metro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-weight: 400;
  margin-bottom: 14px;
}
.modal-point__metro img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.modal-point__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 14px;
  gap: 6px;
}
.modal-point__info-price {
  font-weight: 600;
}
.modal__order {
  padding: 40px 30px;
}
.modal__order-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.modal__order-date {
  font-weight: 400;
  margin-left: 16px;
}
.modal__order-date span {
  font-weight: 500;
}
.modal__order-contact {
  margin-bottom: 30px;
}
.modal__order-contact span {
  font-weight: 600;
}
.modal__order-list {
  max-height: 386px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #929292 transparent;
}
.modal__order-summ {
  border-top: 1px solid #E0E0E0;
  font-size: 22px;
  margin-top: 30px;
  padding-top: 30px;
}
.modal__order-summ span {
  font-weight: 700;
}
.modal-compare {
  padding: 40px 20px;
}
.modal-compare__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal-compare__settings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px solid #F4F4F4;
  border-bottom: 1px solid #F4F4F4;
  padding: 40px 10px 10px;
  width: 25%;
}
.modal-compare__settings h3 {
  font-weight: 700;
  margin-bottom: 20px;
}
.modal-compare__settings .btn--icon svg {
  width: 16px;
  height: 18px;
}
.modal-compare__box {
  margin-bottom: 20px;
}
.modal-compare__box .radiobox {
  display: block;
}
.modal-compare__box .radiobox:not(:last-child) {
  margin-bottom: 10px;
}
.modal-compare__item {
  border-bottom: 1px solid #F4F4F4;
  padding: 0 16px 20px;
  text-align: center;
  width: 25%;
}
.modal-compare__item:not(:last-child) {
  border-right: 1px solid #F4F4F4;
}
.modal-compare__image {
  margin-top: 12px;
}
.modal-compare__image img {
  display: block;
  width: 100%;
  aspect-ratio: 220 / 151;
}
.modal-compare__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 3px 3px 0 0;
  color: #fff;
  font-weight: 600;
  height: 40px;
}
.modal-compare__status.pre {
  background-color: #E1C4A6;
}
.modal-compare__status.none {
  background-color: #B4B4B4;
}
.modal-compare__status.avail {
  background-color: #63CC76;
}
.modal-compare__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal-compare__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #F4F4F4;
  border-bottom: 1px solid #F4F4F4;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.194;
  min-height: 40px;
  padding: 3px 10px;
  text-align: center;
  width: 25%;
}
.modal-compare__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #F4F4F4;
  padding: 6px 20px;
  text-align: center;
  width: 25%;
}
.modal-compare__value:not(:last-child) {
  border-right: 1px solid #F4F4F4;
}
.modal-compare__value .selectwrap__input {
  text-align: left;
  width: 100%;
}
.modal-compare__value .selectize-input {
  padding: 9px 48px 9px 9px;
}
.modal-compare__value .selectize-control.single .selectize-input::after {
  top: 11px;
}
.modal-compare__toggle {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #F4F4F4;
  border-bottom: 1px solid #F4F4F4;
  margin: 0 10px;
  padding: 10px 0;
}
.modal-compare__toggle .toggle {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
  max-width: 280px;
  width: 100%;
}
.modal-compare__toggle .toggle__button {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-right: 0;
}
.modal-compare__nav {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
}
.modal-compare__nav-prev,
.modal-compare__nav-next {
  background-color: transparent;
  border: none;
  cursor: pointer;
  fill: #222222;
  width: 12px;
  height: 12px;
  padding: 0;
}
.modal-compare__nav-prev svg,
.modal-compare__nav-next svg {
  fill: currentColor;
  width: 12px;
  height: 12px;
}
.modal-compare__nav-prev svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-login {
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  padding-top: 30px;
  padding-bottom: 30px;
}
.login-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px;
}
.login-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  display: none;
  background-color: #F4F4F4;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 4px;
}
.login-toggle__item {
  background-color: transparent;
  border: none;
  border-radius: 4px;
  color: #222222;
  cursor: pointer;
  font-size: 18px;
  padding: 7px;
  width: 100%;
}
.login-toggle__item.active {
  background-color: #fff;
}
.block {
  padding: 20px;
}
.block.login {
  border: 1px solid #F4F4F4;
  border-radius: 5px;
  max-width: 385px;
  min-width: 290px;
  padding-bottom: 40px;
  width: 32%;
}
.block.login .checkbox span {
  color: #222222;
  font-size: 16px;
}
.block.registration {
  max-width: 540px;
  padding-right: 0;
  width: 68%;
}
.block.registration .block__button {
  margin-top: 60px;
}
.block__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.block__row:not(:last-child) {
  margin-bottom: 10px;
}
.block__row .inputrow {
  margin-bottom: 0;
  width: 100%;
}
.block__registration {
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
}
.block__registration .inputrow {
  width: calc(50% - 5px);
}
/*.block__registration .inputrow:last-child {*/
/*  width: 100%;*/
/*}*/
.block__button {
  margin-top: 30px;
  margin-bottom: 20px;
}
.block__button .btn {
  width: 100%;
}
.block__link {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid;
  color: #222222;
  cursor: pointer;
  font-size: 14px;
  padding: 0;
}
.section-profile {
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  padding-top: 30px;
  padding-bottom: 30px;
}
.profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 50px;
}
.profile__aside {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #F4F4F4;
  padding: 20px;
  width: 200px;
}
.profile__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 20px 0;
  width: 100%;
}
.profile__menu:not(:last-child) {
  margin-bottom: 30px;
}
.profile__menu-title {
  font-weight: 600;
  margin-bottom: 12px;
}
.profile__menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.profile__menu-item:not(:last-child) {
  margin-bottom: 10px;
}
.profile__menu-item a {
  color: #222222;
  font-size: 14px;
}
.profile__menu-item.border a {
  text-decoration: underline;
}
.profile__block:not(:last-child) {
  margin-bottom: 30px;
}
.profile__block .btn {
  width: 240px;
}
.profile__block .btn:not(:last-child) {
  margin-right: 10px;
}
.profile__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.profile__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  max-width: 795px;
}
.profile__row:not(:last-child) {
  margin-bottom: 10px;
}
.profile__row .inputrow {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 0;
  width: 100%;
}
.profile__row .inputrow--sm {
  width: 32%;
}
.profile__text:not(:last-child) {
  margin-bottom: 10px;
}
.profile__back {
  display: none;
  width: 12px;
  height: 12px;
  pointer-events: none;
  position: absolute;
  top: 6px;
  left: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.profile__back svg {
  display: block;
  fill: currentColor;
  width: 12px;
  height: 12px;
}
.profile__order {
  background-color: #F4F4F4;
  border-radius: 5px;
  padding: 20px;
  position: relative;
}
.profile__order:not(:last-child) {
  margin-bottom: 20px;
}
.profile__order-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-weight: 600;
  margin-bottom: 30px;
}
.profile__order-date {
  font-weight: 400;
  margin-left: 16px;
}
.profile__order-date span {
  font-weight: 500;
}
.profile__order-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}
.profile__order-item {
  border-radius: 2px;
  width: 80px;
  aspect-ratio: 1;
  overflow: hidden;
}
.profile__order-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile__order-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #222222;
  border-radius: 2px;
  color: #222222;
  font-size: 13px;
  text-align: center;
  width: 80px;
  aspect-ratio: 1;
}
.profile__order-price span {
  font-weight: 600;
}
.profile__order-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  background-color: transparent;
  border: none;
  color: #222222;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
}
.profile__order-details svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  fill: currentColor;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.profile__order-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.profile__order-status span {
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  margin-left: 10px;
  padding: 5px 16px 7px;
}
.profile__order-status.process span {
  background-color: #E1C4A6;
}
.profile__order-status.completed span {
  background-color: #63CC76;
}
.profile__order-status.cancelled span {
  background-color: #B4B4B4;
}
.order-list {
  display: table;
  width: 100%;
}
.order-list__top {
  display: table-row;
  position: sticky;
  top: 0;
}
.order-list__title {
  background-color: #fff;
  display: table-cell;
  font-size: 19px;
  font-weight: 700;
  padding: 0 20px 8px;
  text-align: center;
  white-space: nowrap;
}
.order-list__title.name {
  text-align: left;
}
.order-list__item {
  display: table-row;
}
.order-list__image {
  display: table-cell;
  padding: 8px 20px 8px 0;
  vertical-align: middle;
  width: 130px;
}
.order-list__image img {
  display: block;
  width: 110px;
  height: 110px;
  object-fit: cover;
}
.order-list__description {
  display: table-cell;
  padding: 8px 20px;
  vertical-align: middle;
  width: 100%;
}
.order-list__name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}
.order-list__article {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
.order-list__parameters {
  font-weight: 600;
}
.order-list__price {
  display: table-cell;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 20px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.order-list__inputs {
  display: table-cell;
  padding: 8px 20px;
  text-align: center;
  vertical-align: middle;
}
.profile__wrap:not(:last-child) {
  margin-bottom: 30px;
}
.profile__addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  gap: 20px;
  margin-bottom: 30px;
  max-width: 795px;
}
.profile__address {
  border: 1px solid #D3D3D3;
  border-radius: 10px;
  padding: 20px;
  width: calc(50% - 10px);
}
.profile__address.favorite {
  border-color: #222222;
  width: 100%;
}
.profile__address.favorite .profile__address-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.profile__address.favorite .profile__address-buttons {
  margin-bottom: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.profile__address-top {
  margin-bottom: 20px;
}
.profile__address-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  gap: 10px 20px;
  margin-bottom: 20px;
}
.profile__address-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  background-color: transparent;
  border: none;
  color: #222222;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
}
.profile__address-button svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  fill: currentColor;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.profile__address-title {
  font-weight: 700;
}
.profile__address-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  gap: 10px 20px;
}
.profile__address-item {
  font-weight: 400;
}
.profile__address-item span.name {
  font-weight: 500;
  margin-right: 4px;
}
.shops {
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  padding-top: 30px;
  padding-bottom: 30px;
}
.shops__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.shops-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.shops-tab {
  cursor: pointer;
  color: #222222;
  font-size: 20px;
  font-weight: 600;
  opacity: 0.5;
  padding: 5px 10px;
  position: relative;
}
.shops-tab::after {
  background-color: #F4F4F4;
  content: '';
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.shops-tab.active {
  opacity: 1;
}
.shops-tab.active::after {
  height: 3px;
  background-color: #222222;
}
.shops-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 420px;
}
.shops-search__select {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-radius: 3px 0 0 3px;
  margin-bottom: 0 !important;
}
.shops-search__btn {
  border-radius: 0 3px 3px 0;
  width: 75px;
}
.shops-search__dropdown {
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
  border: 1px solid #D3D3D3;
  border-top-color: #fff;
  max-height: 490px;
  overflow: auto;
  padding: 15px 20px;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 75px;
  z-index: 10;
  scrollbar-width: thin;
  scrollbar-color: #929292 transparent;
}
.shops-search__dropdown.open {
  opacity: 1;
  pointer-events: auto;
}
.shops-search__dropdown-item {
  cursor: pointer;
  padding: 5px 0;
}
.shops-search__dropdown-item:hover {
  background-color: #F4F4F4;
}
.shops__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding-left: var(--padding-horizontal);
  height: 636px;
}
.shops__list {
  scrollbar-width: thin;
  scrollbar-color: #929292 transparent;
  overflow: scroll;
  max-width: 505px;
  padding-right: 10px;
  width: 50%;
}
.shops__list-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  gap: 12px;
}
.shops__list-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.shops__list-tag svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
  margin-left: 10px;
  width: 10px;
  height: 10px;
}
.shop {
  cursor: pointer;
  padding: 20px;
  position: relative;
}
.shop:not(:last-child) {
  margin-bottom: 20px;
}
.shop:not(:last-child)::after {
  border-bottom: 1px solid #E8E8E8;
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
}
.shop.active {
  box-shadow: 0 0 0 2px #8D8D8D inset;
}
.shop--green .shop__title {
  color: #47BD5D;
}
.shop--green.active {
  box-shadow: 0 0 0 2px #47BD5D inset;
}
.shop--gold .shop__title {
  color: #DDB68E;
}
.shop--gold.active {
  box-shadow: 0 0 0 2px #DDB68E inset;
}
.shop__title {
  color: #8D8D8D;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.shop__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.25;
}
.shop__info svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  fill: currentColor;
  width: 17px;
  height: 17px;
  margin-right: 6px;
}
.shop__info a {
  color: #222222;
}
.shop__info:not(:last-child) {
  margin-bottom: 14px;
}
.shop__exhibition {
  font-size: 14px;
  text-align: right;
  position: absolute;
  top: 20px;
  right: 20px;
}
.shop__exhibition-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  opacity: 0.5;
}
.shop__exhibition-toggle svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 13px;
  height: 13px;
  margin-right: 6px;
}
.shops__map {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 50%;
}
.shop__cards {
  display: none;
  margin-bottom: 14px;
}
.shop__cards.open {
  display: block;
}
.shop__cards .product {
  padding: 0 8px;
  width: 200px;
}
.shop__cards .product__title {
  margin-bottom: 0;
}
div.title-search-result {
  background-color: #fff;
  border: none !important;
  border-bottom: 1px solid #F4F4F4 !important;
  left: 0 !important;
  width: 100% !important;
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
}
div.title-search-result div.title-search-fader {
  display: none !important;
}
div.title-search-result table.title-search-result {
  width: 100% !important;
}
div.title-search-result table.title-search-result tr.title-search-selected a,
div.title-search-result table.title-search-result tr.title-search-selected td,
div.title-search-result table.title-search-result tr.title-search-selected td.title-search-more a {
  background-color: #F4F4F4;
}
div.title-search-result .table.title-search-result td {
  padding-top: 6px;
  padding-bottom: 6px;
}
div.title-search-result table.title-search-result td.title-search-item img {
  display: none;
}
div.title-search-result table.title-search-result td.title-search-item a {
  color: #222222;
}
div.title-search-result table.title-search-result td.title-search-item b {
  color: #222222;
  font-weight: 600;
}
div.title-search-result table.title-search-result td.title-search-all {
  padding-left: 8px;
}
div.title-search-result table.title-search-result td.title-search-all a {
  color: #222222;
  text-decoration: underline;
}
@media all and (max-width: 1300px) {
  .childmenu__content {
    gap: 20px;
  }
  .category__name {
    font-size: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
  }
  .catalog-slider {
    margin: 0 -5px;
  }
  .catalog-slider .product {
    padding: 0 5px;
  }
  .btn--big {
    min-width: 0;
  }
  .footer-nav {
    gap: 30px;
  }
  .item__gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 32%;
  }
  .item__thumbnails {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 10px;
    margin-right: 0;
    height: auto;
    width: 285px;
  }
  .item__thumbnails-el:not(:last-child) {
    margin-bottom: 0;
    margin-right: 15px;
  }
  .item-additional__title {
    font-size: 16px;
  }
  .catalog-list .product {
    width: calc(33.333333% - 10px);
  }
  .cart {
    gap: 30px;
  }
  .cart-list__title {
    padding-left: 8px;
    padding-right: 8px;
  }
  .cart-list__image {
    padding-right: 8px;
  }
  .cart-list__image img {
    width: 80px;
    height: 80px;
  }
  .cart-list__description {
    padding-left: 8px;
    padding-right: 8px;
  }
  .cart-list__name {
    font-size: 18px;
  }
  .cart-list__price {
    padding-left: 8px;
    padding-right: 8px;
  }
  .cart-list__inputs {
    padding-left: 8px;
    padding-right: 8px;
  }
  .cart-list__remove {
    padding-left: 8px;
    width: 24px;
  }
  .cart-aside {
    width: 300px;
  }
  .shops-search {
    width: 320px;
  }
}
@media all and (max-width: 1040px) {
  .header-links {
    display: none;
  }
  .header-contacts {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .header-contacts__mail {
    display: none;
  }
  .header-bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .logo img {
    height: 46px;
  }
  .menu {
    display: none;
    background-color: #fff;
    margin-left: 0;
    padding: 20px;
  }
  .menu.open {
    display: block;
    position: fixed;
    top: 100px;
    bottom: 60px;
    left: 0;
    right: 0;
    z-index: 200;
    overflow: auto;
  }
  .menu-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu__catalog {
    display: none;
  }
  .menu__item.has-submenu {
    display: none;
    width: 100%;
  }
  .open-catalog .menu__item.has-submenu {
    display: block;
  }
  .submenu {
    height: auto;
    opacity: 1;
    padding: 30px 0;
    pointer-events: auto;
    position: static;
    width: 100%;
  }
  .submenu__list {
    padding: 0;
    width: 100%;
  }
  .submenu__container::after {
    display: none;
  }
  .submenu__item {
    background-color: #F4F4F4;
    border-radius: 5px;
    padding-right: 98px;
    width: 100%;
  }
  .submenu__item.has-child {
    position: relative;
  }
  .submenu__item.has-child .submenu__link::after {
    display: none;
  }
  .submenu__item:not(:last-child) {
    margin-bottom: 10px;
  }
  .submenu__link {
    font-size: 18px;
    height: 98px;
    padding: 15px 0 15px 15px;
  }
  .submenu__image {
    border-radius: 0 5px 5px 0;
    width: 98px;
      height: 98px;
  }
  .childmenu {
    display: none;
    background-color: #fff;
    position: fixed;
    top: 100px;
    bottom: 60px;
    left: auto;
    right: -100%;
    width: 100%;
    height: auto;
    overflow: auto;
    z-index: 300;
  }
  .open-submenu .childmenu {
    display: block;
    right: 0;
  }
  .childmenu__wrap {
    width: 100%;
  }
  .childmenu__title {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' fill='none' viewBox='0 0 12 13'%3E%3Cpath fill='%23222' d='M2.47 7.03a.751.751 0 0 1 0-1.062l4.5-4.5A.751.751 0 0 1 8.032 2.53L4.062 6.5l3.968 3.97a.751.751 0 0 1-1.062 1.062l-4.5-4.5.002-.002Z'/%3E%3C/svg%3E");
    background-position: left center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    text-align: center;
    text-transform: none;
  }
  .childmenu__all {
    display: block;
  }
  .menu__items {
    display: none;
    padding: 30px 0;
    width: 100%;
  }
  .menu__items .menu__item {
    background-color: #F4F4F4;
    border-radius: 5px;
    font-size: 18px;
  }
  .menu__items .menu__item:not(:last-child) {
    margin-bottom: 10px;
  }
  .menu__items .menu__link {
    display: block;
    padding: 15px;
  }
  .open-menu .menu__items {
    display: block;
  }
  .search {
    display: none;
  }
  .header-buttons {
    margin-left: 0;
  }
  .header-buttons__favorite {
    display: none;
  }
  .header-buttons__cart {
    display: none;
  }
  .header-buttons__login {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }
  .header-buttons__login span {
    display: none;
  }
  .showcase-slider__title {
    font-size: 30px;
  }
  .showcase-slider__text {
    font-size: 18px;
  }
  .showcase-slider__button .btn {
    font-size: 18px;
    min-width: 210px;
  }
  .categories-list {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
  }
  .catalog-list .product {
    width: calc(25% - 11.25px);
  }
  .category {
    width: calc(33.333333% - 10px);
  }
  .category__image {
    aspect-ratio: 171 / 165;
  }
  .category--all {
    width: 100%;
  }
  .category--all .category__name {
    font-size: 20px;
    padding: 30px;
  }
  .category--all .category__name br {
    display: none;
  }
  .section-catalog {
    overflow: hidden;
  }
  .catalog-slider .slick-list {
    overflow: visible;
  }
  .catalog-slider .product {
    width: 260px;
  }
  .catalog-slider .product__image {
    aspect-ratio: 172 / 196;
  }
  .product__tags {
    gap: 5px;
  }
  .product__tag {
    font-size: 12px;
    line-height: 16px;
    padding: 4px 8px;
  }
  .product__tag::before {
    border-width: 12px 3px;
    left: -6px;
  }
  .product__tag::after {
    border-width: 12px 3px;
    right: -6px;
  }
  .main-about__description {
    padding: 30px 20px;
  }
  .questions__wrap {
    padding: 20px 16px;
  }
  .filter {
    background-color: #fff;
    border-radius: 0;
    display: none;
  }
  .filter.open {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    width: auto;
    z-index: 500;
      height: auto;
  }
    .item__gallery-tags{left: 0;}
  .filter__top {
    display: block;
  }
  .filter__item {
    background-color: #F4F4F4;
    border-radius: 5px;
    padding: 15px;
  }
  .catalog-views {
    display: none;
  }
  .catalog-sorting .selectize-dropdown,
  .catalog-sorting .selectize-input,
  .catalog-sorting .selectize-input input {
    font-size: 14px;
  }
  .catalog-sorting .selectwrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    margin-right: 10px;
  }
  .selectwrap__title {
    font-size: 10px;
  }
  .catalog-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .item__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .item__title {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .item__info {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
  }
  .item__gallery {
    width: calc(100% - 318px);
  }
  .item__characteristics {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .item__characteristics-column {
    columns: 1;
  }
  .item-additional__list {
    gap: 15px;
  }
  .item-additional__item {
    width: calc(50% - 7.5px);
  }
  .blog-item {
    width: calc(33.333333% - 13.333333px);
  }
  footer {
    padding-bottom: 60px;
  }
  .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-nav {
    margin-left: 0;
    margin-top: 40px;
  }
  .panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cart-wrap {
    width: 100%;
  }
  .cart-aside {
    width: 100%;
  }
  .cart-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    gap: 16px 10px;
    margin-bottom: 40px;
  }
  .cart-list__top {
    display: none;
  }
  .cart-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(25% - 5px);
  }
  .cart-list__image {
    display: block;
    padding: 0;
    width: 100%;
    margin-bottom: 16px;
  }
  .cart-list__image img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
  .cart-list__description {
    display: block;
    padding: 0;
    margin-bottom: 16px;
  }
  .cart-list__article {
    margin-bottom: 8px;
  }
  .cart-list__parameters {
    font-size: 16px;
  }
  .cart-list__price {
    display: block;
    font-weight: 500;
    margin-bottom: 16px;
    padding: 0;
    text-align: left;
  }
  .cart-list__inputs {
    display: block;
    margin-bottom: 16px;
    padding: 0;
  }
  .cart-list__inputs .countbox {
    width: 100%;
  }
  .cart-list__remove {
    display: block;
    padding: 0;
    width: 100%;
  }
  .cart-list__status {
    display: block;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding: 0;
    width: 100%;
  }
  .cart-list__status-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3px 3px 0 0;
    font-size: 15px;
    line-height: 1;
    width: 100%;
    height: 48px;
  }
  .btn--remove {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgba(34, 34, 34, 0.5);
    border-radius: 3px;
    padding: 8px;
    width: 100%;
  }
  .btn--remove span {
    display: block;
  }
  .cart-clear {
    text-align: center;
  }
  .cart-clear .btn {
    width: 100%;
  }
  .section-profile .title {
    display: none;
  }
  .profile__aside {
    display: none;
  }
  .profile__content {
    padding: 0;
    position: relative;
  }
  .profile__back {
    display: block;
  }
  .profile__title {
    cursor: pointer;
    margin-bottom: 20px;
    text-align: center;
  }
  .profile__row {
    max-width: none;
  }
  .section-profile--main .profile__aside {
    display: block;
  }
  .section-profile--main .profile__content {
    display: none;
  }
  .section-profile--main .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-profile--main .profile__aside {
    display: block;
    border: none;
    padding: 0;
    width: 100%;
  }
  .section-profile--main .profile__menu-item {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' fill='none' viewBox='0 0 12 13'%3E%3Cpath fill='%23222' d='M9.53 7.03a.751.751 0 0 0 0-1.062l-4.5-4.5A.751.751 0 0 0 3.967 2.53l3.97 3.97-3.968 3.97a.751.751 0 0 0 1.062 1.062l4.5-4.5-.003-.002Z'/%3E%3C/svg%3E");
    background-position: right center;
    background-repeat: no-repeat;
  }
  .section-profile--main .profile__menu-item:not(:last-child) {
    border-bottom: 1px solid #F4F4F4;
    margin-bottom: 0;
  }
  .section-profile--main .profile__menu-item a {
    display: block;
    padding: 10px 0;
  }
  .section-profile--main .profile__menu-item.border {
    background-image: none;
  }
  .section-profile--main .profile__content {
    display: none;
  }
  .section-profile--main.open .profile__aside {
    display: none;
  }
  .section-profile--main.open .title {
    display: none;
  }
  .section-profile--main.open .profile__content {
    display: block;
  }
  .modal-compare {
    padding: 40px 10px;
  }
  .modal-compare__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .modal-compare__top {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
  }
  .modal-compare__settings {
    border: none;
    display: block;
    padding: 0 10px 20px;
    text-align: center;
    width: 100%;
  }
  .modal-compare__box {
    display: none;
  }
  .modal-compare__item {
    border-bottom: none;
    padding: 0 10px 10px;
    width: 33.333333%;
  }
  .modal-compare__row {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    padding: 0 10px;
  }
  .modal-compare__name {
    border-right: none;
    min-height: 0;
    padding: 10px 0;
    width: 100%;
  }
  .modal-compare__value {
    padding: 6px 10px;
    width: 33.333333%;
  }
  .modal-compare__image {
    margin-top: 8px;
  }
  .shops__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .shops-tabs {
    overflow: auto;
    max-width: 100%;
  }
  .shops-search {
    width: 100%;
    margin-top: 30px;
  }
  .shops__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: none;
    padding-left: 0;
  }
  .shops__list {
    max-width: none;
    width: auto;
    max-height: 636px;
    margin-left: var(--padding-horizontal);
    margin-right: var(--padding-horizontal);
  }
  .shop {
    padding: 10px;
  }
  .shop__title {
    padding-right: 100px;
  }
  .shop__exhibition {
    top: 10px;
    right: 10px;
  }
  .shops__map {
    height: 380px;
    width: 100%;
  }
}
@media all and (max-width: 900px) {
  .catalog-list {
    gap: 10px;
  }
  .catalog-list .product {
    width: calc(33.333333% - 6.666667px);
  }
}
@media all and (max-width: 800px) {
  .showcase {
    margin-bottom: 20px;
  }
  .categories {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section-catalog {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .catalog-slider .product {
    width: 220px;
  }
  .main-about {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .questions {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .questions__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .questions__description {
    width: 100%;
    max-width: none;
    margin-bottom: 40px;
  }
  .questions__description + .questions__form {
    width: 100%;
  }
  .contacts {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .contacts__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contacts__map {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    height: 340px;
    margin: 0 -20px;
    width: auto;
  }
  .contacts__column {
    width: 100%;
  }
  .contacts__row {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
  }
  .contacts__row .contact {
    width: 100%;
  }
  .catalog {
    padding-top: 10px;
  }
  .item {
    padding-bottom: 20px;
  }
  .item-additional {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .item-additional__wrap {
    padding: 15px;
  }
  .item-additional__item {
    width: 100%;
  }
  .item-additional__buttons {
    gap: 15px;
  }
  .reviews {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .reviews__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reviews__aside {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
  }
  .reviews__content {
    padding: 15px;
    width: 100%;
  }
  .details__list {
    display: block;
  }
  .details__column {
    display: block;
  }
  .details__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .details__title {
    width: 180px;
    white-space: normal;
  }
  .details__value {
    width: calc(100% - 180px);
  }
  .blog-item {
    width: calc(50% - 10px);
  }
  .article__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .article__content {
    width: 100%;
  }
  .article__aside {
    width: 100%;
  }
  footer {
    margin-top: 20px;
  }
  .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-nav__title {
    margin-bottom: 10px;
  }
  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
    text-align: center;
  }
  .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    gap: 10px 20px;
  }
  .footer-menu__item:not(:last-child) {
    margin-bottom: 0;
  }
  .section-cart {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cart-list__item {
    width: calc(33.333333% - 6.666667px);
  }
  .cart-list__name {
    font-size: 16px;
  }
  .order-item {
    padding: 15px 15px 0;
  }
  .order-item__row {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    gap: 10px;
    margin-bottom: 15px;
  }
  .order-item__row .inputrow {
    width: 100%;
  }
  .order-item__address-link {
    top: 17px;
    right: 15px;
  }
  .order-item__row .inputrow--mobile-medium {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(60% - 5px);
  }
  .order-item__row .inputrow--mobile-small {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(40% - 5px);
  }
  .order-item__element.half {
    width: 100%;
  }
  .order-item__element .radiobox:not(:last-child) {
    margin-bottom: 8px;
  }
  .order-item__row.wrap .radiobox {
    width: 100%;
  }
  .order-item__element.third {
    width: 100%;
  }
  .section-login {
    padding-top: 20px;
    padding-bottom: 20px;
  }
.section-change-password {
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  padding-top: 30px;
  padding-bottom: 30px;
}
.login-wrap {
    gap: 0;
  }
  .section-profile {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .profile__row .inputrow--sm {
    width: 100%;
  }
  .business__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .business__image {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
  }
  .business__content {
    width: 100%;
  }
}
@media all and (max-width: 700px) {
  h1 {
    font-size: 25px;
  }
  h2 {
    font-size: 25px;
  }
  .header-contacts__phone {
    font-size: 12px;
  }
  .showcase-slider__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 40px;
  }
  .showcase-slider__title {
    font-size: 25px;
  }
  .showcase-slider__text {
    font-size: 16px;
      background-color: rgba(255, 255, 255, 0.8);
  }
  .catalog-slider .product {
    width: 182px;
  }
  .product__title {
    margin-bottom: 20px;
  }
  .product__text {
    font-size: 16px;
  }
  .product__name {
    font-size: 16px;
  }
  .product__price {
    font-size: 16px;
  }
  .product__price-title {
    font-size: 9px;
    margin-bottom: 0;
  }
  .product__price .price-old {
    font-size: 12px;
  }
  .product__price-partner {
    font-size: 20px;
    margin-bottom: -15px;
  }
  .product__price-old {
    font-size: 12px;
    margin-bottom: -15px;
  }
  .product__label {
    font-size: 12px;
    width: 82px;
  }
  .product__label::after {
    border-width: 19px 3px;
    right: -6px;
  }
  .product__favorite {
    width: 26px;
    height: 26px;
  }
  .product__favorite svg {
    width: 15px;
    height: 12px;
  }
  .main-about {
    max-height: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-about__image {
    width: 100%;
    height: 340px;
  }
  .main-about__description {
    width: 100%;
  }
  .main-about__description h2 {
    font-size: 30px;
  }
  .main-about__text {
    margin-bottom: 40px;
  }
  .questions__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .questions__column {
    width: 100%;
  }
  .catalog-title {
    margin-bottom: 15px;
  }
  .catalog-title__category {
    font-size: 16px;
  }
  .catalog-title__name h1 {
    font-size: 25px;
  }
  .catalog-title__count {
    font-size: 14px;
  }
  .catalog-list .product {
    width: calc(50% - 5px);
  }
  .catalog-list .product.adv {
    width: 100%;
  }
  .product.adv {
    margin-bottom: 0;
  }
  .product.adv .product__inner {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
  }
  .product.adv .product__image {
    margin-bottom: 0;
    width: 50%;
  }
  .product.adv .product__image::after {
    background: linear-gradient(90deg, rgba(244, 244, 244, 0) 62.2%, #F4F4F4 98.98%);
  }
  .product.adv .product__description {
    padding: 15px;
    width: 50%;
  }
  .product.adv .product__text {
    padding: 0;
  }
  .product.adv .btn {
    font-size: 12px;
    padding: 4px 10px 6px;
  }
  .item__gallery {
    width: 100%;
  }
  .item__wrap {
    width: 100%;
  }
  .item__characteristics-column .item__characteristics-item {
    font-size: 14px;
  }
  .item__tab {
    font-size: 16px;
  }
  .item__tabs {
    margin-left: -20px;
    margin-right: -20px;
  }
  .item__tabs::before {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2px;
    flex: 0 0 2px;
    content: '';
    width: 2px;
  }
  .item__tabs::after {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2px;
    flex: 0 0 2px;
    content: '';
    width: 2px;
  }
  .item__compare {
    bottom: 80px;
    width: 146px;
  }
  .questions__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .questions__subtitle {
    margin-top: 10px;
  }
  .modal__content {
    border-radius: 0;
    max-height: 100dvh;
    max-width: 100dvh;
    height: 100dvh;
    width: 100dvh;
  }
  .modal__body {
    padding: 20px;
  }
  .modal--small .modal__content {
    width: 100dvh;
  }
  .modal--big .modal__content {
    width: 100dvh;
  }
  .modal-availability {
    padding: 20px;
  }
  .modal-availability__list {
    max-height: none;
  }
  .modal-availability__item {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
  }
  .modal-availability__item-name {
    width: calc(100% - 34px);
  }
  .modal-availability__item-address {
    padding-left: 34px;
    width: 100%;
  }
  .modal-delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    height: 100%;
  }
  .modal-delivery__list {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: block;
    max-height: none;
  }
  .modal-delivery__item {
    width: 100%;
  }
  .modal-delivery__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .modal-delivery__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  .modal-delivery__buttons .btn {
    width: 100%;
  }
  .modal__order {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .modal__order-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    margin-bottom: 4px;
  }
  .modal__order-date {
    margin-left: 0;
    margin-top: 10px;
  }
  .modal__order-contact {
    text-align: center;
  }
  .modal__order-list {
    max-height: none;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .modal__order-summ {
    border-top: none;
    border-bottom: 1px solid #F4F4F4;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 10px;
  }
  .modal-compare {
    padding: 20px 10px;
  }
  .modal-compare__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .modal-compare__item {
    padding-bottom: 16px;
    width: 50%;
  }
  .modal-compare__item:not(:last-child) {
    border-right: none;
  }
  .modal-compare__item:nth-child(2) {
    border-right: 1px solid #F4F4F4;
  }
  .modal-compare__item:nth-child(n+4) {
    display: none;
  }
  .modal-compare__value {
    width: 50%;
  }
  .modal-compare__value:not(:last-child) {
    border-right: none;
  }
  .modal-compare__value:nth-child(2) {
    border-right: 1px solid #F4F4F4;
  }
  .modal-compare__value:nth-child(n+4) {
    display: none;
  }
  .login-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .block {
    display: none;
  }
  .block.active {
    display: block;
  }
  .block.login {
    border: none;
    padding: 0;
    width: 100%;
    max-width: none;
  }
  .block.registration {
    padding: 0;
    width: 100%;
    max-width: none;
  }
  .block__registration .inputrow {
    width: 100%;
  }
  .block.registration .block__button {
    margin-top: 30px;
  }
  .profile__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .profile__block .btn {
    width: 100%;
  }
  .profile__block .btn:not(:last-child) {
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .profile__order {
    padding: 15px;
  }
  .profile__order-info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .profile__order-details {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    position: static;
    width: 100%;
  }
  .profile__order-status {
    font-size: 0;
    position: static;
    margin: -15px -15px 15px;
  }
  .profile__order-status span {
    border-radius: 5px 5px 0 0;
    display: block;
    font-size: 16px;
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
  .profile__order-items {
    gap: 5px;
    margin-bottom: 20px;
  }
  .order-list {
    display: block;
  }
  .order-list__top {
    display: none;
  }
  .order-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 126px;
    padding-left: 142px;
    position: relative;
  }
  .order-list__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .order-list__image {
    display: block;
    padding: 0;
    width: 126px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .order-list__image img {
    width: 126px;
    height: 126px;
  }
  .order-list__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
  }
  .order-list__parameters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #F4F4F4;
    font-size: 14px;
    margin-top: auto;
    overflow: auto;
    padding: 5px 0;
  }
  .order-list__parameters::before {
    content: attr(data-title);
    font-weight: 500;
  }
  .order-list__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 14px;
    overflow: auto;
    padding: 5px 0 0;
    width: 100%;
  }
  .order-list__price::before {
    content: attr(data-title);
    font-weight: 500;
  }
  .order-list__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #F4F4F4;
    font-size: 14px;
    font-weight: 600;
    overflow: auto;
    padding: 5px 0;
    width: 100%;
  }
  .order-list__inputs::before {
    content: attr(data-title);
    font-weight: 500;
  }
  .profile__address {
    gap: 15px;
    width: 100%;
  }
  .profile__address.favorite .profile__address-top {
    display: block;
  }
  .profile__address.favorite .profile__address-buttons {
    margin-bottom: 20px;
  }
  .pagination {
    margin-top: 35px;
  }
}
@media all and (max-width: 520px) {
  .categories-list {
    gap: 10px;
  }
  .category {
    width: calc(50% - 5px);
  }
  .category__name {
    bottom: 10px;
    left: 10px;
    right: 10px;
  }
  .category--all {
    width: 100%;
  }
  .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .item__name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .item__article {
    margin-left: 0;
    margin-top: 5px;
  }
  .item__characteristics-column .item__characteristics-name {
    width: 180px;
  }
  .item__characteristics-column .item__characteristics-value {
    width: calc(100% - 180px);
  }
  .reviews__item {
    display: block;
    position: relative;
  }
  .reviews__item-top {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 50px;
    padding-left: 65px;
    padding-top: 0;
  }
  .reviews__item-image {
    position: absolute;
    top: 0;
    left: 0;
  }
  .questions__row .btn {
    width: 100%;
  }
  .blog-item {
    width: 100%;
  }
  .modal-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .modal-product__image {
    width: 100%;
    height: 240px;
  }
  .modal-product__description {
    padding: 20px;
    width: 100%;
  }
  .cart-list__item {
    width: calc(50% - 5px);
  }
  .business__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  .business__buttons .btn {
    width: 100%;
  }
  .business__content .block.login {
    max-width: none;
  }
  .business__content .block.registration {
    max-width: none;
  }
  .modal-compare__settings .btn {
    width: 100%;
  }
}
@media all and (max-width: 460px) {
  .btn--partner {
    padding: 8px 10px 10px;
  }
  .product__buttons {
    padding-bottom: 0;
  }
  .product__buttons .btn--partner {
    position: static;
  }
}
@media all and (max-width: 380px) {
  .header-contacts {
    gap: 10px;
  }
  .header-contacts__address {
    font-size: 12px;
  }
  .header-contacts__phone {
    font-size: 11px;
  }
  .header-contacts__times {
    font-size: 11px;
  }
  .contacts__map {
    margin: 0 -12px;
  }
  .panel__title {
    font-size: 11px;
  }
  .product__buttons {
    gap: 6px;
  }
  .btn {
    padding: 9px 10px 11px;
  }
  .btn--border {
    padding: 8px 10px 10px;
  }
  .item__characteristics-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .item__characteristics-more {
    margin-left: 0;
    margin-top: 6px;
  }
  .item__more::after {
    right: 8px;
  }
  .item__more-image {
    margin-right: 8px;
  }
  .item__tabs {
    margin-left: -12px;
    margin-right: -12px;
    gap: 4px;
  }
  .item-additional__image {
    width: 80px;
  }
  .item-additional__buttons {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .item-additional__buttons .btn {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
  .details__title {
    width: 140px;
  }
  .details__value {
    width: calc(100% - 140px);
  }
  .product.adv .product__image {
    width: 40%;
  }
  .product.adv .product__description {
    width: 60%;
  }
  .product__price {
    gap: 10px;
  }
  .product__price-partner {
    font-size: 16px;
  }
  .order-item__address-link {
    font-size: 11px;
    top: 21px;
  }
  .order-list__item {
    padding-left: 116px;
    min-height: 100px;
  }
  .order-list__image img {
    width: 100px;
    height: 100px;
  }
}
/*# sourceMappingURL=styles.css.map */