@charset "UTF-8";
/*** Colors ***/
/* line 3, main.scss */
* {
  min-height: 0;
  min-width: 0;
  box-sizing: border-box;
  outline: none; }

/* line 10, main.scss */
html, body {
  min-height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

/* line 18, main.scss */
body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: var(--font-size);
  line-height: 164%;
  color: #1A1A1A; }
  /* line 26, main.scss */
  body.product-page {
    background: #F5F5F5; }

/* line 31, main.scss */
.wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  min-height: calc(100vh - 340px);
  padding-top: 105px; }

/* line 39, main.scss */
.noscroll {
  overflow: hidden; }

/* line 43, main.scss */
.icoNCV {
  background: #1B1C1E; }

/* line 47, main.scss */
.container-block {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 48px; }

/* line 54, main.scss */
.text-gray {
  color: #9E9E9E; }

/* line 58, main.scss */
.icon {
  width: 16px;
  height: 16px;
  min-width: 16px;
  fill: #1d1d1b;
  transition: .3s; }

/* line 66, main.scss */
.big-email {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1A1A1A; }

/* line 73, main.scss */
.text-gray-bold {
  font-weight: 500;
  color: #9E9E9E; }

/* line 78, main.scss */
.buffer-notification {
  position: fixed;
  width: 207px;
  padding: 2px 5px;
  background: #fff;
  font-size: 14px;
  text-align: center;
  border: 1px solid #DADADA;
  z-index: 999;
  opacity: 0;
  pointer-events: none; }
  /* line 90, main.scss */
  .buffer-notification.active {
    opacity: 1; }

/*** Chat ***/
/* line 97, main.scss */
.doonAJ {
  opacity: 0;
  pointer-events: none; }

/* line 102, main.scss */
.dDogSf {
  border-radius: 0; }

/* line 106, main.scss */
.bkfqSj,
.iXXddQ {
  background: #F5F5F5; }

/* line 111, main.scss */
.eAwAUV {
  background: #000000; }

/* line 115, main.scss */
.jjMiNk {
  background: #1d1d1b; }

/*** End Chat ***/
/* line 122, main.scss */
a {
  color: #1d1d1b;
  text-decoration: none;
  transition: .3s; }
  /* line 127, main.scss */
  a:hover {
    color: #343434;
    border-color: transparent; }

/* line 133, main.scss */
p {
  margin: 10px 0 0; }
  /* line 136, main.scss */
  p:first-child {
    margin-top: 0; }

/* line 141, main.scss */
img {
  max-width: 100%;
  object-fit: contain; }

/* line 146, main.scss */
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  font-family: "Roboto", sans-serif;
  margin: 0;
  font-weight: 500; }
  /* line 158, main.scss */
  h1:first-child,
  h2:first-child,
  h3:first-child,
  h4:first-child,
  .h1:first-child,
  .h2:first-child,
  .h3:first-child,
  .h4:first-child {
    margin-top: 0; }

/* line 163, main.scss */
h1,
.h1 {
  font-size: 42px;
  line-height: 48px; }

/* line 169, main.scss */
h2,
.h2 {
  font-size: 42px;
  line-height: 48px; }

/* line 175, main.scss */
h3,
.h3 {
  font-size: 32px;
  line-height: 38px; }

/* line 181, main.scss */
h4,
.h4 {
  font-size: 26px;
  line-height: 32px; }

/* line 187, main.scss */
h5,
.h5 {
  margin: 0;
  font-size: 22px;
  line-height: 32px; }

/* line 194, main.scss */
.co-title {
  flex: 100%; }

/* line 198, main.scss */
ul {
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  list-style: none; }
  /* line 204, main.scss */
  ul li {
    position: relative;
    padding-left: 20px; }
    /* line 208, main.scss */
    ul li:before {
      content: "•";
      margin-right: 6px;
      font-size: 14px;
      line-height: 24px; }
  /* line 218, main.scss */
  ul.list li {
    display: flex;
    font-size: 16px;
    line-height: 22px; }
    /* line 223, main.scss */
    ul.list li:before {
      content: "";
      width: 17px;
      min-width: 17px;
      height: 17px;
      margin: 2px 17px 0 0;
      background: url("list-marker.svg");
      background-size: contain; }

/* line 236, main.scss */
ol {
  padding: 0 0 0 40px;
  font-size: 14px;
  line-height: 24px; }

/* line 242, main.scss */
.btn,
.co-button,
.co-section--content .co-button,
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 11px 46px;
  background: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  background: #1d1d1b;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-transform: uppercase;
  text-decoration: none !important; }
  /* line 263, main.scss */
  .btn:after,
  .co-button:after,
  .co-section--content .co-button:after,
  .button:after {
    display: none; }
  /* line 267, main.scss */
  .btn:hover, .btn:focus, .btn:active,
  .co-button:hover,
  .co-button:focus,
  .co-button:active,
  .co-section--content .co-button:hover,
  .co-section--content .co-button:focus,
  .co-section--content .co-button:active,
  .button:hover,
  .button:focus,
  .button:active {
    background: #343434;
    color: #fff;
    box-shadow: none; }
  /* line 275, main.scss */
  .btn:after,
  .co-button:after,
  .co-section--content .co-button:after,
  .button:after {
    display: none; }
  /* line 279, main.scss */
  .btn[disabled],
  .co-button[disabled],
  .co-section--content .co-button[disabled],
  .button[disabled] {
    background: #BDBDBD;
    cursor: default;
    pointer-events: none; }

/* line 286, main.scss */
.btn-medium {
  min-height: 38px;
  padding: 8px 16px;
  text-transform: none; }

/* line 292, main.scss */
.btn-small {
  min-height: 26px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
  text-transform: none; }

/* line 300, main.scss */
.btn-white {
  background: #fff;
  color: #002a3a; }
  /* line 304, main.scss */
  .btn-white:hover, .btn-white:focus, .btn-white:active {
    background: none;
    color: #fff;
    border-color: #fff; }

/* line 313, main.scss */
.btn-gray {
  background: #F5F5F5;
  color: #1A1A1A; }
  /* line 317, main.scss */
  .btn-gray:hover, .btn-gray:focus, .btn-gray:active {
    background: #F5F5F5;
    color: #1A1A1A; }

/* line 325, main.scss */
.btn-empty {
  background: none;
  color: #1d1d1b;
  border: 1px solid #000000; }
  /* line 330, main.scss */
  .btn-empty:hover, .btn-empty:focus, .btn-empty:active {
    background: none;
    color: #1d1d1b;
    border-color: #9E9E9E; }

/* line 339, main.scss */
.more-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 70px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  text-transform: uppercase; }
  /* line 347, main.scss */
  .more-btn-wrap .more-btn {
    padding-bottom: 5px;
    border-bottom: 1px solid #1d1d1b;
    cursor: pointer;
    transition: .3s; }
    /* line 353, main.scss */
    .more-btn-wrap .more-btn:hover {
      border-color: transparent; }

/* line 359, main.scss */
.back-link {
  align-items: baseline; }
  /* line 362, main.scss */
  .back-link svg {
    margin-right: 9px;
    transform: rotate(-180deg); }
  /* line 367, main.scss */
  .back-link .text {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase; }

/* line 375, main.scss */
.border-radius {
  border-radius: 58px; }

/* line 379, main.scss */
.tooltip {
  position: relative;
  display: block;
  padding: 4px 14px;
  background: #E0E0E0;
  border-radius: 5px;
  pointer-events: none; }
  /* line 387, main.scss */
  .tooltip:before {
    content: '';
    position: absolute;
    top: calc(100% - 4px);
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    background: #E0E0E0; }

/*** Pagination ***/
/* line 402, main.scss */
.pagination-wrap {
  margin-top: 30px; }

/* line 406, main.scss */
.pagination-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
  margin: -15px 0 0 -15px; }
  /* line 413, main.scss */
  .pagination-list--item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 15px 0 0 15px;
    text-align: center;
    color: #000000;
    border: 2px solid #000000; }
    /* line 424, main.scss */
    .pagination-list--item.is-current, .pagination-list--item:hover {
      color: #fff;
      background: #000000; }
  /* line 431, main.scss */
  .pagination-list .pagination-prev,
  .pagination-list .pagination-next {
    align-items: center;
    justify-content: center;
    pointer-events: none;
    transform: rotate(-90deg); }
    /* line 438, main.scss */
    .pagination-list .pagination-prev:hover,
    .pagination-list .pagination-next:hover {
      background: #000000; }
      /* line 441, main.scss */
      .pagination-list .pagination-prev:hover .icon,
      .pagination-list .pagination-next:hover .icon {
        width: 10px;
        height: 10px;
        stroke: #fff; }
    /* line 448, main.scss */
    .pagination-list .pagination-prev .icon,
    .pagination-list .pagination-next .icon {
      fill: #000000; }
    /* line 452, main.scss */
    .pagination-list .pagination-prev.active,
    .pagination-list .pagination-next.active {
      pointer-events: all; }
  /* line 457, main.scss */
  .pagination-list .pagination-prev {
    transform: rotate(90deg); }

/*** End Pagination ***/
/*** Form elements ***/
/* line 467, main.scss */
label {
  width: 100%;
  line-height: normal; }

/* line 472, main.scss */
.input-wrap {
  position: relative;
  width: 100%; }
  /* line 478, main.scss */
  .input-wrap:hover .error-text {
    display: none; }
  /* line 483, main.scss */
  .input-wrap .label {
    margin-bottom: 8px;
    font-size: 10px;
    line-height: 12px;
    color: #9E9E9E; }
  /* line 490, main.scss */
  .input-wrap .label-input {
    position: absolute;
    bottom: 4px;
    left: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #9E9E9E;
    transition: .3s; }
  /* line 501, main.scss */
  .input-wrap input:focus + .label-input,
  .input-wrap input:active + .label-input,
  .input-wrap input.fill + .label-input, .input-wrap.fill .label-input {
    bottom: 29px;
    font-weight: 700;
    font-size: 10px;
    line-height: 16px; }
  /* line 511, main.scss */
  .input-wrap .info-placeholder {
    position: absolute;
    bottom: 12px;
    left: 0;
    font-weight: 400;
    color: #9E9E9E;
    pointer-events: none; }
  /* line 520, main.scss */
  .input-wrap .input.fill + .info-placeholder {
    opacity: 0; }

/* line 525, main.scss */
.password-wrap {
  position: relative; }
  /* line 528, main.scss */
  .password-wrap .input {
    padding-right: 30px; }
  /* line 532, main.scss */
  .password-wrap .eye {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: .7; }
    /* line 540, main.scss */
    .password-wrap .eye.active {
      opacity: 1; }

/* line 548, main.scss */
.star-rating-wrap .label {
  max-width: 50%;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #1A1A1A; }
/* line 556, main.scss */
.star-rating-wrap .star-rating {
  margin-left: -17px; }
  /* line 559, main.scss */
  .star-rating-wrap .star-rating label {
    width: 22px;
    height: 22px;
    margin: 0 0 0 17px; }

/* line 567, main.scss */
.input,
input[type="text"],
input[type="password"],
input[type="email"],
.textarea,
textarea,
textarea.form-control,
.co-input-field {
  width: 100%;
  padding: 0 0 6px;
  background: #fff;
  font-family: "Roboto", sans-serif;
  color: #1A1A1A;
  font-size: 16px;
  line-height: 19px;
  border: 0;
  border-bottom: 2px solid #1d1d1b;
  border-radius: 0;
  box-shadow: none;
  transition: .3s; }
  /* line 588, main.scss */
  .input::placeholder,
  input[type="text"]::placeholder,
  input[type="password"]::placeholder,
  input[type="email"]::placeholder,
  .textarea::placeholder,
  textarea::placeholder,
  textarea.form-control::placeholder,
  .co-input-field::placeholder {
    color: #9E9E9E; }
  /* line 592, main.scss */
  .input:hover,
  input[type="text"]:hover,
  input[type="password"]:hover,
  input[type="email"]:hover,
  .textarea:hover,
  textarea:hover,
  textarea.form-control:hover,
  .co-input-field:hover {
    border-color: #616161; }
  /* line 596, main.scss */
  .input:focus, .input:active,
  input[type="text"]:focus,
  input[type="text"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  .textarea:focus,
  .textarea:active,
  textarea:focus,
  textarea:active,
  textarea.form-control:focus,
  textarea.form-control:active,
  .co-input-field:focus,
  .co-input-field:active {
    color: #1A1A1A !important;
    border-color: #1d1d1b !important;
    box-shadow: none !important; }
  /* line 603, main.scss */
  .input.error,
  input[type="text"].error,
  input[type="password"].error,
  input[type="email"].error,
  .textarea.error,
  textarea.error,
  textarea.form-control.error,
  .co-input-field.error {
    border-color: #DE0F07; }
  /* line 607, main.scss */
  .input:-webkit-autofill, .input:-webkit-autofill:hover, .input:-webkit-autofill:focus, .input:-webkit-autofill:active,
  input[type="text"]:-webkit-autofill,
  input[type="text"]:-webkit-autofill:hover,
  input[type="text"]:-webkit-autofill:focus,
  input[type="text"]:-webkit-autofill:active,
  input[type="password"]:-webkit-autofill,
  input[type="password"]:-webkit-autofill:hover,
  input[type="password"]:-webkit-autofill:focus,
  input[type="password"]:-webkit-autofill:active,
  input[type="email"]:-webkit-autofill,
  input[type="email"]:-webkit-autofill:hover,
  input[type="email"]:-webkit-autofill:focus,
  input[type="email"]:-webkit-autofill:active,
  .textarea:-webkit-autofill,
  .textarea:-webkit-autofill:hover,
  .textarea:-webkit-autofill:focus,
  .textarea:-webkit-autofill:active,
  textarea:-webkit-autofill,
  textarea:-webkit-autofill:hover,
  textarea:-webkit-autofill:focus,
  textarea:-webkit-autofill:active,
  textarea.form-control:-webkit-autofill,
  textarea.form-control:-webkit-autofill:hover,
  textarea.form-control:-webkit-autofill:focus,
  textarea.form-control:-webkit-autofill:active,
  .co-input-field:-webkit-autofill,
  .co-input-field:-webkit-autofill:hover,
  .co-input-field:-webkit-autofill:focus,
  .co-input-field:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 40px #fff inset !important; }
  /* line 614, main.scss */
  .input:-webkit-autofill,
  input[type="text"]:-webkit-autofill,
  input[type="password"]:-webkit-autofill,
  input[type="email"]:-webkit-autofill,
  .textarea:-webkit-autofill,
  textarea:-webkit-autofill,
  textarea.form-control:-webkit-autofill,
  .co-input-field:-webkit-autofill {
    -webkit-text-fill-color: #000000 !important; }

/* line 619, main.scss */
textarea {
  display: flex;
  min-height: 100px;
  margin-top: 10px; }
  /* line 624, main.scss */
  textarea::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #9E9E9E; }
  /* line 631, main.scss */
  textarea:first-child {
    margin-top: 0; }

/* line 636, main.scss */
.select,
select {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 19px; }

/* line 646, main.scss */
.success-notice {
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  width: 100%;
  padding: 10px 15px;
  background: #fff;
  color: #35b17d;
  font-size: 12px;
  line-height: 16px;
  border: 1px solid rgba(26, 26, 26, 0.16);
  z-index: 9;
  pointer-events: none; }

/* line 661, main.scss */
.error-notice {
  margin: 10px 0 0;
  font-size: 14px;
  color: #DE0F07; }

/* line 667, main.scss */
.error-text {
  display: none;
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  width: 100%;
  padding: 10px 15px;
  background: #fff;
  color: #DE0F07;
  font-size: 12px;
  line-height: 16px;
  border: 1px solid rgba(26, 26, 26, 0.16);
  z-index: 9;
  pointer-events: none; }
  /* line 682, main.scss */
  .error-text .icon {
    margin-right: 10px; }

/* line 687, main.scss */
.error .error-text {
  display: flex; }

/* line 693, main.scss */
.password-field-wrap input[type="password"],
.password-field-wrap input[type="text"] {
  padding-right: 50px; }

/* line 699, main.scss */
input[type="password"] {
  padding-right: 50px; }

/* line 703, main.scss */
input[type='range'] {
  -webkit-appearance: none !important;
  background: #1A1A1A;
  height: 2px; }

/* line 708, main.scss */
input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  background: #1A1A1A;
  height: 10px;
  width: 10px;
  border-radius: 50%; }

/* line 716, main.scss */
.checkbox-list {
  display: flex;
  flex-wrap: wrap; }
  /* line 720, main.scss */
  .checkbox-list .checkbox {
    margin: 8px 0 0 0; }
    /* line 723, main.scss */
    .checkbox-list .checkbox:first-child {
      margin-top: 0; }

/* line 729, main.scss */
.checkbox {
  display: flex;
  margin-top: 40px;
  cursor: pointer; }
  /* line 734, main.scss */
  .checkbox:first-child {
    margin-top: 0; }
  /* line 738, main.scss */
  .checkbox label {
    min-width: 34px; }
  /* line 742, main.scss */
  .checkbox input {
    display: none; }
  /* line 746, main.scss */
  .checkbox input:checked + .icon {
    border-color: #1d1d1b; }
    /* line 749, main.scss */
    .checkbox input:checked + .icon:before {
      opacity: 1; }
  /* line 754, main.scss */
  .checkbox input:checked + .icon {
    background: #1A1A1A; }
  /* line 758, main.scss */
  .checkbox .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    min-width: 14px;
    height: 14px;
    margin: 2px 16px 0 0;
    border: 2px solid #1A1A1A; }
    /* line 769, main.scss */
    .checkbox .icon svg {
      z-index: 9; }
  /* line 774, main.scss */
  .checkbox .text {
    display: flex;
    align-items: baseline;
    font-size: 14px;
    line-height: 16px; }
    /* line 780, main.scss */
    .checkbox .text a {
      color: #1A1A1A; }
      /* line 783, main.scss */
      .checkbox .text a:hover {
        color: #1A1A1A; }
        /* line 786, main.scss */
        .checkbox .text a:hover span {
          border-color: transparent; }
      /* line 791, main.scss */
      .checkbox .text a span {
        border-bottom: 1.5px solid #1A1A1A; }
  /* line 797, main.scss */
  .checkbox .count {
    margin-left: 7px;
    font-size: 14px;
    line-height: 24px;
    color: #9E9E9E; }

/* line 805, main.scss */
.radio-list {
  display: flex;
  flex-wrap: wrap;
  margin: -15px 0 0 -32px; }
  /* line 810, main.scss */
  .radio-list .radio {
    margin: 15px 0 0 32px; }

/* line 815, main.scss */
.radio {
  position: relative;
  display: flex;
  width: auto;
  cursor: pointer; }
  /* line 821, main.scss */
  .radio input {
    display: none; }
  /* line 827, main.scss */
  .radio input:checked + .icon::before {
    opacity: 1; }
  /* line 832, main.scss */
  .radio .icon {
    position: relative;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin: 0 12px 0 0;
    border: 1px solid #9E9E9E;
    border-radius: 50%;
    cursor: pointer; }
    /* line 844, main.scss */
    .radio .icon::before {
      content: '';
      position: absolute;
      top: 50%;
      left: calc(50%);
      transform: translate(-50%, -50%);
      width: 8px;
      height: 8px;
      background: #1A1A1A;
      border-radius: 50%;
      opacity: 0; }
  /* line 858, main.scss */
  .radio .text {
    font-size: 16px;
    color: #000000; }

/*** End Form elements ***/
/*** Custom select ***/
/* line 869, main.scss */
.custom-select-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  background: none;
  border: 0;
  padding: 0;
  display: inline-block;
  user-select: none; }
  /* line 879, main.scss */
  .custom-select-wrapper select {
    display: none; }
  /* line 883, main.scss */
  .custom-select-wrapper .custom-options {
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
    min-width: 100%;
    max-height: 300px;
    height: 0;
    padding: 6px 0 8px;
    background: #fff;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    border: 1px solid #DADADA;
    z-index: 90; }
  /* line 900, main.scss */
  .custom-select-wrapper .custom-option {
    position: relative;
    display: block;
    min-width: 120px;
    padding: 6px 18px;
    font-size: 14px;
    line-height: 24px;
    color: #1A1A1A;
    transition: .3s;
    cursor: pointer;
    z-index: 9; }
    /* line 912, main.scss */
    .custom-select-wrapper .custom-option:hover {
      background: #F5F5F5; }
    /* line 916, main.scss */
    .custom-select-wrapper .custom-option.selected {
      background: #F5F5F5; }
    /* line 920, main.scss */
    .custom-select-wrapper .custom-option .text {
      position: relative;
      border-bottom: 1px solid transparent;
      z-index: 5; }
  /* line 927, main.scss */
  .custom-select-wrapper .mCSB_inside > .mCSB_container {
    margin-right: 0;
    z-index: 1; }
  /* line 932, main.scss */
  .custom-select-wrapper .mCSB_scrollTools {
    z-index: 5; }
  /* line 938, main.scss */
  .custom-select-wrapper.opened .custom-select-trigger .icon {
    transform: translateY(-50%) translateX(-50%) rotate(180deg); }
  /* line 942, main.scss */
  .custom-select-wrapper.opened .custom-options {
    height: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: all; }

/* line 951, main.scss */
.custom-select-trigger {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 25px 0 0;
  background: #fff;
  color: #1A1A1A;
  font-size: 14px;
  line-height: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-appearance: none;
  cursor: pointer;
  z-index: 95; }
  /* line 968, main.scss */
  .custom-select-trigger::-ms-expand {
    display: none; }
  /* line 972, main.scss */
  .custom-select-trigger.error {
    border-color: #DE0F07; }
  /* line 976, main.scss */
  .custom-select-trigger .icon {
    position: absolute;
    top: 50%;
    right: 2px;
    transform: translateY(-50%); }
  /* line 983, main.scss */
  .custom-select-trigger .text {
    color: #1d1d1b;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

/*** End Custom select ***/
/*** Tabs ***/
/* line 1000, main.scss */
.tabs-body--item {
  display: none; }
  /* line 1003, main.scss */
  .tabs-body--item.active {
    display: block; }

/*** End Tabs ***/
/*** Custom scroll ***/
/* line 1015, main.scss */
.mCSB_scrollTools {
  width: 6px;
  opacity: 1; }
  /* line 1019, main.scss */
  .mCSB_scrollTools .mCSB_draggerContainer {
    background: #F5F5F5;
    border-radius: 0; }
  /* line 1024, main.scss */
  .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 6px; }
    /* line 1027, main.scss */
    .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
      background: #E0E0E0; }
  /* line 1032, main.scss */
  .mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background: none; }
  /* line 1039, main.scss */
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background: #E0E0E0;
    border-radius: 0; }
  /* line 1050, main.scss */
  .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:focus .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: #E0E0E0; }

/* line 1057, main.scss */
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 0; }

/* line 1061, main.scss */
.mCSB_inside > .mCSB_container {
  margin-right: 6px; }

/*** End Custom scroll ***/
/*** Swiper ***/
/* line 1070, main.scss */
.swiper-initialized {
  position: relative; }

/* line 1074, main.scss */
.swiper-slide {
  height: auto; }

/* line 1078, main.scss */
.swiper-button-prev,
.swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  transform: translate(0);
  flex: 1;
  width: 24px;
  height: 16px;
  max-width: 24px;
  margin: 0;
  transition: .3s;
  cursor: pointer; }
  /* line 1096, main.scss */
  .swiper-button-prev:after,
  .swiper-button-next:after {
    display: none; }
  /* line 1100, main.scss */
  .swiper-button-prev svg,
  .swiper-button-next svg {
    width: 100%;
    height: 100%; }

/* line 1106, main.scss */
.swiper-button-prev {
  transform: rotate(180deg); }

/* line 1110, main.scss */
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 42px; }

/* line 1116, main.scss */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0 0 14px;
  cursor: pointer; }
  /* line 1121, main.scss */
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:first-child,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:first-child {
    margin-left: 0; }

/* line 1126, main.scss */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #E0E0E0;
  opacity: 1; }
  /* line 1132, main.scss */
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #1d1d1b; }

/* line 1137, main.scss */
.pagination-swiper-wrap {
  position: absolute;
  bottom: 42px;
  left: 0;
  width: 100%; }
  /* line 1143, main.scss */
  .pagination-swiper-wrap .swiper-horizontal > .swiper-pagination-bullets,
  .pagination-swiper-wrap .swiper-pagination-bullets.swiper-pagination-horizontal,
  .pagination-swiper-wrap .swiper-pagination-custom,
  .pagination-swiper-wrap .swiper-pagination-fraction {
    position: relative;
    bottom: 0;
    text-align: left; }

/* line 1153, main.scss */
.swiper-lazy-preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background: #fff;
  animation: none;
  border: 0;
  border-radius: 0;
  z-index: 1; }
  /* line 1166, main.scss */
  .swiper-lazy-preloader:before {
    content: '';
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid #1d1d1b;
    border-radius: 50%;
    border-top-color: transparent; }

/*** End Swiper ***/
/*** Quantity ***/
/* line 1190, main.scss */
.quantity-wrap {
  width: 100%;
  max-width: 74px; }

/* line 1195, main.scss */
.quantity {
  display: flex;
  align-items: center;
  width: 100%; }
  /* line 1200, main.scss */
  .quantity input[type="text"] {
    flex: 1;
    height: 100%;
    padding: 0 5px;
    font-weight: 500;
    text-align: center;
    border: 0; }
  /* line 1209, main.scss */
  .quantity .quantity-control {
    position: relative;
    display: flex;
    justify-content: center;
    flex: 1;
    width: 18px;
    height: 18px;
    max-width: 18px;
    background: #F5F5F5;
    border: 0; }
  /* line 1221, main.scss */
  .quantity .minus {
    width: 13px; }
    /* line 1224, main.scss */
    .quantity .minus:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 7px;
      height: 2px;
      background: #1d1d1b; }
  /* line 1236, main.scss */
  .quantity .plus {
    width: 13px; }
    /* line 1239, main.scss */
    .quantity .plus:before, .quantity .plus:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 7px;
      height: 2px;
      background: #1d1d1b; }
    /* line 1251, main.scss */
    .quantity .plus:after {
      transform: translate(-50%, -50%) rotate(90deg); }

/*** End Quantity ***/
/*** Coupon ***/
/* line 1262, main.scss */
.coupon-wrap {
  position: relative; }
  /* line 1265, main.scss */
  .coupon-wrap .error-text {
    min-width: 240px; }

/* line 1270, main.scss */
.coupon {
  position: relative;
  max-width: 150px; }
  /* line 1274, main.scss */
  .coupon input {
    padding-right: 25px; }
  /* line 1278, main.scss */
  .coupon button {
    position: absolute;
    top: 0;
    right: 5px;
    padding: 0;
    background: none;
    border: 0;
    cursor: pointer; }
  /* line 1288, main.scss */
  .coupon .remove {
    display: none;
    position: absolute;
    top: 0;
    right: 5px;
    padding: 0;
    background: none;
    border: 0;
    cursor: pointer; }
  /* line 1301, main.scss */
  .coupon.fill button {
    display: none; }
  /* line 1305, main.scss */
  .coupon.fill .remove {
    display: block; }

/*** End Coupon ***/
/*** Modal ***/
/* line 1316, main.scss */
.modal-btn {
  cursor: pointer; }

/* line 1320, main.scss */
.modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  display: flex;
  padding: 15px;
  transition: .3s;
  opacity: 0;
  overflow: auto;
  pointer-events: none;
  z-index: 9999; }
  /* line 1335, main.scss */
  .modal-wrap.open {
    opacity: 1 !important;
    pointer-events: all !important; }
    /* line 1339, main.scss */
    .modal-wrap.open .overflow {
      backdrop-filter: blur(5px); }
    /* line 1343, main.scss */
    .modal-wrap.open .modal {
      display: block; }
  /* line 1350, main.scss */
  .modal-wrap.small-size .modal {
    max-width: 426px; }
    /* line 1353, main.scss */
    .modal-wrap.small-size .modal .wrap {
      padding: 50px; }
  /* line 1361, main.scss */
  .modal-wrap.medium-size .modal {
    max-width: 656px; }
    /* line 1364, main.scss */
    .modal-wrap.medium-size .modal .wrap {
      padding: 80px 113px 70px; }
  /* line 1372, main.scss */
  .modal-wrap.big-size .modal {
    max-width: 964px; }
    /* line 1375, main.scss */
    .modal-wrap.big-size .modal .wrap {
      padding: 90px 112px 128px; }
  /* line 1383, main.scss */
  .modal-wrap.extra-big-size .modal {
    max-width: 1200px; }
    /* line 1386, main.scss */
    .modal-wrap.extra-big-size .modal .wrap {
      padding: 90px 112px 128px; }
  /* line 1392, main.scss */
  .modal-wrap .overflow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 26, 26, 0.16);
    backdrop-filter: blur(0);
    transition: .3s;
    transition-delay: .3s;
    z-index: 1;
    cursor: pointer; }
  /* line 1406, main.scss */
  .modal-wrap.gallery {
    padding: 0; }
    /* line 1409, main.scss */
    .modal-wrap.gallery .overflow {
      opacity: 0;
      pointer-events: none; }
    /* line 1414, main.scss */
    .modal-wrap.gallery .modal {
      width: 100%;
      height: 100%;
      max-width: 100%; }
      /* line 1419, main.scss */
      .modal-wrap.gallery .modal .close {
        position: fixed;
        top: 64px;
        right: 48px; }
      /* line 1425, main.scss */
      .modal-wrap.gallery .modal .wrap {
        position: relative;
        display: flex;
        height: 100%;
        padding: 48px 0 0;
        background: #F5F5F5; }
        /* line 1432, main.scss */
        .modal-wrap.gallery .modal .wrap img {
          max-height: 100%;
          margin: auto; }
    /* line 1439, main.scss */
    .modal-wrap.gallery .gallery-image-button-prev,
    .modal-wrap.gallery .gallery-image-button-next {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      padding: 10px 15px;
      background: #1d1d1b;
      cursor: pointer; }
      /* line 1449, main.scss */
      .modal-wrap.gallery .gallery-image-button-prev svg,
      .modal-wrap.gallery .gallery-image-button-next svg {
        fill: #fff;
        transform: rotate(-180deg); }
    /* line 1455, main.scss */
    .modal-wrap.gallery .gallery-image-button-next {
      left: auto;
      right: 0; }
      /* line 1459, main.scss */
      .modal-wrap.gallery .gallery-image-button-next svg {
        transform: rotate(0); }

/* line 1466, main.scss */
.modal {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 740px;
  margin: auto;
  background: #fff;
  overflow: visible;
  z-index: 5; }
  /* line 1476, main.scss */
  .modal.border-radius {
    border-radius: 12px; }
  /* line 1480, main.scss */
  .modal .close {
    position: absolute;
    top: 23px;
    right: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    cursor: pointer;
    z-index: 9; }
    /* line 1492, main.scss */
    .modal .close:before, .modal .close:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 24px;
      height: 2px;
      margin: 0 0 0 -12px;
      background: #1d1d1b;
      transform: rotate(45deg); }
    /* line 1505, main.scss */
    .modal .close:after {
      transform: rotate(-45deg); }
  /* line 1510, main.scss */
  .modal .wrap {
    padding: 64px; }
  /* line 1514, main.scss */
  .modal .sub-title {
    font-size: 14px;
    line-height: 20px; }
  /* line 1519, main.scss */
  .modal .date {
    color: #9E9E9E; }
  /* line 1523, main.scss */
  .modal .link {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer; }
  /* line 1531, main.scss */
  .modal .qrcode-wrap {
    max-width: 456px; }
    @media screen and (min-width: 576px) {
      /* line 1531, main.scss */
      .modal .qrcode-wrap {
        max-width: 312px;
        margin-left: 0; } }
  /* line 1540, main.scss */
  .modal .qrcode img {
    max-width: 312px;
    max-height: 312px;
    margin: auto; }
  /* line 1546, main.scss */
  .modal .list {
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px; }
    /* line 1552, main.scss */
    .modal .list--item {
      display: flex; }
    /* line 1556, main.scss */
    .modal .list .num {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 24px;
      height: 24px;
      min-width: 24px;
      margin-right: 15px;
      background: #F5F5F5;
      font-size: 12px;
      font-weight: 400;
      border-radius: 50%; }
  /* line 1573, main.scss */
  .modal .testimonials-detail p {
    font-size: 14px; }
  /* line 1577, main.scss */
  .modal .testimonials-detail img {
    margin-bottom: 20px; }
  /* line 1581, main.scss */
  .modal .testimonials-detail .testimonials-images {
    margin: 32px 0; }
    /* line 1586, main.scss */
    .modal .testimonials-detail .testimonials-images.active img:nth-child(n+3) {
      display: block; }
    /* line 1593, main.scss */
    .modal .testimonials-detail .testimonials-images img:nth-child(n+3) {
      display: none; }
    /* line 1598, main.scss */
    .modal .testimonials-detail .testimonials-images .more-btn {
      margin-top: 10px;
      font-weight: 500;
      text-decoration-line: underline;
      text-align: center;
      cursor: pointer; }

/* line 1611, main.scss */
.co-modal--login .co-modal-close {
  transform: rotate(45deg); }
  /* line 1614, main.scss */
  .co-modal--login .co-modal-close:before {
    color: #002a3a; }
  /* line 1618, main.scss */
  .co-modal--login .co-modal-close:after {
    display: none; }
/* line 1623, main.scss */
.co-modal--login .co-form--login {
  margin-top: 30px; }
/* line 1627, main.scss */
.co-modal--login .co-button--password_recover {
  align-self: flex-start;
  margin: 20px 0 0;
  padding: 0 0 10px;
  border-bottom: 1px solid;
  color: #1d1d1b; }
  /* line 1634, main.scss */
  .co-modal--login .co-button--password_recover:after {
    display: none; }
  /* line 1638, main.scss */
  .co-modal--login .co-button--password_recover:hover {
    color: #343434;
    border-color: transparent; }

/* line 1645, main.scss */
form#contacts {
  display: none; }

/* line 1649, main.scss */
.success-block {
  text-align: center; }
  /* line 1652, main.scss */
  .success-block .icon {
    width: 22px;
    height: 17px; }
  /* line 1657, main.scss */
  .success-block .title {
    margin-top: 40px;
    font-weight: 500;
    font-size: 28px;
    line-height: 33px; }
  /* line 1664, main.scss */
  .success-block .sub-title {
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #9E9E9E; }
  /* line 1671, main.scss */
  .success-block .btn {
    margin-top: 63px; }

/*** End Modal ***/
/* line 1678, main.scss */
.cabinet-menu-wrap .qrcode img {
  max-width: 150px;
  max-height: 150px; }

/*** Share block ***/
/* line 1686, main.scss */
.share-block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding: 20px 0 0; }
  /* line 1692, main.scss */
  .share-block a {
    padding: 10px 10px 0;
    font-size: 18px;
    color: #000000;
    text-transform: uppercase; }

/*** End Share block ***/
/*** Feedback ***/
/* line 1705, main.scss */
.default_feedback_form {
  max-width: 600px; }
  /* line 1708, main.scss */
  .default_feedback_form p {
    line-height: normal; }
  /* line 1712, main.scss */
  .default_feedback_form [data-feedback-form-recaptcha] {
    margin-top: 20px; }

/*** End Feedback ***/
/*** Search ***/
/* line 1722, main.scss */
.search-form {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex: 1;
  width: 100%; }
  /* line 1729, main.scss */
  .search-form label {
    position: relative;
    width: 100%; }
  /* line 1734, main.scss */
  .search-form input {
    width: 100%;
    padding: 0 60px 7px 0; }
    /* line 1738, main.scss */
    .search-form input::placeholder {
      color: #000000; }
  /* line 1743, main.scss */
  .search-form .search-clear-input {
    position: absolute;
    top: 11px;
    right: 0;
    font-size: 12px;
    line-height: 16px;
    cursor: pointer; }
  /* line 1752, main.scss */
  .search-form .custom-scroll {
    position: absolute;
    top: calc(100% - 3px);
    left: 50%;
    display: none;
    width: 100%;
    max-width: calc(60vw - 28px);
    transform: translateX(-50%);
    padding: 20px 40px;
    background: #fff;
    border: 3px solid #000000;
    z-index: 99; }
    /* line 1765, main.scss */
    .search-form .custom-scroll.open {
      display: block; }
    /* line 1769, main.scss */
    .search-form .custom-scroll ul {
      margin: 0; }

/* line 1777, main.scss */
.search-form-mobile .search-form {
  max-width: 100%; }
  /* line 1780, main.scss */
  .search-form-mobile .search-form input {
    height: 50px;
    padding-left: 20px; }
  /* line 1785, main.scss */
  .search-form-mobile .search-form button {
    width: 40px;
    height: 40px; }

/*** End Search ***/
/*** Dropdown ***/
/* line 1797, main.scss */
.dropdown-wrap {
  font-size: 14px;
  line-height: 24px; }
  /* line 1805, main.scss */
  .dropdown-wrap.opened .label svg {
    transform: rotate(-90deg); }
  /* line 1810, main.scss */
  .dropdown-wrap.opened .dropdown {
    display: block; }
  /* line 1815, main.scss */
  .dropdown-wrap .label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 400; }
    /* line 1821, main.scss */
    .dropdown-wrap .label svg {
      margin-left: 10px;
      transform: rotate(90deg); }
  /* line 1827, main.scss */
  .dropdown-wrap .dropdown {
    display: none;
    color: #9E9E9E; }
    /* line 1831, main.scss */
    .dropdown-wrap .dropdown a {
      color: #1d1d1b; }

/*** End Dropdown ***/
/*** Uploader ***/
/* line 1844, main.scss */
.uploader-wrap .uploader-btn {
  margin-top: 24px;
  font-weight: 500;
  cursor: pointer; }
  /* line 1849, main.scss */
  .uploader-wrap .uploader-btn.disabled {
    color: #BDBDBD;
    pointer-events: none; }

/* line 1856, main.scss */
.uploader-list {
  display: flex;
  flex-wrap: wrap;
  margin: -24px 0 0 -24px; }
  /* line 1861, main.scss */
  .uploader-list--item {
    position: relative;
    flex: 1;
    max-width: 64px;
    height: 64px;
    margin: 24px 0 0 24px; }
    /* line 1868, main.scss */
    .uploader-list--item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 6px; }
    /* line 1875, main.scss */
    .uploader-list--item .delete {
      position: absolute;
      top: -10px;
      right: -10px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 20px;
      height: 20px;
      background: #fff;
      border: 1px solid #000000;
      border-radius: 50%;
      cursor: pointer; }
      /* line 1889, main.scss */
      .uploader-list--item .delete svg {
        width: 10px;
        height: 10px; }

/*** End Uploader ***/
/*** Range slider ***/
/* line 1902, main.scss */
.range-slider-wrap {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  max-width: 220px;
  padding-top: 33px; }
  /* line 1911, main.scss */
  .range-slider-wrap .range-slider {
    width: 100%;
    flex: 1; }
  /* line 1916, main.scss */
  .range-slider-wrap .currency {
    margin-left: 20px;
    font-size: 24px;
    line-height: 29px; }
  /* line 1922, main.scss */
  .range-slider-wrap .irs-grid-pol {
    top: 3px;
    width: 12px;
    height: 12px;
    background: #1A1A1A;
    border-radius: 50%;
    z-index: 1; }
    /* line 1930, main.scss */
    .range-slider-wrap .irs-grid-pol.small {
      display: none; }
  /* line 1935, main.scss */
  .range-slider-wrap .irs-grid-text {
    bottom: -25px;
    padding-left: 17px;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    opacity: .5; }

/* line 1945, main.scss */
.irs {
  height: 10px; }

/* line 1949, main.scss */
.irs--round {
  height: 10px; }
  /* line 1952, main.scss */
  .irs--round .irs-to,
  .irs--round .irs-from,
  .irs--round .irs-single,
  .irs--round .irs-max,
  .irs--round .irs-min {
    display: none; }
  /* line 1960, main.scss */
  .irs--round .irs-line {
    top: 4px;
    height: 2px;
    background-color: #1A1A1A; }
  /* line 1966, main.scss */
  .irs--round .irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0;
    top: 4px;
    height: 2px;
    background-color: #1A1A1A; }
  /* line 1976, main.scss */
  .irs--round .irs-handle {
    position: absolute;
    top: 0;
    width: 10px;
    height: 10px;
    background-color: #1A1A1A;
    border-radius: 50%;
    z-index: 2; }

/* line 1987, main.scss */
.range-slider-controls {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 190px;
  margin-top: 13px; }
  /* line 1994, main.scss */
  .range-slider-controls--item {
    flex: 1; }
    /* line 1997, main.scss */
    .range-slider-controls--item:first-child {
      margin-right: -3px; }
  /* line 2002, main.scss */
  .range-slider-controls input {
    height: 24px;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #000000; }
  /* line 2011, main.scss */
  .range-slider-controls span {
    display: block;
    width: 8px;
    height: 0;
    border: 1px solid #1A1A1A; }

/*** End Range slider ***/
/*** Feedback ***/
/* line 2026, main.scss */
.set-block .field {
  margin-top: 20px; }
  /* line 2029, main.scss */
  .set-block .field:first-child {
    margin-top: 0; }

/*** End Feedback ***/
/*** Scroll top ***/
/* line 2040, main.scss */
.scroll-top {
  position: fixed;
  bottom: 48px;
  right: 48px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #BDBDBD;
  cursor: pointer;
  z-index: 80; }
  /* line 2055, main.scss */
  .scroll-top:hover {
    border: 1px solid #BDBDBD;
    opacity: 1; }
  @media (max-width: 1281px) {
    /* line 2040, main.scss */
    .scroll-top {
      bottom: 33px;
      right: 33px; } }
  @media (max-width: 961px) {
    /* line 2040, main.scss */
    .scroll-top {
      bottom: 24px;
      right: 24px; } }
  @media (max-width: 576px) {
    /* line 2040, main.scss */
    .scroll-top {
      bottom: 18px;
      right: 18px; } }

/*** End Scroll top ***/
/*** Chat btn ***/
/* line 2081, main.scss */
.chat-btn-fixed-wrap {
  position: fixed;
  right: 0;
  bottom: 40px;
  transition: .5s;
  z-index: 998; }
  /* line 2088, main.scss */
  .chat-btn-fixed-wrap.hide {
    opacity: 0;
    pointer-events: none; }
  /* line 2093, main.scss */
  .chat-btn-fixed-wrap .close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    margin-bottom: 10px;
    cursor: pointer; }
    /* line 2102, main.scss */
    .chat-btn-fixed-wrap .close svg {
      width: 8px;
      height: 8px; }
  @media (max-width: 1025px) {
    /* line 2081, main.scss */
    .chat-btn-fixed-wrap {
      bottom: 95px; } }

/* line 2113, main.scss */
.chat-btn-fixed {
  padding: 10px 5px;
  background: #1d1d1b;
  cursor: pointer; }
  /* line 2118, main.scss */
  .chat-btn-fixed svg {
    width: 15px;
    height: 10px;
    fill: #fff;
    transform: rotate(90deg); }

/*** End Chat btn ***/
/* line 2128, main.scss */
tinkoff-create-button {
  max-width: 100%; }

/* line 2132, main.scss */
.loaded .qrcode-wrap .preloader {
  display: block;
  position: absolute;
  overflow: visible; }

/* line 2138, main.scss */
.qrcode-wrap {
  position: relative;
  max-width: 312px;
  min-height: 150px; }
  /* line 2143, main.scss */
  .qrcode-wrap img {
    max-width: 150px; }
  @media screen and (min-width: 576px) {
    /* line 2138, main.scss */
    .qrcode-wrap {
      margin-left: auto; } }

/*** Colors ***/
/* line 3, _header.scss */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #DADADA;
  z-index: 999; }
  /* line 12, _header.scss */
  .header.filter-active {
    opacity: 0;
    pointer-events: none; }
  /* line 17, _header.scss */
  .header .top-panel-wrap {
    background: #F5F5F5; }
    /* line 20, _header.scss */
    .header .top-panel-wrap .top-panel {
      display: flex;
      min-height: 36px;
      font-size: 12px;
      line-height: 14px; }
      /* line 26, _header.scss */
      .header .top-panel-wrap .top-panel .row {
        flex: 1; }
  /* line 32, _header.scss */
  .header .wrap {
    max-width: 100%;
    min-height: 68px;
    padding: 15px 0 9px;
    background: #fff; }
  /* line 39, _header.scss */
  .header .top-menu {
    display: flex;
    justify-content: flex-end; }
    /* line 43, _header.scss */
    .header .top-menu--item {
      margin-left: 13px;
      padding-left: 13px;
      font-size: 12px;
      line-height: 14px;
      border-left: 1px solid #1A1A1A; }
      /* line 50, _header.scss */
      .header .top-menu--item:first-child {
        margin-left: 0;
        padding-left: 0;
        border-left: 0; }
      /* line 56, _header.scss */
      .header .top-menu--item-wrap {
        margin-left: 13px;
        padding-left: 13px;
        border-left: 1px solid #1A1A1A; }
        /* line 61, _header.scss */
        .header .top-menu--item-wrap:first-child {
          margin-left: 0;
          padding-left: 0;
          border-left: 0; }
        /* line 67, _header.scss */
        .header .top-menu--item-wrap:hover .dropdown-wrap {
          opacity: 1;
          pointer-events: all; }
        /* line 72, _header.scss */
        .header .top-menu--item-wrap .dropdown-wrap {
          width: 122px;
          left: auto;
          right: -30px; }
  /* line 81, _header.scss */
  .header .logo {
    display: inline-block;
    width: 100%;
    max-width: 185px; }
  /* line 89, _header.scss */
  .header .location .icon {
    width: 16px;
    height: 16px; }
  /* line 95, _header.scss */
  .header .catalog-btn {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 16px;
    line-height: 20px;
    color: #1A1A1A;
    cursor: pointer; }
    /* line 104, _header.scss */
    .header .catalog-btn .icon {
      position: relative;
      width: 20px;
      height: 14px;
      min-width: 20px;
      margin-right: 14px;
      pointer-events: none; }
      /* line 112, _header.scss */
      .header .catalog-btn .icon:before, .header .catalog-btn .icon:after,
      .header .catalog-btn .icon span {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        height: 2px;
        transform: translate(-50%, -50%);
        background: #1A1A1A; }
      /* line 125, _header.scss */
      .header .catalog-btn .icon:before {
        top: calc(50% - 6px); }
      /* line 129, _header.scss */
      .header .catalog-btn .icon:after {
        top: calc(50% + 6px); }
    /* line 134, _header.scss */
    .header .catalog-btn .text {
      pointer-events: none; }
    /* line 142, _header.scss */
    .header .catalog-btn.active .icon:before, .header .catalog-btn.active .icon:after {
      transform: rotate(45deg) translate(-3px, 11px); }
    /* line 147, _header.scss */
    .header .catalog-btn.active .icon:after {
      transform: rotate(-45deg) translate(-3px, -11px); }
    /* line 151, _header.scss */
    .header .catalog-btn.active .icon span {
      display: none; }
  /* line 158, _header.scss */
  .header .search-form {
    max-width: 376px; }
  /* line 162, _header.scss */
  .header .main-menu {
    position: relative;
    display: flex;
    align-items: center;
    margin: -10px 0 0 -30px; }
    /* line 168, _header.scss */
    .header .main-menu--item {
      position: relative;
      display: flex;
      align-items: center;
      margin: 10px 0 0 30px;
      padding-bottom: 5px;
      font-size: 22px;
      line-height: 22px;
      color: #000000;
      text-align: center;
      text-transform: uppercase;
      border-bottom: 1px solid transparent;
      transition: .3s; }
      /* line 184, _header.scss */
      .header .main-menu--item:hover .dropdown-wrap {
        opacity: 1;
        pointer-events: all; }
      /* line 192, _header.scss */
      .header .main-menu--item.active:before {
        opacity: 1; }
      /* line 197, _header.scss */
      .header .main-menu--item .count {
        position: absolute;
        top: -5px;
        right: -15px;
        padding: 5px 5px 3px;
        background: #DE0F07;
        font-size: 12px;
        line-height: 9px;
        color: #fff;
        border-radius: 9px; }
        /* line 208, _header.scss */
        .header .main-menu--item .count.count-favorites {
          display: none; }
          /* line 211, _header.scss */
          .header .main-menu--item .count.count-favorites.is-full {
            display: block; }
      /* line 217, _header.scss */
      .header .main-menu--item.disabled {
        pointer-events: none; }
    /* line 222, _header.scss */
    .header .main-menu .icon {
      width: 17px;
      height: 14px;
      margin-right: 7px; }
    /* line 228, _header.scss */
    .header .main-menu .catalog-btn .icon {
      margin: 0; }
  /* line 233, _header.scss */
  .header .dropdown-wrap {
    position: absolute;
    top: 100%;
    left: -15px;
    width: 210px;
    padding-top: 10px;
    opacity: 0;
    pointer-events: none;
    z-index: 9; }
    /* line 243, _header.scss */
    .header .dropdown-wrap.right {
      left: auto;
      right: -100px; }
  /* line 249, _header.scss */
  .header .dropdown {
    position: absolute;
    top: 100%;
    left: -15px;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px 0;
    background: #fff;
    border: 1px solid #DADADA; }
    /* line 260, _header.scss */
    .header .dropdown--item {
      display: block;
      margin-top: 3px;
      padding: 3px 15px;
      color: #1d1d1b;
      font-size: 14px;
      line-height: 24px;
      text-align: left;
      text-transform: none;
      cursor: pointer; }
      /* line 271, _header.scss */
      .header .dropdown--item:first-child {
        margin-top: 0; }
      /* line 275, _header.scss */
      .header .dropdown--item:hover {
        background: #F5F5F5; }
    /* line 280, _header.scss */
    .header .dropdown .bottom-block {
      margin-top: 13px;
      padding-top: 10px;
      border-top: 1px solid #DADADA; }
  /* line 287, _header.scss */
  .header .phone {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #000000; }
    /* line 293, _header.scss */
    .header .phone:hover {
      color: #000000;
      opacity: .9; }
  /* line 299, _header.scss */
  .header.configurator-header {
    background: none;
    border: 0;
    transition: .3s;
    z-index: 999; }
    /* line 305, _header.scss */
    .header.configurator-header .wrap {
      min-height: 0;
      padding: 30px 0 10px;
      background: none;
      transition: .3s; }
    /* line 312, _header.scss */
    .header.configurator-header .logo {
      margin-top: 3px; }
    /* line 316, _header.scss */
    .header.configurator-header svg {
      fill: #1A1A1A; }
    /* line 320, _header.scss */
    .header.configurator-header.fixed {
      background: #FCF6F1;
      backdrop-filter: blur(104px); }
      /* line 324, _header.scss */
      .header.configurator-header.fixed .wrap {
        padding: 7px 0; }

/* line 335, _header.scss */
.dark-theme .header.fixed {
  background: #1B1C1E; }
/* line 339, _header.scss */
.dark-theme .header svg {
  fill: #fff; }
/* line 345, _header.scss */
.dark-theme .header .catalog-btn .icon:before, .dark-theme .header .catalog-btn .icon:after,
.dark-theme .header .catalog-btn .icon span {
  background: #fff; }

/*** Right panel ***/
/* line 357, _header.scss */
.right-panel-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: flex-end;
  opacity: 0;
  pointer-events: none;
  z-index: 999; }
  /* line 369, _header.scss */
  .right-panel-wrap.opened {
    opacity: 1;
    pointer-events: all; }
    /* line 373, _header.scss */
    .right-panel-wrap.opened .right-panel {
      transform: translateX(0); }
  /* line 378, _header.scss */
  .right-panel-wrap .overflow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(26, 26, 26, 0.16);
    backdrop-filter: blur(5px);
    z-index: 1;
    cursor: pointer; }

/* line 391, _header.scss */
.right-panel {
  position: relative;
  width: 48%;
  min-width: 560px;
  max-width: 800px;
  padding: 64px 64px 20px;
  transform: translateX(100%);
  background: #fff;
  transition: .3s;
  z-index: 5; }
  /* line 402, _header.scss */
  .right-panel .close {
    display: inline-block;
    position: absolute;
    top: 35px;
    right: 35px;
    width: 19px;
    height: 19px;
    cursor: pointer;
    z-index: 999; }
    /* line 412, _header.scss */
    .right-panel .close svg {
      width: 100%;
      height: 100%; }
  /* line 418, _header.scss */
  .right-panel .tabs-body--item {
    height: 100%; }
  /* line 422, _header.scss */
  .right-panel .search-form {
    margin-top: 32px; }
    /* line 425, _header.scss */
    .right-panel .search-form input {
      padding-bottom: 8px;
      font-size: 20px;
      line-height: 32px;
      font-weight: 500; }
      /* line 431, _header.scss */
      .right-panel .search-form input::placeholder {
        color: #9E9E9E; }
  /* line 439, _header.scss */
  .right-panel .cart .custom-scroll {
    flex: 1;
    max-height: 70vh;
    margin-right: -64px; }
  /* line 447, _header.scss */
  .right-panel .cart .price-block .label {
    font-size: 14px;
    line-height: 24px; }
  /* line 452, _header.scss */
  .right-panel .cart .price-block .total-order-old-price {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #9E9E9E;
    white-space: nowrap; }
  /* line 460, _header.scss */
  .right-panel .cart .price-block .total-order-price {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #1d1d1b;
    white-space: nowrap; }
  /* line 469, _header.scss */
  .right-panel .cart .link-block {
    font-size: 14px;
    line-height: 24px; }
  /* line 475, _header.scss */
  .right-panel .cart-list {
    padding-right: 60px; }
    /* line 478, _header.scss */
    .right-panel .cart-list--item {
      position: relative;
      display: flex;
      margin-bottom: 50px; }
      /* line 483, _header.scss */
      .right-panel .cart-list--item:first-child {
        margin-top: 0; }
      /* line 489, _header.scss */
      .right-panel .cart-list--item.disabled .title,
      .right-panel .cart-list--item.disabled .price,
      .right-panel .cart-list--item.disabled .old-price {
        color: #BDBDBD; }
    /* line 497, _header.scss */
    .right-panel .cart-list .image {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 110px;
      height: 110px;
      min-width: 110px;
      margin-right: 24px;
      background: #F5F5F5; }
    /* line 508, _header.scss */
    .right-panel .cart-list .info-block {
      display: block;
      flex: 1;
      padding-top: 7px; }
    /* line 514, _header.scss */
    .right-panel .cart-list .properties {
      font-size: 14px; }
    /* line 518, _header.scss */
    .right-panel .cart-list .title {
      display: block;
      padding-right: 20px;
      color: #1d1d1b;
      font-weight: 500;
      overflow: hidden;
      text-overflow: ellipsis; }
    /* line 527, _header.scss */
    .right-panel .cart-list .price {
      color: #1d1d1b;
      font-weight: 500;
      transition: .3s;
      white-space: nowrap; }
    /* line 534, _header.scss */
    .right-panel .cart-list .old-price {
      color: #9E9E9E;
      text-decoration: line-through;
      font-weight: 500;
      transition: .3s;
      white-space: nowrap; }
    /* line 542, _header.scss */
    .right-panel .cart-list .quantity-wrap {
      align-self: flex-end; }
    /* line 546, _header.scss */
    .right-panel .cart-list .delete {
      position: absolute;
      top: 0;
      right: 0;
      cursor: pointer;
      z-index: 9; }
      /* line 553, _header.scss */
      .right-panel .cart-list .delete svg {
        width: 12px;
        height: 12px; }
  /* line 560, _header.scss */
  .right-panel .login-block {
    max-width: 317px;
    margin: 0 auto; }
    /* line 566, _header.scss */
    .right-panel .login-block .inputs-wrap:hover .error-text {
      display: none; }
    /* line 571, _header.scss */
    .right-panel .login-block .title {
      margin-bottom: 50px; }
    /* line 575, _header.scss */
    .right-panel .login-block input {
      font-size: 14px;
      line-height: 24px; }
      /* line 579, _header.scss */
      .right-panel .login-block input::placeholder {
        color: #9E9E9E; }
    /* line 584, _header.scss */
    .right-panel .login-block a {
      font-size: 12px;
      line-height: 16px;
      font-weight: 500; }
    /* line 590, _header.scss */
    .right-panel .login-block span {
      font-size: 12px;
      line-height: 16px; }
    /* line 595, _header.scss */
    .right-panel .login-block .text-gray {
      color: #9E9E9E; }
  /* line 602, _header.scss */
  .right-panel .reviews-wrapper .custom-scroll {
    max-height: 80vh;
    margin-right: -64px; }
  /* line 607, _header.scss */
  .right-panel .reviews-wrapper .mCSB_inside > .mCSB_container {
    padding-right: 58px; }
  /* line 612, _header.scss */
  .right-panel .catalog-menu-wrap {
    flex: 3; }
  /* line 616, _header.scss */
  .right-panel .catalog-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    text-align: right; }
    /* line 625, _header.scss */
    .right-panel .catalog-menu--item {
      margin-top: 16px; }
      /* line 628, _header.scss */
      .right-panel .catalog-menu--item:first-child {
        margin-top: 0; }
      /* line 632, _header.scss */
      .right-panel .catalog-menu--item:hover {
        opacity: .8; }
  /* line 638, _header.scss */
  .right-panel .menu-modal-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 20px;
    font-weight: 500;
    flex: 1; }
    /* line 646, _header.scss */
    .right-panel .menu-modal-bottom--item {
      margin-top: 16px; }
      /* line 649, _header.scss */
      .right-panel .menu-modal-bottom--item:first-child {
        margin-top: 0; }
      /* line 653, _header.scss */
      .right-panel .menu-modal-bottom--item:hover {
        opacity: .8; }
  /* line 659, _header.scss */
  .right-panel .co-sidebar--menu .co-menu-link {
    justify-content: start;
    text-align: left; }
  /* line 664, _header.scss */
  .right-panel .menu-list--item {
    font-size: 16px;
    line-height: 24px; }
  /* line 669, _header.scss */
  .right-panel .map-wrap {
    display: flex;
    flex-wrap: wrap;
    height: 100%; }
    /* line 674, _header.scss */
    .right-panel .map-wrap .map {
      position: relative;
      flex: 1;
      width: 100%;
      max-width: 100%;
      height: 100vh;
      margin: auto 0 0;
      background: #F5F5F5;
      overflow: hidden; }
    /* line 686, _header.scss */
    .right-panel .map-wrap #map {
      width: 100%;
      height: 100%;
      min-width: 773px; }
    /* line 692, _header.scss */
    .right-panel .map-wrap .search-block {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      max-width: 324px;
      padding: 18px 32px;
      background: #fff;
      z-index: 9; }
      /* line 703, _header.scss */
      .right-panel .map-wrap .search-block .input {
        padding: 0 20px 4px 0;
        font-size: 14px; }
        /* line 707, _header.scss */
        .right-panel .map-wrap .search-block .input::placeholder {
          color: #9E9E9E; }
      /* line 712, _header.scss */
      .right-panel .map-wrap .search-block button {
        position: absolute;
        top: 50%;
        right: 32px;
        width: 20px;
        height: 20px;
        transform: translateY(-50%);
        background: none;
        border: 0;
        pointer-events: none; }
        /* line 723, _header.scss */
        .right-panel .map-wrap .search-block button:before {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 5px 6px 0;
          border-color: black transparent transparent transparent; }
      /* line 737, _header.scss */
      .right-panel .map-wrap .search-block .back-btn {
        width: 24px;
        height: 16px;
        transform: rotate(180deg); }
      /* line 743, _header.scss */
      .right-panel .map-wrap .search-block .sdek-filter-btn {
        font-weight: 500;
        font-size: 12px;
        line-height: 18px;
        text-transform: uppercase; }
  /* line 752, _header.scss */
  .right-panel .delivery-list-wrap {
    position: absolute;
    left: 10px;
    bottom: 10px;
    flex: 1;
    width: 100%;
    max-width: calc(100% - 20px);
    padding: 32px;
    background: #fff; }
  /* line 765, _header.scss */
  .right-panel .sdek-info .label {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #1A1A1A; }
  /* line 772, _header.scss */
  .right-panel .sdek-info .btn {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px; }
  /* line 779, _header.scss */
  .right-panel.login-panel, .right-panel.registration-panel {
    max-width: 560px; }
  /* line 784, _header.scss */
  .right-panel.catalog-panel {
    width: 100%;
    max-width: 411px;
    min-width: 0; }
  /* line 790, _header.scss */
  .right-panel.map-panel {
    width: 100%;
    max-width: 704px;
    padding: 0; }
    /* line 795, _header.scss */
    .right-panel.map-panel .close {
      top: .5rem; }

/*** Search block ***/
/* line 804, _header.scss */
.search-result-autocomplete-wrap {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  padding: 17px 20px;
  background: #fff;
  border: 2px solid #000000;
  opacity: 0;
  pointer-events: none; }
  /* line 815, _header.scss */
  .search-result-autocomplete-wrap.opened {
    opacity: 1;
    pointer-events: all; }
  /* line 820, _header.scss */
  .search-result-autocomplete-wrap .scroll {
    max-height: 250px; }
  /* line 824, _header.scss */
  .search-result-autocomplete-wrap .search-result-autocomplete {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    /* line 829, _header.scss */
    .search-result-autocomplete-wrap .search-result-autocomplete .search-result--item {
      margin-top: 6px;
      font-size: 14px;
      line-height: 24px; }
      /* line 834, _header.scss */
      .search-result-autocomplete-wrap .search-result-autocomplete .search-result--item:first-child {
        margin-top: 0; }

/* line 841, _header.scss */
.search-history {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 64px; }
  /* line 847, _header.scss */
  .search-history .title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500; }
  /* line 853, _header.scss */
  .search-history .search-history-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    /* line 858, _header.scss */
    .search-history .search-history-list--item {
      margin-top: 12px;
      font-weight: 500;
      font-size: 16px;
      line-height: 22px;
      color: #9E9E9E; }
  /* line 867, _header.scss */
  .search-history .clear-history {
    margin-top: 32px;
    font-size: 14px;
    line-height: 18px;
    color: #1d1d1b;
    border-bottom: 1px solid #1d1d1b;
    cursor: pointer; }

/*** End Search block ***/
/* line 882, _header.scss */
.evaluation-form .custom-scroll {
  max-height: calc(100vh - 112px);
  margin-right: -64px; }
/* line 887, _header.scss */
.evaluation-form .mCSB_inside > .mCSB_container {
  padding-right: 58px; }
/* line 891, _header.scss */
.evaluation-form .sub-title {
  font-size: 14px;
  line-height: 24px;
  color: #000000; }

/* line 900, _header.scss */
.success-evaluation .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #39d290;
  border-radius: 50%; }
/* line 910, _header.scss */
.success-evaluation h2 {
  font-size: 26px;
  line-height: 32px; }
/* line 915, _header.scss */
.success-evaluation .sub-title {
  font-size: 14px;
  line-height: 24px; }

/*** End Right panel ***/
/* line 924, _header.scss */
.mobile-menu-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 14px;
  margin: 0 0 0 30px;
  cursor: pointer; }
  /* line 934, _header.scss */
  .mobile-menu-btn span {
    position: relative;
    width: 100%;
    height: 2px;
    background: #000000; }
    /* line 940, _header.scss */
    .mobile-menu-btn span:before, .mobile-menu-btn span:after {
      content: '';
      position: absolute;
      top: -6px;
      left: 0;
      width: 100%;
      height: 2px;
      background: #000000; }
    /* line 951, _header.scss */
    .mobile-menu-btn span:after {
      top: auto;
      bottom: -6px; }

/* line 958, _header.scss */
.mobile-menu-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: .2s;
  z-index: 9999; }
  /* line 969, _header.scss */
  .mobile-menu-wrap.open {
    pointer-events: all;
    opacity: 1; }
    /* line 973, _header.scss */
    .mobile-menu-wrap.open .mobile-menu {
      transform: translateX(0); }
  /* line 978, _header.scss */
  .mobile-menu-wrap .logo-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-height: 70px;
    flex: 1;
    padding: 34px 0 0; }
  /* line 987, _header.scss */
  .mobile-menu-wrap .logo {
    flex: 1;
    max-width: 127px; }
  /* line 992, _header.scss */
  .mobile-menu-wrap .close {
    position: relative;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    /* line 1001, _header.scss */
    .mobile-menu-wrap .close:before, .mobile-menu-wrap .close:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 24px;
      height: 1px;
      margin: 0 0 0 -12px;
      background: #1d1d1b;
      transform: rotate(45deg); }
    /* line 1014, _header.scss */
    .mobile-menu-wrap .close:after {
      transform: rotate(-45deg); }
  /* line 1019, _header.scss */
  .mobile-menu-wrap .wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
    margin: 0 -25px; }
  /* line 1028, _header.scss */
  .mobile-menu-wrap .custom-scroll {
    width: 100%;
    max-height: calc(100vh - 110px); }
  /* line 1033, _header.scss */
  .mobile-menu-wrap .mobile-menu {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.98);
    transform: translateX(-100%);
    overflow: hidden;
    transition: .2s;
    z-index: 5; }
  /* line 1045, _header.scss */
  .mobile-menu-wrap .main-menu--item {
    font-size: 19px; }
    /* line 1048, _header.scss */
    .mobile-menu-wrap .main-menu--item .icon {
      width: 24px;
      height: 20px; }

/* line 1055, _header.scss */
.main-menu-mobile {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center; }
  /* line 1061, _header.scss */
  .main-menu-mobile--item {
    margin: 14px 0;
    padding: 0 55px 10px;
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    text-align: center; }
    /* line 1069, _header.scss */
    .main-menu-mobile--item:first-child {
      margin-top: 0; }
    /* line 1075, _header.scss */
    .main-menu-mobile--item.opened .icon {
      transform: rotate(180deg); }
    /* line 1079, _header.scss */
    .main-menu-mobile--item.opened .dropdown {
      display: block; }
    /* line 1084, _header.scss */
    .main-menu-mobile--item .wrap {
      display: flex;
      margin: 0; }
    /* line 1089, _header.scss */
    .main-menu-mobile--item .link-wrap {
      margin-right: -35px; }
    /* line 1093, _header.scss */
    .main-menu-mobile--item .icon {
      position: relative;
      display: block;
      width: 21px;
      height: 12px;
      margin-left: 15px; }
      /* line 1100, _header.scss */
      .main-menu-mobile--item .icon:before, .main-menu-mobile--item .icon:after {
        content: '';
        position: absolute;
        width: 13px;
        height: 1px;
        top: 4px;
        left: 0;
        background: #1d1d1b;
        transform: rotate(45deg); }
      /* line 1112, _header.scss */
      .main-menu-mobile--item .icon:after {
        left: 9px;
        transform: rotate(-45deg); }
  /* line 1119, _header.scss */
  .main-menu-mobile .dropdown {
    display: none;
    text-align: center; }
    /* line 1123, _header.scss */
    .main-menu-mobile .dropdown .main-menu--item {
      display: block;
      margin-top: 20px;
      font-size: 16px; }
      /* line 1128, _header.scss */
      .main-menu-mobile .dropdown .main-menu--item:first-child {
        margin-top: 0; }

/*** Catalog modal ***/
/* line 1138, _header.scss */
.modal-menu-wrap {
  position: fixed;
  top: 105px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  max-height: 100vh;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  z-index: 999; }
  /* line 1151, _header.scss */
  .modal-menu-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-delay: 1s;
    pointer-events: none;
    z-index: 9; }
  /* line 1163, _header.scss */
  .modal-menu-wrap .modal-menu.subcategories.active {
    pointer-events: none; }
  /* line 1167, _header.scss */
  .modal-menu-wrap.open {
    opacity: 1;
    pointer-events: all; }
    /* line 1173, _header.scss */
    .modal-menu-wrap.open .modal-menu.subcategories.active {
      opacity: 1;
      pointer-events: all; }
    /* line 1179, _header.scss */
    .modal-menu-wrap.open .wrap {
      opacity: 1; }
      /* line 1182, _header.scss */
      .modal-menu-wrap.open .wrap .categories {
        transform: translateX(0); }
  /* line 1188, _header.scss */
  .modal-menu-wrap.fixed {
    position: fixed;
    top: 56px; }
    /* line 1192, _header.scss */
    .modal-menu-wrap.fixed .wrap .modal-menu {
      max-height: calc(100vh - 120px); }
  /* line 1197, _header.scss */
  .modal-menu-wrap a {
    color: #000000; }
    /* line 1200, _header.scss */
    .modal-menu-wrap a:hover {
      color: #616161; }
  /* line 1205, _header.scss */
  .modal-menu-wrap .title-wrap {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 40px; }
    /* line 1211, _header.scss */
    .modal-menu-wrap .title-wrap .back-catalog {
      display: flex;
      justify-content: center;
      align-items: center;
      min-width: 30px;
      height: 30px; }
      /* line 1218, _header.scss */
      .modal-menu-wrap .title-wrap .back-catalog .icon {
        transform: rotate(-180deg); }
    /* line 1223, _header.scss */
    .modal-menu-wrap .title-wrap .title {
      padding: 0 10px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
  /* line 1231, _header.scss */
  .modal-menu-wrap .overflow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(26, 26, 26, 0.16);
    backdrop-filter: blur(5px);
    z-index: 1;
    cursor: pointer; }
  /* line 1243, _header.scss */
  .modal-menu-wrap .close {
    position: absolute;
    top: 10px;
    right: 0;
    width: 16px;
    height: 16px;
    min-width: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 99; }
    /* line 1256, _header.scss */
    .modal-menu-wrap .close svg {
      width: 100%;
      height: 100%; }
  /* line 1262, _header.scss */
  .modal-menu-wrap .mCSB_scrollTools {
    right: 6px; }
  /* line 1266, _header.scss */
  .modal-menu-wrap .container-block {
    height: 100%; }
  /* line 1270, _header.scss */
  .modal-menu-wrap .wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    width: 100%;
    height: 100%;
    max-width: 100%;
    transition: .3s;
    opacity: 0;
    z-index: 5; }
    /* line 1282, _header.scss */
    .modal-menu-wrap .wrap .custom-scroll {
      height: calc(100% + 1px);
      max-height: calc(50vh - 105px); }
    /* line 1287, _header.scss */
    .modal-menu-wrap .wrap .modal-menu {
      flex: 1;
      height: 100%;
      color: #1A1A1A; }
    /* line 1293, _header.scss */
    .modal-menu-wrap .wrap .categories {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      max-height: calc(100vh - 105px);
      padding-top: 65px; }
      /* line 1301, _header.scss */
      .modal-menu-wrap .wrap .categories:after {
        content: '';
        position: absolute;
        top: 0;
        right: 6px;
        width: 1px;
        height: 100%;
        background: #DADADA;
        z-index: 1; }
      /* line 1312, _header.scss */
      .modal-menu-wrap .wrap .categories .mCSB_inside > .mCSB_container {
        margin-right: 0; }
  /* line 1318, _header.scss */
  .modal-menu-wrap .modal-menu-inner-wrap {
    position: relative;
    z-index: 5; }
    /* line 1322, _header.scss */
    .modal-menu-wrap .modal-menu-inner-wrap .label {
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #9E9E9E; }
  /* line 1331, _header.scss */
  .modal-menu-wrap .inner-menu-catalog-wrap {
    margin-top: 40px; }
  /* line 1335, _header.scss */
  .modal-menu-wrap .inner-menu-catalog {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    /* line 1340, _header.scss */
    .modal-menu-wrap .inner-menu-catalog--item-wrap {
      width: 100%;
      margin-top: 14px;
      font-size: 16px;
      line-height: 15px; }
      /* line 1346, _header.scss */
      .modal-menu-wrap .inner-menu-catalog--item-wrap:first-child {
        margin-top: 0; }
      /* line 1350, _header.scss */
      .modal-menu-wrap .inner-menu-catalog--item-wrap .inner-menu-catalog--item {
        border-bottom: 0; }
      /* line 1356, _header.scss */
      .modal-menu-wrap .inner-menu-catalog--item-wrap.opened .arrow {
        transform: rotate(90deg); }
      /* line 1360, _header.scss */
      .modal-menu-wrap .inner-menu-catalog--item-wrap.opened .dropdown {
        display: flex; }
    /* line 1366, _header.scss */
    .modal-menu-wrap .inner-menu-catalog--item {
      display: flex;
      justify-content: space-between;
      margin-top: 14px;
      font-size: 16px;
      line-height: 15px;
      border-bottom: 1px solid; }
      /* line 1374, _header.scss */
      .modal-menu-wrap .inner-menu-catalog--item:hover {
        border-color: transparent; }
      /* line 1378, _header.scss */
      .modal-menu-wrap .inner-menu-catalog--item:first-child {
        margin-top: 0; }
    /* line 1383, _header.scss */
    .modal-menu-wrap .inner-menu-catalog .arrow {
      margin-left: 10px; }
    /* line 1387, _header.scss */
    .modal-menu-wrap .inner-menu-catalog .dropdown {
      display: none;
      flex-direction: column;
      align-items: flex-start; }
      /* line 1392, _header.scss */
      .modal-menu-wrap .inner-menu-catalog .dropdown--item {
        margin-top: 14px; }
  /* line 1398, _header.scss */
  .modal-menu-wrap .subcatalogs-wrap {
    flex: 1; }
    /* line 1401, _header.scss */
    .modal-menu-wrap .subcatalogs-wrap .back-link-catalog-menu {
      position: absolute;
      top: 23px;
      left: 32px;
      display: none;
      transform: rotate(180deg);
      z-index: 9; }
      /* line 1409, _header.scss */
      .modal-menu-wrap .subcatalogs-wrap .back-link-catalog-menu svg {
        margin-left: 5px; }
      /* line 1413, _header.scss */
      .modal-menu-wrap .subcatalogs-wrap .back-link-catalog-menu span {
        display: inline-block;
        transform: rotate(180deg); }
  /* line 1420, _header.scss */
  .modal-menu-wrap .mCustomScrollBox {
    width: 100%; }
  /* line 1424, _header.scss */
  .modal-menu-wrap .mCSB_container {
    display: flex;
    flex-wrap: wrap; }
  /* line 1429, _header.scss */
  .modal-menu-wrap .collections-list--item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: calc(100% - 6px);
    margin-top: 15px; }
    /* line 1436, _header.scss */
    .modal-menu-wrap .collections-list--item:first-child {
      margin-top: 0; }
  /* line 1441, _header.scss */
  .modal-menu-wrap .modal-menu.subcategories {
    position: absolute;
    top: 0;
    left: 345px;
    width: calc(100% - 340px);
    max-height: calc(100vh - 105px);
    display: block;
    padding-top: 64px;
    opacity: 0;
    pointer-events: none; }

/* line 1459, _header.scss */
.modal-menu {
  position: relative;
  padding-bottom: 56px;
  background: #fff;
  color: #fff;
  z-index: 5; }
  /* line 1466, _header.scss */
  .modal-menu.custom-scroll {
    max-height: 100%;
    overflow: auto; }
  /* line 1471, _header.scss */
  .modal-menu--item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 3px;
    padding: 3px 15px;
    font-size: 16px;
    line-height: 24px;
    color: #1A1A1A; }
    /* line 1481, _header.scss */
    .modal-menu--item:first-child {
      margin-top: 0; }
    /* line 1485, _header.scss */
    .modal-menu--item:hover, .modal-menu--item:active, .modal-menu--item.active, .modal-menu--item:focus {
      opacity: 1; }
      /* line 1491, _header.scss */
      .modal-menu--item:hover .text, .modal-menu--item:active .text, .modal-menu--item.active .text, .modal-menu--item:focus .text {
        color: #fff; }
  /* line 1497, _header.scss */
  .modal-menu .mCSB_container {
    display: block; }
  /* line 1501, _header.scss */
  .modal-menu .mCSB_inside > .mCSB_container {
    margin-right: 17px; }
  /* line 1505, _header.scss */
  .modal-menu.categories {
    max-width: 318px;
    overflow: visible; }
    /* line 1509, _header.scss */
    .modal-menu.categories .modal-menu--item {
      margin-top: 20px; }
      /* line 1512, _header.scss */
      .modal-menu.categories .modal-menu--item:first-child {
        margin-top: 0; }
    /* line 1517, _header.scss */
    .modal-menu.categories .text {
      flex: 1;
      font-size: 16px;
      line-height: 24px;
      opacity: 1; }
    /* line 1524, _header.scss */
    .modal-menu.categories .collections-list--item.active {
      border-right: 1px solid #1d1d1b; }
      /* line 1527, _header.scss */
      .modal-menu.categories .collections-list--item.active .text {
        font-weight: 500; }
  /* line 1533, _header.scss */
  .modal-menu.subcategories {
    flex-wrap: wrap;
    align-items: flex-start;
    opacity: 0;
    pointer-events: none; }
    /* line 1539, _header.scss */
    .modal-menu.subcategories.active {
      display: flex;
      opacity: 1;
      pointer-events: all; }
    /* line 1545, _header.scss */
    .modal-menu.subcategories.mobile {
      opacity: 0;
      pointer-events: none; }
    /* line 1550, _header.scss */
    .modal-menu.subcategories .modal-menu--item {
      flex: 100%;
      max-width: 50%; }

/* line 1557, _header.scss */
.modal-catalog-menu {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%; }
  /* line 1564, _header.scss */
  .modal-catalog-menu--item {
    margin-top: 16px; }
    /* line 1567, _header.scss */
    .modal-catalog-menu--item.title {
      margin-top: 0;
      font-weight: 500; }
  /* line 1573, _header.scss */
  .modal-catalog-menu .menu {
    flex: 100%;
    width: 33.33%;
    max-width: 33.33%;
    padding: 0 20px 40px 0;
    line-height: normal; }
    /* line 1580, _header.scss */
    .modal-catalog-menu .menu a {
      display: inline-block;
      max-width: 100%;
      padding-right: 10px;
      color: #000000;
      overflow: hidden;
      text-overflow: ellipsis;
      border-right: 1px solid transparent; }
      /* line 1589, _header.scss */
      .modal-catalog-menu .menu a:hover {
        color: #616161;
        border-color: #1d1d1b; }

/* line 1597, _header.scss */
.cabinet-menu-wrap .custom-scroll {
  max-height: calc(100vh - 100px); }

/*** End Catalog modal ***/
/*** Media ***/
@media (max-width: 1441px) {
  /* line 1610, _header.scss */
  .modal-menu-wrap .close {
    right: 0; }
  /* line 1614, _header.scss */
  .modal-menu-wrap .mCSB_scrollTools {
    right: 7px; }

  /* line 1619, _header.scss */
  .right-panel {
    padding: 48px 48px 20px; }
    /* line 1624, _header.scss */
    .right-panel .cart .custom-scroll {
      margin-right: -48px; }
    /* line 1630, _header.scss */
    .right-panel .cart .coupon input {
      font-size: 14px;
      line-height: 20px; }
    /* line 1638, _header.scss */
    .right-panel .cart .price-block .total-order-price,
    .right-panel .cart .price-block .total-order-old-price {
      font-size: 18px;
      line-height: 21px; }
    /* line 1645, _header.scss */
    .right-panel .cart .link-block {
      font-size: 12px;
      line-height: 16px; }
    /* line 1651, _header.scss */
    .right-panel .cart-list {
      padding-right: 48px; }
      /* line 1654, _header.scss */
      .right-panel .cart-list--item {
        margin-bottom: 32px; }
      /* line 1658, _header.scss */
      .right-panel .cart-list .image {
        margin-right: 20px; }
      /* line 1662, _header.scss */
      .right-panel .cart-list .title,
      .right-panel .cart-list .old-price,
      .right-panel .cart-list .price {
        font-size: 14px;
        line-height: 20px; }

  /* line 1673, _header.scss */
  .evaluation-form .custom-scroll {
    margin-right: -48px; } }
@media (max-width: 1281px) {
  /* line 1683, _header.scss */
  .header .wrap {
    min-height: 56px; }
  /* line 1687, _header.scss */
  .header .logo img {
    max-height: 36px; }

  /* line 1694, _header.scss */
  .modal-menu-wrap .mCSB_scrollTools {
    right: 12px; }
  /* line 1700, _header.scss */
  .modal-menu-wrap .wrap .categories {
    padding: 42px 0 38px; }
  /* line 1705, _header.scss */
  .modal-menu-wrap .modal-menu.subcategories {
    left: 230px;
    width: calc(100% - 220px);
    padding-top: 46px; }
  /* line 1711, _header.scss */
  .modal-menu-wrap .inner-menu-catalog--item,
  .modal-menu-wrap .inner-menu-catalog--item-wrap {
    font-size: 14px;
    line-height: 20px; }

  /* line 1720, _header.scss */
  .modal-menu.categories {
    max-width: 212px; }
    /* line 1723, _header.scss */
    .modal-menu.categories .text {
      font-size: 14px;
      line-height: 20px; }

  /* line 1732, _header.scss */
  .modal-catalog-menu--item.title {
    font-size: 16px;
    line-height: 22px; }
  /* line 1739, _header.scss */
  .modal-catalog-menu .menu a {
    font-size: 14px;
    line-height: 20px; } }
@media (max-width: 1025px) {
  /* line 1751, _header.scss */
  .right-panel.map-panel {
    max-width: 828px; }
  /* line 1755, _header.scss */
  .right-panel .map-wrap #map {
    min-width: calc(100vw - 350px); } }
@media (max-width: 992px) {
  /* line 1765, _header.scss */
  .header.configurator-header {
    border-bottom: 1px solid rgba(26, 26, 26, 0.16); }
    /* line 1768, _header.scss */
    .header.configurator-header .wrap {
      min-height: 50px;
      padding: 7px 0; }
    /* line 1773, _header.scss */
    .header.configurator-header .logo img {
      max-height: 32px; }
    /* line 1777, _header.scss */
    .header.configurator-header .main-menu {
      margin-left: -24px; }
      /* line 1780, _header.scss */
      .header.configurator-header .main-menu--item {
        margin-left: 24px;
        padding: 0; }

  /* line 1790, _header.scss */
  .right-panel .coupon {
    max-width: 100%; }

  /* line 1797, _header.scss */
  .evaluation-form .custom-scroll {
    margin-right: -24px; } }
@media (max-width: 961px) {
  /* line 1805, _header.scss */
  .right-panel {
    min-width: 375px;
    padding: 48px 24px 20px; }
    /* line 1809, _header.scss */
    .right-panel .close {
      top: 23px;
      right: 23px; }
    /* line 1816, _header.scss */
    .right-panel .cart .custom-scroll {
      margin-right: -24px; }
    /* line 1821, _header.scss */
    .right-panel .cart-list {
      padding-right: 18px; }
      /* line 1824, _header.scss */
      .right-panel .cart-list--item {
        margin-bottom: 32px; }
      /* line 1828, _header.scss */
      .right-panel .cart-list .image {
        width: 90px;
        height: 90px;
        min-width: 90px;
        margin-right: 16px; }
      /* line 1835, _header.scss */
      .right-panel .cart-list .title,
      .right-panel .cart-list .price {
        color: #1d1d1b; }
      /* line 1840, _header.scss */
      .right-panel .cart-list .old-price {
        color: #9E9E9E; }
      /* line 1844, _header.scss */
      .right-panel .cart-list .quantity-wrap,
      .right-panel .cart-list .delete {
        opacity: 1;
        pointer-events: all; }
    /* line 1851, _header.scss */
    .right-panel .catalog-menu {
      font-size: 22px;
      line-height: 26px; } }
@media (max-width: 767px) {
  /* line 1862, _header.scss */
  .header .wrap {
    min-height: 50px; }
  /* line 1866, _header.scss */
  .header .logo img {
    max-height: 32px; }

  /* line 1871, _header.scss */
  .modal-menu-wrap {
    top: 0 !important;
    background: none; }
    /* line 1875, _header.scss */
    .modal-menu-wrap .mCSB_scrollTools {
      right: 5px; }
    /* line 1881, _header.scss */
    .modal-menu-wrap.open .wrap .categories {
      transform: translateX(0); }
    /* line 1886, _header.scss */
    .modal-menu-wrap .close {
      top: 23px;
      right: 23px; }
    /* line 1891, _header.scss */
    .modal-menu-wrap .container-block {
      padding: 0; }
    /* line 1895, _header.scss */
    .modal-menu-wrap .wrap {
      justify-content: flex-end; }
      /* line 1898, _header.scss */
      .modal-menu-wrap .wrap .categories {
        max-height: 100vh;
        max-width: 320px;
        padding: 64px 15px 31px 32px;
        transform: translateX(100%);
        transition: .3s; }
        /* line 1905, _header.scss */
        .modal-menu-wrap .wrap .categories:after {
          display: none; }
    /* line 1911, _header.scss */
    .modal-menu-wrap .modal-menu.subcategories {
      max-height: 100vh; }
    /* line 1915, _header.scss */
    .modal-menu-wrap .subcatalogs-wrap {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      max-width: 320px; }
      /* line 1925, _header.scss */
      .modal-menu-wrap .subcatalogs-wrap .back-link-catalog-menu.active {
        display: block; }
    /* line 1931, _header.scss */
    .modal-menu-wrap .modal-menu.subcategories {
      left: 0;
      width: 100%;
      padding: 74px 0 31px 32px; }
    /* line 1937, _header.scss */
    .modal-menu-wrap .inner-menu-catalog-wrap {
      margin: 20px 0; }
    /* line 1943, _header.scss */
    .modal-menu-wrap .main-menu--item {
      display: flex;
      align-items: center;
      margin-top: 20px; }
      /* line 1948, _header.scss */
      .modal-menu-wrap .main-menu--item:first-child {
        margin-top: 0; }
    /* line 1953, _header.scss */
    .modal-menu-wrap .main-menu svg {
      width: 22px;
      height: 20px;
      margin-right: 16px; }

  /* line 1963, _header.scss */
  .modal-menu.categories .collections-list--item.active {
    border: 0; }

  /* line 1968, _header.scss */
  .modal-catalog-menu .menu {
    width: 100%;
    max-width: 100%;
    padding: 0 20px 40px 0; }

  /* line 1977, _header.scss */
  .right-panel .map-wrap {
    display: block; }
    /* line 1980, _header.scss */
    .right-panel .map-wrap #map {
      min-width: 100vw; }
    /* line 1984, _header.scss */
    .right-panel .map-wrap .search-block {
      display: flex;
      align-items: center;
      justify-content: space-between;
      max-width: 100%;
      padding: 18px 25px; }
      /* line 1991, _header.scss */
      .right-panel .map-wrap .search-block .input-wrap {
        max-width: 362px; }
      /* line 1995, _header.scss */
      .right-panel .map-wrap .search-block button {
        right: 0; }
  /* line 2001, _header.scss */
  .right-panel .delivery-list-wrap {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    padding: 28px 100px 34px 25px;
    background: #fff; }
    /* line 2011, _header.scss */
    .right-panel .delivery-list-wrap.show {
      display: block; }
    /* line 2015, _header.scss */
    .right-panel .delivery-list-wrap .input-wrap {
      max-width: 199px;
      margin: 0 auto; }
  /* line 2021, _header.scss */
  .right-panel .sdek-filters-btn {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase; }
  /* line 2028, _header.scss */
  .right-panel .sdek-filters {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    transform: translateX(100%);
    transition: .5s;
    z-index: 9; }
    /* line 2037, _header.scss */
    .right-panel .sdek-filters.show {
      transform: translateX(0); }
      /* line 2040, _header.scss */
      .right-panel .sdek-filters.show .overflow {
        opacity: 1; }
    /* line 2045, _header.scss */
    .right-panel .sdek-filters .overflow {
      opacity: 0;
      transition: .5s; }
    /* line 2050, _header.scss */
    .right-panel .sdek-filters .close {
      position: absolute;
      top: 27px;
      right: 27px;
      width: 13px;
      height: 13px;
      z-index: 99; }
    /* line 2059, _header.scss */
    .right-panel .sdek-filters .input-wrap {
      width: 100%;
      height: 100vh;
      max-width: 320px;
      margin: 0 0 0 auto;
      padding: 128px 48px 20px;
      background: #fff;
      z-index: 9; } }
@media (max-width: 601px) {
  /* line 2076, _header.scss */
  .header .main-menu {
    margin-left: -24px; }
    /* line 2079, _header.scss */
    .header .main-menu--item {
      margin-left: 24px; }

  /* line 2085, _header.scss */
  .right-panel {
    padding: 48px 20px 20px; }
    /* line 2088, _header.scss */
    .right-panel.catalog-panel {
      max-width: 320px; }
    /* line 2092, _header.scss */
    .right-panel .cart-list {
      padding-right: 16px; }
    /* line 2098, _header.scss */
    .right-panel .cart .custom-scroll {
      margin-right: -20px; }

  /* line 2106, _header.scss */
  .evaluation-form .custom-scroll {
    margin-right: -20px; } }
@media (max-width: 375px) {
  /* line 2114, _header.scss */
  .right-panel {
    width: 100%;
    min-width: 0; }
    /* line 2118, _header.scss */
    .right-panel .cart-list .image {
      width: 70px;
      height: 70px;
      min-width: 70px;
      margin-right: 10px; } }
/* line 2129, _header.scss */
.empty-cart .title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500; }
/* line 2135, _header.scss */
.empty-cart .text {
  color: #9E9E9E; }
  /* line 2138, _header.scss */
  .empty-cart .text a {
    color: #1d1d1b;
    border-bottom: 1px solid; }

/* line 1, _footer.scss */
.footer-wrap {
  position: relative;
  background: #F5F5F5; }
  /* line 6, _footer.scss */
  .footer-wrap.configurator-footer {
    background: none; }
    /* line 9, _footer.scss */
    .footer-wrap.configurator-footer .footer {
      padding: 0; }
      /* line 12, _footer.scss */
      .footer-wrap.configurator-footer .footer .bottom-block {
        margin: 0;
        padding: 32px 0; }
      /* line 17, _footer.scss */
      .footer-wrap.configurator-footer .footer .copyright {
        margin: 0; }

/* line 24, _footer.scss */
.footer {
  padding: 50px 0 24px; }
  /* line 27, _footer.scss */
  .footer a:hover {
    color: #000000; }
  /* line 33, _footer.scss */
  .footer .contact-list .label {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 16px;
    color: #9E9E9E; }
  /* line 40, _footer.scss */
  .footer .contact-list .value {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500; }
  /* line 47, _footer.scss */
  .footer .title {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500; }
  /* line 56, _footer.scss */
  .footer .menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 50%; }
    /* line 62, _footer.scss */
    .footer .menu--item {
      display: block;
      margin-top: 10px;
      font-size: 12px;
      line-height: 16px;
      color: #000000; }
      /* line 69, _footer.scss */
      .footer .menu--item:first-child {
        margin-top: 0; }
      /* line 73, _footer.scss */
      .footer .menu--item:hover {
        opacity: .8; }
  /* line 81, _footer.scss */
  .footer .menu--title-wrap .icon {
    position: relative;
    display: none;
    width: 12px;
    height: 12px; }
    /* line 87, _footer.scss */
    .footer .menu--title-wrap .icon:before, .footer .menu--title-wrap .icon:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 12px;
      height: 1px;
      background: #000000;
      transform: translate(-50%, -50%) rotate(90deg); }
    /* line 99, _footer.scss */
    .footer .menu--title-wrap .icon:after {
      transform: translate(-50%, -50%) rotate(0); }
  /* line 109, _footer.scss */
  .footer .opened .menu--title-wrap .icon {
    transform: translate(-50%, -50%) rotate(45deg); }
  /* line 115, _footer.scss */
  .footer .dropdown {
    margin-top: 14px; }
  /* line 119, _footer.scss */
  .footer .social-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -20px; }
    /* line 124, _footer.scss */
    .footer .social-list--item {
      margin: 3px 0 0 20px;
      font-size: 12px;
      line-height: 16px; }
      /* line 129, _footer.scss */
      .footer .social-list--item:hover {
        opacity: .7; }
  /* line 135, _footer.scss */
  .footer .bottom-block {
    margin-top: 64px;
    padding-top: 25px;
    border-top: 1px solid rgba(26, 26, 26, 0.16); }
  /* line 141, _footer.scss */
  .footer .copyright {
    max-width: 1328px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #9E9E9E; }
    /* line 149, _footer.scss */
    .footer .copyright p {
      margin-top: 0; }
  /* line 154, _footer.scss */
  .footer .payment-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: -15px 0 0 -15px; }
    /* line 160, _footer.scss */
    .footer .payment-list--item {
      max-width: 42px;
      margin: 15px 0 0 15px; }
  /* line 166, _footer.scss */
  .footer .bottom-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: -10px 0 0 -24px; }
    /* line 172, _footer.scss */
    .footer .bottom-menu--item {
      margin: 10px 0 0 24px;
      font-size: 12px;
      line-height: 16px; }
  /* line 179, _footer.scss */
  .footer .schedule-text {
    font-size: 12px;
    line-height: 16px; }
  /* line 186, _footer.scss */
  .footer .chat-btn .text {
    font-size: 12px;
    line-height: 16px; }
  /* line 191, _footer.scss */
  .footer .chat-btn svg {
    min-width: 20px; }
  /* line 195, _footer.scss */
  .footer .chat-btn span {
    display: block;
    color: #9E9E9E; }

/*** Media ***/
@media (max-width: 1601px) {
  /* line 209, _footer.scss */
  .footer .bottom-block {
    margin-top: 50px; } }
@media (max-width: 1281px) {
  /* line 219, _footer.scss */
  .footer .logo {
    max-width: 63px; }
  /* line 223, _footer.scss */
  .footer .bottom-block {
    margin-top: 70px; } }
@media (max-width: 961px) {
  /* line 231, _footer.scss */
  .footer {
    padding: 48px 0 25px; }
    /* line 234, _footer.scss */
    .footer .title {
      font-size: 14px;
      line-height: 20px; } }
@media (max-width: 601px) {
  /* line 247, _footer.scss */
  .footer .social-list--item {
    font-size: 14px;
    line-height: 20px; } }
@media (max-width: 576px) {
  /* line 257, _footer.scss */
  .footer {
    padding: 32px 0 24px; }
    /* line 260, _footer.scss */
    .footer .bottom-block {
      margin-top: 0; }
    /* line 266, _footer.scss */
    .footer .opened .menu--title-wrap .icon {
      transform: translate(calc(-50% + 6px), calc(-50% + 6px)) rotate(45deg); }
    /* line 270, _footer.scss */
    .footer .opened .dropdown {
      display: block; }
    /* line 275, _footer.scss */
    .footer .menu {
      border-top: 1px solid rgba(26, 26, 26, 0.16); }
      /* line 278, _footer.scss */
      .footer .menu--item {
        font-size: 14px;
        line-height: 20px; }
    /* line 284, _footer.scss */
    .footer .menu--title-wrap {
      padding: 16px 0; }
    /* line 288, _footer.scss */
    .footer .dropdown {
      margin-top: 2px;
      padding-bottom: 16px; }
    /* line 293, _footer.scss */
    .footer .menu--title-wrap .icon {
      display: block; }
    /* line 297, _footer.scss */
    .footer .dropdown {
      flex: 1;
      display: none; }
      /* line 301, _footer.scss */
      .footer .dropdown a {
        display: block; } }
@media (max-width: 375px) {
  /* line 310, _footer.scss */
  .footer {
    padding-left: 0;
    padding-right: 0; } }
