.header.top {
  padding: 1.3em 0;
  font-size: .9em;
}
.disabled-property {
  opacity: .5;
  pointer-events: none;
}
.filter.color .disabled-property,.filter-image .disabled-property {
  opacity: .1;
}
.header.top.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 101;
  -webkit-transition: all ease-in-out 0.32s;
  transition: all ease-in-out 0.32s;
  padding: 1.5em 0;
  border-bottom: 1px solid #eaeaea;
  -webkit-box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.header.middle {
  border-top: 1px solid #eaeaea;
  font-size: 1.3em;
  text-align: center;
  padding: 25px 0;
  border-bottom: 1px solid #eaeaea;
}

.header .city_select b {
  cursor: pointer;
}

.header .logo {
  padding-bottom: 20px;
}

.header .logo a {
  display: inline-block;
}

.header i {
  -webkit-transition: all ease-in-out 0.32s;
  transition: all ease-in-out 0.32s;
}

.header .drop_block {
  padding: 10px 0 10px;
  min-width: 250px;
  -webkit-box-shadow: 0 0 5px #dedede;
          box-shadow: 0 0 5px #dedede;
  position: absolute;
  text-align: left;
  top: 100%;
  right: 0;
  display: block;
  background-color: #fff;
  cursor: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.32s;
  transition: all ease-in-out 0.32s;
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
  z-index: 100;
}

.header .drop_block.basket {
  width: 400px;
}

.header .drop_block .drop_block-close {
  position: absolute;
  right: 10px;
  top: 0;
  cursor: pointer;
  font-size: 1.6em;
  -webkit-transition: all ease-in-out 0.32s;
  transition: all ease-in-out 0.32s;
}

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

.header .drop_block .user-basket_item {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}

.header .drop_block .user-basket_item .user-basket_item-del {
  position: absolute;
  right: 0;
  top: -4px;
}

