/*** Colors ***/
/*** New colors ***/
/*** End New 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 */
[data-theme-template="product"] {
  overflow: visible; }

/* line 22, main.scss */
body {
  min-height: 100vh;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #101010; }

/* line 32, main.scss */
img.lazy {
  opacity: 0; }
  /* line 35, main.scss */
  img.lazy.loaded {
    opacity: 1; }

/* line 40, main.scss */
.font-light {
  font-weight: 300 !important; }

/* line 44, main.scss */
.font-medium {
  font-weight: 500 !important; }

/* line 48, main.scss */
.font-bold {
  font-weight: 600 !important; }

/* line 52, main.scss */
.wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  min-height: calc(100vh - 346px);
  padding-top: 124px; }
  @media (max-width: 1201px) {
    /* line 52, main.scss */
    .wrapper {
      padding-top: 108px; } }

/* line 66, main.scss */
.checkout-page .wrapper {
  padding-top: 0; }

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

/* line 75, main.scss */
.container-block {
  width: 100%;
  max-width: 1716px;
  margin: 0 auto;
  padding: 0 40px; }

/* line 82, main.scss */
.content-block {
  width: 100%;
  max-width: 1164px;
  margin: 0 auto;
  padding: 0 40px; }

/* line 89, main.scss */
.breadcrumb {
  justify-content: center;
  margin: 0; }
  /* line 93, main.scss */
  .breadcrumb-item {
    font-family: "Montserrat", sans-serif;
    font-size: 16px; }
    /* line 97, main.scss */
    .breadcrumb-item + .breadcrumb-item::before {
      content: '-'; }

/* line 103, main.scss */
a {
  color: #101010;
  text-decoration: none;
  transition: .3s; }
  /* line 108, main.scss */
  a:hover {
    color: #101010; }

/* line 113, main.scss */
p {
  margin: 15px 0 0; }
  /* line 116, main.scss */
  p:first-child {
    margin-top: 0; }

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

/* line 127, main.scss */
strong {
  font-weight: 800; }

/* line 131, main.scss */
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: var(--title-color); }
  /* line 144, 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 148, main.scss */
  h1 strong,
  h2 strong,
  h3 strong,
  h4 strong,
  .h1 strong,
  .h2 strong,
  .h3 strong,
  .h4 strong {
    color: var(--color-accent-text); }
  /* line 152, main.scss */
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  .h1 a,
  .h2 a,
  .h3 a,
  .h4 a {
    transition: .3s; }
    /* line 155, main.scss */
    h1 a:hover,
    h2 a:hover,
    h3 a:hover,
    h4 a:hover,
    .h1 a:hover,
    .h2 a:hover,
    .h3 a:hover,
    .h4 a:hover {
      border-color: var(--color-accent-text); }

/* line 161, main.scss */
h1,
.h1 {
  font-size: 40px;
  line-height: 103%;
  font-weight: 700; }

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

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

/* line 180, main.scss */
h4,
.h4 {
  font-size: 24px;
  line-height: 120%; }

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

/*** Buttons ***/
/* line 196, main.scss */
.btn,
.co-button {
  position: relative;
  display: inline-block;
  justify-content: center;
  min-height: 37px;
  padding: 10px 16px;
  font-size: 14px;
  line-height: normal;
  font-weight: 800;
  background: #E71A00;
  color: #ffffff;
  text-align: center;
  border: 0;
  border-radius: 8px;
  text-decoration: none;
  text-transform: none;
  transition: .3s; }
  /* line 215, main.scss */
  .btn:hover, .btn:focus, .btn:active, .btn:first-child:active,
  .co-button:hover,
  .co-button:focus,
  .co-button:active,
  .co-button:first-child:active {
    background: #C71E09;
    color: #ffffff;
    opacity: 1; }
  /* line 224, main.scss */
  .btn[disabled],
  .co-button[disabled] {
    cursor: default; }
  /* line 228, main.scss */
  .btn .text,
  .btn svg,
  .co-button .text,
  .co-button svg {
    vertical-align: middle; }
  /* line 233, main.scss */
  .btn .text + svg,
  .co-button .text + svg {
    margin-left: 8px; }
  /* line 237, main.scss */
  .btn.btn-medium,
  .co-button.btn-medium {
    padding: 15px 20px; }

/* line 242, main.scss */
.back-link {
  display: inline-block; }
  /* line 245, main.scss */
  .back-link svg {
    height: 14px;
    vertical-align: middle; }
  /* line 250, main.scss */
  .back-link .text {
    font-size: 14px;
    font-weight: 800;
    color: #8C8C8C;
    vertical-align: middle;
    text-transform: uppercase; }

