/*
100 - Thin
200 - Extra Light, Ultra Light
300 - Light
400 - Normal, Book, Regular
500 - Medium
600 - Semi Bold, Demi Bold
700 - Bold
800 - Extra Bold, Ultra Bold
900 - Black, Heavy
*/
@CHARSET "UTF-8";
/* line 3, ../sass/theme/_01_base.scss */
.bs-products-category--view-mode-category-card-for-root {
  position: relative; }
  @media only screen and (min-width: 651px) {
    /* line 10, ../sass/theme/_01_base.scss */
    .bs-products-category--view-mode-category-card-for-root.open:after {
      display: none; } }
  /* line 16, ../sass/theme/_01_base.scss */
  .bs-products-category--view-mode-category-card-for-root .layout {
    height: 100%; }
  /* line 20, ../sass/theme/_01_base.scss */
  .bs-products-category--view-mode-category-card-for-root .layout__region--content {
    height: 100%; }
/* line 27, ../sass/theme/_01_base.scss */
.bs-products-category--view-mode-sub-category-card,
.bs-products-category--view-mode-sub-category-card .layout,
.bs-products-category--view-mode-sub-category-card .layout__region--content {
  height: 100%; }
/* line 33, ../sass/theme/_01_base.scss */
.bs-products-category--view-mode-sub-category-card .layout__region--content {
  display: grid;
  grid-row-gap: 10px;
  grid-template-rows: 1fr auto; }
/* line 39, ../sass/theme/_01_base.scss */
.bs-products-category--view-mode-sub-category-card .category-product-counter {
  color: #818181;
  font-size: 16px;
  font-weight: 300;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center; }
  @media only screen and (max-width: 650px) {
    /* line 39, ../sass/theme/_01_base.scss */
    .bs-products-category--view-mode-sub-category-card .category-product-counter {
      font-size: 14px; } }
/* line 52, ../sass/theme/_01_base.scss */
.bs-products-category--view-mode-sub-category-card .category-product-counts--new, .bs-products-category--view-mode-sub-category-card .category-product-counts--special {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex: 0 1 60px;
  flex: 0 1 60px; }
  /* line 57, ../sass/theme/_01_base.scss */
  .bs-products-category--view-mode-sub-category-card .category-product-counts--new:before, .bs-products-category--view-mode-sub-category-card .category-product-counts--special:before {
    content: '';
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    font-size: 8px;
    font-weight: 900;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: 10px;
    text-align: center;
    zoom: 0.67; }
/* line 73, ../sass/theme/_01_base.scss */
.bs-products-category--view-mode-sub-category-card .category-product-counts--new {
  margin-left: auto; }
  /* line 76, ../sass/theme/_01_base.scss */
  .bs-products-category--view-mode-sub-category-card .category-product-counts--new:before {
    content: 'NEW';
    background: #1D5CD7;
    line-height: 30px;
    width: 30px; }
/* line 84, ../sass/theme/_01_base.scss */
.bs-products-category--view-mode-sub-category-card .category-product-counts--special {
  margin-left: 30px; }
  /* line 87, ../sass/theme/_01_base.scss */
  .bs-products-category--view-mode-sub-category-card .category-product-counts--special:before {
    background: #01A31B url('../img/vector/vector-stripe.svg?1750856751') no-repeat -461px 8px;
    width: 30px;
    height: 30px; }
/* line 95, ../sass/theme/_01_base.scss */
.category-top-content {
  background: #FFFFFF;
  border-radius: 5px;
  -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
  margin-bottom: 40px;
  padding: 20px; }
  @media only screen and (max-width: 650px) {
    /* line 95, ../sass/theme/_01_base.scss */
    .category-top-content {
      margin-bottom: 25px;
      padding: 10px; } }
