@charset "UTF-8";
/* line 1, theme.scss */
.layout[style*="--layout-edge:true"] .layout__content {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%; }

/* line 6, theme.scss */
.layout__content {
  padding-bottom: 10px; }

/* line 9, theme.scss */
.desc_footer {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0; }

/* line 10, theme.scss */
.desc_footer li {
  width: 25%;
  padding-right: 25px;
  margin-bottom: 30px; }

/* line 11, theme.scss */
.desc_footer li img {
  display: block;
  margin-bottom: 12px; }

/* line 12, theme.scss */
.cat2 {
  flex-wrap: wrap; }

/* line 13, theme.scss */
.cat2 li {
  width: 50%;
  position: relative;
  padding-left: 110px; }

/* line 14, theme.scss */
.cat2 img {
  position: absolute;
  top: 0;
  left: 0; }

/* line 15, theme.scss */
.cat2 div {
  font: bold 14px "Druk Wide", Arial;
  letter-spacing: 0.03em;
  word-break: break-all;
  margin-bottom: 20px;
  text-transform: uppercase; }

/* line 17, theme.scss */
.ul_horizont {
  display: flex;
  flex-wrap: wrap;
  list-style: none; }

/* line 23, theme.scss */
.ul_horizont > li {
  padding-right: 20px;
  padding-bottom: 20px; }

/*
.layout__content {
 max-width:100%
}
*/
/* line 72, theme.scss */
.modal_overflow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 98; }

/* line 73, theme.scss */
.modal_timer {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  color: #000;
  padding: 96px;
  z-index: 99;
  width: 95%;
  max-width: 826px;
  text-align: center;
  max-height: 95%;
  overflow: auto; }
  /* line 74, theme.scss */
  .modal_timer .modal_close {
    position: absolute;
    top: 39px;
    right: 35px;
    width: 26px;
    height: 26px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3e%3cpath d='M25 1L1 25' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M1 1L25 25' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
    display: block;
    text-indent: -3000px; }
  /* line 75, theme.scss */
  .modal_timer .title {
    font: 500 40px "Druk Wide", Arial;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 30px; }
  /* line 76, theme.scss */
  .modal_timer .subtitle {
    max-width: 540px;
    margin: 0 auto 1em;
    font: bold 20px/24px 'Halvar Breitschrift', Arial; }
  /* line 77, theme.scss */
  .modal_timer p {
    max-width: 540px;
    margin: 0 auto 1em; }
  /* line 78, theme.scss */
  .modal_timer form {
    margin-top: 75px; }
    /* line 79, theme.scss */
    .modal_timer form .callback__success-message {
      display: none; }
    /* line 83, theme.scss */
    .modal_timer form.is-sended .callback__content {
      display: none; }
    /* line 87, theme.scss */
    .modal_timer form.is-sended .callback__success-message {
      display: block; }
  /* line 92, theme.scss */
  .modal_timer .callback__field-area {
    margin-bottom: 30px; }
  /* line 93, theme.scss */
  .modal_timer input {
    text-align: center;
    font: 16px/24px 'Halvar Breitschrift', Arial; }
    /* line 94, theme.scss */
    .modal_timer input.is-error {
      border-color: red; }

