@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&subset=cyrillic,cyrillic-ext");
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&subset=cyrillic");
#search_form {
  border: 1px solid #b2b2b2;
  font-size: 14px;
  border-radius: 3px; }

#search_form > fieldset {
  border: none;
  border-bottom: 1px solid #b2b2b2;
  padding: 20px;
  position: relative; }

#search_form legend {
  position: relative;
  font-size: 18px;
  top: 10px;
  color: #1a1a1a; }

#search_form label {
  display: block; }

/*
#search_form input[type="number"] {
    width: 75px;
    margin: 0;
    height: 22px;
    line-height: 14px;
    padding: 2px 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*/
.serial-search {
  border-bottom: 1px solid #b2b2b2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px; }
  .serial-search__button {
    border: none;
    width: 25px;
    height: 25px;
    background-image: url(/images/icons/search-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: white; }
    .serial-search__button img {
      width: 25px;
      height: 25px; }
  .serial-search label {
    width: 75%; }

.tree-list label {
  font-size: 15px !important;
  line-height: 1.5;
  font-family: sans-serif; }
.tree-list input {
  margin-right: 5px; }

#search_form .tree-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-transform: none; }

#search_form .tree-list li {
  padding: 0 0 0 12px;
  margin: 0;
  position: relative;
  font-size: 15px; }

#search_form .tree-list li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#search_form .tree-list li > a.plusminus {
  position: absolute;
  display: block;
  width: 12px;
  height: 9px;
  background: url(plusminus.svg) no-repeat center top;
  left: -7px;
  top: 6px;
  border-radius: 9px; }

#search_form .tree-list li.open > a.plusminus {
  background-position-y: bottom; }

#search_form .tree-list > li > .tree-list {
  display: none;
  margin-left: 5px; }

#search_form .tree-list > li.open > .tree-list {
  display: block; }

#search_form .ui-slider-horizontal {
  height: 5px !important;
  margin-top: 17px; }

#search_form .ui-corner-all {
  border-radius: 2px !important; }

#search_form .ui-widget-content {
  border: 1px solid #cbcbcb !important;
  background: #f5f5f5; }

#search_form .ui-state-default,
.ui-widget-content .ui-state-default {
  border: none !important;
  background: #cbcbcb;
  height: 13px;
  width: 8px; }

#search_form .ui-widget-header {
  background: #f69321 !important; }

#search_form .ui-slider-horizontal .ui-slider-handle {
  margin-left: -3px !important; }

#search_form > fieldset#final {
  text-align: center;
  padding: 20px; }

#search_form > fieldset:last-child {
  border-bottom: none; }

#search_form input {
  vertical-align: middle; }

#search_form .range-group label {
  display: inline-block;
  zoom: 1;
  vertical-align: top; }

#search_form .range-group .slider {
  margin-top: 10px; }

.range-group input {
  height: 25px;
  border-radius: 5px;
  border: solid 1px #c4c4c4;
  padding: 0 5px;
  width: 60px; }

.absolute-result {
  position: absolute;
  color: #fff;
  padding: 5px 10px;
  white-space: nowrap;
  border-radius: 4px;
  background: #ffa364;
  border: none;
  z-index: 10000;
  margin: -9px -10px 0 0;
  left: 100%;
  -webkit-box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.15); }

