body {
  font-size: 13px;
  color: #282828;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
.disabled-property {
    opacity: .5;
    pointer-events: none;
}
.filter.color .disabled-property,.filter-image .disabled-property {
  opacity: .1;
}
.container-fluid, .content-wrap {
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.container-fluid {
  max-width: 1920px;
  margin-left: 0;
  margin-right: 0;
}

h1, .h1 {
  font-size: 25px;
}

h3, .h3 {
  font-size: 18px;
}

label {
  font-weight: normal;
}

input {
  outline: none;
  font-weight: normal;
  height: 43px;
  font-size: 14px;
  border: 1px solid #dae2e6;
  text-indent: 10px;
}

input[type=text] {
  border-color: #dae2e6;
}

input[type=number] {
  max-width: 115px;
  text-align: center;
  width: 100%;
  text-indent: 12px;
}

select {
  min-height: 42px;
  border: 1px solid #dae2e6;
  cursor: pointer;
  font-size: 14px;
}

select:active, select:focus {
  outline: none;
}

textarea {
  font-size: 14px;
  border: 1px solid #dae2e6;
  text-indent: 10px;
  padding: 10px 0;
}

textarea:active, textarea:focus {
  outline: none;
}

table {
  font-size: 14px;
}

table .title {
  font-weight: bold;
}

table td {
  padding: 15px 10px;
  border: 1px solid #ddd;
}

ul {
  margin: 0;
}

ul.list-inline li {
  padding-left: 0;
  padding-right: 0;
}

a {
  color: #282828;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}

a:hover, a:focus {
  outline: none;
}

a:active, a:visited {
  text-decoration: none;
}

.content-wrap {
  margin-left: 285px;
}

.drop-block {
  display: none;
  position: absolute;
  background-color: #fff;
  color: #282828;
  text-transform: none;
  z-index: 10;
  text-align: left;
}

.drop-block a {
  color: #282828;
  text-transform: none;
}

.drop-block:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: -16px;
  top: 13px;
  border: 8px solid;
  border-color: transparent #fff transparent transparent;
}

.closer {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 21px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}

.closer:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.owl-carousel .owl-nav {
  position: absolute;
  right: 25px;
  bottom: 10px;
}

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  border-radius: 0;
  margin-right: 1px;
}

.owl-carousel.owl-main-carousel {
  height: 100vh;
  width: 100vw;
  position: absolute;
  left: 0;
}

.owl-carousel.owl-main-carousel a {
  cursor: default;
}

.owl-carousel.owl-main-carousel a.c-pointer {
  cursor: pointer;
}

.owl-carousel.owl-main-carousel a:hover {
  text-decoration: none;
}

.owl-carousel.owl-main-carousel a div {
  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;
}

.owl-carousel.owl-main-carousel a h1 {
  color: #fff;
  font-size: 38px;
  margin: 0;
  font-weight: bold;
  padding: 8px;
  text-align: center;
}

.owl-carousel.owl-main-carousel .owl-stage, .owl-carousel.owl-main-carousel .owl-stage-outer, .owl-carousel.owl-main-carousel .owl-item, .owl-carousel.owl-main-carousel .item {
  height: 100%;
}

.disabled {
  cursor: not-allowed;
}

.nav.nav-tabs {
  border-bottom: 1px solid #dae2e6;
  white-space: nowrap;
  overflow-x: auto;
  height: 70px;
}

.nav.nav-tabs li {
  margin-right: 0;
}

.nav.nav-tabs li:hover {
  background-color: transparent;
}

.nav.nav-tabs li.active a {
  opacity: 1;
}

.nav.nav-tabs a {
  font-size: 14px;
  font-weight: 700;
  padding: 10px 0 14px;
  margin-right: 25px;
  color: #818692;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
}

.nav.nav-tabs a:hover, .nav.nav-tabs a:focus {
  opacity: 1;
}

.policy-agreement a {
  text-decoration: underline;
}

.empty-list {
  padding: 60px 0;
  font-size: 18px;
}

.header-top-city_select {
  margin: -10px 0 30px;
}

.header-top-city_select a:hover {
  color: #fff;
  text-decoration: none;
}

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

.d-block {
  display: block;
}

.d-i-block {
  display: inline-block;
}

/* Positions */
ul.pos-fixed {
  position: fixed;
  top: 0;
  left: auto;
  right: auto;
}

.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

.pos-static {
  position: static;
}

.pos-sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 15px;
}

/* *** */
/* Flex rules */
.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

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

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* *** */
/* Blocks align */
.float-l {
  float: left;
}

.float-r {
  float: right;
}

.m-auto {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.m-l-auto {
  display: block;
  margin-left: auto;
}

.m-r-auto {
  display: block;
  margin-right: auto;
}

div.left-side {
  padding-left: 0;
}

div.right-side {
  padding-right: 0;
}

/* Colors */
.c-red {
  color: #ff0000;
}

.c-green {
  color: #62b959;
}

/* *** */
/* Background colors */
.bg-red {
  background-color: #ff0000;
}

.bg-green {
  background-color: #62b959;
}

/* *** */
/* Widths & Heights */
.w-50 {
  width: 50%;
}

.w-100 {
  width: 100%;
}

input.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

/* *** */
/* Fonts */
.fz10 {
  font-size: 10px;
}

.fz12 {
  font-size: 12px;
}

.fz14 {
  font-size: 14px;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.fz22 {
  font-size: 22px;
}

.fz24 {
  font-size: 24px;
}

.fz26 {
  font-size: 26px;
}

.font-l {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.font-r, body {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.font-m {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.font-b {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-style: normal;
}

/* Heading's font*/
.font-alt-r, h1, .h1, h2, h3, h4, .product-view_table .product-name a {
  font-family: "Roboto-Cons", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.font-alt-b, .page-compare tr.table-title td, .page-compare tr.table-subtitle td, footer h3 {
  font-family: "Roboto-Cons", sans-serif;
  font-weight: bold;
  font-style: normal;
}

/* *** */
/* Borders */
.border-gray {
  border: 1px solid #e5e5e5;
}

/* *** */
/* Margins & Paddings */
.m-0 {
  margin: 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.p-0 {
  padding: 0;
}

/* *** */
/* Icons */
.icon-vk, .icon-facebook, .icon-insta, .icon-twit {
  display: inline-block;
}

.icon {
  display: inline-block;
  background-repeat: no-repeat;
  cursor: pointer;
}

.icon.icon-newspaper-stub {
  background-image: url(../img/icons/newspaper-stub.svg);
  background-repeat: no-repeat;
  display: block;
  margin: auto;
  width: 120px;
  height: 120px;
}

.icon.icon-favorite {
  background-image: url(../img/icons/icon-favorite.svg);
  height: 18px;
  width: 20px;
}

.icon.icon-favorite-menu {
  background-image: url(../img/icons/icon-favorite-menu.svg);
  height: 26px;
  width: 29px;
}

.icon.icon-favorite-menu:hover {
  background-position: -31px 0;
}

.icon.icon-compare-product {
  background-image: url(../img/icons/icon-compare-product.svg);
  height: 18px;
  width: 20px;
}

.icon.icon-compare {
  background-image: url(../img/icons/icon-compare.svg);
  height: 26px;
  width: 27px;
}

.icon.icon-compare:hover {
  background-position: -29px 0;
}

.icon.icon-home {
  background-image: url(../img/icons/icon-home.svg);
  height: 20px;
  width: 19px;
}

.icon.icon-home:hover {
  background-position: -21px 0;
}

.icon.icon-menu {
  background-image: url(../img/icons/icon-menu.svg);
  height: 24px;
  width: 28px;
}

.icon.icon-menu:hover {
  background-position: -27px 0;
}

.icon.icon-rating-star {
  display: inline-block;
  height: 10px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.icon.icon-rating-star.rating {
  width: 62px;
  background-repeat: repeat-x;
  opacity: 0.3;
}

.icon.icon-rating-star.value {
  background: url("../img/icons/star-active.svg") top left repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
}

.icon.icon-magnifer {
  background-image: url(../img/icons/icon-magnifer.svg);
  height: 20px;
  width: 20px;
}

.icon.icon-user {
  background-image: url(../img/icons/icon-user.svg);
  height: 25px;
  width: 24px;
}

.icon.icon-user:hover {
  background-position: -24px 0;
}

.icon.icon-bag {
  background-image: url(../img/icons/icon-shopping-bag.svg);
  height: 26px;
  width: 22px;
}

.icon.icon-bag:hover {
  background-position: -22px 0;
}

/* *** */
/* Other */
.decor-underline {
  text-decoration: underline;
  cursor: pointer;
}

.text-t-uppercase {
  text-transform: uppercase;
}

.table-l-fixed {
  table-layout: fixed;
}

.table-delimiter {
  height: 40px;
}

.cursor-p {
  cursor: pointer;
}

.fa.fa-angle-right, .fa.fa-angle-left {
  display: inline-block;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

/* On media */
@media (max-width: 991px) {
  .d-flex-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-block-sm {
    display: block;
  }
  .d-i-block-sm {
    display: inline-block;
  }
  .flex-wrap-sm {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .m-auto-sm {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .text-center-sm {
    text-align: center;
  }
  .hidden-on-sm {
    display: none;
  }
}

@media (max-width: 767px) {
  .d-flex-xs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-block-xs {
    display: block;
  }
  .d-i-block-xs {
    display: inline-block;
  }
  .flex-wrap-xs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .text-center-xs {
    text-align: center;
  }
  .m-auto-xs {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .hidden-on-xs {
    display: none;
  }
  .flex-nowrap-xs {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media (max-width: 500px) {
  .visible-xxs {
    display: block;
  }
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  max-width: 280px;
  width: 100%;
  background-color: #383734;
  padding: 13px 36px;
  color: #b0b0b0;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.header a {
  color: #b0b0b0;
  font-size: 13px;
  text-transform: uppercase;
}

.header nav .drop-block:hover {
  display: block;
}

.header nav.desktop a:hover {
  color: #fff;
}

.header ul a {
  padding: 10px 0;
  display: inline-block;
}

.header .search-form {
  margin-bottom: 20px;
}

.header .contacts {
  margin: 10px 0 30px;
}

.header .contacts a {
  margin-left: 3px;
}

.header .social-block {
  margin-top: 40px;
}

.header .social-block a {
  width: 34px;
  height: 34px;
  line-height: 37px;
  display: inline-block;
  text-align: center;
}

.header .social-block a:last-child {
  margin-right: 0;
}

.header .social-block .fa {
  color: #fff;
  font-size: 17px;
}

.header .logo-in-menu {
  margin: 15px;
}

.header .logo-in-menu .logo {
  float: none;
  display: block;
  width: 100%;
}

.user-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.user-tool {
  display: inline-block;
  position: relative;
}

.user-tool.account .drop-block {
  left: -15px;
}

.user-tool.account p {
  margin-bottom: 5px;
}

.user-tool.account p.user-balance {
  padding-bottom: 5px;
  border-bottom: 1px solid #383734;
}

.user-tool .counter {
  background-color: #ff0000;
  position: absolute;
  top: -5px;
  right: -10px;
  color: #fff;
  text-align: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  font-size: 10px;
  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;
}

.user-tool .drop-block {
  background-color: #fff;
  position: absolute;
  top: 40px;
  left: -15px;
  border-top: 7px solid;
  width: 300px;
  padding: 20px 15px;
  -webkit-box-shadow: 8px 5px 8px -5px rgba(0, 0, 0, 0.4);
          box-shadow: 8px 5px 8px -5px rgba(0, 0, 0, 0.4);
  z-index: 99;
}

.user-tool .drop-block a {
  text-transform: none;
  color: #282828;
  padding: 5px 0;
}

.user-tool .drop-block li:last-child a {
  padding-bottom: 0;
}

.user-tool .drop-block:after {
  content: none;
}

.user-tool .drop-block:before {
  content: '';
  position: absolute;
  top: -15px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid;
}

.active .drop-block {
  display: block;
}

.active + .rs-popup-cart .drop-block {
  display: block;
}

.logo {
  margin: 30px 0;
  text-align: center;
}

.logo .slogan {
  margin-top: 10px;
  white-space: nowrap;
}

.nav-category .trigger {
  padding: 10px 0;
  display: block;
}

.nav-category .trigger:hover {
  text-decoration: underline;
  cursor: pointer;
}

.nav-category .trigger .menu-open {
  display: none;
}

.nav-category .trigger .fa {
  float: right;
}

.nav-category .drop-block {
  left: 100%;
  top: 0;
  min-height: 100vh;
  width: 100%;
  color: #383734;
  -webkit-box-shadow: 0 3px 15px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 15px -2px rgba(0, 0, 0, 0.3);
}

.nav-category .drop-block:before {
  content: none;
  position: absolute;
  width: 40px;
  height: 100%;
  left: -40px;
  top: 0;
  z-index: 10;
}

.nav-category .drop-block:after {
  content: none;
}

.nav-category .drop-block.parent {
  left: 100%;
  top: 0;
  min-height: 100vh;
}

.nav-category .drop-block li {
  padding: 0 8px;
}

.nav-category .drop-block li:first-child {
  padding-top: 10px;
}

.nav-category .drop-block li:last-child {
  padding-bottom: 10px;
}

.nav-category .drop-block a {
  color: #383734;
  padding: 10px 5px;
  text-transform: none;
  display: block;
}

.nav-category .drop-block a:hover {
  background-color: #f4f4f4;
  text-decoration: none;
}

.nav-category .drop-block .has-child {
  position: static;
}

.nav-category .drop-block .has-child:after {
  content: none;
  position: absolute;
  width: 0;
  height: 0;
  right: -10px;
  top: 30%;
  border: 8px solid;
  border-color: transparent #fff transparent transparent;
  z-index: 10;
}

.nav-category .drop-block .has-child:before {
  content: none;
  position: absolute;
  width: 20px;
  height: 100%;
  left: -20px;
  top: 0;
  z-index: 10;
}

.nav-category .drop-block .has-child .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  float: right;
  border-radius: 50%;
  background: #f4f4f4;
  -webkit-transition: all linear .3s;
  transition: all linear .3s;
  position: relative;
  top: 5px;
}

.nav-category .drop-block .has-child:hover > a .dot {
  background-color: #62b959;
}

.nav-category .drop-block .has-child:hover > .drop-block {
  display: block;
}

form#rs-cart-form .list {
  border-top: 1px solid #ddd;
  margin: 6px 0;
  border-bottom: 1px solid #ddd;
  height: 205px;
  overflow: auto;
}

form#rs-cart-form .item {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
  text-align: center;
}

form#rs-cart-form .name {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

form#rs-cart-form .item-price {
  margin-top: 10px;
}

form#rs-cart-form .discount {
  text-decoration: line-through;
}

form#rs-cart-form .discount + .price {
  color: #ff0000;
}

form#rs-cart-form .offers {
  margin-bottom: 6px;
  font-style: italic;
  font-weight: bold;
  color: gray;
}

form#rs-cart-form .offers:last-child {
  margin-bottom: 10px;
}

form#rs-cart-form .decide .btn-theme {
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  width: 100%;
  max-width: 185px;
}

form#rs-cart-form .decide .btn-theme:first-child {
  margin-bottom: 8px;
}

form#rs-cart-form .decide .btn-theme:hover {
  color: #282828;
}

form#rs-cart-form .item-del a {
  font-size: 20px;
}

form#rs-cart-form .item-del a:hover, form#rs-cart-form .item-del a:active {
  cursor: pointer;
  text-decoration: none;
}

form#rs-cart-form .multiOffers {
  margin-bottom: 10px;
}

