@charset "UTF-8";
.header {
  position: fixed;
  width: 100%;
  z-index: 19;
  -webkit-transition: all ease-in .4s;
  transition: all ease-in .4s;
}
.disabled-property {
  opacity: .5;
  pointer-events: none;
}
.input_color_wrap.disabled-property, .filter-image .disabled-property{
  opacity: .1;
}
#go_top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: #aaaaaa;
  cursor: pointer;
  -webkit-transition: all ease-out 0.275s;
  transition: all ease-out 0.275s;
  display: none;
  z-index: 500;
}

#go_top i {
  font-size: 25px;
  color: #fff;
  display: block;
  padding: 10px;
}

#go_top:hover {
  background-color: #000;
}

.main_logo_head {
  margin-right: 10px;
  vertical-align: text-bottom;
}

.main_nav {
  padding: 30px 0 30px 50px;
  display: inline-block;
  line-height: 43px;
  -webkit-transition: all ease-in-out .32s;
  transition: all ease-in-out .32s;
}

.main_nav span {
  color: #fff;
}

.main_nav ul li {
  position: relative;
}

.main_nav ul li .caret {
  cursor: pointer;
}

.user_tools {
  -webkit-transition: all ease-in-out .32s;
  transition: all ease-in-out .32s;
}

.mobile-wrap.active .main_nav {
  padding: 15px 0 15px 50px;
}

.mobile-wrap.active .user_tools {
  padding: 15px 50px 15px 0;
}

.user_tools .user_tool.search button {
  background: none;
  padding: 0;
  display: none;
}

.header-top-city_select {
  font-weight: bold;
  margin-left: 20px;
}

.header-top-city_select a {
  cursor: pointer;
}

.header-top-city_select b {
  text-decoration: underline;
}

.main_nav li a {
  font-size: 14px;
  margin-left: 20px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.main_nav ul {
  display: inline-block;
  margin-bottom: 0;
}

#search_trigger:hover ~ #search {
  display: block;
}

#mob_menu_toggle {
  display: none;
  height: 49px;
  vertical-align: middle;
  cursor: pointer;
  border-right: 1px solid #fff;
}

#mob_menu_toggle:active i {
  margin-top: 14px;
}

#mob_menu_toggle:hover {
  background-color: #000;
  border-color: #fff;
}

#mob_menu_toggle i {
  color: #fff;
  font-size: 25px;
  padding: 0 14px 0 14px;
  margin-top: 12px;
  display: block;
}

#mob_menu_close {
  position: fixed;
  top: 20px;
  right: 15px;
  z-index: 100;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all ease-out 0.175s;
  transition: all ease-out 0.175s;
}

#mob_menu_close i {
  color: #fff;
  font-size: 35px;
}

#mob_menu_close:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.user_tools {
  padding: 30px 50px 30px 0;
  display: inline-block;
}

.user_tools .module-wrapper {
  display: inline-block;
}

.user_tools form {
  display: inline-block;
}

.search-query.open #search {
  opacity: 1;
  z-index: 1;
}

.search-query.open .search_close {
  opacity: 1;
  z-index: 2;
}

.search-query.open .search button {
  display: inline;
}

.search-query.open .search .fake-btn {
  display: none;
}

.search_close {
  position: absolute;
  top: 60px;
  left: 247px;
  font-size: 2.5em;
  font-style: normal;
  z-index: -1;
  opacity: 0;
  color: #333;
  display: inline;
  cursor: pointer;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.user_tool {
  color: #fff;
  margin-left: 20px;
  cursor: pointer;
  position: relative;
}

.user_tool a:focus {
  outline: none;
}

.user_tool i {
  font-size: 30px;
  line-height: 40px;
}

.user_tool.search {
  position: relative;
}

.user_tool.user .user_dropdown-profile {
  position: absolute;
}

.user_tool .counter {
  position: absolute;
  bottom: 0;
  right: -5px;
  background-color: #000;
  height: 15px;
  width: 15px;
  line-height: 16px;
  border-radius: 40px;
  text-align: center;
  z-index: 100;
  font-size: 10px;
}

#search {
  height: 30px;
  position: absolute;
  left: 21px;
  top: 69px;
  width: 250px;
  text-indent: 10px;
  z-index: -1;
  opacity: 0;
  display: inline;
  background-color: #ffffff;
  border: none;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

#search:hover {
  border: none;
}

#search:focus {
  border: none;
}

.user_tools form .ui-autocomplete.ui-front.ui-menu {
  list-style: none;
  position: absolute;
  padding: 10px 15px;
  width: 250px;
  background-color: #333;
  color: #fff;
}

.user_tools form .ui-autocomplete.ui-front.ui-menu .ui-menu-item {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user_tools form .ui-autocomplete.ui-front.ui-menu .ui-menu-item a {
  display: inline-block;
  cursor: pointer;
}

.user_tools form .ui-autocomplete.ui-front.ui-menu .ui-menu-item a span {
  display: block;
  font-size: 11px;
}

.user_tools form .ui-autocomplete.ui-front.ui-menu .ui-menu-item.ui-state-focus {
  background: transparent !important;
}

.user_tools form .ui-autocomplete.ui-front.ui-menu .image {
  float: left;
  margin-right: 10px;
}

.user_tools form .ui-autocomplete.ui-front.ui-menu .ui-menu-item a {
  padding: 5px;
}

.showing_block {
  background-color: #333;
  position: absolute;
  top: 36px;
  left: 20px;
  min-width: 450px;
  display: none;
  line-height: 1.3em;
  cursor: auto;
}

.showing_block.under_category.extended-x {
  min-width: 675px;
}

.showing_block.under_category.extended-xx {
  min-width: 850px;
}

.showing_block .comError {
  color: #ffffff;
}

.showing_block:after {
  content: '';
  left: 0;
  position: absolute;
  top: -15px;
  height: 15px;
  background-color: transparent;
  width: 100%;
}

.showing_block p {
  line-height: 25px;
  color: #fff;
}

.showing_block li a {
  margin-left: 0;
  font-size: 12px;
  color: #aaa;
  padding-left: 0;
  line-height: 24px;
  font-weight: normal;
}

.showing_block li a:hover {
  color: #fff;
}

.showing_block span {
  color: #fff;
  font-size: 8px;
  margin-right: 6px;
  position: relative;
  top: -1px;
}

.showing_block:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: -7px;
  left: 10px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #333;
  z-index: 10;
}

.showing_block .cat_block {
  margin-bottom: 15px;
  min-width: 200px;
}

.showing_block .cat_block ul {
  display: block;
}

.showing_block .cat_block a {
  margin-left: 0;
}

.showing_block .cat_image {
  position: absolute;
  right: 0;
}

.showing_block .cat_image a {
  font-size: 0;
  margin: 0;
  padding: 0;
}

.showing_block .bold {
  font-size: 14px;
  margin-bottom: 10px;
  color: #fff;
}

.showing_block-wrap {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.showing_block-wrap .menu_block a {
  margin-left: 0;
}

.showing_block-wrap .menu_block a {
  display: block;
}

.user_tool.user .showing_block {
  left: inherit;
  right: 0;
  padding: 10px 20px;
  display: none;
}

.user_tool.user .showing_block .close {
  left: 31px;
  top: -8px;
  font-size: 1.4em;
  color: #fff;
  opacity: 1;
  height: 30px;
  width: 30px;
  cursor: pointer;
}

.user_tool.user .showing_block ul {
  margin: 9px 0;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding: 5px 0;
}

.user_tool.user .showing_block ul span {
  display: inline-block;
}

.user_tool.user .showing_block span, .user_tool.user .showing_block li a {
  font-size: 1em;
  margin-right: 0;
  display: block;
}

.user_tool.user .showing_block:before {
  left: inherit;
  right: 10px;
}

.user_tool.cart .open .showing_block {
  display: block;
}

.user_tool.cart .showing_block {
  left: inherit;
  right: 0;
  max-width: 400px;
  width: 100%;
  padding: 10px 20px;
  display: none;
}

.user_tool.cart .showing_block form {
  width: 100%;
}

.user_tool.cart .showing_block .user-basket_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5px;
}

.user_tool.cart .showing_block .user-basket_btns .btn_theme:first-child {
  margin-right: 10px;
}

.user_tool.cart .showing_block .user-basket_btns .btn_theme {
  padding: 10px 15px;
}

.user_tool.cart .showing_block .user-basket_btns .btn_theme:hover {
  background-color: #000;
}

.user_tool.cart .showing_block .user-basket_list {
  display: block;
  max-height: 330px;
  overflow: auto;
}

.user_tool.cart .showing_block .user-basket_list_item td {
  padding-top: 30px;
}

.user_tool.cart .showing_block .user-basket_list_item .multiOffers {
  font-size: .8em;
  margin-top: 5px;
}

.user_tool.cart .showing_block .user-basket_list_item a {
  color: #d6d6d6;
}

.user_tool.cart .showing_block .user-basket_list_item a:hover {
  color: #fff;
}

.user_tool.cart .showing_block .user-basket_list_item .user-basket_item-price {
  width: 95px;
  text-align: center;
}

.user_tool.cart .showing_block .user-basket_list_item .user-basket_item-price .discount {
  text-decoration: line-through;
  color: lightgreen;
}

.user_tool.cart .showing_block .user-basket_list_item .user-basket_item-title a {
  font-size: .8em;
}

.user_tool.cart .showing_block .user-basket_list_item .user-basket_item-img img {
  margin-right: 20px;
}

.user_tool.cart .showing_block .user-basket_list_item .t-drop-basket__list_item-del a {
  padding: 0 9px;
  font-size: 1.9em;
  background-color: #d6d6d6;
  border: 1px solid #d6d6d6;
  color: #fff;
}

.user_tool.cart .showing_block .user-basket_list_item .t-drop-basket__list_item-del a:hover {
  background-color: #000;
  border-color: #fff;
}

.user_tool.cart .showing_block .user-basket_list_item .user-basket_item-quantity {
  width: 50px;
  text-align: center;
}

.user_tool.cart .showing_block .user-basket_list_item .user-basket_item-quantity .user-basket_quantity-error {
  position: absolute;
  left: 92px;
  top: 116px;
  font-weight: bold;
  font-size: 9px;
}

.user_tool.cart .showing_block .t-drop-basket__total {
  margin: 20px 0;
  padding: 29px 0;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  color: #d6d6d6;
}

.user_tool.cart .showing_block .t-drop-basket__total .user-basket-coupon_block {
  height: 35px;
}

.user_tool.cart .showing_block .t-drop-basket__total .user_basket_coupon-del {
  float: right;
  position: relative;
  top: -17px;
}

.user_tool.cart .showing_block .t-drop-basket__total .user_basket_coupon-del a {
  padding: 0 9px;
  font-size: 1.9em;
  background-color: #d6d6d6;
  border: 1px solid #d6d6d6;
  color: #fff;
}

.user_tool.cart .showing_block .t-drop-basket__total .t-drop-basket__total_sum, .user_tool.cart .showing_block .t-drop-basket__total .t-drop-basket__total_discount {
  display: block;
}

.user_tool.cart .showing_block .t-drop-basket__total .t-drop-basket__total_sum b, .user_tool.cart .showing_block .t-drop-basket__total .t-drop-basket__total_discount b {
  float: right;
  color: #d6d6d6;
}

.user_tool.cart .showing_block .t-drop-basket__total .t-drop-basket__total_discount {
  margin-bottom: 20px;
}

.user_tool.cart .showing_block .close {
  right: -10px;
  top: -8px;
  font-size: 1.4em;
  color: #fff;
  opacity: 1;
}

.user_tool.cart .showing_block ul {
  margin: 9px 0;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding: 5px 0;
}

.user_tool.cart .showing_block ul span {
  display: inline-block;
}

.user_tool.cart .showing_block span, .user_tool.cart .showing_block li a {
  font-size: 1em;
  margin-right: 0;
}

.user_tool.cart .showing_block:before {
  left: inherit;
  right: 10px;
}

