@charset "UTF-8";
:root {
  --gutter-site: 20px;
  --gutter: 10px;
  --color-text: #323131;
  --color-link: #3b434e;
  --color-gold: #e08d2c;
  --color-yellow: #fcd062;
  --color-green: #33ac60;
  --color-red: #e61e25;
  --font-size: 18px;
  --offset: 60px;
  --font-family: "Source Sans Pro", Arial, sans-serif;
}
* {
  outline: 0;
  margin: 0;
  padding: 0;
}
html {
  font-family: sans-serif;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: bottom;
}
img[data-src],
img[data-srcset] {
  min-width: 1px;
  min-height: 1px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
[data-background-image] {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
[data-loaded="true"] {
  opacity: 1 !important;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: var(--font-family);
  resize: none;
  font-size: var(--font-size);
  font-weight: 400;
}
*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.container {
  max-width: -webkit-calc(1360px + -webkit-calc(var(--gutter-site) * 2));
  max-width: calc(1360px + calc(var(--gutter-site) * 2));
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--gutter-site);
  padding-right: var(--gutter-site);
}
.column {
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}
.columns {
  margin-left: -webkit-calc(var(--gutter) * -1);
  margin-left: calc(var(--gutter) * -1);
  margin-right: -webkit-calc(var(--gutter) * -1);
  margin-right: calc(var(--gutter) * -1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col-1 {
  width: 8.33333%;
}
.col-2 {
  width: 16.66667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333%;
}
.col-5 {
  width: 41.66667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33333%;
}
.col-8 {
  width: 66.66667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333%;
}
.col-11 {
  width: 91.66667%;
}
.col-12 {
  width: 100%;
}
.col-2-5 {
  width: 20%;
}
.fs-12 {
  font-size: 12px;
}
.fs-13 {
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}
.fs-15 {
  font-size: 15px;
}
.fs-16 {
  font-size: 16px;
}
.fs-17 {
  font-size: 17px;
}
.fs-18 {
  font-size: 18px;
}
.fs-19 {
  font-size: 19px;
}
.fs-20 {
  font-size: 20px;
}
svg:not(:root) {
  overflow: hidden;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flex-align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-25 {
  margin-right: 25px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-35 {
  margin-right: 35px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-45 {
  margin-right: 45px;
}
.mr-50 {
  margin-right: 50px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-25 {
  margin-left: 25px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-35 {
  margin-left: 35px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-45 {
  margin-left: 45px;
}
.ml-50 {
  margin-left: 50px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}
.nowrap {
  white-space: nowrap;
}
.center {
  text-align: center;
}
.absolute-block {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
  -webkit-animation: tabs 0.4s;
  animation: tabs 0.4s;
}
@-webkit-keyframes tabs {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes tabs {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.table-overflow {
  overflow-x: auto;
}
.green {
  color: var(--color-green);
}
.red {
  color: var(--color-red);
}
.overflow-table {
  overflow-x: auto;
}
.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  background: url(../img/stars-left.svg) 0 100% no-repeat,
    rgba(0, 0, 0, 0.7) url(../img/stars-right.svg) 100% 100% no-repeat;
  overflow-y: auto;
  cursor: default;
  z-index: 1000;
  display: none;
}
.modal.show-modal {
  display: block;
  -webkit-animation: modal normal 0.45s ease;
  animation: modal normal 0.45s ease;
}
.modal.show-modal .modal-main {
  -webkit-animation: modal-main normal 0.45s ease;
  animation: modal-main normal 0.45s ease;
}
.modal-main {
  width: 100%;
  max-width: 500px;
  margin: 100px auto;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #fff;
  padding: 30px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.modal-main.cms-modal__main {
  max-width: 1200px;
}
.modal-main.cms-modal__main textarea {
  height: 130px;
}
.modal-close {
  position: absolute;
  cursor: pointer;
  right: 15px;
  top: 15px;
  font-size: 20px;
  z-index: 2;
}
.modal-title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
  text-align: center;
}
@-webkit-keyframes modal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes modal-main {
  0% {
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes modal-main {
  0% {
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.slider--visible .owl-stage-outer {
  overflow: visible;
  z-index: 2;
}
.slider--visible .owl-item {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.slider--visible .owl-item:not(.active) {
  opacity: 0;
  pointer-events: none;
}
.owl-loaded {
  opacity: 1;
  display: block;
}
.owl-stage-outer {
  position: relative;
  overflow: hidden;
}
.owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.owl-dots.disabled,
.owl-nav.disabled {
  display: none;
}
.owl-nav button {
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
  position: absolute;
  background: 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  margin-top: -30px;
  z-index: 2;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.owl-nav button:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.owl-nav button svg {
  width: 10px;
  height: 20px;
  margin: auto;
  fill: none;
  stroke: #000;
}
.owl-nav span {
  display: none;
}
.owl-prev {
  left: -42px;
}
.owl-next {
  right: -42px;
}
.owl-dots {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}
.owl-dot {
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #000;
  margin: 0 7px;
  cursor: pointer;
  background-color: transparent;
  position: relative;
}
.owl-dot:before {
  content: "";
  width: 16px;
  height: 15px;
  display: block;
  position: absolute;
  left: -5px;
  top: -6px;
  opacity: 0;
  -webkit-transform: scale(0.5) rotate(90deg);
  -ms-transform: scale(0.5) rotate(90deg);
  transform: scale(0.5) rotate(90deg);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.543.284c.185-.379.73-.379.914 0L10.49 4.47a.507.507 0 0 0 .392.28l4.675.605a.502.502 0 0 1 .281.865l-3.413 3.18a.5.5 0 0 0-.15.458l.857 4.546a.506.506 0 0 1-.738.536L8.24 12.726a.51.51 0 0 0-.48 0L3.605 14.94a.506.506 0 0 1-.738-.536l.858-4.546a.5.5 0 0 0-.151-.459L.16 6.218a.502.502 0 0 1 .282-.864l4.675-.605a.507.507 0 0 0 .391-.28L7.543.284z' fill='%23FCD062'/%3E%3C/svg%3E");
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.owl-dot.active:before {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 56px;
  padding: 0 20px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #b1b1b1;
  -webkit-box-shadow: 0 4px 4px rgb(31 188 0 / 25%);
  box-shadow: 0 4px 4px rgb(31 188 0 / 25%);
  font-size: 20px;
  letter-spacing: -0.01em;
  color: #000;
  border: none;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
}
.btn--full {
  width: 100%;
}
.btn--fluid {
  white-space: normal;
}
.btn--default {
  min-width: 215px;
}
.btn--middle {
  font-size: 16px;
  height: 50px;
}
.btn:hover {
  color: #000;
}
.btn--line {
  background-color: #fff;
  border: 1px solid #000;
  color: var(--color-text);
  -webkit-box-shadow: 0 4px 4px rgba(233, 233, 233, 0.25);
  box-shadow: 0 4px 4px rgba(233, 233, 233, 0.25);
}
.btn--white {
  background-color: #fff;
  color: var(--color-text);
  border: 1px solid #e3e0db;
  -webkit-box-shadow: 0 5px 8px rgba(126, 126, 126, 0.25),
    inset 0 2px 5px rgba(255, 255, 255, 0.5);
  box-shadow: 0 5px 8px rgba(126, 126, 126, 0.25),
    inset 0 2px 5px rgba(255, 255, 255, 0.5);
}
.btn--gradient {
  background:linear-gradient(0deg, #15912f 0, #1fbc00 40%, #1fbc0099 100%);
  -webkit-box-shadow: 0 5px 8px rgba(126, 126, 126, 0.25),
    inset 0 2px 5px rgba(255, 255, 255, 0.5);
  box-shadow: 0 5px 8px rgba(126, 126, 126, 0.25),
    inset 0 2px 5px rgba(255, 255, 255, 0.5);
}
.btn--send {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 210px;
  height: 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 1px solid #717171;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #717171;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn--send:hover {
  background-color: #fff;
}
.btn--slim {
  height: 34px;
  font-size: 14px;
}
.btn--wb {
  font-size: 20px;
  background-color: #bd12a5;
  color: #fff;
  gap: 6px;
  -webkit-box-shadow: 0 5px 8px rgba(126, 126, 126, 0.25),
    inset 0 2px 5px rgba(255, 255, 255, 0.5);
  box-shadow: 0 5px 8px rgba(126, 126, 126, 0.25),
    inset 0 2px 5px rgba(255, 255, 255, 0.5);
}
.btn--wb:hover {
  color: #fff;
}
.btn--wb:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 1px;
}
.checkbox {
  position: absolute;
  opacity: 0;
}
.checkbox:checked + .checkbox-label {
  color: #000;
}
.checkbox:checked + .checkbox-label:before {
  background: var(--color-yellow)
    url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.138 3.339l2.853 2.77 5.147-5' stroke='%23000' stroke-width='1.5'/%3E%3C/svg%3E")
    50% 50% no-repeat;
  border-color: var(--color-yellow);
}
.checkbox:checked + .checkbox-order {
  -webkit-box-shadow: 0 0 0 1px #000;
  box-shadow: 0 0 0 1px #000;
  border-color: #000;
}
.checkbox:checked + .checkbox-order:before {
  opacity: 1;
}
.checkbox-label {
  display: block;
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.01em;
  cursor: pointer;
  color: #565656;
}
.checkbox-label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid #909090;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  left: 0;
  top: 1px;
}
.checkbox-order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 15px 20px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.checkbox-order:before {
  content: "";
  width: 18px;
  height: 18px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: var(--color-yellow)
    url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='9' viewBox='0 0 11 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.5L4.316 7 10 1' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E")
    50% 50% no-repeat;
  color: #fff;
  position: absolute;
  left: 10px;
  top: 10px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}
.checkbox-order img {
  display: block;
  margin: auto;
  max-height: 100%;
}
.checkbox-order span {
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  display: block;
}
.checkbox-order span b {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}
.checkbox-order-group {
  margin-bottom: 20px;
  position: relative;
}
.input {
  width: 100%;
  height: 48px;
  display: block;
  -webkit-box-shadow: inset 0 5px 5px rgba(226, 223, 223, 0.3);
  box-shadow: inset 0 5px 5px rgba(226, 223, 223, 0.3);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #d2d2d2;
  padding: 0 18px;
  font-size: 16px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.input:focus {
  border-color: #1fca23;
  -webkit-box-shadow: 0 0 0 2px rgba(31, 202, 35, 0.2);
  box-shadow: 0 0 0 2px rgba(31, 202, 35, 0.2);
}
.input-text {
  font-size: 14px;
  line-height: 18px;
  color: #6d6d6d;
  display: block;
  margin-bottom: 5px;
}
.input-group {
  margin-bottom: 20px;
}
.input.textarea {
  height: 120px;
  padding-top: 10px;
}
.input-link {
  font-size: 14px;
  line-height: 18px;
  border-bottom: 1px dotted currentColor;
  display: block;
}
.input-error {
  font-size: 14px;
  display: block;
  color: red;
}
.has-error .input {
  border-color: #ff6433;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 100, 51, 0.5);
  box-shadow: 0 0 0 2px rgba(255, 100, 51, 0.5);
}
.select {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}
.error {
  border-color: #ff6433;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 100, 51, 0.5);
  box-shadow: 0 0 0 2px rgba(255, 100, 51, 0.5);
}
.error-text {
  color: #ff6433;
  font-size: 12px;
  line-height: 15px;
  margin-top: 5px;
}
body {
  height: 100vh;
  font-size: var(--font-size);
  line-height: 24px;
  font-family: var(--font-family);
  color: var(--color-text);
  font-weight: 400;
  cursor: default;
  background-color: #fcfcfc;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
a {
  color: var(--color-link);
  text-decoration: none;
  outline: 0;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
a:hover {
  color: var(--color-gold);
  text-decoration: none;
}
h1 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 15px;
}
h2 {
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 10px;
}
h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.wrapper {
  min-width: 320px;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative;
  padding: 20px 0 80px;
}
.wrap-offset {
  margin-bottom: -80px;
}
.header {
  position: relative;
  -webkit-box-shadow: 0 2px 10px rgba(50, 50, 50, 0.05);
  box-shadow: 0 2px 10px rgba(50, 50, 50, 0.05);
  background: #fff;
  padding-bottom: 15px;
}
.header-top {
  background-color: #f1f1f1;
}
.header-top-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 600;
  font-size: 12px;
  line-height: 8px;
  padding: 12px 0;
}
.header-top-icon {
  width: 8px;
  height: 8px;
  display: block;
  margin-right: 5px;
  fill: #737373;
}
.header-top-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-top-menu li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  font-size: 14px;
}
.header-top-menu li:not(:first-child):before {
  content: "";
  width: 8px;
  height: 8px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.772.142a.254.254 0 0 1 .456 0l1.018 2.092c.037.077.11.13.195.14l2.338.303a.25.25 0 0 1 .14.432L6.214 4.7a.25.25 0 0 0-.075.23l.429 2.273a.253.253 0 0 1-.37.267L4.12 6.363a.255.255 0 0 0-.24 0L1.803 7.47a.253.253 0 0 1-.37-.267l.43-2.273a.25.25 0 0 0-.076-.23L.08 3.11a.25.25 0 0 1 .141-.432l2.338-.302a.253.253 0 0 0 .195-.14L3.772.141z' fill='%23D2D0D0'/%3E%3C/svg%3E");
  margin: 0 10px;
}
.header-top-menu li a.active {
  color: #e06b1a;
}
.header-region {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  white-space: nowrap;
  -webkit-flex-basis: 220px;
  -ms-flex-preferred-size: 220px;
  flex-basis: 220px;
}
.header-region span {
  margin-left: 5px;
  cursor: pointer;
}
.header-region-popup {
  padding: 20px;
  position: absolute;
  left: 0;
  top: -webkit-calc(100% + 10px);
  top: calc(100% + 10px);
  -webkit-box-shadow: 0 2px 10px rgba(50, 50, 50, 0.1);
  box-shadow: 0 2px 10px rgba(50, 50, 50, 0.1);
  background-color: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  z-index: 2;
}
.header-region-popup-footer {
  margin-top: 10px;
}
.header-personal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 220px;
  -ms-flex-preferred-size: 220px;
  flex-basis: 220px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-personal li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 50px;
  white-space: nowrap;
}
.header-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.header-phone {
  padding-top: 15px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  color: #717171;
}
.header-phone-link {
  font-size: 32px;
  white-space: nowrap;
  display: block;
  line-height: 30px;
  margin-bottom: 3px;
}
.header-phone-info {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  white-space: nowrap;
}
.header-phone-info a {
  border-bottom: 1px solid var(--color-yellow);
}
.header-shop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 15px;
}
.header-shop-blink {
  position: absolute;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: -2px;
  top: -2px;
  background-color: var(--color-yellow);
}
.header-shop-value {
  position: absolute;
  width: 100%;
  font-size: 12px;
  text-align: center;
  left: 0;
  top: 10px;
}
.header-shop-value--fav {
  top: 3px;
}
.header-shop-icon {
  display: block;
  position: relative;
  margin-left: 40px;
}
.header-shop-icon svg {
  display: block;
}
.header-warning {
  font-size: 14px;
  text-align: center;
  padding: 5px 0;
  background-color: #ffe39c;
}
.header-warning a {
  font-weight: 700;
  text-decoration: underline;
}
.menu {
  margin: 0 -15px;
}
.menu-button {
  margin-top: 10px;
}
.menu-inner {
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
}
.menu-sub-item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.menu-sub-item--single {
  position: relative;
  white-space: nowrap;
}
.menu-sub-item--single .menu-popup {
  /*left:auto;*/
  right: 0;
  width: auto;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.menu-item {
  font-size: 17px;
  line-height: 20px;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 10px 14px 0;
  display: block;
  position: relative;
  z-index: 6;
}
.menu-shadow {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 3s;
  -o-transition: opacity 3s;
  transition: opacity 3s;
}
.menu-popup {
  display: none;
}
.menu-popup-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 15px;
}
.menu-popup-action {
  font-size: 18px;
  margin-bottom: 5px;
}
.menu-sub {
  margin-top: 30px;
}
.menu-sub-title {
  font-size: 13px;
  line-height: 16px;
  color: #84848b;
  margin-bottom: 10px;
}
.menu-sub-list {
  margin-bottom: 15px;
}
.menu-sub-list li {
  font-size: 18px;
}
.showcase-slide,.showcase-top-banner {
  display: block;
}
.showcase-slider {
  margin-bottom: 20px;
}
.showcase-slider .owl-dots {
  position: absolute;
  left: 0;
  bottom: 25px;
}
.showcase-top-banner .owl-dots{
  display: none !important;
}
.showcase-slider .owl-dot:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.543.284c.185-.379.73-.379.914 0L10.49 4.47a.507.507 0 0 0 .392.28l4.675.605a.502.502 0 0 1 .281.865l-3.413 3.18a.5.5 0 0 0-.15.458l.857 4.546a.506.506 0 0 1-.738.536L8.24 12.726a.51.51 0 0 0-.48 0L3.605 14.94a.506.506 0 0 1-.738-.536l.858-4.546a.5.5 0 0 0-.151-.459L.16 6.218a.502.502 0 0 1 .282-.864l4.675-.605a.507.507 0 0 0 .391-.28L7.543.284z' fill='%23000'/%3E%3C/svg%3E");
}
.showcase-slider .owl-prev, .showcase-top-banner .owl-prev {
  left: 0;
}
.showcase-slider .owl-next, .showcase-top-banner .owl-next {
  right: 0;
}
.showcase-top-banner .owl-nav{
  display: none !important;
}
.showcase-card {
  position: relative;
  display: block;
  padding-bottom: 91%;
  background: 50% 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.showcase-card:hover {
  color: var(--color-text);
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.showcase-card-text {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.showcase-card-text span {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background-color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 12px 28px;
  text-align: center;
}
.footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  background: #f6f6f6 url(../img/footer-stars.svg) 50% 0;
}
.footer-top {
  padding: 60px 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.footer-top-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
  display: block;
}
.footer-top-list {
  padding-bottom: 20px;
}
.footer-top-list li {
  margin-bottom: 10px;
}
.footer-top-list li a {
  color: #717171;
}
.footer-top-list li a:hover {
  text-decoration: underline;
}
.footer-phone-link {
  display: block;
  font-size: 30px;
  line-height: 38px;
  white-space: nowrap;
  color: #000;
}
.footer-phone-info {
  font-size: 14px;
  line-height: 18px;
  display: block;
  letter-spacing: 0.02em;
}
.footer-address {
  font-size: 18px;
  line-height: 24px;
  margin: 15px 0 20px;
  color: #717171;
}
.footer-bottom {
  background-color: #eee;
  position: relative;
  z-index: 2;
}
.footer-bottom-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
  color: #656565;
  font-size: 14px;
  line-height: 20px;
}
.footer-bottom-column {
  max-width: 350px;
  width: 100%;
}
.footer-bottom-column--dev {
  text-align: right;
}
.social {
  margin-top: 27px;
}
.social li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
}
.social li svg {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  fill: #717171;
}
.social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.social-list a {
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.social-list span {
  color: #000;
}
.title {
  text-align: center;
  margin-bottom: 25px;
}
.title-head {
  position: relative;
  font-weight: 600;
  font-size: 38px;
  line-height: 48px;
  padding-bottom: 10px;
}
.title-head:before {
  content: "";
  width: 50px;
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -25px;
  background-color: var(--color-green);
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.title-index {
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 38px;
  line-height: 48px;
}
.title-text {
  max-width: 430px;
  margin: 15px auto 0;
}
.title--min {
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 20px;
}
.title--large {
  font-size: 38px;
  line-height: 48px;
  font-weight: 600;
  margin-bottom: 30px;
}
.offset {
  padding-top: var(--offset);
  padding-bottom: var(--offset);
}
.offset-top {
  padding-top: var(--offset);
}
.offset-bottom {
  padding-bottom: var(--offset);
}
.element {
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  min-height: -webkit-calc(100% - 20px);
  min-height: calc(100% - 20px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.element .favorite:not(.active) {
  display: none;
}
.element-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.element-image {
  padding-bottom: 131%;
  position: relative;
}
.element-image-main {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.element-image-main img {
  display: block;
  margin: auto;
  max-height: 100%;
}
.element-image-main a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.element-image-preview {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
.element-image-preview a {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 2px;
  border-bottom: 2px solid #e3e3e3;
}
.element-image-preview a.active {
  border-bottom-color: var(--color-green);
}
.element-content {
  padding: 10px 15px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.element-name {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.element-price {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.element-price li {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 24px;
  white-space: nowrap;
}
.element-price li:not(:last-child) {
  margin-right: 5px;
}
.element-price li.large-opt {
  color: var(--color-gold);
}
.element-price--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.element-price--center li {
  -webkit-box-flex: unset;
  -webkit-flex-grow: unset;
  -ms-flex-positive: unset;
  flex-grow: unset;
  padding: 0 10px;
  font-size: 1.1em;
}
.element-title {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.01em;
  color: #84848b;
  white-space: nowrap;
}
.element-title--modern {
  color: #000;
}
.element-footer {
  padding: 0 15px 15px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.element-size {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.01em;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.element-showcase {
  display: block;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.favorite {
  position: absolute;
  right: 15px;
  top: 20px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 2;
}
.favorite svg {
  fill: none;
  stroke: #404040;
  display: block;
}
.favorite.active {
  display: block;
}
.favorite.active svg {
  fill: var(--color-yellow);
  stroke: var(--color-yellow);
}
.sticker {
  position: absolute;
  left: 15px;
  top: 20px;
  z-index: 2;
  pointer-events: none;
}
.sticker-item {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.advantages {
  position: relative;
  padding-left: 75px;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.03em;
  color: #979595;
  margin: 20px auto;
  max-width: 230px;
}
.advantages-image {
  position: absolute;
  left: 0;
  top: 0;
}
.advantages strong {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--color-text);
}
.beauty-back {
  position: relative;
}
.beauty-back:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #faeee4 url(../img/beauty-back.svg) 50% 50%;
  pointer-events: none;
}
.beauty-inner {
  position: relative;
  z-index: 1;
}
.tooltip {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 14px;
  height: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 5px;
  background: #f0f0f0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 10px;
  color: var(--color-text);
  cursor: pointer;
  position: relative;
}
.tooltip:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #494b4e transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -webkit-calc(100% + 5px);
  bottom: calc(100% + 5px);
  display: none;
}
.tooltip:before {
  content: attr(data-text);
  position: absolute;
  width: 160px;
  background: #494b4e;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 8px 13px;
  left: 50%;
  margin-left: -80px;
  bottom: -webkit-calc(100% + 10px);
  bottom: calc(100% + 10px);
  pointer-events: none;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  white-space: normal;
  display: none;
}
.tooltip:hover {
  z-index: 2;
}
.tooltip:hover:after,
.tooltip:hover:before {
  display: block;
}
.search {
  padding-top: 25px;
}
.search.show-modal {
  display: block;
  -webkit-animation: modal normal 0.3s ease;
  animation: modal normal 0.3s ease;
}
.search-wrap {
  position: relative;
}
.search-wrap-find {
  margin: 20px -webkit-calc(10% + 50px);
  margin: 20px calc(10% + 50px);
  pointer-events: none;
}
.search-input {
  width: 100%;
  height: 56px;
  display: block;
  background: #fff;
  border: 1px solid #d2d2d2;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 20px;
  padding: 0 20px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.search-input:focus {
  border-color: #f09a35;
  -webkit-box-shadow: 0 0 0 3px rgba(240, 154, 53, 0.15);
  box-shadow: 0 0 0 3px rgba(240, 154, 53, 0.15);
}
.search-input-inner {
  position: relative;
  margin: 10px 10px 0;
}
.search-close {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 30px;
  cursor: pointer;
}
.search-result {
  background-color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 85px 10px 10px;
  margin-top: -66px;
  display: none;
}
.search-result-item:not(:first-child) {
  border-top: 1px dashed #e1dfdf;
  padding-top: 15px;
  margin-top: 15px;
}
.search-result-item:last-child {
  border-top: none;
  margin-top: 30px;
}
.search-result-title {
  font-size: 13px;
  line-height: 16px;
  color: #84848b;
  margin-bottom: 5px;
}
.search-result-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search-result-links a {
  font-size: 14px;
  line-height: 22px;
  margin: 0 5px 5px 0;
  padding: 0 8px;
  border: 1px solid #e2dddd;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.search-result-links a:hover {
  background-color: #f7dfc4;
  border-color: #f7dfc4;
  color: #7e4c11;
}
.search-result-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search-result-list li {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.01em;
}
.search-result-list li:not(:first-child):before {
  content: "»";
  margin: 0 5px;
}
.search-result-list li a:not(:hover) {
  color: #84848b;
}
.search-result-list:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}
.search-element {
  margin: 10px 0 20px;
  position: relative;
}
.search-element-image {
  padding-bottom: 110%;
  position: relative;
}
.search-element-image a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.search-element-image a img {
  display: block;
  margin: auto;
  max-height: 100%;
}
.search-element-content {
  padding: 10px 15px 0;
  font-size: 14px;
  line-height: 18px;
}
.search-element-price {
  margin-top: 5px;
  color: #84848b;
}
.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  overflow: hidden;
}
.breadcrumbs li {
  font-size: 14px;
  line-height: 18px;
  color: #909090;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.breadcrumbs li:not(:first-child):before {
  content: "»";
  margin: 0 5px;
  color: var(--color-link);
}
.filter-item {
  margin-bottom: 10px;
}
.filter-item-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.filter-item-title span {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
  padding-bottom: 8px;
  position: relative;
}
.filter-item-title span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background-color: var(--color-yellow);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.filter-item-title:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 5px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.401 11l5-5-5-5' stroke='%23000'/%3E%3C/svg%3E")
    50% 50% no-repeat;
}
.filter-item-title.active {
  border-bottom-color: #d8d8d8;
}
.filter-item-title.active:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l10 10m0-10L1 11' stroke='%23000'/%3E%3C/svg%3E");
}
.filter-item-title.active span:before {
  width: 100%;
}
.filter-inner {
  padding: 15px 0 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
}
.filter-inner--active {
  display: block;
}
.filter-inner--scroll .filter-content {
  max-height: 244px;
  overflow: hidden;
  overflow-y: auto;
}
.filter-inner--scroll .filter-content::-webkit-scrollbar {
  width: 4px;
  cursor: pointer;
}
.filter-inner--scroll .filter-content::-webkit-scrollbar-track {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #dadde7;
}
.filter-inner--scroll .filter-content::-webkit-scrollbar-thumb {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: var(--color-yellow);
}
.filter-list > li {
  margin-bottom: 5px;
}
.filter-list--half {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}
.sort-header {
  padding-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sort-header-column {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
}
.sort-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sort-list a {
  display: block;
  padding: 1px 7px;
  line-height: 20px;
  border: 1px solid var(--color-text);
  color: var(--color-text);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-right: 5px;
}
.sort-list a.current {
  background-color: var(--color-yellow);
}
.sort-view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sort-view-item {
  margin-right: 10px;
}
.tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tag-link {
  display: block;
  line-height: 38px;
  height: 40px;
  border: 1px solid var(--color-yellow);
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 0 25px;
  white-space: nowrap;
  margin: 0 15px 15px 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.tag-link:hover {
  background-color: var(--color-yellow);
  color: var(--color-text);
}
.card {
  padding-bottom: 40px;
}
.card-image {
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 12px;
  max-width: 555px;
  margin: 0 auto 20px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-image-slider .owl-prev {
  left: 20px;
}
.card-image-slider .owl-next {
  right: 20px;
}
.card-image-video {
  width: 100%;
  height: 100%;
}
.card-image-video iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.card-image-slide {
  display: block;
}
.card-image-slide img {
  margin: auto;
  max-height: 100%;
}
.card-image-inner {
  position: relative;
  padding-left: 77px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.card-image-preview li {
  border: 1px solid #f3f3f3;
  cursor: pointer;
  font-size: 8px;
  line-height: 10px;
}
.card-image-preview li.active {
  border-top-color: var(--color-green);
}
.card-image-preview li img {
  display: block;
}
.card-image-preview li svg {
  margin: 20px auto;
  display: block;
}
.card-image-main {
  position: relative;
}
.card-image-info {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #8b8b8b;
  margin-top: 10px;
}
.card-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.card-header h1 {
  margin-bottom: 0;
}
.card-total {
  background: -webkit-linear-gradient(
    345.92deg,
    #fafafa 1.23%,
    #f3f3f3 100.63%
  );
  background: -o-linear-gradient(345.92deg, #fafafa 1.23%, #f3f3f3 100.63%);
  background: linear-gradient(104.08deg, #fafafa 1.23%, #f3f3f3 100.63%);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 16px;
  border-top: 2px solid var(--color-green);
  padding: 20px;
}
.card-total-title {
  font-size: 13px;
  line-height: 16px;
}
.card-total-price {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 14px;
}
.card-article {
  font-size: 16px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.card-info {
  background: -webkit-linear-gradient(
    345.92deg,
    #fafafa 1.23%,
    #f3f3f3 100.63%
  );
  background: -o-linear-gradient(345.92deg, #fafafa 1.23%, #f3f3f3 100.63%);
  background: linear-gradient(104.08deg, #fafafa 1.23%, #f3f3f3 100.63%);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.card-info-title {
  background: #fff4e4 url(../img/basket-icon.svg) -webkit-calc(100% - 20px) 100%
    no-repeat;
  background: #fff4e4 url(../img/basket-icon.svg) calc(100% - 20px) 100%
    no-repeat;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
.card-info-content {
  padding: 10px 20px;
  font-size: 16px;
  line-height: 22px;
}
.card-info-content small {
  display: block;
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px;
  color: #6b6a6a;
}
.card-info-progress {
  position: relative;
  margin: 10px 0;
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 1px #f3e9db;
  box-shadow: inset 0 0 0 1px #f3e9db;
  height: 16px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.card-info-progress span {
  display: block;
  height: 16px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff4e4;
  background-image: -webkit-repeating-linear-gradient(
    140deg,
    transparent,
    transparent 10px,
    #f8ead7 10px,
    #f8ead7 20px
  );
  background-image: -o-repeating-linear-gradient(
    140deg,
    transparent,
    transparent 10px,
    #f8ead7 10px,
    #f8ead7 20px
  );
  background-image: repeating-linear-gradient(
    -50deg,
    transparent,
    transparent 10px,
    #f8ead7 10px,
    #f8ead7 20px
  );
}
.card-return {
  border-top: 2px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 20px;
  color: #6b6a6a;
}
.card-price {
  font-size: 28px;
  line-height: 35px;
  white-space: nowrap;
}
.card-price-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
}
.card-price-list li {
  width: 33.33%;
  padding: 14px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.card-price-list li.active {
  background-color: #fff4e4;
}
.card-price-list li span {
  display: block;
  font-size: 13px;
  line-height: 16px;
}
.card-messenger {
  margin-top: 20px;
  margin-left: 20px;
  font-size: 14px;
}
.card-messenger .social-list {
  margin-top: 5px;
}
.card-messenger .social-list img {
  width: 30px;
}
.card-wb {
  background: #f4f4f4;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 15px;
}
.shared {
  position: relative;
}
.shared-link {
  background-color: #eaf4ff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  height: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
  cursor: pointer;
}
.shared-link svg {
  fill: none;
  stroke: var(--color-link);
  margin-right: 5px;
}
.offer-table {
  width: 100%;
  color: #747474;
}
.offer-table .is-current {
  color: #000;
}
.offer-table .is-current .value {
  border-color: #7e7d7d;
}
.offer-table .is-current .value-button {
  border-color: #7e7d7d;
}
.offer-table th {
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  color: #000;
}
.offer-table th:not(:last-child) {
  padding-right: 10px;
}
.offer-table td {
  text-align: left;
  vertical-align: middle;
  padding-top: 10px;
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
}
.offer-table td:not(:last-child) {
  padding-right: 10px;
}
.offer-empty {
  border-bottom: 1px dotted currentColor;
}
.value {
  width: max-content;
  height: 30px;
  background: #fff;
  border: 1px solid #d1d0d0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.value--min {
  width: 105px;
}
.value-input {
  width: 45px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  border: none;
  background-color: transparent;
}
.value-button {
  width: 30px;
  height: 30px;
  border: 1px solid #d1d0d0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: -1px;
  position: relative;
  background: #fff 50% 50% no-repeat;
  cursor: pointer;
}
.value-button.minus {
  margin-left: -1px;
  background-image: url(../img/minus.svg);
}
.value-button.plus {
  margin-right: -1px;
  background-image: url(../img/plus.svg);
}
.tab-list {
  padding-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tab-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  padding: 10px 25px;
  border: 1px solid var(--color-green);
  color: var(--color-green);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  text-align: center;
  margin: 0 10px 10px 0;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tab-list li.active {
  background:linear-gradient(0deg, #15912f 0, #1fbc00 40%, #1fbc0099 100%);
  box-shadow: 0 5px 8px rgba(126, 126, 126, 0.25),
    inset 0 2px 5px rgba(255, 255, 255, 0.5);
  color: #fff;
}
.tab-list li.active:before {
  opacity: 1;
}
.description {
  font-size: 16px;
  line-height: 24px;
  max-width: 785px;
}
.description-table {
  width: 100%;
  border: 1px solid #dfe1ea;
}
.description-table tr:nth-child(odd) {
  background-color: #f8f8f8;
}
.description-table th {
  background-color: #e6c991;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  padding: 10px 20px;
}
.description-table td {
  padding: 10px 20px;
  border: 1px solid #dfe1ea;
  text-align: center;
}
.params li {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}
.params li span {
  display: block;
}
.params li span:first-child {
  color: #8b8b8b;
}
.badge {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
}
.badge-icon {
  margin-bottom: 10px;
}
.info {
  text-align: center;
  margin: 100px 0;
}
.info-icon {
  margin-bottom: 30px;
}
.box {
  background: #fff;
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 40px;
}
.box-title {
  background: #b1b1b1;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.promo-code {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.order-params li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 20px;
}
.order-params li span:first-child {
  color: #848484;
}
.order-params--green {
  color: #33ac60;
}
.order-params--red {
  color: #eb212e;
}
.order-params--total {
  font-size: 22px;
}
.order-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.order-header-return {
  font-size: 16px;
  line-height: 20px;
  color: #848484;
  border-bottom: 1px dashed currentColor;
  margin-left: auto;
}
.order-info {
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #84848b;
  margin-top: 20px;
}
.order-info a {
  text-decoration: underline;
}
.order-total {
  border-top: 1px solid #ebebeb;
  padding-top: 25px;
  margin: 20px 0;
}
.order-slider {
  margin-bottom: 20px;
}
.order-slide {
  width: 42px;
}
.order-slide img {
  display: block;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.basket-item:not(:first-child) {
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #ebebeb;
}
.basket-item-image {
  width: 124px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 30px;
}
.basket-item-image img {
  display: block;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.basket-item-content {
  width: 100%;
  min-width: 0;
}
.basket-item-title {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #84848b;
  margin-bottom: 5px;
}
.basket-item-name {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
  margin-bottom: 15px;
}
.basket-item-del {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
}
.basket-item-del:hover svg {
  stroke: red;
}
.basket-item-del svg {
  width: 16px;
  height: 18px;
  fill: none;
  stroke: #d0d0d0;
  display: block;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.basket-tp {
  width: 100%;
}
.basket-tp-link {
  cursor: pointer;
  color: var(--color-text);
  border-bottom: 1px solid var(--color-yellow);
}
.basket-tp th {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #84848b;
  font-weight: 400;
  text-align: left;
  padding-right: 20px;
}
.basket-tp th:last-child {
  padding-right: 0;
}
.basket-tp td {
  vertical-align: middle;
  white-space: nowrap;
  font-size: 16px;
  line-height: 20px;
  padding-right: 20px;
  padding-top: 8px;
}
.basket-tp td:last-child {
  padding-right: 0;
}
.basket-price {
  white-space: nowrap;
}
.basket-price--old {
  text-decoration: line-through;
}
.basket-price--new {
  color: #33ac60;
  font-weight: 600;
}
.basket-description li {
  font-size: 12px;
  line-height: 14px;
  gap: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.map {
  position: relative;
  background: #c4c4c4;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 650px;
  overflow: hidden;
}
.map--min {
  height: 520px;
}
.contacts {
  position: relative;
  margin: -160px auto 0;
}
.contacts-item {
  background-color: #fff;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(107, 107, 107, 0.1);
  box-shadow: 0 5px 10px rgba(107, 107, 107, 0.1);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  min-height: auto;
  padding: 15px 30px;
  box-shadow: 0px 0px 5px 2px #ddd;
}
.contacts-item a {
  text-decoration: underline;
}
.contacts-item__icon {
  width: 66px;
  height: 66px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #e3e3e3;
  margin-bottom: 20px;
}
.contacts-item__icon svg {
  display: block;
  margin: auto;
  fill: none;
  stroke: var(--color-text);
  stroke-width: 2;
}
.contacts-item-list li:not(:last-child) {
  margin-bottom: 10px;
}
.contacts-item__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #979797;
  font-size: 16px;
  margin-bottom: 5px;
}
.requisites-download {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fdf9ec),
    to(#fffbf0)
  );
  background: -webkit-linear-gradient(top, #fdf9ec 0, #fffbf0 100%);
  background: -o-linear-gradient(top, #fdf9ec 0, #fffbf0 100%);
  background: linear-gradient(180deg, #fdf9ec 0, #fffbf0 100%);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 18px;
  line-height: 22px;
  color: #e08d2c;
  font-weight: 400;
  padding: 4px 15px;
  margin-left: 10px;
}
.requisites-table {
  border-bottom: 1px solid #e8e8e8;
  max-width: 820px;
}
.requisites-table td {
  border-top: 1px solid #e8e8e8;
  vertical-align: top;
  padding: 20px 20px 20px 0;
  line-height: 25px;
  font-size: 20px;
}
.form {
  max-width: 670px;
  margin: 35px auto 0;
}
.form--min {
  max-width: 440px;
}
.form-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #737373;
  margin-bottom: 35px;
}
.form-tabs-link {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-text);
  height: 48px;
  position: relative;
}
.form-tabs-link:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #737373 transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: 100%;
  display: none;
  margin-left: -6px;
}
.form-tabs-link.active {
  background-color: #737373;
  color: #fff;
  font-weight: 600;
}
.form-tabs-link.active:after {
  display: block;
}
.form-row {
  margin-bottom: 40px;
}
.form-footer {
  background: -webkit-linear-gradient(193.23deg, #fbf5ef 4.34%, #fff8ee 92.87%);
  background: -o-linear-gradient(193.23deg, #fbf5ef 4.34%, #fff8ee 92.87%);
  background: linear-gradient(256.77deg, #fbf5ef 4.34%, #fff8ee 92.87%);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 25px;
}
.form-footer-text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
}
.form-footer-text a {
  text-decoration: underline;
}
.sidebar {
  position: relative;
  margin-bottom: 30px;
}
.sidebar-menu {
  background: #fff;
  -webkit-box-shadow: 0 20px 20px rgba(107, 107, 107, 0.1);
  box-shadow: 0 20px 20px rgba(107, 107, 107, 0.1);
  max-width: 300px;
}
.sidebar-menu-item {
  font-size: 16px;
  line-height: 20px;
}
.sidebar-menu-item:not(:first-child) {
  border-top: 1px solid #e8e8e8;
}
.sidebar-menu-item--head {
  font-weight: 600;
  padding: 15px 20px;
  font-size: 18px;
  background-color: #f9f9f9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.sidebar-menu-item--head svg {
  fill: none;
  stroke: var(--color-text);
  margin-left: auto;
  stroke-width: 2;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sidebar-menu-item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 20px;
  color: #565656;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.sidebar-menu-item-link:after {
  content: "";
  width: 16px;
  height: 16px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='8' fill='%23F0F0F0'/%3E%3Cpath d='M6.854 4.637l3.535 3.536-3.535 3.536' stroke='%23000'/%3E%3C/svg%3E");
  display: none;
}
.sidebar-menu-item-link:hover {
  background-color: #fdf7ef;
}
.sidebar-menu-item-link.active {
  color: #000;
}
.sidebar-menu-item-link.active:after {
  display: block;
}
.collapse-item {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: -1px;
}
.collapse-item__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  line-height: 24px;
  padding: 20px 0;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.collapse-item__title span {
  padding-right: 15px;
}
.collapse-item__title svg {
  fill: none;
  stroke: #a9a9a9;
  display: block;
  margin-left: auto;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.collapse-item__title:hover {
  color: var(--color-gold);
}
.collapse-item__title.active svg {
  stroke: var(--color-text);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.collapse-item__content {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 20px;
  display: none;
}
.page-footer {
  background: -webkit-linear-gradient(193.23deg, #fbf5ef 4.34%, #fff8ee 92.87%);
  background: -o-linear-gradient(193.23deg, #fbf5ef 4.34%, #fff8ee 92.87%);
  background: linear-gradient(256.77deg, #fbf5ef 4.34%, #fff8ee 92.87%);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 25px;
  margin-top: 40px;
}
.page-footer-text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
}
.page-footer-text svg {
  fill: none;
  stroke: #000;
  stroke-width: 2;
}
.page-footer-text a {
  text-decoration: underline;
}
.content {
  font-size: 16px;
  max-width: 785px;
}
.content p {
  margin-bottom: 10px;
}
.law {
  background: #f4f7ff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  padding: 10px 25px;
  font-size: 16px;
  margin-bottom: 20px;
}
.law-image {
  margin-bottom: -10px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 25px;
}
.law-image img {
  -webkit-filter: drop-shadow(0 4px 4px #9aa8d3);
  filter: drop-shadow(0 4px 4px #9aa8d3);
}
.law--info {
  padding: 35px 50px;
  background: #f4f7ff url(../img/icon-info.svg) 100% 100% no-repeat;
}
.list li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.list--line li:before {
  content: "";
  width: 12px;
  height: 2px;
  background-color: var(--color-yellow);
  position: absolute;
  left: 0;
  top: 10px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.refund-table td {
  vertical-align: top;
  text-align: center;
}
.refund-table td:nth-child(2n + 2) {
  padding: 40px 30px 0;
  font-size: 48px;
  font-weight: 300;
}
.refund-table td p {
  font-size: 14px;
  line-height: 18px;
  color: #8b8b8b;
  margin-top: 10px;
}
.refund-item {
  margin: 10px 0 20px;
}
.refund-item p {
  margin: 15px 20px 0 0;
}
.delivery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.delivery::before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: -1px;
  border: 3px solid #fcfcfc;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.delivery-icon {
  margin-bottom: 20px;
  position: relative;
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.delivery-icon img {
  margin: auto;
  display: block;
  max-height: 100%;
}
.delivery li {
  width: 33.33%;
  text-align: center;
  padding: 40px;
  border: 1px solid #e8e8e8;
  margin: 0 -1px -1px 0;
}
.table {
  width: 100%;
  border: 1px solid #e8e8e8;
  font-size: 16px;
  line-height: 20px;
}
.table--sp th {
  width: 25%;
}
.table th {
  padding: 15px;
  text-align: left;
  font-weight: 600;
}
.table td {
  vertical-align: top;
  padding: 15px;
  border-top: 1px solid #e8e8e8;
}
.table td b,
.table td strong {
  font-weight: 600;
}
.certificates {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
  min-height: -webkit-calc(100% - 20px);
  min-height: calc(100% - 20px);
}
.certificates img {
  display: block;
  margin: auto;
}
.certificates-slide {
  display: block;
}
.certificates-slide img {
  display: block;
}
.job-price {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #ebf0ff;
  padding: 3px 10px;
  margin: 20px 0;
}
.news-item {
  height: 390px;
  position: relative;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  padding: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  background: 50% 0 no-repeat;
  margin-bottom: 20px;
}
.news-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0) 100%
  );
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0) 100%
  );
}
.news-item-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.news-item-title {
  margin-top: auto;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  max-width: 300px;
}
.news-item-content {
  margin-top: auto;
  max-width: 400px;
  position: relative;
  z-index: 1;
}
.news-item-description {
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
  display: none;
}
.news-item-more {
  width: 150px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  border: 1px solid #fff;
  margin-top: 30px;
}
.news-page-image {
  position: relative;
  margin-bottom: 30px;
}
.news-page-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0) 100%
  );
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0) 100%
  );
}
.news-page-image img {
  display: block;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
}
.news-page-date {
  position: absolute;
  left: 35px;
  bottom: 35px;
  z-index: 1;
  color: #757575;
}
.news-page-date span {
  color: #fff;
}
.about-header-title {
  font-size: 38px;
  line-height: 44px;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.about-header-title:before {
  content: "";
  width: 50px;
  height: 4px;
  background: var(--color-yellow);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.about-header-text {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 50px;
}
.about-header-image {
  display: block;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.about-header-image--right {
  margin: 30px 0 0 auto;
  display: block;
}
.about-contact-title {
  font-weight: 600;
  margin-bottom: 5px;
}
.about-contact-list {
  margin-bottom: 40px;
}
.about-contact-list li {
  font-size: 18px;
  margin-bottom: 8px;
}
.about-main {
  text-align: center;
  position: relative;
  max-width: 630px;
  padding: 30px 0 100px;
  margin: 0 auto;
}
.about-main-logotype {
  width: 247px;
  display: block;
  margin: 0 auto 40px;
}
.about-main-head {
  font-size: 40px;
  line-height: 40px;
  font-family: Caveat, Serif, sans-serif;
  font-style: italic;
  margin-bottom: 40px;
}
.about-main-text {
  font-size: 20px;
  line-height: 34px;
}
.about-main-image {
  position: absolute;
  top: 50%;
}
.about-main-image.left {
  left: 0;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.about-main-image.right {
  right: 0;
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
.about-advantages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about-advantages-item {
  margin: 30px 20px;
  text-align: center;
}
.about-advantages-value {
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 50px;
  line-height: 50px;
  white-space: nowrap;
  margin: 5px 0;
}
.about-advantages-text {
  color: #a5a5a5;
  font-size: 18px;
  line-height: 20px;
}
.about-advantages-star {
  padding-top: 45px;
}
.about-advantages-star svg {
  width: 13px;
  height: 12px;
  display: block;
  margin: 0 auto;
  fill: var(--color-yellow);
}
.category-item {
  position: relative;
  margin: 0 auto 20px;
  background: #eeeae7 50% 100% no-repeat;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 440px;
  overflow: hidden;
  padding: 30px 20px;
  text-align: center;
  max-width: 253px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.category-item:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  background-color: #d0c4b9;
}
.category-item-name {
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
}
.category-item-price {
  font-family: Caveat, Serif, sans-serif;
  font-size: 26px;
}
.category-item-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.category-menu {
  margin-bottom: 30px;
}
.category-menu > li > a {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  background: #fcd062;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 6px 15px;
}
.category-menu > li li {
  margin: 5px 0 0 25px;
  font-weight: 400;
  font-size: 16px;
}
.category-menu > li li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.category-menu > li li a svg {
  margin-right: 7px;
}
.category-menu > li li a.active {
  font-weight: 700;
  margin-left: -20px;
}
.catalog-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.catalog-footer-all {
  margin: 10px 0 0 auto;
}
.catalog-seo {
  margin-top: 50px;
}
.catalog-seo p {
  margin-bottom: 15px;
}
.catalog-seo h2::before {
  content: "⭐️";
  margin-right: 10px;
}
.catalog-seo ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 15px;
}
.seo p {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 24px;
}
.seo h2 {
  font-size: 24px;
  line-height: 30px;
}
.seo ul {
  margin-bottom: 14px;
}
.seo ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}
.seo ul li:before {
  content: "";
  width: 12px;
  height: 2px;
  background-color: var(--color-green);
  position: absolute;
  left: 0;
  top: 12px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.schema-wrap {
  display: none;
}
.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.navigation-item {
  margin: 10px 10px 0 0;
}
.navigation-item a,
.navigation-item span {
  padding: 7px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--color-text);
  color: var(--color-text);
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.navigation-item.current a {
  background-color: var(--color-yellow);
}
.navigation-item.disabled {
  opacity: 0.5;
}
.form-group.required label:after {
  content: "*";
  color: #f1555d;
}
.policy-list,
.policy-list ul {
  list-style: none;
  counter-reset: li;
}
.policy-list p,
.policy-list ul p {
  margin-top: 10px;
}
.policy-list ul,
.policy-list ul ul {
  margin-top: 10px;
  padding-left: 20px;
}
.policy-list li,
.policy-list ul li {
  margin-bottom: 10px;
}
.policy-list li:before,
.policy-list ul li:before {
  counter-increment: li;
  content: counters(li, ".") ". ";
}
.return {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  font-weight: 600;
  font-size: 18px;
}
.return svg {
  margin-right: 5px;
}
.history-list {
  border-bottom: 1px solid #d8d8d8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.history-list a {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
  padding: 0 10px 8px;
  position: relative;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}
.history-list a.active {
  border-bottom-color: var(--color-yellow);
}
.history-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.history-item-column {
  width: 100%;
  padding: 25px;
}
.history-item-column--min {
  width: 270px;
  border-left: 1px solid #d8d8d8;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.history-item-header {
  font-weight: 600;
  margin-bottom: 10px;
}
.kladr-error {
  color: #cb3e27;
}
#kladr_autocomplete .spinner {
  display: none !important;
}
#kladr_autocomplete ul {
  position: absolute;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  min-width: 200px;
  max-height: 420px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #313131;
}
#kladr_autocomplete li {
  padding: 8px 10px;
  overflow: hidden;
  font-size: 14px;
  line-height: 16px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#kladr_autocomplete li:first-child {
  display: none;
}
#kladr_autocomplete li + li {
  border-top: 1px solid #ededed;
}
#kladr_autocomplete li:hover {
  background-color: #f2f2f2;
  cursor: pointer;
}
#kladr_autocomplete li.active {
  background-color: #e9e9e9;
}
#kladr_autocomplete a {
  text-decoration: none;
}
#kladr_autocomplete strong {
  color: #038ebd;
}
.step {
  position: relative;
  margin-bottom: 40px;
  padding-left: 70px;
  line-height: 20px;
}
.step:before {
  content: attr(rel);
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e3e3e3;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-weight: 600;
  font-size: 30px;
  color: #e08d2c;
}
.step-title {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px;
}
.step-content {
  margin: 15px 0 0 -70px;
}
.step-content img {
  display: block;
}
.list-item {
  position: relative;
  margin-bottom: 15px;
}
.list-item.is-active .list-item__title {
  font-weight: 700;
}
.list-item.is-active .list-item__title span {
  text-decoration: none;
}
.list-item__title {
  font-size: 18px;
  cursor: pointer;
}
.list-item__title span {
  text-decoration: underline;
}
.list-item__content {
  padding-top: 20px;
  position: relative;
  display: none;
}
@media (min-width: 501px) {
  .card-image-preview {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    width: 70px;
    padding-right: 5px;
  }
  .card-image-preview::-webkit-scrollbar {
    width: 4px;
    cursor: pointer;
  }
  .card-image-preview::-webkit-scrollbar-track {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #dadde7;
  }
  .card-image-preview::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: var(--color-yellow);
  }
  .card-image-preview li:not(:last-child) {
    margin-bottom: 10px;
  }
  .card-price-list li:first-child {
    -webkit-clip-path: polygon(
      0 0,
      100% 0,
      -webkit-calc(100% - 10px) 100%,
      0 100%
    );
    clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
  }
  .card-price-list li:nth-child(n + 2) {
    -webkit-clip-path: polygon(
      10px 0,
      100% 0,
      -webkit-calc(100% - 10px) 100%,
      0 100%
    );
    clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
  }
  .card-price-list li:last-child {
    -webkit-clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%);
  }
  .params li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .params li span:first-child {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 220px;
  }
  .params li span:first-child:after {
    content: "";
    height: 1px;
    width: 100%;
    margin: 18px 4px 0 4px;
    border-bottom: 1px dotted #8b8b8b;
  }
  .contacts {
    width: 90%;
  }
  .requisites {
    width: 90%;
    margin: 0 auto;
  }
  .xs-visible {
    display: none;
  }
  .xs-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .basket-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .requisites-table td:first-child {
    white-space: nowrap;
    padding-right: 40px;
  }
  .sm-visible {
    display: none;
  }
  .sm-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .menu-sub-item.hover .menu-popup {
    display: block;
  }
  .menu-popup {
    position: absolute;
    left: -15px;
    right: -15px;
    top: -webkit-calc(100% + 15px);
    top: calc(100% + 15px);
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 30px;
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
    z-index: 6;
  }
  .menu-popup::after {
    content: "";
    width: 100%;
    height: 15px;
    position: absolute;
    left: 0;
    bottom: 100%;
  }
  .menu-popup h4 {
    margin-bottom: 5px;
  }
  .menu-sub-list li {
    margin-top: 7px;
  }
  .element:hover {
    z-index: 5;
  }
  .element:hover:before {
    opacity: 1;
    visibility: visible;
  }
  .element:hover .favorite {
    display: block;
  }
  .element:hover .element-footer {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .element:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: -webkit-calc(100% + 45px);
    height: calc(100% + 45px);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 10px rgba(50, 50, 50, 0.1);
    box-shadow: 0 2px 10px rgba(50, 50, 50, 0.1);
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .search-wrap {
    margin: 0 10%;
  }
  .layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .layout-sidebar {
    margin-right: 20px;
    width: 230px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .layout-content {
    width: 100%;
    min-width: 0;
  }
  .news-item--long .news-item-description {
    display: block;
  }
  .catalog-seo {
    margin-left: 250px;
  }
  .md-visible {
    display: none;
  }
  .md-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1201px) {
  .card-image-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .lg-visible {
    display: none;
  }
  .lg-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1401px) {
  .footer-top:before {
    content: "";
    width: 442px;
    height: 350px;
    position: absolute;
    left: -80px;
    top: 137px; /*background:url(../img/bigstar.svg) no-repeat*/
    z-index: -1;
    pointer-events: none;
    filter: drop-shadow(0px 0px 1px #63656a);
  }
  .footer-top-list--column {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
  .xl-visible {
    display: none;
  }
  .xl-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1400px) {
  .menu-item {
    font-size: 18px;
    padding: 15px 10px;
  }
  .container {
    max-width: 1200px;
  }
  .xl-col-1 {
    width: 8.33333%;
  }
  .xl-col-2 {
    width: 16.66667%;
  }
  .xl-col-3 {
    width: 25%;
  }
  .xl-col-4 {
    width: 33.33333%;
  }
  .xl-col-5 {
    width: 41.66667%;
  }
  .xl-col-6 {
    width: 50%;
  }
  .xl-col-7 {
    width: 58.33333%;
  }
  .xl-col-8 {
    width: 66.66667%;
  }
  .xl-col-9 {
    width: 75%;
  }
  .xl-col-10 {
    width: 83.33333%;
  }
  .xl-col-11 {
    width: 91.66667%;
  }
  .xl-col-12 {
    width: 100%;
  }
  .xl-hidden {
    display: none;
  }
  .xl-flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 1200px) {
  .menu-item {
    font-size: 15px;
  }
  .footer-top-list li {
    font-size: 16px;
    line-height: 22px;
  }
  .sidebar-menu--main:not(.is-toggle) {
    display: none;
  }
  .about-header-image--right {
    margin: 30px auto 0;
  }
  .about-header-image {
    margin: 30px auto 0;
  }
  .container {
    max-width: 1024px;
  }
  .lg-col-1 {
    width: 8.33333%;
  }
  .lg-col-2 {
    width: 16.66667%;
  }
  .lg-col-3 {
    width: 25%;
  }
  .lg-col-4 {
    width: 33.33333%;
  }
  .lg-col-5 {
    width: 41.66667%;
  }
  .lg-col-6 {
    width: 50%;
  }
  .lg-col-7 {
    width: 58.33333%;
  }
  .lg-col-8 {
    width: 66.66667%;
  }
  .lg-col-9 {
    width: 75%;
  }
  .lg-col-10 {
    width: 83.33333%;
  }
  .lg-col-11 {
    width: 91.66667%;
  }
  .lg-col-12 {
    width: 100%;
  }
  .lg-hidden {
    display: none;
  }
  .lg-flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .menu {
    margin: 10px 0 0;
  }
  .menu:not(.is-toggle) {
    display: none;
  }
  .menu-item {
    text-align: center;
    padding: 7px 20px;
    font-size: 18px;
    background: #1fbc00;
    margin-bottom: 2px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .menu-shadow {
    display: none;
  }
  .menu-popup {
    text-align: center;
  }
  .menu-popup-title {
    display: none;
  }
  .menu-sub-list a {
    display: block;
    padding: 5px 0;
    font-size: 16px;
  }
  .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .footer-top-column:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .social {
    margin-top: 30px;
  }
  .filter-wrap {
    margin-bottom: 30px;
  }
  .filter-wrap:not(.is-toggle) {
    display: none;
  }
  .about-advantages {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-advantages-item {
    width: 33%;
  }
  .container {
    max-width: 768px;
  }
  .md-col-1 {
    width: 8.33333%;
  }
  .md-col-2 {
    width: 16.66667%;
  }
  .md-col-3 {
    width: 25%;
  }
  .md-col-4 {
    width: 33.33333%;
  }
  .md-col-5 {
    width: 41.66667%;
  }
  .md-col-6 {
    width: 50%;
  }
  .md-col-7 {
    width: 58.33333%;
  }
  .md-col-8 {
    width: 66.66667%;
  }
  .md-col-9 {
    width: 75%;
  }
  .md-col-10 {
    width: 83.33333%;
  }
  .md-col-11 {
    width: 91.66667%;
  }
  .md-col-12 {
    width: 100%;
  }
  .md-hidden {
    display: none;
  }
  .md-flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .owl-prev {
    left: -20px;
  }
  .owl-next {
    right: -20px;
  }
  .footer-bottom-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .footer-bottom-column--dev {
    text-align: center;
    margin-top: 10px;
  }
  .title-index {
    font-size: 24px;
    line-height: 30px;
  }
  .offer-table {
    margin-bottom: 30px;
  }
  .tab-list li {
    font-size: 14px;
    padding: 5px 10px;
  }
  .basket-item-image {
    width: 50px;
    margin: 0 0 15px;
  }
  .basket-item-del {
    position: absolute;
    right: 15px;
    bottom: 15px;
  }
  .requisites-table td {
    font-size: 14px;
    line-height: 20px;
  }
  .form-footer-text {
    text-align: center;
    margin-top: 15px;
  }
  .page-footer-text {
    text-align: center;
    margin-top: 15px;
  }
  .refund-table td img {
    width: 60px;
  }
  .refund-table td:nth-child(2n + 2) {
    padding: 20px 10px 0;
    font-size: 30px;
  }
  .delivery li {
    width: 50%;
    padding: 20px;
  }
  .news-item {
    height: 300px;
  }
  .about-header-title {
    font-size: 28px;
    line-height: 32px;
  }
  .about-header-text {
    font-size: 16px;
    line-height: 24px;
  }
  .container {
    max-width: 500px;
  }
  .sm-col-1 {
    width: 8.33333%;
  }
  .sm-col-2 {
    width: 16.66667%;
  }
  .sm-col-3 {
    width: 25%;
  }
  .sm-col-4 {
    width: 33.33333%;
  }
  .sm-col-5 {
    width: 41.66667%;
  }
  .sm-col-6 {
    width: 50%;
  }
  .sm-col-7 {
    width: 58.33333%;
  }
  .sm-col-8 {
    width: 66.66667%;
  }
  .sm-col-9 {
    width: 75%;
  }
  .sm-col-10 {
    width: 83.33333%;
  }
  .sm-col-11 {
    width: 91.66667%;
  }
  .sm-col-12 {
    width: 100%;
  }
  .sm-hidden {
    display: none;
  }
  .sm-flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .header-personal li {
    margin-left: 10px;
  }
  .header-shop-icon {
    margin-left: 20px;
  }
  .title-head {
    font-size: 28px;
    line-height: 34px;
    padding-bottom: 15px;
  }
  .title--min {
    font-size: 24px;
    line-height: 30px;
  }
  .title--large {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .element-name {
    font-size: 14px;
    line-height: 16px;
  }
  .element-price li:not(:last-child) {
    margin: 0 0 5px;
  }
  .sticker {
    left: -5px;
    top: -5px;
  }
  .card-image {
    padding: 0;
    border: none;
  }
  .card-image-inner {
    padding-left: 0;
  }
  .card-image-preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .card-image-preview li {
    margin: 10px 10px 0 0;
    width: 50px;
  }
  .card-price-list li {
    padding: 10px;
  }
  .offer-table td {
    font-size: 14px;
  }
  .value:not(.value-all) {
    width: 100px;
  }
  .value-input {
    font-size: 14px;
  }
  .box {
    margin-left: -20px;
    margin-right: -20px;
  }
  .basket-tp {
    display: block;
  }
  .basket-tp tbody tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #ebebeb;
    padding: 5px 15px 10px 0;
    margin-bottom: -1px;
    position: relative;
  }
  .basket-tp td {
    width: 50%;
    padding-left: 15px;
  }
  .basket-tp td:nth-child(1),
  .basket-tp td:nth-child(2),
  .basket-tp td:nth-child(3) {
    width: 33.33%;
  }
  .about-advantages-item {
    width: 100%;
    margin: 15px 0;
  }
  .about-advantages-text {
    font-size: 14px;
    line-height: 20px;
  }
  .category-item {
    height: auto;
    padding-bottom: 150%;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 14px;
  }
  .category-item-name {
    font-size: 18px;
    line-height: 24px;
    padding: 3px 10px;
  }
  .xs-col-1 {
    width: 8.33333%;
  }
  .xs-col-2 {
    width: 16.66667%;
  }
  .xs-col-3 {
    width: 25%;
  }
  .xs-col-4 {
    width: 33.33333%;
  }
  .xs-col-5 {
    width: 41.66667%;
  }
  .xs-col-6 {
    width: 50%;
  }
  .xs-col-7 {
    width: 58.33333%;
  }
  .xs-col-8 {
    width: 66.66667%;
  }
  .xs-col-9 {
    width: 75%;
  }
  .xs-col-10 {
    width: 83.33333%;
  }
  .xs-col-11 {
    width: 91.66667%;
  }
  .xs-col-12 {
    width: 100%;
  }
  .xs-hidden {
    display: none;
  }
  .xs-flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  :root {
    --font-size: 16px;
  }
}
