* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
@font-face {
  font-family: 'roboto';
  src: url('../fonts/roboto-regular.eot');
  src: url('../fonts/roboto-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-regular.woff') format('woff'), url('../fonts/roboto-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto-bold';
  src: url('../fonts/roboto-bold.eot');
  src: url('../fonts/roboto-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-bold.woff') format('woff'), url('../fonts/roboto-bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'roboto';
  src: url('../fonts/roboto-medium.eot');
  src: url('../fonts/roboto-medium.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-medium.woff') format('woff'), url('../fonts/roboto-medium.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'roboto';
  src: url('../fonts/roboto-bolditalic.eot');
  src: url('../fonts/roboto-bolditalic.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-bolditalic.woff') format('woff'), url('../fonts/roboto-bolditalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'roboto';
  src: url('../fonts/roboto-italic.eot');
  src: url('../fonts/roboto-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-italic.woff') format('woff'), url('../fonts/roboto-italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'roboto-light';
  src: url('../fonts/roboto-light.eot');
  src: url('../fonts/roboto-light.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-light.woff') format('woff'), url('../fonts/roboto-light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto-light';
  src: url('../fonts/roboto-lightitalic.eot');
  src: url('../fonts/roboto-lightitalic.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-lightitalic.woff') format('woff'), url('../fonts/roboto-lightitalic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'roboto-medium';
  src: url('../fonts/roboto-medium.eot');
  src: url('../fonts/roboto-medium.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-medium.woff') format('woff'), url('../fonts/roboto-medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto-medium';
  src: url('../fonts/roboto-mediumitalic.eot');
  src: url('../fonts/roboto-mediumitalic.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-mediumitalic.woff') format('woff'), url('../fonts/roboto-mediumitalic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.uss_shop_detail_350_bottom .uss_img_big,
.uss_photoalbums_foto_box .uss_img_item .uss_img_pre,
.uss_eshop_sameproducts.blocks .item .imageWrap,
.uss_shop_detail .uss_img_ico_box .uss_img_ico,
.uss_shop_blocks_view .uss_eshop_item .uss_img_holder,
.uss_shop_list_view .uss_eshop_item .uss_img_holder,
.uss_shop_detail .uss_img_big .uss_img_big_image,
.uss_user_basket .uss_image,
.uss_shop_block_cat .uss_shop_cat_img {
  background: #fff;
  border: none;
}
.uss_shop_blocks_view,
.content .uss_eshop_menu,
.spec .items,
.flex .items,
.content .uss_eshop_sameproducts,
.content .catalog_menu,
.content .uss_catalog_block_cat,
.content .uss_shop_block_cat,
.flex .uss_images_block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.uss-flex-items {
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  width: 100% !important;
}
html {
  height: 100%;
  min-height: auto;
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  min-height: auto;
  height: 100%;
}
#wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  font-size: 13px;
  min-width: 420px;
  overflow: hidden;
}
.container {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
/*General*/
@-webkit-keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-2px, 0, 0);
            transform: translate3d(-2px, 0, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
}
@keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-2px, 0, 0);
            transform: translate3d(-2px, 0, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
}
#wrap {
  font-family: 'roboto';
  color: #6A747C;
  line-height: 1.54em;
  position: relative;
}
.inner {
  width: 1180px;
  margin: 0 auto;
}
a {
  color: #1CA09D;
}
a:hover {
  text-decoration: none;
}
.catalog_orderform_window_wrap,
.buy_one_click_form_tml .buy_one_click_window_wrap {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  font-size: 12px;
  font-family: 'roboto';
  color: #6A747C;
}
.catalog_orderform_window_wrap .h3,
.buy_one_click_form_tml .buy_one_click_window_wrap .h3,
.catalog_orderform_window_wrap h3,
.buy_one_click_form_tml .buy_one_click_window_wrap h3,
.catalog_orderform_window_wrap .uss_buy_one_click_title,
.buy_one_click_form_tml .buy_one_click_window_wrap .uss_buy_one_click_title {
  font-family: 'roboto-medium';
  font-weight: normal;
  font-size: 23px;
  color: #2F2F2F;
}
.catalog_orderform_window_wrap .uss_shop_price_amount_wrap .uss_shop_price .old_price,
.buy_one_click_form_tml .buy_one_click_window_wrap .uss_shop_price_amount_wrap .uss_shop_price .old_price {
  color: #8C8C8C;
  font-size: 18px;
  font-family: 'roboto';
  margin: 0 0 3px 0 !important;
  font-weight: normal !important;
  padding: 0 !important;
  display: block;
  background: none !important;
}
.catalog_orderform_window_wrap .uss_shop_price_amount_wrap .uss_shop_price .actual_price,
.buy_one_click_form_tml .buy_one_click_window_wrap .uss_shop_price_amount_wrap .uss_shop_price .actual_price {
  color: #1CA09D;
  font-weight: normal;
  font-family: 'roboto';
  font-size: 30px;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  background: none !important;
}
.catalog_order_form h3 {
  font-weight: normal;
  background: #F0F2F3;
  padding: 17px 31px 16px 31px;
  font-size: 17px;
  font-family: 'roboto-medium';
  color: #2F2F2F;
  display: block;
  margin-bottom: 31px;
  border-radius: 4px 4px 0 0;
  position: relative;
}
#uss_basket_ask_where_to_go_block {
  font-family: 'roboto';
  background: #fff;
  border-color: #334755;
  -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.7);
}
#uss_basket_ask_where_to_go_block .title {
  font-family: 'roboto-medium';
  font-weight: normal;
}
.uss_section_content > .fc_form_tml .fc_item {
  max-width: 380px;
}
.section_basket2 .fc_form_tml .fc_item,
.catalog_order_form .fc_form_tml .fc_item {
  max-width: 380px;
  width: 100%;
}
.fc_form_tml {
  font-family: 'roboto';
}
.fc_form_tml label,
.fc_form_tml label.sector_title {
  font-family: 'roboto-medium';
  font-size: 15px;
  font-weight: normal;
  color: #2F2F2F;
}
.fc_form_tml input:not([type='submit']),
.fc_form_tml textarea:not([type='submit']),
.fc_form_tml input.styler:not([type='submit']),
.fc_form_tml textarea.styler:not([type='submit']),
.fc_form_tml input[type='text']:not([type='submit']),
.fc_form_tml textarea[type='text']:not([type='submit']),
.fc_form_tml input.styler[type='text']:not([type='submit']),
.fc_form_tml textarea.styler[type='text']:not([type='submit']),
.fc_form_tml input[type='email']:not([type='submit']),
.fc_form_tml textarea[type='email']:not([type='submit']),
.fc_form_tml input.styler[type='email']:not([type='submit']),
.fc_form_tml textarea.styler[type='email']:not([type='submit']),
.fc_form_tml input[type='password']:not([type='submit']),
.fc_form_tml textarea[type='password']:not([type='submit']),
.fc_form_tml input.styler[type='password']:not([type='submit']),
.fc_form_tml textarea.styler[type='password']:not([type='submit']) {
  border: 1px solid #CCCCCC;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: normal;
  border-radius: 0;
  background: #fff;
  max-width: 100%;
}
.fc_form_tml input[type='submit'],
.fc_form_tml button[type='submit'],
.fc_form_tml input.styler[type='submit'],
.fc_form_tml button.styler[type='submit'],
.fc_form_tml input[type='button'],
.fc_form_tml button[type='button'],
.fc_form_tml input.styler[type='button'],
.fc_form_tml button.styler[type='button'] {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 3px;
  border: none !important;
  text-shadow: none;
  font-weight: normal;
  background: #25B4B1;
  color: #fff;
  height: 37px;
}
.fc_form_tml input[type='submit']:hover,
.fc_form_tml button[type='submit']:hover,
.fc_form_tml input.styler[type='submit']:hover,
.fc_form_tml button.styler[type='submit']:hover,
.fc_form_tml input[type='button']:hover,
.fc_form_tml button[type='button']:hover,
.fc_form_tml input.styler[type='button']:hover,
.fc_form_tml button.styler[type='button']:hover {
  background: #334755;
  background-position: 0 0;
}
.fc_form_tml .group {
  width: 100%;
}
.fc_form_tml .group .fc_item:not(.fc_checkbox):not('.block') {
  width: 100%;
}
.fc_form_tml .group .fc_item:not(.fc_checkbox) .elem_item {
  width: 100%;
}
.fc_form_tml .group .fc_item:not(.fc_checkbox) .elem_item input,
.fc_form_tml .group .fc_item:not(.fc_checkbox) .elem_item textarea,
.fc_form_tml .group .fc_item:not(.fc_checkbox) .elem_item input.styler,
.fc_form_tml .group .fc_item:not(.fc_checkbox) .elem_item textarea.styler {
  width: 100%;
}
.fc_form_tml .group .fc_item.fc_checkbox {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fc_form_tml .group .fc_item.fc_checkbox .sector_title {
  -moz-flex: 1 auto;
  -ms-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
          flex: 1 auto;
  font-size: 12px;
}
.fc_form_tml input[type='text']:focus,
.fc_form_tml button[type='text']:focus,
.fc_form_tml input.styler[type='text']:focus,
.fc_form_tml button.styler[type='text']:focus,
.fc_form_tml input[type='email']:focus,
.fc_form_tml button[type='email']:focus,
.fc_form_tml input.styler[type='email']:focus,
.fc_form_tml button.styler[type='email']:focus,
.fc_form_tml input[type='password']:focus,
.fc_form_tml button[type='password']:focus,
.fc_form_tml input.styler[type='password']:focus,
.fc_form_tml button.styler[type='password']:focus {
  border-color: #334755;
}
.fc_form_tml input[type='submit'],
.fc_form_tml button[type='submit'],
.fc_form_tml input.styler[type='submit'],
.fc_form_tml button.styler[type='submit'],
.fc_form_tml input[type='button'],
.fc_form_tml button[type='button'],
.fc_form_tml input.styler[type='button'],
.fc_form_tml button.styler[type='button'] {
  background: #25B4B1;
  color: #fff;
}
.fc_form_tml input[type='submit']:hover,
.fc_form_tml button[type='submit']:hover,
.fc_form_tml input.styler[type='submit']:hover,
.fc_form_tml button.styler[type='submit']:hover,
.fc_form_tml input[type='button']:hover,
.fc_form_tml button[type='button']:hover,
.fc_form_tml input.styler[type='button']:hover,
.fc_form_tml button.styler[type='button']:hover {
  background: #334755;
}
.fc_form_tml textarea:focus,
.fc_form_tml textarea.styler:focus {
  border-color: #334755;
}
.fc_form_tml button[type='button'] {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}
.uss_form_tml {
  font-family: 'roboto';
}
.uss_form_tml label,
.uss_form_tml label.sector_title {
  font-family: 'roboto-medium';
  font-size: 15px;
  font-weight: normal;
  color: #2F2F2F;
}
.uss_form_tml input:not([type='submit']),
.uss_form_tml textarea:not([type='submit']),
.uss_form_tml input.styler:not([type='submit']),
.uss_form_tml textarea.styler:not([type='submit']),
.uss_form_tml input[type='text']:not([type='submit']),
.uss_form_tml textarea[type='text']:not([type='submit']),
.uss_form_tml input.styler[type='text']:not([type='submit']),
.uss_form_tml textarea.styler[type='text']:not([type='submit']),
.uss_form_tml input[type='email']:not([type='submit']),
.uss_form_tml textarea[type='email']:not([type='submit']),
.uss_form_tml input.styler[type='email']:not([type='submit']),
.uss_form_tml textarea.styler[type='email']:not([type='submit']),
.uss_form_tml input[type='password']:not([type='submit']),
.uss_form_tml textarea[type='password']:not([type='submit']),
.uss_form_tml input.styler[type='password']:not([type='submit']),
.uss_form_tml textarea.styler[type='password']:not([type='submit']) {
  border: 1px solid #CCCCCC;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: normal;
  border-radius: 0;
  background: #fff;
  max-width: 100%;
}
.uss_form_tml input[type='submit'],
.uss_form_tml button[type='submit'],
.uss_form_tml input.styler[type='submit'],
.uss_form_tml button.styler[type='submit'],
.uss_form_tml input[type='button'],
.uss_form_tml button[type='button'],
.uss_form_tml input.styler[type='button'],
.uss_form_tml button.styler[type='button'] {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 3px;
  border: none !important;
  text-shadow: none;
  font-weight: normal;
  background: #25B4B1;
  color: #fff;
  height: 37px;
}
.uss_form_tml input[type='submit']:hover,
.uss_form_tml button[type='submit']:hover,
.uss_form_tml input.styler[type='submit']:hover,
.uss_form_tml button.styler[type='submit']:hover,
.uss_form_tml input[type='button']:hover,
.uss_form_tml button[type='button']:hover,
.uss_form_tml input.styler[type='button']:hover,
.uss_form_tml button.styler[type='button']:hover {
  background: #334755;
  background-position: 0 0;
}
.uss_form_tml .group {
  width: 100%;
}
.uss_form_tml .group .fc_item:not(.fc_checkbox):not('.block') {
  width: 100%;
}
.uss_form_tml .group .fc_item:not(.fc_checkbox) .elem_item {
  width: 100%;
}
.uss_form_tml .group .fc_item:not(.fc_checkbox) .elem_item input,
.uss_form_tml .group .fc_item:not(.fc_checkbox) .elem_item textarea,
.uss_form_tml .group .fc_item:not(.fc_checkbox) .elem_item input.styler,
.uss_form_tml .group .fc_item:not(.fc_checkbox) .elem_item textarea.styler {
  width: 100%;
}
.uss_form_tml .group .fc_item.fc_checkbox {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.uss_form_tml .group .fc_item.fc_checkbox .sector_title {
  -moz-flex: 1 auto;
  -ms-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
          flex: 1 auto;
  font-size: 12px;
}
.uss_form_tml input[type='text']:focus,
.uss_form_tml button[type='text']:focus,
.uss_form_tml input.styler[type='text']:focus,
.uss_form_tml button.styler[type='text']:focus,
.uss_form_tml input[type='email']:focus,
.uss_form_tml button[type='email']:focus,
.uss_form_tml input.styler[type='email']:focus,
.uss_form_tml button.styler[type='email']:focus,
.uss_form_tml input[type='password']:focus,
.uss_form_tml button[type='password']:focus,
.uss_form_tml input.styler[type='password']:focus,
.uss_form_tml button.styler[type='password']:focus {
  border-color: #334755;
}
.uss_form_tml input[type='submit'],
.uss_form_tml button[type='submit'],
.uss_form_tml input.styler[type='submit'],
.uss_form_tml button.styler[type='submit'],
.uss_form_tml input[type='button'],
.uss_form_tml button[type='button'],
.uss_form_tml input.styler[type='button'],
.uss_form_tml button.styler[type='button'] {
  background: #25B4B1;
  color: #fff;
}
.uss_form_tml input[type='submit']:hover,
.uss_form_tml button[type='submit']:hover,
.uss_form_tml input.styler[type='submit']:hover,
.uss_form_tml button.styler[type='submit']:hover,
.uss_form_tml input[type='button']:hover,
.uss_form_tml button[type='button']:hover,
.uss_form_tml input.styler[type='button']:hover,
.uss_form_tml button.styler[type='button']:hover {
  background: #334755;
}
.uss_form_tml textarea:focus,
.uss_form_tml textarea.styler:focus {
  border-color: #334755;
}
.uss_form_tml button[type='button'] {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}
#loginForm {
  font-family: 'roboto';
}
#loginForm label,
#loginForm label.sector_title {
  font-family: 'roboto-medium';
  font-size: 15px;
  font-weight: normal;
  color: #2F2F2F;
}
#loginForm input:not([type='submit']),
#loginForm textarea:not([type='submit']),
#loginForm input.styler:not([type='submit']),
#loginForm textarea.styler:not([type='submit']),
#loginForm input[type='text']:not([type='submit']),
#loginForm textarea[type='text']:not([type='submit']),
#loginForm input.styler[type='text']:not([type='submit']),
#loginForm textarea.styler[type='text']:not([type='submit']),
#loginForm input[type='email']:not([type='submit']),
#loginForm textarea[type='email']:not([type='submit']),
#loginForm input.styler[type='email']:not([type='submit']),
#loginForm textarea.styler[type='email']:not([type='submit']),
#loginForm input[type='password']:not([type='submit']),
#loginForm textarea[type='password']:not([type='submit']),
#loginForm input.styler[type='password']:not([type='submit']),
#loginForm textarea.styler[type='password']:not([type='submit']) {
  border: 1px solid #CCCCCC;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: normal;
  border-radius: 0;
  background: #fff;
  max-width: 100%;
}
#loginForm input[type='submit'],
#loginForm button[type='submit'],
#loginForm input.styler[type='submit'],
#loginForm button.styler[type='submit'],
#loginForm input[type='button'],
#loginForm button[type='button'],
#loginForm input.styler[type='button'],
#loginForm button.styler[type='button'] {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 3px;
  border: none !important;
  text-shadow: none;
  font-weight: normal;
  background: #25B4B1;
  color: #fff;
  height: 37px;
}
#loginForm input[type='submit']:hover,
#loginForm button[type='submit']:hover,
#loginForm input.styler[type='submit']:hover,
#loginForm button.styler[type='submit']:hover,
#loginForm input[type='button']:hover,
#loginForm button[type='button']:hover,
#loginForm input.styler[type='button']:hover,
#loginForm button.styler[type='button']:hover {
  background: #334755;
  background-position: 0 0;
}
#loginForm .group {
  width: 100%;
}
#loginForm .group .fc_item:not(.fc_checkbox):not('.block') {
  width: 100%;
}
#loginForm .group .fc_item:not(.fc_checkbox) .elem_item {
  width: 100%;
}
#loginForm .group .fc_item:not(.fc_checkbox) .elem_item input,
#loginForm .group .fc_item:not(.fc_checkbox) .elem_item textarea,
#loginForm .group .fc_item:not(.fc_checkbox) .elem_item input.styler,
#loginForm .group .fc_item:not(.fc_checkbox) .elem_item textarea.styler {
  width: 100%;
}
#loginForm .group .fc_item.fc_checkbox {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#loginForm .group .fc_item.fc_checkbox .sector_title {
  -moz-flex: 1 auto;
  -ms-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
          flex: 1 auto;
  font-size: 12px;
}
#loginForm input[type='text']:focus,
#loginForm button[type='text']:focus,
#loginForm input.styler[type='text']:focus,
#loginForm button.styler[type='text']:focus,
#loginForm input[type='email']:focus,
#loginForm button[type='email']:focus,
#loginForm input.styler[type='email']:focus,
#loginForm button.styler[type='email']:focus,
#loginForm input[type='password']:focus,
#loginForm button[type='password']:focus,
#loginForm input.styler[type='password']:focus,
#loginForm button.styler[type='password']:focus {
  border-color: #334755;
}
#loginForm input[type='submit'],
#loginForm button[type='submit'],
#loginForm input.styler[type='submit'],
#loginForm button.styler[type='submit'],
#loginForm input[type='button'],
#loginForm button[type='button'],
#loginForm input.styler[type='button'],
#loginForm button.styler[type='button'] {
  background: #25B4B1;
  color: #fff;
}
#loginForm input[type='submit']:hover,
#loginForm button[type='submit']:hover,
#loginForm input.styler[type='submit']:hover,
#loginForm button.styler[type='submit']:hover,
#loginForm input[type='button']:hover,
#loginForm button[type='button']:hover,
#loginForm input.styler[type='button']:hover,
#loginForm button.styler[type='button']:hover {
  background: #334755;
}
#loginForm textarea:focus,
#loginForm textarea.styler:focus {
  border-color: #334755;
}
#loginForm button[type='button'] {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}
form[name='uss_block_filters'] {
  font-family: 'roboto';
}
form[name='uss_block_filters'] label,
form[name='uss_block_filters'] label.sector_title {
  font-family: 'roboto-medium';
  font-size: 15px;
  font-weight: normal;
  color: #2F2F2F;
}
form[name='uss_block_filters'] input:not([type='submit']),
form[name='uss_block_filters'] textarea:not([type='submit']),
form[name='uss_block_filters'] input.styler:not([type='submit']),
form[name='uss_block_filters'] textarea.styler:not([type='submit']),
form[name='uss_block_filters'] input[type='text']:not([type='submit']),
form[name='uss_block_filters'] textarea[type='text']:not([type='submit']),
form[name='uss_block_filters'] input.styler[type='text']:not([type='submit']),
form[name='uss_block_filters'] textarea.styler[type='text']:not([type='submit']),
form[name='uss_block_filters'] input[type='email']:not([type='submit']),
form[name='uss_block_filters'] textarea[type='email']:not([type='submit']),
form[name='uss_block_filters'] input.styler[type='email']:not([type='submit']),
form[name='uss_block_filters'] textarea.styler[type='email']:not([type='submit']),
form[name='uss_block_filters'] input[type='password']:not([type='submit']),
form[name='uss_block_filters'] textarea[type='password']:not([type='submit']),
form[name='uss_block_filters'] input.styler[type='password']:not([type='submit']),
form[name='uss_block_filters'] textarea.styler[type='password']:not([type='submit']) {
  border: 1px solid #CCCCCC;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: normal;
  border-radius: 0;
  background: #fff;
  max-width: 100%;
}
form[name='uss_block_filters'] input[type='submit'],
form[name='uss_block_filters'] button[type='submit'],
form[name='uss_block_filters'] input.styler[type='submit'],
form[name='uss_block_filters'] button.styler[type='submit'],
form[name='uss_block_filters'] input[type='button'],
form[name='uss_block_filters'] button[type='button'],
form[name='uss_block_filters'] input.styler[type='button'],
form[name='uss_block_filters'] button.styler[type='button'] {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 3px;
  border: none !important;
  text-shadow: none;
  font-weight: normal;
  background: #25B4B1;
  color: #fff;
  height: 37px;
}
form[name='uss_block_filters'] input[type='submit']:hover,
form[name='uss_block_filters'] button[type='submit']:hover,
form[name='uss_block_filters'] input.styler[type='submit']:hover,
form[name='uss_block_filters'] button.styler[type='submit']:hover,
form[name='uss_block_filters'] input[type='button']:hover,
form[name='uss_block_filters'] button[type='button']:hover,
form[name='uss_block_filters'] input.styler[type='button']:hover,
form[name='uss_block_filters'] button.styler[type='button']:hover {
  background: #334755;
  background-position: 0 0;
}
form[name='uss_block_filters'] .group {
  width: 100%;
}
form[name='uss_block_filters'] .group .fc_item:not(.fc_checkbox):not('.block') {
  width: 100%;
}
form[name='uss_block_filters'] .group .fc_item:not(.fc_checkbox) .elem_item {
  width: 100%;
}
form[name='uss_block_filters'] .group .fc_item:not(.fc_checkbox) .elem_item input,
form[name='uss_block_filters'] .group .fc_item:not(.fc_checkbox) .elem_item textarea,
form[name='uss_block_filters'] .group .fc_item:not(.fc_checkbox) .elem_item input.styler,
form[name='uss_block_filters'] .group .fc_item:not(.fc_checkbox) .elem_item textarea.styler {
  width: 100%;
}
form[name='uss_block_filters'] .group .fc_item.fc_checkbox {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
form[name='uss_block_filters'] .group .fc_item.fc_checkbox .sector_title {
  -moz-flex: 1 auto;
  -ms-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
          flex: 1 auto;
  font-size: 12px;
}
form[name='uss_block_filters'] input[type='text']:focus,
form[name='uss_block_filters'] button[type='text']:focus,
form[name='uss_block_filters'] input.styler[type='text']:focus,
form[name='uss_block_filters'] button.styler[type='text']:focus,
form[name='uss_block_filters'] input[type='email']:focus,
form[name='uss_block_filters'] button[type='email']:focus,
form[name='uss_block_filters'] input.styler[type='email']:focus,
form[name='uss_block_filters'] button.styler[type='email']:focus,
form[name='uss_block_filters'] input[type='password']:focus,
form[name='uss_block_filters'] button[type='password']:focus,
form[name='uss_block_filters'] input.styler[type='password']:focus,
form[name='uss_block_filters'] button.styler[type='password']:focus {
  border-color: #334755;
}
form[name='uss_block_filters'] input[type='submit'],
form[name='uss_block_filters'] button[type='submit'],
form[name='uss_block_filters'] input.styler[type='submit'],
form[name='uss_block_filters'] button.styler[type='submit'],
form[name='uss_block_filters'] input[type='button'],
form[name='uss_block_filters'] button[type='button'],
form[name='uss_block_filters'] input.styler[type='button'],
form[name='uss_block_filters'] button.styler[type='button'] {
  background: #25B4B1;
  color: #fff;
}
form[name='uss_block_filters'] input[type='submit']:hover,
form[name='uss_block_filters'] button[type='submit']:hover,
form[name='uss_block_filters'] input.styler[type='submit']:hover,
form[name='uss_block_filters'] button.styler[type='submit']:hover,
form[name='uss_block_filters'] input[type='button']:hover,
form[name='uss_block_filters'] button[type='button']:hover,
form[name='uss_block_filters'] input.styler[type='button']:hover,
form[name='uss_block_filters'] button.styler[type='button']:hover {
  background: #334755;
}
form[name='uss_block_filters'] textarea:focus,
form[name='uss_block_filters'] textarea.styler:focus {
  border-color: #334755;
}
form[name='uss_block_filters'] button[type='button'] {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}
/*//*/
/*Blocks*/
/*//*/
/*//*/
/*Blocks*/
/*//*/
/*//*/
/*//*/
/*Catergories*/
/*//*/
/*//*/
/*Catergories*/
/*//*/
/*Other*/
.jq-radio,
.jq-radio * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/*Other end*/
.container .aside {
  width: 280px;
}
.container .aside.aside-left {
  float: left;
  margin-right: 31px;
}
.container .aside.aside-right {
  float: right;
  margin-left: 31px;
}
.container .content {
  overflow: hidden;
}
.container strong {
  font-family: 'roboto-medium';
  font-weight: normal;
}
.content h1 {
  font-size: 33px;
  color: #2F2F2F;
  font-weight: normal;
  line-height: 1;
}
.content .uss_faq_item {
  width: 99%;
}
.uss_shop_blocks_view {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.uss_shop_blocks_view ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.uss_shop_blocks_view ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.uss_shop_blocks_view .uss_eshop_item {
  border: 1px solid #E5E5E5;
  margin-bottom: 17px;
  padding: 0 0 24px 0;
  max-width: calc( (100% -  ( (3 - 1) * 20px ) ) / 3);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: border-color 0.15s ease-in;
  -o-transition: border-color 0.15s ease-in;
  transition: border-color 0.15s ease-in;
}
.uss_shop_blocks_view .uss_eshop_item > *:not(.img):not(.image):not(.uss_catalog_info) {
  padding-left: 24px;
  padding-right: 24px;
}
.uss_shop_blocks_view .uss_eshop_item .posimg_item {
  border: none;
  float: none;
  margin: 0 auto 21px auto;
  max-width: 100%;
}
.uss_shop_blocks_view .uss_eshop_item .posimg_item a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_name {
  color: #2F2F2F;
  font-size: 15px;
  font-weight: normal;
  height: 4.8em;
  overflow: hidden;
  line-height: 1.6;
  margin: 0 0 18px 0;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_name a {
  color: inherit;
  text-decoration: none;
  display: block;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_name:hover {
  color: #1CA09D;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_description {
  margin-bottom: 18px;
  font-size: 12px;
  color: #6A747C;
  -moz-flex: 1 auto;
  -ms-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
          flex: 1 auto;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_price span,
.uss_shop_blocks_view .uss_eshop_item .uss_shop_price div {
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  background: none !important;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_price span.actual_price,
.uss_shop_blocks_view .uss_eshop_item .uss_shop_price div.actual_price,
.uss_shop_blocks_view .uss_eshop_item .uss_shop_price span.price,
.uss_shop_blocks_view .uss_eshop_item .uss_shop_price div.price {
  color: #2F2F2F;
  font-size: 18px;
  font-weight: bold;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_price span.old_price,
.uss_shop_blocks_view .uss_eshop_item .uss_shop_price div.old_price {
  font-size: 14px;
  color: #8C8C8C;
  margin: 0 0 3px 0 !important;
  font-weight: normal !important;
  font-family: 'roboto-medium';
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_price span em.price_zero_class,
.uss_shop_blocks_view .uss_eshop_item .uss_shop_price div em.price_zero_class {
  font-size: 12px;
  display: block;
  white-space: normal;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_price + a.add_to_cart {
  margin-top: 6px;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_by {
  margin: 0 0 0 0 !important;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_by.uss_shop_buy_one_click {
  margin-top: 16px !important;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_by a.add_to_cart {
  min-width: 105px;
  min-height: 37px;
  display: inline-block;
  padding: 10px 7px 11px;
  font-size: 14px;
  color: #fff;
  background-color: #25B4B1;
  background-position: 17px center;
  background-repeat: no-repeat;
  text-decoration: none !important;
  border-radius: 3px;
  text-align: left;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_by a.add_to_cart:not(.already_in_cart) {
  padding-left: 42px;
  background-image: url('../img/btn-buy.png');
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_by a.add_to_cart:hover {
  background-color: #334755;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_by a.add_to_cart.already_in_cart {
  background-color: #334755;
  background-image: none !important;
  text-align: center;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_producer {
  line-height: 20px;
  font-size: 12px;
  color: #6A747C;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_producer label.items_label,
.uss_shop_blocks_view .uss_eshop_item .uss_shop_producer strong,
.uss_shop_blocks_view .uss_eshop_item .uss_shop_producer .title {
  font-size: 12px;
  color: inherit;
  font-weight: normal;
  margin-right: 5px;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_producer strong {
  display: inline-block;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_producer .value {
  font-family: 'roboto-medium';
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_uid {
  line-height: 20px;
  font-size: 12px;
  color: #6A747C;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_uid label.items_label,
.uss_shop_blocks_view .uss_eshop_item .uss_shop_uid strong,
.uss_shop_blocks_view .uss_eshop_item .uss_shop_uid .title {
  font-size: 12px;
  color: inherit;
  font-weight: normal;
  margin-right: 5px;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_uid strong {
  display: inline-block;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_uid .value {
  font-family: 'roboto-medium';
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_amount_left {
  line-height: 20px;
  font-size: 12px;
  color: #6A747C;
  clear: both;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_amount_left label.items_label,
.uss_shop_blocks_view .uss_eshop_item .uss_shop_amount_left strong,
.uss_shop_blocks_view .uss_eshop_item .uss_shop_amount_left .title {
  font-size: 12px;
  color: inherit;
  font-weight: normal;
  margin-right: 5px;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_amount_left strong {
  display: inline-block;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_amount_left .value {
  font-family: 'roboto-medium';
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_uid {
  line-height: 20px;
  font-size: 12px;
  color: #6A747C;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_uid label.items_label,
.uss_shop_blocks_view .uss_eshop_item .uss_shop_uid strong,
.uss_shop_blocks_view .uss_eshop_item .uss_shop_uid .title {
  font-size: 12px;
  color: inherit;
  font-weight: normal;
  margin-right: 5px;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_uid strong {
  display: inline-block;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_uid .value {
  font-family: 'roboto-medium';
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_linktomore {
  line-height: 20px;
  font-size: 12px;
  color: #6A747C;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_linktomore label.items_label,
.uss_shop_blocks_view .uss_eshop_item .uss_shop_linktomore strong,
.uss_shop_blocks_view .uss_eshop_item .uss_shop_linktomore .title {
  font-size: 12px;
  color: inherit;
  font-weight: normal;
  margin-right: 5px;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_linktomore strong {
  display: inline-block;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_linktomore .value {
  font-family: 'roboto-medium';
}
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_area {
  margin-top: 0 !important;
}
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_area .eshop_filters_items .eshop_filters_item {
  line-height: 20px;
  font-size: 12px;
  color: #6A747C;
}
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_area .eshop_filters_items .eshop_filters_item label.items_label,
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_area .eshop_filters_items .eshop_filters_item strong,
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_area .eshop_filters_items .eshop_filters_item .title {
  font-size: 12px;
  color: inherit;
  font-weight: normal;
  margin-right: 5px;
}
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_area .eshop_filters_items .eshop_filters_item strong {
  display: inline-block;
}
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_area .eshop_filters_items .eshop_filters_item .value {
  font-family: 'roboto-medium';
}
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_area {
  -moz-flex: 1 auto;
  -ms-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
          flex: 1 auto;
}
.uss_shop_blocks_view .uss_eshop_item .uss_price_buy_btn_block {
  margin-top: 0.8em;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.uss_shop_blocks_view .uss_eshop_item .uss_price_buy_btn_block > * {
  margin: 0 0 10px 0;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_btns {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
  clear: both;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_btns .uss_basket_loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_btns .uss_compare_by {
  -moz-flex: 1 auto;
  -ms-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
          flex: 1 auto;
  min-height: 37px;
  position: relative;
  background: #F0F2F3;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_btns .uss_compare_by a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  min-height: 37px;
  text-indent: -9999px;
  height: 37px;
  display: inline-block;
  background: url(../img/compare-icon-list.png) center no-repeat;
  width: 100%;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_btns .uss_compare_by:hover {
  background: #212121;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_btns .uss_compare_by:hover a {
  background-image: url(../img/compare-icon-list-active.png);
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_btns .uss_compare_by a.already_in_compare {
  background-color: #212121;
  background-image: url(../img/compare-icon-list-active.png) !important;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_btns .uss_shop_put_wrap {
  -moz-flex: 1 auto;
  -ms-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
          flex: 1 auto;
  margin-left: 11px;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_btns .uss_shop_put_wrap .uss_shop_put {
  width: 100%;
  min-height: 37px;
  position: relative;
  background: #F0F2F3;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_btns .uss_shop_put_wrap .uss_shop_put a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  min-height: 37px;
  text-indent: -9999px;
  height: 37px;
  display: inline-block;
  background: url(../img/put-icon-list.png) center no-repeat;
  width: 100%;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_btns .uss_shop_put_wrap .uss_shop_put a.already_in_wish {
  background-color: black;
  background: url(../img/put-icon-list-active.png) center no-repeat, #212121;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_btns .uss_shop_put_wrap .uss_shop_put:hover {
  background: #212121;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_btns .uss_shop_put_wrap .uss_shop_put:hover a {
  background: url(../img/put-icon-list-active.png) center no-repeat;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_btns .uss_shop_put_wrap .uss_shop_put:hover a:hover {
  background-color: transparent !important;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_btns .uss_shop_by {
  -moz-flex: 1 auto;
  -ms-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
          flex: 1 auto;
  margin: 0 0 0 11px !important;
  min-height: 37px;
  position: relative;
  background: #F0F2F3;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_btns .uss_shop_by a.add_to_cart {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  min-width: auto;
  padding: 0 !important;
  text-indent: -9999px;
  height: 37px;
  display: inline-block;
  background: url(../img/fast-buy-icon-list.png) center no-repeat;
  width: 100%;
  float: none !important;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_btns .uss_shop_by:hover {
  background: #212121;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_btns .uss_shop_by:hover a {
  background: url(../img/fast-buy-icon-list-active.png) center no-repeat;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_btns .uss_shop_by:hover a:hover {
  background-color: transparent !important;
}
.uss_shop_blocks_view .uss_eshop_item.order_many {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.uss_shop_blocks_view .uss_eshop_item.order_many .uss_eshop_amount_block {
  padding-top: 7px;
  padding-bottom: 8px;
}
.uss_shop_blocks_view .uss_eshop_item.order_many .amount_title {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  font-size: 15px;
}
.uss_shop_blocks_view .uss_eshop_item.order_many .basket_amount_class {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  margin: 0 0 0 0;
  width: 40px;
  font-family: 'roboto';
  font-size: 13px;
  padding-left: 5px;
  padding-right: 5px;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #A9A9A9;
  text-align: center;
}
.uss_shop_blocks_view .uss_eshop_item.order_many .basket_amount_class:focus {
  border-color: #25B4B1;
}
.uss_shop_blocks_view .uss_eshop_item.order_many .uss_eshop_amount_block {
  margin: 0 0 0 0;
  display: inline-block;
  vertical-align: middle;
}
.uss_shop_blocks_view .uss_eshop_item.order_many .uss_eshop_amount_block + .add_to_cart {
  display: inline-block;
  vertical-align: middle;
}
.uss_shop_blocks_view .uss_eshop_item.order_many .amount_title {
  margin-bottom: 0;
}
.uss_shop_blocks_view .uss_eshop_item.order_many .basket_amount_class {
  margin-bottom: 0;
}
.uss_shop_blocks_view .uss_eshop_item.order_many .add_to_cart {
  display: inline-block;
  vertical-align: middle;
  float: none !important;
  margin-bottom: 0;
}
.uss_shop_blocks_view .uss_eshop_item.order_many > .uss_shop_by:not(.uss_shop_buy_one_click) {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.uss_shop_blocks_view .uss_eshop_item.order_one .uss_shop_by a.add_to_cart {
  margin-bottom: 14px;
}
.uss_shop_blocks_view .uss_eshop_item.with_btns .uss_shop_by a.add_to_cart.already_in_cart {
  width: 100%;
}
.uss_eshop_block_item,
.items .uss_eshop_block_item,
.uss_shop_list_view .uss_eshop_item {
  border: 1px solid #E5E5E5;
  margin-bottom: 17px;
  padding: 0 0 24px 0;
  max-width: calc( (100% -  ( (3 - 1) * 20px ) ) / 3);
  max-width: none;
  zoom: 1;
}
.uss_eshop_block_item > *:not(.img):not(.image):not(.uss_catalog_info),
.items .uss_eshop_block_item > *:not(.img):not(.image):not(.uss_catalog_info),
.uss_shop_list_view .uss_eshop_item > *:not(.img):not(.image):not(.uss_catalog_info) {
  padding-left: 24px;
  padding-right: 24px;
}
.uss_eshop_block_item:before,
.items .uss_eshop_block_item:before,
.uss_shop_list_view .uss_eshop_item:before,
.uss_eshop_block_item:after,
.items .uss_eshop_block_item:after,
.uss_shop_list_view .uss_eshop_item:after {
  content: "";
  display: table;
}
.uss_eshop_block_item:after,
.items .uss_eshop_block_item:after,
.uss_shop_list_view .uss_eshop_item:after {
  clear: both;
}
.uss_eshop_block_item .img,
.items .uss_eshop_block_item .img,
.uss_shop_list_view .uss_eshop_item .img {
  border: none;
  float: none;
  margin: 0 auto 21px auto;
  max-width: 100%;
}
.uss_eshop_block_item .img a img,
.items .uss_eshop_block_item .img a img,
.uss_shop_list_view .uss_eshop_item .img a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.uss_eshop_block_item .uss_shop_name,
.items .uss_eshop_block_item .uss_shop_name,
.uss_shop_list_view .uss_eshop_item .uss_shop_name {
  color: #2F2F2F;
  font-size: 15px;
  font-weight: normal;
  height: 4.8em;
  overflow: hidden;
  line-height: 1.6;
  margin: 0 0 18px 0;
}
.uss_eshop_block_item .uss_shop_name a,
.items .uss_eshop_block_item .uss_shop_name a,
.uss_shop_list_view .uss_eshop_item .uss_shop_name a {
  color: inherit;
  text-decoration: none;
  display: block;
}
.uss_eshop_block_item .uss_shop_name:hover,
.items .uss_eshop_block_item .uss_shop_name:hover,
.uss_shop_list_view .uss_eshop_item .uss_shop_name:hover {
  color: #1CA09D;
}
.uss_eshop_block_item .uss_shop_price,
.items .uss_eshop_block_item .uss_shop_price,
.uss_shop_list_view .uss_eshop_item .uss_shop_price {
  min-height: 43px;
  /*float: left;*/
}
.uss_eshop_block_item .uss_shop_price span,
.items .uss_eshop_block_item .uss_shop_price span,
.uss_shop_list_view .uss_eshop_item .uss_shop_price span,
.uss_eshop_block_item .uss_shop_price div,
.items .uss_eshop_block_item .uss_shop_price div,
.uss_shop_list_view .uss_eshop_item .uss_shop_price div {
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  background: none !important;
}
.uss_eshop_block_item .uss_shop_price span.actual_price,
.items .uss_eshop_block_item .uss_shop_price span.actual_price,
.uss_shop_list_view .uss_eshop_item .uss_shop_price span.actual_price,
.uss_eshop_block_item .uss_shop_price div.actual_price,
.items .uss_eshop_block_item .uss_shop_price div.actual_price,
.uss_shop_list_view .uss_eshop_item .uss_shop_price div.actual_price,
.uss_eshop_block_item .uss_shop_price span.price,
.items .uss_eshop_block_item .uss_shop_price span.price,
.uss_shop_list_view .uss_eshop_item .uss_shop_price span.price,
.uss_eshop_block_item .uss_shop_price div.price,
.items .uss_eshop_block_item .uss_shop_price div.price,
.uss_shop_list_view .uss_eshop_item .uss_shop_price div.price {
  color: #2F2F2F;
  font-size: 18px;
  font-weight: bold;
}
.uss_eshop_block_item .uss_shop_price span.old_price,
.items .uss_eshop_block_item .uss_shop_price span.old_price,
.uss_shop_list_view .uss_eshop_item .uss_shop_price span.old_price,
.uss_eshop_block_item .uss_shop_price div.old_price,
.items .uss_eshop_block_item .uss_shop_price div.old_price,
.uss_shop_list_view .uss_eshop_item .uss_shop_price div.old_price {
  font-size: 14px;
  color: #8C8C8C;
  margin: 0 0 3px 0 !important;
  font-weight: normal !important;
  font-family: 'roboto-medium';
}
.uss_eshop_block_item .uss_shop_price span em.price_zero_class,
.items .uss_eshop_block_item .uss_shop_price span em.price_zero_class,
.uss_shop_list_view .uss_eshop_item .uss_shop_price span em.price_zero_class,
.uss_eshop_block_item .uss_shop_price div em.price_zero_class,
.items .uss_eshop_block_item .uss_shop_price div em.price_zero_class,
.uss_shop_list_view .uss_eshop_item .uss_shop_price div em.price_zero_class {
  font-size: 12px;
  display: block;
  white-space: normal;
}
.uss_eshop_block_item .uss_shop_price + a.add_to_cart,
.items .uss_eshop_block_item .uss_shop_price + a.add_to_cart,
.uss_shop_list_view .uss_eshop_item .uss_shop_price + a.add_to_cart {
  margin-top: 6px;
}
.uss_eshop_block_item a.add_to_cart,
.items .uss_eshop_block_item a.add_to_cart,
.uss_shop_list_view .uss_eshop_item a.add_to_cart {
  min-width: 105px;
  min-height: 37px;
  display: inline-block;
  padding: 10px 7px 11px;
  font-size: 14px;
  color: #fff;
  background-color: #25B4B1;
  background-position: 17px center;
  background-repeat: no-repeat;
  text-decoration: none !important;
  border-radius: 3px;
  text-align: left;
}
.uss_eshop_block_item a.add_to_cart:not(.already_in_cart),
.items .uss_eshop_block_item a.add_to_cart:not(.already_in_cart),
.uss_shop_list_view .uss_eshop_item a.add_to_cart:not(.already_in_cart) {
  padding-left: 42px;
  background-image: url('../img/btn-buy.png');
}
.uss_eshop_block_item a.add_to_cart:hover,
.items .uss_eshop_block_item a.add_to_cart:hover,
.uss_shop_list_view .uss_eshop_item a.add_to_cart:hover {
  background-color: #334755;
}
.uss_eshop_block_item a.add_to_cart.already_in_cart,
.items .uss_eshop_block_item a.add_to_cart.already_in_cart,
.uss_shop_list_view .uss_eshop_item a.add_to_cart.already_in_cart {
  background-color: #334755;
  background-image: none !important;
  text-align: center;
}
.uss_eshop_block_item a.add_to_cart.already_in_cart,
.items .uss_eshop_block_item a.add_to_cart.already_in_cart,
.uss_shop_list_view .uss_eshop_item a.add_to_cart.already_in_cart {
  background-image: none !important;
  text-align: left;
  padding-left: 10px;
}
.uss_eshop_block_item .uss_shop_description,
.items .uss_eshop_block_item .uss_shop_description,
.uss_shop_list_view .uss_eshop_item .uss_shop_description {
  margin-bottom: 18px;
  font-size: 12px;
  color: #6A747C;
}
.uss_eshop_block_item.order_many .uss_shop_price,
.items .uss_eshop_block_item.order_many .uss_shop_price,
.uss_shop_list_view .uss_eshop_item.order_many .uss_shop_price {
  float: none !important;
}
.uss_eshop_block_item.order_many .uss_eshop_amount_block,
.items .uss_eshop_block_item.order_many .uss_eshop_amount_block,
.uss_shop_list_view .uss_eshop_item.order_many .uss_eshop_amount_block {
  padding-top: 7px;
  padding-bottom: 8px;
}
.uss_eshop_block_item.order_many .amount_title,
.items .uss_eshop_block_item.order_many .amount_title,
.uss_shop_list_view .uss_eshop_item.order_many .amount_title {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  font-size: 15px;
}
.uss_eshop_block_item.order_many .basket_amount_class,
.items .uss_eshop_block_item.order_many .basket_amount_class,
.uss_shop_list_view .uss_eshop_item.order_many .basket_amount_class {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  margin: 0 0 0 0;
  width: 40px;
  font-family: 'roboto';
  font-size: 13px;
  padding-left: 5px;
  padding-right: 5px;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #A9A9A9;
  text-align: center;
}
.uss_eshop_block_item.order_many .basket_amount_class:focus,
.items .uss_eshop_block_item.order_many .basket_amount_class:focus,
.uss_shop_list_view .uss_eshop_item.order_many .basket_amount_class:focus {
  border-color: #25B4B1;
}
.uss_eshop_block_item.order_many .uss_eshop_amount_block,
.items .uss_eshop_block_item.order_many .uss_eshop_amount_block,
.uss_shop_list_view .uss_eshop_item.order_many .uss_eshop_amount_block {
  margin: 0 0 0 0;
  display: inline-block;
  vertical-align: middle;
}
.uss_eshop_block_item.order_many .uss_eshop_amount_block + .add_to_cart,
.items .uss_eshop_block_item.order_many .uss_eshop_amount_block + .add_to_cart,
.uss_shop_list_view .uss_eshop_item.order_many .uss_eshop_amount_block + .add_to_cart {
  display: inline-block;
  vertical-align: middle;
}
.uss_eshop_block_item.order_one .uss_shop_by a.add_to_cart,
.items .uss_eshop_block_item.order_one .uss_shop_by a.add_to_cart,
.uss_shop_list_view .uss_eshop_item.order_one .uss_shop_by a.add_to_cart {
  float: none !important;
}
.uss_shoppos_table .uss_eshop_item .img {
  border: none;
  float: none;
  margin: 0 auto 21px auto;
  max-width: 100%;
}
.uss_shoppos_table .uss_eshop_item .img a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.uss_shoppos_table .uss_eshop_item .uss_shop_name {
  color: #2F2F2F;
  font-size: 15px;
  font-weight: normal;
  height: 4.8em;
  overflow: hidden;
  line-height: 1.6;
  margin: 0 0 18px 0;
}
.uss_shoppos_table .uss_eshop_item .uss_shop_name a {
  color: inherit;
  text-decoration: none;
  display: block;
}
.uss_shoppos_table .uss_eshop_item .uss_shop_name:hover {
  color: #1CA09D;
}
.uss_shoppos_table .uss_eshop_item .uss_shop_price {
  /*float: left;*/
}
.uss_shoppos_table .uss_eshop_item .uss_shop_price span,
.uss_shoppos_table .uss_eshop_item .uss_shop_price div {
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  background: none !important;
}
.uss_shoppos_table .uss_eshop_item .uss_shop_price span.actual_price,
.uss_shoppos_table .uss_eshop_item .uss_shop_price div.actual_price,
.uss_shoppos_table .uss_eshop_item .uss_shop_price span.price,
.uss_shoppos_table .uss_eshop_item .uss_shop_price div.price {
  color: #2F2F2F;
  font-size: 18px;
  font-weight: bold;
}
.uss_shoppos_table .uss_eshop_item .uss_shop_price span.old_price,
.uss_shoppos_table .uss_eshop_item .uss_shop_price div.old_price {
  font-size: 14px;
  color: #8C8C8C;
  margin: 0 0 3px 0 !important;
  font-weight: normal !important;
  font-family: 'roboto-medium';
}
.uss_shoppos_table .uss_eshop_item .uss_shop_price span em.price_zero_class,
.uss_shoppos_table .uss_eshop_item .uss_shop_price div em.price_zero_class {
  font-size: 12px;
  display: block;
  white-space: normal;
}
.uss_shoppos_table .uss_eshop_item .uss_shop_price + a.add_to_cart {
  margin-top: 6px;
}
.uss_shoppos_table .uss_eshop_item a.add_to_cart {
  min-width: 105px;
  min-height: 37px;
  display: inline-block;
  padding: 10px 7px 11px;
  font-size: 14px;
  color: #fff;
  background-color: #25B4B1;
  background-position: 17px center;
  background-repeat: no-repeat;
  text-decoration: none !important;
  border-radius: 3px;
  text-align: left;
  display: block;
  white-space: nowrap !important;
  margin-bottom: 5px;
  padding: 9px 7px 7px;
  padding-left: 27px !important;
  background-position: 5px center !important;
}
.uss_shoppos_table .uss_eshop_item a.add_to_cart:not(.already_in_cart) {
  padding-left: 42px;
  background-image: url('../img/btn-buy.png');
}
.uss_shoppos_table .uss_eshop_item a.add_to_cart:hover {
  background-color: #334755;
}
.uss_shoppos_table .uss_eshop_item a.add_to_cart.already_in_cart {
  background-color: #334755;
  background-image: none !important;
  text-align: center;
}
.uss_shoppos_table .uss_eshop_item a.add_to_cart.already_in_cart {
  background-image: none !important;
  text-align: left;
  padding-left: 10px !important;
}
.uss_shoppos_table .uss_eshop_item.order_many .uss_shop_price {
  float: none !important;
}
.uss_shoppos_table .uss_eshop_item.order_many .uss_eshop_amount_block {
  padding-top: 7px;
  padding-bottom: 8px;
}
.uss_shoppos_table .uss_eshop_item.order_many .amount_title {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  font-size: 15px;
}
.uss_shoppos_table .uss_eshop_item.order_many .basket_amount_class {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  margin: 0 0 0 0;
  width: 40px;
  font-family: 'roboto';
  font-size: 13px;
  padding-left: 5px;
  padding-right: 5px;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #A9A9A9;
  text-align: center;
}
.uss_shoppos_table .uss_eshop_item.order_many .basket_amount_class:focus {
  border-color: #25B4B1;
}
.uss_shoppos_table .uss_eshop_item.order_many .uss_eshop_amount_block {
  margin: 0 0 0 0;
  display: inline-block;
  vertical-align: middle;
}
.uss_shoppos_table .uss_eshop_item.order_many .uss_eshop_amount_block + .add_to_cart {
  display: inline-block;
  vertical-align: middle;
}
.uss_shoppos_table .uss_eshop_item.order_one .uss_shop_by a.add_to_cart {
  float: none !important;
}
.uss_shop_list_view_item .uss_shop_technical_data .uss_compare_by {
  height: 37px;
  position: relative;
  background: #F0F2F3;
  display: inline-block;
}
.uss_shop_list_view_item .uss_shop_technical_data .uss_compare_by a {
  min-height: 37px;
  height: 37px;
  display: inline-block;
  background: url(../img/compare.png) 21px center no-repeat;
  width: 100%;
  padding: 8px 10px 0 42px;
}
.uss_shop_list_view_item .uss_shop_technical_data .uss_compare_by:hover {
  background: #212121;
}
.uss_shop_list_view_item .uss_shop_technical_data .uss_compare_by:hover a {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
.uss_shop_list_view_item .uss_shop_technical_data .uss_compare_by:hover a:hover {
  background-color: transparent !important;
}
.uss_shop_list_view_item .uss_shop_technical_data .uss_compare_by a.already_in_compare {
  -webkit-filter: brightness(100);
          filter: brightness(100);
  background-color: black;
}
.uss_shop_list_view_item .uss_shop_technical_data .uss_shop_put_wrap {
  display: inline-block;
}
.uss_shop_list_view_item .uss_shop_technical_data .uss_shop_put_wrap .uss_shop_put {
  width: 100%;
  height: 37px;
  display: inline-block;
  position: relative;
  background: #F0F2F3;
}
.uss_shop_list_view_item .uss_shop_technical_data .uss_shop_put_wrap .uss_shop_put a {
  min-height: 37px;
  height: 37px;
  display: inline-block;
  background: url(../img/put-icon-list.png) 16px center no-repeat;
  width: 100%;
  padding: 8px 10px 0 42px;
  text-decoration: none;
  color: #1CA09D;
}
.uss_shop_list_view_item .uss_shop_technical_data .uss_shop_put_wrap .uss_shop_put a.already_in_wish {
  background-color: black;
}
.uss_shop_list_view_item .uss_shop_technical_data .uss_shop_put_wrap .uss_shop_put:hover {
  background: #212121;
}
.uss_shop_list_view_item .uss_shop_technical_data .uss_shop_put_wrap .uss_shop_put:hover a {
  background-image: url(../img/put-icon-list-active.png);
  color: #fff;
}
.uss_shop_list_view_item .uss_shop_technical_data .uss_shop_price {
  margin: 0 0 10px 0 !important;
  display: block;
  float: none;
}
.uss_shop_list_view_item .uss_shop_technical_data .uss_shop_price span,
.uss_shop_list_view_item .uss_shop_technical_data .uss_shop_price div {
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  background: none !important;
}
.uss_shop_list_view_item .uss_shop_technical_data .uss_shop_price span.actual_price,
.uss_shop_list_view_item .uss_shop_technical_data .uss_shop_price div.actual_price,
.uss_shop_list_view_item .uss_shop_technical_data .uss_shop_price span.price,
.uss_shop_list_view_item .uss_shop_technical_data .uss_shop_price div.price {
  color: #2F2F2F;
  font-size: 18px;
  font-weight: bold;
}
.uss_shop_list_view_item .uss_shop_technical_data .uss_shop_price span.old_price,
.uss_shop_list_view_item .uss_shop_technical_data .uss_shop_price div.old_price {
  font-size: 14px;
  color: #8C8C8C;
  margin: 0 0 3px 0 !important;
  font-weight: normal !important;
  font-family: 'roboto-medium';
}
.uss_shop_list_view_item .uss_shop_technical_data .uss_shop_price span em.price_zero_class,
.uss_shop_list_view_item .uss_shop_technical_data .uss_shop_price div em.price_zero_class {
  font-size: 12px;
  display: block;
  white-space: normal;
}
.uss_shop_list_view_item .uss_shop_technical_data .uss_shop_price + a.add_to_cart {
  margin-top: 6px;
}
.uss_shop_list_view_item .uss_shop_technical_data .uss_shop_by .uss_eshop_amount_block + a.add_to_cart:not(.buy_one_click) {
  margin-left: 11px;
}
.uss_shop_list_view_item .uss_shop_technical_data .uss_shop_by a.add_to_cart:not(.buy_one_click) {
  color: #fff;
  background-color: #25B4B1;
  background-position: 17px center;
  background-repeat: no-repeat;
  text-decoration: none !important;
  border-radius: 3px;
  text-align: left;
  min-width: 105px;
  min-height: 37px;
  display: inline-block;
  padding: 10px 7px 11px;
  font-size: 14px;
}
.uss_shop_list_view_item .uss_shop_technical_data .uss_shop_by a.add_to_cart:not(.buy_one_click):not(.already_in_cart) {
  padding-left: 42px;
  background-image: url('../img/btn-buy.png');
}
.uss_shop_list_view_item .uss_shop_technical_data .uss_shop_by a.add_to_cart:not(.buy_one_click):hover {
  background-color: #334755;
}
.uss_shop_list_view_item .uss_shop_technical_data .uss_shop_by a.add_to_cart:not(.buy_one_click).already_in_cart {
  background-color: #334755;
  background-image: none !important;
  text-align: center;
}
.uss_shop_list_view_item .uss_shop_technical_data .uss_shop_by a.add_to_cart.buy_one_click {
  margin: 0 0 0 0 !important;
  position: relative;
  min-width: auto;
  height: 37px;
  display: inline-block;
  background: url(../img/fast-buy.png) 16px center no-repeat;
  float: none !important;
  background-color: #F0F2F3 !important;
  padding: 8px 10px 0 42px;
  text-decoration: none;
  color: #1CA09D;
}
.uss_shop_list_view_item .uss_shop_technical_data .uss_shop_by a.add_to_cart.buy_one_click:hover a:hover {
  background-color: transparent !important;
}
.uss_shop_list_view_item .uss_shop_technical_data .uss_shop_btns {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}
.uss_shop_list_view_item .uss_shop_technical_data .uss_shop_btns > div + div {
  margin: 0 0 0 11px !important;
}
.uss_shop_list_view_item .uss_shop_technical_data .uss_shop_btns .uss_shop_by {
  margin: 0 0 0 11px !important;
  width: 37px;
  height: 37px;
  display: inline-block;
}
.uss_shop_list_view_item .uss_shop_technical_data .uss_shop_btns .uss_shop_by a.add_to_cart {
  width: 37px;
  height: 37px;
  margin: 0 !important;
  border-radius: 0;
}
.uss_shop_list_view_item .uss_shop_technical_data .uss_shop_btns .uss_shop_by:hover {
  background: #212121;
}
.uss_shop_list_view_item .uss_shop_technical_data .uss_shop_btns .uss_shop_by:hover a {
  -webkit-filter: brightness(100);
          filter: brightness(100);
  background-color: transparent !important;
}
.uss_shop_list_view_item .uss_shop_technical_data .uss_shop_btns .uss_shop_by:hover a:hover {
  -webkit-filter: brightness(100);
          filter: brightness(100);
  background-color: transparent !important;
}
.h_op {
  font-weight: normal;
  background: #F0F2F3;
  padding: 17px 31px 16px 31px;
  font-size: 17px;
  font-family: 'roboto-medium';
  color: #2F2F2F;
  display: block;
  margin-bottom: 31px;
  border-radius: 4px 4px 0 0;
  position: relative;
}
.uss_eshop_sameproducts.blocks {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.uss_eshop_sameproducts.blocks ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.uss_eshop_sameproducts.blocks ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.uss_eshop_sameproducts.blocks .item {
  border: 1px solid #E5E5E5;
  margin-bottom: 17px;
  padding: 0 0 24px 0;
  max-width: calc( (100% -  ( (3 - 1) * 20px ) ) / 3);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-right: 0;
}
.uss_eshop_sameproducts.blocks .item > *:not(.img):not(.image):not(.uss_catalog_info) {
  padding-left: 24px;
  padding-right: 24px;
}
.uss_eshop_sameproducts.blocks .item .imageWrap {
  border: none;
  float: none;
  margin: 0 auto 21px auto;
  max-width: 100%;
}
.uss_eshop_sameproducts.blocks .item .imageWrap a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.uss_eshop_sameproducts.blocks .item .info .title {
  color: #2F2F2F;
  font-size: 15px;
  font-weight: normal;
  height: 4.8em;
  overflow: hidden;
  line-height: 1.6;
  margin: 0 0 18px 0;
}
.uss_eshop_sameproducts.blocks .item .info .title a {
  color: inherit;
  text-decoration: none;
  display: block;
}
.uss_eshop_sameproducts.blocks .item .info .title:hover {
  color: #1CA09D;
}
.uss_eshop_sameproducts.blocks .item .info .price {
  float: none !important;
}
.uss_eshop_sameproducts.blocks .item .info .price span,
.uss_eshop_sameproducts.blocks .item .info .price div {
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  background: none !important;
}
.uss_eshop_sameproducts.blocks .item .info .price span.actual_price,
.uss_eshop_sameproducts.blocks .item .info .price div.actual_price,
.uss_eshop_sameproducts.blocks .item .info .price span.price,
.uss_eshop_sameproducts.blocks .item .info .price div.price {
  color: #2F2F2F;
  font-size: 18px;
  font-weight: bold;
}
.uss_eshop_sameproducts.blocks .item .info .price span.old_price,
.uss_eshop_sameproducts.blocks .item .info .price div.old_price {
  font-size: 14px;
  color: #8C8C8C;
  margin: 0 0 3px 0 !important;
  font-weight: normal !important;
  font-family: 'roboto-medium';
}
.uss_eshop_sameproducts.blocks .item .info .price span em.price_zero_class,
.uss_eshop_sameproducts.blocks .item .info .price div em.price_zero_class {
  font-size: 12px;
  display: block;
  white-space: normal;
}
.uss_eshop_sameproducts.blocks .item .info .price + a.add_to_cart {
  margin-top: 6px;
}
.uss_eshop_sameproducts.blocks .item .info .addToCart {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 0 !important;
}
.uss_eshop_sameproducts.blocks .item .info .addToCart.uss_shop_buy_one_click {
  margin-top: 16px !important;
}
.uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart {
  float: none !important;
  min-width: 105px;
  min-height: 37px;
  display: inline-block;
  padding: 10px 7px 11px;
  font-size: 14px;
  color: #fff;
  background-color: #25B4B1;
  background-position: 17px center;
  background-repeat: no-repeat;
  text-decoration: none !important;
  border-radius: 3px;
  text-align: left;
  margin-top: 0;
}
.uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart:not(.already_in_cart) {
  padding-left: 42px;
  background-image: url('../img/btn-buy.png');
}
.uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart:hover {
  background-color: #334755;
}
.uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart.already_in_cart {
  background-color: #334755;
  background-image: none !important;
  text-align: center;
}
.uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart.already_in_cart {
  background-image: none !important;
  width: 100%;
  margin-top: 7px;
}
.uss_eshop_sameproducts.blocks .item .info .addToCart .uss_eshop_amount_block {
  padding-top: 7px;
  padding-bottom: 8px;
}
.uss_eshop_sameproducts.blocks .item .info .addToCart .amount_title {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  font-size: 15px;
}
.uss_eshop_sameproducts.blocks .item .info .addToCart .basket_amount_class {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  margin: 0 0 0 0;
  width: 40px;
  font-family: 'roboto';
  font-size: 13px;
  padding-left: 5px;
  padding-right: 5px;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #A9A9A9;
  text-align: center;
}
.uss_eshop_sameproducts.blocks .item .info .addToCart .basket_amount_class:focus {
  border-color: #25B4B1;
}
.uss_eshop_sameproducts.blocks .item .info .addToCart .uss_eshop_amount_block {
  margin: 0 0 0 0;
  display: inline-block;
  vertical-align: middle;
}
.uss_eshop_sameproducts.blocks .item .info .addToCart .uss_eshop_amount_block + .add_to_cart {
  display: inline-block;
  vertical-align: middle;
}
.uss_eshop_sameproducts.blocks .item .info .addToCart .amount_title,
.uss_eshop_sameproducts.blocks .item .info .addToCart .basket_amount_class {
  margin-bottom: 4px;
}
.position .uss_eshop_block_item {
  width: 268px;
  margin-right: 30px;
}
.position .uss_eshop_block_item .uss_eshop_amount_block {
  display: block;
}
.position .uss_eshop_block_item:hover {
  border-color: #445C6D;
  -webkit-transition: border-color 0.15s ease-in;
  -o-transition: border-color 0.15s ease-in;
  transition: border-color 0.15s ease-in;
}
.position .uss_eshop_block_item .img > a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.position .h3 {
  position: relative;
}
.position .h3 .navs {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.position .h3 .title-menu {
  position: absolute;
  top: 50%;
  right: 90px;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: center;
      align-content: center;
}
.position .h3 .title-menu a {
  display: inline-block;
  padding-left: 24px;
  margin-left: 40px;
  font-size: 13px;
  text-decoration: none;
}
.position .h3 .title-menu a:hover {
  text-decoration: underline;
}
.position .h3 .title-menu a.watch-all {
  background: url(../img/all-news.png) left center no-repeat;
}
.position .h3 .title-menu a.subscribe {
  background: url(../img/news-subscribe.png) left center no-repeat;
}
.position .slick-arrow {
  display: block;
  width: 50%;
  height: 100%;
  left: auto;
  right: 0;
  top: -84px;
  bottom: auto;
  margin: 0;
  -webkit-transform: none;
          -ms-transform: none;
      transform: none;
  width: 40px;
  height: 53px;
  opacity: 1;
  position: absolute;
}
.position .slick-arrow.slick-prev {
  background: url(../img/position-prev.png) center no-repeat;
  right: 40px;
}
.position .slick-arrow.slick-next {
  background: url(../img/position-next.png) center no-repeat;
  border-radius: 0 4px 0 0;
}
.position .slick-arrow:hover {
  background-color: #E7EAEC;
}
.position .uss_price_buy_btn_block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aside-position .slick-arrow.slick-prev {
  background-image: url(../img/position-up.png);
}
.aside-position .slick-arrow.slick-next {
  background-image: url(../img/position-down.png);
}
.section_eshop .uss_shop_detail .uss_img_wrapper {
  margin-right: 31px;
}
.section_eshop .uss_shop_detail .uss_img_wrapper .uss_img_big {
  border: none;
}
.section_eshop .uss_shop_detail .uss_shop_technical_data {
  display: block;
  overflow: hidden;
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .eshop_filters_area {
  margin-top: 0 !important;
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .eshop_filters_area .eshop_filters_items .eshop_filters_item {
  line-height: 20px;
  font-size: 12px;
  color: #6A747C;
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .eshop_filters_area .eshop_filters_items .eshop_filters_item label.items_label,
.section_eshop .uss_shop_detail .uss_shop_technical_data .eshop_filters_area .eshop_filters_items .eshop_filters_item strong,
.section_eshop .uss_shop_detail .uss_shop_technical_data .eshop_filters_area .eshop_filters_items .eshop_filters_item .title {
  font-size: 12px;
  color: inherit;
  font-weight: normal;
  margin-right: 5px;
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .eshop_filters_area .eshop_filters_items .eshop_filters_item strong {
  display: inline-block;
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .eshop_filters_area .eshop_filters_items .eshop_filters_item .value {
  font-family: 'roboto-medium';
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_description {
  margin-bottom: 18px;
  font-size: 12px;
  color: #6A747C;
  border-bottom: 1px solid #DDDDDD;
  padding: 0 0 17px 0;
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_producer {
  line-height: 20px;
  font-size: 12px;
  color: #6A747C;
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_producer label.items_label,
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_producer strong,
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_producer .title {
  font-size: 12px;
  color: inherit;
  font-weight: normal;
  margin-right: 5px;
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_producer strong {
  display: inline-block;
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_producer .value {
  font-family: 'roboto-medium';
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_uid {
  line-height: 20px;
  font-size: 12px;
  color: #6A747C;
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_uid label.items_label,
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_uid strong,
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_uid .title {
  font-size: 12px;
  color: inherit;
  font-weight: normal;
  margin-right: 5px;
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_uid strong {
  display: inline-block;
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_uid .value {
  font-family: 'roboto-medium';
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_amount_left {
  line-height: 20px;
  font-size: 12px;
  color: #6A747C;
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_amount_left label.items_label,
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_amount_left strong,
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_amount_left .title {
  font-size: 12px;
  color: inherit;
  font-weight: normal;
  margin-right: 5px;
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_amount_left strong {
  display: inline-block;
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_amount_left .value {
  font-family: 'roboto-medium';
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_price {
  margin: 0 0 16px 0;
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_price span,
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_price div {
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  background: none !important;
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_price span.actual_price,
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_price div.actual_price,
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_price span.price,
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_price div.price {
  color: #2F2F2F;
  font-size: 18px;
  font-weight: bold;
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_price span.old_price,
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_price div.old_price {
  font-size: 14px;
  color: #8C8C8C;
  margin: 0 0 3px 0 !important;
  font-weight: normal !important;
  font-family: 'roboto-medium';
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_price span em.price_zero_class,
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_price div em.price_zero_class {
  font-size: 12px;
  display: block;
  white-space: normal;
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_price + a.add_to_cart {
  margin-top: 6px;
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_price span.price {
  font-size: 30px;
  color: #1CA09D;
  font-weight: normal;
  font-family: 'roboto';
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_price span.old_price {
  color: #2F2F2F;
  font-size: 18px;
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by {
  width: 100%;
  display: block;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 10px !important;
  margin: 0 0 0 0 !important;
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by.uss_shop_buy_one_click {
  margin-top: 16px !important;
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart {
  float: none !important;
  min-width: 105px;
  min-height: 37px;
  display: inline-block;
  padding: 10px 7px 11px;
  font-size: 14px;
  color: #fff;
  background-color: #25B4B1;
  background-position: 17px center;
  background-repeat: no-repeat;
  text-decoration: none !important;
  border-radius: 3px;
  text-align: left;
  height: 50px;
  border-radius: 0;
  font-size: 17px;
  font-family: 'roboto-medium';
  padding-top: 14px;
  padding-left: 10px;
  background-repeat: no-repeat !important;
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart:not(.already_in_cart) {
  padding-left: 42px;
  background-image: url('../img/btn-buy.png');
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart:hover {
  background-color: #334755;
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart.already_in_cart {
  background-color: #334755;
  background-image: none !important;
  text-align: center;
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart:not(.already_in_cart):not(.buy_one_click) {
  text-align: left;
  background-position: calc(44% - 20px) center;
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart.buy_one_click {
  background: #445C6D;
  padding-left: 10px;
  text-align: center;
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart.buy_one_click:hover {
  background: #334755;
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by .uss_eshop_amount_block {
  padding-top: 7px;
  padding-bottom: 8px;
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by .amount_title {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  font-size: 15px;
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by .basket_amount_class {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  margin: 0 0 0 0;
  width: 40px;
  font-family: 'roboto';
  font-size: 13px;
  padding-left: 5px;
  padding-right: 5px;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #A9A9A9;
  text-align: center;
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by .basket_amount_class:focus {
  border-color: #25B4B1;
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by .uss_eshop_amount_block {
  margin: 0 0 0 0;
  display: inline-block;
  vertical-align: middle;
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by .uss_eshop_amount_block + .add_to_cart {
  display: inline-block;
  vertical-align: middle;
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_put_wrap {
  min-width: 161px;
  max-width: calc((50% - 16px) / 2);
  margin-top: 16px !important;
  display: inline-block;
  vertical-align: top;
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_put_wrap .uss_shop_put {
  width: 100%;
  height: 50px;
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_put_wrap .uss_shop_put a {
  display: inline-block;
  width: 100%;
  height: 50px;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  color: #2F2F2F;
  font-weight: normal;
  font-family: 'roboto-medium';
  padding: 15px 0 0 27px;
  background: url(../img/put-icon.png) 20% center no-repeat;
  background-color: #F0F2F3;
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_put_wrap .uss_shop_put a:hover {
  background-color: #dadbdc;
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_put_wrap + .uss_compare_by {
  margin-left: 12px;
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_compare_by {
  display: inline-block;
  vertical-align: top;
  min-width: 161px;
  max-width: calc((50% - 16px) / 2);
  margin-top: 16px !important;
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_compare_by a {
  display: inline-block;
  width: 100%;
  height: 50px;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  color: #2F2F2F;
  font-weight: normal;
  font-family: 'roboto-medium';
  padding: 15px 0 0 27px;
  background: url(../img/compare.png) 20% center no-repeat;
  background-color: #F0F2F3;
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_compare_by a:hover {
  background-color: #dadbdc;
}
.section_eshop .uss_shop_detail.order_many .uss_shop_technical_data .uss_shop_by .uss_eshop_amount_block {
  margin-bottom: 14px;
}
.uss_shop_list_cat {
  margin-bottom: 31px;
}
.uss_shop_list_cat .uss_shop_category {
  border: 1px solid #E5E5E5;
  margin-bottom: 32px;
  padding-right: 10px;
  width: 100%;
}
.uss_shop_list_cat .uss_shop_category .uss_shop_cat_img_wrap .uss_shop_cat_img {
  float: left;
  margin-right: 30px;
  border: none;
}
.uss_shop_list_cat .uss_shop_category .uss_shop_cat_img_wrap .uss_shop_cat_img .uss_catalog_cat_img {
  border: none;
  margin: 0;
  padding: 0;
  display: block;
  height: auto !important;
}
.uss_shop_list_cat .uss_shop_category .uss_shop_cat_img_wrap .uss_shop_cat_img .uss_catalog_cat_img a {
  margin: 0;
}
.uss_shop_list_cat .uss_shop_category .uss_shop_cat_img_wrap .uss_shop_cat_img img {
  display: block;
  margin: 0;
}
.uss_shop_list_cat .uss_shop_category .uss_shop_cat_name {
  font-size: 19px;
  font-family: 'roboto-medium';
  line-height: 1;
  display: block;
  margin-top: 30px;
  text-decoration: none;
  color: inherit;
}
.uss_shop_list_cat .uss_shop_category .uss_shop_cat_name a {
  text-decoration: none;
}
.uss_shop_list_cat .uss_shop_category .uss_shop_cat_name a:hover {
  text-decoration: underline;
}
.uss_shop_list_cat .uss_shop_category .uss_shop_cat_name:hover {
  color: #1CA09D;
}
.uss_shop_list_cat .uss_shop_category .uss_shop_cat_text {
  font-size: 12px;
  line-height: 1.4;
}
.uss_shop_list_cat .uss_shop_category .uss_shop_cat_text p {
  margin: 0 0 0.5em 0;
}
.uss_shop_list_cat .uss_shop_category .uss_shop_cat_cat a {
  display: inline-block;
  font-size: 12px;
  line-height: 1.4;
}
.uss_shop_list_cat .uss_shop_category .uss_shop_cat_cat a p {
  margin: 0 0 0.5em 0;
}
.uss_photoalbums_albums_list {
  margin-bottom: 31px;
}
.uss_photoalbums_albums_list .uss_albums_item {
  border: 1px solid #E5E5E5;
  margin-bottom: 32px;
  padding-right: 10px;
  width: 100%;
}
.uss_photoalbums_albums_list .uss_albums_item .uss_albums_cover {
  float: left;
  margin-right: 30px;
  border: none;
}
.uss_photoalbums_albums_list .uss_albums_item .uss_albums_cover .uss_catalog_cat_img {
  border: none;
  margin: 0;
  padding: 0;
  display: block;
  height: auto !important;
}
.uss_photoalbums_albums_list .uss_albums_item .uss_albums_cover .uss_catalog_cat_img a {
  margin: 0;
}
.uss_photoalbums_albums_list .uss_albums_item .uss_albums_cover img {
  display: block;
  margin: 0;
}
.uss_photoalbums_albums_list .uss_albums_item .uss_albums_name {
  font-size: 19px;
  font-family: 'roboto-medium';
  line-height: 1;
  display: block;
  margin-top: 30px;
  text-decoration: none;
  color: inherit;
}
.uss_photoalbums_albums_list .uss_albums_item .uss_albums_name a {
  text-decoration: none;
}
.uss_photoalbums_albums_list .uss_albums_item .uss_albums_name a:hover {
  text-decoration: underline;
}
.uss_photoalbums_albums_list .uss_albums_item .uss_albums_name:hover {
  color: #1CA09D;
}
.uss_photoalbums_albums_list .uss_albums_item .uss_albums_info {
  font-size: 12px;
  line-height: 1.4;
}
.uss_photoalbums_albums_list .uss_albums_item .uss_albums_info p {
  margin: 0 0 0.5em 0;
}
.uss_shop_block_cat .uss_shop_category {
  border: 1px solid #E5E5E5;
  margin-bottom: 32px;
  padding-right: 10px;
  width: 100%;
  padding: 10px;
  -webkit-transition: border-color 0.15s ease-in;
  -o-transition: border-color 0.15s ease-in;
  transition: border-color 0.15s ease-in;
  max-width: calc( (100% -  ( (2 - 1) * 20px ) ) / 2);
  width: calc( (100% -  ( (2 - 1) * 20px ) ) / 2) !important;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_img_wrap {
  float: left;
  margin-right: 30px;
  border: none;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_img_wrap .uss_catalog_cat_img {
  border: none;
  margin: 0;
  padding: 0;
  display: block;
  height: auto !important;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_img_wrap .uss_catalog_cat_img a {
  margin: 0;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_img_wrap img {
  display: block;
  margin: 0;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_name {
  font-size: 19px;
  font-family: 'roboto-medium';
  line-height: 1;
  display: block;
  margin-top: 30px;
  text-decoration: none;
  color: inherit;
  height: auto;
  color: #1CA09D;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_name a {
  text-decoration: none;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_name a:hover {
  text-decoration: underline;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_name:hover {
  color: #1CA09D;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_name a {
  display: inline;
  color: inherit;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_name a:hover {
  text-decoration: underline;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_text {
  font-size: 12px;
  line-height: 1.4;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_text p {
  margin: 0 0 0.5em 0;
}
.uss_catalog_block_cat {
  margin-bottom: 31px;
}
.uss_catalog_block_cat .uss_catalog_category {
  border: 1px solid #E5E5E5;
  margin-bottom: 17px;
  padding: 0 0 24px 0;
  max-width: calc( (100% -  ( (3 - 1) * 20px ) ) / 3);
  width: calc( (100% -  ( (2 - 1) * 20px ) ) / 2) !important;
  max-width: calc( (100% -  ( (2 - 1) * 20px ) ) / 2) !important;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-bottom: 0 !important;
}
.uss_catalog_block_cat .uss_catalog_category > *:not(.img):not(.image):not(.uss_catalog_info) {
  padding-left: 24px;
  padding-right: 24px;
}
.uss_catalog_block_cat .uss_catalog_category .uss_catalog_cat_img {
  float: none;
  float: left;
  margin-right: 30px;
  border: none;
}
.uss_catalog_block_cat .uss_catalog_category .uss_catalog_cat_img .uss_catalog_cat_img {
  border: none;
  margin: 0;
  padding: 0;
  display: block;
  height: auto !important;
}
.uss_catalog_block_cat .uss_catalog_category .uss_catalog_cat_img .uss_catalog_cat_img a {
  margin: 0;
}
.uss_catalog_block_cat .uss_catalog_category .uss_catalog_cat_img img {
  display: block;
  margin: 0;
}
.uss_catalog_block_cat .uss_catalog_category .catalog_info {
  overflow: hidden;
}
.uss_catalog_block_cat .uss_catalog_category .catalog_info .uss_catalog_cat_name {
  color: #2F2F2F;
  font-size: 15px;
  font-weight: normal;
  height: 4.8em;
  overflow: hidden;
  line-height: 1.6;
  margin: 0 0 18px 0;
  height: auto;
  color: #1CA09D;
}
.uss_catalog_block_cat .uss_catalog_category .catalog_info .uss_catalog_cat_name a {
  color: inherit;
  text-decoration: none;
  display: block;
}
.uss_catalog_block_cat .uss_catalog_category .catalog_info .uss_catalog_cat_name:hover {
  color: #1CA09D;
}
.uss_catalog_block_cat .uss_catalog_category .catalog_info .uss_catlog_cat_anons {
  font-size: 12px;
  line-height: 1.4;
}
.uss_catalog_block_cat .uss_catalog_category .catalog_info .uss_catlog_cat_anons p {
  margin: 0 0 0.5em 0;
}
.uss_catalog_block_cat .uss_catalog_category .catalog_info .catalog_orderbutton {
  min-width: 105px;
  height: 37px;
  display: inline-block;
  padding: 0 7px 0;
  font-size: 14px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  font-weight: normal;
  font-family: 'roboto-medium';
}
#wrap a.uss_more {
  background: #334755;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  padding: 7px 20px 8px 19px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-family: 'roboto';
  margin: 26px 0 0 0;
}
#wrap a.uss_more:hover {
  background: #25B4B1;
}
.service-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.service-block ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.service-block > * {
  margin-bottom: 31px;
}
.service-block > * > * {
  border: 1px solid #E5E5E5;
  margin-bottom: 32px;
  padding-right: 10px;
  width: 100%;
  max-width: calc( (100% -  ( (2 - 1) * 20px ) ) / 2);
}
.service-block .catalog_menu {
  margin-bottom: 31px;
}
.service-block .catalog_menu li {
  border: 1px solid #E5E5E5;
  margin-bottom: 32px;
  padding-right: 10px;
  width: 100%;
  -webkit-transition: color 0.15s ease-in;
  -o-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
  background: #fff;
}
.service-block .catalog_menu li .catalog_menu_item {
  zoom: 1;
}
.service-block .catalog_menu li .catalog_menu_item:before,
.service-block .catalog_menu li .catalog_menu_item:after {
  content: "";
  display: table;
}
.service-block .catalog_menu li .catalog_menu_item:after {
  clear: both;
}
.service-block .catalog_menu li .catalog_menu_item .catalog_menu_image {
  float: left;
  margin-right: 30px;
  border: none;
}
.service-block .catalog_menu li .catalog_menu_item .catalog_menu_image .uss_catalog_cat_img {
  border: none;
  margin: 0;
  padding: 0;
  display: block;
  height: auto !important;
}
.service-block .catalog_menu li .catalog_menu_item .catalog_menu_image .uss_catalog_cat_img a {
  margin: 0;
}
.service-block .catalog_menu li .catalog_menu_item .catalog_menu_image img {
  display: block;
  margin: 0;
}
.service-block .catalog_menu li .catalog_menu_item > a {
  overflow: hidden;
  font-size: 19px;
  font-family: 'roboto-medium';
  line-height: 1;
  display: block;
  margin-top: 30px;
  text-decoration: none;
  color: inherit;
}
.service-block .catalog_menu li .catalog_menu_item > a a {
  text-decoration: none;
}
.service-block .catalog_menu li .catalog_menu_item > a a:hover {
  text-decoration: underline;
}
.service-block .catalog_menu li .catalog_menu_item > a:hover {
  color: #1CA09D;
}
.service-block .catalog_menu li:hover {
  border-color: #1CA09D;
  -webkit-transition: border-color 0.15s ease-in;
  -o-transition: border-color 0.15s ease-in;
  transition: border-color 0.15s ease-in;
}
.service-block .uss_eshop_menu {
  margin-bottom: 31px;
}
.service-block .uss_eshop_menu li {
  border: 1px solid #E5E5E5;
  margin-bottom: 32px;
  padding-right: 10px;
  width: 100%;
  zoom: 1;
}
.service-block .uss_eshop_menu li:before,
.service-block .uss_eshop_menu li:after {
  content: "";
  display: table;
}
.service-block .uss_eshop_menu li:after {
  clear: both;
}
.service-block .uss_eshop_menu li .eshop_menu_image {
  float: left;
  margin-right: 30px;
  border: none;
}
.service-block .uss_eshop_menu li .eshop_menu_image .uss_catalog_cat_img {
  border: none;
  margin: 0;
  padding: 0;
  display: block;
  height: auto !important;
}
.service-block .uss_eshop_menu li .eshop_menu_image .uss_catalog_cat_img a {
  margin: 0;
}
.service-block .uss_eshop_menu li .eshop_menu_image img {
  display: block;
  margin: 0;
}
.service-block .uss_eshop_menu li > a {
  overflow: hidden;
  font-size: 19px;
  font-family: 'roboto-medium';
  line-height: 1;
  display: block;
  margin-top: 30px;
  text-decoration: none;
  color: inherit;
}
.service-block .uss_eshop_menu li > a a {
  text-decoration: none;
}
.service-block .uss_eshop_menu li > a a:hover {
  text-decoration: underline;
}
.service-block .uss_eshop_menu li > a:hover {
  color: #1CA09D;
}
.service-block.x3 .uss_eshop_menu li,
.service-block.x3 .catalog_menu li {
  max-width: calc( (100% -  ( (3 - 1) * 20px ) ) / 3);
}
.uss_shop_table_view table tr td.uss_price span {
  background: none !important;
}
.uss_shop_table_view table tr td.uss_price span.actual_price {
  color: #1ca09d;
}
.uss_shop_table_view table tr td.uss_price span.old_price {
  color: #2f2f2f;
}
.uss_shop_table_view table tr td.uss_onlineorder .add_to_cart {
  white-space: normal;
}
.uss_shop_table_view table tr td.uss_onlineorder .add_to_cart .uss_eshop_amount_block {
  white-space: nowrap;
  display: block;
}
.uss_eshop_filters_block.simple_filters {
  float: none !important;
}
.uss_eshop_filters_block.simple_filters form {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}
.uss_eshop_filters_block.simple_filters form .filter_price.filter_item,
.uss_eshop_filters_block.simple_filters form .filter_producer.filter_item,
.uss_eshop_filters_block.simple_filters form .filter_submit {
  margin: 0 0 0 10px !important;
  display: inline-block;
  vertical-align: bottom;
  -moz-flex: 0 auto;
  -ms-flex: 0 auto;
  -o-flex: 0 auto;
  -webkit-box-flex: 0;
          flex: 0 auto;
}
.uss_eshop_filters_block.simple_filters form .filter_price.filter_item label,
.uss_eshop_filters_block.simple_filters form .filter_producer.filter_item label,
.uss_eshop_filters_block.simple_filters form .filter_submit label {
  margin: 0 0 5px 0 !important;
  display: block;
  float: none !important;
  width: 100%;
}
.uss_eshop_filters_block.simple_filters form .filter_price.filter_item .jq-selectbox,
.uss_eshop_filters_block.simple_filters form .filter_producer.filter_item .jq-selectbox,
.uss_eshop_filters_block.simple_filters form .filter_submit .jq-selectbox {
  margin-bottom: 0 !important;
}
.uss_eshop_filters_block.simple_filters form .filter_producer.filter_item {
  min-width: 33%;
}
.uss_eshop_filters_block form {
  -moz-flex: 0 100%;
  -ms-flex: 0 100%;
  -o-flex: 0 100%;
  -webkit-box-flex: 0;
          flex: 0 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.uss_eshop_filters_block:not(.simple_filters) {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.uss_eshop_filters_block:not(.simple_filters) .eshop_filters_items {
  -moz-flex: 0 100%;
  -ms-flex: 0 100%;
  -o-flex: 0 100%;
  -webkit-box-flex: 0;
          flex: 0 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.uss_eshop_filters_block:not(.simple_filters) .eshop_filters_items .eshop_filters {
  margin: 0 0 5px 0 !important;
  width: calc( (100% -  ( (3 - 1) * 20px ) ) / 3);
  margin-right: 10px !important;
}
.uss_eshop_filters_block:not(.simple_filters) .eshop_filters_items .eshop_filters:nth-of-type(3n) {
  margin-right: 0 !important;
}
.uss_eshop_filters_block:not(.simple_filters) .eshop_filters_items .eshop_filters label {
  display: block !important;
  float: none !important;
  width: 100% !important;
  margin: 0 0 5px 0 !important;
  padding: 0 !important;
  font-weight: normal !important;
  font-family: 'roboto-medium' !important;
  font-size: 13px;
}
.uss_eshop_filters_block:not(.simple_filters) .filter_price.filter_item,
.uss_eshop_filters_block:not(.simple_filters) .filter_producer.filter_item,
.uss_eshop_filters_block:not(.simple_filters) .filter_submit {
  margin: 0 10px 0 0 !important;
  display: inline-block;
  vertical-align: bottom;
  width: calc( (100% -  ( (3 - 1) * 20px ) ) / 3);
}
.uss_eshop_filters_block:not(.simple_filters) .filter_price.filter_item label,
.uss_eshop_filters_block:not(.simple_filters) .filter_producer.filter_item label,
.uss_eshop_filters_block:not(.simple_filters) .filter_submit label {
  margin: 0 0 5px 0 !important;
  display: block;
  float: none !important;
  width: 100%;
}
.uss_eshop_filters_block:not(.simple_filters) .filter_price.filter_item .jq-selectbox,
.uss_eshop_filters_block:not(.simple_filters) .filter_producer.filter_item .jq-selectbox,
.uss_eshop_filters_block:not(.simple_filters) .filter_submit .jq-selectbox {
  margin-bottom: 0 !important;
}
.uss_eshop_filters_block:not(.simple_filters) .filter_submit {
  margin-right: 0 !important;
}
.uss_eshop_filters_block .eshop_filters_group_title {
  font-weight: normal !important;
  font-family: 'roboto-medium' !important;
  font-size: 18px;
  color: #6A747C;
  margin: 0 0 10px 0 !important;
}
.uss_eshop_filters_block input:not(type='submit'),
.uss_eshop_filters_block.styler:not(type='submit') {
  width: 100%;
  height: 34px;
}
#wrap .catalog_orderbutton {
  height: 37px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  padding: 0 10px;
  border-radius: 2px;
  background: #25B4B1;
  color: #fff;
  font-weight: normal;
  display: inline-block;
  float: none !important;
}
#wrap .catalog_orderbutton:hover {
  background: #334755;
}
.uss_catalog_list_cat {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.uss_catalog_list_cat .uss_catalog_category {
  border: 1px solid #E5E5E5;
  margin-bottom: 32px;
  padding-right: 10px;
  width: 100%;
  padding-left: 14px;
  -webkit-transition: border-color 0.15s ease-in;
  -o-transition: border-color 0.15s ease-in;
  transition: border-color 0.15s ease-in;
}
.uss_catalog_list_cat .uss_catalog_category > *:not(.uss_catalog_img_wrap) {
  overflow: hidden;
  line-height: inherit;
}
.uss_catalog_list_cat .uss_catalog_category .uss_catalog_img_wrap {
  margin-left: -14px;
  float: left;
  margin-right: 30px;
  border: none;
}
.uss_catalog_list_cat .uss_catalog_category .uss_catalog_img_wrap .uss_catalog_cat_img {
  border: none;
  margin: 0;
  padding: 0;
  display: block;
  height: auto !important;
}
.uss_catalog_list_cat .uss_catalog_category .uss_catalog_img_wrap .uss_catalog_cat_img a {
  margin: 0;
}
.uss_catalog_list_cat .uss_catalog_category .uss_catalog_img_wrap img {
  display: block;
  margin: 0;
}
.uss_catalog_list_cat .uss_catalog_category .uss_catalog_cat_name {
  font-size: 19px;
  font-family: 'roboto-medium';
  line-height: 1;
  display: block;
  margin-top: 30px;
  text-decoration: none;
  color: inherit;
}
.uss_catalog_list_cat .uss_catalog_category .uss_catalog_cat_name a {
  text-decoration: none;
}
.uss_catalog_list_cat .uss_catalog_category .uss_catalog_cat_name a:hover {
  text-decoration: underline;
}
.uss_catalog_list_cat .uss_catalog_category .uss_catalog_cat_name:hover {
  color: #1CA09D;
}
.uss_catalog_list_cat .uss_catalog_category .uss_catlog_cat_anons {
  font-size: 12px;
  line-height: 1.4;
}
.uss_catalog_list_cat .uss_catalog_category .uss_catlog_cat_anons p {
  margin: 0 0 0.5em 0;
}
.uss_catalog_list_cat .uss_catalog_category .catalog_orderbutton {
  margin-bottom: 14px;
  margin-top: 14px;
}
.uss_catalog_list_cat .uss_catalog_category:hover {
  border-color: #445c6d;
}
.jq-selectbox {
  width: 100%;
  margin: 0;
  z-index: 900 !important;
}
.jq-selectbox .jq-selectbox__select {
  background: none;
  border: 1px solid #CCCCCC;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  height: 34px;
  width: 100%;
}
.jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
  width: 100%;
  display: block;
  text-shadow: none;
  font-size: 13px;
  height: 100%;
  padding: 3px 0 0 0;
}
.jq-selectbox .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  opacity: 1;
}
.block {
  margin-bottom: 31px;
}
.block .h3 {
  font-weight: normal;
  background: #F0F2F3;
  padding: 17px 31px 16px 31px;
  font-size: 17px;
  font-family: 'roboto-medium';
  color: #2F2F2F;
  display: block;
  margin: 0 0 31px;
  border-radius: 4px 4px 0 0;
  position: relative;
}
.block.bg-type1 {
  background: #F0F2F3;
}
.block.bg-type2 {
  background: #F0F2F3;
  padding: 7px;
}
.block.bg-type3 {
  background: #F1F1F1;
  padding: 0 26px 30px;
  border: 1px solid #E2E2E2;
  border-radius: 0;
}
.block.bg-type4 {
  border: 1px solid #E2E2E2;
}
.block.type1 .h3 {
  background: #F0F2F3;
}
.block.type2 .h3 {
  background: #25B4B1;
  color: #fff;
}
.block.type2.cat-style .h3 {
  background-image: url(../img/aside-catalog-title.png);
  background-position: 29px center;
  background-repeat: no-repeat;
  padding-left: 61px;
}
.block.type3 .h3 {
  background: none;
}
.block.type4 .h3 {
  color: #25B4B1;
  font-size: 19px;
  padding: 21px 0 0 27px;
}
.block.type4 .h3 em {
  position: relative;
  top: 7px;
  margin: 0 14px 0 0;
}
.block.type4 .fc_form_tml {
  padding: 3px 28px 0 27px;
}
.block.type4 .fc_form_tml label {
  margin-bottom: 6px;
}
.block.type4 .fc_form_tml .fc_item {
  margin-bottom: 17px;
}
.block.type5 .h3 {
  color: #25B4B1;
  font-size: 19px;
  padding: 21px 0 0 0;
}
.block.type5 .h3 em {
  position: relative;
  top: 7px;
  margin: 0 14px 0 0;
}
.block .items {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block .items ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.block .items ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.aside .aside-block {
  margin-bottom: 31px;
}
.aside .aside-block .h3 {
  font-weight: normal;
  background: #F0F2F3;
  padding: 17px 31px 16px 31px;
  font-size: 17px;
  font-family: 'roboto-medium';
  color: #2F2F2F;
  display: block;
  margin-bottom: 31px;
  border-radius: 4px 4px 0 0;
  position: relative;
}
.aside .aside-block.bg-type1 {
  background: #F0F2F3;
}
.aside .aside-block.bg-type2 {
  background: #F0F2F3;
  padding: 7px;
}
.aside .aside-block.bg-type3 {
  background: #F1F1F1;
  padding: 0 26px 30px;
  border: 1px solid #E2E2E2;
  border-radius: 0;
}
.aside .aside-block.bg-type4 {
  border: 1px solid #E2E2E2;
}
.aside .aside-block.type1 .h3 {
  background: #F0F2F3;
}
.aside .aside-block.type2 .h3 {
  background: #25B4B1;
  color: #fff;
}
.aside .aside-block.type2.cat-style .h3 {
  background-image: url(../img/aside-catalog-title.png);
  background-position: 29px center;
  background-repeat: no-repeat;
  padding-left: 61px;
}
.aside .aside-block.type3 .h3 {
  background: none;
}
.aside .aside-block.type4 .h3 {
  color: #25B4B1;
  font-size: 19px;
  padding: 21px 0 0 27px;
}
.aside .aside-block.type4 .h3 em {
  position: relative;
  top: 7px;
  margin: 0 14px 0 0;
}
.aside .aside-block.type4 .fc_form_tml {
  padding: 3px 28px 0 27px;
}
.aside .aside-block.type4 .fc_form_tml label {
  margin-bottom: 6px;
}
.aside .aside-block.type4 .fc_form_tml .fc_item {
  margin-bottom: 17px;
}
.aside .aside-block.type5 .h3 {
  color: #25B4B1;
  font-size: 19px;
  padding: 21px 0 0 0;
}
.aside .aside-block.type5 .h3 em {
  position: relative;
  top: 7px;
  margin: 0 14px 0 0;
}
.aside .aside-block .items {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.aside .aside-block .items ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.aside .aside-block .items ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.aside .aside-catalog ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.aside .aside-catalog ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.aside .aside-catalog ul li a {
  font-size: 14px;
  background: url(../img/aside-menu-li.png) 31px center no-repeat, #F0F2F3;
  display: block;
  color: #2F2F2F;
  text-decoration: none;
  padding: 12px 14px 13px 60px;
  border-bottom: 1px solid #D8DBDD;
  font-weight: normal !important;
}
.aside .aside-catalog ul li.last a {
  border: none;
}
.aside .aside-catalog ul li:hover a {
  background: url(../img/aside-menu-li-active.png) 31px center no-repeat, #25B4B1;
  color: #fff;
}
.aside .aside-catalog ul li .submenu {
  display: none;
}
.aside .aside-catalog ul li .submenu .submenu li a {
  padding-left: 55px;
  font-size: 12px;
  padding-top: 12px;
  padding-bottom: 14px;
  background-color: #688092;
}
.aside .aside-catalog ul li .submenu .submenu .submenu {
  display: none !important;
}
.aside .aside-catalog ul li.active a {
  background: url(../img/aside-menu-li-active.png) 31px center no-repeat, #25B4B1;
  color: #fff;
  border: none;
}
.aside .aside-catalog ul li.active .submenu {
  display: block;
  background: #445C6D;
}
.aside .aside-catalog ul li.active .submenu a {
  background: none;
  padding: 16px 14px 18px 34px;
}
.aside .aside-catalog ul li.active .submenu a:hover,
.aside .aside-catalog ul li.active .submenu a.active {
  background: #334755;
}
.aside .aside-position .h3 .navs {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.aside .aside-position .slick-arrow {
  display: block;
  width: 50%;
  height: 100%;
  left: auto;
  right: 0;
  top: -84px;
  bottom: auto;
  margin: 0;
  -webkit-transform: none;
          -ms-transform: none;
      transform: none;
  width: 40px;
  height: 53px;
  opacity: 1;
  position: absolute;
}
.aside .aside-position .slick-arrow.slick-prev {
  background: url(../img/position-up.png) center no-repeat;
  right: 40px;
}
.aside .aside-position .slick-arrow.slick-next {
  background: url(../img/position-down.png) center no-repeat;
  border-radius: 0 4px 0 0;
}
.aside .aside-position .slick-arrow:hover {
  background-color: #E7EAEC;
}
.aside .aside-position .items {
  position: relative;
}
.aside .uss_eshop_block_item {
  border: none;
  max-width: 100%;
  width: 100%;
  background: #F0F2F3;
  padding: 23px;
}
.aside .uss_eshop_block_item .img {
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}
.aside .uss_eshop_block_item .uss_shop_name {
  margin-bottom: 7px;
  height: 4.8em;
  overflow: hidden;
}
.aside .uss_eshop_block_item .uss_shop_price {
  overflow: hidden;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.aside .uss_eshop_block_item .add_to_cart {
  overflow: hidden;
  vertical-align: middle;
}
.aside .uss_eshop_block_item .uss_eshop_amount_block {
  padding-top: 7px;
  padding-bottom: 8px;
}
.aside .uss_eshop_block_item .amount_title {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  font-size: 15px;
}
.aside .uss_eshop_block_item .basket_amount_class {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  margin: 0 0 0 0;
  width: 40px;
  font-family: 'roboto';
  font-size: 13px;
  padding-left: 5px;
  padding-right: 5px;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #A9A9A9;
  text-align: center;
}
.aside .uss_eshop_block_item .basket_amount_class:focus {
  border-color: #25B4B1;
}
.aside .uss_eshop_block_item .uss_eshop_amount_block {
  margin: 0 0 0 0;
  display: inline-block;
  vertical-align: middle;
}
.aside .uss_eshop_block_item .uss_eshop_amount_block + .add_to_cart {
  display: inline-block;
  vertical-align: middle;
}
.aside .uss_eshop_block_item .uss_eshop_block_item {
  margin-bottom: 18px;
  font-size: 12px;
  color: #6A747C;
}
.aside .uss_eshop_filters_block form .eshop_filters_items .eshop_filters {
  margin-right: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
.aside .uss_eshop_filters_block form .filter_price.filter_item,
.aside .uss_eshop_filters_block form .filter_producer.filter_item,
.aside .uss_eshop_filters_block form .filter_submit {
  width: 100%;
  max-width: 100%;
  margin: 0 0 10px 0 !important;
  display: block;
}
.aside .aside_opener {
  -moz-flex: 0 280px;
  -ms-flex: 0 280px;
  -o-flex: 0 280px;
  -webkit-box-flex: 0;
          flex: 0 280px;
  min-width: 280px;
  font-weight: normal;
  background: #F0F2F3;
  padding: 17px 31px 16px 31px;
  font-size: 17px;
  font-family: 'roboto-medium';
  color: #2F2F2F;
  display: block;
  margin-bottom: 31px;
  border-radius: 4px 4px 0 0;
  position: relative;
  background: #25B4B1;
  color: #fff;
  background-image: url(../img/aside-catalog-title.png);
  background-position: 29px center;
  background-repeat: no-repeat;
  padding-left: 61px;
  margin-bottom: 0;
  border-radius: 0;
  margin-top: 14px;
  margin-bottom: 14px;
  display: none;
  cursor: pointer;
}
.aside .aside_opener.aside-header-left {
  margin-right: 31px;
}
.aside .aside_opener.aside-header-right {
  margin-left: 31px;
}
.aside .aside-contacts table {
  width: 100%;
}
.aside .aside-contacts table tr {
  vertical-align: top;
}
.aside .aside-contacts table tr td {
  padding: 13px 0;
  vertical-align: top;
}
.aside .aside-contacts table tr td img {
  margin-right: 18px;
}
.aside .aside-contacts table tr td p {
  margin: 0;
}
.aside .aside-contacts table + table {
  border-top: 1px solid #E2E2E2;
}
.aside .aside-contacts a {
  text-decoration: none;
}
.aside .aside-contacts a:hover {
  text-decoration: underline;
}
.aside .aside-banner img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.aside .aside-news .title-menu {
  position: absolute;
  top: 50%;
  right: 0%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-right: 30px;
}
.aside .aside-news .title-menu a {
  display: inline-block;
  padding-left: 24px;
  margin-left: 40px;
  font-size: 13px;
  text-decoration: none;
}
.aside .aside-news .title-menu a:hover {
  text-decoration: underline;
}
.aside .aside-news .title-menu a.watch-all {
  background: url(../img/all-news.png) left center no-repeat;
}
.aside .aside-news .title-menu a.subscribe {
  background: url(../img/news-subscribe.png) left center no-repeat;
}
.aside .aside-news .h3 {
  margin-bottom: 25px;
}
.aside .aside-news .news_block_item {
  padding-bottom: 15px;
}
.aside .aside-news .news_block_item + .news_block_item {
  border-top: 1px solid #E0E0E0;
  padding-top: 15px;
}
.aside .aside-news .news_block_item .date {
  margin-bottom: 16px;
}
.aside .aside-news .news_block_item .title {
  margin-bottom: 13px;
}
.aside .aside-news .news_block_item .preview {
  margin-bottom: 13px;
}
.lastEshopPosItems .uss_eshop_block_item {
  border: 1px solid #E5E5E5;
  margin-bottom: 17px;
  padding: 0 0 24px 0;
  max-width: calc( (100% -  ( (3 - 1) * 20px ) ) / 3);
  width: 100% !important;
  max-width: 100% !important;
}
.lastEshopPosItems .uss_eshop_block_item > *:not(.img):not(.image):not(.uss_catalog_info) {
  padding-left: 24px;
  padding-right: 24px;
}
.lastEshopPosItems .uss_eshop_block_item .img {
  border: none;
  float: none;
  margin: 0 auto 21px auto;
  max-width: 100%;
}
.lastEshopPosItems .uss_eshop_block_item .img a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.lastEshopPosItems .uss_eshop_block_item .uss_shop_name {
  color: #2F2F2F;
  font-size: 15px;
  font-weight: normal;
  height: 4.8em;
  overflow: hidden;
  line-height: 1.6;
  margin: 0 0 18px 0;
}
.lastEshopPosItems .uss_eshop_block_item .uss_shop_name a {
  color: inherit;
  text-decoration: none;
  display: block;
}
.lastEshopPosItems .uss_eshop_block_item .uss_shop_name:hover {
  color: #1CA09D;
}
.lastEshopPosItems .uss_eshop_block_item .uss_shop_price span,
.lastEshopPosItems .uss_eshop_block_item .uss_shop_price div {
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  background: none !important;
}
.lastEshopPosItems .uss_eshop_block_item .uss_shop_price span.actual_price,
.lastEshopPosItems .uss_eshop_block_item .uss_shop_price div.actual_price,
.lastEshopPosItems .uss_eshop_block_item .uss_shop_price span.price,
.lastEshopPosItems .uss_eshop_block_item .uss_shop_price div.price {
  color: #2F2F2F;
  font-size: 18px;
  font-weight: bold;
}
.lastEshopPosItems .uss_eshop_block_item .uss_shop_price span.old_price,
.lastEshopPosItems .uss_eshop_block_item .uss_shop_price div.old_price {
  font-size: 14px;
  color: #8C8C8C;
  margin: 0 0 3px 0 !important;
  font-weight: normal !important;
  font-family: 'roboto-medium';
}
.lastEshopPosItems .uss_eshop_block_item .uss_shop_price span em.price_zero_class,
.lastEshopPosItems .uss_eshop_block_item .uss_shop_price div em.price_zero_class {
  font-size: 12px;
  display: block;
  white-space: normal;
}
.lastEshopPosItems .uss_eshop_block_item .uss_shop_price + a.add_to_cart {
  margin-top: 6px;
}
.lastEshopPosItems .uss_eshop_block_item .add_to_cart {
  min-width: 105px;
  min-height: 37px;
  display: inline-block;
  padding: 10px 7px 11px;
  font-size: 14px;
  color: #fff;
  background-color: #25B4B1;
  background-position: 17px center;
  background-repeat: no-repeat;
  text-decoration: none !important;
  border-radius: 3px;
  text-align: left;
}
.lastEshopPosItems .uss_eshop_block_item .add_to_cart:not(.already_in_cart) {
  padding-left: 42px;
  background-image: url('../img/btn-buy.png');
}
.lastEshopPosItems .uss_eshop_block_item .add_to_cart:hover {
  background-color: #334755;
}
.lastEshopPosItems .uss_eshop_block_item .add_to_cart.already_in_cart {
  background-color: #334755;
  background-image: none !important;
  text-align: center;
}
.lastEshopPosItems .uss_eshop_block_item .eshop_filters_area {
  margin-top: 0 !important;
}
.lastEshopPosItems .uss_eshop_block_item .eshop_filters_area .eshop_filters_items .eshop_filters_item {
  line-height: 20px;
  font-size: 12px;
  color: #6A747C;
}
.lastEshopPosItems .uss_eshop_block_item .eshop_filters_area .eshop_filters_items .eshop_filters_item label.items_label,
.lastEshopPosItems .uss_eshop_block_item .eshop_filters_area .eshop_filters_items .eshop_filters_item strong,
.lastEshopPosItems .uss_eshop_block_item .eshop_filters_area .eshop_filters_items .eshop_filters_item .title {
  font-size: 12px;
  color: inherit;
  font-weight: normal;
  margin-right: 5px;
}
.lastEshopPosItems .uss_eshop_block_item .eshop_filters_area .eshop_filters_items .eshop_filters_item strong {
  display: inline-block;
}
.lastEshopPosItems .uss_eshop_block_item .eshop_filters_area .eshop_filters_items .eshop_filters_item .value {
  font-family: 'roboto-medium';
}
table.decore {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border: 1px solid #E1E0E0;
}
table.decore tbody {
  display: block;
}
table.decore thead {
  display: block;
}
table.decore tr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
table.decore tr td,
table.decore tr th {
  -moz-flex: 1 auto;
  -ms-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
          flex: 1 auto;
  text-align: left;
}
table.decore tr th {
  background: #F2F2F2;
  border-bottom: 1px solid #E1E0E0;
  font-size: 15px;
  font-family: 'roboto-medium';
  font-weight: normal;
  padding: 11px 0 12px 20px;
}
table.decore tr td {
  background: #fff;
  border: 1px solid #E1E0E0;
  border-top: none;
  border-right: none;
  border-left: none;
  padding: 12px 20px;
}
table.decore tr td + td {
  border-left: 1px solid #E1E0E0;
}
table.decore tr:last-child td {
  border-bottom: none;
}
.uss_section_content form {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.uss_section_content form input[type='text'] {
  -moz-flex: 1 auto;
  -ms-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
          flex: 1 auto;
  border: 1px solid #CACFD2;
  border-right: none;
  height: 35px;
  padding-left: 14px;
  font-size: 13px;
  color: #6A747C;
  outline: none;
}
.uss_section_content form input[type='text']:focus {
  border-color: #25B4B1;
}
.uss_section_content form input[type='text']::-webkit-input-placeholder {
  color: #9DA8B0;
}
.uss_section_content form input[type='text']::-moz-placeholder {
  color: #9DA8B0;
}
.uss_section_content form input[type='text']:-moz-placeholder {
  color: #9DA8B0;
}
.uss_section_content form input[type='text']:-ms-input-placeholder {
  color: #9DA8B0;
}
.uss_section_content form input[type='submit'] {
  -moz-flex: 0 77px;
  -ms-flex: 0 77px;
  -o-flex: 0 77px;
  -webkit-box-flex: 0;
          flex: 0 77px;
  background: #25B4B1;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  font-size: 14px;
}
.uss_section_content form input[type='submit']:hover {
  background: #445C6D;
}
.header {
  background: #E7EAEC;
}
.header p {
  margin: 0;
}
.header a.btn {
  background: #334755;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  padding: 7px 10px 8px;
  white-space: nowrap;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-family: 'roboto';
  margin: 0 0 0 0;
}
.header a.btn:hover {
  background: #25B4B1;
}
.header .inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 24px;
  padding-top: 9px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .left {
  -moz-flex: 0 490px;
  -ms-flex: 0 490px;
  -o-flex: 0 490px;
  -webkit-box-flex: 0;
          flex: 0 490px;
  margin-right: 31px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 10px;
}
.header .right {
  -moz-flex: 0 280px;
  -ms-flex: 0 280px;
  -o-flex: 0 280px;
  -webkit-box-flex: 0;
          flex: 0 280px;
  text-align: right;
  margin-left: 31px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 10px;
}
.header .center .contacts .phone {
  background-image: url(../img/phone-icon-small.png);
  background-position: left center;
  padding: 6px 0 6px 39px;
}
.header .center .contacts .phone p {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  margin-bottom: 0;
}

.header .languages {
  font-size: 0;
  border-radius: 3px;
  overflow: hidden;
}
.header .languages a,
.header .languages span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  font-size: 14px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 7px 12px;
}
.header .languages span {
  background-color: #37AFE9;
}
.header .languages a {
  background-color: #283D56;
}
.header .languages a:hover {
  background-color: #2A8BBA;
}

.header .search {
  margin-top: 49px;
  width: 100%;
}
.header .search form {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.header .search form input[type='text'] {
  -moz-flex: 1 auto;
  -ms-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
          flex: 1 auto;
  border: 1px solid #CACFD2;
  border-right: none;
  height: 35px;
  padding-left: 14px;
  font-size: 13px;
  color: #6A747C;
  outline: none;
}
.header .search form input[type='text']:focus {
  border-color: #25B4B1;
}
.header .search form input[type='text']::-webkit-input-placeholder {
  color: #9DA8B0;
}
.header .search form input[type='text']::-moz-placeholder {
  color: #9DA8B0;
}
.header .search form input[type='text']:-moz-placeholder {
  color: #9DA8B0;
}
.header .search form input[type='text']:-ms-input-placeholder {
  color: #9DA8B0;
}
.header .search form input[type='submit'] {
  -moz-flex: 0 77px;
  -ms-flex: 0 77px;
  -o-flex: 0 77px;
  -webkit-box-flex: 0;
          flex: 0 77px;
  background: #25B4B1;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  font-size: 14px;
}
.header .search form input[type='submit']:hover {
  background: #445C6D;
}
.header .contacts {
  line-height: 1;
  text-align: right;
}
.header .contacts p {
  font-size: 22px;
}
.header .contacts strong,
.header .contacts b {
  font-family: 'roboto-medium';
  font-weight: normal;
  color: #212121;
}
.header .contacts strong a,
.header .contacts b a {
  font-size: inherit;
  color: inherit;
}
.header .contacts span {
  font-size: 12px;
}
.header .contacts + .search {
  margin-top: 0;
}
.header .contacts a {
  font-size: 14px;
  text-decoration: none;
}
.header .contacts a:hover {
  text-decoration: underline;
}
.header .phone {
  display: inline-block;
  text-align: left;
  background: url(../img/phone-icon.png) left center no-repeat;
  padding-left: 60px;
  background-position: 0 0;
}
.header .point {
  display: inline-block;
  text-align: left;
  padding-left: 60px;
  background: url(../img/point-icon-small.png) left center no-repeat;
  background-position: 0 0;
}
.header .social {
  margin: 0 0 20px 0;
}
.header .social a {
  margin-left: 5px;
  display: inline-block;
}
.header .social a:hover img {
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.header .social + .search {
  margin-top: 0;
}
.header .top-nav {
  margin: 0 0 25px 0;
}
.header .top-nav p {
  margin: 0;
}
.header .top-nav a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
.header .top-nav a em {
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}
.header .top-nav + .search {
  margin-top: 0;
}
.header .logo {
  margin: 0 0 0 0;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}
.header .logo a {
  text-decoration: none;
  font-size: inherit;
  color: inherit;
}
.header .logo .slogan {
  font-size: 15px;
}
.header .row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
}
.header .row .contacts {
  -moz-flex: 1 auto;
  -ms-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
          flex: 1 auto;
  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;
}
.header .row .contacts .phone {
  padding-left: 45px;
  background-image: url('../img/phone-icon-small.png');
  background-position: 0 0;
}
.header .row .contacts .phone p {
  margin: 0;
  display: block;
}
.header .row .contacts .point {
  padding-left: 45px;
  background-image: url('../img/point-icon-small.png');
  background-position: 0 0;
}
.header .row .contacts .point strong {
  font-size: 17px;
  line-height: 1em;
}
.header .basket {
  position: relative;
}
.header .basket p {
  display: none;
}
.header .basket a.basket-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}
.header .basket .uss_basket_wrapper > div {
  margin-right: 10px;
  width: 60px;
  height: 34px;
  background: url(../img/cart-icon.png) center no-repeat, #25b4b1;
  padding-right: 10px;
  background-position: 7px center !important;
  position: relative;
}
.header .basket .uss_basket_wrapper > div.not_empty .priceword {
  display: none;
}
.header .basket .uss_basket_wrapper > div.not_empty .countword {
  display: none;
}
.header .basket .uss_basket_wrapper > div #uss_block_basket_amount {
  position: absolute;
  right: 6px;
  top: 0;
  line-height: 35px;
  color: #fff;
  font-size: 15px;
}
.header .basket .uss_basket_wrapper > div .totals {
  display: none;
}
.menu {
  background: #E7EAEC;
}
.menu .inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.menu .aside-header {
  -moz-flex: 0 280px;
  -ms-flex: 0 280px;
  -o-flex: 0 280px;
  -webkit-box-flex: 0;
          flex: 0 280px;
  min-width: 280px;
  font-weight: normal;
  background: #F0F2F3;
  padding: 17px 31px 16px 31px;
  font-size: 17px;
  font-family: 'roboto-medium';
  color: #2F2F2F;
  display: block;
  margin-bottom: 31px;
  border-radius: 4px 4px 0 0;
  position: relative;
  background: #25B4B1;
  color: #fff;
  background-image: url(../img/aside-catalog-title.png);
  background-position: 29px center;
  background-repeat: no-repeat;
  padding-left: 61px;
  margin-bottom: 0;
}
.menu .aside-header.aside-header-left {
  margin-right: 31px;
}
.menu .aside-header.aside-header-right {
  margin-left: 31px;
}
.menu .in_menu {
  -moz-flex: 1 auto;
  -ms-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
          flex: 1 auto;
  background: #445C6D;
}
.menu .in_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.menu .in_menu ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.menu .in_menu ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.menu .in_menu ul li {
  -moz-flex: 1 auto;
  -ms-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
          flex: 1 auto;
  position: relative;
}
.menu .in_menu ul li a {
  display: inline-block;
  width: 100%;
  padding: 17px 10px 17px 66px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  height: 100%;
}
.menu .in_menu ul li .submenu {
  /*display: none;*/
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 101;
  max-height: 0;
  overflow: hidden;
  display: block;
  -webkit-transition: max-height 0.15s ease-in;
  -o-transition: max-height 0.15s ease-in;
  transition: max-height 0.15s ease-in;
  text-align: left;
}
.menu .in_menu ul li .submenu .submenu {
  display: none !important;
}
.menu .in_menu ul li .submenu li {
  display: block;
  text-align: left;
}
.menu .in_menu ul li .submenu li a {
  display: block;
  padding: 10px 10px 9px 10px;
}
.menu .in_menu ul li .submenu li:hover a {
  background: #25B4B1;
}
.menu .in_menu ul li:hover a {
  background-color: #334755;
}
.menu .in_menu ul li:hover > .submenu {
  /*display: block;*/
  max-height: 700px;
  -webkit-transition: max-height 0.15s ease-in;
  -o-transition: max-height 0.15s ease-in;
  transition: max-height 0.15s ease-in;
}
.menu .in_menu ul {
  width: 100%;
}
.menu .in_menu ul > li > a {
  background: url('../img/menu-li.png') 31px center no-repeat;
}
.menu .in_menu ul > li:hover > a {
  background-color: #334755;
}
.menu .in_menu ul > li:hover > .submenu {
  display: block;
}
.menu .in_menu ul > li.active > a {
  background-color: #334755;
}
.menu .in_menu ul > li .submenu li a {
  background: #334755;
}
.menu .basket {
  position: relative;
  width: 235px;
  min-width: 235px;
}
.menu .basket .uss_basket_wrapper > div {
  color: #fff;
  position: relative;
  margin-top: -10px;
  border-radius: 4px 4px 0 0;
  background: url('../img/cart-more.png') calc(100% - 16px) center no-repeat, url(../img/cart-icon.png) 25px center no-repeat, -webkit-linear-gradient(left, #25b4b1 calc(100% - 39px), #1CA09D calc(100% - 39px));
  background: url('../img/cart-more.png') calc(100% - 16px) center no-repeat, url(../img/cart-icon.png) 25px center no-repeat, -o-linear-gradient(left, #25b4b1 calc(100% - 39px), #1CA09D calc(100% - 39px));
  background: url('../img/cart-more.png') calc(100% - 16px) center no-repeat, url(../img/cart-icon.png) 25px center no-repeat, linear-gradient(to right, #25b4b1 calc(100% - 39px), #1CA09D calc(100% - 39px));
  padding-right: 39px;
  height: 64px;
}
.menu .basket .uss_basket_wrapper > div .amounts {
  border-radius: 4px 0 0 0;
  padding: 15px 0 0 64px;
  font-size: 17px;
  min-width: 180px;
  font-size: 12px;
}
.menu .basket .uss_basket_wrapper > div .totals {
  border-radius: 4px 0 0 0;
  padding: 0 0 0 64px;
  font-size: 17px;
  min-width: 180px;
}
.menu .basket p {
  margin: 0;
  padding: 26px 5px 0 62px;
}
.menu .basket .basket-link {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.menu .menu-content {
  -moz-flex: 1 auto;
  -ms-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
          flex: 1 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.menu .menu-content.left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.menu .menu-content.double {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.menu .menu-content.double .basket {
  -moz-order: 0;
  -ms-order: 0;
  -o-order: 0;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.menu .menu-content.double .in_menu {
  -moz-order: 10;
  -ms-order: 10;
  -o-order: 10;
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.menu .menu-content.double .in_menu > ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.menu .menu-content.double .in_menu > ul > li {
  margin: auto;
  height: auto;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.menu .menu-content.double .in_menu > ul > li > a {
  text-align: left;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  width: 1000px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.menu .menu-content.double.two-line .in_menu > ul > li > a {
  padding-top: 7px;
  padding-bottom: 7px;
}
.mobile-top-menu {
  background: #E7EAEC;
}
.mobile-top-menu .inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.mobile-top-menu .aside-header {
  -moz-flex: 0 280px;
  -ms-flex: 0 280px;
  -o-flex: 0 280px;
  -webkit-box-flex: 0;
          flex: 0 280px;
  min-width: 280px;
  font-weight: normal;
  background: #F0F2F3;
  padding: 17px 31px 16px 31px;
  font-size: 17px;
  font-family: 'roboto-medium';
  color: #2F2F2F;
  display: block;
  margin-bottom: 31px;
  border-radius: 4px 4px 0 0;
  position: relative;
  background: #25B4B1;
  color: #fff;
  background-image: url(../img/aside-catalog-title.png);
  background-position: 29px center;
  background-repeat: no-repeat;
  padding-left: 61px;
  margin-bottom: 0;
}
.mobile-top-menu .aside-header.aside-header-left {
  margin-right: 31px;
}
.mobile-top-menu .aside-header.aside-header-right {
  margin-left: 31px;
}
.mobile-top-menu .in_menu {
  -moz-flex: 1 auto;
  -ms-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
          flex: 1 auto;
  background: #445C6D;
}
.mobile-top-menu .in_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mobile-top-menu .in_menu ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mobile-top-menu .in_menu ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mobile-top-menu .in_menu ul li {
  -moz-flex: 1 auto;
  -ms-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
          flex: 1 auto;
  position: relative;
}
.mobile-top-menu .in_menu ul li a {
  display: inline-block;
  width: 100%;
  padding: 17px 10px 17px 66px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  height: 100%;
}
.mobile-top-menu .in_menu ul li .submenu {
  /*display: none;*/
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 101;
  max-height: 0;
  overflow: hidden;
  display: block;
  -webkit-transition: max-height 0.15s ease-in;
  -o-transition: max-height 0.15s ease-in;
  transition: max-height 0.15s ease-in;
  text-align: left;
}
.mobile-top-menu .in_menu ul li .submenu .submenu {
  display: none !important;
}
.mobile-top-menu .in_menu ul li .submenu li {
  display: block;
  text-align: left;
}
.mobile-top-menu .in_menu ul li .submenu li a {
  display: block;
  padding: 10px 10px 9px 10px;
}
.mobile-top-menu .in_menu ul li .submenu li:hover a {
  background: #25B4B1;
}
.mobile-top-menu .in_menu ul li:hover a {
  background-color: #334755;
}
.mobile-top-menu .in_menu ul li:hover > .submenu {
  /*display: block;*/
  max-height: 700px;
  -webkit-transition: max-height 0.15s ease-in;
  -o-transition: max-height 0.15s ease-in;
  transition: max-height 0.15s ease-in;
}
.mobile-top-menu .in_menu ul {
  width: 100%;
}
.mobile-top-menu .in_menu ul > li > a {
  background: url('../img/menu-li.png') 31px center no-repeat;
}
.mobile-top-menu .in_menu ul > li:hover > a {
  background-color: #334755;
}
.mobile-top-menu .in_menu ul > li:hover > .submenu {
  display: block;
}
.mobile-top-menu .in_menu ul > li.active > a {
  background-color: #334755;
}
.mobile-top-menu .in_menu ul > li .submenu li a {
  background: #334755;
}
.mobile-top-menu .basket {
  position: relative;
  width: 235px;
  min-width: 235px;
}
.mobile-top-menu .basket .uss_basket_wrapper > div {
  color: #fff;
  position: relative;
  margin-top: -10px;
  border-radius: 4px 4px 0 0;
  background: url('../img/cart-more.png') calc(100% - 16px) center no-repeat, url(../img/cart-icon.png) 25px center no-repeat, -webkit-linear-gradient(left, #25b4b1 calc(100% - 39px), #1CA09D calc(100% - 39px));
  background: url('../img/cart-more.png') calc(100% - 16px) center no-repeat, url(../img/cart-icon.png) 25px center no-repeat, -o-linear-gradient(left, #25b4b1 calc(100% - 39px), #1CA09D calc(100% - 39px));
  background: url('../img/cart-more.png') calc(100% - 16px) center no-repeat, url(../img/cart-icon.png) 25px center no-repeat, linear-gradient(to right, #25b4b1 calc(100% - 39px), #1CA09D calc(100% - 39px));
  padding-right: 39px;
  height: 64px;
}
.mobile-top-menu .basket .uss_basket_wrapper > div .amounts {
  border-radius: 4px 0 0 0;
  padding: 15px 0 0 64px;
  font-size: 17px;
  min-width: 180px;
  font-size: 12px;
}
.mobile-top-menu .basket .uss_basket_wrapper > div .totals {
  border-radius: 4px 0 0 0;
  padding: 0 0 0 64px;
  font-size: 17px;
  min-width: 180px;
}
.mobile-top-menu .basket p {
  margin: 0;
  padding: 26px 5px 0 62px;
}
.mobile-top-menu .basket .basket-link {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.mobile-top-menu .menu-content {
  -moz-flex: 1 auto;
  -ms-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
          flex: 1 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mobile-top-menu .menu-content.left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.mobile-top-menu .menu-content.double {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mobile-top-menu .menu-content.double .basket {
  -moz-order: 0;
  -ms-order: 0;
  -o-order: 0;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.mobile-top-menu .menu-content.double .in_menu {
  -moz-order: 10;
  -ms-order: 10;
  -o-order: 10;
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.mobile-top-menu .menu-content.double .in_menu > ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.mobile-top-menu .menu-content.double .in_menu > ul > li {
  margin: auto;
  height: auto;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.mobile-top-menu .menu-content.double .in_menu > ul > li > a {
  text-align: left;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  width: 1000px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.mobile-top-menu .menu-content.double.two-line .in_menu > ul > li > a {
  padding-top: 7px;
  padding-bottom: 7px;
}
.mobile-top-menu .in_menu > ul > li > a {
  height: auto !important;
}
.slider {
  margin: 31px 0 31px 0;
  max-height: 378px;
  overflow: hidden;
}
.slider .slides {
  position: relative;
}
.slider .slides .slide {
  position: relative;
}
.slider .slides .slide .slide-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 11;
}
.slider .slides .slide img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.slider .slides .slide .caption {
  line-height: 1.5;
  font-family: 'roboto';
  width: 40%;
  max-height: 100%;
  padding-right: 130px;
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  z-index: 10;
}
.slider .slides .slide .caption p {
  margin: 0 0 5px 0;
}
.slider .slides .slide .caption .title {
  font-size: 19px;
  font-weight: bold;
  color: #25B4B1;
  margin-bottom: 1em;
}
.slider .slides .slide .caption .preview {
  font-size: 13px;
  color: #6A747C;
}
.slider .slick-arrow {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  opacity: 1;
  z-index: 100;
}
.slider .slick-arrow.slick-prev {
  background: url(../img/slider-prev.png) center no-repeat, #C4C9CD;
  left: 27px;
}
.slider .slick-arrow.slick-next {
  background: url(../img/slider-next.png) center no-repeat, #C4C9CD;
  right: 27px;
}
.slider .slick-arrow:hover {
  background-color: #445C6D;
}
.news-block {
  margin-bottom: 0;
}
.news-block .inner {
  padding: 23px 0 8px 0;
}
.news-block .title-menu {
  position: absolute;
  top: 50%;
  right: 0%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: center;
      align-content: center;
}
.news-block .title-menu a {
  display: inline-block;
  padding-left: 24px;
  margin-left: 40px;
  font-size: 13px;
  text-decoration: none;
}
.news-block .title-menu a:hover {
  text-decoration: underline;
}
.news-block .title-menu a.watch-all {
  background: url(../img/all-news.png) left center no-repeat;
}
.news-block .title-menu a.subscribe {
  background: url(../img/news-subscribe.png) left center no-repeat;
}
.news-block .h3 {
  font-size: 17px;
  font-weight: normal;
  font-family: 'roboto';
  padding-left: 0;
  margin: 0 0 18px 0;
}
.news-block .items {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-block .news_block_item {
  max-width: calc( (100% -  ( 2 * 30px ) ) / 3);
  -moz-flex: 1 auto;
  -ms-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
          flex: 1 auto;
}
.news-block .news_block_item .info .date {
  margin-bottom: 18px;
}
.news-block .news_block_item .info .title {
  font-size: 15px;
  line-height: 1.4;
}
.news-block .news_block_item .info .title a {
  margin: 0 0 18px 0;
  text-decoration: none;
}
.news-block .news_block_item .info .title a:hover {
  text-decoration: underline;
}
.news-block .news_block_item .info .commentsAmount {
  text-decoration: none;
  color: inherit;
  font-size: 13px;
  line-height: 16px;
  padding-left: 10px;
}
.news-block .news_block_item .info .commentsAmount img {
  display: inline-block;
  vertical-align: middle;
}
.news-block .news_block_item .info .preview {
  font-size: 12px;
}
.news-block .news_block_item .info .uss_news_more {
  margin-top: 18px;
  font-size: 15px;
}
.news-block.x2 .news_block_item {
  max-width: calc( (100% -  ( 1 * 30px ) ) / 2);
}
.footer {
  background: #F0F2F3;
}
.footer .inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 41px 0 32px 0;
  border-top: 1px solid #DDE1E3;
}
.footer .in_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer .in_menu ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer .in_menu ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .in_menu ul li a {
  font-size: 17px;
  color: #2F2F2F;
  font-family: 'roboto';
  text-decoration: none;
  display: block;
  width: 100%;
}
.footer .in_menu ul li a:hover {
  color: #1CA09D;
}
.footer .in_menu ul li .submenu {
  display: block;
  margin: 30px 0 0 0;
}
.footer .in_menu ul li .submenu li {
  display: block;
  margin: 0 0 6px 0;
}
.footer .in_menu ul li .submenu li a {
  color: #1CA09D;
  font-size: 13px;
  padding: 4px 0 3px 0;
}
.footer .in_menu ul li .submenu li a:hover {
  color: #2F2F2F;
  text-decoration: underline;
}
.footer .left {
  -moz-flex: 0 calc(100% - 260px);
  -ms-flex: 0 calc(100% - 260px);
  -o-flex: 0 calc(100% - 260px);
  -webkit-box-flex: 0;
          flex: 0 calc(100% - 260px);
  padding-right: 60px;
}
.footer .right {
  width: 260px;
  padding-left: 60px;
  border-left: 1px solid #DDE1E3;
}
.footer .social .h3 {
  font-size: 17px;
  font-weight: normal;
  font-family: 'roboto';
  color: #6A747C;
  margin-bottom: 33px;
}
.footer .social a {
  display: block;
  width: 100%;
  font-size: 13px;
  text-decoration: none;
  position: relative;
  margin: 0 0 12px 0;
  color: inherit;
}
.footer .social a img {
  margin-right: 13px;
  display: inline-block;
}
.footer .social a:hover {
  text-decoration: none;
  color: #1CA09D;
}
.footer .social a:hover img {
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.footer .burger {
  width: 35px;
  height: 35px;
  border: 2px solid #25B4B1;
  margin-right: 10px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5px 3px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  margin: 10px 10px 0 0;
}
.footer .burger span {
  height: 3px;
  background: #25B4B1;
  display: block;
  width: 100%;
}
.footer .burger:hover {
  background: #25B4B1;
}
.footer .burger:hover span {
  background: #fff;
}
.footer.open .in_menu {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  background: #445C6D;
}
.footer.open .in_menu ul {
  display: block;
}
.footer.open .in_menu ul li {
  display: block;
}
.footer.open .in_menu ul li .submenu {
  display: none !important;
}
.footer.open .in_menu ul li a {
  color: #fff;
  display: block;
  padding: 10px 0 11px 55px;
  background: url('../img/menu-li.png') 15px center no-repeat;
  text-align: left;
}
.footer.open .in_menu ul li.active a,
.footer.open .in_menu ul li:hover a {
  background-color: #334755;
}
.bottom {
  background: #F0F2F3;
}
.bottom .inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #DDE1E3;
  padding: 38px 0 35px 0;
}
.bottom .center {
  -moz-flex: 1 auto;
  -ms-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
          flex: 1 auto;
  text-align: center;
}
.bottom .dev {
  display: inline-block;
}
.bottom .dev .uss-copyright {
  padding-right: 10px;
}
.uss_form_tml.comments_form form,
.uss_form_tml.comment_answer_form form {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.uss_form_tml.comments_form form .uss_form_item.uss_form_text,
.uss_form_tml.comment_answer_form form .uss_form_item.uss_form_text {
  margin-right: 0 !important;
  width: calc( (100% -  ( (2 - 1) * 20px ) ) / 2);
  float: none;
}
.uss_form_tml.comments_form form .uss_form_item.uss_form_text input,
.uss_form_tml.comment_answer_form form .uss_form_item.uss_form_text input,
.uss_form_tml.comments_form form .uss_form_item.uss_form_text input.styler,
.uss_form_tml.comment_answer_form form .uss_form_item.uss_form_text input.styler {
  width: 100% !important;
}
.uss_form_tml.comments_form form .uss_form_item.uss_form_textarea,
.uss_form_tml.comment_answer_form form .uss_form_item.uss_form_textarea {
  width: 100%;
}
.uss_form_tml.comments_form form .uss_form_item.uss_form_textarea textarea,
.uss_form_tml.comment_answer_form form .uss_form_item.uss_form_textarea textarea {
  width: 100% !important;
}
.bread {
  padding: 29px 0 0 0;
}
.bread .devider {
  display: inline-block;
  background: url(../img/aside-menu-li.png) center no-repeat;
  margin: 0 12px 0 13px;
  width: 11px;
  height: 11px;
  vertical-align: middle;
}
.mainpage .bread {
  display: none;
}
.singlepage .content {
  padding-bottom: 25px;
}
div.uss_tabs div.uss_tabs_navigation span {
  background: #445C6D;
  color: #fff;
  border-bottom: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1 !important;
  font-size: 17px;
  line-height: 1em;
  text-shadow: none;
  font-weight: normal;
  font-family: 'roboto-medium';
  border-radius: 4px 4px 0 0;
  padding-top: 16px;
  height: 55px;
  display: inline-block;
  vertical-align: bottom;
  float: none;
}
div.uss_tabs div.uss_tabs_navigation span + span {
  margin-left: 4px;
}
div.uss_tabs div.uss_tabs_navigation span.selected,
div.uss_tabs div.uss_tabs_navigation span:hover {
  padding-top: 20px;
  background: #25B4B1;
  height: 59px;
}
div.uss_tabs div.tab_items {
  border-color: #E1E0E0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 18px 19px;
}
.uss_eshop_sort_block {
  float: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.uss_eshop_sort_block .jq-selectbox {
  width: auto;
  margin-left: 4px;
}
.uss_eshop_sort_block .jq-selectbox,
.uss_eshop_sort_block .jq-selectbox * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.uss_eshop_sort_block > * {
  margin-bottom: 10px;
}
.uss_eshop_sort_block form {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.one-in-row {
  display: block !important;
}
.one-in-row > * {
  display: block;
  width: 100% !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  border-right: none !important;
  border-left: none !important;
  border-top: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.header .burger {
  width: 35px;
  height: 35px;
  border: 2px solid #25B4B1;
  margin-right: 10px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5px 3px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.header .burger span {
  height: 3px;
  background: #25B4B1;
  display: block;
  width: 100%;
}
.header .burger:hover {
  background: #25B4B1;
}
.header .burger:hover span {
  background: #fff;
}
.table-wrap {
  position: relative;
  display: block;
}
.uss-basket-scroll-nav {
  height: 5px;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  width: 100%;
  left: 0;
  bottom: 0;
  margin-top: -20px;
  margin-bottom: 20px;
}
#loginForm table {
  width: 100%;
  max-width: 380px;
}
#loginForm table tr td input.styler {
  width: 100% !important;
}
#loginForm table tr td input[type='submit'].styler {
  width: 100% !important;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
#loginForm + .registration {
  display: inline-block;
  vertical-align: middle;
  width: calc((380px - 15px) / 2 );
  text-align: center;
}
#loginForm + .registration + .passrecovery {
  display: inline-block;
  vertical-align: middle;
  width: calc((380px - 15px) / 2 );
  text-align: center;
}
.section_registration form {
  margin-bottom: 20px;
}
.section_registration form .uss_form_item {
  max-width: 380px;
}
.section_registration form .uss_form_item:not(.uss_form_captcha) {
  width: 100%;
}
.section_registration form .uss_form_item:not(.uss_form_captcha) input.styler,
.section_registration form .uss_form_item:not(.uss_form_captcha) textarea.styler {
  width: 100%;
}
.section_registration form .uss_form_item.uss_form_captcha {
  width: 100%;
}
.section_registration form .uss_form_item.uss_form_submit input.styler {
  width: 100%;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.quiz h5 {
  font-size: 17px;
  font-family: 'roboto-medium';
  font-weight: normal;
}
.quiz .submit input[type='submit'].styler {
  background: #25B4B1;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  padding: 7px 20px 8px 19px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-family: 'roboto';
  margin: 26px 0 0 0;
  text-shadow: none;
  font-weight: normal;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.quiz .submit input[type='submit'].styler:hover {
  background: #334755;
}
.photoalbum .uss_images_block .uss_one_image {
  padding: 24px;
  border: 1px solid #E5E5E5;
  margin-bottom: 20px;
  margin-right: 36px;
  width: 268px;
  display: inline-block;
}
.photoalbum .uss_images_block .uss_one_image img {
  display: block;
  margin: 0 auto;
}
.photoalbum .h3 .navs {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.photoalbum .h3 .navs .slick-arrow {
  display: block;
  position: static;
  width: 50%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: none;
          -ms-transform: none;
      transform: none;
}
.photoalbum .h3 .navs .slick-arrow.slick-prev {
  background: url(../img/position-prev.png) center no-repeat;
}
.photoalbum .h3 .navs .slick-arrow.slick-next {
  background: url(../img/position-next.png) center no-repeat;
  border-radius: 0 4px 0 0;
}
.photoalbum .h3 .navs .slick-arrow:hover {
  background-color: #E7EAEC;
}
table.table {
  width: 100%;
}
table.table tbody {
  display: block;
}
table.table tr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
table.table tr td {
  display: block;
  -moz-flex: 1 auto;
  -ms-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
          flex: 1 auto;
  text-align: center;
}
table.table tr td img {
  max-width: 100%;
}
table.table tr td strong {
  font-size: 17px;
}
ul.uss_sitemap {
  margin: 0 0 0 0;
  padding: 0 0 0 20px;
  line-height: 1.5em;
}
.uss_pagenator .uss_page {
  margin: 0 2px !important;
  padding: 0;
  border: none !important;
  width: 30px;
  height: 30px;
}
.uss_pagenator .uss_page a {
  border-radius: 30px;
  background: #F0F2F3;
  color: #333333;
  border: none;
  display: inline-block !important;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  text-align: left;
  line-height: 30px;
  font-size: 15px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  color: inherit;
  font-size: inherit;
}
.uss_pagenator .uss_page.uss_page_selected a {
  background: #25B4B1;
  color: #fff;
}
.uss_user_wishlist table tr td.uss_delete_pos input {
  width: 40px;
  height: 35px;
  text-align: center;
  border: 1px solid #F0F2F3;
  margin-left: 4px;
  margin-right: 4px;
}
.compare_block_wrapper table tr td.td_item .uss_eshop_amount_block .basket_amount_class {
  width: 40px;
  height: 35px;
  text-align: center;
  border: 1px solid #F0F2F3;
  margin-left: 4px;
  margin-right: 4px;
}
.scale {
  -webkit-transition: -webkit-transform 0.15s ease-in;
  transition: -webkit-transform 0.15s ease-in;
  -o-transition: transform 0.15s ease-in;
  transition: transform 0.15s ease-in;
  transition: transform 0.15s ease-in, -webkit-transform 0.15s ease-in;
}
.scale0 {
  -webkit-transform: scale(0.25);
          -ms-transform: scale(0.25);
      transform: scale(0.25);
  opacity: 0.02;
}
.scale1 {
  -webkit-transform: scale(1);
          -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1;
}
.mobile-top-menu {
  left: -75%;
  display: none;
}
.mobile-top-menu .in_menu ul > li:hover > .submenu {
  position: static;
}
.mobile-top-menu.open {
  position: absolute;
  display: block;
  left: 0%;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  -webkit-animation: mobile-top-show 0.35s ease-in-out;
          animation: mobile-top-show 0.35s ease-in-out;
  margin-right: 25%;
  background: rgba(0, 0, 0, 0.45);
}
.mobile-top-menu.open .in_menu {
  width: 75%;
  height: 100%;
}
.mobile-top-menu.open .close {
  width: 26px;
  height: 26px;
  right: 15px;
  top: 15px;
  position: absolute;
  background: url(../img/uss_foto_buttons.png) no-repeat #fff;
  background-position: 0 -52px;
  z-index: 1001;
  cursor: pointer;
}
.mobile-top-menu.open .close:hover {
  background-position: -26px -52px;
}
.uss_error_form ol {
  padding: 0;
}
.section_text .uss_subscribe_form form {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section_text .uss_subscribe_form form > * {
  margin-right: 10px !important;
}
.section_text .uss_subscribe_form form .email label {
  margin-right: 10px;
}
.section_text .uss_subscribe_form form input[type='text'],
.section_text .uss_subscribe_form form input[type='email'] {
  width: auto !important;
  max-width: 100%;
  border: 1px solid #CACFD2;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0 !important;
}
.colorStyle1 .header .search {
  max-width: 368px;
}
.colorStyle2 .fc_form_tml input[type='submit'],
.colorStyle2 .fc_form_tml button[type='submit'],
.colorStyle2 .fc_form_tml input.styler[type='submit'],
.colorStyle2 .fc_form_tml button.styler[type='submit'],
.colorStyle2 .fc_form_tml input[type='button'],
.colorStyle2 .fc_form_tml button[type='button'],
.colorStyle2 .fc_form_tml input.styler[type='button'],
.colorStyle2 .fc_form_tml button.styler[type='button'],
.colorStyle2 form[name='uss_block_filters'] input[type='submit'],
.colorStyle2 form[name='uss_block_filters'] button[type='submit'],
.colorStyle2 form[name='uss_block_filters'] input.styler[type='submit'],
.colorStyle2 form[name='uss_block_filters'] button.styler[type='submit'],
.colorStyle2 form[name='uss_block_filters'] input[type='button'],
.colorStyle2 form[name='uss_block_filters'] button[type='button'],
.colorStyle2 form[name='uss_block_filters'] input.styler[type='button'],
.colorStyle2 form[name='uss_block_filters'] button.styler[type='button'],
.colorStyle2 .uss_form_tml input[type='submit'],
.colorStyle2 .uss_form_tml button[type='submit'],
.colorStyle2 .uss_form_tml input.styler[type='submit'],
.colorStyle2 .uss_form_tml button.styler[type='submit'],
.colorStyle2 .uss_form_tml input[type='button'],
.colorStyle2 .uss_form_tml button[type='button'],
.colorStyle2 .uss_form_tml input.styler[type='button'],
.colorStyle2 .uss_form_tml button.styler[type='button'] {
  background: #FFC728;
}
.colorStyle2 .fc_form_tml input[type='submit']:hover,
.colorStyle2 .fc_form_tml button[type='submit']:hover,
.colorStyle2 .fc_form_tml input.styler[type='submit']:hover,
.colorStyle2 .fc_form_tml button.styler[type='submit']:hover,
.colorStyle2 .fc_form_tml input[type='button']:hover,
.colorStyle2 .fc_form_tml button[type='button']:hover,
.colorStyle2 .fc_form_tml input.styler[type='button']:hover,
.colorStyle2 .fc_form_tml button.styler[type='button']:hover,
.colorStyle2 form[name='uss_block_filters'] input[type='submit']:hover,
.colorStyle2 form[name='uss_block_filters'] button[type='submit']:hover,
.colorStyle2 form[name='uss_block_filters'] input.styler[type='submit']:hover,
.colorStyle2 form[name='uss_block_filters'] button.styler[type='submit']:hover,
.colorStyle2 form[name='uss_block_filters'] input[type='button']:hover,
.colorStyle2 form[name='uss_block_filters'] button[type='button']:hover,
.colorStyle2 form[name='uss_block_filters'] input.styler[type='button']:hover,
.colorStyle2 form[name='uss_block_filters'] button.styler[type='button']:hover,
.colorStyle2 .uss_form_tml input[type='submit']:hover,
.colorStyle2 .uss_form_tml button[type='submit']:hover,
.colorStyle2 .uss_form_tml input.styler[type='submit']:hover,
.colorStyle2 .uss_form_tml button.styler[type='submit']:hover,
.colorStyle2 .uss_form_tml input[type='button']:hover,
.colorStyle2 .uss_form_tml button[type='button']:hover,
.colorStyle2 .uss_form_tml input.styler[type='button']:hover,
.colorStyle2 .uss_form_tml button.styler[type='button']:hover {
  background: #333333;
  color: #fff;
}
.colorStyle2 #wrap {
  color: #787878;
}
.colorStyle2 a {
  color: #EA2B1F;
}
.colorStyle2 a.btn {
  background: #333333;
  color: #333333;
}
.colorStyle2 a.btn:hover {
  background: #FFD661;
  color: #333333;
}
.colorStyle2 .uss_search_form form input[type='text']:focus {
  border-color: #FFC728;
}
.colorStyle2 .uss_search_form form input[type='submit'] {
  background: #FFC728;
  color: #333333;
}
.colorStyle2 .header .search form input[type='text']:focus {
  border-color: #FFC728;
}
.colorStyle2 .header .search form input[type='submit'] {
  background: #FFC728;
  color: #333333;
}
.colorStyle2 .header .search form input[type='submit']:hover {
  background: #FFD661;
  color: #333333;
}
.colorStyle2 .header .contacts {
  color: #787878;
}
.colorStyle2 .header .contacts .phone {
  background: url('../img/k1_2/phone-icon.png') left center no-repeat;
  background-position: 0 0;
}
.colorStyle2 .header .contacts .point {
  background: url('../img/k1_2/point-icon-small.png') left center no-repeat;
  background-position: 0 0;
  text-align: left;
  padding-left: 43px;
}
.colorStyle2 .header .center .contacts .phone {
  background-image: url('../img/k1_2/phone-icon-small.png');
}
.colorStyle2 .header .basket .uss_basket_wrapper > div {
  background: url(../img/cart-icon.png) center no-repeat, #FFC728;
}
.colorStyle2 .menu .aside-header {
  background: url('../img/k1_2/aside-catalog-title.png') no-repeat, #FFC728;
  background-position: 29px center;
}
.colorStyle2 .menu .aside-header .h3 {
  color: #333333;
}
.colorStyle2 .menu .in_menu {
  background: #FFC728;
}
.colorStyle2 .menu .in_menu ul > li > a {
  color: #333333;
  background: url('../img/k1_2/menu-li.png') 31px center no-repeat;
}
.colorStyle2 .menu .in_menu ul > li:hover > a,
.colorStyle2 .menu .in_menu ul > li.active > a {
  color: #fff;
  background: url('../img/k1_2/menu-li-active.png') 31px center no-repeat, #FFD661;
}
.colorStyle2 .menu .in_menu ul > li .submenu li a {
  background: #FFD661;
}
.colorStyle2 .menu .in_menu ul > li .submenu li:hover a {
  background: #EA2B1F;
  color: #fff;
}
.colorStyle2 .mobile-top-menu .aside-header {
  background: url('../img/k1_2/aside-catalog-title.png') no-repeat, #FFC728;
  background-position: 29px center;
}
.colorStyle2 .mobile-top-menu .aside-header .h3 {
  color: #333333;
}
.colorStyle2 .mobile-top-menu .in_menu {
  background: #FFC728;
}
.colorStyle2 .mobile-top-menu .in_menu ul > li > a {
  color: #333333;
  background: url('../img/k1_2/menu-li.png') 31px center no-repeat;
}
.colorStyle2 .mobile-top-menu .in_menu ul > li:hover > a,
.colorStyle2 .mobile-top-menu .in_menu ul > li.active > a {
  color: #fff;
  background: url('../img/k1_2/menu-li-active.png') 31px center no-repeat, #FFD661;
}
.colorStyle2 .mobile-top-menu .in_menu ul > li .submenu li a {
  background: #FFD661;
}
.colorStyle2 .mobile-top-menu .in_menu ul > li .submenu li:hover a {
  background: #EA2B1F;
  color: #fff;
}
.colorStyle2 .aside .aside_opener {
  background: url('../img/k1_2/aside-catalog-title.png') no-repeat, #FFC728;
  background-position: 29px center;
}
.colorStyle2 .aside .aside_opener .h3 {
  color: #333333;
}
.colorStyle2 .aside .aside-catalog ul li a {
  color: #333333;
  background: url('../img/k1_2/aside-menu-li.png') 31px center no-repeat, #F1F1F1;
  padding-left: 60px;
}
.colorStyle2 .aside .aside-catalog ul li .submenu .submenu li a {
  background-image: none;
  background: #212121;
}
.colorStyle2 .aside .aside-catalog ul li.active > a,
.colorStyle2 .aside .aside-catalog ul li:hover > a,
.colorStyle2 .aside .aside-catalog ul li.active > .catalog_menu_item a,
.colorStyle2 .aside .aside-catalog ul li:hover > .catalog_menu_item a {
  background: url('../img/k1_2/aside-menu-li-active.png') 31px center no-repeat, #FFC728;
  color: #333;
}
.colorStyle2 .aside .aside-catalog ul li.active .submenu {
  background: #333333;
}
.colorStyle2 .aside .aside-catalog ul li.active .submenu li a {
  background-image: none;
  color: #fff;
}
.colorStyle2 .aside .aside-catalog ul li.active .submenu li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}
.colorStyle2 .aside .aside-catalog ul li.active .submenu li.active > a,
.colorStyle2 .aside .aside-catalog ul li.active .submenu li:hover > a,
.colorStyle2 .aside .aside-catalog ul li.active .submenu li.active > .catalog_menu_item a,
.colorStyle2 .aside .aside-catalog ul li.active .submenu li:hover > .catalog_menu_item a {
  background: #1E1E1E;
}
.colorStyle2 .aside .aside-block .h3 {
  background: #F1F1F1;
  color: #333333;
}
.colorStyle2 .aside .uss_eshop_block_item {
  background: #F1F1F1;
}
.colorStyle2 .aside .aside-news .title-menu a.watch-all {
  background: url('../img/k1_2/all-news.png') left center no-repeat;
}
.colorStyle2 .aside .aside-news .title-menu a.subscribe {
  background: url('../img/k1_2/news-subscribe.png') left center no-repeat;
}
.colorStyle2 .aside .aside-contacts .h3 {
  color: #EA2B1F;
}
.colorStyle2 .aside .aside-contacts a.uss_more {
  background: #333333 !important;
  color: #fff !important;
}
.colorStyle2 .uss_shop_blocks_view .uss_eshop_item .uss_shop_name {
  color: #333333;
}
.colorStyle2 .uss_shop_blocks_view .uss_eshop_item .uss_shop_name a {
  color: inherit;
}
.colorStyle2 .uss_shop_blocks_view .uss_eshop_item .uss_shop_name:hover {
  color: #EA2B1F;
}
.colorStyle2 .uss_shop_blocks_view .uss_eshop_item .uss_shop_btns .uss_compare_by a {
  background-image: url('../img/k1_2/compare-icon-list.png');
}
.colorStyle2 .uss_shop_blocks_view .uss_eshop_item .uss_shop_btns .uss_compare_by a:hover {
  background-image: url('../img/compare-icon-list-active.png');
}
.colorStyle2 .uss_shop_blocks_view .uss_eshop_item .uss_shop_btns .uss_shop_put_wrap a {
  background-image: url('../img/k1_2/put-icon-list.png');
}
.colorStyle2 .uss_shop_blocks_view .uss_eshop_item .uss_shop_btns .uss_shop_put_wrap a:hover {
  background-image: url('../img/put-icon-list-active.png');
}
.colorStyle2 .uss_shop_blocks_view .uss_eshop_item .uss_shop_btns .uss_shop_buy_one_click a {
  background-image: url('../img/k1_2/fast-buy-icon-list.png');
}
.colorStyle2 .uss_shop_blocks_view .uss_eshop_item .uss_shop_btns .uss_shop_buy_one_click a:hover {
  background-image: url('../img/fast-buy-icon-list-active.png');
}
.colorStyle2 .uss_eshop_block_item .uss_shop_name {
  color: #333333;
}
.colorStyle2 .uss_eshop_block_item .uss_shop_name a {
  color: inherit;
}
.colorStyle2 .uss_eshop_block_item .uss_shop_name:hover {
  color: #EA2B1F;
}
.colorStyle2 .uss_eshop_block_item a.add_to_cart {
  background-color: #FFC728;
  color: #333333;
}
.colorStyle2 .uss_eshop_block_item a.add_to_cart.already_in_cart {
  background-color: #333333;
  color: #fff;
}
.colorStyle2 .uss_eshop_block_item a.add_to_cart:hover {
  background-color: #5C5C5C;
  color: #fff;
}
.colorStyle2 .uss_eshop_sameproducts.blocks .item .info .title {
  color: #333333;
}
.colorStyle2 .uss_eshop_sameproducts.blocks .item .info .title a {
  color: inherit;
}
.colorStyle2 .uss_eshop_sameproducts.blocks .item .info .title:hover {
  color: #EA2B1F;
}
.colorStyle2 .news-block .title-menu a.watch-all {
  background-image: url('/img/k1_2/all-news.png');
}
.colorStyle2 .news-block .title-menu a.subscribe {
  background-image: url('/img/k1_2/news-subscribe.png');
}
.colorStyle2 .footer .in_menu ul li .submenu li a {
  color: #EA2B1F;
}
.colorStyle2 .section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart:not(.already_in_cart):not(.buy_one_click) {
  background-image: url('../img/k1_2/btn-buy.png') !important;
  background-color: #FFC728 !important;
  color: #333333 !important;
}
.colorStyle2 .section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart:not(.already_in_cart):not(.buy_one_click):hover,
.colorStyle2 .section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart:not(.already_in_cart):not(.buy_one_click).already_in_cart {
  background-image: url('../img/btn-buy.png') !important;
  background-color: #333333 !important;
  color: #fff !important;
}
.colorStyle2 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart {
  background-color: #FFC728 !important;
  color: #333333 !important;
}
.colorStyle2 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart:not(.already_in_cart) {
  background-image: url('../img/k1_2/btn-buy.png') !important;
}
.colorStyle2 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart:hover,
.colorStyle2 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart.already_in_cart {
  background-color: #333333 !important;
  color: #fff !important;
}
.colorStyle2 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart:hover:not(.already_in_cart),
.colorStyle2 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart:not(.already_in_cart) {
  background-image: url('../img/btn-buy.png') !important;
}
.colorStyle2 .uss_eshop_item .uss_shop_by a.add_to_cart {
  background-color: #FFC728;
  color: #333333;
}
.colorStyle2 .uss_eshop_item .uss_shop_by a.add_to_cart.already_in_cart {
  background-color: #333333;
  color: #fff;
}
.colorStyle2 .uss_eshop_item .uss_shop_by a.add_to_cart:hover {
  background-color: #5C5C5C;
  color: #fff;
}
.colorStyle2 .section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_price span.price {
  color: #EA2B1F;
}
.colorStyle2 .section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_price span.price.old_price {
  color: #8C8C8C;
}
.colorStyle2 .section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart {
  background: #FFC728;
  color: #333333;
}
.colorStyle2 .section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart.buy_one_click {
  background: #333333;
  color: #fff;
}
.colorStyle2 .section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart.buy_one_click:hover {
  background: #5C5C5C;
  color: #fff;
}
.colorStyle2 .uss_shop_block_cat .uss_shop_category .uss_shop_cat_name {
  color: #EA2B1F;
}
.colorStyle2 .uss_catalog_block_cat .uss_catalog_category .catalog_info .uss_catalog_cat_name {
  color: #EA2B1F;
}
.colorStyle2 div.uss_tabs div.uss_tabs_navigation span {
  background: #333333;
  color: #fff;
}
.colorStyle2 div.uss_tabs div.uss_tabs_navigation span.selected,
.colorStyle2 div.uss_tabs div.uss_tabs_navigation span:hover {
  background: #FFC728;
  color: #333333;
}
.colorStyle2 .uss_catalog_list_cat .catalog_orderbutton,
.colorStyle2 .uss_catalog_category .catalog_orderbutton {
  background: #FFC728;
  color: #333333;
}
.colorStyle2 .basket .uss_basket_wrapper > div {
  background: url('../img/cart-more.png') calc(100% - 16px) center no-repeat, url(../img/cart-icon.png) 25px center no-repeat, -webkit-linear-gradient(left, #EA2B1F calc(100% - 39px), #D62116 calc(100% - 39px));
  background: url('../img/cart-more.png') calc(100% - 16px) center no-repeat, url(../img/cart-icon.png) 25px center no-repeat, -o-linear-gradient(left, #EA2B1F calc(100% - 39px), #D62116 calc(100% - 39px));
  background: url('../img/cart-more.png') calc(100% - 16px) center no-repeat, url(../img/cart-icon.png) 25px center no-repeat, linear-gradient(to right, #EA2B1F calc(100% - 39px), #D62116 calc(100% - 39px));
}
.colorStyle2 .basket .uss_basket_wrapper > div .totals {
  background: none;
}
.colorStyle2 .header .burger {
  border: 2px solid #FFC728;
}
.colorStyle2 .header .burger span {
  background: #FFC728;
}
.colorStyle2 .header .burger:hover {
  background: #FFC728;
}
.colorStyle2 .header .burger:hover span {
  background: #fff;
}
.colorStyle2 .footer .burger {
  border: 2px solid #FFC728;
}
.colorStyle2 .footer .burger span {
  background: #FFC728;
}
.colorStyle2 .footer .burger:hover {
  background: #FFC728;
}
.colorStyle2 .footer .burger:hover span {
  background: #fff;
}
.colorStyle2 .footer.open ul > li > a {
  color: #333333;
  background: url('../img/k1_2/menu-li.png') 15px center no-repeat;
}
.colorStyle2 .footer.open ul > li:hover > a,
.colorStyle2 .footer.open ul > li.active > a {
  background: url('../img/k1_2/menu-li-active.png') 15px center no-repeat, #FFD661;
}
.colorStyle2 .footer .social a:hover {
  text-decoration: none;
  color: #EA2B1F;
}
.colorStyle2 .slider .slides .slide .caption .title {
  color: #333333;
}
.colorStyle2 .slider .slides .slide .caption .preview {
  color: #787878;
}
.colorStyle2 .slider .slick-arrow.slick-prev {
  background: url(../img/slider-prev.png) center no-repeat, #C7C7C7;
}
.colorStyle2 .slider .slick-arrow.slick-next {
  background: url(../img/slider-next.png) center no-repeat, #C7C7C7;
}
.colorStyle2 .slider .slick-arrow:hover {
  background-color: #353A3E;
}
.colorStyle2 .slider .caption .uss_more {
  background: #333333 !important;
  color: #fff;
}
.colorStyle2 .slider .caption .uss_more:hover {
  opacity: 0.8;
}
.colorStyle2 #wrap a.uss_more {
  background: #FFC728;
  color: #333333;
}
.colorStyle2 #wrap a.uss_more:hover {
  background: #333333;
  color: #fff;
}
.colorStyle2 .uss_shop_table_view table tr td.uss_price span.actual_price {
  color: #EA2B1F;
}
.colorStyle2 .uss_shop_table_view table tr td.uss_price span.old_price {
  color: #8C8C8C;
}
.colorStyle2 #wrap .catalog_orderbutton {
  background: #FFC728;
  color: #333333;
}
.colorStyle2 #wrap .catalog_orderbutton:hover {
  background: #333333;
  color: #fff;
}
.colorStyle2 .uss_eshop_block_item .add_to_cart {
  background-image: url('../img/k1_2/btn-buy.png');
  background-color: #FFC728;
  color: #333333;
}
.colorStyle2 .uss_eshop_block_item .add_to_cart:hover:not(.already_in_cart) {
  background-image: url('../img/btn-buy.png');
  background-color: #333333;
  color: #fff;
}
.colorStyle2 .uss_eshop_block_item .add_to_cart.already_in_cart {
  background-image: none;
  background-color: #333333;
  color: #fff;
}
.colorStyle2 .quiz .submit input[type='submit'].styler {
  background: #FFC728;
  color: #333333;
}
.colorStyle2 .quiz .submit input[type='submit'].styler:hover {
  background: #333333;
  color: #fff;
}
.colorStyle2 .uss_pagenator .uss_page.uss_page_selected a,
.colorStyle2 .uss_pagenator .uss_page:hover a {
  background: #FFC728;
  color: #fff;
}
.colorStyle2 #uss_basket_ask_where_to_go_block {
  border-color: #FFC728;
}
.colorStyle2 .position .uss_eshop_block_item:hover,
.colorStyle2 .service-block .uss_eshop_menu li:hover,
.colorStyle2 .service-block .catalog_menu li:hover,
.colorStyle2 .uss_shop_block_cat .uss_shop_category:hover,
.colorStyle2 .uss_shop_blocks_view .uss_eshop_item:hover,
.colorStyle2 .uss_shop_list_cat .uss_shop_category:hover,
.colorStyle2 .uss_shop_list_view .uss_shop_list_view_item:hover,
.colorStyle2 .uss_photoalbums_albums_list .uss_albums_item:hover,
.colorStyle2 .uss_eshop_sameproducts.blocks .item:hover,
.colorStyle2 .uss_catalog_category:hover {
  border-color: #EA2B1F;
  -webkit-transition: border-color 0.15s ease-in;
  -o-transition: border-color 0.15s ease-in;
  transition: border-color 0.15s ease-in;
}
.colorStyle2 .uss_photoalbums_albums_list .uss_albums_item .uss_albums_name:hover {
  color: #EA2B1F;
}
.colorStyle2 .footer .in_menu ul li a:hover {
  color: #EA2B1F;
}
.colorStyle2 .uss_shop_list_view_item .uss_shop_technical_data .uss_shop_name a:hover {
  color: #EA2B1F;
}
.colorStyle2 .uss_shop_list_view_item .uss_shop_technical_data .uss_compare_by {
  margin-top: 0.8em;
}
.colorStyle2 .uss_shop_list_view_item .uss_shop_technical_data .uss_compare_by a {
  background-image: url('../img/k1_2/compare-icon-list.png');
}
.colorStyle2 .uss_shop_list_view_item .uss_shop_technical_data .uss_compare_by a:hover {
  background-image: url('../img/compare-icon-list-active.png');
  color: #fff;
}
.colorStyle2 .uss_shop_list_view_item .uss_shop_technical_data .uss_shop_put_wrap .uss_shop_put a {
  background-image: url('../img/k1_2/put-icon-list.png');
  color: #EA2B1F;
}
.colorStyle2 .uss_shop_list_view_item .uss_shop_technical_data .uss_shop_put_wrap .uss_shop_put a:hover {
  background-image: url('../img/put-icon-list-active.png');
  color: #fff;
}
.colorStyle2 .uss_shop_list_view_item .uss_shop_technical_data .uss_shop_by a.add_to_cart.buy_one_click {
  background-image: url('../img/k1_2/fast-buy-icon-list.png');
  color: #EA2B1F;
}
.colorStyle2 .uss_shop_list_view_item .uss_shop_technical_data .uss_shop_by a.add_to_cart.buy_one_click:hover {
  background-color: #212121 !important;
  background-image: url('../img/fast-buy-icon-list-active.png');
  color: #fff;
}
.colorStyle2 .uss_shop_list_view_item .uss_shop_technical_data .uss_shop_by a.add_to_cart:not(.buy_one_click) {
  background-image: url('../img/k1_2/btn-buy.png') !important;
  background-color: #FFC728 !important;
  color: #333333 !important;
}
.colorStyle2 .uss_shop_list_view_item .uss_shop_technical_data .uss_shop_by a.add_to_cart:not(.buy_one_click):hover,
.colorStyle2 .uss_shop_list_view_item .uss_shop_technical_data .uss_shop_by a.add_to_cart:not(.buy_one_click).already_in_cart {
  background-image: url('../img/btn-buy.png') !important;
  background-color: #333333 !important;
  color: #fff !important;
}
.colorStyle2 .catalog_orderform_window_wrap .uss_shop_price_amount_wrap .uss_shop_price .actual_price,
.colorStyle2 .buy_one_click_form_tml .buy_one_click_window_wrap .uss_shop_price_amount_wrap .uss_shop_price .actual_price {
  color: #EA2B1F;
}
.colorStyle2 .service-block .uss_eshop_menu li a:hover {
  color: #EA2B1F;
}
.colorStyle2 .service-block .catalog_menu li a:hover {
  color: #EA2B1F;
}
.colorStyle2 .uss_shoppos_table .uss_eshop_item a.add_to_cart {
  background-color: #FFC728 !important;
  color: #333333 !important;
}
.colorStyle2 .uss_shoppos_table .uss_eshop_item a.add_to_cart:not(.already_in_cart) {
  background-image: url('../img/k1_2/btn-buy.png') !important;
}
.colorStyle2 .uss_shoppos_table .uss_eshop_item a.add_to_cart:hover,
.colorStyle2 .uss_shoppos_table .uss_eshop_item a.add_to_cart.already_in_cart {
  background-color: #333333 !important;
  color: #fff !important;
}
.colorStyle2 .uss_shoppos_table .uss_eshop_item a.add_to_cart:hover:not(.already_in_cart),
.colorStyle2 .uss_shoppos_table .uss_eshop_item a.add_to_cart:not(.already_in_cart) {
  background-image: url('../img/btn-buy.png') !important;
}
.colorStyle2 .section_text .uss_subscribe_form form input[type='submit'] {
  background: #FFC728;
  color: #333333;
}
.colorStyle2 .section_text .uss_subscribe_form form input[type='submit']:hover {
  background: #FFD661;
  color: #333333;
}
@media (max-width: 917px) {
  .colorStyle2 .footer .in_menu {
    background: #FFC728;
  }
  .colorStyle2 .footer .in_menu ul > li > a {
    color: #333333;
    background: url('../img/k1_2/menu-li.png') 31px center no-repeat;
  }
  .colorStyle2 .footer .in_menu ul > li:hover > a,
  .colorStyle2 .footer .in_menu ul > li.active > a {
    color: #fff;
    background: url('../img/k1_2/menu-li-active.png') 31px center no-repeat, #FFD661;
  }
  .colorStyle2 .footer .in_menu ul > li .submenu li a {
    background: #FFD661;
  }
  .colorStyle2 .footer .in_menu ul > li .submenu li:hover a {
    background: #EA2B1F;
    color: #fff;
  }
}
.colorStyle3 .fc_form_tml input[type='submit'],
.colorStyle3 .fc_form_tml button[type='submit'],
.colorStyle3 .fc_form_tml input.styler[type='submit'],
.colorStyle3 .fc_form_tml button.styler[type='submit'],
.colorStyle3 .fc_form_tml input[type='button'],
.colorStyle3 .fc_form_tml button[type='button'],
.colorStyle3 .fc_form_tml input.styler[type='button'],
.colorStyle3 .fc_form_tml button.styler[type='button'],
.colorStyle3 form[name='uss_block_filters'] input[type='submit'],
.colorStyle3 form[name='uss_block_filters'] button[type='submit'],
.colorStyle3 form[name='uss_block_filters'] input.styler[type='submit'],
.colorStyle3 form[name='uss_block_filters'] button.styler[type='submit'],
.colorStyle3 form[name='uss_block_filters'] input[type='button'],
.colorStyle3 form[name='uss_block_filters'] button[type='button'],
.colorStyle3 form[name='uss_block_filters'] input.styler[type='button'],
.colorStyle3 form[name='uss_block_filters'] button.styler[type='button'],
.colorStyle3 .uss_form_tml input[type='submit'],
.colorStyle3 .uss_form_tml button[type='submit'],
.colorStyle3 .uss_form_tml input.styler[type='submit'],
.colorStyle3 .uss_form_tml button.styler[type='submit'],
.colorStyle3 .uss_form_tml input[type='button'],
.colorStyle3 .uss_form_tml button[type='button'],
.colorStyle3 .uss_form_tml input.styler[type='button'],
.colorStyle3 .uss_form_tml button.styler[type='button'] {
  background: #37AFE9;
}
.colorStyle3 .fc_form_tml input[type='submit']:hover,
.colorStyle3 .fc_form_tml button[type='submit']:hover,
.colorStyle3 .fc_form_tml input.styler[type='submit']:hover,
.colorStyle3 .fc_form_tml button.styler[type='submit']:hover,
.colorStyle3 .fc_form_tml input[type='button']:hover,
.colorStyle3 .fc_form_tml button[type='button']:hover,
.colorStyle3 .fc_form_tml input.styler[type='button']:hover,
.colorStyle3 .fc_form_tml button.styler[type='button']:hover,
.colorStyle3 form[name='uss_block_filters'] input[type='submit']:hover,
.colorStyle3 form[name='uss_block_filters'] button[type='submit']:hover,
.colorStyle3 form[name='uss_block_filters'] input.styler[type='submit']:hover,
.colorStyle3 form[name='uss_block_filters'] button.styler[type='submit']:hover,
.colorStyle3 form[name='uss_block_filters'] input[type='button']:hover,
.colorStyle3 form[name='uss_block_filters'] button[type='button']:hover,
.colorStyle3 form[name='uss_block_filters'] input.styler[type='button']:hover,
.colorStyle3 form[name='uss_block_filters'] button.styler[type='button']:hover,
.colorStyle3 .uss_form_tml input[type='submit']:hover,
.colorStyle3 .uss_form_tml button[type='submit']:hover,
.colorStyle3 .uss_form_tml input.styler[type='submit']:hover,
.colorStyle3 .uss_form_tml button.styler[type='submit']:hover,
.colorStyle3 .uss_form_tml input[type='button']:hover,
.colorStyle3 .uss_form_tml button[type='button']:hover,
.colorStyle3 .uss_form_tml input.styler[type='button']:hover,
.colorStyle3 .uss_form_tml button.styler[type='button']:hover {
  background: #A0C734;
  color: #fff;
}
.colorStyle3 #wrap {
  color: #787878;
}
.colorStyle3 a {
  color: #37AFE9;
}
.colorStyle3 a.btn {
  background: #A0C734;
  color: #fff;
}
.colorStyle3 a.btn:hover {
  background: #4EBCF1;
  color: #fff;
}
.colorStyle3 .uss_search_form form input[type='text']:focus {
  border-color: #37AFE9;
}
.colorStyle3 .uss_search_form form input[type='submit'] {
  background: #37AFE9;
  color: #fff;
}
.colorStyle3 .header .search form input[type='text']:focus {
  border-color: #37AFE9;
}
.colorStyle3 .header .search form input[type='submit'] {
  background: #37AFE9;
  color: #fff;
}
.colorStyle3 .header .search form input[type='submit']:hover {
  background: #4EBCF1;
  color: #fff;
}
.colorStyle3 .header .contacts {
  color: #787878;
}
.colorStyle3 .header .contacts .phone {
  background: url('../img/k1_3/phone-icon.png') left center no-repeat;
  background-position: 0 0;
}
.colorStyle3 .header .contacts .point {
  background: url('../img/k1_3/point-icon-small.png') left center no-repeat;
  background-position: 0 0;
  text-align: left;
  padding-left: 43px;
}
.colorStyle3 .header .center .contacts .phone {
  background-image: url('../img/k1_3/phone-icon-small.png');
}
.colorStyle3 .header .basket .uss_basket_wrapper > div {
  background: url(../img/cart-icon.png) center no-repeat, #37AFE9;
}
.colorStyle3 .menu .aside-header {
  background: url('../img/k1_3/aside-catalog-title.png') no-repeat, #37AFE9;
  background-position: 29px center;
}
.colorStyle3 .menu .aside-header .h3 {
  color: #fff;
}
.colorStyle3 .menu .in_menu {
  background: #37AFE9;
}
.colorStyle3 .menu .in_menu ul > li > a {
  color: #fff;
  background: url('../img/k1_3/menu-li.png') 31px center no-repeat;
}
.colorStyle3 .menu .in_menu ul > li:hover > a,
.colorStyle3 .menu .in_menu ul > li.active > a {
  color: #fff;
  background: url('../img/k1_3/menu-li-active.png') 31px center no-repeat, #4EBCF1;
}
.colorStyle3 .menu .in_menu ul > li .submenu li a {
  background: #4EBCF1;
}
.colorStyle3 .menu .in_menu ul > li .submenu li:hover a {
  background: #37AFE9;
  color: #fff;
}
.colorStyle3 .mobile-top-menu .aside-header {
  background: url('../img/k1_3/aside-catalog-title.png') no-repeat, #37AFE9;
  background-position: 29px center;
}
.colorStyle3 .mobile-top-menu .aside-header .h3 {
  color: #fff;
}
.colorStyle3 .mobile-top-menu .in_menu {
  background: #37AFE9;
}
.colorStyle3 .mobile-top-menu .in_menu ul > li > a {
  color: #fff;
  background: url('../img/k1_3/menu-li.png') 31px center no-repeat;
}
.colorStyle3 .mobile-top-menu .in_menu ul > li:hover > a,
.colorStyle3 .mobile-top-menu .in_menu ul > li.active > a {
  color: #fff;
  background: url('../img/k1_3/menu-li-active.png') 31px center no-repeat, #4EBCF1;
}
.colorStyle3 .mobile-top-menu .in_menu ul > li .submenu li a {
  background: #4EBCF1;
}
.colorStyle3 .mobile-top-menu .in_menu ul > li .submenu li:hover a {
  background: #37AFE9;
  color: #fff;
}
.colorStyle3 .aside .aside_opener {
  background: url('../img/k1_3/aside-catalog-title.png') no-repeat, #37AFE9;
  background-position: 29px center;
}
.colorStyle3 .aside .aside_opener .h3 {
  color: #fff;
}
.colorStyle3 .aside .aside-catalog ul li a {
  color: #232323;
  background: url('../img/k1_3/aside-menu-li.png') 31px center no-repeat, #F1F1F1;
  padding-left: 60px;
}
.colorStyle3 .aside .aside-catalog ul li .submenu .submenu li a {
  background-image: none;
  background: #2C99CE;
}
.colorStyle3 .aside .aside-catalog ul li.active > a,
.colorStyle3 .aside .aside-catalog ul li:hover > a,
.colorStyle3 .aside .aside-catalog ul li.active > .catalog_menu_item a,
.colorStyle3 .aside .aside-catalog ul li:hover > .catalog_menu_item a {
  background: url('../img/k1_3/aside-menu-li-active.png') 31px center no-repeat, #A0C734;
  color: #fff;
}
.colorStyle3 .aside .aside-catalog ul li.active .submenu {
  background: #37AFE9;
}
.colorStyle3 .aside .aside-catalog ul li.active .submenu li a {
  background-image: none;
  color: #fff;
}
.colorStyle3 .aside .aside-catalog ul li.active .submenu li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}
.colorStyle3 .aside .aside-catalog ul li.active .submenu li.active > a,
.colorStyle3 .aside .aside-catalog ul li.active .submenu li:hover > a,
.colorStyle3 .aside .aside-catalog ul li.active .submenu li.active > .catalog_menu_item a,
.colorStyle3 .aside .aside-catalog ul li.active .submenu li:hover > .catalog_menu_item a {
  background: #4EBCF1;
}
.colorStyle3 .aside .aside-block .h3 {
  background: #F1F1F1;
  color: #2F2F2F;
}
.colorStyle3 .aside .uss_eshop_block_item {
  background: #F1F1F1;
}
.colorStyle3 .aside .aside-news .title-menu a.watch-all {
  background: url('../img/k1_3/all-news.png') left center no-repeat;
}
.colorStyle3 .aside .aside-news .title-menu a.subscribe {
  background: url('../img/k1_3/news-subscribe.png') left center no-repeat;
}
.colorStyle3 .aside .aside-contacts .h3 {
  color: #37AFE9;
}
.colorStyle3 .aside .aside-contacts a.uss_more {
  background: #A0C734 !important;
  color: #fff !important;
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item .uss_shop_name {
  color: #232323;
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item .uss_shop_name a {
  color: inherit;
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item .uss_shop_name:hover {
  color: #37AFE9;
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item .uss_shop_btns .uss_compare_by a {
  background-image: url('../img/k1_3/compare-icon-list.png');
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item .uss_shop_btns .uss_compare_by a:hover {
  background-image: url('../img/compare-icon-list-active.png');
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item .uss_shop_btns .uss_shop_put_wrap a {
  background-image: url('../img/k1_3/put-icon-list.png');
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item .uss_shop_btns .uss_shop_put_wrap a:hover {
  background-image: url('../img/put-icon-list-active.png');
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item .uss_shop_btns .uss_shop_buy_one_click a {
  background-image: url('../img/k1_3/fast-buy-icon-list.png');
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item .uss_shop_btns .uss_shop_buy_one_click a:hover {
  background-image: url('../img/fast-buy-icon-list-active.png');
}
.colorStyle3 .uss_eshop_block_item .uss_shop_name {
  color: #232323;
}
.colorStyle3 .uss_eshop_block_item .uss_shop_name a {
  color: inherit;
}
.colorStyle3 .uss_eshop_block_item .uss_shop_name:hover {
  color: #37AFE9;
}
.colorStyle3 .uss_eshop_block_item a.add_to_cart {
  background-color: #37AFE9;
  color: #fff;
}
.colorStyle3 .uss_eshop_block_item a.add_to_cart.already_in_cart {
  background-color: #A0C734;
  color: #fff;
}
.colorStyle3 .uss_eshop_block_item a.add_to_cart:hover {
  background-color: #ACD53A;
  color: #fff;
}
.colorStyle3 .uss_eshop_sameproducts.blocks .item .info .title {
  color: #232323;
}
.colorStyle3 .uss_eshop_sameproducts.blocks .item .info .title a {
  color: inherit;
}
.colorStyle3 .uss_eshop_sameproducts.blocks .item .info .title:hover {
  color: #37AFE9;
}
.colorStyle3 .news-block .title-menu a.watch-all {
  background-image: url('/img/k1_3/all-news.png');
}
.colorStyle3 .news-block .title-menu a.subscribe {
  background-image: url('/img/k1_3/news-subscribe.png');
}
.colorStyle3 .footer .in_menu ul li .submenu li a {
  color: #37AFE9;
}
.colorStyle3 .section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart:not(.already_in_cart):not(.buy_one_click) {
  background-image: url('../img/k1_3/btn-buy.png') !important;
  background-color: #37AFE9 !important;
  color: #fff !important;
}
.colorStyle3 .section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart:not(.already_in_cart):not(.buy_one_click):hover,
.colorStyle3 .section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart:not(.already_in_cart):not(.buy_one_click).already_in_cart {
  background-image: url('../img/btn-buy.png') !important;
  background-color: #4EBCF1 !important;
  color: #fff !important;
}
.colorStyle3 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart {
  background-color: #37AFE9 !important;
  color: #fff !important;
}
.colorStyle3 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart:not(.already_in_cart) {
  background-image: url('../img/k1_3/btn-buy.png') !important;
}
.colorStyle3 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart:hover,
.colorStyle3 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart.already_in_cart {
  background-color: #4EBCF1 !important;
  color: #fff !important;
}
.colorStyle3 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart:hover:not(.already_in_cart),
.colorStyle3 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart:not(.already_in_cart) {
  background-image: url('../img/btn-buy.png') !important;
}
.colorStyle3 .uss_eshop_item .uss_shop_by a.add_to_cart {
  background-color: #37AFE9;
  color: #fff;
}
.colorStyle3 .uss_eshop_item .uss_shop_by a.add_to_cart.already_in_cart {
  background-color: #A0C734;
  color: #fff;
}
.colorStyle3 .uss_eshop_item .uss_shop_by a.add_to_cart:hover {
  background-color: #ACD53A;
  color: #fff;
}
.colorStyle3 .section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_price span.price {
  color: #37AFE9;
}
.colorStyle3 .section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_price span.price.old_price {
  color: #8C8C8C;
}
.colorStyle3 .section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart {
  background: #37AFE9;
  color: #fff;
}
.colorStyle3 .section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart.buy_one_click {
  background: #A0C734;
  color: #fff;
}
.colorStyle3 .section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart.buy_one_click:hover {
  background: #ACD53A;
  color: #fff;
}
.colorStyle3 .uss_shop_block_cat .uss_shop_category .uss_shop_cat_name {
  color: #37AFE9;
}
.colorStyle3 .uss_catalog_block_cat .uss_catalog_category .catalog_info .uss_catalog_cat_name {
  color: #37AFE9;
}
.colorStyle3 div.uss_tabs div.uss_tabs_navigation span {
  background: #A0C734;
  color: #fff;
}
.colorStyle3 div.uss_tabs div.uss_tabs_navigation span.selected,
.colorStyle3 div.uss_tabs div.uss_tabs_navigation span:hover {
  background: #37AFE9;
  color: #fff;
}
.colorStyle3 .uss_catalog_list_cat .catalog_orderbutton,
.colorStyle3 .uss_catalog_category .catalog_orderbutton {
  background: #37AFE9;
  color: #fff;
}
.colorStyle3 .basket .uss_basket_wrapper > div {
  background: url('../img/cart-more.png') calc(100% - 16px) center no-repeat, url(../img/cart-icon.png) 25px center no-repeat, -webkit-linear-gradient(left, #A0C734 calc(100% - 39px), #94B830 calc(100% - 39px));
  background: url('../img/cart-more.png') calc(100% - 16px) center no-repeat, url(../img/cart-icon.png) 25px center no-repeat, -o-linear-gradient(left, #A0C734 calc(100% - 39px), #94B830 calc(100% - 39px));
  background: url('../img/cart-more.png') calc(100% - 16px) center no-repeat, url(../img/cart-icon.png) 25px center no-repeat, linear-gradient(to right, #A0C734 calc(100% - 39px), #94B830 calc(100% - 39px));
}
.colorStyle3 .basket .uss_basket_wrapper > div .totals {
  background: none;
}
.colorStyle3 .header .burger {
  border: 2px solid #37AFE9;
}
.colorStyle3 .header .burger span {
  background: #37AFE9;
}
.colorStyle3 .header .burger:hover {
  background: #37AFE9;
}
.colorStyle3 .header .burger:hover span {
  background: #fff;
}
.colorStyle3 .footer .burger {
  border: 2px solid #37AFE9;
}
.colorStyle3 .footer .burger span {
  background: #37AFE9;
}
.colorStyle3 .footer .burger:hover {
  background: #37AFE9;
}
.colorStyle3 .footer .burger:hover span {
  background: #fff;
}
.colorStyle3 .footer.open ul > li > a {
  color: #fff;
  background: url('../img/k1_3/menu-li.png') 15px center no-repeat;
}
.colorStyle3 .footer.open ul > li:hover > a,
.colorStyle3 .footer.open ul > li.active > a {
  background: url('../img/k1_3/menu-li-active.png') 15px center no-repeat, #4EBCF1;
}
.colorStyle3 .footer .social a:hover {
  text-decoration: none;
  color: #37AFE9;
}
.colorStyle3 .slider .slides .slide .caption .title {
  color: #37AFE9;
}
.colorStyle3 .slider .slides .slide .caption .preview {
  color: #787878;
}
.colorStyle3 .slider .slick-arrow.slick-prev {
  background: url(../img/slider-prev.png) center no-repeat, #C7C7C7;
}
.colorStyle3 .slider .slick-arrow.slick-next {
  background: url(../img/slider-next.png) center no-repeat, #C7C7C7;
}
.colorStyle3 .slider .slick-arrow:hover {
  background-color: #37AFE9;
}
.colorStyle3 .slider .caption .uss_more {
  background: #A0C734 !important;
  color: #fff;
}
.colorStyle3 .slider .caption .uss_more:hover {
  opacity: 0.8;
}
.colorStyle3 #wrap a.uss_more {
  background: #37AFE9;
  color: #fff;
}
.colorStyle3 #wrap a.uss_more:hover {
  background: #4EBCF1;
  color: #fff;
}
.colorStyle3 .uss_shop_table_view table tr td.uss_price span.actual_price {
  color: #37AFE9;
}
.colorStyle3 .uss_shop_table_view table tr td.uss_price span.old_price {
  color: #8C8C8C;
}
.colorStyle3 #wrap .catalog_orderbutton {
  background: #37AFE9;
  color: #fff;
}
.colorStyle3 #wrap .catalog_orderbutton:hover {
  background: #4EBCF1;
  color: #fff;
}
.colorStyle3 .uss_eshop_block_item .add_to_cart {
  background-image: url('../img/k1_3/btn-buy.png');
  background-color: #37AFE9;
  color: #fff;
}
.colorStyle3 .uss_eshop_block_item .add_to_cart:hover:not(.already_in_cart) {
  background-image: url('../img/btn-buy.png');
  background-color: #4EBCF1;
  color: #fff;
}
.colorStyle3 .uss_eshop_block_item .add_to_cart.already_in_cart {
  background-image: none;
  background-color: #4EBCF1;
  color: #fff;
}
.colorStyle3 .quiz .submit input[type='submit'].styler {
  background: #37AFE9;
  color: #fff;
}
.colorStyle3 .quiz .submit input[type='submit'].styler:hover {
  background: #4EBCF1;
  color: #fff;
}
.colorStyle3 .uss_pagenator .uss_page.uss_page_selected a,
.colorStyle3 .uss_pagenator .uss_page:hover a {
  background: #37AFE9;
  color: #fff;
}
.colorStyle3 #uss_basket_ask_where_to_go_block {
  border-color: #37AFE9;
}
.colorStyle3 .position .uss_eshop_block_item:hover,
.colorStyle3 .service-block .uss_eshop_menu li:hover,
.colorStyle3 .service-block .catalog_menu li:hover,
.colorStyle3 .uss_shop_block_cat .uss_shop_category:hover,
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item:hover,
.colorStyle3 .uss_shop_list_cat .uss_shop_category:hover,
.colorStyle3 .uss_shop_list_view .uss_shop_list_view_item:hover,
.colorStyle3 .uss_photoalbums_albums_list .uss_albums_item:hover,
.colorStyle3 .uss_eshop_sameproducts.blocks .item:hover,
.colorStyle3 .uss_catalog_category:hover {
  border-color: #37AFE9;
  -webkit-transition: border-color 0.15s ease-in;
  -o-transition: border-color 0.15s ease-in;
  transition: border-color 0.15s ease-in;
}
.colorStyle3 .uss_photoalbums_albums_list .uss_albums_item .uss_albums_name:hover {
  color: #37AFE9;
}
.colorStyle3 .footer .in_menu ul li a:hover {
  color: #37AFE9;
}
.colorStyle3 .uss_shop_list_view_item .uss_shop_technical_data .uss_shop_name a:hover {
  color: #37AFE9;
}
.colorStyle3 .uss_shop_list_view_item .uss_shop_technical_data .uss_compare_by {
  margin-top: 0.8em;
}
.colorStyle3 .uss_shop_list_view_item .uss_shop_technical_data .uss_compare_by a {
  background-image: url('../img/k1_3/compare-icon-list.png');
}
.colorStyle3 .uss_shop_list_view_item .uss_shop_technical_data .uss_compare_by a:hover {
  background-image: url('../img/compare-icon-list-active.png');
  color: #fff;
}
.colorStyle3 .uss_shop_list_view_item .uss_shop_technical_data .uss_shop_put_wrap .uss_shop_put a {
  background-image: url('../img/k1_3/put-icon-list.png');
  color: #37AFE9;
}
.colorStyle3 .uss_shop_list_view_item .uss_shop_technical_data .uss_shop_put_wrap .uss_shop_put a:hover {
  background-image: url('../img/put-icon-list-active.png');
  color: #fff;
}
.colorStyle3 .uss_shop_list_view_item .uss_shop_technical_data .uss_shop_by a.add_to_cart.buy_one_click {
  background-image: url('../img/k1_3/fast-buy-icon-list.png');
  color: #37AFE9;
}
.colorStyle3 .uss_shop_list_view_item .uss_shop_technical_data .uss_shop_by a.add_to_cart.buy_one_click:hover {
  background-color: #212121 !important;
  background-image: url('../img/fast-buy-icon-list-active.png');
  color: #fff;
}
.colorStyle3 .uss_shop_list_view_item .uss_shop_technical_data .uss_shop_by a.add_to_cart:not(.buy_one_click) {
  background-image: url('../img/k1_3/btn-buy.png') !important;
  background-color: #37AFE9 !important;
  color: #fff !important;
}
.colorStyle3 .uss_shop_list_view_item .uss_shop_technical_data .uss_shop_by a.add_to_cart:not(.buy_one_click):hover,
.colorStyle3 .uss_shop_list_view_item .uss_shop_technical_data .uss_shop_by a.add_to_cart:not(.buy_one_click).already_in_cart {
  background-image: url('../img/btn-buy.png') !important;
  background-color: #4EBCF1 !important;
  color: #fff !important;
}
.colorStyle3 .catalog_orderform_window_wrap .uss_shop_price_amount_wrap .uss_shop_price .actual_price,
.colorStyle3 .buy_one_click_form_tml .buy_one_click_window_wrap .uss_shop_price_amount_wrap .uss_shop_price .actual_price {
  color: #37AFE9;
}
.colorStyle3 .service-block .uss_eshop_menu li a:hover {
  color: #37AFE9;
}
.colorStyle3 .service-block .catalog_menu li a:hover {
  color: #37AFE9;
}
.colorStyle3 .uss_shoppos_table .uss_eshop_item a.add_to_cart {
  background-color: #37AFE9 !important;
  color: #fff !important;
}
.colorStyle3 .uss_shoppos_table .uss_eshop_item a.add_to_cart:not(.already_in_cart) {
  background-image: url('../img/k1_3/btn-buy.png') !important;
}
.colorStyle3 .uss_shoppos_table .uss_eshop_item a.add_to_cart:hover,
.colorStyle3 .uss_shoppos_table .uss_eshop_item a.add_to_cart.already_in_cart {
  background-color: #4EBCF1 !important;
  color: #fff !important;
}
.colorStyle3 .uss_shoppos_table .uss_eshop_item a.add_to_cart:hover:not(.already_in_cart),
.colorStyle3 .uss_shoppos_table .uss_eshop_item a.add_to_cart:not(.already_in_cart) {
  background-image: url('../img/btn-buy.png') !important;
}
.colorStyle3 .section_text .uss_subscribe_form form input[type='submit'] {
  background: #37AFE9;
  color: #fff;
}
.colorStyle3 .section_text .uss_subscribe_form form input[type='submit']:hover {
  background: #4EBCF1;
  color: #fff;
}
@media (max-width: 917px) {
  .colorStyle3 .footer .in_menu {
    background: #37AFE9;
  }
  .colorStyle3 .footer .in_menu ul > li > a {
    color: #fff;
    background: url('../img/k1_3/menu-li.png') 31px center no-repeat;
  }
  .colorStyle3 .footer .in_menu ul > li:hover > a,
  .colorStyle3 .footer .in_menu ul > li.active > a {
    color: #fff;
    background: url('../img/k1_3/menu-li-active.png') 31px center no-repeat, #4EBCF1;
  }
  .colorStyle3 .footer .in_menu ul > li .submenu li a {
    background: #4EBCF1;
  }
  .colorStyle3 .footer .in_menu ul > li .submenu li:hover a {
    background: #37AFE9;
    color: #fff;
  }
}
.colorStyle3 div.uss_tabs div.uss_tabs_navigation span {
  background: #37AFE9;
  color: #fff;
}
.colorStyle3 div.uss_tabs div.uss_tabs_navigation span.selected,
.colorStyle3 div.uss_tabs div.uss_tabs_navigation span:hover {
  background: #A0C734;
  color: #fff;
}
.colorStyle3 .header .search {
  max-width: 368px;
}
.colorStyle4 .fc_form_tml input[type='submit'],
.colorStyle4 .fc_form_tml button[type='submit'],
.colorStyle4 .fc_form_tml input.styler[type='submit'],
.colorStyle4 .fc_form_tml button.styler[type='submit'],
.colorStyle4 .fc_form_tml input[type='button'],
.colorStyle4 .fc_form_tml button[type='button'],
.colorStyle4 .fc_form_tml input.styler[type='button'],
.colorStyle4 .fc_form_tml button.styler[type='button'],
.colorStyle4 form[name='uss_block_filters'] input[type='submit'],
.colorStyle4 form[name='uss_block_filters'] button[type='submit'],
.colorStyle4 form[name='uss_block_filters'] input.styler[type='submit'],
.colorStyle4 form[name='uss_block_filters'] button.styler[type='submit'],
.colorStyle4 form[name='uss_block_filters'] input[type='button'],
.colorStyle4 form[name='uss_block_filters'] button[type='button'],
.colorStyle4 form[name='uss_block_filters'] input.styler[type='button'],
.colorStyle4 form[name='uss_block_filters'] button.styler[type='button'],
.colorStyle4 .uss_form_tml input[type='submit'],
.colorStyle4 .uss_form_tml button[type='submit'],
.colorStyle4 .uss_form_tml input.styler[type='submit'],
.colorStyle4 .uss_form_tml button.styler[type='submit'],
.colorStyle4 .uss_form_tml input[type='button'],
.colorStyle4 .uss_form_tml button[type='button'],
.colorStyle4 .uss_form_tml input.styler[type='button'],
.colorStyle4 .uss_form_tml button.styler[type='button'] {
  background: #CC0000;
}
.colorStyle4 .fc_form_tml input[type='submit']:hover,
.colorStyle4 .fc_form_tml button[type='submit']:hover,
.colorStyle4 .fc_form_tml input.styler[type='submit']:hover,
.colorStyle4 .fc_form_tml button.styler[type='submit']:hover,
.colorStyle4 .fc_form_tml input[type='button']:hover,
.colorStyle4 .fc_form_tml button[type='button']:hover,
.colorStyle4 .fc_form_tml input.styler[type='button']:hover,
.colorStyle4 .fc_form_tml button.styler[type='button']:hover,
.colorStyle4 form[name='uss_block_filters'] input[type='submit']:hover,
.colorStyle4 form[name='uss_block_filters'] button[type='submit']:hover,
.colorStyle4 form[name='uss_block_filters'] input.styler[type='submit']:hover,
.colorStyle4 form[name='uss_block_filters'] button.styler[type='submit']:hover,
.colorStyle4 form[name='uss_block_filters'] input[type='button']:hover,
.colorStyle4 form[name='uss_block_filters'] button[type='button']:hover,
.colorStyle4 form[name='uss_block_filters'] input.styler[type='button']:hover,
.colorStyle4 form[name='uss_block_filters'] button.styler[type='button']:hover,
.colorStyle4 .uss_form_tml input[type='submit']:hover,
.colorStyle4 .uss_form_tml button[type='submit']:hover,
.colorStyle4 .uss_form_tml input.styler[type='submit']:hover,
.colorStyle4 .uss_form_tml button.styler[type='submit']:hover,
.colorStyle4 .uss_form_tml input[type='button']:hover,
.colorStyle4 .uss_form_tml button[type='button']:hover,
.colorStyle4 .uss_form_tml input.styler[type='button']:hover,
.colorStyle4 .uss_form_tml button.styler[type='button']:hover {
  background: #2C2C2C;
  color: #fff;
}
.colorStyle4 #wrap {
  color: #787878;
}
.colorStyle4 a {
  color: #CC0000;
}
.colorStyle4 a.btn {
  background: #2C2C2C;
  color: #fff;
}
.colorStyle4 a.btn:hover {
  background: #484848;
  color: #fff;
}
.colorStyle4 .uss_search_form form input[type='text']:focus {
  border-color: #CC0000;
}
.colorStyle4 .uss_search_form form input[type='submit'] {
  background: #CC0000;
  color: #fff;
}
.colorStyle4 .header .search form input[type='text']:focus {
  border-color: #CC0000;
}
.colorStyle4 .header .search form input[type='submit'] {
  background: #CC0000;
  color: #fff;
}
.colorStyle4 .header .search form input[type='submit']:hover {
  background: #484848;
  color: #fff;
}
.colorStyle4 .header .contacts {
  color: #787878;
}
.colorStyle4 .header .contacts .phone {
  background: url('../img/k1_4/phone-icon.png') left center no-repeat;
  background-position: 0 0;
}
.colorStyle4 .header .contacts .point {
  background: url('../img/k1_4/point-icon-small.png') left center no-repeat;
  background-position: 0 0;
  text-align: left;
  padding-left: 43px;
}
.colorStyle4 .header .center .contacts .phone {
  background-image: url('../img/k1_4/phone-icon-small.png');
}
.colorStyle4 .header .basket .uss_basket_wrapper > div {
  background: url(../img/cart-icon.png) center no-repeat, #CC0000;
}
.colorStyle4 .menu .aside-header {
  background: url('../img/k1_4/aside-catalog-title.png') no-repeat, #CC0000;
  background-position: 29px center;
}
.colorStyle4 .menu .aside-header .h3 {
  color: #fff;
}
.colorStyle4 .menu .in_menu {
  background: #2C2C2C;
}
.colorStyle4 .menu .in_menu ul > li > a {
  color: #fff;
  background: url('../img/k1_4/menu-li.png') 31px center no-repeat;
}
.colorStyle4 .menu .in_menu ul > li:hover > a,
.colorStyle4 .menu .in_menu ul > li.active > a {
  color: #fff;
  background: url('../img/k1_4/menu-li-active.png') 31px center no-repeat, #484848;
}
.colorStyle4 .menu .in_menu ul > li .submenu li a {
  background: #484848;
}
.colorStyle4 .menu .in_menu ul > li .submenu li:hover a {
  background: #CC0000;
  color: #fff;
}
.colorStyle4 .mobile-top-menu .aside-header {
  background: url('../img/k1_4/aside-catalog-title.png') no-repeat, #CC0000;
  background-position: 29px center;
}
.colorStyle4 .mobile-top-menu .aside-header .h3 {
  color: #fff;
}
.colorStyle4 .mobile-top-menu .in_menu {
  background: #2C2C2C;
}
.colorStyle4 .mobile-top-menu .in_menu ul > li > a {
  color: #fff;
  background: url('../img/k1_4/menu-li.png') 31px center no-repeat;
}
.colorStyle4 .mobile-top-menu .in_menu ul > li:hover > a,
.colorStyle4 .mobile-top-menu .in_menu ul > li.active > a {
  color: #fff;
  background: url('../img/k1_4/menu-li-active.png') 31px center no-repeat, #484848;
}
.colorStyle4 .mobile-top-menu .in_menu ul > li .submenu li a {
  background: #484848;
}
.colorStyle4 .mobile-top-menu .in_menu ul > li .submenu li:hover a {
  background: #CC0000;
  color: #fff;
}
.colorStyle4 .aside .aside_opener {
  background: url('../img/k1_4/aside-catalog-title.png') no-repeat, #CC0000;
  background-position: 29px center;
}
.colorStyle4 .aside .aside_opener .h3 {
  color: #fff;
}
.colorStyle4 .aside .aside-catalog ul li a {
  color: #232323;
  background: url('../img/k1_4/aside-menu-li.png') 31px center no-repeat, #F1F1F1;
  padding-left: 60px;
}
.colorStyle4 .aside .aside-catalog ul li .submenu .submenu li a {
  background-image: none;
  background: #212121;
}
.colorStyle4 .aside .aside-catalog ul li.active > a,
.colorStyle4 .aside .aside-catalog ul li:hover > a,
.colorStyle4 .aside .aside-catalog ul li.active > .catalog_menu_item a,
.colorStyle4 .aside .aside-catalog ul li:hover > .catalog_menu_item a {
  background: url('../img/k1_4/aside-menu-li-active.png') 31px center no-repeat, #CC0000;
  color: #fff;
}
.colorStyle4 .aside .aside-catalog ul li.active .submenu {
  background: #2C2C2C;
}
.colorStyle4 .aside .aside-catalog ul li.active .submenu li a {
  background-image: none;
  color: #fff;
}
.colorStyle4 .aside .aside-catalog ul li.active .submenu li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}
.colorStyle4 .aside .aside-catalog ul li.active .submenu li.active > a,
.colorStyle4 .aside .aside-catalog ul li.active .submenu li:hover > a,
.colorStyle4 .aside .aside-catalog ul li.active .submenu li.active > .catalog_menu_item a,
.colorStyle4 .aside .aside-catalog ul li.active .submenu li:hover > .catalog_menu_item a {
  background: #484848;
}
.colorStyle4 .aside .aside-block .h3 {
  background: #F1F1F1;
  color: #2F2F2F;
}
.colorStyle4 .aside .uss_eshop_block_item {
  background: #F1F1F1;
}
.colorStyle4 .aside .aside-news .title-menu a.watch-all {
  background: url('../img/k1_4/all-news.png') left center no-repeat;
}
.colorStyle4 .aside .aside-news .title-menu a.subscribe {
  background: url('../img/k1_4/news-subscribe.png') left center no-repeat;
}
.colorStyle4 .aside .aside-contacts .h3 {
  color: #CC0000;
}
.colorStyle4 .aside .aside-contacts a.uss_more {
  background: #2C2C2C !important;
  color: #fff !important;
}
.colorStyle4 .uss_shop_blocks_view .uss_eshop_item .uss_shop_name {
  color: #232323;
}
.colorStyle4 .uss_shop_blocks_view .uss_eshop_item .uss_shop_name a {
  color: inherit;
}
.colorStyle4 .uss_shop_blocks_view .uss_eshop_item .uss_shop_name:hover {
  color: #CC0000;
}
.colorStyle4 .uss_shop_blocks_view .uss_eshop_item .uss_shop_btns .uss_compare_by a {
  background-image: url('../img/k1_4/compare-icon-list.png');
}
.colorStyle4 .uss_shop_blocks_view .uss_eshop_item .uss_shop_btns .uss_compare_by a:hover {
  background-image: url('../img/compare-icon-list-active.png');
}
.colorStyle4 .uss_shop_blocks_view .uss_eshop_item .uss_shop_btns .uss_shop_put_wrap a {
  background-image: url('../img/k1_4/put-icon-list.png');
}
.colorStyle4 .uss_shop_blocks_view .uss_eshop_item .uss_shop_btns .uss_shop_put_wrap a:hover {
  background-image: url('../img/put-icon-list-active.png');
}
.colorStyle4 .uss_shop_blocks_view .uss_eshop_item .uss_shop_btns .uss_shop_buy_one_click a {
  background-image: url('../img/k1_4/fast-buy-icon-list.png');
}
.colorStyle4 .uss_shop_blocks_view .uss_eshop_item .uss_shop_btns .uss_shop_buy_one_click a:hover {
  background-image: url('../img/fast-buy-icon-list-active.png');
}
.colorStyle4 .uss_eshop_block_item .uss_shop_name {
  color: #232323;
}
.colorStyle4 .uss_eshop_block_item .uss_shop_name a {
  color: inherit;
}
.colorStyle4 .uss_eshop_block_item .uss_shop_name:hover {
  color: #CC0000;
}
.colorStyle4 .uss_eshop_block_item a.add_to_cart {
  background-color: #CC0000;
  color: #fff;
}
.colorStyle4 .uss_eshop_block_item a.add_to_cart.already_in_cart {
  background-color: #2C2C2C;
  color: #fff;
}
.colorStyle4 .uss_eshop_block_item a.add_to_cart:hover {
  background-color: #484848;
  color: #fff;
}
.colorStyle4 .uss_eshop_sameproducts.blocks .item .info .title {
  color: #232323;
}
.colorStyle4 .uss_eshop_sameproducts.blocks .item .info .title a {
  color: inherit;
}
.colorStyle4 .uss_eshop_sameproducts.blocks .item .info .title:hover {
  color: #CC0000;
}
.colorStyle4 .news-block .title-menu a.watch-all {
  background-image: url('/img/k1_4/all-news.png');
}
.colorStyle4 .news-block .title-menu a.subscribe {
  background-image: url('/img/k1_4/news-subscribe.png');
}
.colorStyle4 .footer .in_menu ul li .submenu li a {
  color: #CC0000;
}
.colorStyle4 .section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart:not(.already_in_cart):not(.buy_one_click) {
  background-image: url('../img/k1_4/btn-buy.png') !important;
  background-color: #CC0000 !important;
  color: #fff !important;
}
.colorStyle4 .section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart:not(.already_in_cart):not(.buy_one_click):hover,
.colorStyle4 .section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart:not(.already_in_cart):not(.buy_one_click).already_in_cart {
  background-image: url('../img/btn-buy.png') !important;
  background-color: #484848 !important;
  color: #fff !important;
}
.colorStyle4 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart {
  background-color: #CC0000 !important;
  color: #fff !important;
}
.colorStyle4 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart:not(.already_in_cart) {
  background-image: url('../img/k1_4/btn-buy.png') !important;
}
.colorStyle4 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart:hover,
.colorStyle4 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart.already_in_cart {
  background-color: #484848 !important;
  color: #fff !important;
}
.colorStyle4 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart:hover:not(.already_in_cart),
.colorStyle4 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart:not(.already_in_cart) {
  background-image: url('../img/btn-buy.png') !important;
}
.colorStyle4 .uss_eshop_item .uss_shop_by a.add_to_cart {
  background-color: #CC0000;
  color: #fff;
}
.colorStyle4 .uss_eshop_item .uss_shop_by a.add_to_cart.already_in_cart {
  background-color: #2C2C2C;
  color: #fff;
}
.colorStyle4 .uss_eshop_item .uss_shop_by a.add_to_cart:hover {
  background-color: #484848;
  color: #fff;
}
.colorStyle4 .section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_price span.price {
  color: #CC0000;
}
.colorStyle4 .section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_price span.price.old_price {
  color: #8C8C8C;
}
.colorStyle4 .section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart {
  background: #CC0000;
  color: #fff;
}
.colorStyle4 .section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart.buy_one_click {
  background: #2C2C2C;
  color: #fff;
}
.colorStyle4 .section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart.buy_one_click:hover {
  background: #484848;
  color: #fff;
}
.colorStyle4 .uss_shop_block_cat .uss_shop_category .uss_shop_cat_name {
  color: #CC0000;
}
.colorStyle4 .uss_catalog_block_cat .uss_catalog_category .catalog_info .uss_catalog_cat_name {
  color: #CC0000;
}
.colorStyle4 div.uss_tabs div.uss_tabs_navigation span {
  background: #2C2C2C;
  color: #fff;
}
.colorStyle4 div.uss_tabs div.uss_tabs_navigation span.selected,
.colorStyle4 div.uss_tabs div.uss_tabs_navigation span:hover {
  background: #CC0000;
  color: #fff;
}
.colorStyle4 .uss_catalog_list_cat .catalog_orderbutton,
.colorStyle4 .uss_catalog_category .catalog_orderbutton {
  background: #CC0000;
  color: #fff;
}
.colorStyle4 .basket .uss_basket_wrapper > div {
  background: url('../img/cart-more.png') calc(100% - 16px) center no-repeat, url(../img/cart-icon.png) 25px center no-repeat, -webkit-linear-gradient(left, #CC0000 calc(100% - 39px), #B20000 calc(100% - 39px));
  background: url('../img/cart-more.png') calc(100% - 16px) center no-repeat, url(../img/cart-icon.png) 25px center no-repeat, -o-linear-gradient(left, #CC0000 calc(100% - 39px), #B20000 calc(100% - 39px));
  background: url('../img/cart-more.png') calc(100% - 16px) center no-repeat, url(../img/cart-icon.png) 25px center no-repeat, linear-gradient(to right, #CC0000 calc(100% - 39px), #B20000 calc(100% - 39px));
}
.colorStyle4 .basket .uss_basket_wrapper > div .totals {
  background: none;
}
.colorStyle4 .header .burger {
  border: 2px solid #2C2C2C;
}
.colorStyle4 .header .burger span {
  background: #2C2C2C;
}
.colorStyle4 .header .burger:hover {
  background: #2C2C2C;
}
.colorStyle4 .header .burger:hover span {
  background: #fff;
}
.colorStyle4 .footer .burger {
  border: 2px solid #2C2C2C;
}
.colorStyle4 .footer .burger span {
  background: #2C2C2C;
}
.colorStyle4 .footer .burger:hover {
  background: #2C2C2C;
}
.colorStyle4 .footer .burger:hover span {
  background: #fff;
}
.colorStyle4 .footer.open ul > li > a {
  color: #fff;
  background: url('../img/k1_4/menu-li.png') 15px center no-repeat;
}
.colorStyle4 .footer.open ul > li:hover > a,
.colorStyle4 .footer.open ul > li.active > a {
  background: url('../img/k1_4/menu-li-active.png') 15px center no-repeat, #484848;
}
.colorStyle4 .footer .social a:hover {
  text-decoration: none;
  color: #CC0000;
}
.colorStyle4 .slider .slides .slide .caption .title {
  color: #2C2C2C;
}
.colorStyle4 .slider .slides .slide .caption .preview {
  color: #787878;
}
.colorStyle4 .slider .slick-arrow.slick-prev {
  background: url(../img/slider-prev.png) center no-repeat, #C7C7C7;
}
.colorStyle4 .slider .slick-arrow.slick-next {
  background: url(../img/slider-next.png) center no-repeat, #C7C7C7;
}
.colorStyle4 .slider .slick-arrow:hover {
  background-color: #2C2C2C;
}
.colorStyle4 .slider .caption .uss_more {
  background: #2C2C2C !important;
  color: #fff;
}
.colorStyle4 .slider .caption .uss_more:hover {
  opacity: 0.8;
}
.colorStyle4 #wrap a.uss_more {
  background: #CC0000;
  color: #fff;
}
.colorStyle4 #wrap a.uss_more:hover {
  background: #484848;
  color: #fff;
}
.colorStyle4 .uss_shop_table_view table tr td.uss_price span.actual_price {
  color: #CC0000;
}
.colorStyle4 .uss_shop_table_view table tr td.uss_price span.old_price {
  color: #8C8C8C;
}
.colorStyle4 #wrap .catalog_orderbutton {
  background: #CC0000;
  color: #fff;
}
.colorStyle4 #wrap .catalog_orderbutton:hover {
  background: #484848;
  color: #fff;
}
.colorStyle4 .uss_eshop_block_item .add_to_cart {
  background-image: url('../img/k1_4/btn-buy.png');
  background-color: #CC0000;
  color: #fff;
}
.colorStyle4 .uss_eshop_block_item .add_to_cart:hover:not(.already_in_cart) {
  background-image: url('../img/btn-buy.png');
  background-color: #484848;
  color: #fff;
}
.colorStyle4 .uss_eshop_block_item .add_to_cart.already_in_cart {
  background-image: none;
  background-color: #484848;
  color: #fff;
}
.colorStyle4 .quiz .submit input[type='submit'].styler {
  background: #CC0000;
  color: #fff;
}
.colorStyle4 .quiz .submit input[type='submit'].styler:hover {
  background: #484848;
  color: #fff;
}
.colorStyle4 .uss_pagenator .uss_page.uss_page_selected a,
.colorStyle4 .uss_pagenator .uss_page:hover a {
  background: #CC0000;
  color: #fff;
}
.colorStyle4 #uss_basket_ask_where_to_go_block {
  border-color: #2C2C2C;
}
.colorStyle4 .position .uss_eshop_block_item:hover,
.colorStyle4 .service-block .uss_eshop_menu li:hover,
.colorStyle4 .service-block .catalog_menu li:hover,
.colorStyle4 .uss_shop_block_cat .uss_shop_category:hover,
.colorStyle4 .uss_shop_blocks_view .uss_eshop_item:hover,
.colorStyle4 .uss_shop_list_cat .uss_shop_category:hover,
.colorStyle4 .uss_shop_list_view .uss_shop_list_view_item:hover,
.colorStyle4 .uss_photoalbums_albums_list .uss_albums_item:hover,
.colorStyle4 .uss_eshop_sameproducts.blocks .item:hover,
.colorStyle4 .uss_catalog_category:hover {
  border-color: #CC0000;
  -webkit-transition: border-color 0.15s ease-in;
  -o-transition: border-color 0.15s ease-in;
  transition: border-color 0.15s ease-in;
}
.colorStyle4 .uss_photoalbums_albums_list .uss_albums_item .uss_albums_name:hover {
  color: #CC0000;
}
.colorStyle4 .footer .in_menu ul li a:hover {
  color: #CC0000;
}
.colorStyle4 .uss_shop_list_view_item .uss_shop_technical_data .uss_shop_name a:hover {
  color: #CC0000;
}
.colorStyle4 .uss_shop_list_view_item .uss_shop_technical_data .uss_compare_by {
  margin-top: 0.8em;
}
.colorStyle4 .uss_shop_list_view_item .uss_shop_technical_data .uss_compare_by a {
  background-image: url('../img/k1_4/compare-icon-list.png');
}
.colorStyle4 .uss_shop_list_view_item .uss_shop_technical_data .uss_compare_by a:hover {
  background-image: url('../img/compare-icon-list-active.png');
  color: #fff;
}
.colorStyle4 .uss_shop_list_view_item .uss_shop_technical_data .uss_shop_put_wrap .uss_shop_put a {
  background-image: url('../img/k1_4/put-icon-list.png');
  color: #CC0000;
}
.colorStyle4 .uss_shop_list_view_item .uss_shop_technical_data .uss_shop_put_wrap .uss_shop_put a:hover {
  background-image: url('../img/put-icon-list-active.png');
  color: #fff;
}
.colorStyle4 .uss_shop_list_view_item .uss_shop_technical_data .uss_shop_by a.add_to_cart.buy_one_click {
  background-image: url('../img/k1_4/fast-buy-icon-list.png');
  color: #CC0000;
}
.colorStyle4 .uss_shop_list_view_item .uss_shop_technical_data .uss_shop_by a.add_to_cart.buy_one_click:hover {
  background-color: #212121 !important;
  background-image: url('../img/fast-buy-icon-list-active.png');
  color: #fff;
}
.colorStyle4 .uss_shop_list_view_item .uss_shop_technical_data .uss_shop_by a.add_to_cart:not(.buy_one_click) {
  background-image: url('../img/k1_4/btn-buy.png') !important;
  background-color: #CC0000 !important;
  color: #fff !important;
}
.colorStyle4 .uss_shop_list_view_item .uss_shop_technical_data .uss_shop_by a.add_to_cart:not(.buy_one_click):hover,
.colorStyle4 .uss_shop_list_view_item .uss_shop_technical_data .uss_shop_by a.add_to_cart:not(.buy_one_click).already_in_cart {
  background-image: url('../img/btn-buy.png') !important;
  background-color: #484848 !important;
  color: #fff !important;
}
.colorStyle4 .catalog_orderform_window_wrap .uss_shop_price_amount_wrap .uss_shop_price .actual_price,
.colorStyle4 .buy_one_click_form_tml .buy_one_click_window_wrap .uss_shop_price_amount_wrap .uss_shop_price .actual_price {
  color: #CC0000;
}
.colorStyle4 .service-block .uss_eshop_menu li a:hover {
  color: #CC0000;
}
.colorStyle4 .service-block .catalog_menu li a:hover {
  color: #CC0000;
}
.colorStyle4 .uss_shoppos_table .uss_eshop_item a.add_to_cart {
  background-color: #CC0000 !important;
  color: #fff !important;
}
.colorStyle4 .uss_shoppos_table .uss_eshop_item a.add_to_cart:not(.already_in_cart) {
  background-image: url('../img/k1_4/btn-buy.png') !important;
}
.colorStyle4 .uss_shoppos_table .uss_eshop_item a.add_to_cart:hover,
.colorStyle4 .uss_shoppos_table .uss_eshop_item a.add_to_cart.already_in_cart {
  background-color: #484848 !important;
  color: #fff !important;
}
.colorStyle4 .uss_shoppos_table .uss_eshop_item a.add_to_cart:hover:not(.already_in_cart),
.colorStyle4 .uss_shoppos_table .uss_eshop_item a.add_to_cart:not(.already_in_cart) {
  background-image: url('../img/btn-buy.png') !important;
}
.colorStyle4 .section_text .uss_subscribe_form form input[type='submit'] {
  background: #CC0000;
  color: #fff;
}
.colorStyle4 .section_text .uss_subscribe_form form input[type='submit']:hover {
  background: #484848;
  color: #fff;
}
.colorStyle4 .header .search {
  max-width: 368px;
}
@media (max-width: 917px) {
  .colorStyle4 .footer .in_menu {
    background: #2C2C2C;
  }
  .colorStyle4 .footer .in_menu ul > li > a {
    color: #fff;
    background: url('../img/k1_4/menu-li.png') 31px center no-repeat;
  }
  .colorStyle4 .footer .in_menu ul > li:hover > a,
  .colorStyle4 .footer .in_menu ul > li.active > a {
    color: #fff;
    background: url('../img/k1_4/menu-li-active.png') 31px center no-repeat, #484848;
  }
  .colorStyle4 .footer .in_menu ul > li .submenu li a {
    background: #484848;
  }
  .colorStyle4 .footer .in_menu ul > li .submenu li:hover a {
    background: #CC0000;
    color: #fff;
  }
}
.colorStyle5 .fc_form_tml input[type='submit'],
.colorStyle5 .fc_form_tml button[type='submit'],
.colorStyle5 .fc_form_tml input.styler[type='submit'],
.colorStyle5 .fc_form_tml button.styler[type='submit'],
.colorStyle5 .fc_form_tml input[type='button'],
.colorStyle5 .fc_form_tml button[type='button'],
.colorStyle5 .fc_form_tml input.styler[type='button'],
.colorStyle5 .fc_form_tml button.styler[type='button'],
.colorStyle5 form[name='uss_block_filters'] input[type='submit'],
.colorStyle5 form[name='uss_block_filters'] button[type='submit'],
.colorStyle5 form[name='uss_block_filters'] input.styler[type='submit'],
.colorStyle5 form[name='uss_block_filters'] button.styler[type='submit'],
.colorStyle5 form[name='uss_block_filters'] input[type='button'],
.colorStyle5 form[name='uss_block_filters'] button[type='button'],
.colorStyle5 form[name='uss_block_filters'] input.styler[type='button'],
.colorStyle5 form[name='uss_block_filters'] button.styler[type='button'],
.colorStyle5 .uss_form_tml input[type='submit'],
.colorStyle5 .uss_form_tml button[type='submit'],
.colorStyle5 .uss_form_tml input.styler[type='submit'],
.colorStyle5 .uss_form_tml button.styler[type='submit'],
.colorStyle5 .uss_form_tml input[type='button'],
.colorStyle5 .uss_form_tml button[type='button'],
.colorStyle5 .uss_form_tml input.styler[type='button'],
.colorStyle5 .uss_form_tml button.styler[type='button'] {
  background: #3BB038;
}
.colorStyle5 .fc_form_tml input[type='submit']:hover,
.colorStyle5 .fc_form_tml button[type='submit']:hover,
.colorStyle5 .fc_form_tml input.styler[type='submit']:hover,
.colorStyle5 .fc_form_tml button.styler[type='submit']:hover,
.colorStyle5 .fc_form_tml input[type='button']:hover,
.colorStyle5 .fc_form_tml button[type='button']:hover,
.colorStyle5 .fc_form_tml input.styler[type='button']:hover,
.colorStyle5 .fc_form_tml button.styler[type='button']:hover,
.colorStyle5 form[name='uss_block_filters'] input[type='submit']:hover,
.colorStyle5 form[name='uss_block_filters'] button[type='submit']:hover,
.colorStyle5 form[name='uss_block_filters'] input.styler[type='submit']:hover,
.colorStyle5 form[name='uss_block_filters'] button.styler[type='submit']:hover,
.colorStyle5 form[name='uss_block_filters'] input[type='button']:hover,
.colorStyle5 form[name='uss_block_filters'] button[type='button']:hover,
.colorStyle5 form[name='uss_block_filters'] input.styler[type='button']:hover,
.colorStyle5 form[name='uss_block_filters'] button.styler[type='button']:hover,
.colorStyle5 .uss_form_tml input[type='submit']:hover,
.colorStyle5 .uss_form_tml button[type='submit']:hover,
.colorStyle5 .uss_form_tml input.styler[type='submit']:hover,
.colorStyle5 .uss_form_tml button.styler[type='submit']:hover,
.colorStyle5 .uss_form_tml input[type='button']:hover,
.colorStyle5 .uss_form_tml button[type='button']:hover,
.colorStyle5 .uss_form_tml input.styler[type='button']:hover,
.colorStyle5 .uss_form_tml button.styler[type='button']:hover {
  background: #2C2C2C;
  color: #fff;
}
.colorStyle5 #wrap {
  color: #787878;
}
.colorStyle5 a {
  color: #2EA02B;
}
.colorStyle5 a.btn {
  background: #3BB038;
  color: #fff;
}
.colorStyle5 a.btn:hover {
  background: #423633;
  color: #fff;
}
.colorStyle5 .uss_search_form form input[type='text']:focus {
  border-color: #3BB038;
}
.colorStyle5 .uss_search_form form input[type='submit'] {
  background: #3BB038;
  color: #fff;
}
.colorStyle5 .header .search form input[type='text']:focus {
  border-color: #3BB038;
}
.colorStyle5 .header .search form input[type='submit'] {
  background: #3BB038;
  color: #fff;
}
.colorStyle5 .header .search form input[type='submit']:hover {
  background: #423633;
  color: #fff;
}
.colorStyle5 .header .contacts {
  color: #787878;
}
.colorStyle5 .header .contacts .phone {
  background: url('../img/k1_5/phone-icon.png') left center no-repeat;
  background-position: 0 0;
}
.colorStyle5 .header .contacts .point {
  background: url('../img/k1_5/point-icon-small.png') left center no-repeat;
  background-position: 0 0;
  text-align: left;
  padding-left: 43px;
}
.colorStyle5 .header .center .contacts .phone {
  background-image: url('../img/k1_5/phone-icon-small.png');
}
.colorStyle5 .header .basket .uss_basket_wrapper > div {
  background: url(../img/cart-icon.png) center no-repeat, #3BB038;
}
.colorStyle5 .menu .aside-header {
  background: url('../img/k1_5/aside-catalog-title.png') no-repeat, #3BB038;
  background-position: 29px center;
}
.colorStyle5 .menu .aside-header .h3 {
  color: #fff;
}
.colorStyle5 .menu .in_menu {
  background: #564946;
}
.colorStyle5 .menu .in_menu ul > li > a {
  color: #fff;
  background: url('../img/k1_5/menu-li.png') 31px center no-repeat;
}
.colorStyle5 .menu .in_menu ul > li:hover > a,
.colorStyle5 .menu .in_menu ul > li.active > a {
  color: #fff;
  background: url('../img/k1_5/menu-li-active.png') 31px center no-repeat, #423633;
}
.colorStyle5 .menu .in_menu ul > li .submenu li a {
  background: #423633;
}
.colorStyle5 .menu .in_menu ul > li .submenu li:hover a {
  background: #2EA02B;
  color: #fff;
}
.colorStyle5 .mobile-top-menu .aside-header {
  background: url('../img/k1_5/aside-catalog-title.png') no-repeat, #3BB038;
  background-position: 29px center;
}
.colorStyle5 .mobile-top-menu .aside-header .h3 {
  color: #fff;
}
.colorStyle5 .mobile-top-menu .in_menu {
  background: #564946;
}
.colorStyle5 .mobile-top-menu .in_menu ul > li > a {
  color: #fff;
  background: url('../img/k1_5/menu-li.png') 31px center no-repeat;
}
.colorStyle5 .mobile-top-menu .in_menu ul > li:hover > a,
.colorStyle5 .mobile-top-menu .in_menu ul > li.active > a {
  color: #fff;
  background: url('../img/k1_5/menu-li-active.png') 31px center no-repeat, #423633;
}
.colorStyle5 .mobile-top-menu .in_menu ul > li .submenu li a {
  background: #423633;
}
.colorStyle5 .mobile-top-menu .in_menu ul > li .submenu li:hover a {
  background: #2EA02B;
  color: #fff;
}
.colorStyle5 .aside .aside_opener {
  background: url('../img/k1_5/aside-catalog-title.png') no-repeat, #3BB038;
  background-position: 29px center;
}
.colorStyle5 .aside .aside_opener .h3 {
  color: #fff;
}
.colorStyle5 .aside .aside-catalog ul li a {
  color: #232323;
  background: url('../img/k1_5/aside-menu-li.png') 31px center no-repeat, #F1F1F1;
  padding-left: 60px;
}
.colorStyle5 .aside .aside-catalog ul li .submenu .submenu li a {
  background-image: none;
  background: #3c2722;
}
.colorStyle5 .aside .aside-catalog ul li.active > a,
.colorStyle5 .aside .aside-catalog ul li:hover > a,
.colorStyle5 .aside .aside-catalog ul li.active > .catalog_menu_item a,
.colorStyle5 .aside .aside-catalog ul li:hover > .catalog_menu_item a {
  background: url('../img/k1_5/aside-menu-li-active.png') 31px center no-repeat, #3BB038;
  color: #fff;
}
.colorStyle5 .aside .aside-catalog ul li.active .submenu {
  background: #564946;
}
.colorStyle5 .aside .aside-catalog ul li.active .submenu li a {
  background-image: none;
  color: #fff;
}
.colorStyle5 .aside .aside-catalog ul li.active .submenu li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}
.colorStyle5 .aside .aside-catalog ul li.active .submenu li.active > a,
.colorStyle5 .aside .aside-catalog ul li.active .submenu li:hover > a,
.colorStyle5 .aside .aside-catalog ul li.active .submenu li.active > .catalog_menu_item a,
.colorStyle5 .aside .aside-catalog ul li.active .submenu li:hover > .catalog_menu_item a {
  background: #423633;
}
.colorStyle5 .aside .aside-block .h3 {
  background: #F1F1F1;
  color: #2F2F2F;
}
.colorStyle5 .aside .uss_eshop_block_item {
  background: #F1F1F1;
}
.colorStyle5 .aside .aside-news .title-menu a.watch-all {
  background: url('../img/k1_5/all-news.png') left center no-repeat;
}
.colorStyle5 .aside .aside-news .title-menu a.subscribe {
  background: url('../img/k1_5/news-subscribe.png') left center no-repeat;
}
.colorStyle5 .aside .aside-contacts .h3 {
  color: #2EA02B;
}
.colorStyle5 .aside .aside-contacts a.uss_more {
  background: #2C2C2C !important;
  color: #fff !important;
}
.colorStyle5 .uss_shop_blocks_view .uss_eshop_item .uss_shop_name {
  color: #232323;
}
.colorStyle5 .uss_shop_blocks_view .uss_eshop_item .uss_shop_name a {
  color: inherit;
}
.colorStyle5 .uss_shop_blocks_view .uss_eshop_item .uss_shop_name:hover {
  color: #2EA02B;
}
.colorStyle5 .uss_shop_blocks_view .uss_eshop_item .uss_shop_btns .uss_compare_by a {
  background-image: url('../img/k1_5/compare-icon-list.png');
}
.colorStyle5 .uss_shop_blocks_view .uss_eshop_item .uss_shop_btns .uss_compare_by a:hover {
  background-image: url('../img/compare-icon-list-active.png');
}
.colorStyle5 .uss_shop_blocks_view .uss_eshop_item .uss_shop_btns .uss_shop_put_wrap a {
  background-image: url('../img/k1_5/put-icon-list.png');
}
.colorStyle5 .uss_shop_blocks_view .uss_eshop_item .uss_shop_btns .uss_shop_put_wrap a:hover {
  background-image: url('../img/put-icon-list-active.png');
}
.colorStyle5 .uss_shop_blocks_view .uss_eshop_item .uss_shop_btns .uss_shop_buy_one_click a {
  background-image: url('../img/k1_5/fast-buy-icon-list.png');
}
.colorStyle5 .uss_shop_blocks_view .uss_eshop_item .uss_shop_btns .uss_shop_buy_one_click a:hover {
  background-image: url('../img/fast-buy-icon-list-active.png');
}
.colorStyle5 .uss_eshop_block_item .uss_shop_name {
  color: #232323;
}
.colorStyle5 .uss_eshop_block_item .uss_shop_name a {
  color: inherit;
}
.colorStyle5 .uss_eshop_block_item .uss_shop_name:hover {
  color: #2EA02B;
}
.colorStyle5 .uss_eshop_block_item a.add_to_cart {
  background-color: #3BB038;
  color: #fff;
}
.colorStyle5 .uss_eshop_block_item a.add_to_cart.already_in_cart {
  background-color: #2C2C2C;
  color: #fff;
}
.colorStyle5 .uss_eshop_block_item a.add_to_cart:hover {
  background-color: #484848;
  color: #fff;
}
.colorStyle5 .uss_eshop_sameproducts.blocks .item .info .title {
  color: #232323;
}
.colorStyle5 .uss_eshop_sameproducts.blocks .item .info .title a {
  color: inherit;
}
.colorStyle5 .uss_eshop_sameproducts.blocks .item .info .title:hover {
  color: #2EA02B;
}
.colorStyle5 .news-block .title-menu a.watch-all {
  background-image: url('/img/k1_5/all-news.png');
}
.colorStyle5 .news-block .title-menu a.subscribe {
  background-image: url('/img/k1_5/news-subscribe.png');
}
.colorStyle5 .footer .in_menu ul li .submenu li a {
  color: #2EA02B;
}
.colorStyle5 .section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart:not(.already_in_cart):not(.buy_one_click) {
  background-image: url('../img/k1_5/btn-buy.png') !important;
  background-color: #3BB038 !important;
  color: #fff !important;
}
.colorStyle5 .section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart:not(.already_in_cart):not(.buy_one_click):hover,
.colorStyle5 .section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart:not(.already_in_cart):not(.buy_one_click).already_in_cart {
  background-image: url('../img/btn-buy.png') !important;
  background-color: #423633 !important;
  color: #fff !important;
}
.colorStyle5 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart {
  background-color: #3BB038 !important;
  color: #fff !important;
}
.colorStyle5 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart:not(.already_in_cart) {
  background-image: url('../img/k1_5/btn-buy.png') !important;
}
.colorStyle5 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart:hover,
.colorStyle5 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart.already_in_cart {
  background-color: #423633 !important;
  color: #fff !important;
}
.colorStyle5 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart:hover:not(.already_in_cart),
.colorStyle5 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart:not(.already_in_cart) {
  background-image: url('../img/btn-buy.png') !important;
}
.colorStyle5 .uss_eshop_item .uss_shop_by a.add_to_cart {
  background-color: #3BB038;
  color: #fff;
}
.colorStyle5 .uss_eshop_item .uss_shop_by a.add_to_cart.already_in_cart {
  background-color: #2C2C2C;
  color: #fff;
}
.colorStyle5 .uss_eshop_item .uss_shop_by a.add_to_cart:hover {
  background-color: #484848;
  color: #fff;
}
.colorStyle5 .section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_price span.price {
  color: #2EA02B;
}
.colorStyle5 .section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_price span.price.old_price {
  color: #8C8C8C;
}
.colorStyle5 .section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart {
  background: #3BB038;
  color: #fff;
}
.colorStyle5 .section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart.buy_one_click {
  background: #2C2C2C;
  color: #fff;
}
.colorStyle5 .section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart.buy_one_click:hover {
  background: #484848;
  color: #fff;
}
.colorStyle5 .uss_shop_block_cat .uss_shop_category .uss_shop_cat_name {
  color: #2EA02B;
}
.colorStyle5 .uss_catalog_block_cat .uss_catalog_category .catalog_info .uss_catalog_cat_name {
  color: #2EA02B;
}
.colorStyle5 div.uss_tabs div.uss_tabs_navigation span {
  background: #2C2C2C;
  color: #fff;
}
.colorStyle5 div.uss_tabs div.uss_tabs_navigation span.selected,
.colorStyle5 div.uss_tabs div.uss_tabs_navigation span:hover {
  background: #3BB038;
  color: #fff;
}
.colorStyle5 .uss_catalog_list_cat .catalog_orderbutton,
.colorStyle5 .uss_catalog_category .catalog_orderbutton {
  background: #3BB038;
  color: #fff;
}
.colorStyle5 .basket .uss_basket_wrapper > div {
  background: url('../img/cart-more.png') calc(100% - 16px) center no-repeat, url(../img/cart-icon.png) 25px center no-repeat, -webkit-linear-gradient(left, #3BB038 calc(100% - 39px), #2EA02B calc(100% - 39px));
  background: url('../img/cart-more.png') calc(100% - 16px) center no-repeat, url(../img/cart-icon.png) 25px center no-repeat, -o-linear-gradient(left, #3BB038 calc(100% - 39px), #2EA02B calc(100% - 39px));
  background: url('../img/cart-more.png') calc(100% - 16px) center no-repeat, url(../img/cart-icon.png) 25px center no-repeat, linear-gradient(to right, #3BB038 calc(100% - 39px), #2EA02B calc(100% - 39px));
}
.colorStyle5 .basket .uss_basket_wrapper > div .totals {
  background: none;
}
.colorStyle5 .header .burger {
  border: 2px solid #564946;
}
.colorStyle5 .header .burger span {
  background: #564946;
}
.colorStyle5 .header .burger:hover {
  background: #564946;
}
.colorStyle5 .header .burger:hover span {
  background: #fff;
}
.colorStyle5 .footer .burger {
  border: 2px solid #564946;
}
.colorStyle5 .footer .burger span {
  background: #564946;
}
.colorStyle5 .footer .burger:hover {
  background: #564946;
}
.colorStyle5 .footer .burger:hover span {
  background: #fff;
}
.colorStyle5 .footer.open ul > li > a {
  color: #fff;
  background: url('../img/k1_5/menu-li.png') 15px center no-repeat;
}
.colorStyle5 .footer.open ul > li:hover > a,
.colorStyle5 .footer.open ul > li.active > a {
  background: url('../img/k1_5/menu-li-active.png') 15px center no-repeat, #423633;
}
.colorStyle5 .footer .social a:hover {
  text-decoration: none;
  color: #2EA02B;
}
.colorStyle5 .slider .slides .slide .caption .title {
  color: #564946;
}
.colorStyle5 .slider .slides .slide .caption .preview {
  color: #787878;
}
.colorStyle5 .slider .slick-arrow.slick-prev {
  background: url(../img/slider-prev.png) center no-repeat, #C7C7C7;
}
.colorStyle5 .slider .slick-arrow.slick-next {
  background: url(../img/slider-next.png) center no-repeat, #C7C7C7;
}
.colorStyle5 .slider .slick-arrow:hover {
  background-color: #564946;
}
.colorStyle5 .slider .caption .uss_more {
  background: #3BB038 !important;
  color: #fff;
}
.colorStyle5 .slider .caption .uss_more:hover {
  opacity: 0.8;
}
.colorStyle5 #wrap a.uss_more {
  background: #3BB038;
  color: #fff;
}
.colorStyle5 #wrap a.uss_more:hover {
  background: #423633;
  color: #fff;
}
.colorStyle5 .uss_shop_table_view table tr td.uss_price span.actual_price {
  color: #2EA02B;
}
.colorStyle5 .uss_shop_table_view table tr td.uss_price span.old_price {
  color: #8C8C8C;
}
.colorStyle5 #wrap .catalog_orderbutton {
  background: #3BB038;
  color: #fff;
}
.colorStyle5 #wrap .catalog_orderbutton:hover {
  background: #423633;
  color: #fff;
}
.colorStyle5 .uss_eshop_block_item .add_to_cart {
  background-image: url('../img/k1_5/btn-buy.png');
  background-color: #3BB038;
  color: #fff;
}
.colorStyle5 .uss_eshop_block_item .add_to_cart:hover:not(.already_in_cart) {
  background-image: url('../img/btn-buy.png');
  background-color: #423633;
  color: #fff;
}
.colorStyle5 .uss_eshop_block_item .add_to_cart.already_in_cart {
  background-image: none;
  background-color: #423633;
  color: #fff;
}
.colorStyle5 .quiz .submit input[type='submit'].styler {
  background: #3BB038;
  color: #fff;
}
.colorStyle5 .quiz .submit input[type='submit'].styler:hover {
  background: #423633;
  color: #fff;
}
.colorStyle5 .uss_pagenator .uss_page.uss_page_selected a,
.colorStyle5 .uss_pagenator .uss_page:hover a {
  background: #3BB038;
  color: #fff;
}
.colorStyle5 #uss_basket_ask_where_to_go_block {
  border-color: #564946;
}
.colorStyle5 .position .uss_eshop_block_item:hover,
.colorStyle5 .service-block .uss_eshop_menu li:hover,
.colorStyle5 .service-block .catalog_menu li:hover,
.colorStyle5 .uss_shop_block_cat .uss_shop_category:hover,
.colorStyle5 .uss_shop_blocks_view .uss_eshop_item:hover,
.colorStyle5 .uss_shop_list_cat .uss_shop_category:hover,
.colorStyle5 .uss_shop_list_view .uss_shop_list_view_item:hover,
.colorStyle5 .uss_photoalbums_albums_list .uss_albums_item:hover,
.colorStyle5 .uss_eshop_sameproducts.blocks .item:hover,
.colorStyle5 .uss_catalog_category:hover {
  border-color: #2EA02B;
  -webkit-transition: border-color 0.15s ease-in;
  -o-transition: border-color 0.15s ease-in;
  transition: border-color 0.15s ease-in;
}
.colorStyle5 .uss_photoalbums_albums_list .uss_albums_item .uss_albums_name:hover {
  color: #2EA02B;
}
.colorStyle5 .footer .in_menu ul li a:hover {
  color: #2EA02B;
}
.colorStyle5 .uss_shop_list_view_item .uss_shop_technical_data .uss_shop_name a:hover {
  color: #2EA02B;
}
.colorStyle5 .uss_shop_list_view_item .uss_shop_technical_data .uss_compare_by {
  margin-top: 0.8em;
}
.colorStyle5 .uss_shop_list_view_item .uss_shop_technical_data .uss_compare_by a {
  background-image: url('../img/k1_5/compare-icon-list.png');
}
.colorStyle5 .uss_shop_list_view_item .uss_shop_technical_data .uss_compare_by a:hover {
  background-image: url('../img/compare-icon-list-active.png');
  color: #fff;
}
.colorStyle5 .uss_shop_list_view_item .uss_shop_technical_data .uss_shop_put_wrap .uss_shop_put a {
  background-image: url('../img/k1_5/put-icon-list.png');
  color: #2EA02B;
}
.colorStyle5 .uss_shop_list_view_item .uss_shop_technical_data .uss_shop_put_wrap .uss_shop_put a:hover {
  background-image: url('../img/put-icon-list-active.png');
  color: #fff;
}
.colorStyle5 .uss_shop_list_view_item .uss_shop_technical_data .uss_shop_by a.add_to_cart.buy_one_click {
  background-image: url('../img/k1_5/fast-buy-icon-list.png');
  color: #2EA02B;
}
.colorStyle5 .uss_shop_list_view_item .uss_shop_technical_data .uss_shop_by a.add_to_cart.buy_one_click:hover {
  background-color: #212121 !important;
  background-image: url('../img/fast-buy-icon-list-active.png');
  color: #fff;
}
.colorStyle5 .uss_shop_list_view_item .uss_shop_technical_data .uss_shop_by a.add_to_cart:not(.buy_one_click) {
  background-image: url('../img/k1_5/btn-buy.png') !important;
  background-color: #3BB038 !important;
  color: #fff !important;
}
.colorStyle5 .uss_shop_list_view_item .uss_shop_technical_data .uss_shop_by a.add_to_cart:not(.buy_one_click):hover,
.colorStyle5 .uss_shop_list_view_item .uss_shop_technical_data .uss_shop_by a.add_to_cart:not(.buy_one_click).already_in_cart {
  background-image: url('../img/btn-buy.png') !important;
  background-color: #423633 !important;
  color: #fff !important;
}
.colorStyle5 .catalog_orderform_window_wrap .uss_shop_price_amount_wrap .uss_shop_price .actual_price,
.colorStyle5 .buy_one_click_form_tml .buy_one_click_window_wrap .uss_shop_price_amount_wrap .uss_shop_price .actual_price {
  color: #2EA02B;
}
.colorStyle5 .service-block .uss_eshop_menu li a:hover {
  color: #2EA02B;
}
.colorStyle5 .service-block .catalog_menu li a:hover {
  color: #2EA02B;
}
.colorStyle5 .uss_shoppos_table .uss_eshop_item a.add_to_cart {
  background-color: #3BB038 !important;
  color: #fff !important;
}
.colorStyle5 .uss_shoppos_table .uss_eshop_item a.add_to_cart:not(.already_in_cart) {
  background-image: url('../img/k1_5/btn-buy.png') !important;
}
.colorStyle5 .uss_shoppos_table .uss_eshop_item a.add_to_cart:hover,
.colorStyle5 .uss_shoppos_table .uss_eshop_item a.add_to_cart.already_in_cart {
  background-color: #423633 !important;
  color: #fff !important;
}
.colorStyle5 .uss_shoppos_table .uss_eshop_item a.add_to_cart:hover:not(.already_in_cart),
.colorStyle5 .uss_shoppos_table .uss_eshop_item a.add_to_cart:not(.already_in_cart) {
  background-image: url('../img/btn-buy.png') !important;
}
.colorStyle5 .section_text .uss_subscribe_form form input[type='submit'] {
  background: #3BB038;
  color: #fff;
}
.colorStyle5 .section_text .uss_subscribe_form form input[type='submit']:hover {
  background: #423633;
  color: #fff;
}
@media (max-width: 917px) {
  .colorStyle5 .footer .in_menu {
    background: #564946;
  }
  .colorStyle5 .footer .in_menu ul > li > a {
    color: #fff;
    background: url('../img/k1_5/menu-li.png') 31px center no-repeat;
  }
  .colorStyle5 .footer .in_menu ul > li:hover > a,
  .colorStyle5 .footer .in_menu ul > li.active > a {
    color: #fff;
    background: url('../img/k1_5/menu-li-active.png') 31px center no-repeat, #423633;
  }
  .colorStyle5 .footer .in_menu ul > li .submenu li a {
    background: #423633;
  }
  .colorStyle5 .footer .in_menu ul > li .submenu li:hover a {
    background: #2EA02B;
    color: #fff;
  }
}
.colorStyle5 .header .contacts {
  text-align: left;
}
.colorStyle5 .header .right {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.colorStyle6 .fc_form_tml input[type='submit'],
.colorStyle6 .fc_form_tml button[type='submit'],
.colorStyle6 .fc_form_tml input.styler[type='submit'],
.colorStyle6 .fc_form_tml button.styler[type='submit'],
.colorStyle6 .fc_form_tml input[type='button'],
.colorStyle6 .fc_form_tml button[type='button'],
.colorStyle6 .fc_form_tml input.styler[type='button'],
.colorStyle6 .fc_form_tml button.styler[type='button'],
.colorStyle6 form[name='uss_block_filters'] input[type='submit'],
.colorStyle6 form[name='uss_block_filters'] button[type='submit'],
.colorStyle6 form[name='uss_block_filters'] input.styler[type='submit'],
.colorStyle6 form[name='uss_block_filters'] button.styler[type='submit'],
.colorStyle6 form[name='uss_block_filters'] input[type='button'],
.colorStyle6 form[name='uss_block_filters'] button[type='button'],
.colorStyle6 form[name='uss_block_filters'] input.styler[type='button'],
.colorStyle6 form[name='uss_block_filters'] button.styler[type='button'],
.colorStyle6 .uss_form_tml input[type='submit'],
.colorStyle6 .uss_form_tml button[type='submit'],
.colorStyle6 .uss_form_tml input.styler[type='submit'],
.colorStyle6 .uss_form_tml button.styler[type='submit'],
.colorStyle6 .uss_form_tml input[type='button'],
.colorStyle6 .uss_form_tml button[type='button'],
.colorStyle6 .uss_form_tml input.styler[type='button'],
.colorStyle6 .uss_form_tml button.styler[type='button'] {
  background: #283D56;
}
.colorStyle6 .fc_form_tml input[type='submit']:hover,
.colorStyle6 .fc_form_tml button[type='submit']:hover,
.colorStyle6 .fc_form_tml input.styler[type='submit']:hover,
.colorStyle6 .fc_form_tml button.styler[type='submit']:hover,
.colorStyle6 .fc_form_tml input[type='button']:hover,
.colorStyle6 .fc_form_tml button[type='button']:hover,
.colorStyle6 .fc_form_tml input.styler[type='button']:hover,
.colorStyle6 .fc_form_tml button.styler[type='button']:hover,
.colorStyle6 form[name='uss_block_filters'] input[type='submit']:hover,
.colorStyle6 form[name='uss_block_filters'] button[type='submit']:hover,
.colorStyle6 form[name='uss_block_filters'] input.styler[type='submit']:hover,
.colorStyle6 form[name='uss_block_filters'] button.styler[type='submit']:hover,
.colorStyle6 form[name='uss_block_filters'] input[type='button']:hover,
.colorStyle6 form[name='uss_block_filters'] button[type='button']:hover,
.colorStyle6 form[name='uss_block_filters'] input.styler[type='button']:hover,
.colorStyle6 form[name='uss_block_filters'] button.styler[type='button']:hover,
.colorStyle6 .uss_form_tml input[type='submit']:hover,
.colorStyle6 .uss_form_tml button[type='submit']:hover,
.colorStyle6 .uss_form_tml input.styler[type='submit']:hover,
.colorStyle6 .uss_form_tml button.styler[type='submit']:hover,
.colorStyle6 .uss_form_tml input[type='button']:hover,
.colorStyle6 .uss_form_tml button[type='button']:hover,
.colorStyle6 .uss_form_tml input.styler[type='button']:hover,
.colorStyle6 .uss_form_tml button.styler[type='button']:hover {
  background: #203044;
  color: #fff;
}
.colorStyle6 #wrap {
  color: #787878;
}
.colorStyle6 a {
  color: #37AFE9;
}
.colorStyle6 a.btn {
  background: #37AFE9;
  color: #fff;
}
.colorStyle6 a.btn:hover {
  background: #2A8BBA;
  color: #fff;
}
.colorStyle6 .uss_search_form form input[type='text']:focus {
  border-color: #283D56;
}
.colorStyle6 .uss_search_form form input[type='submit'] {
  background: #283D56;
  color: #fff;
}
.colorStyle6 .header .search form input[type='text']:focus {
  border-color: #283D56;
}
.colorStyle6 .header .search form input[type='submit'] {
  background: #283D56;
  color: #fff;
}
.colorStyle6 .header .search form input[type='submit']:hover {
  background: #2A8BBA;
  color: #fff;
}
.colorStyle6 .header .contacts {
  color: #787878;
}
.colorStyle6 .header .contacts .phone {
  background: url('../img/k1_6/phone-icon.png') left center no-repeat;
}
.colorStyle6 .header .contacts .point {
  background: url('../img/k1_6/point-icon-small.png') left center no-repeat;
  background-position: 0 0;
  text-align: left;
  padding-left: 43px;
}
.colorStyle6 .header .center .contacts .phone {
  background-image: url('../img/k1_6/phone-icon-small.png');
}
.colorStyle6 .header .basket .uss_basket_wrapper > div {
  background: url(../img/cart-icon.png) center no-repeat, #283D56;
}
.colorStyle6 .menu .aside-header {
  background: url('../img/k1_6/aside-catalog-title.png') no-repeat, #283D56;
  background-position: 29px center;
}
.colorStyle6 .menu .aside-header .h3 {
  color: #fff;
}
.colorStyle6 .menu .in_menu {
  background: #283D56;
}
.colorStyle6 .menu .in_menu ul > li > a {
  color: #fff;
  background: url('../img/k1_6/menu-li.png') 31px center no-repeat;
}
.colorStyle6 .menu .in_menu ul > li:hover > a,
.colorStyle6 .menu .in_menu ul > li.active > a {
  color: #fff;
  background: url('../img/k1_6/menu-li-active.png') 31px center no-repeat, #2A8BBA;
}
.colorStyle6 .menu .in_menu ul > li .submenu li a {
  background: #2A8BBA;
}
.colorStyle6 .menu .in_menu ul > li .submenu li:hover a {
  background: #37AFE9;
  color: #fff;
}
.colorStyle6 .mobile-top-menu .aside-header {
  background: url('../img/k1_6/aside-catalog-title.png') no-repeat, #283D56;
  background-position: 29px center;
}
.colorStyle6 .mobile-top-menu .aside-header .h3 {
  color: #fff;
}
.colorStyle6 .mobile-top-menu .in_menu {
  background: #283D56;
}
.colorStyle6 .mobile-top-menu .in_menu ul > li > a {
  color: #fff;
  background: url('../img/k1_6/menu-li.png') 31px center no-repeat;
}
.colorStyle6 .mobile-top-menu .in_menu ul > li:hover > a,
.colorStyle6 .mobile-top-menu .in_menu ul > li.active > a {
  color: #fff;
  background: url('../img/k1_6/menu-li-active.png') 31px center no-repeat, #2A8BBA;
}
.colorStyle6 .mobile-top-menu .in_menu ul > li .submenu li a {
  background: #2A8BBA;
}
.colorStyle6 .mobile-top-menu .in_menu ul > li .submenu li:hover a {
  background: #37AFE9;
  color: #fff;
}
.colorStyle6 .aside .aside_opener {
  background: url('../img/k1_6/aside-catalog-title.png') no-repeat, #283D56;
  background-position: 29px center;
}
.colorStyle6 .aside .aside_opener .h3 {
  color: #fff;
}
.colorStyle6 .aside .aside-catalog ul li a {
  color: #232323;
  background: url('../img/k1_6/aside-menu-li.png') 31px center no-repeat, #F1F1F1;
  padding-left: 60px;
}
.colorStyle6 .aside .aside-catalog ul li .submenu .submenu li a {
  background-image: none;
  background: #445E7C;
}
.colorStyle6 .aside .aside-catalog ul li.active > a,
.colorStyle6 .aside .aside-catalog ul li:hover > a,
.colorStyle6 .aside .aside-catalog ul li.active > .catalog_menu_item a,
.colorStyle6 .aside .aside-catalog ul li:hover > .catalog_menu_item a {
  background: url('../img/k1_6/aside-menu-li-active.png') 31px center no-repeat, #37AFE9;
  color: #fff;
}
.colorStyle6 .aside .aside-catalog ul li.active .submenu {
  background: #283D56;
}
.colorStyle6 .aside .aside-catalog ul li.active .submenu li a {
  background-image: none;
  color: #fff;
}
.colorStyle6 .aside .aside-catalog ul li.active .submenu li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}
.colorStyle6 .aside .aside-catalog ul li.active .submenu li.active > a,
.colorStyle6 .aside .aside-catalog ul li.active .submenu li:hover > a,
.colorStyle6 .aside .aside-catalog ul li.active .submenu li.active > .catalog_menu_item a,
.colorStyle6 .aside .aside-catalog ul li.active .submenu li:hover > .catalog_menu_item a {
  background: #36506F;
}
.colorStyle6 .aside .aside-block .h3 {
  background: #F1F1F1;
  color: #2F2F2F;
}
.colorStyle6 .aside .uss_eshop_block_item {
  background: #F1F1F1;
}
.colorStyle6 .aside .aside-news .title-menu a.watch-all {
  background: url('../img/k1_6/all-news.png') left center no-repeat;
}
.colorStyle6 .aside .aside-news .title-menu a.subscribe {
  background: url('../img/k1_6/news-subscribe.png') left center no-repeat;
}
.colorStyle6 .aside .aside-contacts .h3 {
  color: #37AFE9;
}
.colorStyle6 .aside .aside-contacts a.uss_more {
  background: #203044 !important;
  color: #fff !important;
}
.colorStyle6 .uss_shop_blocks_view .uss_eshop_item .uss_shop_name {
  color: #232323;
}
.colorStyle6 .uss_shop_blocks_view .uss_eshop_item .uss_shop_name a {
  color: inherit;
}
.colorStyle6 .uss_shop_blocks_view .uss_eshop_item .uss_shop_name:hover {
  color: #37AFE9;
}
.colorStyle6 .uss_shop_blocks_view .uss_eshop_item .uss_shop_btns .uss_compare_by a {
  background-image: url('../img/k1_6/compare-icon-list.png');
}
.colorStyle6 .uss_shop_blocks_view .uss_eshop_item .uss_shop_btns .uss_compare_by a:hover {
  background-image: url('../img/compare-icon-list-active.png');
}
.colorStyle6 .uss_shop_blocks_view .uss_eshop_item .uss_shop_btns .uss_shop_put_wrap a {
  background-image: url('../img/k1_6/put-icon-list.png');
}
.colorStyle6 .uss_shop_blocks_view .uss_eshop_item .uss_shop_btns .uss_shop_put_wrap a:hover {
  background-image: url('../img/put-icon-list-active.png');
}
.colorStyle6 .uss_shop_blocks_view .uss_eshop_item .uss_shop_btns .uss_shop_buy_one_click a {
  background-image: url('../img/k1_6/fast-buy-icon-list.png');
}
.colorStyle6 .uss_shop_blocks_view .uss_eshop_item .uss_shop_btns .uss_shop_buy_one_click a:hover {
  background-image: url('../img/fast-buy-icon-list-active.png');
}
.colorStyle6 .uss_eshop_block_item .uss_shop_name {
  color: #232323;
}
.colorStyle6 .uss_eshop_block_item .uss_shop_name a {
  color: inherit;
}
.colorStyle6 .uss_eshop_block_item .uss_shop_name:hover {
  color: #37AFE9;
}
.colorStyle6 .uss_eshop_block_item a.add_to_cart {
  background-color: #283D56;
  color: #fff;
}
.colorStyle6 .uss_eshop_block_item a.add_to_cart.already_in_cart {
  background-color: #203044;
  color: #fff;
}
.colorStyle6 .uss_eshop_block_item a.add_to_cart:hover {
  background-color: #484848;
  color: #fff;
}
.colorStyle6 .uss_eshop_sameproducts.blocks .item .info .title {
  color: #232323;
}
.colorStyle6 .uss_eshop_sameproducts.blocks .item .info .title a {
  color: inherit;
}
.colorStyle6 .uss_eshop_sameproducts.blocks .item .info .title:hover {
  color: #37AFE9;
}
.colorStyle6 .news-block .title-menu a.watch-all {
  background-image: url('/img/k1_6/all-news.png');
}
.colorStyle6 .news-block .title-menu a.subscribe {
  background-image: url('/img/k1_6/news-subscribe.png');
}
.colorStyle6 .footer .in_menu ul li .submenu li a {
  color: #37AFE9;
}
.colorStyle6 .section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart:not(.already_in_cart):not(.buy_one_click) {
  background-image: url('../img/k1_6/btn-buy.png') !important;
  background-color: #283D56 !important;
  color: #fff !important;
}
.colorStyle6 .section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart:not(.already_in_cart):not(.buy_one_click):hover,
.colorStyle6 .section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart:not(.already_in_cart):not(.buy_one_click).already_in_cart {
  background-image: url('../img/btn-buy.png') !important;
  background-color: #2A8BBA !important;
  color: #fff !important;
}
.colorStyle6 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart {
  background-color: #283D56 !important;
  color: #fff !important;
}
.colorStyle6 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart:not(.already_in_cart) {
  background-image: url('../img/k1_6/btn-buy.png') !important;
}
.colorStyle6 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart:hover,
.colorStyle6 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart.already_in_cart {
  background-color: #2A8BBA !important;
  color: #fff !important;
}
.colorStyle6 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart:hover:not(.already_in_cart),
.colorStyle6 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart:not(.already_in_cart) {
  background-image: url('../img/btn-buy.png') !important;
}
.colorStyle6 .uss_eshop_item .uss_shop_by a.add_to_cart {
  background-color: #283D56;
  color: #fff;
}
.colorStyle6 .uss_eshop_item .uss_shop_by a.add_to_cart.already_in_cart {
  background-color: #203044;
  color: #fff;
}
.colorStyle6 .uss_eshop_item .uss_shop_by a.add_to_cart:hover {
  background-color: #484848;
  color: #fff;
}
.colorStyle6 .section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_price span.price {
  color: #37AFE9;
}
.colorStyle6 .section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_price span.price.old_price {
  color: #8C8C8C;
}
.colorStyle6 .section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart {
  background: #283D56;
  color: #fff;
}
.colorStyle6 .section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart.buy_one_click {
  background: #203044;
  color: #fff;
}
.colorStyle6 .section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart.buy_one_click:hover {
  background: #484848;
  color: #fff;
}
.colorStyle6 .uss_shop_block_cat .uss_shop_category .uss_shop_cat_name {
  color: #37AFE9;
}
.colorStyle6 .uss_catalog_block_cat .uss_catalog_category .catalog_info .uss_catalog_cat_name {
  color: #37AFE9;
}
.colorStyle6 div.uss_tabs div.uss_tabs_navigation span {
  background: #203044;
  color: #fff;
}
.colorStyle6 div.uss_tabs div.uss_tabs_navigation span.selected,
.colorStyle6 div.uss_tabs div.uss_tabs_navigation span:hover {
  background: #283D56;
  color: #fff;
}
.colorStyle6 .uss_catalog_list_cat .catalog_orderbutton,
.colorStyle6 .uss_catalog_category .catalog_orderbutton {
  background: #283D56;
  color: #fff;
}
.colorStyle6 .basket .uss_basket_wrapper > div {
  background: url('../img/cart-more.png') calc(100% - 16px) center no-repeat, url(../img/cart-icon.png) 25px center no-repeat, -webkit-linear-gradient(left, #37AFE9 calc(100% - 39px), #319BCE calc(100% - 39px));
  background: url('../img/cart-more.png') calc(100% - 16px) center no-repeat, url(../img/cart-icon.png) 25px center no-repeat, -o-linear-gradient(left, #37AFE9 calc(100% - 39px), #319BCE calc(100% - 39px));
  background: url('../img/cart-more.png') calc(100% - 16px) center no-repeat, url(../img/cart-icon.png) 25px center no-repeat, linear-gradient(to right, #37AFE9 calc(100% - 39px), #319BCE calc(100% - 39px));
}
.colorStyle6 .basket .uss_basket_wrapper > div .totals {
  background: none;
}
.colorStyle6 .header .burger {
  border: 2px solid #283D56;
}
.colorStyle6 .header .burger span {
  background: #283D56;
}
.colorStyle6 .header .burger:hover {
  background: #283D56;
}
.colorStyle6 .header .burger:hover span {
  background: #fff;
}
.colorStyle6 .footer .burger {
  border: 2px solid #283D56;
}
.colorStyle6 .footer .burger span {
  background: #283D56;
}
.colorStyle6 .footer .burger:hover {
  background: #283D56;
}
.colorStyle6 .footer .burger:hover span {
  background: #fff;
}
.colorStyle6 .footer.open ul > li > a {
  color: #fff;
  background: url('../img/k1_6/menu-li.png') 15px center no-repeat;
}
.colorStyle6 .footer.open ul > li:hover > a,
.colorStyle6 .footer.open ul > li.active > a {
  background: url('../img/k1_6/menu-li-active.png') 15px center no-repeat, #2A8BBA;
}
.colorStyle6 .footer .social a:hover {
  text-decoration: none;
  color: #37AFE9;
}
.colorStyle6 .slider .slides .slide .caption .title {
  color: #283D56;
}
.colorStyle6 .slider .slides .slide .caption .preview {
  color: #787878;
}
.colorStyle6 .slider .slick-arrow.slick-prev {
  background: url(../img/slider-prev.png) center no-repeat, #C7C7C7;
}
.colorStyle6 .slider .slick-arrow.slick-next {
  background: url(../img/slider-next.png) center no-repeat, #C7C7C7;
}
.colorStyle6 .slider .slick-arrow:hover {
  background-color: #283D56;
}
.colorStyle6 .slider .caption .uss_more {
  background: #37AFE9 !important;
  color: #fff;
}
.colorStyle6 .slider .caption .uss_more:hover {
  opacity: 0.8;
}
.colorStyle6 #wrap a.uss_more {
  background: #283D56;
  color: #fff;
}
.colorStyle6 #wrap a.uss_more:hover {
  background: #2A8BBA;
  color: #fff;
}
.colorStyle6 .uss_shop_table_view table tr td.uss_price span.actual_price {
  color: #37AFE9;
}
.colorStyle6 .uss_shop_table_view table tr td.uss_price span.old_price {
  color: #8C8C8C;
}
.colorStyle6 #wrap .catalog_orderbutton {
  background: #283D56;
  color: #fff;
}
.colorStyle6 #wrap .catalog_orderbutton:hover {
  background: #2A8BBA;
  color: #fff;
}
.colorStyle6 .uss_eshop_block_item .add_to_cart {
  background-image: url('../img/k1_6/btn-buy.png');
  background-color: #283D56;
  color: #fff;
}
.colorStyle6 .uss_eshop_block_item .add_to_cart:hover:not(.already_in_cart) {
  background-image: url('../img/btn-buy.png');
  background-color: #2A8BBA;
  color: #fff;
}
.colorStyle6 .uss_eshop_block_item .add_to_cart.already_in_cart {
  background-image: none;
  background-color: #2A8BBA;
  color: #fff;
}
.colorStyle6 .quiz .submit input[type='submit'].styler {
  background: #283D56;
  color: #fff;
}
.colorStyle6 .quiz .submit input[type='submit'].styler:hover {
  background: #2A8BBA;
  color: #fff;
}
.colorStyle6 .uss_pagenator .uss_page.uss_page_selected a,
.colorStyle6 .uss_pagenator .uss_page:hover a {
  background: #283D56;
  color: #fff;
}
.colorStyle6 #uss_basket_ask_where_to_go_block {
  border-color: #283D56;
}
.colorStyle6 .position .uss_eshop_block_item:hover,
.colorStyle6 .service-block .uss_eshop_menu li:hover,
.colorStyle6 .service-block .catalog_menu li:hover,
.colorStyle6 .uss_shop_block_cat .uss_shop_category:hover,
.colorStyle6 .uss_shop_blocks_view .uss_eshop_item:hover,
.colorStyle6 .uss_shop_list_cat .uss_shop_category:hover,
.colorStyle6 .uss_shop_list_view .uss_shop_list_view_item:hover,
.colorStyle6 .uss_photoalbums_albums_list .uss_albums_item:hover,
.colorStyle6 .uss_eshop_sameproducts.blocks .item:hover,
.colorStyle6 .uss_catalog_category:hover {
  border-color: #37AFE9;
  -webkit-transition: border-color 0.15s ease-in;
  -o-transition: border-color 0.15s ease-in;
  transition: border-color 0.15s ease-in;
}
.colorStyle6 .uss_photoalbums_albums_list .uss_albums_item .uss_albums_name:hover {
  color: #37AFE9;
}
.colorStyle6 .footer .in_menu ul li a:hover {
  color: #37AFE9;
}
.colorStyle6 .uss_shop_list_view_item .uss_shop_technical_data .uss_shop_name a:hover {
  color: #37AFE9;
}
.colorStyle6 .uss_shop_list_view_item .uss_shop_technical_data .uss_compare_by {
  margin-top: 0.8em;
}
.colorStyle6 .uss_shop_list_view_item .uss_shop_technical_data .uss_compare_by a {
  background-image: url('../img/k1_6/compare-icon-list.png');
}
.colorStyle6 .uss_shop_list_view_item .uss_shop_technical_data .uss_compare_by a:hover {
  background-image: url('../img/compare-icon-list-active.png');
  color: #fff;
}
.colorStyle6 .uss_shop_list_view_item .uss_shop_technical_data .uss_shop_put_wrap .uss_shop_put a {
  background-image: url('../img/k1_6/put-icon-list.png');
  color: #37AFE9;
}
.colorStyle6 .uss_shop_list_view_item .uss_shop_technical_data .uss_shop_put_wrap .uss_shop_put a:hover {
  background-image: url('../img/put-icon-list-active.png');
  color: #fff;
}
.colorStyle6 .uss_shop_list_view_item .uss_shop_technical_data .uss_shop_by a.add_to_cart.buy_one_click {
  background-image: url('../img/k1_6/fast-buy-icon-list.png');
  color: #37AFE9;
}
.colorStyle6 .uss_shop_list_view_item .uss_shop_technical_data .uss_shop_by a.add_to_cart.buy_one_click:hover {
  background-color: #212121 !important;
  background-image: url('../img/fast-buy-icon-list-active.png');
  color: #fff;
}
.colorStyle6 .uss_shop_list_view_item .uss_shop_technical_data .uss_shop_by a.add_to_cart:not(.buy_one_click) {
  background-image: url('../img/k1_6/btn-buy.png') !important;
  background-color: #283D56 !important;
  color: #fff !important;
}
.colorStyle6 .uss_shop_list_view_item .uss_shop_technical_data .uss_shop_by a.add_to_cart:not(.buy_one_click):hover,
.colorStyle6 .uss_shop_list_view_item .uss_shop_technical_data .uss_shop_by a.add_to_cart:not(.buy_one_click).already_in_cart {
  background-image: url('../img/btn-buy.png') !important;
  background-color: #2A8BBA !important;
  color: #fff !important;
}
.colorStyle6 .catalog_orderform_window_wrap .uss_shop_price_amount_wrap .uss_shop_price .actual_price,
.colorStyle6 .buy_one_click_form_tml .buy_one_click_window_wrap .uss_shop_price_amount_wrap .uss_shop_price .actual_price {
  color: #37AFE9;
}
.colorStyle6 .service-block .uss_eshop_menu li a:hover {
  color: #37AFE9;
}
.colorStyle6 .service-block .catalog_menu li a:hover {
  color: #37AFE9;
}
.colorStyle6 .uss_shoppos_table .uss_eshop_item a.add_to_cart {
  background-color: #283D56 !important;
  color: #fff !important;
}
.colorStyle6 .uss_shoppos_table .uss_eshop_item a.add_to_cart:not(.already_in_cart) {
  background-image: url('../img/k1_6/btn-buy.png') !important;
}
.colorStyle6 .uss_shoppos_table .uss_eshop_item a.add_to_cart:hover,
.colorStyle6 .uss_shoppos_table .uss_eshop_item a.add_to_cart.already_in_cart {
  background-color: #2A8BBA !important;
  color: #fff !important;
}
.colorStyle6 .uss_shoppos_table .uss_eshop_item a.add_to_cart:hover:not(.already_in_cart),
.colorStyle6 .uss_shoppos_table .uss_eshop_item a.add_to_cart:not(.already_in_cart) {
  background-image: url('../img/btn-buy.png') !important;
}
.colorStyle6 .section_text .uss_subscribe_form form input[type='submit'] {
  background: #283D56;
  color: #fff;
}
.colorStyle6 .section_text .uss_subscribe_form form input[type='submit']:hover {
  background: #2A8BBA;
  color: #fff;
}
@media (max-width: 917px) {
  .colorStyle6 .footer .in_menu {
    background: #283D56;
  }
  .colorStyle6 .footer .in_menu ul > li > a {
    color: #fff;
    background: url('../img/k1_6/menu-li.png') 31px center no-repeat;
  }
  .colorStyle6 .footer .in_menu ul > li:hover > a,
  .colorStyle6 .footer .in_menu ul > li.active > a {
    color: #fff;
    background: url('../img/k1_6/menu-li-active.png') 31px center no-repeat, #2A8BBA;
  }
  .colorStyle6 .footer .in_menu ul > li .submenu li a {
    background: #2A8BBA;
  }
  .colorStyle6 .footer .in_menu ul > li .submenu li:hover a {
    background: #37AFE9;
    color: #fff;
  }
}
.colorStyle6 .header .inner {
  padding-top: 40px;
}
.colorStyle6 .header .center {
  -moz-flex: 1 auto;
  -ms-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
          flex: 1 auto;
}
.colorStyle6 .header .logo {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.colorStyle6 .header .logo .burger {
  margin-right: 25px;
}
.colorStyle6 .header .right {
  -moz-flex: 1 auto;
  -ms-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
          flex: 1 auto;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: right;
}
.colorStyle6 .header .right .row {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.colorStyle6 .header .left {
  margin-right: 14px;
}
.colorStyle6 .header .row .contacts .phone {
  background-image: url('../img/k1_6/phone-icon-small.png');
}
.colorStyle6 .header .row .contacts .point {
  background-image: url('../img/k1_6/point-icon-small.png');
}
.tablet-pda .header .top-nav {
  display: none;
}
.tablet-pda .header .inner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tablet-pda .header .left {
  padding: 0;
}
.tablet-pda .header .right {
  padding: 0;
}
.tablet-pda .header .center {
  -moz-order: 10;
  -ms-order: 10;
  -o-order: 10;
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 10px;
}
.tablet-pda .header .search {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  max-width: 100% !important;
}
.tablet-pda .header .search form {
  width: 100%;
}
.tablet-pda .header .burger {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tablet-pda .header .contacts {
  padding-left: 0;
}
.tablet-pda .menu:not(.footer-menu) .in_menu {
  display: none;
}
.tablet-pda .menu .basket {
  display: none;
}
.tablet-pda .menu.open .in_menu {
  display: block;
}
.tablet-pda .menu.open .in_menu ul {
  display: block;
  width: 100%;
}
.tablet-pda .menu.open .in_menu ul > li {
  display: block;
  width: 100%;
}
.tablet-pda .menu.open .in_menu ul > li > a {
  background-position: 15px center !important;
  padding-left: 50px !important;
}
.tablet-pda .mobile-top-menu:not(.footer-menu) .in_menu {
  display: none;
}
.tablet-pda .mobile-top-menu .basket {
  display: none;
}
.tablet-pda .mobile-top-menu.open .in_menu {
  display: block;
}
.tablet-pda .mobile-top-menu.open .in_menu ul {
  display: block;
  width: 100%;
}
.tablet-pda .mobile-top-menu.open .in_menu ul > li {
  display: block;
  width: 100%;
}
.tablet-pda .mobile-top-menu.open .in_menu ul > li > a {
  background-position: 15px center !important;
  padding-left: 50px !important;
}


@media (min-width: 1000px) {
  .aside > *:not(.aside_opener) {
    max-height: none !important;
  }
}
@media (max-width: 1200px) {
  .inner {
    width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (max-width: 999px) {
  .uss_shop_blocks_view .uss_eshop_item,
  .uss_eshop_sameproducts .item,
  .uss_shop_block_cat .uss_shop_category {
    max-width: calc( (100% -  ( (2 - 1) * 20px ) ) / 2);
  }
  .header .left {
    margin-right: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 375px;
            flex: 1 375px;
  }
  .header .right {
    margin-left: 0;
    -moz-flex: 1 auto;
    -ms-flex: 1 auto;
    -o-flex: 1 auto;
    -webkit-box-flex: 1;
            flex: 1 auto;
  }
  .header .center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-flex: 1 auto;
    -ms-flex: 1 auto;
    -o-flex: 1 auto;
    -webkit-box-flex: 1;
            flex: 1 auto;
  }
  .menu .aside-header {
    display: none;
  }
  .mobile-top-menu .aside-header {
    display: none;
  }
  .aside {
    display: block;
    float: none !important;
    width: 100% !important;
  }
  .aside > *:not(.aside_opener) {
    -webkit-transition: max-height 0.15s ease-in;
    -o-transition: max-height 0.15s ease-in;
    transition: max-height 0.15s ease-in;
    -webkit-transition-timing-function: ease-out;
            -o-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
    max-height: 0;
    overflow: hidden;
    margin-bottom: 0;
  }
  .aside > *:not(.aside_opener):not(.aside-catalog) {
    display: none !important;
  }
  .aside .aside_opener {
    display: block;
  }
  .aside.aside-right {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .aside.aside-left {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .aside.open .aside-catalog {
    /*display: block;*/
    -webkit-transition: max-height 0.15s ease-in;
    -o-transition: max-height 0.15s ease-in;
    transition: max-height 0.15s ease-in;
    -webkit-transition-timing-function: ease-in;
            -o-transition-timing-function: ease-in;
       transition-timing-function: ease-in;
    margin-bottom: 31px;
  }
}
@media (max-width: 917px) {
  .uss_shop_blocks_view .uss_eshop_item,
  .uss_eshop_sameproducts .item,
  .uss_shop_block_cat .uss_shop_category {
    max-width: calc( (100% -  ( (2 - 1) * 20px ) ) / 2);
  }
  .footer .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 10px;
  }
  .footer.footer-menu .inner {
    display: block;
  }
  .footer .left {
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    -o-flex: 0 100%;
    -webkit-box-flex: 0;
            flex: 0 100%;
    padding: 0;
    position: relative;
    -moz-order: 0;
    -ms-order: 0;
    -o-order: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
    margin-bottom: 15px;
  }
  .footer .right {
    padding: 0;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    -o-flex: 0 100%;
    -webkit-box-flex: 0;
            flex: 0 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: none;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .footer .right .h3 {
    margin-bottom: 14px;
  }
  .footer .right .social {
    -moz-flex: 1 auto;
    -ms-flex: 1 auto;
    -o-flex: 1 auto;
    -webkit-box-flex: 1;
            flex: 1 auto;
  }
  .footer .right .social p {
    display: block;
    width: 100%;
    margin: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .right .social a {
    width: auto;
    -moz-flex: 1 auto;
    -ms-flex: 1 auto;
    -o-flex: 1 auto;
    -webkit-box-flex: 1;
            flex: 1 auto;
    display: inline-block;
    vertical-align: top;
  }
  .footer .in_menu {
    -moz-flex: 1 auto;
    -ms-flex: 1 auto;
    -o-flex: 1 auto;
    -webkit-box-flex: 1;
            flex: 1 auto;
    background: #445C6D;
  }
  .footer .in_menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .footer .in_menu ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .footer .in_menu ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .in_menu ul li {
    -moz-flex: 1 auto;
    -ms-flex: 1 auto;
    -o-flex: 1 auto;
    -webkit-box-flex: 1;
            flex: 1 auto;
    position: relative;
  }
  .footer .in_menu ul li a {
    display: inline-block;
    width: 100%;
    padding: 17px 10px 17px 66px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    height: 100%;
  }
  .footer .in_menu ul li .submenu {
    /*display: none;*/
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 101;
    max-height: 0;
    overflow: hidden;
    display: block;
    -webkit-transition: max-height 0.15s ease-in;
    -o-transition: max-height 0.15s ease-in;
    transition: max-height 0.15s ease-in;
    text-align: left;
  }
  .footer .in_menu ul li .submenu .submenu {
    display: none !important;
  }
  .footer .in_menu ul li .submenu li {
    display: block;
    text-align: left;
  }
  .footer .in_menu ul li .submenu li a {
    display: block;
    padding: 10px 10px 9px 10px;
  }
  .footer .in_menu ul li .submenu li:hover a {
    background: #25B4B1;
  }
  .footer .in_menu ul li:hover a {
    background-color: #334755;
  }
  .footer .in_menu ul li:hover > .submenu {
    /*display: block;*/
    max-height: 700px;
    -webkit-transition: max-height 0.15s ease-in;
    -o-transition: max-height 0.15s ease-in;
    transition: max-height 0.15s ease-in;
  }
  .footer .in_menu ul {
    width: 100%;
  }
  .footer .in_menu ul > li > a {
    background: url('../img/menu-li.png') 31px center no-repeat;
  }
  .footer .in_menu ul > li:hover > a {
    background-color: #334755;
  }
  .footer .in_menu ul > li:hover > .submenu {
    display: block;
  }
  .footer .in_menu ul > li.active > a {
    background-color: #334755;
  }
  .footer .in_menu ul > li .submenu li a {
    background: #334755;
  }
  .footer .in_menu ul {
    display: block;
    width: 100%;
  }
  .footer .in_menu ul li a:hover {
    color: #fff;
  }
  .footer .in_menu ul .submenu {
    display: none !important;
  }
  .service-block.x3 .uss_eshop_menu li,
  .service-block.x3 .catalog_menu li {
    max-width: calc( (100% -  ( (2 - 1) * 20px ) ) / 2);
  }
}
@media (max-width: 768px) {
  .uss_shop_blocks_view .uss_eshop_item,
  .uss_eshop_sameproducts .item,
  .uss_shop_block_cat .uss_shop_category {
    max-width: calc( (100% -  ( (2 - 1) * 20px ) ) / 2);
  }
  .uss_eshop_filters_block:not(.simple_filters) .eshop_filters_items .eshop_filters {
    max-width: calc( (100% -  ( (2 - 1) * 20px ) ) / 2);
    width: calc( (100% -  ( (2 - 1) * 20px ) ) / 2);
    margin-right: 10px !important;
  }
  .uss_eshop_filters_block:not(.simple_filters) .eshop_filters_items .eshop_filters:nth-of-type(3n) {
    margin-right: 10px !important;
  }
  .uss_eshop_filters_block:not(.simple_filters) .eshop_filters_items .eshop_filters:nth-of-type(2n) {
    margin-right: 0 !important;
  }
  .service-block .uss_eshop_menu li {
    padding: 14px;
    margin-bottom: 14px;
  }
  .service-block .uss_eshop_menu li .eshop_menu_image {
    margin-bottom: 14px;
    float: none;
    width: 100%;
    display: block;
  }
  .service-block .uss_eshop_menu li .eshop_menu_image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  .service-block .uss_eshop_menu li > a {
    margin-top: 0;
    width: 100%;
  }
  .service-block .catalog_menu li {
    padding: 14px;
    margin-bottom: 14px;
  }
  .service-block .catalog_menu li .catalog_menu_item {
    width: 100%;
  }
  .service-block .catalog_menu li .catalog_menu_item .catalog_menu_image {
    margin-bottom: 14px;
    float: none;
    width: 100%;
    display: block;
  }
  .service-block .catalog_menu li .catalog_menu_item .catalog_menu_image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  .service-block .catalog_menu li .catalog_menu_item > a {
    margin-top: 0;
    width: 100%;
  }
  .block.news-block .items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block.news-block .news_block_item {
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    -o-flex: 0 100%;
    -webkit-box-flex: 0;
            flex: 0 100%;
    max-width: 100%;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #212121;
  }
  .block.news-block .news_block_item.last {
    border-bottom: none;
  }
  .footer .inner {
    padding-top: 14px;
  }
  .footer .left {
    padding-bottom: 14px;
  }
  .footer .in_menu ul li {
    -moz-flex: 1 auto;
    -ms-flex: 1 auto;
    -o-flex: 1 auto;
    -webkit-box-flex: 1;
            flex: 1 auto;
  }
  .footer .in_menu ul li a {
    display: inline-block;
    width: 100%;
  }
  .footer .in_menu ul li .submenu {
    display: none;
  }
  .section_eshop .uss_shop_detail .uss_img_wrapper {
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 14px 0;
    max-width: 100%;
  }
  .section_eshop .uss_shop_detail .uss_img_wrapper .uss_img_big_image {
    max-width: 100%;
    height: auto !important;
  }
  .section_eshop .uss_shop_detail .uss_img_wrapper .big_image {
    max-width: 100%;
  }
  .section_eshop .uss_shop_detail .uss_img_wrapper .uss_img_ico_box .uss_img_ico {
    margin-right: 10px !important;
  }
  .section_eshop .uss_shop_detail .uss_img_wrapper .uss_img_ico_box .uss_img_ico img {
    max-width: 100%;
  }
  .section_eshop .uss_shop_detail .uss_shop_technical_data {
    display: block;
    width: 100%;
    margin: 0 0 0 0;
  }
  .uss_shop_table_view table tr th:nth-of-type(1) {
    display: none;
  }
  .uss_shop_table_view table tr td.uss_img {
    display: none;
  }
}
@media (max-width: 700px) {
  .uss_shop_blocks_view .uss_eshop_item,
  .uss_eshop_sameproducts .item,
  .uss_shop_block_cat .uss_shop_category {
    max-width: calc( (100% -  ( (1 - 1) * 20px ) ) / 1);
  }
  .uss_shop_block_cat .uss_shop_category,
  .uss_catalog_block_cat .uss_catalog_category {
    width: 100% !important;
    max-width: 100% !important;
  }
  table.table tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  table.table tr td {
    max-width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 650px) {
  .uss_catalog_list_cat .uss_catalog_category {
    border-left: none;
    border-right: none;
    border-top: none;
    margin-bottom: 14px;
    padding-bottom: 14px;
    width: 100%;
    max-width: 100%;
    text-align: left;
    padding-right: 0;
    padding-left: 0;
  }
  .uss_shop_list_cat .uss_shop_category {
    border-left: none;
    border-right: none;
    border-top: none;
    margin-bottom: 14px;
    padding-bottom: 14px;
    width: 100%;
    max-width: 100%;
  }
  .slider .slides .slide .caption {
    left: 0;
    right: 0;
    top: 0;
    -webkit-transform: none;
            -ms-transform: none;
        transform: none;
    padding: 35px 35px 0;
    width: 100%;
    height: 100px;
    font-size: 12px;
  }
  .slider .slides .slide .caption .title {
    font-size: 14px;
  }
  .slider .slides .slide .caption .preview {
    font-size: 12px;
  }
  .slider .slides .slide .caption a.uss_more {
    margin-top: 5px !important;
    -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
        transform: scale(0.9);
  }
  .slider .slick-arrow {
    top: auto;
    bottom: 5px;
  }
  .slider .slick-arrow.slick-prev {
    left: 5px;
  }
  .slider .slick-arrow.slick-next {
    right: 5px;
  }
  .uss_user_basket table tr td.uss_image {
    display: none;
  }
  .uss_user_basket table tr th.basket_th_image {
    display: none;
  }
  .header .row .contacts {
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  .uss_shop_blocks_view .uss_eshop_item,
  .uss_eshop_sameproducts .item,
  .uss_shop_block_cat .uss_shop_category {
    max-width: calc( (100% -  ( (1 - 1) * 20px ) ) / 1);
  }
  .uss_eshop_filters_block:not(.simple_filters) .eshop_filters_items .eshop_filters {
    max-width: calc( (100% -  ( (1 - 1) * 20px ) ) / 1);
    width: calc( (100% -  ( (1 - 1) * 20px ) ) / 1);
    margin-right: 0 !important;
  }
  .uss_eshop_filters_block:not(.simple_filters) .eshop_filters_items .eshop_filters:nth-of-type(3n) {
    margin-right: 0 !important;
  }
  .uss_eshop_filters_block:not(.simple_filters) .eshop_filters_items .eshop_filters:nth-of-type(2n) {
    margin-right: 0 !important;
  }
  .uss_eshop_filters_block:not(.simple_filters) .filter_price.filter_item,
  .uss_eshop_filters_block:not(.simple_filters) .filter_producer.filter_item,
  .uss_eshop_filters_block:not(.simple_filters) .filter_submit {
    width: 100%;
    margin: 0 0 10px 0 !important;
  }
  .tablet-pda .header .left {
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    -o-flex: 0 100%;
    -webkit-box-flex: 0;
            flex: 0 100%;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tablet-pda .header .left * {
    text-align: center;
  }
  .tablet-pda .header .right {
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    -o-flex: 0 100%;
    -webkit-box-flex: 0;
            flex: 0 100%;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tablet-pda .header .right * {
    text-align: center;
  }
  .tablet-pda .header .center {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -moz-flex: 0 76%;
    -ms-flex: 0 76%;
    -o-flex: 0 76%;
    -webkit-box-flex: 0;
            flex: 0 76%;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tablet-pda .header .center * {
    text-align: center;
  }
  .tablet-pda .header .top-nav,
  .tablet-pda .header .social {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .tablet-pda .header .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tablet-pda .header .row .contacts {
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    -o-flex: 0 100%;
    -webkit-box-flex: 0;
            flex: 0 100%;
  }
  .tablet-pda .header .row .contacts * {
    text-align: left;
  }
  .service-block .uss_eshop_menu li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 14px;
    border-left: none;
    border-right: none;
    border-top: none;
  }
  .service-block .catalog_menu li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 14px;
    border-left: none;
    border-right: none;
    border-top: none;
  }
  div.uss_eshop_tabs .uss_eshop_tabs_navigation span {
    height: 55px !important;
    width: 100%;
    margin: 0 !important;
    border-radius: 0 !important;
    padding-top: 16px !important;
  }
  .colorStyle6 .header .inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .colorStyle6 .header .left {
    -moz-flex: 0 auto;
    -ms-flex: 0 auto;
    -o-flex: 0 auto;
    -webkit-box-flex: 0;
            flex: 0 auto;
    margin-right: 0;
  }
  .colorStyle6 .header .right {
    -moz-flex: 0 auto;
    -ms-flex: 0 auto;
    -o-flex: 0 auto;
    -webkit-box-flex: 0;
            flex: 0 auto;
  }
}
@media (max-width: 550px) {
  .uss_shop_list_view .uss_shop_list_view_item .posimg_item {
    float: none;
  }
  .uss_shop_list_view .uss_shop_list_view_item .posimg_item .uss_img_holder {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }
  .uss_shop_list_view .uss_shop_list_view_item .posimg_item .uss_img_holder img {
    max-width: 100%;
  }
  .uss_shop_list_view .uss_shop_list_view_item .uss_shop_technical_data {
    display: block;
    overflow: hidden;
  }
  .uss_user_basket table tr td.uss_price_field:not(.uss_sum_field) {
    display: none;
  }
  .uss_user_basket table tr th.basket_th_price {
    display: none;
  }
  .fc_form_tml .group .fc_item {
    max-width: 100%;
    width: 100% !important;
  }
  .uss_catalog_detail .uss_img_wrapper {
    float: none;
    margin: 0 auto 10px auto;
    text-align: center;
    display: block;
    max-width: 100%;
  }
  .uss_catalog_detail .uss_img_wrapper img {
    display: block;
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .tablet-pda .header .row .contacts {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bottom .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 14px;
    padding-bottom: 7px;
  }
  .bottom .left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    -o-flex: 0 100%;
    -webkit-box-flex: 0;
            flex: 0 100%;
    padding: 0;
    text-align: center;
    padding-bottom: 7px;
  }
  .bottom .right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    -o-flex: 0 100%;
    -webkit-box-flex: 0;
            flex: 0 100%;
    padding: 0;
    text-align: center;
    padding-bottom: 7px;
  }
  .bottom .center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    -o-flex: 0 100%;
    -webkit-box-flex: 0;
            flex: 0 100%;
    padding: 0;
    text-align: center;
    padding-bottom: 7px;
  }
  .service-block.x3 .uss_eshop_menu li,
  .service-block.x3 .catalog_menu li {
    max-width: 100%;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .colorStyle6 .header .left {
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    -o-flex: 0 100%;
    -webkit-box-flex: 0;
            flex: 0 100%;
    text-align: center;
  }
  .colorStyle6 .header .left .logo {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .colorStyle6 .header .left .logo a {
    -moz-flex: 1 auto;
    -ms-flex: 1 auto;
    -o-flex: 1 auto;
    -webkit-box-flex: 1;
            flex: 1 auto;
  }
  .colorStyle6 .header .buttons {
    display: none;
  }
}
@media (max-width: 450px) {
  .uss_shop_list_cat .uss_shop_category .uss_shop_cat_img_wrap {
    width: 100%;
    display: block;
    float: none;
    margin: 0 0 14px 0;
  }
  .uss_shop_list_cat .uss_shop_category .uss_shop_cat_img_wrap .uss_shop_cat_img {
    float: none;
    margin: 0 auto;
    display: block;
  }
  .uss_shop_list_cat .uss_shop_category .uss_shop_cat_img_wrap img {
    display: block;
    margin: 0 auto;
  }
  .uss_catalog_list_cat .uss_catalog_category .uss_catalog_img_wrap {
    float: none;
    width: 100%;
    display: block;
  }
  .uss_catalog_list_cat .uss_catalog_category .uss_catalog_img_wrap .uss_catalog_cat_img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }
  .uss_catalog_list_cat .uss_catalog_category .uss_catalog_img_wrap .uss_catalog_cat_img img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 420px) {
  .uss_shop_blocks_view .uss_eshop_item,
  .uss_eshop_sameproducts .item,
  .uss_shop_block_cat .uss_shop_category {
    max-width: calc( (100% -  ( (1 - 1) * 20px ) ) / 1);
  }
  .uss_shop_blocks_view .uss_eshop_item {
    width: 100% !important;
    border-left: none;
    border-right: none;
    border-top: none;
  }
}

.header .logo a img {
  max-width: 100%;
  height: auto;
}