/* line 97, theme.scss */
.modal_outer {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  border-radius: 40px;
  color: #fff;
  padding: 96px;
  z-index: 99;
  width: 95%;
  max-width: 826px;
  text-align: center;
  overflow: auto;
  max-height: 95%; }
  /* line 98, theme.scss */
  .modal_outer .modal_close:not(.button) {
    position: absolute;
    top: 39px;
    right: 35px;
    width: 26px;
    height: 26px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3e%3cpath d='M25 1L1 25' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M1 1L25 25' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
    display: block;
    text-indent: -3000px; }
  /* line 99, theme.scss */
  .modal_outer .title {
    font: 500 40px "Druk Wide", Arial;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 30px; }
  /* line 100, theme.scss */
  .modal_outer .subtitle {
    max-width: 540px;
    margin: 0 auto 1em;
    font: bold 20px/24px 'Halvar Breitschrift', Arial; }
  /* line 101, theme.scss */
  .modal_outer .img {
    margin-bottom: 30px; }
  /* line 102, theme.scss */
  .modal_outer .product_title {
    font: 500 16px/130% 'Halvar Breitschrift', Arial;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 62px; }
  /* line 103, theme.scss */
  .modal_outer .button {
    max-width: 526px;
    margin: 0 auto;
    background: #fff;
    color: #000; }
    /* line 104, theme.scss */
    .modal_outer .button + .button {
      margin-top: 23px; }

@media screen and (max-width: 1800px) {
  /* line 108, theme.scss */
  .modal_timer {
    padding: 30px; }
    /* line 109, theme.scss */
    .modal_timer .title {
      foont-sizze: 36px; } }
@media screen and (max-width: 1024px) {
  /* line 113, theme.scss */
  .modal_timer, .modal_outer {
    padding: 35px; }
    /* line 114, theme.scss */
    .modal_timer .title, .modal_outer .title {
      font-size: 28px;
      padding: 0 30px; } }
/* line 118, theme.scss */
[class^=flex-] {
  width: 100%;
  display: flex; }

/* line 118, theme.scss */
.flexgrid {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; }

/* line 118, theme.scss */
.flex-xs-1 {
  width: 8.33333%; }

/* line 118, theme.scss */
.flex-xs-2 {
  width: 16.66667%; }

/* line 118, theme.scss */
.flex-xs-3 {
  width: 25%; }

/* line 118, theme.scss */
.flex-xs-4 {
  width: 33.33333%; }

/* line 118, theme.scss */
.flex-xs-5 {
  width: 41.66667%; }

/* line 118, theme.scss */
.flex-xs-6 {
  width: 50%; }

/* line 118, theme.scss */
.flex-xs-7 {
  width: 58.33319%; }

/* line 118, theme.scss */
.flex-xs-8 {
  width: 66.66667%; }

/* line 118, theme.scss */
.flex-xs-9 {
  width: 75.00019%; }

/* line 118, theme.scss */
.flex-xs-10 {
  width: 83.33333%; }

/* line 118, theme.scss */
.flex-xs-11 {
  width: 91.66659%; }

/* line 118, theme.scss */
.flex-xs-12 {
  width: 100%; }

/* line 118, theme.scss */
.flex-xs-offset-1 {
  margin-left: 8.33333%; }

/* line 118, theme.scss */
.flex-xs-offset-2 {
  margin-left: 16.66667%; }

/* line 118, theme.scss */
.flex-xs-offset-3 {
  margin-left: 25%; }

/* line 118, theme.scss */
.flex-xs-offset-4 {
  margin-left: 33.33333%; }

/* line 118, theme.scss */
.flex-xs-offset-5 {
  margin-left: 41.66667%; }

/* line 118, theme.scss */
.flex-xs-offset-6 {
  margin-left: 50%; }

/* line 118, theme.scss */
.flex-xs-offset-7 {
  margin-left: 58.33319%; }

/* line 118, theme.scss */
.flex-xs-offset-8 {
  margin-left: 66.66667%; }

/* line 118, theme.scss */
.flex-xs-offset-9 {
  margin-left: 75.00019%; }

/* line 118, theme.scss */
.flex-xs-offset-10 {
  margin-left: 83.33333%; }

/* line 118, theme.scss */
.flex-xs-offset-11 {
  margin-left: 91.66659%; }

/* line 118, theme.scss */
.flex-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  /* line 118, theme.scss */
  .flex-sm-1 {
    width: 8.33333%; }

  /* line 118, theme.scss */
  .flex-sm-2 {
    width: 16.66667%; }

  /* line 118, theme.scss */
  .flex-sm-3 {
    width: 25%; }

  /* line 118, theme.scss */
  .flex-sm-4 {
    width: 33.33333%; }

  /* line 118, theme.scss */
  .flex-sm-5 {
    width: 41.66667%; }

  /* line 118, theme.scss */
  .flex-sm-6 {
    width: 50%; }

  /* line 118, theme.scss */
  .flex-sm-7 {
    width: 58.33319%; }

  /* line 118, theme.scss */
  .flex-sm-8 {
    width: 66.66667%; }

  /* line 118, theme.scss */
  .flex-sm-9 {
    width: 75.00019%; }

  /* line 118, theme.scss */
  .flex-sm-10 {
    width: 83.33333%; }

  /* line 118, theme.scss */
  .flex-sm-11 {
    width: 91.66659%; }

  /* line 118, theme.scss */
  .flex-sm-12 {
    width: 100%; }

  /* line 118, theme.scss */
  .flex-sm-offset-1 {
    margin-left: 8.33333%; }

  /* line 118, theme.scss */
  .flex-sm-offset-2 {
    margin-left: 16.66667%; }

  /* line 118, theme.scss */
  .flex-sm-offset-3 {
    margin-left: 25%; }

  /* line 118, theme.scss */
  .flex-sm-offset-4 {
    margin-left: 33.33333%; }

  /* line 118, theme.scss */
  .flex-sm-offset-5 {
    margin-left: 41.66667%; }

  /* line 118, theme.scss */
  .flex-sm-offset-6 {
    margin-left: 50%; }

  /* line 118, theme.scss */
  .flex-sm-offset-7 {
    margin-left: 58.33319%; }

  /* line 118, theme.scss */
  .flex-sm-offset-8 {
    margin-left: 66.66667%; }

  /* line 118, theme.scss */
  .flex-sm-offset-9 {
    margin-left: 75.00019%; }

  /* line 118, theme.scss */
  .flex-sm-offset-10 {
    margin-left: 83.33333%; }

  /* line 118, theme.scss */
  .flex-sm-offset-11 {
    margin-left: 91.66659%; }

  /* line 118, theme.scss */
  .flex-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  /* line 118, theme.scss */
  .flex-md-1 {
    width: 8.33333%; }

  /* line 118, theme.scss */
  .flex-md-2 {
    width: 16.66667%; }

  /* line 118, theme.scss */
  .flex-md-3 {
    width: 25%; }

  /* line 118, theme.scss */
  .flex-md-4 {
    width: 33.33333%; }

  /* line 118, theme.scss */
  .flex-md-5 {
    width: 41.66667%; }

  /* line 118, theme.scss */
  .flex-md-6 {
    width: 50%; }

  /* line 118, theme.scss */
  .flex-md-7 {
    width: 58.33319%; }

  /* line 118, theme.scss */
  .flex-md-8 {
    width: 66.66667%; }

  /* line 118, theme.scss */
  .flex-md-9 {
    width: 75.00019%; }

  /* line 118, theme.scss */
  .flex-md-10 {
    width: 83.33333%; }

  /* line 118, theme.scss */
  .flex-md-11 {
    width: 91.66659%; }

  /* line 118, theme.scss */
  .flex-md-12 {
    width: 100%; }

  /* line 118, theme.scss */
  .flex-md-offset-1 {
    margin-left: 8.33333%; }

  /* line 118, theme.scss */
  .flex-md-offset-2 {
    margin-left: 16.66667%; }

  /* line 118, theme.scss */
  .flex-md-offset-3 {
    margin-left: 25%; }

  /* line 118, theme.scss */
  .flex-md-offset-4 {
    margin-left: 33.33333%; }

  /* line 118, theme.scss */
  .flex-md-offset-5 {
    margin-left: 41.66667%; }

  /* line 118, theme.scss */
  .flex-md-offset-6 {
    margin-left: 50%; }

  /* line 118, theme.scss */
  .flex-md-offset-7 {
    margin-left: 58.33319%; }

  /* line 118, theme.scss */
  .flex-md-offset-8 {
    margin-left: 66.66667%; }

  /* line 118, theme.scss */
  .flex-md-offset-9 {
    margin-left: 75.00019%; }

  /* line 118, theme.scss */
  .flex-md-offset-10 {
    margin-left: 83.33333%; }

  /* line 118, theme.scss */
  .flex-md-offset-11 {
    margin-left: 91.66659%; }

  /* line 118, theme.scss */
  .flex-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  /* line 118, theme.scss */
  .flex-lg-1 {
    width: 8.33333%; }

  /* line 118, theme.scss */
  .flex-lg-2 {
    width: 16.66667%; }

  /* line 118, theme.scss */
  .flex-lg-3 {
    width: 25%; }

  /* line 118, theme.scss */
  .flex-lg-4 {
    width: 33.33333%; }

  /* line 118, theme.scss */
  .flex-lg-5 {
    width: 41.66667%; }

  /* line 118, theme.scss */
  .flex-lg-6 {
    width: 50%; }

  /* line 118, theme.scss */
  .flex-lg-7 {
    width: 58.33319%; }

  /* line 118, theme.scss */
  .flex-lg-8 {
    width: 66.66667%; }

  /* line 118, theme.scss */
  .flex-lg-9 {
    width: 75.00019%; }

  /* line 118, theme.scss */
  .flex-lg-10 {
    width: 83.33333%; }

  /* line 118, theme.scss */
  .flex-lg-11 {
    width: 91.66659%; }

  /* line 118, theme.scss */
  .flex-lg-12 {
    width: 100%; }

  /* line 118, theme.scss */
  .flex-lg-offset-1 {
    margin-left: 8.33333%; }

  /* line 118, theme.scss */
  .flex-lg-offset-2 {
    margin-left: 16.66667%; }

  /* line 118, theme.scss */
  .flex-lg-offset-3 {
    margin-left: 25%; }

  /* line 118, theme.scss */
  .flex-lg-offset-4 {
    margin-left: 33.33333%; }

  /* line 118, theme.scss */
  .flex-lg-offset-5 {
    margin-left: 41.66667%; }

  /* line 118, theme.scss */
  .flex-lg-offset-6 {
    margin-left: 50%; }

  /* line 118, theme.scss */
  .flex-lg-offset-7 {
    margin-left: 58.33319%; }

  /* line 118, theme.scss */
  .flex-lg-offset-8 {
    margin-left: 66.66667%; }

  /* line 118, theme.scss */
  .flex-lg-offset-9 {
    margin-left: 75.00019%; }

  /* line 118, theme.scss */
  .flex-lg-offset-10 {
    margin-left: 83.33333%; }

  /* line 118, theme.scss */
  .flex-lg-offset-11 {
    margin-left: 91.66659%; }

  /* line 118, theme.scss */
  .flex-lg-offset-12 {
    margin-left: 100%; } }
