.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.disabled-property {
  opacity: .5;
  pointer-events: none;
}
.filter.color .disabled-property,.filter-image .disabled-property {
  opacity: .1;
}
.d-block {
  display: block;
}

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

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

@media (max-width: 991px) and (min-width: 768px) {
  .m-auto-xs_to_sm {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.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;
}

@media (max-width: 991px) {
  .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;
  }
}

@media (max-width: 767px) {
  .text-center-xs {
    text-align: center;
  }
}

.c-red {
  color: #e00;
}

.c-gray {
  color: #dedede;
}

.c-d-gray {
  color: #7a7a7a;
}

.blue {
  color: blue;
}

.blue:hover {
  text-decoration: underline;
  color: blue;
}

.w-100 {
  width: 100%;
}

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

.h-100 {
  height: 100%;
}

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

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

.font-r {
  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-black {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-style: normal;
}

.font-b {
  font-weight: bold;
}

.font-l {
  font-family: 'Roboto';
  font-weight: 300;
  font-style: normal;
}

.font-t {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-style: normal;
}

.b-b {
  border-bottom: 1px solid #dedede;
}

.b-t {
  border-top: 1px solid #dedede;
}

.p-0 {
  padding: 0;
}

.m-0 {
  margin: 0;
}

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

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

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

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

.display-block {
  display: block;
}

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

.table-delimiter {
  height: 40px;
}

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

.color-delimiter {
  margin: 15px 0 25px;
  height: 2px;
  width: 31px;
}

.cursor-p {
  cursor: pointer;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

.rotate90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fa.rotate90:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.icon-search {
  background-image: url(../img/icons/icon-search.png);
  height: 17px;
  width: 16px;
  display: inline-block;
}

.icon-search_black {
  background-image: url(../img/icons/icon-search_black.png);
  height: 17px;
  width: 16px;
  display: inline-block;
}

.icon-heart-favorite {
  background-image: url(../img/icons/icon-heart-favorite.png);
  height: 17px;
  width: 20px;
  display: inline-block;
}

.icon-cart {
  background-image: url(../img/icons/icon-cart.png);
  height: 17px;
  width: 16px;
  display: inline-block;
}

.icon-close {
  background-image: url(../img/icons/icon-close.svg);
  background-repeat: no-repeat;
  width: 9px;
  height: 9px;
  display: inline-block;
  -webkit-transition: all ease-in-out 0.32s;
  transition: all ease-in-out 0.32s;
}

.icon-close:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.icon-long-arrow {
  background-image: url(../img/icons/icon-long-arrow.png);
  background-repeat: no-repeat;
  width: 15px;
  height: 10px;
  display: inline-block;
}

.icon-review {
  background-image: url(../img/icons/icon-review.png);
  width: 15px;
  height: 12px;
  display: inline-block;
}

.icon-social-vk, .icon-social-facebook, .icon-social-insta, .icon-social-twit, .icon-social-youtube, .icon-social-viber, .icon-social-telegram, .icon-social-whatsapp {
  width: 30px;
  height: 30px;
  display: inline-block;
}

.icon-social-vk {
  background-image: url(../img/icons/icon-social-vk.jpg);
}

.icon-social-facebook {
  background-image: url(../img/icons/icon-social-facebook.jpg);
}

.icon-social-insta {
  background-image: url(../img/icons/icon-social-insta.jpg);
}

.icon-social-twit {
  background-image: url(../img/icons/icon-social-twit.jpg);
}

.icon-social-youtube {
  background-image: url(../img/icons/icon-social-youtube.jpg);
}

.icon-social-viber {
	background-image: url(../img/icons/icon-social-viber.jpg);
}

.icon-social-telegram {
	background-image: url(../img/icons/icon-social-telegram.jpg);
}

.icon-social-whatsapp {
	background-image: url(../img/icons/icon-social-whatsapp.jpg);
}

.icon-view-block {
  -webkit-mask: url("../img/icons/menu-3.svg");
          mask: url("../img/icons/menu-3.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  display: inline-block;
  margin: auto;
  width: 18px;
  height: 18px;
  background: #131313;
}

.icon-view-table {
  -webkit-mask: url("../img/icons/list-button-with-3-elements.svg");
          mask: url("../img/icons/list-button-with-3-elements.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  display: inline-block;
  margin: auto;
  width: 18px;
  height: 18px;
  background: #131313;
}

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

.icon-shopping-cart-btn {
  background-image: url(../img/icons/shopping-cart-btn.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 17px;
  height: 17px;
}

.fa.fa-angle-right, .fa.fa-angle-left {
  display: inline-block;
  width: 16px;
  height: 32px;
  font-size: 32px;
  -webkit-transition: all ease-in-out 0.32s;
  transition: all ease-in-out 0.32s;
}

.icon-rating-star {
  -webkit-mask: url(../img/icons/icon-rating-star.svg);
          mask: url(../img/icons/icon-rating-star.svg);
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-transition: all ease-in-out 0.32s;
  transition: all ease-in-out 0.32s;
}

.icon-rating-star.half {
  -webkit-mask: url(../img/icons/icon-rating-star_half.svg);
          mask: url(../img/icons/icon-rating-star_half.svg);
}

.icon-rating-star.full {
  -webkit-mask: url(../img/icons/icon-rating-star_full.svg);
          mask: url(../img/icons/icon-rating-star_full.svg);
}

.icon-share {
  -webkit-mask: url(../img/icons/icon-share.svg);
          mask: url(../img/icons/icon-share.svg);
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-transition: all ease-in-out 0.32s;
  transition: all ease-in-out 0.32s;
}

.icon-hanger {
  -webkit-mask: url(../img/icons/icon-hanger.svg);
          mask: url(../img/icons/icon-hanger.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-transition: all ease-in-out 0.32s;
  transition: all ease-in-out 0.32s;
}

.icon-placeholder {
  -webkit-mask: url(../img/icons/icon-placeholder.svg);
          mask: url(../img/icons/icon-placeholder.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-transition: all ease-in-out 0.32s;
  transition: all ease-in-out 0.32s;
}

.position-relative {
  position: relative;
}

.border-b-hover {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px solid transparent;
  -webkit-transition: all ease-in-out 0.32s;
  transition: all ease-in-out 0.32s;
  text-decoration: none !important;
}

.border-b-hover.white:hover {
  border-color: #fff;
}

@media (max-width: 767px) {
  .flex-nowrap-xs {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .d-flex-xs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header {
  color: #fff;
  text-transform: uppercase;
}

.header a {
  color: #fff;
}

.header.top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 15px;
  font-size: .85em;
}

.header.top .has-child {
  position: relative;
}

.header.top .has-child:hover > .drop_block {
  display: block;
}

.header.top .drop_block {
  display: none;
  position: absolute;
  left: 0;
  top: 20px;
  background-color: #fff;
  z-index: 10;
  width: 198px;
  padding: 0;
  border: 1px solid #dedede;
}

.header.top .drop_block li {
  padding: 0 15px;
  margin-bottom: 3px;
}

.header.top .drop_block li a {
  color: #000;
  text-transform: none;
  padding: 0;
}

.header.top .drop_block li:first-child {
  padding-top: 15px;
  margin-bottom: 0;
}

.header.top .drop_block li:last-child {
  padding-bottom: 15px;
  margin-bottom: 0;
}

.header.top .drop_block .drop_block {
  left: 100%;
  top: 0;
}

.header.top span {
  display: inline-block;
  padding: 17px 0px;
}

.header.top a:hover {
  text-decoration: underline;
}

.header.top .city_select {
  padding: 0 14px 0 0;
  margin-right: 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.header.top .city_select span {
  padding-right: 5px;
  padding-left: 0;
}

.header.top nav {
  display: inline-block;
}

.header.top nav li {
  padding-left: 30px;
}

.header.top nav li.first {
  padding-left: 0;
}

.header.top nav ul {
  padding: 17px 0;
}

.header.top nav ul a {
  padding: 17px 0;
}

.header .user-tools span {
  padding: 0;
}

.header .user-tools .user-name:hover {
  text-decoration: underline;
}

.header .user-tools .counter {
  padding-top: 1px;
}

.header .user-tools .user-account {
  position: relative;
  padding: 17px 20px;
}

.header .user-tools .user-account.active .drop_block {
  display: block;
}

.header .user-tools .user-account .drop_block {
  left: -37px;
  top: 51px;
  background-color: #fff;
  padding: 30px;
  border: 1px solid #dedede;
  width: 198px;
  z-index: 30;
  text-transform: none;
  font-size: 14px;
}

.header .user-tools .user-account .drop_block .user-account_balance {
  color: #333;
}

.header .user-tools .user-account .drop_block a {
  color: #313131;
}

.header .user-tools .drop_block {
  display: none;
  position: absolute;
}

.header .user-tools .user-exit, .header .user-tools .user-register {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.header .user-tools .user-exit a, .header .user-tools .user-register a {
  display: block;
  padding: 17px 5px 17px 20px;
}

.header .user-tools .user-login a {
  padding: 17px 17px 17px 20px;
}

.header .left-side .act.first {
  padding-left: 15px;
}

.header.middle {
  padding: 33px 0;
  position: relative;
}

.header.middle .col-xs-12 {
  position: static;
}

.header.middle .user-tools .user-favorite, .header.middle .user-tools .user-basket {
  position: relative;
  cursor: pointer;
}

.header.middle .user-tools form, .header.middle .user-tools .user-favorite {
  display: inline-block;
  margin-right: 30px;
  border: none;
}

.header.middle .user-tools .user-basket {
  display: inline-block;
  border: none;
  margin-right: 18px;
}

.header .search-input_block {
  position: absolute;
  left: 0;
  top: 21px;
  visibility: hidden;
  padding: 0 15px;
  z-index: 30;
}

.header .search-input_block .search-wrap {
  margin: 0;
  padding: 0;
  position: relative;
  max-width: 840px;
  width: 100%;
}

.header .search-input {
  visibility: hidden;
  bottom: -9px;
  opacity: 0;
  width: 100%;
  height: 43px;
  -webkit-transition: all ease-in-out 0.32s;
  transition: all ease-in-out 0.32s;
  padding-left: 50px;
  text-indent: 0;
}

.header .search-close {
  position: absolute;
  right: 0;
  top: 0;
  border-left: 2px solid #131313;
  text-align: center;
  width: 43px;
  height: 43px;
  cursor: pointer;
  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;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.32s;
  transition: all ease-in-out 0.32s;
}

.header .search-close:hover span {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.header .search-close span {
  font-size: 27px;
  display: inline-block;
  -webkit-transition: all ease-in-out 0.32s;
  transition: all ease-in-out 0.32s;
}

.header form.active .search-input_block, .header form.active .search-input, .header form.active .search-close {
  visibility: visible;
  opacity: 1;
}

.header .ui-autocomplete {
  position: absolute;
  top: 0;
  max-width: 840px;
  width: 100% !important;
  z-index: 20;
  background-color: #fff;
  list-style: none;
  border: 1px solid #dedede;
  padding: 0;
}

.header .ui-autocomplete .ui-menu-item {
  border-bottom: 1px solid #dedede;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .ui-autocomplete .ui-state-focus {
  background-color: #dedede;
}

.header .ui-autocomplete .ui-state-focus a {
  background-color: transparent;
}

.header .ui-autocomplete .image {
  display: inline-block;
  margin-right: 15px;
  min-width: 70px;
}

.header .ui-autocomplete .image img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.user-tools .counter {
  background-color: #f53434;
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 30px;
  top: -8px;
  text-align: center;
  right: -18px;
  font-size: 0.85em;
}

.nav-category {
  font-weight: bold;
  white-space: nowrap;
}

.nav-category.active {
  opacity: 0;
}

.nav-category .rs-trigger-tool {
  display: none;
}

.nav-category .drop_block-lvl li {
  margin-left: 0;
}

.nav-category .drop_block-lvl li.container-fluid {
  margin-left: auto;
  margin-right: auto;
}

.nav-category ul li {
  display: inline-block;
  margin-left: 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px solid transparent;
  -webkit-transition: all ease-in-out 0.32s;
  transition: all ease-in-out 0.32s;
}

.nav-category ul li:after {
  width: 100%;
  opacity: 0;
}

.nav-category ul li:hover {
  border-color: #fff;
}

.nav-category ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-category .has-child:hover .drop_block-lvl {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.32s;
  transition: all ease-in-out 0.32s;
}

.nav-category .has-child.open .drop_block-lvl {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.32s;
  transition: all ease-in-out 0.32s;
}

.nav-category .drop_block-wrap > div {
  display: block;
  width: 21%;
  margin-right: 4%;
  text-align: left;
}

.nav-category .drop_block-lvl_two li {
  display: block;
  margin: 25px 0;
}

.nav-category .drop_block-lvl_two li a {
  font-size: 1em;
  font-weight: normal;
}

.drop_block-lvl {
  visibility: hidden;
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  background-color: #fff;
  opacity: 0;
  z-index: 100;
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.drop_block-lvl .has-child {
  margin-left: 0;
}

.drop_block-lvl:before {
  content: '';
  position: absolute;
  top: -34px;
  height: 34px;
  width: 100%;
  background-color: transparent;
  z-index: 10;
}

.drop_block-lvl:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.user-tools .user-basket .drop_block.basket {
  position: absolute;
  right: -10px;
  top: 35px;
  background-color: #fff;
  padding: 30px;
  border: 1px solid #dedede;
  width: 398px;
  z-index: 30;
  text-transform: none;
}

.user-tools .user-basket .drop_block.basket .user-basket_item-img {
  margin-right: 10px;
}

.user-tools .user-basket .drop_block.basket .user-basket_item-del {
  position: absolute;
  right: 0;
  top: -1px;
}

.user-tools .user-basket .drop_block.basket form {
  margin: 0;
  width: 100%;
}

.user-tools .user-basket .drop_block.basket p {
  margin-bottom: 5px;
}

.user-tools .user-basket .drop_block.basket .user-basket_item-description {
  max-width: 220px;
}

.user-tools .user-basket .drop_block.basket .user-basket_item-description .name {
  font-weight: bold;
}

.user-tools .user-basket .drop_block.basket .user-basket_item-description .name:hover {
  text-decoration: underline;
}

.user-tools .user-basket .drop_block.basket .user-basket_item-description .category, .user-tools .user-basket .drop_block.basket .user-basket_item-description .amount {
  color: #7a7a7a;
}

.user-tools .user-basket .drop_block.basket .user-basket_item {
  padding: 10px 0;
  position: relative;
  border-bottom: 1px solid #dedede;
}

.user-tools .user-basket .open + .drop_block.basket {
  display: block;
}

.user-tools .user-basket .user-basket_decide {
  margin-top: 15px;
}

.user-tools .user-basket .user-basket_decide .btn-theme:hover {
  color: #fff;
}

.user-tools .user-basket .user-basket_decide .btn-theme.color {
  color: #ffffff;
}

.user-tools .user-basket .user-basket_item-count {
  margin-bottom: 8px;
}

.drop_block-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.user-basket_list {
  max-height: 320px;
  overflow: auto;
}

.user-basket_list-info {
  margin-top: 20px;
}

.btn-theme {
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 15px;
  max-width: 280px;
  width: auto;
  cursor: pointer;
  font-size: .85em;
  font-weight: bold;
  border: 2px solid;
  -webkit-transition: all ease-in-out 0.32s;
  transition: all ease-in-out 0.32s;
}

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

.btn-theme.color {
  border: 2px solid transparent;
  color: #ffffff;
}

.btn-theme.color:hover {
  background-color: transparent;
}

.theme-btn_search {
  cursor: pointer;
  padding: 0;
  z-index: 10;
}

.search-start {
  width: 43px;
  height: 43px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  border-right: 2px solid #131313;
  -webkit-transition: none;
  transition: none;
}

.search-start .icon-search_black {
  position: relative;
  top: 3px;
}

.product-view_block {
  margin-bottom: 45px;
}

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

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

.product-view_block .product-image .wrapper:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all ease-in-out 0.32s;
  transition: all ease-in-out 0.32s;
  opacity: 0;
  background-color: #fff;
}

.product-view_block .product-info {
  margin-top: 25px;
}

.product-view_block .product-category {
  min-height: 22px;
}

.product-view_block:hover .product-image a:before {
  opacity: .45;
}

.product-view_block:hover .product-add .product-favorite, .product-view_block:hover .product-add .product-add_cart, .product-view_block:hover .product-add .product-add_delimiter {
  opacity: 1;
  visibility: visible;
}

.product-view_block:hover .favorite-show {
  opacity: 0;
  visibility: hidden;
}

.product-view_block .product-name {
  height: 42px;
  overflow: hidden;
  position: relative;
}

.product-view_block .product-name a {
  font-size: 1.15em;
  font-weight: bold;
}

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

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

.product-category a {
  font-size: 1.15em;
  color: #7a7a7a;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  display: block;
}

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

.product-ticket_block {
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 10;
}

.product-ticket_block .ticket {
  font-size: .65em;
  margin-bottom: 8px;
  padding: 5px 8px;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  background-color: #f53434;
}

.product-ticket_block .ticket.text {
  padding: 4px 8px;
  color: #7a7a7a;
  border: 1px solid #7a7a7a;
  text-transform: uppercase;
  background-color: #fff;
}

.product-add {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 30px;
  visibility: hidden;
  position: relative;
}

.product-add .product-add_delimiter {
  width: 1px;
  height: 20px;
  position: relative;
  top: 3px;
  margin: 0 20px;
  background-color: #dedede;
}

.product-add i.fa {
  font-size: 1.55em;
}

.product-favorite, .product-add_cart, .product-add_delimiter {
  font-size: .8em;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out 0.32s;
  transition: all ease-in-out 0.32s;
  z-index: 10;
}

.product-add_cart {
  position: relative;
}

.product-favorite {
  text-decoration: none;
  position: relative;
}

.product-favorite:hover {
  text-decoration: none;
}

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

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

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

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

.product-price_block {
  margin-top: 5px;
  margin-bottom: 10px;
}

.product-price_block .product-price {
  font-size: 1em;
  line-height: 21px;
}

.product-price_block .product-price.old {
  text-decoration: line-through;
  color: #7a7a7a;
  margin-left: 10px;
}

.product-view_table {
  margin-bottom: 35px;
}

.product-view_table:hover .product-image a:before {
  opacity: .8;
}

.product-view_table .product-category {
  margin: 8px 0;
}

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

.product-view_table .product-image .wrapper:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all ease-in-out 0.32s;
  transition: all ease-in-out 0.32s;
  opacity: 0;
  background-color: #fff;
}

.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: 0;
}

.product-view_table .product-info {
  display: inline-block;
  margin-left: 25px;
  width: 45%;
  position: absolute;
}

.product-view_table .product-name a {
  border: none;
  font-size: 1.15em;
  font-weight: bold;
}

.product-view_table .product-price_block {
  margin-bottom: 20px;
}

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

.product-view_table .product-favorite, .product-view_table .product-add_cart, .product-view_table .product-add_delimiter {
  visibility: visible;
  opacity: 1;
}

.product-rating {
  position: relative;
  width: 80px;
  line-height: 13px;
  margin: 5px 0 10px;
}

.product-rating .default {
  width: 100%;
}

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

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

.product-comments .fa {
  font-size: 18px;
  margin-right: 5px;
}

.favorite-show {
  position: absolute;
  opacity: 1;
  display: block;
  width: 100%;
  top: 0;
  -webkit-transition: all ease-in-out .35s;
  transition: all ease-in-out .35s;
}

.favorite-show.show {
  visibility: visible;
}

.favorite-show.show i.fa {
  visibility: visible;
}

.email-subscribe_block {
  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;
  padding: 80px 0 30px;
  border-bottom: 3px solid;
}

.email-subscribe_block .red {
  margin: 0;
  text-align: center;
}

.email-subscribe_block .icon-mail_send {
  background-image: url(../img/icons/mail-send.svg);
  width: 63px;
  height: 41px;
  display: inline-block;
  background-repeat: no-repeat;
  float: left;
}

.email-subscribe_block .subscribe-desc {
  width: 35%;
}

.email-subscribe_block .subscribe-desc p {
  text-transform: uppercase;
  line-height: 41px;
  margin-bottom: 0;
}

.email-subscribe_block .form-subscribe {
  width: 65%;
}

.email-subscribe_block .form-subscribe input {
  max-width: 498px;
  width: 100%;
}

.email-subscribe_block .form-subscribe .btn-theme {
  max-width: 165px;
  width: 100%;
  margin-left: 30px;
}

nav#mob-menu_wrap {
  display: none;
  float: left;
  padding-left: 15px;
  cursor: pointer;
}

nav#mob-menu_wrap .menu-trigger {
  cursor: pointer;
  font-size: 1.3em;
}

nav#mob-menu_wrap i {
  -webkit-transition: all ease-in-out 0.32s;
  transition: all ease-in-out 0.32s;
}

nav#mob-menu_wrap .left-side, nav#mob-menu_wrap .right-side {
  display: inline-block;
}

nav#mob-menu_wrap .left-side {
  height: 100%;
  border-right: 1px solid #eaeaea;
  background-color: #fff;
  width: 40%;
  min-width: 280px;
  max-width: 350px;
  overflow: auto;
}

nav#mob-menu_wrap .right-side {
  background-color: #333;
  opacity: 0;
  height: 100%;
  width: 100%;
}

#mob-menu_block {
  position: fixed;
  top: -100px;
  left: -300px;
  visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 200;
  cursor: auto;
  -webkit-transition: all ease-in-out 0.32s;
  transition: all ease-in-out 0.32s;
}

#mob-menu_block ul {
  text-align: left;
}

#mob-menu_block ul li {
  border-bottom: 1px solid #eaeaea;
  overflow: hidden;
  padding-left: 0;
}