.absolute-result:before {
  content: '';
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  margin: 3px 0 0 -30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid transparent 10px;
  border-right-color: #f7941d; }

.absolute-result span {
  display: block;
  font-size: 10px;
  margin-top: 3px; }

.breadcrumbs {
  position: relative;
  margin-left: 284px;
  z-index: 1;
  font-size: 12px;
  color: #7b7b7b !important;
  margin-top: -38px; }

.breadcrumbs a {
  text-decoration: none;
  color: #7b7b7b !important; }

.breadcrumbs a:first-child {
  color: #7b7b7b;
  font-size: 12px; }

.breadcrumbs a:first-child {
  position: relative;
  text-decoration: none; }

.breadcrumbs span {
  display: inline-block;
  font-size: 12px; }

.category-list a {
  background: #ff6827;
  border-radius: 11px;
  color: white;
  text-decoration: none;
  line-height: 31px;
  font-family: sans-serif; }

.category-list a:not(:first-child) {
  margin-left: 5px; }

.page-sort a:first-letter {
  text-transform: uppercase; }

/*Стандартная кнопка без модификаторов*/
.orange-button {
  background-color: #ff6827;
  color: white;
  font-size: 15px;
  text-decoration: none;
  border: none;
  border-radius: 6px;
  display: block;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  /* для карточки товара товара добавить*/
  /* для карточки товара товара оформить*/ }
  .orange-button:hover {
    color: white; }
  .orange-button_prod {
    width: 100%;
    height: 42px; }
  .orange-button_prod-zakaz {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 42px; }

/*Кнопка для добавления товара. Без текста*/
.add-icon-btn {
  position: relative;
  border: solid 1px gray;
  border-radius: 6px;
  background: #fff url(/images/icons/add-button.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  outline: none;
  /*Модификатор для карточки товара*/ }
  .add-icon-btn_prod {
    margin-left: 3%;
    height: 42px;
    width: 42px; }

/*стандартная широкая оранжевая кнопка для добавления в корзину*/
.mb-good__button {
  width: 100%;
  max-width: 300px;
  text-align: center;
  line-height: 40px;
  background-color: #ff6827;
  border-radius: 10px;
  margin: 10px auto;
  font-size: 15px;
  color: white;
  display: block;
  text-decoration: none;
  border: none; }

/*кнопка с бордером*/
.mb-border-button {
  width: 100%;
  max-width: 300px;
  text-align: center;
  line-height: 40px;
  background-color: white;
  border-radius: 10px;
  margin: 10px auto;
  font-size: 15px;
  color: #6E6E6E;
  display: block;
  text-decoration: none;
  border: solid 2px #6e6e6e !important;
  border: none; }

.search-button {
  width: 60px;
  height: 25px;
  border-radius: 5px;
  color: white;
  background-color: #ff6827;
  border: none; }

.small-orange-btn {
  min-width: 90px;
  width: 47%;
  max-width: 100px;
  padding: 5px 12px;
  text-align: center;
  line-height: 21px;
  background-color: #ff6827;
  border-radius: 5px;
  font-size: 15px;
  color: white;
  display: inline-block;
  text-decoration: none;
  border: none; }

.small-gray-btn {
  min-width: 90px;
  width: 47%;
  padding: 5px 12px;
  text-align: center;
  line-height: 21px;
  background-color: #f4f4f4;
  border-radius: 5px;
  font-size: 15px;
  color: #303030;
  display: inline-block;
  text-decoration: none;
  border: none; }

.small-transparent-btn {
  min-width: 90px;
  width: 47%;
  padding: 5px 12px;
  text-align: center;
  line-height: 21px;
  background-color: white;
  border-radius: 5px;
  font-size: 15px;
  color: #303030;
  display: inline-block;
  text-decoration: underline !important;
  text-decoration: none;
  border: none; }

.bt_all {
  background-color: transparent;
  border: none;
  color: #ff6827;
  text-decoration: underline; }

.bt_all:hover {
  color: #ff6827; }

.range-group input {
  height: 25px;
  border-radius: 5px;
  border: solid 1px #c4c4c4;
  padding: 0 5px; }

.floating-list__button {
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 20px;
  background-color: #ea1e18;
  padding: 10px;
  border-radius: 5px;
  color: white;
  text-decoration: none; }

.padding-t-20 {
  padding-top: 20px; }

.line-h-13 {
  line-height: 1.3; }

.small-input-srch {
  height: 25px;
  border-radius: 5px;
  border: solid 1px #c4c4c4;
  padding: 0 5px; }

header * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.snd-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 20px 0;
  max-width: 1305px;
  min-width: 1020px;
  border-bottom: solid 3px #ff6827; }
  .snd-header__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*align-self: stretch;*/
    position: relative; }

.header-libra {
  text-decoration: none;
  position: relative; }
  .header-libra__icon {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: calc(50px + 6px + 6px);
    /*высота с учетом отрицательных маржинов -6px*/
    margin-top: -6px;
    margin-bottom: -6px;
    /* орицательный margin что бы компенсировать белые бордеры на картинке*/ }
  .header-libra__count {
    position: relative;
    top: 2px;
    left: 2px;
    background-color: #ff6827;
    width: 19px;
    height: 19px;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-family: open sans;
    font-size: 13px; }
  .header-libra__count-bg {
    position: absolute;
    top: -8px;
    right: -2px;
    background-color: white;
    width: 23px;
    height: 23px;
    border-radius: 50%; }
  .header-libra__text {
    text-transform: uppercase;
    font-family: open sans;
    font-size: 11px;
    text-align: center; }

.header-cart {
  position: relative; }
  .header-cart > a {
    text-decoration: none; }
  .header-cart_m-left {
    margin-left: 15px;
    margin-right: 4px;
    /*4 px половина от добавленного к ширине "Корзина"*/ }
  .header-cart__icon {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 50px; }
  .header-cart__count {
    position: relative;
    top: 2px;
    left: 2px;
    background-color: #ff6827;
    width: 19px;
    height: 19px;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 13px; }
  .header-cart__count-bg {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: white;
    width: 23px;
    height: 23px;
    border-radius: 50%; }
  .header-cart__text {
    text-transform: uppercase;
    font-family: open sans;
    font-size: 11px;
    text-align: center;
    width: calc(100% + 8px);
    /*8 px на которые выступает count, что бы текст лучше центрировался*/ }

.header-cart:hover .floating-list {
  border: solid 1px #e6e6e6;
  max-height: 600px;
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

.del-cross-contaiter {
  height: 14px;
  width: 14px;
  right: 3px;
  top: 3px;
  position: absolute; }
  .del-cross-contaiter .remove {
    position: relative;
    top: 0px;
    right: 0px;
    height: 14px;
    width: 14px;
    text-decoration: none; }

.snd-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  /*70px - margin l r, 185 number-block, 158 - icons-block*/
  margin: 0 35px;
  /* Firefox 19+ */
  /* Firefox 18- */ }
  .snd-search__input {
    height: 100%;
    width: 100%;
    padding-left: 1.5em;
    border: none;
    /*border: solid 1px lightgray;*/
    border-radius: 15px;
    -webkit-box-shadow: 0 0 10px #d8d8d8;
            box-shadow: 0 0 10px #d8d8d8;
    font-size: 18px;
    outline: none;
    -webkit-transition: all .2s;
    transition: all .2s; }
  .snd-search__input::-webkit-input-placeholder {
    color: #c8c8c8; }
  .snd-search__input::-moz-placeholder {
    color: #c8c8c8; }
  .snd-search__input:-moz-placeholder {
    color: #c8c8c8; }
  .snd-search__input:-ms-input-placeholder {
    color: #c8c8c8; }
  .snd-search__button {
    height: 90%;
    width: 23px;
    margin-left: -37px;
    border: none;
    background-color: transparent;
    background-image: url(/images/search-icon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    outline: none; }

.snd-search__input:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-box-shadow: 0 0px 15px #d8d8d8;
          box-shadow: 0 0px 15px #d8d8d8;
  background: transparent; }

.snd-search__input:active {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-box-shadow: 0 0px 15px #d8d8d8;
          box-shadow: 0 0px 15px #d8d8d8;
  background: transparent; }

.advantages-line {
  width: 100%;
  min-width: 1100px;
  text-align: center;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #eaeaea;
  color: gray;
  margin-top: -30px;
  position: relative;
  font-size: 14px;
  -webkit-transition: all .6s;
  transition: all .6s;
  position: relative; }
  .advantages-line span:not(:first-child) {
    margin-left: 20px; }
  .advantages-line__cross {
    height: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 9px;
    width: 20px; }

.snd-header__container {
  margin-left: 30px;
  width: calc(100% - 135px - 30px);
  /* 160 px - ширина лого и 30 margin */ }

.snd-logo {
  display: block;
  width: 135px;
  height: 110px; }
  .snd-logo img {
    height: 100%; }

.header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .header-row_m-t {
    margin-top: 15px; }

.t-menu {
  margin-left: 12px;
  /*на 12px выступает псевдоэлемент влево*/
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  max-width: 900px; }

.t-menu__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .t-menu__ul li {
    position: relative; }
  .t-menu__ul li:not(:first-child) {
    margin-left: 23px;
    /*23px минимальное расст меж элем с учетом before*/ }
  .t-menu__ul li:before {
    display: block;
    content: "";
    height: 7px;
    width: 7px;
    background: #ff6827;
    position: absolute;
    left: -12px;
    top: 24%;
    /*25% подобрано на глаз для центрирования*/ }
  .t-menu__ul a {
    text-decoration: none;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    white-space: nowrap; }

.number-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .number-block a {
    line-height: 1.3;
    font-size: 23px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif; }
  .number-block__info {
    font-size: 12px;
    color: gray;
    font-family: 'Opent Sans', sans-serif; }

.snd-auth {
  white-space: nowrap;
  font-size: 11px; }
  .snd-auth a {
    text-transform: uppercase;
    text-decoration: none;
    font-family: sans-serif; }
  .snd-auth_m {
    margin-left: 25px; }

.floating-list {
  position: absolute;
  max-height: 0;
  overflow: hidden;
  right: 0;
  width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 100%;
  text-align: center;
  font-size: 14px;
  z-index: 1200;
  -webkit-transition: all 1s ease;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  opacity: 0.9;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #ffffff; }

.floating-list .cart_item {
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }

.floating-list .itms {
  max-height: 400px;
  overflow-y: auto;
  height: auto;
  border-bottom: solid 1px #e3e3e3; }

.floating-cart:hover .floating-list {
  display: block; }

.floating-list ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.floating-list li {
  border-bottom: solid 1px #ececec; }

.sum-line {
  margin: 10px 10px 10px 30px;
  line-height: 1.6;
  text-align: left;
  font-family: "Open Sans", sans-serif; }

/* Старые стили */
/*
.new-basket .itms {
    list-style-type: none;
    display: none;
}

.itms input {
    width: 50px;
    height: 25px;
    border-radius: 3px;
    border-style: solid;
    box-shadow: none;
    border-width: 1px;
    border-color: #dedede;
    margin: 5px;
    padding: 0 5px;
    box-sizing: border-box;
}

.many-itms {
    height: 350px;
    overflow: scroll;
}

.new-basket .itms li {
    padding: 5px;
    background-color: #ffffff;
    overflow: auto;
    border-bottom: 1px solid #eaeaea;
}



.new-basket .show-it {
    display: inline-block;
    width: 165px;
    margin: 0 auto;
    padding: 5px 10px;
    color: #ff6827;
    border: 1px solid #ff6827;
    background-color: #ffffff;
    margin-bottom: 5px;
    outline: none;
    text-transform: uppercase;
}

.new-basket .compare-it {
    display: inline-block;
    width: 165px;
    margin: 0 auto;
    padding: 5px 10px;
    border: 1px solid #4d4d4d;
    background-color: #ffffff;
    margin-bottom: 5px;
    outline: none;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*/
/* ADVANTAGES */
.snd-advantages * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.snd-advantages {
  width: 100%; }

.snd-advantages__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.snd-advantages__block-row {
  width: 95%;
  max-width: 1300px;
  min-widht: 600px;
  margin: 70px auto 0; }

.snd-advantages__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px; }

.snd-advantages__column {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.snd-advantages__item {
  width: 94%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px;
  /*border: solid 1px #f15a1e;*/
  border-radius: 5px;
  padding: 6%;
  -webkit-box-shadow: 0 0 13px rgba(197, 197, 197, 0.75);
          box-shadow: 0 0 13px rgba(197, 197, 197, 0.75);
  -webkit-transition: all 1s;
  transition: all 1s; }

/*.snd-advantages__item * {*/
/*transition: all 2s !important;*/
/*}*/
.snd-advantages__img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 80px;
  height: 80px; }

.snd-advantages__img--1 {
  background-image: url(/images/free-delivery-icon.png); }

.snd-advantages__img--2 {
  background-image: url(/images/award-icon.png); }

.snd-advantages__img--3 {
  background-image: url(/images/discount-icon.png); }

.snd-advantages__img--4 {
  background-image: url(/images/like-icon.png); }

.snd-advantages__img--5 {
  background-image: url(/images/package-icon.png); }

.snd-advantages__img--6 {
  background-image: url(/images/mail-icon.png); }

.snd-advantages__text {
  width: calc(100% - 80px);
  /*ширина картинки*/
  padding-left: 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.snd-advantages__headline {
  color: #2b2b2b;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
  font-family: roboto;
  font-weight: 400; }

.snd-advantages__small-text {
  line-height: 1.5;
  color: gray;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
  font-size: 14px;
  margin-top: 20px;
  font-family: "Open Sans", sans-serif; }

.snd-advantages__item_1:hover .snd-advantages__small-text_1 {
  height: 66px;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  /*animation:small-text 2s infinite;;*/ }

.snd-advantages__item_2:hover .snd-advantages__small-text_2 {
  height: 120px;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  /*animation:small-text 2s infinite;;*/ }

.snd-advantages__item_3:hover .snd-advantages__small-text_3 {
  height: 220px;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  /*animation:small-text 2s infinite;;*/ }

.snd-advantages__item_4:hover .snd-advantages__small-text_4 {
  height: 390px;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  /*animation:small-text 2s infinite;;*/ }

.snd-advantages__item_5:hover .snd-advantages__small-text_5 {
  height: 280px;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  /*animation:small-text 2s infinite;;*/ }

.snd-advantages__item_6:hover .snd-advantages__small-text_6 {
  height: 250px;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  /*animation:small-text 2s infinite;;*/ }

/* ADVANTAGES */
/* Фото */
.prod * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.prod__image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto; }

/*Название, зум*/
.prod {
  width: 25%;
  margin-left: -1px;
  margin-top: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 20px 15px;
  border: 1px solid #cecece;
  font-size: 13px;
  position: relative; }
  .prod__container-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .prod__title {
    font-size: 15px;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-family: roboto; }
    .prod__title_m {
      margin-right: 7px; }

.prod:hover {
  border: 1px solid #929292;
  z-index: 99; }

.zoom-btn {
  background-image: url(../images/icons/zoom-tool.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 25px; }

/*доставка, цена*/
.prod__container-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
.prod__price {
  font-size: 22px;
  color: #ee1e1e;
  font-family: Roboto;
  white-space: nowrap;
  text-align: right; }
  .prod__price del {
    display: block;
    color: #929292;
    font-size: 16px;
    margin-top: 5px;
    text-align: right; }
.prod__delivery-img {
  background-image: url(../images/icons/free-delivery.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 27px;
  height: 27px;
  margin-right: 8px; }
.prod__delivery-img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px gray;
  padding: 5px;
  border-radius: 2px;
  position: relative; }
.prod__delivery-text {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  font-size: 10px;
  line-height: 1.3;
  color: gray; }

/* Корзина сравление */
.prod__container-3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  width: 100%;
  max-width: 300px;
  -ms-flex-item-align: center;
      align-self: center; }
.prod__btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 3%; }

.compaire-btn {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: center;
  height: 42px;
  width: 20%;
  border: solid 1px gray;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0 !important;
  outline: none; }

.prod > .price {
  margin-right: -10px;
  padding-left: 20px;
  padding-right: 25px;
  font-size: 25px;
  font-weight: bold;
  white-space: nowrap;
  text-align: right;
  color: #d80000;
  font-family: "Roboto", sans-serif; }

.prod > .price del {
  font-size: 15px;
  color: #4d4d4d;
  text-align: left;
  margin-right: 5px;
  margin-bottom: -20px;
  margin-left: 0; }

.prod > .price > del > img {
  height: 10px;
  width: 8px; }

.prod > .price > img {
  width: 11px;
  height: 14px; }

.prod .add_to_cart {
  background: url("/images/add_to_cart.png") no-repeat;
  height: 38px;
  width: 38px;
  position: absolute;
  bottom: 36px;
  right: 13px;
  display: none; }

.prod:hover .add_to_cart {
  display: block; }

.prod:hover {
  /*box-shadow:inset 0 0 5px #ccc;*/ }

.prod:hover .title {
  text-decoration: underline; }

.prod .image {
  position: relative;
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: 0;
  overflow: hidden;
  margin-bottom: 10px;
  background: #fff; }

.prod .image .container {
  width: 200%;
  left: -50%;
  position: relative; }

@media (max-width: 1300px) {
  .prod {
    width: 33%; } }
@media (max-width: 1150px) {
  .prod {
    width: 50%; }

  .prod > .title {
    padding-left: 65px;
    padding-right: 70px; }

  .prod > .price {
    padding-left: 65px;
    padding-right: 70px; } }
.show_char .prod {
  width: 100%;
  background: #fff; }

.prod .show_char .table_char {
  position: inherit; }

.prod .show_char .char_block_left .title {
  height: 35px !important; }

.prod .click-count {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.prod .char_block_left .quant-good-bskt {
  top: -10px;
  right: -10px;
  z-index: 1000; }

.prod .add_bskt_ajax_form div.quant-good-bskt {
  top: 0;
  right: 15px; }

/*кнопки для карточки товара*/
.quant-good-bskt {
  color: white;
  background: #ee1e1e;
  border: solid 2px white;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  top: -12px;
  right: -12px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  border-radius: 50%;
  z-index: 99;
  font-family: sans-serif;
  font-family: "Open Sans", sans-serif; }

.btn-states-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px; }

.btn-states-list__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 124px; }

.btn-states-list__wrapper .btn-state {
  margin-right: 2px; }

.btn-state--existence {
  color: #999999;
  background-color: transparent;
  cursor: default; }

.btn-state--existence-in-stock {
  visibility: visible;
  background: url(../images/check-green.svg) no-repeat;
  background-position: 0 50%;
  background-size: 9px 9px;
  color: #1ad310; }

.btn-state--existence-wait {
  visibility: visible;
  background: url("../images/check-orange.svg") no-repeat;
  background-position: 0 50%;
  background-size: 9px 9px;
  color: #f49a01; }

.btn-state--descry {
  background: url("../images/magnifier.svg") no-repeat;
  background-position: center 5px;
  background-size: 23px 23px; }

.btn-state {
  padding-left: 16px;
  font-size: 12px;
  margin-bottom: 5px;
  /* text-decoration: underline; */
  /* text-align: right; */
  text-transform: lowercase;
  color: #1b1b1b;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer; }

.btn-state--delivery {
  position: relative;
  background: url("../images/car_delivery.svg") no-repeat;
  background-position: center 5px;
  background-size: 29px 25px;
  cursor: default;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.btn-state--delivery:hover::after {
  content: "Этот товар мы доставим Вам по Москве абсолютно бесплатно";
  position: absolute;
  top: 46px;
  left: -26px;
  z-index: 5;
  width: 109px;
  height: 47px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 11px;
  text-align: left;
  text-transform: initial;
  line-height: 1;
  color: white;
  background-color: #524D4D;
  border-radius: 5px;
  -webkit-animation: hover-element 0.4s;
  animation: hover-element 0.4s; }

.btn-state--delivery:hover::before {
  content: "";
  position: absolute;
  top: 33px;
  left: -3px;
  border: 10px solid #524D4D;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-animation: hover-element 0.4s;
  animation: hover-element 0.4s; }

.btn-state--compare {
  position: relative;
  background-position: center 5px;
  background-size: 35px 25px; }

.btn-state--compare svg {
  position: absolute;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  fill: #524D4D; }

.btn-state--compare-active {
  background-color: transparent;
  cursor: default;
  border: solid 1px #ff6827 !important; }

.btn-state--compare-active svg {
  fill: #ff6827; }

.btn-state--compare-active:hover::after {
  content: "Добавлено к сравнению";
  position: absolute;
  top: 46px;
  left: -26px;
  z-index: 5;
  width: 74px;
  height: 26px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 11px;
  text-align: left;
  text-transform: initial;
  line-height: 1;
  color: white;
  background-color: #524D4D;
  border-radius: 5px;
  -webkit-animation: hover-element 0.4s;
  animation: hover-element 0.4s; }

.btn-state--compare-active:hover::before {
  content: "";
  position: absolute;
  top: 33px;
  left: -3px;
  border: 10px solid #524D4D;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-animation: hover-element 0.4s;
  animation: hover-element 0.4s; }

.prod__delivery-img-container:hover::after {
  content: "Бесплатная доставка осуществляется по Москве на заказы от 5000р";
  position: absolute;
  top: 46px;
  left: -26px;
  z-index: 5;
  width: 100px;
  height: 72px;
  line-height: 1.3;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 11px;
  text-align: left;
  text-transform: initial;
  color: white;
  background-color: #524D4D;
  border-radius: 5px;
  -webkit-animation: hover-element 0.4s;
  animation: hover-element 0.4s; }

.prod__delivery-img-container:hover::before {
  content: "";
  position: absolute;
  top: 33px;
  left: -3px;
  border: 10px solid #524D4D;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-animation: hover-element 0.4s;
  animation: hover-element 0.4s; }

.add_bskt_ajax_form a {
  text-decoration: none;
  display: none; }

.prod .title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 25px;
  overflow: hidden;
  text-decoration: none;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  line-height: 1.3; }
  .prod .title:hover {
    text-decoration: none; }

.prod button.add {
  position: relative;
  display: block;
  background: url(/images/product_cart.png) 7% 50% no-repeat;
  background-color: #f46e45;
  width: 185px;
  height: 42px;
  vertical-align: top;
  padding-left: 35px;
  color: #fff;
  font-size: 14px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  margin-top: 10px; }

.prod button.more {
  display: block;
  background-color: #fff;
  border: 1px solid #f46e45;
  border-radius: 8px;
  width: 185px;
  height: 42px;
  vertical-align: top;
  color: #f46e45;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  margin-top: 5px; }

.snd-about {
  margin: 25px auto 0;
  width: 1200px; }
  .snd-about__headline {
    text-align: center;
    margin-top: 25px;
    font-size: 21px;
    font-family: roboto; }
  .snd-about h1 {
    text-align: center;
    margin-top: 25px;
    font-size: 21px;
    font-family: 'Roboto', sans-serif; }
  .snd-about p, .snd-about ul {
    font-size: 14px;
    font-weight: 400; }
  .snd-about li:not(:first-child) {
    margin-top: 10px; }
  .snd-about ul {
    margin: 30px 0; }
  .snd-about li {
    list-style-type: none; }
  .snd-about i {
    margin-top: 20px;
    display: block;
    padding-left: 40px; }
  .snd-about__text {
    margin: 30px auto 50px;
    font-size: 14px;
    font-family: open sans;
    font-weight: 400;
    line-height: 1.3; }

.snd-headline {
  font-weight: 600;
  color: #f15a1e;
  margin: 35px auto 35px;
  text-align: center;
  font-size: 21px;
  font-family: Roboto; }

@font-face {
  font-family: HelveticaNeueCyr-Thin;
  src: url("/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Thin.otf"); }
@font-face {
  font-family: HelveticaNeueCyr-Light;
  src: url("/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Light.otf"); }
@font-face {
  font-family: HelveticaNeueCyr-Medium;
  src: url("/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Medium.otf"); }
@font-face {
  font-family: HelveticaNeueCyr-Bold;
  src: url("/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.otf"); }
@font-face {
  font-family: MyriadPro-Light;
  src: url("/fonts/MyriadPro/MyriadPro-Light.otf"); }
@font-face {
  font-family: MyriadPro-Regular;
  src: url("/fonts/MyriadPro/MyriadPro-Light.otf"); }
@font-face {
  font-family: MyriadPro-Bold;
  src: url("/fonts/MyriadPro/MyriadPro-Light.otf"); }
@font-face {
  font-family: Roboto;
  src: url("/fonts/Roboto/Roboto-Regular.ttf"); }
* {
  margin: 0;
  padding: 0; }

img {
  border: none; }

h1,
h2,
h3 {
  font-weight: normal; }

h1 {
  font-size: 25px; }

@media screen and (max-width: 1350px) {
  .action_section {
    width: 365px !important;
    overflow: hidden; }

  .action_section div.names {
    width: 100% !important; }

  .action_section div.names .hits {
    text-align: center !important; } }
@media screen and (max-width: 1200px) {
  .action_section {
    width: 305px !important;
    overflow: hidden;
    vertical-align: top; }

  .action_section div.names {
    width: 100% !important; }

  .action_section div.names .hits {
    text-align: center !important; } }
.justify {
  font-size: 1px;
  line-height: 0;
  text-align: justify !important;
  text-justify: newspaper;
  /*text-align-last: justify;*/ }

.justify:after {
  width: 100%;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  content: '';
  display: inline-block;
  zoom: 1; }

.justify > * {
  display: inline-block;
  zoom: 1;
  text-align: left;
  line-height: normal;
  font-size: 14px;
  vertical-align: top; }

.in_description {
  height: 0;
  overflow: hidden; }

.top_right_link {
  width: auto !important;
  height: 30px !important;
  margin: -16px 0 0 0 !important;
  float: right;
  padding: 12px 15px 0 50px;
  background-position: 15px 49% !important;
  text-decoration: none;
  z-index: 100;
  position: relative; }

.top_right_link:hover {
  opacity: 0.9; }

.f_r {
  float: right; }

.promo input {
  width: 250px;
  font-size: 19px;
  padding: 10px 5px;
  margin: 5px 0 0 0; }

#way .promo span {
  width: auto; }

.out_description {
  margin: 0 0 0 300px;
  /*display:none;*/ }

.out_description h2 {
  padding: 0 0 15px 0;
  /*display:none;*/ }

.break {
  display: block !important;
  width: 100% !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 0 !important;
  float: none !important;
  clear: both !important;
  visibility: hidden !important; }

.pages {
  margin-bottom: 20px;
  text-align: right; }

.pages * {
  display: inline-block;
  margin: 0 4px;
  font-size: 13px; }

.pages b {
  font-weight: normal; }

.pages a {
  text-decoration: underline;
  color: #6c99d5; }

.pages span {
  color: #6c99d5; }

.pages b {
  font-weight: normal; }

.pages a:hover {
  text-decoration: none; }

html {
  height: 100%; }

body {
  font: 12px/18px Verdana, sans-serif;
  width: 100%;
  height: 100%; }

a {
  color: #4d4d4d; }

.wrap {
  max-width: 1305px;
  margin: 0 auto;
  min-width: 1000px; }

.wrap .content-wrap {
  min-height: 400px; }

a:hover {
  text-decoration: none; }

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%; }

#ui-id-1 {
  width: 660px !important; }

#basket {
  position: relative;
  z-index: 12;
  text-decoration: none; }

#basket:hover > span {
  text-decoration: underline; }

#basket > div {
  position: absolute;
  right: 0;
  border: 1px solid #f7941d;
  border-radius: 0 0 5px 5px;
  padding: 9px 15px;
  color: #000;
  background: #fff;
  width: 160px;
  text-align: left;
  top: 47px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px; }

#basket > div b {
  color: #6c99d5; }

#basket > div > span {
  display: block; }

.main_header .left .stat_fage > ul {
  display: block; }

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%; }

.main_header {
  /*padding-top: 75px;*/
  height: 150px;
  background: #f7941d; }

.content {
  padding: 20px 0; }

#dial_s {
  height: 700px;
  overflow: auto; }

#dial_s.ui-widget-content {
  border: none !important; }

.series_man,
.series_el {
  display: inline-block;
  vertical-align: top;
  height: 140px;
  width: 120px;
  overflow: hidden;
  border: 1px solid #f0f0dc;
  margin-bottom: -1px;
  margin-left: -1px;
  position: relative;
  text-align: center;
  cursor: pointer;
  padding: 5px; }

.series_man:hover,
.series_el:hover {
  background: #f0f0dc; }

.main_header .left .logo {
  background-image: url("/images/logo.png");
  width: 166px;
  height: 107px;
  display: block;
  margin-left: 20px; }

.main_header .left nav {
  margin-top: 1px;
  cursor: pointer; }

.main_header .left nav .header {
  background-color: #f46e45;
  width: 223px;
  height: 32px;
  color: #fff;
  padding-left: 22px;
  padding-top: 10px;
  font-family: Myriad Pro, Verdana, Geneva, sans-serif;
  font-size: 17px;
  font-weight: 700; }

.main_header .left nav .header .title {
  border-right: 1px solid #fff;
  width: 178px;
  height: 25px;
  display: inline-block; }

.main_header .left nav .arrow {
  margin-left: 10px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #fff;
  display: inline-block; }

.main_header .left nav ul {
  position: absolute;
  background-color: #eaeaea;
  display: none;
  z-index: 99; }

.main_header .left nav ul li {
  height: 31px;
  border-bottom: 1px solid #fff;
  display: block; }

.main_header .left nav ul li a {
  padding-top: 7px;
  padding-bottom: 6px;
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #333333;
  width: 223px;
  padding-left: 22px; }

.main_header .left nav ul li a:hover {
  background-color: #ffd3b6; }

.main_header .left {
  display: inline-block;
  width: 20%;
  min-width: 250px;
  text-align: left;
  position: relative; }

.main_header .middle {
  display: inline-block;
  width: 47%;
  vertical-align: top;
  text-align: center; }

.main_header .right {
  display: inline-block;
  width: 32%;
  min-width: 375px;
  vertical-align: top;
  text-align: right;
  line-height: 18px; }

.main_header .middle .menu {
  margin: 40px 0 0 0px;
  font-size: 0px;
  height: 60px; }

.main_header .middle .menu li {
  display: inline-block;
  font-size: 15px;
  padding: 0 13px; }

.main_header .middle .menu li:first-child {
  border-left: none; }

.main_header .middle .menu li a {
  color: #fff;
  font-family: Verdana, Geneva, Kalimati, sans-serif;
  text-transform: uppercase;
  text-decoration: none; }

.main_header .middle .menu li a:hover {
  text-decoration: underline; }

#mb_mobile-menu {
  display: block !important; }

.main_header .middle input[type=search] {
  margin: 8px 0 0 0px;
  height: 37px;
  width: 90%;
  border: none;
  font-size: 17px;
  padding-left: 20px;
  display: inline-block; }

.main_header .middle input[type=search]::-webkit-input-placeholder {
  font-size: 17px; }

.main_header .middle input[type=search]:-moz-placeholder {
  /* Firefox 18- */
  font-size: 17px; }

.main_header .middle input[type=search]::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 17px; }

.main_header .middle input[type=search]:-ms-input-placeholder {
  font-size: 17px; }

.main_header .middle button {
  margin: 8px 0 0 0;
  width: 35px;
  height: 37px;
  background-color: #fff;
  border: none;
  vertical-align: top;
  background: url(/images/search.png) no-repeat 50% 50% #fff; }

.main_header .right .phone {
  font-family: Myriad Pro, Verdana, Geneva, sans-serif;
  font-size: 25px;
  color: #fff;
  margin-top: 18px; }

.main_header .right .phone div {
  font-size: 14px;
  margin: 5px 0 10px 0; }

.main_header .right .cart {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-family: Myriad Pro, Verdana, Geneva, sans-serif;
  background: url(/images/cart.png) no-repeat 0% 50%;
  height: 28px;
  padding-left: 45px;
  padding-top: 10px;
  margin-top: 15px;
  margin-left: 2%; }

.main_header .right .account {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-family: Myriad Pro, Verdana, Geneva, sans-serif;
  background: url(/images/account.png) no-repeat 0% 50%;
  height: 28px;
  padding-left: 45px;
  padding-top: 10px;
  margin-top: 15px;
  border-right: 1px solid #fff;
  padding-right: 2%;
  font-weight: normal; }

.main_header .right .account > a {
  color: #fff;
  text-decoration: none; }

.main_header .right .account > a:hover {
  text-decoration: underline; }

.ui-widget-content {
  border: 1px solid #f7941d !important;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important; }

.top_search_item {
  display: inline-block;
  width: 200px !important;
  height: 200px !important;
  vertical-align: top;
  margin: 10px !important; }

.top_search_item a {
  background: none !important;
  border: none !important;
  margin: 0px !important;
  padding: 0px !important; }

.top_search_item a:hover {
  text-decoration: underline !important; }

#container_products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0; }

#container_products .product_container {
  margin-right: 1%;
  width: 19%;
  text-align: left;
  margin-bottom: 20px; }

#container_products .product_container .title {
  text-align: left;
  height: 32px;
  overflow: hidden;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  padding: 7px 50px 7px 15px; }

#container_products .product_container .price {
  padding-left: 10px; }

#container_products .product_container .image {
  height: 196px; }

#search_as {
  float: left;
  width: 244px;
  z-index: 1;
  position: relative; }

#left_mark {
  padding-left: 270px;
  padding-bottom: 30px; }

.slider_h {
  margin-top: 10px; }

.tit {
  font-family: Myriad Pro, Verdana, Geneva, sans-serif;
  font-size: 22px;
  color: #4d4d4d;
  margin: 0 0 20px 0;
  white-space: nowrap; }

.tit h1,
.tit span {
  background-color: #fff;
  /*    position: absolute; */
  display: inline-block;
  padding: 0 20px; }

.tit span {
  margin-top: -10px; }

.tit span > img {
  vertical-align: middle;
  margin-right: 10px; }

#left_mark .tit {
  margin: 20px 0 20px; }

#sort {
  margin-bottom: 20px !important;
  margin-top: 15px !important;
  line-height: 40px; }

#sort > * {
  display: inline-block;
  padding: 0 10px; }

#sort > span {
  position: relative;
  height: 40px; }

#sort > a.active {
  color: #268900;
  padding-right: 20px; }