form#rs-cart-form .multiOffers .multiofferValue {
  font-style: italic;
  font-weight: bold;
  color: gray;
  margin-top: 8px;
}

form#rs-cart-form .sum {
  margin-bottom: 15px;
}

form#rs-cart-form .drop-block {
  z-index: 100;
}

.search-form {
  position: relative;
}

.search-form label {
  z-index: 1;
  margin-bottom: 0;
}

.search-form input {
  background-color: #282828;
  height: 40px;
  font-size: 14px;
  padding: 10px 15px;
  border: none;
}

.search-form button {
  right: 9px;
  top: 9px;
}

.search-form .ui-autocomplete {
  position: absolute;
  top: 50px !important;
  list-style: none;
  background-color: #fff;
  z-index: 200;
  left: -15px;
  border-top: 7px solid;
  width: 300px;
  padding: 0;
  overflow-y: auto;
  height: 230px;
}

.search-form .ui-autocomplete .ui-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  cursor: pointer;
}

.search-form .ui-autocomplete .ui-menu-item .image {
  min-width: 62px;
  text-align: center;
  margin-right: 10px;
}

.search-form .ui-autocomplete .ui-menu-item a {
  text-transform: none;
}

.search-form .ui-autocomplete .ui-menu-item.ui-state-focus {
  background-color: #eaeaea;
}

.search-form .ui-autocomplete .ui-menu-item.ui-state-focus a {
  background-color: transparent;
}

.btn-fake {
  padding: 10px 0;
  display: none;
}

.search-form.active label {
  display: block;
  max-width: 208px;
  width: 100%;
}

.btn-theme {
  display: inline-block;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  border: 1px solid #dae2e6;
  width: 100%;
  text-align: center;
  max-width: 108px;
  padding: 6px 9px;
}

.btn-theme.rs-continue {
  min-width: 155px;
}