#mob-menu_block ul li a {
  font-size: .8em;
  margin-left: 0;
  padding: 14px 0 10px 10px;
  display: inline-block;
  white-space: nowrap;
  max-width: 84%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #131313;
}

#mob-menu_block ul li a:hover {
  text-decoration: underline;
}

#mob-menu_block .open-category_button {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-left: 1px solid #eaeaea;
  color: #131313;
  font-size: 1.5em;
}

#mob-menu_block .open-category_button.lvl-tree {
  height: 39px;
}

#mob-menu_block .open-category_button.lvl-tree a {
  padding-left: 10px;
}

#mob-menu_block .open-category_button i {
  font-size: .8em;
  height: auto;
  width: auto;
}

#mob-menu_block .open-category_button:hover i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#mob-menu_block .close-mob_row {
  overflow: hidden;
  padding-left: 30px;
}

#mob-menu_block .close-mob_row .logo {
  display: inline;
  padding: 10px 0 10px 10px;
}

#mob-menu_block .close-mob_row .logo img {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
}

#mob-menu_block .close-mob_menu {
  float: right;
  width: 40px;
  height: 46px;
  cursor: pointer;
  border-left: 1px solid #eaeaea;
  text-align: center;
  color: #131313;
}

#mob-menu_block .close-mob_menu > span {
  position: relative;
  top: 13px;
}