/*** End Buttons ***/
/*** Form ***/
/* line 264, main.scss */
.input,
input[type="text"],
input[type="password"],
input[type="email"],
.textarea,
textarea,
textarea.form-control,
.co-input-field {
  width: 100%;
  padding: 15px 20px;
  background: #F8F8F8;
  font-family: "Montserrat", sans-serif;
  color: #101010;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  border-radius: 8px;
  border: 0;
  box-shadow: none;
  transition: .3s; }
  /* line 285, 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: #8C8C8C; }
  /* line 289, 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: #101010 !important; }
  /* line 294, 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: #E71A00; }
  /* line 298, 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 #F8F8F8 inset !important; }
  /* line 305, 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 310, main.scss */
textarea {
  min-height: 140px; }

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

/* line 324, main.scss */
.checkbox {
  cursor: pointer; }
  /* line 327, main.scss */
  .checkbox:first-child {
    margin-top: 0; }
  /* line 331, main.scss */
  .checkbox label {
    min-width: 34px; }
  /* line 335, main.scss */
  .checkbox input {
    display: none; }
  /* line 339, main.scss */
  .checkbox input:checked + .icon,
  .checkbox input:checked + span .icon,
  .checkbox input:checked + .image + span .icon {
    background: #C71E09;
    border-color: #C71E09; }
  /* line 346, main.scss */
  .checkbox input:checked + .image {
    fill: #C71E09; }
  /* line 350, main.scss */
  .checkbox .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    min-width: 14px;
    height: 14px;
    margin: 1px 7px 0 0;
    padding: 1px 1px 0 1px;
    background: #ffffff;
    border: 1px solid #88827A;
    border-radius: 3px; }
  /* line 365, main.scss */
  .checkbox .text {
    font-size: 14px;
    line-height: normal;
    font-weight: 500; }
    /* line 370, main.scss */
    .checkbox .text a {
      border-bottom: 1px solid; }
      /* line 373, main.scss */
      .checkbox .text a:hover {
        border-color: transparent; }

/* line 380, main.scss */
.checkbox-switch {
  display: flex;
  align-items: center;
  cursor: pointer; }
  /* line 385, main.scss */
  .checkbox-switch input {
    display: none; }
  /* line 389, main.scss */
  .checkbox-switch input:checked + .icon {
    background: #819825; }
    /* line 392, main.scss */
    .checkbox-switch input:checked + .icon:before {
      transform: translateX(calc(100% + 9px)); }
  /* line 397, main.scss */
  .checkbox-switch .icon {
    position: relative;
    display: flex;
    width: 63px;
    height: 34px;
    min-width: 63px;
    margin-right: 10px;
    padding: 3px 3px 0;
    background: #C71E09;
    border-radius: 48px;
    transition: .3s; }
    /* line 409, main.scss */
    .checkbox-switch .icon:before {
      content: '';
      display: block;
      width: 24px;
      height: 28px;
      background: #ffffff;
      border-radius: 50%;
      transition: .3s; }
  /* line 420, main.scss */
  .checkbox-switch .text {
    font-size: 20px;
    line-height: 184%;
    font-weight: 500; }

/* line 429, main.scss */
.captcha-wrap img {
  display: block;
  max-width: 130px; }
/* line 434, main.scss */
.captcha-wrap .info {
  flex: 1;
  max-width: 284px;
  padding: 8px 20px;
  background: #F8F8F8;
  border-radius: 8px; }
/* line 442, main.scss */
.captcha-wrap .label {
  font-size: 12px;
  line-height: 12px;
  color: #8C8C8C;
  pointer-events: none; }
/* line 449, main.scss */
.captcha-wrap input {
  padding: 0;
  background: none;
  font-size: 16px; }

/* line 457, main.scss */
.success-notice {
  position: fixed;
  top: 20px;
  right: 15px;
  max-width: calc(100vw - 25px);
  padding: 10px 20px;
  background: #819825;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  border-radius: 8px;
  z-index: 9999; }
  /* line 470, main.scss */
  .success-notice.active {
    display: none; }

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

/* line 481, main.scss */
.error-text {
  display: none;
  width: 100%;
  padding: 12px 0;
  background: #ffffff;
  color: #E35C5C;
  font-size: 12px;
  line-height: 16px;
  z-index: 9;
  pointer-events: none; }
  /* line 492, main.scss */
  .error-text .icon {
    margin-right: 10px; }

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

/*** Custom select ***/
/* line 504, main.scss */
.custom-select-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  background: none;
  border: 0;
  padding: 0;
  display: inline-block;
  user-select: none; }
  /* line 514, main.scss */
  .custom-select-wrapper select {
    display: none; }
  /* line 518, main.scss */
  .custom-select-wrapper .custom-options {
    position: absolute;
    top: calc(100% - 11px);
    left: 0;
    min-width: 100%;
    max-height: 300px;
    height: 0;
    padding: 17px 0 8px;
    background: #F8F8F8;
    overflow: auto;
    opacity: 0;
    border-radius: 8px;
    visibility: hidden;
    pointer-events: none;
    z-index: 90; }
  /* line 535, main.scss */
  .custom-select-wrapper .custom-option {
    position: relative;
    display: block;
    min-width: 120px;
    padding: 6px 18px;
    font-size: 14px;
    line-height: 24px;
    color: #101010;
    transition: .3s;
    cursor: pointer;
    z-index: 9; }
    /* line 547, main.scss */
    .custom-select-wrapper .custom-option:hover {
      background: #E1E1E1; }
    /* line 551, main.scss */
    .custom-select-wrapper .custom-option.selected {
      background: #E1E1E1; }
    /* line 555, main.scss */
    .custom-select-wrapper .custom-option .text {
      position: relative;
      border-bottom: 1px solid transparent;
      z-index: 5; }
  /* line 562, main.scss */
  .custom-select-wrapper .mCSB_inside > .mCSB_container {
    margin-right: 0;
    z-index: 1; }
  /* line 567, main.scss */
  .custom-select-wrapper .mCSB_scrollTools {
    z-index: 5; }
  /* line 573, main.scss */
  .custom-select-wrapper.opened .custom-select-trigger .icon {
    transform: translateY(-50%) translateX(-50%) rotate(180deg);
    margin: 2px -5px 0 0; }
  /* line 578, main.scss */
  .custom-select-wrapper.opened .custom-options {
    height: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: all; }

/* line 587, main.scss */
.custom-select-trigger {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 30px 0 20px;
  background: #F8F8F8;
  color: #101010;
  font-size: 14px;
  line-height: 46px;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-appearance: none;
  border-radius: 8px;
  border-bottom: 0;
  cursor: pointer;
  z-index: 95; }
  /* line 607, main.scss */
  .custom-select-trigger::-ms-expand {
    display: none; }
  /* line 611, main.scss */
  .custom-select-trigger.error {
    border-color: #E71A00; }
  /* line 615, main.scss */
  .custom-select-trigger .icon {
    position: absolute;
    top: calc(50% - 1px);
    right: 20px;
    transform: translateY(-50%); }
  /* line 622, main.scss */
  .custom-select-trigger .text {
    color: #88827A;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

/*** End Custom select ***/
/*** End Form ***/
/*** Pagination ***/
/* line 637, main.scss */
.pagination {
  justify-content: flex-end; }

/* line 641, main.scss */
.pagination-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin: -23px 0 0 -23px; }
  /* line 648, main.scss */
  .pagination-list--item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin: 23px 0 0 23px;
    font-size: 30px;
    font-weight: 300;
    color: #88827A;
    border-radius: 50%; }
    /* line 660, main.scss */
    .pagination-list--item.is-current, .pagination-list--item.active {
      font-weight: 500;
      color: #819825; }
    /* line 666, main.scss */
    .pagination-list--item.pagination-prev, .pagination-list--item.pagination-next {
      border: 1px solid #88827A; }
    /* line 671, main.scss */
    .pagination-list--item.pagination-next svg {
      transform: rotate(180deg); }

/*** End Pagination ***/
/*** More btn ***/
/* line 682, main.scss */
.more-btn {
  margin-top: 80px;
  padding-top: 22px;
  border-top: 1px solid #88827A;
  cursor: pointer; }
  /* line 688, main.scss */
  .more-btn span {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px dashed #819825;
    transition: .3s; }
    /* line 695, main.scss */
    .more-btn span:hover {
      border-color: transparent; }

/*** End More btn ***/
/*** End Tags list ***/
/* line 706, main.scss */
.tags-list {
  display: flex;
  flex-wrap: wrap;
  margin: -8px 0 0 -8px; }
  /* line 711, main.scss */
  .tags-list--item {
    margin: 8px 0 0 8px;
    padding: 15px 27px;
    font-size: 20px;
    font-weight: 600;
    color: #88827A;
    border: 1px solid #88827A;
    border-radius: 8px; }
    /* line 720, main.scss */
    .tags-list--item:hover {
      background: #88827A;
      color: #ffffff; }

/*** End Tags list ***/
/*** Swiper ***/
/* line 732, main.scss */
.swiper-initialized {
  position: relative;
  overflow: hidden; }
  /* line 736, main.scss */
  .swiper-initialized .product--item {
    height: 100%; }
    /* line 739, main.scss */
    .swiper-initialized .product--item .wrap {
      display: flex;
      flex-direction: column;
      height: 100%; }
    /* line 745, main.scss */
    .swiper-initialized .product--item .info {
      flex: 1; }

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

/* line 755, main.scss */
.swiper-button-prev,
.swiper-button-next {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transform: translate(0);
  margin: 0;
  background: #ffffff;
  border-radius: 50%;
  border: 5px solid #ffffff;
  transition: .3s;
  cursor: pointer;
  z-index: 1; }
  /* line 776, main.scss */
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    border-color: #E71A00;
    opacity: 1; }
  /* line 781, main.scss */
  .swiper-button-prev:after,
  .swiper-button-next:after {
    display: none; }
  /* line 785, main.scss */
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
    opacity: 1; }

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

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

/* line 800, main.scss */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  display: flex;
  align-items: center;
  width: 12px;
  height: 15px;
  margin: 0 0 0 2px;
  background: none;
  cursor: pointer;
  border-radius: 0;
  opacity: 1; }
  /* line 812, main.scss */
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:before,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:before {
    content: '';
    width: 100%;
    height: 4px;
    background: #D4D4D4;
    border-radius: 4px; }
  /* line 820, 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 824, main.scss */
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: none; }
    /* line 827, main.scss */
    .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
      background: #C71E09; }

/* line 833, main.scss */
.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center; }

/* line 839, main.scss */
.swiper-lazy-preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background: #ffffff;
  animation: none;
  border: 0;
  border-radius: 0;
  z-index: 1; }
  /* line 852, 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 #000000;
    border-radius: 50%;
    border-top-color: transparent; }

/*** End Swiper ***/
/*** Rating ***/
/* line 876, main.scss */
.rating {
  display: flex;
  align-items: center; }
  /* line 880, main.scss */
  .rating .icon {
    margin-left: 7px;
    fill: var(--vibrant-text-color); }
    /* line 884, main.scss */
    .rating .icon:first-child {
      margin-left: 0; }
    /* line 888, main.scss */
    .rating .icon.disabled {
      fill: #E6E9E8; }

/*** End Rating ***/
/*** Tabs ***/
/* line 903, main.scss */
.tabs-body--item {
  display: none; }
  /* line 906, main.scss */
  .tabs-body--item.active {
    display: block; }

/*** End Tabs ***/
/*** Range slider ***/
/* line 918, main.scss */
.range-slider-wrap {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  max-width: 220px;
  padding-top: 10px; }
  /* line 927, main.scss */
  .range-slider-wrap .range-slider {
    width: 100%;
    flex: 1; }
  /* line 932, main.scss */
  .range-slider-wrap .currency {
    margin-left: 20px;
    font-size: 24px;
    line-height: 29px; }
  /* line 938, main.scss */
  .range-slider-wrap .irs-grid-pol {
    top: 3px;
    width: 12px;
    height: 12px;
    background: #000000;
    border-radius: 50%;
    z-index: 1; }
    /* line 946, main.scss */
    .range-slider-wrap .irs-grid-pol.small {
      display: none; }
  /* line 951, main.scss */
  .range-slider-wrap .irs-grid-text {
    bottom: -25px;
    padding-left: 17px;
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    opacity: .5; }

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

/* line 965, main.scss */
.irs--round {
  height: 10px; }
  /* line 968, 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 976, main.scss */
  .irs--round .irs-line {
    top: 4px;
    height: 2px;
    background-color: #E5E5E5; }
  /* line 982, main.scss */
  .irs--round .irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0;
    top: 4px;
    height: 2px;
    background-color: #000000; }
  /* line 992, main.scss */
  .irs--round .irs-handle {
    position: absolute;
    top: 0;
    width: 10px;
    height: 10px;
    background-color: #000000;
    border-radius: 50%;
    z-index: 2; }

/* line 1003, main.scss */
.range-slider-controls {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 245px;
  margin-top: 13px; }
  /* line 1010, main.scss */
  .range-slider-controls--item {
    flex: 1; }
    /* line 1013, main.scss */
    .range-slider-controls--item:first-child {
      margin-right: -3px; }
  /* line 1018, main.scss */
  .range-slider-controls input {
    height: 24px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 24px;
    color: #000000; }
  /* line 1026, main.scss */
  .range-slider-controls span {
    display: block;
    width: 8px;
    height: 0;
    border: 1px solid #000000; }

/*** End Range slider ***/
/*** Quantity ***/
/* line 1039, main.scss */
.quantity,
.quantity-custom {
  display: flex;
  align-items: center;
  max-width: 120px;
  height: 34px;
  border-bottom: 2px solid #000000; }
  /* line 1047, main.scss */
  .quantity input[type="text"],
  .quantity-custom input[type="text"] {
    flex: 1;
    height: 100%;
    margin: 0 5px;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    text-align: center;
    border: 0;
    border-radius: 0; }
  /* line 1059, main.scss */
  .quantity .quantity-control,
  .quantity .plus,
  .quantity .minus,
  .quantity-custom .quantity-control,
  .quantity-custom .plus,
  .quantity-custom .minus {
    position: relative;
    display: flex;
    justify-content: center;
    flex: 1;
    width: 13px;
    height: 13px;
    max-width: 13px;
    background: none;
    border: 0;
    border-radius: 0; }
  /* line 1076, main.scss */
  .quantity .minus:before,
  .quantity-custom .minus:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 13px;
    height: 1px;
    background: #000000; }
  /* line 1090, main.scss */
  .quantity .plus:before, .quantity .plus:after,
  .quantity-custom .plus:before,
  .quantity-custom .plus:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 13px;
    height: 1px;
    background: #000000; }
  /* line 1102, main.scss */
  .quantity .plus:after,
  .quantity-custom .plus:after {
    transform: translate(-50%, -50%) rotate(90deg); }

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

/* line 1117, 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 1132, main.scss */
  .modal-wrap.open {
    opacity: 1 !important;
    pointer-events: all !important; }
    /* line 1136, main.scss */
    .modal-wrap.open .modal {
      display: block; }
  /* line 1141, main.scss */
  .modal-wrap .overflow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 1;
    cursor: pointer;
    opacity: .4; }

/* line 1154, main.scss */
.modal {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 708px;
  margin: auto;
  background: #ffffff;
  border-radius: 8px;
  overflow: visible;
  z-index: 5; }
  /* line 1165, main.scss */
  .modal.video-wrap {
    max-width: 900px; }
    /* line 1168, main.scss */
    .modal.video-wrap .close {
      top: 10px;
      right: 10px; }
    /* line 1173, main.scss */
    .modal.video-wrap .wrap {
      display: flex;
      padding: 53px 0 0; }
  /* line 1179, main.scss */
  .modal .close {
    position: absolute;
    top: 23px;
    right: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    cursor: pointer;
    z-index: 9; }
    /* line 1191, main.scss */
    .modal .close svg {
      width: 100%;
      height: 100%; }
  /* line 1197, main.scss */
  .modal .wrap {
    padding: 50px 60px; }
  /* line 1201, main.scss */
  .modal .sub-title {
    font-size: 24px;
    font-weight: 500; }

/* line 1207, main.scss */
.insales_widget-modal,
.insales-autocomplete-address-result-list {
  background: #ffffff; }

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

/*** End Share block ***/
/*** Cabinet ***/
/* line 1238, main.scss */
.co-form .co-input {
  max-width: 450px; }

/* line 1243, main.scss */
.co-checkout-title {
  margin-bottom: 20px; }

/* line 1247, main.scss */
.co-sidebar--menu {
  position: relative;
  flex: 0 0 300px; }
  /* line 1251, main.scss */
  .co-sidebar--menu .co-checkout-block--padded {
    padding: 0; }
  /* line 1255, main.scss */
  .co-sidebar--menu .co-menu-item {
    margin-top: 0; }
  /* line 1259, main.scss */
  .co-sidebar--menu .co-menu-link {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 22px;
    color: #000000; }
    /* line 1268, main.scss */
    .co-sidebar--menu .co-menu-link:hover {
      color: #000000; }
    /* line 1272, main.scss */
    .co-sidebar--menu .co-menu-link.co-link--active {
      background: #000000;
      color: #ffffff; }

/* line 1279, main.scss */
.co-menu-toggle {
  position: relative;
  max-width: calc(100% - 15px);
  margin: 0 0 15px 15px;
  padding: 10px 20px;
  background-color: #000000;
  color: #ffffff;
  z-index: 9; }

/* line 1289, main.scss */
.co-menu-switcher:checked ~ .co-menu {
  position: absolute;
  top: calc(100% - 32px);
  left: 15px;
  width: calc(100% - 15px);
  padding: 15px 10px 10px;
  background: #000000;
  box-shadow: none;
  z-index: 5; }
  /* line 1299, main.scss */
  .co-menu-switcher:checked ~ .co-menu .co-menu-link {
    min-height: 37px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff; }

/* line 1310, main.scss */
.co-input-description p {
  text-align: left !important; }

/*** End Cabinet ***/
/*** Range slider ***/
/* line 1320, main.scss */
.irs--round {
  height: 55px; }
  /* line 1323, main.scss */
  .irs--round .irs {
    height: 100%; }
  /* line 1327, main.scss */
  .irs--round .irs-bar,
  .irs--round .irs-line {
    top: 20px;
    height: 4px;
    background-color: #88827A; }
  /* line 1334, main.scss */
  .irs--round .irs-handle {
    top: 10px;
    width: 22px;
    height: 22px;
    background-color: #ffffff;
    border: 3px solid #C71E09; }

/* line 1343, main.scss */
.irs-grid-pol {
  display: none; }

/* line 1347, main.scss */
.irs-grid-text {
  padding: 0;
  font-size: 16px;
  color: #101010; }
  /* line 1352, main.scss */
  .irs-grid-text.active {
    font-weight: 500;
    color: #C71E09; }

/*** End Range slider ***/
/* line 1363, main.scss */
.mCSB_scrollTools .mCSB_draggerContainer {
  width: 6px;
  background: #E5E5E5;
  border-radius: 3px; }
/* line 1369, main.scss */
.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background: none; }
/* line 1376, main.scss */
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #101010;
  border-radius: 3px; }
/* line 1386, 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: #101010; }

/* line 1, _header.scss */
.header {
  position: fixed;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  background: #ffffff;
  font-family: "Montserrat", sans-serif;
  color: #101010;
  transition: .3s;
  box-shadow: -6px 0 20px rgba(172, 172, 172, 0.6);
  z-index: 9991; }
  /* line 14, _header.scss */
  .header .wrap {
    padding: 13px 0;
    border-bottom: 1px solid #E8E8E8; }
  /* line 19, _header.scss */
  .header .logo {
    display: flex;
    flex: 1;
    max-width: 470px;
    font-size: 16px;
    font-weight: 700; }
    /* line 26, _header.scss */
    .header .logo svg {
      max-width: 97px; }
    /* line 30, _header.scss */
    .header .logo .text {
      flex: 1; }
  /* line 35, _header.scss */
  .header .menu-header {
    position: relative;
    height: 100%; }
    /* line 39, _header.scss */
    .header .menu-header .wrap {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-around;
      height: 100%;
      margin: 0 -24px;
      padding: 0;
      background: #ffffff;
      z-index: 5; }
    /* line 51, _header.scss */
    .header .menu-header--item {
      padding: 8px 24px;
      font-size: 20px;
      line-height: normal;
      font-weight: 700;
      color: #101010;
      text-align: center; }
      /* line 59, _header.scss */
      .header .menu-header--item:hover {
        color: #C71E09; }
  /* line 65, _header.scss */
  .header .email {
    margin-right: 60px;
    font-size: 16px;
    font-weight: 700; }
  /* line 71, _header.scss */
  .header .phone {
    margin-right: 60px;
    font-size: 16px;
    font-weight: 700; }
  /* line 77, _header.scss */
  .header .link-video {
    padding: 7px 17px;
    background: #E71A00;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 8px; }
    /* line 86, _header.scss */
    .header .link-video:hover {
      background: #C71E09; }
    /* line 90, _header.scss */
    .header .link-video .label {
      font-size: 14px;
      font-weight: 600;
      text-transform: none; }

/* line 98, _header.scss */
.menu-header-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  box-shadow: 0 8px 60px rgba(16, 16, 16, 0.5); }
  /* line 106, _header.scss */
  .menu-header-dropdown.active {
    display: block; }
  /* line 110, _header.scss */
  .menu-header-dropdown .dropdown {
    display: flex;
    flex-wrap: wrap;
    max-height: calc(100vh );
    margin: -1px 0 0 -1px;
    background: #ffffff; }
    /* line 117, _header.scss */
    .menu-header-dropdown .dropdown--item {
      display: flex;
      align-items: center;
      flex: 100%;
      max-width: 25%;
      padding: 18px 26px;
      border-top: 1px solid #D4D4D4;
      border-left: 1px solid #D4D4D4; }
      /* line 128, _header.scss */
      .menu-header-dropdown .dropdown--item:hover .text {
        color: #C71E09; }
    /* line 134, _header.scss */
    .menu-header-dropdown .dropdown .image {
      max-width: 113px;
      height: 113px;
      margin-right: 13px; }
    /* line 140, _header.scss */
    .menu-header-dropdown .dropdown .text {
      flex: 1;
      font-size: 20px;
      transition: .3s; }
  /* line 147, _header.scss */
  .menu-header-dropdown .bottom-block {
    display: flex;
    justify-content: flex-end;
    padding: 10px 20px;
    border-top: 1px solid #D4D4D4; }
  /* line 154, _header.scss */
  .menu-header-dropdown .menu-header-dropdown-close {
    display: flex;
    align-items: center;
    cursor: pointer; }
    /* line 161, _header.scss */
    .menu-header-dropdown .menu-header-dropdown-close:hover .text {
      color: #C71E09; }
    /* line 165, _header.scss */
    .menu-header-dropdown .menu-header-dropdown-close:hover svg {
      fill: #C71E09; }
    /* line 170, _header.scss */
    .menu-header-dropdown .menu-header-dropdown-close .text {
      margin-right: 16px;
      font-size: 20px;
      color: #8C8C8C;
      pointer-events: none;
      transition: .3s; }
    /* line 178, _header.scss */
    .menu-header-dropdown .menu-header-dropdown-close svg {
      pointer-events: none;
      fill: #D4D4D4;
      transition: .3s; }

/*** Right panel ***/
/* line 189, _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: 9999; }
  /* line 201, _header.scss */
  .right-panel-wrap.opened {
    opacity: 1;
    pointer-events: all; }
    /* line 205, _header.scss */
    .right-panel-wrap.opened .right-panel {
      transform: translateX(0); }
  /* line 210, _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 223, _header.scss */
.right-panel {
  position: relative;
  width: 48%;
  min-width: 560px;
  max-width: 800px;
  padding: 20px 40px;
  transform: translateX(100%);
  background: #ffffff;
  transition: .3s;
  z-index: 5; }
  /* line 234, _header.scss */
  .right-panel .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 19px;
    height: 19px;
    cursor: pointer; }
    /* line 242, _header.scss */
    .right-panel .close svg {
      width: 100%;
      height: 100%;
      pointer-events: none; }
  /* line 249, _header.scss */
  .right-panel .tabs-body--item {
    height: 100%; }
  /* line 253, _header.scss */
  .right-panel .wrap {
    max-height: calc(100vh - 40px);
    overflow: auto; }
  /* line 258, _header.scss */
  .right-panel .catalog-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-align: right; }
    /* line 267, _header.scss */
    .right-panel .catalog-menu--item {
      margin-top: 16px;
      font-family: "Montserrat", sans-serif;
      color: #101010; }
      /* line 272, _header.scss */
      .right-panel .catalog-menu--item:first-child {
        margin-top: 0; }
      /* line 276, _header.scss */
      .right-panel .catalog-menu--item:hover {
        opacity: .8; }
      /* line 280, _header.scss */
      .right-panel .catalog-menu--item.subcollection {
        padding-left: 10px;
        font-size: 14px;
        line-height: 24px;
        text-transform: none; }
  /* line 289, _header.scss */
  .right-panel .menu-header--item {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #101010; }
  /* line 296, _header.scss */
  .right-panel .second-level-input-wrap {
    margin-top: 10px; }
    /* line 299, _header.scss */
    .right-panel .second-level-input-wrap a {
      font-size: 12px; }
  /* line 304, _header.scss */
  .right-panel .top-menu--item {
    font-size: 14px;
    line-height: 18px;
    color: #101010; }

/*** End Right panel ***/
/*** Media ***/
@media (max-width: 1361px) {
  /* line 322, _header.scss */
  .menu-header-dropdown .dropdown--item {
    padding: 20px; }
  /* line 326, _header.scss */
  .menu-header-dropdown .dropdown .image {
    max-width: 80px;
    height: 80px; }
  /* line 331, _header.scss */
  .menu-header-dropdown .dropdown .text {
    font-size: 16px; }
  /* line 336, _header.scss */
  .menu-header-dropdown .menu-header-dropdown-close .text {
    margin-right: 10px;
    font-size: 18px; } }
@media (max-width: 1025px) {
  /* line 347, _header.scss */
  .header .phone,
  .header .email {
    margin-right: 35px; }
    /* line 351, _header.scss */
    .header .phone svg,
    .header .email svg {
      width: 25px;
      height: 25px; }
  /* line 359, _header.scss */
  .header .link-video svg {
    width: 20px;
    height: 20px; }
  /* line 365, _header.scss */
  .header .menu-header--item {
    font-size: 14px; }

  /* line 374, _header.scss */
  .menu-header-dropdown .dropdown--item {
    padding: 15px 10px; }
  /* line 378, _header.scss */
  .menu-header-dropdown .dropdown .image {
    max-width: 50px;
    height: 50px; }
  /* line 383, _header.scss */
  .menu-header-dropdown .dropdown .text {
    font-size: 14px;
    line-height: normal; }
  /* line 391, _header.scss */
  .menu-header-dropdown .menu-header-dropdown-close .text {
    font-size: 16px; }
  /* line 395, _header.scss */
  .menu-header-dropdown .menu-header-dropdown-close svg {
    width: 25px;
    height: 25px; } }
@media (max-width: 769px) {
  /* line 407, _header.scss */
  .header .logo svg {
    max-width: 50px;
    height: auto; }

  /* line 413, _header.scss */
  .right-panel {
    min-width: 0;
    width: 500px; } }
@media (max-width: 561px) {
  /* line 421, _header.scss */
  .right-panel {
    padding-left: 15px;
    padding-right: 15px; } }
@media (max-width: 426px) {
  /* line 431, _header.scss */
  .header .phone,
  .header .email {
    margin-right: 20px; } }
/* line 1, _footer.scss */
.footer {
  padding: 48px 0 16px;
  background: #F2F3F7;
  font-family: "Montserrat", sans-serif;
  color: #101010; }
  /* line 7, _footer.scss */
  .footer .menu-wrap {
    max-width: 127px; }
    /* line 10, _footer.scss */
    .footer .menu-wrap .title {
      min-height: 47px;
      margin-bottom: 35px;
      padding: 18px 0 10px;
      font-size: 16px;
      line-height: normal;
      font-weight: 700;
      border-bottom: 1px solid #E1E1E1; }
    /* line 20, _footer.scss */
    .footer .menu-wrap.two-col {
      max-width: 437px; }
      /* line 23, _footer.scss */
      .footer .menu-wrap.two-col .menu {
        flex-direction: row;
        flex-wrap: wrap; }
        /* line 27, _footer.scss */
        .footer .menu-wrap.two-col .menu--item {
          flex: 100%;
          max-width: 50%;
          padding-right: 20px; }
  /* line 36, _footer.scss */
  .footer .menu {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: -20px;
    z-index: 5; }
    /* line 44, _footer.scss */
    .footer .menu--item {
      display: block;
      margin-top: 20px;
      font-size: 14px;
      font-weight: 600;
      line-height: normal;
      color: #101010; }
      /* line 52, _footer.scss */
      .footer .menu--item:hover {
        opacity: .7; }
  /* line 58, _footer.scss */
  .footer .logo {
    max-width: 100%; }
    /* line 61, _footer.scss */
    .footer .logo svg {
      flex: 1;
      max-width: 97px;
      height: auto; }
    /* line 67, _footer.scss */
    .footer .logo .text {
      flex: 1;
      max-width: 350px;
      font-size: 16px;
      font-weight: 700; }
  /* line 75, _footer.scss */
  .footer .email {
    font-weight: 700; }
  /* line 79, _footer.scss */
  .footer .phone {
    font-weight: 700;
    white-space: nowrap; }
  /* line 84, _footer.scss */
  .footer .address-footer {
    max-width: 350px;
    font-size: 14px;
    line-height: normal;
    font-weight: 600; }
  /* line 91, _footer.scss */
  .footer .copyright {
    font-weight: 400;
    font-size: 14px;
    color: #8C8C8C; }
  /* line 97, _footer.scss */
  .footer .link {
    font-weight: 400;
    font-size: 14px;
    color: #8C8C8C;
    border-bottom: 1px solid; }
    /* line 103, _footer.scss */
    .footer .link:hover {
      color: #8C8C8C;
      border-color: transparent; }

/*** Media ***/
@media (max-width: 992px) {
  /* line 117, _footer.scss */
  .footer .menu-wrap {
    max-width: 100%; }
    /* line 120, _footer.scss */
    .footer .menu-wrap.two-col {
      max-width: 100%; }
    /* line 124, _footer.scss */
    .footer .menu-wrap .title {
      min-height: 0;
      margin-bottom: 20px;
      padding: 0 0 10px; } }
@media (max-width: 560px) {
  /* line 135, _footer.scss */
  .footer {
    padding-top: 25px; }
    /* line 138, _footer.scss */
    .footer .menu-wrap.two-col .menu--item {
      max-width: 100%;
      padding-right: 0; } }