.btn-theme.m-auto {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.btn-theme.feedback {
  margin: 25px 0;
}

.btn-theme:hover {
  text-decoration: none;
  color: #fff;
}

.btn-theme.w-100 {
  width: 100%;
  max-width: 100%;
}

.btn-theme.black {
  color: #fff;
}

.btn-theme.black:hover {
  border: 1px solid #dae2e6;
  background-color: #fff;
}

.btn-theme.disabled {
  background-color: #ff0000;
  color: #fff;
  border-color: #ff0000;
}

.btn-theme.disabled:hover {
  background-color: #e60000;
  border-color: #e60000;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
}

.product-featured {
  margin-top: 50px;
  margin-bottom: 35px;
  padding: 0 15px;
}

.product-compare .fa.fa-bar-chart {
  color: #fff;
  font-size: 20px;
  top: 9px;
  position: relative;
}

.product-view_block {
  margin-bottom: 30px;
  overflow: hidden;
  background-color: #fff;
}

.product-view_block:hover {
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
}

.product-view_block:hover .btn-theme {
  color: #fff;
}

.product-view_block:hover .btn-theme.disabled {
  background-color: #ff0000;
  border-color: #ff0000;
}

.product-view_block .product-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-view_block .product-category {
  margin-bottom: 5px;
}

.product-view_block .product-image {
  position: relative;
  overflow: hidden;
  padding: 10px 5px;
}

.product-view_block .product-image img {
  margin: 0 auto;
  display: block;
}

.product-view_block .product-info {
  padding: 0 0 20px;
  position: relative;
}

.product-view_block .product-name {
  height: 39px;
  overflow: hidden;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.product-view_block .product-name a {
  font-size: 14px;
}

.product-view_block .product-name a:hover {
  text-decoration: none;
}

.product-view_block .product-name:after {
  background-image: url(../img/gradient_white.png);
  height: 20px;
  width: 35px;
  position: absolute;
  bottom: 0;
  content: '';
  background-size: contain;
  right: 0;
}

.product-ticket_block {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}

.product-ticket_block .ticket {
  font-size: 11px;
  min-width: 40px;
  text-align: center;
  border-radius: 40px;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  padding: 6px;
  margin-bottom: 5px;
  background-color: #62b959;
}

.product-add {
  margin-top: 10px;
}

.product-add .btn-theme {
  width: 100%;
}

.product-add_cart {
  position: relative;
}

.container-favorite, .container-compare, .container-favorite_del {
  z-index: 10;
}

.product-favorite_del:hover {
  color: #fff;
}

.product-favorite_del .fa {
  font-size: 20px;
}

.product-favorite, .product-compare, .product-favorite_del {
  height: 32px;
  width: 32px;
  text-align: center;
  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;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  border: 1px solid #dae2e6;
}

.product-favorite:hover, .product-compare:hover, .product-favorite_del:hover {
  background-color: #fff;
}

.product-favorite:hover .icon {
  background-position: -21px 0;
}

.product-compare:hover .icon {
  background-position: -19px 0;
}

.rs-favorite.rs-in-favorite .product-favorite .icon {
  background-position: -21px 0;
}

.rs-compare.rs-in-compare .product-compare .icon {
  background-position: -19px 0;
}

.product-price_block {
  margin: 15px 0;
}

.product-price_block .product-price.old {
  font-size: 14px;
  text-decoration: line-through;
  line-height: 21px;
}

.product-price_block .product-price.old + .product-price {
  color: #ff0000;
}

.product-view_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
}

.product-view_table .product-image {
  position: relative;
  display: inline-block;
  padding: 10px;
  width: 25%;
  overflow: hidden;
}

.product-view_table .btn-theme {
  max-width: 108px;
  position: relative;
  top: 2px;
  height: 32px;
}

.product-view_table .container-compare, .product-view_table .container-favorite {
  position: static;
  display: inline-block;
  margin-right: 1px;
}

.product-view_table .container-compare a, .product-view_table .container-favorite a {
  display: inline-block;
}

.product-view_table .container-compare .product-compare {
  display: inline-block;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.product-view_table .container-compare .icon {
  position: relative;
  top: 5px;
}

.product-view_table .container-favorite .product-favorite {
  display: inline-block;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.product-view_table .container-favorite .icon {
  position: relative;
  top: 6px;
}

.product-view_table h4 {
  margin-bottom: 10px;
  display: inline-block;
}

.product-view_table h4 a:hover {
  color: inherit;
}

.product-view_table .product-price_block {
  margin: 5px 0;
}

.product-view_table .product-price_block .product-price {
  font-weight: bold;
  font-size: 22px;
}

.product-view_table .product-price_block .old {
  font-size: 16px;
}

.product-view_table .product-info {
  display: inline-block;
  margin-left: 20px;
  margin-top: 25px;
  width: 65%;
  position: relative;
}

.product-view_table .product-name a {
  border: none;
  font-size: 14px;
  color: #666;
}

.product-view_table .product-btns {
  margin-top: 55px;
}

.product-view_table .rs-favorite .in, .product-view_table .rs-compare .in {
  display: inline-block;
}

.product-view_table .rs-favorite .out, .product-view_table .rs-compare .out {
  display: none;
}

.product-view_table .rs-favorite.rs-in-favorite .in, .product-view_table .rs-compare.rs-in-compare .in {
  display: none;
}

.product-view_table .rs-favorite.rs-in-favorite .out, .product-view_table .rs-compare.rs-in-compare .out {
  display: inline-block;
}

.product-rating {
  background: url("../img/icons/star.svg") top left repeat-x;
  display: inline-block;
  height: 15px;
  margin: 5px 0 0 0;
  width: 100px;
  position: relative;
}

.product-rating .value {
  position: absolute;
  top: 3px;
  left: 0;
}

.subscribe-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.subscribe-wrap h3 {
  margin-top: 0;
}

.subscribe-wrap form {
  position: relative;
}

.subscribe-wrap form #email {
  max-width: 375px;
  width: 100%;
  height: 44px;
  border-radius: 30px 0 0 30px;
  text-indent: 10px;
}

.subscribe-wrap .send {
  position: absolute;
  right: -120px;
  top: 0;
  color: #fff;
  width: 120px;
  height: 44px;
  outline: none;
  border: none;
  padding: 0;
  line-height: 0;
  border-radius: 0 30px 30px 0;
  text-transform: capitalize;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#debug-top-block + .header .mob-menu_sidebar {
  top: 62px;
}

.open .mob-menu_sidebar, .open .overlay-layer {
  left: 0;
  visibility: visible;
}

.mob-menu_sidebar {
  position: fixed;
  left: -100%;
  top: 0;
  width: 250px;
  height: 100%;
  z-index: 100;
  cursor: auto;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  background-color: #1d1e20;
  color: #fff;
  overflow-y: auto;
  visibility: hidden;
}

.mob-menu_sidebar .trigger {
  float: right;
  cursor: pointer;
  top: 0;
  right: 0;
  width: 41px;
  height: 40px;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}

.mob-menu_sidebar .trigger:hover i, .mob-menu_sidebar .trigger.active i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.mob-menu_sidebar ul {
  text-align: left;
}

.mob-menu_sidebar ul li {
  line-height: 12px;
  border-top: 1px solid #242527;
}

.mob-menu_sidebar ul li:last-child {
  border-bottom: 1px solid #242527;
}

.mob-menu_sidebar ul li a {
  color: #fff;
  padding: 15px 15px 11px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  text-transform: none;
}

.mob-menu_sidebar ul li.has-child > .children li a {
  font-size: 12px;
  margin-left: 10px;
}

.mob-menu_sidebar ul li.has-child > .children .has-child > .children li a {
  font-size: 11px;
  margin-left: 15px;
}

.mob-menu_sidebar .city-select {
  padding: 15px 0 11px 15px;
  position: relative;
}

.mob-menu_sidebar .city-select .mob-menu_close {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  width: 41px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  -webkit-transition: all linear .3s;
  transition: all linear .3s;
}

.mob-menu_sidebar .city-select .mob-menu_close:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mob-menu_sidebar .city-select .header-top-city_select {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.mob-menu_sidebar .city-select .header-top-city_select a {
  padding: 0;
  display: inline-block;
  margin-left: 8px;
  text-transform: none;
}

.mob-menu_sidebar .has-child .children {
  display: none;
}

.mob-menu_sidebar .has-child .children li a {
  font-size: 13px;
}

.mob-menu_sidebar .contacts {
  padding-left: 15px;
}

.overlay-layer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 99;
  visibility: hidden;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.breadcrumbs {
  height: 43px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 98;
}

.breadcrumbs ul {
  padding: 9px 0;
  min-height: 0;
  background-color: #fff;
  width: 100%;
  margin: 0;
  overflow: auto;
  white-space: nowrap;
}

.breadcrumbs ul li {
  margin-right: 13px;
}

.breadcrumbs ul li a, .breadcrumbs ul li span {
  font-size: 13px;
}

.breadcrumbs ul li:last-child {
  display: none;
  margin-right: 0;
}

.catalog-page h1 {
  margin-bottom: 20px;
}

.catalog-page article {
  margin-bottom: 20px;
}

.catalog-page article p:last-child {
  margin-bottom: 0;
}

.catalog-page_subcategory {
  margin-bottom: 12px;
}

.catalog-page_subcategory a {
  display: inline-block;
  padding: 8px;
  border: 1px solid #b0b0b0;
  cursor: pointer;
  text-align: center;
  margin-bottom: 3px;
}

.catalog-page_subcategory a:hover {
  text-decoration: none;
}

.catalog-page_sort {
  padding: 10px 0;
  border-top: 1px solid #b0b0b0;
}

.catalog-page_sort i {
  font-size: 20px;
}

.catalog-sort_pagesize {
  margin-left: 10px;
}

.catalog-page_product-view {
  display: inline-block;
  margin-right: 15px;
}

.catalog-page_product-view a {
  cursor: pointer;
  display: inline-block;
}

.catalog-page_product-view .fa {
  color: rgba(0, 0, 0, 0.6);
}

.catalog-page_product-view .fa:hover {
  color: #000;
}

.catalog-page_product-view .active .fa {
  color: #000;
}

.catalog-page_product-view .active .fa:hover {
  color: rgba(0, 0, 0, 0.6);
}

.catalog-page_product-view .catalog-sort_list {
  position: relative;
  top: 0;
}

.catalog-page_product-view .catalog-sort_list i {
  font-size: 21px;
}

.catalog-page_product-view .catalog-sort_table {
  margin-left: 5px;
}

.dropdown-toggle .trigger {
  display: inline-block;
  padding: 8px;
  border: 1px solid #b0b0b0;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  position: relative;
}

.dropdown-menu {
  top: 24px;
  right: 0;
  left: auto;
  border-radius: 0;
}

.catalog-table .col-item {
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}

.paginator {
  text-align: right;
  border-top: solid 1px #efefef;
  padding-top: 25px;
  margin-top: 20px;
}

.paginator .active:hover {
  background-color: transparent;
}

.paginator .fa {
  -webkit-transition: none;
  transition: none;
}

.paginator a {
  border: 1px solid #efefef;
  height: 32px;
  width: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.paginator a:hover {
  text-decoration: none;
  color: #fff;
}

.catalog-filter .open .filters-all_block {
  right: 0;
  visibility: visible;
}

.catalog-filter i {
  font-size: 20px;
}

.catalog-filter .filter-buttons {
  margin: 20px 0 0;
  padding: 0 15px;
}

.catalog-filter .filters-all_block, .catalog-filter .filters-all_block-empty {
  display: inline-block;
}

.catalog-filter .filters-all_block {
  position: fixed;
  right: -100%;
  top: 0;
  width: 250px;
  height: 100%;
  z-index: 101;
  cursor: auto;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  background-color: #1d1e20;
  color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  visibility: hidden;
  padding-bottom: 40px;
}

.catalog-filter .filters-all_block a {
  color: #fff;
}

.catalog-filter .filters-all_block .filter.checkbox, .catalog-filter .filters-all_block .filter.radio {
  margin: 0;
}

.catalog-filter .filters-all_block .filter.color .checkbox-color_wrap input:checked + img {
  border-color: #fff;
}

.catalog-filter .filters-all_block .filter.color .checkbox-color_wrap img {
  border: 1px solid transparent;
  padding: 2px;
  margin-right: 2px;
}

.catalog-filter .filters-all_block .filter .trigger {
  float: right;
  cursor: pointer;
  width: 41px;
  height: 40px;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  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;
}

.catalog-filter .filters-all_block .filter .fa {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.catalog-filter .filters-all_block .filter .expand {
  cursor: pointer;
  display: block;
  line-height: 12px;
  border-top: 1px solid #242527;
}

.catalog-filter .filters-all_block .filter .expand .title {
  padding: 15px 15px 11px;
  font-size: 12px;
  overflow: hidden;
  display: inline-block;
}

.catalog-filter .filters-all_block .filter input {
  height: 30px;
  min-width: 1px;
  width: 100%;
  color: #111;
}

.catalog-filter .filters-all_block .filter input[type=checkbox] {
  height: auto;
  width: auto;
}

.catalog-filter .filters-all_block .filter .filter-input {
  display: none;
  padding: 15px;
}

.catalog-filter .filters-all_block .filter .filter-input label {
  display: inline-block;
  width: 46%;
}

.catalog-filter .filters-all_block .filter .filter-input label:first-child {
  margin-right: 3%;
}

.catalog-filter .filters-all_block .filter.filter-image label {
  width: auto;
}

.catalog-filter .filters-all_block .filter.filter-image img {
  padding: 2px;
  border: 1px solid transparent;
}

.catalog-filter .filters-all_block .filter.filter-image input {
  margin-right: 3px;
}

.catalog-filter .filters-all_block .filter.filter-image input:checked + label img {
  border-color: #fff;
}

.catalog-filter .filters-all_block .filter.checkbox-container, .catalog-filter .filters-all_block .filter .checkbox-selected {
  margin-top: 10px;
}

.catalog-filter .filters-all_block .filter.checkbox-container label, .catalog-filter .filters-all_block .filter .checkbox-selected label {
  display: block;
  width: 100%;
}

.catalog-filter .filters-all_block .filter .checkbox-selected {
  margin-bottom: 10px;
}

.catalog-filter .filters-all_block .filter .checkbox-selected label {
  font-weight: bold;
}

.catalog-filter .filters-all_block .filter.open .filter-input {
  display: block;
}

.catalog-filter .filters-all_block .filter.open .expand .fa {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.catalog-filter .filters-all_block .filter-remove {
  margin-left: 5px;
  font-weight: normal;
  font-size: 1.1em;
  position: relative;
  cursor: pointer;
  top: 1px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.catalog-filter .filters-all_block .filter-remove:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.catalog-filter .filters-all_block .filter-area_closed {
  border: none;
}

.catalog-filter .filters-all_block .filter-area_closed > span {
  border-left: 1px solid #242527;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 20px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.catalog-filter .filters-all_block .filter-area_closed > span:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.catalog-filter .filters-all.open .filters-all_block-empty {
  opacity: .6;
  -webkit-transition: all ease-in-out .9s;
  transition: all ease-in-out .9s;
}

.catalog-filter .filters-all_block-empty {
  background-color: #333;
  opacity: 0;
  height: 100%;
  width: 100%;
}

.catalog-filter .noUi-horizontal .noUi-origin .noUi-handle {
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.catalog-filter .noUi-handle:before, .catalog-filter .noUi-handle:after {
  content: none;
}

.catalog-filter .noUi-target {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.catalog-filter .noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  left: -11px;
  bottom: 6px;
  top: auto;
}

.catalog-filter .noUi-target .noUi-base {
  width: 99%;
  margin-left: auto;
  margin-right: auto;
}

.filter-title {
  cursor: pointer;
  margin: 0;
}

.filter.color .checkbox-color_wrap {
  padding: 10px;
}

.filter.color .checkbox-color_wrap label .color-block_wrap {
  position: relative;
  cursor: pointer;
  border: 1px solid transparent;
  margin-right: 3px;
  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;
  padding: 2px;
}

.filter.color .checkbox-color_wrap label .color-block_wrap .color-block {
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 1px solid #b0b0b0;
}

.filter.color .checkbox-color_wrap label input {
  display: none;
}

.filter.color .checkbox-color_wrap label input:checked + .color-block_wrap {
  border-color: #fff;
}

.wrapper_product-card {
  width: 100%;
  float: left;
  margin-bottom: 50px;
}

.product-page h1, .product-page .h1 {
  margin: 0 0 15px;
}

.product-page .h1 {
  display: none;
}

.product-page .container-favorite, .product-page .container-compare {
  position: relative;
  top: 5px;
}

.product-page .product-favorite, .product-page .product-compare {
  -webkit-transform: scale(1);
          transform: scale(1);
  height: 43px;
  width: 43px;
}

.product-page .product-compare, .product-page .product_quantity {
  margin-right: 5px;
}

.product-page .ya-share2__container_size_m .ya-share2__icon {
  height: 40px;
  width: 40px;
}

.product-page .product-ticket_block {
  right: 5px;
}

.product-page .product-main_photo {
  margin-bottom: 35px;
  position: relative;
}

.product-page .product-main_photo a {
  border: 1px solid #dae2e6;
  padding: 5px;
}

.product-page .h2 {
  line-height: 35px;
  margin: 0;
}

.product-page .rating-block .product-rating {
  margin: 0 10px 0 0;
}

.product-page .product-gallery_thumb button {
  background-color: #fff;
  opacity: .7;
  padding: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  margin: auto;
  display: block;
  border: 2px solid transparent;
  border-radius: 2px;
}

.product-page .product-gallery_thumb button:hover {
  opacity: 1;
}

.product-page .product-gallery_thumb .owl-item.in button {
  opacity: 1;
}

.product-page .deliveryCostListTitle a {
  color: blue;
  cursor: pointer;
}

.product-page .deliveryCostListTitle a:hover {
  text-decoration: underline;
}

.product-page .page-product_description {
  margin-bottom: 30px;
}

.product-page .page-product_description .myCost, .product-page .page-product_description .myCost + .price-currency {
  font-size: 21px;
  font-weight: bold;
}

.product-page .page-product_description .product-price.old {
  margin-right: 5px;
  position: relative;
  font-size: 14px;
}

.product-page .page-product_description .product-price.old:before {
  width: 100%;
  height: 1px;
  content: '';
  top: 10px;
  position: absolute;
}

.product-page .page-product_description.short {
  margin: 15px 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #ebebeb;
  color: #777;
  font-size: 14px;
}

.product-page .page-product_description.price {
  margin: 0;
}

.product-page .page-product_description.characteristics {
  margin-top: 15px;
}

.product-page .page-product_description.characteristics li {
  margin-bottom: 10px;
}

.product-page .page-product_description.amount {
  margin-bottom: 30px;
}

.product-page .deliveryCostBlock {
  padding: 10px 0 0 0;
}

.product-page .deliveryCostBlock .noDeliveryService {
  margin-bottom: 0;
}

.product-page .page-product_description.actions .btn-theme {
  margin-right: 5px;
  height: 43px;
  max-width: 125px;
  line-height: 28px;
  margin-bottom: 10px;
}

.product-page .page-product_description.actions .d-i-block {
  margin-bottom: 10px;
}

.product-page .icon-share {
  position: relative;
  top: 3px;
}

.product-page .product-rating .value {
  height: 15px;
  background: url("../img/icons/star-active.svg") top left repeat-x;
  position: absolute;
  top: 0;
  left: 0;
}

.product-offers .product-offers_pname {
  font-size: 1.5em;
  display: inline-block;
}

.product-offers select {
  padding: 10px 5px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  margin-bottom: 13px;
  min-width: 43px;
}

.product-offers select + .caret {
  content: '';
  position: absolute;
  right: 5px;
  top: 35%;
}

.product-offers .product-offers_item {
  margin-top: 15px;
}

.product-offers .product-offers_item select {
  max-width: 100%;
  width: 50%;
  text-indent: 10px;
  margin-bottom: 13px;
}

.product-offers .product-offers_item label {
  margin-bottom: 13px;
}

.product-offers .product-offers_item label img {
  border: 1px solid transparent;
}

.product-offers .product-offers_title {
  display: block;
  margin-bottom: 13px;
}

.product-offers .type-radio {
  display: inline-block;
}

.product-offers .type-radio input {
  height: auto;
  width: auto;
  min-width: 10px;
  position: absolute;
}

.product-offers .type-radio input:checked + span {
  color: #fff;
}

.product-offers .type-radio label {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.product-offers .type-radio label .fa {
  position: absolute;
  top: 2px;
  left: 2px;
}

.product-offers .type-radio label span {
  font-weight: bold;
  border: 1px solid #dae2e6;
  min-width: 43px;
  height: 43px;
  margin-right: 3px;
  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;
  padding: 5px;
}

.product-offers .type-radio label input {
  cursor: pointer;
  opacity: 0;
}

.product-offers .type-color {
  display: inline-block;
}

.product-offers .type-color input {
  height: auto;
  width: auto;
  min-width: 10px;
}

.product-offers .type-color label {
  position: relative;
  cursor: pointer;
  border: 1px solid #b0b0b0;
  width: 30px;
  height: 30px;
  border-radius: 38px;
  margin-right: 10px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.product-offers .type-color label .fa {
  position: absolute;
  top: 2px;
  left: 2px;
}

.product-offers .type-color label input {
  cursor: pointer;
  opacity: 0;
}

.product-offers .type-color label:hover {
  border-color: #000;
}

.product-offers .type-color .color-circle {
  position: absolute;
  top: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  left: 3px;
  width: 22px;
  height: 22px;
  border-radius: 20px;
}

.product_quantity {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
}

.product_quantity .quantity {
  position: relative;
  display: inline-block;
}

.product_quantity .quantity-button {
  position: absolute;
  width: 34px;
  height: 41px;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  top: 1px;
  background-color: #fff;
  text-align: center;
}

.product_quantity .quantity-button.quantity-up {
  right: 1px;
  border-left: 1px solid #dae2e6;
  line-height: 41px;
}

.product_quantity .quantity-button.quantity-down {
  left: 1px;
  border-right: 1px solid #dae2e6;
  line-height: 27px;
}

.product_quantity .quantity-text {
  margin-right: 15px;
}

.page-product_content-wrap {
  background-color: #f4f4f4;
  margin-bottom: 60px;
}

.card-product_rating .btn-theme {
  max-width: 170px;
}

.page-product_content {
  padding-top: 15px;
  margin-bottom: 45px;
}

.page-product_content .btn-theme {
  margin-left: 5px;
  height: 43px;
  line-height: 28px;
  font-size: 14px;
  max-width: 210px;
}

.page-product_content table {
  width: 100%;
}

.page-product_content p, .page-product_content label, .page-product_content .group span {
  font-size: 14px;
}

.page-product_content .nav.nav-tabs {
  margin: 35px 0 45px;
}

.page-product_content .review {
  margin-top: 10px;
}

.page-product_content .review label {
  display: block;
  margin-top: 5px;
}

.page-product_content .review-text {
  margin-top: 25px;
  margin-bottom: 25px;
}

.page-product_content .review-list {
  margin-bottom: 24px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dae2e6;
}

.page-product_content .review-answer form {
  margin-bottom: 24px;
  border-bottom: 1px solid #dae2e6;
}

.page-product_content .review-answer .group {
  margin: 25px 0;
}

.page-product_content .review-answer .group .stars-block {
  margin-top: 10px;
}

.page-product_content .review-answer .group .stars-block i {
  mask: url(../img/icons/star-rating.svg);
  -webkit-mask: url(../img/icons/star-rating.svg);
  background: #ffd200;
  height: 20px;
  width: 20px;
  display: inline-block;
  opacity: .3;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}

.page-product_content .review-answer .group .stars-block i.active {
  opacity: 1;
}

.page-product_content .review-answer textarea {
  width: 100%;
  display: block;
}

.page-product_content .review-answer label {
  display: block;
}

.page-product_content .review-answer label > span {
  margin-bottom: 5px;
  font-weight: normal;
  display: block;
}

.page-product_content .review-answer input[type=user_name] {
  margin-top: 5px;
}

.page-product_content .formFieldError {
  color: #e00;
}

.mobile_nav-tabs {
  margin-bottom: 5px;
  cursor: pointer;
}

.mobile_nav-tabs span {
  font-size: 1.5em;
}

.mobile_nav-tabs.open .arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.mobile_nav-tabs .arrow {
  float: right;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.mobile_nav-tabs .arrow.rotated {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.lg-outer .lg-thumb.group .lg-thumb-item {
  max-width: 60px;
  max-height: 60px;
  cursor: pointer;
  border-radius: 0;
}

.share-block {
  display: none;
  margin: 14px 0 0;
  padding: 28px 0 0;
  border-top: 1px solid #dae2e6;
}

#tab-stock table thead td {
  font-size: 1em;
  font-weight: bold;
}

#tab-stock table a:hover {
  text-decoration: underline;
}

/*zoom settings*/
.zoomPad {
  position: relative;
  cursor: crosshair;
}

.zoomPreload {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #333;
  font-size: 12px;
  text-decoration: none;
  border: 1px solid #CCC;
  background-color: white;
  padding: 8px;
  text-align: center;
  background-image: url(../img/zoomloader.gif);
  background-repeat: no-repeat;
  background-position: 43px 30px;
  z-index: 2;
  width: 90px;
  height: 43px;
  position: absolute;
  top: 0;
  left: 0;
}

.zoomPup {
  overflow: hidden;
  background-color: #FFF;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 3;
  position: absolute;
  border: 1px solid #CCC;
  cursor: pointer;
}

.zoomOverlay {
  position: absolute;
  left: 0;
  top: 0;
  background: #FFF;
  /*opacity:0.5;*/
  width: 100%;
  height: 100%;
  display: none;
  z-index: 2;
}

.zoomWindow {
  -webkit-box-shadow: 1px 1px 3px #585858;
          box-shadow: 1px 1px 3px #585858;
  position: absolute;
  left: 110%;
  top: 40px;
  background: #FFF;
  z-index: 3;
  height: auto;
}

.zoomWrapper {
  position: relative;
  border: 1px solid #999;
}

.zoomWrapperTitle {
  display: block;
  background: #999;
  color: #FFF;
  height: 18px;
  line-height: 18px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
}

.zoomWrapperImage img {
  border: 0px;
  display: block;
  position: absolute;
}

.zoomIframe {
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position: absolute;
  display: block;
}

.extra-section {
  background-color: #f4f4f4;
  padding: 60px 15px 45px;
  margin-bottom: -80px;
}

.extra-section .lastviewed h3, .extra-section .recommended h3 {
  border-color: #e1e1e1;
}

.rs-warehouse-row .stick-wrap {
  display: block;
  float: left;
  font-size: 0;
  padding: 4px;
  white-space: nowrap;
}

.rs-warehouse-row .stick-wrap .stick {
  background: #ebebeb none repeat scroll 0 0;
  display: inline-block;
  height: 14px;
  margin-left: 6px;
  vertical-align: bottom;
  width: 14px;
}

.rs-warehouse-row .stick-wrap .stick:first-child {
  margin-left: 0;
}

.rs-warehouse-row .stick-wrap .stick.filled {
  background-color: #faad3d;
}

.rs-warehouse-row .rs-stick-empty {
  display: none;
}

.rs-warehouse-row.rs-warehouse-empty .rs-stick-empty {
  display: block;
}

.rs-warehouse-row.rs-warehouse-empty .stick-wrap {
  display: none;
}

.basket-page {
  float: left;
  width: 100%;
}

.basket-page .order-checkout {
  max-width: 450px;
  width: 100%;
}

.basket-page .italics {
  font-style: italic;
  font-weight: bold;
  color: #777;
}

.basket-page table {
  width: 100%;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}

.basket-page table thead td {
  padding: 30px 0 0;
  border: none;
  font-weight: bold;
  font-size: 14px;
  color: #777;
}

.basket-page table tr {
  border: 1px solid #ececec;
  border-bottom: none;
  border-top: none;
}

.basket-page table tbody td {
  padding: 15px 0;
  border: 0;
}

.basket-page .basket-list tr:first-child td {
  padding: 0;
}

.basket-page .basket-list tr:first-child .basket-image {
  padding: 15px 0 15px 15px;
}

.basket-page .basket-list tr:first-child .basket-product_title {
  padding: 0 20px;
}

.basket-page select {
  margin: 10px 0 5px;
  max-width: 90%;
  display: block;
  width: 100%;
}

.basket-page .basket-image {
  display: inline-block;
  padding-left: 15px;
}

.basket-page .basket-list_desc-text.name {
  padding-left: 20px;
}

.basket-page .basket-list_desc {
  border: 1px solid #ececec;
  border-bottom: none;
  padding-top: 15px;
}

.basket-page .basket-list_desc span {
  font-weight: bold;
}

.basket-page .left-side {
  padding-left: 0;
}

.basket-page .right-side {
  padding-right: 0;
}

.basket-page .right-side .btn-theme {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.basket-page .basket.basket-product {
  position: relative;
  padding: 40px 0;
  border-bottom: 1px solid #ececec;
}

.basket-page .basket-product_title {
  padding: 20px;
}

.basket-page .basket-product_title .title {
  font-weight: 600;
  max-height: 42px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  max-width: 300px;
  width: 100%;
  color: #777;
}

.basket-page .basket-product_title .title:after {
  background-image: url(../img/gradient_white.png);
  height: 24px;
  width: 35px;
  position: absolute;
  bottom: 0;
  content: '';
  background-size: contain;
  right: 0;
}

.basket-page .basket-product_multi-offers {
  margin-top: 15px;
}

.basket-page .basket-product_quantity {
  width: 170px;
}

.basket-page .basket-product_quantity .product_quantity {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

.basket-page .basket-coupon {
  position: relative;
  max-width: 450px;
  width: 100%;
}

.basket-page .basket-coupon .basket-coupon_block {
  position: relative;
}

.basket-page .basket-coupon input {
  height: 44px;
  vertical-align: top;
  min-width: 100%;
}

.basket-page .basket-coupon .btn-theme {
  margin-top: 8px;
  margin-bottom: 0;
}

.basket-page .basket-price {
  width: 110px;
}

.basket-page .basket-price_discount {
  font-size: 13px;
}

.basket-page .basket-price_discount span {
  text-decoration: line-through;
}

.basket-page .basket-order_total.price {
  max-width: 450px;
  width: 100%;
}

.basket-page .basket-order_total .order-title {
  cursor: pointer;
  margin: 0;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 45px 10px 15px;
}

.basket-page .basket-order_total .order-block {
  background-color: #fbfbfb;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-top: none;
}

.basket-page .btn-theme {
  width: 100%;
  max-width: 200px;
  margin-bottom: 8px;
}

.basket-page .basket-remove_coupon {
  font-size: 20px;
  position: relative;
  bottom: 4px;
  float: right;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.basket-page .basket-remove_coupon:hover {
  text-decoration: none;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.basket-page .basket-remove_coupon:active, .basket-page .basket-remove_coupon:visited, .basket-page .basket-remove_coupon:focus {
  text-decoration: none;
}

.basket-page .basket-product_category-name a {
  font-weight: 600;
}

.basket-page .basket-price_present {
  font-size: 1.1em;
}

.basket-page .basket-item_del {
  font-size: 20px;
  width: 45px;
}

.basket-page .basket-item_del a:hover {
  text-decoration: underline;
}

.basket-page .basket-concomitant {
  border-bottom: 1px solid #ececec;
}

.basket-page .basket-concomitant .concom-title {
  padding-left: 20px;
}

.basket-page .basket-concomitant .concom-title .wrap {
  float: left;
  clear: both;
}

.basket-page .basket-concomitant .concom-title input {
  min-width: 0;
}

.basket-page .basket-concomitant input[type=checkbox] {
  height: auto;
  position: relative;
  margin-right: 10px;
}

.basket-page .basket-concomitant .quantity {
  max-width: 100px;
}

.basket-page .basket-concomitant .quantity .quantity-button {
  bottom: 1px;
}

.basket-page .basket-concomitant .concom-plus {
  max-width: 172px;
  text-align: center;
}

.order-errors {
  color: #e00;
}

.checkout-steps h1 {
  font-size: 20px;
  margin: 0 0 15px;
}

.checkout-steps .changeUser .btn-theme {
  max-width: 175px;
}

.checkout-steps .t-decor-underline {
  text-decoration: underline;
}

.checkout-steps textarea {
  max-width: 500px;
  width: 100%;
}

.checkout-steps .delimiter {
  background-color: #b0b0b0;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  height: 1px;
}

.checkout-steps .nav.nav-tabs {
  margin-bottom: 25px;
}

.checkout-steps .manual-login input {
  max-width: 300px;
  width: 100%;
  margin: 10px 0;
}

.checkout-steps .block {
  margin: 29px 0;
  padding: 20px 0;
  border-top: 1px solid #b0b0b0;
}

.checkout-steps .block label {
  width: auto;
  display: inline-block;
  max-width: 100%;
}

.checkout-steps .new-address label {
  display: block;
}

.checkout-steps select, .checkout-steps input {
  height: 35px;
  margin-top: 5px;
  min-width: 280px;
  max-width: 350px;
  width: 100%;
  font-size: 13px;
  border-radius: 0;
}

.checkout-steps select:focus, .checkout-steps input:focus {
  background-color: #fff;
}

.checkout-steps .input-area label {
  display: block;
}

.checkout-steps input[type=radio] {
  margin-right: 10px;
  top: 2px;
  min-width: 1px;
  width: auto;
  height: auto;
}

.checkout-steps input[type=checkbox] {
  height: auto;
  min-width: 0;
}

.checkout-steps .formFieldError {
  color: #e00;
  font-size: .8em;
  display: block;
  margin-top: 3px;
}

.checkout-steps .del-address {
  font-size: 1.6em;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.checkout-steps .del-address:hover span {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.checkout-steps label {
  font-weight: normal;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
  max-width: 350px;
  width: 100%;
}

.checkout-steps label input {
  margin-top: 5px;
  outline: none;
  width: 100%;
  min-width: 280px;
}

.checkout-steps label input[type=radio], .checkout-steps label input[type=checkbox] {
  width: auto;
  height: auto;
}

.checkout-steps .order-price_discount {
  text-decoration: line-through;
  font-size: 13px;
  margin-right: 5px;
}

.checkout-steps .policy-agreement {
  margin-top: 20px;
}

.checkout-steps .captcha img {
  margin-top: 10px;
}

.checkout-steps .captcha input {
  display: block;
}

.checkout-steps .item .info-column {
  display: inline-block;
  width: 100%;
  max-width: 500px;
}

.checkout-steps .item label {
  margin-top: 0;
}

.checkout-steps .item .line span {
  float: right;
  font-size: 1.1em;
}

.checkout-steps .item input {
  vertical-align: top;
}

.checkout-steps .item .descr {
  margin-top: 5px;
}

.checkout-steps .mob-choice_menu label {
  width: auto;
  display: inline-block;
}

.checkout-steps .multioffers-wrap {
  margin-top: 20px;
  font-size: 12px;
}

.checkout-steps table.order {
  table-layout: fixed;
  max-width: 500px;
  width: 100%;
  border: 1px solid #ddd;
}

.checkout-steps table.order thead td {
  border-bottom: 1px solid #ddd;
}

.checkout-steps table.order tbody tr td {
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.checkout-steps.confirm h1 {
  margin-bottom: 0;
}

.checkout-steps.confirm .barcode {
  margin: 5px 0;
}

.checkout-steps.confirm .btn-menu .btn-theme {
  max-width: 175px;
}

.checkout-steps.confirm .total-sum {
  max-width: 500px;
  width: 100%;
}

.checkout-steps.confirm .total-sum span {
  font-size: 1.2em;
  font-weight: 600;
}

.checkout-steps.confirm .sidebar {
  padding: 20px;
  border-radius: 6px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
}

.checkout-steps.confirm .sidebar h3 {
  margin: 0 0 20px;
  font-size: 20px;
}

.checkout-steps.confirm .sidebar table tr td {
  border: 1px solid #ddd;
}

.checkout-steps .btn-menu .btn-theme:first-child {
  margin-right: 10px;
}

.checkout-steps.finish table {
  max-width: 500px;
  width: 100%;
  table-layout: fixed;
}

.checkout-steps.finish .text-center .btn-theme {
  max-width: 175px;
}

.checkout-steps.finish .order {
  max-width: 730px;
  margin-top: 25px;
}

.checkout-steps .order-list_items {
  -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
}

.checkout-steps .order-list_items label {
  margin-top: 0;
  position: relative;
  max-width: 100%;
}

.checkout-steps .order-list_item {
  border: 1px solid #ddd;
  padding: 20px;
  border-bottom: 0;
}

.checkout-steps .order-list_item:last-child {
  border-bottom: 1px solid #ddd;
}

.checkout-steps .order-list_item .h3 {
  margin: 0 0 6px;
  padding: 0 0 7px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  display: inline-block;
  cursor: pointer;
}

.checkout-steps .order-list_item input {
  position: absolute;
  left: 0;
  visibility: hidden;
}

.checkout-steps .order-list_item input:checked + .h3 {
  color: #62b959;
}

.checkout-steps .order-more {
  width: 100%;
}

.checkout-steps .coupon-text span {
  float: right;
  font-weight: bold;
}

.checkout-steps .order-more_item {
  width: 100%;
  margin-bottom: 8px;
}

.checkout-steps .order-more_item .price, .checkout-steps .order-more_item .coupon {
  float: right;
  font-size: 14px;
  font-weight: 600;
}

.checkout-steps .order-more_item .coupon {
  font-weight: bold;
}

.checkout-steps .order-list {
  display: table;
  width: 100%;
}

.checkout-steps .order-list .order-list_item {
  display: table-row;
}

.checkout-steps .order-list .order-list_item > div {
  display: table-cell;
}

.checkout-steps .order-list .order-list_item .multioffers-wrap {
  display: inline-block;
  margin-top: 5px;
}

.checkout-steps .order-list .order-list_item .multioffers-wrap .value {
  color: #b0b0b0;
  display: block;
  margin-bottom: 5px;
}

.checkout-steps .order-list .order-list_item-price .price {
  font-size: 1.1em;
  color: #b0b0b0;
}

.checkout-steps .order-list .order-list_item-price .discount {
  text-decoration: line-through;
}

.checkout-steps .order-list .order-list_item-text {
  font-size: 1.1em;
}

.checkout-steps .order-list .order-list_item-text .name {
  font-weight: 600;
  max-height: 45px;
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.checkout-steps .order-list .order-list_item-text .code-line {
  color: #b0b0b0;
}

.checkout-steps .order-list .order-list_item-quantity {
  font-size: 1.1em;
}

table.contacts {
  max-width: 500px;
  width: 100%;
  table-layout: fixed;
}

/* Onepageorder */
#order-form {
  /* orderder basket */
}

#order-form h1 {
  font-size: 20px;
  margin: 0 0 15px;
}

#order-form textarea {
  max-width: 500px;
  width: 100%;
}

#order-form table {
  max-width: 500px;
  width: 100%;
  -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
}

#order-form label {
  font-weight: normal;
}

#order-form .btn-menu {
  max-width: 500px;
  width: 100%;
}

#order-form .tabFrame {
  padding-top: 15px;
  padding-bottom: 15px;
}

#order-form .cartInfo thead tr {
  background-color: #f6f6f6;
}

#order-form .cartInfo table {
  border-radius: 6px;
}

#order-form .cartInfo table tr {
  border: 1px solid #ddd;
}

#order-form .cartInfo table td {
  border: none;
}

#order-form .cartInfo table .item {
  border-bottom: none;
}

#order-form .onePageProductsBlock {
  padding: 0 0 20px;
}

#order-form .onePageProductsBlock table {
  margin-top: 0;
}

#order-form .onePageProductsBlock table tr td:first-child {
  padding-left: 15px;
}

#order-form .onePageProductsBlock table tr td:last-child {
  padding-right: 15px;
}

#order-form #manual-login {
  margin-top: 20px;
}

#order-form .warehouseBlock .title {
  font-size: 1em;
  margin: 0;
}