/* line 108, ../sass/theme/_01_base.scss */
.category-top-gallery {
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -10px; }
  /* line 112, ../sass/theme/_01_base.scss */
  .category-top-gallery > div {
    width: 20%;
    padding: 0 10px; }
    @media only screen and (max-width: 650px) {
      /* line 112, ../sass/theme/_01_base.scss */
      .category-top-gallery > div {
        max-width: 140px;
        width: 50%; } }
  /* line 122, ../sass/theme/_01_base.scss */
  .category-top-gallery .field--name-description {
    margin-top: 20px; }
    @media only screen and (max-width: 650px) {
      /* line 122, ../sass/theme/_01_base.scss */
      .category-top-gallery .field--name-description {
        margin-top: 10px;
        text-align: center; } }
  /* line 133, ../sass/theme/_01_base.scss */
  .category-top-gallery .category-gallery-item a {
    display: block;
    position: relative; }
    /* line 137, ../sass/theme/_01_base.scss */
    .category-top-gallery .category-gallery-item a:after {
      content: "";
      position: absolute;
      bottom: 10px;
      right: 10px;
      background: rgba(255, 255, 255, 0.7) url('../img/vector/vector-stripe.svg?1750856751') no-repeat -364px -147px;
      border-radius: 5px;
      display: block;
      width: 24px;
      height: 25px;
      z-index: 1; }
  /* line 150, ../sass/theme/_01_base.scss */
  .category-top-gallery .category-gallery-item img {
    border-radius: 5px; }
  @media only screen and (max-width: 650px) {
    /* line 131, ../sass/theme/_01_base.scss */
    .category-top-gallery .category-gallery-item {
      display: none; }
      /* line 157, ../sass/theme/_01_base.scss */
      .category-top-gallery .category-gallery-item[data-item-index="1"], .category-top-gallery .category-gallery-item[data-item-index="2"] {
        display: block; } }
  /* line 174, ../sass/theme/_01_base.scss */
  .category-top-gallery .field--name-field-video + .category-gallery-item + .category-gallery-item + .category-gallery-item + .category-gallery-item + .category-gallery-item {
    display: none; }
  @media only screen and (max-width: 650px) {
    /* line 168, ../sass/theme/_01_base.scss */
    .category-top-gallery .field--name-field-video + .category-gallery-item + .category-gallery-item {
      display: none; } }
/* line 188, ../sass/theme/_01_base.scss */
.bs-products-category .bs-category--title-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 30px; }
  /* line 192, ../sass/theme/_01_base.scss */
  .bs-products-category .bs-category--title-container h2 {
    margin-bottom: 0; }
  /* line 196, ../sass/theme/_01_base.scss */
  .bs-products-category .bs-category--title-container .category-product-counts {
    color: #000000;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.25;
    margin-left: 10px; }
    /* line 203, ../sass/theme/_01_base.scss */
    .bs-products-category .bs-category--title-container .category-product-counts:before {
      content: ' ('; }
    /* line 207, ../sass/theme/_01_base.scss */
    .bs-products-category .bs-category--title-container .category-product-counts:after {
      content: ')'; }
    @media only screen and (max-width: 650px) {
      /* line 196, ../sass/theme/_01_base.scss */
      .bs-products-category .bs-category--title-container .category-product-counts {
        font-size: 18px;
        margin-left: 5px; } }

/* line 221, ../sass/theme/_01_base.scss */
.category-special-new-product-container > .item-row {
  margin-bottom: 60px; }
  /* line 224, ../sass/theme/_01_base.scss */
  .category-special-new-product-container > .item-row:last-child {
    margin-bottom: 0; }
  @media only screen and (max-width: 650px) {
    /* line 221, ../sass/theme/_01_base.scss */
    .category-special-new-product-container > .item-row {
      margin-bottom: 40px; } }

/* line 235, ../sass/theme/_01_base.scss */
p[data-respond-to] {
  margin-bottom: 0; }

/* line 240, ../sass/theme/_01_base.scss */
[data-respond-to="container-narrow-3"] {
  display: none; }
  @media only screen and (max-width: 850px) {
    /* line 240, ../sass/theme/_01_base.scss */
    [data-respond-to="container-narrow-3"] {
      display: inherit; } }

/* line 248, ../sass/theme/_01_base.scss */
[data-respond-to="container-narrow-min-2"] {
  display: none; }
  @media only screen and (min-width: 851px) {
    /* line 248, ../sass/theme/_01_base.scss */
    [data-respond-to="container-narrow-min-2"] {
      display: inherit; } }

@media only screen and (max-width: 650px) {
  /* line 258, ../sass/theme/_01_base.scss */
  .ya-search--results h2 {
    text-align: center; } }