#mob-menu_block .has-child {
  position: relative;
  line-height: 14px;
}

#mob-menu_block .has-child.open > .children {
  display: block;
}

#mob-menu_block .has-child.open .has-child a {
  display: inline-block;
}

#mob-menu_block .has-child .children {
  display: none;
  border-top: 1px solid #eaeaea;
}

#mob-menu_block .has-child .children li {
  font-size: .9em;
  line-height: 13px;
}

#mob-menu_block .has-child .children li a {
  display: block;
  padding-left: 15px;
}

#mob-menu_block .has-child .children .children a {
  padding-left: 20px;
}

#mob-menu_block .has-child .children li:last-child {
  border-bottom: 0;
}

#mob-menu_block.open {
  visibility: visible;
  left: 0;
  top: 0;
}

#mob-menu_block.open .right-side {
  opacity: .6;
  -webkit-transition: all ease-in-out .9s;
  transition: all ease-in-out .9s;
}

.breadcrumbs-block {
  margin-bottom: 52px;
}

.breadcrumbs {
  padding: 18px 0 21px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1171px;
  display: block;
  text-transform: uppercase;
  min-height: 0;
  font-weight: bold;
  border-bottom: 1px solid #dedede;
}

.breadcrumbs li {
  padding: 0 3px;
  color: #7a7a7a;
}