#order-form .input-area .help {
  font-size: 0.9em;
  color: #b0b0b0;
  margin: 5px 0 0;
}

#order-form .input-area .key {
  font-weight: bold;
  margin-bottom: 5px;
}

#order-form .input-area .organization .input-area_item:last-child {
  margin-bottom: 30px;
}

#order-form .input-area .input-area_item {
  margin-bottom: 30px;
}

#order-form .input-area .input-area_item:last-child {
  margin-bottom: 0;
}

#order-form .input-area .input-area_item.captcha {
  margin-top: 20px;
}

#order-form .input-area .input-area_item.captcha img {
  margin-bottom: 12px;
}

#order-form .input-area .input-area_item.captcha input {
  display: block;
}

#order-form input, #order-form select {
  margin: 0;
  outline: none;
  max-width: 300px;
  width: 100%;
  min-width: 1px;
}

#order-form input[type=radio], #order-form input[type=checkbox] {
  width: auto;
  height: auto;
}

#order-form .left-side {
  padding-left: 0;
}

#order-form .right-side {
  padding-right: 0;
  padding-top: 42px;
}

#order-form .order-form_block {
  margin: 0 0 5px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}

#order-form .order-form_block:hover .order-form_count-block {
  color: #fff;
}

#order-form .order-form_block .btn-theme {
  margin-top: 25px;
}