.header .drop_block .user-basket_item .user-basket_item-del:hover a {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.header .drop_block .user-basket_item .user-basket_item-del a {
  font-size: 1.6em;
}

.header .drop_block .basket-coupon .user-basket_item-wide-del a {
  font-size: 1.6em;
  position: relative;
  top: -7px;
}

.header .drop_block .user-basket_item-price {
  text-align: center;
}

.header .drop_block .user-basket_item-price .discount span {
  text-decoration: line-through;
}

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

.header .drop_block .user-basket_item-img img {
  vertical-align: top;
}

.header .drop_block .multiOffers {
  font-size: .8em;
}

.header .drop_block .user-basket_decide {
  margin-top: 15px;
  display: inline-block;
}

.header .drop_block .user-basket_decide .btn-theme:first-child {
  margin-bottom: 7px;
}

.header .drop_block .user-basket_item-description {
  display: inline-block;
  font-size: 1.1em;
  width: 70%;
}

.header .drop_block .user-basket_item-description .name {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  width: 100%;
  display: inline-block;
  text-align: center;
}

.header .drop_block .user-basket_item-description .name:after {
  content: '';
  position: absolute;
  background-image: url(../img/gradient_white.png);
  height: 30px;
  width: 35px;
  bottom: 0;
  background-size: contain;
  right: 0;
}

.header .drop_block .user-basket_item-description .quantity-num-wrapper {
  display: inline-block;
  margin: 0 3px;
  font-size: 1.1em;
  font-weight: bold;
}

.header .drop_block .user-basket_item-description .quantity-float {
  margin-top: 7px;
  margin-bottom: 10px;
}

.header .drop_block .user-basket_item-description .quantity-button {
  width: 20px;
  display: inline-block;
  text-align: center;
  border: 1px solid #eaeaea;
  border-radius: 16px;
  cursor: pointer;
}

.header .drop_block .user-basket_item-description .quantity-up {
  background-color: #333;
  color: #fff;
}

.header .drop_block ul {
  margin: 9px 0;
  padding: 10px 20px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.header .drop_block-lvl {
  padding: 10px 0 10px;
  min-width: 250px;
  -webkit-box-shadow: 0 0 5px #dedede;
          box-shadow: 0 0 5px #dedede;
  position: absolute;
  text-align: left;
  top: 10px;
  left: 100%;
  display: block;
  background-color: #fff;
  cursor: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.32s;
  transition: all ease-in-out 0.32s;
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
}

.header .nav-category {
  position: relative;
}

.header .nav-category li a:hover {
  text-decoration: none;
}

.header .nav-category span:first-child {
  cursor: pointer;
  font-weight: 600;
}

.header .nav-category span:first-child i {
  vertical-align: middle;
  display: inline;
  font-size: .9em;
}

.header .nav-category ul {
  border: none;
  margin: 0;
  padding: 0;
}

.header .nav-category ul li {
  border-bottom: 1px solid #eaeaea;
}

.header .nav-category ul li:last-child {
  border: none;
}

.header .nav-category ul li a {
  display: block;
  padding: 12px 0;
  padding-left: 10px;
  font-size: .8em;
  font-weight: normal;
}

.header .nav-category ul li.has-child {
  position: relative;
}

.header .nav-category ul li.has-child .fa-angle-down {
  font-size: .8em;
  position: absolute;
  right: 20px;
  top: 16px;
  -webkit-transition: all ease-in-out 0.32s;
  transition: all ease-in-out 0.32s;
}

.header .nav-category ul li.has-child:hover > .drop_block-lvl {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  top: 0;
}

.header .nav-category ul li.has-child:hover > .fa-angle-down {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.header .nav-category .drop_block {
  left: 0;
  top: 40px;
  padding: 0;
}

.header .nav-category:hover .drop_block {
  opacity: 1;
  visibility: visible;
  top: 30px;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.header nav {
  display: inline-block;
}

.header nav a {
  font-weight: bold;
  margin-left: 30px;
}

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

.header nav .has-child .fa.fa-angle-down {
  vertical-align: middle;
  display: inline;
  font-size: .9em;
}

.header nav .has-child ul {
  border: none;
  margin: 0;
  padding: 0;
}

.header nav .has-child .drop_block {
  left: 0;
  top: 50px;
}

.header nav .has-child .drop_block li {
  border-bottom: 1px solid #eaeaea;
}

.header nav .has-child .drop_block li a {
  display: block;
  padding: 12px 0;
  padding-left: 10px;
  margin-left: 0;
  font-size: .8em;
  font-weight: normal;
}

.header nav .has-child .drop_block li.has-child {
  position: relative;
}

.header nav .has-child .drop_block li.has-child .drop_block {
  top: 0;
  left: 100%;
}

.header nav .has-child .drop_block li.has-child .fa.fa-angle-down {
  font-size: .8em;
  position: absolute;
  right: 20px;
  top: 16px;
  -webkit-transition: all ease-in-out 0.32s;
  transition: all ease-in-out 0.32s;
}

.header nav .has-child:hover > .drop_block {
  visibility: visible;
  opacity: 1;
  top: 30px;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.header nav .has-child:hover > .fa-angle-down {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.user-tools {
  float: right;
  padding-left: 15px;
  padding-right: 15px;
}

.user-tools > span {
  cursor: pointer;
  position: relative;
  margin-right: 10px;
}

.user-tools .user-basket .rs-show-cart {
  cursor: pointer;
}

.user-tools .user-account.active > .drop_block {
  visibility: visible;
  opacity: 1;
  top: 30px;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.user-tools .user-account:hover > .drop_block {
  visibility: visible;
  opacity: 1;
  top: 37px;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.user-tools .user-basket.active > .drop_block {
  visibility: visible;
  opacity: 1;
  top: 30px;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.user-tools .counter {
  display: inline-block;
  color: #fff;
  width: 19px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  border-radius: 50%;
}

.user-tools .user-account_balance, .user-tools .user-basket_info, .user-tools .log-out, .user-tools .user-basket_empty,
.user-tools .user-basket_total, .user-tools .user-basket_decide, .user-tools .user-basket_sum, .user-tools .basket-coupon {
  padding: 0 20px;
}

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

.no-float_cart .user-tools .user-basket.active > .drop_block {
  visibility: hidden;
  opacity: 0;
}

.btn-theme {
  text-align: center;
  display: inline-block;
  background-color: #333333;
  color: #ffffff;
  text-transform: uppercase;
  padding: 12px 15px;
  max-width: 280px;
  width: auto;
  cursor: pointer;
}

.btn-theme:hover {
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 1px #333;
          box-shadow: 0 1px 1px #333;
}

.btn-theme.alt:hover {
  background-color: #333333;
}

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

.product-view_block .product-image {
  position: relative;
  overflow: hidden;
  padding: 10px;
  border: 1px solid #eaeaea;
}

.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:hover .product-image a:before {
  opacity: .8;
}

.product-view_block:hover .product-compare {
  right: 45px;
  top: 10px;
}

.product-view_block:hover .product-favorite {
  right: 15px;
  top: 10px;
}

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

.product-view_block .product-name a {
  font-size: 1.3em;
}

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

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

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

.product-ticket_block .ticket {
  font-size: 1em;
  font-weight: bold;
}

.product-compare, .product-favorite {
  position: absolute;
  top: 10px;
  font-size: 1.5em;
  -webkit-transition: all ease-in-out 0.53s;
  transition: all ease-in-out 0.53s;
  color: #cccccc;
  cursor: pointer;
}

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

.product-compare {
  right: -40px;
  top: 65px;
}

.product-compare.rs-in-compare {
  z-index: 10;
  right: 40px;
  top: 10px;
}

.product-favorite {
  right: -40px;
  top: 45px;
  text-decoration: none;
}

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

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

.product-favorite.rs-in-favorite {
  right: 10px;
  top: 10px;
}

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

.product-favorite.rs-in-favorite .fa.in {
  display: inline;
  z-index: 10;
}

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

.product-price_block .product-price {
  font-size: 1.3em;
}

.product-price_block .product-price.old {
  text-decoration: line-through;
  color: #e00;
  margin-right: 10px;
}

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

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

.product-view_table:hover .product-compare {
  right: 45px;
  top: 10px;
}

.product-view_table:hover .product-favorite {
  right: 15px;
  top: 10px;
}

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

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

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

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

.product-rating .value {
  mask: url(../img/icons/star-rating.svg);
  -webkit-mask: url(../img/icons/star-rating.svg);
  background: #ffd200;
  height: 20px;
  max-width: 100px;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-left: 10px;
}

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

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

.email-subscribe_block {
  text-align: center;
  padding: 80px 0;
  border-top: 1px solid #eaeaea;
}

.email-subscribe_block h3 {
  margin-bottom: 15px;
}

.email-subscribe_block .form-subscribe {
  margin: 40px 0 0;
}

.email-subscribe_block .form-subscribe input {
  margin-right: 10px;
}

.email-subscribe_block .form-subscribe .unsubscribe {
  margin-top: 25px;
}

.email-subscribe_block .form-subscribe .btn-theme {
  max-width: 135px;
}

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

nav#mob-menu_wrap .menu-trigger {
  cursor: pointer;
}

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

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

#mob-menu_block .open-category_button {
  float: right;
  width: 37px;
  height: 40px;
  cursor: pointer;
  border-left: 1px solid #eaeaea;
}

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

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

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

#mob-menu_block .close-mob_row {
  overflow: hidden;
}

#mob-menu_block .close-mob_row .city_select {
  font-size: 15px;
  padding: 10px 0 10px 10px;
}

#mob-menu_block .close-mob_row .city_select a {
  font-size: 15px;
  padding-left: 5px;
}

#mob-menu_block .close-mob_menu {
  float: right;
  width: 37px;
  height: 41px;
  font-size: 1em;
  cursor: pointer;
  border-left: 1px solid #eaeaea;
  text-align: center;
}

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

#mob-menu_block .has-child {
  position: relative;
}

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

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

#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 {
  padding: 35px 0 50px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
  display: block;
  min-height: 0;
}

.breadcrumbs li {
  padding: 0 3px;
}

.breadcrumbs .item:last-child a {
  color: #333;
}

.breadcrumbs .item:last-child span {
  color: #333;
}

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

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

.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_sort {
  padding: 10px 0;
  border-top: 1px solid #eaeaea;
  margin: 24px 0 0;
}

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

.sort-delimiter {
  margin: 0 15px;
  display: inline-block;
}

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

.catalog-page_product-view {
  display: inline-block;
  position: relative;
  top: 4px;
}

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

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

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

.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 {
  border: solid 1px #e1e0e0;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
  color: #333;
  margin: 0 5px 0 0;
  display: inline-block;
}

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

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

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

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

.catalog-filter .filters-all.open {
  position: fixed;
  top: 0;
  left: 0;
  visibility: visible;
  width: 100%;
}

.catalog-filter .filters-all {
  position: fixed;
  top: -100px;
  left: -300px;
  visibility: hidden;
  -webkit-transition: all ease-in-out 0.32s;
  transition: all ease-in-out 0.32s;
  z-index: 100;
}

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

.catalog-filter .filters-all_block {
  height: 100%;
  border-right: 1px solid #eaeaea;
  background-color: #fff;
  width: 40%;
  min-width: 280px;
  max-width: 350px;
  overflow: auto;
}

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

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

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

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

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

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

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

.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 i {
  -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.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 {
  border-radius: 0;
  -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;
}

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

.product-page .product-main_photo {
  margin-bottom: 35px;
  border: 1px solid #eaeaea;
  padding: 5px;
}

.product-page .product-gallery_thumb button {
  background-color: #fff;
  opacity: .7;
  -webkit-transition: all ease-in-out 0.32s;
  transition: all ease-in-out 0.32s;
}

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

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

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

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

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

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

.product-page .page-product_description {
  padding-bottom: 14px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}

.product-page .page-product_description h1 {
  font-size: 2em;
  margin-bottom: 15px;
}

.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-right: 10px;
  position: relative;
}

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

.product-page .page-product_description .page-product_description_short {
  margin: 55px 0 35px;
}

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

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

.product-page .product-rating .value {
  margin-left: 0;
}

.page-product_description_characteristics span:first-child {
  width: 100px;
  display: inline-block;
}

.page-product_offers {
  padding-bottom: 14px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}

.page-product_offers .product-offers {
  margin-bottom: 15px;
}

.product-offers input {
  height: 35px;
}

.product-offers select {
  height: 35px;
}

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

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

.product-offers .product-offers_title {
  margin-bottom: 10px;
  font-weight: bold;
}

.product-offers .type-radio label {
  display: block;
  margin-bottom: 15px;
  font-weight: normal;
  cursor: pointer;
}

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

.product-offers .type-color input:checked + label .fa {
  display: inline-block;
}

.product-offers .type-color label {
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
  border: 1px solid #eaeaea;
}

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

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

.product_quantity .quantity-button.quantity-down {
  left: 1px;
  bottom: -7px;
  border-right: 1px solid;
}

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

.page-product_content {
  margin-top: 105px;
  padding-top: 15px;
  border-top: 1px solid #eaeaea;
  margin-bottom: 45px;
  border-bottom: 1px solid #eaeaea;
}

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

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

.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 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.32s;
  transition: all ease-in-out 0.32s;
}

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