#mob_menu {
  position: fixed;
  left: 0;
  height: 100%;
  top: 0;
  z-index: 110;
  width: 100%;
  display: none;
  line-height: 1em;
}

#mob_menu span {
  font-size: 20px;
  cursor: pointer;
  position: relative;
  top: -3px;
}

#mob_menu span:hover {
  color: #0e0e0e;
}

#mob_menu li {
  padding: 12px 0;
  display: block;
}

#mob_menu li a {
  color: #0e0e0e;
  font-size: 14px;
  font-weight: normal;
}

#mob_menu .logo {
  margin-top: 20px;
  margin-bottom: 20px;
}

#mob_menu .under_category {
  margin: 10px 0;
  display: none;
}

#mob_menu .under_category li {
  padding: 8px 0;
}

#mob_menu .under_category li a {
  font-size: 14px;
}

#mob_menu .under_category span {
  font-size: 10px;
  position: relative;
  top: -1px;
}

.product_view_wrap, .compare_product_wrap {
  margin-top: 40px;
}

.catalog-list .product_view_wrap {
  margin-top: 0;
}

.product_view_block, .compare_product {
  padding: 5px;
}

.product_view_block .product_price_old, .compare_product .product_price_old {
  position: absolute;
  bottom: -15px;
}

.product_view_block .product_quick_view a, .compare_product .product_quick_view a {
  color: #fff;
}

.product_view_block:hover .product_compare, .product_view_block:hover .product_favorite, .compare_product:hover .product_compare, .compare_product:hover .product_favorite {
  z-index: 10;
}

.product_view_block:hover .product_quick_view, .compare_product:hover .product_quick_view {
  opacity: 1;
}

.product_view_block .spec-wrap .spec-category, .compare_product .spec-wrap .spec-category {
  position: absolute;
  z-index: 15;
  left: 0;
  top: 0;
  font-size: 12px;
  max-width: 150px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
}

.product_view_block .spec-wrap .spec-category:nth-child(2), .compare_product .spec-wrap .spec-category:nth-child(2) {
  top: 30px;
}

.product_view_block .spec-wrap .spec-category:nth-child(3), .compare_product .spec-wrap .spec-category:nth-child(3) {
  top: 50px;
}

.product_compare .icon-chart-svg:after, .product_compare .icon-chart-svg:before {
  content: '';
  -webkit-mask: url(../img/icons/chart.svg);
  mask: url(../img/icons/chart.svg);
  height: 18px;
  width: 18px;
  display: inline-block;
  position: relative;
  bottom: 2px;
  z-index: -1;
}

.product_compare .icon-chart-svg:after {
  opacity: 0.5;
  background-color: #0e0e0e;
}

.product_compare .icon-chart-svg:hover:after, .product_compare .rs-in-compare .icon-chart-svg:after {
  opacity: 1;
}

.product_compare .in-compare .icon-chart-svg:after, .product_compare .rs-in-compare .icon-chart-svg:before {
  content: none;
}

.product_compare .rs-in-compare .icon-chart-svg:after {
  content: '';
}

.product_compare .rs-in-compare .icon-chart-svg:before {
  content: none;
}

.product_compare .in-compare .icon-chart-svg:before {
  content: none;
}

.product_compare .in-compare .icon-chart-svg:after {
  content: none;
}

.product_compare .rs-compare.in-compare .icon-chart-svg:after {
  content: '';
}

.product_image, .compare_product_img {
  position: relative;
  background-color: #fff;
}

.product_image img, .compare_product_img img {
  margin-left: auto;
  margin-right: auto;
}

.product_image img.hover, .compare_product_img img.hover {
  position: absolute;
  z-index: 8;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all ease-out 0.275s;
  transition: all ease-out 0.275s;
}

.product_image:hover img.hover, .compare_product_img:hover img.hover {
  opacity: 1;
}

.product_image:active img.hover, .compare_product_img:active img.hover {
  opacity: 1;
}

.product_quick_view {
  padding: 6px;
  text-align: center;
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all ease-out 1.275s;
  transition: all ease-out 1.275s;
  bottom: -5px;
  opacity: 0;
  z-index: 10;
}

.product_quick_view:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.product_name, .compare_product_title {
  font-weight: bold;
  font-size: 16px;
  color: #0e0e0e;
  -webkit-transition: color ease-out 0.275s;
  transition: color ease-out 0.275s;
  height: 41px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  word-wrap: break-word;
  word-break: break-all;
}

.product_name:after, .compare_product_title:after {
  content: '';
  background-image: url(../img/gradient_white.png);
  position: absolute;
  right: 0;
  bottom: -1px;
  height: 20px;
  width: 50px;
}

.product_desc, .compare_product_text {
  margin-top: 20px;
  position: relative;
  font-family: 'Montserrat', sans-serif;
}

.product_compare {
  position: absolute;
  right: 30px;
  top: 10px;
  cursor: pointer;
}

.product_compare .rs-compare.rs-in-compare i {
  z-index: 1;
  position: relative;
}

.product_compare a {
  cursor: pointer;
}

.product_compare i {
  color: #000;
  font-size: 20px;
  -webkit-transition: all ease-out 0.275s;
  transition: all ease-out 0.275s;
}

.product_favorite {
  position: absolute;
  right: 0;
  top: 10px;
  cursor: pointer;
}

.product_favorite a {
  display: inline-block;
  height: 30px;
  width: 30px;
  text-align: right;
  cursor: pointer;
}

.product_favorite .out-favorite {
  z-index: -1;
  position: relative;
  color: #000;
  font-size: 20px;
}

.product_favorite .rs-in-favorite .out-favorite {
  display: none;
}

.product_favorite .rs-in-favorite .in-favorite:before {
  z-index: 1;
  position: relative;
  display: inline-block;
}

.product_favorite .in-favorite:before {
  content: '';
  -webkit-mask: url(../img/icons/favorite-icon.svg);
  mask: url(../img/icons/favorite-icon.svg);
  width: 20px;
  height: 20px;
  z-index: -1;
  position: relative;
  display: none;
}

.product_favorite a {
  cursor: pointer;
  height: auto;
  width: auto;
}

.product_favorite i {
  -webkit-transition: all ease-out 0.275s;
  transition: all ease-out 0.275s;
}

.bestseller_wrap .bestseller_desc a.rs-favorite {
  position: absolute;
  top: 10px;
  right: 10px;
}

.bestseller_wrap .bestseller_desc a.rs-favorite .rs-favorite i {
  z-index: 1;
  position: relative;
}

.product_price_old {
  text-decoration: line-through;
  margin-right: 10px;
}

.product_price, .compare_product_cost {
  font-size: 18px;
}

.product_bag {
  font-size: 35px;
  cursor: pointer;
  position: relative;
  bottom: 8px;
  -webkit-transition: all ease-out 0.275s;
  transition: all ease-out 0.275s;
}

.product_bag .not-avaliable {
  cursor: not-allowed;
}

.product_bag .not-avaliable .disable {
  color: #0e0e0e;
  font-size: 1em;
  position: absolute;
  top: 0;
  left: 8px;
}

.product_bag .added i {
  color: #000;
}

.product_bag .added .checkmark {
  display: block;
}

.product_bag .added .stub-wrap {
  left: 20px;
}

.product_bag.added i {
  color: #000;
}

.product_bag.added .checkmark {
  display: block;
}

.product_bag.added .stub-wrap {
  left: 20px;
}

.product_bag .checkmark {
  -webkit-mask: url("../img/icons/checkmark.svg");
  mask: url("../img/icons/checkmark.svg");
  height: 18px;
  width: 18px;
  position: absolute;
  top: 15px;
  left: 9px;
  display: none;
  overflow: hidden;
}

.product_bag .checkmark .stub-wrap {
  position: absolute;
  background-color: #fff;
  height: inherit;
  width: inherit;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}

.product_bag:hover {
  color: #0e0e0e;
}

.product_bag a {
  color: inherit;
}

.product_view_block-table {
  border-bottom: 1px solid #eaeaea;
  padding: 10px 0;
}

.product_view_block-table .product_rating .rating {
  float: right;
  width: 100px;
}

.product_view_block-table .product_rating .rating .value {
  mask: url(../img/icons/star-rating.svg);
  -webkit-mask: url(../img/icons/star-rating.svg);
  background: #ffd200;
  height: 20px;
  display: inline-block;
  float: right;
}

.product_view_block-table .product_image, .product_view_block-table .product_desc-block {
  display: inline-block;
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
}

.product_view_block-table .product_compare, .product_view_block-table .product_favorite {
  z-index: 10;
}

.product_view_block-table .product_desc-block {
  width: 68%;
}

.product_view_block-table .product_image {
  width: 29%;
  margin-left: auto;
}

.product_view_block-table .spec-category {
  position: absolute;
  z-index: 15;
  left: 0;
  top: 0;
  font-size: 12px;
  max-width: 150px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
}

.product_view_block-table .product_desc-block .product_text {
  margin: 12px 0;
}

.product_view_block-table .product_desc-block .product-price-block {
  margin: 12px 0;
}

.product_view_block-table .product_desc-block .product-price-block .product-price_old {
  text-decoration: line-through;
  color: #7c7c7c;
  font-weight: bold;
}

.product_view_block-table .product_desc-block .product-decide_btns:hover {
  color: #0e0e0e;
}

.product_view_block-table .product_desc-block .product-decide_btns span {
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}

.product_view_block-table .product_desc-block .product-decide_btns .not-avaliable {
  font-weight: bold;
  color: #e00000;
}

.product_view_block-table .product_desc-block .product-decide_btns .icons {
  font-weight: bold;
  margin-right: 3px;
}

.product_view_block-table .product_desc-block a {
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1em;
}

.product_view_block-table .product_desc-block .product_title {
  color: #0e0e0e;
  font-weight: bold;
}

.product_view_block-table .product_desc-block .product_title .product-price_old {
  float: right;
  text-decoration: line-through;
  font-size: 1em;
  margin-right: 10px;
  line-height: 22px;
}

.product_view_block-table .product_desc-block .product-price_new {
  float: right;
  font-size: 1.2em;
}

.product_view_block-table .product-decide_btns {
  margin-top: 10px;
}

.compare_product_more a {
  font-size: 14px;
  width: 49%;
  text-align: center;
}

.paginator {
  margin: 35px 0 50px;
}

.paginator .paginator-item {
  display: inline-block;
  margin-right: 3px;
}

.paginator .paginator-item a {
  padding: 0.65em 1em;
  color: #0e0e0e;
  background-color: #eaeaea;
}

.paginator .paginator-item a:hover {
  background-color: #ddd;
}

.paginator .paginator-item a.active {
  background-color: transparent;
  background: transparent;
  cursor: default;
}

.paginator .paginator-item a.active:hover {
  color: inherit;
}

.btn-default, .btn-submit, .add-to-cart a, .add-review a, section.card-characteristics .card-characteristics_tabs li .inner-content .review-form .btn-submit, section.card-characteristics table.prod-availability tr td a.btn-default {
  padding: 1.2em 2em;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.275s;
  transition: all ease-in-out 0.275s;
}

.btn-default:hover, .btn-submit:hover, .add-to-cart a:hover, .add-review a:hover, section.card-characteristics .card-characteristics_tabs li .inner-content .review-form .btn-submit:hover, section.card-characteristics table.prod-availability tr td a.btn-default:hover {
  color: #fff;
  background-color: #0e0e0e;
}

a.btn-default, a.btn-submit, .add-to-cart a, .add-review a, section.card-characteristics .card-characteristics_tabs li .inner-content .review-form a.btn-submit, section.card-characteristics table.prod-availability tr td a.btn-default {
  color: #fff;
}

a.btn-default:visited, a.btn-submit:visited, .add-to-cart a:visited, .add-review a:visited, section.card-characteristics .card-characteristics_tabs li .inner-content .review-form a.btn-submit:visited, section.card-characteristics table.prod-availability tr td a.btn-default:visited {
  color: #fff;
}