#order-form .addressItem {
  position: relative;
}

#order-form .addressItem .fixedRadio input {
  margin: 0;
}

#order-form .addressItem label {
  position: relative;
  font-weight: bold;
  padding-left: 20px;
  margin-bottom: 8px;
}

#order-form .codeLine {
  margin-top: 10px;
  display: inline-block;
}

#order-form .formSave_block {
  margin: 45px 0 60px;
}

#order-form .formSectionTitle {
  font-size: 16px;
  background: #f6f6f6;
  padding: 15px;
  border: 1px solid #ddd;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  text-transform: capitalize;
}

#order-form .formSectionWrap {
  padding: 20px 15px;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 6px 6px;
}

#order-form .formSectionWrap .btn-theme {
  max-width: 200px;
}

#order-form .middleBox .help {
  color: #b0b0b0;
}

#order-form .fixedRadio {
  position: absolute;
  left: 0;
  top: 0;
}

#order-form .marginRadio {
  position: relative;
  padding-left: 20px;
  margin-bottom: 30px;
}

#order-form table {
  margin-top: 20px;
  padding-left: 70px;
}

#order-form .scost {
  padding-left: 0;
}

#order-form .captcha td {
  border: 0;
}

#order-form .formAddressSectionWrapper, #order-form .formPickUpTypeWrapper, #order-form .formTable {
  padding-left: 70px;
}