.page-product_gallery .product-favorite {
  right: 30px;
  top: 10px;
}

.page-product_gallery .product-compare {
  right: 65px;
  top: 10px;
}

.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 .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
  margin-bottom: 115px;
}

.basket-page .basket-list {
  border-top: 1px solid #eaeaea;
}

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

.basket-page .basket.basket-product {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid #eaeaea;
}

.basket-page .basket-product_title {
  font-size: 1.1em;
  padding-left: 10px;
}

.basket-page .basket-product_title .title {
  font-weight: 600;
}

.basket-page .basket-product_multi-offers {
  padding: 0 10px;
}

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

.basket-page .basket-product_quantity {
  text-align: center;
}

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

.basket-page .basket-coupon {
  padding: 40px 0;
}

.basket-page .basket-coupon > * {
  display: inline-block;
}

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

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

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

.basket-page .basket-order_total .basket-order_total-price {
  background-color: #fbfbfb;
  vertical-align: middle;
  margin-bottom: 25px;
  border: 1px solid #e5e5e5;
}

.basket-page .basket-order_total .basket-order_total-price p {
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: bold;
  display: inline-block;
  width: 49%;
  padding: 10px 5px;
}

.basket-page .basket-order_total .basket-order_total-price p:first-child {
  border-right: 1px solid #e5e5e5;
}

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

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

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