a.btn-alt {
  color: #0e0e0e;
}

.btn-alt {
  background-color: #dddddd;
  padding: 1.2em 2em;
  color: #0e0e0e;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  display: inline-block;
  -webkit-transition: all ease-in-out 0.275s;
  transition: all ease-in-out 0.275s;
  cursor: pointer;
}

.btn-alt:hover {
  color: #fff;
  background-color: #0e0e0e;
}

.btn-close, .btn-add-to-cart {
  color: #fff;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 35px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.275s;
  transition: all ease-in-out 0.275s;
}

.btn-close:hover, .btn-add-to-cart:hover {
  background-color: #0e0e0e;
  color: #fff;
}

.btn-close.btn-small, .btn-small.btn-add-to-cart {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 17px;
}

.btn-add-to-cart i {
  font-size: 25px;
}

.open-gallery-mode {
  position: absolute;
  top: 0;
  left: 15px;
  opacity: 0.3;
  width: 60px;
  height: 60px;
  -webkit-transition: all ease-in-out 0.275s;
  transition: all ease-in-out 0.275s;
  cursor: pointer;
  z-index: 10;
}

.open-gallery-mode:hover {
  opacity: 1;
}

.open-gallery-mode i {
  color: #fff;
  font-size: 1.5em;
  margin: 20px;
  line-height: 60px;
}

.btn-bordered {
  padding: 1.2em 2em;
  border: 1px solid;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.275s;
  transition: all ease-in-out 0.275s;
}

.btn-bordered:hover {
  color: #fff;
  background-color: #0e0e0e;
  border-color: transparent;
}