#order-form .formPickUpTypeWrapper {
  margin-bottom: 15px;
}

#order-form .onePageAddressBlock .btn-theme {
  margin-top: 25px;
}

#order-form .onePageAddressBlock .value {
  text-align: right;
}

#order-form .onePageAddressBlock-wrap {
  margin: 20px 0 5px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}

#order-form .orderComment {
  margin-top: 30px;
}

#order-form .onePagePaymentBlock .value.fixedRadio.topPadd, #order-form .onePagePaymentBlock .value.fixedRadio.topPadd {
  width: 40px;
}

#order-form #basket {
  max-width: 500px;
  width: 100%;
}

#order-form .table-wrap {
  max-height: 388px;
  overflow-y: auto;
}

#order-form .orderSubmit .formSave {
  margin: 15px auto 0;
  max-width: 235px;
  width: 100%;
}

#order-form .orderSubmit label {
  margin: 21px 0 0;
}

#order-form .orderSubmit label a {
  text-decoration: underline;
}

#order-form .orderBasket thead td.orderBasket_count {
  font-size: 16px;
}

#order-form .orderBasket thead td.orderBasket_link-to-cart a {
  color: #b0b0b0;
  font-size: 14px;
}

#order-form .orderBasket thead td.orderBasket_link-to-cart a:hover {
  text-decoration: underline;
}

#order-form .orderBasket.orderitems td {
  padding: 13px 0;
}

#order-form .orderBasket.additional {
  border-bottom: 1px solid #b0b0b0;
}

#order-form .orderBasket.additional tr:first-child {
  margin-top: 1px solid #b0b0b0;
}

#order-form .orderBasket.additional tr:first-child td {
  padding-top: 10px;
}

#order-form .orderBasket.additional tr:last-child td {
  border-color: transparent;
}

#order-form .orderBasket.additional tr td:first-child {
  padding-left: 15px;
  font-size: 12px;
}

#order-form .orderBasket.additional tr td:last-child {
  padding-right: 15px;
  text-align: right;
  white-space: nowrap;
}

#order-form .orderBasket.additional .sum-total td:last-child {
  font-size: 18px;
}

#order-form .orderBasket td img {
  margin-right: 10px;
}

#order-form .orderBasket .prod-name {
  font-weight: bold;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .checkout-steps .order-list .order-list_item > div {
    padding-bottom: 30px;
  }
}

.profile-page h1 {
  margin: 0 0 20px;
}

.profile-page.m-t {
  margin-top: 40px;
}

.profile-page table {
  width: 100%;
}

.profile-page textarea {
  max-width: 500px;
  width: 100%;
}

.profile-page select {
  max-width: 300px;
  width: 100%;
}

.profile-page .payment-choice .btn-theme {
  max-width: 175px;
}

.profile-page table.order {
  table-layout: fixed;
  max-width: 500px;
  width: 100%;
  border: 1px solid #ddd;
}

.profile-page table.order thead td {
  border-bottom: 1px solid #ddd;
}