#sort > a.active.asc {
  background: url(/images/asc_c.png) no-repeat 100% 17px; }

#sort > a.active.desc {
  background: url(/images/desc_c.png) no-repeat 100% 17px; }

#series_id {
  margin: -0px 0 5px 0px;
  font-size: 18px;
  width: 100%;
  word-break: normal !important; }

/*==================#  FOOTER
\==================*/
/* ICONS */
.icons-transition {
  -webkit-transition: all 1s;
  transition: all 1s; }

.social_item:hover .fb-svg-icon {
  fill: #39579f !important; }

.social_item:hover .inst-svg-icon {
  fill: #2d2d2d !important; }

.social_item:hover .vk-svg-icon {
  fill: #5181b8 !important; }

/*
@keyframes for-social-items {
    from {
        opacity: 1;
    }
    50% {
        text-shadow: 0 0 30px black;
    }
    to {
        opacity: 0;
    }
}
*/
/* /ICONS */
footer a {
  text-decoration: none; }

footer a:hover {
  text-decoration: underline; }

footer a {
  color: #4d4d4d; }

footer {
  /*margin: -190px auto 0;*/
  margin: 0 auto;
  height: 160px;
  background: white;
  position: relative;
  min-width: 1000px; }

footer .container {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  min-width: 1000px;
  border-top: #eaeaea solid 1px;
  padding-top: 10px; }

footer .row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

footer .row__1 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1rem; }

footer .row__2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

footer .logo {
  display: inline-block;
  width: 250px;
  /*    margin-top: 20px;*/ }

footer .logo img {
  width: 100%;
  height: auto; }

footer .copy {
  display: inline-block;
  vertical-align: top;
  float: right;
  /*    margin-top: 15px;*/
  color: #929292;
  margin: 1rem; }

footer .main {
  display: inline-block;
  margin: 30px 0 0 0;
  vertical-align: top;
  width: 545px;
  text-align: center;
  padding: 0;
  float: right; }

footer .main ul {
  margin: 0 auto; }

footer .main li {
  display: inline-block;
  padding: 0 1% 0 1%;
  border-left: 1px solid #b2b2b2; }

footer .main li:first-child {
  border: none; }

footer .main li a {
  text-transform: uppercase;
  font-size: 16px;
  font-family: Myriad Pro, Verdana, Geneva, sans-serif; }

footer .phone {
  display: inline-block;
  vertical-align: top;
  background: none;
  background-size: 45px 45px;
  background-repeat: no-repeat;
  /*    height: 35px;*/
  /*    padding: 10px 0 0 0px;*/
  font-family: Myriad Pro, Verdana, Geneva, sans-serif;
  font-size: 19px;
  color: #4d4d4d;
  /*    margin-top: -3px;*/ }

@media screen and (min-width: 1000px) and (max-width: 1485px) {
  .phone div:nth-of-type(2) {
    /*        margin-left: 0;*/ }

  .phone div {
    /*        display: block;*/ }

  .social_and_contacts {
    /*        width: auto;*/ } }
@media screen and (max-width: 1320px) {
  footer .container {
    /*        width: 99%;*/ } }
.phone div {
  /*    margin-top: -13px;*/
  display: block;
  margin-left: 10px; }

.phones {
  width: auto; }

.phone div:nth-of-type(2) {
  /*    margin-left: 12px;*/
  /*    margin-top: -7px;*/ }

@media (max-width: 1050px) {
  footer .phone {
    /*        font-size: 15px;*/ } }
footer .menu {
  margin-top: 10px;
  vertical-align: top;
  text-align: center;
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  position: relative;
  right: 0px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px; }

footer .menu ul {
  line-height: 25px;
  height: 52px;
  /*white-space: nowrap;*/
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

footer .menu ul:not(:first-line) {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
  color: red !important; }

footer .menu li {
  display: inline-block;
  font-size: 15px; }

footer .menu li:not(:first-child) {
  margin-left: 23px; }

footer .menu li:nth-of-type(9) {
  display: inline-block;
  font-size: 15px;
  margin-right: 0px; }

footer .menu li a {
  font-family: Verdana, sans-serif;
  font-size: 16px; }

.social_and_contacts {
  /*display:inline-block;*/
  /*position:relative;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*    position: absolute;*/
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*width: 420px;*/
  /* float: left; */
  width: auto;
  height: 40px;
  /*    top: 20px;*/
  /*    left: 275px;*/ }

.social_width {
  width: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.social_item {
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  /*    background-image: url(../images/fb-hover.png);*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: min-c0ntent; }

.social_item img {
  width: 45px;
  height: 45px;
  /*    opacity: 0.7;*/
  -webkit-transition: all 1.5s;
  transition: all 1.5s; }

.social_item-hover {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 1.5s;
  transition: all 1.5s; }

/*

.social_item-hover:hover {
    opacity: 1;
}



.social_item img:first-child:hover {
        animation: for-social-items 2s;
    opacity: 0;
}
*/
/*
.social_item img:hover {
    opacity: 0.3;
    cursor: pointer;
}
*/
footer .phone {
  line-height: 28px;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.message {
  font-size: 18px; }

.market-menu-block__test2 {
  background-color: #fbfbfb; }

.specials {
  font-size: 0; }

.specials > .tit {
  padding-top: 10px;
  font-size: 23px;
  vertical-align: top;
  margin-bottom: 20px;
  margin-top: -5px; }

.specials > .tit img {
  margin-top: -10px;
  margin-right: 10px;
  vertical-align: top; }

.product_container {
  display: inline-block;
  width: 18%;
  vertical-align: top;
  position: relative;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #fff; }

.product_container:hover .image {
  -webkit-box-shadow: 0 0 5px #f7941d;
  box-shadow: 0 0 5px #f7941d; }

.product_container .title {
  font-size: 13px;
  color: #4d4d4d;
  padding: 0 5px;
  text-align: left;
  margin-bottom: 5px;
  overflow: hidden;
  height: 35px;
  display: block; }

.product_container:hover .title {
  text-decoration: underline; }

.product_container .price {
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  color: #d80000;
  letter-spacing: -0.5px;
  white-space: nowrap; }

.product_container .price del {
  font-size: 15px;
  color: #4d4d4d;
  margin-right: 5px; }

.product_container .image {
  overflow: hidden;
  -webkit-box-shadow: 0 0 2px #ccc;
  box-shadow: 0 0 2px #ccc;
  text-align: center;
  margin-bottom: 10px;
  line-height: 0; }

.product_container .image:after {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0px;
  top: 0;
  width: 30px;
  height: 30px;
  max-width: 300px;
  -webkit-box-shadow: -1px -1px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: -1px -1px 10px 0 rgba(0, 0, 0, 0.3); }

.product_container .image .container {
  position: relative;
  background: #fff;
  width: 200%;
  left: -50%;
  text-align: center; }

.product_container img {
  max-height: 250px; }

.slider1 {
  overflow: hidden;
  margin: 0 0 40px 0;
  padding-left: 279px;
  font-size: 0;
  position: relative; }

.slider1 .product_container {
  margin: 0;
  border: 1px solid #e5e5e5;
  border-right: none;
  height: 367px;
  width: 33%;
  text-align: center;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #fff;
  overflow: hidden;
  padding: 0 10px;
  text-decoration: none; }

.slider1 .product_container:hover {
  -webkit-box-shadow: inset 0 0 10px #ccc;
  box-shadow: inset 0 0 10px #ccc; }

.slider1 .product_container:last-child {
  border: 1px solid #e5e5e5; }

.slider1 .product_container:first-child {
  width: 34%; }

.slider1 .product_container .title {
  font-size: 14px;
  height: 36px;
  overflow: hidden;
  color: #4d4d4d;
  font-family: Verdana, Geneva, sans-serif;
  text-align: center;
  padding: 20px 50px 0px 50px;
  margin-bottom: 10px; }

.slider1 .product_container .price {
  font-size: 17px;
  text-align: center;
  color: #d80000;
  margin-bottom: 15px; }

.slider1 .product_container .image1 {
  overflow: hidden;
  width: 100%; }

.slider1 .product_container .image1 > .cont {
  height: 260px;
  position: relative;
  width: 200%;
  left: -50%; }

#slid {
  height: 369px;
  overflow: hidden;
  position: relative; }

#slid > li {
  position: absolute;
  width: 100%;
  height: 369px;
  background: #fff; }

#oran_l,
#oran_r {
  position: absolute;
  z-index: 10;
  display: inline-block;
  color: #fff;
  background: #eaeaea;
  font-family: cursive;
  font-size: 33px;
  padding: 7px 14px 9px;
  line-height: 23px;
  bottom: 15px;
  cursor: pointer;
  right: 42px; }

#oran_r {
  right: 0; }

#oran_l:hover,
#oran_r:hover {
  background: #ffa364; }

.new,
.actions {
  border-top: 1px solid #b2b2b2;
  padding-top: 40px; }

.actions {
  padding-bottom: 20px;
  margin-bottom: 40px; }

.actions {
  border-bottom: 1px solid #b2b2b2; }

.new {
  margin-bottom: 20px; }

.tag_sale {
  position: absolute;
  z-index: 5;
  text-align: center;
  width: 49px;
  height: 21px;
  background-color: #c3282e;
  font-size: 14px;
  color: #fff;
  line-height: 13px;
  padding-top: 7px;
  left: 3px;
  top: 0; }

.tag_new {
  position: absolute;
  z-index: 5;
  width: 45px;
  height: 45px;
  right: 0;
  top: 0;
  background: url(/images/tag_new.png); }

.tag_action {
  position: absolute;
  z-index: 5;
  width: 62px;
  height: 61px;
  right: 4px;
  top: 4px;
  background: url(/images/tag_action.png);
  font-weight: bold; }

.additional_menu > a {
  display: inline-table;
  width: 31%;
  color: #4d4d4d;
  font-size: 13px;
  text-decoration: none; }

.diff-price {
  position: absolute;
  top: -40px;
  left: 187px;
  background: url(/css/star4.svg);
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 100px;
  min-height: 100px;
  font-size: 14px; }

.diff-price__block {
  margin: 33px auto;
  display: inline-block;
  color: #fff;
  position: relative;
  left: auto;
  right: auto; }

.diff-price__span {
  text-transform: uppercase; }

.diff-price__data {
  font-size: 16px;
  white-space: nowrap;
  left: 0;
  position: absolute;
  left: -50px;
  text-align: center;
  letter-spacing: -0.3px;
  word-spacing: -1.7px;
  width: 165px;
  font-weight: bold; }

.additional_menu > a:hover {
  -webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc; }

.additional_menu span {
  width: 50%;
  height: 96px;
  display: table-cell; }

.additional_menu i {
  background: #eaeaea;
  font-style: normal;
  width: 50%;
  height: 96px;
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.additional_menu > .discount > span {
  background: url(/images/additional_discount.png) 50% 50% no-repeat; }

.additional_menu > .action > span {
  background: url(/images/additional_action.png) 50% 50% no-repeat; }

.additional_menu > .last > span {
  background: url(/images/additional_last.png) 50% 50% no-repeat; }

.c a {
  font-size: 15px;
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  line-height: 40px;
  padding-right: 15px;
  color: #000; }

/*.home .ban1 {*/
/*display: block;*/
/*}*/
/*.home .ban2 {*/
/*display: block;*/
/*}*/
/*.ban1 {*/
/*display: none;*/
/*}*/
/*.ban2 {*/
/*display: none;*/
/*}*/
.product {
  padding: 30px; }

.product .gallery {
  width: 25%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  position: relative; }

.product .gallery .main {
  display: inline-block;
  width: 250px;
  position: relative;
  padding: 4px;
  background: #fff;
  border-radius: 4px; }

.product .gallery .main > a {
  position: relative;
  width: 100%;
  display: block; }

.product .gallery .main:after {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0px;
  top: 0;
  width: 30px;
  height: 30px;
  max-width: 300px;
  -webkit-box-shadow: -1px -1px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: -1px -1px 10px 0 rgba(0, 0, 0, 0.3); }

.product .gallery .main img {
  max-width: 100%;
  max-height: 245px;
  height: 240px; }

.product .gallery .list img {
  max-width: 80px;
  max-height: 80px;
  margin-right: 5px; }

.product .middle {
  width: 22%;
  padding: 0 2% 0 2%;
  display: inline-block;
  vertical-align: top; }

.product .right {
  width: 48%;
  display: inline-block;
  vertical-align: top; }

.product .title {
  color: #4d4d4d;
  font-size: 18px;
  text-align: center;
  margin-bottom: 18px; }

.gallery .title {
  font-size: 16px;
  white-space: nowrap; }

.product .price {
  width: 100%;
  /*line-height: 80px;*/
  height: 80px;
  background-color: #f0f0dc;
  color: #4d4d4d;
  font-size: 35px;
  text-align: center;
  margin-bottom: 34px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.cur_price {
  width: auto;
  height: 45px;
  line-height: 35px; }

.prp {
  /*position:absolute;*/
  height: 20px;
  white-space: nowrap;
  /*bottom: 66%;*/
  /*left: 6%;*/
  display: none; }

.product .price del {
  position: relative;
  width: auto;
  height: 45px;
  top: 12px;
  white-space: nowrap;
  font-size: 25px;
  /*bottom: -20%;*/
  margin: 0 auto 0 auto; }

.price .cur_price {
  margin-top: 10px !important; }

.price .prp + .cur_price {
  margin-top: 0px !important;
  color: #d80000;
  font-weight: bold !important; }

.product .manufacturer {
  width: 100%;
  padding: 5px 0 0 0;
  background-color: #eaeaea;
  text-align: center;
  margin-bottom: 40px;
  display: block; }

.product .buy_immediately {
  background: url(/images/buy_immediately.png) 7% 50% no-repeat;
  color: #4d4d4d;
  font-size: 17px;
  text-align: center;
  margin-bottom: 14px;
  border: 1px solid #b2b2b2;
  display: block;
  padding: 20px 0 20px 60px;
  text-align: left; }

.product .discount {
  position: relative;
  background: url(/images/discount.png) 7% 50% no-repeat;
  padding: 20px 0 20px 60px;
  color: #4d4d4d;
  font-size: 17px;
  text-align: center;
  margin-bottom: 14px;
  border: 1px solid #b2b2b2;
  display: block;
  text-align: left; }

.product .shipping {
  background: url(/images/shipping.png) 7% 50% no-repeat;
  background-color: #f0f0dc;
  padding: 20px 0 20px 60px;
  color: #4d4d4d;
  font-size: 17px;
  text-align: center;
  margin-bottom: 14px;
  display: block;
  text-align: left; }

.product .waranty {
  background: url(/images/waranty.png) 7% 50% no-repeat;
  padding: 20px 0 20px 60px;
  color: #4d4d4d;
  font-size: 17px;
  text-align: center;
  border: 1px solid #b2b2b2;
  display: block;
  text-align: left; }

.product .right .buy {
  margin: 60px 0 60px 8%;
  line-height: 60px; }

.product .right .buy .count {
  display: inline-block;
  font-size: 14px;
  color: #4d4d4d; }

.buy .count input {
  width: 30px;
  border: 1px solid #dadaad;
  color: #4d4d4d;
  margin: 0 20px 10px 20px;
  height: 25px;
  width: 35px;
  text-align: center;
  padding-left: 10px; }

.buy .add {
  display: inline-block;
  background: url(/images/product_cart.png) 16% 50% no-repeat;
  background-color: #f46e45;
  width: 100%;
  height: 59px;
  vertical-align: top;
  padding-left: 50px;
  color: #fff;
  font-size: 18px;
  margin: -25px 0 10px 0;
  border: none;
  cursor: pointer; }

.product .right .title {
  color: #4d4d4d;
  font-size: 18px;
  margin-bottom: 18px;
  text-align: left; }

.product .right .description,
.product .right .exchange-refund-bl,
.product .right .guarantee-bl,
.product .right .bulbs-bl {
  color: #4d4d4d;
  font-size: 12px;
  height: auto;
  max-height: 125px; }

.product .right .exchange-refund-bl,
.product .right .guarantee-bl,
.product .right .bulbs-bl {
  overflow: auto;
  display: none; }

.product .right .spec li {
  display: block; }

.product .right .spec li:nth-child(odd) {
  background-color: #eaeaea; }

.product .right .spec li span {
  display: inline-block;
  vertical-align: top;
  width: 257px;
  line-height: 32px;
  padding-left: 30px;
  font-size: 14px;
  color: #4d4d4d; }

.cart table {
  margin: 0;
  padding: 0;
  color: #4d4d4d;
  font-size: 15px; }

.cart table thead {
  background-color: #f0f0dc; }

.cart table td {
  border-bottom: 1px solid #dadaad;
  border-right: 1px solid #dadaad;
  height: 69px;
  vertical-align: top;
  padding-top: 70px; }

.cart table td:first-child {
  padding-top: 0px; }

.cart table td:first-child {
  border-right: none; }

.cart table thead tr {
  border: 1px solid #dadaad; }

.cart table thead td {
  height: 41px;
  line-height: 41px;
  border: none;
  padding-top: 0px; }

.cart table tr td:first-child {
  border-left: 1px solid #dadaad; }

.cart table tr {
  text-align: center; }

.cart table img {
  max-height: 115px;
  max-width: 115px;
  margin-top: 12px; }

.cart table input[type=number] {
  width: 30px;
  border: 1px solid #dadaad;
  color: #4d4d4d;
  margin: 0 20px 0 20px;
  width: 35px;
  text-align: center;
  padding-left: 10px; }

.cart .total {
  text-align: right;
  color: #4d4d4d;
  font-size: 15px;
  margin: 50px 0 50px 0; }

.cart .total span {
  margin-left: 30px; }

.cart .back {
  margin-bottom: 40px;
  width: 18%;
  line-height: 59px;
  background: url(/images/cart_arrow_left.png) 12% 50% no-repeat;
  background-color: #cbcbcb;
  color: #fff;
  font-size: 16px;
  padding-left: 5%;
  display: inline-block;
  margin-right: 30%;
  cursor: pointer;
  border: 0;
  text-align: left; }

.cart .recount {
  width: 20%;
  line-height: 59px;
  background: url(/images/cart_recount.png) 20% 50% no-repeat;
  background-color: #cccbb0;
  color: #fff;
  font-size: 16px;
  padding-left: 70px;
  display: inline-block;
  cursor: pointer;
  border: 0;
  text-align: left; }

.cart .buy {
  width: 235px;
  line-height: 59px;
  background: url(/images/cart_arrow_right.png) 80% 50% no-repeat;
  background-color: #f46e45;
  color: #fff;
  font-size: 16px;
  padding-left: 40px;
  display: inline-block;
  cursor: pointer;
  border: 0;
  text-align: left; }

.news_text {
  margin-bottom: 15px;
  margin-right: 20px; }

.news_text img {
  float: left;
  width: 160px;
  margin-right: 20px; }

.news_text :nth-of-type(1) {
  margin-top: 20px; }

.news_info {
  padding-top: 20px;
  font-size: 17px; }

.partnership {
  font-size: 17px; }

.counter {
  margin-bottom: 20px; }

.sector {
  padding: 0 40px;
  position: relative;
  width: 100%;
  margin-left: -40px; }

.slick-slide {
  color: white;
  padding: 0;
  font-size: 30px;
  font-family: "Arial", "Helvetica";
  text-align: center; }

.slick-prev:before,
.slick-next:before {
  color: black; }

.slick-dots {
  bottom: -30px; }

.highslide-controls {
  display: none; }

.slider_for {
  height: 450px;
  width: 320px; }

.slider_for img {
  height: 450px;
  width: auto;
  margin: -40px auto 0 auto; }

.slider_nav img {
  height: 85px; }

.sector > div {
  position: relative;
  height: 352px;
  overflow: hidden; }

.sector > div > div {
  position: absolute;
  height: 325px;
  width: 10000px;
  overflow: hidden;
  margin-left: -5px; }

form.cart .related_wrapper {
  margin-top: 42px;
  height: 380px;
  width: 100%; }

form.cart .sector > div {
  height: 345px; }

form.cart .sector > div > div {
  height: 345px; }

.related_wrapper {
  width: 46.5%; }

.related > div {
  position: relative;
  height: 480px;
  overflow: hidden; }

.related > div > div {
  position: absolute;
  height: 480px !important;
  max-height: 480px !important;
  /*width: auto;*/
  /*max-width: 200%;*/
  overflow: hidden;
  margin-left: 10px;
  display: block;
  /*align-items: center;*/
  /*justify-content: flex-end;*/
  /*flex-wrap: wrap;*/
  /*flex-direction:row;*/
  /*justify-content:center;*/
  /*align-items:flex-end;*/ }

.related_goods {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px !important;
  margin-top: 25px; }

form.cart .sector .product_container {
  margin: 4px 10px 125px 10px; }

.sector .product_container {
  width: 200px;
  margin: 4px 11px 0; }

.newyear_goods {
  margin-top: 30px;
  margin-bottom: -85px; }

.related {
  height: 500px; }

.related .prev {
  top: 175px !important; }

.related .next {
  top: 175px !important; }

.related .product_container {
  width: 189px;
  height: auto;
  margin: 4px 0 20px 0;
  padding: 0 10px; }

.related .double_slide {
  display: inline-block;
  height: 484px;
  width: 199px;
  vertical-align: top; }

.related .double_slide .product_container {
  display: block; }

.related .product_container .image {
  height: auto; }

.related .product_container .image .container .img {
  height: 100%;
  position: absolute;
  margin: 0 auto 0 auto;
  /*width:100%;*/ }

.related .product_container .image .container {
  width: auto;
  height: 150px;
  left: auto;
  right: auto; }

.sector .next {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 90px; }

.sector .prev {
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 90px; }

.newyear_goods .sector .product_container {
  margin: 4px 10px 100px 10px; }

@media screen and (max-width: 1370px) {
  .sector .prev {
    left: 20px; }

  .sector .next {
    right: 20px; }

  .newyear_goods .related_wrapper,
  div[style="color:white;"] > div.sector,
  .related_wrapper + .related_wrapper + .related_wrapper,
  form.cart .related_wrapper .sector {
    width: 91% !important; } }
.photo_small {
  position: relative;
  padding: 0 30px;
  margin-bottom: 10px; }

.photo_small .next {
  display: inline-block;
  position: absolute;
  top: 25px;
  right: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  color: #fff;
  background: #f7941d;
  font-weight: bold;
  font-family: cursive;
  font-size: 19px; }

.photo_small .prev {
  display: inline-block;
  position: absolute;
  top: 25px;
  left: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  color: #fff;
  background: #f7941d;
  font-weight: bold;
  font-family: cursive;
  font-size: 19px; }

#photo_small {
  position: relative;
  height: 84px;
  overflow: hidden; }

#photo_small > div {
  position: absolute;
  height: 84px;
  width: 2000px;
  text-align: left; }

.red_star,
.err {
  color: red; }

#type_face input {
  vertical-align: middle; }

#click,
#consult-form {
  width: 100%;
  position: fixed;
  display: none;
  z-index: 50;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5); }

#click,
#consult-form {
  top: 0;
  left: 0; }

#click > fieldset,
#consult-form > fieldset {
  display: inline-block;
  background: #fff;
  border: 1px solid #d8dac2;
  border-radius: 20px;
  padding: 20px 30px 23px;
  width: 322px;
  position: relative;
  margin-top: 150px;
  text-align: left; }

#click > fieldset > div,
#consult-form > fieldset > div {
  text-align: center; }

#click > fieldset input,
#consult-form > fieldset input {
  width: 100%;
  height: 35px;
  line-height: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #d8dac2;
  margin: 10px 0;
  padding-left: 10px;
  color: #666666;
  font-size: 17px; }

#click header,
#consult-form header {
  font-size: 18px;
  margin-bottom: 17px;
  padding: 10px 0 5px 10px; }

#click .close,
#consult-form .close {
  position: absolute;
  cursor: pointer;
  top: 35px;
  right: 30px; }

#click p,
#consult-form p {
  line-height: 17px;
  margin-bottom: 10px; }

.message {
  font-size: 16px;
  color: #0083af; }

#click button,
#consult-form button {
  border: none;
  background-color: #f46e45;
  color: #fff;
  padding: 8px 20px;
  font-size: 18px;
  border-radius: 3px;
  cursor: pointer;
  margin-top: 10px; }

.shape_error {
  font-weight: normal;
  font-size: 14px;
  color: #f42117; }

.wrapAll {
  display: none; }

#way {
  margin-top: 30px;
  font-size: 16px;
  position: relative;
  z-index: 1001; }

#way p {
  margin-top: 20px; }

#way span {
  display: inline-block;
  width: 150px; }

#way select {
  width: 250px;
  font-size: 19px;
  padding: 10px 5px; }

#sum2 {
  font-size: 18px;
  font-family: cursive;
  margin-bottom: 40px;
  margin-top: 40px;
  text-align: right; }

#buttongif {
  background: url(/images/468.gif) no-repeat 50% 50%;
  height: 50px; }

.form1 {
  margin: 0 0 20px; }

#better button {
  border: none;
  background: #f36e45;
  color: #fff;
  padding: 20px 30px;
  font-size: 16px;
  cursor: pointer;
  margin: 40px 10px 0 0; }

.buti_head {
  margin: 20px 0 10px;
  font-size: 15px;
  color: black;
  display: block;
  font-weight: normal; }

.van {
  margin: 20px 0 10px;
  font-size: 15px;
  color: black;
  display: block;
  font-weight: normal; }

.ol_style {
  line-height: 21px;
  list-style-position: inside; }

p {
  margin-bottom: 15px;
  margin-top: 15px; }

.image {
  background: url(/images/b-room1.jpg) no-repeat 100% 100%; }

.podv_1 {
  background: url(/images/podv_1.jpg) no-repeat 100% 100%;
  float: left;
  margin: 7px 20px 23px 0; }

.nepr2 {
  background: url(/images/nepr2.jpg) no-repeat 100% 100%;
  float: left;
  margin: 7px 20px 23px 0; }

.ras3 {
  background: url(/images/ras3.jpg) no-repeat 100% 100%;
  float: left;
  margin: 7px 20px 23px 0; }

.mix4 {
  background: url(/images/mix4.jpg) no-repeat 100% 100%;
  float: left;
  margin: 7px 20px 23px 0; }

.napr5 {
  background: url(/images/napr5.jpg) no-repeat 100% 100%;
  float: left;
  margin: 7px 20px 23px 0; }

.ul_class {
  line-height: 21px;
  list-style-position: inside; }

.maintext {
  width: 100%;
  border-collapse: collapse; }

.maintext td {
  border: 1px solid #aaaa7d;
  padding: 4px; }

.statii_obl {
  margin-bottom: 30px; }

.statii_obl .buti_head {
  font-size: 17px; }

#many_images img {
  margin: 7px; }