.breadcrumbs li a, .breadcrumbs li span {
  color: #7a7a7a;
  font-size: 0.8em;
}

.breadcrumbs li:last-child {
  display: none;
}

.catalog-page .catalog-page_subcategory a {
  display: inline-block;
  padding: 7px;
  margin-right: 10px;
  font-size: .9em;
  background-color: #333;
  color: #fff;
}

.catalog-page .catalog-page_subcategory a:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 1px 1px #333;
  box-shadow: 0 1px 1px #333;
}

.catalog-page .empty-list {
  margin-top: 30px;
}

.catalog-page_sort {
  margin: 30px 0 50px;
}

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

.sort_conditions, .sort_pagesize {
  border: 1px solid #dedede;
  padding: 14px;
  display: inline-block;
  line-height: 19px;
}

.sort_pagesize {
  margin-left: 15px;
}

.catalog-page_product-view {
  display: inline-block;
  font-size: 0;
}

.catalog-page_product-view a {
  cursor: pointer;
  display: inline-block;
  padding: 14px;
  border: 1px solid #dedede;
  line-height: 0;
}

.catalog-page_product-view a:first-child {
  border-right: 0;
}

.catalog-as_table.active span, .catalog-as_block.active span {
  opacity: 1;
}

.catalog-as_table.active span:hover, .catalog-as_block.active span:hover {
  opacity: 1;
}

.catalog-as_table span, .catalog-as_block span {
  opacity: 0.6;
}

.catalog-as_table span:hover, .catalog-as_block span:hover {
  opacity: 1;
}

.category-desc {
  margin-top: 50px;
}

.catalog-categories {
  margin-bottom: 50px;
}

.catalog-categories ul {
  padding-left: 15px;
}

.catalog-categories ul.p-0 {
  padding-left: 0;
}

.catalog-categories ul.sub-dir {
  margin-top: 15px;
  display: none;
}

.catalog-categories ul li {
  margin-bottom: 15px;
}

.catalog-categories ul li.has-child {
  position: relative;
}

.catalog-categories ul li.has-child .fa-plus {
  right: 0;
}

.catalog-categories ul li.has-child .fa-minus {
  opacity: 0;
}

.catalog-categories ul li.has-child.open .sub-dir {
  display: block;
}

.catalog-categories ul li.has-child.open .fa-minus {
  opacity: 1;
}

.catalog-categories ul li a:hover {
  color: #7a7a7a;
}

.items-loader a {
  color: #7a7a7a;
  background-color: #f4f4f4;
  padding: 20px 15px;
  text-align: center;
  display: block;
}

article {
  padding: 0 0 35px;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.article-content h1 {
  margin: 0 0 40px;
}

.article-content_date {
  margin-top: 20px;
  margin-bottom: 20px;
}

.paginator {
  margin: 55px auto 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.paginator a {
  width: 31px;
  height: 31px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #333;
  margin: 0 5px 0 0;
  display: inline-block;
}

.paginator a.active, .paginator a:hover {
  background-color: #131313;
  color: #fff;
}

.paginator a:hover .fa.fa-angle-right, .paginator a:hover .fa.fa-angle-left {
  -webkit-transition: none;
  transition: none;
  color: #fff;
}

.paginator .fa.fa-angle-right, .paginator .fa.fa-angle-left {
  font-size: 1em;
  -webkit-transition: none;
  transition: none;
}

.catalog-filter_block .module-wrapper {
  top: 35px;
}

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

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

.catalog-filter .filters-all_block {
  height: 100%;
  background-color: #fff;
}

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

.catalog-filter .filters-all_block .filter .title {
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}

.catalog-filter .filters-all_block .filter i {
  font-size: 1em;
  -webkit-transition: all ease-in-out 0.32s;
  transition: all ease-in-out 0.32s;
}

.catalog-filter .filters-all_block .filter i.fa-plus {
  position: absolute;
  top: 3px;
  right: 0;
}

.catalog-filter .filters-all_block .filter .toggle {
  position: relative;
}

.catalog-filter .filters-all_block .filter .expand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  padding: 10px 0;
  border-bottom: 1px solid #eaeaea;
}

.catalog-filter .filters-all_block .filter .expand i.fa-minus {
  opacity: 0;
}

.catalog-filter .filters-all_block .filter .expand i.fa-plus {
  opacity: 1;
}

.catalog-filter .filters-all_block .filter.open .expand i.fa-minus {
  opacity: 1;
}

.catalog-filter .filters-all_block .filter.open .expand i.fa-plus {
  opacity: 0;
}

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

.catalog-filter .filters-all_block .filter input[type=checkbox], .catalog-filter .filters-all_block .filter input[type=radio] {
  height: 15px;
  width: 15px;
  position: relative;
  top: 3px;
}

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

.catalog-filter .filters-all_block .filter .filter-input label {
  width: 44%;
  margin-bottom: 10px;
}

.catalog-filter .filters-all_block .filter .filter-input label.d-block {
  width: 100%;
}

.catalog-filter .filters-all_block .filter .filter-input .label-delimiter {
  height: 1px;
  background-color: #dedede;
  width: 5%;
  position: relative;
  bottom: -15px;
}

.catalog-filter .filters-all_block .filter .filter-input_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.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: 20px;
}

