

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


/*
* Вендорные префиксы
*
* Имеется возможность задать явный браузер в постфиксе,
* поддерживаются следующие варианты:
* _no - без префикса
* _wk - префикс webkit
* _ms - префикс ms
* _moz - префикс moz
*/
/* transition */
/* transition для трансформаций */
/* user-select */
/* transform-origin*/
/* animation-duration*/
/* animation-fill-mode*/
/* animation-name*/
/* Трансформации */
/*
* Несколько трансформаций в одной
* Необходимо явно указыть параметр
*/
/*
* Cдвиг блока на двумерной плоскости
* По обоим координатам, плюс каждая по отдельности
*/
/*
* Деформация блока на двумерной плоскости
* По обоим координатам, плюс каждая по отдельности
*/
/*
* Поворот блока на двумерной плоскости
* По умолчанию отностиельно центра
* При задании _origin(transform-origin) можно указать конкретную точку
*/
/*
* Масштабирование блока
* По обоим координатам, плюс каждая по отдельности
*/
/*
* Иконки на базе css
* Все имеют префиксы _i
* Имя состоит из название[_ориентация]
*/
/* Стрелки */
/* Минималистичный reset */
/* Сброс характеристик для input-полей */
/* Сброс оформления colorbpx */
/* Интерактивность по флагу*/
/* Абсолютное позиционирование */
/* Пропадение текста в ограниченом по высоте блоке*/
/* Натягивание базовых стилей на сайт */
/* Центральный	блок страницы */
/* Спрайты на сайте */
/* Интерактивность по флагу , потом перенесётся tao.less*/
/* Полноэкранный сайт, потом перенесётся tao.less */
/* Иконка меню, потом перенесётся tao.less */
/* Заготовка для меню */
.lb-sidebar {
  background-color: #ffffff;
  border: 1px solid #f6f0f0;
}
.lb-sidebar .lb-sidebar__h2 {
  background-color: #f6f0f0;
  color: #6a6363;
  font-size: 13px;
  font-weight: 800;
  padding: 5px 10px;
}
@media screen and (min-width: 980px) {
  .lb-sidebar .lb-sidebar__h2-mobile {
    display: none;
  }
}
@media screen and (max-width: 979px) {
  .lb-sidebar .lb-sidebar__h2-full {
    text-transform: lowercase;
  }
}
.lb-sidebar .lb-sidebar__menu {
  padding: 10px;
}
.lb-sidebar__menu .level3,
.lb-sidebar__menu .level4 {
  display: none;
}
.lb-sidebar__menu .level1 {
  list-style: none;
  font-size: 0;
  line-height: 0;
}
.lb-sidebar__menu .level1 li {
  display: block;
  vertical-align: top;
}
.lb-sidebar__menu .level1 a {
  display: block;
  font-size: 14px;
  line-height: 18.9px;
}
.lb-sidebar__menu .level2 {
  margin-left: 10px;
}
.lb-sidebar__menu .level2 {
  margin-left: 10px;
}
.lb-sidebar__menu a {
  text-decoration: none;
}
.lb-sidebar__menu a:hover {
  text-decoration: underline;
}
.lb-sidebar__menu a.current {
  color: #ea1a68;
}
@media screen and (max-width: 979px) {
  .lb-sidebar__variants {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.lb-sidebar__all-filter {
  text-align: right;
  width: 100%;
  box-sizing: border-box;
}
.lb-sidebar__all-filter a {
  width: 100%;
  text-align: center;
  background-color: #ea1a68;
  border: 1px solid #ffffff;
  box-shadow: #ea1a68 0 0 0 1px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: 800;
  margin: 2px;
  box-sizing: border-box;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0;
}
.lb-sidebar__all-filter a:hover {
  background-color: #ffffff;
  color: #ea1a68;
}
@media screen and (min-width: 980px) {
  .lb-sidebar__all-filter {
    display: none;
  }
}
.lb-sidebar__clear {
  color: #ea1a68;
  display: block;
  padding: 5px 10px;
  font-size: 11px;
  font-style: italic;
  background-color: #f6f0f0;
}
.lb-search {
  font-size: 0;
  background: #F6F0F0;
  white-space: nowrap;
}
@media screen and (max-width: 979px) {
  .lb-search {
    white-space: normal;
  }
}
.lb-search .lb-find-input {
  border: 1px solid #ea1a68;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  height: 25px;
  font-size: 12px;
  padding: 4px 5px;
  vertical-align: middle;
  width: 154px;
  margin-right: 10px;
  margin-left: 10px;
}
.lb-search .lb-find-button {
  background-color: #ea1a68;
  border: 1px solid #ffffff;
  box-shadow: #ea1a68 0 0 0 1px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: 800;
  margin: 2px;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
  box-sizing: border-box;
  font-family: "PT Sans";
  font-size: 13px;
  height: 23px;
  margin: 0;
  padding: 3px 5px;
  vertical-align: middle;
  width: 58px;
}
.lb-search .lb-find-button:hover {
  background-color: #ffffff;
  color: #ea1a68;
}
.filter-selected {
  background-color: #f6f0f0;
  margin-bottom: 15px;
  padding-top: 5px;
}
@media screen and (max-width: 979px) {
  .filter-selected {
    margin-bottom: 0;
  }
}
.filter-selected__clear {
  color: #ea1a68;
  display: inline-block;
  padding-right: 10px;
  padding-top: 5px;
  font-size: 11px;
  float: right;
  font-style: italic;
}
.filter-selected__list {
  list-style: none;
  padding: 5px 10px;
}
.filter-selected__padding {
  display: inline-block;
  padding-left: 19px;
}
.filter-selected__remove {
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  border: 1px solid #d6d5d5;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAACVBMVEXLysr////LysodAegVAAAAAnRSTlMAAHaTzTgAAAAzSURBVHjaTYxBDgAwCIOo/3/0shITvQg9wJC9AU1Gk6O5R3NPrVxJ5f/b5Da5TWSbyNoDJPoAc2TIBWIAAAAASUVORK5CYII=) 0 50% no-repeat;
  display: inline-block;
  height: 12px;
  margin-right: 5px;
  width: 12px;
}
.filter-selected__remove:hover {
  border-color: #6a6363;
}
.filter-selected__item {
  color: #ab8d8b;
}
.filter-selected__title {
  font-weight: 800;
}
.filter-selected__value {
  text-transform: lowercase;
}
@media screen and (max-width: 979px) {
  .lb-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    z-index: 100;
  }
  .lb-sidebar__clear {
    display: none;
  }
  .filter-selected .lb-sidebar__variants {
    margin-top: 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .all-filter-bottom {
    display: none;
  }
  .filter--hidden .all-filter-top {
    display: none;
  }
  .filter--hidden .all-filter-bottom {
    display: inline;
  }
  .filter--hidden .lb-sidebar__variants {
    display: none;
  }
}
@media screen and (max-width: 979px) {
  .filter__field {
    border: 1px solid #f6f0f0;
    width: 155px;
  }
  .filter__field-sale {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .filter__field-search {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    border: none;
    text-align: center;
    width: 100%;
  }
  .filter__field-search .lb-find-input {
    width: 176px;
  }
  .filter__field-price {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .filter__field-price .irs--flat {
    height: 55px;
    margin-bottom: 6px;
  }
  .filter__field-price .irs--flat.irs-with-grid {
    height: 70px;
  }
  .filter__field-price .irs--flat .irs-line {
    top: 33px;
    height: 12px;
    background-color: white;
    background: linear-gradient(to bottom, #dddddd -50%, #ffffff 150%);
    border: 1px solid #ccc;
    border-radius: 12px;
  }
  .filter__field-price .irs--flat .irs-bar {
    top: 33px;
    height: 12px;
    background-color: #EA1A68;
    border: 1px solid #EA1A68;
    background: #EA1A68;
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
  }
  .filter__field-price .irs--flat .irs-bar--single {
    border-radius: 12px 0 0 12px;
  }
  .filter__field-price .irs--flat .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: rgba(66, 139, 202, 0.5);
  }
  .filter__field-price .irs--flat .irs-handle {
    top: 25px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background-color: #cbcfd5;
    background: linear-gradient(to bottom, #ffffff 0%, #b4b9be 30%, #ffffff 100%);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px #ffffff;
    border-radius: 30px;
  }
  .filter__field-price .irs--flat .irs-handle.state_hover,
  .filter__field-price .irs--flat .irs-handle:hover {
    border-color: rgba(0, 0, 0, 0.45);
    background-color: #939ba7;
    background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
  }
  .filter__field-price .irs--flat .irs-min,
  .filter__field-price .irs--flat .irs-max {
    top: 0;
    padding: 1px 5px;
    color: white;
    text-shadow: none;
    background-color: #9f9f9f;
    border-radius: 3px;
  }
  .filter__field-price .irs--flat .irs-from,
  .filter__field-price .irs--flat .irs-to,
  .filter__field-price .irs--flat .irs-single {
    color: white;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #428bca;
    background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
    border-radius: 3px;
  }
  .filter__field-price .irs--flat .irs-grid-pol {
    background-color: #428bca;
  }
  .filter__field-price .irs--flat .irs-grid-text {
    color: #428bca;
  }
  .filter__field-price .filter__prices {
    text-align: center;
    margin-bottom: 10px;
  }
  .filter__field-price .filter__price input[type="text"] {
    width: 100px;
  }
}
.filter__field-sale a {
  color: #ea1a68;
}
.filter__field-type .is_disabled {
  display: none;
}
.filter__title {
  background-color: #f6f0f0;
  color: #6a6363;
  font-size: 13px;
  font-weight: 800;
  padding: 5px 10px;
}
@media screen and (min-width: 980px) {
  .filter__title-mobile {
    display: none;
  }
}
@media screen and (max-width: 979px) {
  .filter__title-full {
    text-transform: lowercase;
  }
}
.filter__list {
  list-style: none;
  margin-bottom: 10px;
  margin-top: 5px;
}
.filter__item.is_active .filter__checkbox::before {
  content: '';
  display: inline-block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAArlBMVEX///+7YJW9ZJi9ZZi+Z5q+aJq/aJu/apzAa5zAbZ3Bbp7Bb5/CcaDCcqHEdaPFeKXGeqbGe6fHfajIf6rKg6zKhK3MirDPj7TTnLzUo8DVnb7XocDXosHXqMPYpMLZpsPbqsbescvftc3fu9Djv9TkwNXkwdblwtblwtflytrmxdjmxtnoydvoytzpzN3pzd3r0eDs0+Lu1+Tu2OXv2+fy4evy4uvz4+z16PD58fZwfAPdAAAAAXRSTlMAQObYZgAAAJ9JREFUeNpVyOsWgVAUBODZEkWSKJW75KiIQ27v/2L2cTlr+X7MmhkgjwItyoE0qZ9anaQI78qDvUsI/6Zc2bv48Oo/HvpnbUrjcx/u6WdORCcXjvia8B4JRx3z4VKIBe+B+Bxc1ysOV6ijk2VtolaDqJuxDqyi2JjErLJgFsyqqrYGUXNfKSZ6pZRyZxgHqZQ9zILjRTsGMyC2SbNjvAA+siBXUWCniwAAAABJRU5ErkJggg==) 0 0 no-repeat;
  border: 0;
  height: 16px;
  vertical-align: bottom;
  width: 16px;
}
.filter__item.is_disabled .filter__checkbox {
  color: #8a898a;
  text-decoration: line-through;
}
.filter__item.is_disabled .filter__checkbox::before {
  content: '';
  display: inline-block;
  border: 1px solid #ffffff;
}
.filter__checkbox {
  color: #6a6363;
  display: inline-block;
  padding: 5px 10px;
}
.filter__checkbox::before {
  content: '';
  display: inline-block;
  border: 1px solid #ab8d8b;
  height: 15px;
  margin-right: 10px;
  width: 15px;
}
.filter__list_type {
  padding-left: 20px;
}
.filter__sub-header {
  color: #6a6363;
  font-size: 13px;
  font-weight: 800;
  margin-top: 10px;
  padding: 5px 10px;
}
.filter__more {
  border-bottom: 1px solid #ab8d8b;
}
.filter__more .filter__list {
  display: none;
}
.mfp-content {
  padding: 30px 0;
  background-color: #ffffff;
}
.price-find-button {
  background-color: #ea1a68;
  border: 1px solid #ffffff;
  box-shadow: #ea1a68 0 0 0 1px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: 800;
  margin: 2px;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
  background: #fff;
  color: #EA1A68;
  box-sizing: border-box;
  font-family: "PT Sans";
  font-size: 13px;
  height: 23px;
  margin: 4px 0;
  padding: 3px 5px;
  vertical-align: middle;
}
.price-find-button:hover {
  background-color: #ffffff;
  color: #ea1a68;
}
.filter__price {
  display: inline-block;
}
.filter__price:first-child {
  margin-right: 6px;
  margin-left: 10px;
}
.filter__price:nth-child(2) {
  margin-right: 10px;
}
.filter__price input[type="text"] {
  border: 1px solid #ea1a68;
  box-sizing: border-box;
  height: 25px;
  padding: 4px;
  vertical-align: middle;
  width: 50px;
  font-family: "PT Sans";
  font-size: 13px;
}


/**
Ion.RangeSlider, 2.3.0
© Denis Ineshin, 2010 - 2018, IonDen.com
Build date: 2018-12-12 00:07:25
*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
  margin: 8px 0 10px;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
  outline: none !important;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}
.irs-handle.type_last {
  z-index: 2;
}
.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}
.irs-min {
  left: 0;
}
.irs-max {
  right: 0;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}
.irs-disabled {
  opacity: 0.4;
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.irs--flat {
  height: 40px;
}
.irs--flat.irs-with-grid {
  height: 60px;
}
.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}
.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}
.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}
.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}
.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}
.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}
.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}
.irs--flat .irs-grid-text {
  color: #999;
}
.irs--big {
  height: 55px;
}
.irs--big.irs-with-grid {
  height: 70px;
}
.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}
.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}
.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}
.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}
.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}
.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}
.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}
.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}
.irs--big .irs-grid-pol {
  background-color: #428bca;
}
.irs--big .irs-grid-text {
  color: #428bca;
}
.irs--modern {
  height: 55px;
}
.irs--modern.irs-with-grid {
  height: 55px;
}
.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}
.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}
.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}
.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}
.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg);
}
.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}
.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}
.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}
.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}
.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}
.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}
.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}
.irs--modern .irs-grid {
  height: 25px;
}
.irs--modern .irs-grid-pol {
  background-color: #dedede;
}
.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}
.irs--sharp.irs-with-grid {
  height: 57px;
}
.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}
.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}
.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}
.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}
.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}
.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}
.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}
.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}
.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}
.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-grid {
  height: 25px;
}
.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}
.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--round {
  height: 50px;
}
.irs--round.irs-with-grid {
  height: 65px;
}
.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}
.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}
.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}
.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}
.irs--round .irs-grid {
  height: 25px;
}
.irs--round .irs-grid-pol {
  background-color: #dedede;
}
.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--square {
  height: 50px;
}
.irs--square.irs-with-grid {
  height: 60px;
}
.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}
.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}
.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}
.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}
.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}
.irs--square .irs-grid {
  height: 25px;
}
.irs--square .irs-grid-pol {
  background-color: #dedede;
}
.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}


@font-face {
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: 400;
	src: local('PT Sans'), local('PTSans-Regular'), url(https://themes.googleusercontent.com/static/fonts/ptsans/v6/yrzXiAvgeQQdopyG8QSg8Q.woff) format('woff');
}

@font-face {
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: 700;
	src: local('PT Sans Bold'), local('PTSans-Bold'), url(https://themes.googleusercontent.com/static/fonts/ptsans/v6/g46X4VH_KHOWAAa-HpnGPhsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}

@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(https://themes.googleusercontent.com/static/fonts/robotoslab/v3/y7lebkjgREBJK96VQi37ZmOb2gHztoQeulij-1lvl-8.woff) format('woff');
}

@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(https://themes.googleusercontent.com/static/fonts/robotoslab/v3/dazS1PrQQuCxC3iOAJFEJVRROVH9Vvc8xHnAGvvgPQc.woff) format('woff');
}

body {
	font-family: 'PT Sans', 'sans-serif';
	font-size: 14px;
}

h1 {
	font-size: 25px;
	color: #0d1811;
	font-weight: normal;
	font-family: 'Roboto Slab', 'serif';
	text-transform: uppercase;
	margin: 20px 0;
}

a {
	color: #8a898a;
	outline: none;
}

a:hover {
	text-decoration: none;
}

label span {
	color: #e91a68;
}

.top_bar {
	background-color: #f6f0f0;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 100;
}

.flick-catalog {
	font-size: 15px;
	position: absolute;
	bottom: -180px;
	left: 0;
	width: 700px;
	height: 180px;
	background: rgba(234, 38, 112, 0.9);
	display: none;
}

.flick-catalog ul {
	list-style: none;
}

.flick-catalog .level1 {
	margin: 10px 0;
	padding: 0;
}

.flick-catalog .level1 > li {
	margin: 25px 0 0;
	padding: 0 27px 25px;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	float: left;
}

.flick-catalog .level1 > li:last-child {
	border: none;
}

.flick-catalog .level1 > li > a {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.flick-catalog .level2 {
	margin: 20px 0 0;
	padding: 0;
}

.flick-catalog .level2 > li {
	margin: 10px 0 0;
}

.flick-catalog a {
	color: #fff;
	text-decoration: none;
}

.flick-catalog a:hover {
	text-decoration: underline;
}

.top_bar .wrapper {
	width: 1039px;
	margin: 0 auto;
	position: relative;
	height: 38px;
}

.top_bar .wrapper .logo {
	background-image: url(/images/layout/logo.jpg);
	display: block;
	width: 325px;
	height: 76px;
	position: absolute;
	left: 0;
	top: 46px;
}

.top_bar .phone {
	color: #000;
	font-size: 22px;
	float: right;
	margin: 19px 25px 0 0;
}

.top_bar .phone .note {
	color: #8a898a;
	font-size: 12px;
	margin: -2px 0 0;
	text-align: right;
}

.top_bar nav {
	font-size: 18px;
	float: right;
	margin: 18px 25px 0 0;
}

.top_bar nav a {
	color: #262626;
	text-decoration: none;
	position: relative;
	margin: 0 22px 0 0;
}

.top_bar nav a:hover {
	color: #cec7c7;
}

.top_bar nav a:last-child {
	margin: 0;
}

.top_bar nav a.current {
	color: #d40250;
}

.top_bar nav a:after {
	content: ' ';
	background: #dbdbdb;
	height: 17px;
	position: absolute;
	right: -15px;
	top: 4px;
	width: 1px;
}

.top_bar nav a:last-child:after {
	display: none;
}

.top_bar .catalog {
	float: left;
	width: 104px;
	padding: 6px 21px;
	background-color: #e91a68;
	background-image: url(/images/layout/top_catalog.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	background-position: 112px 12px;
}

.top_bar .autorization {
	height: 22px;
	float: left;
	color: #bfb2b2;
	position: relative;
	padding: 11px 0 0;
}

.top_bar .autorization a:first-child {
	color: inherit;
	font-size: 12px;
	float: left;
	margin: 2px 0 0 10px;
}

.top_bar .autorization > span {
	color: inherit;
	font-size: 12px;
	float: left;
	margin: 2px 8px 0;
}

.top_bar .autorization > a:last-child {
	color: inherit;
	font-size: 12px;
}

.wrapper_login {
	position: absolute;
	bottom: -383px;
	background-color: #f6f0f0;
	z-index: 100;
	padding: 6px 12px;
	color: #000;
	font-size: 12px;
	display: none;
}

.wrapper_login .field {
	margin: 0 0 18px;
}

.wrapper_login input[type=text],
.wrapper_login input[type=password] {
	outline: 0;
	width: 199px;
	height: 25px;
	border: 1px solid #e1e1e1;
}

.wrapper_login input[type=submit] {
	border: 1px solid #b69898;
	background-color: #b69898;
	color: #fff;
	width: 205px;
	height: 39px;
	font-size: 14px;
	text-transform: uppercase;
	outline: none;
	margin: 0 0 5px;
}

.wrapper_login input[type=checkbox] {
	position: absolute;
	left: -2000px;
}

.wrapper_login input[type=checkbox]:checked + label {
	background-position: 0 4px;
}

.wrapper_login label.remember {
	display: inline-block;
	cursor: pointer;
	padding: 10px 25px 0;
	background-image: url(/images/layout/checkbox.png);
	background-repeat: no-repeat;
	background-position: 0 -30px;
}

.wrapper_login .field.passwd {
	margin: 0 0 5px;
}

.wrapper_login .field.registration {
	border-bottom: 1px solid #fff;
	margin: 0 0 10px;
	padding: 0 0 10px;
}

.wrapper_login .field.registration div {
	margin: 8px 0;
}

.wrapper_login .title {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 8px;
}

.note-for-form {
	margin: 0 0 10px;
}

.wrapper_login .registration_submit {
	background-color: #b69898;
	color: #fff;
	padding: 11px;
	margin: 15px auto 0;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	text-align: center;
	width: 185px;
}

.wrapper {
	max-width: 980px;
	margin: 0 auto;
	position: relative;
}

.phone {
	color: #000;
	font-size: 22px;
	float: right;
	margin: 19px 25px 0 0;
}

.phone .note {
	color: #8a898a;
	font-size: 12px;
	margin: -2px 0 0;
	text-align: right;
}

.content {
	width: 1039px;
	margin: 0 auto;
	position: relative;
	min-height: 600px;
}

.registration {
	font-size: 12px;
}

.registration input[type=text],
.registration input[type=password] {
	outline: 0;
	width: 270px;
	height: 22px;
	border: 1px solid #e1e1e1;
}

.registration input[type=submit] {
	border: 1px solid #b69898;
	background-color: #b69898;
	color: #fff;
	width: 205px;
	height: 39px;
	font-size: 14px;
	text-transform: uppercase;
	outline: none;
	margin: 0 0 5px;
}

.registration .field.protect {
	position: relative;
	overflow: visible;
}

.registration .field.protect img {
	position: absolute;
	left: 292px;
	top: 5px;
}

.registration .field.require {
	color: #b69898;
	margin: 12px 0 8px;
}

.main .action {
	margin: 39px 0 0;
	width: 369px;
	text-align: center;
	float: left;
}

.main .action h1 {
	color: #bd7193;
	text-align: center;
	margin: 0 0 28px;
	background: url(/images/layout/l_action.png) 27px 5px no-repeat, url(/images/layout/r_action.png) 244px 5px no-repeat;
}

.main .action a {
	color: #bd7193;
	text-decoration: none;
}

.main .action a div {
	color: #bd7193;
	font-size: 22px;
	font-family: 'Roboto Slab', 'serif';
	margin: 14px 0 0;
	display: inline-block;
	border-bottom: 1px solid #bd7193;
}

.main .action a div:hover {
	border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.main .inactive {
	display: none;
}

.frame_full {
	background-image: url(/images/layout/frame.png);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5100;
	background-size: 100% 100%;
}

.route {
	margin: 8px 0 15px;
	color: #8a898a;
	float: left;
}

.route .navigation-route {
	float: left;
}

.route a,
.route span {
	margin: 0 6px 0;
	font-size: 12px;
}

.route a:first-child {
	margin: 0 6px 0 0;
}

.wrapper_sort {
	position: absolute;
	right: 27px;
	top: 5px;
}

.wrapper_sort label {
	text-transform: uppercase;
	color: #000;
	font-size: 12px;
	position: relative;
	left: -7px;
	top: -7px;
}

.item_description {
	width: 482px;
	margin: 2px 0;
}

.item_description .route {
	margin: 20px 0 0;
}

.item_description .wrapper_price {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #e7dada;
	margin: 5px 0;
}

.item_description .wrapper_price div {
	float: left;
}

.item_description .wrapper_price .sep {
	height: 18px;
	width: 1px;
	background-color: #e7dada;
	margin: 2px 21px 8px;
}

.item_description .elem {
	font-size: 15px;
	color: #000;
	margin: 10px 0;
}

.item_description .elem span {
	color: #5c5c5c;
}

.item_description .colors {
	margin: 22px 0 0;
}

.item_description .colors ul {
	list-style: none;
	padding: 0;
	margin: 18px 0 0;
}

.item_description .colors li {
	float: left;
	margin: 0 18px 13px 0;
	width: 95px;
	min-height: 141px;
	position: relative;
}

.item_description .colors a {
	border: 1px solid #d5d5d1;
	float: left;
}

.item_description .sizes a {
	border: 1px solid #d5d5d1;
	float: left;
}

.item_description .colors .color:hover {
	border-color: #b69898;
}

.item_description .colors .color.active {
	border: 2px solid #af9494;
	margin: -2px 0 0;
}

.item_description .colors img {
	float: left;
}

.item_description .colors span {
	float: right;
	color: #5c5c5c;
	font-size: 12px;
	margin: 5px 0 0 0;
	line-height: 13px;
	width: 77px;
}

.item_description .color_button {
	float: left;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	margin: 10px 0 0;
}

.item_description .color_button span {
	float: left;
	margin: 3px;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background: #d7a0b9;
	display: none;
}

.item_description .color_button.active span {
	display: block;
}

.item_description .sizes > div {
	display: none;
}

.item_description .sizes .wrapper-size-button {
	float: left;
	margin: 0 20px 0 0;
}

.item_description .sizes .wrapper-size-button:last-child {
	margin: 0;
}

.item_description .size_button {
	float: left;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	margin: 1px 5px 10px 0;
}

.item_description .size_button span {
	float: left;
	margin: 3px;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background: #d7a0b9;
	display: none;
}

.item_description .size_button.active span {
	display: block;
}

.item_description .sizes {
	display: inline-block;
	color: #848a8a;
	font-size: 12px;
	margin: 14px 0 20px;
	border: 1px solid #848a8a;
	padding: 21px 20px 13px;
	text-align: center;
	background: #fff;
}

.prev-or-next {
	color: #b69898;
	font-size: 16px;
	margin: 86px 0 0;
}

.prev-or-next a {
	color: #b69898;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
}

.prev-or-next div {
	display: inline-block;
	width: 6px;
	height: 15px;
	position: relative;
	background: url(/images/layout/arrows.png) no-repeat;
	top: 3px;
}

.prev-or-next span {
	text-decoration: underline;
}

.prev-or-next span:hover {
	text-decoration: none;
}

.prev-good {
	margin: 0 6px 0 0;
}

.prev-good div {
	margin: 0 9px 0 0;
}

.next-good {
	margin: 0 0 0 6px;
}

.next-good div {
	background-position: -6px;
	margin: 0 0 0 9px;
}

.list-catitem .wrapper-add-to-cart {
	border: 1px solid #d40250;
	padding: 0.01px;
	width: 120px;
	margin: 0 0 20px;
}

.list-catitem .wrapper-add-to-cart:hover {
	background-color: #d40250;
}

.item_description .add_to_cart {
	display: block;
	padding: 10px;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #d40250;
	color: #fff;
	border: 1px solid #fff;
	font-weight: bold;
	height: 60px;
	text-align: center;
	line-height: 60px;
	transition: 0.2s;
}

.item_description .add_to_cart:hover {
	background-color: #fff;
	color: #d40250;
	border: 1px solid #fff;
	font-weight: normal;
}

.wrapper-return-to-filter {
	border: 1px solid #d40250;
	padding: 0.01px;
	width: 262px;
	margin: 0 0 20px;
}

.wrapper-return-to-filter:hover {
	background-color: #d40250;
}

.return-to-filter {
	display: block;
	padding: 10px;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #d40250;
	color: #fff;
	border: 1px solid #fff;
	font-weight: bold;
}

.return-to-filter:hover {
	background-color: #fff;
	color: #d40250;
	border: 1px solid #fff;
	font-weight: normal;
}

.item_description .description {
	color: #5c5c5c;
}

.left_side {
	float: left;
	padding: 0 0 0 24px;
	width: 28%;
}

.left_side h1 a {
	margin: 17px 0;
	color: black;
	text-decoration: none;
}

.left_side .title {
	font-size: 17px;
	font-family: 'Roboto Slab', 'serif';
	text-transform: uppercase;
	color: #000;
	margin: 25px 0 20px 0;
	text-decoration: none;
}

.left_side ul {
	padding: 0;
	margin: 14px 0 31px;
	list-style: none;
}

.left_side ul li {
	margin: 14px 0;
}

.left_side ul li a {
	font-size: 15px;
}

.left_side ul li a:hover {
	color: #d40250;
	text-decoration: none;
}

.left_side .switch_filter {
	text-transform: uppercase;
	border: 1px solid #d1bcbc;
	position: relative;
	background-position: 200px 0;
	width: 194px;
	margin: 0 0 25px;
	padding: 7px 15px 6px;
	color: #924444;
	background-color: #fff;
	cursor: pointer;
}

.left_side .switch_filter .arrow {
	background-image: url(/images/layout/arr_filter.png);
	background-position: 0 -8px;
	width: 22px;
	height: 8px;
	position: absolute;
	right: 14px;
	top: 12px;
}

.left_side .filter {
	margin: 0;
	padding: 0;
	border: 1px solid #d1bcbc;
	width: 225px;
	background-color: #fff;
}

.left_side .filter div {
	text-align: left;
	padding: 10px 18px 6px;
	margin: 20px 0 0;
	background-color: #e91a68;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
}

.left_side .filter div:first-child {
	margin: 0;
}

.left_side .filter a {
	display: block;
	padding: 5px 17px 5px;
	text-transform: uppercase;
	font-size: 13px;
	text-decoration: none;
	color: #000;
}

.left_side .filter a.active {
	background: #ebebed;
}

.right_side {
	width: 69.5%;
	float: right;
	margin: 19px 0;
	position: relative;
}

.lb-content .catalog_rows {
	margin: 20px 0 0;
}

.lb-content .catitem {
	display: block;
	float: left;
	height: 335px;
	margin: 0 32px 50px 0;
	width: 211px;
	position: relative;
}

.lb-content .catitem .image {
	position: relative;
	z-index: 0;
}

.lb-content .catitem .frame_teaser {
	width: 223px;
	height: 276px;
	background-image: url(/images/layout/frame.png);
	background-size: 100% 100%;
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.lb-content .catitem .title {
	margin: 7px 0 4px;
	font-size: 16px;
}

.lb-content .catitem .title a {
	color: #000;
}

.lb-content .catitem .price {
	color: #8a898a;
	font-size: 16px;
	float: left;
	text-align: right;
}

.lb-content .catitem .price .old {
	text-decoration: line-through;
}

.lb-content .catitem .price .new {
	color: #f00;
}

.list .wrapper-add-to-cart {
	border: none;
	width: auto;
}

.lb-content .catitem .add_to_cart {
	cursor: pointer;
	float: right;
	width: 76px;
	border: 1px solid #d40250;
	background-color: #d40250;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 4px 0;
	text-decoration: none;
	transition: 0.2s;
}

.lb-content .catitem .add_to_cart:hover {
	color: #d40250;
	background-color: #fff;
}

.lazy-load {
	background: url(/images/layout/loading.gif);
	position: absolute;
	width: 220px;
	height: 19px;
	bottom: -20px;
	left: 247px;
	display: none;
}



.bottom-cart-buttons {
	border: 1px solid #b69898;
	transition: 0.2s;
	margin-top: 37px;
	text-transform: uppercase;
	text-decoration: none;
	color: #b69898;
	background-color: #fff;
}

.bottom-cart-buttons:hover {
	background: #b69898;
	color: #fff;
}

.bottom-cart-buttons.buy {
	padding: 7px 13px;
	float: left;
}

.bottom-cart-buttons.continue {
	padding: 7px 60px;
	float: right;
	clear: right;
}

#top-cart-outer {
	background: none repeat scroll 0 0 #F6F0F0;
	display: none;
	position: absolute;
	right: 25px;
	top: 38px;
	width: 246px;
	z-index: 100;
}

#top-cart-outer .top-cart-item,
#top-cart-outer .top-cart-info {
	border-top: 1px solid #fff;
	padding: 20px;
}

#top-cart-outer .top-cart-item table,
#top-cart-outer .top-cart-info table {
	width: 100%;
	font-size: 11px;
}

#top-cart-outer .top-cart-item table td.top-cart-item-price,
#top-cart-outer .top-cart-info table td.top-cart-item-price {
	font-size: 13px;
	text-align: right;
}

#top-cart-outer .top-cart-item table td a,
#top-cart-outer .top-cart-info table td a {
	color: #E91A67;
	font-size: 13px;
}

#top-cart-outer .top-cart-item table td strong,
#top-cart-outer .top-cart-info table td strong {
	text-transform: uppercase;
	font-size: 14px;
}

#top-cart-outer .top-cart-item table td div,
#top-cart-outer .top-cart-info table td div {
	background: url(/images/cart/close.png) no-repeat left 5px;
	height: 20px;
	width: 9px;
	cursor: pointer;
	outline: 1px sloid black;
	float: right;
}

#top-cart-outer .top-cart-item table td table td,
#top-cart-outer .top-cart-info table td table td {
	font-size: 11px;
	color: #000;
}

#top-cart-outer .top-cart-item table td table td:nth-child(2),
#top-cart-outer .top-cart-info table td table td:nth-child(2) {
	color: #8A898A;
	width: 65px;
}

#top-cart-outer .top-cart-item.top-cart-info,
#top-cart-outer .top-cart-info.top-cart-info {
	text-align: right;
}

#top-cart-outer > a {
	display: block;
	text-transform: uppercase;
	padding: 5px 0;
	text-align: center;
	color: #fff;
	background: #d50251;
	text-decoration: none;
}

.pop-login .wrapper_login {
	position: static;
	background-color: #f6f0f0;
	z-index: 100;
	padding: 6px 12px;
	color: #000;
	font-size: 12px;
	display: block;
	text-align: center;
}

.pop-login .wrapper_login input[type=checkbox],
.pop-login .wrapper_login .remember {
	display: none;
}

.lk_switch {
	border: 1px solid #bcc6c7;
	color: #737373;
	background-color: #eee;
}

.lk_switch a {
	float: left;
	padding: 6px 15px;
	text-decoration: none;
}

.lk_switch .active {
	background-color: #bcc6c7;
	color: #fff;
}

.lk_data {
	border: 1px solid #f5efef;
	border-top: none;
	background-color: #fff;
	padding: 20px 25px 10px;
	font-size: 13px;
}

.lk_data div {
	margin: 0 0 20px;
}

.lk_data .field {
	float: left;
	margin: 0;
}

.lk_data fieldset {
	margin: 0;
	padding: 0;
}

.lk_data input[type=text],
.lk_data textarea {
	border-color: #e2e2e2;
	width: 270px;
	height: 22px;
}

.lk_data textarea {
	height: 100px;
}

.lk_data input[type=submit] {
	display: inline-block;
	padding: 5px 22px;
	margin: 17px 0 0 20px;
	font-size: 14px;
	color: #b69898;
	border: 1px solid #b69898;
	text-transform: uppercase;
	cursor: pointer;
	background-color: #fff;
	transition: 0.2s;
	text-decoration: none;
	outline: none;
}

.lk_data input[type=submit]:hover {
	background-color: #e3d0d0;
	border-color: #e3d0d0;
	color: #fff;
}

.lk_new_pass {
	background-color: #f6f0f0;
	padding: 20px 27px;
}

.lk_orders {
	display: none;
}

.lk_orders table {
	border: 1px solid #ece2e1;
	border-top: none;
	background: #fff;
	width: 100%;
}

.lk_orders table thead {
	border-bottom: 1px solid #ece2e1;
}

.lk_orders table thead td {
	color: #a68e8c;
	font-size: 12px;
	padding: 10px 0 10px 25px;
}

.lk_orders table tbody tr {
	border-bottom: 1px solid #f4f0f1;
}

.lk_orders table tbody tr td {
	font-size: 13px;
	vertical-align: top;
	padding: 10px 0 10px 24px;
}

.lk_orders table tbody tr td span {
	margin: 0 5px;
}

.change_passwd fieldset {
	margin: 0;
	padding: 0;
}

.change_passwd .field {
	margin: 15px 0;
}

.change_passwd .right {
	display: inline-block;
}

.change_passwd label {
	color: #000;
	font-weight: bold;
}

.change_passwd .new_pass {
	margin: 0 30px 0 0;
}

.change_passwd .try_new_pass {
	margin: 0 70px 0 0;
}

.change_passwd input[type=password] {
	border-color: #e2e2e2;
	width: 270px;
	height: 22px;
}

.change_passwd input[type=submit] {
	display: inline-block;
	padding: 5px 22px;
	margin: 10px 0 0 125px;
	font-size: 14px;
	color: #b69898;
	border: 1px solid #b69898;
	text-transform: uppercase;
	background-color: #fff;
	transition: 0.2s;
	outline: none;
}

.change_passwd input[type=submit]:hover {
	background-color: #e3d0d0;
	border-color: #e3d0d0;
	color: #fff;
}

.order_form {
	font-size: 12px;
}

.order_form fieldset {
	padding: 0;
}

.order_form .field {
	padding: 5px 0 5px 0;
}

.order_form input[type=text] {
	outline: 0;
	width: 270px;
	border: 1px solid #e1e1e1;
}

.order_form textarea {
	height: 60px;
	border: 1px solid #e1e1e1;
	outline: 0;
}

.order_form select {
	outline: 0;
	width: 276px;
	height: 26px;
	border: 1px solid #e1e1e1;
}

.order_form input[type=submit] {
	background-color: #ea1a68;
	color: #fff;
	transition: 0.2s;
	margin: 10px 0 0 0;
	text-transform: uppercase;
	text-decoration: none;
	padding: 7px 60px;
	outline: 0;
}

.order_form input[type=submit]:hover {
	background: #b69898;
	color: #fff;
}

.order_form .validation-error {
	border: 2px solid #f00 !important;
}

.ok-message {
	border: 1px solid #b69898;
	border-radius: 5px;
	background-color: #fff;
	padding: 0 20px;
	font-size: 20px;
}

.errors {
	margin: 10px 0;
	padding: 0;
	list-style: none;
	color: #f00;
}

.auth_elem {
	color: inherit;
	position: absolute;
	font-size: 12px;
	top: 14px;
}

.news-teaser img {
	float: left;
	margin: 0 10px 0 0;
}

img.pseudo-phone-head {
	position: relative;
	right: -12px;
	top: 4px;
}

img.pseudo-phone-contacts {
	position: relative;
	bottom: -3px;
}

.work-days {
	font-size: 14px;
	text-align: right;
}

.not-found {
	background: #fff url('/images/layout/knits.jpg') no-repeat;
	min-height: 320px;
}

.not-found div {
	margin: 40px 20px;
}

.not-found a {
	color: #e91a67;
	text-decoration: none;
}

.quest-sep {
	height: 1px;
	background: #bcc6c7;
}

#info_form .field {
	float: none;
}

#info_form input[type=submit] {
	margin: 0;
}

#callback,
#question {
	position: fixed;
	right: 0;
	height: 195px;
	width: 38px;
	cursor: pointer;
}

#callback {
	background: url(/images/forms/callback.png);
	top: 212px;
}

#question {
	background: url(/images/forms/question.png);
	top: 408px;
}

#callback:hover,
#question:hover {
	background-position: 38px 0;
}

.layout-form {
	position: fixed;
	z-index: 1000;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background: white;
	display: none;
}

.box-form.question {
	height: 425px;
}

.box-form .form h2,
.box-form .form .h2,
.box-form .ajax-ok {
	font-family: 'Roboto Slab';
	font-size: 28px;
	color: #000;
	font-weight: normal;
	border-bottom: 1px solid #e1bcde;
	padding: 0 0 15px;
	margin: 20px 0 35px;
}

.box-form .field {
	text-align: right;
	margin: 0 0 14px;
}

.box-form .validation-error {
	border: 1px solid red !important;
}

.box-form .left {
	float: left;
	text-align: left;
}

.box-form .right {
	display: inline-block;
}

.box-form textarea,
.box-form input[type=text] {
	border: 1px solid #ece8e8;
	border-radius: 5px;
	width: 280px;
	height: 29px;
	padding: 0 10px !important;
}

.box-form input[type=submit] {
	background: url(/images/forms/send.png);
	width: 144px;
	height: 34px;
	border: none;
	text-indent: -2000px;
	margin: 20px 0 0 99px;
}

.box-form .req {
	display: inline-block;
	width: 124px;
	text-align: right;
	font-size: 13px;
	position: relative;
	bottom: -5px;
	color: #e91a68;
}

.box-form .close-box {
	background: url(/images/forms/close.png);
	position: absolute;
	width: 16px;
	height: 16px;
	top: 30px;
	right: 40px;
	cursor: pointer;
}

div.form fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

.elem.article {
	font-size: 18px;
	font-weight: bold;
}

.elem.price {
	font-size: 18px;
	font-weight: bold;
	margin: 30px 20px 0 0;
	text-align: right;
}

.elem.price span {
	color: #000;
}

.elem.price .old {
	text-decoration: line-through;
}

.elem.price .new {
	color: #f00;
}

#color_code {
	color: #000;
}

.clear {
	clear: both;
}

.clearfix {
	display: block;
	zoom: 1;
}

.clearfix:after {
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	clear: both;
	visibility: hidden;
}
.nodus-selector-navigator-bottom{
	clear: both;
}
.lb-content::after{
	content:"";
	display: block;
	clear: both;
}
.sitemap_f {
	bottom: 17px;
	font-size: 13px;
	left: 136px;
	position: absolute;
}

/*
* Вендорные префиксы
*
* Имеется возможность задать явный браузер в постфиксе,
* поддерживаются следующие варианты:
* _no - без префикса
* _wk - префикс webkit
* _ms - префикс ms
* _moz - префикс moz
*/
/* transition */
/* transition для трансформаций */
/* user-select */
/* transform-origin*/
/* animation-duration*/
/* animation-fill-mode*/
/* animation-name*/
/* Трансформации */
/*
* Несколько трансформаций в одной
* Необходимо явно указыть параметр
*/
/*
* Cдвиг блока на двумерной плоскости
* По обоим координатам, плюс каждая по отдельности
*/
/*
* Деформация блока на двумерной плоскости
* По обоим координатам, плюс каждая по отдельности
*/
/*
* Поворот блока на двумерной плоскости
* По умолчанию отностиельно центра
* При задании _origin(transform-origin) можно указать конкретную точку
*/
/*
* Масштабирование блока
* По обоим координатам, плюс каждая по отдельности
*/
/*
* Иконки на базе css
* Все имеют префиксы _i
* Имя состоит из название[_ориентация]
*/
/* Стрелки */
/* Минималистичный reset */
/* Сброс характеристик для input-полей */
/* Сброс оформления colorbpx */
/* Интерактивность по флагу*/
/* Абсолютное позиционирование */
/* Пропадение текста в ограниченом по высоте блоке*/
/* Натягивание базовых стилей на сайт */
/* Центральный	блок страницы */
/* Спрайты на сайте */
/* Интерактивность по флагу , потом перенесётся tao.less*/
/* Полноэкранный сайт, потом перенесётся tao.less */
/* Иконка меню, потом перенесётся tao.less */
/* Заготовка для меню */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
fieldset {
  border: 0;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
}
main {
  display: block;
}
a:active,
a:focus {
  outline: none;
}
a img {
  border: none;
}
input,
button,
textarea {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
button {
  background: inherit;
  cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
html #cboxTopLeft,
html #cboxTopCenter,
html #cboxTopRight,
html #cboxMiddleRight,
html #cboxMiddleLeft,
html #cboxBottomLeft,
html #cboxBottomCenter,
html #cboxBottomRight {
  display: none;
}
html #cboxOverlay {
  background: rgba(255, 255, 255, 0.85);
}
html #cboxContent {
  border: 2px solid #e1bdce;
  border-radius: 15px;
  padding: 15px;
}
html #cboxClose {
  bottom: auto;
  top: 10px;
  right: 10px;
}
body {
  color: #000000;
  font: 14px/1.4 "PT Sans";
  font-weight: 400;
  min-width: 320px;
}
.hidden,
.is-hidden {
  display: none;
}
h1,
.h1 {
  font-size: 25px;
  color: #0d1811;
  font-weight: normal;
  font-family: 'Roboto Slab', 'serif';
  text-transform: uppercase;
  margin: 20px 0;
}
.old {
  display: none;
}
/*Первая линия в шапке*/
.lb-header__top-line {
  background-color: #f6f0f0;
}
@media screen and (min-width: 980px) {
  .lb-header__top-line {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 500;
  }
}
.lb-header__top-line .page {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.lb-header__top-line .lb-header__catalog {
  line-height: 40px;
}
.lb-header__top-line .lb-header__buttons {
  line-height: 40px;
  padding-left: 32px;
  text-align: right;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .lb-header__top-line .lb-header__buttons {
    padding-left: 0;
  }
}
.lb-header__mobile-menu {
  background: #ea1a68;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 2px;
  padding: 0 15px 0 25px;
  text-transform: uppercase;
  vertical-align: top;
  white-space: nowrap;
  text-decoration: none;
}
.lb-header__mobile-menu .icon_menu {
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
  background-clip: content-box;
  display: inline-block;
  height: 2px;
  padding: 4px 0;
  width: 15px;
  position: relative;
  background-color: #ffffff;
  margin-left: 5px;
  vertical-align: middle;
  margin-bottom: 6px;
}
.lb-header__mobile-menu .icon_menu::before {
  content: '';
  display: inline-block;
  position: absolute;
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
  background: inherit;
  height: 2px;
  left: 0;
  top: 0;
  width: 15px;
}
.lb-header__mobile-menu .icon_menu::after {
  content: '';
  display: inline-block;
  position: absolute;
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
  background: inherit;
  bottom: 0;
  height: 2px;
  left: 0;
  width: 15px;
}
.lb-header__mobile-menu .icon_menu.active {
  cursor: pointer;
  height: 0px;
  padding: 5px 0;
}
.lb-header__mobile-menu .icon_menu.active::before {
  content: '';
  display: inline-block;
  top: 4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lb-header__mobile-menu .icon_menu.active::after {
  content: '';
  display: inline-block;
  bottom: 4px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (min-width: 980px) {
  .lb-header__mobile-menu {
    display: none;
  }
}
.page-main .lb-header__mobile-menu {
  display: none;
}
.lb-header__catalog {
  display: inline-block;
}
.lb-header__catalog:hover .lb-header__catalog-popup {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.lb-header__catalog:hover .icon_menu {
  opacity: 0;
}
.lb-header__catalog-button {
  background: #ea1a68;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 2px;
  padding: 0 15px 0 25px;
  text-transform: uppercase;
  vertical-align: top;
  white-space: nowrap;
  text-decoration: none;
}
.lb-header__catalog-popup {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  position: absolute;
  top: 40px;
  padding: 20px;
  z-index: 10;
}
.lb-header__catalog .icon_menu {
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
  background-clip: content-box;
  display: inline-block;
  height: 2px;
  padding: 4px 0;
  width: 15px;
  position: relative;
  background-color: #ffffff;
  margin-left: 5px;
  vertical-align: middle;
  margin-bottom: 6px;
}
.lb-header__catalog .icon_menu::before {
  content: '';
  display: inline-block;
  position: absolute;
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
  background: inherit;
  height: 2px;
  left: 0;
  top: 0;
  width: 15px;
}
.lb-header__catalog .icon_menu::after {
  content: '';
  display: inline-block;
  position: absolute;
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
  background: inherit;
  bottom: 0;
  height: 2px;
  left: 0;
  width: 15px;
}
.lb-header__catalog .icon_menu.active {
  cursor: pointer;
  height: 0px;
  padding: 5px 0;
}
.lb-header__catalog .icon_menu.active::before {
  content: '';
  display: inline-block;
  top: 4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lb-header__catalog .icon_menu.active::after {
  content: '';
  display: inline-block;
  bottom: 4px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 979px) {
  .lb-header__catalog {
    display: none;
  }
}
.lb-header__buttons .lb-header__button {
  border-right: 1px solid rgba(205, 187, 187, 0.5);
  color: #ab8d8b;
  display: inline-block;
  font-size: 12px;
  padding: 0 18px;
  text-decoration: none;
  vertical-align: top;
}
.lb-header__buttons .lb-header__button:last-child {
  border: none;
  padding-right: 0;
}
.lb-header__buttons .lb-header__button:hover {
  color: #6a6363;
}
.lb-header__buttons .lb-header__button_search {
  display: none;
}
@media screen and (max-width: 740px) {
  .lb-header__buttons .lb-header__button {
    display: none;
  }
  .lb-header__buttons .lb-header__button.lb-header-cart {
    display: block;
    padding-left: 5px;
  }
}
.lb-header__buttons .icon {
  margin-right: 10px;
}
.lb-header__buttons .icon_home {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAVCAMAAAB1/u6nAAAAYFBMVEXNu7vNu7vNu7vNu7vNu7vNu7vNu7vNu7vNu7vNu7vNu7vNu7vNu7vNu7vNu7vNu7vNu7vNu7vNu7vNu7vNu7vNu7vNu7vNu7vNu7vNu7vNu7vNu7vNu7vNu7vNu7vNu7s9+6dgAAAAIHRSTlMAAQIDBExOUVJWWFpbXl9gYmRlZmtvwsPExcbHyMrLzISyZioAAABlSURBVHjaxcpHDoAwDETRhBZC7yWQ+P63BHuBgmGJxN/N04iroOlD8SgsHbQRV1lZANcFjPMNzmx9V70AtRW+ZqiUKb2vQeF/NYOX0ZI0mTxET1HjFVi7EmKAl0b8c0T7lGn8yQdPpR6cRw77MgAAAABJRU5ErkJggg==);
  height: 22px;
  width: 21px;
}
.lb-header__buttons .icon_search {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAWCAYAAADTlvzyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAc1JREFUeNq0lUsoRFEYx+8dJI8UDdl5b2xIHjXJFrNgQabYTV5lhbKb2TCUpKykJFlJzYaahVkoSSKKlI3SLGaDvGZlPP+nvltf171z77kz/vWr78z9zv3f+c4531HPo1FFp0LgB17gZr+fgnVwoaShbN14BIyZ5LYSd5TzlK7hMuigOAmuiVdQBxpBOagC+6APxJwaTjKzKxAAcYP8YTBOcRg0yxq6QAkYovENrV/cJF+sYZCN55wYjrLxhI05EXBJcZcTQy8r5ZvNeSssbpM1zGeGdsVza2QNNakOj9aPrKFWxhaJeQ0sjskaRiiuBmU252mb6wMcyxqusTO5ZGNOJ2ii+BlMgW4ZwwTYonE92AQ5Jvk+EGJjUZFBMAs2QJ6Vocqa96puHUX7OgHfoBL0U2NXaN2zQIHBO4NsmVIaCs2AXpCb4iNvqcn3UEs00iGYB49Whtq5GgC1oJTWNkHt7gDssdwAfaCRvqj8u1aGXMVk+EI70kgeMA0qTJ4f0b+91x98I4ld+JDCTKFjITbOjsnzdrBNVftzATvVO1ikkofoBuIqov3hdimZ1RldBmGT5/5MGwp9ggW6V5P6vvsfhvxG8bBdKsru+xVgABR4YJcAZIquAAAAAElFTkSuQmCC);
  height: 22px;
  width: 28px;
}
.lb-header__buttons .icon_login {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAASCAYAAAA31qwVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAZNJREFUeNpiPLt7NwMWYADEnkBsCcSSULHnQHwIiLcA8Q0GGgMWNL4UEFcDsTkWtSC5CCjeCcQ9QPyeVg5jQmKrA/EKHI5CB+5AvByIxWntMFB0zQdiLhL0igDxPCDmpaXDGoGYjQz9oBCbSKs0ZgbERhSYoQfEZ6jknkVAPAkWYoFokqCct5dhYEAcEBfDQgw5sTdAiwMGaEiCoomVzo6LBGJOUIjxQQVOIzkKBE6h8ekJAphwFB0wwDhADmsDOeYblGMMxL5IkmZofFLBPySzYeAXGv8HFn0tQLyOCS1H1QNxLxB3APE0IGamwGFFQBwCxB+h/NVA7APE96D8h0DsBbUHBpqBeAMs8a8BYjskSXsqRAWoXDwCZdcAsQMQd0L5hUBcC+V/ghbSotC6eCM8DUErcVD5oUWmI64A8X5orcEBjYHD1KrE66AhRyr4BI2yd7Sqkh4AcQY0wRILQAk7lRaOQi8izkCbNLeI0HcCiEOB+C692mOgHBMFzQCgqkoXWgD/B+LPUMevgRbGNAUAAQYANYFMGmL72I8AAAAASUVORK5CYII=);
  height: 18px;
  width: 38px;
}
.lb-header__buttons .icon_registration {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAXCAYAAAA7kX6CAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAP5JREFUeNpiPLt7NwMSYARiSyBOAGIdqNgNIF4MxAeB+B9MIROSJhDbF4jbgdgIiNmgWA+Im4E4DIiZsWnUBeJcIOZmwAQcQJwGNRBFI8hkByAWZMAN+IDYCaoWrpEdiMUZCAOQGk5kjb+A+AMRGj8C8W9kjT+B+BzUAFwApOEMEH9DD5yTQLwFj8ZdQHwYxmFBir/PQDwR6mQXIJaDyj0B4n1AvAiIP0HV/odp/A8V+ArE04B4BxBLQsVeAPEdJAtQbIRphoF7UIwO/iNr5IKmihwG4sAMIF4B0pgF1UgsyABiKVCohqKFLjHAjwk54ZICmBjIBKMaB5VGgAADAEN1KvZWQAQlAAAAAElFTkSuQmCC);
  height: 23px;
  width: 14px;
}
.lb-header__buttons .icon_cart {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAUCAYAAACeXl35AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMtJREFUeNpiPLt7NwMZ4AyUNiFVIxMDeeA/mfrItvAPvS1kGDIWsgAxGxFB9A9LHP4n0QOMIHmQhbVA7Emmg8+QqH4/yEWf6Riif0EWHqAk1ZEAQNGyG2ThKSC+RwcLXwDxXlgkn6WDhReQU9VuLCmR2mAXsoWXgPguDS17CcRH0PPNIRpaeBhbRj0KxL9oYBmogDiOzUJQsD6ggYVPgfggrqJoPw0sPI6v7DsJxL+pHJxH8FkICtbbVLTwMTRt4C3dD1DRQoyUDxBgAMU5LiJ/CKDhAAAAAElFTkSuQmCC);
  height: 20px;
  width: 28px;
}
.lb-header__buttons .icon_exit {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAMAAADzN3VRAAAAclBMVEXVxcX////VxcXVxcXVxcXVxcXVxcXVxcXVxcXVxcXVxcXVxcXVxcXVxcXVxcXVxcXVxcXVxcXVxcXVxcXVxcXVxcXVxcXVxcXVxcXVxcXVxcXVxcXVxcXVxcXVxcXVxcXVxcXVxcXVxcXVxcXVxcXVxcXU6WSpAAAAJXRSTlMAADM1b4WPm5+krK21trvAw8nP0dTg4eXm5+jq8/T19vf4+/z+UL3fFgAAAJ5JREFUeAF1zukOgjAQxPGO9wF4iGBVDsV5/1eUQtrFmv1/m/zSdI19d5Q67oyPrEtOOgSpmWMSkyANaVfocwNgCsCLKwMwSgaXCLnHEE8ARcbgY6MKa0ARvoBY/GhVYa7JHco/NyhSaLc9HMTCs8EHxlVFkhiMYBhJGuT598aHLX86imB25VBVWFu2G5G+ResEMCGxtUiM84smwDKSL6fCKAMf0yolAAAAAElFTkSuQmCC);
  height: 25px;
  width: 25px;
}
.lb-header-cart {
  margin-right: 10px;
}
.lb-header__top-line .lb-header__buttons .lb-header-cart {
  font-weight: 700;
}
.lb-header-cart .icon_cart {
  line-height: 19px;
}
.lb-header-cart .cart-total-count {
  background-color: #ea1a68;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  height: 19px;
  margin: 0 -10px -10px 0;
  text-align: center;
  width: 19px;
  vertical-align: middle;
}
.lb-header-cart.is-animated {
  -webkit-animation: cart 1s 1;
  animation: cart 1s 1;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  background-color: #f6f0f0;
}
@-webkit-keyframes cart {
  50% {
    -webkit-transform: scale(1.3) rotate(-5deg);
    -ms-transform: scale(1.3) rotate(-5deg);
    transform: scale(1.3) rotate(-5deg);
    box-shadow: 0 0 10px #ea1a68;
    color: #ea1a68;
  }
}
@keyframes cart {
  50% {
    -webkit-transform: scale(1.3) rotate(-5deg);
    -ms-transform: scale(1.3) rotate(-5deg);
    transform: scale(1.3) rotate(-5deg);
    box-shadow: 0 0 10px #ea1a68;
    color: #ea1a68;
  }
}
/*Вторая полоса в шапке*/
.lb-header__info {
  background: #ffffff;
}
@media screen and (min-width: 980px) {
  .lb-header__info {
    margin-top: 40px;
  }
}
.lb-header__info .page {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0 15px;
}
.lb-header__info .wr-col-left {
  min-width: 400px;
}
@media screen and (max-width: 980px) {
  .lb-header__info .wr-col-left .lb-header__logo {
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .lb-header__info .wr-col-left {
    min-width: 0;
    padding-right: 20px;
  }
  .lb-header__info .wr-col-left img {
    width: 200px;
  }
  .lb-header__info .wr-col-left .lb-header__callback-button {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .lb-header__info .wr-col-left img {
    width: 140px;
  }
}
.lb-header__logo {
  display: block;
  margin-left: -20px;
}
.lb-header__logo img {
  height: auto;
  width: 365px;
}
.lb-header__question-button {
  background: #ffffff;
  border: 1px solid #ea1a68;
  border-radius: 5px;
  color: #ea1a68;
  cursor: pointer;
  display: inline-block;
  padding: 3px 15px;
  text-decoration: none;
}
.lb-header__question-button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 980px) {
  .lb-header__question-button {
    margin-left: 10px;
  }
}
.lb-header__callback-button {
  background: #ffffff;
  border: 1px solid #ea1a68;
  border-radius: 5px;
  color: #ea1a68;
  cursor: pointer;
  display: inline-block;
  padding: 3px 15px;
  text-decoration: none;
  margin-left: 15px;
}
.lb-header__callback-button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.lb-header__labels {
  width: 400px;
  margin-top: 23px;
}
.lb-header__labels .lb-header__labels_item {
  color: #ab8d8b;
  display: inline-block;
  font-style: italic;
  height: 50px;
  line-height: 1.2;
  margin-left: 30px;
  text-align: left;
  text-indent: -25px;
  vertical-align: bottom;
  width: 150px;
}
.lb-header__labels .icon {
  background-repeat: no-repeat;
  left: 0;
  height: 15px;
  top: 0;
  width: 25px;
}
.lb-header__labels .icon_travel {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAPCAYAAAALWoRrAAACgUlEQVQ4T6VUTWgTQRR+b5MqRtOqFCyKFYRCK4J4EHu1ClFQFGxCUOLPqhURDza72xYK2Yi0dn9y8KTFGKEtbRIFBan2YEE81YNWD9qGIoJ/aMUcDFWbZMe3DRs2aRWD77I7b2a++b735hsEioSuDNFnNTIwzLE9GFAWGEPAWgZsLJ2a6T3b358tX2cfozlI6kri09t3gTqnk1tq8auaml+hUCj/fPwRbG/ZvSQeUlgTCz8JXb3hC4qn/3Y6ozBB7WE/YDGopsR8gnSyUtCZyWejALjB2y5sC4fDVbIs50yMAtMKQMvlJyPqHW+7eLgo3aKc1NRbXkE88S9MF4Hq2jjtcyOwgdageNXELDTqP0DtRKaeTkDTzubKQC2AAU1cFRDUDHHiqH/Fa/hH0OG+vvUOkvOTm0sfE8Nf7EyoEU6rGcP65Y0I3Ir8PM4e7epKm7ejBNS6Ugm1twXQcYHaVwMM3xu5vO7v7HxRXusRVT3Icew41a6WjDH1w5jrDgjy51KmunKXVGgADokKniE9X8kFK8lN1ZDLX/J2dLy0gEe0K7uc6Og2AKcBjXlkuJk8l2oVRKEENK6rPRywLeTHdcTwiTcoiN/T3+BhLDrKGKTJqbOUdyBjWeRwh8Hwwz6e97vXrIXbEXWQTFxPez9uamz0N+8/UGjUoCxXL3e7PARwhhIpD3/qvJkfi0XvsRzr8UrShMU0rmmHOIRze3neY+Ye3IwO0btgEJHAwsW3W8tMxHWF5xgcoZpm6HSngeyaPyjdL69pXFMuEp09JJ2Usyw9QxGfJD0uGsC+4XpbW5W7oaGJmlAPeXjtl6Q3NE/KSiMhy8sMl2srqaqjyenydb8BQow0H6+nALIAAAAASUVORK5CYII=);
  height: 15px;
}
.lb-header__labels .icon_pay {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAPCAYAAAALWoRrAAACW0lEQVQ4T5VSTWgTQRSeN1ulJlpRqBR70EsVRCSt9aIoscaDVqmWZGtB8CDqxV6a3TQHkQ0UWvenQfTgSQ9KTDYVAv4da23Sg5igtl4qIgjqQfBQa4qQzPgmmhqarImPhZ2Z9833vu+9AeIQHMMpV+8cagEE4UL2ZSn1anpKBcZr4gAI2+PtMQVux95uEolEJE3TWBX4/tjY9q6jvg/ulo31BK3kZ1OpY7sO7H86l860D46MfK4iTZj6oMd7OPbs0WP3JU3LN8o8n0nz+Zm050w4/LqKNG5e6+/09jzY2b2vpuVyEVvX2wglF7EFHZyR7/j3YZPecQZREP2bNA2TU2ju6Oy6vFrZQi57Q5wBBuH8ayCoRsQ6YYyfpJSe9w+rfeU7k5aucAK7IWkaCcZZRlZC1+tZtSfMqyh/ixxUh2xjvBeAHmG4x2Ivyvdty7wDtqW/AU4ySLjMgAPluMMQ68oipXMgrZzDJllRT8QNo0+irNc/HLpQxsUndJ/E6TmwTWM6EFQO1VP516JpBxR1AHvqIRK5gkUWsTE/CCdtBLgL/zPCfg415YRSbLDjcDigUs5bkaA5EAydEkXs0dH24rqmbcCKi5SuuQlFcvttPh8TpFMFXohIpOlnkRYdSSUmiZluxYmfHlBCZyud3dO0lrXrXXdJgQ3J4fBHQfoE7RxvxL6taZthg+sWTjxQiU9aRgrVZPmnL5YcjS5D0tKfI+jgyrP5B7uQigTvgUBaDFJ8SMawL7NkKR+TNW2pxPMbaD7E5LfVE6/k/0Pg9geVfqe6pbcsSBux/b+YXy/N/Ou2yT61AAAAAElFTkSuQmCC);
  height: 15px;
}
.lb-header__labels .icon_assotiment {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAPCAYAAAALWoRrAAACq0lEQVQ4T7WTT0hUQRzHfzNvV4U8FF48mC106BIFCUHQH8pd3bLQDknie2//KGxpUVCUdYgtLxFohwIhd3379q2VFRVUprubnZPIqEtBBElhdJCoKPfPe79+oz1xVyUImsub38z3feY735lh8B8aK2Ym9dgAjTUCY9OA6CCBSXUFAnyl/kpgMI0IHBnLM4RViFaq3h9oWcgpgI5qWhPjLEqCdx7Vt1kIU/F4LzB05LL5XofT2QlgrahT/R1I5FTCeMYQ11L3eL3fP2iD56F39asV5VA+QbDVszBd7/H4fCfShj7oVnytAvJnkbhHVdWUoV/0KL4uMZ5OGFM4k6nxhkJTQjMPpW1fp3oLQV1iguoXnPE1CFaEoKdtF0lD7+bAyCl8civKhrmF9Lf0eeMNBJsKofHYDYlLBxdmY7srzl14Fm7mvIsOgmla972BwP4CqKZpZVWcj1mAL92ycpgxBul4POJW1XbO+fyOTNPElGFoblkOCABpemiFnd9+/trR3Nn5owAqikeaVknHPYHA+upU9TwdkowM13l9gXMCJkkSG9G1s2DiF1qsP5nQT3LgZ3KZ7KZ9odDkooOyB0YjkfXM6Ri3LGz/kM3edpWW3KqVldmsotFoiavUOZTN5GSpRKpjyG5aCFsb2tqeL4xo0T0VkyOxWAMHvJdDqHEw1kKZPa1VlGTaMLZTv9HM569xh/SKdiTvCQbvFGe+JHQWrA8cISdd5LibHoKLMux6YhgXLIDPFPcpOps+Al4qBi7KtFgwommXCXCAAK93tbZ6xxLGQ3K3kXTDu4PBQ0sB/woVgscD0SFy2oyAVxiwo/QsH4xPfmwKh8Nkeum27PZtuRYOl1VWVyfp2mwDyxr/PpOpta/OP0PFj8P9/VXAeZ/FMsf2BjveLwezx38DSEQgH1HOPPMAAAAASUVORK5CYII=);
}
.lb-header__labels .icon_test {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAPCAYAAAALWoRrAAAB5UlEQVQ4T2NkwANWhYYyiwT5zWRgYEqGKPs39826Telhq1f/xaePEZ/kvmVLexkYGYr07R3Byi4e3M/wj4Gh2SUyuo4CQ5d0/mdkcHGOjDEGGbJ3+ZKvQGofkO9LtqHIGvcsWRLOxMy4guE/Q59TVHQxxYbuXrrInZmJecf///8f8ouK2xm7uDxlZGTEGa54wxTmmr3Ll94BKlR2ioxmBBo8HyguD8RRQINfYHMxQUP3LFvSxsTIWCkoLsEgJCW5Uk5dMxxqEMhAkMH70Q3GaeiepUuVGBkZlgOxGQPD/73yWjrOIM2Kunr/gQbB9IGCoAmIW5GDA6uhQNfFA123AOqCNqC3q0HsfcuXtgqKiVdpWVkzsHFwIDsQ5Fp4cGAYum/54jlIid3fKTJ2E7LuvcsW+bJzcm8CGQy0AFkKHhxwQ7fPn6/AxsF6kJGBUe4/w//Tv7/+8PBISXmHLSJ2zJkjxM7NtVNBV9dEXkubAREaDKDgaAYbum/5kiQGBsa5IDYwdludo2Jq8KVDeKpYtqRFSFyiGj04GIHJZRXQ5ND/DAw///39b+oaE3OZGANhanYvWaLLyc15BmgwGyw4GIGBDzSPgQGUBkkxDF3t/hXL/ivo6DIoaOv8hRtKiYHIeh0jopwA6FeVuy9eE9oAAAAASUVORK5CYII=);
}
@media screen and (max-width: 979px) {
  .lb-header__labels {
    display: none;
  }
}
.lb-header__phones {
  min-width: 180px;
  margin-top: 20px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .lb-header__phones {
    margin-top: 0;
    min-width: 0;
  }
}
.lb-header-phone__number {
  font-size: 20px;
  font-weight: 800;
}
.lb-header-phone__number a {
  text-decoration: none;
  color: #000000;
}
@media screen and (max-width: 370px) {
  .lb-header-phone__number {
    font-size: 16px;
  }
}
.lb-header-phone__comment {
  font-size: 11px;
  color: #6a6363;
}
.lb-header__admin-text {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}
/*Третья полоса в шапке (навигация)*/
.lb-header__nav {
  background-color: #f6f0f0;
}
.lb-header__nav .level1,
.lb-header__nav .leve2,
.lb-header__nav .level3 {
  display: none;
}
.lb-header__nav .level0 {
  list-style: none;
  font-size: 0;
  line-height: 0;
}
.lb-header__nav .level0 li {
  display: inline-block;
}
.lb-header__nav .level0 a,
.lb-header__nav .level0 span {
  display: inline-block;
  font-size: 18px;
  line-height: 24.3px;
}
@media screen and (max-width: 979px) {
  .page-work .lb-header__nav {
    display: none;
  }
  .page-work .lb-header__nav.mobile-open {
    border: 1px solid #ea1a68;
    display: block;
    left: 0;
    padding-bottom: 10px;
    padding-top: 60px;
    position: absolute;
    top: 40px;
    z-index: 200;
  }
  .page-work .lb-header__nav.mobile-open li {
    display: block;
    text-align: left;
  }
  .page-work .lb-header__nav.mobile-open a,
  .page-work .lb-header__nav.mobile-open span {
    padding: 15px 20px 15px 25px;
  }
}
.lb-header__nav .level0 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.lb-header__nav ul {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.lb-header__nav li:not(:last-child)::after {
  content: '';
  display: inline-block;
  border-right: 1px solid rgba(205, 187, 187, 0.5);
  height: 15px;
}
@media screen and (max-width: 980px) {
  .lb-header__nav li:not(:last-child)::after {
    display: none;
  }
}
.lb-header__nav a,
.lb-header__nav span {
  color: #000000;
  padding: 12px 20px;
}
.lb-header__nav a.current,
.lb-header__nav span.current {
  color: #ea1a68;
}
@media screen and (max-width: 980px) {
  .lb-header__nav a,
  .lb-header__nav span {
    padding: 10px 9px;
  }
}
.lb-content {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}
@media screen and (max-width: 979px) {
  .lb-content {
    margin-top: 5px;
  }
}
.lb-content ul {
  padding-left: 20px;
}
.lb-route {
  font-size: 14px;
}
.lb-route a::after {
  content: '';
  display: inline-block;
  content: '|';
  padding: 5px;
}
.lb-route a,
.lb-route span {
  color: #6a6363;
}
@media screen and (max-width: 979px) {
  .lb-route {
    display: none;
  }
}
/*Меню каталога*/
.lb-catalog-menu {
  background-color: rgba(234, 26, 104, 0.9);
  display: table-row;
}
.lb-catalog-menu ul {
  list-style: none;
}
.lb-catalog-menu__column {
  border-right: 1px solid #ffffff;
  display: table-cell;
  padding: 0 20px;
}
.lb-catalog-menu__column:last-child {
  border: none;
}
.lb-catalog-menu__column ul {
  line-height: 1;
}
.lb-catalog-menu__column ul a,
.lb-catalog-menu__column ul span {
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  font-weight: 800;
  line-height: 24.3px;
  padding-bottom: 15px;
  text-decoration: none;
}
.lb-catalog-menu__column ul a:hover {
  text-decoration: underline;
}
.lb-catalog-menu__column ul ul a,
.lb-catalog-menu__column ul ul span {
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 2px;
}
/*  WOMAN  */
.b-catalog-preview {
  display: flex;
  justify-content: space-between;
}
.b-catalog-preview--margins {
  margin: 30px 0 100px;
}
@media screen and (max-width: 768px) {
  .b-catalog-preview--margins {
    margin: 20px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .b-catalog-preview {
    flex-wrap: wrap;
  }
}
.b-catalog-preview__item {
  display: block;
  width: 49%;
  text-decoration: none;
}
.b-catalog-preview__item:hover .b-catalog-preview__item-title {
  color: #72ac08;
}
@media screen and (max-width: 768px) {
  .b-catalog-preview__item {
    width: 100%;
    margin-bottom: 50px;
  }
}
.b-catalog-preview__item-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-catalog-preview__item-image img {
  display: block;
  max-width: 100%;
}
.b-catalog-preview__item-title {
  color: #000000;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 1.33;
  margin-top: 20px;
  transition: all 0.3s ease;
}
.b-catalog-preview__item-title--link {
  font-family: Waldorf;
  font-style: italic;
  font-size: 25px;
  line-height: 30px;
  text-decoration: none;
}
.b-catalog-preview__item-title--link a {
  text-decoration: none;
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .b-catalog-preview__item-title {
    text-align: center;
  }
}
/*Стандартная иконка*/
.icon {
  background-repeat: no-repeat;
  background-position: 0 0;
  display: inline-block;
  vertical-align: middle;
}
.lb-footer {
  background-color: #f8f7f7;
  margin-top: 30px;
}
.lb-footer .page {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 980px) {
  .lb-footer .page {
    padding: 0 10px;
  }
}
.lb-footer__text h1 {
  padding: 20px 0 0;
  margin: 0;
  text-align: center;
  position: relative;
  color: #514f51;
}
.lb-footer__text h1 .l_line,
.lb-footer__text h1 .r_line {
  width: 120px;
  height: 1px;
  background-color: #dedee1;
  position: absolute;
  top: 40px;
}
.lb-footer__text h1 .l_line {
  left: 0;
}
.lb-footer__text h1 .r_line {
  right: 0;
}
@media screen and (max-width: 979px) {
  .lb-footer__text h1 .l_line,
  .lb-footer__text h1 .r_line {
    display: none;
  }
}
.lb-footer__text ul {
  padding: 0 0 0 20px;
}
.lb-footer__text li {
  line-height: 24px;
  color: #5c5b5c;
  font-family: 'Roboto Slab', 'serif';
}
.lb-footer__text p {
  line-height: 24px;
  color: #5c5b5c;
  font-family: 'Roboto Slab', 'serif';
}
.lb-footer__text .wrapper-footer-text {
  height: 153px;
  overflow: hidden;
}
.lb-footer #more-footer-text {
  color: black;
  display: inline-block;
  width: 100%;
  margin: 10px 0 45px;
  outline: none;
}
.lb-footer__line {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px 0 35px;
}
@media screen and (max-width: 695px) {
  .lb-footer__line {
    padding: 20px 0 10px;
  }
}
.lb-footer__info {
  color: #b69898;
  line-height: 13px;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
}
.lb-footer__info a {
  color: #b69898;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
}
.lb-footer__info span {
  font-size: 11px;
  font-weight: normal;
}
.lb-footer__info img.pseudo-phone-footer {
  margin: 10px 0 0;
}
.lb-footer__social {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.lb-footer__social a {
  display: inline-block;
  margin: 0 5px;
  opacity: .8;
}
.lb-footer__social a:hover {
  opacity: 1;
}
.lb-footer__methods-pay {
  background: url(/images/layout/methods_pay.png) no-repeat;
  width: 348px;
  height: 45px;
}
@media screen and (max-width: 695px) {
  .lb-footer__methods-pay {
    display: none;
  }
}
.lb-footer__copy-line {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 5px;
}
@media screen and (max-width: 420px) {
  .lb-footer__copy-line {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.lb-footer__copyright {
  color: #ccc7c7;
  min-height: 27px;
  background-image: url(/images/layout/logo_f.png);
  background-repeat: no-repeat;
  padding: 3px 10px 0 136px;
  font-size: 13px;
  min-width: 478px;
}
@media screen and (max-width: 979px) {
  .lb-footer__copyright {
    background: none;
    min-height: 0;
    min-width: 400px;
    padding-left: 0;
  }
}
@media screen and (max-width: 620px) {
  .lb-footer__copyright {
    min-width: 0;
    padding-right: 20px;
  }
  .lb-footer__copyright a {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .lb-footer__copyright {
    padding-right: 0;
  }
}
.lb-footer__techart {
  color: #ccc7c7;
  font-size: 13px;
  text-align: right;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .lb-footer__techart {
    min-width: 170px;
    max-width: 170px;
  }
}
@media screen and (max-width: 420px) {
  .lb-footer__techart {
    max-width: 100%;
    padding-top: 10px;
    font-size: 12px;
  }
}
.footer-menu {
  list-style: none;
  line-height: 0;
  padding: 50px 0 0;
  text-align: justify;
  width: 100%;
}
.footer-menu::after {
  content: '';
  display: inline-block;
  height: 0;
  width: 100%;
}
@media screen and (max-width: 979px) {
  .footer-menu {
    display: none;
  }
}
.footer-menu li {
  line-height: 24px;
  display: inline-block;
}
.footer-menu a {
  display: block;
  text-align: center;
  text-decoration: none;
}
.footer-menu a:hover span {
  color: #d09eb4;
  text-decoration: underline;
}
.footer-menu a span {
  display: block;
  font-family: 'Roboto Slab', 'serif';
  font-size: 16px;
  color: #c6c1c1;
  margin: 15px 0 0;
}
.footer-menu a span.current {
  color: #d09eb4;
}
/* Ссылка в каталоге Показать все */
.nodus-page-navigator,
.show_all {
  display: inline-block;
}
.lb-sitemap ul {
  padding: .2em 0 .5em 1.5em;
}
/* Окно от checkout*/
#copblock {
  z-index: 2000;
}
@media screen and (max-width: 470px) {
  .popup-question-form#colorbox #cboxContent {
    box-sizing: border-box;
    width: 100% !important;
  }
  .popup-question-form #cboxLoadedContent {
    width: 100% !important;
  }
  .popup-question-form .right,
  .popup-question-form .left {
    display: block;
    float: none;
    text-align: left;
    width: 100%;
  }
  .popup-question-form input,
  .popup-question-form textarea {
    box-sizing: border-box;
    max-width: 270px;
  }
}
div#colorbox,
div#cboxOverlay,
div#cboxWrapper {
  z-index: 1000;
}
#cboxLoadedContent {
  text-align: left;
}
#cboxContent {
  float: none !important;
  display: inline-block;
}
#cboxWrapper {
  text-align: center;
}
.scroll_up {
  position: fixed;
  height: 100%;
  right: 0;
  width: 40px;
  top: 0;
  cursor: pointer;
}
@media all and (max-width: 1100px) {
  .scroll_up {
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: #f1f1f1;
  }
}
.scroll_up:hover {
  background: #f1f1f1;
}
.scroll_up:before {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 50%;
  right: 4px;
  margin-top: -16px;
  content: '';
  background: 0 0 no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' area-hidden='true' version='1.1' role='img'%3E%3Cpath d='M16 0C7.164 0 0 7.164 0 16s7.164 16 16 16 16-7.164 16-16S24.836 0 16 0zm8.412 19.523c-.517.512-1.355.512-1.872 0L16 13.516l-6.54 6.01c-.518.51-1.356.51-1.873 0-.516-.513-.517-1.343 0-1.855l7.476-7.326c.517-.512 1.356-.512 1.873 0l7.476 7.327c.516.513.516 1.342 0 1.854z' fill='%23ea1a68'%3E%3C/path%3E%3C/svg%3E");
}
@media all and (max-width: 1100px) {
  .scroll_up:before {
    top: auto;
    bottom: 4px;
    left: 50%;
    margin-top: 0;
    right: auto;
    margin-left: -16px;
  }
}
.b-topsearch {
  font-size: 0;
  width: 190px;
  padding-left: 30px;
  box-sizing: border-box;
  height: 34px;
  padding-top: 4px;
}
.b-topsearch form {
  display: block;
  width: 160px;
}
.b-topsearch input[type="text"] {
  width: 130px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #D5C5C5;
  border-right: 0;
  box-sizing: border-box;
  height: 30px;
  padding: 6px;
  font-family: "PT Sans", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #222;
}
.b-topsearch input[type="text"]::-webkit-input-placeholder {
  color: #AC8D8B;
}
.b-topsearch input[type="text"]:-moz-placeholder {
  color: #AC8D8B;
}
.b-topsearch input[type="text"]::-moz-placeholder {
  color: #AC8D8B;
}
.b-topsearch input[type="text"]:-ms-input-placeholder {
  color: #AC8D8B;
}
.b-topsearch input[type="submit"] {
  font-size: 0;
  background: 0 0 no-repeat url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABgUExUReoaaOsocuw2e+w3e+02e+03e+5FhO5Fhe9Tje9TjvFhl/FwoPJwoPJwofN+qvSMtPWavfabvPabvfaoxveoxvepxvi3z/nF2frG2fvU4/zi7Pzj7P3i7P3j7P7x9f///8m13XAAAABzSURBVBgZ7cFbAoIgFEXRY2DZQ7OSMkH2/Gdp+H2rAdRa+vtmO2aewcvWQp4geVlq6CR3JckS6FSMHGTIWas9gwxMWu0YZIhUKlp6Gc5c9FLPNDJUkdBsTjPZy+IiRSZ5mY63e9+4SPJ6z0WSPnDxoR+3AIhsB47+n+yiAAAAAElFTkSuQmCC');
  cursor: pointer;
  box-sizing: border-box;
  margin: 0;
  width: 30px;
  display: inline-block;
  height: 30px;
}
@media all and (max-width: 1040px) and (min-width: 980px) {
  .b-topsearch {
    padding-left: 20px;
    width: 170px;
  }
  .b-topsearch form {
    width: 140px;
  }
  .b-topsearch input[type="text"] {
    width: 110px;
  }
}
@media screen and (max-width: 979px) {
  .page-work .b-topsearch {
    position: absolute;
    display: none;
    z-index: 1001;
    top: 65px;
    padding-left: 25px;
    left: 0;
    width: 175px;
  }
  .page-work .b-topsearch.mobile-open {
    display: block;
  }
  .page-work .b-topsearch input[type="text"] {
    width: 120px;
  }
}
.b-search-catalog {
  margin: 0 0 20px;
}
.b-search-catalog input[type="text"] {
  width: 300px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ea1a68;
  box-sizing: border-box;
  height: 25px;
  padding: 4px;
  font-family: "PT Sans", sans-serif;
  font-size: 13px;
  margin-right: 6px;
}
.b-search-catalog input[type="submit"] {
  background-color: #ea1a68;
  border: 1px solid #ffffff;
  box-shadow: #ea1a68 0 0 0 1px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: 800;
  margin: 2px;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
  background: #fff;
  color: #EA1A68;
  box-sizing: border-box;
  font-family: "PT Sans";
  font-size: 13px;
  height: 23px;
  margin: 4px 0;
  padding: 3px 5px;
  vertical-align: middle;
}
.b-search-catalog input[type="submit"]:hover {
  background-color: #ffffff;
  color: #ea1a68;
}
.mini-banners {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 20px -10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .mini-banners-wrap {
    margin-bottom: 65px;
  }
}
.mini-banners .mini-banner--small {
  width: 30%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  text-decoration: none;
}
.mini-banners .mini-banner--small:hover {
  transition: 0.2s;
  opacity: 0.6;
}
@media screen and (max-width: 480px) {
  .mini-banners .mini-banner--small:last-child {
    margin-bottom: 0;
  }
}
.mini-banners .mini-banner--small-image {
  width: 100%;
  padding-bottom: 125%;
  background-position: center;
  background-size: cover;
}
.mini-banners .mini-banner--small-text {
  color: #000000;
  font-style: normal;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  padding: 20px 10px 15px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .mini-banners .mini-banner--small-text {
    height: 40px;
  }
}
@media (max-width: 480px) {
  .mini-banners {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mini-banners .mini-banner--small {
    width: 100%;
    margin-bottom: 20px;
  }
  .mini-banners .mini-banner--small-_text {
    height: auto;
  }
}
.mini-banners .mini-banner--middle {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  text-decoration: none;
}
.mini-banners .mini-banner--middle:hover {
  transition: 0.2s;
  opacity: 0.6;
}
@media screen and (max-width: 480px) {
  .mini-banners .mini-banner--middle:last-child {
    margin-bottom: 0;
  }
}
.mini-banners .mini-banner--middle-image {
  width: 100%;
  padding-bottom: 58%;
  background-position: center;
  background-size: cover;
}
.mini-banners .mini-banner--middle-text {
  color: #000000;
  font-style: normal;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  padding: 20px 10px 15px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .mini-banners .mini-banner--middle {
    margin-top: 15px;
  }
  .mini-banners .mini-banner--middle-text {
    height: 40px;
  }
}
@media (max-width: 480px) {
  .mini-banners {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mini-banners .mini-banner--middle {
    width: 100%;
    margin-bottom: 20px;
  }
  .mini-banners .mini-banner--middle-text {
    height: auto;
  }
}
.mini-banners .mini-banner--large {
  width: 30%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  text-decoration: none;
}
.mini-banners .mini-banner--large:hover {
  transition: 0.2s;
  opacity: 0.6;
}
@media screen and (max-width: 480px) {
  .mini-banners .mini-banner--large:last-child {
    margin-bottom: 0;
  }
}
.mini-banners .mini-banner--large-image {
  width: 100%;
  padding-bottom: 28%;
  background-position: center;
  background-size: cover;
}
.mini-banners .mini-banner--large-text {
  color: #000000;
  font-style: normal;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  padding: 20px 10px 15px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .mini-banners .mini-banner--large-text {
    height: 40px;
  }
}
@media (max-width: 480px) {
  .mini-banners {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mini-banners .mini-banner--large {
    width: 100%;
    margin-bottom: 20px;
  }
  .mini-banners .mini-banner--large-text {
    height: auto;
  }
}


div.form { position: relative; /* for placeholder in IE */ }
	div.form h2 { color: #666; font-family: arial,helvetica,sans-serif; border-bottom: 1px dotted #666; }
	table.form th { padding-right:10px; text-align: left; font-size: 12px; font-weight: normal; }
	table.form td { padding: 2px 10px 0 0; width: 100%; }
		table.form td.input-text input,table.form td.input-textarea textarea { border:1px solid #888; padding:2px; }
	div.form input.text,div.form input[type="text"],div.form input[type="file"],div.form input[type="password"],
    div.form textarea,div.form select { padding:2px; }
	div.form fieldset { border:none; padding: 0; margin: 0; }

.form-placeholder { color: #ccc; }
div.form [placeholder]::-moz-placeholder { opacity: 1; color: #ccc; }
div.form [placeholder]::-webkit-input-placeholder { color: #ccc; }



/*
* Вендорные префиксы
*
* Имеется возможность задать явный браузер в постфиксе,
* поддерживаются следующие варианты:
* _no - без префикса
* _wk - префикс webkit
* _ms - префикс ms
* _moz - префикс moz
*/
/* transition */
/* transition для трансформаций */
/* user-select */
/* transform-origin*/
/* animation-duration*/
/* animation-fill-mode*/
/* animation-name*/
/* Трансформации */
/*
* Несколько трансформаций в одной
* Необходимо явно указыть параметр
*/
/*
* Cдвиг блока на двумерной плоскости
* По обоим координатам, плюс каждая по отдельности
*/
/*
* Деформация блока на двумерной плоскости
* По обоим координатам, плюс каждая по отдельности
*/
/*
* Поворот блока на двумерной плоскости
* По умолчанию отностиельно центра
* При задании _origin(transform-origin) можно указать конкретную точку
*/
/*
* Масштабирование блока
* По обоим координатам, плюс каждая по отдельности
*/
/*
* Иконки на базе css
* Все имеют префиксы _i
* Имя состоит из название[_ориентация]
*/
/* Стрелки */
/* Минималистичный reset */
/* Сброс характеристик для input-полей */
/* Сброс оформления colorbpx */
/* Интерактивность по флагу*/
/* Абсолютное позиционирование */
/* Пропадение текста в ограниченом по высоте блоке*/
/* Натягивание базовых стилей на сайт */
/* Центральный	блок страницы */
/* Спрайты на сайте */
/* Интерактивность по флагу , потом перенесётся tao.less*/
/* Полноэкранный сайт, потом перенесётся tao.less */
/* Иконка меню, потом перенесётся tao.less */
/* Заготовка для меню */
.lb-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 979px) {
  .lb-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
  }
}
.lb-sidebar {
  min-width: 200px;
  max-width: 200px;
}
@media screen and (max-width: 979px) {
  .lb-sidebar {
    min-width: 0;
    max-width: 100%;
    width: 100%;
  }
}
.lb-catalog {
  padding-left: 40px;
  width: 720px;
}
@media screen and (max-width: 979px) {
  .lb-catalog {
    padding: 0 10px;
    width: 100%;
  }
}
@media screen and (max-width: 765px) {
  .lb-catalog h1 {
    font-size: 18px;
    margin: 10px 0 5px;
  }
}
.page-navigator {
  font-size: 16px;
  margin-bottom: 5px;
  display: none;
}
.page-navigator b,
.page-navigator a {
  border: 1px solid #ab8d8b;
  border-radius: 5px;
  display: inline-block;
  margin: 3px;
  padding: 0 3px;
  text-decoration: none;
}
.price-order {
  float: right;
  padding-right: 20px;
}
.price-order a {
  color: #ea1a68;
}
.price-order span {
  color: #ab8d8b;
}
.price-order__down::after,
.price-order__up::after {
  content: '';
  display: inline-block;
  background: 5px 0 no-repeat;
  height: 10px;
  width: 10px;
}
.price-order__down::after {
  content: '';
  display: inline-block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAKCAMAAABL52QCAAAAElBMVEXUAlDUAlDUAlDUAlDUAlDUAlASQ71MAAAABXRSTlMA2uLz9kqrvtUAAAAfSURBVHgBY2BgYAVi/CQTkGRkYGZlZWUBCrCCJYAsAAetAFBFVTK+AAAAAElFTkSuQmCC);
}
.price-order__up::after {
  content: '';
  display: inline-block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAKCAMAAABL52QCAAAAElBMVEXUAlDUAlDUAlDUAlDUAlDUAlASQ71MAAAABXRSTlMA2uLz9kqrvtUAAAAfSURBVHjafcRBAQAgDAAhdLv+lW0gD7BQMdW6chD/HwtPAFBZwEhgAAAAAElFTkSuQmCC);
}
.b-nodus-items--product {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0 0 -20px;
}
@media screen and (max-width: 979px) {
  .b-nodus-items--product {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media screen and (max-width: 765px) {
  .b-nodus-items--product {
    margin: 0 -10px;
  }
}
.b-nodus-items--mode_productsearch {
  margin: 0 !important;
}
.b-nodus-items--category-100 .b-product {
  width: 340px;
}
.b-product {
  box-sizing: border-box;
  position: relative;
  margin: 0 0 20px 20px;
  width: 226px;
}
@media screen and (max-width: 765px) {
  .b-product {
    box-sizing: border-box;
    margin: 0;
    padding: 10px;
    width: 33%;
  }
}
@media screen and (max-width: 520px) {
  .b-product {
    width: 50%;
  }
}
.b-product:hover {
  box-shadow: 0 0 0px 5px #fff, 0 0 10px 10px #cccccd;
}
.b-product__variants {
  display: block;
  line-height: 1;
}
.b-product__main-image {
  max-width: 100%;
}
@media screen and (max-width: 980px) {
  .b-product__main-image {
    height: auto;
  }
}
.b-product__size {
  color: #8a898a;
}
.b-product__price {
  font-size: 18px;
  min-height: 25px;
  vertical-align: bottom;
  padding-right: 80px;
  padding-top: 3px;
}
@media screen and (max-width: 705px) {
  .b-product__price {
    padding-right: 0;
  }
}
.b-product__more {
  background-color: #d40250;
  border: 1px solid #d40250;
  bottom: 0;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 5px;
  position: absolute;
  right: 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.2s;
}
.b-product__more:hover {
  color: #d40250;
  background-color: #fff;
}
@media screen and (max-width: 705px) {
  .b-product__more {
    display: none;
  }
}
.b-price__old-price {
  color: #ea1a68;
  font-size: 15px;
  text-decoration: line-through;
}
.b-price__new-price {
  padding-left: 48px;
  font-size: 20px;
}
.button__load-more {
  width: 100%;
  height: 30px;
  text-align: center;
}
.button__load-more.loading::after {
  content: '';
  display: inline-block;
  width: 25px;
  height: 20px;
  background: url(/images/zoomloader.gif) no-repeat center;
}