#better textarea {
  border: 1px solid #dadaad; }

.falb {
  float: right;
  margin: 15px; }

.main_header .middle .menu li a {
  font-size: 14px; }

#sort > span:after {
  right: -10px;
  left: auto; }

.additional_menu span {
  width: 33%;
  height: 96px;
  display: table-cell; }

.additional_menu i,
.additional_menu > a {
  width: 49%;
  margin-bottom: 10px; }

.main_header .right .phone {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px; }

.main_header .middle .menu li a {
  font-size: 13px; }

select[name="sids[]"] {
  width: 202px; }

#search_form label {
  font-size: 11px;
  position: relative; }

#search_form label > span {
  font-size: 10px;
  color: #666; }

.absolute-result2 {
  display: none;
  top: -20px;
  z-index: 100; }

.product .gallery .main img {
  width: auto; }

.additional_menu i {
  font-size: 23px; }

.additional_menu > .last > span {
  background: url(/images/main_l.jpg) 50% 50% no-repeat; }

#oran_l,
#oran_r {
  z-index: 100; }

.man_label label {
  text-transform: uppercase; }

.not-act {
  color: #aaa; }

.scrollTop {
  background: url(/images/arrows.png) 0 0 no-repeat;
  display: block;
  width: 50px;
  height: 60px;
  position: fixed;
  bottom: 10px;
  right: 5%;
  z-index: 100;
  line-height: 110px;
  text-align: center;
  text-decoration: underline; }

.scrollTop:hover {
  background-position: 0 100%;
  text-decoration: underline; }

.md h1 {
  text-transform: uppercase;
  font-weight: 600;
  color: #f15a1e;
  line-height: 35px;
  text-align: center;
  margin: 70px 0 60px; }

.md h3 {
  font-weight: bold;
  padding: 15px 0 0 0; }

.md div {
  width: 31%; }

.md div,
.md.ls h1 {
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  padding: 0 10px 0 10px; }

.md ul {
  padding: 20px 0 0 20px; }

.md ul li {
  padding: 0 0 10px 0; }

.md.ls > section:first-child {
  background: transparent url(/images/snd-line.png) 0 50% repeat-x;
  text-align: center; }

.md.ls h1 {
  background: #ececed;
  color: black;
  font-size: 20px; }

.md.ls div {
  width: 47%; }

p.red {
  background: #eeb3a2;
  padding: 10px;
  font-style: italic; }

.additional_menu.justify > a.last.first i {
  background: #ffd3b6;
  position: relative;
  overflow: hidden;
  line-height: 96px; }

.additional_menu.justify > a.last.first i img {
  position: absolute;
  left: 100px;
  z-index: 1; }

.additional_menu.justify > a.last.first i span {
  position: relative;
  z-index: 5; }

.d_i {
  display: inline-block;
  zoom: 1;
  vertical-align: top; }

.t_a_c {
  text-align: center; }

.main_list {
  width: 840px;
  position: relative;
  overflow: hidden;
  height: 75px;
  /* left: 246px;*/
  display: inline-block !important;
  margin: 0 0 0 25px; }

.catalog_list {
  width: 244px;
  height: 244px;
  max-height: 244px;
  overflow: hidden; }

/*.main_list li {*/
/*position: absolute;*/
/*width: 100%;*/
/*left: 0;*/
/*top: 0;*/
/*}*/
.additional_menu > h1 {
  text-align: center;
  width: 100%;
  padding: 0 0 20px 0;
  font-size: 20px; }

body .tit2 span {
  margin-top: 0; }

.md h2 {
  background: #f46e45;
  color: white;
  text-transform: uppercase;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 20px; }

.md b {
  font-weight: bold;
  padding: 15px 0 0 0;
  display: block;
  font-size: 14px; }

a > h2 {
  font-size: 25px;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  text-decoration: underline;
  position: relative;
  top: 7px; }

a:hover > h2 {
  text-decoration: none; }

@media (max-width: 1250px) {
  .main_header .middle {
    width: 38%; }

  .main_header .right {
    width: 37%; } }
@media (max-width: 1100px) {
  .main_header .middle {
    width: 35%; }

  .main_header .right {
    width: 39%; } }
/*ADDED 03.07 */
.product_container:hover {
  text-decoration: none; }

.char_block_left {
  display: inline-block;
  width: 50%;
  float: left; }

.show_char .title {
  text-decoration: none !important; }

.show_char {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10;
  padding: 0 10px 10px 0;
  width: 222px;
  outline: 1px solid #E8764D;
  display: none;
  height: 429.5px;
  overflow: hidden; }

.show_char .table_char {
  padding-left: 240px; }

/*после изменения*/
.show_char .table_char {
  display: none; }

.char_block_left {
  width: 100% !important; }

.show_char {
  width: 222px;
  padding-right: 0 !important; }

.hit_popup_block {
  display: none; }

.hit_popup_block .show_char {
  width: 100%;
  display: block !important;
  height: auto !important;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hit_popup_block .show_char .image {
  width: 100%;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

span.product_container {
  overflow: visible !important; }

#slid {
  overflow: visible !important; }

.hity_img {
  max-width: 100%;
  max-height: 350px !important; }

/*после изменения*/
.show_char .char_header {
  font-weight: bold;
  font-size: 12px;
  margin: 5px 0 5px;
  text-transform: uppercase; }

.show_char table {
  width: 100%;
  border-collapse: collapse; }

.show_char table tr td {
  padding: 10px 5px;
  color: #808080;
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 10px; }

.show_char table tr td:nth-child(even) {
  font-weight: bold;
  color: #000; }

.show_char table tr:nth-child(even) {
  background: #EAEAEA; }

.show_char .image {
  width: 211px; }

form.cart .show_char .image {
  height: 150px; }

form.cart .show_char {
  height: 320px; }

.show_char del {
  display: none; }

.show_char .price {
  margin: 0 0 10px 13px; }

.add_bskt_ajax_form {
  position: relative; }

.show_char button.add {
  display: inline-block;
  background: url(/images/product_cart.png) 7% 50% no-repeat;
  background-color: #f46e45;
  width: 175px;
  height: 42px;
  vertical-align: top;
  padding-left: 35px;
  color: #fff;
  font-size: 14px;
  margin-left: 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer; }

.show_char button.more {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #f46e45;
  border-radius: 8px;
  width: 175px;
  height: 42px;
  vertical-align: top;
  color: #f46e45;
  font-size: 14px;
  margin-left: 20px;
  cursor: pointer;
  margin-top: 5px; }

.show_char .spec .title {
  display: none; }

.show_char .spec ul li {
  list-style-type: none; }

.show_char .spec ul li span {
  display: inline-block;
  padding: 10px 5px;
  color: #808080;
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px; }

.show_char .spec ul li span:last-child {
  font-weight: bold;
  color: #000; }

.show_char .spec ul li:nth-child(even) {
  background: #EAEAEA; }

#left_mark .show_char {
  z-index: 100;
  overflow: visible; }

.prod:hover .prod.show_char.show_char_m {
  display: block; }

#left_mark .show_char .title {
  font-size: 13px;
  color: #4d4d4d;
  text-align: left;
  overflow: hidden;
  display: block; }

#left_mark .show_char .table_char {
  padding: 0 0px 0 10px;
  float: left;
  width: 54%; }

#left_mark .char_block_left {
  display: inline-block;
  width: 43%;
  float: right; }

#man_desc .show_char {
  top: 10px;
  left: auto;
  right: 10px; }

#man_desc .show_char .title {
  font-size: 13px;
  color: #4d4d4d;
  padding: 0 5px;
  text-align: left;
  margin-bottom: 5px;
  overflow: hidden;
  height: 32px;
  display: block; }