.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 i.fa-minis {
  opacity: 1;
}

.catalog-filter .filters-all_block .filter.open .expand i.fa-plus {
  opacity: 0;
}

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

.catalog-filter .filters-all_block .filter-remove:hover {
  color: #333;
}

.catalog-filter .filters-all_block .filter-area_closed {
  border-bottom: 1px solid #eaeaea;
}

.catalog-filter .filters-all_block .filter-area_closed > span {
  border-left: 1px solid #eaeaea;
  width: 37px;
  height: 37px;
  cursor: pointer;
  font-size: 1.3em;
}

.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 {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 20px;
  background: #131313;
}

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

.catalog-filter .noUi-target {
  margin: 10px auto 5px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.catalog-filter .noUi-connect {
  background-color: #131313;
}

.catalog-filter .noUi-horizontal .noUi-handle {
  width: 12px;
  height: 12px;
  left: -11px;
  top: -4px;
}

.catalog-filter .noUi-target .noUi-base {
  width: 99%;
  margin-left: auto;
  margin-right: auto;
  background-color: #dedede;
  height: 5px;
}

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

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

.filter.color .checkbox-color_wrap label {
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
  border: 1px solid #eaeaea;
}

.filter.color .checkbox-color_wrap label i {
  position: absolute;
  top: 2px;
  left: 2px;
}

.filter.color .checkbox-color_wrap label input {
  opacity: 0;
  cursor: pointer;
}

.filter-buttons {
  margin: 10px 0 25px;
}

.filter-buttons button {
  -webkit-transition: all ease-in-out 0.32s;
  transition: all ease-in-out 0.32s;
  padding: 0;
}

.filter-buttons button:hover {
  text-decoration: underline;
  color: #7a7a7a;
}

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

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

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

.product-page .rating-block .product-rating {
  margin: 0 5px 0 0;
  position: relative;
  top: 2px;
}

.product-page .product_quantity .quantity-button {
  height: 36px;
  line-height: 21px;
  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;
}

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

.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 .owl-stage-outer {
  width: 94%;
  margin: 0 auto;
}

.product-page .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;
  z-index: -1;
}

.product-page .owl-nav .owl-prev, .product-page .owl-nav .owl-next {
  position: absolute;
  font-size: 1.8em;
  -webkit-transition: all ease-in-out 0.32s;
  transition: all ease-in-out 0.32s;
  z-index: 10;
}

.product-page .owl-nav .owl-prev {
  left: 0;
}

.product-page .owl-nav .owl-next {
  right: 0;
}

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

.product-page .page-product_description .product-price span, .product-page .page-product_description .product-price.old span {
  font-size: 1.5em;
}

.product-page .page-product_description .product-price.old {
  margin-left: 10px;
  position: relative;
}

.product-page .page-product_description .product-price.old:before {
  width: 100%;
  height: 2px;
  content: '';
  top: 8px;
  background-color: #7a7a7a;
  position: absolute;
}

.product-page .page-product_description.short {
  margin: 15px 0 20px;
}

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

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

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

.product-page .page-product_description.benifit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-page .page-product_description.benifit .d-i-block {
  width: 49%;
  position: relative;
  padding-left: 45px;
}

.product-page .page-product_description.benifit .d-i-block:first-child {
  padding-left: 55px;
}

.product-page .page-product_description.benifit .icon-hanger, .product-page .page-product_description.benifit .icon-placeholder {
  display: inline-block;
  position: absolute;
  left: 0;
}

.product-page .page-product_description.benifit .icon-placeholder {
  top: 5px;
}

.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 .product-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-page .product-btns .btn-theme {
  width: 49%;
}

.product-page .page-product_description.actions {
  font-size: 11px;
  padding-bottom: 29px;
  border-bottom: 1px solid #dedede;
}

.product-page .page-product_description.actions .product-favorite {
  text-transform: uppercase;
  visibility: visible;
  opacity: 1;
  font-size: inherit;
  margin-right: 30px;
}

.product-page .page-product_description.actions .product-favorite i.fa {
  font-size: 16px;
  position: relative;
  top: 1px;
}

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

.product-page .product_quantity .quantity-button.quantity-down, .product-page .product_quantity .quantity-button.quantity-up {
  top: -9px;
}

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