.basket-page .basket-item_del {
  position: absolute;
  right: 0;
  top: -1px;
  border: 1px solid #eaeaea;
  text-align: center;
  width: 33px;
  font-size: 1.6em;
}

.basket-page .basket-concomitant {
  display: table;
  width: 100%;
  table-layout: fixed;
}

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

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

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

.basket-page .basket-concomitant_row {
  display: table-row;
  height: 100%;
}

.basket-page .basket-concomitant_row > div {
  display: table-cell;
  padding: 20px 0;
}

.basket-page .basket-concomitant_row .concom-plus {
  width: 120px;
  text-align: center;
}

.order-errors {
  color: #e00;
}

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

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

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

.checkout-steps .new-address 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;
}

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

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

.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-more {
  width: 100%;
  max-width: 500px;
}

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

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

.checkout-steps .order-more_item .price, .checkout-steps .order-more_item .coupon {
  float: right;
}

.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-price .price {
  font-size: 1.2em;
}

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

.checkout-steps .order-list .order-list_item-text .name {
  font-weight: 600;
  display: block;
}

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

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

.profile-page .border-right {
  border-right: 1px solid #eaeaea;
}

.profile-page .border-left {
  border-left: 1px solid #eaeaea;
  margin-left: -1px;
}

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

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

.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 {
  background-color: #fbfbfb;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
}