/* line 268, ../sass/theme/_01_base.scss */
.ya-search--categories .open-search-categories {
  -webkit-flex: 0 1 100%;
  flex: 0 1 100%;
  margin-top: 40px; }
  /* line 272, ../sass/theme/_01_base.scss */
  .expand-button-big {
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #1D5CD7;
    color: #164DB8;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    line-height: 1;
    padding: 15px 20px;
    max-width: 290px;
    width: 100%;
    margin: 0 auto;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    /* line 288, ../sass/theme/_01_base.scss */
    .expand-button-big:hover {
      background: #FEE905;
      border-color: #FEE905; }
    /* line 293, ../sass/theme/_01_base.scss */
    .expand-button-big:after {
      content: '';
      background: url('../img/vector/vector-stripe.svg?1750856751') no-repeat -302px -95px;
      display: block;
      margin-left: 5px;
      width: 18px;
      height: 18px; }
    /* line 303, ../sass/theme/_01_base.scss */
    .expand-button-big.open:after {
      background-position: -302px -117px; }
  @media only screen and (max-width: 650px) {
    /* line 268, ../sass/theme/_01_base.scss */
    .ya-search--categories .open-search-categories {
      margin-top: 30px; } }

/* line 315, ../sass/theme/_01_base.scss */
.ya-search--categories--wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, 282px);
  grid-gap: 30px; }
  /* line 324, ../sass/theme/_01_base.scss */
  .ya-search--categories--wrapper:not(.open) .ya-search--categories--item:nth-child(n+9) {
    display: none; }
  @media only screen and (max-width: 500px) {
    /* line 330, ../sass/theme/_01_base.scss */
    .ya-search--categories--wrapper:not(.open) .ya-search--categories--item:nth-child(n+6) {
      display: none; } }
  /* line 337, ../sass/theme/_01_base.scss */
  .ya-search--title-container {
    margin-bottom: 20px; }
    @media only screen and (min-width: 651px) {
      /* line 337, ../sass/theme/_01_base.scss */
      .ya-search--title-container {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
        margin-bottom: 30px; }
        /* line 344, ../sass/theme/_01_base.scss */
        .ya-search--title-container h2 {
          margin-bottom: 0; } }
  /* line 350, ../sass/theme/_01_base.scss */
  .ya-search--products {
    margin-top: 40px; }
    /* line 353, ../sass/theme/_01_base.scss */
    .ya-search--products--item {
      margin-bottom: 20px; }
      /* line 356, ../sass/theme/_01_base.scss */
      .ya-search--products--item:last-child {
        margin-bottom: 0; }
    @media only screen and (max-width: 650px) {
      /* line 365, ../sass/theme/_01_base.scss */
      .ya-search--products--sort.open a {
        margin-top: 20px; }
        /* line 370, ../sass/theme/_01_base.scss */
        .ya-search--products--sort.open a:not(.active) {
          display: block; }
        /* line 374, ../sass/theme/_01_base.scss */
        .ya-search--products--sort.open a:first-child {
          margin-top: 0; } }
    /* line 381, ../sass/theme/_01_base.scss */
    .ya-search--products--sort a {
      display: block;
      font-size: 13px;
      font-weight: 500;
      line-height: 1;
      text-decoration: none; }
      /* line 388, ../sass/theme/_01_base.scss */
      .ya-search--products--sort a.active, .ya-search--products--sort a:hover {
        color: #000000; }
      @media only screen and (min-width: 651px) {
        /* line 381, ../sass/theme/_01_base.scss */
        .ya-search--products--sort a {
          background: #FFFFFF;
          border-radius: 5px;
          -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
          -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
          font-size: 14px;
          margin-right: 20px;
          padding: 12px 20px; }
          /* line 401, ../sass/theme/_01_base.scss */
          .ya-search--products--sort a:last-child {
            margin-right: 0; } }
      @media only screen and (max-width: 650px) {
        /* line 408, ../sass/theme/_01_base.scss */
        .ya-search--products--sort a:not(.active) {
          display: none; } }
    @media only screen and (min-width: 651px) {
      /* line 361, ../sass/theme/_01_base.scss */
      .ya-search--products--sort {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: center;
        align-items: center; } }
    @media only screen and (max-width: 650px) {
      /* line 361, ../sass/theme/_01_base.scss */
      .ya-search--products--sort {
        background: #FFFFFF;
        border-radius: 5px;
        -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
        -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
        margin: 0 auto;
        padding: 13.5px 20px;
        position: relative;
        width: 280px; }
        /* line 427, ../sass/theme/_01_base.scss */
        .ya-search--products--sort:after {
          content: '';
          position: absolute;
          top: 18px;
          right: 20px;
          background: url('../img/vector/vector-stripe.svg?1750856751') no-repeat -304px -101px;
          width: 11px;
          height: 6px;
          z-index: 1; } }
  @media only screen and (max-width: 650px) {
    /* line 315, ../sass/theme/_01_base.scss */
    .ya-search--categories--wrapper {
      -webkit-justify-content: center;
      justify-content: center;
      grid-gap: 20px; } }

/* line 446, ../sass/theme/_01_base.scss */
.user-card-register--container {
  background: #FFFFFF;
  border-radius: 5px;
  -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
  font-size: 15px;
  line-height: 1.6;
  margin: 0 auto;
  padding: 30px 40px 38px;
  max-width: 400px; }
  /* line 456, ../sass/theme/_01_base.scss */
  .user-card-register--container .user-card-register--title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 30px; }
    /* line 465, ../sass/theme/_01_base.scss */
    .user-pass-alredy-send .user-card-register--container .user-card-register--title:before {
      content: '';
      background: url('../img/vector/vector-stripe.svg?1750856751') no-repeat -123px -311px;
      display: block;
      margin: 0 auto 20px;
      width: 70px;
      height: 70px; }
    @media only screen and (max-width: 650px) {
      /* line 456, ../sass/theme/_01_base.scss */
      .user-card-register--container .user-card-register--title {
        font-size: 22px; } }
  /* line 481, ../sass/theme/_01_base.scss */
  .user-card-register--container .user-card-register--login a {
    background: #164DB8;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 17px 10px;
    min-width: 100%;
    text-align: center;
    text-decoration: none; }
    /* line 495, ../sass/theme/_01_base.scss */
    .user-card-register--container .user-card-register--login a:hover {
      background: #1D5CD7; }
  /* line 501, ../sass/theme/_01_base.scss */
  .user-card-register--container .user-card-register--remind {
    margin-top: 30px; }
    /* line 504, ../sass/theme/_01_base.scss */
    .user-card-register--container .user-card-register--remind a {
      background: #FEE905;
      border-radius: 5px;
      color: #011CA3;
      display: block;
      font-size: 16px;
      font-weight: 500;
      line-height: 1;
      padding: 17px 10px;
      width: 100%;
      text-align: center;
      text-decoration: none; }
      /* line 517, ../sass/theme/_01_base.scss */
      .user-card-register--container .user-card-register--remind a:hover {
        background: #FCD403; }
      @media only screen and (max-width: 650px) {
        /* line 504, ../sass/theme/_01_base.scss */
        .user-card-register--container .user-card-register--remind a {
          font-size: 13px; } }
  /* line 527, ../sass/theme/_01_base.scss */
  .user-card-register--container .user-card-register--text {
    font-size: 20px;
    font-weight: 700;
    text-align: center; }
    /* line 532, ../sass/theme/_01_base.scss */
    .user-card-register--container .user-card-register--text p {
      margin-bottom: 15px; }
      /* line 535, ../sass/theme/_01_base.scss */
      .user-card-register--container .user-card-register--text p:last-child {
        margin-bottom: 0; }
    @media only screen and (max-width: 650px) {
      /* line 527, ../sass/theme/_01_base.scss */
      .user-card-register--container .user-card-register--text {
        font-size: 16px; } }
  /* line 545, ../sass/theme/_01_base.scss */
  .user-card-register--container .user-card-register--desc {
    color: #4E4E4E;
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
    text-align: center; }
  @media only screen and (max-width: 500px) {
    /* line 446, ../sass/theme/_01_base.scss */
    .user-card-register--container {
      padding: 20px; } }

/* line 560, ../sass/theme/_01_base.scss */
.g-recaptcha > div {
  max-width: 100%; }
/* line 564, ../sass/theme/_01_base.scss */
.g-recaptcha iframe {
  max-width: 100%; }

/* line 3, ../sass/theme/_ang_components.scss */
.e-ddl.e-input-group .e-ddl-hidden {
  padding: 0; }
/* line 12, ../sass/theme/_ang_components.scss */
.e-ddl.e-popup.e-popup-open.cities-ym-suggestions ul.e-list-parent li.e-list-item {
  line-height: 1.3;
  padding: 3px 0 3px 16px;
  text-indent: unset;
  white-space: normal; }

/* line 26, ../sass/theme/_ang_components.scss */
city_ac ejs-autocomplete .e-input-group:not(.e-float-icon-left) {
  border: 1px solid #DDDDDD !important;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 13.5px 20px;
  line-height: normal;
  width: 100%;
  margin: 0 !important; }
  /* line 34, ../sass/theme/_ang_components.scss */
  city_ac ejs-autocomplete .e-input-group:not(.e-float-icon-left) input {
    padding: 0 !important;
    font-family: "Roboto", sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important; }
    /* line 42, ../sass/theme/_ang_components.scss */
    city_ac ejs-autocomplete .e-input-group:not(.e-float-icon-left) input::-moz-selection {
      color: white !important;
      background: blue !important; }
    /* line 46, ../sass/theme/_ang_components.scss */
    city_ac ejs-autocomplete .e-input-group:not(.e-float-icon-left) input::selection {
      color: white !important;
      background: blue !important; }
  /* line 51, ../sass/theme/_ang_components.scss */
  city_ac ejs-autocomplete .e-input-group:not(.e-float-icon-left).error {
    border: 1px solid red; }
  /* line 55, ../sass/theme/_ang_components.scss */
  city_ac ejs-autocomplete .e-input-group:not(.e-float-icon-left)::before, city_ac ejs-autocomplete .e-input-group:not(.e-float-icon-left)::after {
    content: none !important; }

/*# sourceMappingURL=theme.css.map */