.profile-page table.order tbody tr td {
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.profile-page.add-return {
  margin-top: 30px;
}

.profile-page table {
  table-layout: fixed;
}

.profile-page label {
  font-weight: normal;
  margin-top: 10px;
  display: block;
  margin-bottom: 0;
}

.profile-page input {
  margin-top: 5px;
  outline: none;
}

.profile-page input[type=text], .profile-page input[type=password] {
  min-width: 280px;
  max-width: 350px;
  width: 100%;
}

.profile-page input[type=radio], .profile-page input[type=checkbox] {
  min-width: 0;
  margin-right: 5px;
  height: auto;
  top: 2px;
  position: relative;
}

.profile-page .profile-page_order-card {
  margin-bottom: 30px;
}

.profile-page .profile-page_more-info {
  max-width: 450px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fbfbfb;
  border: 1px solid #e5e5e5;
  margin-top: 30px;
}

.profile-page .profile-page_more-info .info_icon {
  text-align: center;
  padding: 25px 0 30px;
  border-bottom: 1px solid #e5e5e5;
}

.profile-page .profile-page_more-info .info_icon i {
  font-size: 2.5em;
}

.profile-page .profile-page_more-info .info_sum {
  padding: 33px 40px 25px;
}

.profile-page .profile-page_more-info .info_sum .summ {
  font-size: 1.2em;
  font-weight: 600;
  white-space: nowrap;
}

.profile-page .profile-page_more-info .btn-theme {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 170px;
}

.profile-page .order-more {
  margin-bottom: 8px;
}

.profile-page .order-more .value {
  font-size: 1.2em;
  font-weight: 600;
  white-space: nowrap;
}

.profile-page .nav.nav-tabs {
  margin: 15px 0 35px;
}

.profile-page .nav.nav-tabs label {
  cursor: pointer;
  margin-right: 10px;
}

.profile-page .nav.nav-tabs input {
  margin-left: 0;
}

.profile-page .balance-list li {
  background-color: #fbfbfb;
  border: 1px solid #e5e5e5;
  padding: 10px;
  margin-bottom: 8px;
}

.profile-page .balance-list .sum {
  font-size: 1.2em;
  font-weight: 600;
}

.profile-page .nav-tabs_review_wrapper {
  background-color: #fbfbfb;
  border: 1px solid #e5e5e5;
  padding: 10px;
  margin-bottom: 8px;
  border-radius: 3px;
  font-size: 13px;
}

.profile-page .nav-tabs_review_wrapper.admin {
  margin-left: 15px;
}

.profile-page .response_wrapper .response_delete {
  margin-left: 8px;
}

.profile-page .response_wrapper .nav-tabs_review_comment {
  padding: 5px 10px;
  background-color: #fbfbfb;
  border: 1px solid #e5e5e5;
  margin-bottom: 8px;
}

.profile-page .response_wrapper .response_title a {
  border: none;
}

.profile-page .delimiter {
  background-color: #b0b0b0;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  height: 1px;
}

@media (min-width: 768px) {
  .profile-page .profile-page_order-list .profile-page_order-list_item > div {
    padding-bottom: 30px;
  }
}

.sidebar_menu-list {
  vertical-align: middle;
  border-radius: 3px;
  margin-bottom: 15px;
  list-style: none;
  padding-left: 0;
}

.sidebar_menu-list li a {
  display: block;
  padding: 10px 18px;
  font-size: 15px;
  border: 1px solid #ddd;
  border-top: none;
}

.sidebar_menu-list li a:hover, .sidebar_menu-list li a.active {
  text-decoration: none;
  color: #fff;
}

.sidebar_menu-list li:first-child a {
  border-top: 1px solid #ddd;
  border-radius: 6px 6px 0 0;
}

.sidebar_menu-list li:last-child a {
  border-radius: 0 0 6px 6px;
}

.page-compare {
  padding-bottom: 40px;
}

.page-compare .product-image {
  cursor: pointer;
}

.page-compare .compare_table {
  width: 100%;
  min-width: 200px;
}

.page-compare .compare_table tr {
  height: 40px;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
}

.page-compare .compare_table .table-value {
  font-size: 1em;
  text-align: right;
  font-weight: bold;
}

.page-compare .compare_table .table-value a {
  display: inline-block;
}

.page-compare tr.table-title {
  border: none;
  vertical-align: bottom;
}

.page-compare tr.table-title td {
  font-size: 18px;
  width: 100%;
}

.page-compare tr.table-subtitle {
  border: none;
  vertical-align: middle;
}

.page-compare tr.table-subtitle td {
  font-size: 16px;
  width: 100%;
}

.page-compare .page-compare-list {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.page-favorite .catalog-page_sort {
  border: none;
}

.warehouse-page .delimiter {
  margin: 29px 0;
  border-top: 1px solid #ddd;
}

.warehouse-info {
  margin-bottom: 35px;
  float: left;
  width: 100%;
}

.warehouse-info i {
  font-size: 26px;
}

.warehouse-info .title {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
}

.warehouse-image {
  margin-bottom: 25px;
}

.warehouse-image img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.warehouse-map {
  height: 400px;
  margin-bottom: 25px;
}

.brand-page {
  margin-bottom: 60px;
}

.brand-page .brand-wrap {
  margin-right: -15px;
  margin-left: -15px;
}

.brand-page .brand-wrap .brand-block {
  margin-bottom: 35px;
  padding-bottom: 0;
  border-bottom: none;
}

.brand-page .brand-wrap .brand-image {
  overflow: hidden;
  margin-bottom: 20px;
}

.brand-page .brand-wrap .brand-image img {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.brand-page .brand-wrap .brand-image:hover {
  -webkit-transform: none;
          transform: none;
}

.brand-page .brand-wrap .brand-block:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.brand-page .brand-block {
  margin-bottom: 29px;
  padding-bottom: 30px;
  border-bottom: 1px solid #b0b0b0;
}

.brand-page .brand-block .brand-block_title {
  text-transform: uppercase;
  font-weight: bold;
}

.brand-page .brand-block .brand-block_name {
  margin: 0 75px 20px 0;
}

.brand-page .brand-block .brand-block_name a:hover {
  color: #ddd;
}

.brand-page .brand-image {
  border: 1px solid #b0b0b0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  padding: 40px 5px;
}

.brand-page .brand-image:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.brand-page .brand-title {
  font-size: 16px;
  margin-top: 8px;
}

.brand-page .brand-category_list {
  margin-bottom: 25px;
  list-style: none;
  padding-left: 0;
}

.brand-page .delimiter {
  background-color: #b0b0b0;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  height: 1px;
}

.brands-carousel {
  margin: 25px 0 0;
}

.brands-carousel .brands-carousel_item {
  border: 1px solid #ddd;
}

.owl-carousel {
  position: relative;
}

.owl-carousel.owl-product-carousel .owl-nav {
  width: 55px;
  height: 25px;
  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;
  position: absolute;
  top: -55px;
  right: 0;
  left: auto;
  z-index: -1;
}

.owl-carousel.owl-product-carousel .owl-nav .owl-prev, .owl-carousel.owl-product-carousel .owl-nav .owl-next {
  font-size: 20px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  width: 25px;
  height: 25px;
  display: inline-block;
  line-height: 22px;
  z-index: 10;
  position: static;
  border: 1px solid #b0b0b0;
  background-color: #fff;
}

.owl-carousel .owl-stage-outer {
  margin: 0 auto;
}

.owl-carousel .owl-nav {
  width: 100%;
  height: 100%;
  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;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  position: absolute;
  font-size: 20px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  z-index: 10;
}

.owl-carousel .owl-nav .owl-prev {
  left: -15px;
}

.owl-carousel .owl-nav .owl-next {
  right: -15px;
}

.lastviewed h3, .recommended h3 {
  font-size: 18px;
  border-bottom: 1px solid #b0b0b0;
  font-weight: 700;
  margin-bottom: 16px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

footer {
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  background-color: #161616;
  padding: 55px 0 0;
  margin-top: 80px;
  color: #a8a8a8;
  margin-left: 280px;
  padding-left: 20px;
  padding-bottom: 50px;
}

footer .d-flex {
  padding: 0 15px;
}

footer .d-flex.bottom {
  border-top: 1px solid #101010;
  padding-top: 36px;
  margin-top: 15px;
}

footer h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  margin: 5px 0 15px;
}

footer .phones p {
  color: #fff;
  margin: 10px 0 4px;
}

footer a {
  color: #a8a8a8;
}

footer a:hover {
  text-decoration: none;
  color: #fff;
}

footer li {
  display: block;
  padding: 3px 0;
}

.rs-not-avaliable .rs-unobtainable {
  display: inline-block;
}

.rs-not-avaliable .rs-unobtainable.not-have {
  display: block;
}

.rs-unobtainable,
.product-page .rs-reserve,
.rs-multi-complectations .rs-reserve,
.rs-not-avaliable .rs-to-cart,
.rs-not-avaliable .rs-buy-one-click,
.rs-not-avaliable .rs-product-amount {
  display: none;
}

.rs-forced-reserve .rs-to-cart,
.rs-not-avaliable.rs-can-be-reserved .rs-unobtainable {
  display: none;
}

.rs-forced-reserve .rs-reserve,
.rs-not-avaliable.rs-can-be-reserved .rs-reserve {
  display: inline-block;
}

.order .rs-has-account, .order.user .order-form_block:not(.user-contacts), .orderComment:not(.user-contacts), .order.user .next,
.order.user .captcha, .order.user .user-register, .order.user .user-without-register,
.order.authorized .user-without-register, .order.noregister .user-register, .order.person .user-without-register,
.order.company .user-without-register, .order.person .organization {
  display: none;
}

.order.user .rs-has-account, .order.noregister .user-without-register {
  display: block;
  width: 100%;
}

.order.user .rs-has-account, .order.noregister .user-without-register {
  display: block;
  width: 100%;
}

.was-error p {
  color: #e00;
  margin-top: 5px;
  font-weight: bold;
}

.rs-trigger-active {
  position: relative;
}

.rs-trigger-active.active > .drop_block {
  display: block;
}

.mfp-container {
  padding: 15px;
}

.mfp-container .mfp-content {
  background-color: #ffffff;
  padding: 20px 0 15px;
  margin-bottom: 20px;
  border-radius: 3px;
}

.mfp-container .mfp-content a, .mfp-container .mfp-content p {
  font-size: 13px;
}

.mfp-container .mfp-content ul li {
  font-size: 13px;
}

.mfp-container .btn-menu .btn-theme {
  font-size: 11px;
}

.mfp-container .product_quantity .quantity input {
  width: 38px;
  height: 38px;
  min-width: 1px;
}

.mfp-container .delimiter {
  margin: 20px 0;
}

.mfp-container .returnRulesWrapper {
  max-width: 800px;
  width: 100%;
  padding: 0 20px;
}

.mfp-container .returnRulesWrapper h2 {
  margin-bottom: 25px;
}

.mfp-container .modal-inner {
  max-width: 600px;
  width: 100%;
}

.mfp-container .modal-inner input, .mfp-container .modal-inner select, .mfp-container .modal-inner textarea {
  min-width: unset;
  width: 100%;
}

.mfp-container .modal-inner.on-click_cart label {
  width: 100%;
}

.mfp-container .modal-inner.affiliates, .mfp-container .modal-inner.reservation, .mfp-container .modal-inner.one-click {
  padding: 0;
}

.mfp-container .modal-inner.reservation input[type=text] {
  display: block;
  width: 100%;
}

.mfp-container .modal-inner.reservation label {
  display: block;
}

.mfp-container .modal-inner.one-click input[type=text], .mfp-container .modal-inner.one-click input[type=password] {
  display: block;
}

.mfp-container .modal-inner.one-click h3:first-child {
  padding-left: 15px;
  padding-right: 15px;
}

.mfp-container .modal-inner.one-click .page-error {
  padding: 0 15px;
}

.mfp-container .modal-inner.one-click table tr td:last-child {
  font-weight: bold;
  text-align: right;
}

.mfp-container .modal-inner.one-click table tr:last-child td {
  border: 0;
}

.mfp-container .modal-inner .delimiter {
  float: left;
  width: 100%;
}

.mfp-container .modal-inner .name {
  font-size: 18px;
  font-weight: bold;
}

.mfp-container .modal-inner.user, .mfp-container .modal-inner.on-click_cart, .mfp-container .modal-inner.delivery-cost, .mfp-container .modal-inner.feedback {
  max-width: 480px;
  width: 100%;
  overflow-x: hidden;
}

.mfp-container .modal-inner.user .btn-theme {
  max-width: 150px;
}

.mfp-container .modal-inner.user input {
  display: block;
  margin-bottom: 10px;
}

.mfp-container .modal-inner.user input[type=radio] {
  width: auto;
  height: auto;
  display: inline;
}

.mfp-container .modal-inner.user label {
  width: 100%;
}

.mfp-container .modal-inner.user label input {
  margin-bottom: 0;
}

.mfp-container .modal-inner.user .btn-menu {
  margin-top: 25px;
}

.mfp-container .modal-inner .affiliates {
  max-width: 800px;
  width: 100%;
}

.mfp-container .complect_characteristics {
  margin-bottom: 9px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b0b0b0;
}

.mfp-container .page-product_offers {
  margin: 0;
  padding: 0;
  border: none;
}

.mfp-container .product-offers {
  margin-bottom: 25px;
  padding: 15px;
  background-color: #f7f7f7;
  border-radius: 3px;
}

.mfp-container .product-offers .type-radio label:last-child {
  margin-bottom: 0;
}

.mfp-container .complect_text {
  margin-top: 10px;
}

.mfp-container .complect_text .complect_title a {
  font-size: 18px;
  font-weight: bold;
}

.mfp-container .complect_info {
  padding: 0 0 10px;
  margin-top: 6px;
  border-bottom: 1px solid #b0b0b0;
}

.mfp-container .complect_price .old {
  text-decoration: line-through;
  margin-right: 10px;
  font-size: 1.5em;
}

.mfp-container .complect_price .new {
  font-size: 1.5em;
}

.complect_img {
  margin-bottom: 20px;
  border: 1px solid #b0b0b0;
}

.complect_img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.modal-inner.user.fluid input[type=text], .modal-inner.user.fluid input[type=password] {
  display: block;
}

.modal-inner.page {
  margin-bottom: 30px;
}

.modal-inner.page a, .modal-inner.page p {
  font-size: 13px;
}

.modal-inner.page ul li {
  font-size: 13px;
}

.modal-inner.page label, .modal-inner.page input, .modal-inner.page select, .modal-inner.page textarea {
  display: block;
  max-width: 100%;
  width: 100%;
  margin-bottom: 10px;
  min-width: 1px;
}

.modal-inner.page input[type=radio] {
  width: auto;
  display: inline-block;
  margin-bottom: 0;
}

.modal-inner.page br {
  display: none;
}

.modal-inner.page form {
  max-width: 500px;
  width: 100%;
}

.page-responses label {
  display: block;
  margin-top: 10px;
}

.page-responses label input {
  display: block;
  margin-top: 5px;
}

.page-responses label input[type=text] {
  max-width: 350px;
  width: 100%;
}

.profile-page .page-responses select {
  max-width: 280px;
}

.profile-page .page-responses .label-sup select {
  width: 280px;
}

.profile-page .page-responses .productsReturnCheckbox {
  text-align: center;
  display: block;
  margin: auto;
}

.profile-page .page-responses .formFieldError {
  color: #e00;
}

.profile-page .page-responses .submit_btn {
  padding: 0;
  height: 40px;
  width: 165px;
}

.page-responses .responses-form .side {
  display: inline-block;
  width: 49%;
}

.feedback .delimiter {
  margin: 29px 0;
  border-top: 1px solid #ddd;
}

.feedback label {
  display: block;
}

.feedback input[type=text], .feedback input[type=password] {
  max-width: 300px;
  width: 100%;
}

.feedback textarea {
  max-width: 500px;
  width: 100%;
  height: 120px;
}

.lastnews {
  margin: 0 20px;
}

.lastnews .news-item {
  margin-bottom: 5px;
  height: 100%;
  border: 1px solid #b0b0b0;
  border-radius: 4px;
  width: 100%;
}

.lastnews .news-image {
  position: relative;
  overflow: hidden;
  height: 250px;
  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-color: #fff;
  border-bottom: 1px solid #b0b0b0;
}

.lastnews .news-image img {
  -webkit-transition: all ease-in-out 2s;
  transition: all ease-in-out 2s;
}

.lastnews .news-image.height-a img {
  height: auto;
}

.lastnews .news-image .icon-newspaper-stub {
  -webkit-transition: all ease-in-out 2s;
  transition: all ease-in-out 2s;
}

.lastnews .news-title {
  margin-bottom: 10px;
  font-weight: bold;
  height: 50px;
  overflow: hidden;
  position: relative;
}

.lastnews .news-description {
  margin-bottom: 20px;
  height: 50px;
  overflow: hidden;
  position: relative;
}

.lastnews .news-description p {
  text-overflow: ellipsis;
}

.lastnews .news-text {
  text-align: center;
  background-color: #fff;
  padding: 38px 45px;
  height: 250px;
}

.news-date {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 55px;
  height: 44px;
  background-color: #ddd;
  padding-top: 3px;
  z-index: 10;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.news-date p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
  color: #282828;
}

.news-date p:last-child {
  font-size: 15px;
  position: relative;
  bottom: 12px;
}

.catalog-news {
  margin-left: -15px;
  margin-right: -15px;
}

.catalog-news .news-date {
  left: 0;
  top: 0;
}

.catalog-news .news-block {
  margin-bottom: 30px;
}

.catalog-news .news-image {
  position: relative;
  min-height: 200px;
  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;
}

.catalog-news .news-title {
  margin: 13px 0;
  font-size: 16px;
  font-weight: bold;
  height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}

.catalog-news .news-title:after {
  content: '';
  background-image: url(../img/gradient_white.png);
  height: 25px;
  width: 35px;
  position: absolute;
  bottom: -2px;
  background-size: contain;
  right: 0;
}

.catalog-news .news-description {
  margin-bottom: 15px;
  position: relative;
  height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}

.catalog-news .news-description:after {
  content: '';
  background-image: url(../img/gradient_white.png);
  height: 21px;
  width: 35px;
  position: absolute;
  bottom: 0;
  background-size: contain;
  right: 0;
}

.header .block-wizard {
  padding: 15px 0;
}

.header .block-wizard a {
  text-transform: none;
}

.header .block-wizard a:hover {
  color: #fff;
  text-decoration: none;
}

.header .block-wizard .block-wizard__title {
  color: #fff;
  font-size: 15px;
  margin-bottom: 5px;
}

.header .block-wizard__do {
  padding-left: 0;
  list-style: none;
}

.block-wizard.block-banner-slider {
  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;
  height: 100%;
  width: 100%;
  padding: 15px;
  border: 2px dashed #ddd;
  background-color: #f4f4f4;
  text-align: center;
}

.block-wizard.block-banner-slider .block-wizard__do {
  padding-left: 0;
  text-align: left;
}

.block-wizard.block-banner-slider .block-wizard__title {
  font-size: 15px;
  margin-bottom: 5px;
}

footer .block-wizard a:hover {
  color: #fff;
  text-decoration: none;
}

footer .block-wizard .block-wizard__title {
  color: #fff;
  font-size: 15px;
  margin-bottom: 5px;
}

footer .block-wizard__do {
  padding-left: 0;
  list-style: none;
}

@media (min-width: 992px) {
  .block-wizard.block-banner-slider {
    margin-left: 280px;
  }
  .header .block-wizard {
    text-align: left;
  }
}

.rs-warehouse-row .stick-wrap {
  display: block;
  float: left;
  font-size: 0;
  padding: 4px;
  white-space: nowrap;
}
.rs-warehouse-row .stick-wrap .stick {
  background: #ebebeb none repeat scroll 0 0;
  display: inline-block;
  height: 14px;
  margin-left: 6px;
  vertical-align: bottom;
  width: 14px;
}
.rs-warehouse-row .stick-wrap .stick:first-child {
  margin-left: 0;
}
.rs-warehouse-row .stick-wrap .stick.filled {
  background-color: #faad3d;
}
.rs-warehouse-row .rs-stick-empty {
  display: none;
}
.rs-warehouse-row.rs-warehouse-empty .rs-stick-empty {
  display: block;
}
.rs-warehouse-row.rs-warehouse-empty .stick-wrap {
  display: none;
}
@media (min-width: 991px) and (max-width: 1279px) {
  .admin-style .header-panel .fixed-tools {
    margin-left: 200px;
  }
}
.search-city-items {
  padding: 0;
  background: white;
  position: absolute;
  z-index: 15;
  box-shadow: 0 2px 4px #999;
  -moz-box-shadow: 0 2px 4px #999;
  -webkit-box-shadow: 0 2px 4px #999;
}
.search-city-items li {
  overflow: hidden;
  border-bottom: 1px solid #EBEBE5;
  position: relative;
}
.search-city-items li a {
  display: block;
  padding: 5px;
  color: black;
}