#man_desc .show_char .table_char {
  padding: 0 0px 0 10px;
  float: left;
  width: 54%; }

#man_desc .char_block_left {
  display: inline-block;
  width: 43%;
  float: right; }

.show_char.show_char_m {
  width: auto;
  padding: 0px; }

#left_mark .show_char_m .char_block_left {
  display: block;
  width: 100%;
  float: none; }

.advantages {
  /*    border-top: 2px solid #FBC98E;*/
  padding-top: 10px;
  margin-top: 10px; }

.advantages > * {
  width: 49%;
  cursor: pointer;
  margin-bottom: 10px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

/*
.advantages > .active .img {
    height: 340px;
}
*/
.advantages > .active .adv-min-text {
  height: auto; }

.advantages > .full_width {
  width: 100%; }

.advantages > * > .img {
  float: left;
  height: 120px;
  margin: 0 20px;
  width: 79px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.advantages > * > .img:before {
  content: "";
  display: inline-block;
  min-height: inherit;
  height: 100%;
  vertical-align: middle; }

.advantages > * > .img > img {
  display: inline-block;
  vertical-align: middle;
  margin-top: 9px; }

.advantages > * > .text {
  font-size: 20px;
  height: 120px;
  overflow: hidden;
  color: #666;
  font-weight: 300;
  margin-right: 10px;
  float: left;
  width: 70%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block; }

.advantages > * > .text:before {
  content: "";
  display: inline-block;
  min-height: inherit;
  height: 100%;
  vertical-align: middle; }

.advantages > * > .text > span {
  display: inline-block;
  vertical-align: middle;
  height: 0; }

.advantages > * > .text > span > span {
  font-weight: 800;
  color: #676767; }

.first-col .description {
  height: auto; }

.first-col {
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

.btn-to-full {
  text-align: center;
  position: absolute;
  cursor: pointer;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #B3B3B3;
  padding: 12px 5px;
  border: 1px solid #D9D9D9;
  -webkit-box-shadow: 0px -10px 30px #D9D9D9;
  box-shadow: 0px -10px 30px #D9D9D9;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

.buy_immediately_order > .quant-good-bskt {
  position: relative;
  float: right;
  top: -29px;
  right: -8px;
  font-size: 15px;
  line-height: 27px;
  width: 28px;
  height: 28px;
  z-index: 0; }

.btn-to-full:hover {
  color: #fff;
  background-color: #525255; }

.product .right {
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-top: -25px; }

.tit {
  position: relative; }

.adv-min-text {
  font-size: 13px;
  display: block;
  font-weight: 400 !important;
  height: 0;
  overflow: hidden;
  margin-top: 10px;
  display: block; }

.advantage-item:hover .adv-min-text {
  height: auto; }

.adv-min-text {
  height: 36px;
  font-size: 13px;
  line-height: 18px; }

/*.full_width .adv-min-text {*/
/*height: auto;*/
/*}*/
button.jbm {
  background: transparent !important;
  padding: 0 2px 0 8px !important; }

span.jbk {
  font-size: 10px;
  position: relative;
  top: -6px;
  text-transform: uppercase;
  font-weight: 600;
  cursor: help; }

span.jbk:after {
  content: 'Укажите интересующие параметры в поисковой форме, затем нажмите кнопку "Применить"';
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 160px;
  border: 1px solid #F46E45;
  background: #F0F0DC;
  border-radius: 5px;
  color: #515151;
  padding: 10px;
  z-index: 1000;
  top: -90px;
  left: 70px;
  font-weight: normal;
  font-size: 12px;
  text-transform: none;
  -webkit-box-shadow: -2px -2px 1px #FFF;
  box-shadow: -2px -2px 1px #FFF;
  -webkit-transition: .2s;
  transition: .2s; }

span.jbk:hover:after {
  visibility: visible;
  opacity: 1; }

.highslide-full-expand a {
  display: none; }

.highslide-controls .highslide-full-expand a {
  display: none; }

.hs-bigiimg {
  z-index: 3000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  background: url(/images/loupe-img.png) !important;
  width: 64px;
  height: 64px; }

.highslide-wrapper .highslide-controls {
  width: 165px !important; }

.product {
  /*height:520px;*/
  margin-bottom: -20px;
  min-width: 1270px;
  position: relative; }

.prod-left {
  display: inline-block;
  width: 48%;
  /*min-height: 500px;*/
  height: 475px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative; }

.subscribe {
  margin: 10px; }

.subscribe input {
  padding: 5px 10px;
  border: 1px solid #DBDAAE;
  -webkit-transition: 0.2s;
  transition: 0.2s; }

.subscribe input:focus,
.subscribe input:hover {
  border-color: #F15A24;
  outline: none; }

.subscribe button {
  cursor: pointer;
  border: 2px solid #F1612E;
  padding: 5px 10px;
  background: #F79521;
  margin: 10px -0;
  width: 50%;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s; }

.subscribe button:hover {
  border-color: #F79521;
  background: #F1612E; }

#for_msg {
  display: block;
  margin-top: -10px; }

.msg_err {
  color: red; }

.msg_good {
  color: green;
  font-size: 18px; }

.product .gallery {
  width: 48%; }

.product .middle {
  position: relative;
  width: 250px; }

.product .first-col .title {
  margin-bottom: 0; }

/* custom 23.12.2015 NG */
.left .logo {
  position: relative; }

.left .logo .venok {
  position: absolute;
  top: 85px;
  width: 100%; }

.left .logo .hat {
  position: absolute;
  right: 0; }

.content {
  background: #fff; }

.ngbg {
  width: 100%;
  height: 100%;
  position: fixed;
  background: url(/images/ngbg.png);
  z-index: -1000; }

/* Personal page */
.middle-wrapper {
  width: 100%;
  padding: 0 0 250px;
  position: relative; }

.profile {
  width: 270px;
  /*font-family: 'Myriad Pro';*/
  float: left;
  -webkit-transition: width 0.2s;
  transition: width 0.2s; }

.profile-header {
  /*font-family: 'MyriadProCond', 'Myriad Pro';*/
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  color: #263837;
  border-bottom: 1px solid #ff6d41;
  padding-bottom: 12px;
  margin-bottom: 12px; }

.profile-content {
  border: 1px solid #4d4d4d; }

.profile-content-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #4d4d4d;
  position: relative;
  background-color: #fff; }

.last {
  border: none; }

.profile-img {
  display: block;
  position: relative;
  float: left;
  height: 102px;
  width: 102px;
  border-right: 1px solid #b4b5b4; }

.profile-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.profile-score {
  float: left;
  width: 166px;
  display: block; }

.profile-score a {
  text-decoration: none; }

.editing .profile-score {
  width: calc(100% - 102px); }

.score-top {
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  height: 30px;
  border-bottom: 1px solid #b4b5b4;
  background-color: #f2f2f2;
  color: #999999; }

.score-bottom {
  text-align: center;
  font-style: italic;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 8px;
  color: #999;
  letter-spacing: 0 !important; }

.editing .score-bottom {
  padding-left: 12px;
  text-align: left; }

.editing .score-top {
  padding-left: 12px;
  text-align: left; }

.score-bottom > span {
  text-decoration: underline; }

.score-bottom p {
  font-size: 12px;
  font-style: normal;
  margin: 0;
  height: 49px;
  line-height: 49px; }

.score-bottom p span {
  font-size: 14px;
  color: #000;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none; }

.profile-edit-img {
  width: 20px;
  height: 20px;
  background-image: url(../images/edit.jpg);
  background-repeat: no-repeat;
  position: absolute;
  top: 7px;
  right: 7px;
  cursor: pointer; }

.profile-edit-img a {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none; }

.profile-data {
  float: left;
  letter-spacing: 0.1em;
  font-size: 13px;
  width: 102px;
  text-align: right;
  display: inline-block;
  vertical-align: top;
  color: #ff6d41;
  padding: 5px 0; }

.adr {
  margin-top: 0px; }

.profile-data p {
  margin: 0 !important; }

.profile-data-answer {
  float: left;
  font-weight: 100;
  letter-spacing: 0.1em;
  font-size: 11px;
  width: 100px;
  margin-top: 5px;
  word-wrap: break-word;
  display: inline-block;
  vertical-align: middle;
  color: #666666; }

.profile-data-answer.login {
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.profile-data-answer p {
  margin: 0 !important; }

.profile-adress-edit {
  width: 108px;
  height: 22px;
  border: 1px solid #ff6d41;
  margin-top: 12px;
  margin-left: 28px;
  float: left;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  letter-spacing: 0.1em;
  font-size: 14px;
  color: #b6b6b6;
  cursor: pointer;
  -webkit-transition: .2s all ease;
  transition: .2s all ease; }

.profile-adress-agree,
.profile_button {
  width: 140px;
  height: 30px;
  border: 1px solid #ff6e41;
  float: right;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  letter-spacing: 0.1em;
  font-size: 14px;
  color: #666666;
  margin-bottom: 7px;
  margin-top: 14px;
  margin-right: 15px;
  cursor: pointer;
  -webkit-transition: .2s all ease;
  transition: .2s all ease;
  color: #999; }

.profile-adress-agree:hover,
.profile_button:hover {
  background-color: #ff6e41;
  color: #fff; }

.profile_button.profile_button--addAdress {
  width: 295px;
  text-transform: none; }

.profile-adress-edit a {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none; }

.profile-adress-edit:hover {
  background-color: #ff6e41;
  color: #fff; }

.profile.editing {
  width: 80%;
  display: block;
  margin: 0 auto;
  float: none !important; }

#edit_profile input[type=text],
#edit_profile input[type=email],
#edit_profile input[type=tel],
#edit_profile input[type=password] {
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0 9px;
  background-color: transparent; }

#edit_profile .profile-data-answer {
  width: 250px; }

.editing .profile-data {
  margin-left: 16px; }

#edit_profile .profile-content-inner .profile-table tr td:last-child:hover {
  background-color: #eee; }

#edit_profile .profile-data p {
  padding: 5px 0; }

.edit-cross {
  position: absolute;
  right: 10px;
  top: 8px;
  cursor: pointer; }

#static_profile .profile-table tr td:last-child {
  padding: 8px 4px; }

.editing .profile-table {
  display: table; }

.editing .profile-table.no-disp {
  display: none; }

.editing .profile-table td:first-child {
  width: 30%;
  background-color: #f2f2f2;
  color: #999;
  text-align: right;
  padding-right: 12px; }

.editing .profile-table td:last-child {
  width: 70%;
  padding-left: 16px; }

.profile-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 5px; }

.profile-table td {
  border: 1px solid #ccc;
  padding: 8px 0 8px 0px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 0;
  height: 15px;
  width: 50%; }

.profile-table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.profile-table .td {
  vertical-align: middle;
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 0;
  padding: 5px 6px; }

.profile-table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ccc;
  border-width: 1px 0;
  border-bottom: 0; }

.profile-table .td:first-child {
  width: 101px;
  min-width: 101px;
  border-right: 1px solid #ccc;
  background-color: #f2f2f2;
  padding-right: 4px;
  text-align: right;
  color: #999999; }

.profile-table .td:last-child {
  width: 166px;
  border-left: 0;
  border-right: 0;
  line-height: 20px; }

.styled {
  text-align: center;
  font-size: 12px !important;
  color: skyblue;
  padding: 0 9px !important;
  letter-spacing: 0.1em !important; }

.underground-branch-color {
  background-color: #1CB31C;
  text-align: center;
  padding: 0 !important; }

.underground-branch-color select {
  border: none;
  border-radius: 0;
  width: 100%;
  height: 35px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  padding: 0 25px;
  font-size: 12px; }

/*edit*/
.edit-status {
  overflow: hidden; }

.editable_table {
  width: 100%;
  border-collapse: collapse; }

.editable_table td {
  background-color: #fff;
  border: 1px solid #ccc;
  width: 70%;
  padding: 8px; }

.editable_table td:last-child {
  border-right: 0; }

.editable_table td:first-child {
  font-size: 14px;
  background-color: #f2f2f2;
  text-align: right;
  width: 30%; }

.editable_table td:last-child:hover {
  background-color: #eee; }

.editable_table input[type="tel"],
.editable_table input[type="password"],
.editable_table input[type="email"] {
  border: none; }

.editable_table .edit-error-password td,
.editable_table .edit-error-equal td {
  border: none;
  color: red;
  text-align: center; }

.profile-data.apply-edit {
  width: auto;
  float: none;
  font-size: 16px; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.no-disp {
  display: none; }

/* */
.one * {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important; }

.one .two {
  overflow: hidden; }

.one .profile-status {
  background-color: #fff; }

.one .three {
  float: left; }

.status-row {
  font-family: 'MyriadProCond', 'Myriad Pro';
  width: 90%;
  border-bottom: 1px solid #ff6d41;
  margin-left: 55px;
  padding-left: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 900px; }

.status-button {
  text-align: center;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-right: -4px;
  padding: 0 7px;
  background-color: #fff;
  font-size: 16px;
  line-height: 26px;
  color: #999;
  margin-left: 0px;
  border: 1px solid #ff9500;
  border-bottom: none;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }

.status-button:not(:last-of-type) {
  text-transform: uppercase; }

.status-button:last-of-type {
  float: right; }

.status-button:last-of-type a {
  color: #4a4a4a;
  font-weight: 400; }

.status-button:last-of-type:hover {
  background: none; }

.status-button:last-of-type:hover a {
  text-decoration: underline; }

.status-button a {
  text-decoration: none;
  color: inherit; }

.status-button:hover {
  background-color: #ff6e41;
  color: #000; }

.status-button_active {
  color: #000;
  background-color: #ff6e41; }

.status-button_active:hover {
  color: #000;
  background-color: #ff6e41; }

.status-table {
  width: 100%;
  max-width: 1000px;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
  vertical-align: middle;
  margin: 10px 0 0 0; }

.status-table tr {
  cursor: pointer;
  background-color: #f2f2f2; }

.goods_outline_tr {
  cursor: auto !important; }

.status-table tr:hover {
  background-color: #e8e8e8; }

.status-table td {
  color: #304949;
  background-color: #fff;
  width: 250px;
  padding: 20px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  font-size: 14px; }

.status-table .order-td {
  display: none;
  padding: 0;
  border: 1px solid #ddd !important;
  background-color: #f2f2f2 !important; }

.order-table * {
  cursor: auto; }

.status-table .order-table td:first-child {
  width: 20%;
  color: #999;
  font-weight: 400;
  background-color: #f2f2f2; }

.status-table .order-table td:last-child {
  width: 80%; }

.history-order-row.active {
  background-color: #ccc; }

.history-order-row.active td {
  border-bottom: 1px solid #ff6e41; }

.history-order-row.active:hover {
  background-color: #ccc; }

.status-paid {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background-image: url(../images/paid.png);
  background-repeat: no-repeat; }

.status-not_paid {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background-image: url(../images/not_paid.png);
  background-repeat: no-repeat; }

.status-table tr:nth-child(odd) td {
  /* background-color: rgb(230,230,230); */
  background-color: #fff; }

.status-table tr td:first-child {
  text-align: left; }

.foot {
  background-color: #fff;
  max-width: 1000px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-top: 1px solid #ff6e41;
  margin-top: -3px; }

.foot-total,
.foot-score,
.foot-cash {
  display: inline-block;
  vertical-align: top;
  float: left;
  text-align: center;
  font-size: 16px;
  color: #304949;
  height: 30px;
  line-height: 30px; }

.foot-total {
  width: 75.1%;
  text-align: right;
  background-color: #f2f2f2;
  border-right: 1px solid #ddd;
  padding-right: 36px;
  color: #999; }

.foot-score {
  width: 12.45%; }

.foot-cash {
  width: 12.45%; }

.head {
  cursor: auto !important; }

.head:hover {
  background-color: inherit !important; }

.head td {
  color: #999;
  font-size: 14px;
  text-align: center !important;
  padding: 3px;
  background-color: #f2f2f2 !important;
  border: 1px solid #b4b4b4;
  border-bottom-width: 2px; }

.ad-block {
  width: 100%;
  max-width: 1000px; }

.ad-header {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #c1272d;
  padding: 5px 0; }

.ad-content {
  border: 1px solid #4d4d4d;
  padding: 15px 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.ad-content p {
  /*max-width: 320px;*/
  width: 100%;
  color: #aaa;
  font-size: 14px;
  padding: 15px 200px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block; }

.ad-content img {
  margin-right: 35px; }

.ad-text {
  display: inline-block;
  vertical-align: top; }

.ad-title {
  max-width: 100% !important;
  letter-spacing: 0.1em;
  color: #00517c !important;
  font-size: 18px !important;
  padding: 0 !important; }

.ad-p {
  width: 100%;
  position: relative; }

.ad-more {
  position: absolute;
  right: 0;
  top: 30%;
  width: 150px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid gray;
  background-color: #eee;
  color: #4d4d4d;
  letter-spacing: 0.1em; }

.ad-more:hover {
  background-color: #ddd; }

.ad-more a {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none; }

.ad-flag {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background-image: url(../images/flag.png);
  background-repeat: no-repeat;
  margin-right: 5px; }

@media (max-width: 1000px) {
  .ad-more {
    position: relative;
    margin-top: 10px; }

  .ad-content p {
    padding: 15px 0 0 0; } }
.history-box {
  /* width: 90%; */
  /* margin-left: 55px; */
  /* max-width: 1010px; */
  /* padding: 15px 0 15px 10px; */
  background-color: #fff;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* border-bottom: 1px solid rgb(128,128,128); */
  font-family: 'MyriadProCond', 'Myriad Pro'; }

.choose-order {
  background-color: #eee;
  padding: 25px 0;
  text-align: center;
  margin-left: 0;
  width: 100%; }

.orders-table {
  padding: 0;
  background-color: #fff; }

.orders-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

.orders-table table tr {
  border-bottom: 1px solid #ccc;
  cursor: pointer; }

.orders-table table tr:hover {
  background-color: #eee; }

.orders-table table tr td {
  width: 250px;
  padding: 10px 8px; }

.orders-table table tr:first-child {
  font-size: 14px;
  color: #b1ccb5;
  background-color: #fff !important;
  cursor: auto !important; }

.orders-table table tr:last-child {
  border: none; }

.orders-table table tr td:first-child {
  text-align: left; }

.history-sum {
  background-color: #fff;
  width: 100%;
  margin: 0;
  min-width: 600px; }

.no_pad_top {
  padding-top: 0; }

.sum-block {
  width: 30%;
  margin-right: 15%;
  float: right; }

.sum-block table {
  width: 100%; }

.sum-block table tr td {
  padding: 3px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  font-size: 13px; }

.sum-block table tr td:first-child {
  text-align: right; }

.sum-block table tr:last-child {
  color: #00517c;
  font-weight: bold;
  letter-spacing: 0.1em; }

.order-name {
  background-color: #fff;
  color: #304949;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: bold; }

.order-show {
  background-color: #f2f2f2; }

.order-show table {
  /* width: 50%; */
  width: 99%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px -1px; }

.order-show table tr td {
  max-width: 200px;
  font-size: 14px;
  padding: 5px 15px; }

.order-show table tr td:first-child {
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: right; }

.tabled {
  margin: 15px 0;
  padding: 0 10px; }

.cellWithImg {
  vertical-align: middle; }

.no_border {
  border: none; }

#goods_outline_tr :hover td {
  background-color: #fff; }

.editing .profile-table td:last-child {
  border-right: 0; }

.profile-tableWrapper.no-height {
  max-height: 0; }

.profile-tableWrapper {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  overflow: hidden;
  max-height: 400px; }

.profile-adress {
  font-size: 14px;
  margin-bottom: 15px; }

.profile-adress__label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  cursor: pointer; }

.profile-adress__radio,
.profile-adress__name {
  color: #999;
  height: 28px;
  line-height: 28px; }

.profile-adress__name {
  width: 30%;
  min-width: 30%;
  text-align: right;
  padding-right: 8px;
  border: 1px solid #ccc;
  border-right: 0;
  background-color: #f2f2f2; }

.profile-adress__radio {
  width: 70%;
  min-width: 70%;
  position: relative;
  border: 1px solid #ccc;
  padding-left: 60px;
  color: #000; }

.profile-adress__radio:after {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 26px;
  height: 26px;
  border: 1px solid #ccc;
  background-color: #f2f2f2;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.profile-adress__label.checked .profile-adress__radio:after {
  background-color: #ff6e41; }

.profile-adress__input {
  display: none; }

.profile-adress__toggler {
  position: absolute;
  top: 0px;
  right: 1px;
  width: 28px;
  height: 28px;
  border: 1px solid #ccc;
  background-color: #f2f2f2; }

.profile-adress__toggler::after {
  content: '';
  position: absolute;
  display: block;
  top: 10px;
  left: 5px;
  width: 0;
  height: 0;
  border: 8px solid #999;
  border-width: 8px 9px;
  border-color: #999 transparent transparent transparent;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }

.profile-adress__toggler:hover::after {
  border-color: #444 transparent transparent transparent; }

.news_full__img {
  position: relative;
  background-color: gray;
  float: left;
  margin-right: 20px;
  margin-top: 20px;
  width: 200px;
  height: auto; }

.news_full__img img {
  top: 0;
  margin: 0 auto 0 auto;
  width: 200px;
  height: auto; }

.news_full__date {
  font-size: 15px;
  margin-top: 20px; }

.news_full__text {
  font-size: 16px;
  margin-top: 20px; }

.ban1,
.ban2 {
  height: 415px;
  position: absolute;
  left: 0;
  top: 0px;
  text-align: center;
  line-height: 50px;
  font-size: 30px;
  color: red;
  line-height: 302px;
  z-index: 1;
  overflow: hidden; }

.ban1 {
  width: 678px;
  left: 300px; }

.ban2 {
  width: 334px;
  left: 995px; }

.content-wrap {
  padding-bottom: 27px; }

.market-menu-block {
  margin-left: 20px; }

/*=============================================BASKET AJAX==================================================*/
.basket-ajax {
  -webkit-transition: 0.2s;
  transition: 0.2s; }

.ajax_bskt_fly {
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 99;
  background: #fbb03b;
  border: 1px solid #fbb03b;
  border-radius: 5px;
  width: 230px !important;
  padding: 10px 5px; }

.ajax_bskt_fly > span.cart-total2,
.ajax_bskt_fly > span.price-text {
  color: #ffffff; }

.ajax_bskt_fly > span {
  display: inline-block; }

.ajax_bskt_fly > span:nth-child(even) {
  text-align: left;
  width: 44%; }

.ajax_bskt_fly > span:nth-child(odd) {
  text-align: right;
  width: 52%; }

.ajax_bskt_fly > .head-row__text:first-child::before {
  content: url("/images/basket-icon.svg");
  position: absolute;
  top: 11px;
  left: 8px;
  width: 26px; }

.btn-add .quant-good-bskt {
  left: -12px;
  bottom: 34%; }

.btn-add .fl-line-icon-set-grocery10 {
  z-index: 100; }

/*ВЫПЛЫВАЮЩИЙ БЛОК С ДОБАВЛЕННЫМИ В КОРЗИНУ ТОВАРАМИ*/
.ajax_cartPos {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3050; }

.ajax_topCart .quant-good-bskt {
  /*display: none !important;*/ }

.ajax_topCart {
  display: none;
  position: relative;
  z-index: 1; }

.ajax_products {
  padding: 0 5px;
  position: relative;
  text-align: center; }

.ajax_topCart .ajax_products {
  padding: 20px 10px 10px;
  overflow: hidden;
  word-spacing: -2px;
  white-space: nowrap;
  text-align: left;
  background-color: #f0f0dc; }

.ajax_product {
  position: relative;
  width: 150px;
  background: #fff;
  text-align: center;
  padding: 15px 12px;
  border: solid 1px transparent;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: border-color .15s;
  transition: border-color .15s;
  zoom: 1; }

.ajax_product a {
  display: block;
  color: #7f7f7f;
  text-decoration: none;
  position: relative; }

.ajax_topCart .ajax_products .ajax_product {
  word-spacing: normal;
  white-space: normal;
  background: #fff;
  padding: 25px 0 0;
  position: relative;
  display: inline-block;
  zoom: 1; }

.ajax_topCartWrap {
  display: inline-block;
  position: relative;
  padding-right: 10px; }

.ajax_topCart .ajax_products .ajax_product a.ajax_del {
  position: absolute;
  width: 17px;
  height: auto;
  top: 7px;
  right: 10px;
  font-size: 21px;
  line-height: 21px;
  font-weight: 700;
  font-family: Tahoma;
  overflow: hidden;
  z-index: 1; }

.ajax_topCart .ajax_products .ajax_product a {
  height: 205px; }

.ajax_product figure span.ajax_product_img {
  display: block;
  height: 120px; }

.ajax_product figure span.ajax_product_img img {
  vertical-align: middle;
  max-width: 120px; }

.ajax_product figure figcaption h3,
.ajax_product figure figcaption span.ajax_productHeader {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.38em;
  text-decoration: underline;
  color: #000;
  margin-bottom: 6px;
  height: 35px;
  overflow: hidden;
  display: block;
  -webkit-transition: color .15s;
  transition: color .15s; }

.ajax_productHeader {
  margin-top: 13px; }

.ajax_topCart .ajax_productHeader {
  margin-top: 5px; }

.ajax_topCart .ajax_products .ajax_product .ajax_price {
  margin: 0 0 12px; }

.ajax_product .ajax_price {
  font-size: 1.38em;
  margin: 7px 0 12px;
  display: inline-block;
  height: 34px;
  zoom: 1; }

.ajax_price {
  color: #000; }

.ajax_price b,
.ajax_price .ajax_priceWrap {
  position: relative;
  font-weight: 700; }

small {
  font-size: 80%; }

.ajax_price small {
  font-size: 11px;
  color: #8f8f8f;
  display: block; }

.ajax_topCart .ajax_products .ajax_product .ajax_count {
  border-top: solid 1px #e5e5e5;
  color: #000;
  font-size: 1.23em;
  padding: 9px 0;
  line-height: 1;
  min-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 auto 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.ajax_topCart .ajax_products .ajax_product .ajax_count a {
  display: inline !important;
  vertical-align: baseline !important;
  color: #5d2025;
  font-weight: 700;
  font-size: 1em;
  height: auto !important;
  font-family: Tahoma;
  background: #fff; }

.ajax_topCart .ajax_products .ajax_product .ajax_count span {
  margin: 0 5px; }

.ajax_topCart .ajax_products .ajax_product .ajax_count input {
  border: none;
  width: 45px;
  font-size: 20px;
  margin: 0 auto;
  text-align: center;
  height: auto;
  -moz-appearance: textfield; }

h2.ajax_bskt-empty {
  color: #fff;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400 !important;
  font-size: 22px;
  background: #f46e45; }

.ajax_topCart .ajax_products .ajax_product .ajax_count input::-webkit-inner-spin-button,
.ajax_topCart .ajax_products .ajax_product .ajax_count input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.ajax_topCart .ajax_cartSummary {
  font-size: 1.38em;
  color: #fff;
  text-align: center;
  background: #f7941d;
  padding: 10px 20px; }

.ajax_topCart .ajax_cartSummary a.ajax_button {
  margin-left: 40px;
  vertical-align: middle;
  border: none;
  background: #DDE9EF;
  color: #154949 !important;
  text-decoration: none;
  text-align: center;
  font-size: 16px !important;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 10px 30px 8px;
  min-width: 80px;
  display: inline-block;
  position: relative;
  overflow: visible;
  zoom: 1;
  -webkit-transition: .2s;
  transition: .2s;
  opacity: 0.9; }

.basket__inner_wrapper {
  height: auto;
  min-height: 600px;
  width: 1200px;
  margin: 0 auto 0 auto;
  display: block;
  overflow: auto;
  margin-bottom: 20px; }

.basket_button:hover {
  color: black; }

.basket_counters {
  /*display:none;*/ }

.order_wrapper {
  width: 1200px;
  position: relative;
  margin: 0 auto 40px auto; }

#sum {
  margin-bottom: 10px; }

.basket_item__wrapper {
  width: 300px; }

button:hover {
  color: black;
  cursor: pointer; }

#basket_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 520px; }

.basket_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 1200px;
  position: relative;
  margin: 20px auto 0 auto; }

.justify input {
  width: 50px;
  display: inline-block; }

.ajax_topCart .ajax_cartSummary a.ajax_button:hover {
  background: #56779F;
  color: #BEC8E3 !important;
  opacity: 1; }

/* -Стили для страницы "Сравнение товаров" */
.compare-products {
  border-collapse: collapse; }

.compare-products__header td:first-of-type {
  padding-top: 30px;
  vertical-align: top; }

.compare-products__header td:not(:first-of-type) {
  min-width: 220px; }

.compare-products tr:nth-of-type(2) {
  height: 60px; }

.compare-products__title-page {
  font-size: 28px; }

.compare-products__type-products {
  text-transform: uppercase;
  font-weight: normal;
  line-height: 2;
  font-size: 28px; }

.compare-products__btn-all-parameters {
  width: 150px;
  height: 45px;
  font-size: 17px;
  color: #F05A24;
  background-color: transparent;
  border: 1px solid #F05A24;
  border-radius: 5px; }

.compare-products__container-btn > span {
  margin-left: 20px;
  font-size: 13px;
  color: #808080; }

.compare-products__btn-delete-product {
  margin-left: 16px;
  font-size: 12px;
  text-decoration: none;
  color: #989898; }

.compare-products__btn-delete-product:hover {
  text-decoration: underline; }

.compare-products__btn-delete-product::after {
  content: "X";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  color: white;
  background-color: #989898; }

.compare-products__images-product {
  margin-top: 7px;
  margin-bottom: 13px;
  line-height: 0;
  font-size: 0; }

.compare-products__images-product img {
  width: 180px;
  height: 180px; }

.compare-products__title-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 180px;
  margin-bottom: 10px; }

.compare-products__price-products {
  font-size: 18px;
  color: #F36E45; }

.compare-products__form-buy-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 180px;
  color: #666666; }

.compare-products__form-buy-product > span {
  line-height: 23px; }

.compare-products__amount-product {
  width: 21px;
  text-align: center;
  background: none;
  border: none; }

.compare-products__btn-amount {
  position: relative;
  width: 16px;
  height: 25px;
  font-size: 0;
  line-height: 14px;
  vertical-align: middle;
  background-color: #EAEAEA;
  border: none; }

.compare-products__btn-amount--minus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: 6px solid #B3B3B3;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-width: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.compare-products__btn-amount--plus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: 6px solid #B3B3B3;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-width: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.compare-products__btn-buy-product {
  width: 90px;
  height: 24px;
  color: white;
  background: url(/images/product_cart.png) 5% 50% no-repeat;
  background-color: #F36E45;
  padding-left: 25px;
  border: none; }

.compare-products__type-products {
  text-transform: uppercase; }

.compare-products tr td:first-of-type {
  width: 330px; }

.compare-products__parameters {
  height: 27px;
  font-size: 14px;
  color: black; }

.compare-products__parameters:nth-of-type(even) {
  background-color: #E9E9E9; }

.compare-products__key-parameter {
  padding-left: 12px;
  color: #808080; }

.compare-products {
  border-collapse: collapse; }

.compare-products__header td:first-of-type {
  padding-top: 30px;
  vertical-align: top; }

.compare-products__header td:not(:first-of-type) {
  min-width: 220px; }

.compare-products tr:nth-of-type(2) {
  height: 60px; }

.compare-products__title-page {
  font-size: 28px; }

.compare-products__type-products {
  text-transform: uppercase;
  font-weight: normal;
  line-height: 2;
  font-size: 28px; }

.compare-products__btn-parameters {
  width: 150px;
  height: 45px;
  font-size: 17px;
  color: #F05A24;
  background-color: transparent;
  border: 1px solid #F05A24;
  border-radius: 5px; }

.compare-products__btn-parameters--active {
  width: 150px;
  height: 45px;
  font-size: 17px;
  color: #F05A24;
  background-color: #fbd2d3;
  border: 1px solid #F05A24;
  border-radius: 5px; }

.compare-products__container-btn > span {
  margin-left: 20px;
  font-size: 13px;
  color: #808080; }

.compare-products__btn-delete-product {
  margin-left: 16px;
  font-size: 12px;
  text-decoration: none;
  color: #989898; }

.compare-products__btn-delete-product:hover {
  text-decoration: underline; }

.compare-products__btn-delete-product::after {
  content: "X";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  color: white;
  background-color: #989898; }

.compare-products__images-product {
  margin-top: 7px;
  margin-bottom: 13px;
  line-height: 0;
  font-size: 0; }

.compare-products__images-product img {
  width: 180px;
  height: 180px; }

.compare-products__title-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 180px;
  margin-bottom: 10px; }

.compare-products__price-products {
  font-size: 18px;
  color: #F36E45; }

.compare-products__form-buy-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 180px;
  color: #666666; }

.compare-products__form-buy-product > span {
  line-height: 23px; }

.compare-products__amount-product {
  width: 21px;
  text-align: center;
  background: none;
  border: none; }

.compare-products__btn-amount {
  position: relative;
  width: 16px;
  height: 25px;
  font-size: 0;
  line-height: 14px;
  vertical-align: middle;
  background-color: #EAEAEA;
  border: none; }

.compare-products__btn-amount--minus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: 6px solid #B3B3B3;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-width: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.compare-products__btn-amount--plus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: 6px solid #B3B3B3;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-width: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.compare-products__btn-buy-product {
  width: 90px;
  height: 24px;
  color: white;
  background: url(/images/product_cart.png) 5% 50% no-repeat;
  background-color: #F36E45;
  padding-left: 25px;
  border: none; }

.compare-products__type-products {
  text-transform: uppercase; }

.compare-products__parameters {
  height: 27px;
  font-size: 14px;
  color: black; }

.compare-products__parameters:nth-of-type(even) {
  background-color: #E9E9E9; }

.compare-products__key-parameter {
  width: 325px;
  padding-left: 12px;
  color: #808080; }

.compare-products__value-parameter {
  width: 220px; }

.tables-compare-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px; }

.tables-compare-products__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 875px; }

/* Конец стилей для страницы "Сравнение товаров" */
.number-of-items {
  margin-bottom: 5px;
  font-size: 15px; }

.number-of-items > p {
  margin: 0; }

.number-of-items > p > a {
  padding-left: 5px;
  font-weight: bold;
  color: #F7941D; }

.modal-call-back--messenger-open::after {
  content: 'Данные успешно Отправлены. Ожидайте звонка.';
  position: absolute;
  top: 10%;
  width: 85%;
  height: 53%;
  padding-top: 138px;
  padding-left: 29px;
  padding-right: 31px;
  font-size: 18px;
  text-align: center;
  line-height: 2;
  color: black;
  background-color: #F0F0DC;
  -webkit-animation: hover-element 0.5s;
  animation: hover-element 0.5s; }

.goods-wrapper-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0; }

@-webkit-keyframes hover-element {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes hover-element {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.popular {
  display: block;
  margin: 20px 0 0 0;
  padding: 20px;
  border: solid #b2b2b2 1px; }

.popular h2 {
  margin-bottom: 10px; }

.popular a {
  display: block; }

.required {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#better .required input {
  width: auto;
  margin-right: 5px; }

.modal-call-back__form label.required {
  padding: 0 40px;
  margin-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.modal-call-back__form label.required > input {
  margin-right: 15px; }

.go-to-the-comparison .go-to-the-comparison-f {
  position: relative !important;
  float: left !important;
  width: 190px !important; }

.go-to-the-comparison .go-to-the-comparison-s {
  position: relative !important;
  float: right !important;
  width: 27px !important; }

#tab-reviews.ui-widget-content {
  display: none;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e5e5e5 !important;
  margin-top: -1px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease; }

.sorting-form {
  padding: 12px 0;
  border-top: 1px solid #e6e6e6; }

.askaron-reviews-new h3 {
  font-weight: normal;
  font-size: 24px;
  line-height: 24px;
  margin: 5px 0 10px 0;
  color: #000; }

.askaron-reviews-new .ask-field {
  margin-bottom: 15px; }

.askaron-reviews-new .ask-field textarea {
  display: inline-block;
  padding: 10px 10px;
  border-radius: 6px;
  color: #6d6d6d;
  font: 400 12px/18px 'Roboto';
  border: 1px solid #dfdfdf;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  vertical-align: top;
  resize: none;
  width: 520px;
  height: 90px; }

.askaron-reviews-new .ask-field div {
  margin-bottom: 2px; }

.askaron-reviews-new .ask-counter {
  float: right;
  font-size: 12px;
  color: #aaa; }

.askaron-reviews-new .ask-grade {
  margin-bottom: 15px; }

.askaron-reviews-new .ask-grade img {
  vertical-align: bottom; }

.askaron-reviews-new .ask-field div {
  margin-bottom: 2px; }

.askaron-reviews-new .ask-field input {
  width: 520px;
  vertical-align: top;
  height: 20px;
  padding: 5px 10px;
  border-radius: 4px;
  color: #182c32;
  font: 400 12px/26px 'Roboto';
  border: 1px solid #dfdfdf;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  background: #ffffff; }

.askaron-reviews-new .ask-button {
  margin-bottom: 10px;
  float: right;
  margin-top: 17px; }

.button_2,
.button {
  text-align: center;
  color: #ffffff;
  border-radius: 4px;
  border: none;
  height: 32px;
  padding: 0 20px 0 20px;
  cursor: pointer;
  font: 400 12px/32px 'Roboto';
  border-top: 1px solid #82ae39;
  border-left: 1px solid #84b33f;
  border-right: 1px solid #84b33f;
  border-bottom: 1px solid #7da129;
  text-transform: uppercase;
  vertical-align: middle;
  background: -webkit-gradient(linear, left top, left bottom, from(#769316), color-stop(5%, #769316), to(#84b33f));
  background: linear-gradient(to bottom, #769316 0%, #769316 5%, #84b33f 100%);
  -webkit-transition: background 0.1s;
  transition: background 0.1s; }

.bp-user-consent {
  font: normal 12px Arial;
  color: #b6b6b6;
  max-width: 300px;
  margin: auto;
  margin-top: 5px; }

.bp-user-consent a {
  text-decoration: underline;
  color: #b6b6b6;
  outline: none; }

.product .right > .title,
.product .right > .review,
.product .right > .guarantee,
.product .right > .bulbs {
  width: 78px;
  border: 1px solid #e5e5e5;
  display: inline-block;
  color: #4d4d4d;
  font-size: 12px;
  margin: 0;
  padding: 15px !important;
  cursor: pointer;
  background: #fafafa;
  text-align: center;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease; }

.product .right > .exchange-refund {
  width: 120px;
  border: 1px solid #e5e5e5;
  display: inline-block;
  color: #4d4d4d;
  font-size: 12px;
  margin: 0;
  padding: 15px !important;
  cursor: pointer;
  background: #fafafa;
  text-align: center;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease; }

.product .right {
  margin-top: -15px; }

a#specialist-advice {
  bottom: -80px; }

.product .right .description,
.product .right .exchange-refund-bl,
.product .right .guarantee-bl,
.product .right .bulbs-bl {
  border: 1px solid #e5e5e5;
  margin-top: -1px;
  padding: 10px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease; }

.product .right > .switching-tab {
  font-weight: bold;
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
  position: relative;
  z-index: 5; }

#tab-reviews {
  background: #ffffff; }

.askaron-reviews-new .ask-grade {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#task-rank {
  margin: 0 15px; }

.advantages > * > .img:before {
  content: none; }

.advantages > * > .img,
.advantages > * > .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.advantages > * > .text:before {
  content: none; }

.single-review {
  width: 520px;
  padding: 10px 10px;
  margin: 11px 0;
  border-radius: 6px;
  color: #6d6d6d;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1); }

.single-review .real-raty,
.form-field-container.field-container-long_text > .form-field-name {
  display: none; }

.product #prod-right.right {
  margin-top: 0; }

.found-cheaper > p {
  margin: 0 0 12px 0;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 1px;
  color: #df1920;
  cursor: pointer; }

.found-cheaper > p:hover {
  text-decoration: underline; }

.found-cheaper .modal-call-back__btn-closed {
  margin: 0; }

.found-cheaper .modal-call-back__title::before {
  content: none; }

.found-cheaper .modal-call-back__title {
  font-size: 28px;
  line-height: 2; }

.found-cheaper .cheap-application {
  padding: 8px 30px 20px;
  right: 0;
  width: auto;
  position: absolute;
  top: 47px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 395px;
  background-color: #F0F0DC;
  border: 2px solid #524D4D;
  border-radius: 10px;
  cursor: default;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s, visibility 0s linear 0.5s;
  transition: opacity 0.5s, visibility 0s linear 0.5s; }

.found-cheaper .cheap-application-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  position: static; }

.found-cheaper .wrap-label label {
  display: block;
  text-align: right;
  font-size: 16px;
  color: #000000; }

.found-cheaper .wrap-label label.flexible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.found-cheaper .wrap-label label > span {
  display: inline-block; }

.found-cheaper .modal-call-back__input-telephone {
  width: 285px;
  margin-left: 10px; }

.found-cheaper .flexible textarea {
  height: 100px; }

.found-cheaper .modal-call-back__btn-submit {
  width: 275px; }

.prod-left {
  height: auto; }

a#specialist-advice {
  position: static;
  display: block; }

.top-line {
  background-color: #ff6827; }

.top-line > p {
  max-width: 1305px;
  min-width: 1000px;
  margin: 0 auto;
  padding: 7px 20px;
  font-size: 10px;
  font-family: HelveticaNeueCyr-Thin, sans-serif;
  letter-spacing: 3px;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase; }

/*===============#  MAIN PAGE
\===============*/
.justify-elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

/*===============#  HEADER
\===============*/
/* ПЛАВАЮЩАЯ КОРЗИНА */
.floating-cart {
  position: fixed;
  top: -150px;
  right: 20px;
  width: 60px;
  height: 60px;
  float: right;
  background-image: url(../images/float-cart-img.png);
  background-size: cover;
  z-index: 1000;
  -webkit-transition: all 1s;
  transition: all 1s; }

.floating-cart__bg {
  position: fixed;
  top: 25px;
  right: 7px;
  width: 60px;
  height: 55px;
  float: right;
  background: rgba(255, 255, 255, 0.68);
  z-index: 1200;
  border-radius: 5px; }

.floating-cart__number-bg {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 50%;
  height: 27px;
  width: 27px;
  padding: 3px;
  position: absolute;
  right: -10px;
  top: 1px; }

.floating-cart__number {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  background-color: #ff6827;
  border-radius: 50%;
  height: 21px;
  width: 21px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  color: white; }

/*
.holder:hover .block{
    display:block;
}
*/
.modar-cart-list__button {
  background-color: #ea1e18;
  padding: 10px;
  border-radius: 5px;
  color: white; }

.modal-cart-list__item {
  border: solid 1px gray;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.modal-cart-list__input {
  width: 50px;
  height: 25px;
  border-radius: 3px;
  border-style: solid;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-width: 1px;
  border-color: #dedede;
  margin: 5px;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.sum-line span {
  text-transform: none !important; }

/* /ПЛАВАЮЩАЯ КОРЗИНА */
.inner-head .lk-btn {
  width: 100%;
  text-align: right;
  margin-bottom: 10px;
  font-family: HelveticaNeueCyr-Light, sans-serif;
  text-transform: uppercase;
  font-size: 13px; }

.inner-main-line .head-row__text_right {
  font-family: HelveticaNeueCyr-Light, sans-serif; }

.inner-main-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1305px;
  min-width: 1000px;
  margin: 0 auto;
  padding: 7px 0 0 0;
  border-bottom: 3px solid #ff6827;
  padding-bottom: 11px; }

.banner-line {
  max-width: 1305px;
  min-width: 1000px;
  margin: 0 auto;
  padding: 7px 0;
  height: 64px;
  overflow: hidden; }

.inner-main-line .header__content {
  padding: 0; }

.inner-main-line .top-menu {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px; }

.inner-main-line .menu1 {
  margin-top: 13px; }

.inner-main-line .menu2 {
  margin-top: 24px; }

.inner-main-line .top-menu.menu1 {
  width: 600px; }

.inner-main-line .top-menu.menu2 {
  /*width: 540px;*/
  width: 525px;
  margin-bottom: 0; }

.inner-main-line .top-menu li:first-child {
  width: 125px; }

.inner-main-line .top-menu li:nth-child(2) {
  width: 165px; }

.inner-main-line .logos {
  width: 175px;
  display: block; }

.inner-main-line .logos img {
  width: 100%;
  height: auto; }

.inner-main-line .top-menu__link:hover {
  color: inherit;
  text-decoration: underline; }

.inner-main-line .top-search {
  -webkit-box-shadow: 0 2px 7px 0 rgba(224, 224, 224, 0.7);
  box-shadow: 0 2px 7px 0 rgba(224, 224, 224, 0.7); }

.inner-main-line .top-search__input {
  letter-spacing: 3px;
  border: none; }

.inner-main-line .top-search__button {
  width: 145px; }

.inner-main-line .communication__numbers {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.inner-main-line .call-back:before {
  content: none; }

.inner-main-line .call-back span:first-of-type {
  position: relative;
  font-size: 14px; }

.inner-main-line .call-back span:first-of-type:hover {
  text-decoration: underline; }

.inner-main-line .call-back span:last-of-type {
  position: relative;
  top: -5px;
  font-size: 10px;
  color: #ff6827; }

.inner-main-line .call-back span:first-of-type:after {
  content: "";
  position: absolute;
  top: 5px;
  width: 20px;
  height: 20px;
  background: url("../images/phone-tube.png") no-repeat center;
  background-size: contain;
  -webkit-transform: rotate(245deg);
  transform: rotate(245deg); }

@media screen and (max-width: 1200px) {
  .inner-main-line .header__right {
    margin-left: 0; } }
.inner-main-line .lk {
  height: 38px;
  padding: 5px 0 0 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea; }

.inner-main-line .head-row__content_text-right,
.inner-main-line .head-row__content_border-none {
  padding: 3px 0; }

.inner-main-line .header__content .top-menu__item:after {
  content: none; }

.inner-main-line .header__content .top-menu__link {
  font-family: 'Roboto', sans-serif; }

.inner-main-line .header__content .top-menu__link {
  position: relative;
  letter-spacing: 1px; }

.inner-main-line .header__content .top-menu__link:before {
  position: absolute;
  left: -20px;
  content: '';
  width: 15px;
  height: 15px;
  background-color: #ff6827; }

.inner-main-line .header__right {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content; }

.inner-main-line .head-row__content_border-none {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-bottom: 1px solid #eaeaea; }

.inner-main-line .compare {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.inner-main-line .head-row__content_border-none span {
  margin-right: 5px; }

.inner-main-line .head-row__content_border-none > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.inner-main-line .fa {
  font-size: 18px; }

.inner-main-line .head-row__icon .fa {
  color: #ffffff; }

.inner-main-line .head-row__content {
  position: relative;
  font-family: HelveticaNeueCyr-Light, sans-serif;
  text-transform: uppercase;
  font-size: 11px; }

.inner-main-line .head-row__content {
  position: relative;
  font-family: HelveticaNeueCyr-Light, sans-serif;
  text-transform: uppercase;
  font-size: 11px; }

.inner-main-line .head-row__content a {
  -webkit-transition: all .5s;
  transition: all .5s; }

.inner-main-line .head-row__content a:hover {
  color: #ff6827; }

.inner-main-line .head-row__content a:not(:first-child) {
  margin-top: 8px; }

.inner-main-line .lk a {
  width: 55px; }

.inner-main-line .header__right a {
  text-decoration: none; }

.inner-main-line .header__right a:hover {
  text-decoration: none; }

.inner-main-line .header__right .show-bskt:hover .new-basket {
  display: block; }

.inner-main-line .head-row:nth-of-type(3) {
  width: auto; }

.inner-main-line .colored {
  background-color: #f5bd90;
  color: #ffffff;
  padding: 0 10px; }

.inner-main-line .call-back {
  display: block;
  width: 150px; }

.inner-main-line .head-row__content_text-right {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.inner-main-line .head-row__number {
  line-height: 18px;
  letter-spacing: normal;
  color: #575555;
  font-family: HelveticaNeueCyr-Bold, sans-serif; }

.inner-main-line .head-row__link {
  color: #575555; }

.inner-main-line .head-row__link:hover {
  text-decoration: underline; }

.inner-main-line .head-row__link span[class*='total'] {
  color: #cb4740; }

.inner-main-line .head-row__icon {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  margin-top: 5px;
  margin-bottom: 5px; }

.head-row .phone-icon,
.head-row .client-icon,
.head-row .compare-icon {
  background-color: #e0e0e0; }

.head-row .basket-icon {
  background-color: #cc4740; }

.inner-main-line .phone-icon:before {
  content: '';
  width: 23px;
  height: 23px;
  background: url("/images/phone-icon.svg") no-repeat center; }

.inner-main-line .client-icon:before {
  content: '';
  width: 23px;
  height: 23px;
  background: url("/images/client-icon2.svg") no-repeat center; }

.inner-main-line .basket-icon:before {
  content: '';
  width: 23px;
  height: 23px;
  background: url("/images/basket-icon.svg") no-repeat center; }

.new-content {
  height: 100%;
  padding: 20px 30px;
  max-width: 1305px;
  margin: 0 auto;
  min-width: 1000px; }

.linear-banner {
  max-width: 1305px;
  min-width: 1000px;
  margin: 0 auto;
  padding: 5px 0; }

.linear-banner a {
  display: block; }

.linear-banner a img {
  width: 100%;
  height: 50px; }

.content .tit span {
  position: relative;
  padding: 0 20px 0 25px; }

.specials4 {
  background-color: white !important; }

.content .tit span:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-color: #ff6827; }

.content .specials a {
  text-decoration: none; }

.content .specials a:hover {
  text-decoration: underline; }

.content a > h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  top: 0;
  text-transform: uppercase;
  text-decoration: none; }

.inner-main-line .head-row__content.lk > div {
  top: 10px; }

.inner-main-line .head-row__content_border-none .new-basket {
  position: absolute;
  right: 0;
  width: 300px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 28px;
  text-align: center;
  font-size: 14px;
  background-color: #f3f3f3;
  z-index: 1200;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0.9; }

.remove {
  float: right; }

.remove:hover {
  color: #ff6827; }

.n_b_buy {
  display: inline-block;
  text-decoration: none;
  margin: 0 auto;
  margin-bottom: 20px;
  background-color: #ea1e18;
  padding: 10px;
  border-radius: 5px;
  color: white; }

.inner-main-line .head-row__content_border-none .bskt_fly {
  position: fixed;
  top: 5px;
  right: 5px;
  display: block;
  width: 300px; }

.cart_item img {
  float: left;
  margin: 15px 10px 0 0; }

.cart_item p {
  max-height: 54px;
  overflow: hidden; }

.quantity input {
  width: 30px;
  border: none; }

form > .errors-cont {
  margin: 0;
  margin-bottom: 25px;
  font-size: 16px;
  text-align: center;
  color: #ff0000; }

.market-menu:after,
.content-wrap,
.banner-line,
.inner-main-line {
  background-color: #ffffff !important; }

.wrap-mans {
  padding: 15px; }

.wrap-man {
  margin-bottom: 15px;
  overflow: hidden; }

.wrap-man img {
  width: 30%;
  height: auto;
  float: left;
  margin-right: 15px; }

.wrap-man p {
  margin: 0;
  font-size: 16px;
  line-height: 22px; }

.wrap-iframe {
  padding: 20px 0; }

.wrap-iframe iframe {
  display: block;
  margin: 0 auto; }

.wrap-catalog-pdf {
  padding: 20px 0; }

.wrap-catalog-pdf h3 {
  background-color: #ffffff;
  display: inline-block;
  padding: 0 20px; }

.wrap-catalog-pdf div {
  text-align: center; }

.wrap-catalog-pdf div img {
  margin: 15px;
  width: 16%;
  height: auto; }

.point-del-pay {
  margin: 30px 0;
  font-size: 16px;
  overflow: hidden; }

.point-del-pay img {
  margin: 0 30px;
  float: left; }

.point-text > b {
  font-size: 17px;
  text-decoration: underline; }

.point-del-pay ol {
  margin: 15px 0; }

.point-del-pay li {
  margin: 10px 0; }

.point-del-pay ul li {
  list-style-type: none; }

.point-text {
  width: 82%;
  float: right; }

.long-horizont {
  display: none; }

.lamp-box {
  display: inline-block;
  width: 49%;
  height: 120px;
  padding: 9px;
  border: 1px solid #f0f0f0;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.lamp-box a {
  text-decoration: none; }

.lamp-box a:hover {
  text-decoration: underline; }

.lamp-box img {
  margin: 0 5px 5px 0;
  float: left; }

.lamp-box .prize {
  font-weight: bold;
  text-align: right; }

.lamp-box .titl {
  height: 55px;
  overflow: hidden; }

.str_lk {
  width: 145px;
  text-align: right;
  line-height: normal; }

.inner-main-line .str_lk a {
  width: 100%;
  display: inline-block;
  font-size: 11px;
  line-height: normal; }

.str_lk a:first-of-type {
  padding-top: 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.str_lk a:last-of-type {
  margin-top: 4px; }

.drugoe {
  display: block;
  font-weight: 600;
  color: #f15a1e;
  text-transform: uppercase;
  height: 35px;
  line-height: 35px;
  font-size: 25px;
  text-align: center;
  text-decoration: none;
  margin: 90px 0 65px; }

.drugoe:hover {
  text-decoration: underline; }

.discount-window,
.discount-window2 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 600px;
  background-size: cover;
  -webkit-box-shadow: 0 0 0 10000px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 10000px rgba(0, 0, 0, 0.5);
  z-index: 101; }

.discount-window {
  background: url("/images/discount-window.jpg") no-repeat center, #ffffff; }

.discount-window2 {
  background: url("/images/discount-window2.jpg") no-repeat center, #ffffff; }

.discount-window .logos,
.discount-window2 .logos {
  width: 185px;
  height: 160px;
  display: block;
  margin-bottom: 140px; }

.discount-window .logos img,
.discount-window2 .logos img {
  width: 100%; }

.discount-window-closed {
  position: absolute;
  top: -17px;
  right: -17px;
  width: 32px;
  height: 32px;
  font-size: 0;
  border: 1px solid #ff6827;
  border-radius: 50%;
  background-color: #ff6827;
  outline: none; }

.discount-window-closed::before {
  content: "X";
  display: block;
  font-size: 18px;
  line-height: 29px;
  color: #ffffff; }

.discount-window div,
.discount-window2 div {
  padding: 0 130px 0 200px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  line-height: normal; }

.str-use {
  font-size: 22px;
  line-height: 24px;
  color: #9d9d9d; }

.discount-window .str-promo,
.discount-window2 .str-promo {
  margin-top: 30px;
  font-weight: 500;
  color: #9d9d9d; }

.discount-window .str-promo {
  font-size: 48px; }

.discount-window2 .str-promo {
  font-size: 32px; }

.promo-code {
  margin-top: 30px;
  font-size: 80px;
  font-weight: bold;
  color: #000000; }

.specials > .tit:first-child {
  margin-top: -25px; }

#comp-div {
  padding-top: 10px; }

.comparison {
  position: relative; }

@media screen and (min-width: 1000px) and (max-width: 1485px) {
  .phone div {
    display: block; }

  .social_and_contacts {
    width: auto; } }
@media screen and (max-width: 1320px) {
  footer .container {
    width: 99%; } }
.captcha-cont input[name="flex_captcha"] {
  width: 180px;
  vertical-align: top;
  height: 20px;
  padding: 5px 10px;
  border-radius: 4px;
  color: #182c32;
  font: 400 12px/26px 'Roboto';
  border: 1px solid #dfdfdf;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  background: #ffffff; }

.communication .mango-callback .widget-wrapper.selected-dynamic.widget-show {
  right: 60px; }

.communication .mango-callback .widget-wrapper.selected-dynamic.mng-wgt.common-window .button-widget-open {
  right: -40px; }

.descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .descr__title {
    color: #ee1e1e;
    margin: 0 0 8px 0;
    font-family: Roboto;
    text-align: left;
    font-size: 28px; }
  .descr__ser {
    word-break: break-all !important;
    color: #a8a8a8;
    font-family: open sans;
    font-size: 15px; }
  .descr__big-image {
    width: 100%;
    position: relative; }
    .descr__big-image img {
      width: auto;
      height: auto;
      max-width: 90%;
      max-height: 100%;
      margin: 0 auto;
      display: block; }
  .descr__preview-block {
    width: 70%;
    margin: 0 auto; }
  .descr__scale {
    font-size: 14px;
    color: gray;
    text-decoration: underline;
    background-image: url(/images/icons/in-scale.svg);
    background-repeat: no-repeat;
    text-align: left;
    padding-left: 23px;
    height: 21px;
    margin: 10px 0px; }
  .descr__block-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .descr__made {
    color: gray;
    font-size: 15px;
    margin-bottom: 7px;
    font-family: roboto; }
  .descr__block-price {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .descr__price {
    font-size: 28px;
    color: #ee1e1e;
    font-family: open sans; }
  .descr__old-price {
    font-size: 16px;
    color: gray;
    font-family: roboto;
    margin-top: 8px;
    display: block; }
  .descr__promo {
    margin-top: 4px;
    text-decoration: underline;
    font-size: 11px;
    color: #3b3b3b;
    font-family: sans-serif; }

.descr__right-block {
  margin-left: 4%; }

a#specialist-advice {
  width: 100% !important;
  text-overflow: ellipsis;
  -webkit-transition: all .2s;
  transition: all .2s;
  background: #ffffff url(/images/specialist-advice.png) 15px 50% no-repeat;
  text-decoration: none;
  padding: 25px 10px 25px 88px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  background-size: 53px;
  border: solid -1px #ede6e3;
  color: #3e3e3e;
  margin: 30px 0px;
  border-radius: 14px;
  -webkit-box-shadow: 3px 3px 13px -2px #cbcbcb;
  box-shadow: 0 0 0px 1px #ececec, 3px 3px 13px -2px #cbcbcb;
  /* border: solid 1px #e6e6e6; */ }

a#specialist-advice:hover {
  /* transform: scale(1.02); */
  -webkit-box-shadow: 0 0 0 4px white, 0 0 0px 5px #ececec, 3px 3px 20px 2px #878787;
          box-shadow: 0 0 0 4px white, 0 0 0px 5px #ececec, 3px 3px 20px 2px #878787; }

.product .manufacturer {
  width: auto;
  padding: 0;
  background-color: transparent;
  text-align: left;
  margin-bottom: 0;
  display: block;
  margin-top: 13px; }

.product .right {
  width: auto; }

.diff-price {
  position: absolute;
  top: -40px;
  left: 187px;
  background: url(/css/star4.svg);
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 100px;
  min-height: 100px;
  font-size: 14px; }

.diff-price__block {
  margin: 33px auto;
  display: inline-block;
  color: #fff;
  position: relative;
  left: auto;
  right: auto; }

.prod__sale-percent {
  position: absolute;
  left: 0px;
  top: 25px;
  height: 36px;
  width: auto;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px 0 15px;
  font-family: roboto;
  Z-INDEX: 10; }

.prod__sale-percent::after {
  content: "";
  display: block;
  position: absolute;
  /* height: 10px; */
  /* width: 10px; */
  right: 0;
  top: 0;
  margin-top: -3px;
  width: 100%;
  border: solid 20px #ee1e1e;
  border-right: solid 18px transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  Z-INDEX: -1; }

.add-comp-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px; }

.compaire-btn_descr {
  max-width: 55px; }

.orange-button_descr {
  max-width: 200px;
  margin-left: 13px;
  height: 42px;
  width: 100%; }

.product .right .description,
.product .right .exchange-refund-bl,
.product .right .guarantee-bl,
.product .right .bulbs-bl {
  max-height: initial; }

a#specialist-advice {
  bottom: -80px; }

a#specialist-advice {
  position: static;
  display: block; }

.descr-icon-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.descr-adv-icon:not(:first-child) {
  margin-left: 15px; }

.descr-adv-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px gray;
  padding: 5px 5px 5px 40px;
  border-radius: 2px;
  width: 145px;
  height: 55px;
  background-repeat: no-repeat;
  background-size: 25%;
  background-position: 7px 50%;
  font-size: 12px;
  line-height: 1.3;
  color: gray;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }

.descr-adv-icon_deliv {
  background-image: url(../images/icons/free-delivery.svg); }
  .descr-adv-icon_deliv:hover::before {
    content: "";
    position: absolute;
    top: 33px;
    left: -3px;
    border: 10px solid #524D4D;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-animation: hover-element 0.4s;
    animation: hover-element 0.4s; }
  .descr-adv-icon_deliv:hover::after {
    content: "Бесплатная доставка осуществляется по Москве на заказы от 5000р";
    position: absolute;
    top: 46px;
    left: -26px;
    z-index: 5;
    width: 100px;
    height: 72px;
    line-height: 1.3;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 11px;
    text-align: left;
    text-transform: initial;
    color: white;
    background-color: #524D4D;
    border-radius: 5px;
    -webkit-animation: hover-element 0.4s;
    animation: hover-element 0.4s; }

.descr-adv-icon_inst {
  background-image: url(../images/icons/installation.svg); }
  .descr-adv-icon_inst:hover::before {
    content: "";
    position: absolute;
    top: 33px;
    left: -3px;
    border: 10px solid #524D4D;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-animation: hover-element 0.4s;
    animation: hover-element 0.4s; }
  .descr-adv-icon_inst:hover::after {
    content: "Наши специалисты помогут Вам с установкой освещения";
    position: absolute;
    top: 46px;
    left: -26px;
    z-index: 5;
    width: 100px;
    height: 72px;
    line-height: 1.3;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 11px;
    text-align: left;
    text-transform: initial;
    color: white;
    background-color: #524D4D;
    border-radius: 5px;
    -webkit-animation: hover-element 0.4s;
    animation: hover-element 0.4s; }

.descr-adv-icon_guarant {
  background-image: url(../images/icons/guarantee.svg); }
  .descr-adv-icon_guarant:hover::before {
    content: "";
    position: absolute;
    top: 33px;
    left: -3px;
    border: 10px solid #524D4D;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-animation: hover-element 0.4s;
    animation: hover-element 0.4s; }
  .descr-adv-icon_guarant:hover::after {
    content: "Мы бесплатно дарим Вам дополнительный год гарантии на всю продукцию";
    position: absolute;
    top: 46px;
    left: -26px;
    z-index: 5;
    width: 100px;
    height: 72px;
    line-height: 1.3;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 11px;
    text-align: left;
    text-transform: initial;
    color: white;
    background-color: #524D4D;
    border-radius: 5px;
    -webkit-animation: hover-element 0.4s;
    animation: hover-element 0.4s; }

.product_container .price {
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  color: #ee1e1e;
  letter-spacing: -0.5px;
  white-space: nowrap;
  font-family: "Roboto", sans-serif; }

.product_container:hover .image {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: solid 1px #a8a8a8;
  border: none; }

.btn-to-full {
  -webkit-box-shadow: 0px -10px 20px 5px #ffffff;
          box-shadow: 0px -10px 20px 5px #ffffff; }

.discount-window,
.discount-window2 {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1000; }

.modal-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: #000000;
  opacity: .1;
  width: 100vw;
  height: 100vh;
  z-index: 1000; }
