@charset "UTF-8";
/*itb*/
@import url(custom-user.css);
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap&subset=cyrillic-ext");
/* line 2, _search.scss */
.search-widget {
  position: relative;
  z-index: 1000011 !important; }

/* line 7, _search.scss */
.search-suggestions {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000011;
  display: none;
  width: 100%;
  padding: 0.5rem 0;
  background: #fff;
  border: 1px solid #eee;
  -webkit-box-shadow: 0px 0 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 768px) {
    /* line 7, _search.scss */
    .search-suggestions {
      width: 100%;
      left: 0;
      right: auto; } }

/* line 28, _search.scss */
.search-suggestions_link {
  display: grid;
  grid-template-columns: 1fr 25%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  padding: 0.3rem 0.75rem;
  text-decoration: none;
  font-size: 12px;
  color: #444; }

/* line 41, _search.scss */
.search-suggestions_photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 48, _search.scss */
  .search-suggestions_photo img {
    max-width: 60px; }
    @media screen and (max-width: 540px) {
      /* line 48, _search.scss */
      .search-suggestions_photo img {
        max-width: 50px;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain; } }

/* line 63, _search.scss */
.search-suggestions_title {
  font-size: 14px;
  margin-left: 10px;
  margin-top: 10px; }

/* line 69, _search.scss */
.search-suggestions_price {
  text-align: right;
  font-weight: bold;
  font-size: 14px; }
  @media screen and (max-width: 540px) {
    /* line 69, _search.scss */
    .search-suggestions_price {
      font-size: 12px; } }

/* line 79, _search.scss */
.see-all {
  text-align: center;
  margin-top: 10px;
  padding: 10px;
  background: #ce7071; }
  /* line 85, _search.scss */
  .see-all a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: block; }

/* line 101, _search.scss */
.see-all-wrapper {
  text-align: center; }
  /* line 103, _search.scss */
  .see-all-wrapper button {
    background: none;
    cursor: pointer;
    border: none;
    color: #2E72D3; }

/* line 113, _search.scss */
.search-suggestions__popular {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000011;
  display: none;
  width: 100%;
  padding: 0.5rem 0;
  background: #fff;
  border: 1px solid #eee;
  -webkit-box-shadow: 0px 0 15px #00000080;
  box-shadow: 0px 0 15px #00000080; }
  /* line 127, _search.scss */
  .search-suggestions__popular-title {
    padding: 0.3rem 0.75rem;
    font-size: 14px;
    font-weight: 700;
    color: #1d1d1d; }
  /* line 136, _search.scss */
  .search-suggestions__popular .search-suggestions_photo img {
    max-width: 60px; }

/* line 142, _search.scss */
.search-suggestions_block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto; }
  /* line 150, _search.scss */
  .search-suggestions_block > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
  /* line 155, _search.scss */
  .search-suggestions_block .price__with-old {
    color: #fd4640; }
  /* line 159, _search.scss */
  .search-suggestions_block .search-suggestions_old-price {
    padding-right: 1.5px;
    text-align: right;
    font-weight: normal;
    font-size: 14px;
    color: #707070;
    text-decoration: line-through; }

/* line 169, _search.scss */
.search-mobile-wrapper-input .search__clear {
  display: none;
  max-width: 35px;
  width: 100%;
  padding: 0 10px;
  height: 100%;
  right: 103px;
  top: 0;
  left: auto;
  cursor: pointer; }
  @media screen and (max-width: 500px) {
    /* line 169, _search.scss */
    .search-mobile-wrapper-input .search__clear {
      right: 90px; } }

/* line 186, _search.scss */
a.search-suggestions_link:hover .search-suggestions_title {
  color: #fd4640; }

@media screen and (max-width: 1024px) {
  /* line 192, _search.scss */
  .search_widget_light .search-mobile-wrapper-input .search-widget-field-pc {
    font-size: 16px; }

  /* line 196, _search.scss */
  .mobile_header_panel .mobile_menu_button_wrapper .js-mobile-search-bttn {
    position: relative; }
    /* line 199, _search.scss */
    .mobile_header_panel .mobile_menu_button_wrapper .js-mobile-search-bttn.show-block {
      color: red; }
      /* line 201, _search.scss */
      .mobile_header_panel .mobile_menu_button_wrapper .js-mobile-search-bttn.show-block:after {
        content: '';
        width: 15px;
        height: 15px;
        display: block;
        position: absolute;
        top: calc(100% + 2px);
        left: 5px;
        z-index: 100;
        background-color: #f0f4f5;
        border-top: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
    /* line 219, _search.scss */
    .mobile_header_panel .mobile_menu_button_wrapper .js-mobile-search-bttn img {
      vertical-align: bottom; }

  /* line 223, _search.scss */
  .mobile_header_panel .mobile_menu_button_wrapper .logotype {
    margin-left: auto;
    margin-right: 0; } }
  @media screen and (max-width: 1024px) and (max-width: 500px) {
    /* line 223, _search.scss */
    .mobile_header_panel .mobile_menu_button_wrapper .logotype {
      text-align: end; } }

@media screen and (max-width: 1024px) {
  /* line 231, _search.scss */
  .mobile_header-wrapper .mobile_header_search {
    display: none;
    position: relative;
    padding: 30px 10px;
    background-color: #f0f4f5; }

  /* line 252, _search.scss */
  .mobile_header-wrapper .mobile_header_search .search_widget_light {
    background-color: white; } }
/* Search page */
/* line 258, _search.scss */
h1.page-title.heading.search-title {
  margin-bottom: 10px;
  text-align: left; }
  @media screen and (max-width: 768px) {
    /* line 258, _search.scss */
    h1.page-title.heading.search-title {
      font-size: 18px; } }

/* line 267, _search.scss */
.search-query {
  margin-bottom: 30px;
  text-align: left; }
  @media screen and (max-width: 768px) {
    /* line 267, _search.scss */
    .search-query {
      font-size: 14px; } }

@media screen and (max-width: 500px) {
  /* line 277, _search.scss */
  .mobile_header_panel .headers-icon .header-cart {
    margin-right: 0; } }
/* line 282, _search.scss */
.js-search-clear-suggestions {
  display: none; }

/* line 286, _search.scss */
.orders-radio-control.is-price {
  background-repeat: no-repeat;
  background-position: calc(100% - 2px) 50%;
  padding-right: 16px;
  -webkit-background-size: 8px 8px;
  background-size: 8px;
  background-image: url(arrow-up.png); }

/* line 294, _search.scss */
.orders-radio-control.is-descending_price {
  background-repeat: no-repeat;
  background-position: calc(100% - 2px) 50%;
  padding-right: 14px;
  -webkit-background-size: 8px 8px;
  background-size: 8px;
  background-image: url(arrow-down.png); }

/* line 11, theme.scss */
.card-color.is-right .alert_color {
  left: 0; }

/* line 15, theme.scss */
.card-color.is-right .alert_color:before {
  right: 201px; }

/* line 19, theme.scss */
.product_tab-target:not(.is-tab-active) {
  display: none; }

/* line 24, theme.scss */
.card-color.is-left .alert_color {
  left: -195px; }

/* line 28, theme.scss */
.card-color.is-left .alert_color:before {
  right: 5px; }

/* line 31, theme.scss */
.open-video {
  background: url(play-video.png);
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 16;
  width: 58px;
  height: 31px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }
  @media (min-width: 641px) {
    /* line 31, theme.scss */
    .open-video {
      display: none; } }

/* line 47, theme.scss */
.gallery-top {
  position: relative; }

/*=========================================
  ADVANTAGE
=========================================*/
/* line 53, theme.scss */
.advantage-text {
  color: #000;
  line-height: normal;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  text-align: left; }

/* line 61, theme.scss */
.advantage-row-index {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1080px;
  margin: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 77, theme.scss */
.advantage.advantage-index {
  padding: 60px 0; }

/* line 81, theme.scss */
.advantage-description {
  font-size: 14px;
  color: #000000; }

/* line 85, theme.scss */
.advantage-item {
  display: grid;
  grid-template-columns: 46px auto;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 94, theme.scss */
.advantage-icon {
  height: 46px;
  width: 46px; }

@media (max-width: 980px) {
  /* line 100, theme.scss */
  .advantage-icon {
    height: 40px;
    width: 40px;
    margin-right: 10px; } }
@media (max-width: 640px) {
  /* line 108, theme.scss */
  .advantage-icon {
    width: 100%;
    margin: 0 0 10px 0;
    height: 35px; }

  /* line 113, theme.scss */
  .advantage-text {
    font-size: 12px; } }
/* line 118, theme.scss */
.advantage-content {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center; }

@media (max-width: 980px) {
  /* line 126, theme.scss */
  .advantage-content {
    max-width: calc(100% - 51px);
    -ms-flex-preferred-size: calc(100% - 51px);
    flex-basis: calc(100% - 51px); } }
@media (max-width: 640px) {
  /* line 134, theme.scss */
  .advantage-content {
    max-width: calc(100%);
    -ms-flex-preferred-size: calc(100%);
    flex-basis: calc(100%); } }
/* line 141, theme.scss */
.advantage-title {
  margin-bottom: 48px; }

/* line 145, theme.scss */
.advantage-item.row {
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 45px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (max-width: 1024px) {
  /* line 155, theme.scss */
  .advantage-item.row {
    padding-right: 20px;
    padding-left: 20px; } }
@media (max-width: 980px) {
  /* line 162, theme.scss */
  .advantage-item.row {
    padding-right: 15px;
    padding-left: 15px; } }
@media (max-width: 640px) {
  /* line 169, theme.scss */
  .advantage-item.row {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 30px; } }
@media (max-width: 980px) {
  /* line 176, theme.scss */
  .advantage-index .advantage-icon img {
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%; }

  /* line 183, theme.scss */
  .advantage.advantage-index {
    padding: 30px 0; }

  /* line 186, theme.scss */
  .advantage.advantage-index {
    overflow-x: auto; }

  /* line 189, theme.scss */
  .advantage-row-index {
    grid-gap: 14px;
    max-width: none;
    grid-template-columns: repeat(4, 122px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start; }

  /* line 200, theme.scss */
  .advantage-index .advantage-item {
    grid-template-columns: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

  /* line 213, theme.scss */
  .advantage-index .advantage-text {
    font-size: 12px;
    text-align: center;
    line-height: 120%;
    width: auto;
    display: block; }

  /* line 221, theme.scss */
  .advantage-index .advantage-icon {
    margin: auto; }

  /* line 225, theme.scss */
  .advantage-index .advantage-content {
    width: 100%;
    max-width: 100%; } }
@media (max-width: 560px) {
  /* line 231, theme.scss */
  .advantage-row-index {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }
/* line 237, theme.scss */
.advantage-bottom {
  padding-top: 60px;
  padding-bottom: 60px; }

/* line 242, theme.scss */
.advantage-bottom-title {
  margin-bottom: 25px; }

/* line 246, theme.scss */
.advantage-bottom-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 10px; }

/* line 252, theme.scss */
.advantage-bottom-title_t {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 20px; }

/* line 259, theme.scss */
.advantage-bottom-description {
  font-size: 14px;
  color: #000000; }

/* line 264, theme.scss */
.advantage-bottom-item {
  display: block;
  margin-bottom: 30px; }

/* line 269, theme.scss */
.row.advantage-row.flex-middle {
  margin-left: 75px;
  margin-right: 75px;
  padding-top: 86px;
  padding-bottom: 60px; }

@media (max-width: 1024px) {
  /* line 277, theme.scss */
  .row.advantage-row.flex-middle {
    margin-left: 45px;
    margin-right: 45px; } }
@media (max-width: 980px) {
  /* line 284, theme.scss */
  .row.advantage-row.flex-middle {
    margin-left: 25px;
    margin-right: 25px; } }
@media (max-width: 640px) {
  /* line 291, theme.scss */
  .row.advantage-row.flex-middle {
    padding-top: 30px;
    padding-bottom: 0px; } }
@media (max-width: 480px) {
  /* line 298, theme.scss */
  .row.advantage-row.flex-middle {
    margin-left: 15px;
    margin-right: 15px; } }
/* line 304, theme.scss */
.advantage-text p {
  margin: 0; }

@media (max-width: 640px) {
  /* line 309, theme.scss */
  .advantage-item {
    text-align: center; } }
/* line 314, theme.scss */
.product_adv-item {
  background: #F0F4F5;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

/* line 335, theme.scss */
.product_adv-icon {
  max-width: 50px; }

/* line 338, theme.scss */
.product_adv-icon.is-last {
  max-width: 90%; }

/* line 342, theme.scss */
.product_adv-icon {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 356, theme.scss */
.product_tab-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* line 362, theme.scss */
.product_tab-item {
  background: #F7F7F7;
  padding: 13px 30px;
  -webkit-box-shadow: 0 0 0px 1px #EAEAEA;
  box-shadow: 0 0 0px 1px #EAEAEA;
  height: 100%;
  z-index: 1;
  position: relative;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #343434;
  margin-left: 1px;
  cursor: pointer;
  font-weight: 500;
  white-space: nowrap; }

/* line 379, theme.scss */
.product_tab-item.is-button-active:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: white;
  left: 0;
  bottom: -1px; }

/* line 389, theme.scss */
.product_tab-item.is-button-active {
  padding-top: 14px;
  margin-top: -1px;
  height: calc(100% + 1px);
  background: #fff;
  z-index: 2;
  position: relative; }

/* line 399, theme.scss */
.product_tab-box {
  border: 1px solid #EAEAEA;
  border-top: none; }

/* line 404, theme.scss */
.product_tab-target {
  padding: 0px 10px 20px 10px; }

/* line 408, theme.scss */
.product_tab-item span {
  opacity: 0.5; }

/*=========================================
  ARTICLE
=========================================*/
/* line 415, theme.scss */
.article-title {
  font-size: 34px;
  line-height: 1em;
  margin-top: 0; }
  @media (max-width: 640px) {
    /* line 415, theme.scss */
    .article-title {
      font-size: 20px; } }

/* line 426, theme.scss */
.article-image {
  margin-bottom: 1rem; }

/* line 432, theme.scss */
.article-products {
  padding: 1rem 0; }

/* line 436, theme.scss */
.article-info {
  border: 1px solid #47abbf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  max-width: 555px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 15px;
  margin-top: 60px;
  margin-bottom: 20px; }

@media (max-width: 768px) {
  /* line 452, theme.scss */
  .article-info {
    margin-top: 20px; } }
/* line 457, theme.scss */
.article-info a {
  color: #47abbf;
  margin-right: 5px;
  text-decoration: none; }

/* line 463, theme.scss */
.article-info-date {
  margin-bottom: 10px; }

/* line 467, theme.scss */
.article-info-author {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 15px;
  margin-bottom: 10px; }

/* line 476, theme.scss */
table.table-images,
.cleartable table {
  background: transparent;
  width: 100% !important;
  border: none; }

/* line 482, theme.scss */
table.table-images {
  max-width: 760px; }

/* line 485, theme.scss */
table.table-images td,
.cleartable table td {
  background: transparent !important;
  border: none !important;
  border: none; }

/* line 492, theme.scss */
.cards-row {
  margin-top: 40px; }

/* line 496, theme.scss */
.blogs-description-wrapper {
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 80px 10px;
  font-size: 16px;
  background: #F7F7F7;
  color: #343434; }
  @media (max-width: 640px) {
    /* line 496, theme.scss */
    .blogs-description-wrapper {
      font-size: 14px;
      padding: 60px 10px;
      line-height: 140%; } }
  /* line 510, theme.scss */
  .blogs-description-wrapper .cell-10 {
    margin: 0 auto; }
  /* line 515, theme.scss */
  .blogs-description-wrapper p {
    color: #343434; }

/* line 521, theme.scss */
.blog-articles {
  margin: 0 auto; }
  /* line 526, theme.scss */
  .blog-articles .cards-row > div {
    padding-left: 25px;
    padding-right: 25px; }

/* line 537, theme.scss */
.article-text {
  color: #343434; }
  /* line 541, theme.scss */
  .article-text.editor table {
    width: 100% !important; }

/* line 547, theme.scss */
.article-pre-title {
  font-weight: bold;
  font-size: 28px;
  line-height: 33px; }

/* line 553, theme.scss */
.article-before-content {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 30px;
  text-transform: uppercase; }
  @media (max-width: 640px) {
    /* line 553, theme.scss */
    .article-before-content {
      margin-bottom: 20px;
      font-size: 12px; } }

/* line 567, theme.scss */
.blog-article-more {
  margin-top: 60px; }

/* line 571, theme.scss */
.article-inner-info {
  margin-top: 20px; }

/* line 575, theme.scss */
.article-inner-info-item {
  font-size: 16px; }
  @media (max-width: 640px) {
    /* line 575, theme.scss */
    .article-inner-info-item {
      font-size: 12px; } }

/* line 583, theme.scss */
.tagcloud-article {
  margin-top: 20px; }
  @media (max-width: 640px) {
    /* line 583, theme.scss */
    .tagcloud-article {
      margin-top: 20px; } }

/* line 592, theme.scss */
.article-related-product-wrapper {
  margin-top: 40px; }

@media (max-width: 640px) {
  /* line 596, theme.scss */
  .article-inner-wrapper {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    text-align: center; } }

/*=========================================
  ARTICLE_PREVIEW
=========================================*/
/* line 609, theme.scss */
.article_preview {
  margin-bottom: 20px; }

/* line 614, theme.scss */
.article_preview-title {
  font-style: normal;
  font-weight: bold;
  line-height: 1em;
  font-size: 14px;
  color: #4f4a46;
  margin-bottom: 10px;
  display: block; }

/* line 624, theme.scss */
.article_preview-title a {
  text-decoration: none;
  color: #4f4a46;
  cursor: pointer; }

/* line 630, theme.scss */
.article_preview-blog {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 12px;
  display: block;
  color: #000000; }

/* line 640, theme.scss */
.article_preview-blog a {
  text-decoration: none;
  color: #000000;
  cursor: pointer; }

/* line 646, theme.scss */
.article_preview-inner {
  padding: 20px 0px 20px 0px; }

/* line 651, theme.scss */
.article_preview-bottom {
  padding: 10px 20px 20px 20px; }

/* line 655, theme.scss */
.article_preview-preview {
  display: block;
  color: #222222;
  font-size: 14px; }

/* line 661, theme.scss */
.article-date {
  display: block;
  color: #222222;
  margin: 0.5rem 0 1rem 0; }

/* line 667, theme.scss */
.article_preview-image_wrap {
  display: block; }
  /* line 669, theme.scss */
  .article_preview-image_wrap .image-flex-center img, .article_preview-image_wrap .image-flex-center picture {
    max-height: none; }

/* line 675, theme.scss */
.article_preview:hover .article_preview-title {
  color: #f04a40; }

/*=========================================
  ARTICLE-RIGHT-COLUMN
=========================================*/
/* line 683, theme.scss */
.list-link {
  text-decoration: none; }

/* line 687, theme.scss */
.aside-header a {
  text-decoration: none; }

/* line 691, theme.scss */
.aside-header h2 {
  margin-bottom: 10px; }

/* line 695, theme.scss */
.last-articles {
  margin-bottom: 20px; }
  /* line 698, theme.scss */
  .last-articles .list-item {
    padding-left: 25px;
    padding-right: 25px; }

/* line 705, theme.scss */
.articles-list .list-item {
  margin-bottom: 10px; }

@media (max-width: 768px) and (min-width: 480px) {
  /* line 710, theme.scss */
  .articles-list.list-vertical.is-sidebar .list-item {
    width: 49%;
    vertical-align: top;
    height: 100%; } }
/*=========================================
  ARTICLE-COMMENTS
=========================================*/
/* line 720, theme.scss */
#comment_form {
  max-width: 600px; }

/*=========================================
  BIG_CARD
=========================================*/
/* line 727, theme.scss */
.big_card-title {
  display: block;
  padding: 20px 20px 10px 20px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 18px;
  color: #000000;
  border-top: 1px solid #cdcdcd; }

/* line 738, theme.scss */
.big_card-preview {
  font-weight: normal;
  line-height: normal;
  font-size: 12px;
  color: #000000;
  display: block;
  padding: 0px 20px 20px 20px;
  overflow: hidden; }

/* line 748, theme.scss */
.index_products > .row > .cell-4 {
  position: relative;
  padding-left: 15px;
  padding-right: 15px; }

/* line 754, theme.scss */
.big_card {
  display: block; }

/* line 758, theme.scss */
.index_products > .row > .cell-4:before {
  content: '';
  border: 1px solid #cdcdcd;
  position: absolute;
  left: 15px;
  top: 0;
  height: 100%;
  width: calc(100% - 30px);
  z-index: -1; }

/* line 769, theme.scss */
.index_products {
  margin-bottom: 60px; }

/* line 773, theme.scss */
.big_card-image.image-container.is-square {
  width: calc(100% - 20px);
  margin-left: 10px; }

/* line 779, theme.scss */
.template-is-collection h1 {
  margin-top: 0; }
/* line 783, theme.scss */
.template-is-collection .breadcrumb {
  padding-bottom: 8px; }

/* line 789, theme.scss */
.breadcrumb-wrapper.is-collection {
  margin-bottom: 0; }

/* line 793, theme.scss */
.collection-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1px; }
  @media (min-width: 1024px) {
    /* line 798, theme.scss */
    .collection-grid.is-five {
      grid-template-columns: repeat(5, 1fr); }
      /* line 800, theme.scss */
      .collection-grid.is-five .collection_link {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6; } }
  @media (max-width: 640px) {
    /* line 793, theme.scss */
    .collection-grid {
      grid-template-columns: repeat(2, 1fr); } }

/* line 812, theme.scss */
.collection-layout-order {
  margin-top: 29px; }
  /* line 814, theme.scss */
  .collection-layout-order .collection-sort {
    margin-bottom: 20px; }

/* line 819, theme.scss */
.collection-layout-order .collection-sort + .collection-clear {
  width: 100%;
  margin-bottom: 15px;
  margin-top: -5px; }

/* line 824, theme.scss */
.card-link .alert_color {
  left: -108px; }

/* line 827, theme.scss */
.collection-grid > .card-grid {
  -webkit-box-shadow: 0 0 0 1px #EAEAEA;
  box-shadow: 0 0 0 1px #EAEAEA; }

/* line 831, theme.scss */
.swiper-slide .card-grid {
  -webkit-box-shadow: 0 0 0 1px #EAEAEA;
  box-shadow: 0 0 0 1px #EAEAEA;
  margin: 1px;
  margin-left: 0px;
  height: 100%; }

/* line 838, theme.scss */
.swiper-slide.slide-is-related.swiper-slide-active .card-grid {
  margin-left: 1px; }

/* line 842, theme.scss */
.card-grid {
  position: relative; }
  /* line 844, theme.scss */
  .card-grid .card-old_price {
    color: #707070;
    font-size: 14px;
    font-weight: normal; }
  /* line 850, theme.scss */
  .card-grid .card-old_price + .card-price {
    color: #FD4640;
    font-size: 14px; }
  /* line 855, theme.scss */
  .card-grid .card-old_price + .card-price span {
    color: #FD4640; }

/* line 861, theme.scss */
.card-grid__slider--container {
  width: 100%;
  height: 100%; }

/* line 865, theme.scss */
.card-grid__slider--container--pagination {
  padding: 2px 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  background: #EFEFEF;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  bottom: 0% !important;
  left: 50% !important;
  margin-left: -8px;
  width: 16px !important;
  z-index: 5; }
  /* line 879, theme.scss */
  .card-grid__slider--container--pagination .grid-pagination-bullet {
    margin-right: 4px;
    outline: none;
    width: 4px;
    height: 4px;
    background: #FFFFFF;
    -webkit-border-radius: 25px;
    border-radius: 25px; }
    /* line 887, theme.scss */
    .card-grid__slider--container--pagination .grid-pagination-bullet:last-of-type {
      margin-right: 0px; }
  /* line 891, theme.scss */
  .card-grid__slider--container--pagination .grid-pagination-bullet-active {
    outline: none;
    width: 4px;
    height: 4px;
    background: #FD4640;
    -webkit-border-radius: 25px;
    border-radius: 25px; }

/* line 904, theme.scss */
.card-grid__in-cart {
  position: absolute;
  top: -25px;
  right: 55px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  opacity: 1; }
  /* line 912, theme.scss */
  .card-grid__in-cart__no-hover {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 1; }
  /* line 918, theme.scss */
  .card-grid__in-cart__in-hover {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0; }
  /* line 924, theme.scss */
  .card-grid__in-cart--button {
    padding: 0;
    position: absolute;
    background: transparent;
    cursor: pointer;
    top: 0;
    left: 0; }
  /* line 932, theme.scss */
  .card-grid__in-cart--success {
    position: absolute;
    padding: 0;
    background: transparent;
    cursor: pointer;
    top: 0;
    left: 0; }

/* line 941, theme.scss */
.card-grid-hidden {
  opacity: 1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  z-index: 5; }

/* line 949, theme.scss */
.card-grid__in-cart__no-hover img, .card-grid__in-cart__no-hover picture {
  -o-object-fit: contain;
  object-fit: contain; }

@media (min-width: 993px) {
  /* line 955, theme.scss */
  .card-grid-hidden {
    opacity: 0; }

  /* line 958, theme.scss */
  .card-grid__slider--container--pagination {
    display: none; }

  /* line 961, theme.scss */
  .card-grid__slider--container-pc {
    display: block; }

  /* line 964, theme.scss */
  .card-grid__slider--container-mb {
    display: none; }

  /* line 969, theme.scss */
  .card-grid:hover .card-grid-hidden {
    opacity: 1; }
  /* line 972, theme.scss */
  .card-grid:hover .card-grid__in-cart__no-hover {
    opacity: 0; }
  /* line 975, theme.scss */
  .card-grid:hover .card-grid__in-cart__in-hover {
    opacity: 1; } }
@media (max-width: 992px) {
  /* line 982, theme.scss */
  .card-grid__slider--container-pc {
    display: none; }

  /* line 985, theme.scss */
  .card-grid__slider--container-mb {
    display: block; }
    /* line 987, theme.scss */
    .card-grid__slider--container-mb picture {
      width: 100%; }

  /* line 992, theme.scss */
  .card-grid__in-cart {
    top: -25px;
    right: 45px; }
    /* line 995, theme.scss */
    .card-grid__in-cart svg {
      width: 40px;
      height: 40px; } }
/* line 1004, theme.scss */
.card-discount {
  background: #FD4640;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  line-height: 21px;
  padding: 2px 5px;
  font-size: 14px;
  color: #FFFFFF;
  margin-right: 5px;
  height: 24px; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(1) {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(3) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  order: 3; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(4) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 4;
  order: 4; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(5) {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 5;
  order: 5; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(6) {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 6;
  order: 6; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(7) {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 7;
  order: 7; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(8) {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 8;
  order: 8; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(9) {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 9;
  order: 9; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(10) {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 10;
  order: 10; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(11) {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 11;
  order: 11; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(12) {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 12;
  order: 12; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(13) {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 13;
  order: 13; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(14) {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 14;
  order: 14; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(15) {
  -webkit-box-ordinal-group: 15;
  -ms-flex-order: 15;
  order: 15; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(16) {
  -webkit-box-ordinal-group: 16;
  -ms-flex-order: 16;
  order: 16; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(17) {
  -webkit-box-ordinal-group: 17;
  -ms-flex-order: 17;
  order: 17; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(18) {
  -webkit-box-ordinal-group: 18;
  -ms-flex-order: 18;
  order: 18; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(19) {
  -webkit-box-ordinal-group: 19;
  -ms-flex-order: 19;
  order: 19; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(20) {
  -webkit-box-ordinal-group: 20;
  -ms-flex-order: 20;
  order: 20; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(21) {
  -webkit-box-ordinal-group: 21;
  -ms-flex-order: 21;
  order: 21; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(22) {
  -webkit-box-ordinal-group: 22;
  -ms-flex-order: 22;
  order: 22; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(23) {
  -webkit-box-ordinal-group: 23;
  -ms-flex-order: 23;
  order: 23; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(24) {
  -webkit-box-ordinal-group: 24;
  -ms-flex-order: 24;
  order: 24; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(25) {
  -webkit-box-ordinal-group: 25;
  -ms-flex-order: 25;
  order: 25; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(26) {
  -webkit-box-ordinal-group: 26;
  -ms-flex-order: 26;
  order: 26; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(27) {
  -webkit-box-ordinal-group: 27;
  -ms-flex-order: 27;
  order: 27; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(28) {
  -webkit-box-ordinal-group: 28;
  -ms-flex-order: 28;
  order: 28; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(29) {
  -webkit-box-ordinal-group: 29;
  -ms-flex-order: 29;
  order: 29; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(30) {
  -webkit-box-ordinal-group: 30;
  -ms-flex-order: 30;
  order: 30; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(31) {
  -webkit-box-ordinal-group: 31;
  -ms-flex-order: 31;
  order: 31; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(32) {
  -webkit-box-ordinal-group: 32;
  -ms-flex-order: 32;
  order: 32; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(33) {
  -webkit-box-ordinal-group: 33;
  -ms-flex-order: 33;
  order: 33; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(34) {
  -webkit-box-ordinal-group: 34;
  -ms-flex-order: 34;
  order: 34; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(35) {
  -webkit-box-ordinal-group: 35;
  -ms-flex-order: 35;
  order: 35; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(36) {
  -webkit-box-ordinal-group: 36;
  -ms-flex-order: 36;
  order: 36; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(37) {
  -webkit-box-ordinal-group: 37;
  -ms-flex-order: 37;
  order: 37; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(38) {
  -webkit-box-ordinal-group: 38;
  -ms-flex-order: 38;
  order: 38; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(39) {
  -webkit-box-ordinal-group: 39;
  -ms-flex-order: 39;
  order: 39; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(40) {
  -webkit-box-ordinal-group: 40;
  -ms-flex-order: 40;
  order: 40; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(41) {
  -webkit-box-ordinal-group: 41;
  -ms-flex-order: 41;
  order: 41; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(42) {
  -webkit-box-ordinal-group: 42;
  -ms-flex-order: 42;
  order: 42; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(43) {
  -webkit-box-ordinal-group: 43;
  -ms-flex-order: 43;
  order: 43; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(44) {
  -webkit-box-ordinal-group: 44;
  -ms-flex-order: 44;
  order: 44; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(45) {
  -webkit-box-ordinal-group: 45;
  -ms-flex-order: 45;
  order: 45; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(46) {
  -webkit-box-ordinal-group: 46;
  -ms-flex-order: 46;
  order: 46; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(47) {
  -webkit-box-ordinal-group: 47;
  -ms-flex-order: 47;
  order: 47; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(48) {
  -webkit-box-ordinal-group: 48;
  -ms-flex-order: 48;
  order: 48; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(49) {
  -webkit-box-ordinal-group: 49;
  -ms-flex-order: 49;
  order: 49; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(50) {
  -webkit-box-ordinal-group: 50;
  -ms-flex-order: 50;
  order: 50; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(51) {
  -webkit-box-ordinal-group: 51;
  -ms-flex-order: 51;
  order: 51; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(52) {
  -webkit-box-ordinal-group: 52;
  -ms-flex-order: 52;
  order: 52; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(53) {
  -webkit-box-ordinal-group: 53;
  -ms-flex-order: 53;
  order: 53; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(54) {
  -webkit-box-ordinal-group: 54;
  -ms-flex-order: 54;
  order: 54; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(55) {
  -webkit-box-ordinal-group: 55;
  -ms-flex-order: 55;
  order: 55; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(56) {
  -webkit-box-ordinal-group: 56;
  -ms-flex-order: 56;
  order: 56; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(57) {
  -webkit-box-ordinal-group: 57;
  -ms-flex-order: 57;
  order: 57; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(58) {
  -webkit-box-ordinal-group: 58;
  -ms-flex-order: 58;
  order: 58; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(59) {
  -webkit-box-ordinal-group: 59;
  -ms-flex-order: 59;
  order: 59; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(60) {
  -webkit-box-ordinal-group: 60;
  -ms-flex-order: 60;
  order: 60; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(61) {
  -webkit-box-ordinal-group: 61;
  -ms-flex-order: 61;
  order: 61; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(62) {
  -webkit-box-ordinal-group: 62;
  -ms-flex-order: 62;
  order: 62; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(63) {
  -webkit-box-ordinal-group: 63;
  -ms-flex-order: 63;
  order: 63; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(64) {
  -webkit-box-ordinal-group: 64;
  -ms-flex-order: 64;
  order: 64; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(65) {
  -webkit-box-ordinal-group: 65;
  -ms-flex-order: 65;
  order: 65; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(66) {
  -webkit-box-ordinal-group: 66;
  -ms-flex-order: 66;
  order: 66; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(67) {
  -webkit-box-ordinal-group: 67;
  -ms-flex-order: 67;
  order: 67; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(68) {
  -webkit-box-ordinal-group: 68;
  -ms-flex-order: 68;
  order: 68; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(69) {
  -webkit-box-ordinal-group: 69;
  -ms-flex-order: 69;
  order: 69; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(70) {
  -webkit-box-ordinal-group: 70;
  -ms-flex-order: 70;
  order: 70; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(71) {
  -webkit-box-ordinal-group: 71;
  -ms-flex-order: 71;
  order: 71; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(72) {
  -webkit-box-ordinal-group: 72;
  -ms-flex-order: 72;
  order: 72; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(73) {
  -webkit-box-ordinal-group: 73;
  -ms-flex-order: 73;
  order: 73; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(74) {
  -webkit-box-ordinal-group: 74;
  -ms-flex-order: 74;
  order: 74; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(75) {
  -webkit-box-ordinal-group: 75;
  -ms-flex-order: 75;
  order: 75; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(76) {
  -webkit-box-ordinal-group: 76;
  -ms-flex-order: 76;
  order: 76; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(77) {
  -webkit-box-ordinal-group: 77;
  -ms-flex-order: 77;
  order: 77; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(78) {
  -webkit-box-ordinal-group: 78;
  -ms-flex-order: 78;
  order: 78; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(79) {
  -webkit-box-ordinal-group: 79;
  -ms-flex-order: 79;
  order: 79; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(80) {
  -webkit-box-ordinal-group: 80;
  -ms-flex-order: 80;
  order: 80; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(81) {
  -webkit-box-ordinal-group: 81;
  -ms-flex-order: 81;
  order: 81; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(82) {
  -webkit-box-ordinal-group: 82;
  -ms-flex-order: 82;
  order: 82; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(83) {
  -webkit-box-ordinal-group: 83;
  -ms-flex-order: 83;
  order: 83; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(84) {
  -webkit-box-ordinal-group: 84;
  -ms-flex-order: 84;
  order: 84; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(85) {
  -webkit-box-ordinal-group: 85;
  -ms-flex-order: 85;
  order: 85; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(86) {
  -webkit-box-ordinal-group: 86;
  -ms-flex-order: 86;
  order: 86; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(87) {
  -webkit-box-ordinal-group: 87;
  -ms-flex-order: 87;
  order: 87; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(88) {
  -webkit-box-ordinal-group: 88;
  -ms-flex-order: 88;
  order: 88; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(89) {
  -webkit-box-ordinal-group: 89;
  -ms-flex-order: 89;
  order: 89; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(90) {
  -webkit-box-ordinal-group: 90;
  -ms-flex-order: 90;
  order: 90; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(91) {
  -webkit-box-ordinal-group: 91;
  -ms-flex-order: 91;
  order: 91; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(92) {
  -webkit-box-ordinal-group: 92;
  -ms-flex-order: 92;
  order: 92; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(93) {
  -webkit-box-ordinal-group: 93;
  -ms-flex-order: 93;
  order: 93; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(94) {
  -webkit-box-ordinal-group: 94;
  -ms-flex-order: 94;
  order: 94; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(95) {
  -webkit-box-ordinal-group: 95;
  -ms-flex-order: 95;
  order: 95; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(96) {
  -webkit-box-ordinal-group: 96;
  -ms-flex-order: 96;
  order: 96; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(97) {
  -webkit-box-ordinal-group: 97;
  -ms-flex-order: 97;
  order: 97; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(98) {
  -webkit-box-ordinal-group: 98;
  -ms-flex-order: 98;
  order: 98; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(99) {
  -webkit-box-ordinal-group: 99;
  -ms-flex-order: 99;
  order: 99; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(100) {
  -webkit-box-ordinal-group: 100;
  -ms-flex-order: 100;
  order: 100; }

/* line 1017, theme.scss */
.collection-grid > .card-grid:nth-child(101) {
  -webkit-box-ordinal-group: 101;
  -ms-flex-order: 101;
  order: 101; }

/* line 1023, theme.scss */
.labels_list {
  position: absolute;
  top: 10px;
  padding: 0 10px 0 10px;
  max-width: 100%;
  left: 0;
  z-index: 5;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  /* line 1036, theme.scss */
  .labels_list .stiker {
    position: relative;
    right: initial;
    padding: 0 10px;
    background-color: #fff;
    color: #000;
    z-index: 2;
    text-transform: uppercase;
    width: auto;
    text-align: center;
    top: initial;
    height: auto;
    display: inline-block;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 12px;
    white-space: nowrap;
    border: 1px solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 10px; }
  /* line 1064, theme.scss */
  .labels_list .stiker-new {
    color: #a26aa0; }
  /* line 1068, theme.scss */
  .labels_list .stiker.stiker-discount {
    color: #d4653e; }
  /* line 1072, theme.scss */
  .labels_list .stiker.stiker-top {
    color: #005da9; }
  /* line 1076, theme.scss */
  .labels_list .stiker-hit {
    color: #F04A40; }
  /* line 1080, theme.scss */
  .labels_list .stiker-sale {
    color: #FD4640; }
  /* line 1083, theme.scss */
  .labels_list .stiker-free {
    color: #FD4640; }
  /* line 1086, theme.scss */
  .labels_list .stiker-best {
    color: #80C7B6; }

/* line 1091, theme.scss */
.card-info {
  position: relative;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  /* line 1103, theme.scss */
  .card-info > * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

/* line 1109, theme.scss */
.card-colors {
  -ms-flex-item-align: end;
  align-self: flex-end; }

/* line 1113, theme.scss */
.card-grid .card-link {
  display: grid;
  height: 100%;
  grid-template-rows: minmax(100px, -webkit-max-content);
  grid-template-rows: minmax(100px, max-content);
  grid-template-columns: auto; }

/* line 1121, theme.scss */
.card-grid:hover .card-info {
  background-color: #F7F7F7; }

/* line 1125, theme.scss */
.card-grid .card-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #343434;
  margin-bottom: 10px; }

/* line 1135, theme.scss */
.card-grid .card-price {
  font-size: 14px;
  color: #343434;
  line-height: 20px; }

/* line 1142, theme.scss */
.collection-instagram {
  margin-top: 70px; }

/* line 1147, theme.scss */
.template-is-collection .compilation-title {
  padding-top: 0; }

/* line 1152, theme.scss */
.card-colors-available.not-available {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L1 9M1 1L9 9' stroke='white'    stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-position: center;
  -webkit-background-size: 10px 10px;
  background-size: 10px; }

/* line 1166, theme.scss */
.card-colors-available.not-available.is-black {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L1 9M1 1L9 9' stroke='%23343434' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E"); }

/* line 1169, theme.scss */
.option-image-round {
  position: relative; }

/* line 1172, theme.scss */
.option-image__new {
  width: 60px;
  height: 60px;
  margin-right: 10px; }

/* line 1177, theme.scss */
.option-image-round__new {
  width: 60px;
  height: 60px;
  margin-right: 10px; }

/* line 1182, theme.scss */
.option-image-round__current {
  border: 2px solid #80C7B6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden; }

/*=========================================
  BREADCRUMB
=========================================
@media (max-width: 480px) {
  li.breadcrumb-item {
    display: none;
  }

  li.breadcrumb-item:last-child {
    display: block;
  }
}
*/
/*=========================================
  CARD_WIDGET
=========================================*/
/* line 1209, theme.scss */
.card_widget {
  padding: 60px 0; }

/* line 1213, theme.scss */
.card_widget-text {
  display: block;
  padding: 20px;
  border-top: 1px solid #cdcdcd; }

/* line 1219, theme.scss */
.card_widget-title {
  font-family: Frutiger;
  font-style: normal;
  font-weight: bold;
  line-height: 1em;
  font-size: 18px;
  margin-bottom: 10px;
  color: #000000;
  display: block; }

/* line 1230, theme.scss */
.card_widget-preview {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 12px;
  margin-bottom: 10px;
  color: #000000;
  display: block; }

/* line 1241, theme.scss */
.card_widget-link {
  border: 1px solid #cdcdcd;
  display: block;
  height: 100%; }

/*=========================================
  CARD
=========================================*/
/* line 1250, theme.scss */
.card {
  position: relative; }

/* line 1254, theme.scss */
.card:hover .card-title {
  color: #f04a40; }

/* line 1258, theme.scss */
.card-link {
  display: block; }

/* line 1262, theme.scss */
.card-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 12px;
  color: #000;
  margin-top: 10px;
  display: block; }

/* line 1273, theme.scss */
.card-prices {
  margin-bottom: 20px; }

/* line 1277, theme.scss */
.card-old_price {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  color: #979292;
  text-decoration: line-through;
  margin-right: 6px; }

/* line 1290, theme.scss */
.card-price {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  color: #74b5cb; }

/* line 1301, theme.scss */
.card-price span {
  color: #000; }

/* line 1305, theme.scss */
.card-old_price + .card-price {
  color: #f04a40; }

/* line 1309, theme.scss */
.cell-fifth > .card {
  margin-bottom: 15px; }

/*=========================================
  STIKER
=========================================*/
/* line 1316, theme.scss */
.stiker {
  position: absolute;
  right: 20px;
  padding: 16px 0 0 0;
  background-color: #a26aa0;
  color: #fff;
  z-index: 2;
  text-transform: uppercase;
  width: 50px;
  text-align: center;
  top: 10px;
  height: 50px;
  display: inline-block;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 16px;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

/* line 1338, theme.scss */
.stiker-new {
  background-color: #a26aa0; }

/* line 1342, theme.scss */
.stiker.stiker-discount {
  background-color: #d4653e; }

/* line 1346, theme.scss */
.stiker.stiker-top {
  background-color: #005da9; }

/* line 1350, theme.scss */
.stiker-hit {
  background-color: #F04A40; }

/* line 1354, theme.scss */
.stiker-sale {
  background-color: #d4653e; }

/* line 1358, theme.scss */
.stikers {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  width: 70px;
  height: 70px; }

/*=========================================
  CART_ITEM
=========================================*/
/* line 1370, theme.scss */
.item-delete {
  border: none;
  cursor: pointer;
  outline: none;
  width: 13px;
  height: 13px;
  background-image: url("data:image/svg+xml, %3Csvg width='64' version='1.1' xmlns='http://www.w3.org/2000/svg' height='64' viewBox='0 0 64 64' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 64 64'%3E%3Cg%3E%3Cpath fill='%23C4C4C4' d='M28.941, 31.786L0.613, 60.114c-0.787, 0.787-0.787, 2.062, 0, 2.849c0.393, 0.394, 0.909, 0.59, 1.424, 0.59 c0.516, 0, 1.031-0.196, 1.424-0.59l28.541-28.541l28.541, 28.541c0.394, 0.394, 0.909, 0.59, 1.424, 0.59c0.515, 0, 1.031-0.196, 1.424-0.59 c0.787-0.787, 0.787-2.062, 0-2.849L35.064, 31.786L63.41, 3.438c0.787-0.787, 0.787-2.062, 0-2.849c-0.787-0.786-2.062-0.786-2.848, 0 L32.003, 29.15L3.441, 0.59c-0.787-0.786-2.061-0.786-2.848, 0c-0.787, 0.787-0.787, 2.062, 0, 2.849L28.941, 31.786z'/%3E%3C/g%3E%3C/svg%3E%0A");
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  padding: 0; }
  /* line 1387, theme.scss */
  .item-delete:hover {
    background-image: url("data:image/svg+xml, %3Csvg width='64' version='1.1' xmlns='http://www.w3.org/2000/svg' height='64' viewBox='0 0 64 64' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 64 64'%3E%3Cg%3E%3Cpath fill='%23343434' d='M28.941, 31.786L0.613, 60.114c-0.787, 0.787-0.787, 2.062, 0, 2.849c0.393, 0.394, 0.909, 0.59, 1.424, 0.59 c0.516, 0, 1.031-0.196, 1.424-0.59l28.541-28.541l28.541, 28.541c0.394, 0.394, 0.909, 0.59, 1.424, 0.59c0.515, 0, 1.031-0.196, 1.424-0.59 c0.787-0.787, 0.787-2.062, 0-2.849L35.064, 31.786L63.41, 3.438c0.787-0.787, 0.787-2.062, 0-2.849c-0.787-0.786-2.062-0.786-2.848, 0 L32.003, 29.15L3.441, 0.59c-0.787-0.786-2.061-0.786-2.848, 0c-0.787, 0.787-0.787, 2.062, 0, 2.849L28.941, 31.786z'/%3E%3C/g%3E%3C/svg%3E%0A"); }

/* line 1393, theme.scss */
.item-title {
  padding-right: 20px; }

/* line 1397, theme.scss */
a.item-title-link {
  color: #000000;
  font-size: 14px; }
  /* line 1401, theme.scss */
  a.item-title-link:hover {
    color: #f04a40; }

/* line 1407, theme.scss */
.item-sku {
  color: #808080;
  font-size: 12px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

/* line 1414, theme.scss */
.item-money {
  color: #000000;
  font-size: 14px;
  font-weight: 700; }

/* line 1420, theme.scss */
.item-total_price {
  color: #000000;
  font-size: 14px;
  font-weight: 700; }

/* line 1426, theme.scss */
.cart-item {
  border: 1px solid #e1e1e1;
  border-bottom: none; }
  @media (max-width: 768px) {
    /* line 1426, theme.scss */
    .cart-item {
      padding: 15px 0; } }

/* line 1440, theme.scss */
.cart-item:last-child {
  border-bottom: 1px solid #e1e1e1; }

/* line 1444, theme.scss */
.b-bottom {
  border-bottom: 1px solid #e1e1e1 !important; }

@media (max-width: 1240px) {
  /* line 1449, theme.scss */
  .template-is-cart .container {
    padding-right: 16px;
    padding-left: 16px; } }
@media (min-width: 768px) {
  /* line 1458, theme.scss */
  .row.cart-item-content > *:not(:last-child) {
    border-right: 1px solid #e1e1e1; }

  /* line 1462, theme.scss */
  .item-info .item-remove {
    display: none; } }
/* line 1469, theme.scss */
.row.cart-item-content > * {
  position: relative; }
  @media (max-width: 768px) {
    /* line 1469, theme.scss */
    .row.cart-item-content > * {
      position: static; } }

/* line 1477, theme.scss */
.row.cart-item-content .cart-item > *:last-child {
  padding: 20px; }

/* line 1481, theme.scss */
.cart-item > *:first-child {
  border-right: none; }

/* line 1485, theme.scss */
.item-title {
  margin-bottom: 7px; }

/* line 1489, theme.scss */
.item-remove {
  line-height: 0;
  position: absolute;
  right: 20px; }
  @media (max-width: 767px) {
    /* line 1489, theme.scss */
    .item-remove {
      right: 20px; } }

/* line 1501, theme.scss */
.cell-cart-item {
  max-width: 150px;
  -ms-flex-preferred-size: 150px;
  flex-basis: 150px; }

/* line 1507, theme.scss */
.cell-cart-info {
  max-width: calc(100% - 450px);
  -ms-flex-preferred-size: calc(100% - 450px);
  flex-basis: calc(100% - 450px); }

@media (max-width: 767px) {
  /* line 1514, theme.scss */
  .cell-cart-info {
    max-width: calc(100%) !important;
    -ms-flex-preferred-size: calc(100%) !important;
    flex-basis: calc(100%) !important; } }
/* line 1521, theme.scss */
.item-img {
  display: inline-block;
  vertical-align: middle;
  max-width: 140px;
  -ms-flex-preferred-size: 140px;
  flex-basis: 140px;
  margin: 10px 20px 10px 10px; }

@media (max-width: 767px) {
  /* line 1531, theme.scss */
  .item-img {
    max-width: 160px;
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px;
    margin: 0px 20px 0px 0px; } }
@media (max-width: 640px) {
  /* line 1540, theme.scss */
  .item-img {
    max-width: 80px;
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
    margin: 0px 20px 0px 0px; } }
/* line 1548, theme.scss */
.cart-item-content {
  max-width: calc(100% - 172px);
  -ms-flex-preferred-size: calc(100% - 172px);
  flex-basis: calc(100% - 172px); }

@media (max-width: 767px) {
  /* line 1557, theme.scss */
  .cart-item-content {
    max-width: calc(100% - 180px);
    -ms-flex-preferred-size: calc(100% - 180px);
    flex-basis: calc(100% - 180px);
    position: relative; } }
@media (max-width: 640px) {
  /* line 1566, theme.scss */
  .cart-item-content {
    max-width: calc(100% - 100px);
    -ms-flex-preferred-size: calc(100% - 100px);
    flex-basis: calc(100% - 100px);
    margin: 0px 0px 0px 0px;
    padding: 5px 0; } }
@media (max-width: 640px) {
  /* line 1576, theme.scss */
  .hide.show-sm .item-remove {
    top: 0px; }

  /* line 1580, theme.scss */
  .template-is-cart .cart-item,
  .cart-footer {
    margin-left: -15px;
    margin-right: -15px;
    border-left: none;
    border-right: none;
    padding: 15px; } }
/* line 1590, theme.scss */
.item-old_money {
  color: #808080;
  text-decoration: line-through;
  font-size: 14px;
  display: block;
  font-weight: 700; }

/* line 1598, theme.scss */
.item-old_money + .item-money {
  color: #fe3600; }

/* line 1602, theme.scss */
.item-money nobr b {
  width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #fe3600; }

@media (max-width: 640px) {
  /* line 1611, theme.scss */
  .cart-action {
    width: 100%;
    padding-top: 0px; }

  /* line 1616, theme.scss */
  .cart-footer {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin: 0; } }
/* line 1623, theme.scss */
.cart-item.is-one .quantity-control[data-quantity-change="-1"] {
  pointer-events: none;
  opacity: 0.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #bfbfbf;
  cursor: no-drop; }

/* line 1633, theme.scss */
.cart-item.max-size .quantity-control[data-quantity-change="1"] {
  pointer-events: none;
  opacity: 0.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #bfbfbf;
  cursor: no-drop; }

/* line 1645, theme.scss */
.cart-item .quantity-control {
  background-color: #80C7B6; }
  /* line 1648, theme.scss */
  .cart-item .quantity-control:hover {
    background-color: #45A595; }

/*=========================================
  CART
=========================================*/
/* line 1658, theme.scss */
.cart-form-container h1 {
  font-size: 28px;
  line-height: 33px;
  color: #343434;
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 20px;
  margin-bottom: 30px;
  text-align: left;
  font-family: Roboto;
  margin-top: 40px; }
  @media (max-width: 767px) {
    /* line 1658, theme.scss */
    .cart-form-container h1 {
      text-align: center;
      font-size: 20px;
      margin-top: 40px;
      border: none;
      padding-bottom: 0; } }

/* line 1681, theme.scss */
.cart-form {
  margin-left: auto;
  margin-right: auto; }

/* line 1686, theme.scss */
.cart-headings {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 11px;
  color: #999999; }
  @media (max-width: 767px) {
    /* line 1686, theme.scss */
    .cart-headings {
      display: none; } }

/* line 1699, theme.scss */
.cart-headings > * {
  padding: 17px 11px; }

/* line 1703, theme.scss */
.cart-footer {
  padding: 30px 0px;
  text-align: right; }

/* line 1709, theme.scss */
.cart-total-capture {
  color: #343434;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 14px; }

/* line 1718, theme.scss */
.cart-total {
  color: #343434;
  font-size: 14px;
  font-weight: bold; }

/* line 1724, theme.scss */
.cart-total-with-discount {
  color: #FD4640 !important; }

@media (max-width: 767px) {
  /* line 1729, theme.scss */
  .item-info-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px; }

  /* line 1742, theme.scss */
  .item-title {
    padding-right: 34px;
    width: calc(100% - 30px) px;
    -ms-flex-preferred-size: calc(100% - 30px) px;
    flex-basis: calc(100% - 30px) px;
    max-width: calc(100% - 30px) px; }

  /* line 1750, theme.scss */
  .cell-cart-info + * {
    max-width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important; }

  /* line 1758, theme.scss */
  .cell-cart-item:nth-last-child(2) {
    max-width: 100px;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px; }

  /* line 1764, theme.scss */
  .cell-cart-item-inner {
    margin-bottom: 15px; } }
/* line 1770, theme.scss */
.cart-empty {
  margin: 30px auto !important; }

@media (max-width: 767px) {
  /* line 1775, theme.scss */
  .row.cart-headings .text-center {
    display: none; }

  /* line 1779, theme.scss */
  .quantity-input {
    margin: 0 5px !important; } }
/* line 1784, theme.scss */
.item-delete {
  background-color: transparent; }

/* line 1788, theme.scss */
.cart-submit {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 11px;
  margin-top: 25px;
  width: 100%;
  height: 60px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #80C7B6;
  -webkit-border-radius: 4px;
  border-radius: 4px; }
  /* line 1806, theme.scss */
  .cart-submit:hover {
    background: #45A595; }

/* line 1813, theme.scss */
.cart-subtitle {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #343434;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    /* line 1813, theme.scss */
    .cart-subtitle {
      font-size: 12px; } }

/* line 1827, theme.scss */
.cart-free {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 14px;
  text-align: right;
  color: #FD4640; }

/* line 1837, theme.scss */
span.cart_sidebar-total_label {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  color: #000000; }

/* line 1846, theme.scss */
.cart-action-bottom {
  border-top: 1px solid #d3d3d3;
  padding-top: 14px;
  padding-bottom: 30px;
  margin-top: 18px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 18px;
  color: #000000; }

/* line 1859, theme.scss */
.cart-action-delivery {
  margin-bottom: 5px; }

/* line 1863, theme.scss */
.cart-action-top {
  margin-bottom: 10px; }

/* line 1867, theme.scss */
.cart-action-bottom .cart-total-capture {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 16px;
  color: #343434; }

/* line 1876, theme.scss */
.cart-action-bottom .cart-total {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 16px;
  color: #343434; }

/* line 1885, theme.scss */
.item-money,
.item-total_price {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: #343434; }

/* line 1895, theme.scss */
.cart-footer-discounts-wrapper {
  padding-right: 20px; }
  @media (max-width: 768px) {
    /* line 1895, theme.scss */
    .cart-footer-discounts-wrapper {
      padding-right: 0; } }

/* line 1904, theme.scss */
#discount-notification-message {
  margin-top: 30px; }

/* line 1909, theme.scss */
.cart-action {
  width: 450px;
  margin-right: 67px;
  margin-left: auto; }
  @media (max-width: 920px) {
    /* line 1909, theme.scss */
    .cart-action {
      width: auto; } }

/* line 1921, theme.scss */
.cart-action > div {
  margin-bottom: 15px; }

@media (max-width: 767px) {
  /* line 1926, theme.scss */
  .cart-action {
    margin-right: 0px;
    margin-top: 30px; } }
/* line 1932, theme.scss */
span.cart_sidebar-total {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 14px;
  text-align: right;
  color: #f04a40; }

/* line 1942, theme.scss */
span.cart_sidebar-total span {
  color: #000; }

/* line 1946, theme.scss */
.heading-text {
  font-family: Frutiger;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  color: #57585b;
  line-height: 1;
  margin: 60px 0 13px 0;
  text-align: center; }

/* line 1957, theme.scss */
.cart_empty {
  padding-top: 60px; }
  @media (max-width: 768px) {
    /* line 1957, theme.scss */
    .cart_empty {
      padding-top: 0;
      font-weight: 500;
      font-size: 14px;
      color: #343434; } }

/* line 1970, theme.scss */
.cart_empty-top {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  text-align: center;
  color: #000000;
  margin-bottom: 90px; }

/* line 1981, theme.scss */
.cart_empty-bottom {
  margin-bottom: 200px; }

/* line 1985, theme.scss */
.cart-headings > .cell-cart-info {
  padding-left: 0; }

/* line 1990, theme.scss */
.cart-headings .cell-cart-item {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #343434; }

/* line 1997, theme.scss */
.item-money {
  vertical-align: middle;
  display: inline-block; }

/* line 2002, theme.scss */
.item-old_money {
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #707070; }

/* line 2013, theme.scss */
.cell-cart-info {
  max-width: calc(100% - 600px);
  -ms-flex-preferred-size: calc(100% - 600px);
  flex-basis: calc(100% - 600px); }

/* line 2019, theme.scss */
.cell-cart-item {
  max-width: 200px;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px; }

@media (max-width: 1024px) {
  /* line 2026, theme.scss */
  .cell-cart-info {
    max-width: calc(100% - 360px);
    -ms-flex-preferred-size: calc(100% - 360px);
    flex-basis: calc(100% - 360px); }

  /* line 2032, theme.scss */
  .cell-cart-item {
    max-width: 120px;
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px; } }
/* line 2039, theme.scss */
.order-info-block {
  background: #FF5E49;
  color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 373px; }

/* line 2048, theme.scss */
.order-info-block-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px; }

/* line 2055, theme.scss */
.order-info-block-text {
  color: #fff;
  font-size: 13px; }

/* line 2060, theme.scss */
.order-info-block-button {
  display: inline-block;
  background: #fff;
  padding: 10px 43px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 13px;
  color: #57585B;
  margin-top: 30px;
  font-weight: bold; }
  /* line 2071, theme.scss */
  .order-info-block-button:hover {
    opacity: 0.8;
    color: #57585B; }

/* line 2077, theme.scss */
.order-info-notice {
  font-size: 12px; }

/* line 2083, theme.scss */
.gift-wrapper {
  margin-top: 20px; }

/* line 2088, theme.scss */
.gift-wrapper-toggle {
  margin-right: 22px;
  font-size: 14px;
  color: #000; }

/* line 2094, theme.scss */
.choose-gift-wrapper {
  position: relative; }

/* line 2099, theme.scss */
.choose-gift-items-wrapper {
  display: none; }

/* line 2103, theme.scss */
.choose-gift-title {
  border: 1px solid rgba(87, 88, 91, 0.2);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  color: #000;
  padding: 10px 30px 10px 10px;
  cursor: pointer;
  position: relative;
  min-width: 377px;
  text-align: left; }
  /* line 2114, theme.scss */
  .choose-gift-title:after {
    position: absolute;
    right: 10px;
    top: 17px;
    content: '';
    display: block;
    width: 10px;
    height: 5px;
    background: url(Rectangle.svg) no-repeat; }

/* line 2128, theme.scss */
.choose-gift-item-hidden-part {
  display: none;
  position: absolute;
  right: -115%;
  top: 0;
  width: 420px;
  padding: 21px 51px 21px 30px;
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  -webkit-transform: translateY(-38%);
  -ms-transform: translateY(-38%);
  transform: translateY(-38%); }
  /* line 2140, theme.scss */
  .choose-gift-item-hidden-part:before {
    position: absolute;
    top: 50%;
    left: -18px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px;
    border-color: transparent #fff transparent transparent;
    -webkit-filter: drop-shadow(-2px 0px 0px #C4C4C4);
    filter: drop-shadow(-2px 0px 0px #C4C4C4);
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%); }

/* line 2159, theme.scss */
.choose-gift-items-wrapper {
  position: absolute;
  width: 100%;
  top: 34px;
  border: 1px solid rgba(87, 88, 91, 0.2);
  border-top: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  color: #000;
  z-index: 1000;
  cursor: pointer;
  background: #fff;
  min-width: 377px;
  text-align: left; }
  /* line 2175, theme.scss */
  .choose-gift-items-wrapper a {
    color: #000;
    font-size: 14px;
    text-decoration: none; }
  /* line 2181, theme.scss */
  .choose-gift-items-wrapper .choose-gift-item {
    padding: 10px 30px 10px 10px; }
    /* line 2183, theme.scss */
    .choose-gift-items-wrapper .choose-gift-item:hover {
      background: #E7E7E7; }
      /* line 2185, theme.scss */
      .choose-gift-items-wrapper .choose-gift-item:hover .choose-gift-item-hidden-part {
        display: block; }

/* line 2193, theme.scss */
.gift-cart {
  display: none; }

@media (max-width: 726px) {
  /* line 2198, theme.scss */
  .choose-gift-title, .choose-gift-items-wrapper {
    min-width: 100%; } }
@media (max-width: 640px) {
  /* line 2205, theme.scss */
  .choose-gift-item-hidden-part {
    display: none !important; }

  /* line 2209, theme.scss */
  .cart-action {
    width: 100%;
    padding-top: 30px; }

  /* line 2214, theme.scss */
  .gift-wrapper-inner {
    width: calc(100% + 20px); } }
/* line 2224, theme.scss */
.choose-gift-item {
  position: relative; }

/* line 2228, theme.scss */
.choose-gift-item-title {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: bold;
  color: #4C4C4C; }

/* line 2236, theme.scss */
.discount-notice a {
  color: #000000 !important; }

/* line 2243, theme.scss */
.cart-bottom-step-2 .cart-subtitle {
  border-top: 1px solid #EAEAEA;
  padding-top: 30px;
  margin-bottom: 30px; }
/* line 2249, theme.scss */
.cart-bottom-step-2 img {
  width: 100%; }

/* line 2254, theme.scss */
.row.is-grid-cart {
  margin-left: -15px;
  margin-right: -15px; }

/* line 2259, theme.scss */
.row.is-grid-cart > * {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 15px; }

/* line 2266, theme.scss */
.cart-points-info {
  position: relative;
  margin-top: 20px;
  text-align: left; }
  /* line 2271, theme.scss */
  .cart-points-info span {
    color: #343434;
    font-size: 14px; }
  /* line 2276, theme.scss */
  .cart-points-info span.bonus-style {
    color: #ED695D; }
  /* line 2286, theme.scss */
  .cart-points-info a {
    text-decoration: none; }
    @media (max-width: 400px) {
      /* line 2286, theme.scss */
      .cart-points-info a {
        display: block; } }

/* line 2298, theme.scss */
.bonus-info {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #C4C4C4;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 21px;
  font-style: normal;
  cursor: pointer;
  text-align: center; }
  /* line 2312, theme.scss */
  .bonus-info:hover {
    background-color: #80C7B6; }

/* line 2323, theme.scss */
.bonus-hide-info {
  width: 326px;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 10px;
  font-size: 12px;
  line-height: 14px;
  color: #343434;
  position: absolute;
  right: -22px;
  top: -222px;
  font-size: 12px;
  text-align: left;
  display: none; }
  /* line 2341, theme.scss */
  .bonus-hide-info:after, .bonus-hide-info:before {
    content: '';
    border: solid transparent;
    position: absolute;
    left: 92%;
    margin-left: -13px;
    bottom: -16px;
    width: 0; }
    @media (max-width: 400px) {
      /* line 2341, theme.scss */
      .bonus-hide-info:after, .bonus-hide-info:before {
        left: 128px; } }
  /* line 2358, theme.scss */
  .bonus-hide-info:before {
    border-top-color: #EAEAEA;
    border-width: 8px; }
  /* line 2362, theme.scss */
  .bonus-hide-info:after {
    border-top-color: #ffffff;
    border-width: 10px;
    margin-left: -15px; }
  /* line 2368, theme.scss */
  .bonus-hide-info p {
    margin-bottom: 10px; }
  @media (max-width: 400px) {
    /* line 2323, theme.scss */
    .bonus-hide-info {
      right: auto;
      left: 0;
      top: -191px; } }

/* line 2387, theme.scss */
.cansel-coupon {
  font-size: 14px;
  color: #7FAEA5;
  display: inline-block;
  border-bottom: 1px dashed #7FAEA5;
  padding-bottom: 1px;
  vertical-align: middle;
  margin-left: 15px;
  cursor: pointer; }

/* line 2398, theme.scss */
.copun-activated-wrapper {
  font-size: 14px;
  line-height: 16px;
  color: #343434; }
  /* line 2399, theme.scss */
  .copun-activated-wrapper img {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middlt; }

/*=========================================
  CATEGORY_MENU
=========================================*/
/* line 2414, theme.scss */
.category-menu {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 2420, theme.scss */
.category-menu-item {
  display: block; }

/* line 2424, theme.scss */
.category_menu .category_menu {
  display: none; }

/* line 2428, theme.scss */
.is-button-active + .category_menu {
  display: block; }

/* line 2432, theme.scss */
.category_menu-marker::after {
  content: '+';
  font-size: 20px; }

/* line 2437, theme.scss */
.category_menu-marker.is-button-active::after {
  content: '-'; }

/* line 2441, theme.scss */
.category_menu.level-2 {
  padding-left: 50px; }

/*=========================================
  CHECKOUT
=========================================*/
/* line 2447, theme.scss */
.form-checkout-row {
  border-bottom: 1px solid #e8e8e8;
  padding-top: 30px;
  padding-bottom: 30px; }

/* line 2453, theme.scss */
.shopping-checkout-title {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 27px;
  margin-top: 27px; }

/* line 2461, theme.scss */
.form-field.input-field {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #e5e5e3;
  background-color: #eeeeee; }

/* line 2468, theme.scss */
.form-field.is-required .form-label-title span:first-child:after {
  content: '*';
  color: #fe3600; }

/* line 2473, theme.scss */
.form-label {
  color: #000000;
  font-size: 12px; }

/* line 2478, theme.scss */
.form-label-title {
  color: #000000;
  font-size: 12px;
  width: 100%;
  margin-bottom: 0.5rem; }

/* line 2485, theme.scss */
.variant-point.is-delivery {
  margin-bottom: 25px;
  padding: 12px 20px;
  position: relative; }

/* line 2491, theme.scss */
.variant-point input {
  display: none; }

/* line 2495, theme.scss */
.variant-point-border {
  position: absolute;
  border: 1px solid #e6e6e6;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

/* line 2507, theme.scss */
input:checked + .variant-point-border {
  border-color: #f04a40; }

@media (max-width: 768px) {
  /* line 2512, theme.scss */
  input:checked + .variant-point-border {
    border-color: #005da9; } }
/* line 2517, theme.scss */
.variant-point-title {
  font-size: 14px;
  display: block;
  position: relative;
  padding-left: 30px; }

/* line 2524, theme.scss */
.variant-point-price {
  display: block;
  text-align: center;
  color: #005da9;
  margin-top: 18px;
  margin-bottom: 18px; }

/* line 2532, theme.scss */
.variant-point-description {
  font-size: 12px;
  display: block;
  margin-bottom: 20px; }

/* line 2538, theme.scss */
.radio-label {
  display: block;
  position: relative; }

/* line 2543, theme.scss */
.variant-point-checkbox {
  width: 18px;
  height: 18px;
  border: 1px solid #e3e3e1;
  background-color: #eeeeee;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: bottom;
  position: absolute;
  left: 0;
  top: 0; }

/* line 2557, theme.scss */
input:checked ~ * .variant-point-checkbox:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #f04a40;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: 3px;
  top: 3px; }

@media (max-width: 768px) {
  /* line 2570, theme.scss */
  input:checked ~ * .variant-point-checkbox:before {
    background-color: #005da9; } }
/* line 2575, theme.scss */
.variant-payment-title {
  position: relative;
  padding-left: 30px;
  font-size: 13px;
  font-weight: bold;
  color: #808080; }

/* line 2583, theme.scss */
.variant-point.is-payment {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  margin-bottom: 25px; }

/* line 2590, theme.scss */
input:checked + .variant-payment-title {
  color: #f04a40; }

@media (max-width: 768px) {
  /* line 2595, theme.scss */
  input:checked + .variant-payment-title {
    color: #005da9; } }
/* line 2600, theme.scss */
.shopping-checkout-footer {
  padding: 20px;
  border: 1px solid #e1e1e1;
  margin-bottom: 58px;
  margin-left: -10px;
  margin-right: -10px; }

/* line 2608, theme.scss */
.variants-payment {
  padding-left: 10px;
  padding-right: 10px; }

/* line 2613, theme.scss */
.variant-point:nth-child(2n) {
  padding: 12px 20px 12px 29px; }

@media (min-width: 769px) {
  /* line 2618, theme.scss */
  .variant-point:nth-child(1n) .variant-point-border {
    width: calc(100% - 9px); }

  /* line 2622, theme.scss */
  .variant-point:nth-child(2n) .variant-point-border {
    left: 9px;
    width: calc(100% - 9px); } }
@media (max-width: 768px) {
  /* line 2629, theme.scss */
  .variant-point .variant-point-border {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px); }

  /* line 2635, theme.scss */
  .variant-point-price {
    text-align: left; } }
/* line 2640, theme.scss */
.checkout_footer-total span {
  font-size: 13px;
  margin-right: 10px; }

/* line 2648, theme.scss */
.checkout_footer-total strong {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  margin-right: 18px; }

/* line 2655, theme.scss */
.checkout_footer-hr {
  width: 216px;
  height: 1px;
  background: #e8e8e8;
  margin-bottom: 8px; }

/* line 2662, theme.scss */
.checkout_footer-tr {
  width: 216px;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
  margin-bottom: 8px; }

@media (max-width: 768px) {
  /* line 2670, theme.scss */
  .checkout_footer-tr {
    width: 100%; } }
@media (max-width: 768px) {
  /* line 2676, theme.scss */
  .checkout_footer-total {
    width: 100%;
    text-align: left; }

  /* line 2681, theme.scss */
  .checkout_footer-total + button.bttn-prim {
    width: 100%;
    margin-top: 20px; }

  /* line 2686, theme.scss */
  .checkout_footer-hr {
    width: 100%; }

  /* line 2690, theme.scss */
  .shopping-checkout-title {
    margin-top: 0; }

  /* line 2694, theme.scss */
  .shopping-checkout-title.with-margin {
    margin-top: 27px; } }
/* line 2699, theme.scss */
.checkout_footer-label {
  font-size: 12px; }

/* line 2703, theme.scss */
.checkout_footer-value {
  font-weight: 700;
  font-size: 14px; }

/* line 2708, theme.scss */
.checkout_footer-tr.is-delivery .checkout_footer-value {
  color: #f04a40;
  font-size: 14px; }

@media (max-width: 768px) {
  /* line 2714, theme.scss */
  .checkout_footer-tr.is-delivery .checkout_footer-value {
    color: #005da9; } }
/* line 2719, theme.scss */
.checkout_footer-tr.is-order {
  color: #808080; }

/* line 2723, theme.scss */
.with-discount .checkout_footer-tr.is-order .checkout_footer-value {
  text-decoration: line-through; }

/* line 2727, theme.scss */
.with-discount .checkout_footer-tr.is-discount .checkout_footer-value {
  color: #ea2222; }

/* line 2731, theme.scss */
.form-field.is-agree {
  font-size: 12px; }

/* line 2735, theme.scss */
.form-field.is-agree a {
  color: #fe3600;
  text-decoration: none; }

/* line 2740, theme.scss */
[data-checkout-send][disabled] {
  opacity: 0.5; }

/* line 2744, theme.scss */
.form-lebel-error {
  color: #fe3600;
  margin-left: 5px; }

/* line 2749, theme.scss */
.form-field.is-error input {
  border-color: #fe3600; }

@media (max-width: 768px) {
  /* line 2754, theme.scss */
  .variant-point-title {
    display: inline-block;
    vertical-align: top;
    width: 50%; }

  /* line 2760, theme.scss */
  span.variant-point-price {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-top: 0;
    text-align: right; } }
/*=========================================
  ORDER
=========================================*/
/* line 2772, theme.scss */
.order_info-title {
  color: #1d1d1d;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px; }

/* line 2779, theme.scss */
.bold-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 27px; }

/* line 2785, theme.scss */
.order_info-details {
  text-align: center;
  font-size: 12px;
  border: 1px solid #e8e8e8;
  padding: 30px; }

/* line 2792, theme.scss */
.order_info-payment {
  text-align: center;
  font-size: 12px;
  border: 1px solid #e8e8e8;
  padding: 30px; }

@supports (display: flex) {
  @media (min-width: 769px) {
    /* line 2801, theme.scss */
    .order_info-payment {
      height: 100%; }

    /* line 2805, theme.scss */
    .order_info-details {
      height: 100%; } } }
@media (max-width: 768px) {
  /* line 2812, theme.scss */
  .order_info-details {
    margin-bottom: 10px; } }
/* line 2817, theme.scss */
.order_info-subtitle {
  font-size: 12px;
  margin-bottom: 27px; }

/* line 2822, theme.scss */
.order_info-notice {
  font-size: 11px;
  margin-top: 29px;
  text-align: center;
  margin-bottom: 59px; }

/* line 2829, theme.scss */
.order_info-notice span {
  font-size: 12px; }

/* line 2833, theme.scss */
.order_info-number {
  font-size: 14px;
  margin-bottom: 58px; }

/* line 2838, theme.scss */
.order_info-number b {
  color: #fe3600; }

/* line 2842, theme.scss */
.order_info .row.cart-item:last-child {
  border-bottom: 1px solid #e1e1e1; }

/* line 2846, theme.scss */
.order_info {
  padding-top: 55px;
  padding-bottom: 98px; }

/* line 2851, theme.scss */
.js-breadcrumb .breadcrumb {
  margin-top: 30px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0; }

/*=========================================
  CHESS
=========================================*/
/* line 2861, theme.scss */
.cards-row > .cell-12:empty {
  display: none; }

/* line 2865, theme.scss */
.cards-row > .cell-6 .collection_description {
  height: 100%; }

/* line 2869, theme.scss */
.cards-row > .cell-6 .collection_video {
  height: 100%;
  width: calc(100% + 1px);
  position: absolute;
  left: 0;
  top: 0; }

/* line 2877, theme.scss */
.cards-row > .cell-6 .collection_video[style*="position: relative;"] {
  width: calc(100% + 21px); }

@media (max-width: 768px) {
  /* line 2882, theme.scss */
  .cards-row > .cell-6 .collection_video {
    position: relative;
    margin: 0 -10px;
    width: calc(100% + 20px); } }
/* line 2889, theme.scss */
.cards-row > .cell-6 .collection_description,
.cards-row > .cell-6 .collection_description-2 {
  margin: 0 -10px; }

@media (max-width: 768px) {
  /* line 2895, theme.scss */
  .cards-row > .cell-6 .collection_description,
  .cards-row > .cell-6 .collection_description-2 {
    padding: 55px 20px; } }
/* line 2901, theme.scss */
.collection-wrapper .cards-row > * iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }

/*=========================================
  CO-BASKET
=========================================*/
/* line 2912, theme.scss */
.main_price-quantity {
  color: #000; }

/*=========================================
  COLLECTION_FILTERS
=========================================*/
/* line 2920, theme.scss */
.collection-filter-header {
  font-size: 22px;
  line-height: 1.5; }

/* line 2925, theme.scss */
.filter-items-list {
  list-style: none;
  margin: 0;
  padding: 20px 0 0 0; }

/* line 2931, theme.scss */
.filter-label {
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: 20px; }

/* line 2938, theme.scss */
.checkbox-field {
  display: none; }

/* line 2942, theme.scss */
.filter-checkbox {
  width: 12px;
  height: 12px;
  position: absolute;
  border: 1px solid #3a4145;
  left: 0;
  top: calc(50% - 8px); }

/* line 2951, theme.scss */
.checkbox-field + .filter-checkbox:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 1px;
  top: 1px;
  width: 8px;
  height: 8px;
  background-color: #3a4145;
  opacity: 0;
  -webkit-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms; }

/* line 2966, theme.scss */
.checkbox-field:checked + .filter-checkbox:after {
  opacity: 1; }

/* line 2970, theme.scss */
.filter-items-wrapper {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);
  -o-transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);
  min-width: 120px; }

/* line 2979, theme.scss */
.filter-items-wrapper.is-tab-active {
  max-height: 10000px;
  -webkit-transition: max-height 1.8s ease-in-out;
  -o-transition: max-height 1.8s ease-in-out;
  transition: max-height 1.8s ease-in-out;
  visibility: visible; }

/* line 2987, theme.scss */
.filter-toggle {
  background: none;
  outline: none;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

/* line 2995, theme.scss */
.filter-toggle.is-button-active {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

/* line 3001, theme.scss */
.filter-item {
  position: relative;
  max-width: 250px;
  font-size: 14px; }
  /* line 3007, theme.scss */
  .filter-item .color-label .filter-color img {
    width: 100%; }

/* line 3014, theme.scss */
.filter-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 14px;
  color: #000000;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

/* line 3026, theme.scss */
.filter-title span {
  cursor: pointer; }

/* line 3030, theme.scss */
.collection-filter {
  margin-bottom: 1rem;
  position: relative;
  width: 100%; }

/* line 3037, theme.scss */
.filter-item-disabled {
  opacity: 0.6;
  cursor: pointer; }
  /* line 3040, theme.scss */
  .filter-item-disabled * {
    cursor: default; }

/* line 3050, theme.scss */
.is-characteristics-seriya .filter-item:nth-child(6) ~ .filter-item {
  display: block !important; }

/* line 3054, theme.scss */
.is-characteristics-seriya .filter-item:nth-child(20) ~ .filter-item {
  display: none !important; }

/* line 3062, theme.scss */
.filter-items-wrapper.is-open .filter-item {
  display: block !important; }

/* line 3066, theme.scss */
.filter-items-wrapper.is-open .filter-item-disabled, .filter-item-disabled {
  display: none !important; }

/* line 3070, theme.scss */
.filter-more:after {
  content: attr(data-open-text); }

/* line 3074, theme.scss */
.filter-items-wrapper.is-open .filter-more:after {
  content: attr(data-close-text); }

/* line 3078, theme.scss */
.filter-more {
  background: transparent;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  color: #50afc2;
  padding: 0;
  margin-top: 15px; }

/* line 3090, theme.scss */
[data-current="0"]:after {
  opacity: 0; }

/* line 3094, theme.scss */
.filter-title:after {
  content: '';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M13.25 1.5L7 7.75L0.75 1.5' stroke='%23C4C4C4' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  position: absolute;
  z-index: 0;
  right: 0;
  top: calc(50% - 4px);
  width: 14px;
  height: 8px;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1 !important; }

/* line 3112, theme.scss */
.filters-clear.bttn.bttn-second.in-filter {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  color: #80C7B6;
  background: transparent;
  border: none;
  padding: 0;
  text-transform: none; }
  /* line 3125, theme.scss */
  .filters-clear.bttn.bttn-second.in-filter span {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #c4c4c4;
    text-decoration: none; }

/* line 3140, theme.scss */
.collection-layout > div > .filters-clear.bttn.bttn-second.in-filter {
  line-height: 40px; }

/* line 3145, theme.scss */
.collection-filter.flex-between .filter {
  padding: 0; }

/* line 3149, theme.scss */
.filter-item label span:last-child {
  text-align: left;
  line-height: 1; }
  /* line 3154, theme.scss */
  .filter-item label span:last-child span {
    color: #c4c4c4; }

/* line 3159, theme.scss */
.filter-mobile-show {
  display: none; }

@media (max-width: 1024px) {
  /* line 3164, theme.scss */
  .filter-mobile-show {
    display: block;
    cursor: pointer;
    border: none;
    width: 100%;
    background-color: #F0F4F5;
    height: 40px;
    background: #80C7B6;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center; }

  /* line 3193, theme.scss */
  .filter-item label span {
    color: rgba(0, 0, 0, 0.5); }

  /* line 3197, theme.scss */
  .filter-item label input:checked ~ span {
    color: black; }

  /* line 3202, theme.scss */
  .filter {
    width: 100%; }

  /* line 3206, theme.scss */
  .filter-title span {
    width: 100%;
    display: block;
    padding-right: 30px;
    font-weight: bold; }

  /* line 3213, theme.scss */
  label.color-label {
    width: 100%;
    position: relative; }

  /* line 3218, theme.scss */
  .collection-filter {
    margin-bottom: 2rem;
    display: none; }

  /* line 3223, theme.scss */
  .collection-filter.is-active {
    display: block; }

  /* line 3227, theme.scss */
  .filter-mobile-show.is-active {
    margin-bottom: 0;
    padding-bottom: 6px;
    background-image: url("data:image/svg+xml, %0A%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.96634 0.685661L12.3068 5.81907C12.5644 6.06665 12.5644 6.46804 12.3068 6.71559L11.6839 7.31432C11.4268 7.56148 11.0101 7.56195 10.7524 7.31538L6.49999 3.24706L2.24765 7.31538C1.98991 7.56195 1.57318 7.56148 1.31606 7.31432L0.693175 6.71559C0.435608 6.46802 0.435608 6.06663 0.693175 5.81907L6.03366 0.685688C6.2912 0.438108 6.70878 0.438108 6.96634 0.685661Z' fill='black'/%3E%3C/svg%3E%0A"); } }
/* line 3234, theme.scss */
.filter-item .chkbx-label .chkbx-control {
  top: 2px; }

/*=========================================
  INPUT_TYPE
=========================================*/
/* line 3241, theme.scss */
.filter-items-list.is-span .filter-item {
  display: inline-block;
  vertical-align: top; }

/* line 3246, theme.scss */
.filter-span {
  vertical-align: top; }

/* line 3250, theme.scss */
.filter-span-control {
  display: inline-block;
  vertical-align: top;
  padding: 5px;
  min-width: 30px;
  text-align: center;
  max-width: 197px; }

/* line 3259, theme.scss */
input[type="checkbox"]:checked + .filter-span-control {
  border-color: #F04A40; }

/* line 3263, theme.scss */
.filter-color {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 7px;
  margin-right: 2px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: none;
  position: relative; }

/* line 3281, theme.scss */
.is-color-big .filter-color {
  width: 34px;
  height: 34px; }
/* line 3286, theme.scss */
.is-color-big .filter-span-control {
  padding-top: 10px; }

/* line 3292, theme.scss */
.filter-color[title="белый"],
.filter-color[title="Прозрачный"],
.filter-color[title="Белый"] {
  border: 1px solid #C4C4C4; }

/* line 3298, theme.scss */
input[type="checkbox"]:checked + .filter-color:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='9' viewBox='0 0 11 9' fill='none'%3E%3Cpath d='M1.53033 3.46967C1.23744 3.17678 0.762563 3.17678 0.46967 3.46967C0.176777 3.76256 0.176777 4.23744 0.46967 4.53033L1.53033 3.46967ZM4 7L3.46967 7.53033L4 8.06066L4.53033 7.53033L4 7ZM10.5303 1.53033C10.8232 1.23744 10.8232 0.762563 10.5303 0.46967C10.2374 0.176777 9.76256 0.176777 9.46967 0.46967L10.5303 1.53033ZM0.46967 4.53033L3.46967 7.53033L4.53033 6.46967L1.53033 3.46967L0.46967 4.53033ZM4.53033 7.53033L10.5303 1.53033L9.46967 0.46967L3.46967 6.46967L4.53033 7.53033Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-background-size: 60% 60%;
  background-size: 50%;
  opacity: 1;
  -webkit-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms; }

/* line 3317, theme.scss */
input[type="checkbox"]:checked + .filter-color[title="белый"]:after,
input[type="checkbox"]:checked + .filter-color[title="Прозрачный"]:after,
input[type="checkbox"]:checked + .filter-color[title="Белый"]:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='9' viewBox='0 0 11 9' fill='none'%3E%3Cpath d='M1.53033 3.46967C1.23744 3.17678 0.762563 3.17678 0.46967 3.46967C0.176777 3.76256 0.176777 4.23744 0.46967 4.53033L1.53033 3.46967ZM4 7L3.46967 7.53033L4 8.06066L4.53033 7.53033L4 7ZM10.5303 1.53033C10.8232 1.23744 10.8232 0.762563 10.5303 0.46967C10.2374 0.176777 9.76256 0.176777 9.46967 0.46967L10.5303 1.53033ZM0.46967 4.53033L3.46967 7.53033L4.53033 6.46967L1.53033 3.46967L0.46967 4.53033ZM4.53033 7.53033L10.5303 1.53033L9.46967 0.46967L3.46967 6.46967L4.53033 7.53033Z' fill='%23C4C4C4'/%3E%3C/svg%3E%0A"); }

/* line 3364, theme.scss */
.chkbx-label:hover .chkbx-control {
  border: 1px solid #80C7B6; }

/* line 3367, theme.scss */
.chkbx:checked + .chkbx-control {
  background: #80C7B6;
  border: 1px solid #80C7B6; }

/* line 3371, theme.scss */
.chkbx-control {
  background: #fff;
  border: 1px solid #C4C4C4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

/*=========================================
  article
=========================================*/
/* line 3410, theme.scss */
.articles--slider {
  padding: 80px 0 60px; }
  /* line 3412, theme.scss */
  .articles--slider--container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  /* line 3425, theme.scss */
  .articles--slider--title img {
    max-width: 156px; }
  /* line 3429, theme.scss */
  .articles--slider--text {
    max-width: 600px; }
    /* line 3431, theme.scss */
    .articles--slider--text p, .articles--slider--text span, .articles--slider--text strong {
      margin: 0;
      padding: 0; }
  /* line 3436, theme.scss */
  .articles--slider--description {
    padding: 30px 0 40px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    color: #343434; }
  /* line 3448, theme.scss */
  .articles--slider--button a:link, .articles--slider--button a:visited {
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    padding: 13px 33px;
    background: #343434;
    -webkit-border-radius: 4px;
    border-radius: 4px; }
    /* line 3465, theme.scss */
    .articles--slider--button a:link:hover, .articles--slider--button a:visited:hover {
      background-color: #676767; }
  /* line 3470, theme.scss */
  .articles--slider--slide {
    height: 100%; }
    /* line 3472, theme.scss */
    .articles--slider--slide h4, .articles--slider--slide h1, .articles--slider--slide h2, .articles--slider--slide h3, .articles--slider--slide h5, .articles--slider--slide h6, .articles--slider--slide span, .articles--slider--slide strong, .articles--slider--slide p {
      margin: 0; }
    /* line 3475, theme.scss */
    .articles--slider--slide--text {
      position: absolute;
      left: 20px;
      top: 30px;
      max-width: 176px; }
      /* line 3481, theme.scss */
      .articles--slider--slide--text--title h1, .articles--slider--slide--text--title h2, .articles--slider--slide--text--title h3, .articles--slider--slide--text--title h4, .articles--slider--slide--text--title h5, .articles--slider--slide--text--title strong, .articles--slider--slide--text--title span, .articles--slider--slide--text--title p {
        display: block;
        margin: 0;
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 23px;
        text-transform: uppercase; }
      /* line 3493, theme.scss */
      .articles--slider--slide--text--desc h1, .articles--slider--slide--text--desc h2, .articles--slider--slide--text--desc h3, .articles--slider--slide--text--desc h4, .articles--slider--slide--text--desc h5, .articles--slider--slide--text--desc strong, .articles--slider--slide--text--desc span, .articles--slider--slide--text--desc p {
        display: block;
        margin-top: 10px;
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px; }
    /* line 3504, theme.scss */
    .articles--slider--slide--link {
      position: absolute;
      left: 20px;
      bottom: 20px;
      font-family: Roboto;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 16px;
      color: #343434; }
    /* line 3515, theme.scss */
    .articles--slider--slide img {
      -webkit-border-radius: 4px;
      border-radius: 4px; }
  /* line 3520, theme.scss */
  .articles--slider--wrapper {
    max-width: 452px; }
  /* line 3523, theme.scss */
  .articles--slider--sliderblock {
    margin: 0 34px;
    position: relative;
    max-width: 452px; }
    /* line 3528, theme.scss */
    .articles--slider--sliderblock .swiper-slide {
      height: 316px; }
      /* line 3530, theme.scss */
      .articles--slider--sliderblock .swiper-slide img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    /* line 3537, theme.scss */
    .articles--slider--sliderblock .articles--prev, .articles--slider--sliderblock .articles--next {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      outline: none; }
    /* line 3545, theme.scss */
    .articles--slider--sliderblock .articles--prev {
      left: -34px; }
    /* line 3549, theme.scss */
    .articles--slider--sliderblock .articles--next {
      right: -34px; }
    /* line 3552, theme.scss */
    .articles--slider--sliderblock .articles--pagination {
      position: absolute;
      bottom: -30px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      /* line 3560, theme.scss */
      .articles--slider--sliderblock .articles--pagination .swiper-pagination-bullet {
        width: 9px;
        height: 9px;
        margin-right: 20px; }
        /* line 3564, theme.scss */
        .articles--slider--sliderblock .articles--pagination .swiper-pagination-bullet:last-of-type {
          margin-right: 0; }
      /* line 3568, theme.scss */
      .articles--slider--sliderblock .articles--pagination .swiper-pagination-bullet-active {
        opacity: 1;
        background-color: #000; }

@media (max-width: 920px) {
  /* line 3576, theme.scss */
  .articles--slider {
    padding: 0px 0 60px; }
    /* line 3579, theme.scss */
    .articles--slider .container {
      padding-right: 0 !important; }
    /* line 3583, theme.scss */
    .articles--slider--description {
      padding: 20px 10px 30px 0; }
    /* line 3586, theme.scss */
    .articles--slider--container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    /* line 3592, theme.scss */
    .articles--slider--wrapper {
      max-width: 100%; }
    /* line 3595, theme.scss */
    .articles--slider--sliderblock {
      margin: 53px 0 0;
      width: 100%;
      max-width: 100%; }
      /* line 3599, theme.scss */
      .articles--slider--sliderblock .swiper-slide {
        height: auto; }
      /* line 3602, theme.scss */
      .articles--slider--sliderblock .swiper-pagination-bullets, .articles--slider--sliderblock .articles--next, .articles--slider--sliderblock .articles--prev {
        display: none; } }
@media (max-width: 500px) {
  /* line 3610, theme.scss */
  .articles--slider--description {
    font-size: 12px; }
  /* line 3614, theme.scss */
  .articles--slider--sliderblock .swiper-slide {
    height: 316px; } }
/*=========================================
  RANGE
=========================================*/
/* line 3624, theme.scss */
.collection-filter .range-slider input {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 16px; }

/* line 3637, theme.scss */
.collection-filter .range-slider .irs-slider.from,
.collection-filter .range-slider .irs-slider.to {
  background: #FD4640;
  width: 14px;
  height: 14px;
  top: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

/* line 3647, theme.scss */
.collection-filter .range-slider .irs {
  height: 48px; }

/* line 3651, theme.scss */
.collection-filter .range-slider .irs-bar {
  height: 3px;
  top: 26px;
  background: #FD4640; }

/* line 3657, theme.scss */
.collection-filter .range-slider .irs-line {
  height: 4px;
  top: 26px; }

/* line 3662, theme.scss */
.collection-filter .range-slider .irs-line-mid,
.collection-filter .range-slider .irs-line-left,
.collection-filter .range-slider .irs-line-right {
  height: 3px;
  background: #EAEAEA; }

/* line 3668, theme.scss */
.filter-body.range-slider {
  max-width: 600px; }

@media (max-width: 1024px) {
  /* line 3672, theme.scss */
  .filter-items-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px; }

  /* line 3678, theme.scss */
  .filter-item {
    max-width: none; } }
@media (max-width: 768px) {
  /* line 3683, theme.scss */
  .filter-items-list {
    grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) {
  /* line 3688, theme.scss */
  .filter-items-list {
    grid-template-columns: repeat(1, 1fr); } }
/* line 3694, theme.scss */
.open-collection-filter .alertify .ajs-commands button.ajs-close {
  background: none;
  width: auto;
  height: auto;
  padding: 0; }
/* line 3700, theme.scss */
.open-collection-filter .alertify .ajs-commands button.ajs-close:after {
  content: 'Закрыть';
  font-size: 14px;
  line-height: 16px;
  color: #80C7B6; }
/* line 3708, theme.scss */
.open-collection-filter .alertify .ajs-commands {
  top: 10px;
  right: 10px;
  padding: 0;
  margin: 0; }

/* line 3716, theme.scss */
.open-collection-filter .ajs-panel.at-left-position {
  width: 100%; }

/* line 3719, theme.scss */
.open-collection-filter .alertify .ajs-header {
  display: block !important;
  margin: 0;
  background: #F0F4F5;
  padding: 12px 10px;
  font-size: 14px;
  line-height: 16px;
  color: #343434; }

/*=========================================
  COLLECTION_ORDER
=========================================*/
/* line 3732, theme.scss */
.collection-order.is-page-size .label-field {
  vertical-align: middle; }

/* line 3736, theme.scss */
.collection-order.is-page-size .select-field {
  vertical-align: middle; }

/* line 3740, theme.scss */
.collection-order select, .ss-main .ss-single-selected {
  background-color: #FFFFFF;
  border: 1px solid #C4C4C4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  color: #343434;
  height: 40px; }

/* line 3752, theme.scss */
.ss-main .ss-content {
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }

/* line 3756, theme.scss */
.ss-main .ss-content .ss-list .ss-option.ss-highlighted, .ss-main .ss-content .ss-list .ss-option:hover {
  color: #FD4640;
  background-color: #fff; }

/* line 3761, theme.scss */
.ss-main .ss-content .ss-list {
  font-size: 14px; }

/* line 3765, theme.scss */
.ss-main .ss-single-selected {
  background-color: #FFFFFF;
  border: 1px solid #C4C4C4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  color: #343434;
  height: 40px; }

/* line 3779, theme.scss */
.collection-order .ss-main {
  width: auto;
  min-width: 244px; }

/* line 3786, theme.scss */
.irs-min, .irs-max {
  display: none; }

/*=========================================
  DROP
=========================================*/
/* line 3792, theme.scss */
.page_size_drop-item [type="radio"]:checked + .page_size_drop-control {
  color: #F04A40; }

/* line 3796, theme.scss */
.page_size_drop-item {
  display: block; }

/* line 3800, theme.scss */
.page_size_drop-target {
  background-color: #ffffff;
  width: 100%; }

/*=========================================
  PAGE_SIZE
=========================================*/
/* line 3808, theme.scss */
.collection-products_count {
  margin-bottom: 10px; }

/*=========================================
  RADIO
=========================================*/
/* line 3815, theme.scss */
.page_size-radio [type="radio"]:checked + .page_size-radio-control {
  color: #F04A40;
  font-weight: bold; }

/* line 3820, theme.scss */
.page_size-radio {
  vertical-align: bottom; }

/*=========================================
  COMPARE
=========================================*/
/*  Compare table
-----------------------------------------*/
/* line 3830, theme.scss */
.table.table-compare {
  position: relative; }

/* line 3834, theme.scss */
.table.table-compare tr,
.table.table-compare td {
  border: none; }

/* line 3839, theme.scss */
.table.table-compare td {
  padding: 20px; }

/* line 3843, theme.scss */
.table.table-compare .param-title {
  font-weight: bold;
  width: 15%; }

/* line 3848, theme.scss */
.table.table-compare tr:nth-child(even) .param-title {
  background: #ccc; }

/* line 3852, theme.scss */
.table.table-compare .param-value {
  width: 20%; }

/* line 3856, theme.scss */
.table.table-compare .button-text {
  display: inline-block; }

@media screen and (max-width: 768px) {
  /* line 3861, theme.scss */
  .table.table-compare .param-title {
    font-weight: bold; }

  /* line 3865, theme.scss */
  .table.table-compare .button-text {
    display: none; }

  /* line 3869, theme.scss */
  .table.table-compare .param-value {
    font-size: 12px; }

  /* line 3873, theme.scss */
  .table.table-compare tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 3886, theme.scss */
  .table.table-compare td,
  .table.table-compare th {
    padding: 5px;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    width: 25%; }

  /* line 3897, theme.scss */
  .table.table-compare th:first-child,
  .table.table-compare td:first-child {
    text-align: center;
    width: 100%; }

  /* line 3903, theme.scss */
  .table.table-compare th:first-child {
    display: none; } }
/*  Compare same toggler
-----------------------------------------*/
/* line 3910, theme.scss */
.button-same-toggle .text-hide,
.button-same-toggle .fa-eye-slash {
  display: inline; }

/* line 3915, theme.scss */
.button-same-toggle .text-show,
.button-same-toggle .fa-eye {
  display: none; }

/* line 3920, theme.scss */
.button-same-toggle.active .text-hide,
.button-same-toggle.active .fa-eye-slash {
  display: none; }

/* line 3925, theme.scss */
.button-same-toggle.active .text-show,
.button-same-toggle.active .fa-eye {
  display: inline; }

/*  Compare toolbar
-----------------------------------------*/
/* line 3932, theme.scss */
.compare-toolbar {
  margin-bottom: 20px; }

/*=========================================
  COMPILATION_CARD
=========================================*/
/* line 3939, theme.scss */
.compilation_card-link {
  text-decoration: none;
  color: #000; }

/* line 3944, theme.scss */
.compilation_card-title {
  display: block;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #000000;
  margin-bottom: 5px; }

/* line 3955, theme.scss */
.compilation_card-description {
  display: block;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #000000;
  margin-bottom: 80px; }

/* line 3966, theme.scss */
.compilation_card-image {
  margin-bottom: 20px; }

/*=========================================
  COMPILATION
=========================================*/
/* line 3973, theme.scss */
.compilation {
  margin-top: 50px; }

/* line 3977, theme.scss */
.compilation .swiper-slide[style] {
  max-width: none; }

/* line 3981, theme.scss */
.compilation .swiper-slide {
  max-width: 282px; }

/* line 3985, theme.scss */
.compilation-title {
  font-family: Frutiger;
  padding-top: 40px;
  font-weight: bold;
  line-height: 1em;
  font-size: 20px;
  color: #595959;
  margin-bottom: 30px; }

/* line 3995, theme.scss */
.compilation-products .swiper-container:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  height: 100%;
  background: #fff;
  width: 31px;
  z-index: 2; }

/* line 4006, theme.scss */
.compilation-products .swiper-container:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0px;
  height: 100%;
  background: #fff;
  width: 31px;
  z-index: 2; }

/* line 4017, theme.scss */
.compilation-products .swiper-container {
  padding: 0 30px; }

@media (min-width: 1300px) {
  /* line 4022, theme.scss */
  .compilation-products {
    margin: 0 -20px 0 -20px; } }
/*=========================================
  DISCOUNTS
=========================================*/
/* line 4030, theme.scss */
.discounts-toggle {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  margin-right: 20px; }

/* line 4040, theme.scss */
.discounts-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* line 4046, theme.scss */
label.discounts-toggle {
  line-height: 2; }

/* line 4050, theme.scss */
.discounts-submit {
  background: #fff;
  border: 1px solid #80C7B6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #80C7B6;
  padding: 13px 33px;
  margin-left: 10px; }
  /* line 4065, theme.scss */
  .discounts-submit:hover {
    background: #80C7B6;
    color: #fff; }
  @media (max-width: 480px) {
    /* line 4050, theme.scss */
    .discounts-submit {
      padding: 13px 20px; } }

/* line 4077, theme.scss */
.discounts-marker {
  font-size: 14px;
  color: #343434; }

/* line 4083, theme.scss */
input#discounts-coupon {
  background: #fff;
  border: 1px solid #EAEAEA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  max-width: 250px;
  margin-left: 10px;
  padding-left: 10px; }
  @media (max-width: 768px) {
    /* line 4083, theme.scss */
    input#discounts-coupon {
      margin-left: 0; } }
  @media (max-width: 480px) {
    /* line 4083, theme.scss */
    input#discounts-coupon {
      max-width: none; } }

@media (max-width: 480px) {
  /* line 4107, theme.scss */
  .flex-del-basis {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: none; } }
/* line 4116, theme.scss */
.discounts-coupon-error {
  border-color: #FD4640 !important; }

/* line 4120, theme.scss */
.discounts-notice.notice.is-warning {
  padding: 0px;
  margin: 5px 0;
  font-size: 12px;
  text-align: left;
  display: block;
  background: none;
  border: none;
  font-size: 12px;
  line-height: 14px;
  color: #FD4640;
  margin-left: 91px; }
  @media (max-width: 768px) {
    /* line 4120, theme.scss */
    .discounts-notice.notice.is-warning {
      margin-left: 0; } }

/* line 4139, theme.scss */
.discounts-coupon::-webkit-input-placeholder {
  opacity: 0; }

/* line 4141, theme.scss */
.discounts-coupon::-moz-placeholder {
  opacity: 0; }

/* line 4143, theme.scss */
.discounts-coupon::-ms-input-placeholder {
  opacity: 0; }

/* line 4145, theme.scss */
.discounts-coupon::placeholder {
  opacity: 0; }

/* line 4146, theme.scss */
.discounts-coupon::-webkit-input-placeholder {
  opacity: 0; }

/* line 4147, theme.scss */
.discounts-coupon::-moz-placeholder {
  opacity: 0; }

/* line 4148, theme.scss */
.discounts-coupon:-moz-placeholder {
  opacity: 0; }

/* line 4149, theme.scss */
.discounts-coupon:-ms-input-placeholder {
  opacity: 0; }

@media (max-width: 768px) {
  /* line 4152, theme.scss */
  .discounts-coupon::-webkit-input-placeholder {
    opacity: 1; }

  /* line 4153, theme.scss */
  .discounts-coupon::-moz-placeholder {
    opacity: 1; }

  /* line 4154, theme.scss */
  .discounts-coupon::-ms-input-placeholder {
    opacity: 1; }

  /* line 4155, theme.scss */
  .discounts-coupon::placeholder {
    opacity: 1; }

  /* line 4156, theme.scss */
  .discounts-coupon::-moz-placeholder {
    opacity: 1; }

  /* line 4157, theme.scss */
  .discounts-coupon:-moz-placeholder {
    opacity: 1; }

  /* line 4158, theme.scss */
  .discounts-coupon:-ms-input-placeholder {
    opacity: 1; } }
/*=========================================
  DYNAMIC_BASKET
=========================================*/
/* line 4163, theme.scss */
.dynamic_basket {
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: 0 0 2px 0px #000;
  box-shadow: 0 0 2px 0px #000; }

/* line 4170, theme.scss */
.dynamic_basket-header {
  text-align: center;
  padding: 1rem;
  border-bottom: 1px solid #cccccc; }

/* line 4176, theme.scss */
.dynamic_basket-empty {
  padding: 1rem 0; }

/* line 4180, theme.scss */
.dynamic_item {
  border-bottom: 1px solid #cccccc; }

/* line 4184, theme.scss */
.dynamic_basket-drop {
  right: 0;
  width: 300px; }

/*=========================================
  FAVORITE
=========================================*/
/* line 4192, theme.scss */
.favorite-head {
  margin-bottom: 20px; }

/*=========================================
  FIXED_HEADER
=========================================*/
/* line 4199, theme.scss */
.fixed_header {
  z-index: 99;
  position: fixed;
  background: #ffffff;
  top: 0;
  padding: 10px 0;
  top: -105%;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: top 300ms;
  -o-transition: top 300ms;
  transition: top 300ms; }

/* line 4215, theme.scss */
.fixed_header.is-enabled {
  top: 0; }

/*=========================================
  FOOTER_FEEDBACK
=========================================*/
/* line 4222, theme.scss */
.footer_feedback {
  background: #72c9e4;
  padding: 20px 0; }

/* line 4227, theme.scss */
.footer_feedback + .footer {
  margin-top: 0; }

/* line 4231, theme.scss */
.footer_feedback-submit {
  background: #54b8cc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  line-height: normal;
  font-size: 16px;
  line-height: 1;
  height: 40px;
  display: inline-block;
  vertical-align: top; }

/* line 4244, theme.scss */
.footer_feedback-field {
  background: #ffffff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 40px;
  display: inline-block;
  vertical-align: top;
  padding-left: 13px;
  border-color: #fff;
  margin-right: 30px;
  width: 320px; }

@media (max-width: 1024px) {
  /* line 4258, theme.scss */
  .footer_feedback-field {
    width: calc(100% - 172px); } }
@media (max-width: 768px) {
  /* line 4264, theme.scss */
  .footer_feedback-field {
    margin-right: 15px; } }
/* line 4269, theme.scss */
.footer_feedback-field::-webkit-input-placeholder {
  color: #000; }

/* line 4273, theme.scss */
.footer_feedback-field:-moz-placeholder {
  color: #000; }

/* line 4277, theme.scss */
.footer_feedback-field::-moz-placeholder {
  color: #000; }

/* line 4281, theme.scss */
.footer_feedback-field:-ms-input-placeholder {
  color: #000; }

/* line 4285, theme.scss */
.footer_feedback-field::-ms-input-placeholder {
  color: #000; }

/* line 4289, theme.scss */
.footer_feedback-field::placeholder {
  color: #000; }

/* line 4293, theme.scss */
.footer_feedback-form {
  text-align: right; }

/* line 4297, theme.scss */
.footer_feedback-text strong {
  font-size: 16px;
  color: #ffffff; }

/* line 4302, theme.scss */
.footer_feedback-text {
  color: #ffffff; }

/* line 4306, theme.scss */
.footer_feedback-text p {
  margin: 0; }

/* line 4310, theme.scss */
.footer_feedback-text a {
  color: #fff; }

/* line 4314, theme.scss */
#feedback_form {
  background-color: #f6f6f6;
  padding: 10px; }
  /* line 4317, theme.scss */
  #feedback_form .feedback-store-text {
    margin-top: 14px;
    margin-bottom: 14px; }
  /* line 4322, theme.scss */
  #feedback_form label {
    cursor: default; }
  /* line 4326, theme.scss */
  #feedback_form #feedback_commit {
    background: #80C7B6;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff; }
    /* line 4332, theme.scss */
    #feedback_form #feedback_commit:hover {
      background: #45A595; }
  /* line 4338, theme.scss */
  #feedback_form #feedback_content {
    max-width: 100%; }

/*=========================================
  FOOTER_MENU
=========================================*/
@media (max-width: 1100px) {
  /* line 4348, theme.scss */
  .is-bottom-footer.menu .small-menu-item {
    margin-left: 0 !important;
    margin-right: 20px; } }
@media (max-width: 1000px) {
  /* line 4355, theme.scss */
  .is-bottom-footer.menu .small-menu-item {
    width: 40%; }

  /* line 4359, theme.scss */
  .is-bottom-footer.menu {
    text-align: left !important; } }
/* line 4364, theme.scss */
.footer-menu-title {
  font-family: Frutiger;
  font-weight: bold;
  line-height: normal;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px; }

/* line 4373, theme.scss */
.footer-menu a, .footer-menu span.menu-link {
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  margin-bottom: 10px; }

/* line 4380, theme.scss */
.footer-menu-item {
  display: block;
  width: 100%; }

@media (max-width: 640px) {
  /* line 4386, theme.scss */
  .footer-menu-block {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #999999; } }
/*=========================================
  FOOTER
=========================================*/
/* line 4398, theme.scss */
.footer {
  background: #fff;
  margin: 20px 0 0 0; }

/* line 4403, theme.scss */
.footer-subscribe {
  background: #F7F7F7;
  padding: 50px 0; }

/* line 4408, theme.scss */
.footer-phone {
  color: #000000;
  font-size: 26px; }

/* line 4413, theme.scss */
.footer-work-time {
  color: #808080;
  font-size: 13px; }

/* line 4418, theme.scss */
.footer-copy {
  color: #999999;
  font-size: 12px; }

/* line 4423, theme.scss */
.footer-contacts {
  color: #6f6f6f;
  font-size: 12px;
  margin-bottom: 15px; }

/* line 4429, theme.scss */
.footer-link a {
  color: #333333;
  font-size: 14px;
  text-decoration: none; }

/* line 4435, theme.scss */
.footer-first {
  padding-top: 30px;
  padding-bottom: 80px;
  margin-bottom: 50px;
  border-bottom: 1px solid #999999; }

@media (max-width: 640px) {
  /* line 4443, theme.scss */
  .footer-first {
    padding-bottom: 20px;
    margin-bottom: 0px;
    border-bottom: none; } }
/* line 4450, theme.scss */
.mobile-social {
  width: 100%; }

/* line 4454, theme.scss */
.mobile-social .social-menu {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 75px; }

@media (max-width: 640px) {
  /* line 4461, theme.scss */
  .footer-copy {
    width: 100%;
    text-align: center;
    padding-bottom: 20px; } }
/* line 4468, theme.scss */
.footer-bottom {
  padding-bottom: 30px; }

/* line 4472, theme.scss */
.footer-link a:hover {
  color: #f04a40; }

/* line 4476, theme.scss */
.footer-subscribe {
  margin-bottom: 40px; }
  @media (max-width: 640px) {
    /* line 4476, theme.scss */
    .footer-subscribe {
      margin-bottom: 20px; } }

/* line 4483, theme.scss */
.footer-subscribe-form {
  margin-right: 40px;
  text-align: left; }
  @media screen and (max-width: 640px) {
    /* line 4483, theme.scss */
    .footer-subscribe-form {
      margin-right: 0;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      overflow: hidden; } }
  /* line 4497, theme.scss */
  .footer-subscribe-form input {
    border: none;
    border-bottom: 1px solid #BBBBBB;
    color: #656565;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    width: 189px;
    background: #F7F7F7;
    padding: 7px 0; }
  /* line 4513, theme.scss */
  .footer-subscribe-form input::-webkit-input-placeholder {
    color: #656565; }
  /* line 4514, theme.scss */
  .footer-subscribe-form input:-ms-input-placeholder {
    color: #656565; }
  /* line 4515, theme.scss */
  .footer-subscribe-form input::-ms-input-placeholder {
    color: #656565; }
  /* line 4516, theme.scss */
  .footer-subscribe-form input::-moz-placeholder {
    color: #656565; }
  /* line 4517, theme.scss */
  .footer-subscribe-form input::placeholder {
    color: #656565; }
  /* line 4520, theme.scss */
  .footer-subscribe-form button {
    display: inline-block;
    vertical-align: middle;
    background: #343434;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 40px; }
    /* line 4528, theme.scss */
    .footer-subscribe-form button:hover {
      opacity: 0.7; }
    @media screen and (max-width: 480px) {
      /* line 4520, theme.scss */
      .footer-subscribe-form button {
        margin-left: 3px;
        width: 100%; } }

/* line 4542, theme.scss */
.footer-subscribe {
  padding: 0; }
  /* line 4544, theme.scss */
  .footer-subscribe-title, .footer-subscribe-subtitle {
    margin: 0 0 20px 0; }
  /* line 4547, theme.scss */
  .footer-subscribe-title, .footer-subscribe-title > strong {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #343434; }
  /* line 4556, theme.scss */
  .footer-subscribe-title > strong {
    color: #EF4C42; }
  /* line 4559, theme.scss */
  .footer-subscribe-subtitle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #343434; }
  /* line 4567, theme.scss */
  .footer-subscribe-parent {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 48.44% 41.56%;
    grid-template-columns: calc(48.44%) calc(41.56%);
    width: 100%;
    max-width: 1020px;
    grid-gap: 10%; }
  /* line 4577, theme.scss */
  .footer-subscribe-image img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain; }
  /* line 4583, theme.scss */
  .footer-subscribe-input-row {
    width: 100%; }
  /* line 4586, theme.scss */
  .footer-subscribe-submit-row {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  /* line 4591, theme.scss */
  .footer-subscribe-form {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    /* line 4603, theme.scss */
    .footer-subscribe-form-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    /* line 4617, theme.scss */
    .footer-subscribe-form input {
      padding: 12px 10px;
      font-family: 'Roboto';
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 16px;
      color: #C4C4C4;
      border: 1px solid #EAEAEA;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background: #FFFFFF;
      text-transform: none;
      width: 100%; }
    /* line 4634, theme.scss */
    .footer-subscribe-form button {
      margin: 0 0 0 10px !important;
      padding: 10px 20px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      width: 149px; }

@media (max-width: 768px) {
  /* line 4645, theme.scss */
  .footer-subscribe {
    padding: 40px 0; }
    /* line 4647, theme.scss */
    .footer-subscribe-title {
      margin: 0 0 10px 0; }
    /* line 4650, theme.scss */
    .footer-subscribe-title, .footer-subscribe-title > strong {
      font-size: 16px;
      line-height: 19px; }
    /* line 4654, theme.scss */
    .footer-subscribe-subtitle {
      margin: 0 0 30px 0; }
    /* line 4657, theme.scss */
    .footer-subscribe-image {
      display: none; }
    /* line 4660, theme.scss */
    .footer-subscribe-parent {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      grid-gap: 0; } }
/* line 4668, theme.scss */
.footer-site-info-title {
  font-size: 12px;
  line-height: 14px;
  color: #656565;
  font-weight: bold;
  margin-bottom: 10px; }

/* line 4676, theme.scss */
.footer-site-info {
  margin-bottom: 40px; }

/* line 4681, theme.scss */
.footer-site-info-img img, .footer-site-info-img a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px; }
  @media (max-width: 640px) {
    /* line 4681, theme.scss */
    .footer-site-info-img img, .footer-site-info-img a {
      display: block;
      margin-bottom: 8px; } }

/* line 4701, theme.scss */
.footer-site-info-link a {
  color: #000000;
  font-size: 12px;
  margin-bottom: 8px;
  text-decoration: none; }

/* line 4710, theme.scss */
.footer-top span, .footer-top a {
  font-size: 12px;
  color: #656565;
  text-decoration: none; }
  @media (max-width: 640px) {
    /* line 4710, theme.scss */
    .footer-top span, .footer-top a {
      display: block;
      margin-bottom: 12px;
      padding-left: 0 !important;
      margin-left: 0 !important;
      text-align: left; } }
/* line 4725, theme.scss */
.footer-top a {
  position: relative;
  padding-left: 10px;
  margin-left: 10px; }
  /* line 4729, theme.scss */
  .footer-top a:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 4px;
    height: 4px;
    background: #656565;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
    @media (max-width: 640px) {
      /* line 4729, theme.scss */
      .footer-top a:before {
        display: none; } }
  /* line 4748, theme.scss */
  .footer-top a:hover {
    color: #f04a40; }

/* line 4755, theme.scss */
.footer-second {
  color: #656565;
  font-size: 12px;
  margin-bottom: 50px;
  margin-top: 14px; }

@media (max-width: 640px) {
  /* line 4763, theme.scss */
  .footer-site-info-soc {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  /* line 4769, theme.scss */
  .footer-site-info-payment {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }
/*=========================================
  HEADER
=========================================*/
/* line 4782, theme.scss */
.logotype {
  display: block; }
  /* line 4784, theme.scss */
  .logotype img {
    max-width: 157px; }
    @media (max-width: 1024px) {
      /* line 4784, theme.scss */
      .logotype img {
        max-width: 100%; } }

/* line 4795, theme.scss */
.icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }

/* line 4801, theme.scss */
.phone.in-header {
  font-weight: bold;
  line-height: normal;
  font-size: 20px;
  color: #343434;
  white-space: nowrap;
  display: block;
  margin-right: 20px; }

/* line 4811, theme.scss */
.work-time {
  font-weight: normal;
  line-height: normal;
  font-size: 13px;
  text-align: left;
  color: #8c8c8c; }

/* line 4819, theme.scss */
.header_contacts {
  margin-left: 30px;
  margin-bottom: 12px; }

/* line 4824, theme.scss */
.feedback-button {
  color: #000;
  font-size: 13px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #FBD563;
  padding-top: 6px;
  padding-bottom: 7px;
  padding-right: 20px;
  padding-left: 30px;
  -webkit-background-size: 11px 11px;
  background-size: 11px;
  background-position: 12px 50%;
  background-color: #FBD563;
  background-image: url("data:image/svg+xml, %3Csvg id='SVGDoc' width='10' height='10' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:avocode='https://avocode.com/' viewBox='0 0 10 10'%3E%3Cdefs%3E%3Cpath d='M746.57174, 93.55404c-0.80116, -0.79851 -0.80116, -2.09311 0, -2.89162l5.07667, -5.06057c0.80116, -0.79851 2.09959, -0.79851 2.90075, 0l-1.45067, 1.44595l-4.35129, 4.33744l1.45062, 1.44576l-2.17592, 2.1688l-1.45017, -1.44577l1.61285, -1.60798l-0.16268, 0.16217zM752.37374, 87.77062l2.17542, -2.16877l1.45058, 1.44595l-2.17592, 2.16859z' id='Path-0'/%3E%3C/defs%3E%3Cdesc%3EGenerated with Avocode.%3C/desc%3E%3Cg transform='matrix%281, 0, 0, 1, -746, -85%29'%3E%3Cg%3E%3Ctitle%3ERounded Rectangle 756%3C/title%3E%3Cuse xlink:href='%23Path-0' fill='%23000000' fill-opacity='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  white-space: nowrap;
  background-repeat: no-repeat;
  display: inline-block; }

/* line 4844, theme.scss */
.cart-widget-positions {
  font-size: 11px;
  display: block;
  color: #000000; }

/* line 4850, theme.scss */
.cart-widget-price {
  display: block;
  font-size: 11px;
  color: #fe3600; }

/* line 4856, theme.scss */
.main-header {
  padding: 10px 0px 5px 0px; }

/* line 4861, theme.scss */
.cart-widget-count {
  display: inline-block;
  width: 30px;
  height: 28px;
  background-image: url(cart.svg);
  vertical-align: middle;
  position: relative;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0; }

/* line 4874, theme.scss */
.cart-widget-link {
  display: inline-block;
  vertical-align: top;
  padding-top: 4px;
  text-align: right; }

/* line 4881, theme.scss */
.cart-widget-count > span {
  position: absolute;
  right: -5px;
  top: -8px;
  width: 18px;
  height: 18px;
  background-color: #F04A40;
  border: 2px solid #ffffff;
  font-size: 9px;
  font-weight: bold;
  line-height: 15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: #fff; }

/* line 4898, theme.scss */
.cart-widget-count > span.is-cart-empty {
  display: none; }

/* line 4902, theme.scss */
.cart-alert {
  position: absolute;
  right: 20px;
  top: 50px;
  z-index: 99; }

@media (max-width: 1024px) {
  /* line 4910, theme.scss */
  .cart-alert.is-enabled {
    right: 20px !important; } }
/* line 4915, theme.scss */
.cart_alert {
  background: #fff;
  width: 410px;
  padding: 20px 20px 20px 20px;
  border: 1px solid #e6e6e6;
  position: relative;
  top: 100%; }

/* line 4924, theme.scss */
.cart_alert:before {
  content: '';
  width: 14px;
  height: 8px;
  position: absolute;
  top: -7px;
  right: 13px;
  background-image: url(modal-arr.png);
  -webkit-background-size: contain;
  background-size: contain;
  background-position: 100%;
  background-repeat: no-repeat; }

/* line 4938, theme.scss */
.cart-alert-image {
  max-width: 80px;
  -ms-flex-preferred-size: 80px;
  flex-basis: 80px;
  margin-right: 20px; }

/* line 4945, theme.scss */
.cart-alert-info {
  max-width: calc(100% - 100px);
  -ms-flex-preferred-size: calc(100% - 100px);
  flex-basis: calc(100% - 100px); }

/* line 4951, theme.scss */
.cart-alert-head {
  margin-bottom: 8px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 12px;
  color: #000000; }

/* line 4961, theme.scss */
.cart-alert-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 17px;
  color: #4c4c4c;
  margin-bottom: 20px; }

/* line 4971, theme.scss */
.cart-alert-price {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 13px;
  color: #47abbf; }

/* line 4980, theme.scss */
.cart-alert-price span {
  color: #000; }

/* line 4984, theme.scss */
.cart-alert.is-enabled {
  position: fixed;
  top: 10px; }

@media (max-width: 1200px) {
  /* line 4990, theme.scss */
  .search-widget {
    margin-right: 0;
    margin-left: 0px; } }
/* line 4999, theme.scss */
.sticky-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
  background: #fff; }

/* line 5007, theme.scss */
a.logotype, span.logotype {
  max-width: 214px; }

/* line 5012, theme.scss */
a.logotype img, span.logotype {
  vertical-align: middle; }

@media (max-width: 375px) {
  /* line 5016, theme.scss */
  .headers-icon > div {
    margin-left: 8px !important; } }
@media screen and (min-width: 1000px) and (max-width: 1064px) {
  /* line 5024, theme.scss */
  .logotype img {
    max-width: 130px; } }
/*=========================================
  MOBILE_HEADER
=========================================*/
/* line 5033, theme.scss */
.mobile_header {
  border-bottom: 1px solid #cdc !important;
  padding-top: 25px;
  padding-bottom: 25px; }

/* line 5039, theme.scss */
.mobile_menu_button {
  width: 30px;
  height: 19px;
  padding: 0;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  border: none; }

/* line 5052, theme.scss */
.mobile_header .phone.in-header {
  font-size: 22px; }

@media (max-width: 340px) {
  /* line 5057, theme.scss */
  .mobile_header .phone.in-header {
    font-size: 17px; } }
/* line 5062, theme.scss */
.mobile_header .work-time {
  font-size: 12px;
  padding-right: 5px; }

@media (max-width: 340px) {
  /* line 5068, theme.scss */
  .mobile_header .work-time {
    text-align: right;
    font-size: 10px; } }
/* line 5074, theme.scss */
.mobile_header .header_contacts {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0; }

/* line 5081, theme.scss */
.mobile_header .feedback-button {
  font-size: 13px; }

@media (max-width: 380px) {
  /* line 5086, theme.scss */
  .mobile_header .feedback-button {
    font-size: 9px; } }
/* line 5091, theme.scss */
.mobile_header_panel {
  padding: 0 13px;
  padding-left: 5px; }

/* line 5096, theme.scss */
.mobile_header_panel .logotype {
  max-width: 136px;
  -ms-flex-preferred-size: 136px;
  flex-basis: 136px;
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px; }
  @media (max-width: 360px) {
    /* line 5096, theme.scss */
    .mobile_header_panel .logotype {
      max-width: 105px;
      -ms-flex-preferred-size: 105px;
      flex-basis: 105px; } }

/* line 5112, theme.scss */
.gallery-wrapper {
  opacity: 0; }

/* line 5115, theme.scss */
.dom-ready .gallery-wrapper {
  opacity: 1; }

/* line 5119, theme.scss */
.cart-widget-count {
  margin-right: 20px; }

@media (max-width: 360px) {
  /* line 5124, theme.scss */
  .cart-widget-count {
    margin-right: 10px; } }
@media (max-width: 1024px) {
  /* line 5130, theme.scss */
  .mobile_header_panel .logotype {
    margin-left: 0px; } }
/* line 5135, theme.scss */
.mobile_search_button {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }

@media (max-width: 340px) {
  /* line 5142, theme.scss */
  .mobile_search_button {
    margin-right: 5px; } }
/* line 5147, theme.scss */
.mobile_header_panel {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  z-index: 2; }

/* line 5153, theme.scss */
.mobile-search.is-open + .mobile_header_panel_left a.logotype {
  opacity: 0; }

@media (max-width: 640px) {
  /* line 5158, theme.scss */
  .mobile_header .phone.in-header {
    font-size: 15px; }

  /* line 5162, theme.scss */
  .mobile_header .work-time {
    font-size: 9px;
    text-align: right;
    padding: 0; }

  /* line 5168, theme.scss */
  .mobile_header .feedback-button {
    font-size: 9px; }

  /* line 5172, theme.scss */
  .mobile_header .header_contacts {
    margin-bottom: 0; } }
/* line 5177, theme.scss */
.cart-widget-mobile-text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }

/* line 5186, theme.scss */
.mobile_menu-middle .menu-item-level-1 {
  padding: 0 0 10px 0px;
  display: block;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  border-bottom: 1px solid #EAEAEA; }
  /* line 5194, theme.scss */
  .mobile_menu-middle .menu-item-level-1 > a {
    color: #343434;
    padding-left: 10px;
    font-size: 14px; }
    @media (max-width: 1024px) {
      /* line 5194, theme.scss */
      .mobile_menu-middle .menu-item-level-1 > a {
        display: block;
        position: relative; } }
    /* line 5204, theme.scss */
    .mobile_menu-middle .menu-item-level-1 > a:hover {
      font-weight: normal;
      font-size: 14px; }
  @media (max-width: 1024px) {
    /* line 5186, theme.scss */
    .mobile_menu-middle .menu-item-level-1 {
      padding-bottom: 16px;
      padding-top: 16px; }
      /* line 5215, theme.scss */
      .mobile_menu-middle .menu-item-level-1:first-child {
        padding-top: 0; } }

/* line 5234, theme.scss */
.mobile_menu_phone {
  background: #F0F4F5;
  padding: 7px 0 7px 0px; }
  /* line 5238, theme.scss */
  .mobile_menu_phone a {
    color: #343434;
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
    margin-right: 10px;
    font-weight: 400;
    padding-left: 20px; }
  /* line 5247, theme.scss */
  .mobile_menu_phone span {
    font-size: 12px;
    line-height: 14px;
    color: #525252; }

/* line 5256, theme.scss */
.mobile_menu-bottom {
  padding-left: 20px;
  padding-bottom: 40px; }

/* line 5261, theme.scss */
.mobile-small-menu {
  display: block !important; }
  /* line 5264, theme.scss */
  .mobile-small-menu div {
    display: block;
    margin-bottom: 10px; }
    /* line 5267, theme.scss */
    .mobile-small-menu div a {
      color: #343434;
      font-size: 14px; }
  /* line 5273, theme.scss */
  .mobile-small-menu .mobile_menu-modal .menu-item-inner {
    padding: 0; }

/* line 5281, theme.scss */
.cartman-items-count {
  position: absolute;
  width: 18px;
  height: 18px;
  text-align: center;
  color: #fff;
  line-height: 18px;
  font-size: 12px;
  top: -6px;
  right: -6px;
  background: #FD4640;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

/* line 5296, theme.scss */
.header-cart {
  margin-right: 15px; }

/* line 5300, theme.scss */
.mobile_menu_button_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 5307, theme.scss */
  .mobile_menu_button_wrapper button {
    margin-right: 15px;
    padding-top: 3px; }
  /* line 5311, theme.scss */
  .mobile_menu_button_wrapper button, .mobile_menu_button_wrapper a {
    display: inline-block;
    vertical-align: middle; }

/* line 5317, theme.scss */
.header-cart-border {
  border: 1px solid #EAEAEA;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 5px;
  margin-right: 0px; }

/* line 5325, theme.scss */
.header-cart-free-delivery {
  display: none;
  color: #343434;
  font-size: 10px;
  margin: 0 !important;
  text-align: left;
  margin-left: 8px !important; }

@media screen and (min-width: 481px) {
  /* line 5335, theme.scss */
  .header-cart-border .header-cart-free-delivery {
    display: block; } }

/* line 5342, theme.scss */
.headers-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (min-width: 481px) {
  /* line 5349, theme.scss */
  .header-cart-border .cartman-items-count {
    right: 49px; } }

/* line 5361, theme.scss */
.mobile_menu-bottom {
  background: #F0F4F5; }

/* line 5365, theme.scss */
.mobile_menu-bottom-title {
  color: #707070;
  font-size: 14px;
  margin-bottom: 10px; }
  /* line 5370, theme.scss */
  .mobile_menu-bottom-title a {
    color: #343434;
    font-size: 14px;
    text-decoration: none; }

/* line 5378, theme.scss */
.mobile_menu_button {
  margin-right: 20px;
  width: 32px;
  height: 32px; }
  @media (max-width: 480px) {
    /* line 5378, theme.scss */
    .mobile_menu_button {
      margin-right: 5px; } }

/* line 5390, theme.scss */
.mobile_menu-middle .menu-submenu-wrapper.mobile_menu {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  background: none;
  padding: 0 10px; }
  /* line 5397, theme.scss */
  .mobile_menu-middle .menu-submenu-wrapper.mobile_menu .container:after {
    display: none; }
  /* line 5401, theme.scss */
  .mobile_menu-middle .menu-submenu-wrapper.mobile_menu .submenu {
    margin-bottom: 0;
    padding-bottom: 0; }
  /* line 5407, theme.scss */
  .mobile_menu-middle .menu-submenu-wrapper.mobile_menu .submenu li {
    padding: 10px 10px 10px 0px;
    border-bottom: 1px solid #EAEAEA; }
    /* line 5412, theme.scss */
    .mobile_menu-middle .menu-submenu-wrapper.mobile_menu .submenu li:last-child {
      border-bottom: 0; }
  /* line 5420, theme.scss */
  .mobile_menu-middle .menu-submenu-wrapper.mobile_menu .submenu li a:hover {
    font-weight: normal; }

/* line 5426, theme.scss */
.open-sub.menu-item-level-1 {
  padding-bottom: 0 !important; }

/* line 5431, theme.scss */
.open-sub > a.mobile_menu-link {
  color: #FF5E55; }

/* line 5435, theme.scss */
.menu-item-sale > a {
  color: #FF5E55 !important; }

/* line 5439, theme.scss */
.mobile-menu-sub-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  /* line 5450, theme.scss */
  .mobile-menu-sub-row .sub-foto-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
    /* line 5455, theme.scss */
    .mobile-menu-sub-row .sub-foto-wrapper img {
      max-width: 40px;
      -webkit-border-radius: 10px;
      border-radius: 10px; }
    /* line 5461, theme.scss */
    .mobile-menu-sub-row .sub-foto-wrapper p {
      margin: 0 !important; }
  /* line 5468, theme.scss */
  .mobile-menu-sub-row .sub-label-wrapper {
    color: #80C7B6;
    font-size: 12px; }
  /* line 5473, theme.scss */
  .mobile-menu-sub-row > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

/* line 5484, theme.scss */
.mobile_menu_button img + img, .mobile_search_button img + img {
  display: none; }

/* line 5488, theme.scss */
.mobile_menu_button.is-modal-open img, .mobile_search_button.is-modal-open img {
  display: none; }

/* line 5492, theme.scss */
.mobile_menu_button.is-modal-open img + img, .mobile_search_button.is-modal-open img + img {
  display: block;
  position: relative;
  top: -1px; }

/* line 5498, theme.scss */
.mobile_menu_button.is-modal-open img + img {
  position: relative;
  top: -1px; }

/* line 5504, theme.scss */
.mobile_search_button {
  margin-top: 2px; }

/* line 5508, theme.scss */
.mobile_search_button.is-modal-open {
  margin-top: -1px; }

/* line 5512, theme.scss */
.menu-link-current {
  color: #C4C4C4; }

/* line 5518, theme.scss */
.mobile_menu-middle .menu-submenu-wrapper {
  background: #F0F4F5;
  position: static;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 15px; }
  /* line 5525, theme.scss */
  .mobile_menu-middle .menu-submenu-wrapper .submenu {
    padding-top: 12px;
    margin-bottom: 12px; }
  /* line 5530, theme.scss */
  .mobile_menu-middle .menu-submenu-wrapper > .container {
    position: relative; }
    /* line 5532, theme.scss */
    .mobile_menu-middle .menu-submenu-wrapper > .container:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 14px 15px 14px;
      border-color: transparent transparent #F0F4F5 transparent;
      position: absolute;
      top: -20px;
      left: 3px; }
/* line 5551, theme.scss */
.mobile_menu-middle .submenu-dro-info {
  margin: 0;
  padding: 14px;
  height: 90%;
  overflow: hidden; }
  /* line 5558, theme.scss */
  .mobile_menu-middle .submenu-dro-info p {
    margin: 0; }
  /* line 5562, theme.scss */
  .mobile_menu-middle .submenu-dro-info p + p {
    margin-bottom: 8px; }
  @media (max-width: 1024px) {
    /* line 5551, theme.scss */
    .mobile_menu-middle .submenu-dro-info {
      height: auto;
      min-height: 78px;
      margin-bottom: 10px;
      padding: 18px; } }
/* line 5579, theme.scss */
.mobile_menu-middle .submenu-dro-info-wrapper > div:last-child .submenu-dro-info {
  border-bottom: 1px solid #EAEAEA;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* line 5595, theme.scss */
.submenu-dro-info-link {
  color: #343434 !important; }

/* line 5600, theme.scss */
.mobile-header-top {
  text-align: center;
  padding: 4px 10px;
  background: #F0F4F5; }
  /* line 5605, theme.scss */
  .mobile-header-top a {
    color: #343434;
    font-size: 12px;
    text-decoration: none; }

/* line 5612, theme.scss */
.mobile_header_search {
  padding: 10px; }

/* line 5620, theme.scss */
.search-mobile-wrapper-input input {
  padding-left: 40px !important;
  width: 100%; }
/* line 5625, theme.scss */
.search-mobile-wrapper-input svg {
  position: absolute;
  top: 7px;
  left: 5px; }

/* line 5634, theme.scss */
.search_widget_light .but-search, .mobile-search-new .but-search {
  margin-left: 5px !important;
  background: #525252 !important; }

/* line 5639, theme.scss */
.mobile-searh-popular {
  position: fixed;
  top: 144px;
  background: #fff;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 12px;
  z-index: 10000;
  padding-top: 32px;
  display: none; }

/* line 5652, theme.scss */
.mobile-searh-popular-item {
  border-bottom: 1px solid #EAEAEA;
  padding: 10px 0; }
  /* line 5656, theme.scss */
  .mobile-searh-popular-item > div {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    /* line 5661, theme.scss */
    .mobile-searh-popular-item > div span {
      display: block;
      margin-left: 10px;
      font-size: 12px; }

/* line 5670, theme.scss */
.mobile-searh-popular-header {
  margin-bottom: 14px; }

/*=========================================
  HITS
=========================================*/
/* line 5678, theme.scss */
.hits-title {
  text-align: center;
  font-size: calc(16px * 2);
  margin-bottom: 1rem; }

/*=========================================
  INDEX_COLLECTIONS
=========================================*/
/* line 5687, theme.scss */
.index_collection-image {
  display: block;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding-top: 28.5%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative; }

/* line 5699, theme.scss */
.index_collection-image.with-video {
  padding-top: 0; }

/* line 5703, theme.scss */
.index_collection-content {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding: 30px; }

@media (max-width: 1024px) {
  /* line 5711, theme.scss */
  .index_collection-content {
    padding: 30px 20px; } }
@media (max-width: 640px) {
  /* line 5717, theme.scss */
  .index_collection-content {
    padding: 30px 0px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; } }
/* line 5725, theme.scss */
.index_collection-title {
  font-family: Frutiger;
  font-weight: bold;
  line-height: 1em;
  font-size: 20px;
  color: #595959;
  margin-bottom: 30px;
  display: block; }

/* line 5735, theme.scss */
.index_collection-description {
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #000000;
  margin-bottom: 30px; }

@media (min-width: 641px) {
  /* line 5743, theme.scss */
  .index_collection.row.is-right .index_collection-image,
  .index_collection:nth-child(2n) .index_collection-image, .index_collection:nth-child(2n) .slide-widjet-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  /* line 5750, theme.scss */
  .index_collection:nth-child(2n) .index_collection-content,
  .index_collection.row.is-right {
    text-align: right; }

  /* line 5755, theme.scss */
  .index_collection.row.is-left .index_collection-image {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

  /* line 5761, theme.scss */
  .index_collection.row.is-left,
  .index_collection.row.is-left .index_collection-content {
    text-align: left; } }
@media (max-width: 640px) {
  /* line 5768, theme.scss */
  .index_collection-image {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-bottom: 58.5%; } }
/* line 5776, theme.scss */
.index_collections {
  margin-bottom: 60px; }

@media (max-width: 640px) {
  /* line 5781, theme.scss */
  .index_collections {
    margin-bottom: 0px; } }
/* line 5786, theme.scss */
.promo-slider-wrapper + .index_collections-wrapper {
  margin-top: 50px; }

/* line 5790, theme.scss */
.new-promo-index-slide--content {
  height: 100%;
  display: grid;
  grid-template-rows: -webkit-max-content auto;
  grid-template-rows: max-content auto; }

/* line 5797, theme.scss */
.promo-index-slide-content {
  background: #F7F7F7; }

/* line 5801, theme.scss */
.promo-index-slide-image-wrap img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover; }

/* line 5811, theme.scss */
.promo-index-slide-image-wrap {
  position: relative;
  padding-top: 49%; }

/* line 5815, theme.scss */
.promo-index-slide-content {
  padding: 20px;
  display: grid;
  grid-template-areas: 'title title' 'description link';
  grid-template-columns: auto 192px;
  grid-template-rows: -webkit-max-content auto;
  grid-template-rows: max-content auto;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 10px; }

/* line 5828, theme.scss */
.promo-index-title {
  grid-area: title;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #343434; }

/* line 5837, theme.scss */
.promo-index-description {
  grid-area: description;
  font-weight: normal;
  font-size: 14px;
  line-height: 130%; }

/* line 5844, theme.scss */
.promo-index-link {
  grid-area: link; }

/* line 5848, theme.scss */
.promo-index-description p {
  margin: 0; }

/* line 5852, theme.scss */
.promo-index-link-button.bttn {
  background: #343434;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase; }
  /* line 5861, theme.scss */
  .promo-index-link-button.bttn:hover {
    color: #fff; }

/* line 5865, theme.scss */
.promo-index {
  padding-top: 40px;
  padding-bottom: 60px; }
  @media (max-width: 640px) {
    /* line 5865, theme.scss */
    .promo-index {
      padding-bottom: 30px; } }

/* line 5872, theme.scss */
.promo-index-slider-wrapper {
  position: relative; }

/* line 5876, theme.scss */
.promo-index-slider-next.swiper-button-next.new-promo-index--slider--next {
  -webkit-background-size: contain;
  background-size: contain;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='21' height='35' viewBox='0 0 21 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.72373 34.9658L20.495 17.3877L2.72373 -0.190429L0.491214 2.00684L16.0411 17.3877L0.491211 32.7686L2.72373 34.9658Z' fill='%23525252'/%3E%3C/svg%3E%0A"); }
  @media (min-width: 1320px) {
    /* line 5876, theme.scss */
    .promo-index-slider-next.swiper-button-next.new-promo-index--slider--next {
      width: 20px;
      height: 35px;
      right: -39px; } }
  @media (max-width: 1319px) {
    /* line 5876, theme.scss */
    .promo-index-slider-next.swiper-button-next.new-promo-index--slider--next {
      right: 10px; } }
  @media (max-width: 980px) {
    /* line 5876, theme.scss */
    .promo-index-slider-next.swiper-button-next.new-promo-index--slider--next {
      top: 45%;
      width: 10px;
      height: 18px;
      background-image: url("data:image/svg+xml,%0A%3Csvg width='21' height='35' viewBox='0 0 21 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.72373 34.9658L20.495 17.3877L2.72373 -0.190429L0.491214 2.00684L16.0411 17.3877L0.491211 32.7686L2.72373 34.9658Z' fill='%23ffffff'/%3E%3C/svg%3E%0A"); } }
  @media (max-width: 480px) {
    /* line 5876, theme.scss */
    .promo-index-slider-next.swiper-button-next.new-promo-index--slider--next {
      top: 28%; } }

/* line 5899, theme.scss */
.promo-index-slider-prev.swiper-button-prev.new-promo-index--slider--prev {
  -webkit-background-size: contain;
  background-size: contain;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='21' height='35' viewBox='0 0 21 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.9013 34.9658L0.129984 17.3877L17.9013 -0.190429L20.1338 2.00684L4.58391 17.3877L20.1338 32.7686L17.9013 34.9658Z' fill='%23525252'/%3E%3C/svg%3E%0A"); }
  @media (min-width: 1320px) {
    /* line 5899, theme.scss */
    .promo-index-slider-prev.swiper-button-prev.new-promo-index--slider--prev {
      width: 20px;
      height: 35px;
      left: -39px; } }
  @media (max-width: 980px) {
    /* line 5899, theme.scss */
    .promo-index-slider-prev.swiper-button-prev.new-promo-index--slider--prev {
      top: 45%;
      width: 10px;
      height: 18px;
      background-image: url("data:image/svg+xml,%0A%3Csvg width='21' height='35' viewBox='0 0 21 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.9013 34.9658L0.129984 17.3877L17.9013 -0.190429L20.1338 2.00684L4.58391 17.3877L20.1338 32.7686L17.9013 34.9658Z' fill='%23ffffff'/%3E%3C/svg%3E%0A"); } }
  @media (max-width: 480px) {
    /* line 5899, theme.scss */
    .promo-index-slider-prev.swiper-button-prev.new-promo-index--slider--prev {
      top: 28%; } }
  @media (max-width: 1319px) {
    /* line 5899, theme.scss */
    .promo-index-slider-prev.swiper-button-prev.new-promo-index--slider--prev {
      left: 10px; } }

@media (max-width: 980px) {
  /* line 5924, theme.scss */
  .promo-index .container {
    padding: 0; }

  /* line 5927, theme.scss */
  .promo-index-link {
    margin-top: 10px; }

  /* line 5930, theme.scss */
  .promo-index-title {
    font-size: 12px;
    line-height: 120%;
    letter-spacing: -0.015em; }

  /* line 5935, theme.scss */
  .promo-index-description {
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0.04em; }

  /* line 5941, theme.scss */
  .promo-index-slide-content {
    padding: 10px;
    grid-template-columns: auto;
    grid-template-areas: 'title' 'description' 'link'; } }
/* line 5950, theme.scss */
.swiper-container-widjet {
  display: block;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  height: 345px; }
  @media (max-width: 640px) {
    /* line 5950, theme.scss */
    .swiper-container-widjet {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; } }
  /* line 5967, theme.scss */
  .swiper-container-widjet .swiper-slide > div {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 345px; }
  /* line 5976, theme.scss */
  .swiper-container-widjet .swiper-pagination2 {
    text-align: right;
    bottom: 20px !important;
    padding-right: 30px; }
    /* line 5980, theme.scss */
    .swiper-container-widjet .swiper-pagination2 .swiper-pagination-bullet {
      background: #fff;
      width: 6px;
      height: 6px; }
      /* line 5985, theme.scss */
      .swiper-container-widjet .swiper-pagination2 .swiper-pagination-bullet-active {
        background: #FD4640; }
  /* line 5993, theme.scss */
  .swiper-container-widjet .swiper-pagination-bullet {
    background: #fff !important;
    border: none; }
  /* line 5998, theme.scss */
  .swiper-container-widjet .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FD4640 !important;
    border: none; }

/* line 6004, theme.scss */
.banrs-index {
  padding-left: 0px;
  padding-right: 0px;
  max-width: 1220px;
  margin: auto; }

/* line 6011, theme.scss */
.links-collection-main {
  padding-top: 54%;
  position: relative; }

/* line 6016, theme.scss */
.links-collection-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

/* line 6026, theme.scss */
.links-collection-content {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 16px;
  display: grid;
  grid-template-columns: 577px repeat(3, auto);
  grid-gap: 20px;
  max-width: calc(100% - 32px); }

/* line 6036, theme.scss */
.links-collection {
  margin-bottom: 20px; }

@media (max-width: 980px) {
  /* line 6040, theme.scss */
  .links-collection {
    margin-bottom: 5px; }

  /* line 6043, theme.scss */
  .links-collection-content {
    position: relative;
    grid-template-columns: auto; }

  /* line 6048, theme.scss */
  .links-collection-item {
    display: none; }

  /* line 6052, theme.scss */
  .links-collection-content {
    position: relative;
    grid-template-columns: auto;
    bottom: 0;
    left: 0;
    max-width: 100%; }

  /* line 6060, theme.scss */
  .links-collection-item {
    display: none; }

  /* line 6064, theme.scss */
  .links-collection-main {
    padding: 10px;
    background: #a6d9d1; }

  /* line 6069, theme.scss */
  .links-collection .container {
    padding: 0; }

  /* line 6073, theme.scss */
  .links-collection-background {
    position: relative;
    vertical-align: top;
    margin-bottom: 8px; }

  /* line 6079, theme.scss */
  .links-collection-text {
    background: transparent !important;
    padding: 0 !important; }

  /* line 6084, theme.scss */
  .links-collection-title {
    font-size: 12px;
    line-height: 120%;
    margin-bottom: 5px; }

  /* line 6090, theme.scss */
  .links-collection-description {
    font-size: 12px;
    line-height: 130%; }

  /* line 6097, theme.scss */
  a.links-collection-button.bttn {
    background: #343434;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    color: #fff !important; }

  /* line 6106, theme.scss */
  .links-collection-description p {
    margin: 0 0 10px 0; } }
/* line 6111, theme.scss */
.links-collection-text {
  background: #fff;
  padding: 20px; }

/* line 6116, theme.scss */
.links-collection-item img {
  vertical-align: top;
  -o-object-fit: cover;
  object-fit: cover; }

/* line 6121, theme.scss */
.links-collection-item:nth-child(4) ~ .links-collection-item {
  display: none; }

/* line 6124, theme.scss */
.tile-index-item:nth-child(6) ~ .tile-index-item {
  display: none; }

/* line 6127, theme.scss */
.tile-index-row {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-gap: 20px; }

/* line 6133, theme.scss */
.tile-index-item {
  grid-column: span 7; }

/* line 6137, theme.scss */
.tile-index-item:nth-child(2n) {
  grid-column: span 3; }

/* line 6140, theme.scss */
.tile-index-item:nth-child(4n) {
  grid-column: span 7; }

/* line 6143, theme.scss */
.tile-index-item:nth-child(3n) {
  grid-column: span 3; }

/* line 6146, theme.scss */
.tile-index-title {
  font-weight: bold; }

/* line 6149, theme.scss */
.tile-index-content {
  color: #fff;
  padding: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%; }
  /* line 6157, theme.scss */
  .tile-index-content:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 21, 21, 0)), to(#0d0d0d));
    background: -webkit-linear-gradient(top, rgba(21, 21, 21, 0) 0%, #0d0d0d 100%);
    background: -o-linear-gradient(top, rgba(21, 21, 21, 0) 0%, #0d0d0d 100%);
    background: linear-gradient(180deg, rgba(21, 21, 21, 0) 0%, #0d0d0d 100%);
    opacity: 0.78;
    z-index: -1; }

/* line 6173, theme.scss */
.tile-index-item {
  display: block;
  position: relative; }

/* line 6178, theme.scss */
.tile-index-icon img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

/* line 6187, theme.scss */
.tile-index {
  margin-bottom: 60px; }

@media (max-width: 768px) {
  /* line 6191, theme.scss */
  .tile-index {
    margin-bottom: 30px; }

  /* line 6194, theme.scss */
  .tile-index-content {
    position: relative;
    background: #F5EFE0;
    color: #343434;
    padding: 10px; }

  /* line 6200, theme.scss */
  .tile-index-item:nth-child(1) .tile-index-content {
    background: #fcf4e8; }

  /* line 6204, theme.scss */
  .tile-index-item:nth-child(2) .tile-index-content {
    background: #f4ead2; }

  /* line 6208, theme.scss */
  .tile-index-item:nth-child(3) .tile-index-content {
    background: #ecddcb; }

  /* line 6212, theme.scss */
  .tile-index-item:nth-child(4) .tile-index-content {
    background: #f1c09d; }

  /* line 6216, theme.scss */
  .tile-index-item:nth-child(5) .tile-index-content {
    background: #eec2a5; }

  /* line 6220, theme.scss */
  .tile-index-item:nth-child(6) .tile-index-content {
    background: #eec2a5; }

  /* line 6224, theme.scss */
  .tile-index-item:nth-child(7) .tile-index-content {
    background: #eec2a5; }

  /* line 6227, theme.scss */
  .tile-index-item:nth-child(5) ~ .tile-index-item {
    display: none; }

  /* line 6230, theme.scss */
  .tile-index-content:before {
    display: none; }

  /* line 6234, theme.scss */
  .tile-index-title {
    font-size: 12px;
    line-height: 120%;
    font-weight: bold; }

  /* line 6240, theme.scss */
  .tile-index-text {
    font-size: 12px;
    line-height: 130%; }

  /* line 6244, theme.scss */
  .tile-index-row {
    grid-template-columns: auto;
    display: block; }

  /* line 6248, theme.scss */
  .tile-index-item {
    grid-column: 1; }

  /* line 6251, theme.scss */
  .tile-index-item:nth-child(2n) {
    grid-column: 1; }

  /* line 6254, theme.scss */
  .tile-index-item:nth-child(4n) {
    grid-column: 1; }

  /* line 6257, theme.scss */
  .tile-index-item:nth-child(3n) {
    grid-column: 1; }

  /* line 6260, theme.scss */
  .tile-index-item {
    margin-bottom: 10px; } }
/* line 6267, theme.scss */
.tile-index-item:nth-child(3n) .tile-index-icon {
  position: relative;
  height: 100%; }

/* line 6271, theme.scss */
.tile-index-item:nth-child(2n) .tile-index-icon {
  position: relative;
  height: 100%; }

/* line 6279, theme.scss */
.tile-index-item .tile-index-icon,
.tile-index-item:nth-child(4n) .tile-index-icon {
  position: relative;
  padding-bottom: 42%; }

/* line 6288, theme.scss */
.blog-index-articles {
  display: grid;
  grid-template-columns: repeat(2, 290px);
  grid-gap: 20px; }

/* line 6294, theme.scss */
.blog-index {
  display: grid;
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
  grid-gap: 20px; }

/* line 6300, theme.scss */
.blog-index-button {
  display: none; }

@media (max-width: 980px) {
  /* line 6305, theme.scss */
  .blog-index-button {
    display: block; }

  /* line 6309, theme.scss */
  .blog-index-link.bttn {
    background: #343434;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px; }

  /* line 6320, theme.scss */
  .blog-index {
    grid-gap: 0; }

  /* line 6323, theme.scss */
  .blog-index {
    grid-template-columns: auto;
    overflow: auto; }

  /* line 6327, theme.scss */
  .blog-index-tags {
    display: none; } }
/* line 6332, theme.scss */
.bonus-index.not-client {
  display: grid;
  grid-template-columns: 312px auto; }

/* line 6337, theme.scss */
.bonus-index-background {
  position: relative;
  padding-top: 42%;
  height: 100%; }

/* line 6342, theme.scss */
.bonus-index-image {
  color: #151515;
  display: block;
  width: 100%; }

/* line 6347, theme.scss */
.bonus-index-background img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 0; }

/* line 6358, theme.scss */
.bonus-index-content {
  position: absolute;
  left: 0;
  top: 50%;
  max-width: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 30px; }

/* line 6369, theme.scss */
.bonus-index-image {
  position: relative; }

/* line 6373, theme.scss */
.bonus-index-title {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 20px;
  font-weight: bold; }

/* line 6380, theme.scss */
.bonus-index-description {
  font-size: 16px;
  line-height: 130%; }

/* line 6385, theme.scss */
.bonus-index-form-title {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 5px; }

/* line 6391, theme.scss */
.bonus-index-form {
  border: 1px solid #EAEAEA;
  padding: 20px; }

/* line 6396, theme.scss */
.bonus-index-form-subtitle {
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 20px; }

/* line 6403, theme.scss */
.bonus-index-form .co-input-label {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 5px; }

/* line 6409, theme.scss */
.bonus-index-form .co-input-field {
  border: 1px solid #EAEAEA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* line 6417, theme.scss */
.bonus-index-form-password-change {
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px dashed #80C7B6; }

/* line 6422, theme.scss */
.bonus-index-form {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

/* line 6437, theme.scss */
.bonus-index-form-top .co-input-text {
  margin-bottom: 10px; }

/* line 6440, theme.scss */
.co-form-controls.bonus-index-form-action {
  padding-top: 20px !important; }

@media (max-width: 480px) {
  /* line 6444, theme.scss */
  .container.is-bonus-index {
    padding: 0; }

  /* line 6447, theme.scss */
  .bonus-index-background {
    padding-top: 74%; }

  /* line 6450, theme.scss */
  .bonus-index-content {
    top: initial;
    bottom: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 10px;
    max-width: 85%; }

  /* line 6460, theme.scss */
  .bonus-index-title {
    font-size: 12px;
    line-height: 120%;
    margin-bottom: 10px;
    font-weight: bold; }

  /* line 6467, theme.scss */
  .bonus-index-description {
    font-size: 12px;
    line-height: 130%; } }
@media (max-width: 980px) {
  /* line 6473, theme.scss */
  .bonus-index.not-client {
    grid-template-columns: auto; }

  /* line 6476, theme.scss */
  .bonus-index-form {
    display: none; } }
/* line 6480, theme.scss */
.index_collection-tabs[data-tab-target] {
  display: none; }

/* line 6484, theme.scss */
.index-collection-tabs-content {
  display: grid;
  grid-template-columns: auto 41%; }

/* line 6489, theme.scss */
.index-collection-tabs-content .swiper-container-widjet {
  width: 100% !important;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

/* line 6495, theme.scss */
.index-collection-tabs-content .index_collection-content {
  width: auto;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 0 20px; }

/* line 6502, theme.scss */
.index-collection-tabs-item {
  border-top: 1px solid #EAEAEA; }

/* line 6506, theme.scss */
.index-collection-tabs-title {
  padding: 20px; }

/* line 6510, theme.scss */
.index-collection-tabs-item:last-child {
  border-bottom: 1px solid #EAEAEA; }

/* line 6514, theme.scss */
.bonus-index-form .bttn-prim.bttn-login {
  background: #80C7B6;
  border-color: #80C7B6; }
  /* line 6517, theme.scss */
  .bonus-index-form .bttn-prim.bttn-login:hover {
    background: #80C7B6;
    border-color: #80C7B6; }
/* line 6522, theme.scss */
.bonus-index-form .co-form-controls.bonus-index-form-action {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 10px;
  align-self: flex-end;
  width: 100%; }

/* line 6532, theme.scss */
.index_collection_clouds a {
  display: inline-block;
  background: #FAFAFA;
  border: 1px solid #F0F0F0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 10px;
  color: #57585B;
  font-size: 13px;
  line-height: 15px;
  text-decoration: none;
  margin-right: 10px; }
  /* line 6547, theme.scss */
  .index_collection_clouds a:hover {
    background: #fafafa;
    border-color: #595959; }
@media (max-width: 640px) {
  /* line 6559, theme.scss */
  .index_collection_clouds p {
    margin: 0; }
  /* line 6560, theme.scss */
  .index_collection_clouds a {
    margin-bottom: 10px; } }

/* line 6568, theme.scss */
.index_collection-button {
  background: #343434;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 13px 20px;
  margin: 0 0 20px 30px;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
  /* line 6581, theme.scss */
  .index_collection-button:hover {
    color: #fff !important;
    background: #EAEAEA !important; }

/* line 6588, theme.scss */
.index_collection-action-slider {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1000; }

/* line 6598, theme.scss */
.swiper-button-next.swiper-button-next2 {
  background: url(swip-right.svg) no-repeat; }

/* line 6602, theme.scss */
.swiper-button-prev.swiper-button-prev2 {
  background: url(swip-left.svg) no-repeat;
  left: 20px; }

/* line 6606, theme.scss */
.index-collection-tabs {
  padding: 60px 0; }

/* line 6609, theme.scss */
.index-collection-tabs-title {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.332 1.00276L5.9987 6.3361L0.665365 1.00276L1.33203 0.332763L5.9987 4.99943L10.6654 0.332764L11.332 1.00276Z' fill='%23343434'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  -webkit-background-size: 10px 20px;
  background-size: 10px 20px;
  background-position: calc(100% - 10px) 50%;
  cursor: pointer; }

/* line 6618, theme.scss */
.index-collection-tabs-title.is-button-active {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.666992 5.99724L6.00033 0.663903L11.3337 5.99724L10.667 6.66724L6.00033 2.00057L1.33366 6.66724L0.666992 5.99724Z' fill='%23151515'/%3E%3C/svg%3E%0A"); }

@media (max-width: 980px) {
  /* line 6622, theme.scss */
  .index-collection-tabs .container {
    padding: 0; }

  /* line 6625, theme.scss */
  .index-collection-tabs {
    padding: 30px 0; }

  /* line 6628, theme.scss */
  .index-collection-tabs-content {
    grid-template-columns: auto; }

  /* line 6632, theme.scss */
  .index-collection-tabs-content .swiper-container-widjet {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 6637, theme.scss */
  .index-collection-tabs-title {
    padding: 20px 30px 20px 10px;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    text-transform: capitalize; } }
/*=========================================
  INDEX_PRODUCTS
=========================================*/
@media (max-width: 640px) {
  /* line 6649, theme.scss */
  .index_products-item:nth-child(2) {
    display: none; }

  /* line 6653, theme.scss */
  .index_products-item:nth-child(3) {
    display: none; } }
/*=========================================
  INSTAGRAM
=========================================*/
/* line 6661, theme.scss */
.instagram-title {
  font-family: Frutiger;
  font-weight: bold;
  line-height: normal;
  font-size: 20px;
  color: #000000;
  margin-bottom: 30px;
  padding-left: 50px;
  padding-right: 20px;
  background-image: url(insta.svg);
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 20px 50%; }
  /* line 6676, theme.scss */
  .instagram-title a {
    text-decoration: none;
    color: #000000; }

@media (max-width: 640px) {
  /* line 6684, theme.scss */
  .instagram-title {
    background-position: 0px 50%;
    padding-left: 30px;
    padding-right: 0px; } }
/* line 6691, theme.scss */
.instagram-list {
  padding-left: 20px;
  padding-right: 20px; }

/* line 6696, theme.scss */
.swiper-pagination-insta .swiper-pagination-bullet {
  border: 1px solid #c4c4c4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #c4c4c4;
  opacity: 1;
  width: 8px;
  height: 8px;
  cursor: pointer;
  margin: 0 8px; }

/* line 6708, theme.scss */
.swiper-pagination-insta {
  text-align: center;
  left: 0;
  bottom: 10px !important;
  width: 100%; }

/* line 6715, theme.scss */
.swiper-pagination-insta .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
  border: 1px solid #000; }

/* line 6720, theme.scss */
.instagram-list .swiper-container {
  padding-bottom: 45px; }

/*=========================================
  LANDING_CONTENT
=========================================*/
/* line 6727, theme.scss */
.index_collections.is-landing {
  margin-top: 0px; }

/* line 6731, theme.scss */
.index_collection-item {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  position: relative;
  width: 30px;
  margin-bottom: 10px; }

/* line 6740, theme.scss */
.index_collection-item-inner {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  width: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #cdcdcd;
  overflow: hidden;
  position: relative; }

/* line 6752, theme.scss */
.index_collection-item:before {
  content: '';
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  background: #d3d3d3;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2px;
  top: 16px;
  visibility: hidden;
  top: -12px; }

/* line 6770, theme.scss */
.index_collection-item:after {
  content: attr(data-title);
  visibility: hidden;
  width: 120px;
  background-color: #d3d3d3;
  text-align: center;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  left: -60px;
  font-size: 11px;
  color: #000000;
  top: -30px; }

/* line 6785, theme.scss */
.index_collection-item:hover:after,
.index_collection-item:hover:before {
  visibility: visible; }

/* line 6790, theme.scss */
.index_collection-item * {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: top; }

/* line 6797, theme.scss */
.index_collection-option {
  margin-bottom: 40px; }

/* line 6801, theme.scss */
.index_collection.row.is-right .index_collection-item {
  margin-left: 6px; }

/* line 6805, theme.scss */
.index_collection.row.is-left .index_collection-item {
  margin-right: 6px; }

@media (max-width: 640px) {
  /* line 6810, theme.scss */
  .index_collection-option {
    text-align: center; } }
/* line 6815, theme.scss */
.index_collection-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }

/* line 6823, theme.scss */
.index_collection-video {
  padding-top: 59%;
  position: relative;
  width: 100%; }

/* line 6829, theme.scss */
*:not(.landing_content) + .landing_content {
  margin-top: 30px; }

/* line 6833, theme.scss */
.template-is-collection .promo-slider-wrapper {
  margin-top: -10px; }

@media (max-width: 640px) {
  /* line 6838, theme.scss */
  .template-is-collection .promo-slider-wrapper {
    margin-top: 0px; } }
/* line 6843, theme.scss */
.slide-description ul li a[href^="#"] {
  color: #000;
  text-decoration: none; }

@media (max-width: 768px) {
  /* line 6849, theme.scss */
  .slide-description p[style="text-align: right;"] {
    text-align: left !important; } }
/*=========================================
  LANDING_SUBCOLLECTIONS
=========================================*/
/* line 6857, theme.scss */
.landing-title {
  font-weight: normal;
  line-height: normal;
  font-size: 24px;
  letter-spacing: 0.02em;
  color: #000000;
  margin-bottom: 30px; }

/* line 6866, theme.scss */
.subcollect-title {
  display: block;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 13px;
  color: #000000;
  text-align: center;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

/* line 6879, theme.scss */
.subcollect:hover .subcollect-title {
  color: #f04a40; }

/* line 6883, theme.scss */
.subcollect-image {
  margin-bottom: 10px; }

/* line 6887, theme.scss */
.landing_subcollections .swiper-slide {
  border-left: 1px solid #cdcdcd;
  padding: 0 10px;
  max-width: 145px; }

/* line 6893, theme.scss */
.landing_subcollections .swiper-slide.swiper-slide-active {
  border: none; }

/* line 6897, theme.scss */
.landing_subcollections {
  margin-bottom: 60px; }

@media (max-width: 640px) {
  /* line 6902, theme.scss */
  .landing_subcollections {
    margin-bottom: 20px;
    padding-top: 10px;
    margin-left: -15px;
    margin-right: -15px; } }
/* line 6910, theme.scss */
.landing_subcollections .swiper-container:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  height: 100%;
  background: #fff;
  width: 31px;
  z-index: 2; }

/* line 6921, theme.scss */
.landing_subcollections .swiper-container:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0px;
  height: 100%;
  background: #fff;
  width: 31px;
  z-index: 2; }

/* line 6932, theme.scss */
.landing_subcollections .swiper-container {
  padding: 0 30px; }

@media (min-width: 1300px) {
  /* line 6937, theme.scss */
  .landing_subcollections {
    margin: 0 -20px 60px -20px; } }
@media (max-width: 640px) {
  /* line 6943, theme.scss */
  .landing_subcollections .swiper-container {
    padding: 0; }

  /* line 6947, theme.scss */
  .landing_subcollections .swiper-container:after {
    display: none; }

  /* line 6951, theme.scss */
  .landing_subcollections .swiper-container:before {
    display: none; }

  /* line 6955, theme.scss */
  .landing_subcollections .swiper-slide.swiper-slide-active {
    border-left: 1px solid #cdcdcd; }

  /* line 6959, theme.scss */
  .landing_subcollections .swiper-button-black {
    display: none; } }
/* line 6964, theme.scss */
.window-load .landing_subcollections .swiper-slide {
  max-width: none; }

/* line 6968, theme.scss */
.landing_subcollections .swiper-slide[style] {
  max-width: none; }

/*=========================================
  LANDING-GRID
=========================================*/
/* line 6975, theme.scss */
.landing-grid-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  line-height: 18px;
  font-size: 13px;
  color: #000000;
  display: block;
  padding: 0 20px; }

/* line 6986, theme.scss */
.landing-grid-heading {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 20px;
  color: #595959;
  margin-bottom: 30px; }

/* line 6996, theme.scss */
.landing-grid-preview {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #000000;
  display: block;
  padding: 0 20px 20px; }

/* line 7008, theme.scss */
.landing-grid-image {
  margin-bottom: 20px; }

/* line 7012, theme.scss */
.landing-grid-link {
  display: block;
  margin-bottom: 30px; }

/* line 7017, theme.scss */
.landing-grid {
  padding-top: 20px; }

/*=========================================
  MAIN-MENU
=========================================*/
/* line 7024, theme.scss */
.main-menu-wrap {
  background: #F0F4F5;
  position: relative;
  z-index: 100;
  min-height: 60px; }

/* line 7034, theme.scss */
.main-menu-wrap .menu-item-level-1 > a {
  position: relative; }
  /* line 7036, theme.scss */
  .main-menu-wrap .menu-item-level-1 > a:after {
    content: " ";
    position: absolute;
    display: none;
    width: 100%;
    height: 8px;
    background: #fff;
    left: 0;
    bottom: -24px;
    z-index: 100000; }
/* line 7053, theme.scss */
.main-menu-wrap .menu-item-level-1:hover > a:after {
  display: block; }

/* line 7061, theme.scss */
.main-menu-wrap .menu-item-level-1:first-child {
  text-align: left; }

/* line 7064, theme.scss */
.main-menu-wrap .menu-item-level-1:last-child {
  text-align: right; }

/* line 7067, theme.scss */
.main-menu-wrap .menu-item-level-1 {
  padding: 20px 0;
  text-align: center; }
  /* line 7070, theme.scss */
  .main-menu-wrap .menu-item-level-1 > a {
    font-weight: bold; }
  /* line 7081, theme.scss */
  .main-menu-wrap .menu-item-level-1 .menu-link-current {
    color: #FD4640; }
  /* line 7086, theme.scss */
  .main-menu-wrap .menu-item-level-1:hover > a {
    color: #FD4640; }

/* line 7097, theme.scss */
.main-menu-wrap .menu-marker {
  background-image: url(arr-down-prime.svg);
  -webkit-background-size: 10px 10px;
  background-size: 10px;
  background-color: transparent;
  padding: 0;
  width: 15px;
  height: 6px;
  margin: 0;
  position: absolute;
  right: 30px;
  top: 31px;
  background-position: 50%;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  border: none; }

@media (max-width: 1200px) {
  /* line 7118, theme.scss */
  .main-menu-wrap .menu-marker {
    right: 3px; } }
/* line 7123, theme.scss */
.main-menu-wrap .menu-item-inner {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px; }

/* line 7129, theme.scss */
.main-menu.menu {
  position: static; }
  @media (min-width: 1025px) {
    /* line 7129, theme.scss */
    .main-menu.menu {
      -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
      justify-content: stretch;
      display: grid;
      grid-auto-flow: column;
      grid-gap: 5px;
      grid-auto-columns: auto; } }

/* line 7142, theme.scss */
.main-menu .menu-component {
  position: relative; }

/* line 7146, theme.scss */
.menu {
  position: relative; }

/* line 7150, theme.scss */
.main-menu.menu .menu-level-2 {
  white-space: nowrap;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

/* line 7157, theme.scss */
.main-menu .menu-item-submenu {
  width: auto;
  background: #fff;
  left: -10px;
  padding: 20px;
  border: 1px solid #cdcdcd;
  border-top: none; }

@media (max-width: 1600px) {
  /* line 7167, theme.scss */
  .main-menu .menu-component:nth-last-child(1) .menu-item-submenu {
    left: initial;
    right: 0px; } }
@media (max-width: 1280px) {
  /* line 7174, theme.scss */
  .main-menu .menu-component:nth-last-child(2) .menu-item-submenu {
    left: initial;
    right: -10px; } }
/* line 7180, theme.scss */
.main-menu.menu .menu-level-2 .menu-item-image {
  width: 80px;
  height: 80px;
  display: inline-block;
  vertical-align: middle; }

/* line 7187, theme.scss */
.main-menu-wrap .menu-level-2 .menu-item-inner {
  padding: 7px 0; }

/* line 7191, theme.scss */
.main-menu.menu .menu-level-2 .menu-item-inner,
.main-menu.menu .menu-level-2 .menu-item-inner .menu-item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0px;
  margin-right: 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 7212, theme.scss */
.main-menu.menu .menu-level-2 .menu-item-image img {
  vertical-align: middle; }

/* line 7216, theme.scss */
.main-menu .menu-link {
  font-size: 14px; }

/* line 7220, theme.scss */
.menu-level-1.menu-item-aktsiya > .menu-item-inner > .menu-link {
  color: #f04a40; }

/* line 7224, theme.scss */
.menu-level-1.top-item.is-hover > .menu-item-inner > .menu-link {
  color: #f04a40; }

/* line 7228, theme.scss */
.top-item button.menu-marker {
  display: none; }

/* line 7232, theme.scss */
.mobile_menu-modal .top-item button.menu-marker {
  display: inline-block; }

/* line 7236, theme.scss */
.mobile-is-modal-open .mobile_header_search {
  display: none; }

/*=========================================
  MENU
=========================================*/
/* line 7243, theme.scss */
.menu {
  list-style: none;
  padding-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 7259, theme.scss */
.menu-link {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #343434; }

/* line 7266, theme.scss */
.menu-component.is-current > .menu-item-inner > a {
  color: #fe3600; }

/* line 7270, theme.scss */
.menu a, .menu span.menu-link {
  text-decoration: none;
  color: #343434;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  font-size: 14px; }

@media (min-width: 1024px) {
  /* line 7281, theme.scss */
  .menu a:hover {
    color: #FD4640; } }
  @media (min-width: 1024px) and (max-width: 1024px) {
    /* line 7281, theme.scss */
    .menu a:hover {
      font-weight: bold;
      font-size: 14px; } }

/* line 7295, theme.scss */
.menu-item-submenu {
  display: none;
  position: absolute;
  z-index: 99;
  top: 71px;
  left: 0;
  width: 300px; }

/* line 7304, theme.scss */
.menu-item-submenu.is-open {
  display: block; }

/* line 7308, theme.scss */
.menu-item-image {
  width: 120px; }

/* line 7312, theme.scss */
.menu-component {
  position: relative; }

/* line 7316, theme.scss */
.is-right.small-menu {
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

/* line 7323, theme.scss */
.small-menu-item {
  font-size: 13px; }

/* line 7327, theme.scss */
.is-right.small-menu .small-menu-item {
  margin-left: 9px; }

/* line 7331, theme.scss */
.small-menu .small-menu-item {
  margin-right: 9px; }

/* line 7335, theme.scss */
.small-menu.with-color.menu a {
  color: #F04A40; }

/* line 7339, theme.scss */
.is-bottom-footer.menu {
  margin-bottom: 30px; }

/* line 7343, theme.scss */
menu-item menu-item {
  display: none; }

/* line 7347, theme.scss */
.menu-level-1.menu-item-sale > .menu-item-inner > .menu-link {
  color: #fe3600;
  font-weight: 500; }

/* line 7354, theme.scss */
.menu-item-sale {
  color: #EF4C42; }
  /* line 7356, theme.scss */
  .menu-item-sale > a {
    color: #EF4C42; }
  /* line 7359, theme.scss */
  .menu-item-sale .submenu-dro-info-wrapper {
    display: none; }

/* line 7364, theme.scss */
.menu-submenu-wrapper {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.25);
  padding-top: 54px;
  padding-bottom: 25px;
  text-align: initial; }
  /* line 7377, theme.scss */
  .menu-submenu-wrapper > .container {
    padding: 0 10px; }
  @media (max-width: 1024px) {
    /* line 7364, theme.scss */
    .menu-submenu-wrapper {
      padding-top: 10px;
      padding-left: 13px;
      padding-right: 13px; } }

/* line 7391, theme.scss */
.submenu {
  padding: 0;
  margin: 0;
  padding-bottom: 30px; }
  /* line 7395, theme.scss */
  .submenu li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 5px; }
    @media (max-width: 1024px) {
      /* line 7395, theme.scss */
      .submenu li {
        margin-bottom: 10px; } }
    /* line 7404, theme.scss */
    .submenu li a {
      font-size: 14px;
      color: #525252; }
      @media (max-width: 1024px) {
        /* line 7404, theme.scss */
        .submenu li a {
          color: #000; } }
      /* line 7412, theme.scss */
      .submenu li a:hover {
        color: #F04A40; }
  @media (max-width: 1024px) {
    /* line 7391, theme.scss */
    .submenu {
      padding-bottom: 5px; } }

/* line 7425, theme.scss */
.submenu-dro-info {
  margin: 18px 8px;
  margin-top: 0;
  padding: 25px 32px; }
  /* line 7430, theme.scss */
  .submenu-dro-info p {
    margin: 0; }

/* line 7436, theme.scss */
.submenu-img-wrapper-more img {
  display: none; }

/* line 7440, theme.scss */
.submenu-block-title {
  margin-bottom: 20px;
  color: #343434;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  margin-left: 7px;
  margin-top: -35px; }
  @media (max-width: 1024px) {
    /* line 7440, theme.scss */
    .submenu-block-title {
      margin-left: 0;
      margin-top: 0; } }

/*=========================================
  MOBILE
=========================================*/
/* line 7459, theme.scss */
.mobile_menu-modal, .mobile_search-modal {
  position: fixed;
  top: 0;
  z-index: 99999;
  left: 0;
  width: calc(100% - 0px);
  overflow: auto;
  display: none;
  background-color: #fff;
  color: #4c4c4c;
  padding: 92px 0 0 0;
  height: 100vh;
  min-height: 100%; }

/* line 7478, theme.scss */
.is-editor .mobile_menu-modal, .is-editor .mobile_search-modal {
  padding: 92px 0 56px 0; }

/* line 7483, theme.scss */
.mobile_search-modal {
  padding-top: 80px; }

/* line 7487, theme.scss */
.mobile_menu-modal.is-open, .mobile_search-modal.is-open {
  display: block; }

/* line 7493, theme.scss */
.modal-open {
  overflow: hidden; }

/* line 7497, theme.scss */
.menu-mobile .menu-link {
  display: block;
  font-size: 18px; }

/* line 7502, theme.scss */
.menu-mobile.menu .menu-level-1 {
  display: block;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #e7e7e7; }

/* line 7511, theme.scss */
.mobile_menu-footer {
  background: #f4f4f4;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 12px;
  padding: 15px;
  color: #979292; }

/* line 7522, theme.scss */
.mobile_menu-footer .menu-link {
  display: block;
  color: #fff; }

/* line 7527, theme.scss */
.mobile_menu-footer .menu-level-0 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

/* line 7533, theme.scss */
.phone.in-mobile_menu {
  font-size: 18px;
  font-weight: 400;
  background-image: url("data:image/svg+xml, %3Csvg id='SVGDoc' width='16' height='16' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:avocode='https://avocode.com/' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cpath d='M120.91468, 737.66129c-1.28181, -1.27746 -1.28181, -3.34905 0, -4.62645l8.12271, -8.0969c1.28181, -1.27766 3.35921, -1.27766 4.64122, 0l-2.32106, 2.31363l-8.12271, 8.09659zM120.91468, 737.66129l3.48089, -3.46994l2.32076, 2.31338l-3.48149, 3.46989zM130.19783, 728.40788l3.48079, -3.46994l2.32086, 2.31363l-3.48149, 3.46964z' id='Path-0'/%3E%3C/defs%3E%3Cdesc%3EGenerated with Avocode.%3C/desc%3E%3Cg transform='matrix%281, 0, 0, 1, -120, -724%29'%3E%3Cg%3E%3Ctitle%3Eico%3C/title%3E%3Cuse xlink:href='%23Path-0' fill='%234C4C4C' fill-opacity='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  padding-left: 27px;
  -webkit-background-size: 20px 20px;
  background-size: 20px;
  background-position: 0 50%;
  margin-top: 50px;
  display: inline-block; }

/* line 7546, theme.scss */
.menu-mobile .menu-item-submenu {
  position: relative;
  top: 0;
  width: 100%; }

/* line 7552, theme.scss */
.menu-mobile.menu .menu-item-submenu .menu-item-image {
  display: none; }

/* line 7556, theme.scss */
.menu-mobile.menu .menu-level-2 {
  display: block;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding-left: 10px;
  margin: 10px 0; }

/* line 7565, theme.scss */
.menu-mobile.menu .menu-level-1.with-childrens .menu-link {
  max-width: calc(100% - 40px); }

/* line 7569, theme.scss */
.menu-mobile.menu .menu-level-1.with-childrens .menu-marker {
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("data:image/svg+xml, %0A%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%234C4C4C'/%3E%3C/svg%3E%0A");
  -webkit-background-size: 10px 10px;
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px; }

/* line 7584, theme.scss */
.menu-mobile.menu .menu-level-1.with-childrens.is-open > .menu-item-inner .menu-marker {
  background-image: url("data:image/svg+xml, %0A%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5L5 1L1 5' stroke='%234C4C4C'/%3E%3C/svg%3E%0A"); }

/* line 7588, theme.scss */
.mobile-search input[type="text"] {
  border: 1px solid #cdcdcd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 100%; }

/* line 7597, theme.scss */
.mobile-search {
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px; }

/* line 7603, theme.scss */
.mobile-search form {
  position: relative; }

/* line 7607, theme.scss */
.mobile-search form:before {
  content: '';
  width: 16px;
  height: 10px;
  position: absolute;
  top: -7px;
  right: 48px;
  background-image: url(arr-modal-2.png);
  -webkit-background-size: contain;
  background-size: contain;
  background-position: 100%;
  background-repeat: no-repeat;
  z-index: 999; }

/* line 7622, theme.scss */
[hidden] {
  background-image: url(arr-modal-2.png); }

/* line 7626, theme.scss */
.mobile-search-new {
  background: #F0F4F5;
  padding-top: 28px;
  margin-top: 0;
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 28px; }
  /* line 7630, theme.scss */
  .mobile-search-new input {
    border: none;
    border-bottom: 1px solid #343434;
    display: inline-block;
    width: 100%;
    padding: 0;
    color: #343434;
    background: #fff; }
  /* line 7640, theme.scss */
  .mobile-search-new input::-webkit-input-placeholder {
    color: #343434; }
  /* line 7641, theme.scss */
  .mobile-search-new input:-ms-input-placeholder {
    color: #343434; }
  /* line 7642, theme.scss */
  .mobile-search-new input::-ms-input-placeholder {
    color: #343434; }
  /* line 7643, theme.scss */
  .mobile-search-new input::-moz-placeholder {
    color: #343434; }
  /* line 7644, theme.scss */
  .mobile-search-new input::placeholder {
    color: #343434; }
  /* line 7646, theme.scss */
  .mobile-search-new button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer; }
  /* line 7656, theme.scss */
  .mobile-search-new form {
    width: 100%;
    padding: 0px 13px 0 7px; }

/* line 7663, theme.scss */
.mobile-sub-link + img, .mobile-sub-link {
  display: none; }

@media (max-width: 1024px) {
  /* line 7669, theme.scss */
  .mobile-sub-link {
    display: inline-block;
    float: right;
    margin-right: 20px;
    margin-top: 2px; } }
/*=========================================
  MENU-TOGGLE
=========================================*/
/* line 7683, theme.scss */
.menu-toggle {
  cursor: pointer;
  margin: 0 auto;
  padding-left: 1.25em;
  position: relative;
  width: 30px;
  height: 19px; }

/* line 7692, theme.scss */
.menu-toggle-global {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  border-top: 3px solid #4c4c4c;
  width: 100%;
  -webkit-transition: 0.55s;
  -o-transition: 0.55s;
  transition: 0.55s; }

/* line 7704, theme.scss */
.menu-toggle-top {
  top: 0; }

/* line 7708, theme.scss */
.menu-toggle-middle {
  top: 8px; }

/* line 7712, theme.scss */
.menu-toggle-bottom {
  top: 16px; }

/* line 7717, theme.scss */
.mobile-is-modal-open .mobile_header-wrapper, .mobile-is-modal-open-search .mobile_header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  z-index: 999999; }

/*=========================================
  ALERTIFY
=========================================*/
/* line 7731, theme.scss */
.alertify .ajs-commands button.ajs-close {
  background-image: url("delete.svg");
  display: inline-block !important; }

/* line 7736, theme.scss */
.alertify .ajs-commands {
  top: 20px; }

/*=========================================
  FEEDBACK
=========================================*/
/* line 7743, theme.scss */
.feedback-modal {
  position: relative;
  max-width: 450px;
  background: #fff;
  margin: auto;
  padding: 30px;
  text-align: center;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

/* line 7754, theme.scss */
.feedback-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 20px;
  color: #343434;
  margin-bottom: 10px; }

/* line 7763, theme.scss */
.feedback-subtitle {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 30px; }

/* line 7765, theme.scss */
.feedback-footer-agree {
  margin-bottom: 30px; }

/* line 7769, theme.scss */
.feedback-footer-agree,
.feedback-footer-agree a {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 12px;
  color: #343434; }

/* line 7779, theme.scss */
.feedback-row {
  margin-bottom: 20px; }

/* line 7783, theme.scss */
.feedback-field-wrap {
  margin: auto; }

/* line 7787, theme.scss */
.feedback-field {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  padding: 12px 10px;
  background: #fff;
  border: 1px solid #EAEAEA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

/* line 7799, theme.scss */
.form-error {
  color: #FD4640; }

/* line 7803, theme.scss */
.form-done {
  color: #F04A40; }

/* line 7807, theme.scss */
.feedback-agree {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 30px;
  text-align: left; }
  /* line 7809, theme.scss */
  .feedback-agree .chkbx-control {
    margin-right: 8px; }
  /* line 7810, theme.scss */
  .feedback-agree input.is-error-agree-feedback + .chkbx-control {
    border-color: #FD4640; }

/* line 7813, theme.scss */
.pos-r {
  position: relative; }

/* line 7817, theme.scss */
.feedback-alert {
  position: absolute;
  top: 53px;
  display: none;
  background: #fff;
  border: 1px solid #EAEAEA;
  text-align: center;
  padding: 20px;
  z-index: 999;
  width: 370px;
  right: -15px; }

/* line 7830, theme.scss */
.feedback-alert.is-open {
  display: block; }

/* line 7834, theme.scss */
.feedback-alert:before {
  content: '';
  width: 16px;
  height: 10px;
  position: absolute;
  top: -8px;
  right: 53px;
  background-image: url(arr-modal-2.png);
  -webkit-background-size: contain;
  background-size: contain;
  background-position: 100%;
  background-repeat: no-repeat; }

/* line 7848, theme.scss */
.feedback-alert-arrival {
  background: #fff;
  text-align: center; }

/* line 7855, theme.scss */
.feedback-agree a {
  color: #fe3600;
  text-decoration: none; }

/* line 7860, theme.scss */
.feedback-row:last-of-type {
  margin-bottom: 0; }

/* line 7864, theme.scss */
.feedback-row.form-error, .feedback-row.form-done {
  font-size: 12px;
  text-align: left; }

/* line 7867, theme.scss */
.feedback-row-phone {
  margin-bottom: 5px; }

/* line 7868, theme.scss */
.is-error-feedback-field input {
  border-color: #FD4640; }

/* line 7869, theme.scss */
.feedback-row .bttn-prim {
  background: #80C7B6;
  border-color: #80C7B6;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  height: 40px;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px; }

@media (max-width: 640px) {
  /* line 7880, theme.scss */
  .feedback-wrapper.pos-r {
    position: static; }

  /* line 7884, theme.scss */
  .feedback-alert:before {
    right: 90px; }

  /* line 7888, theme.scss */
  .feedback-alert {
    top: 100%;
    width: 100%;
    right: 0; } }
/*=========================================
  MODALS
=========================================*/
/* line 7898, theme.scss */
.mfp-bg {
  background: rgba(11, 11, 11, 0.3); }

/* line 7902, theme.scss */
.added-modal {
  max-width: 500px;
  background: #fff;
  padding: 20px;
  margin: auto;
  position: relative; }

/* line 7910, theme.scss */
.added-title {
  text-align: center;
  margin-bottom: 1rem; }

/* line 7915, theme.scss */
.added-content {
  text-align: center; }

/* line 7919, theme.scss */
.modal-hide {
  display: none; }

/* line 7923, theme.scss */
.ajs-no-overflow .ajs-body {
  overflow: auto !important;
  -webkit-overflow-scrolling: touch; }

/*=========================================
  NO_JS_ALERT
=========================================*/
/* line 7932, theme.scss */
#close-njs-alert:target {
  display: none; }

/* line 7936, theme.scss */
.njs-alert-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99999;
  top: 0;
  left: 0;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8); }

/* line 7950, theme.scss */
.njs-close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: none;
  font-size: 40px;
  line-height: 1;
  font-weight: normal; }

/* line 7960, theme.scss */
.njs-alert-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -75px; }

@media (max-width: 640px) {
  /* line 7969, theme.scss */
  .njs-alert-wrapper {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0; } }
/* line 7978, theme.scss */
.njs-alert {
  background-color: #fff;
  width: 400px;
  height: 200px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 7995, theme.scss */
.njs-alert p {
  font-size: 18px;
  line-height: 23px; }

@media (max-width: 640px) {
  /* line 8001, theme.scss */
  .njs-alert {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0;
    border-radius: 0; } }
/*=========================================
  PRODUCT_INFO
=========================================*/
/* line 8013, theme.scss */
.product-buy {
  margin: 1rem 0; }

/* line 8017, theme.scss */
.props {
  margin-bottom: 10px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 13px;
  color: #000000;
  padding-top: 5px;
  -ms-flex-preferred-size: 140px;
  flex-basis: 140px;
  max-width: 140px; }

/* line 8031, theme.scss */
.option-image.active .option-color-mask[title="Белый"] {
  -webkit-box-shadow: 0 0 0 2px #cdcdcd;
  box-shadow: 0 0 0 2px #cdcdcd; }

/* line 8036, theme.scss */
.property {
  margin-bottom: 10px; }

/* line 8039, theme.scss */
.product-info.not-client .product-bonus-span.is-client {
  display: none; }

/* line 8042, theme.scss */
.product-info.is-client .product-bonus-span.not-client {
  display: none; }

/* line 8045, theme.scss */
.property_line {
  padding-left: 30px;
  padding-right: 30px; }
  @media (max-width: 480px) {
    /* line 8045, theme.scss */
    .property_line {
      padding-left: 10px;
      padding-right: 10px; } }

/* line 8054, theme.scss */
.property {
  padding-left: 30px;
  padding-right: 30px; }
  @media (max-width: 480px) {
    /* line 8054, theme.scss */
    .property {
      padding-left: 10px;
      padding-right: 10px; } }

/* line 8062, theme.scss */
.property span {
  font-size: 14px;
  line-height: 16px;
  font-weight: normal; }

/* line 8067, theme.scss */
.property span:first-child {
  width: 135px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: bold; }

/* line 8077, theme.scss */
.product-old_price span {
  text-decoration: line-through;
  font-size: 14px;
  line-height: 16px;
  color: #707070;
  font-weight: normal; }

/* line 8084, theme.scss */
.product-available-wrapper {
  margin-top: 5px; }

/* line 8088, theme.scss */
.product-available:before {
  content: '';
  width: 15px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-right: 5px; }

/* line 8101, theme.scss */
.product-available {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 13px; }

/* line 8109, theme.scss */
.current_variant-param .option-image-round {
  width: 15px;
  height: 15px; }

/* line 8114, theme.scss */
.current_variant-item {
  margin-bottom: 5px; }

/* line 8118, theme.scss */
.current_variant-item .option-image-round {
  -webkit-box-shadow: 0 0 0 2px #cdcdcd;
  box-shadow: 0 0 0 2px #cdcdcd; }

/* line 8123, theme.scss */
.current_variant-item:last-child {
  margin-bottom: 0; }

/* line 8127, theme.scss */
[data-product-id].is-available .product-available:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='none'%3E%3Cpath d='M2 8.02892L7.98553 14.0255L17.9722 1.00366' stroke='%2327AE60' stroke-width='3'/%3E%3C/svg%3E"); }

/* line 8131, theme.scss */
[data-product-id].not-available .product-available:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M1 1L6 6M6 6L1 11M6 6L11 1M6 6L11 11' stroke='%23FF5E55' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E"); }

/* line 8135, theme.scss */
.product-delivery span,
.product-return span {
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  width: calc(100% - 50px);
  display: inline-block;
  vertical-align: top;
  margin-left: 12px;
  max-width: 158px; }

/* line 8147, theme.scss */
.product-delivery img {
  width: 22px; }

/* line 8151, theme.scss */
.product-return img {
  width: 25px; }

/* line 8155, theme.scss */
.product-delivery {
  margin-bottom: 36px;
  margin-top: 18px; }

/* line 8160, theme.scss */
.product-price {
  white-space: nowrap; }

/* line 8163, theme.scss */
.product-price {
  font-weight: bold;
  font-size: 20px;
  line-height: 16px;
  color: #FD4640;
  margin-bottom: 20px; }
  @media (max-width: 640px) {
    /* line 8163, theme.scss */
    .product-price {
      margin-bottom: 10px; } }

/* line 8173, theme.scss */
.free-delivery {
  font-size: 12px;
  line-height: 14px;
  font-weight: normal; }
  @media (max-width: 640px) {
    /* line 8173, theme.scss */
    .free-delivery {
      color: #151515; } }

/* line 8182, theme.scss */
.product-price {
  display: grid;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto; }
  @media (max-width: 640px) {
    /* line 8182, theme.scss */
    .product-price {
      margin-bottom: 10px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      display: grid !important; } }

/* line 8201, theme.scss */
.bttn-prim.in-product {
  width: 100%;
  color: #fffefe;
  background: #FD4640;
  border-color: #FD4640;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  max-width: 334px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  padding: 11px;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase; }
  /* line 8217, theme.scss */
  .bttn-prim.in-product:hover {
    background: #FD4640;
    border-color: #FD4640; }

/* line 8222, theme.scss */
.product-discount {
  display: none;
  color: #fff;
  background: #FD4640;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 16px;
  padding: 4px 8px;
  font-weight: normal; }

/* line 8233, theme.scss */
.product-actions-right {
  max-width: 220px;
  -ms-flex-preferred-size: 220px;
  flex-basis: 220px; }

/* line 8238, theme.scss */
.product-prices {
  display: grid;
  grid-template-columns: repeat(2, -webkit-max-content);
  grid-template-columns: repeat(2, max-content);
  grid-gap: 15px;
  width: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  margin-bottom: 5px; }

/* line 8253, theme.scss */
.product-description {
  margin-top: 20px;
  margin-bottom: 20px; }

@media (max-width: 640px) {
  /* line 8259, theme.scss */
  .product-description {
    margin-top: 10px;
    margin-bottom: 10px; } }
/* line 8265, theme.scss */
.product-container {
  margin-top: 25px; }

/* line 8269, theme.scss */
.with-old-price .product-price {
  color: #fe3600; }
  @media (max-width: 640px) {
    /* line 8269, theme.scss */
    .with-old-price .product-price {
      font-size: 12px;
      line-height: 16px; } }

@media (max-width: 640px) {
  /* line 8277, theme.scss */
  .product-prices .product-discount {
    display: none !important; } }
/* line 8287, theme.scss */
.product-old_price {
  white-space: nowrap; }

/* line 8292, theme.scss */
.without-old-price .product-old_price {
  display: none; }

/* line 8296, theme.scss */
.product-obem {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  color: #4d4d4d;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  padding: 5px 6px;
  margin-bottom: 12px;
  white-space: nowrap; }

/* line 8310, theme.scss */
.row.no-wrap .product-obem {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #e8e8e8;
  font-weight: bold;
  color: #010101;
  border: none;
  height: 27px;
  margin-right: 10px;
  white-space: nowrap;
  margin-bottom: 0; }

/* line 8323, theme.scss */
.row.no-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

@media (max-width: 768px) {
  /* line 8332, theme.scss */
  .product-delivery {
    margin-top: 0px; } }
/* line 8337, theme.scss */
.product-show {
  max-width: 200px;
  margin: 1rem auto; }

/* line 8342, theme.scss */
.product-actions {
  margin-bottom: 40px; }
  /* line 8344, theme.scss */
  .product-actions__new {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    /* line 8348, theme.scss */
    .product-actions__new .product-prices__new {
      height: 43px; }

@media (max-width: 768px) {
  /* line 8356, theme.scss */
  .product-actions__new .product-prices__new {
    height: auto;
    margin-top: 30px; } }
/* line 8364, theme.scss */
[data-product-price] {
  color: #000; }

/* line 8368, theme.scss */
.with-old-price .product-price [data-product-price] {
  color: #FD4640; }

/* line 8372, theme.scss */
.product-description-title {
  margin-bottom: 10px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 13px; }

/* line 8381, theme.scss */
.product-description-content {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 13px;
  color: #000; }

/* line 8390, theme.scss */
.related_articles-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 13px;
  margin-bottom: 11px; }

/* line 8399, theme.scss */
.related_articles-item {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 13px;
  background: #fafafa;
  color: #000;
  cursor: pointer;
  display: block;
  padding: 11px 30px 11px 10px;
  line-height: 1;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M6.81434 6.46634L1.68093 11.8068C1.43335 12.0644 1.03196 12.0644 0.784406 11.8068L0.185678 11.1839C-0.0614783 10.9268 -0.0619537 10.5101 0.184622 10.2524L4.25294 5.99999L0.184622 1.74765C-0.0619537 1.48991 -0.0614783 1.07318 0.185678 0.816057L0.784406 0.193175C1.03198 -0.0643917 1.43337 -0.0643917 1.68093 0.193175L6.81431 5.53366C7.06189 5.7912 7.06189 6.20878 6.81434 6.46634Z' fill='black'/%3E%3C/svg%3E");
  -webkit-background-size: 8px 8px;
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%;
  border: 1px solid #cdcdcd;
  margin-top: -1px; }

/* line 8420, theme.scss */
.related_articles-link {
  display: block;
  max-width: 310px;
  color: #343434;
  text-decoration: none;
  margin-bottom: 2.1rem; }
  @media (max-width: 640px) {
    /* line 8420, theme.scss */
    .related_articles-link {
      max-width: 100%; } }

/* line 8431, theme.scss */
.related_articles-image {
  display: block; }

/* line 8435, theme.scss */
.related_articles-title {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 5px; }

/* line 8441, theme.scss */
.related_articles-preview {
  font-size: 14px;
  line-height: 16px; }
  /* line 8444, theme.scss */
  .related_articles-preview p {
    margin: 0; }
  /* line 8447, theme.scss */
  .related_articles-preview p + p {
    margin-top: .5rem; }
  @media (max-width: 640px) {
    /* line 8441, theme.scss */
    .related_articles-preview {
      font-size: 12px;
      line-height: 14px; } }

/* line 8456, theme.scss */
.product_video {
  margin-top: 10px; }

/* line 8460, theme.scss */
.product_video iframe {
  width: 100%;
  border: none;
  height: 396px; }

/* line 8466, theme.scss */
body.template-is-product .instagram {
  margin-top: 50px;
  margin-bottom: 50px; }

/* line 8470, theme.scss */
.banrs-index-img img {
  display: inline-block;
  vertical-align: top; }

/* line 8475, theme.scss */
.banrs-index-img {
  display: block; }

/* line 8478, theme.scss */
.bttn-prim.in-product.is-link {
  background: #fbd563;
  border-color: #fbd563;
  color: #282828;
  text-align: center;
  display: none;
  cursor: pointer !important; }

/* line 8487, theme.scss */
.bttn-prim.in-product.is-link:hover {
  background-color: #ffdf6d;
  border-color: #ffdf6d; }

/* line 8492, theme.scss */
.product-added .bttn-prim.in-product.is-link {
  display: inline-block; }

/* line 8496, theme.scss */
.product-added .bttn-prim.in-product {
  display: none; }

/* line 8500, theme.scss */
.product_adv .advantage-item {
  margin: 0;
  padding: 0; }

/* line 8505, theme.scss */
.product_adv {
  margin-bottom: 40px; }

/* line 8509, theme.scss */
.prod_props-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 13px;
  color: #000000;
  margin-bottom: 10px; }

/* line 8519, theme.scss */
.cell-variant_id {
  -ms-flex-preferred-size: calc(100% - 140px);
  flex-basis: calc(100% - 140px);
  max-width: calc(100% - 140px); }

/* line 8525, theme.scss */
label.option-label {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 13px;
  color: #000000;
  margin-bottom: 6px;
  cursor: default; }

/* line 8536, theme.scss */
.product-heading {
  border-bottom: 1px solid #cdcdcd;
  padding: 10px 0 20px; }

/* line 8541, theme.scss */
.product-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #343434;
  margin-bottom: 20px;
  margin-top: 0; }

/* line 8551, theme.scss */
.product_info-top {
  margin-bottom: 10px; }

/* line 8554, theme.scss */
.product_container {
  padding-top: 45px; }

/* line 8557, theme.scss */
.product_row {
  display: grid;
  grid-gap: 0 40px;
  grid-template-columns: calc(100% - 500px - 40px) 500px; }
  @media (max-width: 768px) {
    /* line 8557, theme.scss */
    .product_row {
      grid-template-columns: calc(100% - 408px - 20px) 408px;
      grid-gap: 20px; } }
  @media (max-width: 640px) {
    /* line 8557, theme.scss */
    .product_row {
      grid-template-columns: calc(100% - 0px);
      grid-gap: 10px 0;
      max-width: 100%; } }

/* line 8571, theme.scss */
.product_adv-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  width: 100%; }

/* line 8578, theme.scss */
.product_tab-target {
  font-size: 14px;
  line-height: 16px;
  color: #343434;
  font-weight: normal; }

/* line 8584, theme.scss */
.product_adv-text {
  font-size: 12px;
  line-height: 14px;
  color: #525252; }

/* line 8590, theme.scss */
.pickpoint-wrapper-info {
  margin-bottom: 36px; }

/* line 8600, theme.scss */
.product-customer-review-title {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #343434;
  margin: 0 0 10px 10px; }

/* line 8607, theme.scss */
.customer-review:nth-child(5) ~ .customer-review {
  display: none; }

/* line 8611, theme.scss */
.product-customer-review {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 14px;
  margin-bottom: 20px; }

/* line 8618, theme.scss */
.customer-review {
  position: relative;
  height: 0;
  padding-top: 100%;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden; }

/* line 8626, theme.scss */
.customer-review.customer-review-more {
  border: 1px solid #80C7B6;
  color: #80C7B6; }

/* line 8631, theme.scss */
.customer-review img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

/* line 8641, theme.scss */
.customer-review-more {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 8651, theme.scss */
.customer-review.customer-review-more {
  padding: 0;
  height: 100%; }

/* line 8655, theme.scss */
.pickpoint-wrapper-info-cart {
  margin-top: 0;
  margin-bottom: 20px; }

/* line 8660, theme.scss */
.product-sku {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 12px;
  line-height: 16px;
  color: #C4C4C4;
  margin-bottom: 5px; }

/* line 8671, theme.scss */
.product-bonus-link {
  text-decoration: none; }

/* line 8674, theme.scss */
.bonus-tooltip {
  position: relative;
  color: inherit; }
  /* line 8677, theme.scss */
  .bonus-tooltip .bonus-hide-info {
    top: -232px;
    z-index: 100; }
    @media (max-width: 400px) {
      /* line 8680, theme.scss */
      .bonus-tooltip .bonus-hide-info:after, .bonus-tooltip .bonus-hide-info:before {
        left: 194px; } }
  /* line 8687, theme.scss */
  .bonus-tooltip i.bonus-info {
    width: 16px;
    height: 16px;
    font-size: 10px;
    line-height: 17px; }
  @media (max-width: 480px) {
    /* line 8694, theme.scss */
    .bonus-tooltip .bonus-hide-info {
      left: auto;
      right: auto; } }

/* line 8700, theme.scss */
.product-bonus .product-bonus-span a {
  color: #80C7B6;
  text-decoration: none; }

/* line 8706, theme.scss */
.product_left {
  position: relative; }

/* line 8710, theme.scss */
.product_label {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  margin: 0 !important; }

/* line 8717, theme.scss */
.product_label-item.product_label-disc.js-product-discount {
  background: #FD4640;
  color: #fff;
  border-color: #FD4640; }
  @media (min-width: 641px) {
    /* line 8717, theme.scss */
    .product_label-item.product_label-disc.js-product-discount {
      display: none !important; } }

/* line 8725, theme.scss */
.product-bonus {
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  color: #343434;
  font-family: Roboto;
  font-style: normal; }
  @media (max-width: 480px) {
    /* line 8725, theme.scss */
    .product-bonus {
      white-space: wrap; } }

/* line 8740, theme.scss */
.product-bonus span {
  color: #80C7B6; }

/* line 8744, theme.scss */
.product-bonus span.product-bonus-span {
  color: #343434; }
  @media (max-width: 480px) {
    /* line 8744, theme.scss */
    .product-bonus span.product-bonus-span {
      display: block; } }

/* line 8752, theme.scss */
.product-bonus .product-bonus-info {
  color: #FD4640; }

/* line 8756, theme.scss */
span.option-color-mask[title="белый"]:after {
  border: 1px solid #ccc;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 111;
  height: 17px;
  width: 17px;
  content: '';
  -webkit-border-radius: 50%;
  border-radius: 50%; }

/* line 8772, theme.scss */
span.option-image.active .option-color-mask:after {
  border-color: black;
  border-width: 2px;
  left: -2px;
  top: -2px;
  height: 17px;
  width: 17px; }

@media (min-width: 1024px) {
  /* line 8781, theme.scss */
  span.option-image:hover .alert_color {
    display: block; } }
/* line 8788, theme.scss */
.alert_color {
  background: #ffffff;
  border: 1px solid #EAEAEA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 220px;
  padding: 10px;
  z-index: 120;
  position: absolute;
  left: -105px;
  display: none;
  top: calc(100% + 7px); }
  /* line 8800, theme.scss */
  .alert_color__new {
    left: -90px; }

/* line 8805, theme.scss */
.alert_color:before {
  content: '';
  width: 16px;
  height: 10px;
  position: absolute;
  top: -8px;
  right: 94px;
  background-image: url(arr-modal-2.png);
  -webkit-background-size: contain;
  background-size: contain;
  background-position: 100%;
  background-repeat: no-repeat; }

/* line 8819, theme.scss */
.cell-alert_color-image {
  max-width: 80px;
  -ms-flex-preferred-size: 80px;
  flex-basis: 80px; }

/* line 8825, theme.scss */
.cell-alert_color-content {
  max-width: calc(100% - 80px);
  -ms-flex-preferred-size: calc(100% - 80px);
  flex-basis: calc(100% - 80px); }

/* line 8831, theme.scss */
.product_container .cell-alert_color-content {
  max-width: 100%;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

/* line 8839, theme.scss */
.not-available .bttn-prim.is-arrival.in-product {
  display: block !important;
  background: #fff;
  color: #80C7B6;
  border: 1px solid; }

/* line 8848, theme.scss */
.is-available .bttn-prim.is-arrival.in-product {
  display: none; }

/* line 8852, theme.scss */
.not-available .bttn-prim.in-product {
  display: none; }

/* line 8856, theme.scss */
body.template-is-product .fancybox-bg {
  /*display: none;*/ }

/* line 8860, theme.scss */
#item-arrival {
  max-width: 370px;
  border: 1px solid #EAEAEA;
  text-align: center;
  padding: 20px;
  z-index: 999;
  width: 370px; }

/* line 8869, theme.scss */
#item-arrival [data-fancybox-close] {
  display: none; }

/* line 8873, theme.scss */
.alert_color-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #343434;
  margin-bottom: 10px;
  margin-top: 15px; }
  /* line 8882, theme.scss */
  .alert_color-title__new {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #343434;
    z-index: 120 !important; }

/* line 8893, theme.scss */
.alert_color-title + .alert_color-title {
  margin-bottom: 5px;
  color: #A9A9A9; }

/* line 8898, theme.scss */
.alert_color-param {
  font-size: 13px;
  margin-bottom: 5px; }

/* line 8903, theme.scss */
.alert_color-price {
  font-size: 12px;
  color: #000;
  font-weight: bold;
  margin-top: 10px; }

/* line 8910, theme.scss */
.alert_color-price span {
  color: #000; }

/* line 8914, theme.scss */
.current_variant {
  border: 1px solid #80C7B6;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  font-family: Roboto;
  font-style: normal;
  line-height: normal;
  font-size: 13px;
  min-width: 220px;
  color: #000000; }

/* line 8928, theme.scss */
.current_variant-param strong {
  width: 120px;
  display: inline-block;
  vertical-align: baseline; }

@media (max-width: 768px) {
  /* line 8936, theme.scss */
  .product-available {
    padding: 4px 0 0 0; }

  /* line 8940, theme.scss */
  .product-available:before {
    width: 15px;
    height: 10px; }

  /* line 8945, theme.scss */
  .bttn-prim.in-product {
    margin-top: 10px;
    max-width: 100%; }

  /* line 8950, theme.scss */
  .product_adv {
    margin-bottom: 26px; }

  /* line 8954, theme.scss */
  .prod_props-title {
    margin-bottom: 21px; }

  /* line 8958, theme.scss */
  .current_variant {
    padding: 15px; }

  /* line 8962, theme.scss */
  .current_variant-param .option-image-round {
    float: right; } }
@media (max-width: 640px) {
  /* line 8968, theme.scss */
  .product-sku {
    position: absolute;
    bottom: 0;
    right: 0; }

  /* line 8974, theme.scss */
  .product-prices {
    position: relative;
    width: 100%; }

  /* line 8979, theme.scss */
  .product-price {
    display: block; }

  /* line 8983, theme.scss */
  .cell-variant_id {
    -ms-flex-preferred-size: calc(100%);
    flex-basis: calc(100%);
    max-width: calc(100%); }

  /* line 8990, theme.scss */
  .related_articles {
    margin-top: 28px; }

  /* line 8994, theme.scss */
  .related_articles-title {
    margin-bottom: 22px; }

  /* line 8998, theme.scss */
  a.related_articles-item {
    font-weight: 500;
    line-height: normal;
    font-size: 9px;
    padding: 12px 5px; }

  /* line 9005, theme.scss */
  body.template-is-product .instagram {
    margin-top: 30px;
    margin-bottom: 30px; } }
/* line 9012, theme.scss */
.container-tabs-article {
  margin-top: 40px; }

/*=========================================
  PRODUCT_REVIEWS
=========================================*/
/* line 9019, theme.scss */
.form-row {
  margin-bottom: 20px; }

/* line 9022, theme.scss */
.form-row .star-rating .star-label:after {
  background-image: url(star-new-empty.svg); }

/* line 9026, theme.scss */
.form-row .star-rating .star-radio:checked ~ .star-label:after {
  background-image: url(star-new.svg); }

/* line 9029, theme.scss */
.form-label {
  width: 100%;
  margin-bottom: 0.5rem; }

/* line 9034, theme.scss */
.form-field {
  width: 100%; }

/* line 9038, theme.scss */
.form-field.text-field.is-textarea {
  width: 100%; }

/* line 9042, theme.scss */
.reviews-form {
  margin-bottom: 20px; }

/* line 9046, theme.scss */
.reviews-toggle-wrapper {
  margin-bottom: 20px; }

/* line 9050, theme.scss */
.form-field.text-field.is-captcha {
  margin-top: 10px; }

/* line 9054, theme.scss */
.reviews-wrapper {
  max-width: 600px; }

/* line 9058, theme.scss */
.reviews-item {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  font-size: 14px; }

/* line 9063, theme.scss */
.reviews-item:last-child {
  border-bottom: none; }

/* line 9067, theme.scss */
.product_tab-mobile.is-button-active {
  padding-bottom: 10px; }

/* line 9071, theme.scss */
.props-item div:after {
  content: '';
  border-bottom: 1px dashed #C4C4C4; }

/* line 9075, theme.scss */
.props-item.is-stiker {
  display: none; }

/* line 9078, theme.scss */
.product_tab-mobile {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 9084, theme.scss */
.product_tab-mobile.is-button-active[data-tab-anchor="delivery"] {
  background-color: #F0F4F5; }

/* line 9088, theme.scss */
.product_tab-target.is-tab-active[data-tab-target="delivery"] {
  background-color: #F0F4F5; }

/* line 9091, theme.scss */
.delivery-info-text {
  font-size: 12px;
  line-height: 14px; }

/* line 9096, theme.scss */
.delivery-info-icon {
  width: 24px; }

/* line 9100, theme.scss */
.delivery-info-item {
  display: grid;
  grid-template-columns: 24px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px; }

/* line 9109, theme.scss */
.delivery-info-item {
  margin-bottom: 10px; }

/* line 9112, theme.scss */
.props-item {
  display: grid;
  grid-template-columns: auto -webkit-max-content;
  grid-template-columns: auto max-content;
  max-width: 320px;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px; }
  @media (min-width: 1024px) {
    /* line 9112, theme.scss */
    .props-item {
      grid-template-columns: 280px 75%; } }

/* line 9125, theme.scss */
.props-item div {
  display: grid;
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto; }

/*=========================================
  PRODUCT_TABS
=========================================*/
/* line 9136, theme.scss */
.product_tabs {
  border-top: 1px solid #d2d2d1; }

/*=========================================
  TABS
=========================================*/
/* line 9143, theme.scss */
.tabs-box {
  padding: 1em 0px; }

/* line 9147, theme.scss */
.tabs-head.tabs-head {
  position: relative;
  padding-right: 50px;
  min-height: 34px; }

/* line 9153, theme.scss */
.tabs-icon {
  display: inline-block;
  height: 34px;
  position: absolute;
  right: 0;
  top: calc(50% - 25px);
  width: 41px; }

/* line 9162, theme.scss */
.tabs-target {
  display: none; }

/* line 9166, theme.scss */
.tabs {
  padding-top: 25px;
  margin-top: 25px;
  padding-bottom: 25px; }

/* line 9172, theme.scss */
.tabs-item {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #b4b4b4;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
  padding: 0 5px 8px 5px; }

/* line 9191, theme.scss */
.tabs-item.is-button-active {
  color: #444;
  border-bottom: 3px solid #F04A40; }

/*=========================================
  PRODUCT-DAY
=========================================*/
/* line 9199, theme.scss */
.product_day {
  max-width: calc(40% - 15px);
  -ms-flex-preferred-size: calc(40% - 15px);
  flex-basis: calc(40% - 15px);
  border: 1px solid #c5c3c3;
  margin-bottom: 20px;
  margin-left: 15px;
  position: relative; }

@media (max-width: 1024px) {
  /* line 9210, theme.scss */
  .product_day {
    max-width: calc(50% - 15px);
    -ms-flex-preferred-size: calc(50% - 15px);
    flex-basis: calc(50% - 15px); } }
@media (max-width: 640px) {
  /* line 9218, theme.scss */
  .product_day {
    display: none; } }
/* line 9223, theme.scss */
.product_day-right {
  width: 200px; }

@media (max-width: 1024px) {
  /* line 9228, theme.scss */
  .product_day-right {
    width: 120px; } }
/* line 9233, theme.scss */
.product_day-left {
  width: calc(100% - 200px); }

@media (max-width: 1024px) {
  /* line 9238, theme.scss */
  .product_day-left {
    width: calc(100% - 120px); } }
/* line 9243, theme.scss */
.product_day-link {
  display: block;
  color: #000000;
  padding-left: 30px;
  padding-bottom: 30px; }

/* line 9250, theme.scss */
.product_day-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 13px;
  color: #000000;
  margin-top: 80px;
  max-width: 160px;
  margin-bottom: 20px; }

/* line 9262, theme.scss */
span.product_day-price {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 13px;
  color: #f04a40;
  white-space: nowrap; }

/* line 9272, theme.scss */
span.product_day-price span {
  color: #000; }

/* line 9276, theme.scss */
span.product_day-old_price {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 13px;
  color: #979292;
  text-decoration: line-through;
  margin-right: 14px;
  white-space: nowrap; }

/* line 9288, theme.scss */
.product_day-prices.with-oldp {
  margin-top: 40px; }

/* line 9292, theme.scss */
.product_day:before {
  content: '';
  background-image: url(product_day2.png);
  width: 82px;
  height: 82px;
  display: block;
  position: absolute;
  top: -10px;
  left: 30px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }

/* line 9306, theme.scss */
.product_day-color {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 13px;
  color: #4c4c4c; }

/* line 9315, theme.scss */
span.product_day-color-item {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-bottom: 1px;
  margin-right: 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden; }

/* line 9327, theme.scss */
span.product_day-color-item img {
  width: 100%;
  height: 100%; }

/*=========================================
  GALL
=========================================*/
/* line 9335, theme.scss */
.gallery-wrapper {
  position: relative; }

/* line 9339, theme.scss */
.gallery-top {
  max-width: 100%;
  margin-bottom: 20px; }

/* line 9343, theme.scss */
.gallery-wrapper {
  max-width: 100%; }

/* line 9346, theme.scss */
.card .gallery-top {
  width: calc(100% - 50px); }

/* line 9350, theme.scss */
.swiper-slide.is-active .gallery-thumb {
  border: 1px solid #dfdfdf; }

/* line 9354, theme.scss */
.gallery-wrapper .swiper-container-android .swiper-slide,
.gallery-wrapper .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 9361, theme.scss */
.gallery-thumb {
  cursor: pointer;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid transparent;
  overflow: hidden;
  padding-bottom: calc(100% - 2px); }

/* line 9372, theme.scss */
.image-container.is-cover.gallery-thumb > img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50%;
  object-position: 50%; }

/* line 9391, theme.scss */
.product-gallery-wrap .gallery-thumbs-wrap .image-container {
  margin-bottom: 10px; }

/* line 9395, theme.scss */
.gallery-wrapper .swiper-button-prev,
.gallery-wrapper .swiper-container-rtl .swiper-button-next {
  left: 30px !important; }
  @media (max-width: 768px) {
    /* line 9395, theme.scss */
    .gallery-wrapper .swiper-button-prev,
    .gallery-wrapper .swiper-container-rtl .swiper-button-next {
      left: 10px !important; } }

/* line 9403, theme.scss */
.product-gallery-wrap .gallery-thumbs-wrap .row.is-grid > *,
.product-gallery-wrap .gallery-thumbs-wrap .row-reverse.is-grid > *,
.product-gallery-wrap .gallery-thumbs-wrap .col.is-grid > *,
.product-gallery-wrap .gallery-thumbs-wrap .col-reverse.is-grid > * {
  padding-left: -5px;
  padding-right: -5px;
  padding-left: 5px;
  padding-right: 5px; }

/* line 9413, theme.scss */
.gallery-wrapper .swiper-button-next,
.gallery-wrapper .swiper-container-rtl .swiper-button-prev {
  right: 30px !important; }
  @media (max-width: 768px) {
    /* line 9413, theme.scss */
    .gallery-wrapper .swiper-button-next,
    .gallery-wrapper .swiper-container-rtl .swiper-button-prev {
      right: 10px !important; } }

/* line 9421, theme.scss */
.gallery-thumbs-wrap {
  width: 60px;
  position: relative;
  margin: 0 20px 0 0;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px; }

/* line 9430, theme.scss */
.gallery-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

/* line 9455, theme.scss */
.gallery-slide > figure.mz-figure > img {
  max-width: 100% !important; }

/* line 9459, theme.scss */
.gallery-slide > figure {
  width: 100%; }

/* line 9462, theme.scss */
.related_products {
  margin-bottom: 40px; }

/* line 9465, theme.scss */
.product-gallery-wrap .gallery-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 9477, theme.scss */
.product-gallery-wrap .gallery-thumbs-wrap {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

/* line 9486, theme.scss */
.product-gallery-wrap .gallery-top {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

/* line 9495, theme.scss */
img:not([src]) {
  opacity: 0; }

/* line 9499, theme.scss */
.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000 !important;
  border-color: #000 !important; }

/* line 9504, theme.scss */
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  border: 1px solid #999;
  background: transparent;
  opacity: 1; }

@media (max-width: 480px) {
  /* line 9511, theme.scss */
  .gallery-wrapper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    background: #ffffff !important; }

  /* line 9515, theme.scss */
  .gallery-wrapper .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination {
    background: #EFEFEF;
    width: auto !important;
    margin: auto;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-border-radius: 11px;
    border-radius: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2px 0; }

  /* line 9531, theme.scss */
  .gallery-top {
    width: calc(100%) !important;
    max-width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important; }

  /* line 9538, theme.scss */
  .gallery-thumbs-wrap {
    width: 100% !important;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    margin-right: 0;
    margin-bottom: 20px; }

  /* line 9550, theme.scss */
  .gallery-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
/* line 9559, theme.scss */
.js-gallery-tap > div {
  outline: 1px solid #cdcdcd; }

/* line 9563, theme.scss */
.js-gallery-tap.is-active > div {
  outline: 1px solid #ff0000; }

/*=========================================
  PRODUCTS
=========================================*/
/* line 9571, theme.scss */
.products-slider-wrapper {
  position: relative;
  padding: 24px 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: -15px;
  margin-right: -15px; }

/* line 9583, theme.scss */
h3.products-title {
  font-family: Frutiger;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 14px;
  line-height: 16px;
  color: #4f4a46;
  text-align: center;
  margin-bottom: 30px; }

/* line 9594, theme.scss */
.title-right .products-title {
  text-align: right !important; }

/* line 9598, theme.scss */
.article-content h3.products-title {
  margin-top: 40px; }

/* line 9603, theme.scss */
.article-content .image-flex-center img, .article-content .image-flex-center picture {
  max-height: none; }

/*=========================================
  PROMO-FUNCTION
=========================================*/
/* line 9611, theme.scss */
.is-circle .slider-image-item-wrap {
  max-width: 400px;
  margin-left: auto; }

/* line 9616, theme.scss */
.slide-content.is-circle {
  padding-top: 50px;
  padding-bottom: 40px; }

/* line 9621, theme.scss */
.slide-content.is-left .slide-image-wrap {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

/* line 9627, theme.scss */
.slide-content.is-circle.is-left .slider-image-item-wrap {
  margin-left: initial; }

/* line 9631, theme.scss */
.promo-slide.is-small-padding .slide-content-wrap {
  padding: 40px 30px; }
  @media (max-width: 768px) {
    /* line 9631, theme.scss */
    .promo-slide.is-small-padding .slide-content-wrap {
      padding: 15px 0px; } }

/* line 9638, theme.scss */
.promo-slide.is-small-heading .slide-title {
  font-family: Frutiger;
  font-style: normal;
  font-weight: bold;
  line-height: 1em;
  font-size: 24px;
  color: #4f4a46;
  margin-bottom: 20px; }

/* line 9648, theme.scss */
.slide-description ul {
  padding-left: 1rem;
  margin: 0; }

/* line 9653, theme.scss */
.slide-description ul li {
  margin-bottom: 10px; }

/* line 9657, theme.scss */
.template-is-collection .promo-slider-wrapper {
  max-width: 100% !important;
  padding: 0 !important;
  margin-bottom: 20px; }

/*=========================================
  PROMO
=========================================*/
/* line 9666, theme.scss */
.slide-inner {
  display: block;
  position: relative; }

/* line 9671, theme.scss */
.slide-inner img {
  width: 100%; }

/* line 9675, theme.scss */
.slide-absolute {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  width: 100%; }

/* line 9683, theme.scss */
.slide-image-wrap {
  position: relative; }

/* line 9687, theme.scss */
.slide-image-wrap .swiper-pagination-inner-promo {
  width: 100%;
  bottom: 10px !important; }

/* line 9692, theme.scss */
.slide-image-wrap .swiper-pagination-inner-promo .swiper-pagination-bullet {
  margin: 0 5px; }

/* line 9696, theme.scss */
.slide-title {
  font-family: Frutiger;
  font-weight: bold;
  line-height: 1em;
  font-size: 45px;
  margin-bottom: 30px;
  color: #4f4a46; }

@media (max-width: 980px) {
  /* line 9706, theme.scss */
  .slide-title {
    font-size: 32px; } }
@media (max-width: 640px) {
  /* line 9712, theme.scss */
  .slide-title {
    margin-bottom: 0px;
    font-size: 24px;
    text-align: center;
    margin-top: 20px; } }
/* line 9720, theme.scss */
.slide-description {
  font-weight: normal;
  line-height: normal;
  font-size: 13px;
  color: #000000; }

/* line 9727, theme.scss */
.promo-slide .slide-content-wrap {
  background: #f8f8f8;
  padding: 60px 60px 15px 80px; }

@media (max-width: 1024px) {
  /* line 9733, theme.scss */
  .promo-slide .slide-content-wrap {
    padding: 60px 15px 15px 15px; } }
@media (max-width: 640px) {
  /* line 9739, theme.scss */
  .promo-slide .slide-content-wrap {
    padding: 0px 0 0px 0;
    background-color: transparent; }

  /* line 9744, theme.scss */
  .promo-slider-wrapper .swiper-button-next, .promo-slider-wrapper .swiper-button-prev {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }
/* line 9753, theme.scss */
.promo-slide img {
  vertical-align: top; }

/* line 9757, theme.scss */
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url(arr-left.svg);
  left: 0;
  width: 17px;
  height: 31px;
  -webkit-background-size: contain;
  background-size: contain; }

@media (max-width: 1300px) {
  /* line 9768, theme.scss */
  .swiper-button-prev.swiper-button-black,
  .swiper-container-rtl .swiper-button-next.swiper-button-black {
    left: 7px; } }
/* line 9774, theme.scss */
.promo-slider-wrapper {
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
  max-width: 1300px; }

/* line 9781, theme.scss */
.promo-slider-wrapper .swiper-button-prev.swiper-button-black,
.promo-slider-wrapper .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url(arr-left.svg);
  left: 0;
  width: 17px;
  height: 31px;
  -webkit-background-size: contain;
  background-size: contain; }

@media (max-width: 1300px) {
  /* line 9792, theme.scss */
  .promo-slider-wrapper .swiper-button-prev.swiper-button-black,
  .promo-slider-wrapper .swiper-container-rtl .swiper-button-next.swiper-button-black {
    left: 7px; } }
/* line 9798, theme.scss */
.promo-slider-wrapper .swiper-button-next.swiper-button-black,
.promo-slider-wrapper .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url(arr-right.svg);
  right: 0;
  width: 17px;
  height: 31px;
  -webkit-background-size: contain;
  background-size: contain; }

@media (max-width: 1300px) {
  /* line 9809, theme.scss */
  .promo-slider-wrapper .swiper-button-next.swiper-button-black,
  .promo-slider-wrapper .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    right: 7px; } }
/* line 9815, theme.scss */
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url(arr-right.svg);
  right: 0;
  width: 17px;
  height: 31px;
  -webkit-background-size: contain;
  background-size: contain; }

@media (max-width: 1300px) {
  /* line 9826, theme.scss */
  .swiper-button-next.swiper-button-black,
  .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    right: 7px; } }
/* line 9832, theme.scss */
.swiper-pagination-inner-promo .swiper-pagination-bullet {
  border: 1px solid #000000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  opacity: 1;
  width: 10px;
  height: 10px;
  cursor: pointer;
  margin: 0 5px; }

/* line 9844, theme.scss */
.swiper-pagination-inner-promo {
  text-align: center;
  left: 0px;
  bottom: 30px !important;
  width: 100%; }

@media (max-width: 640px) {
  /* line 9852, theme.scss */
  .swiper-pagination-inner-promo {
    text-align: center;
    left: 0;
    bottom: 10px; } }
/* line 9859, theme.scss */
.swiper-pagination-inner-promo .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000; }

@media (max-width: 1300px) {
  /* line 9864, theme.scss */
  .promo-slider-wrapper {
    margin: 0; } }
@media (max-width: 640px) {
  /* line 9870, theme.scss */
  .slide-content-wrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  /* line 9876, theme.scss */
  .slide-description {
    margin-top: 20px; }

  /* line 9880, theme.scss */
  .container.slide-content {
    padding: 0; }

  /* line 9884, theme.scss */
  .promo-slider-wrapper {
    padding: 0; }
    /* line 9887, theme.scss */
    .promo-slider-wrapper .slide-content-wrap {
      padding: 0 15px; } }
/* line 9894, theme.scss */
.breadcrumb-wrapper + .promo-slider-wrapper {
  margin-top: -10px; }

/* line 9898, theme.scss */
.slide-description ul a:hover {
  color: #f04a40 !important; }

/* line 9904, theme.scss */
.new-promo--wrapper {
  margin-top: 30px;
  max-height: 450px; }
/* line 9909, theme.scss */
.new-promo--slider .promo-slider-wrapper {
  width: 100%;
  padding: 0; }
/* line 9913, theme.scss */
.new-promo--slider--pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 2px 3px;
  bottom: 38px;
  left: 64px; }
  /* line 9934, theme.scss */
  .new-promo--slider--pagination .swiper-pagination-bullet {
    width: 6px !important;
    height: 6px !important;
    opacity: 1 !important;
    margin: 0px 4px;
    background: #FFFFFF !important;
    border: none;
    outline: none; }
    /* line 9942, theme.scss */
    .new-promo--slider--pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      border: none;
      background: #FD4640 !important; }
/* line 9948, theme.scss */
.new-promo--slider--next, .new-promo--slider--prev {
  background: none !important;
  outline: none; }
/* line 9952, theme.scss */
.new-promo--slider--next {
  right: 0 !important;
  top: 50%; }
/* line 9956, theme.scss */
.new-promo--slider--prev {
  left: 0 !important;
  top: 50%; }
/* line 9962, theme.scss */
.new-promo-slide--content {
  position: relative; }
/* line 9965, theme.scss */
.new-promo-slide--text {
  margin-bottom: 20px;
  position: absolute;
  top: 100px;
  left: 64px;
  z-index: 2;
  background: transparent !important;
  padding: 0 !important; }
  /* line 9973, theme.scss */
  .new-promo-slide--text .slide-title {
    ont-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF; }
  /* line 9988, theme.scss */
  .new-promo-slide--text .slide-description p, .new-promo-slide--text .slide-description span {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF; }
/* line 9999, theme.scss */
.new-promo--banners {
  padding-left: 20px;
  max-height: 100%; }
/* line 10003, theme.scss */
.new-promo--banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%; }
  /* line 10019, theme.scss */
  .new-promo--banner--text {
    padding: 10px 0 21px 0;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    color: #343434; }
    /* line 10026, theme.scss */
    .new-promo--banner--text__bottom {
      padding-bottom: 0; }

@media (max-width: 992px) {
  /* line 10035, theme.scss */
  .new-promo--wrapper {
    max-height: inherit; }
  /* line 10038, theme.scss */
  .new-promo--slider, .new-promo--banners {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  /* line 10044, theme.scss */
  .new-promo--banners {
    height: 230px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0 0 0; }
  /* line 10058, theme.scss */
  .new-promo--banner {
    height: 100%;
    width: 49%; }
    /* line 10061, theme.scss */
    .new-promo--banner a {
      height: 100%; }
    /* line 10064, theme.scss */
    .new-promo--banner--image {
      height: calc(100% - 10px); }
    /* line 10067, theme.scss */
    .new-promo--banner--text {
      padding-bottom: 0; } }
@media (max-width: 768px) {
  /* line 10075, theme.scss */
  .new-promo--banners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto; }
  /* line 10082, theme.scss */
  .new-promo--banner {
    width: 100%; }
    /* line 10084, theme.scss */
    .new-promo--banner img {
      width: 100%;
      height: auto; }
    /* line 10088, theme.scss */
    .new-promo--banner:first-of-type {
      margin-bottom: 20px; }
  /* line 10092, theme.scss */
  .new-promo--slider--pagination {
    bottom: 20px !important;
    right: 30px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  /* line 10099, theme.scss */
  .new-promo-slide--text {
    top: 50px;
    left: 24px; }
    /* line 10102, theme.scss */
    .new-promo-slide--text .slide-title {
      font-size: 28px;
      line-height: 32px; }
    /* line 10107, theme.scss */
    .new-promo-slide--text .slide-description p, .new-promo-slide--text .slide-description span {
      font-size: 12px;
      line-height: 16px; } }
@media (max-width: 575px) {
  /* line 10119, theme.scss */
  .new-promo-slide--text {
    position: inherit;
    top: auto;
    left: auto; }
    /* line 10123, theme.scss */
    .new-promo-slide--text .slide-title, .new-promo-slide--text .slide-description a, .new-promo-slide--text p, .new-promo-slide--text span {
      color: #000 !important;
      text-align: left; } }
@media (max-width: 420px) {
  /* line 10136, theme.scss */
  .new-promo-slide--text .slide-title {
    font-size: 22px;
    line-height: 26px; } }
/*=========================================
  QUANTITY
=========================================*/
/* line 10149, theme.scss */
.quantity-input {
  text-align: center;
  padding: 4px 5px;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border: 1px solid #EAEAEA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 14px;
  margin: 0 10px;
  color: #000000; }

/* line 10169, theme.scss */
[data-quantity-change="-1"]:after {
  content: '';
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 357 357' style='enable-background:new 0 0 357 357;' xml:space='preserve'%3E%3Cg%3E%3Cg id='remove'%3E%3Cpath d='M357, 204H0v-51h357V204z' fill='%23FFFFFF'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  -webkit-background-size: 10px 10px;
  background-size: 10px;
  background-position: 50%;
  background-repeat: no-repeat; }

/* line 10178, theme.scss */
[data-quantity-change="1"]:after {
  content: '';
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 357 357' style='enable-background:new 0 0 357 357;' xml:space='preserve'%3E%3Cg%3E%3Cg id='add'%3E%3Cpath d='M357, 204H204v153h-51V204H0v-51h153V0h51v153h153V204z' fill='%23FFFFFF'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  -webkit-background-size: 10px 10px;
  background-size: 10px;
  background-position: 50%;
  background-repeat: no-repeat; }

/* line 10187, theme.scss */
[data-quantity-change]:after {
  margin-top: 0;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  text-align: center; }

/* line 10203, theme.scss */
button.quantity-control.bttn-count {
  position: relative; }

/*=========================================
  QUICK_VIEW
=========================================*/
/* line 10213, theme.scss */
.quick_view-modal {
  max-width: 1000px; }

/*=========================================
  REVIEWS
=========================================*/
/*=========================================
  SCROLL_TOP
=========================================*/
/* line 10225, theme.scss */
.scroll_top {
  color: #fff;
  display: block;
  position: fixed;
  background: #F04A40;
  bottom: 10px;
  font-size: 2em;
  cursor: pointer;
  padding: 0 10px;
  right: 10px;
  height: 40px;
  opacity: 0;
  text-align: center;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: right .25s ease, all .25s ease;
  -o-transition: right .25s ease, all .25s ease;
  transition: right .25s ease, all .25s ease;
  text-decoration: none;
  z-index: 1000;
  text-transform: uppercase;
  font-size: 20px;
  outline: none; }

@media (max-width: 1200px) {
  /* line 10251, theme.scss */
  .scroll_top {
    display: none; } }
/* line 10256, theme.scss */
.scroll_top:focus {
  text-decoration: none; }

/* line 10260, theme.scss */
.scroll_top.is-enabled {
  opacity: 1;
  right: 25px;
  text-decoration: none; }

/* line 10266, theme.scss */
.scroll_top.is-enabled:hover,
.scroll_top.is-enabled:focus {
  text-decoration: none; }

/*=========================================
  SEARCH_WIDGET
=========================================*/
/* line 10275, theme.scss */
.search_widget {
  position: relative; }

/* line 10279, theme.scss */
.ajax-search-results {
  position: absolute;
  top: calc(100% - 1px);
  background: #fff;
  -webkit-box-shadow: 0 1px 3px -1px #000;
  box-shadow: 0 1px 3px -1px #000;
  width: 100%;
  left: 0;
  z-index: 10;
  border: 1px solid rgba(204, 204, 204, 0.5);
  padding: 0;
  list-style: none;
  text-align: left;
  margin: 0; }

/* line 10295, theme.scss */
.ajax-search-item {
  margin-bottom: 2px; }

/* line 10299, theme.scss */
.ajax-search-link {
  padding: 5px 10px;
  display: block; }

/* line 10304, theme.scss */
.ajax_search-marked {
  font-weight: bold; }

/* line 10308, theme.scss */
.search_widget-submit {
  background-image: url("data:image/svg+xml, %3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499C11.9283 10.499 11.8093 10.2583 11.9237 10.0858C12.6051 9.058 13.001 7.82574 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C7.82712 12.9987 9.05962 12.6029 10.0877 11.9216C10.2601 11.8072 10.5008 11.9263 10.5008 12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z' fill='%23999999'/%3E%3C/svg%3E%0A");
  -webkit-background-size: 16px 16px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-color: #d3d3d3;
  border-color: #d3d3d3;
  width: 39px;
  height: 30px;
  background-position: 50%;
  margin-left: -1px;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0; }

/* line 10323, theme.scss */
.search_widget-control {
  border: 1px solid #d3d3d3;
  background: transparent;
  border-right: none;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px; }

/* line 10331, theme.scss */
.search_widget-label {
  font-weight: normal;
  line-height: normal;
  font-size: 13px;
  color: #f04a40;
  margin-bottom: 5px;
  position: absolute;
  top: 5px;
  left: 0; }

/* line 10342, theme.scss */
.search-widget {
  padding-top: 17px;
  padding-bottom: 15px;
  position: relative;
  width: auto; }

/* line 10349, theme.scss */
.search_widget-result-inner {
  z-index: 111;
  position: relative; }

/* line 10354, theme.scss */
a.ajax-search-link {
  color: #000;
  padding: 6px 6px;
  display: block; }
  /* line 10359, theme.scss */
  a.ajax-search-link:hover {
    color: #FF5E55; }

/* line 10365, theme.scss */
.search_widget-submit:hover {
  background-color: #c4c4c4;
  border-color: #c4c4c4; }

/* line 10370, theme.scss */
.search_widget:hover .search_widget-control {
  border-color: #c4c4c4; }

/* line 10376, theme.scss */
.search_widget_light, .mobile-search-new {
  position: relative;
  -webkit-border-radius: 0;
  border-radius: 0; }
  /* line 10381, theme.scss */
  .search_widget_light .inpt-group, .mobile-search-new .inpt-group {
    position: relative; }
    @media (max-width: 1024px) {
      /* line 10384, theme.scss */
      .search_widget_light .inpt-group > div, .mobile-search-new .inpt-group > div {
        width: 100%; } }
  /* line 10392, theme.scss */
  .search_widget_light input, .mobile-search-new input {
    border: 1px solid #EAEAEA;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #343434;
    padding-left: 0;
    height: 40px;
    padding-left: 10px;
    font-size: 14px; }
    @media (min-width: 1024px) {
      /* line 10392, theme.scss */
      .search_widget_light input, .mobile-search-new input {
        min-width: 281px; } }
  /* line 10410, theme.scss */
  .search_widget_light input::-webkit-input-placeholder, .mobile-search-new input::-webkit-input-placeholder {
    color: #C4C4C4; }
  /* line 10411, theme.scss */
  .search_widget_light input:-ms-input-placeholder, .mobile-search-new input:-ms-input-placeholder {
    color: #C4C4C4; }
  /* line 10412, theme.scss */
  .search_widget_light input::-ms-input-placeholder, .mobile-search-new input::-ms-input-placeholder {
    color: #C4C4C4; }
  /* line 10413, theme.scss */
  .search_widget_light input::-moz-placeholder, .mobile-search-new input::-moz-placeholder {
    color: #C4C4C4; }
  /* line 10414, theme.scss */
  .search_widget_light input::placeholder, .mobile-search-new input::placeholder {
    color: #C4C4C4; }
  /* line 10416, theme.scss */
  .search_widget_light .but-search, .mobile-search-new .but-search {
    background: #343434;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 101px;
    text-align: center;
    height: 40px;
    font-size: 12px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-left: 10px;
    line-height: 18px; }
    /* line 10429, theme.scss */
    .search_widget_light .but-search:hover, .mobile-search-new .but-search:hover {
      background: #6f6f6f; }

/* line 10437, theme.scss */
.reset-search {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  background: none;
  border: none;
  cursor: pointer;
  width: 12px;
  height: 12px;
  padding: 0;
  display: none; }
  /* line 10449, theme.scss */
  .reset-search img {
    width: 12px;
    height: 12px;
    display: block; }

/* new header */
/* line 10460, theme.scss */
.header-block-info a {
  text-decoration: none; }

/* line 10464, theme.scss */
.header-block-info-block {
  margin-left: 10px; }

/* line 10469, theme.scss */
.header-block-info-title, .header-block-info-title a {
  color: #343434;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none; }

/* line 10477, theme.scss */
.header-block-info-text {
  color: #707070;
  font-size: 12px; }

/* line 10482, theme.scss */
.header-cart-full {
  display: none; }

/* line 10487, theme.scss */
.headers-icon > div {
  margin-left: 16px; }

/* line 10492, theme.scss */
.submenu-img-wrapper {
  max-width: 275px; }

/* line 10498, theme.scss */
.header-cart a {
  position: relative; }
/* line 10501, theme.scss */
.header-cart span {
  font-weight: bold;
  font-size: 10px;
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #343434; }

/* line 10517, theme.scss */
.template-is-checkout2 .header-cart a span {
  top: 3px; }

/* end */
/*=========================================
  SERIES
=========================================*/
/* line 10529, theme.scss */
.series {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 60px; }

/* line 10537, theme.scss */
.series-heading {
  font-family: Frutiger;
  font-style: normal;
  font-weight: bold;
  line-height: 1em;
  font-size: 20px;
  text-align: center;
  color: #535353;
  margin-bottom: 60px;
  display: block; }

/* line 10549, theme.scss */
.series-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 12px;
  text-align: center;
  color: #000000;
  display: block; }

/* line 10560, theme.scss */
.series-link {
  display: block;
  margin-bottom: 30px; }

/* line 10565, theme.scss */
.series-image {
  margin-bottom: 20px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

/* line 10572, theme.scss */
.series-image:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

/*=========================================
  SOCIAL_SHARE
=========================================*/
/* line 10581, theme.scss */
.social_share-title {
  font-size: 1.2rem;
  margin-bottom: 0.5rem; }

/* line 10586, theme.scss */
.social_share {
  margin: 0.5rem 0; }

/* line 10590, theme.scss */
.social_share-list a {
  color: #47ABBF;
  font-size: 22px;
  display: inline-block;
  vertical-align: middle; }

/* line 10597, theme.scss */
.social_share-list a:not(:last-child) {
  margin-right: 10px; }

/*=========================================
  SOCIAL
=========================================*/
/* line 10604, theme.scss */
.social-menu-link {
  color: inherit;
  width: 45px;
  height: 45px;
  border: none;
  display: none;
  vertical-align: top;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: 20px;
  margin-bottom: 5px;
  text-align: center;
  line-height: 32px;
  background-repeat: no-repeat;
  -webkit-background-size: 60% 60%;
  background-size: 60%;
  background-position: 50%;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  background-color: #333; }

/* line 10627, theme.scss */
.social-menu-link:hover {
  opacity: 0.9; }

/* line 10631, theme.scss */
.social-menu-link.is-vk {
  background-image: url("vk.svg");
  display: inline-block; }

/* line 10636, theme.scss */
.social-menu-link.is-facebook {
  background-image: url("facebook.svg");
  display: inline-block;
  background-color: transparent;
  -webkit-background-size: 100% 100%;
  background-size: 100%; }

/* line 10644, theme.scss */
.social-menu-link.is-youtube {
  background-image: url("youtube.svg");
  display: inline-block;
  background-color: transparent;
  -webkit-background-size: 100% 100%;
  background-size: 100%; }

/* line 10652, theme.scss */
.social-menu-link.is-instagram {
  background-image: url("instagram.svg");
  display: inline-block; }

/* line 10657, theme.scss */
.social-menu-link.is-twitter {
  background-image: url("twitter.svg");
  display: inline-block;
  background-color: transparent;
  -webkit-background-size: 100% 100%;
  background-size: 100%; }

/* line 10665, theme.scss */
.social-menu-link.is-t_me {
  background-image: url("t_me.svg");
  display: inline-block; }

/* line 10670, theme.scss */
.social-menu-link.is-odnoklassniki {
  background-image: url("ok-social.svg");
  display: inline-block; }

/* line 10675, theme.scss */
.social-menu-link.is-google-plus {
  background-image: url("google-plus.svg");
  display: inline-block; }

/* line 10680, theme.scss */
.social-menu.is-icon-font .social-menu-link {
  background-image: none; }

/* line 10684, theme.scss */
.social-menu {
  text-align: right; }

/*=========================================
  OPTION
=========================================*/
/* line 10691, theme.scss */
.option-value.is-span {
  border: 1px solid #ccc;
  background: none;
  line-height: 1.5;
  min-width: 25px;
  display: inline-block;
  vertical-align: middle;
  min-height: 25px;
  text-align: center;
  cursor: pointer;
  outline: none; }

/* line 10704, theme.scss */
.option-value.is-active.is-span {
  border-color: #000; }

/* line 10708, theme.scss */
.option-image-round {
  width: 20px;
  height: 20px;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: top; }

/* line 10718, theme.scss */
.option-image {
  position: relative;
  display: inline-block;
  vertical-align: top; }

/* line 10724, theme.scss */
.option-color-mask {
  position: absolute;
  border: 4px solid #fff;
  width: 26px;
  height: 26px;
  left: -1px;
  top: -1px;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

/* line 10734, theme.scss */
.product-info .option-image.active .option-color-mask {
  background: transparent;
  border-width: 0px; }

/* line 10740, theme.scss */
.product-info .option-image-round {
  width: 30px;
  height: 30px; }
/* line 10744, theme.scss */
.product-info .color-block {
  display: grid;
  grid-template-columns: repeat(auto-fill, 30px);
  grid-gap: 10px; }
  /* line 10748, theme.scss */
  .product-info .color-block__new {
    max-width: 420px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
/* line 10762, theme.scss */
.product-info .option-image.active .option-color-mask {
  width: 26px;
  height: 26px; }

@media (max-width: 768px) {
  /* line 10770, theme.scss */
  .product-info .color-block__new {
    max-width: 280px; } }
/* line 10778, theme.scss */
.option-image.active .option-color-mask {
  position: absolute;
  border: 3px solid #fff;
  width: 19px;
  height: 19px;
  left: 2px;
  top: 2px;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

/* line 10789, theme.scss */
.alert_color-param {
  color: #000; }

/*=========================================
  TOP_PANEL
=========================================*/
/* line 10796, theme.scss */
.top_panel {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #EAEAEA; }

/* line 10803, theme.scss */
.site-tagline {
  color: #343434;
  font-size: 12px; }
  /* line 10806, theme.scss */
  .site-tagline a {
    color: #343434;
    text-decoration: none; }
    /* line 10809, theme.scss */
    .site-tagline a:hover {
      color: #f04a40; }

/* line 10817, theme.scss */
.is-top.menu a {
  font-size: 12px;
  color: #000; }

/* line 10823, theme.scss */
.is-top.menu a:hover {
  color: #f04a40; }

/* line 10827, theme.scss */
.small-menu.is-right.is-top.menu menu-item {
  margin: 0 5px; }

/*=========================================
  TWO-IMAGE
=========================================*/
/* line 10834, theme.scss */
.two_image-title {
  font-family: Frutiger;
  font-style: normal;
  font-weight: bold;
  line-height: 1em;
  font-size: 20px;
  color: #595959;
  margin-bottom: 10px; }

/* line 10844, theme.scss */
.two_image-description {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 12px;
  color: #000000; }

/* line 10853, theme.scss */
.two_image {
  padding: 30px 0; }

/*=========================================
  TYPE-SERIES
=========================================*/
/* line 10860, theme.scss */
.container.index_collections-wrapper.is-type-series .index_collections.is-landing {
  margin-bottom: 0; }

@media (max-width: 768px) {
  /* line 10865, theme.scss */
  .card_widget-item {
    margin-bottom: 20px; }

  /* line 10869, theme.scss */
  .slide-content.is-circle .slide-image-wrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  /* line 10875, theme.scss */
  .slide-description table td {
    width: 100% !important;
    display: block; } }
/*=========================================
  VIDEO-WIDE
=========================================*/
/* line 10884, theme.scss */
.video-item {
  background: #f4f4f4;
  padding: 30px;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px; }

/* line 10892, theme.scss */
.video-link {
  display: block;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

/* line 10900, theme.scss */
span.video-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  line-height: 16px;
  font-size: 13px;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  padding: 20px 30px;
  width: 100%; }

/*=========================================
  WIDE-IMAGE
=========================================*/
/* line 10918, theme.scss */
.wide_image-image img {
  width: 100%; }

/* line 10922, theme.scss */
.wide_image {
  margin: 30px 0; }

/* line 10926, theme.scss */
.create-otziv {
  width: 100%;
  color: #fffefe;
  background: #80C7B6;
  -webkit-border-radius: 0;
  border-radius: 0;
  max-width: 334px;
  border-color: #80C7B6;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  padding: 11px;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  max-width: 200px; }

/* line 10945, theme.scss */
#review_form input {
  line-height: 40px;
  font-size: 14px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  border-radius: 4px; }
  /* line 10956, theme.scss */
  #review_form input:focus {
    border-color: #979292; }

/* line 10960, theme.scss */
#review_form textarea {
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px; }

/* line 10969, theme.scss */
.review-form-submit {
  width: 100%;
  color: #fffefe;
  background: #80C7B6;
  -webkit-border-radius: 0;
  border-radius: 0;
  max-width: 200px;
  border-color: #80C7B6;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  padding: 11px;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase; }
  /* line 10987, theme.scss */
  .review-form-submit:hover {
    opacity: 0.8; }

/* line 10993, theme.scss */
.js-otziv-show {
  cursor: pointer;
  font-size: 13px;
  font-weight: bold; }

/* line 10998, theme.scss */
.js-otziv-show:after {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("arr-down-menu.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  content: "";
  vertical-align: middle;
  position: relative;
  top: 2px;
  margin-left: 5px; }

/* line 11015, theme.scss */
.reviews-items-wrap.is-product .author {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #343434; }
/* line 11022, theme.scss */
.reviews-items-wrap.is-product .date {
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
  color: #C4C4C4; }

/* line 11034, theme.scss */
.show-rev {
  display: block; }

/* line 11037, theme.scss */
#review_form label {
  font-size: 14px;
  line-height: 16px; }

/* line 11041, theme.scss */
.inputfile-wrapper {
  background: #FFFFFF;
  border: 1px solid #979292;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  line-height: 50px !important;
  font-size: 14px;
  width: 100%;
  text-align: right;
  padding: 0px 10px;
  display: inline-block;
  margin-top: -4px; }

/* line 11056, theme.scss */
.inputfile-wrapper label {
  border: 1px solid #65ADC0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  cursor: pointer;
  padding: 5px 10px; }

/* line 11065, theme.scss */
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

/*
.inputfile:focus + label,
.inputfile + label:hover {
    background-color: red;
}
*/
/* line 11079, theme.scss */
#review_form .star-rating-row .form-label {
  float: left;
  margin-top: 0.5rem;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #C4C4C4;
  white-space: nowrap;
  width: 108px;
  padding-left: 15px; }

/* line 11090, theme.scss */
.rew-return {
  font-size: 14px;
  line-height: 40px;
  font-weight: 400;
  cursor: pointer; }

/* line 11096, theme.scss */
#review_form label[for="file"] {
  font-size: 14px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #80C7B6;
  margin-top: 10px; }

/* line 11108, theme.scss */
#review_form textarea {
  margin-bottom: 15px; }

/* line 11111, theme.scss */
.rew-return span {
  opacity: .5; }

/* line 11114, theme.scss */
.g-recaptcha {
  float: right; }

/* line 11117, theme.scss */
.star-rating .star-label {
  -webkit-border-radius: 0;
  border-radius: 0; }

/* line 11121, theme.scss */
.star-rating .star-label:first-of-type {
  -webkit-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px; }

/* line 11125, theme.scss */
.star-rating .star-label:last-of-type {
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px; }

/* line 11129, theme.scss */
.reviews-item .review-body {
  font-size: 12px;
  line-height: 140%;
  color: #525252; }

/* line 11134, theme.scss */
.review-name-error, .review-email-error, .review-content-error {
  display: none; }

@media (max-width: 375px) {
  /* line 11139, theme.scss */
  #product-review {
    max-width: 360px;
    padding: 5px;
    margin: 0px 0; }

  /* line 11144, theme.scss */
  .reviews-wrapper {
    padding: 5px; } }
/* line 11149, theme.scss */
.page-title-vdohnovenie {
  text-align: left;
  text-transform: uppercase;
  color: #4C4C4C;
  font-size: 22px;
  font-weight: bold; }

/* line 11159, theme.scss */
.block-item-pdf a {
  text-decoration: none; }

/* line 11164, theme.scss */
.block-item-pdf-title, .block-item-pdf-text {
  padding-left: 8px; }

/* line 11168, theme.scss */
.block-item-pdf-title {
  font-size: 13px;
  color: #000000;
  font-weight: 500; }

/* line 11175, theme.scss */
.block-item-pdf-text {
  font-size: 11px;
  color: #000000; }

/* line 11180, theme.scss */
.collection-pdf-title {
  font-size: 14px;
  color: #343434;
  font-weight: 500;
  padding-left: 0; }

/* line 11188, theme.scss */
.collection-pdf-item {
  margin-bottom: 40px; }
  /* line 11192, theme.scss */
  .collection-pdf-item .block-item-pdf-img {
    margin-bottom: 20px; }
  /* line 11198, theme.scss */
  .collection-pdf-item img {
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25); }
  /* line 11207, theme.scss */
  .collection-pdf-item:hover .collection-pdf-title {
    color: #FD4640;
    font-size: 14px; }
  /* line 11213, theme.scss */
  .collection-pdf-item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1); }
    @media (max-width: 480px) {
      /* line 11213, theme.scss */
      .collection-pdf-item:hover img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1); } }

/* line 11239, theme.scss */
.collection-pdf-item-active .collection-pdf-title {
  color: #FD4640;
  font-size: 14px; }
/* line 11245, theme.scss */
.collection-pdf-item-active img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1); }

/* line 11257, theme.scss */
.page-pdf-inner {
  margin-top: 55px;
  margin-bottom: 60px; }

/* line 11264, theme.scss */
.pdf-description-wrapper {
  padding: 60px 0;
  font-size: 14px;
  margin-top: 60px;
  margin-bottom: 60px; }

/* line 11271, theme.scss */
.block-center {
  margin: 0 auto; }

/* line 11275, theme.scss */
.catalog_rel_products-title {
  text-align: left !important;
  font-size: 16px !important;
  font-weight: bold !important;
  color: #343434;
  margin-bottom: 30px !important; }

/* line 11285, theme.scss */
.catalog_rel_products-wrapper {
  margin-bottom: 60px; }
  @media (max-width: 480px) {
    /* line 11285, theme.scss */
    .catalog_rel_products-wrapper {
      margin-bottom: 60px; }
      /* line 11292, theme.scss */
      .catalog_rel_products-wrapper .rel_products-list {
        margin: 0; } }

/* line 11301, theme.scss */
.pfd-iframe-wrapper p {
  margin: 0;
  padding: 0; }

/* line 11308, theme.scss */
.banner-friday-img-mobile {
  display: none; }

/* line 11312, theme.scss */
.banner-friday-img img {
  width: 100%; }

@media (max-width: 640px) {
  /* line 11317, theme.scss */
  .banner-friday-img-desctop {
    display: none; }

  /* line 11320, theme.scss */
  .banner-friday-img-mobile {
    display: block; } }
/* line 11324, theme.scss */
.banner-friday {
  position: relative;
  margin: 0 auto 48px; }

/* line 11328, theme.scss */
.countdown-container {
  position: absolute;
  bottom: 40px;
  right: 50%;
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  font-family: 'Roboto'; }

/* line 11337, theme.scss */
.coutnt-timer {
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 49px;
  color: #FFFFFF; }

/* line 11344, theme.scss */
.countdown-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* line 11352, theme.scss */
.countdown-time .time-title {
  width: 20%;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #999999; }

@media (max-width: 1600px) {
  /* line 11361, theme.scss */
  .countdown-container {
    -webkit-transform: translateX(107%);
    -ms-transform: translateX(107%);
    transform: translateX(107%); } }
@media (max-width: 1200px) {
  /* line 11368, theme.scss */
  .countdown-container {
    -webkit-transform: translateX(105%);
    -ms-transform: translateX(105%);
    transform: translateX(105%); } }
@media (max-width: 1000px) {
  /* line 11375, theme.scss */
  .banner-friday {
    padding: 0 0; }

  /* line 11378, theme.scss */
  .countdown-container {
    bottom: 25px; }

  /* line 11381, theme.scss */
  .coutnt-timer {
    font-size: 33px;
    line-height: 36px; } }
@media (max-width: 640px) {
  /* line 11387, theme.scss */
  .countdown-container {
    bottom: 24px;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%); }

  /* line 11393, theme.scss */
  .coutnt-timer {
    font-size: 42px;
    line-height: 49px; } }
/* line 11403, theme.scss */
.clearfile.is-active:before {
  content: 'Прикрепленный '; }

/* line 11407, theme.scss */
.clearfile.is-active:after {
  content: attr(data-file); }

/* line 11410, theme.scss */
.clearfile {
  background-color: transparent; }

/* line 11413, theme.scss */
.clearfile.is-active {
  padding: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #C4C4C4;
  margin-top: 20px;
  padding-left: 20px;
  text-align: left; }

/* line 11424, theme.scss */
.clearfile.is-active {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.46967 1.53033L5.46967 6.53033L6.53033 5.46967L1.53033 0.46967L0.46967 1.53033ZM5.46967 5.46967L0.46967 10.4697L1.53033 11.5303L6.53033 6.53033L5.46967 5.46967ZM10.4697 0.46967L5.46967 5.46967L6.53033 6.53033L11.5303 1.53033L10.4697 0.46967ZM5.46967 6.53033L10.4697 11.5303L11.5303 10.4697L6.53033 5.46967L5.46967 6.53033Z' fill='%23343434'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  -webkit-background-size: 11px 11px;
  background-size: 11px;
  background-position: 0px 2px; }

/* line 11431, theme.scss */
.reviews-wrapper .notice.notice-success {
  background: #4db1a3;
  border: none;
  font-size: 12px; }

/* line 11441, theme.scss */
.collection-container {
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(169, 169, 169, 0.3);
  box-shadow: 0px 0px 10px rgba(169, 169, 169, 0.3);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  max-width: 1168px;
  margin: 0 auto 24px;
  padding: 32px 15px; }

/* line 11451, theme.scss */
.collection-title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #4C4C4C; }

/* line 11460, theme.scss */
.black-friday-slider {
  max-width: 932px;
  margin: 38px auto 40px;
  position: relative; }

/* line 11472, theme.scss */
.new-year-page .collection-container {
  max-width: 1280px; }

/* line 11476, theme.scss */
.collection-btn-container {
  text-align: center; }

/* line 11479, theme.scss */
.collection-btn {
  width: 172px;
  height: 38px;
  display: inline-block;
  border: 1px solid #000;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 38px;
  text-transform: uppercase;
  color: #000000; }

/* line 11492, theme.scss */
.collection-container
.swiper-pagination {
  display: none; }

@media (max-width: 640px) {
  /* line 11497, theme.scss */
  .collection-container {
    padding-bottom: 72px; }

  /* line 11500, theme.scss */
  .black-friday-slider {
    margin-bottom: 0px; }
    /* line 11502, theme.scss */
    .black-friday-slider .swiper-container {
      padding-bottom: 104px; }

  /* line 11506, theme.scss */
  .collection-container
  .swiper-pagination {
    display: block;
    width: 100%;
    bottom: 0px;
    left: 0; }
    /* line 11512, theme.scss */
    .collection-container
    .swiper-pagination .swiper-pagination-bullet {
      opacity: 1;
      background: #DADADA !important;
      border: 0 !important;
      margin: 0 8px; }
    /* line 11518, theme.scss */
    .collection-container
    .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #FD4640 !important; }

  /* line 11522, theme.scss */
  .collection-btn-container {
    margin-top: -72px; } }
/* line 11527, theme.scss */
.collection-title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 11538, theme.scss */
.akciya-timer {
  margin-left: 16px; }

/* line 11541, theme.scss */
.akciya-timer span {
  display: none; }

/* line 11544, theme.scss */
.akciya-time-count {
  width: 62px;
  background: #FD4640;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF; }

/* calendar */
/* line 11559, theme.scss */
.items-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start; }

/* line 11573, theme.scss */
.items-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end; }

/* line 11587, theme.scss */
.items-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center; }

/* line 11601, theme.scss */
.items-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between; }

/* line 11615, theme.scss */
.items-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around; }

/*=====================================================================*/
/* line 11634, theme.scss */
.new-year-page {
  font-family: 'Helvetica';
  font-weight: normal;
  font-size: 14px; }

/* line 11639, theme.scss */
.wrap {
  max-width: 1280px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto 0; }

/* line 11646, theme.scss */
.new-year-banner {
  text-align: center; }

/*
.new-year-banner{
    padding: 43px 0;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    background: url(main-ny.jpg)no-repeat center top;
    background-size: cover;
}*/
/* line 11658, theme.scss */
.banner-container {
  color: #000;
  margin-left: 36px;
  padding: 24px; }

/* line 11664, theme.scss */
.text-present {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 8px; }

/* line 11669, theme.scss */
.banner-title {
  font-size: 52px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 32px; }

/* line 11675, theme.scss */
.banner-day-product {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 24px; }

/* line 11682, theme.scss */
.banner-day-product .sale {
  background: #FD4640;
  display: inline-block;
  margin-top: 8px;
  color: #fff; }

/* line 11688, theme.scss */
.banner-btn-link {
  display: inline-block;
  width: 148px;
  height: 40px;
  line-height: 40px;
  background: #FBD563;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #000000; }
  /* line 11702, theme.scss */
  .banner-btn-link:hover {
    color: #000;
    opacity: 0.8; }

/* line 11709, theme.scss */
.new-year-two {
  padding: 54px 0 72px; }

/* line 11712, theme.scss */
.new-year-two .wrap {
  max-width: 1208px; }

/* line 11715, theme.scss */
.new-year-two__left {
  width: 48.45890410958904%; }

/* line 11718, theme.scss */
.new-year-two__right {
  width: 48.63013698630137%; }

/* line 11721, theme.scss */
.new-year-two-title {
  font-weight: 700;
  margin-bottom: 23px;
  font-size: 22px;
  line-height: 28px;
  color: #4C4C4C;
  margin-top: 0; }

/* line 11729, theme.scss */
.new-year-two-text {
  line-height: 20px;
  margin-bottom: 32px; }

/* line 11733, theme.scss */
.new-year-two-btn {
  display: inline-block;
  width: 148px;
  height: 40px;
  line-height: 40px;
  background: #FBD563;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #000000; }
  /* line 11747, theme.scss */
  .new-year-two-btn:hover {
    opacity: 0.8; }

/* line 11752, theme.scss */
.new-year-calender {
  padding: 0 0 137px; }

/* line 11755, theme.scss */
.new-year-calender a {
  color: inherit; }

/* line 11758, theme.scss */
.new-year-calender img {
  max-width: 100%; }

/* line 11761, theme.scss */
.new-year-calender .wrap {
  padding: 0 54px; }

/* line 11764, theme.scss */
.calender-title-text {
  text-align: center; }

/* line 11767, theme.scss */
.calender-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #4C4C4C; }

/* line 11773, theme.scss */
.calender-text {
  line-height: 20px;
  color: #4C4C4C;
  padding: 8px 0 24px;
  display: none; }

/* line 11779, theme.scss */
.calender-container {
  padding-top: 40px;
  margin-bottom: -16px; }

/* line 11783, theme.scss */
.calender-day-neme {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  padding-bottom: 16px; }

/* line 11790, theme.scss */
.calender-day-neme .day-name {
  width: 12.285714%;
  max-width: 140px; }

/* line 11794, theme.scss */
.day-product-cell {
  width: 14.28571428571429%; }

/* line 11797, theme.scss */
.items-day-product {
  margin: 0 -16px; }

/* line 11800, theme.scss */
.day-product-cell {
  padding: 0 16px 16px;
  line-height: 20px; }

/* line 11804, theme.scss */
.day-product {
  border: 2px solid #FD4640;
  padding: 6px 6px 0px 6px;
  height: 100%;
  overflow: hidden;
  min-width: 140px;
  position: relative; }

/* line 11812, theme.scss */
.js-new-day .day-product {
  border: 2px solid transparent; }

/* line 11815, theme.scss */
.js-old-day .day-product {
  background: #E3E6E6;
  opacity: 0.4;
  border: 0px solid transparent;
  padding: 8px 8px 0px 8px;
  position: relative; }

/* line 11822, theme.scss */
.js-new-day-month .day-product {
  padding: 0;
  border: 0; }

/* line 11826, theme.scss */
.js-old-day .day-product:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 4; }

/* line 11834, theme.scss */
.js-old-day .day-product-inner {
  padding: 19px 0; }

/* line 11837, theme.scss */
.day-product-inner {
  position: relative;
  padding: 17px 0; }

/* line 11841, theme.scss */
.js-new-day-month .day-product-inner {
  padding: 0 0; }

/* line 11844, theme.scss */
.date-product {
  position: absolute;
  top: 5px;
  right: 5px;
  font-weight: 700; }

/* line 11850, theme.scss */
.js-today
.date-product {
  color: #FD4640; }

/* line 11854, theme.scss */
.js-old-day
.date-product {
  color: #999; }

/* line 11858, theme.scss */
.img-product {
  max-width: 100px;
  margin: 0px auto 0; }

/* line 11862, theme.scss */
.js-old-day .img-product,
.js-new-day .img-product {
  opacity: .3; }

/* line 11866, theme.scss */
.details-product {
  position: relative;
  z-index: 2;
  margin-top: -8px; }

/* line 11871, theme.scss */
.js-old-day .date-product,
.js-old-day .details-product,
.js-new-day .date-product,
.js-new-day .details-product {
  opacity: .5; }

/* line 11877, theme.scss */
.prices-product {
  margin: 0 0 8px; }

/* line 11880, theme.scss */
.js-today .prices-product .old-price {
  color: #707070; }

/* line 11883, theme.scss */
.prices-product .old-price {
  margin-right: 8px; }

/* line 11887, theme.scss */
.day-product .prices-product .old-price {
  display: block; }

/* line 11891, theme.scss */
.prices-product .old-price span {
  text-decoration: line-through; }

/* line 11894, theme.scss */
.prices-product .new-price {
  font-weight: 700;
  color: #FD4640; }

/* line 11898, theme.scss */
.title-product {
  max-width: 124px;
  font-weight: 700; }

/* line 11903, theme.scss */
.items-day-product-mobile {
  display: none; }

/* line 11907, theme.scss */
.js-new-day .day-product {
  position: relative; }
  /* line 11910, theme.scss */
  .js-new-day .day-product:after {
    background: url(calendar-photo.jpg) no-repeat;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 140px; }
  /* line 11921, theme.scss */
  .js-new-day .day-product .details-product {
    display: none; }

/* line 11927, theme.scss */
.js-tomorow .day-product:after, .js-new-day-month .day-product:after {
  background: none; }
/* line 11930, theme.scss */
.js-tomorow .day-product .details-product, .js-new-day-month .day-product .details-product {
  display: block; }

/* line 11937, theme.scss */
.js-tomorow .day-product:after {
  background: #fff;
  content: '';
  opacity: 0.6;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: 100;
  opacity: 0.1; }

@media (max-width: 1200px) {
  /* line 11953, theme.scss */
  .new-year-calender .wrap {
    padding: 0 20px; }

  /* line 11956, theme.scss */
  .calender-day-neme {
    margin: 0 -5px; }

  /* line 11959, theme.scss */
  .items-day-product {
    margin: 0 -5px; }

  /* line 11962, theme.scss */
  .calender-day-neme .day-name {
    min-width: 129px; }

  /* line 11965, theme.scss */
  .day-product-cell {
    padding: 0 5px 16px; }

  /* line 11968, theme.scss */
  .day-product {
    min-width: 129px; } }
@media (max-width: 1000px) {
  /* line 11973, theme.scss */
  .new-year-banner {
    padding: 25px 0; }

  /* line 11976, theme.scss */
  .banner-container {
    margin-left: 0; }

  /* line 11979, theme.scss */
  .banner-title {
    font-size: 40px;
    margin-bottom: 20px; }

  /* line 11983, theme.scss */
  .banner-day-product {
    font-size: 18px;
    line-height: 22px; }

  /* line 11987, theme.scss */
  .calender-day-neme {
    display: none; }

  /* line 11990, theme.scss */
  .calender-text {
    display: block; }

  /* line 11993, theme.scss */
  .calender-container {
    padding-top: 0; }

  /* line 11996, theme.scss */
  .day-product-cell {
    width: 20%; }

  /* line 11999, theme.scss */
  .day-product {
    min-width: 100%; }

  /* line 12002, theme.scss */
  .new-year-two {
    padding: 35px 0 50px; }

  /* line 12005, theme.scss */
  .new-year-two-title {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 26px; }

  /* line 12010, theme.scss */
  .new-year-two-text {
    margin-bottom: 20px; } }
@media (max-width: 768px) {
  /* line 12015, theme.scss */
  .items-day-product-desctop {
    display: none; }

  /* line 12018, theme.scss */
  .items-day-product-mobile {
    display: block; }

  /* line 12021, theme.scss */
  .slider-days.swiper-container
  .swiper-slide {
    height: auto; }

  /* line 12025, theme.scss */
  .items-day-product {
    margin: 0 auto;
    max-width: 480px; }

  /* line 12029, theme.scss */
  .today-container {
    margin: 0 -5px; }

  /* line 12032, theme.scss */
  .today-container .day-product-cell {
    width: 100%;
    padding: 0 0; }

  /* line 12036, theme.scss */
  .today-container .day-product-cell .img-product {
    max-width: 76.74418604651163%;
    width: 100%; }

  /* line 12040, theme.scss */
  .today-container .day-product-cell .img-product img {
    width: 100%; }

  /* line 12043, theme.scss */
  .today-container .day-product {
    padding: 14px 14px 0; }

  /* line 12046, theme.scss */
  .today-container .day-product-inner {
    padding: 28px 0 14px; }

  /* line 12049, theme.scss */
  .today-container
  .details-product {
    margin-top: -24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  /* line 12060, theme.scss */
  .today-container
  .date-product {
    font-size: 22px;
    line-height: 28px; }

  /* line 12065, theme.scss */
  .today-container
  .title-product {
    max-width: 100%; }

  /* line 12069, theme.scss */
  .today-container .prices-product {
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 8px 0 0; }

  /* line 12078, theme.scss */
  .slider-days.swiper-container {
    margin: 24px -20px 0; }

  /* line 12081, theme.scss */
  .slider-days
  .day-product-cell {
    padding: 0 8px 0px;
    width: 100%;
    height: 85%; }

  /*  .new-year-banner{
        padding: 25px 0 203px;
        background: url(main-ny-320.jpg)no-repeat center top;
        background-size: cover;
    }
*/
  /* line 12094, theme.scss */
  .new-year-banner .wrap {
    padding: 0 16px; }

  /* line 12097, theme.scss */
  .banner-container {
    padding: 16px; }

  /* line 12100, theme.scss */
  .banner-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 16px; }

  /* line 12105, theme.scss */
  .banner-day-product {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 16px; }

  /* line 12110, theme.scss */
  .new-year-two {
    padding: 56px 0 72px; }

  /* line 12113, theme.scss */
  .new-year-two .wrap {
    padding: 0 15px; }

  /* line 12116, theme.scss */
  .new-year-two__left,
  .new-year-two__right {
    width: 100%; }

  /* line 12120, theme.scss */
  .new-year-two__left {
    max-width: 375px;
    margin: 0 auto; }

  /* line 12124, theme.scss */
  .new-year-two__right {
    margin-top: 29px; }

  /* line 12127, theme.scss */
  .new-year-two-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 16px; }

  /* line 12132, theme.scss */
  .new-year-two-text {
    margin-bottom: 32px; } }
/* line 12139, theme.scss */
.day-product .date-product {
  z-index: 10;
  opacity: 1; }

/* line 12144, theme.scss */
.collection-layout {
  display: grid;
  grid-gap: 20px 10px;
  grid-template-columns: 234px auto; }
  /* line 12149, theme.scss */
  .collection-layout.one-col {
    grid-template-columns: 100%;
    margin-bottom: 40px; }
  @media (max-width: 1024px) {
    /* line 12144, theme.scss */
    .collection-layout {
      grid-template-columns: 100%; } }

/* line 12159, theme.scss */
.filter-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  position: relative;
  padding: 0; }
  /* line 12169, theme.scss */
  .filter-title [data-tab-anchor] {
    padding: 0 20px 0 0;
    width: 100%;
    display: block;
    background: transparent;
    z-index: 1;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

/* line 12183, theme.scss */
.filter {
  border-top: 1px solid #EAEAEA;
  width: 100%;
  padding: 20px 0; }

/* line 12188, theme.scss */
.filter:last-child {
  border-bottom: 1px solid #EAEAEA; }

/* line 12192, theme.scss */
.collection-filter {
  padding: 0; }

/* line 12195, theme.scss */
.paginate {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, 25px);
  grid-gap: 5px; }

/* line 12205, theme.scss */
.paginate-item.is-current span, .paginate-item.is-current a {
  background: #80C7B6;
  color: #fff; }

/* line 12211, theme.scss */
.paginate-item a, .paginate-item span {
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  color: #707070;
  display: block;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

/* line 12225, theme.scss */
.paginate-item a:hover {
  background: #a9d3c9;
  color: #d2d4d3; }

/* line 12230, theme.scss */
.collection-order.is-page-size.cell-6 label, .collection-order.is-page-size-button label {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #80C7B6; }

/* line 12239, theme.scss */
.js-filter-section.is-active-container .filter-title:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 12245, theme.scss */
.card-color:nth-child(6) ~ .card-color {
  display: none; }

/* line 12249, theme.scss */
.card-colors-blocks-alitle .card-color:nth-child(6) ~ .card-color {
  display: inline-block; }

@media (max-width: 768px) {
  /* line 12254, theme.scss */
  .card-color:nth-child(3) ~ .card-color {
    display: none; } }
/* line 12259, theme.scss */
.card-colors-more {
  color: #C4C4C4;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none; }

/* line 12266, theme.scss */
.card-color a[style="background: #ffffff"] {
  border: 1px solid #d3d3d3; }

/* line 12270, theme.scss */
.ajs-content .collection-filter {
  display: block; }

/* line 12274, theme.scss */
.open-collection-filter .ajs-body {
  padding: 0; }

/* line 12278, theme.scss */
.open-collection-filter .ajs-content {
  padding: 0 !important; }

/* line 12282, theme.scss */
.order-radio {
  display: block; }

/* line 12285, theme.scss */
.collection-order-mob {
  width: 100%; }

/* line 12288, theme.scss */
.card-grid .option-color-mask {
  display: none; }

/* line 12292, theme.scss */
.card-discount {
  display: inline-block;
  vertical-align: middle; }

/* line 12297, theme.scss */
.collection_order_mobile-trigger {
  background-color: #fff;
  margin: 0 -15px;
  padding: 12px 15px;
  font-size: 14px;
  line-height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.53033 0.46967C1.23744 0.176777 0.762563 0.176777 0.46967 0.46967C0.176777 0.762563 0.176777 1.23744 0.46967 1.53033L1.53033 0.46967ZM6 6L5.46967 6.53033L6 7.06066L6.53033 6.53033L6 6ZM11.5303 1.53033C11.8232 1.23744 11.8232 0.762563 11.5303 0.46967C11.2374 0.176777 10.7626 0.176777 10.4697 0.46967L11.5303 1.53033ZM0.46967 1.53033L5.46967 6.53033L6.53033 5.46967L1.53033 0.46967L0.46967 1.53033ZM6.53033 6.53033L11.5303 1.53033L10.4697 0.46967L5.46967 5.46967L6.53033 6.53033Z' fill='%23C4C4C4'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  -webkit-background-size: 12px 12px;
  background-size: 12px;
  background-position: calc(100% - 15px) 50%;
  width: calc(100% + 27px);
  text-align: left;
  border-top: 1px solid #EAEAEA;
  /* @media (max-width: 768px) {
     width: calc(100% + 20px);
     margin: 0 -10px;
   }*/ }

@media (max-width: 768px) {
  /* line 12321, theme.scss */
  .collection-layout {
    grid-gap: 0px; }

  /* line 12324, theme.scss */
  .main-collection {
    margin: 0 -10px; }

  /* line 12330, theme.scss */
  .card-info .alert_color:before {
    display: none; }
  /* line 12333, theme.scss */
  .card-info .card-colors {
    position: relative;
    display: none !important; }
  /* line 12338, theme.scss */
  .card-info span.card-color {
    position: static; }
  /* line 12342, theme.scss */
  .card-info .alert_color {
    left: 0;
    width: 100%; }
  /* line 12347, theme.scss */
  .card-info .card-color:hover .alert_color .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  /* line 12354, theme.scss */
  .card-info .card-color:hover .alert_color .row > * {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; } }
/* line 12364, theme.scss */
.order-radio {
  padding: 15px 10px;
  border-bottom: 1px solid #EAEAEA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }

/* line 12379, theme.scss */
.order-radio-control {
  font-size: 14px;
  line-height: 20px; }

/* line 12384, theme.scss */
.order-radio-control:before {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  height: 20px;
  width: 20px;
  border: 1px solid #C4C4C4;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 8px;
  line-height: 1; }

/* line 12397, theme.scss */
[name="order"]:checked + .order-radio-control:after {
  content: '';
  background: #80C7B6;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 15px;
  top: 20px; }

/* line 12409, theme.scss */
.card-color {
  margin-right: 5px; }

/* line 12412, theme.scss */
.filter-ipad-show {
  display: none; }

/* line 12415, theme.scss */
.filter-ipad-show {
  font-size: 14px;
  line-height: 24px;
  -ms-flex-item-align: center;
  align-self: center; }

/* line 12422, theme.scss */
.filter-ipad-show:before {
  content: '';
  background-image: url(ic-filtr.svg);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: 24px;
  height: 24px;
  background-position: center;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle; }

@media (max-width: 1024px) {
  /* line 12437, theme.scss */
  .filter {
    padding: 20px; }

  /* line 12440, theme.scss */
  .filter-ipad-show {
    display: block; }

  /* line 12443, theme.scss */
  .collection-sort {
    display: grid;
    grid-template-columns: 1fr 3fr; } }
@media (max-width: 1024px) {
  /* line 12450, theme.scss */
  .collection-sort {
    display: block;
    grid-template-columns: 100%;
    width: 100%; }

  /* line 12455, theme.scss */
  .filter-ipad-show {
    display: none; }

  /* line 12458, theme.scss */
  .filter-items-list {
    grid-gap: 10px; }

  /* line 12461, theme.scss */
  .filter {
    padding: 13.5px 10px; } }
/* line 12465, theme.scss */
.mobile-filter-clear a {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #80C7B6;
  text-decoration: none; }

/* line 12475, theme.scss */
.mobile-filter-clear {
  padding: 15px 10px; }

/* line 12479, theme.scss */
.mobile-filter-clear span {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #c4c4c4;
  text-decoration: none; }

/* line 12488, theme.scss */
.mobile-filter-clear {
  display: none; }
  @media (max-width: 768px) {
    /* line 12491, theme.scss */
    .mobile-filter-clear.is-active {
      display: block; } }

@media (max-width: 768px) {
  /* line 12498, theme.scss */
  .filter-title > span:after {
    content: attr(data-current-num);
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #c4c4c4;
    text-decoration: none;
    display: none; } }
/* line 12511, theme.scss */
.ss-main .ss-single-selected .ss-arrow span {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M13.25 1.5L7 7.75L0.75 1.5' stroke='%23C4C4C4' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  position: absolute;
  z-index: 0;
  right: 0;
  width: 14px;
  height: 8px;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1 !important;
  border: none;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  margin: 0 6px 0 0 !important; }

/* line 12531, theme.scss */
.range-slider-input [class="cell-6"]:first-child:before {
  content: 'от';
  position: absolute;
  left: 24px;
  z-index: 1;
  top: 7px;
  font-size: 13px; }

/* line 12539, theme.scss */
.range-slider-input [class="cell-6"]:last-child:before {
  content: 'до';
  position: absolute;
  left: 24px;
  z-index: 1;
  top: 7px;
  font-size: 13px; }

/* line 12547, theme.scss */
.collection-filter .range-slider input {
  padding-left: 31px; }

/* line 12552, theme.scss */
.range-slider-input [class="cell-6"] {
  position: relative; }

/* line 12556, theme.scss */
.range-slider-input [class="cell-6"]:first-child:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  background: #979292;
  right: -5px;
  top: 50%; }

/* line 12567, theme.scss */
.range-slider-input.row.is-grid {
  margin-left: -10px;
  margin-right: -10px; }

/* line 12572, theme.scss */
.range-slider-input [class="cell-6"] {
  padding-left: 10px;
  padding-right: 10px; }

/* line 12577, theme.scss */
.product_catalog {
  display: grid;
  width: 100%;
  grid-template-columns: 50% 50%;
  height: 140px; }

/* line 12584, theme.scss */
.product_catalog-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  background: #F0F4F5;
  -webkit-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
  height: 140px; }

/* line 12601, theme.scss */
.product_catalog-image {
  -webkit-border-radius: 0px  5px 5px 0px;
  border-radius: 0px  5px 5px 0px;
  overflow: hidden; }

/* line 12606, theme.scss */
.product_catalog-image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%; }

/* line 12614, theme.scss */
.product_catalog {
  font-weight: bold;
  font-size: 12px;
  line-height: 140%;
  text-transform: uppercase;
  color: #343434;
  font-family: Roboto;
  margin-bottom: 40px; }

/* line 12624, theme.scss */
.product_catalog-link {
  color: #7FAEA5;
  text-transform: none;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400; }

/* line 12632, theme.scss */
.product_catalog-text strong {
  color: #7FAEA5;
  font-weight: inherit; }

/* line 12637, theme.scss */
.product_tab {
  margin-bottom: 40px; }

/* line 12640, theme.scss */
.related_articles-image {
  margin-bottom: 10px; }

/* line 12644, theme.scss */
.related_articles-image img {
  vertical-align: top; }

/* line 12648, theme.scss */
.related_articles-title {
  margin-bottom: 10px;
  display: block; }

/* line 12653, theme.scss */
.related_articles-header {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #343434;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

/* line 12665, theme.scss */
.related_articles-breadcrumb {
  color: #343434;
  font-weight: 600; }

/* line 12670, theme.scss */
.related_articles-breadcrumb:not(:last-child):after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='8' viewBox='0 0 5 8' fill='none'%3E%3Cpath d='M1 1L4 4L1 7' stroke='%23525252' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 6px;
  height: 8px;
  display: inline-block;
  vertical-align: baseline;
  margin-bottom: 1px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  margin: 0 8px 0px; }

/* line 12683, theme.scss */
[data-tab-target="description"] p {
  margin: 0;
  font-size: 12px;
  line-height: 14px; }

/* line 12688, theme.scss */
.delivery-info-icon img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center; }

/* line 12694, theme.scss */
[data-tab-target="description"] p + p {
  margin-top: 1em; }

/* line 12697, theme.scss */
.main-color {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 16px;
  color: #343434; }

/* line 12707, theme.scss */
.main-color-label {
  margin-right: 3px; }

/* line 12711, theme.scss */
.color-wrapper {
  display: grid;
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
  grid-gap: 30px;
  margin-bottom: 20px; }

/* line 12725, theme.scss */
.option-image:hover .option-image-round.not-available:after {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='13' viewBox='0 0 14 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1L1 12M1 1L13 12' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A") !important;
  -webkit-background-size: 12px 12px !important;
  background-size: 12px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  display: inline-block;
  top: 0; }

/* line 12739, theme.scss */
.option-image:hover .option-image-round:after {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='12' viewBox='0 0 15 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.72032 4.80636C1.33723 4.40854 0.70418 4.39659 0.306358 4.77968C-0.0914636 5.16277 -0.103408 5.79582 0.27968 6.19364L1.72032 4.80636ZM5.33333 10L4.61301 10.6936L5.33333 11.4417L6.05365 10.6936L5.33333 10ZM14.7203 1.69364C15.1034 1.29582 15.0915 0.662767 14.6936 0.27968C14.2958 -0.103408 13.6628 -0.0914636 13.2797 0.306358L14.7203 1.69364ZM0.27968 6.19364L4.61301 10.6936L6.05365 9.30636L1.72032 4.80636L0.27968 6.19364ZM6.05365 10.6936L14.7203 1.69364L13.2797 0.306358L4.61301 9.30636L6.05365 10.6936Z' fill='white'/%3E%3C/svg%3E%0A") !important;
  -webkit-background-size: 13px 13px !important;
  background-size: 13px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  display: inline-block;
  top: 0; }
  @media (max-width: 768px) {
    /* line 12739, theme.scss */
    .option-image:hover .option-image-round:after {
      -webkit-background-size: 9px 9px;
      background-size: 9px; } }

/* line 12757, theme.scss */
.alert_color-available {
  font-size: 12px;
  line-height: 14px;
  margin-top: 10px; }
  /* line 12763, theme.scss */
  .alert_color-available__new span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #7FAEA5; }

/* line 12774, theme.scss */
.alert_color-available.is-available {
  color: #7FAEA5;
  font-weight: 400; }

/* line 12779, theme.scss */
.alert_color-available.not-available {
  color: #FD4640;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' viewBox='0 0 12 13' fill='none'%3E%3Cpath d='M10.4936 1.90406L1 11.0136M1.00018 1.90405L10.4937 11.0136' stroke='%23FD4640' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  padding-left: 15px;
  -webkit-background-size: 12px 12px;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 0 50%; }

/* line 12789, theme.scss */
.alert_color-available.is-available {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9' fill='none'%3E%3Cpath d='M1 3.30769L4.80952 7L11 1' stroke='%237FAEA5' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  padding-left: 15px;
  -webkit-background-size: 10px 10px;
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 0 50%; }

/* line 12798, theme.scss */
.product_images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px; }
  @media (max-width: 640px) {
    /* line 12798, theme.scss */
    .product_images {
      grid-gap: 6px; } }

/* line 12806, theme.scss */
.product_images.is-1 {
  grid-template-columns: repeat(1, 1fr); }

/* line 12810, theme.scss */
.product_images-item img {
  max-height: none;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%; }

/* line 12820, theme.scss */
.product_images {
  width: 100%;
  max-width: 100%; }

/* line 12825, theme.scss */
.product_images-item {
  text-align: center; }

/* line 12829, theme.scss */
.product_images-item:nth-child(3) {
  grid-column: 1 / span 2; }

@media (max-width: 640px) {
  /* line 12833, theme.scss */
  .product_left {
    margin: 0 -10px; } }

/* line 12841, theme.scss */
.product_left-bottom {
  width: 100%;
  max-width: 100%; }

/* line 12846, theme.scss */
.product_left-top {
  width: 100%;
  max-width: 100%; }

/* line 12852, theme.scss */
.property_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* line 12857, theme.scss */
.property_line-item {
  padding-left: 30px;
  max-width: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%; }

/* line 12863, theme.scss */
.property_line-item:first-child {
  padding-left: 0 !important; }

/* line 12867, theme.scss */
.property_line.is-between .property_line-item:last-child {
  padding-right: 0; }

/* line 12872, theme.scss */
.property_line.is-between_last {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0; }

/* line 12878, theme.scss */
.property_line-item.is-seriya {
  max-width: none;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

/* line 12884, theme.scss */
.property_line-item.is-obem, .property_line-item.is-garantiya {
  max-width: 70px;
  -ms-flex-preferred-size: 70px;
  flex-basis: 70px; }

/* line 12890, theme.scss */
.property_line-item div {
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  margin-bottom: 5px; }

/* line 12897, theme.scss */
.property_line-item span {
  font-size: 14px;
  line-height: 16px;
  font-weight: normal; }

/* line 12904, theme.scss */
.property_line {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #EAEAEA; }

/* line 12910, theme.scss */
.product_label-item {
  border: 1px solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 14px;
  color: #7FAEA5;
  display: inline-block;
  vertical-align: middle;
  margin: 5px 3px 5px 0px; }

/* line 12928, theme.scss */
.labels_list .product_label-item {
  margin-top: 0; }

/* line 12933, theme.scss */
.product_info-top {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

/* line 12938, theme.scss */
.product_label {
  margin-left: 12px;
  margin-top: -9px; }

/* line 12943, theme.scss */
.main-color-value [alt="Белый"],
.main-color-value [alt="Прозрачный"],
.main-color-value [alt="белый"] {
  border: 2px solid #cdcdcd;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

/* line 12951, theme.scss */
.main-color {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start; }

/* line 12957, theme.scss */
.main-color-value {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 28px; }

/* line 12967, theme.scss */
.main-color-value .option-image-round {
  margin-left: 10px; }

/* line 12971, theme.scss */
.related_products-title {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #343434;
  font-weight: bold;
  margin-bottom: 20px; }

/* line 12980, theme.scss */
.related_products-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1px; }

/* line 12986, theme.scss */
.related_products-list .card-grid {
  -webkit-box-shadow: 0 0 0 1px #EAEAEA;
  box-shadow: 0 0 0 1px #EAEAEA; }

/* line 12991, theme.scss */
.product_tab-mobile {
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.02em;
  color: #000000;
  padding: 20px 10px;
  border-top: 1px solid #EAEAEA;
  cursor: pointer; }

@media (max-width: 640px) {
  /* line 13003, theme.scss */
  .product-actions-right {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 10px; }

  /* line 13009, theme.scss */
  .gallery-slide img {
    max-height: 360px;
    -o-object-fit: contain;
    object-fit: contain; } }
@media (max-width: 480px) {
  /* line 13016, theme.scss */
  .product-info .color-block__new {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: block;
    white-space: nowrap;
    max-width: none;
    overflow-x: scroll;
    overflow-y: hidden; }

  /* line 13026, theme.scss */
  .product-info .main-color {
    display: inline-block;
    vertical-align: top; }

  /* line 13031, theme.scss */
  .product-info .option {
    max-width: 100%; }

  /* line 13035, theme.scss */
  .product-info .color-wrapper {
    display: block; }

  /* line 13039, theme.scss */
  .alert_color.alert_color__new {
    display: none !important; } }
@media (max-width: 480px) {
  /* line 13044, theme.scss */
  .color-wrapper {
    grid-gap: 20px; }

  /* line 13047, theme.scss */
  .product-sku {
    font-size: 10px;
    line-height: 12px;
    color: #A9A9A9;
    position: relative;
    bottom: initial;
    right: initial;
    top: -15px; }

  /* line 13057, theme.scss */
  .product-price {
    font-size: 16px;
    line-height: 19px;
    font-weight: 500; }

  /* line 13062, theme.scss */
  .product-info .option-image.active .option-color-mask {
    width: 16px;
    height: 16px; }

  /* line 13067, theme.scss */
  .product-info .option-image-round {
    width: 20px;
    height: 20px; }

  /* line 13072, theme.scss */
  .product-info .color-block {
    grid-template-columns: repeat(auto-fill, 20px); }

  /* line 13075, theme.scss */
  .product-title {
    font-weight: 500;
    font-size: 18px !important;
    line-height: 16px; }

  /* line 13080, theme.scss */
  .product_container {
    padding-top: 14px; }

  /* line 13083, theme.scss */
  .breadcrumb-link {
    font-size: 10px;
    line-height: 1.1; }

  /*
    .breadcrumb-link.current-page {
      display: none;
    }
  */
  /* line 13092, theme.scss */
  .breadcrumb-item:not(:last-child):after {
    width: 4px;
    height: 6px;
    margin-bottom: 6px;
    margin-left: 2px; }

  /* line 13098, theme.scss */
  .product_tab-mobile {
    display: block; }

  /* line 13101, theme.scss */
  .bttn-prim.in-product {
    max-width: 100%;
    font-weight: 500; }

  /* line 13105, theme.scss */
  .product-actions {
    margin-top: 10px;
    margin-bottom: 20px; }

  /* line 13109, theme.scss */
  .product_adv {
    margin-top: 0;
    margin-bottom: 20px; }

  /* line 13113, theme.scss */
  .product_adv-text,
  .product_adv-text p {
    font-size: 8px;
    line-height: 9px; }

  /* line 13118, theme.scss */
  .product_adv-icon {
    height: 25px; }

  /* line 13121, theme.scss */
  .product_adv-item {
    padding: 15px 10px; }

  /* line 13124, theme.scss */
  .product_tab {
    margin: 0 -10px 20px; }

  /* line 13127, theme.scss */
  .product_images {
    margin-bottom: 20px; }

  /* line 13131, theme.scss */
  .product_tab-box {
    border-top: none; }

  /* line 13135, theme.scss */
  .product_tab-target {
    padding: 20px 10px; } }
/* line 13141, theme.scss */
.product_tab-mobile {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1.53033 0.46967C1.23744 0.176777 0.762563 0.176777 0.46967 0.46967C0.176777 0.762563 0.176777 1.23744 0.46967 1.53033L1.53033 0.46967ZM6 6L5.46967 6.53033L6 7.06066L6.53033 6.53033L6 6ZM11.5303 1.53033C11.8232 1.23744 11.8232 0.762563 11.5303 0.46967C11.2374 0.176777 10.7626 0.176777 10.4697 0.46967L11.5303 1.53033ZM0.46967 1.53033L5.46967 6.53033L6.53033 5.46967L1.53033 0.46967L0.46967 1.53033ZM6.53033 6.53033L11.5303 1.53033L10.4697 0.46967L5.46967 5.46967L6.53033 6.53033Z' fill='%23C4C4C4'/%3E%3C/svg%3E");
  -webkit-background-size: 16px 8px;
  background-size: 16px 8px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%; }

/* line 13149, theme.scss */
.product_tab-mobile.is-button-active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1.53033 7.53033C1.23744 7.82322 0.762563 7.82322 0.46967 7.53033C0.176777 7.23744 0.176777 6.76256 0.46967 6.46967L1.53033 7.53033ZM6 2L5.46967 1.46967L6 0.93934L6.53033 1.46967L6 2ZM11.5303 6.46967C11.8232 6.76256 11.8232 7.23744 11.5303 7.53033C11.2374 7.82322 10.7626 7.82322 10.4697 7.53033L11.5303 6.46967ZM0.46967 6.46967L5.46967 1.46967L6.53033 2.53033L1.53033 7.53033L0.46967 6.46967ZM6.53033 1.46967L11.5303 6.46967L10.4697 7.53033L5.46967 2.53033L6.53033 1.46967Z' fill='%23C4C4C4'/%3E%3C/svg%3E"); }

/* line 13153, theme.scss */
.main-color-value .option-image-round img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%; }

/* line 13160, theme.scss */
.main-color-label {
  line-height: 28px; }

/* line 13164, theme.scss */
.main-color-value .option-image-round:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='12' viewBox='0 0 15 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.72032 4.80636C1.33723 4.40854 0.70418 4.39659 0.306358 4.77968C-0.0914636 5.16277 -0.103408 5.79582 0.27968 6.19364L1.72032 4.80636ZM5.33333 10L4.61301 10.6936L5.33333 11.4417L6.05365 10.6936L5.33333 10ZM14.7203 1.69364C15.1034 1.29582 15.0915 0.662767 14.6936 0.27968C14.2958 -0.103408 13.6628 -0.0914636 13.2797 0.306358L14.7203 1.69364ZM0.27968 6.19364L4.61301 10.6936L6.05365 9.30636L1.72032 4.80636L0.27968 6.19364ZM6.05365 10.6936L14.7203 1.69364L13.2797 0.306358L4.61301 9.30636L6.05365 10.6936Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  -webkit-background-size: 13px 13px;
  background-size: 13px;
  background-position: 50%;
  left: 0;
  top: 0;
  background-repeat: no-repeat; }
  @media (max-width: 768px) {
    /* line 13164, theme.scss */
    .main-color-value .option-image-round:after {
      -webkit-background-size: 9px 9px;
      background-size: 9px; } }

/* line 13183, theme.scss */
.main-color-value .option-image-round {
  position: relative; }

@media (max-width: 640px) {
  /* line 13187, theme.scss */
  .prod-ex-info {
    margin-top: 0px; } }

/* line 13194, theme.scss */
.product-actions-buy {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 193px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 640px) {
    /* line 13194, theme.scss */
    .product-actions-buy {
      grid-gap: 16px;
      grid-template-columns: auto; } }

/* line 13207, theme.scss */
.product-info.is-available .product-available {
  display: none; }

/* line 13211, theme.scss */
.product-info.not-available .product-available:after {
  content: 'Нет в наличии';
  font-size: 14px;
  line-height: 18px;
  color: #343434;
  display: inline-block;
  vertical-align: middle; }

/* line 13220, theme.scss */
.rel_products-more {
  display: none;
  text-align: center;
  padding: 20px; }

/* line 13225, theme.scss */
.rel_products-button {
  font-size: 14px;
  line-height: 16px;
  color: #7FAEA5;
  background: transparent; }

/* line 13232, theme.scss */
.rel_products-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 1px; }

/* line 13238, theme.scss */
.rel_products-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  text-transform: uppercase;
  color: #343434;
  margin-bottom: 20px;
  margin-top: 20px; }
  @media (max-width: 640px) {
    /* line 13238, theme.scss */
    .rel_products-title {
      text-align: left;
      margin-top: 0px; } }

/* line 13252, theme.scss */
.bttn-prim.in-product.is-link {
  border: 1px solid #80C7B6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #80C7B6;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  background: transparent; }
  /* line 13266, theme.scss */
  .bttn-prim.in-product.is-link:hover {
    background: transparent;
    border: 1px solid #80C7B6; }

@media (max-width: 640px) {
  /* line 13272, theme.scss */
  .footer-subscribe-form input {
    width: 100%;
    margin-right: 10px; }

  /* line 13276, theme.scss */
  .product_tab-target {
    font-size: 12px;
    line-height: 14px; }

  /* line 13280, theme.scss */
  .breadcrumb-wrapper.is-product {
    display: block !important;
    margin-bottom: 0 !important; }
    /* line 13283, theme.scss */
    .breadcrumb-wrapper.is-product li.breadcrumb-item {
      display: inline-block !important; }

  /* line 13287, theme.scss */
  .rel_products-list {
    margin: 0 -10px; }

  /* line 13290, theme.scss */
  .rel_products-list {
    grid-template-columns: repeat(2, 1fr); } }
/* line 13295, theme.scss */
.rel_products-list .card-grid {
  -webkit-box-shadow: 0 0 0 1px #EAEAEA;
  box-shadow: 0 0 0 1px #EAEAEA; }

@media (min-width: 1200px) {
  /* line 13300, theme.scss */
  .rel_products-list {
    padding: 1px; } }
/* line 13306, theme.scss */
.card-grid .card-old_price span {
  display: none; }

/* line 13312, theme.scss */
.gallery-wrapper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #C4C4C4;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border: none; }
  @media (max-width: 480px) {
    /* line 13312, theme.scss */
    .gallery-wrapper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
      width: 4px;
      height: 4px;
      margin: 0 2px; } }
/* line 13325, theme.scss */
.gallery-wrapper .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FF5E55 !important; }

/* line 13333, theme.scss */
.swiper-container-widjet .swiper-pagination-bullet {
  background: #EAEAEA !important;
  border: none !important; }
/* line 13338, theme.scss */
.swiper-container-widjet .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FD4640 !important;
  border: none !important; }

@media (max-width: 480px) {
  /* line 13348, theme.scss */
  .property_line-item div, .property_line-item span, .property span {
    font-size: 10px !important;
    line-height: 12px !important; }

  /* line 13352, theme.scss */
  .related_products {
    margin-bottom: 40px; } }
/* line 13357, theme.scss */
.product_label-item.product_label-sale {
  color: #FF5E55; }

/* line 13361, theme.scss */
.product_label-item.product_label-free {
  color: #FF5E55; }

/* line 13364, theme.scss */
.product_images-item img {
  vertical-align: top; }

/* line 13367, theme.scss */
.myFancyBox .fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95px;
  padding: 10px 10px 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3); }

/* line 13380, theme.scss */
.myFancyBox .fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 95px; }

/* line 13385, theme.scss */
.myFancyBox .fancybox-inner {
  width: 100%;
  height: calc(100% - 100px); }

@media (min-width: 321px) and (max-width: 480px) {
  /* line 13391, theme.scss */
  .product-bonus-p {
    display: block;
    margin-top: 5px; }

  /* line 13395, theme.scss */
  .product_adv-row {
    grid-template-columns: repeat(4, calc(25% - 8px)); }

  /* line 13398, theme.scss */
  .product-discount {
    font-size: 20px;
    line-height: 27px; }

  /* line 13402, theme.scss */
  .product-title {
    font-size: 30px; }

  /* line 13406, theme.scss */
  .product-sku {
    font-size: 14px;
    line-height: 16px;
    max-width: 200px; }

  /* line 13412, theme.scss */
  .bttn-prim.in-product {
    font-size: 12px;
    line-height: 38px;
    height: 40px !important;
    padding-top: 0;
    padding-bottom: 0px; }

  /* line 13420, theme.scss */
  .product-info .option-image.active .option-color-mask {
    width: 26px;
    height: 26px; }

  /* line 13425, theme.scss */
  .product-info .option-image-round__new {
    width: 60px;
    height: 60px; }

  /* line 13429, theme.scss */
  .product-info .color-block {
    grid-template-columns: repeat(auto-fill, 30px) !important; }

  /* line 13432, theme.scss */
  .bttn-prim.in-product.is-link {
    line-height: 38px;
    font-size: 12px; }

  /* line 13438, theme.scss */
  .not-available .bttn-prim.is-arrival.in-product {
    line-height: 38px;
    font-size: 14px; }

  /* line 13443, theme.scss */
  .product_adv-text {
    font-size: 12px;
    line-height: 14px; }

  /* line 13448, theme.scss */
  .product_adv-content {
    margin-bottom: 16px; }

  /* line 13451, theme.scss */
  .product_adv-icon {
    height: 40px; }

  /* line 13454, theme.scss */
  .property_line-item div, .property_line-item span, .property span {
    font-size: 14px !important;
    line-height: 16px !important; }

  /* line 13458, theme.scss */
  .product_tab-mobile {
    font-size: 14px;
    line-height: 16px; }

  /* line 13462, theme.scss */
  .related_articles-breadcrumb, .related_products-title {
    font-size: 20px;
    line-height: 140%; }

  /* line 13467, theme.scss */
  .related_articles-breadcrumb:not(:last-child):after {
    height: 12px;
    margin: 0 8px 0px 4px;
    width: 8px; }

  /* line 13473, theme.scss */
  .product-old_price span {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px; }

  /* line 13478, theme.scss */
  .with-old-price .product-price {
    font-size: 20px; }

  /* line 13481, theme.scss */
  .rel_products-title {
    font-size: 20px;
    line-height: 23px; }

  /* line 13486, theme.scss */
  .property span:first-child {
    width: 180px; }

  /* line 13490, theme.scss */
  .property span:last-child {
    width: 140px;
    display: inline-block; } }
/* line 13497, theme.scss */
.card-color {
  position: relative; }

/* line 13500, theme.scss */
.card-color:hover .alert_color {
  display: block; }

/* line 13504, theme.scss */
.collection_link {
  -webkit-box-shadow: 0 0 0 1px #EAEAEA;
  box-shadow: 0 0 0 1px #EAEAEA;
  display: block;
  position: relative;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

/* line 13514, theme.scss */
.collection_link img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: top;
  object-position: top;
  vertical-align: top; }

/* line 13524, theme.scss */
.new-day-month-img {
  display: none; }

/* line 13530, theme.scss */
.mobile-is-modal-open .bottom-info, .open-collection-filter .bottom-info {
  display: none; }

/* line 13535, theme.scss */
.main-collection {
  margin-bottom: 20px; }

/* line 13539, theme.scss */
.collection-wrapper .paginate {
  margin-top: 0;
  margin-bottom: 0; }

/* PAGE.ABOUT-BRAND */
/* line 13545, theme.scss */
.page-brand_title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  line-height: 1em;
  font-size: 28px;
  color: #343434;
  margin-bottom: 30px;
  text-align: left;
  margin-top: 0; }

/* line 13556, theme.scss */
.is-about-brand .breadcrumb-wrapper {
  margin-bottom: 0; }

/* line 13559, theme.scss */
.page-brand-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  text-transform: uppercase;
  color: #343434; }

/* line 13568, theme.scss */
.page-brand-content {
  margin: auto; }

/* line 13571, theme.scss */
.page-brand-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #343434; }

/* line 13580, theme.scss */
.page-brand {
  display: grid;
  grid-template-columns: 535px auto;
  gap: 0 20px;
  margin-bottom: 126px; }

/* line 13586, theme.scss */
.page-brand:nth-child(even) .page-brand-content {
  text-align: right; }

/* line 13589, theme.scss */
.page-brand:nth-child(odd) .page-brand-image {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-align: right; }

/* line 13595, theme.scss */
.page-brand:nth-child(odd) .page-brand-content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

/* line 13600, theme.scss */
.page-brand:nth-child(odd) {
  grid-template-columns: auto 540px; }

/* line 13603, theme.scss */
.page-brand:nth-child(1n+5) {
  margin-bottom: 80px; }

/* line 13606, theme.scss */
.page-brand-inner {
  margin-bottom: 78px;
  margin-top: 80px; }

/* line 13610, theme.scss */
.is-about-brand .instagram-list .swiper-container {
  padding-bottom: 60px; }

@media (max-width: 640px) {
  /* line 13614, theme.scss */
  .page-brand .page-brand-image {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important; }

  /* line 13620, theme.scss */
  .page-brand .page-brand-content {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important; }

  /* line 13626, theme.scss */
  .page-brand_title {
    margin-bottom: 20px; }

  /* line 13630, theme.scss */
  .page-brand {
    grid-template-columns: 1fr; }

  /* line 13633, theme.scss */
  .page-brand:nth-child(odd) {
    grid-template-columns: 1fr; }

  /* line 13636, theme.scss */
  .page-brand:nth-child(even) .page-brand-content {
    text-align: left; }

  /* line 13639, theme.scss */
  .page-brand-title {
    font-size: 20px;
    line-height: 23px; }

  /* line 13643, theme.scss */
  .page-brand-text {
    font-size: 14px;
    line-height: 18px; }

  /* line 13647, theme.scss */
  .page-brand, .page-brand:nth-child(1n+5) {
    margin-bottom: 46px; }

  /* line 13650, theme.scss */
  .page-brand-image {
    margin-bottom: 30px; }

  /* line 13653, theme.scss */
  .page-brand-inner {
    margin: 40px 0; }

  /* line 13656, theme.scss */
  .page-brand_title {
    text-align: center;
    font-size: 20px;
    line-height: 23px; }

  /* line 13661, theme.scss */
  .page-brand .page-brand-image, .page-brand:nth-child(odd) .page-brand-image {
    text-align: center;
    width: 100%; } }
@media (min-width: 641px) and (max-width: 800px) {
  /* line 13668, theme.scss */
  .page-brand {
    grid-template-columns: 1fr 1fr; }

  /* line 13671, theme.scss */
  .page-brand:nth-child(odd) {
    grid-template-columns: 1fr 1fr; } }
/* page lending */
/* line 13679, theme.scss */
.page-lending-wrapper {
  background: #1C1C1C;
  color: #FFFFFF;
  padding-bottom: 157px; }
  @media (max-width: 768px) {
    /* line 13679, theme.scss */
    .page-lending-wrapper {
      padding-bottom: 60px; } }

/* line 13690, theme.scss */
.page-lending-content {
  max-width: 838px;
  margin: 0 auto;
  padding-top: 40px;
  letter-spacing: 0.01em;
  font-size: 18px;
  line-height: 135%; }

/* line 13700, theme.scss */
.lending-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 40px;
  margin-bottom: 50px; }
  /* line 13706, theme.scss */
  .lending-menu a {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none; }
    /* line 13713, theme.scss */
    .lending-menu a:hover {
      text-decoration: underline; }

/* line 13721, theme.scss */
.swiper-container.promo-lending-slider .swiper-pagination.swiper-pagination-bullets {
  bottom: 30px; }
/* line 13725, theme.scss */
.swiper-container.promo-lending-slider .swiper-pagination-bullet {
  background: #C4C4C4 !important;
  cursor: pointer !important;
  border: none;
  width: 10px;
  height: 10px; }
/* line 13733, theme.scss */
.swiper-container.promo-lending-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FF5E55 !important; }
/* line 13737, theme.scss */
.swiper-container.promo-lending-slider .swiper-button-prev {
  background: url(arr-left-white.svg) no-repeat;
  width: 19px; }
/* line 13742, theme.scss */
.swiper-container.promo-lending-slider .swiper-button-next {
  background: url(arr-right-white.svg) no-repeat;
  width: 19px; }

/* line 13749, theme.scss */
.page-lending-items-descr {
  font-size: 14px;
  line-height: 135%;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  margin-bottom: 40px; }
  /* line 13756, theme.scss */
  .page-lending-items-descr p {
    margin-top: 5px; }

/* line 13762, theme.scss */
.page-lending-items-link {
  background: #fff;
  display: block;
  max-width: 200px;
  height: 40px;
  font-weight: 500;
  font-size: 12px;
  line-height: 135%;
  text-transform: uppercase;
  color: #000000; }

/* line 13774, theme.scss */
.page-lending-items-info {
  margin: 100px auto;
  max-width: 1075px; }

/* line 13780, theme.scss */
.page-lending-items-info h2 {
  font-weight: 300;
  font-size: 40px;
  line-height: 47px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 0; }

/* line 13789, theme.scss */
.page-lend-button {
  background: #fff;
  display: block;
  max-width: 200px;
  height: 40px;
  font-weight: 500;
  font-size: 12px;
  line-height: 135%;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  line-height: 40px;
  border: 1px solid #fff; }
  /* line 13803, theme.scss */
  .page-lend-button:hover {
    border-color: #fff;
    color: #fff;
    background: none; }

/* line 13811, theme.scss */
.page-lending-items-adv-inner-img {
  text-align: center;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
  line-height: 50px;
  margin: 0 auto;
  margin-bottom: 10px; }
  /* line 13822, theme.scss */
  .page-lending-items-adv-inner-img img {
    display: inline-block;
    vertical-align: middle; }

/* line 13829, theme.scss */
.page-lending-items-adv-inner-text {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF; }

/* line 13838, theme.scss */
.page-land-foto-gal h2 {
  text-align: center;
  font-weight: 300;
  font-size: 40px;
  line-height: 47px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 48px; }

/* line 13851, theme.scss */
.grid-container {
  margin: 0 auto;
  max-width: 1075px; }

/* line 13856, theme.scss */
.grid-sizer,
.grid-item {
  width: 25%;
  padding: 13px; }
  @media (max-width: 768px) {
    /* line 13856, theme.scss */
    .grid-sizer,
    .grid-item {
      width: 50%; } }

/* line 13868, theme.scss */
.grid-item {
  display: inline-block; }

/* line 13872, theme.scss */
.grid-item.hidden {
  display: none; }

/* line 13876, theme.scss */
.grid-item img {
  display: block;
  width: 100%; }

/* line 13881, theme.scss */
.footer-no-margin {
  margin-top: 0; }

/* line 13886, theme.scss */
.page-more-button {
  margin: 0 auto;
  margin-top: 60px;
  font-size: 12px;
  font-weight: 500;
  padding-top: 0;
  text-transform: uppercase;
  color: #000000; }

/* line 13897, theme.scss */
.menu-inte-dutchdeluxes img {
  max-width: 90px; }

@media (min-width: 769px) {
  /* line 13904, theme.scss */
  .row-other-order > div:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }
@media (max-width: 768px) {
  /* line 13914, theme.scss */
  .page-lending-content {
    font-size: 12px; }

  /* line 13918, theme.scss */
  .lending-menu li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center; }
    /* line 13922, theme.scss */
    .lending-menu li a {
      font-size: 12px; }

  /* line 13928, theme.scss */
  .page-lending-items-info {
    margin: 20px 0 40px 0; }

  /* line 13932, theme.scss */
  .page-lending-items-info h2 {
    font-size: 20px; }

  /* line 13936, theme.scss */
  .page-lending-items-link {
    margin-top: 45px; }

  /* line 13940, theme.scss */
  .page-lending-items-adv-inner-text {
    font-size: 12px; }

  /* line 13945, theme.scss */
  .page-land-foto-gal h2 {
    font-size: 20px;
    line-height: 23px; } }
/* end */
/* collection description*/
/* line 13960, theme.scss */
.collection_footer_slider-description {
  margin: 60px 0;
  padding: 0 30px;
  background: #F7F7F7; }
  /* line 13965, theme.scss */
  .collection_footer_slider-description P {
    font-size: 14px;
    color: #343434; }
  @media (max-width: 768px) {
    /* line 13960, theme.scss */
    .collection_footer_slider-description {
      margin: 40px 0;
      padding: 0; } }
  /* line 13975, theme.scss */
  .collection_footer_slider-description .collection_footer_content_part {
    padding: 60px 0;
    padding-right: 40px; }
    @media (max-width: 768px) {
      /* line 13975, theme.scss */
      .collection_footer_slider-description .collection_footer_content_part {
        padding: 40px 10px; } }

/* line 13987, theme.scss */
.parent-img-wrapper p {
  margin: 0; }
  /* line 13990, theme.scss */
  .parent-img-wrapper p img {
    display: block; }

/* line 13996, theme.scss */
.collection_series-product {
  display: block;
  color: inherit;
  background: #F0F4F5;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 8px; }

/* line 14005, theme.scss */
.collection_series-products {
  display: grid;
  grid-gap: 8px; }

/* line 14010, theme.scss */
.collection_series-products.collection_series-size-1 {
  grid-template-areas: "a1"; }
  /* line 14013, theme.scss */
  .collection_series-products.collection_series-size-1 .collection_series-product:nth-child(1) ~ .collection_series-product {
    display: none; }

/* line 14017, theme.scss */
.collection_series-products.collection_series-size-2 {
  grid-template-areas: "a1 a2"; }
  /* line 14020, theme.scss */
  .collection_series-products.collection_series-size-2 .collection_series-product:nth-child(2) ~ .collection_series-product {
    display: none; }

/* line 14024, theme.scss */
.collection_series-products.collection_series-size-3 {
  grid-template-areas: "a1 a2 a3"; }
  /* line 14027, theme.scss */
  .collection_series-products.collection_series-size-3 .collection_series-product:nth-child(3) ~ .collection_series-product {
    display: none; }

/* line 14031, theme.scss */
.collection_series-products.collection_series-size-4 {
  grid-template-areas: "a1 a2" "a3 a4"; }
  /* line 14035, theme.scss */
  .collection_series-products.collection_series-size-4 .collection_series-product:nth-child(4) ~ .collection_series-product {
    display: none; }

/* line 14039, theme.scss */
.collection_series-products.collection_series-size-5 {
  grid-template-areas: "a1 a1 a1 a2 a2 a2" "a3 a3 a4 a4 a5 a5"; }
  /* line 14043, theme.scss */
  .collection_series-products.collection_series-size-5 .collection_series-product:nth-child(5) ~ .collection_series-product {
    display: none; }

/* line 14047, theme.scss */
.collection_series-products.collection_series-size-6 {
  grid-template-areas: "a1 a2 a3" "a4 a5 a6"; }
  /* line 14051, theme.scss */
  .collection_series-products.collection_series-size-6 .collection_series-product:nth-child(6) ~ .collection_series-product {
    display: none; }

/* line 14056, theme.scss */
.collection_series-product:nth-child(1) {
  grid-area: a1; }

/* line 14059, theme.scss */
.collection_series-product:nth-child(2) {
  grid-area: a2; }

/* line 14062, theme.scss */
.collection_series-product:nth-child(3) {
  grid-area: a3; }

/* line 14065, theme.scss */
.collection_series-product:nth-child(4) {
  grid-area: a4; }

/* line 14068, theme.scss */
.collection_series-product:nth-child(5) {
  grid-area: a5; }

/* line 14071, theme.scss */
.collection_series-product:nth-child(6) {
  grid-area: a6; }

/* line 14075, theme.scss */
.collection_series-product-hidden {
  opacity: 0.4; }

/* line 14079, theme.scss */
.collection_series-money {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #343434; }

/* line 14088, theme.scss */
.collection_series-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #343434;
  margin-bottom: 10px; }

/* line 14098, theme.scss */
.collection_series-image {
  position: relative;
  height: 0;
  padding-bottom: 65.625%; }

/* line 14104, theme.scss */
.collection_series-image img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }

/* line 14116, theme.scss */
.collection_series-product {
  display: grid;
  grid-template-areas: "series-title series-label" "series-price series-price";
  grid-gap: 6px;
  min-width: 60px; }

/* line 14125, theme.scss */
.collection_series-product-title {
  grid-area: series-title; }

/* line 14129, theme.scss */
.collection_series-product-label {
  grid-area: series-label; }

/* line 14133, theme.scss */
.collection_series-product-price {
  grid-area: series-price; }

/* line 14137, theme.scss */
.collection_series-product-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #343434; }

/* line 14146, theme.scss */
.collection_series-product-price {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  color: #707070; }
  /* line 14154, theme.scss */
  .collection_series-product-price .card-old_price {
    font-weight: normal;
    line-height: 109%; }
    /* line 14157, theme.scss */
    .collection_series-product-price .card-old_price span {
      display: none; }

/* line 14164, theme.scss */
.collection_series-product-label {
  text-align: right;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #80C7B6; }

/* line 14175, theme.scss */
.collection_series-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1px;
  margin: 0 -10px; }
  @media (max-width: 640px) {
    /* line 14175, theme.scss */
    .collection_series-list {
      grid-template-columns: repeat(1, 1fr); } }

/* line 14184, theme.scss */
.collection_series-content {
  padding: 10px 10px 20px 10px; }

/* line 14188, theme.scss */
.collection_series-item {
  -webkit-box-shadow: 0 0 0 1px #EAEAEA;
  box-shadow: 0 0 0 1px #EAEAEA; }

/* line 14193, theme.scss */
.collection_series-product-label.label-is-sale {
  color: #FD4640; }

/* line 14196, theme.scss */
.collection_series-product-label {
  display: none; }

/* line 14199, theme.scss */
.collection_series-product.container-size--range-0 .collection_series-product-label {
  display: none !important; }

/* line 14202, theme.scss */
.dom-ready .collection_series-product:not(.container-size--range-0) .collection_series-product-label {
  display: block; }

/* line 14205, theme.scss */
.collection_series-product-label.label-is-sale ~ .collection_series-product-price {
  color: #FD4640; }

/* line 14209, theme.scss */
.collection_series-info {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 14222, theme.scss */
.collection_series-legenda {
  text-align: right;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #343434; }

/* line 14232, theme.scss */
.collection_series {
  display: block; }

@media (max-width: 1024px) {
  /* line 14237, theme.scss */
  .collection_series {
    display: block; } }
/* line 14243, theme.scss */
.collection-orders {
  border: 1px solid #F0F0F0;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* line 14249, theme.scss */
.orders-radio {
  padding: 10px 14px;
  line-height: 1.15; }
  @media (max-width: 640px) {
    /* line 14249, theme.scss */
    .orders-radio {
      padding: 8px; } }

/* line 14257, theme.scss */
.orders-radio:not(:first-child) {
  border-left: 1px solid #F0F0F0; }

/* line 14260, theme.scss */
.orders-radio.is-checked {
  background: #F0F4F5; }

/* line 14263, theme.scss */
.orders-radio-control {
  font-size: 14px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #343434;
  display: inline-block;
  vertical-align: middle; }

/* line 14277, theme.scss */
.collection-orders {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%; }

/* line 14283, theme.scss */
.collection-orders-withoutsale {
  grid-template-columns: repeat(3, 1fr); }

/* line 14287, theme.scss */
.orders-radio {
  text-align: center; }

/* line 14291, theme.scss */
.orders-radio-control.is-price {
  background-repeat: no-repeat;
  background-position: calc(100% - 2px) 50%;
  padding-right: 16px;
  -webkit-background-size: 8px 8px;
  background-size: 8px;
  background-image: url(arrow-up.png); }

/* line 14300, theme.scss */
.orders-radio-control.is-descending_price {
  background-repeat: no-repeat;
  background-position: calc(100% - 2px) 50%;
  padding-right: 14px;
  -webkit-background-size: 8px 8px;
  background-size: 8px;
  background-image: url(arrow-down.png); }

@media (min-width: 769px) {
  /* line 14311, theme.scss */
  .collection_series {
    padding-right: 10px;
    padding-left: 10px; } }
/* line 14320, theme.scss */
.collection-filter_panel {
  position: fixed;
  z-index: 999999;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #F0F4F5;
  height: 55px;
  padding: 10px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (min-width: 1025px) {
  /* line 14336, theme.scss */
  .collection-layout-order .collection-sort {
    width: calc(244px + calc(100% - 244px) / 4); }

  /* line 14340, theme.scss */
  .collection-orders-withoutsale .collection-sort {
    width: calc(244px + calc(100% - 244px) / 3); } }
@media (max-width: 1024px) {
  /* line 14349, theme.scss */
  .is-active-filter .collection-filter_panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  /* line 14354, theme.scss */
  form.collection-filter {
    padding-bottom: 25px; } }
/* line 14359, theme.scss */
.collection-filter_panel .filters-clear.bttn.bttn-second.in-filter {
  background: #FFFFFF;
  border: 1px solid #80C7B6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 103px;
  height: 35px;
  text-align: center;
  line-height: 34px;
  margin-right: 10px;
  text-transform: uppercase; }

/* line 14374, theme.scss */
.collection-filter_submit {
  background: #80C7B6;
  border: 1px solid #80C7B6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  height: 35px;
  line-height: 34px;
  padding: 0;
  text-transform: uppercase;
  color: #FFFFFF; }

/* line 14391, theme.scss */
.password {
  position: relative; }

/* line 14394, theme.scss */
.password-control {
  position: absolute;
  top: 8px;
  right: 17px;
  display: inline-block;
  width: 24px;
  height: 22px;
  background: url("password-view.png") 0 0 no-repeat; }

/* line 14403, theme.scss */
.password-control.view {
  background: url("password-noview.png") 0 0 no-repeat; }

/* line 14407, theme.scss */
.collection_series-product-old_price {
  color: #707070;
  font-weight: normal;
  text-decoration: line-through;
  margin-right: 5px; }

/* line 14414, theme.scss */
.collection_series-product-old_price + span {
  color: #FD4640;
  white-space: nowrap; }

/* line 14418, theme.scss */
.collection_series-product-base_price.with-sale {
  color: #FD4640;
  white-space: nowrap; }

/* line 14422, theme.scss */
.rotate-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 14427, theme.scss */
.account-asks {
  padding-bottom: 60px; }
  /* line 14429, theme.scss */
  .account-asks--title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #343434; }
  /* line 14438, theme.scss */
  .account-asks--content {
    background-color: #F7F7F7; }
  /* line 14441, theme.scss */
  .account-asks--block {
    padding: 61px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  /* line 14454, theme.scss */
  .account-asks--text {
    margin-top: 20px;
    text-align: center;
    display: inline-block;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 120%;
    color: #343434; }
  /* line 14465, theme.scss */
  .account-asks--image {
    width: 90px;
    height: 90px;
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center; }

@media (max-width: 768px) {
  /* line 14479, theme.scss */
  .account-asks--block {
    padding: 0 0 40px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  /* line 14487, theme.scss */
  .account-asks--item {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px; } }
@media (max-width: 575px) {
  /* line 14508, theme.scss */
  .account-asks--item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; } }
/* end */
/* start page bonus */
/* line 2, bonus.scss */
.bonus__specific {
  color: red; }
/* line 5, bonus.scss */
.bonus--title {
  text-align: left !important;
  margin-top: 3px !important; }
/* line 9, bonus.scss */
.bonus-hero {
  padding-bottom: 60px; }
  /* line 11, bonus.scss */
  .bonus-hero--block {
    position: relative; }
    /* line 13, bonus.scss */
    .bonus-hero--block img {
      width: 100%; }
  /* line 17, bonus.scss */
  .bonus-hero--text {
    position: absolute;
    bottom: 40px;
    left: 50px;
    padding: 20px 30px;
    width: 470px;
    background-color: #fff; }
  /* line 25, bonus.scss */
  .bonus-hero--title {
    display: block;
    max-width: 300px;
    font-weight: bold;
    font-size: 32px;
    line-height: 42px;
    text-transform: uppercase;
    color: #343434; }
  /* line 34, bonus.scss */
  .bonus-hero--description {
    display: inline-block;
    margin-top: 10px;
    max-width: 335px;
    font-size: 16px;
    line-height: 19px;
    color: #000000; }
/* line 43, bonus.scss */
.bonus-desc {
  padding: 40px 0 43px;
  background: #F7F7F7; }
  /* line 46, bonus.scss */
  .bonus-desc--title {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #343434; }
  /* line 54, bonus.scss */
  .bonus-desc--block {
    display: flex;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1040px; }
  /* line 62, bonus.scss */
  .bonus-desc--card {
    max-width: 200px; }
    /* line 64, bonus.scss */
    .bonus-desc--card--number {
      display: block;
      text-align: center;
      margin-bottom: 12px;
      font-weight: bold;
      font-size: 28px;
      line-height: 33px;
      color: #343434; }
    /* line 73, bonus.scss */
    .bonus-desc--card--item {
      height: 235px;
      display: flex;
      flex-direction: column;
      align-items: center;
      background: #FFFFFF;
      border-radius: 4px; }
    /* line 81, bonus.scss */
    .bonus-desc--card--icon {
      padding: 30px 55px 0; }
    /* line 84, bonus.scss */
    .bonus-desc--card--text {
      padding: 0 10px;
      margin: 20px 0;
      font-size: 16px;
      line-height: 19px;
      text-align: center;
      color: #343434; }
  /* line 94, bonus.scss */
  .bonus-desc--button:link, .bonus-desc--button:visited {
    margin: 40px auto 0;
    display: block;
    max-width: 330px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    padding: 13px 20px;
    background: #80C7B6;
    border-radius: 4px;
    transition: all 0.2s; }
  /* line 110, bonus.scss */
  .bonus-desc--button:hover {
    cursor: pointer;
    background: #399d8f; }
/* line 116, bonus.scss */
.bonus-partners {
  padding: 80px 0; }
  /* line 118, bonus.scss */
  .bonus-partners--block {
    display: flex;
    margin: 0 auto;
    flex-direction: row;
    align-items: center;
    max-width: 1040px;
    justify-content: space-between; }
  /* line 126, bonus.scss */
  .bonus-partners--text {
    flex-basis: 55%; }
  /* line 129, bonus.scss */
  .bonus-partners--image {
    flex-basis: 45%; }
  /* line 132, bonus.scss */
  .bonus-partners--title {
    font-weight: bold;
    font-size: 20px;
    line-height: 130.19%;
    color: #343434; }
  /* line 138, bonus.scss */
  .bonus-partners--link {
    display: block;
    margin-top: 20px; }
    /* line 141, bonus.scss */
    .bonus-partners--link:visited, .bonus-partners--link:link {
      text-decoration: none;
      cursor: pointer;
      font-size: 14px;
      line-height: 16px;
      color: #7FAEA5; }
  /* line 149, bonus.scss */
  .bonus-partners--desc span {
    max-width: 507px;
    display: block;
    font-size: 14px;
    line-height: 130%;
    color: #343434; }
    /* line 155, bonus.scss */
    .bonus-partners--desc span a:link, .bonus-partners--desc span a:visited {
      text-decoration: none;
      color: #7FAEA5;
      font-weight: 700;
      cursor: pointer; }
/* line 163, bonus.scss */
.bonus-questions {
  padding-bottom: 68px; }
  /* line 165, bonus.scss */
  .bonus-questions__hr {
    margin: 0; }
  /* line 168, bonus.scss */
  .bonus-questions--title {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    line-height: 33px;
    color: #343434; }
  /* line 175, bonus.scss */
  .bonus-questions--question {
    cursor: pointer;
    padding: 18px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #343434;
    font-weight: bold; }
    /* line 186, bonus.scss */
    .bonus-questions--question p {
      padding: 0;
      margin: 0; }
    /* line 190, bonus.scss */
    .bonus-questions--question img {
      width: 14px;
      height: 8px;
      transition: all .2s;
      margin: 0 5px; }
  /* line 197, bonus.scss */
  .bonus-questions--answer {
    display: none;
    font-size: 14px;
    line-height: 16px;
    color: #343434;
    padding-bottom: 30px; }
    /* line 203, bonus.scss */
    .bonus-questions--answer p {
      padding: 0;
      margin: 0; }

@media (max-width: 1024px) {
  /* line 215, bonus.scss */
  .bonus-partners--text {
    flex-basis: 50%; }
  /* line 218, bonus.scss */
  .bonus-partners--image {
    flex-basis: 45%; } }
@media (max-width: 992px) {
  /* line 227, bonus.scss */
  .bonus--title {
    text-align: center !important; }
  /* line 231, bonus.scss */
  .bonus-hero--title {
    max-width: 250px;
    font-size: 28px;
    line-height: 38px; }
  /* line 238, bonus.scss */
  .bonus-desc--block {
    justify-content: center; }
  /* line 241, bonus.scss */
  .bonus-desc--card {
    margin-top: 30px;
    width: 35%;
    max-width: inherit;
    display: flex;
    flex-direction: column;
    align-items: center; }
    /* line 248, bonus.scss */
    .bonus-desc--card--item {
      max-width: 200px; }
  /* line 253, bonus.scss */
  .bonus-partners {
    padding: 40px 0; }
    /* line 255, bonus.scss */
    .bonus-partners--block {
      flex-direction: column; }
    /* line 258, bonus.scss */
    .bonus-partners--image {
      order: 1; }
    /* line 261, bonus.scss */
    .bonus-partners--text {
      order: 2; } }
@media (max-width: 768px) {
  /* line 270, bonus.scss */
  .bonus__container {
    padding: 0; }
  /* line 273, bonus.scss */
  .bonus-hero {
    background: #F7F7F7;
    padding-bottom: 0; }
    /* line 276, bonus.scss */
    .bonus-hero--text {
      bottom: 20px;
      left: 20px;
      padding: 15px 10px;
      width: 75%; }
    /* line 282, bonus.scss */
    .bonus-hero--title, .bonus-hero--description {
      max-width: 100%; } }
@media (max-width: 575px) {
  /* line 291, bonus.scss */
  .bonus--title {
    font-size: 20px;
    line-height: 23px; }
  /* line 296, bonus.scss */
  .bonus-desc--card {
    width: 100%; }
  /* line 301, bonus.scss */
  .bonus-hero--title {
    font-size: 22px;
    line-height: 130.19%; }
  /* line 305, bonus.scss */
  .bonus-hero--description {
    margin-top: 8px;
    font-size: 14px;
    line-height: 16px; }
  /* line 312, bonus.scss */
  .bonus-questions--title {
    font-size: 20px;
    line-height: 23px; }
  /* line 318, bonus.scss */
  .bonus-questions--question div {
    max-width: 90%; }
    /* line 320, bonus.scss */
    .bonus-questions--question div p, .bonus-questions--question div span, .bonus-questions--question div strong {
      font-size: 14px; }
  /* line 324, bonus.scss */
  .bonus-questions--question span {
    font-size: 12px;
    line-height: 14px; } }
@media (max-width: 520px) {
  /* line 337, bonus.scss */
  .bonus-hero--title {
    font-size: 14px; }
  /* line 340, bonus.scss */
  .bonus-hero--description {
    font-size: 12px;
    line-height: 14px; } }
@media (max-width: 480px) {
  /* line 351, bonus.scss */
  .bonus-partners--desc span {
    display: inline; } }
@media (max-width: 375px) {
  /* line 360, bonus.scss */
  .bonus__container {
    padding: 0; }
  /* line 363, bonus.scss */
  .bonus-hero {
    padding-bottom: 0; }
    /* line 365, bonus.scss */
    .bonus-hero--text {
      bottom: 25px;
      left: 15px; }
  /* line 372, bonus.scss */
  .bonus-desc--button:link, .bonus-desc--button:visited {
    max-width: 97%; }
  /* line 376, bonus.scss */
  .bonus-desc--title {
    display: none; } }
@media (max-width: 340px) {
  /* line 386, bonus.scss */
  .bonus-hero--title {
    font-size: 12px; }
  /* line 389, bonus.scss */
  .bonus-hero--description {
    font-size: 12px;
    line-height: 12px; } }
/* end page bonus */
/* start product-character */
/* line 14521, theme.scss */
.product-character {
  margin-bottom: 10px;
  position: relative;
  height: 40px; }
  /* line 14525, theme.scss */
  .product-character--dropdawn {
    position: absolute;
    top: 17px;
    right: 13px;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
    /* line 14534, theme.scss */
    .product-character--dropdawn__active {
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      -webkit-transform: rotate(180deg) !important;
      -ms-transform: rotate(180deg) !important;
      transform: rotate(180deg) !important; }
  /* line 14543, theme.scss */
  .product-character--header {
    cursor: pointer;
    padding: 10px 0 10px 10px; }
    /* line 14546, theme.scss */
    .product-character--header span {
      font-family: 'Roboto';
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 20px;
      color: #343434; }
  /* line 14555, theme.scss */
  .product-character--items {
    border: 1px solid #EAEAEA;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    height: 41px;
    overflow: hidden;
    z-index: 99; }
    /* line 14570, theme.scss */
    .product-character--items__active {
      -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      height: auto; }
  /* line 14579, theme.scss */
  .product-character--item {
    position: relative;
    padding: 10px 0 10px 10px;
    display: block;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #fff; }
    /* line 14589, theme.scss */
    .product-character--item:first-of-type {
      border-top: 1px solid #EAEAEA; }
    /* line 14593, theme.scss */
    .product-character--item__active {
      background: #FAFAFA;
      border: 1px solid #F0F0F0; }
    /* line 14597, theme.scss */
    .product-character--item:hover {
      border: 1px solid #F0F0F0;
      background: #FAFAFA;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  /* line 14604, theme.scss */
  .product-character--note {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #343434;
    width: 50px;
    display: inline-block; }
  /* line 14614, theme.scss */
  .product-character--text {
    display: inline-block;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #343434;
    width: 104px;
    text-align: center; }
    /* line 14625, theme.scss */
    .product-character--text__sale {
      color: #FD4640 !important; }
    /* line 14628, theme.scss */
    .product-character--text__discount {
      position: absolute;
      right: 10px;
      top: 13px;
      padding: 2px 4px;
      font-family: Roboto;
      font-style: normal;
      font-weight: bold;
      font-size: 9px;
      line-height: 11px;
      color: #FFFFFF !important;
      background: #FD4640;
      -webkit-border-radius: 3px;
      border-radius: 3px; }

@media (max-width: 768px) {
  /* line 14648, theme.scss */
  .product-character {
    margin-top: 30px;
    margin-bottom: 0; } }
/* line 14659, theme.scss */
.new-delivery--text-content h6 {
  margin: 0 0 21px 0;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #343434; }
/* line 14669, theme.scss */
.new-delivery--text-content h4 {
  margin: 0 0 20px 0;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 130%;
  color: #343434; }
/* line 14678, theme.scss */
.new-delivery--text-content h2 {
  margin: 0 0 20px 0;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  color: #343434; }
/* line 14688, theme.scss */
.new-delivery--text-content p {
  margin: 0 0 30px 0;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
  color: #343434; }
/* line 14697, theme.scss */
.new-delivery--text-content span {
  display: block;
  margin: 0 0 15px 0;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
  color: #343434; }
/* line 14707, theme.scss */
.new-delivery--text-content ul {
  margin: 0 0 20px 0; }
/* line 14710, theme.scss */
.new-delivery--text-content li {
  margin: 0 0 10px 0;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
  color: #343434; }
/* line 14720, theme.scss */
.new-delivery--banner {
  position: relative;
  width: 100%;
  padding: 116px 60px 161px 60px;
  background: #ffffff url("delivery-banner.jpg") no-repeat 0 center;
  -webkit-background-size: cover;
  background-size: cover; }
  /* line 14727, theme.scss */
  .new-delivery--banner--text {
    max-width: 364px; }
  /* line 14730, theme.scss */
  .new-delivery--banner--title {
    margin: 0 0 20px 0;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 33px;
    text-transform: uppercase;
    color: #343434; }
  /* line 14740, theme.scss */
  .new-delivery--banner--subtitle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    color: #343434; }
/* line 14750, theme.scss */
.new-delivery--covid-info {
  margin: 60px 0; }
  /* line 14752, theme.scss */
  .new-delivery--covid-info--header {
    padding: 16px 16px 16px 0;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    width: 100%;
    background: transparent;
    position: relative;
    text-align: left; }
    /* line 14760, theme.scss */
    .new-delivery--covid-info--header svg {
      position: absolute;
      right: 0;
      top: calc(50% - 8px);
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s; }
    /* line 14768, theme.scss */
    .new-delivery--covid-info--header span {
      font-family: 'Roboto';
      font-style: normal;
      font-weight: bold;
      font-size: 12px;
      line-height: 14px;
      text-transform: uppercase;
      color: #343434; }
    /* line 14777, theme.scss */
    .new-delivery--covid-info--header.is-button-active {
      border-bottom: none; }
      /* line 14779, theme.scss */
      .new-delivery--covid-info--header.is-button-active svg {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
/* line 14787, theme.scss */
.new-delivery--main-content {
  margin: 0 0 100px 0; }
  /* line 14789, theme.scss */
  .new-delivery--main-content--header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden; }
    /* line 14812, theme.scss */
    .new-delivery--main-content--header--item {
      padding: 12px 57px;
      font-family: 'Roboto';
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      color: #343434;
      background: transparent; }
      /* line 14828, theme.scss */
      .new-delivery--main-content--header--item.is-button-active {
        background: #343434;
        color: #FFFFFF; }
  /* line 14834, theme.scss */
  .new-delivery--main-content--block {
    padding: 40px 0 0 0; }

@media (max-width: 992px) {
  /* line 14842, theme.scss */
  .new-delivery--banner {
    padding: 95px 90px 95px 60px; } }
@media (max-width: 870px) {
  /* line 14851, theme.scss */
  .new-delivery--banner--text {
    max-width: 304px; }
  /* line 14854, theme.scss */
  .new-delivery--banner--title {
    margin: 0 0 10px 0;
    font-size: 22px;
    line-height: 26px; }
  /* line 14859, theme.scss */
  .new-delivery--banner--subtitle {
    font-size: 14px;
    line-height: 120%; } }
@media (max-width: 768px) {
  /* line 14869, theme.scss */
  .new-delivery--main-content {
    margin: 0 0 60px 0; }
  /* line 14875, theme.scss */
  .new-delivery--covid-info {
    margin: 40px 0 60px 0; } }
@media (max-width: 620px) {
  /* line 14883, theme.scss */
  .new-delivery--banner {
    padding: 65px 90px 65px 20px; }
    /* line 14885, theme.scss */
    .new-delivery--banner--title {
      margin: 0 0 8px 0;
      font-size: 18px;
      line-height: 22px; }
    /* line 14890, theme.scss */
    .new-delivery--banner--subtitle {
      font-size: 12px;
      line-height: 120%; } }
@media (max-width: 475px) {
  /* line 14900, theme.scss */
  .new-delivery--banner {
    padding: 37px 90px 91px 30px;
    background: #ffffff url(delivery-banner_sm.jpg) no-repeat 0 center;
    -webkit-background-size: cover;
    background-size: cover; }
    /* line 14905, theme.scss */
    .new-delivery--banner--text {
      max-width: 210px; } }
/* line 14915, theme.scss */
.container.landing_content .index_collection-button {
  margin: 0; }

/* line 14921, theme.scss */
.logo-slogan {
  font-size: 12px;
  display: block; }

/* line 14938, theme.scss */
.search_widget_light_new .but-search {
  margin-left: 0 !important;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  background: #000 !important; }

/* line 14948, theme.scss */
.header-phone.feedback-wrapper a.icon {
  color: #80C7B6 !important;
  font-size: 12px !important; }

/* line 14954, theme.scss */
.header-icon-border {
  border: 1px solid #C4C4C4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 11px 10px;
  max-height: 48px; }

/* line 14962, theme.scss */
.header-user-bonus {
  margin-left: 5px; }

/* line 14966, theme.scss */
.header-user-bonus-points {
  color: #343434;
  font-weight: bold;
  font-size: 12px; }

/* line 14973, theme.scss */
.header-user-bonus-text {
  color: #343434;
  font-size: 12px; }

/* line 14980, theme.scss */
.header-cart.header-icon-border span {
  position: static;
  font-size: 12px; }
/* line 14986, theme.scss */
.header-cart.header-icon-border .header-cart-info {
  margin-left: 0px;
  position: relative;
  top: -3px; }
/* line 14994, theme.scss */
.header-cart.header-icon-border .header-cart-free-delivery {
  margin-left: 0 !important;
  font-size: 12px; }
/* line 14999, theme.scss */
.header-cart.header-icon-border span.cartman-items-count {
  position: absolute;
  color: #fff;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #FD4640;
  left: 12px !important;
  top: 0px !important; }
/* line 15011, theme.scss */
.header-cart.header-icon-border span.is-cart-empty {
  display: none; }

/* line 15017, theme.scss */
.header-cart.header-icon-border .header-cart-info-less {
  top: 3px;
  left: 7px; }

/* line 15022, theme.scss */
.comp-submenu {
  padding-top: 30px; }
  /* line 15024, theme.scss */
  .comp-submenu .submenu {
    padding-right: 45px; }
    /* line 15026, theme.scss */
    .comp-submenu .submenu > li {
      border-top: 1px solid #EAEAEA;
      padding: 10px 10px 10px 0; }
      /* line 15029, theme.scss */
      .comp-submenu .submenu > li:first-child {
        border-top: none; }

/* line 15037, theme.scss */
.header-cart-border .header-cart-info {
  margin-left: 11px !important; }

/* line 15041, theme.scss */
.products.index-novinki {
  padding-bottom: 30px; }

@media (min-width: 1320px) {
  /* line 15046, theme.scss */
  .products.index-novinki .container {
    max-width: 1240px; } }
/* line 15051, theme.scss */
.products.index-novinki .swiper-container .swiper-slide[data-swiper-slide-index="0"] {
  padding-left: 1px; }

/* line 15054, theme.scss */
.index-novinki-product {
  display: none; }

/* line 15058, theme.scss */
.index_collection-nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1; }

/* line 15065, theme.scss */
.index_collection-couner {
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  color: #ffff; }

/* line 15072, theme.scss */
.index_collection-action {
  display: none; }

/* line 15078, theme.scss */
.index_collection-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 15085, theme.scss */
  .index_collection-nav .swiper-button-next {
    display: block !important;
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    margin: 0;
    width: 10px;
    height: 20px;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.31655 0.0234375L11.3612 10.0681L1.31655 20.1127L0.0546875 18.8571L8.84375 10.0681L0.0546875 1.27902L1.31655 0.0234375Z' fill='white'/%3E%3C/svg%3E%0A"); }
  /* line 15100, theme.scss */
  .index_collection-nav .swiper-button-prev {
    display: block !important;
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    margin: 0;
    width: 10px;
    height: 20px;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.6835 19.9805L0.638812 9.93583L10.6835 -0.108814L11.9453 1.14677L3.15625 9.93583L11.9453 18.7249L10.6835 19.9805Z' fill='white'/%3E%3C/svg%3E%0A"); }
  /* line 15114, theme.scss */
  .index_collection-nav .index_collection-couner {
    margin: 0 10px; }

/* line 15119, theme.scss */
.products.index-novinki .swiper-button-prev.swiper-button-black, .products.index-novinki .swiper-container-rtl .swiper-button-next.swiper-button-black {
  left: -20px; }
/* line 15122, theme.scss */
.products.index-novinki .swiper-button-next.swiper-button-black, .products.index-novinki .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  right: -20px; }
@media (max-width: 1319px) {
  /* line 15127, theme.scss */
  .products.index-novinki .products-slider-wrapper {
    display: none; }
  /* line 15130, theme.scss */
  .products.index-novinki .container {
    padding: 0; }
  /* line 15134, theme.scss */
  .products.index-novinki .index-novinki-product {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-row-gap: 0;
    grid-column-gap: 0;
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start; }
    /* line 15143, theme.scss */
    .products.index-novinki .index-novinki-product .card-grid {
      -webkit-box-shadow: 0 0 0 1px #eaeaea;
      box-shadow: 0 0 0 1px #eaeaea;
      height: 100%; } }
@media (max-width: 640px) {
  /* line 15151, theme.scss */
  .products.index-novinki .index-novinki-product {
    grid-template-columns: repeat(2, 1fr); } }

/* line 15157, theme.scss */
.swiper-slide.swiper-slide-active .card-grid {
  margin-left: 1px !important; }

/* line 15161, theme.scss */
.links-collection-button.bttn {
  background: #343434;
  color: #fff; }

/* line 15166, theme.scss */
.swiper-slide .card-grid .image-container.is-square {
  margin: -1px 0 -3px 0; }

/* line 15174, theme.scss */
.cart-gift-wrapper {
  display: none; }

/* line 15181, theme.scss */
.template-is-collection_calendar .product_container {
  position: relative; }

/* line 15187, theme.scss */
.image-container .card-grid__in-cart__in-hover img, .image-container .card-grid__in-cart__in-hover picture {
  width: auto;
  height: auto; }

/* line 15194, theme.scss */
.main-menu-brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* line 15200, theme.scss */
.main-menu-item {
  border: 1px solid #F0F4F5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
  padding: 8px 16px; }

/* line 15209, theme.scss */
.main-menu-item {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-transform: uppercase;
  color: #525252;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 120px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

/* line 15234, theme.scss */
.main-menu-item span {
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #707070;
  text-transform: none; }

/* line 15245, theme.scss */
.main-menu-item strong {
  display: block; }

/* line 15249, theme.scss */
.main-menu-item + .main-menu-item {
  margin-left: -1px; }

/* line 15253, theme.scss */
.main-menu-item:hover {
  background: rgba(240, 244, 245, 0.5); }

/* line 15256, theme.scss */
.main-menu-item.active {
  background: #F0F4F5;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 15263, theme.scss */
.main-menu-item.active strong {
  width: 100%;
  text-align: center; }

/* line 15267, theme.scss */
.main-menu-item.active span {
  height: 0;
  visibility: hidden;
  z-index: -2; }

/* line 15273, theme.scss */
[data-brand-menu] {
  display: none; }

/* line 15277, theme.scss */
[data-brand-menu].active {
  display: block; }

/* line 15281, theme.scss */
.mobile-menu-brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 20px;
  padding-left: 14px;
  overflow: auto; }

/* line 15292, theme.scss */
.mobile-menu-brands .main-menu-item {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 12px;
  min-width: auto; }

/* line 15299, theme.scss */
.mobile-menu-brands .main-menu-item {
  margin-right: 8px; }

/* line 15303, theme.scss */
.mobile-menu-brands .main-menu-item span,
.mobile-menu-brands .main-menu-item strong {
  white-space: nowrap; }

/* line 15308, theme.scss */
.mobile-menu-brands .main-menu-item.active {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

/* line 15314, theme.scss */
.sub-foto-wrapper .logo-handle {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: top;
  background-color: #f3f3f3;
  background-image: var(--logo-handle);
  -webkit-background-size: 60% 60%;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

/* line 15330, theme.scss */
.submenu-dro-info p + p {
  margin-bottom: 6px; }

/* line 15336, theme.scss */
#feedback-modal {
  max-width: 344px; }