.product-offers .product-offers_item {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-offers .product-offers_item .type-image img {
  padding: 2px;
  border: 1px solid transparent;
}

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

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

.product-offers .product-offers_title {
  min-width: 100px;
  display: inline-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 {
  border-color: #000;
}

.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: normal;
  border: 1px solid #dedede;
  min-width: 38px;
  height: 38px;
  margin-right: 15px;
  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 #dedede;
  width: 38px;
  height: 38px;
  border-radius: 38px;
  margin-right: 15px;
}

.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 .checked-option {
  border-color: #000;
}

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

.product_quantity {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.product_quantity .quantity {
  height: 35px;
  width: 100%;
  position: relative;
}

.product_quantity .quantity-button {
  position: absolute;
  width: 34px;
  height: 33px;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
}

.product_quantity .quantity-button.quantity-up {
  right: 1px;
  bottom: -6px;
}

.product_quantity .quantity-button.quantity-down {
  left: 1px;
  bottom: -6px;
}

.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 {
  margin: 60px 0;
}

.page-product_content .tab-pane {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}

.page-product_content article {
  padding: 0;
}

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

.page-product_content .tab-content .fa.fa-angle-left, .page-product_content .tab-content .fa.fa-angle-right {
  width: 8px;
  height: 26px;
  font-size: 22px;
}

.page-product_content .review .product-rating {
  margin: 10px 0 14px;
  display: inline-block;
}

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

.page-product_content .review-list {
  margin-bottom: 30px;
}

.page-product_content .review-list > div {
  background-color: #ffffff;
  margin-bottom: 10px;
  padding: 24px 30px;
}

.page-product_content .review-list > div:last-child {
  margin-bottom: 0;
}

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

.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 .icon-rating-star {
  cursor: pointer;
  opacity: .4;
}

.page-product_content .review-answer .group .stars-block .icon-rating-star.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.32s;
  transition: all ease-in-out 0.32s;
}

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

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

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

.owl-product-carousel.owl-carousel {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

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

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

.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 {
  margin-bottom: 60px;
  float: left;
  width: 100%;
}

.basket-page .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
  margin-bottom: 115px;
}

.basket-page table thead td {
  padding: 0 0 15px;
  border: none;
  font-weight: bold;
  font-size: 1em;
}

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

.basket-page select {
  margin-top: 10px;
  max-width: 235px;
  display: block;
}

.basket-page .basket-image {
  max-width: 172px;
  width: 100%;
  display: inline-block;
}

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

.basket-page .basket-list_desc {
  border-bottom: 2px solid;
  padding-bottom: 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 .basket-page_wrapper {
  margin-top: 60px;
}

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

.basket-page .basket-product_title {
  font-size: 1.1em;
  padding: 0 20px;
}

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

.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: 3px;
}

.basket-page .basket-product_multi-offers select {
  margin-bottom: 5px;
  display: block;
}

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

.basket-page .basket-product_quantity .error {
  position: absolute;
  margin-top: 4px;
}

.basket-page .product_quantity input {
  padding-right: 15px;
}

.basket-page .basket-coupon {
  position: relative;
  margin-bottom: 8px;
}

.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 {
  position: absolute;
  max-width: 39px;
  height: 40px;
  top: 2px;
  right: 3px;
}

.basket-page .basket-coupon .btn-theme:hover {
  opacity: 0.8;
}

.basket-page .basket-coupon .btn-theme .icon-long-arrow {
  position: relative;
  left: -4px;
}

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

.basket-page .basket-price_discount {
  font-size: 0.8em;
}

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

.basket-page .basket-order_total {
  border-top: 2px solid;
  padding: 30px 20px;
  margin-top: 35px;
  background-color: #f4f4f4;
}

.basket-page .basket-order_total.price, .basket-page .basket-order_total.discount {
  vertical-align: middle;
  border-top: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #dedede;
}

.basket-page .basket-order_total.price p, .basket-page .basket-order_total.discount p {
  margin-bottom: 0;
  font-size: 1.1em;
  display: inline-block;
  width: 49%;
  padding: 10px 0;
}

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

.basket-page .basket-remove_coupon {
  font-size: 1.6em;
  margin-left: 3px;
  position: absolute;
  top: -6px;
  right: 0;
}

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

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

.basket-page .basket-item_del {
  text-align: center;
  font-size: 1.1em;
}

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

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

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

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

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

.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 .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 #eaeaea;
}

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

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

.checkout-steps select {
  height: 35px;
  margin-top: 5px;
  min-width: 280px;
}

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

.checkout-steps input[type=radio] {
  margin-right: 5px;
  top: 2px;
  min-width: 0;
}

.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: 1.2em;
  margin-top: 10px;
  margin-bottom: 0;
  max-width: 300px;
  width: 100%;
}

.checkout-steps label input {
  margin-top: 5px;
  outline: none;
  font-size: .8em;
  max-width: 300px;
  width: 100%;
  min-width: 1px;
}

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

.checkout-steps select {
  font-size: .9em;
}

.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 .border-left {
  border-left: 1px solid #eaeaea;
  margin-left: -1px;
}

.checkout-steps .border-right {
  border-right: 1px solid #eaeaea;
}

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

.checkout-steps.confirm textarea {
  width: 500px;
}

.checkout-steps.confirm table {
  table-layout: fixed;
}

.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 h3 {
  margin-bottom: 29px;
}

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

.checkout-steps.finish .order-list {
  max-width: 730px;
}

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

.checkout-steps .order-list_item {
  margin: 20px 0;
}

.checkout-steps .order-list_item .h3 {
  opacity: 0.7;
  margin: 0 0 6px;
  border-bottom: 2px solid;
  padding: 0 0 7px;
  -webkit-transition: all ease-in-out 0.32s;
  transition: all ease-in-out 0.32s;
  display: inline-block;
}

.checkout-steps .order-list_item .h3:hover {
  opacity: 1;
}

.checkout-steps .order-list_item input:checked + .h3 {
  opacity: 1;
}

.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: 1.2em;
  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: #7a7a7a;
  display: block;
  margin-bottom: 5px;
}

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

.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: #7a7a7a;
}

.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 select {
  height: 38px;
}

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

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

#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: #7a7a7a;
  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 {
  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;
}

#order-form .order-form_block {
  padding: 60px 0;
  border-bottom: 1px solid #dedede;
}

#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 .order-form_count-block {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 1.03em;
  background-color: #f4f4f4;
  text-align: center;
  line-height: 38px;
  margin-right: 30px;
  font-weight: normal;
  -webkit-transition: all ease-in-out 0.32s;
  transition: all ease-in-out 0.32s;
}

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

#order-form .formSectionTitle {
  font-weight: bold;
  font-size: 1.03em;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

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

#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 {
  margin-top: 20px;
}

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

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

#order-form .onePageAddressBlock-wrap {
  padding: 60px 0;
  border-bottom: 1px solid #dedede;
}

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

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

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

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

#order-form .orderSubmit {
  background-color: #f4f4f4;
  padding-bottom: 21px;
}

#order-form .orderSubmit .formSave {
  margin: 5px 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 {
  border-bottom: 2px solid;
}

#order-form .orderBasket thead td.orderBasket_count {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

#order-form .orderBasket thead td.orderBasket_link-to-cart a {
  color: #7a7a7a;
  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 {
  margin-top: 39px;
  padding-top: 20px;
  background-color: #f4f4f4;
}

#order-form .orderBasket.additional tr:first-child td {
  padding-top: 25px;
  border-top: 2px solid;
}

#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 {
  font-weight: bold;
  font-size: 2.15em;
  margin: 0 0 60px;
}

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

.profile-page .half-side {
  padding-left: 0;
}

.profile-page h3 a:hover {
  border-color: #333;
  color: #333;
}

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

.profile-page .nav.nav-tabs label {
  margin-top: 0;
  opacity: 1;
  position: relative;
}

.profile-page .nav.nav-tabs span {
  opacity: 0.6;
  -webkit-transition: all ease-in-out 0.32s;
  transition: all ease-in-out 0.32s;
}

.profile-page .nav.nav-tabs span:hover {
  opacity: 1;
}

.profile-page .nav.nav-tabs input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.profile-page .nav.nav-tabs input:checked + span {
  opacity: 1;
}

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

.profile-page input {
  margin-top: 5px;
  outline: none;
  min-width: 280px;
  font-size: .8em;
  max-width: 280px;
}

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

.profile-page select {
  font-size: .9em;
}

.profile-page .user-profile_items {
  vertical-align: middle;
}

.profile-page .user-profile_items li:first-child a {
  padding-top: 0;
}

.profile-page .user-profile_items li a {
  display: block;
  background-color: transparent;
  padding: 10px 14px 10px 0;
}

.profile-page .user-profile_items li a:hover, .profile-page .user-profile_items li a.active {
  color: #7a7a7a;
}

.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 .profile-page_order-list {
  display: table;
  width: 100%;
}