.filter_block.open p span i.icon-plus {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.filter_block.open .filter_wrap {
  display: block;
}

.filter_block .filter_wrap {
  display: none;
}

.filter_block label {
  cursor: pointer;
}

.filter_block p span i.icon-plus {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.filter_menu_buttons {
  border-top: 1px solid #eaeaea;
  margin-top: 20px;
}

.filter_menu_buttons button {
  display: block;
  margin: 10px auto;
  color: #fff;
  font-size: .9em;
  height: 30px;
}

.filter_block {
  margin: 25px auto 0 auto;
  max-width: 250px;
  position: relative;
}

.filter_block input {
  display: inline-block;
  width: 60px;
  margin-right: 15px;
}

.filter_block label {
  display: block;
}

.filter_block input[type=radio] {
  width: auto;
}

.filter_block p {
  margin-bottom: 20px;
  font-size: 17px;
  cursor: pointer;
}

.filter_block p span i.icon-plus {
  position: absolute;
  right: 0;
  top: 3px;
  cursor: pointer;
  -webkit-transition: all linear 0.275s;
  transition: all linear 0.275s;
}

.filter_block p span i.icon-plus:before {
  cursor: pointer;
}

.filter_block .filter_selected {
  margin: 20px 0;
}

.filter_block .inline_inner {
  margin-bottom: 10px;
}

.filter_block .inline_inner input {
  margin-right: 15px;
}

.filter_wrap.inline label {
  display: inline-block;
  margin-right: 0;
}

.filter_wrap.inline input {
  margin-right: 0;
}

.sec-filter_toggle {
  text-align: center;
}

.sec-filter_toggle span > span {
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.noUi-target .noUi-base {
  background-color: #333;
}

.noUi-horizontal .noUi-origin .noUi-handle {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.noUi-horizontal .noUi-origin .noUi-handle:before, .noUi-horizontal .noUi-origin .noUi-handle:after {
  content: none;
}

.sec-content_wrapper {
  margin-left: -15px;
  margin-right: -15px;
}

.sec-content_text p {
  margin-bottom: 20px;
}

.sec-content_text .text-center img {
  margin: 20px 0;
}

.sec-content_wrapper.brand-category .brand-category_list {
  list-style: none;
  padding-left: 0;
}

.brands-catalog {
  padding: 70px 0;
  float: left;
  width: 100%;
}

.brands-catalog .brands-catalog-block {
  margin-bottom: 35px;
  -webkit-transition: all ease-in-out 0.275s;
  transition: all ease-in-out 0.275s;
}

.brands-catalog .brands-catalog-block:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.brands-catalog .brands-catalog-image img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid;
}

.brands-catalog .brands-catalog-text {
  font-size: 1.1em;
}

.page-registration-steps {
  margin-bottom: 30px;
}

.page-registration-steps .btn-submit {
  background-color: #e3e3e3;
}

.page-registration-steps h2 {
  margin-bottom: 20px;
}

.page-registration-steps label {
  display: block;
  margin-bottom: 10px;
  font-size: 1.1em;
  cursor: pointer;
}

.page-registration-steps label input {
  position: relative;
  top: 1px;
  margin-right: 10px;
}

.page-registration-steps .formFieldError {
  display: block;
  font-weight: bold;
  color: #e00;
}

.page-registration-steps .nav.nav-tabs {
  margin-top: 15px;
}

.page-registration-steps .mbb {
  margin-bottom: 25px;
  border-bottom: 1px solid #eaeaea;
}

.page-registration-steps .mbb small {
  margin-bottom: 25px;
  display: inline-block;
}

.page-registration-steps .form-group div {
  margin-bottom: 25px;
}

.page-registration-steps .form-group input, .page-registration-steps .form-group select {
  height: 35px;
  min-width: 280px;
  max-width: 280px;
}

.page-registration-steps .form-group textarea {
  height: 85px;
  width: 100%;
}

.page-registration-steps .form-group input[type="checkbox"] {
  display: inline-block;
  width: auto;
  min-width: 0;
}

.page-registration-steps .registration-end .value {
  float: right;
  font-weight: bold;
  font-size: 1.2em;
}

.page-registration-steps .registration-end .order-product-more .order-product_end-sum {
  margin-bottom: 0;
}

.page-registration-steps .registration-end .order_confirm .order-products {
  table-layout: fixed;
}

.page-registration-steps .registration-end .order_table tr {
  height: 40px;
  vertical-align: middle;
  border-bottom: 1px solid #eaeaea;
}

.page-registration-steps .registration-end .table-value {
  font-size: 1em;
  text-align: right;
  font-weight: bold;
}

.page-registration-steps .registration-end .table-value a {
  display: inline-block;
}

.page-registration-steps .order-product-more {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #eaeaea;
}

.page-registration-steps .order-product-more .order-more {
  max-width: 500px;
  width: 100%;
  margin-bottom: 13px;
}

.page-registration-steps .order-products {
  display: table;
  width: 100%;
}

.page-registration-steps .order-products .order-product-img {
  text-align: center;
}

.page-registration-steps .order-products .order-product-quantity {
  min-width: 140px;
  text-align: center;
}

.page-registration-steps .order-products .order-product-row {
  display: table-row;
  height: 140px;
}

.page-registration-steps .order-products .order-product-row > div {
  display: table-cell;
  vertical-align: middle;
}

.page-registration-steps .order-products .order-product-row .order-product-img {
  width: 160px;
}

.page-registration-steps .order-products .order-product-row .order-product-info p {
  margin-bottom: 0;
}

.page-registration-steps .order-products .order-product-row .order-product-info strong {
  margin-bottom: 5px;
  display: inline-block;
}

.page-registration-steps .order-products .order-product-price .order-price_discount {
  text-decoration: line-through;
  color: lightgreen;
}

.page-registration-steps .order-products .order-product-price_discount {
  text-decoration: line-through;
  color: lightgreen;
}

.order-finish-block {
  padding-bottom: 25px;
}

.order-finish-block table {
  width: 100%;
  max-width: 500px;
}

.order-wrap {
  max-width: 500px;
  width: 100%;
}

.order_comments textarea {
  height: 120px;
  width: 100%;
}

.order-product_end-sum {
  padding-bottom: 25px;
  margin-bottom: 25px;
  max-width: 500px;
  width: 100%;
}

.order_button-block {
  margin-bottom: 35px;
  color: #fff;
}

.registration-steps_wrapper {
  background-color: #eaeaea;
  padding: 25px 0;
  text-align: center;
  margin: 0 -15px;
  -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.registration-steps_wrapper .registration-steps_bounce {
  display: inline-block;
}

.registration-steps_wrapper .registration-step {
  display: inline-block;
  width: 246px;
}

.registration-steps_wrapper .registration-step .icon {
  font-size: 2.4em;
}

.order .changeUser a {
  color: #fff;
}

.order .table-underlined {
  width: 100%;
  margin: 0 0 25px;
}

.order .table-underlined .table-underlined-text td {
  padding: 10px 0;
}

.order .table-underlined .table-underlined-text td:first-child {
  border-bottom: 1px solid #eaeaea;
}

.page-registration-steps .choice-block {
  margin-bottom: 30px;
}

.page-registration-steps .choice-block label {
  max-width: 500px;
}

.page-registration-steps .choice-block label span {
  float: right;
}

.page-error p {
  color: #ee0000;
  font-weight: bold;
  margin: 15px 0;
}

.order-product-more .order-more span:last-child, .order-product-more .order-product_end-sum span:last-child {
  font-weight: bold;
}

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

.page-profile .border_right {
  padding-left: 0;
}

.page-profile .formFieldError {
  margin-top: 10px;
  display: block;
}

.page-profile.responses input {
  max-width: 100%;
  width: 280px;
  height: 35px;
}

.page-profile.responses textarea {
  max-width: 100%;
  width: 280px;
  height: 35px;
}

.page-profile.responses .user-review_wrapper.admin {
  text-align: right;
}

.page-profile.responses .user-review_wrapper.admin textarea {
  width: 280px;
}

.page-profile.responses form {
  overflow: hidden;
}

.page-profile .user-review_comment {
  margin-bottom: 15px;
}

.page-profile .user-review_comment p {
  margin-bottom: 0;
}

.page-profile .user-review_response {
  margin-bottom: 25px;
}

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

.page-profile h2 {
  margin-bottom: 20px;
}

.page-profile label {
  display: block;
  margin-bottom: 10px;
  font-size: 1.1em;
  cursor: pointer;
}

.page-profile input[type=checkbox], .page-profile input[type=radio] {
  position: relative;
  top: 1px;
  margin-right: 10px;
}

.page-profile input[type=text], .page-profile input[type=password] {
  height: 35px;
  width: 280px;
}

.page-profile .mbb {
  margin-bottom: 24px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eaeaea;
}

.page-profile .form__menu_buttons {
  margin-bottom: 25px;
}

.page-profile .user-profile-items {
  max-width: 400px;
}

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

.page-profile .user-profile-items .btn-default, .page-profile .user-profile-items .btn-submit, .page-profile .user-profile-items .add-to-cart a, .add-to-cart .page-profile .user-profile-items a, .page-profile .user-profile-items .add-review a, .add-review .page-profile .user-profile-items a, .page-profile .user-profile-items section.card-characteristics .card-characteristics_tabs li .inner-content .review-form .btn-submit, section.card-characteristics .card-characteristics_tabs li .inner-content .review-form .page-profile .user-profile-items .btn-submit, .page-profile .user-profile-items section.card-characteristics table.prod-availability tr td a.btn-default, section.card-characteristics table.prod-availability tr td .page-profile .user-profile-items a.btn-default {
  width: 100%;
  text-align: center;
  color: #fff;
}

.page-profile .user-profile-items .btn-default:active, .page-profile .user-profile-items .btn-submit:active, .page-profile .user-profile-items .add-to-cart a:active, .add-to-cart .page-profile .user-profile-items a:active, .page-profile .user-profile-items .add-review a:active, .add-review .page-profile .user-profile-items a:active, .page-profile .user-profile-items section.card-characteristics .card-characteristics_tabs li .inner-content .review-form .btn-submit:active, section.card-characteristics .card-characteristics_tabs li .inner-content .review-form .page-profile .user-profile-items .btn-submit:active {
  background-color: #0e0e0e;
}

.page-profile .user-profile-items .btn-default.active, .page-profile .user-profile-items .active.btn-submit, .page-profile .user-profile-items .add-to-cart a.active, .add-to-cart .page-profile .user-profile-items a.active, .page-profile .user-profile-items .add-review a.active, .add-review .page-profile .user-profile-items a.active, .page-profile .user-profile-items section.card-characteristics .card-characteristics_tabs li .inner-content .review-form .active.btn-submit, section.card-characteristics .card-characteristics_tabs li .inner-content .review-form .page-profile .user-profile-items .active.btn-submit {
  color: #0e0e0e;
}

.page-profile .order_table tr {
  height: 40px;
  vertical-align: middle;
  border-bottom: 1px solid #eaeaea;
}

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

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

.page-profile.orders div:first-child {
  padding-left: 0;
}

.page-profile.orders .order-description .h2 {
  font-weight: bold;
  float: left;
  width: 100%;
}

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

.page-profile.orders .order_extra {
  margin-bottom: 25px;
}

.page-profile.orders .order-item {
  margin-bottom: 40px;
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-profile.orders .order-table_buttons {
  margin-top: 25px;
  color: #fff;
}

.page-profile.orders .order-sum-info {
  text-align: center;
}

.page-profile.orders .order-sum-info .order-sum-info_icon {
  font-size: 3.5em;
}

.page-profile.orders.one .order-list {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-profile.orders.one .order-list .order-list_description {
  width: 250px;
}

.page-profile.orders.one .order-list .order-list_discount {
  width: 150px;
}

.page-profile.orders.one .order_table {
  width: 100%;
}

.page-profile.success {
  margin-top: 103px;
}

.page-profile.confirm {
  margin-top: 103px;
  margin-bottom: 25px;
  float: left;
  width: 100%;
}

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

.page-profile.mybalance .balance-block {
  min-height: 200px;
}

.page-profile.mybalance .balance-block .btn-default, .page-profile.mybalance .balance-block .btn-submit, .page-profile.mybalance .balance-block .add-to-cart a, .add-to-cart .page-profile.mybalance .balance-block a, .page-profile.mybalance .balance-block .add-review a, .add-review .page-profile.mybalance .balance-block a, .page-profile.mybalance .balance-block section.card-characteristics .card-characteristics_tabs li .inner-content .review-form .btn-submit, section.card-characteristics .card-characteristics_tabs li .inner-content .review-form .page-profile.mybalance .balance-block .btn-submit {
  color: #fff;
}

.page-profile.mybalance .order-balance_list li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e3e3e3;
  vertical-align: middle;
}

.page-profile.mybalance .order-balance_list li div {
  display: inline;
}

.page-profile.mybalance .order-balance_list li:last-child {
  border: none;
}

.page-profile.mybalance .order-balance_list .order-balance_date {
  margin-right: 20px;
  font-weight: bold;
}

.page-profile.mybalance .order-balance_list .order-balance_price {
  float: right;
  font-weight: bold;
  font-size: 1.2em;
}

.page-profile.mybalance .order-balance_list .order-balance_price.minus {
  color: #e00;
}

.page-profile.mybalance .pay-choice {
  margin-bottom: 25px;
  float: left;
  width: 100%;
}

.page-profile.mybalance .pay-choice div:first-child {
  border-right: 1px solid #eaeaea;
}

.page-profile.mybalance .pay-choice h2 {
  margin-bottom: 5px;
}

.page-profile.mybalance .pay-choice small {
  margin-bottom: 25px;
  display: inline-block;
}

.page-profile.mybalance .pay-choice .btn-default, .page-profile.mybalance .pay-choice .btn-submit, .page-profile.mybalance .pay-choice .add-to-cart a, .add-to-cart .page-profile.mybalance .pay-choice a, .page-profile.mybalance .pay-choice .add-review a, .add-review .page-profile.mybalance .pay-choice a, .page-profile.mybalance .pay-choice section.card-characteristics .card-characteristics_tabs li .inner-content .review-form .btn-submit, section.card-characteristics .card-characteristics_tabs li .inner-content .review-form .page-profile.mybalance .pay-choice .btn-submit {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

.rs-unobtainable,
.card-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;
}

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

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

article {
  min-height: 300px;
  padding-bottom: 25px;
}

article.article {
  margin-top: 115px;
}

article.catalog-description {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 30px;
  height: auto;
  min-height: inherit;
  padding-bottom: 0;
}

article p {
  font-size: 1.1em;
  margin-bottom: 1.5em;
}

article li {
  font-size: 1.1em;
  margin-bottom: 8px;
}

article li a {
  font-size: inherit;
}

article img {
  display: block;
  max-width: 100%;
  height: auto;
}

.page-lastnews_article {
  margin-top: 25px;
}

.page-lastnews_article h1 {
  font-size: 3.7em;
  font-weight: bold;
  margin-bottom: 25px;
}

.page-lastnews_article .lastnews-article_content_image {
  margin-bottom: 25px;
}

.page-lastnews_article .lastnews-article_content_image img {
  margin-left: auto;
  margin-right: auto;
}

.page-lastnews_article .date {
  margin-bottom: 25px;
}

.page-lastnews_article .date span {
  font-size: 1.2em;
  color: #0e0e0e;
  margin-right: 5px;
}

.border_left .lastnews-block .lastnews-title {
  margin-top: 10px;
  margin-bottom: 5px;
}

.border_left .lastnews-block .lastnews-date {
  margin-top: 0;
}

.border_left .lastnews-description {
  max-height: 40px;
  overflow: hidden;
  position: relative;
}

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

.lastnews-block .lastnews-image:hover span {
  opacity: 1;
}

.lastnews-block .lastnews-image a {
  position: relative;
  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;
}

.lastnews-block .lastnews-image span {
  position: absolute;
  font-size: 2em;
  background-color: rgba(0, 0, 0, 0.5);
  width: 60px;
  height: 60px;
  border-radius: 60px;
  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;
  color: #fff;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.275s;
  transition: all ease-in-out 0.275s;
}

.lastnews-block .lastnews-image span:hover {
  background-color: #0e0e0e;
}

.lastnews-block .lastnews-text > div {
  margin-top: 20px;
}

.lastnews-block .lastnews-text .lastnews-title a {
  font-size: 1.4em;
}

.lastnews-block .lastnews-text .lastnews-date span {
  font-size: 1.2em;
  color: #0e0e0e;
  margin-right: 5px;
}

.lastnews-catalog .lastnews-image {
  height: 122px;
}

.lastnews-catalog .lastnews-block {
  height: 555px;
  margin: 25px 0;
}

.lastnews-catalog .lastnews-description {
  overflow: hidden;
  height: 180px;
  border-top: 1px solid #eaeaea;
  margin-top: 0;
  padding-top: 20px;
}

.lastnews-catalog .lastnews-description p {
  height: 180px;
  overflow: hidden;
}

.lastnews-catalog .lastnews-title a {
  height: 82px;
  overflow: hidden;
  display: inline-block;
}

.page-product_gallery .owl-nav .owl-prev {
  background: url(../img/arrow.png) no-repeat center center #fff;
  background-size: contain;
  position: absolute;
  top: 38px;
  left: -20px;
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 0;
  opacity: .5;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.page-product_gallery .owl-nav .owl-next {
  background: url(../img/arrow.png) no-repeat center center #fff;
  background-size: contain;
  position: absolute;
  top: 38px;
  right: -20px;
  width: 24px;
  height: 24px;
  opacity: .5;
  font-size: 0;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.page-product_gallery .owl-nav {
  width: 100%;
  position: absolute;
  top: 0;
  display: block;
}

.page-product_gallery .product-gallery-thumb {
  max-width: 85%;
  margin: 0 auto 30px;
  text-align: center;
}

.page-product_gallery .product-gallery-full {
  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-gallery-thumb button {
  background: transparent;
  border: 1px solid;
  height: 75px;
  margin-top: 15px;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  width: 75px;
}

.owl-carousel .owl-item img.center-block {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}

.lg-outer .lg-thumb-item {
  max-width: 70px;
  max-height: 70px;
  background-color: #fff;
}

.lg-outer .lg-thumb-item img {
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

.page-compare tr.table-title td {
  font-size: 1.5em;
  font-weight: bold;
}

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

.page-compare tr.table-subtitle td {
  font-size: 1.2em;
  font-weight: bold;
}

.page-compare .page-compare-list {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}

footer {
  background-color: #333;
  color: #fff;
  padding: 40px 0 0;
}

footer p {
  color: #aaaaaa;
}

footer .logo {
  margin-bottom: 20px;
}

footer h4 {
  height: 50px;
  margin: 0;
}

footer .copyright b {
  color: #fff;
}

footer .comp_desc {
  margin-bottom: 50px;
}

.fresh_news {
  margin-bottom: 40px;
}

.fresh_news h4, .payway h4 {
  margin: 0 0 10px 0;
}

.fresh_news_block {
  margin-bottom: 20px;
}

.fresh_news_block .fresh_block_image {
  float: left;
}

.fresh_news_block .fresh_block_image img {
  margin-right: 20px;
}

.fresh_news_block .fresh_news_desc {
  position: relative;
  height: 80px;
  overflow: hidden;
}

.fresh_news_block .fresh_news_desc .new-title {
  display: inline-block;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.fresh_news_block .fresh_news_desc.not-img .new-title {
  height: auto;
}

.fresh_news_block .fresh_news_desc a {
  font-weight: bold;
  vertical-align: top;
  -webkit-transition: all linear 0.275s;
  transition: all linear 0.275s;
}

.fresh_news_block .fresh_news_desc a:hover {
  color: #aaaaaa;
}

.fresh_news_block p {
  margin-bottom: 0;
  margin-top: 10px;
}

.fresh_news_block p i {
  font-size: 20px;
  margin-right: 10px;
}

.fresh_news_block p span {
  position: relative;
  bottom: 3px;
}

.footer_info_block {
  margin-bottom: 30px;
}

.footer_info_block li a {
  color: #aaaaaa;
  line-height: 28px;
  -webkit-transition: all linear 0.275s;
  transition: all linear 0.275s;
}

.footer_info_block li a:hover {
  color: #fff;
}

.footer_info_block i {
  font-size: 8px;
  position: relative;
  bottom: 2px;
  margin-right: 8px;
  -webkit-transition: all linear 0.275s;
  transition: all linear 0.275s;
}

.footer_support_block {
  display: inline-block;
}

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

.footer_support i {
  font-size: 35px;
  margin-right: 20px;
}

.footer_support_text {
  display: inline-block;
  margin-bottom: 30px;
}

.footer_support_text p {
  color: #fff;
  font-size: 18px;
  display: block;
  margin-bottom: 0;
}

.social_networks section {
  background-color: #1f1f1f;
  margin: 0;
  padding: 100px 0;
}

.social_networks section i {
  font-size: 30px;
  margin-right: 20px;
}

.social_networks section i:hover {
  color: #eaeaea;
}

.social_networks section .all_social {
  display: block;
  width: 213px;
  text-align: center;
  margin: 0 auto 30px auto;
}

.social_networks section span {
  text-align: center;
}

.block-wizard {
  display: block;
  padding: 35px 0;
}

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

.block-wizard ul li, .block-wizard ol li {
  text-align: left;
}

.block-wizard a {
  margin: 0;
  text-align: left;
}

.block-wizard .block-wizard__title {
  color: #0e0e0e;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.block-wizard .block-wizard__title {
  text-align: left;
}

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

.block-wizard.block-banner-slider a {
  color: #0e0e0e;
}

.mobile-wrap .main_nav .block-wizard__title {
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2em;
  padding-bottom: 0;
  border: none;
  margin-bottom: 3px;
}

.mobile-wrap .main_nav .block-wizard__title span {
  color: #fff;
  font-weight: bold;
}

.mobile-wrap .main_nav ul, .mobile-wrap .main_nav ol {
  padding-left: 0;
}

.mobile-wrap .main_nav .block-wizard {
  font-size: 1em;
  padding: 0;
  color: #fff;
  line-height: 1.3em;
  width: 160px;
  display: inline-block;
}

.mobile-wrap .main_nav .block-wizard a {
  text-transform: none;
  margin-left: 0;
}

.mobile-wrap .main_nav .col-padding {
  display: inline-block;
  width: 210px;
  margin-left: 30px;
}

.mobile-wrap .main_nav .col-padding .block-wizard {
  width: 100%;
}

footer .block-wizard {
  padding: 0;
}

footer .block-wizard .block-wizard__title {
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2em;
  padding-bottom: 0;
  border: none;
  margin-bottom: 3px;
}

footer .block-wizard .block-wizard__title span {
  color: #fff;
  font-weight: bold;
}

footer .block-wizard li {
  text-align: left;
}

@media (max-width: 991px) {
  .mobile-wrap .main_nav .block-wizard {
    display: block;
    width: auto;
    margin-left: 25px;
  }
  .mobile-wrap .main_nav .col-padding {
    margin-left: 0;
  }
  .block-wizard .block-wizard__title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  footer .block-wizard ol, footer .block-wizard ul {
    list-style: none;
  }
  footer .block-wizard .block-wizard__title, footer .block-wizard li {
    text-align: center;
  }
}

@media (max-width: 550px) {
  .block-wizard .block-wizard__title {
    font-size: 19px;
  }
}

.admin-style + .header {
  position: absolute;
  top: 62px;
  z-index: 15;
}

.admin-style + .header .main_nav .module-wrapper {
  display: inline-block !important;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

a {
  color: #fff;
  font-size: 1em;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}

a, a:hover, a:visited {
  text-decoration: none !important;
  color: inherit;
}

button {
  outline: none;
  border: none;
}

button:focus {
  outline: none;
}

input, select, textarea {
  border: 2px solid #eaeaea;
  outline: none;
  text-indent: 5px;
  border-radius: 0;
  background-color: #eaeaea;
  font-family: 'Montserrat', sans-serif !important;
}

input:hover, select:hover, textarea:hover {
  border: 2px solid #e3e3e3;
}

input:focus, select:focus, textarea:focus {
  border: 2px solid;
  background-color: #ffffff;
}

input.btn_white, select.btn_white, textarea.btn_white {
  background-color: #fff;
  color: #0e0e0e;
  text-align: center;
  width: auto;
  text-indent: 0;
  font-size: 17px;
}

input.btn_white:hover, select.btn_white:hover, textarea.btn_white:hover {
  background-color: #0e0e0e;
}

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

input[type='checkbox'] {
  outline: none !important;
  width: auto !important;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.9;
}

input.color {
  cursor: pointer;
  margin-left: 8px;
  outline: none;
  background-color: #fff;
}

input.color:before {
  position: absolute;
  top: 2px;
  left: 2px;
  content: '';
  background-color: inherit;
  width: 23px;
  height: 23px;
}

.header-panel .ft-sub li {
  position: relative;
  z-index: 30;
}

h1, h2 {
  color: #0e0e0e;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

.margin-wrap {
  margin-top: 103px;
}

.affiliatesContacts {
  padding: 20px 0;
}

.affiliatesContacts .currentCity .otherCity {
  cursor: pointer;
}

span.required, .formFieldError {
  color: #e00000;
}

.color-black {
  color: #0e0e0e;
}

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

section.slider_zone {
  margin: 0;
}

section.brands {
  margin-bottom: 0;
}

section.brands:hover .nav_prev_brand {
  opacity: 1;
}

section.brands:hover .nav_next_brand {
  opacity: 1;
}

section.subscribe {
  margin-top: 0;
  margin-bottom: 0;
}

section.filter_bar, section.bestsellers {
  margin-top: 0;
  margin-bottom: 60px;
}

section.catalog {
  margin-bottom: 0;
  margin-top: 25px;
}

section.lastnews {
  margin-top: 0;
  float: left;
  width: 100%;
  padding: 25px 0;
}

section.compare_wrapper {
  border: none;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 50px;
}

section.recommended-sec {
  margin-top: 20px;
  margin-bottom: 20px;
}

section.card-characteristics {
  margin-top: 30px;
}

.inline_inner {
  display: block;
}

.inline_inner input, .inline_inner p {
  display: inline-block;
}

.container-fluid {
  max-width: 1540px;
}

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

.container-fluid.slider {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.slider.no-img {
  margin-top: 103px;
  padding-left: 15px;
  padding-right: 15px;
}

.css-col-3 {
  -webkit-column-count: 2;
          column-count: 2;
}

.col-xs-12.stub {
  max-width: 1540px;
  margin: 0 auto;
  float: none;
}

.hidden {
  display: none;
}

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

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

.float_left {
  float: left;
}

.float_right {
  float: right;
}

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

.bold {
  font-weight: bold;
}

.rotate45 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

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

.color_white {
  color: #fff;
}

.mob_open_category {
  -webkit-transition: all ease-out 0.275s;
  transition: all ease-out 0.275s;
}

#main_slide {
  position: relative;
}

.slider_item img {
  background-size: cover;
}

.product_featured {
  padding: 40px 0;
  margin-top: 50px;
}

.desc {
  color: #999;
  margin-bottom: 30px;
}

.desc span {
  font-size: 14px;
}

.nav-tabs > li.active a {
  background-color: #eaeaea;
}

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

.all_category_wrap > div {
  padding: 0;
}

.all_category_block {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 213px;
  overflow: hidden;
  display: table;
}

.all_category_block .image {
  display: table-row;
  vertical-align: middle;
  overflow: hidden;
}

.all_category_block .image img {
  position: absolute;
  z-index: -1;
  background-size: cover;
  height: 100%;
  width: 100%;
  -webkit-transition: all ease-out 0.575s;
  transition: all ease-out 0.575s;
}

.all_category_block .image:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all ease-out 0.275s;
  transition: all ease-out 0.275s;
  z-index: -1;
}

.all_category_block:hover .image:after {
  opacity: 1;
  height: 100%;
  width: 100%;
}

.all_category_block:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.all_category_block .text {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  z-index: 110;
  color: #fff;
}

.all_category_block .category_link {
  position: absolute;
  text-align: center;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 16px;
  font-weight: bold;
  width: 125px;
  height: 35px;
  opacity: 0;
  padding-top: 7px;
  color: #fff;
  -webkit-transition: all ease-out 0.545s;
  transition: all ease-out 0.545s;
}

.all_category_block .category_link:hover {
  background-color: #0e0e0e;
}

.all_category_block:hover .category_link {
  bottom: -100px;
  opacity: 1;
}

.all_category_block.visible {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.all_category_block.visible .category_link {
  bottom: -100px;
  opacity: 1;
}

.all_category_block.visible .image:after {
  opacity: 1;
  height: 100%;
  width: 100%;
}

.category_link:hover {
  background-color: #0e0e0e;
}

.bestsellers_wrap {
  position: relative;
}

.bestsellers_wrap:hover .nav_next {
  opacity: 1;
}

.bestsellers_wrap:hover .nav_prev {
  opacity: 1;
}

.bestsellers_wrap .product_favorite {
  z-index: 1;
}

.bestseller_item {
  position: relative;
  height: 305px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.bestseller_item .product_name:after {
  right: 0;
  background-image: url(../img/gradient_gray.png);
}

.bestseller_item .product_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.bestseller_item img {
  width: 200px;
  position: absolute;
  -webkit-transition: all ease-out 0.275s;
  transition: all ease-out 0.275s;
}

.nav_prev, .nav_next, .nav_prev_brand, .nav_next_brand {
  position: absolute;
  color: #fff;
  z-index: 50;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.275s;
  transition: all ease-in-out 0.275s;
}

.nav_prev:hover, .nav_next:hover, .nav_prev_brand:hover, .nav_next_brand:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.nav_prev i, .nav_next i, .nav_prev_brand i, .nav_next_brand i {
  padding: 20px;
  display: block;
}

.nav_prev {
  left: 15px;
  bottom: 32%;
}

.nav_next {
  right: 15px;
  bottom: 32%;
}

.nav_prev_brand {
  bottom: 30px;
  left: 0;
}

.nav_next_brand {
  bottom: 30px;
  right: 0;
}

.brands {
  border-top: 1px solid #eaeaea;
  padding: 40px 0;
}

.brands .row {
  position: relative;
}

#brands_carousel .owl-stage-outer .owl-item img {
  width: auto;
}

section.subscribe {
  padding: 30px 0 30px 0;
  min-height: 250px;
  /* Firefox 19+ */
  /* Firefox 18- */
}

section.subscribe h2 {
  color: #fff;
  text-align: center;
}

section.subscribe p.success {
  color: #fff;
}

section.subscribe ::-webkit-input-placeholder {
  color: #fff;
}

section.subscribe ::-webkit-input-placeholder {
  opacity: .5;
}

section.subscribe ::-moz-placeholder {
  color: #fff;
}

section.subscribe ::-moz-placeholder {
  opacity: .5;
}

section.subscribe :-moz-placeholder {
  color: #fff;
}

section.subscribe :-moz-placeholder {
  opacity: .5;
}

section.subscribe :-ms-input-placeholder {
  color: #fff;
}

section.subscribe :-ms-input-placeholder {
  opacity: .5;
}

.catalog nav.catalog-subcategory {
  white-space: nowrap;
  overflow-y: auto;
}

.catalog h1 {
  margin: 25px 0;
}

.catalog .catalog-block, .catalog .catalog-table {
  border-top: 1px solid #eaeaea;
}

.catalog .catalog-subcategory {
  margin-bottom: 40px;
}

.catalog .catalog-subcategory a {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  padding: 10px 15px;
  text-transform: uppercase;
  background-color: #eaeaea;
}

.catalog .catalog-subcategory a:hover {
  background-color: #0e0e0e;
  color: #fff;
}

.subscribe_group {
  min-height: 100px;
  padding: 20px 0;
  margin-bottom: 0;
}

.subscribe_group i {
  font-size: 45px;
  color: #fff;
  margin-right: 20px;
  vertical-align: middle;
}

.subscribe_group input {
  height: 58px;
  border: 2px solid transparent;
  color: #fff;
  width: 400px;
  top: 5px;
  position: relative;
  font-size: 17px;
}

.subscribe_group input:focus {
  background-color: transparent;
  border: 2px solid #fff;
}

.subscribe_group input.btn_white {
  background-color: #fff;
  color: #0e0e0e;
  text-align: center;
  width: 152px;
  font-weight: bold;
  text-indent: 0;
  margin-left: 20px;
  -webkit-transition: all ease-out 0.275s;
  transition: all ease-out 0.275s;
}

.subscribe_group input.btn_white:hover {
  background-color: #0e0e0e;
  color: #fff;
}

.copyright .desc {
  margin-bottom: 0;
}

.white_wrap {
  background-color: #fff;
  height: 100%;
  overflow-y: auto;
  z-index: 101;
}

.white_wrap ul {
  width: 100%;
}

.white_wrap ul li a {
  margin-left: 0;
}

.black_wrap {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
}

.not_empty:hover .showing_block {
  display: block;
}

.category_main {
  width: 100%;
  max-height: 444px;
  position: relative;
}

.category_main img {
  max-height: 444px;
  width: 100%;
}

.category_name {
  position: absolute;
}

.card-page .breadcrumbs {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}

.card-page .breadcrumbs li {
  padding: 0 1px;
}

.card-page .breadcrumbs a, .card-page .breadcrumbs li {
  color: #999;
}

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

.page-basket .breadcrumbs li {
  padding: 0 1px;
}

.page-basket .breadcrumbs a, .page-basket .breadcrumbs li {
  color: #999;
}

.page-basket .cart-buttons button.btn-submit:hover {
  background-color: #0e0e0e;
}

.sec.sec-breadcrumb {
  padding: 0;
}

.breadcrumbs {
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 12px;
  border-bottom: 1px solid;
  margin-top: 103px;
  padding-left: 15px;
}

.breadcrumbs li {
  margin-right: 5px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.breadcrumbs li a {
  color: #0e0e0e;
  -webkit-transition: all linear 0.275s;
  transition: all linear 0.275s;
}

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

.input_image_wrap img {
  margin-right: 8px;
  border: 2px solid #e3e3e3;
}

.input_color_wrap label {
  margin: 0;
}

.input_color {
  display: inline-block;
  border: 2px solid #e3e3e3;
  height: 32px;
  width: 32px;
  margin-right: 5px;
  margin-bottom: 8px;
  position: relative;
  -webkit-transition: all linear 0.275s;
  transition: all linear 0.275s;
  cursor: pointer;
}

.choice_block_view {
  margin-bottom: 10px;
}

.choice_block_view a {
  margin-right: 15px;
  cursor: pointer;
  -webkit-transition: all linear 0.275s;
  transition: all linear 0.275s;
}

.choice_block_view i {
  font-size: 21px;
}

.page-favorite {
  min-height: 300px;
}

.page-favorite .catalog-sort .choice_sort_show {
  text-align: right;
}

.page-favorite .catalog-sort {
  padding: 10px 0 4px;
  border-bottom: 1px solid #eaeaea;
  float: left;
  width: 100%;
}

.page-favorite .catalog-sort > div {
  padding-left: 0;
  padding-right: 0;
}

.page-favorite .catalog-sort .choice_block_view, .page-favorite .catalog-sort .choice_sort_show {
  margin-bottom: 0;
}

.choice_sort_show {
  margin-bottom: 10px;
}

.choice_sort_show select {
  margin-right: 10px;
}

.choice_sort_show label {
  font-weight: normal;
}

.choice_sort_show select.show_count {
  width: 50px;
}

.category_blocks_wrap {
  margin: 20px 0;
}

section.card-page {
  margin: 150px 0 0;
  font-family: inherit;
}

section.card-page .product-slider .item {
  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;
}

section.card-page .card-block, section.card-page .card-prod-gallery {
  margin-bottom: 150px;
}

section.card-page .card-block a:hover, section.card-page .card-prod-gallery a:hover {
  color: inherit;
}

section.card-page .card-block .prod-amount_flex-wrap, section.card-page .card-prod-gallery .prod-amount_flex-wrap {
  display: inline-block;
}

section.card-page .card-block .prod-amount input, section.card-page .card-prod-gallery .prod-amount input {
  margin-bottom: 10px;
}

section.card-page .card-prod-gallery {
  position: relative;
  display: inline-block;
  width: 74%;
}

section.card-page .card-prod-gallery .active.main img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

section.card-page .card-prod-gallery_thumbs {
  display: inline-block;
  max-width: 25%;
  max-height: 550px;
  overflow: auto;
}

section.card-page .card-prod-gallery_thumbs .item {
  margin-bottom: 10px;
}

section.card-page .card-prod-gallery_thumbs.owl-carousel {
  vertical-align: top;
}

section.card-page .card-prod-gallery_thumbs.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section.card-page .card-prod-gallery_thumbs.owl-carousel .owl-stage .owl-item {
  min-width: 70px;
  margin-right: 0 !important;
}

section.card-page .card-prod-gallery_thumbs.owl-carousel .owl-stage .owl-item button {
  background-color: #fff;
  margin-bottom: 100%;
  border: 1px solid #fff;
  -webkit-transition: all ease-in-out 0.275s;
  transition: all ease-in-out 0.275s;
}

section.card-page .card-prod-gallery_thumbs.owl-carousel .owl-stage .owl-item button:hover {
  border: 1px solid #ccc;
}

section.card-page .card-prod-gallery_thumbs.owl-carousel .owl-stage img {
  margin-left: auto;
  margin-right: auto;
}

section.card-page .card-title h1 {
  font-size: 3.2em;
  margin: 0;
  word-wrap: break-word;
}

section.card-page .card-title h2 {
  margin-top: 5px;
}

section.card-page .card-rating {
  margin-top: 10px;
}

section.card-page .card-rating .delimiter {
  font-size: 1.1em;
  position: relative;
  top: 1px;
  margin: 0 10px;
}

section.card-page .card-rating i {
  margin-right: 3px;
}

section.card-page .card-rating .rating-stars {
  position: relative;
  bottom: 3px;
}

section.card-page .card-rating .rating-stars span.active {
  -webkit-mask: url(../img/icons/star-rating.svg);
          mask: url(../img/icons/star-rating.svg);
  height: 20px;
  width: 20px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.275s;
  transition: all ease-in-out 0.275s;
  background: #ffd200;
  vertical-align: bottom;
}

section.card-page .rating-block .rating-stars span {
  -webkit-mask: url(../img/icons/star-rating.svg);
          mask: url(../img/icons/star-rating.svg);
  height: 20px;
  width: 20px;
  display: inline-block;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: all ease-in-out 0.275s;
  transition: all ease-in-out 0.275s;
  background: #ffd200;
}

section.card-page .rating-block .rating-stars span.active {
  opacity: 1;
}

section.card-page .rating-block .rating-desc {
  text-transform: capitalize;
}

section.card-page .card-desc {
  margin: 50px 0 25px;
  font-family: "Montserrat", sans-serif;
}

section.card-page .card-desc .card-desc-atr > div span:first-child {
  font-weight: bold;
  width: 80px;
  display: inline-block;
}

section.card-page .card-desc .card-desc-price {
  text-align: right;
}

section.card-page .card-desc .card-desc-price .card-prod-price {
  font-size: 2em;
}

section.card-page .card-desc .card-desc-price .card-prod-price_old {
  font-size: 1em;
  text-decoration: line-through;
}

section.card-page .card-desc span {
  font-family: inherit;
}

section.card-page .add-to-cart, section.card-page .add-review {
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
}

section.card-page .add-to-cart a, section.card-page .add-review a {
  color: #ffffff;
}

section.card-page .add-to-cart a:hover, section.card-page .add-review a:hover {
  color: #fff;
}

section.card-page .add-compare-favorite {
  margin-top: 20px;
}

section.card-page .add-compare-favorite .add-to-compare {
  margin-right: 15px;
}

section.card-page .add-to-favorite {
  display: inline-block;
  cursor: pointer;
  font-size: 1em;
  margin-top: 15px;
}

section.card-page .add-to-favorite:hover {
  color: inherit;
}

section.card-page .add-to-favorite .rs-favorite.out {
  display: inline-block;
}

section.card-page .add-to-favorite .rs-favorite.in {
  display: none;
}

section.card-page .add-to-favorite .in-favorite {
  -webkit-mask: url(../img/icons/favorite-icon.svg);
  mask: url(../img/icons/favorite-icon.svg);
  width: 14px;
  height: 14px;
  display: inline-block;
}

section.card-page .add-to-favorite .rs-favorite.rs-in-favorite.in {
  display: inline-block;
}

section.card-page .add-to-favorite .rs-favorite.rs-in-favorite.out {
  display: none;
}

section.card-page .add-to-compare {
  display: inline-block;
  cursor: pointer;
  font-size: 1em;
  margin-top: 15px;
}

section.card-page .add-to-compare:hover {
  color: inherit;
}

section.card-page .add-to-compare .rs-compare.out {
  display: inline-block;
}

section.card-page .add-to-compare .rs-compare.in {
  display: none;
}

section.card-page .add-to-compare .in-compare {
  -webkit-mask: url(../img/icons/chart.svg);
  mask: url(../img/icons/chart.svg);
  width: 14px;
  height: 14px;
  display: inline-block;
}

section.card-page .add-to-compare .out .in-compare {
  opacity: .5;
}

section.card-page .add-to-compare .rs-compare.rs-in-compare.in {
  display: inline-block;
}

section.card-page .add-to-compare .rs-compare.rs-in-compare.out {
  display: none;
}

section.card-page .prod-amount {
  margin-top: 35px;
}

section.card-page .prod-amount input {
  width: 80px;
  height: 61px;
  margin-right: 10px;
}

section.card-page .prod-amount .prod-amount-up {
  width: 25px;
  height: 31px;
  border-bottom: 1px solid #EAEAEA;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all ease-in-out 0.275s;
  transition: all ease-in-out 0.275s;
}

section.card-page .prod-amount .prod-amount-up:before {
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #0e0e0e;
  -webkit-transition: all ease-in-out 0.275s;
  transition: all ease-in-out 0.275s;
}

section.card-page .prod-amount .prod-amount-up:hover {
  background-color: #0e0e0e;
}

section.card-page .prod-amount .prod-amount-up:hover:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #fff;
}

section.card-page .prod-amount .prod-amount-down {
  width: 25px;
  height: 29px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all ease-in-out 0.275s;
  transition: all ease-in-out 0.275s;
}

section.card-page .prod-amount .prod-amount-down:before {
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #0e0e0e;
  -webkit-transition: all ease-in-out 0.275s;
  transition: all ease-in-out 0.275s;
}

section.card-page .prod-amount .prod-amount-down:hover {
  background-color: #0e0e0e;
}

section.card-page .prod-amount .prod-amount-down:hover:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #fff;
}

.cart-prod-info table .cart-error {
  font-size: 11px;
  color: #e00;
}

.concat-amount .card-product_quantity .prod-amount input {
  width: 95px;
}

.card-prod-bundling {
  background-color: #eaeaea;
  padding: 40px 20px 20px;
  margin-bottom: 25px;
}

.card-prod-bundling p {
  margin-bottom: 0;
  display: inline-block;
}

.card-prod-bundling p span {
  color: #e00;
}

.card-prod-bundling.offers .bundling-wrap {
  margin-top: -28px;
}

.card-prod-bundling.offers .product-offers_item {
  text-align: right;
}

.card-prod-bundling .bundling-wrap {
  margin-bottom: 25px;
}

.card-prod-bundling .property-wrap {
  float: right;
}

.card-prod-bundling input.color:before {
  height: 24px;
  width: 24px;
}

.card-prod-bundling select {
  height: 35px;
  background-color: #fff;
  width: 175px;
}

.card-prod-bundling .bundlings a {
  padding: .7em 1.1em;
  background: #dddddd;
  margin-right: 5px;
}

.card-prod-bundling .bundlings a:hover {
  background-color: #d0d0d0;
}

.page-basket .prod-amount .prod-amount-unit {
  bottom: -20px;
}

.prod-amount {
  display: inline-block;
  position: relative;
}

.prod-amount .prod-amount-unit {
  position: absolute;
  left: 28px;
  font-weight: bold;
  bottom: -10px;
}

.prod-amount .prod-amount-nav {
  position: absolute;
  top: 0;
  height: 61px;
  width: 25px;
  right: 10px;
  background-color: #ccc;
}

.prod-amount .prod-amount-button {
  height: 10px;
  cursor: pointer;
}

.prod-amount input {
  width: 48px;
  height: 48px;
  text-indent: 5px;
}

.prod-amount input:focus {
  border: none;
  background-color: #e3e3e3;
}

.page-basket .prod-amount .prod-amount-nav {
  height: 48px;
  width: 25px;
  right: -2px;
  background: none;
}

.page-basket .prod-amount .prod-amount-up {
  width: 25px;
  height: 22px;
  background-color: #eaeaea;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all ease-in-out 0.275s;
  transition: all ease-in-out 0.275s;
}

.page-basket .prod-amount .prod-amount-up:before {
  content: '';
  opacity: 0.5;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #0e0e0e;
  -webkit-transition: all ease-in-out 0.275s;
  transition: all ease-in-out 0.275s;
}

.page-basket .prod-amount .prod-amount-up:hover:before {
  opacity: 1;
}

.page-basket .prod-amount .prod-amount-down {
  width: 25px;
  height: 26px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #eaeaea;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all ease-in-out 0.275s;
  transition: all ease-in-out 0.275s;
}

.page-basket .prod-amount .prod-amount-down:before {
  content: '';
  opacity: 0.5;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #0e0e0e;
  -webkit-transition: all ease-in-out 0.275s;
  transition: all ease-in-out 0.275s;
}

.page-basket .prod-amount .prod-amount-down:hover:before {
  opacity: 1;
}

.delimiter-block {
  background-color: #eaeaea;
  height: 80px;
}

.delimiter-block.stub {
  float: left;
  width: 100%;
  height: 40px;
}

section.card-characteristics {
  float: left;
  width: 100%;
  margin-bottom: 0;
}

section.card-characteristics .card-characteristics_tabs {
  list-style: none;
}

section.card-characteristics .card-characteristics_tabs .inner-content {
  padding: 30px 0;
}

section.card-characteristics .card-characteristics_tabs .inner-content h1, section.card-characteristics .card-characteristics_tabs .inner-content h2, section.card-characteristics .card-characteristics_tabs .inner-content h3 {
  margin-top: 0;
  word-wrap: break-word;
}

section.card-characteristics .card-characteristics_tabs p {
  margin-bottom: 24px;
  font-size: 1em;
  line-height: 1.8em;
}

section.card-characteristics .card-characteristics_tabs li {
  display: block;
}

section.card-characteristics .card-characteristics_tabs li .inner-content {
  display: none;
}

section.card-characteristics .card-characteristics_tabs li .inner-content.open {
  display: block;
}

section.card-characteristics .card-characteristics_tabs li .inner-content .add-review {
  display: block;
  text-align: right;
  margin-right: 0;
}

section.card-characteristics .card-characteristics_tabs li .inner-content .add-review span {
  padding: 1.2em 2em;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  display: inline-block;
  cursor: pointer;
  text-align: left;
  min-width: 200px;
}

section.card-characteristics .card-characteristics_tabs li .inner-content .add-review span:hover {
  color: #fff;
  background-color: #0e0e0e;
}

section.card-characteristics .card-characteristics_tabs li .inner-content .review-form {
  margin-top: 30px;
}

section.card-characteristics .card-characteristics_tabs li .inner-content .review-form .leave_comment {
  float: right;
}

section.card-characteristics .card-characteristics_tabs li .inner-content .review-form .showing-form, section.card-characteristics .card-characteristics_tabs li .inner-content .review-form .comment-form-wrapper {
  z-index: -1;
  position: relative;
  max-height: 0;
}

section.card-characteristics .card-characteristics_tabs li .inner-content .review-form .showing-form .already, section.card-characteristics .card-characteristics_tabs li .inner-content .review-form .comment-form-wrapper .already {
  color: #e00000;
  font-weight: bold;
}

section.card-characteristics .card-characteristics_tabs li .inner-content .review-form .showing-form .comment-form-wrapper {
  z-index: -1;
  position: relative;
  max-height: 0;
}

section.card-characteristics .card-characteristics_tabs li .inner-content .review-form .showing-form.open, section.card-characteristics .card-characteristics_tabs li .inner-content .review-form .comment-form-wrapper.open {
  min-height: 1px;
  max-height: 100%;
}

section.card-characteristics .card-characteristics_tabs li .inner-content .review-form .showing-form.open .comment-form-wrapper {
  min-height: 1px;
  max-height: 100%;
  z-index: 1;
  opacity: 1;
}

section.card-characteristics .card-characteristics_tabs li .inner-content .review-form .rating-block {
  border-top: 1px solid #e3e3e3;
  margin: 30px 0;
}

section.card-characteristics .card-characteristics_tabs li .inner-content .review-form .rating-block label {
  line-height: 21px;
  padding: 30px 0 10px;
}

section.card-characteristics .card-characteristics_tabs li .inner-content .review-form label {
  line-height: 40px;
  display: block;
}

section.card-characteristics .card-characteristics_tabs li .inner-content .review-form input {
  display: block;
  max-width: 400px;
  width: 100%;
}

section.card-characteristics .card-characteristics_tabs li .inner-content .review-form textarea {
  display: block;
  max-width: 400px;
  height: 85px;
  width: 100% !important;
}

section.card-characteristics .card-characteristics_tabs li .inner-content .review-form .btn-submit {
  width: auto;
}

section.card-characteristics .card-characteristics_tabs li .inner-content .reviews {
  background-color: #eaeaea;
  padding: 2em;
  margin-bottom: 20px;
}

section.card-characteristics .card-characteristics_tabs li .inner-content .reviews .review-block .review-block_author span {
  font-size: 1.4em;
  font-weight: bold;
}

section.card-characteristics .card-characteristics_tabs li .inner-content .reviews .review-block .review-block_author label {
  max-width: 101px;
  line-height: 25px;
}

section.card-characteristics .card-characteristics_tabs li .inner-content .reviews .review-block .review-block_author label .value {
  -webkit-mask: url(../img/icons/star-rating.svg);
          mask: url(../img/icons/star-rating.svg);
  height: 20px;
  display: inline-block;
  background: #ffd200;
}

section.card-characteristics .card-characteristics_tabs li .inner-content .reviews .review-block .review-block_author small {
  font-size: 1.2em;
}

section.card-characteristics .card-characteristics_tabs li:hover {
  background-color: transparent;
}

section.card-characteristics .card-characteristics_tabs li a {
  text-align: left;
  font-size: 1.8em;
  display: block;
  color: #0e0e0e;
  cursor: pointer;
}

section.card-characteristics .card-characteristics_tabs li a i {
  font-size: .6em;
  font-weight: bold;
  position: relative;
  bottom: 3px;
  margin-right: 10px;
  display: inline-block;
  -webkit-transition: all ease-in-out 0.275s;
  transition: all ease-in-out 0.275s;
}

section.card-characteristics table.prod-availability tr td a.btn-submit, section.card-characteristics table.prod-availability tr td .add-to-cart a, .add-to-cart section.card-characteristics table.prod-availability tr td a, section.card-characteristics table.prod-availability tr td .add-review a, .add-review section.card-characteristics table.prod-availability tr td a, section.card-characteristics table.prod-availability tr td .card-characteristics_tabs li .inner-content .review-form a.btn-submit, section.card-characteristics .card-characteristics_tabs li .inner-content .review-form table.prod-availability tr td a.btn-submit, section.card-characteristics table.prod-availability tr td a.btn-default {
  font-weight: normal;
  margin: 10px 0;
  text-align: center;
}

table.prod-characteristics {
  width: 100%;
}

table.prod-characteristics tr {
  border-bottom: 1px solid;
}

table.prod-characteristics td {
  padding: 5px 0;
}

table.prod-characteristics td:last-child {
  text-align: right;
}

table.prod-characteristics td:first-child {
  font-weight: bold;
}

table.prod-characteristics td.with-btn {
  width: 100%;
}

table.prod-characteristics .char-title-row {
  border: none;
}

table.prod-characteristics .char-title {
  font-size: 1.4em;
  padding: 25px 0 15px;
}

table.prod-characteristics .char-title:last-child {
  text-align: left;
}

table.prod-availability {
  width: 100%;
}

table.prod-availability th {
  font-size: 1.2em;
  padding: 10px 0;
}

table.prod-availability .warehouse-row {
  border-bottom: 1px solid;
}

table.prod-availability td {
  padding: 5px 0;
}

table.prod-availability td:first-child {
  font-weight: bold;
}

table.prod-availability .availability-value {
  text-align: right;
}

.recommended-sec {
  padding-left: 15px;
  padding-right: 15px;
}

.recommended-sec .nav_prev, .recommended-sec .nav_next {
  display: inline-block;
  position: static;
}

.recommended-sec .reccomended-carousel {
  margin: 25px 0;
}

section.cart-short_info h1, section.cart-prod-info h1, section.checkout-short_info h1, section.wishlist-short_infoб section.wishlist-prod-info h1 {
  font-size: 3.2em;
  margin-top: 0;
}

section.cart-prod-info.empty {
  border: none;
}

section.cart-prod-info.empty h2 {
  text-align: center;
}

section.cart-short_info, section.checkout-short_info, section.wishlist-short_info {
  margin: 150px 0 75px;
}

section.checkout-set-info {
  margin: 150px 0 0;
}

section.cart-prod-info, section.wishlist-prod-info {
  margin: 150px 0 0;
  border-bottom: 1px solid #dddddd;
}

section.cart-prod-info table, section.wishlist-prod-info table {
  width: 100%;
}

section.cart-prod-info table .product-offers select, section.wishlist-prod-info table .product-offers select {
  min-width: 50%;
}

section.cart-prod-info table .amount, section.wishlist-prod-info table .amount {
  text-align: center;
}

section.cart-prod-info table .add-concat, section.wishlist-prod-info table .add-concat {
  background-image: url(../img/icons/add-concat.png);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
}

section.cart-prod-info table td, section.wishlist-prod-info table td {
  padding: 14px;
  font-size: 1em;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

section.cart-prod-info table td.total, section.wishlist-prod-info table td.total {
  width: 200px;
}

section.cart-prod-info table td.actions span, section.wishlist-prod-info table td.actions span {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 61%;
}

section.cart-prod-info table td.actions a:first-child, section.wishlist-prod-info table td.actions a:first-child {
  margin-right: 10px;
}

section.cart-prod-info table td.name-compl, section.wishlist-prod-info table td.name-compl {
  width: 250px;
}

section.cart-prod-info table td.name-compl .compl, section.wishlist-prod-info table td.name-compl .compl {
  font-size: 1em;
  font-weight: normal;
}

section.cart-prod-info table .multioffer .multioffer-title, section.wishlist-prod-info table .multioffer .multioffer-title {
  font-weight: bold;
  margin: 5px;
  display: block;
}

section.cart-prod-info table .multioffer select, section.wishlist-prod-info table .multioffer select {
  display: block;
  margin-bottom: 5px;
  width: 100%;
}

section.cart-prod-info table .card-concomitant label, section.wishlist-prod-info table .card-concomitant label {
  cursor: pointer;
}

section.cart-prod-info table .btn-close, section.cart-prod-info table .btn-add-to-cart, section.wishlist-prod-info table .btn-close, section.wishlist-prod-info table .btn-add-to-cart {
  vertical-align: bottom;
  font-weight: normal;
  position: absolute;
}

section.cart-prod-info table .btn-close:hover, section.cart-prod-info table .btn-add-to-cart:hover, section.wishlist-prod-info table .btn-close:hover, section.wishlist-prod-info table .btn-add-to-cart:hover {
  color: #fff;
}

section.cart-prod-info table thead, section.wishlist-prod-info table thead {
  background-color: #eaeaea;
}

section.cart-prod-info table thead td, section.wishlist-prod-info table thead td {
  border-right: 1px solid #dddddd;
}

section.cart-prod-info table thead tr, section.wishlist-prod-info table thead tr {
  border-bottom: 1px solid #dddddd;
}

section.cart-prod-info table .discount, section.wishlist-prod-info table .discount {
  margin: 10px 0;
  font-size: .8em;
  text-decoration: line-through;
  font-weight: normal;
  color: lightgreen;
}

section.cart-prod-info table .cost-discount .cost, section.wishlist-prod-info table .cost-discount .cost {
  margin-bottom: 0;
}

section.cart-prod-info .coupon .toggle-block, section.wishlist-prod-info .coupon .toggle-block {
  display: none;
}

section.cart-prod-info .coupon .toggle-block.open, section.wishlist-prod-info .coupon .toggle-block.open {
  display: block;
}

section.cart-prod-info .coupon .toggle-block.error, section.wishlist-prod-info .coupon .toggle-block.error {
  display: block;
}

section.cart-prod-info .coupon .toggle-block.error input[name=coupon], section.wishlist-prod-info .coupon .toggle-block.error input[name=coupon] {
  color: #e00;
}

section.cart-prod-info .coupon .toggle-block.error input[name=coupon]:focus, section.wishlist-prod-info .coupon .toggle-block.error input[name=coupon]:focus {
  color: #0e0e0e;
}

section.cart-prod-info .coupon .btn-close, section.cart-prod-info .coupon .btn-add-to-cart, section.wishlist-prod-info .coupon .btn-close, section.wishlist-prod-info .coupon .btn-add-to-cart {
  position: relative;
  top: 2px;
  left: 10px;
}

section.cart-prod-info .coupon .btn-close:hover, section.cart-prod-info .coupon .btn-add-to-cart:hover, section.wishlist-prod-info .coupon .btn-close:hover, section.wishlist-prod-info .coupon .btn-add-to-cart:hover {
  color: #fff;
}

section.cart-prod-info .coupon input, section.wishlist-prod-info .coupon input {
  padding: 15px;
  margin: 0;
}

section.cart-prod-info .coupon input.btn-default, section.cart-prod-info .coupon input.btn-submit, section.cart-prod-info .coupon section.card-characteristics .card-characteristics_tabs li .inner-content .review-form input.btn-submit, section.card-characteristics .card-characteristics_tabs li .inner-content .review-form section.cart-prod-info .coupon input.btn-submit, section.wishlist-prod-info .coupon input.btn-default, section.wishlist-prod-info .coupon input.btn-submit, section.wishlist-prod-info .coupon section.card-characteristics .card-characteristics_tabs li .inner-content .review-form input.btn-submit, section.card-characteristics .card-characteristics_tabs li .inner-content .review-form section.wishlist-prod-info .coupon input.btn-submit {
  background-color: #dddddd;
  border: none;
  font-size: 1em;
  margin-right: -5px;
}

section.cart-prod-info .coupon input.btn-default:focus, section.cart-prod-info .coupon input.btn-submit:focus, section.cart-prod-info .coupon section.card-characteristics .card-characteristics_tabs li .inner-content .review-form input.btn-submit:focus, section.card-characteristics .card-characteristics_tabs li .inner-content .review-form section.cart-prod-info .coupon input.btn-submit:focus, section.wishlist-prod-info .coupon input.btn-default:focus, section.wishlist-prod-info .coupon input.btn-submit:focus, section.wishlist-prod-info .coupon section.card-characteristics .card-characteristics_tabs li .inner-content .review-form input.btn-submit:focus, section.card-characteristics .card-characteristics_tabs li .inner-content .review-form section.wishlist-prod-info .coupon input.btn-submit:focus {
  border: none;
}

section.cart-prod-info .coupon input.btn-default.btn-submit, section.cart-prod-info .coupon input.btn-submit, section.cart-prod-info .coupon section.card-characteristics .card-characteristics_tabs li .inner-content .review-form input.btn-submit, section.card-characteristics .card-characteristics_tabs li .inner-content .review-form section.cart-prod-info .coupon input.btn-submit, section.wishlist-prod-info .coupon input.btn-default.btn-submit, section.wishlist-prod-info .coupon input.btn-submit, section.wishlist-prod-info .coupon section.card-characteristics .card-characteristics_tabs li .inner-content .review-form input.btn-submit, section.card-characteristics .card-characteristics_tabs li .inner-content .review-form section.wishlist-prod-info .coupon input.btn-submit {
  text-indent: 0;
}

section.cart-prod-info .coupon input.btn-default.btn-submit:hover, section.cart-prod-info .coupon input.btn-submit:hover, section.cart-prod-info .coupon section.card-characteristics .card-characteristics_tabs li .inner-content .review-form input.btn-submit:hover, section.card-characteristics .card-characteristics_tabs li .inner-content .review-form section.cart-prod-info .coupon input.btn-submit:hover, section.wishlist-prod-info .coupon input.btn-default.btn-submit:hover, section.wishlist-prod-info .coupon input.btn-submit:hover, section.wishlist-prod-info .coupon section.card-characteristics .card-characteristics_tabs li .inner-content .review-form input.btn-submit:hover, section.card-characteristics .card-characteristics_tabs li .inner-content .review-form section.wishlist-prod-info .coupon input.btn-submit:hover {
  background-color: #0e0e0e;
}

section.cart-prod-info .total-price-info, section.wishlist-prod-info .total-price-info {
  width: 300px;
  margin-top: 35px;
  margin-bottom: 35px;
  margin-left: auto;
  font-family: "Montserrat", sans-serif;
}

section.cart-prod-info .total-price-info > div:nth-child(odd), section.wishlist-prod-info .total-price-info > div:nth-child(odd) {
  float: left;
}

section.cart-prod-info .total-price-info > div:nth-child(even), section.wishlist-prod-info .total-price-info > div:nth-child(even) {
  text-align: right;
}

section.cart-prod-info .total-price-info .discount-title, section.cart-prod-info .total-price-info .total-title, section.wishlist-prod-info .total-price-info .discount-title, section.wishlist-prod-info .total-price-info .total-title {
  font-weight: bold;
}

section.wishlist-prod-info .cart-buttons button {
  display: block;
  margin-left: auto;
}

#rs-block-tgl {
  font-family: inherit;
  margin-bottom: 0;
  font-size: 1.1em;
  cursor: pointer;
  font-weight: bold;
  padding: 14px;
  background-color: #eaeaea;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.toggle-block {
  font-family: "Montserrat", sans-serif;
  padding: 20px 0;
}

.toggle-block input.btn-default, .toggle-block input.btn-submit, .toggle-block section.card-characteristics .card-characteristics_tabs li .inner-content .review-form input.btn-submit, section.card-characteristics .card-characteristics_tabs li .inner-content .review-form .toggle-block input.btn-submit {
  cursor: auto;
  color: #0e0e0e;
}

.toggle-block input.btn-submit {
  cursor: pointer;
  color: #fff;
}

.toggle-block.open {
  display: block;
}

.toggle-block .title {
  font-size: 1.7em;
}

.cart-buttons {
  margin: 30px 0 50px;
  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;
}

.mfp-container .mfp-content {
  background-color: #fff;
  padding: 0 15px;
}

.mfp-container .mfp-content .returnRulesWrapper {
  max-width: 650px;
  width: 100%;
  padding: 15px 0;
  position: relative;
}

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

.mfp-container .mfp-content .mfp-close {
  right: -15px;
}

.deliveryCostWrapper {
  min-width: 400px;
  min-height: 225px;
  position: relative;
  padding: 15px 0;
}

.deliveryCostWrapper input:focus {
  background-color: #eaeaea;
}

.deliveryCostWrapper .row {
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}

.deliveryCostWrapper h2 {
  margin-bottom: 20px;
}

.deliveryCostWrapper .cityautocomplete {
  border: inherit;
  height: 35px;
}

.deliverySearchItems {
  list-style: none;
  padding-left: 0;
}

.deliverySearchItems li:hover {
  background-color: #eaeaea;
}

.deliverySearchItems li:hover a {
  background-color: #fff;
  background-color: transparent;
}

.deliverySearchItems li span {
  color: #0e0e0e;
}

.deliverySearchItems li a {
  display: block;
  font-size: 1.3em;
}

.deliveryCostBlock {
  padding-left: 0;
  border-top: 1px solid #eaeaea;
  padding-right: 0;
}

.deliveryCostBlock .deliveryCostListTitle {
  margin-bottom: 0;
}

.deliveryCostBlock a {
  cursor: pointer;
}

.modal-body.thanks {
  min-height: 333px;
}

.modal-body.affiliates {
  width: 807px;
  max-width: 100%;
}

.modal-body.affiliates a {
  cursor: pointer;
}

.modal-body.success {
  max-width: 807px;
  width: 100%;
}

.modal-body .table-underlined {
  max-width: 500px;
  width: 100%;
  margin-bottom: 25px;
}

.modal-body .table-underlined tr {
  height: 40px;
  vertical-align: middle;
  border-bottom: 1px solid #eaeaea;
}

.modal-body .table-underlined .table-value {
  font-size: 1em;
  text-align: right;
  font-weight: bold;
}

.modal-body h2 {
  margin: 20px 0;
}

.modal-body .prod-amount label input {
  width: 80px;
  height: 61px;
  margin-top: 0;
  margin-right: 10px;
  text-indent: -20px;
}

.modal-body .prod-amount .prod-amount-up {
  width: 25px;
  height: 31px;
  border-bottom: 1px solid #EAEAEA;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all ease-in-out 0.275s;
  transition: all ease-in-out 0.275s;
  cursor: pointer;
}

.modal-body .prod-amount .prod-amount-up:before {
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #0e0e0e;
  -webkit-transition: all ease-in-out 0.275s;
  transition: all ease-in-out 0.275s;
}

.modal-body .prod-amount .prod-amount-up:hover {
  background-color: #0e0e0e;
}

.modal-body .prod-amount .prod-amount-up:hover:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #fff;
}

.modal-body .prod-amount .prod-amount-down {
  width: 25px;
  height: 29px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all ease-in-out 0.275s;
  transition: all ease-in-out 0.275s;
  cursor: pointer;
}

.modal-body .prod-amount .prod-amount-down:before {
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #0e0e0e;
  -webkit-transition: all ease-in-out 0.275s;
  transition: all ease-in-out 0.275s;
}

.modal-body .prod-amount .prod-amount-down:hover {
  background-color: #0e0e0e;
}

.modal-body .prod-amount .prod-amount-down:hover:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #fff;
}

.modal-body .mbb {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eaeaea;
}

.modal-body .user-case {
  display: inline-block;
  float: right;
  text-align: right;
}

.modal-body.user-auth {
  max-width: 410px;
}

.modal-body label {
  display: block;
}

.modal-body .form-group input {
  margin-top: 5px;
}

.modal-body input {
  display: block;
  margin-bottom: 15px;
  height: 35px;
  width: 380px;
  max-width: 100%;
}

.modal-body input[type=radio] {
  display: inline-block;
  height: auto;
  width: auto;
  margin-bottom: 0;
  margin-right: 10px;
}

.feedback-form {
  max-width: 450px;
  width: 100%;
}

.feedback-form.page {
  margin: 125px 0 25px;
}

.feedback-form input, .feedback-form select {
  display: block;
  margin: 10px 0 5px;
  height: 35px;
  width: 100%;
}

.feedback-form textarea {
  width: 100%;
  display: block;
  height: 120px;
  margin: 10px 0 5px;
  line-height: 1.5em;
}

.feedback-form label {
  display: block;
}

body .policy-agreement a {
  color: blue;
}

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

.page-complect {
  float: left;
  width: 100%;
  padding: 15px 0;
  position: relative;
}

.page-complect h2 {
  margin-top: 0;
}

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

.page-complect .complect-price {
  margin-bottom: 10px;
}

.page-complect .complect-title {
  margin-top: 0;
}

#rs-overlay {
  background-image: url(../img/icons/loading.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

/*responses page*/
body .page-responses .returnsTable a {
  color: blue;
}

body .page-responses .returnsTable a:hover {
  text-decoration: underline;
}

.page-responses_wrap {
  margin-top: 103px;
}

.page-responses .form-group select {
  min-width: 200px;
  margin-top: 10px;
}

.page-responses h3 {
  margin: 7px 0 20px;
}

.page-responses .submit_btn {
  color: #fff;
  border: none;
  -webkit-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
  height: 35px;
  min-width: 200px;
}

.page-responses .submit_btn:hover {
  background-color: #333;
}

.page-responses.form-style {
  padding-top: 20px;
}

.page-responses .menu-btns button {
  margin-bottom: 25px;
}

.page-responses .responses-form {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}

.page-responses .side {
  width: 49%;
  display: inline-block;
  float: left;
}

.page-responses select {
  height: 35px;
  min-width: 50px;
}

.page-responses label {
  display: block;
  margin-top: 20px;
  font-weight: bold;
}

.page-responses label input[type=text] {
  display: block;
  margin-top: 8px;
  font-weight: normal;
  height: 35px;
  max-width: 350px;
  width: 100%;
}

.page-responses input[type=checkbox] {
  margin: auto;
  display: block;
}

.page-responses .form-group input.submit_btn {
  margin-top: 25px;
  padding: 5px 0;
}

.page-responses button {
  color: #fff;
  -webkit-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
  height: 35px;
  min-width: 150px;
}

.page-responses button:hover {
  background-color: #333;
}

.cursor-p {
  cursor: pointer;
}