.profile-page .user-profile_items li a {
  display: block;
  background-color: transparent;
  text-align: center;
  padding: 10px 14px;
  font-size: 1.2em;
  font-weight: 600;
}

.profile-page .user-profile_items li a:hover {
  color: #fff;
}

.profile-page .user-profile_items li {
  border-bottom: 1px solid #e5e5e5;
}

.profile-page .user-profile_items li:last-child {
  border: none;
}

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

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

.profile-page .nav.nav-tabs {
  margin-bottom: 50px;
}

.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.user {
  background-color: #fbfbfb;
  border: 1px solid #e5e5e5;
  padding: 10px;
  margin-bottom: 8px;
}

.profile-page .response_wrapper .response_delete {
  position: relative;
  top: 3px;
  font-size: 1.2em;
  font-weight: normal;
  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;
}

.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-bottom: 35px;
  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 .brand-block {
  margin-bottom: 25px;
}

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

body {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
}

.container-fluid {
  max-width: 1540px;
  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;
}

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

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

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

input {
  font-weight: normal;
  text-indent: 5px;
  outline: none;
  height: 35px;
  border: 1px solid;
  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: 35px;
  font-weight: normal;
  border-radius: 0;
  min-width: 100px;
  border: 1px solid;
}

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

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

label {
  cursor: pointer;
}

h1, .h1, h2, h3, h4 {
  font-weight: bold;
  margin: 0 0 55px;
}

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

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

.fluid {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

section.slider {
  margin: 0 auto 35px;
}

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 #cccccc;
  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 li {
  margin-right: 30px;
}

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

.nav.nav-tabs li.active a {
  border-bottom: 3px solid;
  opacity: 1;
}

.nav.nav-tabs a {
  font-size: 1.4em;
  text-transform: none;
  opacity: 0.6;
  padding: 0;
  -webkit-transition: none;
  transition: none;
}

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

table {
  width: 100%;
}

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

table tbody td {
  border: 1px solid #eaeaea;
  padding: 9px;
}

table .title {
  border: none;
  font-size: 1.3em;
  padding-left: 0;
}

.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;
  font-size: 20px;
  z-index: 10;
  cursor: pointer;
}

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

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

.empty-list {
  padding: 35px 0;
  border-top: 1px solid #eaeaea;
  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;
}

footer {
  background-color: #333;
  color: #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 96px;
  padding-left: 15px;
  padding-right: 15px;
}

footer .row {
  height: 100%;
}

footer .d-flex {
  height: 100%;
}

footer .footer-menu ul, footer .developers ul {
  margin-bottom: 0;
}

footer .footer-menu a, footer .developers a {
  color: #eaeaea;
  opacity: 0.8;
}

footer .footer-menu a:hover, footer .developers a:hover {
  opacity: 1;
  text-decoration: none;
  color: #fff;
}

footer .social-block .social-block_items a {
  margin-left: 15px;
}

footer .social-block .social-block_items a:first-child {
  margin-left: 0;
}

footer .social-block .social-block_items .fa {
  color: #fff;
  font-size: 1.3em;
  display: inline-block;
}

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

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

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

.red {
  color: #e00;
}

.gray {
  color: #ccc;
}

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

.m-0 {
  margin: 0;
}

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

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

.display-block {
  display: block;
}

.table-delimiter {
  height: 40px;
}

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

.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.user .rs-has-account, .order.noregister .user-without-register {
  display: block;
  width: 100%;
}

.order .rs-has-account, .order.user .order_contact-information: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;
}

.t-order .rs-has-account, .t-order.user .t-order_contact-information:not(.user-contacts), .t-order.user .next, .t-order.user .captcha, .t-order.user .user-register, .t-order.user .user-without-register, .t-order.authorized .user-without-register, .t-order.noregister .user-register, .t-order.person .user-without-register, .t-order.company .user-without-register, .t-order.person .organization {
  display: none;
}
.t-order.user .rs-has-account, .t-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.one-click input[type=text], .mfp-container .modal-inner.one-click input[type=password] {
  display: block;
}

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

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

.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 {
  width: auto;
}

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

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

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

.block-wizard.block-footer-menu li a {
  color: #fff;
  opacity: .8;
}

.block-wizard.block-footer-menu li a:hover {
  opacity: 1;
}

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

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

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

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