.profile-page .profile-page_order-list .profile-page_order-list_item {
  display: table-row;
}

.profile-page .profile-page_order-list .profile-page_order-list_item > div {
  display: table-cell;
}

.profile-page .profile-page_order-list .profile-page_order-list_item .item-text .name {
  font-weight: 600;
}

.profile-page .profile-page_order-list .profile-page_order-list_item .item-text .multioffers-wrap {
  margin-top: 5px;
  font-size: 12px;
  display: inline-block;
}

.profile-page .profile-page_order-list .profile-page_order-list_item .item-price .price {
  font-size: 1.2em;
}

.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-bottom: 35px;
}

.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;
}

.profile-page .nav-tabs_review_wrapper.admin {
  margin-left: 15px;
  border-color: #e00;
}

.profile-page .response_wrapper .response_delete {
  position: relative;
  bottom: 1px;
  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;
}

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

.compare-page {
  padding: 30px 0;
}

.compare-page .product-price_block {
  height: auto;
}

.compare-page .page-product_content {
  margin-top: 50px;
  padding-top: 49px;
}

.compare-page .product-view_block {
  margin-bottom: 0;
}

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

.warehouse-info i {
  font-size: 2.6em;
}

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

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

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

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

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

.brand-page .brands-alphabet_block {
  margin-bottom: 15px;
}

.brand-page .brands-alphabet_block .title {
  margin-right: 15px;
}

.brand-page .brands-alphabet_block .letter a {
  color: #7a7a7a;
  margin-right: 15px;
  display: inline-block;
  text-transform: uppercase;
}

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

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

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

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

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

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

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

.brand-page .brand-category_list {
  margin-bottom: 25px;
}

.owl-brand-carousel {
  overflow-y: hidden;
}

body {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-style: normal;
}

.container-fluid {
  max-width: 1201px;
  width: 100%;
}

.container-fluid.w-100 {
  max-width: 100%;
}

a {
  color: #333;
  -webkit-transition: all ease-in-out 0.32s;
  transition: all ease-in-out 0.32s;
  outline: none;
  cursor: pointer;
}

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

ul {
  margin-bottom: 0;
}

input[type=text], input[type=email] {
  min-width: 280px;
  width: auto;
}

input[type=number] {
  max-width: 105px;
  text-align: center;
  padding-right: 3%;
  position: relative;
  width: 100%;
}

input[type=radio] {
  height: auto;
  position: relative;
  top: 3px;
  text-indent: 0;
  margin-right: 3px;
  outline: none;
  width: auto;
  min-width: 1px;
}

input {
  font-weight: normal;
  text-indent: 14px;
  outline: none;
  height: 38px;
  border: 1px solid #dedede;
  border-radius: 0;
  min-width: 100px;
}

input#email {
  height: 44px;
}

input[type='text'], input[name='amount'], input[type='password'], input[type='number'], select {
  -webkit-appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type='number'] {
  -moz-appearance: textfield;
}

select {
  outline: none;
  text-indent: 5px;
  height: 38px;
  font-weight: normal;
  border-radius: 0;
  max-width: 300px;
  width: 100%;
  border: 1px solid #dedede;
}

textarea {
  outline: none;
  text-indent: 5px;
  font-weight: normal;
  height: 125px;
  min-width: 100px;
  border-radius: 0;
  border: 1px solid #dedede;
}

button {
  border: none;
  -webkit-transition: all ease-in-out 0.32s;
  transition: all ease-in-out 0.32s;
  outline: none;
  border-radius: 0;
  background-color: transparent;
}

label {
  cursor: pointer;
}

h1, .h1, h2, h3, h4 {
  font-weight: bold;
}

h1 a, .h1 a, h2 a, h3 a, h4 a {
  border-bottom: 3px solid #7a7a7a;
}

h1:hover a, .h1:hover a, h2:hover a, h3:hover a, h4:hover a {
  text-decoration: none;
}

h2, .h2 {
  font-size: 2.15em;
  line-height: 30px;
}

section.slider {
  margin: 30px 15px;
}

section.slider .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}

section.slider .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border: 1px solid #7a7a7a;
  border-radius: 50%;
  margin-right: 8px;
  background-color: #eaeaea;
  -webkit-transition: all ease-in-out 0.32s;
  transition: all ease-in-out 0.32s;
}

.product-in_category_block {
  float: left;
  margin-bottom: 60px;
  width: 100%;
}

.nav.nav-tabs {
  white-space: nowrap;
  overflow-x: auto;
}

.nav.nav-tabs li {
  margin-right: 30px;
}

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

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

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

.nav.nav-tabs a, .nav.nav-tabs label {
  text-transform: uppercase;
  opacity: 0.6;
  padding: 0;
  font-size: 1em;
  font-weight: bold;
  -webkit-transition: none;
  transition: none;
}

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

table {
  width: 100%;
}

table thead td {
  padding: 9px 0;
  border: none;
  font-size: 1.3em;
}

table tbody td {
  border-bottom: 1px solid #dedede;
  padding: 9px 0;
  color: #7a7a7a;
}

table .title {
  border: none;
  padding-left: 0;
  color: #313131;
}

.recommended, .lastviewed {
  position: relative;
}

.recommended > .sec-nav, .lastviewed > .sec-nav {
  position: absolute;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.recommended > .sec-nav .left, .recommended > .sec-nav .right, .lastviewed > .sec-nav .left, .lastviewed > .sec-nav .right {
  position: absolute;
  height: 32px;
  z-index: 10;
  cursor: pointer;
}

.recommended > .sec-nav .left, .lastviewed > .sec-nav .left {
  left: 0;
}

.recommended > .sec-nav .right, .lastviewed > .sec-nav .right {
  right: 0;
}

.empty-list {
  padding: 0 0 52px;
  text-align: center;
  font-size: 1.6em;
}

.affiliatesContacts {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
  display: block;
  padding: 0 0 24px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eaeaea;
}

.affiliatesContacts .otherCity {
  color: blue;
  text-decoration: none;
  cursor: pointer;
}

.affiliatesContacts .otherCity:hover {
  text-decoration: underline;
}

.dropdown-menu {
  left: inherit;
  right: -16px;
}

.dropdown-menu a {
  cursor: pointer;
}

.admin-style.admin-dialog-wrapper input, .admin-style.admin-dialog-wrapper textarea, .admin-style.admin-dialog-wrapper select {
  height: auto;
  text-indent: unset;
  margin-left: 5px;
}

.product-featured {
  margin: 60px 0 0;
}

.product-featured h2 {
  margin-bottom: 50px;
}

.product-featured .nav.nav-tabs {
  margin-bottom: 50px;
}

.product-featured .product-view_block {
  margin-bottom: 100px;
}

.logo img {
  vertical-align: top;
}

.empty-image-stub {
  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: #f1f1f1;
  position: relative;
  overflow: hidden;
}

.empty-image-stub .empty-image-stub_text {
  font-size: 2em;
  color: #aeaeae;
  font-weight: bold;
}

.expand {
  position: relative;
}

.expand i.fa {
  font-size: 1em;
  -webkit-transition: all ease-in-out 0.32s;
  transition: all ease-in-out 0.32s;
}

.expand i.fa-plus {
  position: absolute;
  top: 3px;
}

.open .expand i.fa-minis {
  opacity: 1;
}

.open .expand i.fa-plus {
  opacity: 0;
}

.toggle-panel {
  margin-bottom: 30px;
}

.policy-agreement a {
  color: blue;
}

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

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

footer a {
  display: block;
}

footer ul {
  margin-bottom: 0;
}

footer ul li {
  margin-top: 15px;
}

footer .footer-title {
  font-weight: bold;
  text-transform: uppercase;
}

footer .footer-menu {
  margin: 50px 0 70px;
  min-height: 230px;
}

footer .footer-contacts_block a {
  font-weight: bold;
  font-size: 1.3em;
  display: inline-block;
  margin-bottom: 5px;
}

footer .social-block {
  float: right;
  margin-top: -25px;
}

footer .social-block a {
  display: inline-block;
}

footer .social-block span {
  margin-left: 10px;
}

.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;
}

