@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;
  background: #F6F6F6;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 164%;
  color: #000000; }

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

/* line 36, main.scss */
.page-wrap {
  overflow: hidden;
  text-overflow: ellipsis; }

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

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

/* line 52, main.scss */
a {
  color: #111111;
  text-decoration: none;
  transition: .3s; }
  /* line 57, main.scss */
  a:hover {
    color: #343434;
    border-color: transparent;
    opacity: .7; }

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

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

/* line 77, main.scss */
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  font-weight: 500; }
  /* line 89, 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 94, main.scss */
h1,
.h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: normal; }

/* line 101, main.scss */
h2,
.h2 {
  font-size: 35px;
  line-height: normal; }

/* line 107, main.scss */
h3,
.h3 {
  font-size: 28px;
  line-height: normal; }

/* line 113, main.scss */
h4,
.h4 {
  font-size: 23px;
  line-height: normal; }

/* line 119, main.scss */
h5,
.h5 {
  margin: 0;
  font-size: 18px;
  line-height: normal; }

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

/* line 130, main.scss */
ul {
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  list-style: none; }
  /* line 136, main.scss */
  ul li {
    position: relative;
    padding-left: 20px; }
    /* line 140, main.scss */
    ul li:before {
      content: "•";
      margin-right: 6px;
      font-size: 14px;
      line-height: 24px; }

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

/* line 155, main.scss */
.btn,
body .co-button,
body .co-section--content .co-button,
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 10px 20px;
  background: none;
  font-size: 18px;
  line-height: normal;
  font-weight: bold;
  color: #fff;
  background: #111111;
  border: 0;
  border-radius: 5px;
  box-shadow: none;
  text-decoration: none !important; }
  /* line 175, main.scss */
  .btn:after,
  body .co-button:after,
  body .co-section--content .co-button:after,
  .button:after {
    display: none; }
  /* line 179, main.scss */
  .btn:hover, .btn:focus, .btn:active,
  body .co-button:hover,
  body .co-button:focus,
  body .co-button:active,
  body .co-section--content .co-button:hover,
  body .co-section--content .co-button:focus,
  body .co-section--content .co-button:active,
  .button:hover,
  .button:focus,
  .button:active {
    background: #AE40F6;
    color: #fff;
    box-shadow: none; }
  /* line 187, main.scss */
  .btn:after,
  body .co-button:after,
  body .co-section--content .co-button:after,
  .button:after {
    display: none; }
  /* line 191, main.scss */
  .btn[disabled],
  body .co-button[disabled],
  body .co-section--content .co-button[disabled],
  .button[disabled] {
    background: #BDBDBD;
    cursor: default; }

/* line 197, main.scss */
.btn-small {
  min-height: 40px;
  padding: 4px 16px 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%; }

/* line 205, main.scss */
.btn-medium {
  min-height: 55px;
  padding: 8px 16px;
  font-size: 20px; }

/* line 211, main.scss */
.btn-big {
  min-height: 60px;
  padding: 8px 16px; }

