@charset "UTF-8";
/* line 2, ../../sass/other/_dynamic.scss */
.lds-dual-ring {
  display: inline-block;
  font-size: 3px;
  width: 10em;
  height: 10em;
  vertical-align: middle;
  margin-left: 2em;
}
/* line 10, ../../sass/other/_dynamic.scss */
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 9.8em;
  height: 9.8em;
  margin: 1px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2em solid #DF0400;
  border-color: #DF0400 #ffffff #DF0400 #ffffff;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* line 1, ../../sass/other/_slick.scss */
.slick-dots {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
}
/* line 12, ../../sass/other/_slick.scss */
.slick-dots li {
  background: #CDCDCD;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
/* line 22, ../../sass/other/_slick.scss */
.slick-dots li.slick-active {
  background: #DF0400;
}
/* line 26, ../../sass/other/_slick.scss */
.slick-dots li button {
  display: none;
}

/* line 32, ../../sass/other/_slick.scss */
.slick-arrow {
  position: absolute;
}

/* line 36, ../../sass/other/_slick.scss */
.slick-prev,
.slick-next {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  font-size: 0;
  line-height: 0;
  padding: 30px;
  cursor: pointer;
  color: transparent;
  background: transparent;
  border: none;
  outline: none;
  z-index: 1;
}
/* line 53, ../../sass/other/_slick.scss */
.slick-prev::after,
.slick-next::after {
  position: absolute;
  content: '';
  border: solid #DF0400;
  border-width: 0 9px 9px 0;
  display: inline-block;
  padding: 16px;
  opacity: 1;
  top: 10px;
}
/* line 65, ../../sass/other/_slick.scss */
.slick-prev:hover::after,
.slick-next:hover::after {
  opacity: 1;
}
/* line 71, ../../sass/other/_slick.scss */
.slick-prev.slick-disabled::after,
.slick-next.slick-disabled::after {
  display: none;
}

/* line 76, ../../sass/other/_slick.scss */
.slick-prev {
  left: 0;
}
/* line 79, ../../sass/other/_slick.scss */
.slick-prev::after {
  left: 10px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

/* line 85, ../../sass/other/_slick.scss */
.slick-next {
  right: 0;
}
/* line 88, ../../sass/other/_slick.scss */
.slick-next::after {
  right: 10px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* line 95, ../../sass/other/_slick.scss */
.slick-buttons {
  display: block;
  position: relative;
}

@media (max-width: 767.98px) {
  /* line 102, ../../sass/other/_slick.scss */
  .slick-dots {
    bottom: 5px;
  }
  /* line 106, ../../sass/other/_slick.scss */
  .slick-prev, .slick-next {
    margin-top: -14px;
  }
  /* line 109, ../../sass/other/_slick.scss */
  .slick-prev::after, .slick-next::after {
    border-width: 0 4px 4px 0;
    padding: 10px;
  }
  /* line 115, ../../sass/other/_slick.scss */
  .slick-prev::after {
    left: 6px;
  }
  /* line 120, ../../sass/other/_slick.scss */
  .slick-next::after {
    right: 6px;
  }
}
/* line 336, icon/*.png */
.icon-sprite, .form__field-select input[type='radio'] + label > span, .form__field-select input[type='radio']:checked + label > span {
  background-image: url('/img/icon-sbb4cf88f23.png');
  background-repeat: no-repeat;
}

/* line 3, ../../sass/other/_form.scss */
.vip {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/* line 11, ../../sass/other/_form.scss */
.form__field {
  display: block;
  margin-bottom: 1em;
}
/* line 16, ../../sass/other/_form.scss */
.form__legend {
  display: block;
  font-size: 1.2em !important;
  font-weight: bold;
  margin-bottom: 1em;
}
/* line 23, ../../sass/other/_form.scss */
.form__label {
  display: block;
  margin-bottom: .5em;
  color: #828282;
}
/* line 29, ../../sass/other/_form.scss */
.form__label_need::after {
  content: "*";
  color: #DF0400;
  padding-left: .3em;
}
/* line 37, ../../sass/other/_form.scss */
.form__input {
  display: block;
  width: 100%;
  border: 1px solid #e7e7e7;
  padding: .5em 1em;
}
/* line 43, ../../sass/other/_form.scss */
.form__input_error {
  border: 1px solid #DF0400;
  -moz-box-shadow: 0 0 6px #DF0400;
  -webkit-box-shadow: 0 0 6px #DF0400;
  box-shadow: 0 0 6px #DF0400;
}
/* line 49, ../../sass/other/_form.scss */
.form__textarea {
  display: block;
  width: 100%;
  border: 1px solid #e7e7e7;
  padding: .5em 1em;
}
/* line 55, ../../sass/other/_form.scss */
.form__textarea_error {
  border: 1px solid #DF0400;
  -moz-box-shadow: 0 0 6px #DF0400;
  -webkit-box-shadow: 0 0 6px #DF0400;
  box-shadow: 0 0 6px #DF0400;
}
/* line 61, ../../sass/other/_form.scss */
.form__help {
  font-size: .8em;
  color: #828282;
}
/* line 66, ../../sass/other/_form.scss */
.form__error {
  color: #DF0400;
  font-size: .9em;
  margin-top: .5em;
}
/* line 74, ../../sass/other/_form.scss */
.form__field-checkbox .form__help {
  padding-left: 32px;
}
/* line 78, ../../sass/other/_form.scss */
.form__field-checkbox input[type='checkbox'] {
  height: 0;
  width: 0;
  display: none;
}
/* line 80, ../../sass/other/_form.scss */
.form__field-checkbox input[type='checkbox'] + label {
  position: relative;
  display: flex;
  align-items: center;
  transition: color 250ms cubic-bezier(0.4, 0, 0.23, 1);
}
/* line 87, ../../sass/other/_form.scss */
.form__field-checkbox input[type='checkbox'] + label > ins {
  position: absolute;
  display: block;
  bottom: 0;
  left: 2em;
  height: 0;
  width: 100%;
  overflow: hidden;
  text-decoration: none;
  transition: height 300ms cubic-bezier(0.4, 0, 0.23, 1);
}
/* line 98, ../../sass/other/_form.scss */
.form__field-checkbox input[type='checkbox'] + label > ins > i {
  position: absolute;
  bottom: 0;
  font-style: normal;
  color: #4FC3F7;
}
/* line 104, ../../sass/other/_form.scss */
.form__field-checkbox input[type='checkbox'] + label > span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: .8em;
  width: 1em;
  height: 1em;
  background: transparent;
  border: 1px solid #828282;
  cursor: pointer;
  transition: border 150ms cubic-bezier(0.4, 0, 0.23, 1);
  flex: 0 0 auto;
}
/* line 123, ../../sass/other/_form.scss */
.form__field-checkbox input[type='checkbox'] + label:hover > span, .form__field-checkbox input[type='checkbox']:focus + label > span {
  background: rgba(255, 255, 255, 0.1);
}
/* line 127, ../../sass/other/_form.scss */
.form__field-checkbox input[type='checkbox']:checked + label {
  color: #DF0400;
  font-weight: bold;
}
/* line 132, ../../sass/other/_form.scss */
.form__field-checkbox input[type='checkbox']:checked + label > ins {
  height: 100%;
}
/* line 134, ../../sass/other/_form.scss */
.form__field-checkbox input[type='checkbox']:checked + label > span {
  border: .5em solid #DF0400;
  background: #DF0400;
  animation: shrink-bounce 150ms cubic-bezier(0.4, 0, 0.23, 1);
}
/* line 140, ../../sass/other/_form.scss */
.form__field-checkbox input[type='checkbox']:checked + label > span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -0.12em;
  margin-right: -0.05em;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform: rotate(45deg);
  transform-origin: 0% 100%;
  animation: checkbox-check 125ms 250ms cubic-bezier(0.4, 0, 0.23, 1) forwards;
}
/* line 157, ../../sass/other/_form.scss */
.form__field-select .form__help {
  padding-left: 32px;
}
/* line 162, ../../sass/other/_form.scss */
.form__field-select input[type='radio'] {
  height: 0;
  width: 0;
  display: none;
}
/* line 164, ../../sass/other/_form.scss */
.form__field-select input[type='radio'] + label {
  position: relative;
  display: flex;
  align-items: center;
  transition: color 250ms cubic-bezier(0.4, 0, 0.23, 1);
  cursor: pointer;
}
/* line 172, ../../sass/other/_form.scss */
.form__field-select input[type='radio'] + label > ins {
  position: absolute;
  display: block;
  bottom: 0;
  left: 2em;
  height: 0;
  width: 100%;
  overflow: hidden;
  text-decoration: none;
  transition: height 300ms cubic-bezier(0.4, 0, 0.23, 1);
}
/* line 183, ../../sass/other/_form.scss */
.form__field-select input[type='radio'] + label > ins > i {
  position: absolute;
  bottom: 0;
  font-style: normal;
  color: #4FC3F7;
}
/* line 189, ../../sass/other/_form.scss */
.form__field-select input[type='radio'] + label > span {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  margin-right: .8em;
  cursor: pointer;
  background-position: 0 -315px;
  height: 19px;
  width: 18px;
}
/* line 199, ../../sass/other/_form.scss */
.form__field-select input[type='radio']:checked + label {
  color: #DF0400;
  font-weight: bold;
}
/* line 204, ../../sass/other/_form.scss */
.form__field-select input[type='radio']:checked + label > ins {
  height: 100%;
}
/* line 206, ../../sass/other/_form.scss */
.form__field-select input[type='radio']:checked + label > span {
  background-position: 0 -296px;
  height: 19px;
  width: 18px;
}

@keyframes shrink-bounce {
  0% {
    transform: scale(1);
  }
  33% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes checkbox-check {
  0% {
    width: 0;
    height: 0;
    border-color: #ffffff;
    tansform: translate3d(0, 0, 0) rotate(45deg);
  }
  33% {
    width: .2em;
    height: 0;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  100% {
    width: .4em;
    height: .6em;
    border-color: #ffffff;
    transform: translate3d(0, -0.5em, 0) rotate(45deg);
  }
}
/* line 1, ../../sass/other/_wobblers.scss */
.wobbler {
  display: inline-flex;
  flex-wrap: wrap;
  height: 45px;
  width: 65px;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: #ffffff;
  font-size: .9em;
  line-height: 1.2em;
  font-weight: bold;
  font-style: normal;
  padding: 0 1em;
  float: left;
  margin-right: .5em;
  margin-bottom: .5em;
  text-align: center;
}
/* line 20, ../../sass/other/_wobblers.scss */
.wobbler__wrapper {
  width: 100%;
  position: absolute;
}
/* line 25, ../../sass/other/_wobblers.scss */
.wobbler__sale {
  background: #DF0400;
}
/* line 28, ../../sass/other/_wobblers.scss */
.wobbler__sale::before {
  display: block;
  content: 'Скидка';
}
/* line 34, ../../sass/other/_wobblers.scss */
.wobbler__new {
  background: #2e2e2e;
}
/* line 37, ../../sass/other/_wobblers.scss */
.wobbler__new::before {
  display: block;
  content: 'Новинка';
}
/* line 43, ../../sass/other/_wobblers.scss */
.wobbler__hit {
  background: #2856A8;
}
/* line 46, ../../sass/other/_wobblers.scss */
.wobbler__hit::before {
  display: block;
  content: 'Хит продаж';
}

/* line 1, ../../sass/other/_rating.scss */
.rating {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
/* line 6, ../../sass/other/_rating.scss */
.rating__comment {
  padding-left: .5em;
}

/* line 1, ../../sass/popups/_geo-popup.scss */
.popup-geo {
  width: 600px;
  max-width: 85vw;
}
/* line 5, ../../sass/popups/_geo-popup.scss */
.popup-geo .list {
  position: relative;
  margin: 1.2em 0;
  padding: .2em .6em;
  height: 200px;
  min-height: 200px;
  overflow: auto;
  background-color: #fff;
}
/* line 14, ../../sass/popups/_geo-popup.scss */
.popup-geo .list ul {
  display: block;
}
/* line 18, ../../sass/popups/_geo-popup.scss */
.popup-geo .list li {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}
/* line 24, ../../sass/popups/_geo-popup.scss */
.popup-geo .list .city {
  display: block;
  padding-right: 1em;
  width: 100%;
  max-width: 300px;
}
/* line 30, ../../sass/popups/_geo-popup.scss */
.popup-geo .list .city a {
  display: block;
  white-space: nowrap;
}
/* line 35, ../../sass/popups/_geo-popup.scss */
.popup-geo .list .region {
  display: block;
  width: 100%;
  color: #aaa;
}
/* line 42, ../../sass/popups/_geo-popup.scss */
.popup-geo .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
  background: #fff url(/img/loader.gif) 50% 50% no-repeat;
}

/* line 1, ../../sass/popups/_login-popup.scss */
.login-box {
  font-size: 1.1em;
}
/* line 5, ../../sass/popups/_login-popup.scss */
.login-box__tabs-header {
  display: flex;
  align-items: end;
}
/* line 10, ../../sass/popups/_login-popup.scss */
.login-box__tabs-item {
  display: inline-block;
  margin-right: .2em;
}
/* line 15, ../../sass/popups/_login-popup.scss */
.login-box__tabs-link {
  display: block;
  color: #828282;
  background: #E2DFDE;
  padding: .5em 1em;
}
/* line 21, ../../sass/popups/_login-popup.scss */
.login-box__tabs-link.active {
  background: #ffffff;
  color: #212121;
  font-weight: bold;
  padding: .7em 1em;
}
/* line 30, ../../sass/popups/_login-popup.scss */
.login-box__tabs-content {
  background: #ffffff;
  padding: 2em;
}
/* line 34, ../../sass/popups/_login-popup.scss */
.login-box__tabs-content .tab-pane {
  padding-top: 0;
}
/* line 38, ../../sass/popups/_login-popup.scss */
.login-box__tabs-content_social {
  border-top: 1px solid #e7e7e7;
}
/* line 44, ../../sass/popups/_login-popup.scss */
.login-box__btn {
  margin-top: 1em;
  margin-bottom: 0;
  width: 100%;
}

/* line 3, ../../sass/popups/_search-popup.scss */
.search-content {
  height: 100%;
  padding: 1em 0;
  border: 1px solid #c5c5c5;
}
/* line 9, ../../sass/popups/_search-popup.scss */
.search-full {
  display: none;
}
/* line 13, ../../sass/popups/_search-popup.scss */
.search-cancel {
  position: absolute;
  font-size: 3em;
  line-height: 1em;
  font-weight: bold;
  top: 0;
  right: 1.5em;
  z-index: 1;
  cursor: pointer;
}
/* line 24, ../../sass/popups/_search-popup.scss */
.search-popup {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #ececec;
  z-index: 1;
}
/* line 31, ../../sass/popups/_search-popup.scss */
.search-popup.open {
  display: block;
  max-height: calc(100vh - 105px);
  overflow-y: auto;
}
/* line 37, ../../sass/popups/_search-popup.scss */
.search-popup ul {
  list-style: none;
  font-size: .9em;
}
/* line 42, ../../sass/popups/_search-popup.scss */
.search-popup li {
  height: 50px;
  padding: 4px 15px;
}
/* line 47, ../../sass/popups/_search-popup.scss */
.search-popup li:hover {
  background: #f9f9f9;
}
/* line 51, ../../sass/popups/_search-popup.scss */
.search-popup li a {
  display: block;
  height: 100%;
  text-decoration: none;
  color: #376e9d;
}
/* line 58, ../../sass/popups/_search-popup.scss */
.search-popup li img {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
/* line 65, ../../sass/popups/_search-popup.scss */
.search-popup li .pre {
  color: #999;
}
/* line 69, ../../sass/popups/_search-popup.scss */
.search-popup li i {
  font-style: normal;
  color: #555555;
}
/* line 74, ../../sass/popups/_search-popup.scss */
.search-popup li b {
  color: #555555;
}
/* line 78, ../../sass/popups/_search-popup.scss */
.search-popup li del {
  color: red;
}
/* line 82, ../../sass/popups/_search-popup.scss */
.search-popup li .title {
  display: block;
  padding-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1em;
  line-height: 1em;
  text-transform: initial;
  letter-spacing: normal;
  margin-bottom: 0;
  padding: 5px 0;
}
/* line 97, ../../sass/popups/_search-popup.scss */
.search .search-full {
  padding: 1.5em 1em;
}
/* line 100, ../../sass/popups/_search-popup.scss */
.search .search-full .button {
  padding: 1em;
}

/* line 108, ../../sass/popups/_search-popup.scss */
.mobile-search .search-form {
  position: relative;
}
/* line 113, ../../sass/popups/_search-popup.scss */
.mobile-search .search-form input[type="text"] {
  width: 100%;
  height: 37px;
  font-size: 1.3em;
  border-color: #d8d8d8;
  padding: 0 3em;
  z-index: 3;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
}
/* line 124, ../../sass/popups/_search-popup.scss */
.mobile-search .search-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 37px;
  margin: 0;
  padding: 2px 15px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 134, ../../sass/popups/_search-popup.scss */
.mobile-search .search-form button i {
  margin-right: 0;
}
/* line 140, ../../sass/popups/_search-popup.scss */
.mobile-search .search-cancel {
  position: absolute;
  left: 15px;
  top: 9px;
  height: 20px;
  width: 20px;
  background: #a3b72d;
  border: none !important;
  color: #ffffff !important;
  font-size: 17px;
  line-height: 1em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 156, ../../sass/popups/_search-popup.scss */
.mobile-search .search-popup.open {
  top: 100%;
  left: 0;
  right: 0;
  padding: 10px;
  height: 150px;
  overflow-y: auto;
}
/* line 166, ../../sass/popups/_search-popup.scss */
.mobile-search .search-popup.open ul li {
  height: auto;
}
/* line 169, ../../sass/popups/_search-popup.scss */
.mobile-search .search-popup.open ul li .title {
  white-space: normal;
}
/* line 172, ../../sass/popups/_search-popup.scss */
.mobile-search .search-popup.open ul li .pre {
  display: block;
  margin-left: 50px;
}
/* line 179, ../../sass/popups/_search-popup.scss */
.mobile-search .search-popup.open::-webkit-scrollbar-track {
  background-color: #eeeeee;
}
/* line 182, ../../sass/popups/_search-popup.scss */
.mobile-search .search-popup.open::-webkit-scrollbar {
  height: 8px;
  width: 8px;
  -webkit-appearance: none;
}
/* line 187, ../../sass/popups/_search-popup.scss */
.mobile-search .search-popup.open::-webkit-scrollbar:horizontal {
  height: 8px;
  width: 8px;
}
/* line 191, ../../sass/popups/_search-popup.scss */
.mobile-search .search-popup.open::-webkit-scrollbar-thumb {
  border: 1px solid white;
  background-color: #a8a8a8;
}

/**
 * Результаты поиска
 */
/* line 202, ../../sass/popups/_search-popup.scss */
dl.search__item {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

/* line 206, ../../sass/popups/_search-popup.scss */
dl.search__item dt {
  font-size: 1.1em;
  margin-bottom: .6em;
  f-ont-weight: bold;
}

/* line 211, ../../sass/popups/_search-popup.scss */
dl.search__item dt.img {
  margin-left: 120px;
  font-size: 1.1em;
  margin-bottom: .4em;
  f-ont-weight: bold;
}

/* line 217, ../../sass/popups/_search-popup.scss */
dl.search__item dt small {
  font-size: .8em;
  line-height: 2.2em;
}

/* line 221, ../../sass/popups/_search-popup.scss */
dl.search__item dt small a {
  color: #989491;
}

/* line 224, ../../sass/popups/_search-popup.scss */
dl.search__item dt span big {
  font-size: 1em;
}

/* line 227, ../../sass/popups/_search-popup.scss */
dl.search__item dt span.count {
  width: 3.8em;
  margin-right: 1.2em;
  margin-left: -5.6em;
  font-size: .8em;
  display: inline-block;
  text-align: right;
  color: #999;
  zoom: 1;
  vertical-align: top;
  *width: 1.9em;
  *margin-right: .6em;
  *margin-left: -2.8em;
}

/* line 244, ../../sass/popups/_search-popup.scss */
dl.search__item dt.img span.img {
  float: left;
  margin-left: -120px;
}

/* line 254, ../../sass/popups/_search-popup.scss */
dl.search__item dd {
  font-size: .95em;
  color: #999;
  margin-bottom: 2em;
}

/* line 259, ../../sass/popups/_search-popup.scss */
dl.search__item dd.img {
  margin-left: 120px;
  font-size: .95em;
  color: #999;
  margin-bottom: 3em;
}

/* line 265, ../../sass/popups/_search-popup.scss */
dl.search__item dd strong {
  color: #555;
  background-color: #effe93;
  font-weight: normal;
  co-lor: #A3B72D;
  co-lor: #333;
  back-ground-color: #DCEB71;
}

/* line 273, ../../sass/popups/_search-popup.scss */
dl.search__item dd.img p {
  margin: 0 0 .6em 0;
}

/* line 276, ../../sass/popups/_search-popup.scss */
.selector {
  list-style: none;
  margin: 1.2em 0;
}

/* line 280, ../../sass/popups/_search-popup.scss */
.selector li {
  margin: .6em 0;
}

/* line 283, ../../sass/popups/_search-popup.scss */
.selector li .no-href {
  text-decoration: none;
  color: #5F6062;
}

@media (min-width: 1400px) {
  /* line 291, ../../sass/popups/_search-popup.scss */
  .search-popup.open {
    width: 1104px;
  }
}
@media (min-width: 1400px) and (max-width: 1599.98px) {
  /* line 299, ../../sass/popups/_search-popup.scss */
  .search-popup.open {
    width: 970px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  /* line 307, ../../sass/popups/_search-popup.scss */
  .search-popup.open {
    width: 834px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 315, ../../sass/popups/_search-popup.scss */
  .search-popup.open {
    width: 940px;
    margin-left: -240px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 324, ../../sass/popups/_search-popup.scss */
  .search-popup.open {
    width: 700px;
    margin-left: -240px;
  }
}
@media (max-width: 767.98px) {
  /* line 335, ../../sass/popups/_search-popup.scss */
  .header .search-cancel {
    font-size: 2em;
  }
}
@media (max-width: 767.98px) {
  /* line 3, ../../sass/popups/_menu-popup.scss */
  #MainMenu {
    display: none;
  }

  /* line 7, ../../sass/popups/_menu-popup.scss */
  .slide-menu-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 3em;
    color: #5f6062;
    cursor: pointer;
  }

  /* line 16, ../../sass/popups/_menu-popup.scss */
  .slide-main_menu {
    display: block !important;
    position: fixed;
    height: 100%;
    width: 90%;
    top: 0;
    left: -90%;
    z-index: 5;
    transition: all 0.3s ease;
    background-color: #fff;
    z-index: 10000;
    padding: 0;
    overflow-y: auto;
  }
  /* line 30, ../../sass/popups/_menu-popup.scss */
  .slide-main_menu.in {
    left: 0;
  }
  /* line 35, ../../sass/popups/_menu-popup.scss */
  .slide-main_menu .main-menu__list {
    display: block;
    margin-top: 3em;
  }
  /* line 39, ../../sass/popups/_menu-popup.scss */
  .slide-main_menu .main-menu__item {
    border-left: none;
    border-top: 1px solid #E2DFDE;
  }
  /* line 44, ../../sass/popups/_menu-popup.scss */
  .slide-main_menu .main-menu__item_catalog i {
    display: none;
  }
  /* line 50, ../../sass/popups/_menu-popup.scss */
  .slide-main_menu .main-menu__item_actions a {
    color: #ffffff;
  }
  /* line 56, ../../sass/popups/_menu-popup.scss */
  .slide-main_menu .main-menu__link {
    color: #212121;
    font-size: 1.2em;
    padding: 1em;
    padding-left: 1.5em;
    text-align: left;
  }
}
/* line 6, ../../sass/other/_popups.scss */
.my-fade-class, .fade-box {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

/* line 16, ../../sass/other/_popups.scss */
.on-top {
  z-index: 10000 !important;
}

/* line 21, ../../sass/other/_popups.scss */
._popup {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: auto;
  z-index: 100;
}
/* line 35, ../../sass/other/_popups.scss */
._popup.on-top {
  display: flex;
  z-index: 100;
}
/* line 40, ../../sass/other/_popups.scss */
._popup__wrap {
  position: relative;
  background: #EFECEA;
  margin: auto;
  padding: 2em;
  -moz-box-shadow: 0 10px 40px -10px black;
  -webkit-box-shadow: 0 10px 40px -10px black;
  box-shadow: 0 10px 40px -10px black;
}

/* line 50, ../../sass/other/_popups.scss */
.my-popup-class {
  display: flex;
}
/* line 53, ../../sass/other/_popups.scss */
.my-popup-class__container {
  position: relative;
  background: #EFECEA;
  margin: auto;
  padding: 2em;
  -moz-box-shadow: 0 10px 40px -10px black;
  -webkit-box-shadow: 0 10px 40px -10px black;
  box-shadow: 0 10px 40px -10px black;
  z-index: 10000;
}
/* line 62, ../../sass/other/_popups.scss */
.my-popup-class__wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: auto;
}
/* line 76, ../../sass/other/_popups.scss */
.my-popup-class__close {
  position: absolute;
  display: block;
  width: 2.2em;
  height: 2.2em;
  top: -1px;
  right: 0;
  cursor: pointer;
  position: sticky;
  position: absolute;
  z-index: 10000;
  top: 10px;
  right: 10px;
  float: right;
}
/* line 91, ../../sass/other/_popups.scss */
.my-popup-class__close::after {
  content: "×";
  font-size: 2.4em;
  font-style: normal;
  padding-left: 0.15em;
  line-height: .8em;
}

/*# sourceMappingURL=other.css.map */