.mfp-container {
  padding: 15px;
}

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

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

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

.mfp-container .modal-inner {
  max-width: 800px;
  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 {
  width: 100%;
  max-width: 280px;
}

.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 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.user.fluid input[type=text] {
  display: block;
}

.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 {
  max-width: 480px;
  width: 100%;
  overflow-x: hidden;
}

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

.mfp-container .modal-inner.user input[type=radio] {
  width: 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 #eaeaea;
}

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

.mfp-container .product-offers {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 19px;
  padding-bottom: 20px;
}

.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: 10px 0 25px;
  margin-top: 9px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.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;
}

.complect_img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  border: 1px solid #eaeaea;
}

.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 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 label {
  font-weight: normal;
  width: 100%;
}

.feedback label input, .feedback label textarea {
  display: block;
  margin-top: 5px;
  font-size: .9em;
}

.feedback label textarea {
  width: 280px;
}

.random-banners_zone {
  float: left;
  width: 100%;
  position: relative;
}

.random-banners_zone .banner {
  float: right;
  padding-bottom: 30px;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.random-banners_zone .banner:nth-child(3) {
  padding-left: 0;
}

.random-banners_zone .banner:nth-child(5) {
  padding-left: 0;
}

.random-banners_zone .empty-image-stub.large {
  width: 269px;
  height: 590px;
}

.random-banners_zone .empty-image-stub.middle {
  width: 571px;
  height: 280px;
}

.random-banners_zone .empty-image-stub.small {
  width: 270px;
  height: 279px;
}

.ourconditions {
  margin: 60px 0 0;
  padding-bottom: 60px;
  float: left;
  width: 100%;
  border-bottom: 3px solid;
}

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

.ourconditions .ourconditions-item p {
  text-align: center;
}

.ourconditions .ourconditions-item .title {
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: bold;
}

.ourconditions .ourconditions-item .desc {
  margin-top: 10px;
  margin-bottom: 0;
  color: #7a7a7a;
}

.sec-news {
  float: left;
  width: 100%;
  padding-bottom: 70px;
}

.sec-news .news-category_title {
  margin: 60px 0 65px;
}

.sec-news h1 {
  margin-bottom: 60px;
}

.sec-news .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;
}

.sec-news .news-image img {
  -webkit-transition: all ease-in-out 2s;
  transition: all ease-in-out 2s;
}

.sec-news .news-image.height-a img {
  height: auto;
}

.sec-news .news-image .icon-newspaper-stub {
  -webkit-transition: all ease-in-out 2s;
  transition: all ease-in-out 2s;
}

.sec-news .news-image:hover img, .sec-news .news-image:hover .icon-newspaper-stub {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.sec-news .news-date {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  padding-top: 3px;
  z-index: 10;
}

.sec-news .news-date p {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
}

.sec-news .news-date p:last-child {
  font-size: 1.3em;
  position: relative;
  bottom: 12px;
}

.sec-news .news-title {
  margin: 30px 0 20px;
  font-weight: bold;
  height: 40px;
  overflow: hidden;
  position: relative;
}

.sec-news .news-title:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../img/gradient_white.png);
  width: 100px;
  height: 20px;
  background-size: contain;
}

.sec-news .news-description {
  color: #7a7a7a;
  margin-bottom: 20px;
  height: 60px;
  overflow: hidden;
  position: relative;
}

.sec-news .news-description:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../img/gradient_white.png);
  width: 100px;
  height: 20px;
  background-size: contain;
}

.sec-news .empty-image {
  padding-top: 57px;
  height: 250px;
}

body .module-wrapper {
  min-height: 1px;
}

body .block-wizard {
  font-size: 14px;
  border: 1px dashed #7a7a7a;
  text-align: left;
  padding: 10px 15px;
  margin: 8px 15px;
}

body .block-wizard a:hover {
  text-decoration: underline;
}

body .block-wizard.block-banner-slider {
  margin-top: 55px;
}

body .block-wizard .fa.fa-puzzle-piece {
  font-size: 1.4em;
  margin-right: 5px;
  display: inline-block;
}

body .block-wizard ul, body .block-wizard ol {
  padding-left: 15px;
}

body .block-wizard ul li, body .block-wizard ol li {
  line-height: 23px;
}

body .block-wizard ul li a, body .block-wizard ol li a {
  font-size: 1em;
}

body .block-wizard .block-wizard__title {
  font-size: 1.2em;
  margin-bottom: 4px;
}

body .block-wizard.blockMenu {
  margin: 0;
  border-bottom: 0;
  border-top: 0;
}

body .block-wizard.blockMenu .block-wizard__do {
  display: inline-block;
  margin: 0;
}

body .block-wizard.blockMenu .block-wizard__title {
  display: inline-block;
  margin-right: 10px;
}

body .block-wizard.block-top-categories, body .block-wizard.blockProductTabs {
  margin-left: 0;
  margin-right: 0;
}

body .block-wizard.blockProductTabs {
  margin-top: 30px;
}

body .block-wizard.blockLastNews {
  margin-bottom: 30px;
}

body .logo .block-wizard, body .block-wizard.block-category {
  margin: 0;
}

body .block-wizard__do li a {
  text-transform: none;
}

body .block-wizard__wrapper .block-wizard__title span {
  padding: 0;
}

footer .block-wizard {
  display: inline-block;
  width: 100%;
  margin-top: 50px;
  margin-left: 0;
  margin-right: 0;
}

.catalog-categories.debug {
  width: 60%;
}

@media (max-width: 991px) {
  body .logo .block-wizard, body .block-wizard.block-category {
    margin: 0 auto 30px;
    display: block;
    max-width: 240px;
  }
  body .block-wizard.block-top-categories, body .block-wizard.blockProductTabs {
    width: 100%;
  }
}

@media (max-width: 767px) {
  body .block-wizard.blockMenu {
    padding: 0;
    border-left: 0;
    font-size: 13px;
  }
  body .block-wizard.blockMenu a {
    padding: 8px 8px;
  }
  body .block-wizard.blockMenu span {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  body .block-wizard.blockMenu .block-wizard__title {
    display: none;
  }
  body .block-wizard.blockMenu a {
    padding-left: 0;
  }
  footer .block-wizard {
    margin-top: 30px;
  }
}