/* line 119, theme.scss */
.m-b-1 {
  margin-bottom: 1rem; }

/* line 120, theme.scss */
.m-b-2 {
  margin-bottom: 2rem; }

/* line 121, theme.scss */
.m-b-3 {
  margin-bottom: 3rem; }

/* line 122, theme.scss */
.large-font {
  font-family: 'Druk Wide';
  font-size: 16px;
  text-transform: uppercase; }

/* line 127, theme.scss */
.flex-sm-8.content-wrapper {
  display: block; }
  /* line 129, theme.scss */
  .flex-sm-8.content-wrapper .item-content {
    margin-bottom: 12px; }

@font-face {
  font-family: 'Halvar Breitschrift';
  src: url("HalvarBreitschrift.eot");
  src: local("☺"), url("HalvarBreitschrift.woff") format("woff"), url("HalvarBreitschrift.ttf") format("truetype"), url("HalvarBreitschrift.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Druk Wide';
  src: url("DrukWide.eot");
  src: local("☺"), url("DrukWide.woff") format("woff"), url("DrukWide.ttf") format("truetype"), url("DrukWide.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
/* line 148, theme.scss */
* {
  letter-spacing: 1px; }

/* line 151, theme.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  letter-spacing: 2px; }

/* line 155, theme.scss */
.h2 {
  text-transform: uppercase; }

/* line 159, theme.scss */
p {
  margin-bottom: 0; }

/* line 1, _settings.scss */
:root {
  --bg: var(--draft-bg, #ffffff);
  --bg-is-light: var(--draft-bg-is-light, true);
  --bg-minor-shade: var(--draft-bg-minor-shade, #f7f7f7);
  --bg-minor-shade-is-light: var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade: var(--draft-bg-major-shade, #ededed);
  --bg-major-shade-is-light: var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade: var(--draft-bg-half-shade, #808080);
  --bg-half-shade-is-dark: var(--draft-bg-half-shade-is-dark, true);
  --color-btn-bg: var(--draft-color-btn-bg, #000000);
  --color-btn-bg-is-dark: var(--draft-color-btn-bg-is-dark, true);
  --color-btn-bg-minor-shade: var(--draft-color-btn-bg-minor-shade, #1a1a1a);
  --color-btn-bg-minor-shade-is-dark: var(--draft-color-btn-bg-minor-shade-is-dark, true);
  --color-btn-bg-major-shade: var(--draft-color-btn-bg-major-shade, #333333);
  --color-btn-bg-major-shade-is-dark: var(--draft-color-btn-bg-major-shade-is-dark, true);
  --color-btn-bg-half-shade: var(--draft-color-btn-bg-half-shade, #808080);
  --color-btn-bg-half-shade-is-dark: var(--draft-color-btn-bg-half-shade-is-dark, true);
  --color-accent-text: var(--draft-color-accent-text, #000000);
  --color-accent-text-is-dark: var(--draft-color-accent-text-is-dark, true);
  --color-accent-text-minor-shade: var(--draft-color-accent-text-minor-shade, #1a1a1a);
  --color-accent-text-minor-shade-is-dark: var(--draft-color-accent-text-minor-shade-is-dark, true);
  --color-accent-text-major-shade: var(--draft-color-accent-text-major-shade, #333333);
  --color-accent-text-major-shade-is-dark: var(--draft-color-accent-text-major-shade-is-dark, true);
  --color-accent-text-half-shade: var(--draft-color-accent-text-half-shade, #808080);
  --color-accent-text-half-shade-is-dark: var(--draft-color-accent-text-half-shade-is-dark, true);
  --color-text-dark: var(--draft-color-text-dark, #000000);
  --color-text-dark-is-dark: var(--draft-color-text-dark-is-dark, true);
  --color-text-dark-minor-shade: var(--draft-color-text-dark-minor-shade, #1a1a1a);
  --color-text-dark-minor-shade-is-dark: var(--draft-color-text-dark-minor-shade-is-dark, true);
  --color-text-dark-major-shade: var(--draft-color-text-dark-major-shade, #333333);
  --color-text-dark-major-shade-is-dark: var(--draft-color-text-dark-major-shade-is-dark, true);
  --color-text-dark-half-shade: var(--draft-color-text-dark-half-shade, #808080);
  --color-text-dark-half-shade-is-dark: var(--draft-color-text-dark-half-shade-is-dark, true);
  --color-text-light: var(--draft-color-text-light, #ffffff);
  --color-text-light-is-light: var(--draft-color-text-light-is-light, true);
  --color-text-light-minor-shade: var(--draft-color-text-light-minor-shade, #f7f7f7);
  --color-text-light-minor-shade-is-light: var(--draft-color-text-light-minor-shade-is-light, true);
  --color-text-light-major-shade: var(--draft-color-text-light-major-shade, #ededed);
  --color-text-light-major-shade-is-light: var(--draft-color-text-light-major-shade-is-light, true);
  --color-text-light-half-shade: var(--draft-color-text-light-half-shade, #808080);
  --color-text-light-half-shade-is-dark: var(--draft-color-text-light-half-shade-is-dark, true);
  --icons_pack: var(--draft-icons_pack, thin);
  --controls-btn-border-radius: var(--draft-controls-btn-border-radius, 30px);
  --color-notice-warning: var(--draft-color-notice-warning, #FFE600);
  --color-notice-warning-is-light: var(--draft-color-notice-warning-is-light, true);
  --color-notice-warning-minor-shade: var(--draft-color-notice-warning-minor-shade, #f7df00);
  --color-notice-warning-minor-shade-is-light: var(--draft-color-notice-warning-minor-shade-is-light, true);
  --color-notice-warning-major-shade: var(--draft-color-notice-warning-major-shade, #edd500);
  --color-notice-warning-major-shade-is-light: var(--draft-color-notice-warning-major-shade-is-light, true);
  --color-notice-warning-half-shade: var(--draft-color-notice-warning-half-shade, #807300);
  --color-notice-warning-half-shade-is-dark: var(--draft-color-notice-warning-half-shade-is-dark, true);
  --color-notice-success: var(--draft-color-notice-success, #5BEC51);
  --color-notice-success-is-dark: var(--draft-color-notice-success-is-dark, true);
  --color-notice-success-minor-shade: var(--draft-color-notice-success-minor-shade, #6bee62);
  --color-notice-success-minor-shade-is-light: var(--draft-color-notice-success-minor-shade-is-light, true);
  --color-notice-success-major-shade: var(--draft-color-notice-success-major-shade, #7cef73);
  --color-notice-success-major-shade-is-light: var(--draft-color-notice-success-major-shade-is-light, true);
  --color-notice-success-half-shade: var(--draft-color-notice-success-half-shade, #adf5a8);
  --color-notice-success-half-shade-is-light: var(--draft-color-notice-success-half-shade-is-light, true);
  --color-notice-error: var(--draft-color-notice-error, #EC1010);
  --color-notice-error-is-dark: var(--draft-color-notice-error-is-dark, true);
  --color-notice-error-minor-shade: var(--draft-color-notice-error-minor-shade, #f02424);
  --color-notice-error-minor-shade-is-dark: var(--draft-color-notice-error-minor-shade-is-dark, true);
  --color-notice-error-major-shade: var(--draft-color-notice-error-major-shade, #f13c3c);
  --color-notice-error-major-shade-is-dark: var(--draft-color-notice-error-major-shade-is-dark, true);
  --color-notice-error-half-shade: var(--draft-color-notice-error-half-shade, #f78585);
  --color-notice-error-half-shade-is-dark: var(--draft-color-notice-error-half-shade-is-dark, true);
  --color-notice-info: var(--draft-color-notice-info, #1998D5);
  --color-notice-info-is-dark: var(--draft-color-notice-info-is-dark, true);
  --color-notice-info-minor-shade: var(--draft-color-notice-info-minor-shade, #25a9e5);
  --color-notice-info-minor-shade-is-dark: var(--draft-color-notice-info-minor-shade-is-dark, true);
  --color-notice-info-major-shade: var(--draft-color-notice-info-major-shade, #3db2e8);
  --color-notice-info-major-shade-is-dark: var(--draft-color-notice-info-major-shade-is-dark, true);
  --color-notice-info-half-shade: var(--draft-color-notice-info-half-shade, #86cff1);
  --color-notice-info-half-shade-is-light: var(--draft-color-notice-info-half-shade-is-light, true);
  --font-family: var(--draft-font-family, "Halvar Breitschrift");
  --font-size: var(--draft-font-size, 14px);
  --font-family-heading: var(--draft-font-family-heading, "Druk Wide");
  --collection_count: var(--draft-collection_count, 91);
  --search_count: var(--draft-search_count, 12);
  --blog_size: var(--draft-blog_size, 8);
  --product_not_available: var(--draft-product_not_available, preorder);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1408px);
  --delta_sidebar: var(--draft-delta_sidebar, 1);
  --sidebar_index_show: var(--draft-sidebar_index_show, false);
  --sidebar_index_position: var(--draft-sidebar_index_position, left);
  --sidebar_collection_show: var(--draft-sidebar_collection_show, true);
  --sidebar_collection_position: var(--draft-sidebar_collection_position, left);
  --sidebar_cart_show: var(--draft-sidebar_cart_show, false);
  --sidebar_cart_position: var(--draft-sidebar_cart_position, left);
  --sidebar_product_show: var(--draft-sidebar_product_show, false);
  --sidebar_product_position: var(--draft-sidebar_product_position, left);
  --sidebar_blog_show: var(--draft-sidebar_blog_show, false);
  --sidebar_blog_position: var(--draft-sidebar_blog_position, left);
  --sidebar_article_show: var(--draft-sidebar_article_show, false);
  --sidebar_article_position: var(--draft-sidebar_article_position, left);
  --sidebar_page_show: var(--draft-sidebar_page_show, false);
  --sidebar_page_position: var(--draft-sidebar_page_position, left);
  --sidebar_compare_show: var(--draft-sidebar_compare_show, false);
  --sidebar_compare_position: var(--draft-sidebar_compare_position, left);
  --sidebar_search_show: var(--draft-sidebar_search_show, false);
  --sidebar_search_position: var(--draft-sidebar_search_position, left);
  --activate_free_delivery: var(--draft-activate_free_delivery, false);
  --free_delivery: var(--draft-free_delivery, 8000);
  --feedback_captcha_enabled: var(--draft-feedback_captcha_enabled, false); }

/* line 1, custom.css */
.footer__logo-text {
  padding: 0px 10px; }

/* line 4, custom.css */
.co-delivery_adress .co-input--house, .co-delivery_adress .co-input--wing, .co-delivery_adress .co-input--flat {
  flex-basis: 25%;
  margin-right: 1rem; }

/* line 8, custom.css */
.co-delivery_adress .co-input--building, .co-delivery_adress .co-input--body {
  flex-basis: 25%; }

@media (max-width: 767px) {
  /* line 13, custom.css */
  .widget-type_widget_v4_footer_3_eb3a932e5a70322d283b9cb15cf1c95d .footer-wrap .footer-bottom .footer__area-pay {
    display: flex;
    justify-content: center; }

  /* line 17, custom.css */
  .widget-type_widget_v4_footer_3_eb3a932e5a70322d283b9cb15cf1c95d .footer-wrap .footer-bottom {
    flex-direction: column; }

  /* line 20, custom.css */
  .widget-type_widget_v4_footer_3_eb3a932e5a70322d283b9cb15cf1c95d .social-items {
    display: flex; }

  /* line 23, custom.css */
  .header__content > div.phone {
    display: none; } }
/*
@media (min-width: 600px) {
  .m-modal {
    -webkit-transform: translate(-50%, 40%);
    -moz-transform: translate(-50%, 40%);
    -ms-transform: translate(-50%, 40%);
    -o-transform: translate(-50%, 40%);
    transform: translate(-50%, 40%);
  }
}
*/
@media (min-width: 768px) {
  /* line 40, custom.css */
  .mobile-phone {
    display: none; } }
/* line 45, custom.css */
.widget-type_widget_v4_breadcrumbs_1_53462f0eba843c24e78b8a0b0237e07b {
  margin-top: 1.5vw; }

/* line 49, custom.css */
.modal_outer {
  z-index: 100; }

/* line 53, custom.css */
.widget-type_widget_v4_product_3_94cbadba8c703ea1f573c34c3996f965 .product__gallery-tumbs .splide__arrow--next {
  margin-bottom: -2rem; }

/* line 56, custom.css */
.widget-type_widget_v4_product_3_94cbadba8c703ea1f573c34c3996f965 .product__gallery-tumbs .splide__arrow--prev {
  margin-top: -1.5rem; }

/* line 59, custom.css */
.tags-cloud {
  padding: 0 0 2rem; }

/* line 62, custom.css */
.tags-cloud p {
  display: flex;
  justify-content: center; }

/* line 66, custom.css */
.tags-cloud p a {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  color: #999; }

/* line 73, custom.css */
.tags-cloud p a:hover {
  color: #000; }

/* 597051 */
/* line 78, custom.css */
td[data-title="Основание"] {
  color: #ffffff00; }

/* 597051 */
/* line 83, custom.css */
.product-preview__price {
  gap: 5px; }

/* line 87, custom.css */
.tags-cloud p {
  display: flex;
  flex-wrap: wrap !important; }

/* line 91, custom.css */
.product-dolyame-link {
  display: none !important; }

/* line 95, custom.css */
.header__content .header__collections-controls a[href="/collection/aktsii-i-skidki"], .header__content .header__collections-controls span[data-navigation-link="/collection/aktsii-i-skidki"] {
  color: #ffed00 !important; }

/* line 99, custom.css */
.special-products .product-preview {
  height: 100%; }

/* line 102, custom.css */
.product-preview-own .product-preview__controls {
  margin-top: 5px !important; }

/* line 105, custom.css */
.widget-type_widget_v4_accordion_cards_1_1a5d40bc770448df123228f781bf6a6f .acc-tab input.hidden:checked + .acc-tab__label {
  background: #000000;
  color: white; }

/* line 168, theme.scss */
.outside-widgets .delete-widget-link {
  display: none; }

/* line 172, theme.scss */
.outside-widgets .add-widget-link {
  display: none; }

@media (max-width: 768px) {
  /* line 176, theme.scss */
  .header-part-top {
    display: none; } }
/* line 180, theme.scss */
.header-part-top [data-navigation] {
  padding: 0;
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center; }
  /* line 186, theme.scss */
  .header-part-top [data-navigation] .header__menu-item {
    margin-right: 15px;
    margin-left: 15px; }
  /* line 190, theme.scss */
  .header-part-top [data-navigation] a {
    color: #fff;
    text-decoration: none; }

/* line 198, theme.scss */
.header__area-show-menu .js-show-side-panel {
  display: none; }
  @media (max-width: 768px) {
    /* line 198, theme.scss */
    .header__area-show-menu .js-show-side-panel {
      display: block; } }

/* line 207, theme.scss */
.custom-addr .insales_widget-current_address {
  position: relative; }
  /* line 209, theme.scss */
  .custom-addr .insales_widget-current_address:before {
    content: '';
    height: 17px;
    width: 17px;
    margin-right: 6px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='18' viewBox='0 0 14 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.1527 9.61448C8.51217 9.61448 9.61424 8.51242 9.61424 7.15294C9.61424 5.79347 8.51217 4.69141 7.1527 4.69141C5.79323 4.69141 4.69116 5.79347 4.69116 7.15294C4.69116 8.51242 5.79323 9.61448 7.1527 9.61448Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.3077 7.15385C13.3077 12.6923 7.15385 17 7.15385 17C7.15385 17 1 12.6923 1 7.15385C1 5.52174 1.64835 3.95649 2.80242 2.80242C3.95649 1.64835 5.52174 1 7.15385 1C8.78595 1 10.3512 1.64835 11.5053 2.80242C12.6593 3.95649 13.3077 5.52174 13.3077 7.15385V7.15385Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    display: inline-block;
    background-repeat: no-repeat;
    margin-bottom: -3px; }
/* line 220, theme.scss */
.custom-addr .insales_widget-open_modal {
  opacity: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  padding: 0;
  cursor: pointer; }
/* line 231, theme.scss */
.custom-addr .insales_widget-delivery {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  display: inline-block;
  width: 100%; }
/* line 239, theme.scss */
.custom-addr .insales_widget-delivery_header {
  background: transparent !important;
  padding: 0 !important;
  margin-top: 6px !important; }
/* line 244, theme.scss */
.custom-addr .insales_widget-label {
  display: none !important; }
/* line 247, theme.scss */
.custom-addr .insales_widget-delivery_info {
  display: none !important; }
/* line 250, theme.scss */
.custom-addr .insales_widget-current_address span {
  font-weight: 400 !important;
  margin-left: 0 !important;
  font-size: 15px !important; }

/* line 257, theme.scss */
.insales-autocomplete-address-title, .insales_widget-modal .insales-autocomplete-address-input {
  color: #000 !important; }

/* line 261, theme.scss */
a.special-button {
  width: 462px;
  color: #fff !important;
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 32px;
  line-height: 64px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-size: 17px;
  display: inline-block; }
  @media (max-width: 768px) {
    /* line 261, theme.scss */
    a.special-button {
      width: 100%; } }

/* line 279, theme.scss */
h2, .h2 {
  font-size: 20px;
  /*calc(var(--font-size) * 2.5);*/
  font-weight: 500;
  text-transform: uppercase; }
  @media (max-width: 768px) {
    /* line 279, theme.scss */
    h2, .h2 {
      font-size: calc(var(--font-size) * 1.7);
      font-weight: 500; } }

/* line 289, theme.scss */
h3, .h3 {
  font-size: 16px; }

/* line 293, theme.scss */
.top-image {
  width: 100%;
  display: block; }

/* line 298, theme.scss */
.top-video {
  width: 100%; }

/* line 302, theme.scss */
span, p {
  letter-spacing: 0; }

/* line 306, theme.scss */
.widget-type_widget_v4_product_3_94cbadba8c703ea1f573c34c3996f965 .product__price-cur {
  font-family: "Halvar Breitschrift";
  font-weight: 400;
  font-size: 26px;
  line-height: 103.7%; }
  @media screen and (max-width: 767px) {
    /* line 306, theme.scss */
    .widget-type_widget_v4_product_3_94cbadba8c703ea1f573c34c3996f965 .product__price-cur {
      font-size: 14px;
      line-height: 0px; } }

/* line 319, theme.scss */
.widget-type_widget_v4_collection_sort_1_8e78f11d06616105fedd07e47b0fd47f h1 {
  margin-right: 1rem;
  font-weight: 500; }

/* line 324, theme.scss */
h1, .h1 {
  font-size: calc(var(--font-size) * 2.5);
  text-transform: uppercase;
  line-height: 1.8; }

/* line 330, theme.scss */
.widget-type_widget_v4_catalog_2_379948aea672cc1e4293b154bda6e829 .product-preview__title a {
  text-transform: uppercase;
  font-size: 14px; }
  @media screen and (max-width: 767px) {
    /* line 330, theme.scss */
    .widget-type_widget_v4_catalog_2_379948aea672cc1e4293b154bda6e829 .product-preview__title a {
      font-size: 11px; } }

/* line 339, theme.scss */
.widget-type_widget_v4_catalog_2_379948aea672cc1e4293b154bda6e829[style*="--product-info-align:center"] .product-preview__title, .widget-type_widget_v4_catalog_2_379948aea672cc1e4293b154bda6e829[style*="--product-info-align:center"] .product-preview__price, .widget-type_widget_v4_catalog_2_379948aea672cc1e4293b154bda6e829[style*="--product-info-align:center"] .product-preview__description {
  text-align: left;
  margin-top: 15px;
  text-transform: lowercase;
  margin-bottom: 5px; }

/* line 346, theme.scss */
.widget-type_widget_v4_catalog_2_379948aea672cc1e4293b154bda6e829[style*="--product-info-accent:title"] .product-preview__price-cur {
  font-family: Halvar Breitschrift;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 103.7%; }

@media screen and (max-width: 767px) {
  /* line 355, theme.scss */
  .widget-type_widget_v4_catalog_2_379948aea672cc1e4293b154bda6e829[style*="--product-info-accent:title"] .product-preview__price-cur {
    font-size: 18px;
    line-height: 0px; } }
/* line 361, theme.scss */
.widget-type_widget_v4_product_3_94cbadba8c703ea1f573c34c3996f965 .product .option-selector .option-value.is-radio > span {
  display: inline-block;
  padding: 15px 16px;
  border-radius: var(--controls-btn-border-radius);
  border: 2px solid var(--bg-minor-shade);
  background-color: var(--bg-minor-shade);
  height: 42px; }

/* line 370, theme.scss */
.widget-type_widget_v4_product_3_94cbadba8c703ea1f573c34c3996f965 .product__description {
  text-transform: lowercase; }

@media screen and (max-width: 767px) {
  /* line 375, theme.scss */
  .widget-type_widget_v4_products_similar_2_b087680107af60e77d96088e5b5ca3be[style*="--product-info-accent:title"] .product-preview__title {
    font-size: 1rem;
    font-weight: 500; } }
/* line 381, theme.scss */
.widget-type_system_widget_v4_viewed_products_1 .viewed-product__title {
  grid-area: title;
  font-family: 'Druk Wide';
  text-transform: uppercase; }

/* line 387, theme.scss */
.widget-type_system_widget_v4_viewed_products_1 .viewed-product__price {
  font-family: 'Halvar Breitschrift';
  font-weight: 600; }

/* line 392, theme.scss */
.co-input-description a:not([class]), .co-menu-link, .co-link, .link, a {
  background-color: transparent;
  /*font-family: 'Druk Wide';*/ }

/* line 397, theme.scss */
.co-input-description a:not([class]), .co-menu-link, .co-link, .link, a {
  background-color: transparent; }

/* line 401, theme.scss */
.widget-type_widget_v4_footer_3_eb3a932e5a70322d283b9cb15cf1c95d .footer__area-menu .menu-item a {
  text-decoration: none;
  color: #777;
  font-family: 'Halvar Breitschrift';
  font-weight: 300; }

/* line 408, theme.scss */
.widget-type_widget_v4_footer_3_eb3a932e5a70322d283b9cb15cf1c95d .footer__phone a {
  color: inherit;
  text-decoration: none;
  font-family: 'Halvar Breitschrift';
  font-weight: 500; }

/* line 415, theme.scss */
.widget-type_widget_v4_header_3_5424deb4ab215a5b9a955d94892786d0 .header__collections-link.with-arrow {
  padding-right: 1.2rem;
  font-family: 'Halvar Breitschrift'; }

/* line 420, theme.scss */
.widget-type_widget_v4_header_3_5424deb4ab215a5b9a955d94892786d0 .header__collections-link {
  text-decoration: none;
  color: var(--color-text) !important;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-family: 'Halvar Breitschrift'; }

/* line 429, theme.scss */
.widget-type_widget_v4_special_products_3_b5048f40c022f21d603126557cc657d2 .product-preview__content {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: repeat(3, max-content) 1fr;
  line-height: 1.25;
  height: 100%;
  text-transform: lowercase; }

/* line 438, theme.scss */
.widget-type_system_widget_v4_breadcrumbs_1 .breadcrumb-wrapper ul li a {
  font-family: 'Halvar Breitschrift';
  text-decoration: none;
  color: var(--breadcrumb-color, var(--color-text-half-shade)); }

/* line 444, theme.scss */
.static-text {
  /*a{
  	color: #FFF;
  	&:hover{
  		color: #FFF;
  	}
  }*/ }
  /* line 445, theme.scss */
  .static-text p {
    margin-bottom: 55px; }

/* line 456, theme.scss */
.co-title--h1 {
  font-size: 1.7142rem;
  font-weight: 500; }

/* line 461, theme.scss */
.co-basket_item-image img {
  max-width: none;
  max-height: none; }

/* line 466, theme.scss */
.insales-editable, .insales-rich-editable {
  outline: 1px dotted #333 !important;
  position: relative;
  display: inline-block;
  font-weight: 500; }

/* line 473, theme.scss */
.button:not(:disabled):not(.disabled), .co-button:not(:disabled):not(.disabled):not(.co-button--link), .picker-button:not(:disabled):not(.disabled), .m-modal-button:not(:disabled):not(.disabled), .co-tabs-controls--customer .co-tabs-node:not(:disabled):not(.disabled) {
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px; }

/* line 480, theme.scss */
.co-basket_total-price {
  line-height: 1;
  font-size: 1.7142rem;
  margin-left: auto;
  font-weight: 400; }

/* line 487, theme.scss */
.co-price--current {
  font-weight: 400;
  font-size: 1.2857rem; }

/* line 492, theme.scss */
.co-tabs-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-right: 1rem;
  font-weight: 500; }

/* line 500, theme.scss */
.co-tabs-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-right: 1rem;
  font-weight: 500; }

/* line 508, theme.scss */
.co-input-label {
  display: block;
  margin-bottom: 0.5em;
  line-height: 1;
  font-weight: 500; }

/* line 515, theme.scss */
.header__cart-icon img {
  width: 20px;
  height: 20px;
  display: none;
  padding: 0 5px 0 0; }

/* line 524, theme.scss */
.header__cart-text {
  display: block;
  padding: 0 5px 0 0; }

@media screen and (max-width: 767px) {
  /* line 531, theme.scss */
  .header__cart-icon img {
    display: block; }

  /* line 536, theme.scss */
  .header__cart-text {
    display: none; } }
/*
@media screen and (max-width: 767px)
.widget-type_widget_v4_header_3_5424deb4ab215a5b9a955d94892786d0 .header__content {
	grid-template-areas:
		"burger controls"
		"logo logo"
		"city city"
		"collections collections";
	grid-template-columns: max-content;
}
*/
@media screen and (max-width: 767px) {
  /* line 555, theme.scss */
  .widget-type_widget_v4_header_3_5424deb4ab215a5b9a955d94892786d0 .header__content {
    grid-template-areas: "burger logo controls" "collections collections collections " "city city city";
    grid-template-columns: auto; } }
/* line 566, theme.scss */
.widget-type_widget_v4_special_categories_1_c974b43e5135a3c73d7ad9694dc45bd4 .special-collections__item {
  margin: 15px; }

/* line 569, theme.scss */
.widget-type_widget_v4_special_categories_1_c974b43e5135a3c73d7ad9694dc45bd4 .special-collections__list {
  justify-content: flex-start;
  margin-bottom: 50px; }

/* line 576, theme.scss */
.video_frame {
  overflow: hidden;
  position: relative;
  width: 100%; }

/* line 582, theme.scss */
.video_frame::after {
  padding-top: 56.25%;
  display: block;
  content: ''; }

/* line 588, theme.scss */
.video_frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* line 595, theme.scss */
.widget-type_widget_v4_product_3_94cbadba8c703ea1f573c34c3996f965 .product__title {
  line-height: var(--line-height);
  letter-spacing: 1px;
  margin-bottom: 0; }

/* line 600, theme.scss */
.special-collections__item .special-collections__item-photo p {
  color: #fff; }

/* #483429 - Межстрочные расстояния */
/* line 605, theme.scss */
.static-text p {
  margin-bottom: unset; }

/* line 609, theme.scss */
.widget-type_widget_v4_header_3_5424deb4ab215a5b9a955d94892786d0 .header__logo {
  width: 100%; }

/* line 613, theme.scss */
.retailcrm-consultant-app {
  bottom: 65px !important;
  right: 10px !important; }

@media screen and (max-width: 767px) {
  /* line 619, theme.scss */
  .modal_timer, .modal_outer {
    padding: 25px; }
    /* line 620, theme.scss */
    .modal_timer .title, .modal_outer .title {
      font-size: 24px; }

  /* line 622, theme.scss */
  ol {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }

  /* line 627, theme.scss */
  ol li, .desc_footer li {
    width: 100% !important; }

  /* line 630, theme.scss */
  .desc_footer {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start; } }
/* Dolyame */
/* line 640, theme.scss */
.product-form__area-dolyame {
  margin-bottom: 15px; }

/* line 644, theme.scss */
.product-form__area-dolyame .product-dolyame-link {
  display: block;
  width: 100%;
  max-width: 320px;
  margin-top: 10px;
  color: #000 !important;
  text-decoration: none; }

/* line 652, theme.scss */
.product-form__area-dolyame .product-dolyame-link-inner {
  display: flex;
  /* justify-content: space-between; */
  align-items: center; }

/* line 657, theme.scss */
.product-form__area-dolyame .product-dolyame-link-more {
  display: inline-block;
  margin-top: 5px;
  border-bottom: 1px dashed #000;
  font-size: 13px; }

/* line 663, theme.scss */
.product-form__area-dolyame .product-dolyame-link-more:hover {
  border-bottom: 1px solid #fff; }

/* line 666, theme.scss */
.product-form__area-dolyame .product-dolyame-logo {
  width: 90px;
  margin-right: 10px; }

/* line 670, theme.scss */
.product-form__area-dolyame .product-dolyame-txt {
  font-size: 14px; }

@media (max-width: 768px) {
  /* line 675, theme.scss */
  .product-form__area-dolyame .product-dolyame-link {
    /* justify-content: center !important; */
    max-width: 100% !important; }

  /* line 679, theme.scss */
  .product-form__area-dolyame .product-dolyame-logo {
    width: 100px; }

  /* line 682, theme.scss */
  .product-form__area-dolyame .product-dolyame-txt {
    font-size: 13px; } }
/* line 688, theme.scss */
#dolyame_popup {
  width: 600px;
  padding: 20px;
  text-align: center;
  background-color: white; }

@media (max-width: 767px) {
  /* line 696, theme.scss */
  #dolyame_popup {
    max-width: 100%;
    min-height: 380px; } }
/* line 701, theme.scss */
.dolyame-popup__heading {
  font-size: 25px;
  width: 400px;
  line-height: 28px;
  color: #000 !important;
  margin: 0 auto 0 auto;
  font-weight: 600; }

@media (max-width: 767px) {
  /* line 710, theme.scss */
  .dolyame-popup__heading {
    width: 100%;
    font-size: 17px;
    line-height: 21px; } }
/* line 716, theme.scss */
.dolyame-popup__logo {
  width: 150px;
  margin: 10px auto 15px auto; }

/* line 720, theme.scss */
.dolyame-popup__txt-before {
  font-size: 15px;
  color: #000 !important;
  margin: 10px auto 10px auto;
  width: 400px; }

@media (max-width: 767px) {
  /* line 727, theme.scss */
  .dolyame-popup__txt-before {
    width: 100%;
    margin: 5px 10px 15px 10px;
    line-height: 19px; } }
/* line 733, theme.scss */
.dolyame-popup__txt-after {
  font-size: 12px;
  margin-top: 5px;
  color: #000 !important; }

/* end Dolyame */
/* SMART SEARCH */
@media (max-width: 767px) {
  /* line 745, theme.scss */
  .header__search.is-show-mobile .header__search-form {
    z-index: 9 !important; } }
/* line 750, theme.scss */
.smart-suggestions {
  position: relative !important; }

/* line 753, theme.scss */
.sug-b {
  font-weight: normal !important;
  font-style: italic; }

/* line 757, theme.scss */
.autocomplete-suggestions {
  overflow-y: scroll;
  max-height: 500px !important;
  width: 100% !important;
  left: 0px !important;
  right: auto !important;
  top: calc(100% + 0px) !important;
  border-radius: 5px; }

@media (max-width: 768px) {
  /* line 767, theme.scss */
  .autocomplete-suggestions {
    position: relative !important;
    max-width: 100% !important; } }
/* line 773, theme.scss */
.autocomplete-suggestions::-webkit-scrollbar {
  width: 6px; }

/* line 777, theme.scss */
.autocomplete-suggestions::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

/* line 781, theme.scss */
.autocomplete-suggestions::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey; }

/* line 788, theme.scss */
.product-preview-own .product-preview__title, .product-preview-own .product-preview__price, .product-preview-own .option-selector {
  text-align: center !important; }
@media (max-width: 768px) {
  /* line 792, theme.scss */
  .product-preview-own .button.add-cart-counter__detail, .product-preview-own .add-cart-counter__btn-label {
    font-size: 9px !important; } }

/* line 798, theme.scss */
.suggestion-item {
  width: 100%;
  background-color: #1A1A1A;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 5px;
  text-decoration: none;
  color: #fff; }

/* line 808, theme.scss */
.suggestion-item:hover {
  background-color: #000;
  color: #fff; }

/* line 812, theme.scss */
.suggestion-item-image {
  width: 80px;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

/* line 819, theme.scss */
.suggestion-item-content {
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 80px); }

/* line 824, theme.scss */
.suggestion-item-price {
  margin-top: 10px;
  font-size: 15px; }

/* line 829, theme.scss */
.sticker-top {
  text-transform: uppercase; }

/* line 833, theme.scss */
.filter-item-disabled {
  opacity: 0.4 !important; }

/* line 837, theme.scss */
header {
  position: sticky;
  top: 0;
  z-index: 100; }

/* line 844, theme.scss */
.rippled {
  position: relative;
  transition: 0.4s all; }

/* line 850, theme.scss */
.rippled:hover {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2); }

/* line 854, theme.scss */
.ripple {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  height: 100px;
  position: absolute;
  transform: scale(0);
  width: 100px; }

/* line 863, theme.scss */
.ripple-animate {
  animation: ripple 1s linear; }

@keyframes ripple {
  100% {
    transform: scale(5);
    background-color: transparent; } }
/* line 876, theme.scss */
.header__collections-item:hover > .header__collections-controls > a {
  text-decoration: none !important;
  color: #777 !important; }

/* line 882, theme.scss */
.page-404-wrapper {
  background: url(main1920.jpg) bottom no-repeat #000;
  height: 100vh;
  background-size: contain;
  position: relative; }
  @media (max-width: 768px) {
    /* line 882, theme.scss */
    .page-404-wrapper {
      background: url(main1920.jpg) center no-repeat #000;
      background-size: contain;
      height: 50vh; } }

/* line 895, theme.scss */
.layout-404-content {
  background: none; }

/* line 899, theme.scss */
.page-404-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  /* line 905, theme.scss */
  .page-404-content img {
    max-width: 100%; }

/* line 910, theme.scss */
.page-404-content-text {
  margin-top: 80px;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF; }
  @media (max-width: 768px) {
    /* line 910, theme.scss */
    .page-404-content-text {
      margin-top: 30px;
      font-size: 14px; } }

/* line 925, theme.scss */
.page-404-content-button {
  margin-top: 80px;
  text-align: center; }
  @media (max-width: 768px) {
    /* line 925, theme.scss */
    .page-404-content-button {
      margin-top: 30px; } }
  /* line 932, theme.scss */
  .page-404-content-button a {
    display: inline-block;
    width: 179px;
    height: 64px;
    border: 2px solid #FFFFFF;
    border-radius: 100px;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: none;
    line-height: 62px; }
    @media (max-width: 768px) {
      /* line 932, theme.scss */
      .page-404-content-button a {
        font-size: 14px;
        height: 44px;
        line-height: 42px; } }

/* line 958, theme.scss */
.product-preview-own .option-selector {
  text-align: left !important; }
/* line 962, theme.scss */
.product-preview-own .product-preview__title, .product-preview-own .product-preview__price, .product-preview-own .option-selector {
  text-align: left !important; }
/* line 966, theme.scss */
.product-preview-own .option-label {
  display: none !important; }
/* line 970, theme.scss */
.product-preview-own .option-selector {
  display: flex;
  justify-content: space-between; }
/* line 975, theme.scss */
.product-preview-own .option-selector .option.is-radio .option-values {
  display: flex;
  flex-wrap: wrap; }
/* line 980, theme.scss */
.product-preview-own .product-preview__variants .option-value.is-radio {
  overflow: visible !important;
  margin-bottom: 6px !important;
  margin-right: 12px !important; }
/* line 986, theme.scss */
.product-preview-own .option-value.is-radio > span {
  min-width: 30px;
  height: 30px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 5px !important;
  text-align: center;
  font-weight: 700;
  font-size: 10px !important;
  margin-bottom: 0; }
/* line 999, theme.scss */
.product-preview-own .option.option-razmer.is-radio .option-value.is-radio > span:not(.is-long-text) {
  padding: 0 2px !important; }
/* line 1003, theme.scss */
.product-preview-own .option-value.is-radio:last-child {
  margin-right: 0 !important; }
/* line 1007, theme.scss */
.product-preview-own .is-radio.is-active > span {
  background-color: var(--color-btn-bg) !important;
  color: var(--color-btn-color) !important;
  border: 1px solid var(--color-btn-bg) !important; }
/* line 1013, theme.scss */
.product-preview-own .product-preview__controls {
  margin-top: auto;
  padding-bottom: 1px; }
/* line 1018, theme.scss */
.product-preview-own .product-preview__price {
  display: flex;
  align-items: center; }
/* line 1023, theme.scss */
.product-preview-own .sticker.sticker-sale {
  margin-left: auto !important; }
/* line 1027, theme.scss */
.product-preview-own .product-preview__price-cur {
  margin-right: 14px; }
/* line 1031, theme.scss */
.product-preview-own .product-preview__price {
  min-height: auto;
  /*margin-bottom: 54px !important;*/
  margin-top: 0 !important; }
/* line 1037, theme.scss */
.product-preview-own .product-preview__title {
  font-weight: 500;
  font-size: 12px;
  line-height: 125%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-top: 22px !important;
  margin-bottom: 22px !important; }
/* line 1046, theme.scss */
.product-preview-own .button.add-cart-counter__btn {
  border: 2px solid #000000;
  border-radius: 82px;
  background: transparent;
  color: #000;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 103.7%;
  text-align: center;
  text-transform: uppercase  !important; }
/* line 1058, theme.scss */
.product-preview-own .button.add-cart-counter__btn .button__icon.icon-cart {
  display: none; }
/* line 1062, theme.scss */
.product-preview-own .button.add-cart-counter__btn:hover {
  background: #000 !important;
  color: #fff !important; }
/* line 1066, theme.scss */
.product-preview-own .sticker-croi-wrapper {
  border-radius: 30px !important;
  top: 11px;
  right: 11px; }
/* line 1071, theme.scss */
.product-preview-own .stickers {
  top: 11px !important;
  left: 11px !important; }
/* line 1075, theme.scss */
.product-preview-own .product-preview__area-variants {
  min-height: auto !important; }
/* line 1078, theme.scss */
.product-preview-own .button.add-cart-counter__detail {
  font-size: 14px; }
/* line 1081, theme.scss */
.product-preview-own .product-preview__photo {
  margin-bottom: 0 !important; }
/* line 1085, theme.scss */
.product-preview-own .product-preview__title a {
  font-size: 12px;
  font-family: var(--font-family-heading);
  text-transform: uppercase; }
/* line 1091, theme.scss */
.product-preview-own .product-preview__price-old {
  font-weight: 500;
  font-size: 16px !important;
  line-height: 103.7%; }
/* line 1097, theme.scss */
.product-preview-own .product-preview__price-cur {
  font-weight: 500;
  font-size: 16px !important;
  line-height: 103.7%; }
/* line 1103, theme.scss */
.product-preview-own .sticker-croi-wrapper.sticker-croi, .product-preview-own .sticker {
  font-weight: bold;
  height: 24px;
  padding-left: 8px !important;
  padding-right: 8px !important;
  font-size: 10px !important;
  font-weight: bold;
  display: inline-flex !important;
  align-items: center;
  text-transform: uppercase; }
/* line 1115, theme.scss */
.product-preview-own .sticker.sticker-preorder, .product-preview-own .sticker:empty {
  display: none !important; }
/* line 1119, theme.scss */
.product-preview-own .preview-label-on-hover-preorder, .product-preview-own .product-preview__photo-preorder {
  display: none  !important; }
/* line 1130, theme.scss */
.product-preview-own .product-preview__photo-preorder {
  position: absolute;
  z-index: 2;
  height: 36px;
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  align-items: center;
  color: #fff;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  padding: 0 8px; }
/* line 1145, theme.scss */
.product-preview-own.is-all-variants-not-available.is-zero-count-preorder .preview-label-on-hover-preorder {
  display: inline-flex; }
/* line 1150, theme.scss */
.product-preview-own .sticker.sticker-sale {
  font-size: 10px !important;
  line-height: 103.7%;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 0; }
/* line 1162, theme.scss */
.product-preview-own .sticker.sticker-top .icon.icon-star {
  display: none; }

/* line 1168, theme.scss */
.product-preview__variants .option.option-cvet.is-radio {
  display: none; }

/* line 1173, theme.scss */
.favorite-wrapper {
  margin-left: 10px;
  display: none; }
  /* line 1176, theme.scss */
  .favorite-wrapper > span {
    cursor: pointer; }
  /* line 1179, theme.scss */
  .favorite-wrapper button {
    border: none;
    background: none;
    cursor: pointer; }
  /* line 1184, theme.scss */
  .favorite-wrapper img {
    max-width: 20px;
    position: static; }

/* line 1191, theme.scss */
.product-preview__controls {
  display: flex;
  align-items: center;
  justify-content: space-between; }

/* line 1200, theme.scss */
.product-preview .product-preview__controls {
  grid-template-columns: 100%; }
/* line 1203, theme.scss */
.product-preview .product-preview__favorite-wrapper {
  display: none; }

/* line 1208, theme.scss */
.product .product__controls {
  grid-template-columns: 100%; }
/* line 1211, theme.scss */
.product .product__favorite-wrapper {
  display: none; }

/* line 1216, theme.scss */
.product-preview__controls, .product__area-buy, .cart__area-controls, #create_order {
  display: none !important; }