/* line 216, main.scss */
.btn-white {
  background: #fff;
  color: #AEAEBD; }
  /* line 220, main.scss */
  .btn-white:hover, .btn-white:focus, .btn-white:active {
    background: #111111;
    color: #fff;
    border-color: #111111;
    opacity: 1; }

/* line 230, main.scss */
.btn-radius-small {
  border-radius: 7px; }

/* line 234, main.scss */
.btn-radius-normal {
  border-radius: 10px; }

/* line 238, main.scss */
.btn-radius-big {
  border-radius: 20px; }

/* line 242, main.scss */
.tooltip {
  position: relative;
  display: block;
  padding: 4px 14px;
  background: #E0E0E0;
  border-radius: 5px;
  pointer-events: none; }
  /* line 250, 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 265, main.scss */
.pagination-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
  margin: 0;
  padding: 7px 11px;
  background: #fff;
  border-radius: 30px; }
  /* line 275, main.scss */
  .pagination-list--item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin: 0 0 0 22px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: #747481;
    border: 2px solid transparent;
    border-radius: 50%; }
    /* line 289, main.scss */
    .pagination-list--item.is-current, .pagination-list--item:hover {
      border-color: #747481; }
  /* line 295, main.scss */
  .pagination-list .pagination-prev,
  .pagination-list .pagination-next {
    align-items: center;
    justify-content: center;
    border: 2px solid #BFBFBF;
    pointer-events: none;
    border-radius: 50%; }
    /* line 303, main.scss */
    .pagination-list .pagination-prev svg,
    .pagination-list .pagination-next svg {
      margin: 0 0 0 3px;
      stroke: #BFBFBF;
      transition: .3s; }
    /* line 309, main.scss */
    .pagination-list .pagination-prev:hover,
    .pagination-list .pagination-next:hover {
      border-color: #747481; }
      /* line 312, main.scss */
      .pagination-list .pagination-prev:hover svg,
      .pagination-list .pagination-next:hover svg {
        stroke: #747481; }
    /* line 317, main.scss */
    .pagination-list .pagination-prev.active,
    .pagination-list .pagination-next.active {
      pointer-events: all; }
  /* line 322, main.scss */
  .pagination-list .pagination-prev {
    margin-left: 0;
    transform: rotate(180deg); }

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

/* line 338, main.scss */
.input-wrap {
  position: relative;
  width: 100%; }
  /* line 344, main.scss */
  .input-wrap:hover .error-text {
    display: none; }
  /* line 349, main.scss */
  .input-wrap .label {
    margin-bottom: 8px;
    font-size: 10px;
    line-height: 12px;
    color: #9E9E9E; }
  /* line 356, 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 367, 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 377, main.scss */
  .input-wrap .info-placeholder {
    position: absolute;
    bottom: 12px;
    left: 0;
    font-weight: 400;
    color: #9E9E9E;
    pointer-events: none; }
  /* line 386, main.scss */
  .input-wrap .input.fill + .info-placeholder {
    opacity: 0; }

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

/* line 414, main.scss */
.star-rating-wrap .label {
  max-width: 50%;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000000; }
/* line 422, main.scss */
.star-rating-wrap .star-rating {
  margin-left: -17px; }
  /* line 425, main.scss */
  .star-rating-wrap .star-rating label {
    width: 22px;
    height: 22px;
    margin: 0 0 0 17px; }

/* line 433, main.scss */
.input,
input[type="text"],
input[type="password"],
input[type="email"],
.textarea,
textarea,
textarea.form-control,
body .co-input-field {
  width: 100%;
  padding: 0 14px;
  background: #fff;
  font-family: "Open Sans", sans-serif;
  color: #000000;
  font-size: 19px;
  line-height: 60px;
  border: 1px solid #8D8D9C;
  border-radius: 15px;
  box-shadow: none;
  transition: .3s; }
  /* line 453, main.scss */
  .input::placeholder,
  input[type="text"]::placeholder,
  input[type="password"]::placeholder,
  input[type="email"]::placeholder,
  .textarea::placeholder,
  textarea::placeholder,
  textarea.form-control::placeholder,
  body .co-input-field::placeholder {
    color: #9E9E9E; }
  /* line 457, main.scss */
  .input:hover,
  input[type="text"]:hover,
  input[type="password"]:hover,
  input[type="email"]:hover,
  .textarea:hover,
  textarea:hover,
  textarea.form-control:hover,
  body .co-input-field:hover {
    border-color: #AE40F6; }
  /* line 461, 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,
  body .co-input-field:focus,
  body .co-input-field:active {
    color: #000000 !important;
    border-color: #111111 !important;
    box-shadow: none !important; }
  /* line 468, main.scss */
  .input.error,
  input[type="text"].error,
  input[type="password"].error,
  input[type="email"].error,
  .textarea.error,
  textarea.error,
  textarea.form-control.error,
  body .co-input-field.error {
    border-color: #DE0F07; }
  /* line 472, 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,
  body .co-input-field:-webkit-autofill,
  body .co-input-field:-webkit-autofill:hover,
  body .co-input-field:-webkit-autofill:focus,
  body .co-input-field:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 40px #fff inset !important; }
  /* line 479, 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,
  body .co-input-field:-webkit-autofill {
    -webkit-text-fill-color: #000000 !important; }

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

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

/* line 511, 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 526, main.scss */
.error-notice {
  margin: 10px 0 0;
  font-size: 14px;
  color: #DE0F07; }

/* line 532, 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 547, main.scss */
  .error-text .icon {
    margin-right: 10px; }

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

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

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

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

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

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

/* line 594, main.scss */
.checkbox {
  display: flex;
  margin-top: 40px;
  cursor: pointer; }
  /* line 599, main.scss */
  .checkbox:first-child {
    margin-top: 0; }
  /* line 603, main.scss */
  .checkbox label {
    min-width: 34px; }
  /* line 607, main.scss */
  .checkbox input {
    display: none; }
  /* line 611, main.scss */
  .checkbox input:checked + .icon {
    border-color: #111111; }
    /* line 614, main.scss */
    .checkbox input:checked + .icon:before {
      opacity: 1; }
  /* line 619, main.scss */
  .checkbox input:checked + .icon {
    background: #1A1A1A; }
  /* line 623, main.scss */
  .checkbox .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    min-width: 25px;
    height: 25px;
    margin: 2px 9px 0 0;
    border: 2px solid #8D8D9C;
    border-radius: 3px; }
    /* line 635, main.scss */
    .checkbox .icon svg {
      width: 60%;
      height: 60%;
      z-index: 9; }
  /* line 642, main.scss */
  .checkbox .text {
    display: flex;
    align-items: baseline;
    font-size: 15px;
    line-height: 16px;
    font-weight: 600;
    color: #8D8D9C; }
  /* line 651, main.scss */
  .checkbox .count {
    margin-left: 7px;
    font-size: 14px;
    line-height: 24px;
    color: #9E9E9E; }

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

/* line 669, main.scss */
.radio {
  position: relative;
  display: flex;
  width: auto;
  cursor: pointer; }
  /* line 675, main.scss */
  .radio input {
    display: none; }
  /* line 681, main.scss */
  .radio input:checked + .icon::before {
    opacity: 1; }
  /* line 686, 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 698, 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 712, main.scss */
  .radio .text {
    font-size: 16px;
    color: #000000; }

/*** End Form elements ***/
/*** Custom select ***/
/* line 723, main.scss */
.custom-select-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  background: none;
  border: 0;
  padding: 0;
  display: inline-block;
  user-select: none; }
  /* line 733, main.scss */
  .custom-select-wrapper select {
    display: none; }
  /* line 737, main.scss */
  .custom-select-wrapper .custom-options {
    position: absolute;
    top: 100%;
    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 #E2E2EB;
    border-radius: 10px;
    z-index: 90; }
  /* line 755, main.scss */
  .custom-select-wrapper .custom-option {
    position: relative;
    display: block;
    min-width: 120px;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 24px;
    color: #1A1A1A;
    transition: .3s;
    cursor: pointer;
    z-index: 9; }
    /* line 767, main.scss */
    .custom-select-wrapper .custom-option:hover {
      background: #F5F5F5; }
    /* line 771, main.scss */
    .custom-select-wrapper .custom-option.selected {
      background: #F5F5F5; }
    /* line 775, main.scss */
    .custom-select-wrapper .custom-option .text {
      position: relative;
      border-bottom: 1px solid transparent;
      z-index: 5; }
  /* line 782, main.scss */
  .custom-select-wrapper .mCSB_inside > .mCSB_container {
    margin-right: 0;
    z-index: 1; }
  /* line 787, main.scss */
  .custom-select-wrapper .mCSB_scrollTools {
    z-index: 5; }
  /* line 793, main.scss */
  .custom-select-wrapper.opened .custom-select-trigger .icon {
    right: 7px;
    transform: translateY(-50%) translateX(-50%) rotate(180deg); }
  /* line 798, main.scss */
  .custom-select-wrapper.opened .custom-options {
    height: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: all; }

/* line 807, main.scss */
.custom-select-trigger {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px 44px 12px 15px;
  background: #fff;
  color: #1A1A1A;
  font-size: 14px;
  line-height: 21px;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-radius: 10px;
  overflow: hidden;
  -webkit-appearance: none;
  cursor: pointer;
  z-index: 95; }
  /* line 825, main.scss */
  .custom-select-trigger::-ms-expand {
    display: none; }
  /* line 829, main.scss */
  .custom-select-trigger.error {
    border-color: #DE0F07; }
  /* line 833, main.scss */
  .custom-select-trigger .icon {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%); }
  /* line 840, main.scss */
  .custom-select-trigger .text {
    color: #878796;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

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

/*** End Tabs ***/
/*** Custom scroll ***/
/* line 872, main.scss */
.mCSB_scrollTools {
  width: 6px;
  opacity: 1; }
  /* line 876, main.scss */
  .mCSB_scrollTools .mCSB_draggerContainer {
    background: #F5F5F5;
    border-radius: 0; }
  /* line 881, main.scss */
  .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 6px; }
    /* line 884, main.scss */
    .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
      background: #E0E0E0; }
  /* line 889, main.scss */
  .mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background: none; }
  /* line 896, main.scss */
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background: #E0E0E0;
    border-radius: 0; }
  /* line 907, 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 914, main.scss */
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 0; }

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

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

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

/* line 936, 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);
  width: 50px;
  height: 50px;
  max-width: 50px;
  margin: 0;
  background: #fff;
  border-radius: 15px;
  transition: .3s;
  cursor: pointer; }
  /* line 955, main.scss */
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    background: #AE40F6; }
    /* line 958, main.scss */
    .swiper-button-prev:hover svg,
    .swiper-button-next:hover svg {
      stroke: #fff; }
  /* line 963, main.scss */
  .swiper-button-prev:after,
  .swiper-button-next:after {
    display: none; }
  /* line 967, main.scss */
  .swiper-button-prev svg,
  .swiper-button-next svg {
    width: 13px;
    height: 13px;
    stroke: #111111;
    transition: .3s; }
  /* line 974, main.scss */
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
    opacity: 1; }
    /* line 977, main.scss */
    .swiper-button-prev.swiper-button-disabled svg,
    .swiper-button-next.swiper-button-disabled svg {
      stroke: #AEAEBD; }

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

/* line 987, main.scss */
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
  height: 8px;
  bottom: 15px;
  line-height: 0; }

/* line 995, main.scss */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0 0 8px;
  cursor: pointer; }
  /* line 1000, 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 1005, main.scss */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #E0E0E0;
  opacity: .5; }
  /* line 1011, main.scss */
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1; }

/* line 1017, main.scss */
.pagination-swiper-wrap {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%; }
  /* line 1023, 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;
    padding: 0 10px;
    text-align: center; }

/* line 1034, 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 1047, 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 #111111;
    border-radius: 50%;
    border-top-color: transparent; }

/*** End Swiper ***/
/*** Quantity ***/
/* line 1071, main.scss */
.quantity-wrap {
  width: 100%;
  max-width: 100%;
  padding: 6px 7px;
  border-radius: 3px;
  border: 1px solid #E2E2EB; }

/* line 1079, main.scss */
.quantity {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%; }
  /* line 1085, main.scss */
  .quantity .quantity-control {
    width: 24px;
    height: 24px;
    min-width: 24px; }
  /* line 1091, main.scss */
  .quantity input[type="text"] {
    flex: 1;
    height: 100%;
    padding: 0 5px;
    color: #999999;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-align: center;
    border: 0; }
  /* line 1104, main.scss */
  .quantity .quantity-control {
    position: relative;
    display: flex;
    justify-content: center;
    flex: 1;
    width: 18px;
    height: 18px;
    max-width: 18px;
    background: none;
    border: 0; }
  /* line 1116, main.scss */
  .quantity .minus {
    width: 13px; }
    /* line 1119, main.scss */
    .quantity .minus:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 16px;
      height: 2px;
      background: #C7C7C7; }
  /* line 1131, main.scss */
  .quantity .plus {
    width: 13px; }
    /* line 1134, main.scss */
    .quantity .plus:before, .quantity .plus:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 16px;
      height: 2px;
      background: #C7C7C7; }
    /* line 1146, main.scss */
    .quantity .plus:after {
      transform: translate(-50%, -50%) rotate(90deg); }

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

/* line 1165, main.scss */
.coupon {
  position: relative;
  max-width: 150px; }
  /* line 1169, main.scss */
  .coupon input {
    padding-right: 25px;
    border: 2px solid #B9A2FC; }
  /* line 1174, main.scss */
  .coupon button {
    position: absolute;
    top: 0;
    right: 5px;
    padding: 0;
    background: none;
    border: 0;
    cursor: pointer; }
  /* line 1184, main.scss */
  .coupon .remove {
    display: none;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    padding: 0;
    background: none;
    border: 0;
    cursor: pointer; }
  /* line 1198, main.scss */
  .coupon.fill button {
    display: none; }
  /* line 1202, main.scss */
  .coupon.fill .remove {
    display: block; }

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

/* line 1217, 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 1232, main.scss */
  .modal-wrap.open {
    opacity: 1 !important;
    pointer-events: all !important; }
    /* line 1236, main.scss */
    .modal-wrap.open .overflow {
      backdrop-filter: blur(5px); }
    /* line 1240, main.scss */
    .modal-wrap.open .modal {
      display: block; }
  /* line 1247, main.scss */
  .modal-wrap.small-size .modal {
    max-width: 426px; }
    /* line 1250, main.scss */
    .modal-wrap.small-size .modal .wrap {
      padding: 50px; }
  /* line 1258, main.scss */
  .modal-wrap.medium-size .modal {
    max-width: 656px; }
    /* line 1261, main.scss */
    .modal-wrap.medium-size .modal .wrap {
      padding: 80px 113px 70px; }
  /* line 1269, main.scss */
  .modal-wrap.big-size .modal {
    max-width: 964px; }
    /* line 1272, main.scss */
    .modal-wrap.big-size .modal .wrap {
      padding: 90px 112px 128px; }
  /* line 1278, 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 1292, main.scss */
  .modal-wrap.gallery {
    padding: 0; }
    /* line 1295, main.scss */
    .modal-wrap.gallery .overflow {
      opacity: 0;
      pointer-events: none; }
    /* line 1300, main.scss */
    .modal-wrap.gallery .modal {
      width: 100%;
      height: 100%;
      max-width: 100%; }
      /* line 1305, main.scss */
      .modal-wrap.gallery .modal .close {
        position: fixed;
        top: 64px;
        right: 48px; }
      /* line 1311, main.scss */
      .modal-wrap.gallery .modal .wrap {
        position: relative;
        display: flex;
        height: 100%;
        padding: 48px 0 0;
        background: #F5F5F5; }
        /* line 1318, main.scss */
        .modal-wrap.gallery .modal .wrap img {
          max-height: 100%;
          margin: auto; }
    /* line 1325, 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: #111111;
      cursor: pointer; }
      /* line 1335, main.scss */
      .modal-wrap.gallery .gallery-image-button-prev svg,
      .modal-wrap.gallery .gallery-image-button-next svg {
        fill: #fff;
        transform: rotate(-180deg); }
    /* line 1341, main.scss */
    .modal-wrap.gallery .gallery-image-button-next {
      left: auto;
      right: 0; }
      /* line 1345, main.scss */
      .modal-wrap.gallery .gallery-image-button-next svg {
        transform: rotate(0); }

/* line 1352, main.scss */
.modal {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 740px;
  margin: auto;
  background: #fff;
  overflow: visible;
  z-index: 5; }
  /* line 1362, main.scss */
  .modal.border-radius {
    border-radius: 12px; }
  /* line 1366, 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 1378, 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: #111111;
      transform: rotate(45deg); }
    /* line 1391, main.scss */
    .modal .close:after {
      transform: rotate(-45deg); }
  /* line 1396, main.scss */
  .modal .wrap {
    padding: 64px; }
  /* line 1400, main.scss */
  .modal .sub-title {
    font-size: 14px;
    line-height: 20px; }
  /* line 1405, main.scss */
  .modal .date {
    color: #9E9E9E; }
  /* line 1409, main.scss */
  .modal .link {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer; }
  /* line 1419, main.scss */
  .modal .testimonials-detail p {
    font-size: 14px; }
  /* line 1423, main.scss */
  .modal .testimonials-detail img {
    margin-bottom: 20px; }
  /* line 1427, main.scss */
  .modal .testimonials-detail .testimonials-images {
    margin: 32px 0; }
    /* line 1432, main.scss */
    .modal .testimonials-detail .testimonials-images.active img:nth-child(n+3) {
      display: block; }
    /* line 1439, main.scss */
    .modal .testimonials-detail .testimonials-images img:nth-child(n+3) {
      display: none; }
    /* line 1444, 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 1457, main.scss */
.co-modal--login .co-modal-close {
  transform: rotate(45deg); }
  /* line 1460, main.scss */
  .co-modal--login .co-modal-close:before {
    color: #80808D; }
  /* line 1464, main.scss */
  .co-modal--login .co-modal-close:after {
    display: none; }
/* line 1469, main.scss */
.co-modal--login .co-form--login {
  margin-top: 30px; }
/* line 1473, 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: #111111; }
  /* line 1480, main.scss */
  .co-modal--login .co-button--password_recover:after {
    display: none; }
  /* line 1484, main.scss */
  .co-modal--login .co-button--password_recover:hover {
    color: #343434;
    border-color: transparent; }

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

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

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

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

/*** End Feedback ***/
/*** Search ***/
/* line 1563, main.scss */
.search-form {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex: 1;
  width: 100%;
  max-width: 533px; }
  /* line 1571, main.scss */
  .search-form label {
    position: relative;
    width: 100%; }
    /* line 1575, main.scss */
    .search-form label button {
      position: absolute;
      top: 50%;
      right: 20px;
      padding: 0;
      border: 0;
      background: none;
      transform: translateY(-50%); }
  /* line 1586, main.scss */
  .search-form input {
    width: 100%;
    padding: 0 60px 0 22px;
    font-size: 14px; }
  /* line 1592, main.scss */
  .search-form .search-clear-input {
    position: absolute;
    top: 11px;
    right: 0;
    font-size: 12px;
    line-height: 16px;
    cursor: pointer; }
  /* line 1601, 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 1614, main.scss */
    .search-form .custom-scroll.open {
      display: block; }
    /* line 1618, main.scss */
    .search-form .custom-scroll ul {
      margin: 0; }

/*** End Search ***/
/*** Dropdown ***/
/* line 1629, main.scss */
.dropdown-wrap {
  font-size: 14px;
  line-height: 24px; }
  /* line 1637, main.scss */
  .dropdown-wrap.opened .label svg {
    transform: rotate(-90deg); }
  /* line 1642, main.scss */
  .dropdown-wrap.opened .dropdown {
    display: block; }
  /* line 1647, main.scss */
  .dropdown-wrap .label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 400; }
    /* line 1653, main.scss */
    .dropdown-wrap .label svg {
      margin-left: 10px;
      transform: rotate(90deg); }
  /* line 1659, main.scss */
  .dropdown-wrap .dropdown {
    display: none;
    color: #9E9E9E; }
    /* line 1663, main.scss */
    .dropdown-wrap .dropdown a {
      color: #111111; }

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

/* line 1688, main.scss */
.uploader-list {
  display: flex;
  flex-wrap: wrap;
  margin: -24px 0 0 -24px; }
  /* line 1693, main.scss */
  .uploader-list--item {
    position: relative;
    flex: 1;
    max-width: 64px;
    height: 64px;
    margin: 24px 0 0 24px; }
    /* line 1700, main.scss */
    .uploader-list--item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 6px; }
    /* line 1707, 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 1721, main.scss */
      .uploader-list--item .delete svg {
        width: 10px;
        height: 10px; }

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

/* line 1776, main.scss */
.irs {
  height: 22px; }

/* line 1780, main.scss */
.irs--round {
  height: 22px; }
  /* line 1783, 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 1791, main.scss */
  .irs--round .irs-line {
    top: 11px;
    height: 2px;
    background-color: #8D8D9C; }
  /* line 1797, main.scss */
  .irs--round .irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0;
    top: 11px;
    height: 2px;
    background-color: #8D8D9C; }
  /* line 1807, main.scss */
  .irs--round .irs-handle {
    position: absolute;
    top: 0;
    width: 22px;
    height: 22px;
    background-color: #fff;
    border: 2px solid #8D8D9C;
    border-radius: 50%;
    z-index: 2; }

/* line 1819, main.scss */
.range-slider-controls {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 272px; }
  /* line 1825, main.scss */
  .range-slider-controls--item {
    flex: 1; }
    /* line 1828, main.scss */
    .range-slider-controls--item:first-child {
      margin-right: -3px; }
  /* line 1833, main.scss */
  .range-slider-controls input {
    height: 50px;
    padding: 12px;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #8D8D9C;
    border-width: 2px;
    border-radius: 10px; }
  /* line 1844, main.scss */
  .range-slider-controls span {
    display: block;
    width: 20px;
    height: 0;
    margin: 0 6px;
    border: 1px solid #D9D9E2; }

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

/*** End Feedback ***/
/*** Scroll top ***/
/* line 1874, 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 1889, main.scss */
  .scroll-top:hover {
    border: 1px solid #BDBDBD;
    opacity: 1; }
  @media (max-width: 1281px) {
    /* line 1874, main.scss */
    .scroll-top {
      bottom: 33px;
      right: 33px; } }
  @media (max-width: 961px) {
    /* line 1874, main.scss */
    .scroll-top {
      bottom: 24px;
      right: 24px; } }
  @media (max-width: 576px) {
    /* line 1874, main.scss */
    .scroll-top {
      bottom: 18px;
      right: 18px; } }

/*** End Scroll top ***/
/*** Colors ***/
/* line 3, _header.scss */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
  z-index: 999; }
  /* line 12, _header.scss */
  .header.filter-active {
    opacity: 0;
    pointer-events: none; }
  /* line 17, _header.scss */
  .header .wrap {
    max-width: 100%;
    min-height: 68px;
    padding: 10px 0;
    background: #fff; }
  /* line 24, _header.scss */
  .header .logo {
    display: inline-block;
    width: 100%;
    max-width: 235px; }
  /* line 30, _header.scss */
  .header .catalog-btn {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 16px;
    line-height: 20px;
    color: #1A1A1A;
    cursor: pointer; }
    /* line 39, _header.scss */
    .header .catalog-btn .icon {
      position: relative;
      width: 20px;
      height: 14px;
      min-width: 20px;
      margin-right: 14px;
      pointer-events: none; }
      /* line 47, _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 60, _header.scss */
      .header .catalog-btn .icon:before {
        top: calc(50% - 6px); }
      /* line 64, _header.scss */
      .header .catalog-btn .icon:after {
        top: calc(50% + 6px); }
    /* line 69, _header.scss */
    .header .catalog-btn .text {
      pointer-events: none; }
    /* line 77, _header.scss */
    .header .catalog-btn.active .icon:before, .header .catalog-btn.active .icon:after {
      transform: rotate(45deg) translate(-3px, 11px); }
    /* line 82, _header.scss */
    .header .catalog-btn.active .icon:after {
      transform: rotate(-45deg) translate(-3px, -11px); }
    /* line 86, _header.scss */
    .header .catalog-btn.active .icon span {
      display: none; }
  /* line 93, _header.scss */
  .header .main-menu {
    position: relative;
    display: flex;
    align-items: center;
    margin: -5px 0 0 -50px; }
    /* line 99, _header.scss */
    .header .main-menu--item {
      position: relative;
      display: flex;
      align-items: center;
      margin: 10px 0 0 50px;
      padding: 5px 0;
      font-size: 13px;
      line-height: 16px;
      color: #111111;
      text-align: center;
      text-transform: uppercase;
      border-bottom: 1px solid transparent;
      transition: .3s; }
      /* line 115, _header.scss */
      .header .main-menu--item:hover .dropdown-wrap {
        opacity: 1;
        pointer-events: all; }
      /* line 123, _header.scss */
      .header .main-menu--item.active:before {
        opacity: 1; }
      /* line 128, _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 140, _header.scss */
      .header .main-menu--item.disabled {
        pointer-events: none; }
      /* line 144, _header.scss */
      .header .main-menu--item.phone {
        margin-left: 58px;
        font-weight: bold; }
    /* line 150, _header.scss */
    .header .main-menu .icon {
      width: 17px;
      height: 14px;
      margin-right: 7px; }
  /* line 157, _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 167, _header.scss */
    .header .dropdown-wrap.right {
      left: auto;
      right: -100px; }
  /* line 173, _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 #8D8D9C; }
    /* line 184, _header.scss */
    .header .dropdown--item {
      display: block;
      margin-top: 3px;
      padding: 3px 15px;
      color: #111111;
      font-size: 14px;
      line-height: 24px;
      text-align: left;
      text-transform: none;
      cursor: pointer; }
      /* line 195, _header.scss */
      .header .dropdown--item:first-child {
        margin-top: 0; }
      /* line 199, _header.scss */
      .header .dropdown--item:hover {
        background: #F5F5F5; }
    /* line 204, _header.scss */
    .header .dropdown .bottom-block {
      margin-top: 13px;
      padding-top: 10px;
      border-top: 1px solid #8D8D9C; }
  /* line 211, _header.scss */
  .header .phone {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    white-space: nowrap; }
    /* line 218, _header.scss */
    .header .phone:hover {
      color: #000000;
      opacity: .9; }
  /* line 224, _header.scss */
  .header .cart-btn {
    position: relative; }
    /* line 227, _header.scss */
    .header .cart-btn .count {
      position: absolute;
      bottom: 0;
      right: -2px;
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 16px;
      min-height: 16px;
      background: #AE40F6;
      font-size: 11px;
      line-height: normal;
      font-weight: bold;
      color: #fff;
      border-radius: 50%; }

/* line 247, _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 257, _header.scss */
  .mobile-menu-btn span {
    position: relative;
    width: 100%;
    height: 2px;
    background: #000000; }
    /* line 263, _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 274, _header.scss */
    .mobile-menu-btn span:after {
      top: auto;
      bottom: -6px; }

/* line 281, _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 292, _header.scss */
  .mobile-menu-wrap.open {
    pointer-events: all;
    opacity: 1; }
    /* line 296, _header.scss */
    .mobile-menu-wrap.open .mobile-menu {
      transform: translateX(0); }
  /* line 301, _header.scss */
  .mobile-menu-wrap .wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
    margin: 0 -25px; }
  /* line 310, _header.scss */
  .mobile-menu-wrap .custom-scroll {
    width: 100%;
    max-height: calc(100vh - 110px); }
  /* line 315, _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 327, _header.scss */
  .mobile-menu-wrap .main-menu--item {
    font-size: 19px; }
    /* line 330, _header.scss */
    .mobile-menu-wrap .main-menu--item .icon {
      width: 24px;
      height: 20px; }

/*** Catalog modal ***/
/* line 340, _header.scss */
.modal-menu-wrap {
  position: fixed;
  top: 81px;
  right: -10%;
  transform: translateX(100%);
  width: 100%;
  height: 100%;
  max-height: 100vh;
  transition: .2s;
  z-index: 999; }
  /* line 351, _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 363, _header.scss */
  .modal-menu-wrap.open {
    right: 0;
    transform: translateX(0); }
  /* line 368, _header.scss */
  .modal-menu-wrap.fixed {
    position: fixed;
    top: 56px; }
    /* line 372, _header.scss */
    .modal-menu-wrap.fixed .wrap .modal-menu {
      max-height: calc(100vh - 120px); }
  /* line 377, _header.scss */
  .modal-menu-wrap a {
    color: #000000; }
    /* line 380, _header.scss */
    .modal-menu-wrap a:hover {
      color: #616161; }
  /* line 385, _header.scss */
  .modal-menu-wrap .title-wrap {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 40px; }
    /* line 391, _header.scss */
    .modal-menu-wrap .title-wrap .back-catalog {
      display: flex;
      justify-content: center;
      align-items: center;
      min-width: 30px;
      height: 30px; }
      /* line 398, _header.scss */
      .modal-menu-wrap .title-wrap .back-catalog .icon {
        transform: rotate(-180deg); }
    /* line 403, _header.scss */
    .modal-menu-wrap .title-wrap .title {
      padding: 0 10px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
  /* line 411, _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 423, _header.scss */
  .modal-menu-wrap .container-block {
    height: 100%; }
  /* line 427, _header.scss */
  .modal-menu-wrap .wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    width: 100%;
    height: 100%;
    max-width: 100%;
    z-index: 5; }
    /* line 437, _header.scss */
    .modal-menu-wrap .wrap .custom-scroll {
      height: calc(100% + 1px);
      max-height: calc(100vh - 100px); }
    /* line 442, _header.scss */
    .modal-menu-wrap .wrap .modal-menu {
      flex: 1;
      height: 100%;
      padding: 33px;
      color: #000000; }
    /* line 449, _header.scss */
    .modal-menu-wrap .wrap .main-menu {
      flex: 1;
      height: 100%;
      color: #000000; }
      /* line 454, _header.scss */
      .modal-menu-wrap .wrap .main-menu--item {
        display: flex;
        margin-top: 10px;
        font-size: 14px; }
        /* line 459, _header.scss */
        .modal-menu-wrap .wrap .main-menu--item:first-child {
          margin-top: 0; }
        /* line 463, _header.scss */
        .modal-menu-wrap .wrap .main-menu--item.collection {
          margin-top: 20px;
          font-size: 16px; }
          /* line 467, _header.scss */
          .modal-menu-wrap .wrap .main-menu--item.collection:first-child {
            margin-top: 0; }
      /* line 473, _header.scss */
      .modal-menu-wrap .wrap .main-menu .icon {
        width: 20px;
        height: 20px;
        min-width: 20px;
        margin-right: 10px; }
        /* line 479, _header.scss */
        .modal-menu-wrap .wrap .main-menu .icon svg,
        .modal-menu-wrap .wrap .main-menu .icon img {
          display: block;
          max-width: 100%;
          max-height: 100%; }
        /* line 486, _header.scss */
        .modal-menu-wrap .wrap .main-menu .icon svg {
          fill: #AE40F6; }
    /* line 492, _header.scss */
    .modal-menu-wrap .wrap .subcollection {
      padding: 10px 0 0 32px; }
      /* line 495, _header.scss */
      .modal-menu-wrap .wrap .subcollection .main-menu--item {
        font-size: 12px; }
      /* line 499, _header.scss */
      .modal-menu-wrap .wrap .subcollection .second_level_item {
        padding-left: 10px; }
    /* line 504, _header.scss */
    .modal-menu-wrap .wrap .phone {
      margin-top: 30px;
      font-size: 22px;
      font-weight: bold; }
    /* line 510, _header.scss */
    .modal-menu-wrap .wrap .main-menu {
      display: flex;
      flex-direction: column;
      align-items: start; }
  /* line 517, _header.scss */
  .modal-menu-wrap .mCustomScrollBox {
    width: 100%; }
  /* line 521, _header.scss */
  .modal-menu-wrap .mCSB_container {
    display: flex;
    flex-wrap: wrap; }

/* line 527, _header.scss */
.modal-menu {
  position: relative;
  padding-bottom: 56px;
  background: #fff;
  color: #fff;
  z-index: 5; }
  /* line 534, _header.scss */
  .modal-menu.custom-scroll {
    max-height: 100%;
    overflow: auto; }
  /* line 539, _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: #000000; }
    /* line 549, _header.scss */
    .modal-menu--item:first-child {
      margin-top: 0; }
    /* line 553, _header.scss */
    .modal-menu--item:hover, .modal-menu--item:active, .modal-menu--item.active, .modal-menu--item:focus {
      opacity: 1; }
      /* line 559, _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 565, _header.scss */
  .modal-menu .mCSB_container {
    display: block; }
  /* line 569, _header.scss */
  .modal-menu .mCSB_inside > .mCSB_container {
    margin-right: 17px; }
  /* line 573, _header.scss */
  .modal-menu.categories {
    max-width: 318px;
    overflow: visible; }
    /* line 577, _header.scss */
    .modal-menu.categories .modal-menu--item {
      margin-top: 20px; }
      /* line 580, _header.scss */
      .modal-menu.categories .modal-menu--item:first-child {
        margin-top: 0; }
    /* line 585, _header.scss */
    .modal-menu.categories .text {
      flex: 1;
      font-size: 16px;
      line-height: 24px;
      opacity: 1; }
    /* line 592, _header.scss */
    .modal-menu.categories .collections-list--item.active {
      border-right: 1px solid #111111; }
      /* line 595, _header.scss */
      .modal-menu.categories .collections-list--item.active .text {
        font-weight: 500; }
  /* line 601, _header.scss */
  .modal-menu.subcategories {
    flex-wrap: wrap;
    align-items: flex-start;
    opacity: 0;
    pointer-events: none; }
    /* line 607, _header.scss */
    .modal-menu.subcategories.active {
      display: flex;
      opacity: 1;
      pointer-events: all; }
    /* line 613, _header.scss */
    .modal-menu.subcategories.mobile {
      opacity: 0;
      pointer-events: none; }
    /* line 618, _header.scss */
    .modal-menu.subcategories .modal-menu--item {
      flex: 100%;
      max-width: 50%; }

/*** End Catalog modal ***/
/*** Media ***/
@media (max-width: 1601px) {
  /* line 632, _header.scss */
  .header .main-menu {
    margin-left: -20px; }
    /* line 635, _header.scss */
    .header .main-menu--item {
      margin-left: 20px;
      font-size: 12px; }
      /* line 639, _header.scss */
      .header .main-menu--item.phone {
        margin-left: 20px;
        font-size: 12px;
        font-weight: bold; } }
@media (max-width: 1281px) {
  /* line 652, _header.scss */
  .header .wrap {
    min-height: 56px; }
  /* line 656, _header.scss */
  .header .logo img {
    max-height: 36px; }

  /* line 666, _header.scss */
  .modal-menu-wrap .wrap .categories {
    padding: 42px 0 38px; }
  /* line 671, _header.scss */
  .modal-menu-wrap .modal-menu.subcategories {
    left: 230px;
    width: calc(100% - 230px);
    padding-top: 46px; }
  /* line 677, _header.scss */
  .modal-menu-wrap .inner-menu-catalog--item,
  .modal-menu-wrap .inner-menu-catalog--item-wrap {
    font-size: 14px;
    line-height: 20px; }

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

  /* line 698, _header.scss */
  .modal-catalog-menu--item.title {
    font-size: 16px;
    line-height: 22px; }
  /* line 705, _header.scss */
  .modal-catalog-menu .menu a {
    font-size: 14px;
    line-height: 20px; } }
@media (max-width: 1025px) {
  /* line 715, _header.scss */
  .search-form input {
    line-height: 50px; } }
@media (max-width: 767px) {
  /* line 724, _header.scss */
  .header .wrap {
    min-height: 50px; }

  /* line 733, _header.scss */
  .modal-menu-wrap.open .wrap .categories {
    transform: translateX(0); }
  /* line 738, _header.scss */
  .modal-menu-wrap .container-block {
    padding: 0; }
  /* line 742, _header.scss */
  .modal-menu-wrap .wrap {
    justify-content: flex-end; }
    /* line 745, _header.scss */
    .modal-menu-wrap .wrap .modal-menu {
      padding: 20px 15px; }
  /* line 752, _header.scss */
  .modal-menu-wrap .main-menu--item {
    display: flex;
    align-items: center;
    margin-top: 20px; }
    /* line 757, _header.scss */
    .modal-menu-wrap .main-menu--item:first-child {
      margin-top: 0; }
  /* line 762, _header.scss */
  .modal-menu-wrap .main-menu svg {
    width: 22px;
    height: 20px;
    margin-right: 16px; } }
@media (max-width: 601px) {
  /* line 775, _header.scss */
  .header .main-menu {
    margin-left: -24px; }
    /* line 778, _header.scss */
    .header .main-menu--item {
      margin-left: 24px; } }
/* line 3, _footer.scss */
[data-theme-template="index"] .footer-wrap {
  background: #F5F5F5; }
/* line 11, _footer.scss */
[data-theme-template="index"] .footer .social-list svg {
  fill: #AE40F6; }

/* line 18, _footer.scss */
.footer-wrap {
  position: relative;
  background: #fff; }

/* line 23, _footer.scss */
.footer {
  padding: 58px 0 23px; }
  /* line 26, _footer.scss */
  .footer a:hover {
    color: #000000; }
  /* line 32, _footer.scss */
  .footer .contact-list .label {
    margin-bottom: 8px;
    color: #727281;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px; }
  /* line 40, _footer.scss */
  .footer .contact-list .value {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500; }
  /* line 47, _footer.scss */
  .footer .phone {
    color: #000000; }
  /* line 51, _footer.scss */
  .footer .email {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    line-height: 20px; }
  /* line 58, _footer.scss */
  .footer .schedule-text {
    color: #000000;
    font-size: 23px;
    font-weight: 700;
    line-height: 19px; }
  /* line 65, _footer.scss */
  .footer .title {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 27px;
    font-weight: 700;
    line-height: 130%; }
  /* line 74, _footer.scss */
  .footer .menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 50%; }
    /* line 80, _footer.scss */
    .footer .menu--item {
      display: block;
      margin-top: 17px;
      color: #727281;
      font-size: 18px;
      font-weight: 400;
      line-height: normal; }
      /* line 88, _footer.scss */
      .footer .menu--item:first-child {
        margin-top: 0; }
      /* line 92, _footer.scss */
      .footer .menu--item:hover {
        opacity: .8; }
  /* line 98, _footer.scss */
  .footer .social-list {
    display: flex;
    flex-wrap: wrap;
    margin: -12px 0 0 -12px; }
    /* line 103, _footer.scss */
    .footer .social-list--item {
      margin: 12px 0 0 12px;
      font-size: 12px;
      line-height: 16px; }
      /* line 108, _footer.scss */
      .footer .social-list--item:hover {
        opacity: .7; }
    /* line 113, _footer.scss */
    .footer .social-list svg {
      fill: #B4B4C9; }
  /* line 118, _footer.scss */
  .footer .address-wrap {
    color: #727281; }
    /* line 121, _footer.scss */
    .footer .address-wrap .label {
      padding-bottom: 7px;
      font-size: 15px;
      font-weight: 700;
      line-height: 20px; }
  /* line 129, _footer.scss */
  .footer .address {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px; }
  /* line 135, _footer.scss */
  .footer .copyright {
    color: #727281;
    font-size: 14px;
    font-weight: 400;
    line-height: 145%; }
    /* line 141, _footer.scss */
    .footer .copyright p {
      margin-top: 0; }
  /* line 146, _footer.scss */
  .footer .bottom-block {
    color: #727281;
    font-size: 14px;
    font-weight: 400;
    line-height: 145%; }
    /* line 152, _footer.scss */
    .footer .bottom-block a {
      color: #727281; }
  /* line 157, _footer.scss */
  .footer .sitemaker a {
    font-weight: 700; }

/*** Media ***/
@media (max-width: 1281px) {
  /* line 169, _footer.scss */
  .footer .title {
    font-size: 20px; }
  /* line 173, _footer.scss */
  .footer .email,
  .footer .schedule-text {
    font-size: 18px; }
  /* line 178, _footer.scss */
  .footer .menu--item {
    font-size: 14px; } }
@media (max-width: 768px) {
  /* line 186, _footer.scss */
  .footer {
    padding: 30px 0 20px; }
    /* line 189, _footer.scss */
    .footer .contact-list .label {
      margin-bottom: 4px;
      font-size: 14px;
      line-height: 18px; }
    /* line 197, _footer.scss */
    .footer .menu--item {
      font-size: 12px;
      line-height: 16px; } }
