.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;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
}
.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;
  margin-left: auto;
  margin-right: auto;
  min-width: 100%;
}
.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;
}
.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%);
          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;
}
.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;
  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;
}
.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr;
  width: 100%;
}
.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.75;
  filter: 'alpha(opacity=75)';
  -ms-filter: 'alpha(opacity=75)';
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
}
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: 'alpha(opacity=0)';
  -ms-filter: 'alpha(opacity=0)';
}
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: 'alpha(opacity=100)';
  -ms-filter: 'alpha(opacity=100)';
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: 'alpha(opacity=40)';
  -ms-filter: 'alpha(opacity=40)';
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: 'alpha(opacity=75)';
  -ms-filter: 'alpha(opacity=75)';
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: 'alpha(opacity=85)';
  -ms-filter: 'alpha(opacity=85)';
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: 'alpha(opacity=90)';
  -ms-filter: 'alpha(opacity=90)';
}
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: 'alpha(opacity=40)';
  -ms-filter: 'alpha(opacity=40)';
}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: 0.75;
  filter: 'alpha(opacity=75)';
  -ms-filter: 'alpha(opacity=75)';
}
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: 0.9;
  filter: 'alpha(opacity=90)';
  -ms-filter: 'alpha(opacity=90)';
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: 'alpha(opacity=30)';
  -ms-filter: 'alpha(opacity=30)';
}
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=);
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}
.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: 'alpha(opacity=30)';
  -ms-filter: 'alpha(opacity=30)';
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 16px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: 'alpha(opacity=30)';
  -ms-filter: 'alpha(opacity=30)';
}
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px;
}
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px;
}
.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  height: 12px;
  width: auto;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: 'alpha(opacity=20)';
  -ms-filter: 'alpha(opacity=20)';
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: 'alpha(opacity=50)';
  -ms-filter: 'alpha(opacity=50)';
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: 'alpha(opacity=20)';
  -ms-filter: 'alpha(opacity=20)';
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: 'alpha(opacity=50)';
  -ms-filter: 'alpha(opacity=50)';
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.eot');
  src: url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Thin.woff2') format('woff2'), url('../fonts/Roboto-Thin.woff') format('woff'), url('../fonts/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-ThinItalic.eot');
  src: url('../fonts/Roboto-ThinItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-ThinItalic.woff2') format('woff2'), url('../fonts/Roboto-ThinItalic.woff') format('woff'), url('../fonts/Roboto-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.eot');
  src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-LightItalic.eot');
  src: url('../fonts/Roboto-LightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-LightItalic.woff2') format('woff2'), url('../fonts/Roboto-LightItalic.woff') format('woff'), url('../fonts/Roboto-LightItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@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.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@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.woff2') format('woff2'), url('../fonts/Roboto-Italic.woff') format('woff'), url('../fonts/Roboto-Italic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@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.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-MediumItalic.eot');
  src: url('../fonts/Roboto-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-MediumItalic.woff2') format('woff2'), url('../fonts/Roboto-MediumItalic.woff') format('woff'), url('../fonts/Roboto-MediumItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.eot');
  src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 800;
  font-style: bold;
  font-display: swap;
}
@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.woff2') format('woff2'), url('../fonts/Roboto-BoldItalic.woff') format('woff'), url('../fonts/Roboto-BoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.eot');
  src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Black.woff2') format('woff2'), url('../fonts/Roboto-Black.woff') format('woff'), url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BlackItalic.eot');
  src: url('../fonts/Roboto-BlackItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-BlackItalic.woff2') format('woff2'), url('../fonts/Roboto-BlackItalic.woff') format('woff'), url('../fonts/Roboto-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
.fc_item.fc_checkbox .sector_title label {
  font-weight: normal !important;
}
.uss_form_tml label,
.sector_title {
  font-size: 17px !important;
  color: inherit;
  font-weight: normal !important;
  font-family: "Roboto", Arial, sans-serif !important;
}
.eshop_filters_item {
  font-size: 15px;
}
.eshop_filters_area .title {
  font-size: 17px;
  font-family: "Roboto", Arial, sans-serif !important;
}
.form_styler label.sector_title,
.sector_title {
  font-size: 17px !important;
  font-family: inherit !important;
}
.slide-link {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  display: block;
  z-index: 11;
}
.sl_text > a {
  text-decoration: none;
  display: block;
}
.h1 {
  font-weight: 700;
  font-size: 24px;
  margin: 0.8em 0;
  padding: 0;
}
.h2 {
  font-weight: 700;
  font-size: 1.5em;
  margin: 0.8em 0;
  padding: 0;
}
.h3 {
  font-weight: 700;
  font-size: 24px;
  margin: 0.8em 0;
  padding: 0;
}
.h3.h_op {
  font-weight: 700;
  font-size: 24px;
  margin: 0.8em 0;
  padding: 0;
  font-family: "Roboto", Arial, sans-serif;
}
.h4 {
  font-weight: 700;
  font-size: 1.2em;
  margin: 0.8em 0;
  padding: 0;
}
.h5 {
  font-weight: 700;
  font-size: 1.2em;
  margin: 0.8em 0;
  padding: 0;
}
.h6 {
  font-weight: 700;
  font-size: 1.2em;
  margin: 0.8em 0;
  padding: 0;
}
input[type='password'] {
  position: relative;
  color: #2c2f33;
  padding: 5px 8px;
  background: #fff;
  border: 1px solid;
  border-color: #ccc #ccc #b3b3b3;
  color: #333;
  border-radius: 5px;
}
input[type='text'] {
  position: relative;
  color: #2c2f33;
  padding: 5px 8px;
  background: #fff;
  border: 1px solid;
  border-color: #ccc #ccc #b3b3b3;
  color: #333;
  border-radius: 5px;
}
select {
  position: relative;
  color: #2c2f33;
  padding: 5px 8px;
  background: #fff;
  border: 1px solid;
  border-color: #ccc #ccc #b3b3b3;
  color: #333;
  border-radius: 5px;
  vertical-align: middle;
}
textarea {
  position: relative;
  color: #2c2f33;
  padding: 5px 8px;
  background: #fff;
  border: 1px solid;
  border-color: #ccc #ccc #b3b3b3;
  color: #333;
  border-radius: 5px;
}
.uss_form_select select {
  display: block;
}
button {
  position: relative;
  color: #2c2f33;
  padding: 5px 12px;
  cursor: pointer;
  font-weight: 700;
  border-radius: 5px;
  border-color: #f3f3f4 #e0e1e4 #c2c8cc;
  border-style: solid;
  border-width: 1px;
  background: #e3e4e6 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAZCAIAAAB/8tMoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEREREVENUU3MTQ0MTFFMzlFQzZGMjQ2ODVDQjMwQzQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEREREVENUY3MTQ0MTFFMzlFQzZGMjQ2ODVDQjMwQzQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0RERERUQ1QzcxNDQxMUUzOUVDNkYyNDY4NUNCMzBDNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0RERERUQ1RDcxNDQxMUUzOUVDNkYyNDY4NUNCMzBDNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlWe6+gAAAAwSURBVHjaYv78+QvT////IZiBAc5mANNAPsN/JDFkPgMTAwOUhuqF0zBxMJsBIMAAHQQv4X8tPHwAAAAASUVORK5CYII=') repeat-x 0 0;
  vertical-align: middle;
}
button:not(.slick-arrow):hover {
  background: #f3f3f4 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAZCAIAAAB/8tMoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUVCRjAxNzM3MTQ0MTFFMzlBRkRFQTE2QUU3RjhDMzUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUVCRjAxNzQ3MTQ0MTFFMzlBRkRFQTE2QUU3RjhDMzUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1RUJGMDE3MTcxNDQxMUUzOUFGREVBMTZBRTdGOEMzNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1RUJGMDE3MjcxNDQxMUUzOUFGREVBMTZBRTdGOEMzNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pt+mmwIAAAA0SURBVHjaYn785BkTAwMDGDMygmhGJkYQnxGJhokzgtSAxBmB4lA2lA9WA+ND9ULZAAEGABgWAw47zfFeAAAAAElFTkSuQmCC') repeat-x 0 0;
}
input[type='button'] {
  position: relative;
  color: #2c2f33;
  padding: 5px 12px;
  cursor: pointer;
  font-weight: 700;
  border-radius: 5px;
  border-color: #f3f3f4 #e0e1e4 #c2c8cc;
  border-style: solid;
  border-width: 1px;
  background: #e3e4e6 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAZCAIAAAB/8tMoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEREREVENUU3MTQ0MTFFMzlFQzZGMjQ2ODVDQjMwQzQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEREREVENUY3MTQ0MTFFMzlFQzZGMjQ2ODVDQjMwQzQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0RERERUQ1QzcxNDQxMUUzOUVDNkYyNDY4NUNCMzBDNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0RERERUQ1RDcxNDQxMUUzOUVDNkYyNDY4NUNCMzBDNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlWe6+gAAAAwSURBVHjaYv78+QvT////IZiBAc5mANNAPsN/JDFkPgMTAwOUhuqF0zBxMJsBIMAAHQQv4X8tPHwAAAAASUVORK5CYII=') repeat-x 0 0;
}
input[type='button']:not(.slick-arrow):hover {
  background: #f3f3f4 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAZCAIAAAB/8tMoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUVCRjAxNzM3MTQ0MTFFMzlBRkRFQTE2QUU3RjhDMzUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUVCRjAxNzQ3MTQ0MTFFMzlBRkRFQTE2QUU3RjhDMzUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1RUJGMDE3MTcxNDQxMUUzOUFGREVBMTZBRTdGOEMzNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1RUJGMDE3MjcxNDQxMUUzOUFGREVBMTZBRTdGOEMzNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pt+mmwIAAAA0SURBVHjaYn785BkTAwMDGDMygmhGJkYQnxGJhokzgtSAxBmB4lA2lA9WA+ND9ULZAAEGABgWAw47zfFeAAAAAElFTkSuQmCC') repeat-x 0 0;
}
input[type='reset'] {
  position: relative;
  color: #2c2f33;
  padding: 5px 12px;
  cursor: pointer;
  font-weight: 700;
  border-radius: 5px;
  border-color: #f3f3f4 #e0e1e4 #c2c8cc;
  border-style: solid;
  border-width: 1px;
  background: #e3e4e6 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAZCAIAAAB/8tMoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEREREVENUU3MTQ0MTFFMzlFQzZGMjQ2ODVDQjMwQzQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEREREVENUY3MTQ0MTFFMzlFQzZGMjQ2ODVDQjMwQzQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0RERERUQ1QzcxNDQxMUUzOUVDNkYyNDY4NUNCMzBDNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0RERERUQ1RDcxNDQxMUUzOUVDNkYyNDY4NUNCMzBDNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlWe6+gAAAAwSURBVHjaYv78+QvT////IZiBAc5mANNAPsN/JDFkPgMTAwOUhuqF0zBxMJsBIMAAHQQv4X8tPHwAAAAASUVORK5CYII=') repeat-x 0 0;
}
input[type='reset']:not(.slick-arrow):hover {
  background: #f3f3f4 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAZCAIAAAB/8tMoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUVCRjAxNzM3MTQ0MTFFMzlBRkRFQTE2QUU3RjhDMzUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUVCRjAxNzQ3MTQ0MTFFMzlBRkRFQTE2QUU3RjhDMzUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1RUJGMDE3MTcxNDQxMUUzOUFGREVBMTZBRTdGOEMzNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1RUJGMDE3MjcxNDQxMUUzOUFGREVBMTZBRTdGOEMzNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pt+mmwIAAAA0SURBVHjaYn785BkTAwMDGDMygmhGJkYQnxGJhokzgtSAxBmB4lA2lA9WA+ND9ULZAAEGABgWAw47zfFeAAAAAElFTkSuQmCC') repeat-x 0 0;
}
input[type='submit'] {
  position: relative;
  color: #2c2f33;
  padding: 5px 12px;
  cursor: pointer;
  font-weight: 700;
  border-radius: 5px;
  border-color: #f3f3f4 #e0e1e4 #c2c8cc;
  border-style: solid;
  border-width: 1px;
  background: #e3e4e6 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAZCAIAAAB/8tMoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEREREVENUU3MTQ0MTFFMzlFQzZGMjQ2ODVDQjMwQzQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEREREVENUY3MTQ0MTFFMzlFQzZGMjQ2ODVDQjMwQzQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0RERERUQ1QzcxNDQxMUUzOUVDNkYyNDY4NUNCMzBDNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0RERERUQ1RDcxNDQxMUUzOUVDNkYyNDY4NUNCMzBDNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlWe6+gAAAAwSURBVHjaYv78+QvT////IZiBAc5mANNAPsN/JDFkPgMTAwOUhuqF0zBxMJsBIMAAHQQv4X8tPHwAAAAASUVORK5CYII=') repeat-x 0 0;
}
input[type='submit']:not(.slick-arrow):hover {
  background: #f3f3f4 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAZCAIAAAB/8tMoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUVCRjAxNzM3MTQ0MTFFMzlBRkRFQTE2QUU3RjhDMzUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUVCRjAxNzQ3MTQ0MTFFMzlBRkRFQTE2QUU3RjhDMzUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1RUJGMDE3MTcxNDQxMUUzOUFGREVBMTZBRTdGOEMzNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1RUJGMDE3MjcxNDQxMUUzOUFGREVBMTZBRTdGOEMzNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pt+mmwIAAAA0SURBVHjaYn785BkTAwMDGDMygmhGJkYQnxGJhokzgtSAxBmB4lA2lA9WA+ND9ULZAAEGABgWAw47zfFeAAAAAElFTkSuQmCC') repeat-x 0 0;
}
body {
  width: 100%;
  background: #fff;
  border: none;
  color: #000;
  min-width: 970px;
  line-height: 1.3;
  height: 100%;
  min-height: auto;
  margin: 0;
  padding: 0;
}
body .colorStyle6 #l_site .block ul.submenu > li.active > a.active {
  text-decoration: none;
  color: #d3200e !important;
}
html {
  width: 100%;
  background: #fff;
  border: none;
  color: #000;
  min-width: 970px;
  height: 100%;
  min-height: auto;
  margin: 0;
  padding: 0;
}
body.colorStyle1 {
  color: #fff;
}
body.colorStyle2 {
  color: #584949;
}
body.colorStyle3 {
  color: #3b3b3b;
}
body.colorStyle4 {
  color: #f0f2f3;
}
body.colorStyle5 {
  color: #3b3b3b;
}
table {
  border-collapse: collapse;
  font-size: 100%;
}
td {
  border-collapse: collapse;
  font-size: 100%;
}
th {
  border-collapse: collapse;
  font-size: 100%;
}
* {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
form {
  margin: 0;
  padding: 0;
}
input {
  vertical-align: middle;
}
#content img {
  border: none;
  margin: 0;
  padding: 0;
}
#text img {
  border: none;
  margin: 0;
  padding: 0;
}
img {
  border: none;
  margin: 0;
  padding: 0;
}
hr {
  border: 1px solid #ccc;
  padding: 0;
  margin: 0.5em 0;
}
h1 {
  font-size: 24px;
  margin: 0.8em 0;
  padding: 0;
  font-weight: normal;
}
h2 {
  font-size: 1.5em;
  margin: 0.8em 0;
  padding: 0;
}
h3 {
  font-size: 1.4em;
  margin: 0.8em 0;
  padding: 0;
}
h4 {
  font-size: 1.2em;
  margin: 0.8em 0;
  padding: 0;
}
h5 {
  font-size: 1.2em;
  margin: 0.8em 0;
  padding: 0;
}
h6 {
  font-size: 1.2em;
  margin: 0.8em 0;
  padding: 0;
}
p {
  margin: 0.8em 0;
  padding: 0;
}
a {
  color: #00f;
  text-decoration: underline;
}
a:hover {
  color: #00f;
  text-decoration: none;
}
#wrap {
  overflow: hidden;
  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-family: 'Roboto', Arial, sans-serif;
  font-size: 17px;
}
body {
  font-family: 'Roboto', Arial, sans-serif;
}
#uss_basket_ask_where_to_go_block .continue,
#uss_basket_ask_where_to_go_block .go_to_basket {
  font-size: 16px;
  margin-right: 0;
}
#uss_basket_ask_where_to_go_block > div {
  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;
  width: 310px;
}
#uss_basket_ask_where_to_go_block .title {
  font-size: 19px;
}
.uss_privacy_policy_wrap {
  font-family: 'Roboto', Arial, sans-serif;
}
.lh_logo,
.lh_slider .sl_text .h3,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6 .h6 {
  font-family: "Roboto", Arial, sans-serif;
}
#l_site {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 0;
  width: 100%;
}
#l_site .block ul li.active {
  border-color: transparent;
}
#l_site .block ul li:hover {
  border-color: transparent;
}
#l_site .block ul li a {
  color: #fff;
}
#l_site .block ul li .submenu li {
  background: none;
  border: none;
  margin: 5px 0;
}
#l_site .block ul li .submenu li a {
  padding-left: 30px;
  text-decoration: none !important;
}
#l_site .block ul li .submenu .submenu li a {
  padding-left: 45px;
}
#l_site .block ul li .submenu .submenu > li > a {
  background-position-x: 30px !important;
}
#l_site .block ul li .submenu .submenu > li > div {
  background-position-x: 30px !important;
}
#l_site .block .submenu .submenu {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: 0;
  background: none;
  border: none;
  padding: 3px 0 0;
}
#l_site span.actual_price {
  font-size: 22px;
  display: inline-block;
  margin: 0;
  padding: 2px 5px;
  border-radius: 3px;
  font-weight: bold;
}
#l_site .uss_shop_price span.old_price {
  margin: 0 0 4px;
  padding: 2px 4px 3px;
  background: none !important;
  border: none !important;
  display: block;
  border: none;
}
#l_site a.add_to_cart:hover {
  text-decoration: underline;
  color: #fff;
}
#l_site a.add_to_compare:hover {
  text-decoration: underline;
  color: #fff;
}
#l_site a.add_to_wishlist:hover {
  text-decoration: underline;
  color: #fff;
}
#l_site .uss_shop_blocks_view .uss_eshop_item .actual_price {
  float: left;
}
.uss_catalog_block_cat .catalog_orderbutton {
  min-height: auto;
}
.uss_catalog_block_cat .uss_catalog_category {
  overflow: visible;
  max-width: calc((100% - 20px)/2);
  margin-bottom: 40px;
}
.uss_catalog_detail .catalog_orderbutton {
  min-height: auto;
  background: #ccc;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  text-shadow: none;
  padding: 6px 5px 5px;
  font-size: 18px;
}
.uss_catalog_list_cat .catalog_orderbutton {
  min-height: auto;
  font-size: 18px;
}
.uss_catalog_list_cat:not(.uss_catalog_sidebar) > .uss_catalog_category.little-info .uss_catalog_cat_img {
  margin: 0 auto;
  max-width: 100%;
}
.uss_catalog_list_cat:not(.uss_catalog_sidebar) > .uss_catalog_category.little-info .uss_catalog_img_wrap {
  max-width: 100%;
  margin: 0 auto 10px;
  float: none;
}
.uss_catalog_list_cat:not(.uss_catalog_sidebar) > .uss_catalog_category.little-info .uss_catalog_img_wrap ~ div {
  padding-left: 10px;
  padding-right: 10px;
}
.colorStyle1 a {
  color: #ca98c5;
}
.colorStyle1 a:hover {
  color: #ca98c5;
}
.colorStyle1 .l_footer {
  background: #030821;
  color: #fff;
}
.colorStyle1 #l_site {
  background-color: #030821;
  background-image: url(/img/N-9-1/bg.jpg);
  color: #fff;
}
.colorStyle1 #l_site .block ul li.active > .catalog_menu_item {
  background: #470938 url(/img/N-9-1/menu.png) repeat-x 0 0;
  border-color: #903d88 #903d88 #672862;
}
.colorStyle1 #l_site .block ul li.active > a {
  background: url(/img/N-9-1/bul.png) no-repeat 15px, url(/img/N-9-1/menu.png) repeat-x 0 0, #470938;
  border-color: #903d88 #903d88 #672862;
}
.colorStyle1 #l_site .block ul li:hover > .catalog_menu_item {
  background: #470938 url(/img/N-9-1/menu.png) repeat-x 0 0;
  border-color: #903d88 #903d88 #672862;
}
.colorStyle1 #l_site .block ul li:hover > a {
  background: #470938 url(/img/N-9-1/menu.png) repeat-x 0 0;
  border-color: #903d88 #903d88 #672862;
}
.colorStyle1 #l_site .block ul li .submenu a {
  color: #ca98c5;
}
.colorStyle1 #l_site .uss_shop_price span {
  color: #98b8f1;
  background: url(/img/N-9-1/cart_bar.png) repeat-x 50%;
  border: 1px solid #6370a8;
  border-bottom-color: #4f5294;
}
.colorStyle1 #l_site span.actual_price {
  color: #98b8f1;
  background: url(/img/N-9-1/cart_bar.png) repeat-x 50%;
  border: 1px solid #6370a8;
  border-bottom-color: #4f5294;
}
.colorStyle1 #l_site span.old_price {
  color: #fff;
}
.colorStyle1 a.lh_logo {
  color: #627ce1;
}
.colorStyle1 a.lh_logo span {
  color: #973d8c;
}
.colorStyle1 .lf_phone {
  color: #98b8f1;
  overflow: hidden;
}
.colorStyle1 .lh_phone {
  color: #98b8f1;
  overflow: hidden;
}
.colorStyle1 .lh_slogan {
  color: #98b7f0;
}
.colorStyle1 .lh_menu {
  background: -webkit-gradient(linear, left top, left bottom, from(#7e1766), to(#470938));
  background: linear-gradient(to bottom, #7e1766, #470938);
  border: 1px solid #a754a0;
  border-bottom-color: #7f387a;
}
.colorStyle1 .lh_menu li.active a {
  border-color: #6073ac #6073ac #414483;
  background-color: #131858;
  background-image: url(/img/N-9-1/cart_bar.png);
}
.colorStyle1 .lh_menu li:hover a {
  border-color: #6073ac #6073ac #414483;
  background-color: #131858;
  background-image: url(/img/N-9-1/cart_bar.png);
}
.colorStyle1 .l_footer {
  background: #0a1025;
  color: #fff;
}
.colorStyle1 .l_footer .lh_menu > ul {
  background-image: url(/img/N-9-1/menu.png);
  border-color: #a754a0 #a754a0 #7f387a;
}
.colorStyle1 .l_speedbar {
  color: #dde9ff;
}
.colorStyle1 .l_speedbar a {
  color: #98b8f1;
}
.colorStyle1 .block ul li {
  background: #131858 url(/img/N-9-1/cart_bar.png) repeat-x 0 0;
  border-top: 1px solid #344689;
  border-bottom: 1px solid #0d123b;
}
.colorStyle1 .block ul li .submenu {
  background: #17194d;
  -webkit-box-shadow: inset 0 10px 10px #0e103f;
          box-shadow: inset 0 10px 10px #0e103f;
}
.colorStyle1 .block ul li:hover {
  background: #17194d;
}
.colorStyle1 .block ul li a {
  background: url(/img/N-9-1/bul.png) no-repeat 15px;
}
.colorStyle1 .block ul li.active {
  background: #17194d;
}
.colorStyle1 .l_specblock {
  background-image: url(/img/N-9-1/spec_bg.png);
}
.colorStyle1 .l_specblock .h4 {
  color: #98b7f0;
  border-bottom: 1px solid #2d3b62;
}
.colorStyle1 .l_specblock h4 {
  color: #98b7f0;
  border-bottom: 1px solid #2d3b62;
}
.colorStyle1 .l_specblock span.old_price {
  color: #fff !important;
}
.colorStyle1 .l_title .h1 {
  color: #98b7f0;
  border-bottom: 1px solid #2d3b62;
}
.colorStyle1 .l_title h1 {
  color: #98b7f0;
  border-bottom: 1px solid #2d3b62;
}
.colorStyle1 .type2 .h3 {
  color: #98b7f0;
  border-bottom: 1px solid #2d3b62;
}
.colorStyle1 .type2 h3 {
  color: #98b7f0;
  border-bottom: 1px solid #2d3b62;
}
.colorStyle1 .type3 .h3 {
  color: #98b7f0;
  border-bottom: 1px solid #2d3b62;
}
.colorStyle1 .type3 h3 {
  color: #98b7f0;
  border-bottom: 1px solid #2d3b62;
}
.colorStyle1 .type1 .h3 {
  color: #98b7f0;
}
.colorStyle1 .type1 h3 {
  color: #98b7f0;
}
.colorStyle1 .l_col .news_block_item .size130x130 {
  background: #17184a;
  border: 1px solid #344689;
}
.colorStyle1 .blockquote td {
  background: #141842;
  border: 1px solid #233061;
}
.colorStyle1 .uss_vote_block .submit input {
  background: url(/img/N-9-1/menu.png) repeat-x 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #a754a0;
  border-bottom-color: #7f387a;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 5px 0;
  text-align: center;
  width: 100px;
  margin: 0 0 3px;
  border-radius: 3px;
  text-shadow: none;
}
.colorStyle1 .uss_vote_block .submit input:hover {
  opacity: 0.9;
}
.colorStyle1 .uss_votes .submit input {
  background: url(/img/N-9-1/menu.png) repeat-x 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #a754a0;
  border-bottom-color: #7f387a;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 5px 0;
  text-align: center;
  width: 100px;
  margin: 0 0 3px;
  border-radius: 3px;
  text-shadow: none;
}
.colorStyle1 .uss_votes .submit input:hover {
  opacity: 0.9;
}
.colorStyle1 .uss_votes .uss_more a {
  background: url(/img/N-9-1/menu.png) repeat-x 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #a754a0;
  border-bottom-color: #7f387a;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 5px 0;
  text-align: center;
  width: 100px;
  margin: 0 0 3px;
  border-radius: 3px;
  text-shadow: none;
}
.colorStyle1 .uss_votes .uss_more a:hover {
  opacity: 0.9;
}
.colorStyle1 .uss_basket_menu span.current {
  color: #000;
}
.colorStyle1 .uss_shop_list_view .uss_img_holder {
  border-color: #415181;
}
.colorStyle1 .uss_shop_list_cat .uss_shop_cat_img {
  border: 1px solid #344689;
  border-color: #344689;
  background: #17184a;
}
.colorStyle1 .comment_form_title {
  color: #fff;
}
.colorStyle1 .uss_faq_item {
  color: #333;
}
.colorStyle1 .uss_catalog_cat_img {
  border-color: #344689;
  background: #17184a;
}
.colorStyle1 .uss_eshop_block_item .img {
  border-color: #344689;
  background: #17184a;
}
.colorStyle1 .uss_shop_block_cat .uss_shop_category .uss_shop_cat_img {
  border-color: #344689;
  background: #17184a;
}
.colorStyle1 .uss_shop_blocks_view .uss_eshop_item .uss_img_holder {
  border-color: #344689;
  background: #17184a;
}
.colorStyle1 a.add_to_cart {
  background: url(/img/cart_icon-def.png) 9px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#7b1763), to(#550b42));
  background: url(/img/cart_icon-def.png) 9px no-repeat, linear-gradient(to bottom, #7b1763, #550b42);
  border: 1px solid #a5529e;
  border-bottom-color: #883d83;
}
.colorStyle1 .uss_catalog_detail .catalog_orderbutton {
  background: #7b1763;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7b1763), to(#550b42));
  background: linear-gradient(180deg, #7b1763 0, #550b42);
}
.colorStyle1 a.add_to_compare {
  background: #7b1763;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7b1763), to(#550b42));
  background: linear-gradient(180deg, #7b1763 0, #550b42);
}
.colorStyle1 a.add_to_wishlist {
  background: #7b1763;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7b1763), to(#550b42));
  background: linear-gradient(180deg, #7b1763 0, #550b42);
}
.colorStyle1 a.already_in_cart {
  background: -webkit-gradient(linear, left top, left bottom, from(#5d1692), to(#410b66)) !important;
  background: linear-gradient(#5d1692, #410b66) !important;
  border: 1px solid #8144b3;
  border-bottom-color: #68308f;
}
.colorStyle1 div.uss_tabs div.uss_tabs_navigation span {
  background: #131858 url(/img/N-9-1/cart_bar.png) repeat-x 0 0;
  border-top: 1px solid #344689;
  border-bottom: 1px solid #0d123b;
}
.colorStyle1 div.uss_tabs div.uss_tabs_navigation span.selected {
  background: #470938 url(/img/N-9-1/menu.png) repeat-x 0 0;
  border-color: #903d88 #903d88 #672862;
}
.colorStyle1 .lh_slider {
  border: 1px solid rgba(138, 185, 243, 0.22);
  padding: 2px;
}
.colorStyle1 .uss_catalog_block_cat .catalog_orderbutton {
  background: #ccc;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-weight: 400;
  height: 27px;
  line-height: 27px;
  text-decoration: none;
  text-shadow: none;
  background: #7b1763;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7b1763), to(#550b42));
  background: linear-gradient(180deg, #7b1763 0, #550b42);
}
.colorStyle1 .uss_catalog_list_cat .catalog_orderbutton,
.colorStyle1 .catalogs .catalog_menu_item .catalog_orderbutton {
  background: #ccc;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-weight: 400;
  height: 27px;
  line-height: 27px;
  text-decoration: none;
  text-shadow: none;
  background: #7b1763;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7b1763), to(#550b42));
  background: linear-gradient(180deg, #7b1763 0, #550b42);
}
.colorStyle1 .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #505d95;
}
.colorStyle1 .uss_form_tml button {
  background: -webkit-gradient(linear, left top, left bottom, from(#7a1763), to(#560c43));
  background: linear-gradient(to bottom, #7a1763, #560c43);
  color: #fff;
  border: none;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.colorStyle1 .uss_form_tml button:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#7a1763), to(#560c43));
  background: linear-gradient(to bottom, #7a1763, #560c43);
  opacity: 1;
  text-decoration: underline;
}
.colorStyle1 .uss_form_tml input[type='button'] {
  background: -webkit-gradient(linear, left top, left bottom, from(#7a1763), to(#560c43));
  background: linear-gradient(to bottom, #7a1763, #560c43);
  color: #fff;
  border: none;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.colorStyle1 .uss_form_tml input[type='button']:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#7a1763), to(#560c43));
  background: linear-gradient(to bottom, #7a1763, #560c43);
  opacity: 1;
  text-decoration: underline;
}
.colorStyle1 .uss_form_tml input[type='reset'] {
  background: -webkit-gradient(linear, left top, left bottom, from(#7a1763), to(#560c43));
  background: linear-gradient(to bottom, #7a1763, #560c43);
  color: #fff;
  border: none;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.colorStyle1 .uss_form_tml input[type='reset']:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#7a1763), to(#560c43));
  background: linear-gradient(to bottom, #7a1763, #560c43);
  opacity: 1;
  text-decoration: underline;
}
.colorStyle1 .uss_form_tml input[type='submit'] {
  background: -webkit-gradient(linear, left top, left bottom, from(#7a1763), to(#560c43));
  background: linear-gradient(to bottom, #7a1763, #560c43);
  color: #fff;
  border: none;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.colorStyle1 .uss_form_tml input[type='submit']:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#7a1763), to(#560c43));
  background: linear-gradient(to bottom, #7a1763, #560c43);
  opacity: 1;
  text-decoration: underline;
}
.colorStyle2 a {
  color: #a10000;
}
.colorStyle2 a:hover {
  color: #a10000;
}
.colorStyle2 .l_footer {
  background-color: #ece2de;
  color: #584949;
}
.colorStyle2 #l_site {
  background-color: #ece2de;
  background-image: url(/img/N-9-2/bg.jpg);
  color: #584949;
}
.colorStyle2 #l_site .block ul li.active > .catalog_menu_item {
  background: url(/img/N-9-2/arrow_right2.png) no-repeat 15px 14px, #3c6826 url(/img/N-9-2/menu2.png) repeat-x 0 0;
  border-top-color: #a1b775;
  border-bottom-color: #748c55;
  color: #fff !important;
}
.colorStyle2 #l_site .block ul li.active > .catalog_menu_item a {
  color: inherit !important;
}
.colorStyle2 #l_site .block ul li.active > a {
  background: url(/img/N-9-2/arrow_right2.png) no-repeat 15px 14px, #3c6826 url(/img/N-9-2/menu2.png) repeat-x 0 0;
  border-top-color: #a1b775;
  border-bottom-color: #748c55;
  color: #fff !important;
}
.colorStyle2 #l_site .block ul li:hover > .catalog_menu_item {
  background: url(/img/N-9-2/arrow_right2.png) no-repeat 15px 14px, #3c6826 url(/img/N-9-2/menu2.png) repeat-x 0 0;
  border-top-color: #a1b775;
  border-bottom-color: #748c55;
  color: #fff !important;
}
.colorStyle2 #l_site .block ul li:hover > .catalog_menu_item a {
  color: inherit !important;
}
.colorStyle2 #l_site .block ul li:hover > a {
  background: url(/img/N-9-2/arrow_right2.png) no-repeat 15px 14px, #3c6826 url(/img/N-9-2/menu2.png) repeat-x 0 0;
  border-top-color: #a1b775;
  border-bottom-color: #748c55;
  color: #fff !important;
}
.colorStyle2 #l_site .block ul li .submenu a {
  color: #a10000;
}
.colorStyle2 #l_site .uss_shop_price span {
  color: #fff;
  background: #684c48 url(/img/N-9-2/menu2.png) repeat-x 0 0;
  border: 1px solid #a1b775;
  border-top: 1px solid #a1b775;
  border-bottom: 1px solid #748c55;
}
.colorStyle2 #l_site span.actual_price {
  color: #fff;
  background: #684c48 url(/img/N-9-2/menu2.png) repeat-x 0 0;
  border-top: 1px solid #a1b775;
  border-bottom: 1px solid #748c55;
}
.colorStyle2 #l_site span.old_price {
  color: #333;
}
.colorStyle2 #l_site .l_specblock span.actual_price {
  color: #f3dfd7;
  background: none;
  border: none;
}
.colorStyle2 a.lfn_sitemap {
  background-image: url(/img/N-9-2/nav_foot_icon.png);
}
.colorStyle2 a.lfn_feedback {
  background-image: url(/img/N-9-2/nav_foot_icon2.png);
}
.colorStyle2 a.lh_logo {
  color: #506b31;
}
.colorStyle2 a.lh_logo span {
  color: #675850;
}
.colorStyle2 .lh_search form input.uss_input_name {
  border-color: #d2bbb3;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1e5e1), to(#f8f0ee));
  background: linear-gradient(#f1e5e1, #f8f0ee);
  -webkit-box-shadow: inset 1px 1px #8b7070, 2px 2px #fff;
          box-shadow: inset 1px 1px #8b7070, 2px 2px #fff;
  color: #5d4748;
}
.colorStyle2 .lh_search form input.uss_submit {
  background-image: url(../img/N-9-2/search.png);
}
.colorStyle2 .lf_phone {
  color: #607b3a;
  overflow: hidden;
}
.colorStyle2 .lf_phone span {
  font-size: 26px;
}
.colorStyle2 .lh_phone {
  color: #607b3a;
  overflow: hidden;
}
.colorStyle2 .lh_nav a.lhn_home {
  background-image: url(/img/N-9-2/nav_icon1.png);
}
.colorStyle2 .lh_nav a.lhn_sitemap {
  background-image: url(/img/N-9-2/nav_icon2.png);
}
.colorStyle2 .lh_nav a.lhn_feedback {
  background-image: url(/img/N-9-2/nav_icon3.png);
}
.colorStyle2 .lh_slogan {
  color: #607b3a;
}
.colorStyle2 .lh_menu {
  background: -webkit-gradient(linear, left top, left bottom, from(#759e47), to(#3c6826));
  background: linear-gradient(to bottom, #759e47, #3c6826);
  border: 1px solid #48632c;
}
.colorStyle2 .lh_menu li.active a {
  background-color: #517d33;
  border-color: #37521b #829a57 #829a57 #37521b;
}
.colorStyle2 .lh_menu li:hover a {
  background-color: #517d33;
  border-color: #37521b #829a57 #829a57 #37521b;
}
.colorStyle2 .l_footer .lh_menu > ul {
  background-image: url(/img/N-9-2/menu.png);
  border-color: #48632c;
}
.colorStyle2 .l_speedbar {
  color: #3b332d;
}
.colorStyle2 .type1 .h3 {
  color: #607b3a;
}
.colorStyle2 .type1 h3 {
  color: #607b3a;
}
.colorStyle2 .block ul li {
  background: #614d4a url(/img/N-9-2/ll_menu.png) repeat-x 0 0;
  border-top: 1px solid #86706a;
  border-bottom: 1px solid #50403e;
}
.colorStyle2 .block ul li .submenu {
  background: #f5efec;
  -webkit-box-shadow: inset 0 10px 10px -7px #9f9593;
          box-shadow: inset 0 10px 10px -7px #9f9593;
  border-radius: 0;
}
.colorStyle2 .block ul li:hover {
  background: #f5efec;
}
.colorStyle2 .block ul li a {
  background: url(/img/N-9-2/bul.png) no-repeat 15px 14px;
}
.colorStyle2 .block ul li.active {
  background: #f5efec;
}
.colorStyle2 .type3:last-child .date {
  display: inline-block;
  color: #fff;
  border-radius: 3px;
  background: url(/img/N-9-2/menu2.png) repeat-x 50%;
  background-size: auto 100%;
  padding: 2px 7px;
}
.colorStyle2 .type3 .news_block_item {
  border-bottom: 1px solid #d7c8be;
  -webkit-box-shadow: 0 1px 0 #f6f1ef;
          box-shadow: 0 1px 0 #f6f1ef;
  padding: 0 0 15px;
}
.colorStyle2 .type3 .h3 {
  color: #607b3a;
  border-bottom: 1px solid #d7c8be;
  -webkit-box-shadow: 0 1px 0 #f6f1ef;
          box-shadow: 0 1px 0 #f6f1ef;
}
.colorStyle2 .type3 h3 {
  color: #607b3a;
  border-bottom: 1px solid #d7c8be;
  -webkit-box-shadow: 0 1px 0 #f6f1ef;
          box-shadow: 0 1px 0 #f6f1ef;
}
.colorStyle2 .l_specblock {
  background-image: url(/img/N-9-2/spec.jpg);
}
.colorStyle2 .l_specblock .h4 {
  color: #607b3a;
  border-bottom: 1px solid #d7c8be;
  -webkit-box-shadow: 0 1px 0 #f6f1ef;
          box-shadow: 0 1px 0 #f6f1ef;
}
.colorStyle2 .l_specblock h4 {
  color: #607b3a;
  border-bottom: 1px solid #d7c8be;
  -webkit-box-shadow: 0 1px 0 #f6f1ef;
          box-shadow: 0 1px 0 #f6f1ef;
}
.colorStyle2 .l_specblock .h3 {
  color: #f3dfd7;
  border-bottom: 1px solid #584744;
  -webkit-box-shadow: 0 1px 0 #806b66;
          box-shadow: 0 1px 0 #806b66;
}
.colorStyle2 .l_specblock h3 {
  color: #f3dfd7;
  border-bottom: 1px solid #584744;
  -webkit-box-shadow: 0 1px 0 #806b66;
          box-shadow: 0 1px 0 #806b66;
}
.colorStyle2 .l_specblock .uss_eshop_block_item {
  color: #fff;
}
.colorStyle2 .l_specblock .uss_shop_name a {
  color: #c5df8a;
}
.colorStyle2 .l_specblock span.old_price {
  color: #fff !important;
}
.colorStyle2 .l_title .h1 {
  color: #607b3a;
  border-bottom: 1px solid #d7c8be;
  -webkit-box-shadow: 0 1px 0 #f6f1ef;
          box-shadow: 0 1px 0 #f6f1ef;
}
.colorStyle2 .l_title h1 {
  color: #607b3a;
  border-bottom: 1px solid #d7c8be;
  -webkit-box-shadow: 0 1px 0 #f6f1ef;
          box-shadow: 0 1px 0 #f6f1ef;
}
.colorStyle2 .type2 .h3 {
  color: #607b3a;
  border-bottom: 1px solid #d7c8be;
  -webkit-box-shadow: 0 1px 0 #f6f1ef;
          box-shadow: 0 1px 0 #f6f1ef;
}
.colorStyle2 .type2 h3 {
  color: #607b3a;
  border-bottom: 1px solid #d7c8be;
  -webkit-box-shadow: 0 1px 0 #f6f1ef;
          box-shadow: 0 1px 0 #f6f1ef;
}
.colorStyle2 .uss_catalog_cat_img {
  border-color: #d8c7bd;
  background: #fff;
}
.colorStyle2 .uss_eshop_block_item .img {
  border-color: #d8c7bd;
  background: #fff;
}
.colorStyle2 .uss_eshop_block_item .uss_shop_price {
  margin-bottom: 0;
}
.colorStyle2 .uss_shop_block_cat .uss_shop_category .uss_shop_cat_img {
  border-color: #d8c7bd;
  background: #fff;
}
.colorStyle2 .uss_shop_blocks_view .uss_eshop_item .uss_img_holder {
  border-color: #d8c7bd;
  background: #fff;
}
.colorStyle2 .uss_shop_list_cat .uss_shop_cat_img {
  border-color: #d8c7bd;
  background: #fff;
}
.colorStyle2 a.add_to_cart {
  background: url(/img/cart_icon-def.png) 9px no-repeat, #a10000;
  border: 1px solid #810a0a;
  text-align: center;
}
.colorStyle2 a.already_in_cart {
  background: #a10000 !important;
}
.colorStyle2 .uss_catalog_detail .catalog_orderbutton {
  background: #a10000;
}
.colorStyle2 a.add_to_compare {
  background: #a10000;
}
.colorStyle2 a.add_to_wishlist {
  background: #a10000;
}
.colorStyle2 div.uss_tabs div.uss_tabs_navigation span {
  background: #614d4a url(/img/N-9-2/ll_menu.png) repeat-x 0 0;
  border-top: 1px solid #86706a;
  border-bottom: 1px solid #50403e;
}
.colorStyle2 div.uss_tabs div.uss_tabs_navigation span.selected {
  background: #3c6826 url(/img/N-9-2/menu2.png) repeat-x 0 0;
  border-top-color: #a1b775;
  border-bottom-color: #748c55;
}
.colorStyle2 .lh_slider {
  position: relative;
  top: auto;
  right: auto;
  border: none;
  overflow: hidden;
}
.colorStyle2 .slick-arrow:after {
  background-image: url(/img/N-9-2/arrows.png);
}
.colorStyle2 .uss_catalog_block_cat .catalog_orderbutton {
  background: #ccc;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-weight: 400;
  height: 27px;
  line-height: 27px;
  text-decoration: none;
  text-shadow: none;
  background: #a10000;
}
.colorStyle2 .uss_catalog_list_cat .catalog_orderbutton,
.colorStyle2 .catalogs .catalog_menu_item .catalog_orderbutton {
  background: #ccc;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-weight: 400;
  height: 27px;
  line-height: 27px;
  text-decoration: none;
  text-shadow: none;
  background: #a10000;
}
.colorStyle2 .catalogs .catalog_menu > li .catalog_menu_item .catalog_menu_image a {
  border-color: #dfc8be;
  background-color: #fff;
}
.colorStyle2 .catalogs .uss_eshop_menu > li .eshop_menu_image a {
  border-color: #dfc8be;
  background-color: #fff;
}
.colorStyle2 .uss_adv_img_list_item.uss_ail_point.active span {
  background: -webkit-gradient(linear, left top, left bottom, from(#769e48), to(#48632c));
  background: linear-gradient(#769e48, #48632c);
}
.colorStyle2 .uss_form_tml button {
  background: -webkit-gradient(linear, left top, left bottom, from(#a10000), to(#a10000));
  background: linear-gradient(to bottom, #a10000, #a10000);
  color: #fff;
  border: none;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.colorStyle2 .uss_form_tml button:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#a10000), to(#a10000));
  background: linear-gradient(to bottom, #a10000, #a10000);
  opacity: 1;
  text-decoration: underline;
}
.colorStyle2 .uss_form_tml input[type='button'] {
  background: -webkit-gradient(linear, left top, left bottom, from(#a10000), to(#a10000));
  background: linear-gradient(to bottom, #a10000, #a10000);
  color: #fff;
  border: none;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.colorStyle2 .uss_form_tml input[type='button']:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#a10000), to(#a10000));
  background: linear-gradient(to bottom, #a10000, #a10000);
  opacity: 1;
  text-decoration: underline;
}
.colorStyle2 .uss_form_tml input[type='reset'] {
  background: -webkit-gradient(linear, left top, left bottom, from(#a10000), to(#a10000));
  background: linear-gradient(to bottom, #a10000, #a10000);
  color: #fff;
  border: none;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.colorStyle2 .uss_form_tml input[type='reset']:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#a10000), to(#a10000));
  background: linear-gradient(to bottom, #a10000, #a10000);
  opacity: 1;
  text-decoration: underline;
}
.colorStyle2 .uss_form_tml input[type='submit'] {
  background: -webkit-gradient(linear, left top, left bottom, from(#a10000), to(#a10000));
  background: linear-gradient(to bottom, #a10000, #a10000);
  color: #fff;
  border: none;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.colorStyle2 .uss_form_tml input[type='submit']:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#a10000), to(#a10000));
  background: linear-gradient(to bottom, #a10000, #a10000);
  opacity: 1;
  text-decoration: underline;
}
.colorStyle3 a {
  color: #2591ad;
}
.colorStyle3 a:hover {
  color: #2591ad;
}
.colorStyle3 .l_footer {
  background: #e7ebec;
  color: #3b3b3b;
}
.colorStyle3 #l_site {
  background-color: #e7ebec;
  background-image: url(/img/N-9-3/bg.jpg);
  color: #3b3b3b;
}
.colorStyle3 #l_site .block ul li a.active {
  color: #5f2900;
}
.colorStyle3 #l_site .block ul li a:hover {
  color: #5f2900;
}
.colorStyle3 #l_site .block ul li:hover > .catalog_menu_item {
  background: #ffaf04 url(/img/N-9-3/menu2.png) repeat-x 0 0;
  border-top-color: #ffe78e;
  border-bottom-color: #ffc651;
  color: #5f2900;
}
.colorStyle3 #l_site .block ul li:hover > a {
  background: #ffaf04 url(/img/N-9-3/menu2.png) repeat-x 0 0;
  border-top-color: #ffe78e;
  border-bottom-color: #ffc651;
  color: #5f2900;
}
.colorStyle3 #l_site .block ul li .submenu a {
  color: #2591ad;
}
.colorStyle3 #l_site .block ul li.active > .catalog_menu_item {
  background: #ffaf04 url(/img/N-9-3/menu2.png) repeat-x 0 0;
  border-top-color: #ffe78e;
  border-bottom-color: #ffc651;
  color: #5f2900;
}
.colorStyle3 #l_site .block ul li.active > a {
  background: #ffaf04 url(/img/N-9-3/menu2.png) repeat-x 0 0;
  border-top-color: #ffe78e;
  border-bottom-color: #ffc651;
  color: #5f2900;
}
.colorStyle3 #l_site .uss_shop_price span {
  color: #455963;
  background: none;
}
.colorStyle3 #l_site span.actual_price {
  color: #455963;
  background: none;
}
.colorStyle3 #l_site span.old_price {
  color: #3b3b3b;
}
.colorStyle3 #l_site .l_specblock span.actual_price {
  color: #455963;
  background: none;
  padding: 0;
  border: none;
}
.colorStyle3 a.lfn_sitemap {
  background-image: url(/img/N-9-3/nav_foot_icon1.png);
}
.colorStyle3 a.lfn_feedback {
  background-image: url(/img/N-9-3/nav_foot_icon2.png);
}
.colorStyle3 a.lh_logo {
  color: #455963;
}
.colorStyle3 a.lh_logo span {
  color: #2591ad;
}
.colorStyle3 .lh_search form input.uss_input_name {
  border-color: #bdcdd2;
  background: -webkit-gradient(linear, left top, left bottom, from(#e4e9eb), to(#eff2f3));
  background: linear-gradient(#e4e9eb, #eff2f3);
  -webkit-box-shadow: inset 1px 1px #6d868d, 2px 2px #e6eced;
          box-shadow: inset 1px 1px #6d868d, 2px 2px #e6eced;
  color: #323232;
}
.colorStyle3 .lh_search form input.uss_submit {
  background-image: url(../img/N-9-3/search.png);
}
.colorStyle3 .lf_phone {
  color: #455963;
  height: 28px;
  overflow: hidden;
  font-size: 26px;
  font-weight: 700;
}
.colorStyle3 .lf_phone span {
  font-size: 18px;
}
.colorStyle3 .lh_phone {
  color: #455963;
}
.colorStyle3 .lh_nav a.lhn_home {
  background-image: url(/img/N-9-3/nav_icon1.png);
}
.colorStyle3 .lh_nav a.lhn_sitemap {
  background-image: url(/img/N-9-3/nav_icon2.png);
}
.colorStyle3 .lh_nav a.lhn_feedback {
  background-image: url(/img/N-9-3/nav_icon3.png);
}
.colorStyle3 .lh_slogan {
  font-size: 25px;
  color: #455963;
  font-weight: 700;
}
.colorStyle3 .lh_menu {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdd61), to(#ffb005));
  background: linear-gradient(to bottom, #ffdd61, #ffb005);
  border: 1px solid #ffaa24;
}
.colorStyle3 .lh_menu a {
  color: #5f2900;
}
.colorStyle3 .lh_menu li.active a {
  background-color: #ffde61;
  background-image: url(/img/N-9-3/cart_bar.png);
  border-color: #be801d #ffe895 #ffe895 #be801d;
  color: #5f2900;
}
.colorStyle3 .lh_menu li:hover a {
  background-color: #ffde61;
  background-image: url(/img/N-9-3/cart_bar.png);
  border-color: #be801d #ffe895 #ffe895 #be801d;
  color: #5f2900;
}
.colorStyle3 .l_footer .lh_menu > ul {
  background-image: url(/img/N-9-3/menu.png);
  border-color: #ffaa24;
}
.colorStyle3 .l_speedbar {
  color: #3b332d;
}
.colorStyle3 .type1 .h3 {
  color: #455963;
}
.colorStyle3 .type1 h3 {
  color: #455963;
}
.colorStyle3 .block ul li {
  background: #385963 url(/img/N-9-3/ll_menu.png) repeat-x 0 0;
  border-top: 1px solid #788a92;
  border-bottom: 1px solid #30464e;
}
.colorStyle3 .block ul li .submenu {
  background: #f0f2f3;
  -webkit-box-shadow: inset 0 10px 10px -7px #9aa3a6;
          box-shadow: inset 0 10px 10px -7px #9aa3a6;
  border-radius: 0;
  border: 2px solid #455963;
  border-top: none;
}
.colorStyle3 .block ul li:hover {
  background: #f0f2f3;
}
.colorStyle3 .block ul li a {
  background: url(/img/N-9-3/bul.png) no-repeat 15px;
}
.colorStyle3 .block ul li.active {
  background: #f0f2f3;
}
.colorStyle3 .l_specblock {
  height: auto;
  background: none;
}
.colorStyle3 .l_specblock .h4 {
  color: #455963;
  border-bottom: 1px solid #c7ced1;
  -webkit-box-shadow: 0 1px 0 #fff;
          box-shadow: 0 1px 0 #fff;
}
.colorStyle3 .l_specblock h4 {
  color: #455963;
  border-bottom: 1px solid #c7ced1;
  -webkit-box-shadow: 0 1px 0 #fff;
          box-shadow: 0 1px 0 #fff;
}
.colorStyle3 .l_specblock .uss_shop_name a {
  color: #2491ad;
}
.colorStyle3 .l_specblock .uss_eshop_block_item .uss_shop_price span.old_price {
  color: #3b3b3b;
}
.colorStyle3 .l_title .h1 {
  color: #455963;
  border-bottom: 1px solid #c7ced1;
  -webkit-box-shadow: 0 1px 0 #fff;
          box-shadow: 0 1px 0 #fff;
}
.colorStyle3 .l_title h1 {
  color: #455963;
  border-bottom: 1px solid #c7ced1;
  -webkit-box-shadow: 0 1px 0 #fff;
          box-shadow: 0 1px 0 #fff;
}
.colorStyle3 .type2 .h3 {
  color: #455963;
  border-bottom: 1px solid #c7ced1;
  -webkit-box-shadow: 0 1px 0 #fff;
          box-shadow: 0 1px 0 #fff;
}
.colorStyle3 .type2 h3 {
  color: #455963;
  border-bottom: 1px solid #c7ced1;
  -webkit-box-shadow: 0 1px 0 #fff;
          box-shadow: 0 1px 0 #fff;
}
.colorStyle3 .type3 .h3 {
  color: #455963;
  border-bottom: 1px solid #c7ced1;
  -webkit-box-shadow: 0 1px 0 #fff;
          box-shadow: 0 1px 0 #fff;
}
.colorStyle3 .type3 h3 {
  color: #455963;
  border-bottom: 1px solid #c7ced1;
  -webkit-box-shadow: 0 1px 0 #fff;
          box-shadow: 0 1px 0 #fff;
}
.colorStyle3 .l_newsblock {
  background: #2b4d57 url(/img/N-9-3/newsblock.jpg) repeat-x 0 0;
  padding-top: 0;
}
.colorStyle3 .l_newsblock .h3,
.colorStyle3 .l_newsblock h3 {
  color: #f1f6f8;
  border-bottom: 1px solid #3d5561;
  -webkit-box-shadow: 0 1px 0 #65818f;
          box-shadow: 0 1px 0 #65818f;
}
.colorStyle3 .l_newsblock .news_block_item {
  color: #fff;
}
.colorStyle3 .l_newsblock .news_block_item a {
  color: #c3f3ff;
}
.colorStyle3 .l_newsblock .uss_more a {
  color: #fff;
}
.colorStyle3 .uss_catalog_cat_img {
  border-color: #9dbdc5;
  background: #fff;
}
.colorStyle3 .uss_eshop_block_item .img {
  border-color: #9dbdc5;
  background: #fff;
}
.colorStyle3 .uss_shop_block_cat .uss_shop_category .uss_shop_cat_img {
  border-color: #9dbdc5;
  background: #fff;
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item .uss_img_holder {
  border-color: #9dbdc5;
  background: #fff;
}
.colorStyle3 .uss_shop_list_cat .uss_shop_cat_img {
  border-color: #9dbdc5;
  background: #fff;
}
.colorStyle3 a.add_to_cart {
  background: url(/img/cart_icon-def.png) 9px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#50717a), to(#3a5b66));
  background: url(/img/cart_icon-def.png) 9px no-repeat, linear-gradient(#50717a, #3a5b66);
  border: 1px solid #385963;
}
.colorStyle3 a.already_in_cart {
  background: -webkit-gradient(linear, left top, left bottom, from(#50717a), to(#3a5b66)) !important;
  background: linear-gradient(#50717a, #3a5b66) !important;
}
.colorStyle3 .uss_catalog_detail .catalog_orderbutton {
  background: #50717a;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #50717a), to(#3a5b66));
  background: linear-gradient(180deg, #50717a 0, #3a5b66);
}
.colorStyle3 a.add_to_compare {
  background: #50717a;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #50717a), to(#3a5b66));
  background: linear-gradient(180deg, #50717a 0, #3a5b66);
}
.colorStyle3 a.add_to_wishlist {
  background: #50717a;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #50717a), to(#3a5b66));
  background: linear-gradient(180deg, #50717a 0, #3a5b66);
}
.colorStyle3 div.uss_tabs div.uss_tabs_navigation span {
  background: #385963 url(/img/N-9-3/ll_menu.png) repeat-x 0 0;
  border-top: 1px solid #788a92;
  border-bottom: 1px solid #30464e;
  font-weight: normal;
}
.colorStyle3 div.uss_tabs div.uss_tabs_navigation span.selected {
  background: #ffaf04 url(/img/N-9-3/menu2.png) repeat-x 0 0;
  border-top-color: #ffe78e;
  border-bottom-color: #ffc651;
  color: #5f2900;
  text-shadow: none;
}
.colorStyle3 .slick-arrow:after {
  background-image: url(/img/N-9-3/arrows.png);
}
.colorStyle3 .uss_catalog_block_cat .catalog_orderbutton {
  background: #ccc;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-weight: 400;
  height: 27px;
  line-height: 27px;
  text-decoration: none;
  text-shadow: none;
  background: #50717a;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #50717a), to(#3a5b66));
  background: linear-gradient(180deg, #50717a 0, #3a5b66);
}
.colorStyle3 .uss_catalog_list_cat .catalog_orderbutton,
.colorStyle3 .catalogs .catalog_menu_item .catalog_orderbutton {
  background: #ccc;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-weight: 400;
  height: 27px;
  line-height: 27px;
  text-decoration: none;
  text-shadow: none;
  background: #50717a;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #50717a), to(#3a5b66));
  background: linear-gradient(180deg, #50717a 0, #3a5b66);
}
.colorStyle3 .catalogs .catalog_menu li .catalog_menu_item .catalog_menu_image a {
  border-color: #8fbec7;
  background-color: #fff;
}
.colorStyle3 .catalogs .uss_eshop_menu li .eshop_menu_image a {
  border-color: #8fbec7;
  background-color: #fff;
}
.colorStyle3 .uss_adv_img_list_item.uss_ail_point.active span {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffde62), to(#ffaa24));
  background: linear-gradient(#ffde62, #ffaa24);
}
.colorStyle3 .uss_form_tml button {
  background: -webkit-gradient(linear, left top, left bottom, from(#4f7079), to(#3a5b66));
  background: linear-gradient(to bottom, #4f7079, #3a5b66);
  color: #fff;
  border: none;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.colorStyle3 .uss_form_tml button:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#4f7079), to(#3a5b66));
  background: linear-gradient(to bottom, #4f7079, #3a5b66);
  opacity: 1;
  text-decoration: underline;
}
.colorStyle3 .uss_form_tml input[type='button'] {
  background: -webkit-gradient(linear, left top, left bottom, from(#4f7079), to(#3a5b66));
  background: linear-gradient(to bottom, #4f7079, #3a5b66);
  color: #fff;
  border: none;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.colorStyle3 .uss_form_tml input[type='button']:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#4f7079), to(#3a5b66));
  background: linear-gradient(to bottom, #4f7079, #3a5b66);
  opacity: 1;
  text-decoration: underline;
}
.colorStyle3 .uss_form_tml input[type='reset'] {
  background: -webkit-gradient(linear, left top, left bottom, from(#4f7079), to(#3a5b66));
  background: linear-gradient(to bottom, #4f7079, #3a5b66);
  color: #fff;
  border: none;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.colorStyle3 .uss_form_tml input[type='reset']:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#4f7079), to(#3a5b66));
  background: linear-gradient(to bottom, #4f7079, #3a5b66);
  opacity: 1;
  text-decoration: underline;
}
.colorStyle3 .uss_form_tml input[type='submit'] {
  background: -webkit-gradient(linear, left top, left bottom, from(#4f7079), to(#3a5b66));
  background: linear-gradient(to bottom, #4f7079, #3a5b66);
  color: #fff;
  border: none;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.colorStyle3 .uss_form_tml input[type='submit']:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#4f7079), to(#3a5b66));
  background: linear-gradient(to bottom, #4f7079, #3a5b66);
  opacity: 1;
  text-decoration: underline;
}
.colorStyle4 a {
  color: #f19096;
}
.colorStyle4 a:hover {
  color: #f19096;
}
.colorStyle4 .l_footer {
  background: #334130;
  color: #f0f2f3;
}
.colorStyle4 #l_site {
  background-color: #334130;
  background-image: url(/img/N-9-4/bg.jpg);
  color: #f0f2f3;
}
.colorStyle4 #l_site .block ul li.active > .catalog_menu_item {
  background: #9c171f url(/img/N-9-4/menu.png) repeat-x 0 0;
  border-top-color: #cf8e93;
  border-bottom-color: #a6434c;
  color: #fff;
}
.colorStyle4 #l_site .block ul li.active > a {
  background: #9c171f url(/img/N-9-4/menu.png) repeat-x 0 0;
  border-top-color: #cf8e93;
  border-bottom-color: #a6434c;
  color: #fff;
}
.colorStyle4 #l_site .block ul li:hover > .catalog_menu_item {
  background: #9c171f url(/img/N-9-4/menu.png) repeat-x 0 0;
  border-top-color: #cf8e93;
  border-bottom-color: #a6434c;
  color: #fff;
}
.colorStyle4 #l_site .block ul li:hover > a {
  background: #9c171f url(/img/N-9-4/menu.png) repeat-x 0 0;
  border-top-color: #cf8e93;
  border-bottom-color: #a6434c;
  color: #fff;
}
.colorStyle4 #l_site .block ul li .submenu a {
  color: #cde7bb;
  text-decoration: none;
}
.colorStyle4 #l_site .uss_shop_price span {
  color: #fff;
  background: #4b603d;
  border: 1px solid #93ab7f;
}
.colorStyle4 #l_site span.actual_price {
  color: #fff;
  background: #4b603d;
  border: 1px solid #93ab7f;
}
.colorStyle4 #l_site span.old_price {
  color: #fff;
}
.colorStyle4 #l_site .l_specblock span.actual_price {
  color: #fff;
  background: #4b603d;
  border: 1px solid #93ab7f;
  border-radius: 3px;
}
.colorStyle4 .l_footer {
  background: #2a3827;
}
.colorStyle4 .l_footer .lh_menu > ul {
  background-image: url(/img/N-9-4/menu.png);
  border-color: #d3969a #d3969a #a8414c;
}
.colorStyle4 a.lfn_sitemap {
  background-image: url(/img/N-9-4/nav_foot_icon.png);
}
.colorStyle4 a.lfn_feedback {
  background-image: url(/img/N-9-4/nav_foot_icon2.png);
}
.colorStyle4 a.lh_logo {
  color: #f19096;
}
.colorStyle4 a.lh_logo span {
  color: #f19096;
}
.colorStyle4 .lh_search form input.uss_input_name {
  border-color: #334130;
  background: -webkit-gradient(linear, left top, left bottom, from(#4e6149), to(#718469));
  background: linear-gradient(#4e6149, #718469);
  -webkit-box-shadow: inset 1px 1px #172315;
          box-shadow: inset 1px 1px #172315;
  color: #fff;
}
.colorStyle4 .lh_search form input.uss_submit {
  background-image: url(../img/N-9-4/search.png);
}
.colorStyle4 .lf_phone {
  color: #a6be94;
}
.colorStyle4 .lh_nav a.lhn_home {
  background-image: url(/img/N-9-4/nav_icon.png);
}
.colorStyle4 .lh_nav a.lhn_sitemap {
  background-image: url(/img/N-9-4/nav_icon2.png);
}
.colorStyle4 .lh_nav a.lhn_feedback {
  background-image: url(/img/N-9-4/nav_icon3.png);
}
.colorStyle4 .lh_slogan {
  color: #a6be94;
  font-weight: 700;
  text-shadow: 1px 1px 5px #26311d;
}
.colorStyle4 .lh_menu {
  background: -webkit-gradient(linear, left top, left bottom, from(#d46b72), to(#9c1720));
  background: linear-gradient(to bottom, #d46b72, #9c1720);
  border: 1px solid #d3969a;
  border-bottom-color: #a8414c;
}
.colorStyle4 .lh_menu li.active a {
  background-color: #517d33;
  background-image: url(/img/N-9-4/green.png);
  border-color: #37521b #a97c66 #a97c66 #37521b;
}
.colorStyle4 .lh_menu li:hover a {
  background-color: #517d33;
  background-image: url(/img/N-9-4/green.png);
  border-color: #37521b #a97c66 #a97c66 #37521b;
}
.colorStyle4 .l_speedbar {
  color: #f0f2f3;
}
.colorStyle4 .type1 .h3 {
  color: #a6be94;
}
.colorStyle4 .type1 h3 {
  color: #a6be94;
}
.colorStyle4 .block ul li {
  background: #3e6038 url(/img/N-9-4/ll_menu.png) repeat-x 0 0;
  border-top: 1px solid #819a6b;
  border-bottom: 1px solid #344726;
}
.colorStyle4 .block ul li .submenu {
  background: #445639;
  -webkit-box-shadow: inset 0 10px 10px -7px #28351f;
          box-shadow: inset 0 10px 10px -7px #28351f;
  border-radius: 0;
}
.colorStyle4 .block ul li:hover {
  background: #445639;
}
.colorStyle4 .block ul li a {
  background: url(/img/N-9-4/bul.png) no-repeat 15px;
}
.colorStyle4 .block ul li.active {
  background: #445639;
}
.colorStyle4 .block .submenu a.active {
  text-decoration: underline;
}
.colorStyle4 .block .submenu a:hover {
  text-decoration: underline;
}
.colorStyle4 .l_col .news_block_item {
  min-height: 0;
  border-bottom: 1px solid #26311d;
  -webkit-box-shadow: 0 1px 0 #4b5544;
          box-shadow: 0 1px 0 #4b5544;
  padding: 0 0 20px;
}
.colorStyle4 .l_col .news_block_item .date {
  position: static;
}
.colorStyle4 .l_specblock {
  height: auto;
  background: none;
}
.colorStyle4 .l_specblock .h4 {
  padding-bottom: 9px;
  color: #a6be94;
  border-bottom: 1px solid #26311d;
  -webkit-box-shadow: 0 1px 0 #4b5544;
          box-shadow: 0 1px 0 #4b5544;
}
.colorStyle4 .l_specblock h4 {
  padding-bottom: 9px;
  color: #a6be94;
  border-bottom: 1px solid #26311d;
  -webkit-box-shadow: 0 1px 0 #4b5544;
          box-shadow: 0 1px 0 #4b5544;
}
.colorStyle4 .l_specblock .uss_shop_name a {
  color: #f19096;
}
.colorStyle4 .l_specblock .uss_eshop_block_item .uss_shop_price span.old_price {
  color: #fff;
}
.colorStyle4 .l_title .h1 {
  padding-bottom: 9px;
  color: #a6be94;
  border-bottom: 1px solid #26311d;
  -webkit-box-shadow: 0 1px 0 #4b5544;
          box-shadow: 0 1px 0 #4b5544;
}
.colorStyle4 .l_title h1 {
  padding-bottom: 9px;
  color: #a6be94;
  border-bottom: 1px solid #26311d;
  -webkit-box-shadow: 0 1px 0 #4b5544;
          box-shadow: 0 1px 0 #4b5544;
}
.colorStyle4 .type2 .h3 {
  padding-bottom: 9px;
  color: #a6be94;
  border-bottom: 1px solid #26311d;
  -webkit-box-shadow: 0 1px 0 #4b5544;
          box-shadow: 0 1px 0 #4b5544;
}
.colorStyle4 .type2 h3 {
  padding-bottom: 9px;
  color: #a6be94;
  border-bottom: 1px solid #26311d;
  -webkit-box-shadow: 0 1px 0 #4b5544;
          box-shadow: 0 1px 0 #4b5544;
}
.colorStyle4 .type3 .h3 {
  padding-bottom: 9px;
  color: #a6be94;
  border-bottom: 1px solid #26311d;
  -webkit-box-shadow: 0 1px 0 #4b5544;
          box-shadow: 0 1px 0 #4b5544;
}
.colorStyle4 .type3 h3 {
  padding-bottom: 9px;
  color: #a6be94;
  border-bottom: 1px solid #26311d;
  -webkit-box-shadow: 0 1px 0 #4b5544;
          box-shadow: 0 1px 0 #4b5544;
}
.colorStyle4 .uss_catalog_cat_img {
  border-color: #93ab7f;
  background: #4d633f;
}
.colorStyle4 .uss_eshop_block_item .img {
  border-color: #93ab7f;
  background: #4d633f;
}
.colorStyle4 .uss_shop_block_cat .uss_shop_category .uss_shop_cat_img {
  border-color: #93ab7f;
  background: #4d633f;
}
.colorStyle4 .uss_shop_blocks_view .uss_eshop_item .uss_img_holder {
  border-color: #93ab7f;
  background: #4d633f;
}
.colorStyle4 .uss_shop_list_cat .uss_shop_cat_img {
  border-color: #93ab7f;
  background: #4d633f;
}
.colorStyle4 a.add_to_cart {
  background: url(/img/cart_icon-def.png) 9px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#d56c73), to(#9c171f));
  background: url(/img/cart_icon-def.png) 9px no-repeat, linear-gradient(#d56c73, #9c171f);
  border: 1px solid #9D1921;
}
.colorStyle4 a.already_in_cart {
  background: -webkit-gradient(linear, left top, left bottom, from(#d56c73), to(#9c171f)) !important;
  background: linear-gradient(#d56c73, #9c171f) !important;
}
.colorStyle4 .uss_catalog_detail .catalog_orderbutton {
  background: #d56c73;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d56c73), to(#9c171f));
  background: linear-gradient(180deg, #d56c73 0, #9c171f);
}
.colorStyle4 a.add_to_compare {
  background: #d56c73;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d56c73), to(#9c171f));
  background: linear-gradient(180deg, #d56c73 0, #9c171f);
}
.colorStyle4 a.add_to_wishlist {
  background: #d56c73;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d56c73), to(#9c171f));
  background: linear-gradient(180deg, #d56c73 0, #9c171f);
}
.colorStyle4 div.uss_tabs div.uss_tabs_navigation span {
  background: #3e6038 url(/img/N-9-4/ll_menu.png) repeat-x 0 0;
  border-top: 1px solid #819a6b;
  border-bottom: 1px solid #344726;
}
.colorStyle4 div.uss_tabs div.uss_tabs_navigation span.selected {
  background: #9c171f url(/img/N-9-4/menu.png) repeat-x 0 0;
  border-top-color: #cf8e93;
  border-bottom-color: #a6434c;
  color: #fff;
}
.colorStyle4 .slick-arrow:after {
  background-image: url(/img/N-9-4/arrows.png);
}
.colorStyle4 .uss_catalog_block_cat .catalog_orderbutton {
  background: #ccc;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-weight: 400;
  height: 27px;
  line-height: 27px;
  text-decoration: none;
  text-shadow: none;
  background: #d56c73;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d56c73), to(#9c171f));
  background: linear-gradient(180deg, #d56c73 0, #9c171f);
}
.colorStyle4 .uss_catalog_list_cat .catalog_orderbutton,
.colorStyle4 .catalogs .catalog_menu_item .catalog_orderbutton {
  background: #ccc;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-weight: 400;
  height: 27px;
  line-height: 27px;
  text-decoration: none;
  text-shadow: none;
  background: #d56c73;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d56c73), to(#9c171f));
  background: linear-gradient(180deg, #d56c73 0, #9c171f);
}
.colorStyle4 .catalogs .catalog_menu li .catalog_menu_item .catalog_menu_image a {
  border-color: #89ad7e;
  background-color: #40633a;
}
.colorStyle4 .catalogs .uss_eshop_menu li .eshop_menu_image a {
  border-color: #89ad7e;
  background-color: #40633a;
}
.colorStyle4 .uss_adv_img_list_item.uss_ail_point.active span {
  background: -webkit-gradient(linear, left top, left bottom, from(#d46b72), to(#9c1820));
  background: linear-gradient(#d46b72, #9c1820);
}
.colorStyle4 .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #6b7e63;
}
.colorStyle4 .lh_search form input.uss_input_name::-webkit-input-placeholder {
  color: #fff;
}
.colorStyle4 .lh_search form input.uss_input_name:-ms-input-placeholder {
  color: #fff;
}
.colorStyle4 .lh_search form input.uss_input_name::-ms-input-placeholder {
  color: #fff;
}
.colorStyle4 .lh_search form input.uss_input_name::placeholder {
  color: #fff;
}
.colorStyle4 .l_newsblock {
  background: -webkit-gradient(linear, left top, left bottom, from(#375531), color-stop(10%, #3e6038), color-stop(90%, #3e6038), to(#375531));
  background: linear-gradient(#375531, #3e6038 10%, #3e6038 90%, #375531);
  padding-top: 0;
}
.colorStyle4 .l_newsblock .h3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.07);
          box-shadow: 0 1px 0 rgba(255, 255, 255, 0.07);
}
.colorStyle4 .uss_form_tml button {
  background: -webkit-gradient(linear, left top, left bottom, from(#d46a71), to(#9e1921));
  background: linear-gradient(to bottom, #d46a71, #9e1921);
  color: #fff;
  border: none;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.colorStyle4 .uss_form_tml button:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#d46a71), to(#9e1921));
  background: linear-gradient(to bottom, #d46a71, #9e1921);
  opacity: 1;
  text-decoration: underline;
}
.colorStyle4 .uss_form_tml input[type='button'] {
  background: -webkit-gradient(linear, left top, left bottom, from(#d46a71), to(#9e1921));
  background: linear-gradient(to bottom, #d46a71, #9e1921);
  color: #fff;
  border: none;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.colorStyle4 .uss_form_tml input[type='button']:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#d46a71), to(#9e1921));
  background: linear-gradient(to bottom, #d46a71, #9e1921);
  opacity: 1;
  text-decoration: underline;
}
.colorStyle4 .uss_form_tml input[type='reset'] {
  background: -webkit-gradient(linear, left top, left bottom, from(#d46a71), to(#9e1921));
  background: linear-gradient(to bottom, #d46a71, #9e1921);
  color: #fff;
  border: none;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.colorStyle4 .uss_form_tml input[type='reset']:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#d46a71), to(#9e1921));
  background: linear-gradient(to bottom, #d46a71, #9e1921);
  opacity: 1;
  text-decoration: underline;
}
.colorStyle4 .uss_form_tml input[type='submit'] {
  background: -webkit-gradient(linear, left top, left bottom, from(#d46a71), to(#9e1921));
  background: linear-gradient(to bottom, #d46a71, #9e1921);
  color: #fff;
  border: none;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.colorStyle4 .uss_form_tml input[type='submit']:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#d46a71), to(#9e1921));
  background: linear-gradient(to bottom, #d46a71, #9e1921);
  opacity: 1;
  text-decoration: underline;
}
.colorStyle5 a {
  color: #e1e1e1;
}
.colorStyle5 a:hover {
  color: #e1e1e1;
}
.colorStyle5 .l_footer {
  background: url(/img/N-9-5/black-bg.jpg);
  color: #e1e1e1;
}
.colorStyle5 #l_site {
  background-color: #161614;
  background-image: url(/img/N-9-5/black-bg.jpg);
  color: #e1e1e1;
  background-repeat: repeat;
}
.colorStyle5 #l_site .block ul li.active > .catalog_menu_item {
  background: url(/img/N-9-5/bul.png) no-repeat 15px, #797c7e;
  border-top-color: #797C7E;
  border-bottom-color: #797C7E;
  color: #fff;
}
.colorStyle5 #l_site .block ul li.active > a {
  background: url(/img/N-9-5/bul.png) no-repeat 15px, #797c7e;
  border-top-color: #797C7E;
  border-bottom-color: #797C7E;
  color: #fff;
}
.colorStyle5 #l_site .block ul li:hover > .catalog_menu_item {
  background: url(/img/N-9-5/bul.png) no-repeat 15px, #797c7e;
  border-top-color: #797C7E;
  border-bottom-color: #797C7E;
  color: #fff;
}
.colorStyle5 #l_site .block ul li:hover > a {
  background: url(/img/N-9-5/bul.png) no-repeat 15px, #797c7e;
  border-top-color: #797C7E;
  border-bottom-color: #797C7E;
  color: #fff;
}
.colorStyle5 #l_site .block ul li .submenu a {
  color: #e1e1e1;
  text-decoration: none;
}
.colorStyle5 #l_site .uss_shop_price span {
  color: #fff;
}
.colorStyle5 #l_site span.actual_price {
  color: #fff;
}
.colorStyle5 #l_site span.old_price {
  color: #e1e1e1;
}
.colorStyle5 #l_site .l_specblock span.actual_price {
  color: #e1e1e1;
  background: #9a201b;
  border: 1px solid #7a1713;
  border-radius: 3px;
}
.colorStyle5 a.lfn_sitemap {
  background-image: url(/img/N-9-5/nav_foot_icon.png);
}
.colorStyle5 a.lfn_feedback {
  background-image: url(/img/N-9-5/nav_foot_icon2.png);
}
.colorStyle5 a.lh_logo {
  color: #B1B6B9;
  z-index: 2;
}
.colorStyle5 a.lh_logo span {
  color: #B1B6B9;
}
.colorStyle5 .lh_search form input.uss_input_name {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px rgba(0, 0, 0, 0.1);
  color: #e1e1e1;
}
.colorStyle5 .lh_search form input.uss_submit {
  background-image: url(../img/N-9-5/search-white.png);
}
.colorStyle5 .lf_phone {
  color: #66544b;
  font-size: 28px;
}
.colorStyle5 .lf_phone span {
  font-size: 23px;
}
.colorStyle5 .lh_phone {
  color: #e1e1e1;
}
.colorStyle5 .lh_nav a.lhn_home {
  background-image: url(/img/N-9-5/nav_icon.png);
}
.colorStyle5 .lh_nav a.lhn_sitemap {
  background-image: url(/img/N-9-5/nav_icon2.png);
}
.colorStyle5 .lh_nav a.lhn_feedback {
  background-image: url(/img/N-9-5/nav_icon3.png);
}
.colorStyle5 .lh_slogan {
  color: #487122;
  text-align: center;
}
.colorStyle5 .lh_menu {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #cccccc), color-stop(#ffffff), to(#686868));
  background: linear-gradient(#cccccc 10%, #ffffff, #686868);
  border-color: rgba(255, 255, 255, 0.3);
}
.colorStyle5 .lh_menu a {
  color: #212121;
}
.colorStyle5 .lh_menu li.active a {
  border-color: #797C7E;
  color: #fff;
  background: #797C7E;
  -webkit-box-shadow: 1px 1px 0 #797c7e, -1px -1px 0 #797c7e;
          box-shadow: 1px 1px 0 #797c7e, -1px -1px 0 #797c7e;
}
.colorStyle5 .lh_menu li:hover a {
  border-color: #797C7E;
  color: #fff;
  background: #797C7E;
  -webkit-box-shadow: 1px 1px 0 #797c7e, -1px -1px 0 #797c7e;
          box-shadow: 1px 1px 0 #797c7e, -1px -1px 0 #797c7e;
}
.colorStyle5 .l_footer .lh_menu > ul {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #cccccc), color-stop(#ffffff), to(#686868));
  background: linear-gradient(#cccccc 10%, #ffffff, #686868);
  border-color: rgba(255, 255, 255, 0.3);
}
.colorStyle5 .l_speedbar {
  color: #fff;
}
.colorStyle5 .type1 .h3,
.colorStyle5 .type1 h3 {
  color: #e1e1e1;
  padding-bottom: 9px;
}
.colorStyle5 .block ul li {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #cccccc), color-stop(#f7f7f7), to(#9d9d9d));
  background: linear-gradient(#cccccc 10%, #f7f7f7, #9d9d9d);
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.colorStyle5 .block ul li .submenu {
  background: #4e4f50;
  border-radius: 0;
}
.colorStyle5 .block ul li a {
  background: url(/img/N-9-1/bul.png) no-repeat 15px;
  color: #212121 !important;
}
.colorStyle5 .block ul li:hover,
.colorStyle5 .block ul li.active {
  background: #797C7E;
}
.colorStyle5 .block ul li:hover > a,
.colorStyle5 .block ul li.active > a {
  color: #fff !important;
}
.colorStyle5 .block .submenu a.active {
  text-decoration: underline;
}
.colorStyle5 .block .submenu a {
  color: #fff !important;
}
.colorStyle5 .block .submenu a:hover {
  text-decoration: underline;
}
.colorStyle5 .l_specblock .h4,
.colorStyle5 .l_specblock h4 {
  padding-bottom: 9px;
  color: #e1e1e1;
  border-bottom: 1px solid #ded3c3;
  -webkit-box-shadow: 0 1px 0 #fff;
          box-shadow: 0 1px 0 #fff;
}
.colorStyle5 .l_specblock .uss_shop_name a {
  color: #E0E1E3;
}
.colorStyle5 .l_specblock .uss_eshop_block_item .uss_shop_price span.old_price {
  color: #333;
}
.colorStyle5 .l_title .h1,
.colorStyle5 .l_title h1 {
  padding-bottom: 9px;
  color: #e1e1e1;
  border-bottom: 1px solid #ded3c3;
}
.colorStyle5 .type2 .h3,
.colorStyle5 .type2 h3 {
  padding-bottom: 9px;
  color: #e1e1e1;
  border-bottom: 1px solid #716f6b;
}
.colorStyle5 .type3 .h3 {
  padding-bottom: 9px;
  color: #66544b;
  border-bottom: 1px solid #ded3c3;
  -webkit-box-shadow: 0 1px 0 #fff;
          box-shadow: 0 1px 0 #fff;
}
.colorStyle5 .type3 h3 {
  padding-bottom: 9px;
  color: #66544b;
  border-bottom: 1px solid #ded3c3;
  -webkit-box-shadow: 0 1px 0 #fff;
          box-shadow: 0 1px 0 #fff;
}
.colorStyle5 .l_newsblock {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #bfbfbf), color-stop(#ffffff), to(#959595));
  background: linear-gradient(#bfbfbf 10%, #ffffff, #959595);
  padding-top: 0;
}
.colorStyle5 .l_newsblock .h3,
.colorStyle5 .l_newsblock h3 {
  color: #212121;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 9px;
}
.colorStyle5 .l_newsblock .news_block_item {
  color: #212121;
}
.colorStyle5 .l_newsblock .news_block_item a {
  color: #212121;
}
.colorStyle5 .l_newsblock .uss_more a {
  color: #212121;
}
.colorStyle5 .l_form_inner .h3 {
  border-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-bottom: 0;
}
.colorStyle5 .l_form_inner .fc_form_tml {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8d7167), to(#6d5349));
  background: linear-gradient(180deg, #8d7167 0, #6d5349);
  padding: 1px;
  border-radius: 3px;
  margin-bottom: 40px;
  white-space: normal;
}
.colorStyle5 .l_form_inner form {
  border: 1px solid #9e857c;
  border-radius: 3px;
  padding: 18px 13px;
}
.colorStyle5 .l_form_inner .group {
  width: 104%;
}
.colorStyle5 .l_form_inner .group .fc_item.block {
  width: 30.7%;
  margin: 0 2% 15px 0;
}
.colorStyle5 .l_form_inner .group .fc_item.block.fc_textarea {
  width: 100%;
  margin-right: 0;
}
.colorStyle5 .l_form_inner .group .fc_item.block.fc_checkbox_one {
  width: 100%;
  margin: 0;
  color: #e1e1e1;
}
.colorStyle5 .l_form_inner .group .fc_item.block.fc_checkbox_one a {
  color: #f5e8d9;
}
.colorStyle5 .l_form_inner .group .fc_item.fc_checkbox .elem_item.one {
  width: auto;
}
.colorStyle5 .l_form_inner .group .fc_item.fc_checkbox .force_position_right {
  font-size: 11px;
}
.colorStyle5 .l_form_inner .group.end {
  display: inline-block;
  vertical-align: top;
}
.colorStyle5 .l_form_inner .fc_item .elem_item {
  width: 100%;
}
.colorStyle5 .l_form_inner .fc_item .elem_item input {
  width: 100%;
  height: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5a453c), to(#654c42));
  background: linear-gradient(180deg, #5a453c 0, #654c42);
  border: 1px solid #94786e;
  -webkit-box-shadow: inset 0 1px 0 0 #433028;
          box-shadow: inset 0 1px 0 0 #433028;
  color: #f5e8d9;
  border-radius: 2px;
}
.colorStyle5 .l_form_inner .fc_item .elem_item input::-webkit-input-placeholder {
  color: #f5e8d9;
}
.colorStyle5 .l_form_inner .fc_item .elem_item input::-moz-placeholder {
  color: #f5e8d9;
}
.colorStyle5 .l_form_inner .fc_item .elem_item textarea {
  width: 100%;
  height: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5a453c), to(#654c42));
  background: linear-gradient(180deg, #5a453c 0, #654c42);
  border: 1px solid #94786e;
  -webkit-box-shadow: inset 0 1px 0 0 #433028;
          box-shadow: inset 0 1px 0 0 #433028;
  color: #f5e8d9;
  border-radius: 2px;
}
.colorStyle5 .l_form_inner .fc_item .elem_item textarea::-webkit-input-placeholder {
  color: #f5e8d9;
}
.colorStyle5 .l_form_inner .fc_item .elem_item textarea::-moz-placeholder {
  color: #f5e8d9;
}
.colorStyle5 .l_form_inner .buttons {
  display: inline-block;
  vertical-align: top;
  width: 18%;
  margin-top: 1px;
}
.colorStyle5 .l_form_inner .buttons input {
  width: 100%;
  height: 35px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #347a15), to(#619a2f));
  background: linear-gradient(180deg, #347a15 0, #619a2f);
  border: 1px solid #1f5f0d;
  -webkit-box-shadow: inset 0 0 0 1px #4d8c29;
          box-shadow: inset 0 0 0 1px #4d8c29;
  color: #e1e1e1;
  border-radius: 2px;
  text-shadow: none;
}
.colorStyle5 .l_form_inner .buttons input:hover {
  background: #4d8c29;
}
.colorStyle5 .uss_catalog_cat_img {
  border-color: #aa0a0f;
  background: #fff;
}
.colorStyle5 .uss_eshop_block_item .img {
  border-color: #aa0a0f;
  background: #fff;
}
.colorStyle5 .uss_shop_block_cat .uss_shop_category .uss_shop_cat_img {
  border-color: #aa0a0f;
  background: #fff;
}
.colorStyle5 .uss_shop_blocks_view .uss_eshop_item .uss_img_holder {
  border-color: #797C7E;
  background: #fff;
}
.colorStyle5 .uss_shop_list_cat .uss_shop_cat_img {
  border-color: #aa0a0f;
  background: #fff;
}
.colorStyle5 a.add_to_cart {
  background: url(/img/cart_icon-def.png) 9px no-repeat, #acb1b4;
  border: 1px solid #ACB1B4;
}
.colorStyle5 a.already_in_cart {
  background: #ACB1B4 !important;
}
.colorStyle5 .uss_catalog_detail .catalog_orderbutton {
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  text-shadow: none;
  background: #797C7E;
}
.colorStyle5 a.add_to_compare {
  background: #ACB1B4;
}
.colorStyle5 a.add_to_wishlist {
  background: #ACB1B4;
}
.colorStyle5 div.uss_tabs div.uss_tabs_navigation span {
  background: url(/img/N-9-5/metal-2.jpg) repeat-x 0 0;
  border-top: 1px solid #797C7F;
  border-bottom: 1px solid #797C7F;
}
.colorStyle5 div.uss_tabs div.uss_tabs_navigation span.selected {
  background: #797C7E;
  border-top-color: #797C7E;
  border-bottom-color: #797C7E;
  color: #fff;
}
.colorStyle5 .lh_slider {
  position: relative;
  top: auto;
  right: auto;
  border: none;
  overflow: hidden;
  display: block;
}
.colorStyle5 .sl_text .h3 {
  font-size: 30px;
}
.colorStyle5 .sl_text h3 {
  font-size: 30px;
}
.colorStyle5 .sl_text p {
  color: #e1e1e1;
}
.colorStyle5 .slick-arrow:after {
  background-image: url(/img/N-9-5/arrows.png);
}
.colorStyle5 .uss_catalog_block_cat .catalog_orderbutton {
  background: #ccc;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #e1e1e1;
  font-weight: 400;
  height: 27px;
  line-height: 27px;
  text-decoration: none;
  text-shadow: none;
  background: #78aa3b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #78aa3b), to(#317714));
  background: linear-gradient(180deg, #78aa3b 0, #317714);
}
.colorStyle5 .uss_catalog_list_cat .catalog_orderbutton,
.colorStyle5 .catalogs .catalog_menu_item .catalog_orderbutton {
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-weight: 400;
  height: 27px;
  line-height: 27px;
  text-decoration: none;
  text-shadow: none;
  background: #797C7E;
}
.colorStyle5 .catalogs .catalog_menu li .catalog_menu_item .catalog_menu_image a {
  border-color: #e0d1c1;
  background-color: #e1e1e1;
}
.colorStyle5 .catalogs .uss_eshop_menu li .eshop_menu_image a {
  border-color: #e0d1c1;
  background-color: #e1e1e1;
}
.colorStyle5 .uss_adv_img_list_item.uss_ail_point.active span {
  background: #797c7e;
}
.colorStyle5 .aside-banner {
  color: #212121;
}
.colorStyle5 .aside-banner.dark {
  color: #e1e1e1 !important;
}
.colorStyle5 .uss_form_tml button {
  background: #ACB1B4;
  border: 1px solid #ACB1B4;
  border-bottom-color: #ACB1B4;
  color: #fff;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.colorStyle5 .uss_form_tml button:hover {
  background: #ACB1B4;
  opacity: 1;
  text-decoration: underline;
}
.colorStyle5 .uss_form_tml input[type='button'] {
  background: #ACB1B4;
  border: 1px solid #ACB1B4;
  border-bottom-color: #ACB1B4;
  color: #fff;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.colorStyle5 .uss_form_tml input[type='button']:hover {
  background: #ACB1B4;
  opacity: 1;
  text-decoration: underline;
}
.colorStyle5 .uss_form_tml input[type='reset'] {
  background: #ACB1B4;
  border: 1px solid #ACB1B4;
  border-bottom-color: #ACB1B4;
  color: #fff;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.colorStyle5 .uss_form_tml input[type='reset']:hover {
  background: #ACB1B4;
  opacity: 1;
  text-decoration: underline;
}
.colorStyle5 .uss_form_tml input[type='submit'] {
  background: #ACB1B4;
  border: 1px solid #ACB1B4;
  border-bottom-color: #ACB1B4;
  color: #fff;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.colorStyle5 .uss_form_tml input[type='submit']:hover {
  background: #ACB1B4;
  opacity: 1;
  text-decoration: underline;
}
.colorStyle6 a {
  color: #d3200e;
}
.colorStyle6 a:hover {
  color: #d3200e;
}
.colorStyle6 a.lfn_sitemap {
  background-image: url(/img/N-9-6/nav_foot_icon.png);
}
.colorStyle6 a.lfn_feedback {
  background-image: url(/img/N-9-6/nav_foot_icon2.png);
}
.colorStyle6 a.lh_logo {
  color: #292929;
}
.colorStyle6 .lh_search form input.uss_input_name {
  border-color: #d5d5d5;
  background: -webkit-gradient(linear, left top, left bottom, from(#e7e7e7), to(#f9f9f9));
  background: linear-gradient(#e7e7e7, #f9f9f9);
  -webkit-box-shadow: inset 0 1px #989898;
          box-shadow: inset 0 1px #989898;
  color: #383838;
}
.colorStyle6 .lh_search form input.uss_submit {
  background-image: url(../img/N-9-6/search.png);
}
.colorStyle6 .lf_phone {
  color: #292929;
  line-height: 1.1;
  text-align: center;
}
.colorStyle6 .lh_nav a {
  margin: 0 24px;
}
.colorStyle6 .lh_nav a.lhn_home {
  background: url(/img/N-9-6/nav_icon1.png) no-repeat 50%;
}
.colorStyle6 .lh_nav a.lhn_sitemap {
  background: url(/img/N-9-6/nav_icon2.png) no-repeat 50%;
}
.colorStyle6 .lh_nav a.lhn_feedback {
  background: url(/img/N-9-6/nav_icon3.png) no-repeat 50%;
}
.colorStyle6 .lh_menu {
  background: -webkit-gradient(linear, left top, left bottom, from(#515151), to(#303030));
  background: linear-gradient(#515151, #303030);
  border: 1px solid #4f4f4f;
  top: 142px;
}
.colorStyle6 .l_footer .lh_menu > ul {
  background: -webkit-gradient(linear, left top, left bottom, from(#515151), to(#303030));
  background: linear-gradient(#515151, #303030);
  border: 1px solid #4f4f4f;
}
.colorStyle6 #l_site .lh_menu .submenu {
  background: -webkit-gradient(linear, left top, left bottom, from(#d23c0e), to(#b12112));
  background: linear-gradient(#d23c0e, #b12112);
  border-top-color: #e06222;
  border-bottom-color: #c6432a;
  padding: 7px 0;
}
.colorStyle6 #l_site .lh_menu .submenu li > div > a {
  background: none;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.colorStyle6 #l_site .block > ul > li.active > a {
  margin-bottom: -1px;
}
.colorStyle6 #l_site .block li.active > a,
.colorStyle6 #l_site .block li:hover > a,
.colorStyle6 #l_site .block li.active > div > a,
.colorStyle6 #l_site .block li:hover > div > a {
  background-image: none;
}
.colorStyle6 #l_site .block ul li.active {
  margin-bottom: -1px;
}
.colorStyle6 #l_site .block ul li.active > .catalog_menu_item {
  background: url(/img/N-9-6/bul.png) no-repeat 15px, -webkit-gradient(linear, left top, left bottom, from(#d23c0e), to(#b12112));
  background: url(/img/N-9-6/bul.png) no-repeat 15px, linear-gradient(#d23c0e, #b12112);
  border-top-color: #e06222;
  border-bottom-color: #c6432a;
}
.colorStyle6 #l_site .block ul li.active > a {
  background: url(/img/N-9-6/bul.png) no-repeat 15px, -webkit-gradient(linear, left top, left bottom, from(#d23c0e), to(#b12112));
  background: url(/img/N-9-6/bul.png) no-repeat 15px, linear-gradient(#d23c0e, #b12112);
  border-top-color: #e06222;
  border-bottom-color: #c6432a;
}
.colorStyle6 #l_site .block ul li:hover > .catalog_menu_item {
  background: url(/img/N-9-6/bul.png) no-repeat 15px, -webkit-gradient(linear, left top, left bottom, from(#d23c0e), to(#b12112));
  background: url(/img/N-9-6/bul.png) no-repeat 15px, linear-gradient(#d23c0e, #b12112);
  border-top-color: #e06222;
  border-bottom-color: #c6432a;
}
.colorStyle6 #l_site .block ul li:hover > a {
  background: url(/img/N-9-6/bul.png) no-repeat 15px, -webkit-gradient(linear, left top, left bottom, from(#d23c0e), to(#b12112));
  background: url(/img/N-9-6/bul.png) no-repeat 15px, linear-gradient(#d23c0e, #b12112);
  border-top-color: #e06222;
  border-bottom-color: #c6432a;
}
.colorStyle6 #l_site .block ul.submenu a {
  color: #d3200e;
}
.colorStyle6 #l_site .block ul.submenu > li > div > a {
  background-image: none !important;
}
.colorStyle6 #l_site .block ul.submenu li.active > a,
.colorStyle6 #l_site .block ul.submenu li:hover > a,
.colorStyle6 #l_site .block ul.submenu li.active > div > a,
.colorStyle6 #l_site .block ul.submenu li:hover > div > a {
  color: #fff !important;
}
.colorStyle6 #l_site .block ul.submenu > li > a {
  color: #d3200e;
  text-decoration: underline;
}
.colorStyle6 #l_site .block ul.submenu li.active > .catalog_menu_item {
  background-position: 7px 15px,auto;
}
.colorStyle6 #l_site .block ul.submenu li.active > a {
  background-position: 7px 15px,auto;
}
.colorStyle6 #l_site .block ul.submenu li:hover > .catalog_menu_item {
  background-position: 7px 15px,auto;
}
.colorStyle6 #l_site .block ul.submenu li:hover > a {
  background-position: 7px 15px,auto;
}
.colorStyle6 #l_site .uss_shop_price span {
  color: #fff;
  background: #b22212;
  border: 1px solid #e06222;
}
.colorStyle6 #l_site span.actual_price {
  color: #fff;
  background: #b22212;
  border: 1px solid #e06222;
}
.colorStyle6 #l_site span.old_price {
  color: #333;
}
.colorStyle6 .type1 .h3 {
  color: #292929;
}
.colorStyle6 .type1 h3 {
  color: #292929;
}
.colorStyle6 .block ul li {
  background: -webkit-gradient(linear, left top, left bottom, from(#424849), to(#292929));
  background: linear-gradient(#424849, #292929);
  border-top: 1px solid #63686a;
  border-bottom: 1px solid #1d2224;
}
.colorStyle6 .block ul li .submenu {
  background: #f0f2f3;
  -webkit-box-shadow: inset 0 10px 10px -7px #b5bfc3;
          box-shadow: inset 0 10px 10px -7px #b5bfc3;
  border-radius: 0;
  border-left: 2px solid #323232;
  border-right: 2px solid #323232;
}
.colorStyle6 .block ul li:hover {
  background: #f0f2f3;
}
.colorStyle6 .block ul li a {
  background: url(/img/N-9-6/bul.png) no-repeat 15px;
}
.colorStyle6 .block ul li.active {
  background: #f0f2f3;
}
.colorStyle6 .l_col .uss_eshop_block_item .uss_shop_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.colorStyle6 .l_specblock .h4 {
  color: #66544b;
  border-bottom: 1px solid #e2e2e2;
  -webkit-box-shadow: 0 1px 0 #fff;
          box-shadow: 0 1px 0 #fff;
  font-size: 24px;
  font-weight: 400;
}
.colorStyle6 .l_specblock h4 {
  color: #66544b;
  border-bottom: 1px solid #e2e2e2;
  -webkit-box-shadow: 0 1px 0 #fff;
          box-shadow: 0 1px 0 #fff;
  font-size: 24px;
  font-weight: 400;
}
.colorStyle6 .l_title .h1,
.colorStyle6 .l_title h1 {
  color: #66544b;
  border-bottom: 1px solid #e2e2e2;
  -webkit-box-shadow: 0 1px 0 #fff;
          box-shadow: 0 1px 0 #fff;
  padding-bottom: 9px;
}
.colorStyle6 .type2 .h3,
.colorStyle6 .type2 h3 {
  color: #66544b;
  border-bottom: 1px solid #e2e2e2;
  -webkit-box-shadow: 0 1px 0 #fff;
          box-shadow: 0 1px 0 #fff;
}
.colorStyle6 .type3 .h3,
.colorStyle6 .type3 h3 {
  color: #66544b;
  border-bottom: 1px solid #e2e2e2;
  -webkit-box-shadow: 0 1px 0 #fff;
          box-shadow: 0 1px 0 #fff;
}
.colorStyle6 a.add_to_cart {
  background: url(/img/cart_icon-def.png) 9px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#d23c0e), to(#b12112));
  background: url(/img/cart_icon-def.png) 9px no-repeat, linear-gradient(#d23c0e, #b12112);
  border: 1px solid #e06222;
  border-bottom-color: #c6432a;
}
.colorStyle6 a.already_in_cart {
  background: -webkit-gradient(linear, left top, left bottom, from(#d23c0e), to(#b12112)) !important;
  background: linear-gradient(#d23c0e, #b12112) !important;
}
.colorStyle6 .uss_catalog_detail .catalog_orderbutton {
  background: -webkit-gradient(linear, left top, left bottom, from(#d23c0e), to(#b12112));
  background: linear-gradient(#d23c0e, #b12112);
  border: 1px solid #e06222;
  border-bottom-color: #c6432a;
  padding: 5px 5px 4px;
}
.colorStyle6 a.add_to_compare {
  background: -webkit-gradient(linear, left top, left bottom, from(#d23c0e), to(#b12112));
  background: linear-gradient(#d23c0e, #b12112);
  border: 1px solid #e06222;
  border-bottom-color: #c6432a;
}
.colorStyle6 a.add_to_wishlist {
  background: -webkit-gradient(linear, left top, left bottom, from(#d23c0e), to(#b12112));
  background: linear-gradient(#d23c0e, #b12112);
  border: 1px solid #e06222;
  border-bottom-color: #c6432a;
}
.colorStyle6 div.uss_tabs div.uss_tabs_navigation span {
  background: -webkit-gradient(linear, left top, left bottom, from(#424849), to(#292929));
  background: linear-gradient(#424849, #292929);
  border-top: 1px solid #63686a;
}
.colorStyle6 div.uss_tabs div.uss_tabs_navigation span.selected {
  background: #b22212;
}
.colorStyle6 .sl_text .h3 {
  color: #fff;
  font-size: 24px;
}
.colorStyle6 .sl_text h3 {
  color: #fff;
  font-size: 24px;
}
.colorStyle6 .sl_text p {
  color: #fff;
}
.colorStyle6 .slick-arrow:after {
  background-image: url(/img/N-9-5/arrows.png);
}
.colorStyle6 .uss_eshop_filters_block button {
  background: -webkit-gradient(linear, left top, left bottom, from(#d23c0e), to(#b12112));
  background: linear-gradient(#d23c0e, #b12112);
  color: #fff;
  border: none;
  text-shadow: none;
}
.colorStyle6 .uss_eshop_filters_block input[type='button'] {
  background: -webkit-gradient(linear, left top, left bottom, from(#d23c0e), to(#b12112));
  background: linear-gradient(#d23c0e, #b12112);
  color: #fff;
  border: none;
  text-shadow: none;
}
.colorStyle6 .uss_eshop_filters_block input[type='reset'] {
  background: -webkit-gradient(linear, left top, left bottom, from(#d23c0e), to(#b12112));
  background: linear-gradient(#d23c0e, #b12112);
  color: #fff;
  border: none;
  text-shadow: none;
}
.colorStyle6 .uss_eshop_filters_block input[type='submit'] {
  background: -webkit-gradient(linear, left top, left bottom, from(#d23c0e), to(#b12112));
  background: linear-gradient(#d23c0e, #b12112);
  color: #fff;
  border: none;
  text-shadow: none;
}
.colorStyle6 .photos .uss_images_block .uss_one_image .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.colorStyle6 .uss_form_tml button {
  background: -webkit-gradient(linear, left top, left bottom, from(#d23c0e), to(#b12112));
  background: linear-gradient(#d23c0e, #b12112);
  border: 1px solid #e06222;
  border-bottom-color: #c6432a;
  color: #fff;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.colorStyle6 .uss_form_tml input[type='button'] {
  background: -webkit-gradient(linear, left top, left bottom, from(#d23c0e), to(#b12112));
  background: linear-gradient(#d23c0e, #b12112);
  border: 1px solid #e06222;
  border-bottom-color: #c6432a;
  color: #fff;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.colorStyle6 .uss_form_tml input[type='reset'] {
  background: -webkit-gradient(linear, left top, left bottom, from(#d23c0e), to(#b12112));
  background: linear-gradient(#d23c0e, #b12112);
  border: 1px solid #e06222;
  border-bottom-color: #c6432a;
  color: #fff;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.colorStyle6 .uss_form_tml input[type='submit'] {
  background: -webkit-gradient(linear, left top, left bottom, from(#d23c0e), to(#b12112));
  background: linear-gradient(#d23c0e, #b12112);
  border: 1px solid #e06222;
  border-bottom-color: #c6432a;
  color: #fff;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.colorStyle6 .uss_catalog_block_cat .catalog_orderbutton {
  background: #ccc;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  text-shadow: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#d23c0e), to(#b12112));
  background: linear-gradient(#d23c0e, #b12112);
  border: 1px solid #e06222;
  border-bottom-color: #c6432a;
  line-height: 27px;
  height: 27px;
}
.colorStyle6 .uss_catalog_list_cat .catalog_orderbutton,
.colorStyle6 .catalogs .catalog_menu_item .catalog_orderbutton {
  background: #ccc;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  text-shadow: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#d23c0e), to(#b12112));
  background: linear-gradient(#d23c0e, #b12112);
  border: 1px solid #e06222;
  border-bottom-color: #c6432a;
  line-height: 1.2;
  padding-top: 4px;
  padding-bottom: 4px;
}
.colorStyle6 .catalogs .catalog_menu li .catalog_menu_item .catalog_menu_image a {
  border-color: #292929;
  background-color: #fff;
}
.colorStyle6 .catalogs .uss_eshop_menu li .eshop_menu_image a {
  border-color: #292929;
  background-color: #fff;
}
.colorStyle6 .uss_adv_img_list_item.uss_ail_point.active span {
  background: -webkit-gradient(linear, left top, left bottom, from(#d23c0f), to(#b22212));
  background: linear-gradient(#d23c0f, #b22212);
}
.l_cleaner {
  clear: both;
}
.l_wrapper {
  width: 100%;
  max-width: 1500px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
.l_area .l_wrapper:after {
  content: '';
  clear: both;
  display: table;
}
.l_footer {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.l_footer .l_wrapper {
  padding-top: 20px;
  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-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 30px;
}
.l_footer .l_wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l_footer .l_wrapper .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l_footer .lh_menu {
  position: static !important;
  top: 0;
  background: none;
  border: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  margin-bottom: 31px;
}
.l_footer .lh_menu > ul {
  border: 1px solid #ccc;
  background-repeat: repeat-x;
  background-position: 50%;
  text-align: center;
  height: 42px;
  background-color: #ccc;
}
.l_footer .row {
  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;
}
.l_footer .center > div:not(.row) {
  margin-bottom: 7px;
}
.l_footer .center .row {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.l_footer .center table {
  display: inline-block;
}
.l_footer .center .lf_contacts table p {
  margin: 0;
}
.l_footer .left > div:not(.row) {
  margin-bottom: 7px;
}
.l_footer .right {
  text-align: right;
}
.l_footer .right > div:not(.row) {
  margin-bottom: 4px;
}
.l_footer .right .row {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l_footer p {
  margin: 0;
}
.l_footer .submenu {
  display: none !important;
}
.lf_push {
  margin: 0;
  padding: 0;
}
.lf_copy {
  line-height: 1;
}
.lf_nav a {
  display: block;
  padding: 3px 0 3px 17px;
}
a.lfn_sitemap {
  background: url(/img/N-9-1/nav_foot_icon.png) no-repeat 0 8px;
}
a.lfn_feedback {
  background: url(/img/N-9-1/nav_foot_icon2.png) no-repeat 0 9px;
}
.lf_contacts {
  font-size: 17px;
  line-height: 1.2;
}
.lf_contacts p {
  margin: 0 0 13px;
  white-space: nowrap;
}
.l_header {
  z-index: 999;
  position: relative;
}
.l_header .l_wrapper {
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-top: 15px;
}
.l_header .l_wrapper > div > div:not(.logo-row):not(.basket-wrap):not(.menu-wrap) {
  margin-bottom: 16px;
}
.l_header .center {
  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: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.l_header .left {
  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: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.l_header .right {
  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: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.l_header .lh_menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  margin-top: 12px;
}
.l_header p {
  margin: 0;
}
.l_center .lh_menu {
  left: auto;
  right: auto;
  top: auto;
  width: auto;
  position: relative;
  margin: 0 0 7px;
}
a.lh_logo {
  text-align: center;
  font-size: 26px;
  line-height: 1em;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center !important;
}
a.lh_logo span {
  display: block;
}
.lh_logo_img p {
  margin: 0;
}
.lh_logo_img img {
  width: 70px;
  max-width: 100%;
  height: auto !important;
}
.lh_search {
  width: 100%;
  height: 25px;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lh_search * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lh_search form {
  position: relative;
  width: 100%;
}
.lh_search form input.uss_input_name {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #26448c;
  border-radius: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(#1d2d71), to(#161c5d));
  background: linear-gradient(#1d2d71, #161c5d);
  -webkit-box-shadow: inset 2px 2px #030a39;
          box-shadow: inset 2px 2px #030a39;
  color: #fff;
}
.lh_search form input.uss_input_name::-webkit-input-placeholder {
  color: #98B6EE;
  opacity: 1;
}
.lh_search form input.uss_input_name:-ms-input-placeholder {
  color: #98B6EE;
  opacity: 1;
}
.lh_search form input.uss_input_name::-ms-input-placeholder {
  color: #98B6EE;
  opacity: 1;
}
.lh_search form input.uss_input_name::placeholder {
  color: #98B6EE;
  opacity: 1;
}
.lh_search form input.uss_submit {
  width: 25px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background: url(../img/N-9-1/search.png) 50% no-repeat;
}
.lh_search form input.uss_submit:hover {
  background: url(../img/N-9-1/search_active.png) 50% no-repeat;
}
.lh_search .uss_submit {
  margin: 0;
  padding: 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: 0;
}
.lh_search .uss_submit:hover {
  background: none;
}
.lh_phone {
  font-size: 20px;
  text-align: center;
}
.lh_phone p {
  margin: 0;
}
.lh_social {
  text-align: center;
}
.lh_social p {
  margin: 0;
}
.lf_phone {
  font-size: 27px;
}
.lf_phone span {
  font-size: 17px;
}
.lf_phone p {
  white-space: nowrap;
}
.lh_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.lh_nav a {
  font-size: 0;
  width: 11px;
  height: 10px;
  display: inline-block;
}
.lh_nav a.lhn_home {
  background: url(/img/N-9-1/nav_icon1.png) no-repeat 50%;
}
.lh_nav a.lhn_sitemap {
  background: url(/img/N-9-1/nav_icon2.png) no-repeat 50%;
}
.lh_nav a.lhn_feedback {
  background: url(/img/N-9-1/nav_icon3.png) no-repeat 50%;
}
.lh_slogan {
  text-align: center;
  font-size: 24px;
}
.lh_cart {
  border-radius: 3px;
  white-space: nowrap;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.lh_cart:before {
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  position: absolute;
  display: block;
  z-index: 0;
}
.lh_cart .basket-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lh_cart p {
  margin: 0;
}
.lh_cart .uss_basket_mini {
  padding: 11px 10px 11px 50px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.01);
  border-radius: 3px;
  background: url(/img/N-9-6/cart_icon.png) no-repeat 10px 5px, -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.15)));
  background: url(/img/N-9-6/cart_icon.png) no-repeat 10px 5px, linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.15));
  color: #292929;
  background-size: 25px auto;
  background-position-y: 50%;
  -webkit-box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.15);
}
.lh_cart .amounts {
  position: relative;
  padding-right: 5px;
}
.lh_cart a.link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}
.l_col {
  width: 290px;
}
.l_col .lh_cart {
  white-space: normal;
}
.l_col > a:not(.block) {
  margin-bottom: 15px;
}
.l_col > div:not(.block) {
  margin-bottom: 50px;
}
.l_col ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.l_col ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.l_col .lh_nav {
  padding-bottom: 15px;
}
.l_col .side_menu {
  margin-top: 35px;
}
.l_col .side_menu > ul > li > a {
  font-size: 17px;
}
.l_col .block img {
  max-width: 100%;
  display: block;
  height: auto;
}
.l_col .block .uss_more {
  top: 0;
}
.l_col .news_block_item {
  padding: 25px 0 0;
  position: relative;
  margin: 15px 0 0;
  min-height: 105px;
  width: 100%;
}
.l_col .news_block_item.first {
  padding-top: 0;
}
.l_col .news_block_item:after {
  content: '';
  display: table;
  clear: both;
}
.l_col .news_block_item:before {
  content: '';
  display: table;
}
.l_col .news_block_item .size130x130 {
  width: 94px;
  padding: 2px;
  margin-right: 7px;
}
.l_col .news_block_item .image {
  float: none;
  margin: 0 0 10px 0;
  max-width: 100%;
}
.l_col .news_block_item .image img {
  display: block;
  max-width: 100%;
}
.l_col .news_block_item .date {
  display: block;
  padding: 0;
}
.l_col .news_block_item .commentsAmount {
  font-size: 14px !important;
  text-decoration: none;
  line-height: 14px;
}
.l_col .news_block_item .commentsAmount img {
  display: inline !important;
  vertical-align: bottom;
  margin-bottom: 2px;
}
.l_col .news_block_item .title {
  display: inline;
}
.l_col .news_block_item .title a {
  display: inline;
  margin-right: 5px;
}
.l_col .news_block_item .preview {
  display: block;
  width: 100%;
  margin-top: 5px;
}
.l_col .aside-block .fc_form_tml form.fc_form .buttons input {
  width: 100%;
}
.lh_menu {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #000;
  text-align: center;
  background-color: #ccc;
}
.lh_menu ul {
  margin: 0;
  padding: 4px 8px;
  list-style: none;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lh_menu ul li.last .submenu {
  right: 2px;
  left: auto;
}
.lh_menu .menu_w {
  padding: 0;
}
.lh_menu .menu_w > li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
}
.lh_menu .menu_w > li > a {
  width: auto;
  display: block;
  line-height: 32px;
  margin: 4px 2px 0;
}
.lh_menu li {
  margin: 0;
  padding: 0 2px;
  list-style: none;
  position: relative;
  vertical-align: middle;
  width: auto;
  display: table-cell;
}
.lh_menu li > .submenu > li + li a {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.lh_menu li > .submenu > li:not(:first-child,).lh_menu li > .submenu > li:not(:last-child) a {
  border-radius: 0;
}
.lh_menu li:hover a {
  background-repeat: repeat-x;
  background-position: 0 0;
  color: #fff;
}
.lh_menu li:hover > .submenu {
  display: block !important;
}
.lh_menu a {
  display: block;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  line-height: 1em;
  padding: 8px 10px;
  position: relative;
  border-radius: 3px;
  border: 1px solid transparent;
  white-space: nowrap;
  font-size: 17px;
}
.lh_menu li.active a {
  background-repeat: repeat-x;
  background-position: 0 0;
  color: #fff;
}
.lh_menu .submenu {
  position: absolute;
  top: 40px;
  left: 2px;
  min-width: 200px;
  width: 110%;
  z-index: 99;
  display: none;
  white-space: normal;
  margin: 0;
  padding: 0;
}
.lh_menu .submenu:after {
  content: '';
  height: 10px;
  left: 0;
  right: 0;
  top: -10px;
  display: block;
  position: absolute;
}
.lh_menu .submenu li {
  display: block;
  height: auto;
  padding: 0;
}
.lh_menu .submenu li a {
  display: block;
  height: auto;
  width: auto;
  white-space: normal;
  padding: 7px 10px;
  text-align: left;
  margin: 0;
}
.lh_menu .submenu a.active {
  text-decoration: underline !important;
}
.lh_menu .submenu a:hover {
  text-decoration: underline !important;
}
.l_area {
  padding: 40px 0 35px;
}
.l_area .l_center {
  overflow: hidden;
}
.l_left {
  margin-right: 35px;
  float: left;
}
.l_right {
  float: right;
  margin-left: 35px;
}
.l_center .type3 {
  width: calc((100% - 35px)/2);
  float: left;
}
.l_center .type3:first-child {
  margin-right: 35px;
}
.l_center .type3 .h3 {
  margin-top: 20px !important;
}
.l_center .type3 h3 {
  margin-top: 20px !important;
}
.l_center .type3 .date {
  display: none;
}
.l_center .type3 .news_block_item {
  margin: 10px 0;
}
.l_center .type3 .h5 {
  margin: 12px 0 10px;
}
.l_center .type3 h5 {
  margin: 12px 0 10px;
}
.blockquote {
  margin: 15px 0;
}
.blockquote td {
  border-radius: 3px;
  padding: 5px 15px;
}
.uss_vote_block .submit {
  float: left;
  margin-right: 10px;
  margin-top: 15px;
}
.uss_vote_block .submit input {
  border-radius: 3px;
  font-weight: 400;
}
.uss_votes .submit {
  float: left;
  margin-right: 10px;
  margin-top: 15px;
}
.uss_votes .submit input {
  border-radius: 3px;
  font-weight: 400;
}
.uss_votes .uss_more {
  margin-top: 15px;
}
.l_speedbar {
  margin: 0 0 30px;
}
.uss_eshop_block_item {
  display: block;
  margin: 5px 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
}
.uss_eshop_block_item .img {
  background: #fff;
  border: 1px solid #415181;
  padding: 2px;
  float: none;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.uss_eshop_block_item .img img {
  max-width: 100%;
}
.uss_shop_blocks_view {
  row-gap: 30px;
}
.uss_shop_blocks_view .uss_eshop_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  margin: 5px 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 0.8em;
}
.uss_shop_blocks_view .uss_eshop_item > div {
  max-width: 100%;
  width: 100%;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.uss_shop_blocks_view .uss_eshop_item .uss_img_holder {
  background: #fff;
  border: 1px solid #415181;
  padding: 2px;
  height: 204px;
  float: none;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.uss_shop_blocks_view .uss_eshop_item .uss_img_holder img {
  max-width: 100%;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_by {
  margin: 4px 0;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_price {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_price span {
  background: none;
  margin: 0 !important;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_price span.actual_price {
  font-weight: bold;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_put_wrap {
  overflow: hidden;
  margin: 8px 0;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_by.uss_shop_buy_one_click {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_by.uss_shop_buy_one_click a {
  display: inline-block;
}
.uss_shop_blocks_view .uss_eshop_item .uss_compare_by {
  display: inline-block;
  vertical-align: middle;
}
.uss_shop_blocks_view .uss_eshop_item .price-buy_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 0;
  row-gap: 0.8em;
}
.uss_shop_blocks_view .uss_eshop_item .price-buy_btn:not(.price-buy_btn-extra) {
  margin-top: auto !important;
}
.uss_shop_blocks_view .uss_eshop_item .price-buy_btn + div {
  margin-top: 0;
}
.uss_shop_blocks_view .uss_eshop_item .price-buy_btn .uss_shop_by {
  margin-right: 0 !important;
}
.uss_shop_blocks_view .uss_eshop_item .price-buy_btn .uss_shop_by a {
  width: 100%;
  padding-left: 33px !important;
  padding-right: 33px !important;
  text-align: center;
}
.uss_shop_blocks_view .uss_eshop_item .price-buy_btn + .price-buy_btn {
  padding-top: 0;
}
.uss_shop_blocks_view .uss_eshop_item .price-buy_btn > * {
  margin: 0 0 0 0;
  width: 100%;
  max-width: 100%;
}
.uss_shop_blocks_view .uss_eshop_item .price-buy_btn .uss_shop_by.uss_shop_buy_one_click {
  width: 100%;
}
.uss_shop_blocks_view .uss_eshop_item .buttons {
  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 .buttons > div {
  max-width: calc((100% - 10px) / 2);
  width: 100%;
  margin-top: 0 !important;
  margin-bottom: 5px !important;
  text-align: center;
}
.uss_shop_blocks_view .uss_eshop_item .buttons > div a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.uss_shop_blocks_view .uss_eshop_item .buttons.x1 > div {
  max-width: 100%;
}
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_area .eshop_filters_line {
  max-width: 100%;
}
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_area .eshop_filters_type_select .eshop_filters_line {
  width: 100%;
}
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_area .eshop_filters_type_select .eshop_filters_line .value {
  width: 100%;
}
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_area .eshop_filters_type_select .eshop_filters_line .jq-selectbox {
  width: 100%;
}
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_area .eshop_filters_type_select .eshop_filters_line .jq-selectbox .jq-selectbox__select {
  width: 100%;
}
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_type_checkboxlist,
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_type_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 5px;
}
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_type_checkboxlist .items_label,
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_type_radio .items_label {
  margin-right: 5px;
}
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_type_checkboxlist .items_wrap,
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_type_radio .items_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 5px;
  -webkit-column-gap: 5px;
          column-gap: 5px;
}
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_type_checkboxlist .items_wrap .eshop_filters_line,
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_type_radio .items_wrap .eshop_filters_line {
  margin: 0;
}
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_type_checkboxlist .items_wrap .elem_label,
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_type_radio .items_wrap .elem_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.uss_shop_list_view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 50px;
}
.uss_shop_list_view .uss_shop_list_view_item {
  width: 100%;
}
.uss_shop_list_view .uss_shop_list_view_item .posimg_item {
  max-width: 35vw;
}
.uss_shop_list_view .uss_shop_list_view_item .posimg_item .uss_img_holder_outer {
  height: auto;
}
.uss_shop_list_view .uss_shop_list_view_item .posimg_item .uss_img_holder_outer .uss_img_holder {
  max-width: 100%;
  height: auto !important;
}
.uss_shop_list_view .uss_shop_list_view_item .posimg_item .uss_img_holder_outer .uss_img_holder img {
  max-width: 100%;
}
.uss_shop_list_view .uss_shop_list_view_item .uss_shop_technical_data {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0;
}
.uss_shop_list_view .uss_shop_list_view_item .uss_shop_technical_data .uss_shop_name a {
  text-decoration: underline;
}
.uss_shop_list_view .uss_shop_list_view_item .uss_shop_technical_data > * {
  max-width: 100%;
}
.uss_shop_list_view .uss_shop_list_view_item .uss_shop_technical_data .price-buy_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 10px;
  padding-top: 0 !important;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
}
.uss_shop_list_view .uss_shop_list_view_item .uss_shop_technical_data .price-buy_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 34px;
  border: none !important;
}
.uss_shop_list_view .uss_shop_list_view_item .uss_shop_technical_data .uss_shop_price {
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  row-gap: 2px;
}
.uss_shop_list_view .uss_shop_list_view_item .uss_shop_technical_data .uss_shop_price span {
  margin: 0 !important;
  padding: 0 !important;
}
.uss_shop_list_view .uss_shop_list_view_item .uss_shop_technical_data .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
  margin-top: 0.8em;
}
.uss_shop_list_view .uss_shop_list_view_item .uss_shop_technical_data .buttons .uss_shop_by {
  margin: 0 !important;
}
.uss_shop_name {
  font-size: 17px;
  padding: 2px 0 3px;
  margin: 0 0 10px;
}
.l_specblock {
  background-repeat: repeat-x;
  background-position: 50%;
  padding: 20px 0 20px;
  height: auto;
  background-size: auto 100%;
}
.l_specblock .l_wrapper {
  overflow: hidden;
}
.l_specblock .amount_title {
  display: none;
}
.l_specblock .basket_amount_class {
  display: none;
}
.l_specblock .h4 {
  margin: 0 0 5px;
  padding: 0 0 5px;
}
.l_specblock h4 {
  margin: 0 0 5px;
  padding: 0 0 5px;
}
.l_specblock .h3 {
  font-size: 24px;
}
.l_specblock .uss_eshop_block_item {
  width: 235px;
  max-width: calc((100% - 10px) / 2);
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 0.8em;
}
.l_specblock .uss_eshop_block_item > div {
  max-width: 100%;
}
.l_specblock .uss_eshop_block_item .uss_shop_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 7px;
          column-gap: 7px;
}
.l_specblock .uss_eshop_block_item .uss_shop_price span {
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
}
.l_specblock .uss_eshop_block_item .uss_shop_price span + span {
  margin-top: 7px;
}
.l_specblock .uss_eshop_block_item .price-buy_btn {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 0.8em;
}
.l_specblock .uss_eshop_block_item .price-buy_btn > * {
  margin: 0 0 0 0;
}
.l_specblock .uss_eshop_block_item .price-buy_btn a.add_to_cart {
  width: 100%;
  padding-left: 33px !important;
  padding-right: 33px !important;
  text-align: center;
  font-size: 17px;
}
.content .l_specblock .uss_eshop_block_item {
  width: 280px;
}
.content .l_specblock {
  padding-bottom: 4px;
  padding-top: 0;
}
.block:not(.l_newsblock) {
  margin-bottom: 40px;
  position: relative;
}
.block .uss_more {
  position: absolute;
  right: 0;
  top: 20px;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block ul {
  border-radius: 3px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}
.block ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #ccc;
}
.block ul li a {
  display: block;
  padding: 8px 7px 8px 30px;
  text-decoration: none;
  border: 1px solid transparent;
}
.block ul li > a {
  border-radius: 3px;
}
.block ul li > .catalog_menu_item {
  border: 1px solid transparent;
}
.block ul li .submenu {
  border-radius: none;
  padding: 3px 0 5px;
}
.block ul li .submenu > li > div > a {
  padding-top: 0;
  padding-bottom: 0;
  background: none !important;
  border: none !important;
}
.block ul li .submenu > li > div {
  padding: 8px 0 8px 0;
}
.block ul li .submenu .submenu a {
  background: none;
}
.block ul.catalog_menu li {
  white-space: normal;
}
.block ul.catalog_menu a.active {
  font-weight: 400;
}
.block ul.uss_eshop_menu li {
  overflow: hidden;
}
.block .submenu a.active {
  text-decoration: none;
}
.block .submenu a:hover {
  text-decoration: none;
}
.block .catalog_menu_image {
  float: left;
  margin: 2px;
}
.block .catalog_menu_image a {
  padding: 0;
  margin-right: 10px;
}
.block .eshop_menu_image {
  float: left;
  margin: 2px;
}
.block .eshop_menu_image a {
  padding: 0;
  margin-right: 10px;
}
.block .news_block_item .uss_news_more {
  padding-top: 5px;
}
.block.list {
  padding-top: 20px;
}
.block.list .uss_widget_outer_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block.list .news_block_item {
  width: 100%;
  margin-bottom: 10px;
}
.block.list.x2 .news_block_item {
  max-width: calc((100% - 10px) / 2);
}
.block.list.x3 .news_block_item {
  max-width: calc((100% - 20px) / 3);
}
.block.list.x4 .news_block_item {
  max-width: calc((100% - 30px) / 4);
}
.block.map > ymaps,
.block.map > p > ymaps {
  min-height: 450px;
}
.block.map .contacts {
  position: absolute;
  margin-top: 45px;
  top: 50%;
  right: 42px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  color: #fff;
  line-height: 1.7;
  padding: 37px 42px 37px 42px;
  font-size: 18px;
}
.block.map .contacts .h3 {
  color: inherit !important;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  padding-bottom: 0;
}
.block.map .contacts p {
  position: relative;
  z-index: 1;
}
.block.map .contacts a {
  color: inherit;
}
.block.map .contacts:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#1c2d71), to(#141959));
  background: linear-gradient(#1c2d71, #141959);
  opacity: 0.85;
  display: block;
}
.block.map .contacts .info {
  padding-left: 30px;
  min-height: 25px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block.map .contacts .info table {
  display: inline;
}
.block.map .contacts .info table strong {
  font-weight: normal !important;
}
.block.map .contacts .info:after {
  content: '';
  width: 25px;
  display: block;
  background: url(../img/footer-phone.png) center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.block.map .contacts .phone:after {
  background: url(../img/footer-phone.png) center no-repeat;
}
.block.map .contacts .point:after {
  background: url(../img/footer-point.png) center no-repeat;
}
.block.map .contacts .email:after {
  background: url(../img/footer-email.png) center no-repeat;
}
.block .fc_form_tml form.fc_form .fc_item input {
  font-family: "Roboto", Arial, sans-serif !important;
  color: #212121;
}
.block .fc_form_tml form.fc_form .buttons input {
  border-radius: 3px;
  color: #fff;
  padding: 7px 10px 7px;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7b1763), to(#550b42));
  background: linear-gradient(180deg, #7b1763 0, #550b42);
  display: block;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  font-weight: normal;
  text-shadow: none;
  font-size: 17px;
}
.block .fc_form_tml form.fc_form .buttons input:hover {
  text-decoration: underline;
}
.type1 .h3 {
  margin: 0 0 5px;
}
.type1 h3 {
  margin: 0 0 5px;
}
.news_block_item .size130x130 img {
  max-width: 94px;
}
.l_title .h1 {
  margin: 0 0 5px;
  padding: 0 0 5px;
  margin-top: 20px;
}
.l_title h1 {
  margin: 0 0 5px;
  padding: 0 0 5px;
  margin-top: 20px;
}
.type2 .h3 {
  margin: 0 0 15px 0;
  padding: 0 0 5px;
  font-weight: normal;
}
.type2 h3 {
  margin: 0 0 15px 0;
  padding: 0 0 5px;
  font-weight: normal;
}
.type3 .h3 {
  margin: 0 0 5px;
  padding: 0 0 5px;
  font-weight: normal;
}
.type3 h3 {
  margin: 0 0 5px;
  padding: 0 0 5px;
  font-weight: normal;
}
.ll_subscribe a {
  padding: 10px 0;
  display: inline-block;
}
.l_newsblock {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  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;
  padding: 27px 0 27px;
}
.l_newsblock .h3,
.l_newsblock h3 {
  font-size: 24px;
  font-weight: normal;
  width: 100%;
}
.l_newsblock .uss_widget_outer_content {
  row-gap: 20px;
}
.l_newsblock .news_block_item {
  margin: 0 0 0 0;
  display: block;
  white-space: normal;
  width: calc((100% - 20px) / 3);
}
.l_newsblock .news_block_item .date {
  display: block;
  margin-bottom: 5px;
  width: 100%;
}
.l_newsblock .news_block_item .title {
  display: inline;
}
.l_newsblock .news_block_item .title a {
  display: inline;
  margin-right: 5px;
}
.l_newsblock .news_block_item .title .commentsAmount {
  display: inline;
  font-size: 14px !important;
  text-decoration: none;
}
.l_newsblock .news_block_item .title .commentsAmount img {
  vertical-align: bottom;
  margin-bottom: 2px;
  display: inline !important;
}
.l_newsblock .news_block_item .preview {
  display: block;
  width: 100%;
  margin-top: 5px;
}
.l_newsblock .uss_more {
  position: absolute;
  right: 10px;
  top: 0;
  height: 37px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  font-weight: 400;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 9px;
}
.l_newsblock .uss_faq {
  white-space: normal;
  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;
  row-gap: 28px;
}
.l_newsblock .uss_faq .uss_faq_title {
  margin-bottom: -10px;
}
.l_newsblock .uss_faq .uss_faq_item {
  color: inherit;
  max-width: calc((100% - 10px) / 2);
  width: 100%;
  display: block;
  padding: 0;
  background: none;
  border-radius: 4px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 0 !important;
}
.l_newsblock .uss_faq .uss_faq_item p {
  margin: 0;
}
.l_newsblock .uss_faq .uss_faq_item .uss_faq_question_info,
.l_newsblock .uss_faq .uss_faq_item .uss_faq_reply_title {
  display: none;
}
.l_newsblock .uss_faq .uss_faq_item .uss_faq_question_text {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #c3f3ff;
}
.l_newsblock .uss_faq .uss_faq_item .uss_faq_reply_text p + p {
  margin-top: 0.8rem;
}
.l_newsblock .uss_images_block {
  padding-bottom: 0;
}
.l_newsblock .uss_images_block .uss_one_image {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
  max-width: calc((100% - 10px) / 2);
}
.l_newsblock .uss_images_block .uss_one_image img {
  max-width: 100%;
  display: block;
}
.l_newsblock .photoalbum_menu {
  margin: 0;
  padding: 0 0 10px 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l_newsblock .photoalbum_menu li {
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none;
  max-width: calc((100% - 10px) / 2);
}
.l_newsblock .photoalbum_menu li .photoalbum_menu_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.l_newsblock.x6 .photoalbum_menu li {
  max-width: calc((100% - 50px) / 6);
}
.l_newsblock.x5 .photoalbum_menu li {
  max-width: calc((100% - 40px) / 5);
}
.l_newsblock.x4 .photoalbum_menu li {
  max-width: calc((100% - 30px) / 4);
}
.l_newsblock.x3 .photoalbum_menu li {
  max-width: calc((100% - 20px) / 3);
}
.uss_shop_block_cat .uss_shop_cat_name a {
  font-size: 17px;
}
.uss_shop_block_cat .uss_shop_category {
  overflow: visible;
  max-width: calc((100% - 20px)/2);
  margin-bottom: 40px;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_img {
  padding: 2px;
  width: 139px;
  height: 104px;
}
.uss_catalog_cat_img {
  padding: 2px;
  width: 139px;
  height: 104px;
}
.uss_shop_price span {
  display: inline-block;
  margin: 0;
  border-radius: 3px;
}
a.add_to_cart {
  background-color: #ccc;
  display: inline-block;
  vertical-align: middle;
  padding: 4px 8px 4px 33px !important;
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid #000;
  overflow: hidden;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 0;
  font-size: 17px;
}
a.add_to_compare {
  display: inline-block;
  background: #ccc;
  border-radius: 3px;
  color: #fff;
  padding: 4px 10px;
  text-decoration: none;
}
a.add_to_wishlist {
  display: inline-block;
  background: #ccc;
  border-radius: 3px;
  color: #fff;
  padding: 4px 10px !important;
  text-decoration: none;
  font-size: 17px !important;
}
a.already_in_cart {
  background-image: none !important;
  padding-left: 5px !important;
}
.uss_onlineorder a.add_to_compare,
.uss_onlineorder a.add_to_wishlist {
  padding-top: 7px;
}
.uss_onlineorder a.add_to_cart {
  max-width: none;
}
.uss_shop_list_view_item a.add_to_cart {
  max-width: none;
}
.uss_shop_table_view .uss_compare_by {
  margin: 8px 0;
}
.uss_shop_table_view .uss_shop_by {
  margin: 8px 0;
}
.uss_shop_table_view a.add_to_cart {
  margin: 8px 0;
}
.uss_shop_table_view .add_to_wishlist {
  display: inline-block;
}
.uss_shop_table_view .uss_onlineorder a.add_to_cart {
  display: block;
}
.uss_shop_table_view th {
  color: #202020;
}
.uss_shop_table_view span.add_to_wishlist,
.uss_shop_table_view div.uss_compare_by {
  display: block;
}
.uss_shop_table_view span.add_to_wishlist a,
.uss_shop_table_view div.uss_compare_by a {
  display: block;
}
div.uss_catalog_tabs .uss_catalog_tabs_navigation span {
  background-color: #000;
  border-radius: 3px 3px 0 0;
}
div.uss_catalog_tabs .uss_catalog_tabs_navigation span.selected {
  background: -webkit-gradient(linear, left top, left bottom, from(#d23c0e), to(#b12112));
  background: linear-gradient(#d23c0e, #b12112);
  border-top-color: #e06222;
  border-bottom-color: #c6432a;
}
div.uss_eshop_tabs .uss_eshop_tabs_navigation span {
  background-color: #000;
  border-radius: 3px 3px 0 0;
}
.lh_slider {
  overflow: hidden;
  border-radius: 3px;
}
.lh_slider .slick-dots {
  width: auto;
  position: absolute;
  left: 50%;
  padding: 5px 7px;
  border-radius: 3px;
  background-repeat: repeat-x;
  background-position: 0 0;
  border: 1px solid transparent;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.lh_slider .slick-dots li {
  margin: 0;
}
.lh_slider .slick-dots li button {
  display: inline-block;
  width: 11px;
  height: 9px;
  background-repeat: repeat;
  background-position: 0 0;
  cursor: pointer;
  margin: 0 6px;
  font-size: 0;
  background-color: #212121;
  background-size: 100% auto;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
}
.lh_slider .slick-dots li.slick-active button {
  background-repeat: repeat;
  background-position: left bottom;
  background-color: #fff;
  background-size: 100% auto;
}
.lh_slider .slides {
  overflow: hidden;
  white-space: nowrap;
}
.lh_slider .slides > .slide {
  display: inline-block;
  white-space: normal;
}
.lh_slider .slides .slide {
  white-space: normal;
  display: block !important;
}
.lh_slider .slide_item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.lh_slider .slide_item img {
  display: block;
}
.lh_slider .sl_text {
  position: absolute;
  color: #fff !important;
  padding-left: 35px;
  padding-right: 35px;
  bottom: 35px;
  right: 15px;
  text-align: right;
  max-width: 50%;
}
.lh_slider .sl_text a {
  color: inherit;
}
.lh_slider .sl_text .h3 {
  font-size: 32px;
  margin: 0 0 8px;
  padding: 0 0 5px;
}
.lh_slider .sl_text .h3 span {
  background: rgba(0, 0, 0, 0.55);
  display: inline;
  padding: 3px 5px;
  line-height: 1.38;
}
.lh_slider .sl_text .preview {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.lh_slider .sl_text .preview > p {
  background: rgba(0, 0, 0, 0.55);
  margin: 0;
  display: inline;
  padding: 0 5px;
}
.lh_slider .sl_text .preview > p p + p {
  margin-top: 7px;
}
.lh_slider .sl_text h3 {
  margin: 0 0 8px;
  padding: 0 0 5px;
}
.lh_slider + .l_title {
  margin-top: 20px;
}
.slick-arrow {
  width: 35px;
  height: 70px;
  cursor: pointer;
  top: 50%;
  position: absolute;
  font-size: 0;
  opacity: 1;
  z-index: 10;
}
.slick-arrow:after {
  content: '';
  width: 17px;
  height: 46px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(/img/N-9-1/arrows.png) no-repeat 0 0;
  display: block;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-next:after {
  background-position: -17px 0;
}
input.basket_amount_class {
  width: 30px;
  text-align: center;
}
.uss_search_form .uss_input_name {
  width: 76%;
}
.uss_eshop_filters {
  margin-bottom: 20px;
}
.uss_eshop_filters .uss_eshop_filters_block {
  text-align: right;
}
.uss_eshop_filters .uss_eshop_filters_block .group {
  margin: 0 0 10px;
  text-align: left;
}
.uss_eshop_filters .uss_eshop_filters_block .group .filter_item {
  display: inline-block;
  width: 33%;
  margin: 0 0 10px;
}
.uss_eshop_filters .uss_eshop_filters_block .jq-select-multiple {
  width: 100%;
}
.uss_delete_pos a.add_to_cart {
  display: block;
}
.uss_faq_groups_blocks .uss_faq_groups_item {
  color: #888;
}
.uss_faq_groups_blocks .uss_faq_groups_item a {
  color: #202020;
}
#uss_basket_ask_where_to_go_block a {
  color: #202020;
}
.uss_basket_menu span.current {
  color: #202020;
}
.uss_form_captcha label {
  color: #202020;
}
.uss_user_basket th {
  color: #202020;
}
.comment_form_title {
  color: inherit;
}
.uss_faq_item {
  color: #202020;
}
.uss_faq_item a {
  color: #202020;
}
.uss_photoalbums_albums_table th {
  color: #202020;
}
.uss_user_wishlist th {
  color: #202020;
}
.catalog_orderbutton {
  margin: 10px 0;
}
.uss_eshop_filters_block .group .filter_item .items_label {
  display: inline-block;
  width: 100%;
  margin-bottom: 4px;
}
.uss_eshop_filters_block .group .filter_item .title {
  display: inline-block;
  width: 100%;
  margin-bottom: 4px;
}
.uss_eshop_filters_block .filter_price input.styler:not([type='submit']) {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
.uss_shop_detail .uss_shop_technical_data {
  display: block;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_description {
  margin-bottom: 10px;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_by {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_put_wrap {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.uss_shop_detail .uss_shop_technical_data .uss_compare_by {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.uss_shop_detail .uss_shop_technical_data .price-buy_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  row-gap: 10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.uss_shop_detail .uss_shop_technical_data .price-buy_btn > div {
  margin-bottom: 0;
  margin-right: 7px;
  margin-top: 0 !important;
}
.uss_shop_detail .uss_shop_technical_data .price-buy_btn-extra-fast {
  row-gap: 10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.uss_shop_detail .uss_shop_technical_data .price-buy_btn-extra-fast > div {
  margin-bottom: 0;
  margin-right: 7px;
  margin-top: 0 !important;
}
.uss_shop_detail .uss_shop_technical_data .price-buy_btn-extra {
  row-gap: 10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.uss_shop_detail .uss_shop_technical_data .price-buy_btn-extra > div {
  margin-bottom: 0;
  margin-right: 7px;
  margin-top: 0 !important;
}
.uss_shop_detail .uss_shop_technical_data .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  row-gap: 10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.uss_shop_detail .uss_shop_technical_data a.add_to_cart {
  padding-right: 10px;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_price .price {
  padding-top: 2px;
  padding-bottom: 2px;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_price .price:not(.old_price) {
  font-weight: bold;
  padding-left: 0;
  padding-right: 0;
  margin-right: 12px;
  font-size: 25px;
}
.uss_shop_detail .uss_shop_technical_data .uss_compare_by a {
  padding-top: 5px;
  padding-bottom: 5px;
  height: auto;
  display: inline-block;
  border: none;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_put_wrap a {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  height: auto;
  display: inline-block;
}
.uss_shop_list_view .uss_shop_technical_data .uss_shop_by {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.uss_shop_list_view .uss_shop_technical_data .uss_compare_by {
  display: inline-block;
  vertical-align: middle;
}
.photos img {
  max-width: 100%;
  display: block;
  height: auto !important;
}
.photos .h3 {
  margin-bottom: 20px;
}
.photos .h3 a {
  float: right;
  line-height: 24px;
}
.photos .uss_images_block {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.colorStyle1 .footer_block {
  background-image: url(/img/N-9-1/spec_bg.png);
  background-size: auto 100%;
}
.colorStyle1 .footer_block .inner {
  padding-top: 34px;
  padding-bottom: 4px;
}
.colorStyle1 .footer_block .inner .h3 {
  margin: 0 0 25px;
  font-weight: normal;
}
.colorStyle1 .footer_block .inner .h3 a {
  float: right;
  line-height: 24px;
}
.colorStyle1 .footer_block img {
  max-width: 100%;
}
.colorStyle1 .footer_block .block {
  margin-top: 11px;
  margin-bottom: 47px;
}
.colorStyle4 .footer_block .contacts .h3 {
  border-bottom-color: #fff;
  -webkit-box-shadow: 0 1px 0 #fff;
          box-shadow: 0 1px 0 #fff;
}
.colorStyle5 .footer_block .inner {
  padding-top: 25px;
}
.colorStyle5 .footer_block .block {
  border-bottom: 1px solid #716f6b;
  padding-bottom: 30px;
  margin: 0;
}
.colorStyle6 .footer_block {
  background: url(../img/N-9-6/footer_block_shadow.png) 0 0 repeat-x, -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#dbdbdb));
  background: url(../img/N-9-6/footer_block_shadow.png) 0 0 repeat-x, linear-gradient(#fbfbfb, #dbdbdb);
  background-position-y: 0, 30px;
}
.colorStyle6 .footer_block .inner {
  padding: 34px 0 4px;
}
.colorStyle6 .footer_block .inner .h3 {
  margin: 0 0 25px;
  font-weight: normal;
}
.colorStyle6 .footer_block .inner .h3 a {
  float: right;
  line-height: 24px;
}
.colorStyle6 .footer_block img {
  max-width: 100%;
}
.colorStyle6 .footer_block .block {
  margin-top: 11px;
  margin-bottom: 47px;
}
.l-area .about {
  background: #eee;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  padding: 19px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 46px;
}
.about p {
  margin: 0 0 10px;
}
.about p:last-child {
  margin: 0;
}
.blocks {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 30px 0 23px;
}
.blocks + .block {
  padding-top: 20px;
}
.blocks * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.blocks ul {
  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;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.blocks ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  max-width: calc((100% - 30px) / 4);
}
.blocks ul li img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  height: auto;
  margin: 0 auto;
}
.blocks .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 30px;
  width: 75px;
  height: 75px;
}
.blocks .text {
  font-weight: bold;
}
.blocks .text p {
  margin-bottom: 0;
}
.catalog_set {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.catalog_set * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.catalog_set ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.catalog_set ul li {
  margin: 0 0 19px;
  padding: 0;
  list-style-type: none;
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
.catalog_set ul li:after {
  content: '';
  display: table;
  clear: both;
}
.catalog_set ul li:before {
  content: '';
  display: table;
}
.catalog_set ul li > a {
  overflow: hidden;
}
.catalog_set .eshop_menu_image {
  float: left;
  width: 139px;
  height: 104px;
  border: 1px solid #292929;
  padding: 2px;
  margin-right: 8px;
}
.catalog_set .eshop_menu_image a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.catalog_set .eshop_menu_image img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.uss_section_content .uss_eshop_filters form .group {
  width: 100%;
}
.uss_section_content .uss_eshop_filters form .group .eshop_filters_items {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  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_section_content .uss_eshop_filters form .group .eshop_filters_items .eshop_filters {
  width: 31%;
  margin-right: 0;
}
.uss_section_content .uss_eshop_filters form .group .eshop_filters_items label {
  float: none;
  display: block;
  width: auto;
  margin-bottom: 7px;
}
.uss_section_content .uss_eshop_filters form > .filter_item {
  margin-right: 0;
}
.uss_section_content .uss_eshop_filters form > .filter_submit {
  margin-right: 0;
}
.uss_section_content .uss_eshop_filters .uss_eshop_filters_block.simple_filters .filter_item.filter_search_in_current_cat {
  width: 100%;
}
.uss_section_content .uss_eshop_filters_block .group .filter_item .items_label.for_styler {
  padding-top: 0;
}
.uss_section_content .uss_eshop_filters_block .group .filter_item .filter_elem_label {
  white-space: normal;
}
.uss_section_content .uss_eshop_filters_block .group .jq-selectbox {
  width: 100%;
}
.uss_section_content .uss_eshop_filters_block .jq-selectbox {
  margin-bottom: 0;
}
.uss_section_content .uss_eshop_filters_block .jq-selectbox__select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 32px;
}
.uss_section_content .uss_eshop_filters_block .jq-selectbox__select-text {
  width: 100% !important;
}
.uss_section_content .uss_eshop_sameproducts .imageWrapOuter {
  max-width: 100%;
}
.uss_eshop_sameproducts.blocks .item {
  max-width: calc((100% - 20px)/3);
  margin-left: 0;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
}
.uss_eshop_sameproducts.blocks .item > div {
  max-width: 100%;
  width: 100%;
}
.uss_eshop_sameproducts.blocks .item .imageArea {
  margin-bottom: 12px !important;
}
.uss_eshop_sameproducts.blocks .item .imageArea .imageWrapOuter {
  max-width: 100%;
  height: auto !important;
  display: block;
}
.uss_eshop_sameproducts.blocks .item .imageArea .imageWrapOuter .imageWrap .image {
  max-width: 100%;
  height: auto !important;
  display: block;
}
.uss_eshop_sameproducts.blocks .item .imageArea .imageWrapOuter .imageWrap .image img {
  max-width: 100%;
  height: auto !important;
  display: block;
}
.uss_eshop_sameproducts.blocks .item .info {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.uss_eshop_sameproducts.blocks .item .info > div {
  max-width: 100%;
  margin-top: 0;
}
.uss_eshop_sameproducts.blocks .item .catalog_price,
.uss_eshop_sameproducts.blocks .item .catalog_orderbutton {
  margin: 0;
}
.uss_eshop_sameproducts.blocks .catalog_order_block .catalog_price + .catalog_orderbutton,
.uss_eshop_sameproducts.blocks .item .info .title + .catalog_order_block {
    margin-top: 10px;
}
.uss_eshop_sameproducts.blocks .item .descr p {
  margin: 0;
}
.uss_eshop_sameproducts.blocks .item .descr p + p {
  margin-top: 7px;
}
.uss_eshop_sameproducts.blocks .item .info .title ~ * {
  margin-top: 10px;
  margin-bottom: 0;
}
.uss_eshop_sameproducts.blocks .item .info .catalog_order_block {
  margin-top: auto !important;
  padding-top: 10px;
}
.uss_eshop_sameproducts.blocks .item .info .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 7px;
          column-gap: 7px;
}
.uss_eshop_sameproducts.blocks .item .info .price span {
  margin: 0 !important;
  padding: 0 !important;
}
.uss_eshop_sameproducts.blocks .item .info .price span.old_price {
  color: #98b8f1;
  background: none;
  border: 1px solid #6370a8;
  border-bottom-color: #4f5294;
  margin-bottom: 4px;
  border: none !important;
}
.uss_eshop_sameproducts.blocks .item .info .price-buy_btn {
  width: 100%;
  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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: auto;
  row-gap: 0.8em;
}
.uss_eshop_sameproducts.blocks .item .info .price-buy_btn > * {
  margin: 0;
  width: 100%;
}
.uss_eshop_sameproducts.blocks .item .info .price-buy_btn .addToCart a {
  width: 100%;
  padding-left: 33px !important;
  padding-right: 33px !important;
  text-align: center;
}
.uss_eshop_sameproducts.blocks .addToCart input {
  margin: 5px 0;
}
.uss_eshop_sameproducts .item .imageWrap {
  background-color: #fff;
  text-align: center;
}
.uss_eshop_sameproducts .item .image {
  display: inline-block;
}
.uss_eshop_sameproducts.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.uss_eshop_sameproducts.list .item {
  width: 100%;
  margin-bottom: 0;
}
.uss_eshop_sameproducts.list .item .imageArea {
  margin-right: 1em !important;
  margin-bottom: 5px !important;
}
.uss_eshop_sameproducts.list .item .info {
  display: block;
  overflow: hidden;
}
.uss_eshop_sameproducts.list .item .info .price-buy_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
}
.uss_eshop_sameproducts.list .item .info .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 !important;
  padding: 0 !important;
}
.uss_eshop_sameproducts.list .item .info .price span {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}
.uss_eshop_sameproducts.table .item .price span {
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.uss-flex-items {
  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;
}
.content .uss_catalog_block_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content .uss_catalog_block_cat .uss_catalog_category {
  display: block;
}
.content .uss_catalog_block_cat .uss_catalog_category .uss_catalog_cat_img {
  max-width: 100%;
  height: auto !important;
  display: block;
}
.content .uss_catalog_block_cat .uss_catalog_category .uss_catalog_cat_img img {
  max-width: 100%;
  height: auto !important;
  display: block;
}
.content .uss_eshop_sameproducts.blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 30px;
}
.content .uss_shop_blocks_view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content .block:last-child {
  margin-bottom: 0;
}
.flex .catalog_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex .uss_eshop_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex .uss_images_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
}
.flex .uss_images_block .uss_one_image {
  margin-bottom: 0;
}
.lh_mobile_menu {
  display: none;
}
.uss_eshop_item .posimg_item .uss_img_holder_outer {
  max-width: 100%;
}
.uss_eshop_item .posimg_item .uss_img_holder_outer .uss_img_holder {
  max-width: 100%;
  height: auto !important;
  display: block;
}
.uss_eshop_item .posimg_item .uss_img_holder_outer .uss_img_holder img {
  max-width: 100%;
  height: auto !important;
  display: block;
}
.jq-radio {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.slider .slide {
  overflow: hidden;
  max-height: 100%;
}
.slider .image {
  min-height: 200px;
  position: relative;
}
.slider .image:not(.aspect_rated) {
  max-height: 100%;
}
.slider .image:not(.aspect_rated) img {
  max-width: 100%;
  max-height: 100%;
}
.slider .image img {
  display: block;
  margin: 0 auto;
}
.slider .image.width_fit.height_more img {
  width: auto;
  height: 100%;
}
.slider .image.width_fit.height_fit img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.slider .image.aspect_rated img {
  display: block;
  position: absolute;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}
.slider .image.height_less img {
  height: 100%;
  width: auto;
}
.slider .image.width_less img {
  width: 100%;
  height: auto;
}
.slider .image.width_more.height_fit img {
  height: 100% !important;
  width: auto !important;
}
.slider .image.width_fit.height_less img {
  height: 100%;
  width: auto;
}
.slider .image.width_less.height_more img {
  height: 100%;
  width: auto;
}
.slider .image.width_more.height_more img {
  height: 100%;
  width: auto;
}
.slider .image.width_less.height_less img {
  height: 100%;
  width: auto;
  max-width: none;
}
.buy_one_click_window_wrap {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.buy_one_click_window_wrap form .group .fc_item .elem_item {
  max-width: 100%;
}
.catalog_orderform_tml {
  font-family: 'Roboto', Arial, sans-serif;
}
.catalog_orderform_tml .h3 {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 21px;
  margin-bottom: 16px;
  font-weight: bold;
  padding-left: 0 !important;
  color: #212121;
  text-align: center;
  margin-top: 0;
}
.catalog_orderform_tml .catalog_orderform_window_wrap {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.catalog_orderform_tml .catalog_orderform_window_wrap .fc_form_tml {
  margin: 0;
}
.catalog_orderform_tml .catalog_orderform_window_wrap form .group .fc_item .elem_item {
  max-width: 100%;
}
.catalog_orderform_tml .catalog_orderform_window_wrap form .group .fc_item .elem_item input {
  width: 100%;
}
.catalog_orderform_tml .catalog_orderform_window_wrap form .group .fc_item .elem_item textarea {
  width: 100%;
}
.catalog_orderform_tml .catalog_orderform_window_wrap form .group .fc_item.fc_checkbox .elem_item {
  width: auto !important;
}
.catalog_orderform_tml .catalog_orderform_window_wrap form .buttons {
  width: 100%;
}
.catalog_orderform_tml .catalog_orderform_window_wrap form .buttons input {
  margin: 0 !important;
  min-height: auto;
  background: #ccc;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  text-shadow: none;
  padding: 6px 5px 5px;
  font-size: 18px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7b1763), to(#550b42));
  background: linear-gradient(180deg, #7b1763 0, #550b42);
  box-shadow: none !important;
  border: none !important;
}
.catalog_orderform_tml .catalog_orderform_window_wrap form .buttons input:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7b1763), to(#550b42));
  background: linear-gradient(180deg, #7b1763 0, #550b42);
  opacity: 1;
  text-decoration: underline;
}
.colorStyle2 .catalog_orderform_tml .catalog_orderform_window_wrap form .buttons input {
  background: #a10000;
}
.colorStyle2 .catalog_orderform_tml .catalog_orderform_window_wrap form .buttons input:hover {
  background: #a10000;
}
.colorStyle3 .catalog_orderform_tml .catalog_orderform_window_wrap form .buttons input {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #50717a), to(#3a5b66));
  background: linear-gradient(180deg, #50717a 0, #3a5b66);
}
.colorStyle3 .catalog_orderform_tml .catalog_orderform_window_wrap form .buttons input:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #50717a), to(#3a5b66));
  background: linear-gradient(180deg, #50717a 0, #3a5b66);
}
.colorStyle4 .catalog_orderform_tml .catalog_orderform_window_wrap form .buttons input {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d56c73), to(#9c171f));
  background: linear-gradient(180deg, #d56c73 0, #9c171f);
}
.colorStyle4 .catalog_orderform_tml .catalog_orderform_window_wrap form .buttons input:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d56c73), to(#9c171f));
  background: linear-gradient(180deg, #d56c73 0, #9c171f);
}
.colorStyle5 .catalog_orderform_tml .catalog_orderform_window_wrap form .buttons input {
  background: #797C7E;
}
.colorStyle5 .catalog_orderform_tml .catalog_orderform_window_wrap form .buttons input:hover {
  background: #797C7E;
}
.colorStyle6 .catalog_orderform_tml .catalog_orderform_window_wrap form .buttons input {
  background: -webkit-gradient(linear, left top, left bottom, from(#d23c0e), to(#b12112));
  background: linear-gradient(#d23c0e, #b12112);
}
.colorStyle6 .catalog_orderform_tml .catalog_orderform_window_wrap form .buttons input:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#d23c0e), to(#b12112));
  background: linear-gradient(#d23c0e, #b12112);
}
.uss_widget_outer_content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
}
.lh_cart .uss_widget_outer_content {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.imageArea {
  max-width: 100%;
  margin: 0 auto !important;
}
.imageWrapOuter {
  max-width: 100%;
  margin: 0 auto !important;
}
.uss_img_holder_outer {
  max-width: 100%;
  margin: 0 auto !important;
}
.uss_shop_list_cat:not(.uss_catalog_sidebar) > .uss_shop_category.little-info .uss_shop_cat_img_wrap {
  float: none;
  max-width: 100%;
  margin: 0 auto 10px;
}
.uss_shop_list_cat:not(.uss_catalog_sidebar) > .uss_shop_category.little-info .uss_shop_cat_img_wrap .uss_shop_cat_img {
  max-width: 100%;
  margin: 0 auto;
}
.uss_shop_list_cat:not(.uss_catalog_sidebar) > .uss_shop_category.little-info .uss_shop_cat_img_wrap ~ div {
  padding-left: 10px;
  padding-right: 10px;
}
.uss-scroller .mCSB_container {
  padding-top: 45px;
}
.uss-scroller .mCSB_scrollTools {
  top: 15px;
  bottom: auto;
}
.tableScoller-wrap {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  width: 100%;
  max-width: 100%;
  clear: both;
  float: none;
}
.tableScoller-wrap:after {
  content: '';
  display: table;
  clear: both;
}
.tableScoller-wrap:before {
  content: '';
  display: table;
}
.catalogs {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 7px;
}
.catalogs + .l_title h1 {
  margin-top: 0;
}
.catalogs * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.catalogs .h3 {
  color: #98b7f0;
  border-bottom: 1px solid #2d3b62;
  padding: 0 0 5px;
  margin: 20px 0 15px;
}
.catalogs .catalog_menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.catalogs .catalog_menu > li {
  margin: 0 0 34px 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  clear: both;
  display: block;
}

.catalogs .catalog_menu .info,
.catalogs .uss_catalog_list_cat .info {
  overflow: hidden;
}
.catalogs .catalog_menu_item .catalog_orderbutton,
.catalogs .uss_catalog_list_cat .catalog_orderbutton {
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  text-shadow: none;
  height: auto !important;
  line-height: 1.2 !important;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 18px;
  min-height: auto;
}

.catalogs.list .uss_catalog_sidebar .uss_catalog_category,
.catalogs.list .catalog_menu > li {
  margin-bottom: 20px;
}
.catalogs .catalog_menu > li .catalog_menu_item .uss_tree_description,
.catalogs .uss_catalog_category .uss_catlog_cat_anons {
  line-height: inherit;
}
.catalogs .catalog_menu .info > * ~ *,
.catalogs .info .uss_catalog_cat_name ~ * {
  margin-top: 10px;
}
.catalogs .catalog_menu_item .catalog_orderbutton,
.catalogs .uss_catalog_category .catalog_orderbutton {
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.catalogs .catalog_order_block .catalog_price {
  margin: 0;
}
.catalogs .catalog_order_block .catalog_price + .catalog_orderbutton {
  margin-top: 10px;
}

.catalogs .catalog_menu > li .catalog_menu_item .catalog_menu_image {
  float: left;
  margin-right: 1em;
}
.catalogs .catalog_menu > li .catalog_menu_item .catalog_menu_image a {
  border: 1px solid #344689;
  background: #17184a;
  padding: 2px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.catalogs .catalog_menu > li .catalog_menu_item > a {
  margin-bottom: 6px;
  display: block;
  min-width: 45%;
}
.catalogs .catalog_menu > li .catalog_menu_item .uss_tree_description {
  min-width: 45%;
}
.catalogs .catalog_menu > li .catalog_menu_item .uss_tree_description p {
  margin: 0;
}
.catalogs .catalog_menu > li .catalog_menu_item .uss_tree_description p + p {
  margin-top: 0.4rem;
}
.catalogs .uss_eshop_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}
.catalogs .uss_eshop_menu > li {
  margin: 0 0 34px 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
  clear: both;
  display: block;
}
.catalogs .uss_eshop_menu > li .eshop_menu_image {
  float: left;
  margin-right: 1em;
}
.catalogs .uss_eshop_menu > li .eshop_menu_image a {
  border: 1px solid #344689;
  background: #17184a;
  padding: 2px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.catalogs .uss_eshop_menu > li > a {
  margin-bottom: 6px;
  display: block;
  min-width: 45%;
}
.catalogs .uss_eshop_menu > li .uss_tree_description {
  min-width: 45%;
}
.catalogs .uss_catalog_sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.catalogs .uss_catalog_sidebar .uss_catalog_category {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  display: block;
  margin: 0 0 40px 0;
}
.catalogs .uss_catalog_category .catalog_order_block .catalog_price {
  margin-top: 12px;
  margin-bottom: 2px;
}
.catalogs img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.catalogs .uss_catalog_cat_img {
  max-width: 100%;
  height: auto !important;
}
.uss_catalog_list_cat .uss_catalog_cat_name {
  margin: 0;
}
.uss_catalog_list_cat .uss_catalog_cat_name a {
  font-size: inherit;
  margin-bottom: 6px;
  display: block;
}
.uss_catalog_list_cat .uss_catlog_cat_anons {
  margin: 0;
}
.uss_catalog_list_cat .uss_catlog_cat_anons p {
  margin: 0;
}
.uss_catalog_list_cat .uss_catlog_cat_anons p + p {
  margin-top: 0.4rem;
}
.catalogs.x2 .catalog_menu > li {
  max-width: calc((100% - 15px)/2);
}
.catalogs.x2 .uss_catalog_sidebar .uss_catalog_category {
  max-width: calc((100% - 15px)/2);
}
.catalogs.x2 .uss_eshop_menu > li {
  max-width: calc((100% - 15px)/2);
}
.catalogs.x3 .catalog_menu > li {
  max-width: calc((100% - 20px)/3);
}
.catalogs.x3 .catalog_menu > li .catalog_menu_item .catalog_menu_image {
  float: none;
  display: block;
  text-align: center;
  margin: 0 0 1em;
}
.catalogs.x3 .uss_catalog_sidebar .uss_catalog_category {
  max-width: calc((100% - 20px)/3);
}
.catalogs.x3 .uss_catalog_sidebar .uss_catalog_category .uss_catalog_img_wrap {
  float: none;
  display: block;
  text-align: center;
  margin: 0 0 1em;
}
.catalogs.x3 .uss_eshop_menu > li {
  max-width: calc((100% - 20px)/3);
}
.catalogs.x3 .uss_eshop_menu > li .eshop_menu_image {
  float: none;
  display: block;
  text-align: center;
}
.catalogs.x4 .catalog_menu > li {
  max-width: calc((100% - 30px)/4);
}
.catalogs.x4 .catalog_menu > li .catalog_menu_item .catalog_menu_image {
  float: none;
  display: block;
  text-align: center;
  margin: 0 0 1em;
}
.catalogs.x4 .uss_catalog_sidebar .uss_catalog_category {
  max-width: calc((100% - 30px)/4);
}
.catalogs.x4 .uss_catalog_sidebar .uss_catalog_category .uss_catalog_img_wrap {
  float: none;
  display: block;
  text-align: center;
  margin: 0 0 1em;
}
.catalogs.x4 .uss_eshop_menu > li {
  max-width: calc((100% - 30px)/4);
}
.catalogs.x4 .uss_eshop_menu > li .eshop_menu_image {
  float: none;
  display: block;
  text-align: center;
  margin-right: 0;
}
.colorStyle6 .l_header .l_wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.colorStyle6 .l_header .l_wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.colorStyle6 .l_header .l_wrapper .l_center {
  width: calc(100% - 295px);
}
.colorStyle1 .catalogs .h3 {
  color: #98b7f0;
}
.colorStyle1 .news_similar_title {
  color: #fff;
}
.colorStyle1 .uss_autocomplete_results ul {
  color: #fff;
  background: #081446;
}
.colorStyle1 .uss_autocomplete_results .ac_odd {
  background: #182365;
}
.colorStyle2 .catalogs .h3 {
  color: #607b3a;
}
.colorStyle3 .catalogs .h3 {
  color: #455963;
}
.colorStyle4 .catalogs .h3 {
  color: #a6be94;
  font-size: 30px;
  line-height: 1;
}
.colorStyle4 .news_similar_title {
  color: #fff;
}
.colorStyle4 .uss_autocomplete_results ul {
  color: #fff;
  background: #485b45;
}
.colorStyle4 .uss_autocomplete_results .ac_odd {
  background: #64775d;
}
.colorStyle5 .catalogs .h3 {
  color: #66544b;
}
.colorStyle6 .catalogs .h3 {
  color: #292929;
}
.uss_catalog_tabs .tab_item:after {
  content: '';
  display: table;
  clear: both;
}
.uss_catalog_tabs .tab_item:before {
  content: '';
  display: table;
}
.l_form_inner form {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l_form_inner form .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}
.l_form_inner form .group > *:not(.fc_item) {
  display: none !important;
}
.l_form_inner form .group .fc_item:not(.fc_textarea):not(.fc_checkbox) {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.l_form_inner form .group .fc_item:not(.fc_textarea):not(.fc_checkbox):not(:first-child) {
  margin-left: 10px;
}
.l_form_inner form .group .fc_item .elem_item {
  width: 100%;
}
.l_form_inner form .group .fc_item input.styler {
  width: 100%;
}
.l_form_inner form .group .fc_item textarea.styler {
  width: 100%;
}
.l_form_inner form .group .fc_checkbox {
  color: #fff;
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l_form_inner form .group .fc_checkbox a {
  color: #fff;
}
.l_form_inner form .group script + .fc_item.fc_text {
  margin-left: 10px;
}
.l_form_inner form .group .fc_item.fc_textarea {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}
.l_form_inner form .group.end {
  max-width: calc(100% - 250px);
}
.uss_adv_img_list_item.uss_ail_point span {
  background: rgba(255, 255, 255, 0.55);
}
.uss_adv_img_list_item.uss_ail_point.active span {
  background: -webkit-gradient(linear, left top, left bottom, from(#7e1766), to(#470938));
  background: linear-gradient(#7e1766, #470938);
}
.block.type3 h5 {
  font-size: 17px;
}
.block.type3 .uss_widget_outer_content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.min .l_col .side_menu {
  margin-top: 16px;
}
.news-row.x-1 .block {
  float: none;
  width: 100%;
  margin-right: 0;
}
.news-row.x-1 .news-block .uss_widget_outer_content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-row.x-1 .news-block .uss_widget_outer_content .news_block_item {
  width: 100%;
  display: block;
  max-width: calc((100% - 20px) / 3);
}
.similar_items_block .news_item {
  max-width: calc((100% - 10px) / 2);
}
.similar_items_block .news_item .image .uss_image_holder {
  max-width: 100%;
  height: auto !important;
  display: block;
}
.similar_items_block .news_item .image .uss_image_holder img {
  max-width: 100%;
  height: auto !important;
  display: block;
}
.similar_items_block .news_item .info .title {
  font-size: 17px;
}
.uss_photoalbums .uss_photoalbums_foto_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.uss_photoalbums .uss_photoalbums_foto_box .uss_img_item {
  max-width: calc((100% - 10px) / 2);
  display: block;
}
.uss_photoalbums .uss_photoalbums_foto_box .uss_img_item .uss_img_pre {
  max-width: 100%;
  height: auto !important;
  display: block;
}
.uss_photoalbums .uss_photoalbums_foto_box .uss_img_item .uss_img_pre img {
  max-width: 100%;
  height: auto !important;
  display: block;
}
.uss_photoalbums .uss_photoalbums_foto_list .uss_img_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.uss_photoalbums .uss_photoalbums_foto_list .uss_img_item .uss_img_pre {
  max-width: 100%;
  height: auto !important;
  display: block;
  max-width: 38vw;
}
.uss_photoalbums .uss_photoalbums_foto_list .uss_img_item .uss_img_pre img {
  max-width: 100%;
  height: auto !important;
  display: block;
}
.l_col.l_left .basket-wrap .lh_search {
  margin-top: 22px;
}
.uss_shop_block_cat .uss_shop_category {
  max-width: calc((100% - 10px) / 2);
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_img_wrap .uss_shop_cat_img {
  max-width: 100%;
  height: auto !important;
  display: block;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_img_wrap .uss_shop_cat_img img {
  max-width: 100%;
  height: auto !important;
  display: block;
}
.news_list_items .news_item .image {
  max-width: 35vw;
}
.news_list_items .news_item .image .uss_image_holder {
  max-width: 100%;
  height: auto !important;
  display: block;
}
.news_list_items .news_item .image .uss_image_holder img {
  max-width: 100%;
  height: auto !important;
  display: block;
}
.uss_photoalbums_albums_block .uss_albums_name {
  font-size: 17px;
}
.uss_photoalbums_foto_list .uss_img_item .uss_img_name {
  font-size: 17px;
}
.uss_photoalbums_foto_box .uss_img_item .uss_img_name {
  font-size: 17px;
}
.content_menu {
  font-size: 17px;
}
.news_list .title {
  font-size: 17px;
}
.section_formconstructor .uss_section_content .fc_form_tml form > a {
  display: none;
}
.section_formconstructor .uss_section_content .fc_form_tml form .buttons input[type='submit'] {
  background-color: #ccc;
  display: inline-block;
  vertical-align: middle;
  padding: 4px 10px 6px 10px;
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid #000;
  height: 25px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0;
  border: 1px solid #a5529e;
  border-bottom-color: #883d83;
  text-shadow: none;
  font-weight: normal;
  height: auto;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.uss_error_form {
  font-size: 17px !important;
  font-family: 'Roboto', Arial, sans-serif;
}
.uss_error_form li {
  font-size: inherit !important;
  font-family: 'Roboto', Arial, sans-serif;
}
.section_basket2 .uss_shop_form .fc_form_tml form .buttons input[type='submit'] {
  background-color: #ccc;
  display: inline-block;
  vertical-align: middle;
  padding: 4px 10px 6px 10px;
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid #000;
  height: 25px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0;
  border: 1px solid #a5529e;
  border-bottom-color: #883d83;
  text-shadow: none;
  font-weight: normal;
  height: auto;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.jq-checkbox.checked .jq-checkbox__div {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #570d44;
}
.jq-radio.checked .jq-radio__div {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #570d44;
}
.map p {
  margin: 0;
}
.map .h3 {
  color: #212121;
  border-bottom: 1px solid #e2e2e2;
}
.section_registration .uss_section_content .uss_form_tml form > .uss_form_item.uss_form_submit input[type=submit] {
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}
#loginForm input[type=submit] {
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .buy_one_click_window .one_click_form_wrapper .fc_form_tml form .buttons input[type=submit] {
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}
.uss_shop_table_view td.uss_price span.old_price {
  background: -webkit-gradient(linear, left top, left bottom, from(#030722), to(#030722));
  background: linear-gradient(to bottom, #030722, #030722);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff !important;
}
.buy_one_click_form_tml {
  font-family: 'Roboto', Arial, sans-serif;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .buy_one_click_window .one_click_form_wrapper .fc_form_tml form {
  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;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .buy_one_click_window .one_click_form_wrapper .fc_form_tml form .group {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .buy_one_click_window .one_click_form_wrapper .fc_form_tml form .group .fc_item.fc_checkbox_one {
  width: 100%;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .buy_one_click_window .one_click_form_wrapper .fc_form_tml form .group .fc_item:not(.fc_checkbox_one) .elem_item {
  width: 100%;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .buy_one_click_window .one_click_form_wrapper .fc_form_tml form .group .fc_item:not(.block) {
  width: 100%;
  max-width: 420px;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .buy_one_click_window .one_click_form_wrapper .fc_form_tml form .group .fc_item:not(.fc_checkbox) .elem_item {
  width: 100%;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .buy_one_click_window .one_click_form_wrapper .fc_form_tml form .group .fc_item .elem_item label {
  font-family: "Roboto", Arial, sans-serif !important;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .buy_one_click_window .one_click_form_wrapper .fc_form_tml form .group .fc_item .elem_item input,
.buy_one_click_form_tml .buy_one_click_window_wrap .buy_one_click_window .one_click_form_wrapper .fc_form_tml form .group .fc_item .elem_item textarea {
  width: 100%;
  font-family: "Roboto", Arial, sans-serif !important;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .buy_one_click_window .one_click_form_wrapper .fc_form_tml form .buttons {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .buy_one_click_window .one_click_form_wrapper .fc_form_tml form .buttons input {
  font-size: 17px;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .buy_one_click_window .one_click_form_wrapper .fc_form_tml form .buttons input {
  width: 100%;
}
.articles .date {
  display: none;
}
.block.articles .image,
.l_news_inner.articles .image {
  float: none;
  margin: 0 0 10px 0;
}
.block.articles .image img,
.l_news_inner.articles .image img {
  max-width: 100%;
  display: block;
}
.section_registration .uss_section_content .uss_form_tml form {
  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;
  width: 100%;
  max-width: 420px;
}
.section_registration .uss_section_content .uss_form_tml form > .uss_form_item.uss_form_text {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}
.section_registration .uss_section_content .uss_form_tml form > .uss_form_item.uss_form_text label {
  width: 100%;
  font-family: "Roboto", Arial, sans-serif !important;
}
.section_registration .uss_section_content .uss_form_tml form > .uss_form_item.uss_form_text input {
  width: 100%;
  padding: 7px 9px;
  border: 1px solid #CCC;
  font-family: "Roboto", Arial, sans-serif !important;
}
.section_registration .uss_section_content .uss_form_tml form > .uss_form_item.uss_form_text textarea {
  width: 100%;
}
.section_registration .uss_section_content .uss_form_tml form > .uss_form_item.uss_form_captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: rgba(0, 0, 0, 0.3);
}
.section_registration .uss_section_content .uss_form_tml form > .uss_form_item.uss_form_captcha label {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  color: #fff;
  font-family: "Roboto", Arial, sans-serif !important;
}
.section_registration .uss_section_content .uss_form_tml form > .uss_form_item.uss_form_captcha img {
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
}
.section_registration .uss_section_content .uss_form_tml form > .uss_form_item.uss_form_captcha input {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  max-width: calc(100% - 122px - 15px);
  height: 52px;
  text-align: center;
  font-size: 22px;
  font-family: "Roboto", Arial, sans-serif !important;
}
.section_registration .uss_section_content .uss_form_tml form > .uss_form_item.uss_form_submit {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}
.section_formconstructor .uss_section_content .fc_form_tml form {
  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;
}
.section_formconstructor .uss_section_content .fc_form_tml form .group {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}
.section_formconstructor .uss_section_content .fc_form_tml form .group .fc_item.fc_checkbox_one {
  width: 100%;
}
.section_formconstructor .uss_section_content .fc_form_tml form .group .fc_item:not(.fc_checkbox_one) .elem_item {
  width: 100%;
}
.section_formconstructor .uss_section_content .fc_form_tml form .group .fc_item:not(.block) {
  width: 100%;
  max-width: 420px;
}
.section_formconstructor .uss_section_content .fc_form_tml form .group .fc_item:not(.fc_checkbox) .elem_item {
  width: 100%;
}
.section_formconstructor .uss_section_content .fc_form_tml form .group .fc_item .elem_item label {
  font-family: "Roboto", Arial, sans-serif !important;
}
.section_formconstructor .uss_section_content .fc_form_tml form .group .fc_item .elem_item input,
.section_formconstructor .uss_section_content .fc_form_tml form .group .fc_item .elem_item textarea {
  width: 100%;
  font-family: "Roboto", Arial, sans-serif !important;
}
.section_formconstructor .uss_section_content .fc_form_tml form .buttons {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.section_formconstructor .uss_section_content .fc_form_tml form .buttons input {
  font-size: 17px;
}
.section_basket2 .uss_section_content .uss_shop_form .fc_form_tml form {
  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;
}
.section_basket2 .uss_section_content .uss_shop_form .fc_form_tml form .group {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}
.section_basket2 .uss_section_content .uss_shop_form .fc_form_tml form .group .fc_item.fc_checkbox_one {
  width: 100%;
}
.section_basket2 .uss_section_content .uss_shop_form .fc_form_tml form .group .fc_item:not(.fc_checkbox_one) .elem_item {
  width: 100%;
}
.section_basket2 .uss_section_content .uss_shop_form .fc_form_tml form .group .fc_item:not(.block) {
  width: 100%;
  max-width: 420px;
}
.section_basket2 .uss_section_content .uss_shop_form .fc_form_tml form .group .fc_item:not(.fc_checkbox) .elem_item {
  width: 100%;
}
.section_basket2 .uss_section_content .uss_shop_form .fc_form_tml form .group .fc_item .elem_item label {
  font-family: "Roboto", Arial, sans-serif !important;
}
.section_basket2 .uss_section_content .uss_shop_form .fc_form_tml form .group .fc_item .elem_item input,
.section_basket2 .uss_section_content .uss_shop_form .fc_form_tml form .group .fc_item .elem_item textarea {
  width: 100%;
  font-family: "Roboto", Arial, sans-serif !important;
}
.section_basket2 .uss_section_content .uss_shop_form .fc_form_tml form .buttons {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.section_basket2 .uss_section_content .uss_shop_form .fc_form_tml form .buttons input {
  font-size: 17px;
}
form#ommentaddform_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
form#ommentaddform_id > .uss_form_item {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  width: 100%;
  margin-right: 0;
  max-width: 100%;
  float: none;
}
form#ommentaddform_id > .uss_form_item input:not([type='submit']) {
  width: 100%;
}
form#ommentaddform_id > .uss_form_item textarea {
  width: 100%;
}
form#ommentaddform_id > .uss_form_item.uss_form_text {
  max-width: calc((100% - 10px) / 2) !important;
}
form#ommentaddform_id > .uss_form_item.uss_form_textarea {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}
form#ommentaddform_id > .uss_form_item.uss_form_checkbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  max-width: calc(100% - 110px);
}
form#ommentaddform_id > .uss_form_item.uss_form_submit {
  text-align: right;
}
.section_text .uss_section_content:not(.comments_form) > form {
  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;
  width: 100%;
  max-width: 420px;
}
.section_text .uss_section_content:not(.comments_form) > form > .uss_form_item.uss_form_text {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}
.section_text .uss_section_content:not(.comments_form) > form > .uss_form_item.uss_form_text label {
  width: 100%;
  font-family: "Roboto", Arial, sans-serif !important;
}
.section_text .uss_section_content:not(.comments_form) > form > .uss_form_item.uss_form_text input {
  width: 100%;
  padding: 7px 9px;
  border: 1px solid #CCC;
  font-family: "Roboto", Arial, sans-serif !important;
}
.section_text .uss_section_content:not(.comments_form) > form > .uss_form_item.uss_form_text textarea {
  width: 100%;
}
.section_text .uss_section_content:not(.comments_form) > form > .uss_form_item.uss_form_captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: rgba(0, 0, 0, 0.3);
}
.section_text .uss_section_content:not(.comments_form) > form > .uss_form_item.uss_form_captcha label {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  color: #fff;
  font-family: "Roboto", Arial, sans-serif !important;
}
.section_text .uss_section_content:not(.comments_form) > form > .uss_form_item.uss_form_captcha img {
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
}
.section_text .uss_section_content:not(.comments_form) > form > .uss_form_item.uss_form_captcha input {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  max-width: calc(100% - 122px - 15px);
  height: 52px;
  text-align: center;
  font-size: 22px;
  font-family: "Roboto", Arial, sans-serif !important;
}
.section_text .uss_section_content:not(.comments_form) > form > .uss_form_item.uss_form_submit {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}
.section_text .uss_section_content:not(.comments_form) > form input[type=submit] {
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}
.section_text .uss_section_content:not(.comments_form) > form .uss_form_captcha {
  background: rgba(0, 0, 0, 0.3);
}
.section_text .uss_section_content:not(.comments_form) > form .uss_form_captcha label {
  color: #fff;
}
.buy_one_click_form_tml {
  font-family: 'Roboto', Arial, sans-serif;
}
.buy_one_click_form_tml .fc_form_tml {
  margin: 0;
}
.buy_one_click_form_tml .uss_buy_one_click_title {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 21px;
  margin-bottom: 16px;
  font-weight: bold;
  padding-left: 0 !important;
  color: #212121;
  text-align: center;
  margin-top: 0;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .buy_one_click_window .uss_buy_one_click_pos .uss_onepos_info .uss_shop_price_amount_wrap .uss_shop_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 3px;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .buy_one_click_window .uss_buy_one_click_pos .uss_onepos_info .uss_shop_price_amount_wrap .uss_shop_price > span,
.buy_one_click_form_tml .buy_one_click_window_wrap .buy_one_click_window .uss_buy_one_click_pos .uss_onepos_info .uss_shop_price_amount_wrap .uss_shop_price > div {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .buy_one_click_window .uss_buy_one_click_pos .uss_onepos_info .uss_shop_price_amount_wrap .uss_shop_price > span em,
.buy_one_click_form_tml .buy_one_click_window_wrap .buy_one_click_window .uss_buy_one_click_pos .uss_onepos_info .uss_shop_price_amount_wrap .uss_shop_price > div em {
  font-size: inherit !important;
  font-style: inherit !important;
  font-weight: inherit !important;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .buy_one_click_window .uss_buy_one_click_pos .uss_onepos_info .uss_shop_price_amount_wrap .uss_shop_price > span {
  color: #212121;
  font-weight: normal;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .buy_one_click_window .uss_buy_one_click_pos .uss_onepos_info .uss_shop_price_amount_wrap .uss_shop_price > div {
  font-size: 24px;
  font-weight: bold;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .buy_one_click_window .one_click_form_wrapper .fc_form_tml form {
  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;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .buy_one_click_window .one_click_form_wrapper .fc_form_tml form .group {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .buy_one_click_window .one_click_form_wrapper .fc_form_tml form .group .fc_item.fc_checkbox_one {
  width: 100%;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .buy_one_click_window .one_click_form_wrapper .fc_form_tml form .group .fc_item:not(.fc_checkbox_one) .elem_item {
  width: 100%;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .buy_one_click_window .one_click_form_wrapper .fc_form_tml form .group .fc_item:not(.block) {
  width: 100%;
  max-width: 420px;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .buy_one_click_window .one_click_form_wrapper .fc_form_tml form .group .fc_item:not(.fc_checkbox) .elem_item {
  width: 100%;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .buy_one_click_window .one_click_form_wrapper .fc_form_tml form .group .fc_item .elem_item label {
  font-family: "Roboto", Arial, sans-serif !important;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .buy_one_click_window .one_click_form_wrapper .fc_form_tml form .group .fc_item .elem_item input,
.buy_one_click_form_tml .buy_one_click_window_wrap .buy_one_click_window .one_click_form_wrapper .fc_form_tml form .group .fc_item .elem_item textarea {
  width: 100%;
  font-family: "Roboto", Arial, sans-serif !important;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .buy_one_click_window .one_click_form_wrapper .fc_form_tml form .buttons {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .buy_one_click_window .one_click_form_wrapper .fc_form_tml form .buttons input {
  font-size: 17px;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .buy_one_click_window .one_click_form_wrapper .fc_form_tml form .buttons input {
  height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.uss_comments {
  border: none;
}
.uss_comments .comment_item {
  padding-left: 0;
}
.comment_form_title,
.news_similar_title,
.comment_form_title,
.uss_comments_title,
.h3.h_op {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 21px;
  margin-bottom: 16px;
  font-weight: bold;
  padding-left: 0 !important;
}
.colorStyle1 .comment_form_title,
.colorStyle1 .news_similar_title,
.colorStyle1 .comment_form_title,
.colorStyle1 .uss_comments_title,
.colorStyle1 .h3.h_op {
  color: #98b7f0;
}
.colorStyle2 .comment_form_title,
.colorStyle2 .news_similar_title,
.colorStyle2 .comment_form_title,
.colorStyle2 .uss_comments_title,
.colorStyle2 .h3.h_op {
  color: #607b3a;
}
.colorStyle3 .comment_form_title,
.colorStyle3 .news_similar_title,
.colorStyle3 .comment_form_title,
.colorStyle3 .uss_comments_title,
.colorStyle3 .h3.h_op {
  color: #455963;
}
.colorStyle4 .comment_form_title,
.colorStyle4 .news_similar_title,
.colorStyle4 .comment_form_title,
.colorStyle4 .uss_comments_title,
.colorStyle4 .h3.h_op {
  color: #a6be94;
}
.colorStyle5 .comment_form_title,
.colorStyle5 .news_similar_title,
.colorStyle5 .comment_form_title,
.colorStyle5 .uss_comments_title,
.colorStyle5 .h3.h_op {
  color: #e1e1e1;
}
.colorStyle6 .comment_form_title,
.colorStyle6 .news_similar_title,
.colorStyle6 .comment_form_title,
.colorStyle6 .uss_comments_title,
.colorStyle6 .h3.h_op {
  color: #66544b;
}
.uss_error_form + .comment_form_block {
  margin-top: 0px;
}
.uss_news_back {
  margin-bottom: 24px;
}
.comment_form_block {
  padding-top: 0;
  padding-bottom: 0;
}
.comment_form_block form#ommentaddform_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.comment_form_block form#ommentaddform_id .uss_form_item {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  float: none;
}
.uss_comments .comment .title .date {
  font-size: 13px;
}
.uss_pagenator .uss_page_count {
  margin-bottom: 5px;
}
.uss_pagenator .uss_page_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.uss_pagenator .uss_page_num .uss_page {
  margin: 0;
  padding: 0;
}
.uss_pagenator .uss_page_num a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 17px;
  min-width: 20px;
  min-height: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 1;
}
.jq-select-multiple {
  max-width: 100%;
  display: block !important;
}
.eshop_filters_area .value {
  display: block;
  max-width: 100%;
  overflow: hidden;
}
.tab_items #tab_order .fc_form_tml form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.tab_items #tab_order .fc_form_tml form .group .fc_item:not(.fc_checkbox_one) .elem_item input,
.tab_items #tab_order .fc_form_tml form .group .fc_item:not(.fc_checkbox_one) .elem_item textarea {
  width: 100%;
}
.tab_items #tab_order .fc_form_tml form .buttons {
  width: 320px;
  max-width: 100%;
}
.tab_items #tab_order .fc_form_tml form .buttons input[type=submit] {
  width: 100%;
  min-height: auto;
  background: #ccc;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  padding: 6px 5px 5px;
  font-size: 18px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7b1763), to(#550b42));
  background: linear-gradient(180deg, #7b1763 0, #550b42);
  border: none;
  font-weight: normal;
  text-shadow: none;
  font-family: 'Roboto', Arial, sans-serif;
}
.tab_items #tab_order .fc_form_tml form .buttons input[type=submit]:hover {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset;
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset;
  opacity: .8;
}
.catalog_order_form .fc_form_tml form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.catalog_order_form .fc_form_tml form .group .fc_item:not(.fc_checkbox_one) .elem_item input,
.catalog_order_form .fc_form_tml form .group .fc_item:not(.fc_checkbox_one) .elem_item textarea {
  width: 100%;
}
.catalog_order_form .fc_form_tml form .buttons {
  width: 320px;
  max-width: 100%;
}
.catalog_order_form .fc_form_tml form .buttons input[type=submit] {
  width: 100%;
  min-height: auto;
  background: #ccc;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  padding: 6px 5px 5px;
  font-size: 18px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7b1763), to(#550b42));
  background: linear-gradient(180deg, #7b1763 0, #550b42);
  border: none;
  font-weight: normal;
  text-shadow: none;
  font-family: 'Roboto', Arial, sans-serif;
}
.catalog_order_form .fc_form_tml form .buttons input[type=submit]:hover {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset;
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset;
  opacity: .8;
}
.block.review {
  margin-top: 30px;
}
.block.review .items {
  row-gap: 20px;
}
.block.review .items .review-item {
  width: 250px;
  max-width: calc((100% - 10px) / 2);
}
.block.review .items .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.block.review .items .image {
  margin-bottom: 15px;
}
.block.review .items .image img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.block.review .items .preview p {
  margin: 0;
  line-height: 1.3;
}
.block.review.inline .items .review-item {
  width: calc((100% - 10px) / 2);
}
.block.review.inline .items .review-item .image {
  float: left;
  margin: 0 10px 0 10px;
  max-width: 35%;
}
.colorStyle1 .section_formconstructor .uss_section_content .fc_form_tml form .buttons input[type='submit'] {
  background: -webkit-gradient(linear, left top, left bottom, from(#7a1763), to(#560c43));
  background: linear-gradient(to bottom, #7a1763, #560c43);
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
}
.colorStyle1 .section_formconstructor .uss_section_content .fc_form_tml form .buttons input[type='submit']:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#7a1763), to(#560c43));
  background: linear-gradient(to top, #7a1763, #560c43);
}
.colorStyle1 .section_basket2 .uss_shop_form .fc_form_tml form .buttons input[type='submit'] {
  background: -webkit-gradient(linear, left top, left bottom, from(#7a1763), to(#560c43));
  background: linear-gradient(to bottom, #7a1763, #560c43);
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
}
.colorStyle1 .section_basket2 .uss_shop_form .fc_form_tml form .buttons input[type='submit']:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#7a1763), to(#560c43));
  background: linear-gradient(to top, #7a1763, #560c43);
}
.colorStyle1 .section_registration .uss_section_content .uss_form_tml form > .uss_form_item.uss_form_submit input[type=submit] {
  background: -webkit-gradient(linear, left top, left bottom, from(#7a1763), to(#560c43));
  background: linear-gradient(to bottom, #7a1763, #560c43);
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
  color: #fff;
}
.colorStyle1 .section_registration .uss_section_content .uss_form_tml form > .uss_form_item.uss_form_submit input[type=submit]:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#7a1763), to(#560c43));
  background: linear-gradient(to top, #7a1763, #560c43);
}
.colorStyle1 #loginForm input[type=submit] {
  background: -webkit-gradient(linear, left top, left bottom, from(#7a1763), to(#560c43));
  background: linear-gradient(to bottom, #7a1763, #560c43);
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
  color: #fff;
}
.colorStyle1 #loginForm input[type=submit]:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#7a1763), to(#560c43));
  background: linear-gradient(to top, #7a1763, #560c43);
}
.colorStyle1 .section_text .uss_section_content:not(.comments_form) > form input[type=submit] {
  background: -webkit-gradient(linear, left top, left bottom, from(#7a1763), to(#560c43));
  background: linear-gradient(to bottom, #7a1763, #560c43);
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
  color: #fff;
}
.colorStyle1 .section_text .uss_section_content:not(.comments_form) > form input[type=submit]:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#7a1763), to(#560c43));
  background: linear-gradient(to top, #7a1763, #560c43);
}
.colorStyle1 .buy_one_click_form_tml .buy_one_click_window_wrap .buy_one_click_window .one_click_form_wrapper .fc_form_tml form .buttons input[type=submit] {
  background: -webkit-gradient(linear, left top, left bottom, from(#7a1763), to(#560c43));
  background: linear-gradient(to bottom, #7a1763, #560c43);
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
  color: #fff;
}
.colorStyle1 .buy_one_click_form_tml .buy_one_click_window_wrap .buy_one_click_window .one_click_form_wrapper .fc_form_tml form .buttons input[type=submit]:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#7a1763), to(#560c43));
  background: linear-gradient(to top, #7a1763, #560c43);
}
.colorStyle1 .jq-checkbox.checked .jq-checkbox__div {
  background: -webkit-gradient(linear, left top, left bottom, from(#7a1763), to(#560c43));
  background: linear-gradient(to bottom, #7a1763, #560c43);
}
.colorStyle1 .jq-radio.checked .jq-radio__div {
  background: -webkit-gradient(linear, left top, left bottom, from(#7a1763), to(#560c43));
  background: linear-gradient(to bottom, #7a1763, #560c43);
}
.colorStyle1 .lh_cart:before {
  background: #141d46;
}
.colorStyle1 .lh_cart .uss_basket_mini {
  color: #98b8f1;
  background-image: url(/img/N-9-1/basket-icon.png);
}
.colorStyle1 .block.map .contacts:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#1c2d71), to(#141959));
  background: linear-gradient(#1c2d71, #141959);
}
.colorStyle1 .block.map .contacts .h3 {
  border-bottom-color: #ffffff;
}
.colorStyle1 .l_newsblock .uss_faq .uss_faq_item .uss_faq_question_text {
  color: #ca98c5;
}
.colorStyle1 .block .fc_form_tml form.fc_form .buttons input {
  background: -webkit-gradient(linear, left top, left bottom, from(#7a1763), to(#560c43));
  background: linear-gradient(to bottom, #7a1763, #560c43);
}
.colorStyle1 .tab_items #tab_order .fc_form_tml form .buttons input[type=submit] {
  background: -webkit-gradient(linear, left top, left bottom, from(#7a1763), to(#560c43));
  background: linear-gradient(to bottom, #7a1763, #560c43);
}
.colorStyle1 .catalog_order_form .fc_form_tml form .buttons input[type=submit] {
  background: -webkit-gradient(linear, left top, left bottom, from(#7a1763), to(#560c43));
  background: linear-gradient(to bottom, #7a1763, #560c43);
}
.colorStyle1 .uss_comments .comment .title .date {
  color: #abb3c1;
}
.colorStyle1 .news_exact_item .uss_news_date {
  color: #abb3c1;
}
.colorStyle1 .similar_items_block .news_item .date {
  color: #abb3c1;
}
.colorStyle1 .news_list .news_item .info .date {
  color: #abb3c1;
}
.colorStyle1 .block .news_block_item .date {
  color: #abb3c1;
}
.colorStyle2 .section_formconstructor .uss_section_content .fc_form_tml form .buttons input[type='submit'] {
  background: -webkit-gradient(linear, left top, left bottom, from(#a10000), to(#a10000));
  background: linear-gradient(to bottom, #a10000, #a10000);
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
}
.colorStyle2 .section_formconstructor .uss_section_content .fc_form_tml form .buttons input[type='submit']:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#a10000), to(#a10000));
  background: linear-gradient(to top, #a10000, #a10000);
}
.colorStyle2 .section_basket2 .uss_shop_form .fc_form_tml form .buttons input[type='submit'] {
  background: -webkit-gradient(linear, left top, left bottom, from(#a10000), to(#a10000));
  background: linear-gradient(to bottom, #a10000, #a10000);
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
}
.colorStyle2 .section_basket2 .uss_shop_form .fc_form_tml form .buttons input[type='submit']:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#a10000), to(#a10000));
  background: linear-gradient(to top, #a10000, #a10000);
}
.colorStyle2 .section_registration .uss_section_content .uss_form_tml form > .uss_form_item.uss_form_submit input[type=submit] {
  background: -webkit-gradient(linear, left top, left bottom, from(#a10000), to(#a10000));
  background: linear-gradient(to bottom, #a10000, #a10000);
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
  color: #fff;
}
.colorStyle2 .section_registration .uss_section_content .uss_form_tml form > .uss_form_item.uss_form_submit input[type=submit]:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#a10000), to(#a10000));
  background: linear-gradient(to top, #a10000, #a10000);
}
.colorStyle2 #loginForm input[type=submit] {
  background: -webkit-gradient(linear, left top, left bottom, from(#a10000), to(#a10000));
  background: linear-gradient(to bottom, #a10000, #a10000);
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
  color: #fff;
}
.colorStyle2 #loginForm input[type=submit]:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#a10000), to(#a10000));
  background: linear-gradient(to top, #a10000, #a10000);
}
.colorStyle2 .section_text .uss_section_content:not(.comments_form) > form input[type=submit] {
  background: -webkit-gradient(linear, left top, left bottom, from(#a10000), to(#a10000));
  background: linear-gradient(to bottom, #a10000, #a10000);
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
  color: #fff;
}
.colorStyle2 .section_text .uss_section_content:not(.comments_form) > form input[type=submit]:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#a10000), to(#a10000));
  background: linear-gradient(to top, #a10000, #a10000);
}
.colorStyle2 .buy_one_click_form_tml .buy_one_click_window_wrap .buy_one_click_window .one_click_form_wrapper .fc_form_tml form .buttons input[type=submit] {
  background: -webkit-gradient(linear, left top, left bottom, from(#a10000), to(#a10000));
  background: linear-gradient(to bottom, #a10000, #a10000);
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
  color: #fff;
}
.colorStyle2 .buy_one_click_form_tml .buy_one_click_window_wrap .buy_one_click_window .one_click_form_wrapper .fc_form_tml form .buttons input[type=submit]:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#a10000), to(#a10000));
  background: linear-gradient(to top, #a10000, #a10000);
}
.colorStyle2 .jq-checkbox.checked .jq-checkbox__div {
  background: -webkit-gradient(linear, left top, left bottom, from(#a10000), to(#a10000));
  background: linear-gradient(to bottom, #a10000, #a10000);
}
.colorStyle2 .jq-radio.checked .jq-radio__div {
  background: -webkit-gradient(linear, left top, left bottom, from(#a10000), to(#a10000));
  background: linear-gradient(to bottom, #a10000, #a10000);
}
.colorStyle2 .uss_shop_table_view td.uss_price span.old_price {
  border-color: #a1b775;
  background: none !important;
  color: #333 !important;
}
.colorStyle2 .lh_cart:before {
  background: #e9d4cf;
}
.colorStyle2 .lh_cart .uss_basket_mini {
  color: #607b3a;
  background-image: url(/img/N-9-2/basket-icon.png);
}
.colorStyle2 .block.map .contacts:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#7b5e59), to(#614d4a));
  background: linear-gradient(#7b5e59, #614d4a);
}
.colorStyle2 .block.map .contacts .h3 {
  border-bottom-color: #ffffff;
}
.colorStyle2 .l_newsblock .uss_faq .uss_faq_item .uss_faq_question_text {
  color: #c5df8a;
}
.colorStyle2 .block .fc_form_tml form.fc_form .buttons input {
  background: -webkit-gradient(linear, left top, left bottom, from(#a10000), to(#a10000));
  background: linear-gradient(to bottom, #a10000, #a10000);
}
.colorStyle2 .tab_items #tab_order .fc_form_tml form .buttons input[type=submit] {
  background: -webkit-gradient(linear, left top, left bottom, from(#a10000), to(#a10000));
  background: linear-gradient(to bottom, #a10000, #a10000);
}
.colorStyle2 .catalog_order_form .fc_form_tml form .buttons input[type=submit] {
  background: -webkit-gradient(linear, left top, left bottom, from(#a10000), to(#a10000));
  background: linear-gradient(to bottom, #a10000, #a10000);
}
.colorStyle2 .uss_comments .comment .title .date {
  color: #a79393;
}
.colorStyle2 .news_exact_item .uss_news_date {
  color: #a79393;
}
.colorStyle2 .similar_items_block .news_item .date {
  color: #a79393;
}
.colorStyle2 .news_list .news_item .info .date {
  color: #a79393;
}
.colorStyle2 .block .news_block_item .date {
  color: #a79393;
}
.colorStyle2 .lh_search form input.uss_input_name::-webkit-input-placeholder {
  color: #8F7070;
}
.colorStyle2 .lh_search form input.uss_input_name:-ms-input-placeholder {
  color: #8F7070;
}
.colorStyle2 .lh_search form input.uss_input_name::-ms-input-placeholder {
  color: #8F7070;
}
.colorStyle2 .lh_search form input.uss_input_name::placeholder {
  color: #8F7070;
}
.colorStyle3 .section_formconstructor .uss_section_content .fc_form_tml form .buttons input[type='submit'] {
  background: -webkit-gradient(linear, left top, left bottom, from(#4f7079), to(#3a5b66));
  background: linear-gradient(to bottom, #4f7079, #3a5b66);
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
}
.colorStyle3 .section_formconstructor .uss_section_content .fc_form_tml form .buttons input[type='submit']:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#4f7079), to(#3a5b66));
  background: linear-gradient(to top, #4f7079, #3a5b66);
}
.colorStyle3 .section_basket2 .uss_shop_form .fc_form_tml form .buttons input[type='submit'] {
  background: -webkit-gradient(linear, left top, left bottom, from(#4f7079), to(#3a5b66));
  background: linear-gradient(to bottom, #4f7079, #3a5b66);
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
}
.colorStyle3 .section_basket2 .uss_shop_form .fc_form_tml form .buttons input[type='submit']:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#4f7079), to(#3a5b66));
  background: linear-gradient(to top, #4f7079, #3a5b66);
}
.colorStyle3 .section_registration .uss_section_content .uss_form_tml form > .uss_form_item.uss_form_submit input[type=submit] {
  background: -webkit-gradient(linear, left top, left bottom, from(#4f7079), to(#3a5b66));
  background: linear-gradient(to bottom, #4f7079, #3a5b66);
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
  color: #fff;
}
.colorStyle3 .section_registration .uss_section_content .uss_form_tml form > .uss_form_item.uss_form_submit input[type=submit]:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#4f7079), to(#3a5b66));
  background: linear-gradient(to top, #4f7079, #3a5b66);
}
.colorStyle3 #loginForm input[type=submit] {
  background: -webkit-gradient(linear, left top, left bottom, from(#4f7079), to(#3a5b66));
  background: linear-gradient(to bottom, #4f7079, #3a5b66);
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
  color: #fff;
}
.colorStyle3 #loginForm input[type=submit]:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#4f7079), to(#3a5b66));
  background: linear-gradient(to top, #4f7079, #3a5b66);
}
.colorStyle3 .section_text .uss_section_content:not(.comments_form) > form input[type=submit] {
  background: -webkit-gradient(linear, left top, left bottom, from(#4f7079), to(#3a5b66));
  background: linear-gradient(to bottom, #4f7079, #3a5b66);
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
  color: #fff;
}
.colorStyle3 .section_text .uss_section_content:not(.comments_form) > form input[type=submit]:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#4f7079), to(#3a5b66));
  background: linear-gradient(to top, #4f7079, #3a5b66);
}
.colorStyle3 .buy_one_click_form_tml .buy_one_click_window_wrap .buy_one_click_window .one_click_form_wrapper .fc_form_tml form .buttons input[type=submit] {
  background: -webkit-gradient(linear, left top, left bottom, from(#4f7079), to(#3a5b66));
  background: linear-gradient(to bottom, #4f7079, #3a5b66);
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
  color: #fff;
}
.colorStyle3 .buy_one_click_form_tml .buy_one_click_window_wrap .buy_one_click_window .one_click_form_wrapper .fc_form_tml form .buttons input[type=submit]:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#4f7079), to(#3a5b66));
  background: linear-gradient(to top, #4f7079, #3a5b66);
}
.colorStyle3 .jq-checkbox.checked .jq-checkbox__div {
  background: -webkit-gradient(linear, left top, left bottom, from(#4f7079), to(#3a5b66));
  background: linear-gradient(to bottom, #4f7079, #3a5b66);
}
.colorStyle3 .jq-radio.checked .jq-radio__div {
  background: -webkit-gradient(linear, left top, left bottom, from(#4f7079), to(#3a5b66));
  background: linear-gradient(to bottom, #4f7079, #3a5b66);
}
.colorStyle3 .uss_shop_table_view td.uss_price span.old_price {
  border: none !important;
  color: #3b3b3b !important;
  background: none !important;
}
.colorStyle3 .lh_cart:before {
  background: #d5dfe0;
}
.colorStyle3 .lh_cart .uss_basket_mini {
  color: #455963;
  background-image: url(/img/N-9-3/basket-icon.png);
}
.colorStyle3 .block.map .contacts:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#51727b), to(#385963));
  background: linear-gradient(#51727b, #385963);
}
.colorStyle3 .block.map .contacts .h3 {
  border-bottom-color: #ffffff;
}
.colorStyle3 .l_newsblock .uss_faq .uss_faq_item .uss_faq_question_text {
  color: #c3f3ff;
}
.colorStyle3 .block .fc_form_tml form.fc_form .buttons input {
  background: -webkit-gradient(linear, left top, left bottom, from(#4f7079), to(#3a5b66));
  background: linear-gradient(to bottom, #4f7079, #3a5b66);
}
.colorStyle3 .tab_items #tab_order .fc_form_tml form .buttons input[type=submit] {
  background: -webkit-gradient(linear, left top, left bottom, from(#4f7079), to(#3a5b66));
  background: linear-gradient(to bottom, #4f7079, #3a5b66);
}
.colorStyle3 .catalog_order_form .fc_form_tml form .buttons input[type=submit] {
  background: -webkit-gradient(linear, left top, left bottom, from(#4f7079), to(#3a5b66));
  background: linear-gradient(to bottom, #4f7079, #3a5b66);
}
.colorStyle3 .uss_comments .comment .title .date {
  color: #919395;
}
.colorStyle3 .news_exact_item .uss_news_date {
  color: #919395;
}
.colorStyle3 .similar_items_block .news_item .date {
  color: #919395;
}
.colorStyle3 .news_list .news_item .info .date {
  color: #919395;
}
.colorStyle3 .block .news_block_item .date {
  color: #919395;
}
.colorStyle3 .lh_search form input.uss_input_name::-webkit-input-placeholder {
  color: #69868C;
}
.colorStyle3 .lh_search form input.uss_input_name:-ms-input-placeholder {
  color: #69868C;
}
.colorStyle3 .lh_search form input.uss_input_name::-ms-input-placeholder {
  color: #69868C;
}
.colorStyle3 .lh_search form input.uss_input_name::placeholder {
  color: #69868C;
}
.colorStyle4 .section_formconstructor .uss_section_content .fc_form_tml form .buttons input[type='submit'] {
  background: -webkit-gradient(linear, left top, left bottom, from(#d46a71), to(#9e1921));
  background: linear-gradient(to bottom, #d46a71, #9e1921);
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
}
.colorStyle4 .section_formconstructor .uss_section_content .fc_form_tml form .buttons input[type='submit']:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#d46a71), to(#9e1921));
  background: linear-gradient(to top, #d46a71, #9e1921);
}
.colorStyle4 .section_basket2 .uss_shop_form .fc_form_tml form .buttons input[type='submit'] {
  background: -webkit-gradient(linear, left top, left bottom, from(#d46a71), to(#9e1921));
  background: linear-gradient(to bottom, #d46a71, #9e1921);
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
}
.colorStyle4 .section_basket2 .uss_shop_form .fc_form_tml form .buttons input[type='submit']:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#d46a71), to(#9e1921));
  background: linear-gradient(to top, #d46a71, #9e1921);
}
.colorStyle4 .section_registration .uss_section_content .uss_form_tml form > .uss_form_item.uss_form_submit input[type=submit] {
  background: -webkit-gradient(linear, left top, left bottom, from(#d46a71), to(#9e1921));
  background: linear-gradient(to bottom, #d46a71, #9e1921);
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
  color: #fff;
}
.colorStyle4 .section_registration .uss_section_content .uss_form_tml form > .uss_form_item.uss_form_submit input[type=submit]:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#d46a71), to(#9e1921));
  background: linear-gradient(to top, #d46a71, #9e1921);
}
.colorStyle4 #loginForm input[type=submit] {
  background: -webkit-gradient(linear, left top, left bottom, from(#d46a71), to(#9e1921));
  background: linear-gradient(to bottom, #d46a71, #9e1921);
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
  color: #fff;
}
.colorStyle4 #loginForm input[type=submit]:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#d46a71), to(#9e1921));
  background: linear-gradient(to top, #d46a71, #9e1921);
}
.colorStyle4 .section_text .uss_section_content:not(.comments_form) > form input[type=submit] {
  background: -webkit-gradient(linear, left top, left bottom, from(#d46a71), to(#9e1921));
  background: linear-gradient(to bottom, #d46a71, #9e1921);
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
  color: #fff;
}
.colorStyle4 .section_text .uss_section_content:not(.comments_form) > form input[type=submit]:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#d46a71), to(#9e1921));
  background: linear-gradient(to top, #d46a71, #9e1921);
}
.colorStyle4 .buy_one_click_form_tml .buy_one_click_window_wrap .buy_one_click_window .one_click_form_wrapper .fc_form_tml form .buttons input[type=submit] {
  background: -webkit-gradient(linear, left top, left bottom, from(#d46a71), to(#9e1921));
  background: linear-gradient(to bottom, #d46a71, #9e1921);
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
  color: #fff;
}
.colorStyle4 .buy_one_click_form_tml .buy_one_click_window_wrap .buy_one_click_window .one_click_form_wrapper .fc_form_tml form .buttons input[type=submit]:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#d46a71), to(#9e1921));
  background: linear-gradient(to top, #d46a71, #9e1921);
}
.colorStyle4 .jq-checkbox.checked .jq-checkbox__div {
  background: -webkit-gradient(linear, left top, left bottom, from(#d46a71), to(#9e1921));
  background: linear-gradient(to bottom, #d46a71, #9e1921);
}
.colorStyle4 .jq-radio.checked .jq-radio__div {
  background: -webkit-gradient(linear, left top, left bottom, from(#d46a71), to(#9e1921));
  background: linear-gradient(to bottom, #d46a71, #9e1921);
}
.colorStyle4 .uss_shop_table_view td.uss_price span.old_price {
  border: 1px solid #93ab7f;
  color: #fff !important;
  background: none !important;
}
.colorStyle4 .lh_cart:before {
  background: #3e503c;
}
.colorStyle4 .lh_cart .uss_basket_mini {
  color: #a6be94;
  background-image: url(/img/N-9-4/basket-icon.png);
}
.colorStyle4 .block.map .contacts:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#567f4e), to(#3e6038));
  background: linear-gradient(#567f4e, #3e6038);
}
.colorStyle4 .block.map .contacts .h3 {
  border-bottom-color: #ffffff;
}
.colorStyle4 .l_newsblock .uss_faq .uss_faq_item .uss_faq_question_text {
  color: #f19096;
}
.colorStyle4 .block .fc_form_tml form.fc_form .buttons input {
  background: -webkit-gradient(linear, left top, left bottom, from(#d46a71), to(#9e1921));
  background: linear-gradient(to bottom, #d46a71, #9e1921);
}
.colorStyle4 .tab_items #tab_order .fc_form_tml form .buttons input[type=submit] {
  background: -webkit-gradient(linear, left top, left bottom, from(#d46a71), to(#9e1921));
  background: linear-gradient(to bottom, #d46a71, #9e1921);
}
.colorStyle4 .catalog_order_form .fc_form_tml form .buttons input[type=submit] {
  background: -webkit-gradient(linear, left top, left bottom, from(#d46a71), to(#9e1921));
  background: linear-gradient(to bottom, #d46a71, #9e1921);
}
.colorStyle4 .uss_comments .comment .title .date {
  color: #999999;
}
.colorStyle4 .news_exact_item .uss_news_date {
  color: #999999;
}
.colorStyle4 .similar_items_block .news_item .date {
  color: #999999;
}
.colorStyle4 .news_list .news_item .info .date {
  color: #999999;
}
.colorStyle4 .block .news_block_item .date {
  color: #999999;
}
.colorStyle4 .lh_search form input.uss_input_name::-webkit-input-placeholder {
  color: #B5C9B5;
}
.colorStyle4 .lh_search form input.uss_input_name:-ms-input-placeholder {
  color: #B5C9B5;
}
.colorStyle4 .lh_search form input.uss_input_name::-ms-input-placeholder {
  color: #B5C9B5;
}
.colorStyle4 .lh_search form input.uss_input_name::placeholder {
  color: #B5C9B5;
}
.colorStyle5 .section_formconstructor .uss_section_content .fc_form_tml form .buttons input[type='submit'] {
  background: #797c7e;
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
}
.colorStyle5 .section_formconstructor .uss_section_content .fc_form_tml form .buttons input[type='submit']:hover {
  background: #797c7e;
}
.colorStyle5 .section_basket2 .uss_shop_form .fc_form_tml form .buttons input[type='submit'] {
  background: #797c7e;
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
}
.colorStyle5 .section_basket2 .uss_shop_form .fc_form_tml form .buttons input[type='submit']:hover {
  background: #797c7e;
}
.colorStyle5 .section_registration .uss_section_content .uss_form_tml form > .uss_form_item.uss_form_submit input[type=submit] {
  background: #797c7e;
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
  color: #fff;
}
.colorStyle5 .section_registration .uss_section_content .uss_form_tml form > .uss_form_item.uss_form_submit input[type=submit]:hover {
  background: #797c7e;
}
.colorStyle5 #loginForm input[type=submit] {
  background: #797c7e;
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
  color: #fff;
}
.colorStyle5 #loginForm input[type=submit]:hover {
  background: #797c7e;
}
.colorStyle5 .section_text .uss_section_content:not(.comments_form) > form input[type=submit] {
  background: #797c7e;
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
  color: #fff;
}
.colorStyle5 .section_text .uss_section_content:not(.comments_form) > form input[type=submit]:hover {
  background: #797c7e;
}
.colorStyle5 .buy_one_click_form_tml .buy_one_click_window_wrap .buy_one_click_window .one_click_form_wrapper .fc_form_tml form .buttons input[type=submit] {
  background: #797c7e;
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
  color: #fff;
}
.colorStyle5 .buy_one_click_form_tml .buy_one_click_window_wrap .buy_one_click_window .one_click_form_wrapper .fc_form_tml form .buttons input[type=submit]:hover {
  background: #797c7e;
}
.colorStyle5 .jq-checkbox.checked .jq-checkbox__div {
  background: #797c7e;
}
.colorStyle5 .jq-radio.checked .jq-radio__div {
  background: #797c7e;
}
.colorStyle5 .uss_shop_table_view td.uss_price span.old_price {
  border: none !important;
  color: #3b3b3b !important;
  background: none !important;
}
.colorStyle5 .lh_cart:before {
  background: rgba(0, 0, 0, 0.3);
}
.colorStyle5 .lh_cart .uss_basket_mini {
  color: #fff;
  background-image: url(/img/N-9-5/basket-icon-white.png);
}
.colorStyle5 .block.map .contacts:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#78aa3b), to(#347a17));
  background: linear-gradient(#78aa3b, #347a17);
}
.colorStyle5 .block.map .contacts .h3 {
  border-bottom-color: #212121;
}
.colorStyle5 .l_newsblock .uss_faq .uss_faq_item .uss_faq_question_text {
  color: #9a201b;
}
.colorStyle5 .block .fc_form_tml form.fc_form .buttons input {
  background: #797c7e;
}
.colorStyle5 .tab_items #tab_order .fc_form_tml form .buttons input[type=submit] {
  background: #797c7e;
}
.colorStyle5 .catalog_order_form .fc_form_tml form .buttons input[type=submit] {
  background: #797c7e;
}
.colorStyle5 .block.map .contacts p {
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
}
.colorStyle5 .uss_comments .comment .title .date {
  color: #9b9b9b;
}
.colorStyle5 .news_exact_item .uss_news_date {
  color: #9b9b9b;
}
.colorStyle5 .similar_items_block .news_item .date {
  color: #9b9b9b;
}
.colorStyle5 .news_list .news_item .info .date {
  color: #9b9b9b;
}
.colorStyle5 .block .news_block_item .date {
  color: #9b9b9b;
}
.colorStyle5 .lh_search form input.uss_input_name::-webkit-input-placeholder {
  color: #E1E1E1;
}
.colorStyle5 .lh_search form input.uss_input_name:-ms-input-placeholder {
  color: #E1E1E1;
}
.colorStyle5 .lh_search form input.uss_input_name::-ms-input-placeholder {
  color: #E1E1E1;
}
.colorStyle5 .lh_search form input.uss_input_name::placeholder {
  color: #E1E1E1;
}
.colorStyle5 .block.map .contacts {
  color: #212121;
  background: #ececec;
}
.colorStyle5 .block.map .contacts:after {
  background: #B0B0B2;
}
.colorStyle5 .block.map .contacts .phone:after {
  background-image: url('../img/footer-phone-black.png');
}
.colorStyle5 .block.map .contacts .point:after {
  background-image: url('../img/footer-point-black.png');
}
.colorStyle5 .block.map .contacts .email:after {
  background-image: url('../img/footer-email-black.png');
}
.colorStyle6 .section_formconstructor .uss_section_content .fc_form_tml form .buttons input[type='submit'] {
  background: -webkit-gradient(linear, left top, left bottom, from(#333333), color-stop(#666666), to(#333333));
  background: linear-gradient(#333333, #666666, #333333);
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
}
.colorStyle6 .section_formconstructor .uss_section_content .fc_form_tml form .buttons input[type='submit']:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#d13b0e), to(#b22212));
  background: linear-gradient(to top, #d13b0e, #b22212);
}
.colorStyle6 .section_basket2 .uss_shop_form .fc_form_tml form .buttons input[type='submit'] {
  background: -webkit-gradient(linear, left top, left bottom, from(#333333), color-stop(#666666), to(#333333));
  background: linear-gradient(#333333, #666666, #333333);
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
}
.colorStyle6 .section_basket2 .uss_shop_form .fc_form_tml form .buttons input[type='submit']:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#d13b0e), to(#b22212));
  background: linear-gradient(to top, #d13b0e, #b22212);
}
.colorStyle6 .section_registration .uss_section_content .uss_form_tml form > .uss_form_item.uss_form_submit input[type=submit] {
  background: -webkit-gradient(linear, left top, left bottom, from(#333333), color-stop(#666666), to(#333333));
  background: linear-gradient(#333333, #666666, #333333);
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
  color: #fff;
}
.colorStyle6 .section_registration .uss_section_content .uss_form_tml form > .uss_form_item.uss_form_submit input[type=submit]:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#d13b0e), to(#b22212));
  background: linear-gradient(to top, #d13b0e, #b22212);
}
.colorStyle6 #loginForm input[type=submit] {
  background: -webkit-gradient(linear, left top, left bottom, from(#333333), color-stop(#666666), to(#333333));
  background: linear-gradient(#333333, #666666, #333333);
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
  color: #fff;
}
.colorStyle6 #loginForm input[type=submit]:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#d13b0e), to(#b22212));
  background: linear-gradient(to top, #d13b0e, #b22212);
}
.colorStyle6 .section_text .uss_section_content:not(.comments_form) > form input[type=submit] {
  background: -webkit-gradient(linear, left top, left bottom, from(#333333), color-stop(#666666), to(#333333));
  background: linear-gradient(#333333, #666666, #333333);
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
  color: #fff;
}
.colorStyle6 .section_text .uss_section_content:not(.comments_form) > form input[type=submit]:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#d13b0e), to(#b22212));
  background: linear-gradient(to top, #d13b0e, #b22212);
}
.colorStyle6 .buy_one_click_form_tml .buy_one_click_window_wrap .buy_one_click_window .one_click_form_wrapper .fc_form_tml form .buttons input[type=submit] {
  background: -webkit-gradient(linear, left top, left bottom, from(#333333), color-stop(#666666), to(#333333));
  background: linear-gradient(#333333, #666666, #333333);
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
  color: #fff;
}
.colorStyle6 .buy_one_click_form_tml .buy_one_click_window_wrap .buy_one_click_window .one_click_form_wrapper .fc_form_tml form .buttons input[type=submit]:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#d13b0e), to(#b22212));
  background: linear-gradient(to top, #d13b0e, #b22212);
}
.colorStyle6 .jq-checkbox.checked .jq-checkbox__div {
  background: -webkit-gradient(linear, left top, left bottom, from(#333333), color-stop(#666666), to(#333333));
  background: linear-gradient(#333333, #666666, #333333);
}
.colorStyle6 .jq-radio.checked .jq-radio__div {
  background: -webkit-gradient(linear, left top, left bottom, from(#333333), color-stop(#666666), to(#333333));
  background: linear-gradient(#333333, #666666, #333333);
}
.colorStyle6 .uss_shop_table_view td.uss_price span.old_price {
  border: none !important;
  color: #3b3b3b !important;
  background: none !important;
}
.colorStyle6 .l_header.inner_page .l_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
  padding-bottom: 10px;
}
.colorStyle6 .l_header.inner_page .l_left > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.colorStyle6 .l_header.inner_page .l_left .basket-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}
.colorStyle6 .l_header.inner_page .l_left .basket-wrap .lh_search {
  width: 100%;
}
.colorStyle6 .block.map .contacts:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#424849), to(#292929));
  background: linear-gradient(#424849, #292929);
}
.colorStyle6 .block.map .contacts .h3 {
  border-bottom-color: #ffffff;
}
.colorStyle6 .l_newsblock .uss_faq .uss_faq_item .uss_faq_question_text {
  color: #d3200e;
}
.colorStyle6 .block .fc_form_tml form.fc_form .buttons input {
  background: -webkit-gradient(linear, left top, left bottom, from(#333333), color-stop(#666666), to(#333333));
  background: linear-gradient(#333333, #666666, #333333);
}
.colorStyle6 .tab_items #tab_order .fc_form_tml form .buttons input[type=submit] {
  background: -webkit-gradient(linear, left top, left bottom, from(#333333), color-stop(#666666), to(#333333));
  background: linear-gradient(#333333, #666666, #333333);
}
.colorStyle6 .catalog_order_form .fc_form_tml form .buttons input[type=submit] {
  background: -webkit-gradient(linear, left top, left bottom, from(#333333), color-stop(#666666), to(#333333));
  background: linear-gradient(#333333, #666666, #333333);
}
.colorStyle6 .uss_comments .comment .title .date {
  color: #7a7979;
}
.colorStyle6 .news_exact_item .uss_news_date {
  color: #7a7979;
}
.colorStyle6 .similar_items_block .news_item .date {
  color: #7a7979;
}
.colorStyle6 .news_list .news_item .info .date {
  color: #7a7979;
}
.colorStyle6 .block .news_block_item .date {
  color: #7a7979;
}
.colorStyle6 .lh_search form input.uss_input_name::-webkit-input-placeholder {
  color: #989898;
}
.colorStyle6 .lh_search form input.uss_input_name:-ms-input-placeholder {
  color: #989898;
}
.colorStyle6 .lh_search form input.uss_input_name::-ms-input-placeholder {
  color: #989898;
}
.colorStyle6 .lh_search form input.uss_input_name::placeholder {
  color: #989898;
}
.colorStyle6 .uss_shop_blocks_view .uss_eshop_item .uss_img_holder {
  border-color: #CBCCCE;
}
.colorStyle6 .catalogs .uss_eshop_menu > li .eshop_menu_image a {
  border-color: #CBCCCE;
}
#wrap #l_site span.actual_price {
  background: none !important;
  border: none;
}
#wrap #l_site .uss_shop_price span {
  background: none !important;
  border: none;
}
.colorStyle2 #l_site span.actual_price,
.colorStyle6 #l_site span.actual_price {
  color: #212121;
}
.colorStyle2 #l_site .uss_shop_price span,
.colorStyle6 #l_site .uss_shop_price span {
  color: #212121;
}
.section_formconstructor .fc_form_tml form .group .fc_item:not(.block),
.section_basket2 .fc_form_tml form .group .fc_item:not(.block) {
  width: 100%;
  max-width: 420px;
}
.section_formconstructor .fc_form_tml form .group .fc_item:not(.fc_checkbox) .elem_item,
.section_basket2 .fc_form_tml form .group .fc_item:not(.fc_checkbox) .elem_item {
  width: 100%;
}
.section_formconstructor .fc_form_tml form .group .fc_item .elem_item input,
.section_basket2 .fc_form_tml form .group .fc_item .elem_item input {
  width: 100%;
}
.section_formconstructor .fc_form_tml form .group .fc_item .elem_item textarea,
.section_basket2 .fc_form_tml form .group .fc_item .elem_item textarea {
  width: 100%;
}
.colorStyle1 .lh_slider .sl_text .h3 span,
.colorStyle3 .lh_slider .sl_text .h3 span,
.colorStyle4 .lh_slider .sl_text .h3 span {
  background: rgba(255, 255, 255, 0.55);
  color: #212121;
}
.colorStyle1 .lh_slider .sl_text .preview p,
.colorStyle3 .lh_slider .sl_text .preview p,
.colorStyle4 .lh_slider .sl_text .preview p {
  background: rgba(255, 255, 255, 0.55);
  color: #212121;
}
.colorStyle1 .lh_slider .slick-dots li button,
.colorStyle3 .lh_slider .slick-dots li button,
.colorStyle4 .lh_slider .slick-dots li button {
  background-color: #fff;
}
.colorStyle1 .lh_slider .slick-dots li.slick-active button,
.colorStyle3 .lh_slider .slick-dots li.slick-active button,
.colorStyle4 .lh_slider .slick-dots li.slick-active button {
  background-color: #212121;
}
.colorStyle1 .section_registration .uss_section_content .uss_form_tml form > .uss_form_item.uss_form_captcha,
.colorStyle3 .section_registration .uss_section_content .uss_form_tml form > .uss_form_item.uss_form_captcha,
.colorStyle4 .section_registration .uss_section_content .uss_form_tml form > .uss_form_item.uss_form_captcha {
  background: rgba(255, 255, 255, 0.7);
}
.colorStyle1 .section_registration .uss_section_content .uss_form_tml form > .uss_form_item.uss_form_captcha label,
.colorStyle3 .section_registration .uss_section_content .uss_form_tml form > .uss_form_item.uss_form_captcha label,
.colorStyle4 .section_registration .uss_section_content .uss_form_tml form > .uss_form_item.uss_form_captcha label {
  color: #212121;
}
.colorStyle1 .section_text .uss_section_content:not(.comments_form) > form > .uss_form_item.uss_form_captcha,
.colorStyle3 .section_text .uss_section_content:not(.comments_form) > form > .uss_form_item.uss_form_captcha,
.colorStyle4 .section_text .uss_section_content:not(.comments_form) > form > .uss_form_item.uss_form_captcha {
  background: rgba(255, 255, 255, 0.7);
}
.colorStyle1 .section_text .uss_section_content:not(.comments_form) > form > .uss_form_item.uss_form_captcha label,
.colorStyle3 .section_text .uss_section_content:not(.comments_form) > form > .uss_form_item.uss_form_captcha label,
.colorStyle4 .section_text .uss_section_content:not(.comments_form) > form > .uss_form_item.uss_form_captcha label {
  color: #212121;
}
.aside-banner {
  padding: 0;
  position: relative;
}
.aside-banner p {
  margin: 0;
}
.aside-banner img {
  display: block;
  max-width: 100%;
  height: auto !important;
}
.aside-banner .image {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
}
.aside-banner .title {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 21px;
}
.aside-banner .preview {
  font-size: 18px;
}
.aside-banner .info {
  position: relative;
  z-index: 1;
  padding: 15px 18px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), color-stop(60%, rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.05)));
  background: linear-gradient(rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 60%, rgba(255, 255, 255, 0.05));
}
.aside-banner.dark {
  color: #fff !important;
}
.aside-banner.dark .info {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), color-stop(60%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.05)));
  background: linear-gradient(rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.05));
}
.colorStyle1 .aside-banner,
.colorStyle3 .aside-banner,
.colorStyle4 .aside-banner {
  color: #212121;
}
.colorStyle5 .l_newsblock .news_block_item .date {
  display: none;
}
.slider .slide {
  max-height: 100%;
  overflow: hidden;
}
.slider .image:not(.aspect_rated) {
  max-height: 100%;
}
.slider .image:not(.aspect_rated) img {
  max-width: 100%;
  max-height: 100%;
}
.slider .image {
  position: relative;
}
.slider .image img {
  display: block;
  margin: 0 auto;
}
.slider .image.width_fit.height_more img {
  width: auto;
  height: 100%;
}
.slider .image.width_fit.height_fit img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.slider .image.aspect_rated img {
  display: block;
  position: absolute;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}
.slider .image.height_less img {
  height: 100%;
  width: auto;
}
.slider .image.width_less img {
  width: 100%;
  height: auto;
}
.slider .image.width_more.height_fit img {
  height: 100% !important;
  width: auto !important;
}
.slider .image.width_more.height_more img {
  height: 100%;
  width: auto;
}
.slider .image.width_less.height_more img {
  width: auto;
  height: 100%;
}
.slider .image.width_fit.height_less img {
  width: auto;
  height: 100%;
}
.slider .image.width_less.height_less img {
  height: 100%;
  width: auto;
  max-width: none;
}
.uss_privacy_policy_wrap {
  color: #212121;
}
.aside-banner .banner-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10 !important;
}
.uss-flex-items {
  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;
}
.jq-selectbox {
  z-index: 10 !important;
}
.uss_photoalbums_foto_box {
  margin: 0;
}
.buy_one_click_window_wrap {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.buy_one_click_window_wrap form .group .fc_item .elem_item {
  max-width: 100%;
}
.catalog_orderform_tml .catalog_orderform_window_wrap {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.catalog_orderform_tml .catalog_orderform_window_wrap form .group .fc_item .elem_item {
  max-width: 100%;
}
.catalog_orderform_tml .catalog_orderform_window_wrap form .group .fc_item.fc_checkbox .elem_item {
  width: auto !important;
}
.uss_widget_outer_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.uss_widget_outer_content {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
}
a[href^="tel:"],
a[href^="tel:"]:hover {
  white-space: nowrap !important;
  color: inherit !important;
  text-decoration: none !important;
}
.price_zero_class {
  white-space: normal !important;
  font-size: 12px !important;
  line-height: 1 !important;
}
.uss_user_basket,
.uss_user_wishlist,
.uss_user_basket *,
.uss_user_wishlist * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.uss_user_basket table tr td,
.uss_user_wishlist table tr td {
  font-size: 15px;
}
.uss_user_basket table tr td.uss_name,
.uss_user_wishlist table tr td.uss_name {
  line-height: 1.2;
}
.uss_user_basket table tr td.uss_name .uss_title,
.uss_user_wishlist table tr td.uss_name .uss_title {
  height: auto;
  line-height: 1.35;
}
.uss_user_basket table tr td.uss_name .uss_description,
.uss_user_wishlist table tr td.uss_name .uss_description {
  line-height: 1.35;
  height: auto;
}
.uss_user_basket table tr td.uss_number input,
.uss_user_wishlist table tr td.uss_number input {
  min-width: 30px;
  height: 30px;
  border: 1px solid #e2e4e6;
  text-align: center;
}
.uss_user_basket table tr td.uss_delete_pos,
.uss_user_wishlist table tr td.uss_delete_pos {
  position: relative;
  padding-right: 20px;
}
.uss_user_basket table tr td.uss_delete_pos .del_wish,
.uss_user_wishlist table tr td.uss_delete_pos .del_wish,
.uss_user_basket table tr td.uss_delete_pos .del_basket_item,
.uss_user_wishlist table tr td.uss_delete_pos .del_basket_item {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .uss_user_basket,
  .uss_user_wishlist {
    display: block;
  }
  .uss_user_basket .hide,
  .uss_user_wishlist .hide {
    display: none !important;
  }
  .uss_user_basket > table,
  .uss_user_wishlist > table {
    display: block;
    border-right: 1px solid #ccc;
  }
  .uss_user_basket > table > tbody,
  .uss_user_wishlist > table > tbody {
    display: block;
  }
  .uss_user_basket > table > tbody > tr,
  .uss_user_wishlist > table > tbody > tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 5px;
  }
  .uss_user_basket > table > tbody > tr + tr > td.uss_image,
  .uss_user_wishlist > table > tbody > tr + tr > td.uss_image {
    padding-top: 10px !important;
  }
  .uss_user_basket > table > tbody > tr + tr > td.uss_name,
  .uss_user_wishlist > table > tbody > tr + tr > td.uss_name {
    padding-top: 10px !important;
  }
  .uss_user_basket > table > tbody > tr:not(.total_sum),
  .uss_user_wishlist > table > tbody > tr:not(.total_sum) {
    padding-right: 5px;
    padding-left: 5px;
  }
  .uss_user_basket > table > tbody > tr:first-child,
  .uss_user_wishlist > table > tbody > tr:first-child {
    display: none;
  }
  .uss_user_basket > table > tbody > tr:not(.hide),
  .uss_user_wishlist > table > tbody > tr:not(.hide) {
    border-bottom: 1px solid #ccc;
  }
  .uss_user_basket > table > tbody > tr th,
  .uss_user_wishlist > table > tbody > tr th {
    display: none;
  }
  .uss_user_basket > table > tbody > tr td,
  .uss_user_wishlist > table > tbody > tr td {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    border: none;
  }
  .uss_user_basket > table > tbody > tr td.uss_image,
  .uss_user_wishlist > table > tbody > tr td.uss_image {
    float: left;
    padding-left: 0 !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 100px;
            flex: 0 100px;
    border: none !important;
    padding-top: 5px !important;
    padding-left: 5px !important;
  }
  .uss_user_basket > table > tbody > tr td.uss_name,
  .uss_user_wishlist > table > tbody > tr td.uss_name {
    -webkit-box-flex: 1;
        -ms-flex: 1 calc(100% - 100px);
            flex: 1 calc(100% - 100px);
    display: block;
    width: auto;
    padding: 0;
    white-space: normal;
  }
  .uss_user_basket > table > tbody > tr td.uss_name .uss_description,
  .uss_user_wishlist > table > tbody > tr td.uss_name .uss_description {
    line-height: 1.2em;
  }
  .uss_user_basket > table > tbody > tr td.uss_name .uss_title,
  .uss_user_wishlist > table > tbody > tr td.uss_name .uss_title {
    font-size: 17px;
  }
  .uss_user_basket > table > tbody > tr td.uss_name .uss_description,
  .uss_user_wishlist > table > tbody > tr td.uss_name .uss_description {
    font-size: 14px;
  }
  .uss_user_basket > table > tbody > tr td.uss_name > *,
  .uss_user_wishlist > table > tbody > tr td.uss_name > * {
    margin-bottom: 7px;
  }
  .uss_user_basket > table > tbody > tr td.uss_name ~ *,
  .uss_user_wishlist > table > tbody > tr td.uss_name ~ * {
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .uss_user_basket > table > tbody > tr td.uss_price_field,
  .uss_user_wishlist > table > tbody > tr td.uss_price_field {
    font-size: 20px;
    font-weight: bold;
  }
  .uss_user_basket > table > tbody > tr td.uss_price_field:not(.uss_sum_field),
  .uss_user_wishlist > table > tbody > tr td.uss_price_field:not(.uss_sum_field) {
    display: none !important;
  }
  .uss_user_basket > table > tbody > tr td:not(.uss_name),
  .uss_user_wishlist > table > tbody > tr td:not(.uss_name) {
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
  .uss_user_basket > table > tbody > tr td:not(.uss_name) *:not(input),
  .uss_user_wishlist > table > tbody > tr td:not(.uss_name) *:not(input) {
    border: none;
  }
  .uss_user_basket > table > tbody > tr td.totals,
  .uss_user_wishlist > table > tbody > tr td.totals {
    display: block;
    width: 100%;
  }
  .uss_user_basket > table > tbody > tr td.uss_number,
  .uss_user_wishlist > table > tbody > tr td.uss_number {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .uss_user_basket > table > tbody > tr td.uss_number a.uss_plus,
  .uss_user_wishlist > table > tbody > tr td.uss_number a.uss_plus,
  .uss_user_basket > table > tbody > tr td.uss_number a.uss_minus,
  .uss_user_wishlist > table > tbody > tr td.uss_number a.uss_minus {
    width: auto;
    height: auto;
    font-size: 40px;
    padding: 0 9px;
    line-height: 1;
  }
  .uss_user_basket > table > tbody > tr td.uss_number input,
  .uss_user_wishlist > table > tbody > tr td.uss_number input {
    min-width: 30px;
    height: 30px;
    border: 1px solid #e2e4e6;
    text-align: center;
  }
  .uss_user_basket > table > tbody > tr td.uss_delete_pos,
  .uss_user_wishlist > table > tbody > tr td.uss_delete_pos {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding-right: 30px !important;
  }
  .uss_user_basket > table > tbody > tr td.uss_delete_pos a,
  .uss_user_wishlist > table > tbody > tr td.uss_delete_pos a {
    margin: 0;
  }
  .uss_user_basket > table > tbody > tr td.uss_delete_pos a + a,
  .uss_user_wishlist > table > tbody > tr td.uss_delete_pos a + a {
    margin-left: 9px;
    margin-right: 3px;
  }
  .uss_user_basket > table > tbody > tr td.uss_delete_pos a img,
  .uss_user_wishlist > table > tbody > tr td.uss_delete_pos a img {
    width: 15px;
    height: 15px;
    display: block;
    margin: 0;
  }
  .uss_user_basket > table > tbody > tr td.uss_delete_pos a.uss_pos_buttons,
  .uss_user_wishlist > table > tbody > tr td.uss_delete_pos a.uss_pos_buttons {
    font-size: 17px;
    display: inline-block;
    padding: 0 5px;
    vertical-align: middle;
  }
  #wrap .uss_user_wishlist > table > tbody > tr td.uss_price_field {
    display: block !important;
  }
  .uss_user_wishlist > table > tbody > tr {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .uss_user_wishlist > table > tbody > tr td.uss_delete_pos > a {
    margin-left: 5px;
  }
  .section_basket2 .fc_form_tml .group .fc_item.block {
    width: 100% !important;
  }
}
.uss-copyright.kzsite .uss-copyright_text {
  overflow: hidden;
}
.uss-copyright.kzsite .uss-copyright_text span,
.uss-copyright.kzsite .uss-copyright_text strong {
  margin-left: 0;
}
.uss_catlog_cat_anons ul,
.uss_tree_description ul {
  list-style-type: disc;
}
.uss_catlog_cat_anons ul,
.uss_tree_description ul,
.uss_catlog_cat_anons ol,
.uss_tree_description ol {
  padding: 0 0 0 19px;
  margin: 5px 0 5px 0;
  text-align: left;
}
.uss_catlog_cat_anons ul a,
.uss_tree_description ul a,
.uss_catlog_cat_anons ol a,
.uss_tree_description ol a {
  color: inherit !important;
  font-size: inherit !important;
}
.section_photoalbums .uss_photoalbums_foto_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.section_photoalbums .uss_photoalbums_foto_box .uss_img_item {
  max-width: 100%;
  display: block;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}
.section_photoalbums .uss_photoalbums_foto_box .uss_img_item .uss_img_pre {
  max-width: 100%;
  height: auto !important;
  display: block;
}
.section_photoalbums .uss_photoalbums_foto_box .uss_img_item .uss_img_pre img {
  max-width: 100%;
  height: auto;
  display: block;
}
.section_photoalbums .uss_photoalbums_foto_mosaic .uss_img_item {
  max-width: 100%;
}
.section_photoalbums .uss_photoalbums_foto_mosaic .uss_img_item img {
  display: block;
  max-width: 100%;
}
.section_photoalbums .uss_photoalbums_foto_list .uss_img_item .uss_img_pre {
  max-width: 100%;
  display: block;
  height: auto !important;
}
.section_photoalbums .uss_photoalbums_foto_list .uss_img_item .uss_img_pre img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .fc_form_tml .group .fc_item.block {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 540px) {
  .uss_basket_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .uss_basket_menu > * {
    margin: 7px 0 !important;
    padding: 0 !important;
  }
  .uss_basket_menu > * + * {
    margin-top: 0 !important;
  }
}
@media (max-width: 600px) {
  .uss_shop_detail_350_right .uss_img_wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 10px;
    row-gap: 10px;
  }
  .uss_shop_detail_350_right .uss_img_wrapper .uss_img_big {
    float: none;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0 !important;
  }
  .uss_shop_detail_350_right .uss_img_wrapper .uss_img_big .uss_img_big_image {
    position: relative;
  }
  .uss_shop_detail_350_right .uss_img_wrapper .uss_img_ico_box.column {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
            column-gap: 10px;
    row-gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0 !important;
  }
  .uss_shop_detail_350_right .uss_img_wrapper .uss_img_ico_box.column > .uss_img_ico {
    margin-right: 0 !important;
  }
}
.imageArea,
.imageWrapOuter,
.uss_img_holder_outer {
  max-width: 100%;
}
.imageArea div,
.imageWrapOuter div,
.uss_img_holder_outer div,
.imageArea a,
.imageWrapOuter a,
.uss_img_holder_outer a,
.imageArea img,
.imageWrapOuter img,
.uss_img_holder_outer img {
  max-width: 100%;
}
.uss_eshop_block_item {
  max-width: 100%;
}
.uss_eshop_block_item div,
.uss_eshop_block_item a,
.uss_eshop_block_item img {
  max-width: 100%;
}
.uss_tabs table[class*='uss_table'] {
  border-collapse: collapse;
}
@media (max-width: 650px) {
  .imageArea,
  .imageWrapOuter,
  .uss_img_holder_outer {
    height: auto !important;
  }
  .imageArea div,
  .imageWrapOuter div,
  .uss_img_holder_outer div {
    height: auto !important;
  }
  .uss_eshop_block_item {
    height: auto !important;
  }
  .uss_eshop_block_item div {
    height: auto !important;
  }
  .content .uss_section_content img {
    float: none !important;
  }
}
.uss-scroller .mCSB_container {
  padding-top: 45px;
}
.uss-scroller .mCSB_scrollTools {
  top: 15px;
  bottom: auto;
}
.tableScoller-wrap {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  width: 100%;
  max-width: 100%;
  clear: both;
  float: none;
  zoom: 1;
}
.tableScoller-wrap:before,
.tableScoller-wrap:after {
  content: '';
  display: table;
}
.tableScoller-wrap:after {
  clear: both;
}
.uss_section_content .uss_basket_menu > a,
.uss_section_content .uss_basket_menu > span {
  display: inline-block;
}
@media (min-width: 769px) and (max-width: 1000px) {
  .uss_shop_table_view .uss_img .uss_img_holder_outer,
  .uss_shop_table_view .uss_img .uss_img_holder {
    max-width: 139px;
    height: auto !important;
  }
}
@media (max-width: 768px) {
  .uss_shop_table_view.mCustomScrollbar .mCSB_container {
    width: 100% !important;
  }
  table.uss_shoppos_table {
    display: block;
    border: none;
    max-width: 100%;
    width: 100%;
  }
  table.uss_shoppos_table tbody {
    display: block;
  }
  table.uss_shoppos_table tbody tr:first-child {
    display: none;
  }
  table.uss_shoppos_table tbody tr:first-child + td {
    border-top: 1px solid #989898;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item {
    width: 100%;
    display: block;
    padding-bottom: 7px;
    padding-top: 7px;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item + tr {
    padding-top: 7px;
    border-top: 1px solid #989898;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td {
    font-size: 15px;
    border: none;
    padding: 0;
    display: block;
    overflow: hidden;
    width: auto !important;
    margin-bottom: 5px;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_img {
    float: left;
    display: block;
    margin-right: 10px;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_img ~ * {
    overflow: hidden;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_title {
    display: block;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_price {
    text-align: left;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_price span.old_price {
    font-size: 16px;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_price span.actual_price {
    font-size: 18px;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_description > div {
    height: auto;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_onlineorder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_onlineorder > * {
    margin: 10px 10px 0 0 !important;
    white-space: nowrap;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_onlineorder a.add_to_cart {
    max-width: none;
    margin-bottom: 0 !important;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_onlineorder span.add_to_cart + .uss_shop_by {
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  table.uss_shoppos_table tbody tr.uss_eshop_item td {
    margin: 0 0 5px 0;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_img {
    float: none;
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_img > div {
    margin: 0 auto;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td > div {
    margin: 0;
  }
}
.uss_photoalbums_albums_block .uss_albums_item {
  display: block;
  max-width: calc((100% - 10px) / 2);
}
.uss_photoalbums_albums_block .uss_albums_item .uss_albums_cover {
  display: block;
  max-width: 100%;
  height: auto !important;
}
.uss_photoalbums_albums_block .uss_albums_item .uss_albums_cover img {
  display: block;
  max-width: 100%;
}
.uss_photoalbums .uss_photoalbums_foto_box .uss_img_item .uss_img_pre {
  height: auto !important;
  max-width: 100%;
  display: block;
}
.uss_photoalbums .uss_photoalbums_foto_box .uss_img_item .uss_img_pre img {
  max-width: 100%;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_img_wrap .uss_shop_cat_img {
  max-width: 100%;
  display: block;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_img_wrap .uss_shop_cat_img a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_img_wrap .uss_shop_cat_img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.uss_section_content .uss_shop_list_cat .uss_shop_category .uss_shop_cat_img_wrap {
  max-width: 40vw;
}
.uss_section_content .uss_shop_list_cat .uss_shop_category .uss_shop_cat_img_wrap .uss_shop_cat_img {
  display: block;
  max-width: 100%;
}
.uss_section_content .uss_shop_list_cat .uss_shop_category .uss_shop_cat_img_wrap .uss_shop_cat_img a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.uss_section_content .uss_shop_list_cat .uss_shop_category .uss_shop_cat_img_wrap .uss_shop_cat_img img {
  display: block;
  max-width: 100%;
}
.uss_section_content .uss_shop_list_view_item.uss_eshop_item .posimg_item .uss_img_holder_outer {
  max-width: 30vw;
}
.uss_section_content .uss_shop_list_view_item.uss_eshop_item .posimg_item .uss_img_holder_outer .uss_img_holder {
  display: block;
  max-width: 100%;
}
.uss_section_content .uss_shop_list_view_item.uss_eshop_item .posimg_item .uss_img_holder_outer .uss_img_holder a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.uss_section_content .uss_shop_list_view_item.uss_eshop_item .posimg_item .uss_img_holder_outer .uss_img_holder img {
  display: block;
  max-width: 100%;
}
.uss_shop_blocks_view .uss_eshop_item .posimg_item .uss_img_holder_outer {
  max-width: 100%;
}
.uss_shop_blocks_view .uss_eshop_item .posimg_item .uss_img_holder_outer .uss_img_holder {
  max-width: 100%;
  display: block;
  margin-bottom: 0;
}
.uss_shop_blocks_view .uss_eshop_item .posimg_item .uss_img_holder_outer .uss_img_holder a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.uss_shop_blocks_view .uss_eshop_item .posimg_item .uss_img_holder_outer .uss_img_holder img {
  display: block;
  max-width: 100%;
  height: auto !important;
}
.uss_section_content .uss_eshop_sameproducts.list .item .imageArea {
  max-width: calc(40vw - 10px);
}
.uss_section_content .uss_eshop_sameproducts.list .item .imageArea .imageWrapOuter {
  max-width: 100%;
}
.uss_section_content .uss_eshop_sameproducts.list .item .imageArea .imageWrapOuter .image {
  display: block;
  max-width: 100%;
}
.uss_section_content .uss_eshop_sameproducts.list .item .imageArea .imageWrapOuter .image a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.uss_section_content .uss_eshop_sameproducts.list .item .imageArea .imageWrapOuter .image img {
  display: block;
  max-width: 100%;
}
.uss_eshop_sameproducts.blocks .item .imageArea .imageWrapOuter {
  max-width: 100%;
}
.uss_eshop_sameproducts.blocks .item .imageArea .imageWrapOuter .imageWrap {
  max-width: 100%;
  display: block;
}
.uss_eshop_sameproducts.blocks .item .imageArea .imageWrapOuter .imageWrap .image {
  max-width: 100%;
  display: block;
}
.uss_eshop_sameproducts.blocks .item .imageArea .imageWrapOuter .imageWrap .image a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.uss_eshop_sameproducts.blocks .item .imageArea .imageWrapOuter .imageWrap img {
  max-width: 100%;
  display: block;
  height: auto;
}
.uss_catalog_block_cat .uss_catalog_category .uss_catalog_cat_img {
  max-width: 100%;
  display: block;
}
.uss_catalog_block_cat .uss_catalog_category .uss_catalog_cat_img a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.uss_section_content .uss_catalog_list_cat .uss_catalog_category .uss_catalog_img_wrap {
  max-width: 40vw - 10;
}
.uss_section_content .uss_catalog_list_cat .uss_catalog_category .uss_catalog_img_wrap .uss_catalog_cat_img {
  max-width: 100%;
  display: block;
}
.uss_section_content .uss_catalog_list_cat .uss_catalog_category .uss_catalog_img_wrap .uss_catalog_cat_img a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.news_list.news_block_items .news_item .image .uss_image_holder {
  max-width: calc(100% - 4px);
  height: auto !important;
  display: block;
  margin: 2px;
}
.news_list.news_block_items .news_item .image .uss_image_holder img {
  display: block;
  max-width: 100%;
}
.similar_items_block .news_item .image .uss_image_holder {
  max-width: 100%;
  display: block;
  height: auto !important;
}
.similar_items_block .news_item .image .uss_image_holder img {
  max-width: 100%;
  display: block;
  height: auto;
}
.similar_items_list .news_item .image {
  max-width: 40vw;
}
.similar_items_list .news_item .image .uss_image_holder {
  max-width: 100%;
  display: block;
  height: auto !important;
}
.similar_items_list .news_item .image .uss_image_holder img {
  max-width: 100%;
  display: block;
  height: auto;
}
.groups_list .group_item .info .image .uss_image_holder {
  max-width: 40vw;
  height: auto !important;
  display: block;
}
.groups_list .group_item .info .image .uss_image_holder img {
  display: block;
  max-width: 100%;
  height: auto;
}
.groups_block .group_item .info .image .uss_image_holder {
  max-width: 40vw;
  height: auto !important;
  display: block;
}
.groups_block .group_item .info .image .uss_image_holder img {
  display: block;
  max-width: 100%;
  height: auto;
}
.uss_eshop_sameproducts.blocks .item {
  max-width: calc((100% - 10px) / 2);
}
.news_list.news_block_items .news_item {
  max-width: calc((100% - 10px) / 2);
}
.uss_shop_blocks_view .uss_eshop_item {
  max-width: calc((100% - 10px) / 2);
}
.uss_catalog_block_cat .uss_catalog_category {
  max-width: calc((100% - 10px) / 2);
}
.uss_shop_block_cat .uss_shop_category {
  max-width: calc((100% - 10px) / 2);
}
.similar_items_block .news_item {
  max-width: calc((100% - 10px) / 2);
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_name,
div.uss_tabs .uss_tabs_navigation span,
.uss_shop_block_cat .uss_shop_cat_name,
.uss_catalog_list_cat .uss_catalog_cat_name,
.uss_catalog_block_cat .uss_catalog_cat_name,
.uss_photoalbums_albums_list .uss_albums_name,
.uss_photoalbums_albums_block .uss_albums_name,
.uss_photoalbums_albums_with_photo .uss_albums_name,
.photoalbum_menu .photoalbum_menu_item > a,
.service .uss_eshop_menu > li > a,
.service .catalog_menu .catalog_menu_item > a,
.services .uss_eshop_menu > li > a,
.services .catalog_menu .catalog_menu_item > a,
.uss_eshop_block_item .uss_shop_name,
.content_menu,
.uss_shop_list_cat .uss_shop_cat_name,
.uss_shop_list_view .uss_shop_technical_data .uss_shop_name,
.section_news .uss_news .groups_list .group_item .title,
.section_news .uss_news .groups_block .group_item .title,
.uss_eshop_sameproducts.blocks .item .title,
.similar_items_block .news_item .info .title,
.similar_items_list .news_item .title,
.uss_eshop_sameproducts.list .item .title,
.buy_one_click_form_tml .uss_title,
.catalogs .uss_eshop_menu > li > a,
.catalogs .catalog_menu > li > div > a,
.catalogs .catalog_menu > li > div > .info > a,
.product_cat .uss_eshop_menu > li > a,
.product_cat .catalog_menu > li > div > a,
.catalog_block .uss_eshop_menu > li > a,
.catalog_block .catalog_menu > li > div > a,
.block .news_block_item .info .title,
.uss_widget_outer_content .news_block_item .title,
.uss_faq_item .question .info .author,
.uss_user_basket .uss_name .uss_title,
.uss_user_wishlist .uss_name .uss_title,
.news_list .title {
  font-size: 18px;
  font-weight: bolder;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_name a,
div.uss_tabs .uss_tabs_navigation span a,
.uss_shop_block_cat .uss_shop_cat_name a,
.uss_catalog_list_cat .uss_catalog_cat_name a,
.uss_catalog_block_cat .uss_catalog_cat_name a,
.uss_photoalbums_albums_list .uss_albums_name a,
.uss_photoalbums_albums_block .uss_albums_name a,
.uss_photoalbums_albums_with_photo .uss_albums_name a,
.photoalbum_menu .photoalbum_menu_item > a a,
.service .uss_eshop_menu > li > a a,
.service .catalog_menu .catalog_menu_item > a a,
.services .uss_eshop_menu > li > a a,
.services .catalog_menu .catalog_menu_item > a a,
.uss_eshop_block_item .uss_shop_name a,
.content_menu a,
.uss_shop_list_cat .uss_shop_cat_name a,
.uss_shop_list_view .uss_shop_technical_data .uss_shop_name a,
.section_news .uss_news .groups_list .group_item .title a,
.section_news .uss_news .groups_block .group_item .title a,
.uss_eshop_sameproducts.blocks .item .title a,
.similar_items_block .news_item .info .title a,
.similar_items_list .news_item .title a,
.uss_eshop_sameproducts.list .item .title a,
.buy_one_click_form_tml .uss_title a,
.catalogs .uss_eshop_menu > li > a a,
.catalogs .catalog_menu > li > div > a a,
.product_cat .uss_eshop_menu > li > a a,
.product_cat .catalog_menu > li > div > a a,
.catalog_block .uss_eshop_menu > li > a a,
.catalog_block .catalog_menu > li > div > a a,
.block .news_block_item .info .title a,
.uss_widget_outer_content .news_block_item .title a,
.uss_faq_item .question .info .author a,
.uss_user_basket .uss_name .uss_title a,
.uss_user_wishlist .uss_name .uss_title a,
.news_list .title a {
  font-size: inherit;
}
.uss_shop_table_view td.uss_title {
  font-size: calc(18px - 2px);
}
@media (max-width: 768px) {
  .uss_shop_blocks_view .uss_eshop_item .uss_shop_name,
  div.uss_tabs .uss_tabs_navigation span,
  .uss_shop_block_cat .uss_shop_cat_name,
  .uss_catalog_list_cat .uss_catalog_cat_name,
  .uss_catalog_block_cat .uss_catalog_cat_name,
  .uss_photoalbums_albums_list .uss_albums_name,
  .uss_photoalbums_albums_block .uss_albums_name,
  .uss_photoalbums_albums_with_photo .uss_albums_name,
  .photoalbum_menu .photoalbum_menu_item > a,
  .service .uss_eshop_menu > li > a,
  .service .catalog_menu .catalog_menu_item > a,
  .services .uss_eshop_menu > li > a,
  .services .catalog_menu .catalog_menu_item > a,
  .uss_eshop_block_item .uss_shop_name,
  .content_menu,
  .uss_shop_list_cat .uss_shop_cat_name,
  .uss_shop_list_view .uss_shop_technical_data .uss_shop_name,
  .section_news .uss_news .groups_list .group_item .title,
  .section_news .uss_news .groups_block .group_item .title,
  .uss_eshop_sameproducts.blocks .item .title,
  .similar_items_block .news_item .info .title,
  .similar_items_list .news_item .title,
  .uss_eshop_sameproducts.list .item .title,
  .buy_one_click_form_tml .uss_title,
  .catalogs .uss_eshop_menu > li > a,
  .catalogs .catalog_menu > li > div > a,
  .product_cat .uss_eshop_menu > li > a,
  .product_cat .catalog_menu > li > div > a,
  .catalog_block .uss_eshop_menu > li > a,
  .catalog_block .catalog_menu > li > div > a,
  .block .news_block_item .info .title,
  .uss_widget_outer_content .news_block_item .title,
  .uss_faq_item .question .info .author,
  .uss_user_basket .uss_name .uss_title,
  .uss_user_wishlist .uss_name .uss_title,
  .news_list .title {
    font-size: 18px - 2px;
    font-weight: bolder;
  }
  .uss_shop_blocks_view .uss_eshop_item .uss_shop_name a,
  div.uss_tabs .uss_tabs_navigation span a,
  .uss_shop_block_cat .uss_shop_cat_name a,
  .uss_catalog_list_cat .uss_catalog_cat_name a,
  .uss_catalog_block_cat .uss_catalog_cat_name a,
  .uss_photoalbums_albums_list .uss_albums_name a,
  .uss_photoalbums_albums_block .uss_albums_name a,
  .uss_photoalbums_albums_with_photo .uss_albums_name a,
  .photoalbum_menu .photoalbum_menu_item > a a,
  .service .uss_eshop_menu > li > a a,
  .service .catalog_menu .catalog_menu_item > a a,
  .services .uss_eshop_menu > li > a a,
  .services .catalog_menu .catalog_menu_item > a a,
  .uss_eshop_block_item .uss_shop_name a,
  .content_menu a,
  .uss_shop_list_cat .uss_shop_cat_name a,
  .uss_shop_list_view .uss_shop_technical_data .uss_shop_name a,
  .section_news .uss_news .groups_list .group_item .title a,
  .section_news .uss_news .groups_block .group_item .title a,
  .uss_eshop_sameproducts.blocks .item .title a,
  .similar_items_block .news_item .info .title a,
  .similar_items_list .news_item .title a,
  .uss_eshop_sameproducts.list .item .title a,
  .buy_one_click_form_tml .uss_title a,
  .catalogs .uss_eshop_menu > li > a a,
  .catalogs .catalog_menu > li > div > a a,
  .product_cat .uss_eshop_menu > li > a a,
  .product_cat .catalog_menu > li > div > a a,
  .catalog_block .uss_eshop_menu > li > a a,
  .catalog_block .catalog_menu > li > div > a a,
  .block .news_block_item .info .title a,
  .uss_widget_outer_content .news_block_item .title a,
  .uss_faq_item .question .info .author a,
  .uss_user_basket .uss_name .uss_title a,
  .uss_user_wishlist .uss_name .uss_title a,
  .news_list .title a {
    font-size: inherit;
  }
}
.uss_eshop_sameproducts.blocks .item .descr,
.uss_eshop_sameproducts.list .item .descr,
.service .uss_eshop_menu > li .uss_tree_description,
.service .catalog_menu .catalog_menu_item .uss_tree_description,
.uss_shop_block_cat .uss_shop_cat_text,
.uss_catlog_cat_anons,
.uss_catalog_detail .uss_catalog_short_description,
.uss_shop_list_cat .uss_shop_cat_text,
.uss_buy_one_click_pos .uss_onepos_info .uss_description,
.uss_shop_description,
.news_block_item .preview,
.news_list .preview,
.groups_list .description,
.uss_shop_full_description,
.section_news .uss_news .groups_list .group_item .description,
.section_news .uss_news .groups_block .group_item .description,
.uss_photoalbums_albums_block .uss_albums_description,
.uss_photoalbums_albums_with_photo .uss_albums_description,
.uss_photoalbums_albums_list .uss_albums_description,
.catalogs .uss_eshop_menu .uss_tree_description,
.catalogs .catalog_menu .uss_tree_description,
.product_cat .uss_eshop_menu .uss_tree_description,
.product_cat .catalog_menu .uss_tree_description,
div.uss_tabs .tab_item,
.content .section.section_text,
.uss_widget_outer_content .news_block_item .preview,
.uss_user_basket .uss_name .uss_description,
.uss_user_wishlist .uss_name .uss_description,
.uss_shop_table_view td,
.photoalbum_menu .photoalbum_menu_item .uss_tree_description {
  font-size: 17px;
}
.uss_eshop_sameproducts.blocks .item .descr p,
.uss_eshop_sameproducts.list .item .descr p,
.service .uss_eshop_menu > li .uss_tree_description p,
.service .catalog_menu .catalog_menu_item .uss_tree_description p,
.uss_shop_block_cat .uss_shop_cat_text p,
.uss_catlog_cat_anons p,
.uss_catalog_detail .uss_catalog_short_description p,
.uss_shop_list_cat .uss_shop_cat_text p,
.uss_buy_one_click_pos .uss_onepos_info .uss_description p,
.uss_shop_description p,
.news_block_item .preview p,
.news_list .preview p,
.groups_list .description p,
.uss_shop_full_description p,
.section_news .uss_news .groups_list .group_item .description p,
.section_news .uss_news .groups_block .group_item .description p,
.uss_photoalbums_albums_block .uss_albums_description p,
.uss_photoalbums_albums_with_photo .uss_albums_description p,
.uss_photoalbums_albums_list .uss_albums_description p,
.catalogs .uss_eshop_menu .uss_tree_description p,
.catalogs .catalog_menu .uss_tree_description p,
.product_cat .uss_eshop_menu .uss_tree_description p,
.product_cat .catalog_menu .uss_tree_description p,
div.uss_tabs .tab_item p,
.content .section.section_text p,
.uss_widget_outer_content .news_block_item .preview p,
.uss_user_basket .uss_name .uss_description p,
.uss_user_wishlist .uss_name .uss_description p,
.uss_shop_table_view td p,
.photoalbum_menu .photoalbum_menu_item .uss_tree_description p,
.uss_eshop_sameproducts.blocks .item .descr span,
.uss_eshop_sameproducts.list .item .descr span,
.service .uss_eshop_menu > li .uss_tree_description span,
.service .catalog_menu .catalog_menu_item .uss_tree_description span,
.uss_shop_block_cat .uss_shop_cat_text span,
.uss_catlog_cat_anons span,
.uss_catalog_detail .uss_catalog_short_description span,
.uss_shop_list_cat .uss_shop_cat_text span,
.uss_buy_one_click_pos .uss_onepos_info .uss_description span,
.uss_shop_description span,
.news_block_item .preview span,
.news_list .preview span,
.groups_list .description span,
.uss_shop_full_description span,
.section_news .uss_news .groups_list .group_item .description span,
.section_news .uss_news .groups_block .group_item .description span,
.uss_photoalbums_albums_block .uss_albums_description span,
.uss_photoalbums_albums_with_photo .uss_albums_description span,
.uss_photoalbums_albums_list .uss_albums_description span,
.catalogs .uss_eshop_menu .uss_tree_description span,
.catalogs .catalog_menu .uss_tree_description span,
.product_cat .uss_eshop_menu .uss_tree_description span,
.product_cat .catalog_menu .uss_tree_description span,
div.uss_tabs .tab_item span,
.content .section.section_text span,
.uss_widget_outer_content .news_block_item .preview span,
.uss_user_basket .uss_name .uss_description span,
.uss_user_wishlist .uss_name .uss_description span,
.uss_shop_table_view td span,
.photoalbum_menu .photoalbum_menu_item .uss_tree_description span {
  font-size: inherit;
}
.similar_items_block .news_item .date,
.similar_items_list .news_item .date,
.news_block_item .date,
.uss_widget_outer_content .news_block_item .date,
.news_list .date {
  font-size: 17px;
}
.similar_items_block .news_item .date p,
.similar_items_list .news_item .date p,
.news_block_item .date p,
.uss_widget_outer_content .news_block_item .date p,
.news_list .date p,
.similar_items_block .news_item .date span,
.similar_items_list .news_item .date span,
.news_block_item .date span,
.uss_widget_outer_content .news_block_item .date span,
.news_list .date span {
  font-size: inherit;
}
@media (max-width: 768px) {
  .uss_eshop_sameproducts.blocks .item .descr,
  .uss_eshop_sameproducts.list .item .descr,
  .service .uss_eshop_menu > li .uss_tree_description,
  .service .catalog_menu .catalog_menu_item .uss_tree_description,
  .uss_shop_block_cat .uss_shop_cat_text,
  .uss_catlog_cat_anons,
  .uss_catalog_detail .uss_catalog_short_description,
  .uss_shop_list_cat .uss_shop_cat_text,
  .uss_buy_one_click_pos .uss_onepos_info .uss_description,
  .uss_shop_description,
  .news_block_item .preview,
  .news_list .preview,
  .groups_list .description,
  .uss_shop_full_description,
  .section_news .uss_news .groups_list .group_item .description,
  .section_news .uss_news .groups_block .group_item .description,
  .uss_photoalbums_albums_block .uss_albums_description,
  .uss_photoalbums_albums_with_photo .uss_albums_description,
  .uss_photoalbums_albums_list .uss_albums_description,
  .catalogs .uss_eshop_menu .uss_tree_description,
  .catalogs .catalog_menu .uss_tree_description,
  .product_cat .uss_eshop_menu .uss_tree_description,
  .product_cat .catalog_menu .uss_tree_description,
  div.uss_tabs .tab_item,
  .content .section.section_text,
  .uss_widget_outer_content .news_block_item .preview,
  .uss_user_basket .uss_name .uss_description,
  .uss_user_wishlist .uss_name .uss_description,
  .uss_shop_table_view td,
  .photoalbum_menu .photoalbum_menu_item .uss_tree_description {
    font-size: 17px - 0px;
  }
  .uss_eshop_sameproducts.blocks .item .descr p,
  .uss_eshop_sameproducts.list .item .descr p,
  .service .uss_eshop_menu > li .uss_tree_description p,
  .service .catalog_menu .catalog_menu_item .uss_tree_description p,
  .uss_shop_block_cat .uss_shop_cat_text p,
  .uss_catlog_cat_anons p,
  .uss_catalog_detail .uss_catalog_short_description p,
  .uss_shop_list_cat .uss_shop_cat_text p,
  .uss_buy_one_click_pos .uss_onepos_info .uss_description p,
  .uss_shop_description p,
  .news_block_item .preview p,
  .news_list .preview p,
  .groups_list .description p,
  .uss_shop_full_description p,
  .section_news .uss_news .groups_list .group_item .description p,
  .section_news .uss_news .groups_block .group_item .description p,
  .uss_photoalbums_albums_block .uss_albums_description p,
  .uss_photoalbums_albums_with_photo .uss_albums_description p,
  .uss_photoalbums_albums_list .uss_albums_description p,
  .catalogs .uss_eshop_menu .uss_tree_description p,
  .catalogs .catalog_menu .uss_tree_description p,
  .product_cat .uss_eshop_menu .uss_tree_description p,
  .product_cat .catalog_menu .uss_tree_description p,
  div.uss_tabs .tab_item p,
  .content .section.section_text p,
  .uss_widget_outer_content .news_block_item .preview p,
  .uss_user_basket .uss_name .uss_description p,
  .uss_user_wishlist .uss_name .uss_description p,
  .uss_shop_table_view td p,
  .photoalbum_menu .photoalbum_menu_item .uss_tree_description p,
  .uss_eshop_sameproducts.blocks .item .descr span,
  .uss_eshop_sameproducts.list .item .descr span,
  .service .uss_eshop_menu > li .uss_tree_description span,
  .service .catalog_menu .catalog_menu_item .uss_tree_description span,
  .uss_shop_block_cat .uss_shop_cat_text span,
  .uss_catlog_cat_anons span,
  .uss_catalog_detail .uss_catalog_short_description span,
  .uss_shop_list_cat .uss_shop_cat_text span,
  .uss_buy_one_click_pos .uss_onepos_info .uss_description span,
  .uss_shop_description span,
  .news_block_item .preview span,
  .news_list .preview span,
  .groups_list .description span,
  .uss_shop_full_description span,
  .section_news .uss_news .groups_list .group_item .description span,
  .section_news .uss_news .groups_block .group_item .description span,
  .uss_photoalbums_albums_block .uss_albums_description span,
  .uss_photoalbums_albums_with_photo .uss_albums_description span,
  .uss_photoalbums_albums_list .uss_albums_description span,
  .catalogs .uss_eshop_menu .uss_tree_description span,
  .catalogs .catalog_menu .uss_tree_description span,
  .product_cat .uss_eshop_menu .uss_tree_description span,
  .product_cat .catalog_menu .uss_tree_description span,
  div.uss_tabs .tab_item span,
  .content .section.section_text span,
  .uss_widget_outer_content .news_block_item .preview span,
  .uss_user_basket .uss_name .uss_description span,
  .uss_user_wishlist .uss_name .uss_description span,
  .uss_shop_table_view td span,
  .photoalbum_menu .photoalbum_menu_item .uss_tree_description span {
    font-size: inherit;
  }
  .similar_items_block .news_item .date,
  .similar_items_list .news_item .date,
  .news_block_item .date,
  .uss_widget_outer_content .news_block_item .date,
  .news_list .date {
    font-size: 17px - 0px;
  }
  .similar_items_block .news_item .date p,
  .similar_items_list .news_item .date p,
  .news_block_item .date p,
  .uss_widget_outer_content .news_block_item .date p,
  .news_list .date p,
  .similar_items_block .news_item .date span,
  .similar_items_list .news_item .date span,
  .news_block_item .date span,
  .uss_widget_outer_content .news_block_item .date span,
  .news_list .date span {
    font-size: inherit;
  }
}
.l_col .block .news_block_item .title,
.l_newsblock .block .news_block_item .title,
.l_specblock .block .news_block_item .title {
  font-size: 18px;
}
.l_col .block .news_block_item .title a,
.l_newsblock .block .news_block_item .title a,
.l_specblock .block .news_block_item .title a {
  font-size: inherit;
}
.l_col .block .uss_widget_outer_content .uss_eshop_block_item .uss_shop_name,
.l_newsblock .block .uss_widget_outer_content .uss_eshop_block_item .uss_shop_name,
.l_specblock .block .uss_widget_outer_content .uss_eshop_block_item .uss_shop_name {
  font-size: 18px;
}
.l_col .block .uss_widget_outer_content .uss_eshop_block_item .uss_shop_name a,
.l_newsblock .block .uss_widget_outer_content .uss_eshop_block_item .uss_shop_name a,
.l_specblock .block .uss_widget_outer_content .uss_eshop_block_item .uss_shop_name a {
  font-size: inherit;
}
@media (max-width: 768px) {
  .l_col .block .news_block_item .title,
  .l_newsblock .block .news_block_item .title,
  .l_specblock .block .news_block_item .title {
    font-size: 18px - 1px;
  }
  .l_col .block .news_block_item .title a,
  .l_newsblock .block .news_block_item .title a,
  .l_specblock .block .news_block_item .title a {
    font-size: inherit;
  }
  .l_col .block .uss_widget_outer_content .uss_eshop_block_item .uss_shop_name,
  .l_newsblock .block .uss_widget_outer_content .uss_eshop_block_item .uss_shop_name,
  .l_specblock .block .uss_widget_outer_content .uss_eshop_block_item .uss_shop_name {
    font-size: 18px - 1px;
  }
  .l_col .block .uss_widget_outer_content .uss_eshop_block_item .uss_shop_name a,
  .l_newsblock .block .uss_widget_outer_content .uss_eshop_block_item .uss_shop_name a,
  .l_specblock .block .uss_widget_outer_content .uss_eshop_block_item .uss_shop_name a {
    font-size: inherit;
  }
}
.l_header .lh_menu ul,
.l_area .lh_menu ul {
  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;
}
.l_header .lh_menu ul .devider,
.l_area .lh_menu ul .devider {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}
.l_header .lh_menu ul .submenu,
.l_area .lh_menu ul .submenu {
  display: none;
}
.top_bar + #wrap .l_footer .l_wrapper {
  padding-bottom: 71px;
}
.top_bar ~ noindex .uss_privacy_policy_wrap {
  padding-bottom: 51px;
}
.uss_user_basket a.add_to_wishlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.uss_shop_block_cat .uss_shop_cat_img a,
.uss_catalog_cat_img a,
.uss_section_content .uss_shop_list_cat .uss_shop_category .uss_shop_cat_img_wrap .uss_shop_cat_img a {
  margin: 0 auto;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_img_wrap .uss_shop_cat_img {
  margin: 0 auto;
  display: block;
}
.uss_section_content .uss_shop_list_cat .uss_shop_category .uss_shop_cat_img_wrap .uss_shop_cat_img {
  height: auto !important;
  padding: 2px;
}
#tab_sameproducts {
  padding-top: 20px;
  padding-bottom: 20px;
}
#tab_sameproducts .uss_eshop_sameproducts {
  margin-top: 0 !important;
}
.uss_form_tml .uss_form_item {
  width: 100%;
  max-width: 420px;
}
.uss_form_tml .uss_form_item label {
  width: 100%;
}
.uss_form_tml .uss_form_item input {
  width: 100%;
}
.uss_form_tml .uss_form_item input[type=submit] {
  width: auto;
}
.uss_form_tml .uss_form_item textarea {
  width: 100%;
}
.uss_form_tml .uss_form_item.uss_form_captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.uss_form_tml .uss_form_item.uss_form_captcha label {
  width: 100%;
}
.uss_form_tml .uss_form_item.uss_form_captcha input {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.uss_form_tml .uss_form_item.uss_form_submit input {
  font-size: 17px;
}
.content .photos {
  padding-top: 0;
  position: relative;
}
.content .photos .uss_more {
  top: 0;
}
.uss_section_content .uss_shop_list_view_item.uss_eshop_item .posimg_item .uss_img_holder_outer .uss_img_holder {
  padding: 2px;
}
.uss_section_content .uss_shop_list_view_item.uss_eshop_item .posimg_item .uss_img_holder_outer .uss_img_holder a {
  margin: 0 auto !important;
}
@media (min-width: 769px) and (max-width: 1000px) {
  .uss_shop_table_view .uss_img .uss_img_holder {
    max-width: 139px;
    height: auto !important;
  }
  .uss_shop_table_view .uss_img .uss_img_holder_outer {
    max-width: 139px;
    height: auto !important;
  }
}
@media (max-width: 768px) {
  .uss_shop_table_view.mCustomScrollbar .mCSB_container {
    width: calc(100vw - 20px) !important;
  }
  table.uss_shoppos_table {
    display: block;
    border: none;
    max-width: calc(100vw - 20px);
  }
  table.uss_shoppos_table tbody {
    display: block;
  }
  table.uss_shoppos_table tbody tr:first-child {
    display: none;
  }
  table.uss_shoppos_table tbody tr:first-child + td {
    border-top: 1px solid #989898;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item {
    width: 100%;
    display: block;
    padding-bottom: 7px;
    padding-top: 7px;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td {
    border: none;
    padding: 0;
    display: block;
    overflow: hidden;
    width: auto !important;
    margin-bottom: 5px;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_img {
    float: left;
    display: block;
    margin-right: 10px;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_img ~ * {
    overflow: hidden;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_title {
    display: block;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_price {
    text-align: left;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_price span.old_price {
    font-size: 16px;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_price span.actual_price {
    font-size: 18px;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_description > div {
    height: auto;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_onlineorder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_onlineorder > * {
    margin: 10px 10px 0 0 !important;
    white-space: nowrap;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_onlineorder a.add_to_cart {
    max-width: none;
    margin-bottom: 0 !important;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_onlineorder span.add_to_cart + .uss_shop_by {
    margin-top: 0;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item + tr {
    padding-top: 7px;
    border-top: 1px solid #989898;
  }
}
@media (max-width: 1200px) {
  .l_wrapper {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 1;
  }
  .lh_menu .devider {
    display: none;
  }
  .l_newsblock.x6 .photoalbum_menu li {
    max-width: calc((100% - 40px) / 5);
  }
}
@media (min-width: 1001px) {
  .side_menu > ul {
    display: block !important;
  }
}
@media (max-width: 1000px) {
  .l_newsblock.x6 .photoalbum_menu li {
    max-width: calc((100% - 30px) / 4);
  }
  .l_newsblock.x5 .photoalbum_menu li {
    max-width: calc((100% - 30px) / 4);
  }
  .l_col {
    float: none;
    width: 100%;
    margin: 0;
  }
  .l_col .side_menu {
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .l_col > .block:not(.side_menu) {
    display: none;
  }
  .l_col .lh_search {
    margin-bottom: 0 !important;
  }
  .l_col .lh_cart {
    margin-bottom: 0 !important;
  }
  .l_col .lh-top {
    width: 100%;
    max-width: 100%;
  }
  .l_col > div:not(.block) {
    margin-bottom: 15px;
  }
  .side_menu .h3 {
    border: 1px solid;
    border-radius: 3px;
    text-align: center;
    margin: 0;
    padding: 6px 0 8px;
    cursor: pointer;
  }
  .side_menu .h3 span {
    border-bottom: 1px dashed;
    position: relative;
  }
  .side_menu .h3 span:after {
    content: '';
    width: 18px;
    min-height: 18px;
    display: block;
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    background: url(../img/arrow-right-white.png) 50% no-repeat;
  }
  .side_menu > ul {
    display: none;
    padding-top: 10px;
  }
}
@media (min-width: 1001px) {
  a.lh_logo .lh_logo_img {
    padding: 10px 0 0 0;
  }
  .lh_slider {
    margin-bottom: 50px;
  }
  .lh-top {
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 30px;
  }
  .lh-top > div {
    margin-bottom: 0 !important;
  }
  .lh_menu + .lh_slider {
    margin-bottom: 50px;
  }
}
@media (max-width: 1000px) {
  #l_site {
    min-width: 425px;
  }
  .l_area .lh_menu {
    margin-bottom: 0 !important;
  }
  body {
    min-width: 425px;
  }
  html {
    min-width: 425px;
  }
  .l_header {
    height: auto;
  }
  .l_header .l_wrapper {
    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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 10px;
  }
  .l_header .l_wrapper > * {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .l_header .l_wrapper:after {
    content: none;
  }
  .l_header .l_wrapper:before {
    content: none;
  }
  .l_header .lh_menu {
    margin-top: 30px;
    height: auto;
  }
  .l_header .lh_menu a {
    width: auto;
    white-space: normal;
  }
  .colorStyle6 .l_header .l_wrapper > * {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .colorStyle6 .l_header.inner_page .lh_logo {
    margin-left: 0;
    margin-right: 0;
  }
  .colorStyle6 .side_menu .h3 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d5d5d5), to(#fafafa));
    background: linear-gradient(180deg, #d5d5d5 0, #fafafa);
    border-color: #d5d5d5;
  }
  .colorStyle6 .lh_slider {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .colorStyle5 .side_menu .h3 {
    background: url(/img/N-9-5/metal-2.jpg) repeat 0 0;
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
  }
  .colorStyle5 .lh_slider {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .colorStyle5 .l_newsblock .news_block_item {
    width: calc((100% - 20px) / 3);
  }
  .colorStyle5 .l_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .colorStyle5 .l_col .lh_nav {
    display: none;
  }
  .colorStyle5 .l_col .lh_logo {
    -webkit-box-ordinal-group: -10;
        -ms-flex-order: -11;
            order: -11;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
  }
  .colorStyle5 .l_col .lh_phone {
    max-width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
  }
  .colorStyle5 .l_col .side_menu {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
  }
  .l_center .lh_menu {
    margin-top: 0;
  }
  .lh_phone a {
    text-decoration: none;
    color: inherit;
  }
  .lh_search {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 3px;
  }
  .lh_search form {
    height: 100%;
  }
  .lh_search .uss_input_name {
    position: static;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 30px 0 5px;
  }
  .lh_search .uss_submit {
    background-repeat: no-repeat;
    background-position: 50%;
  }
  .lh_search .uss_submit:hover {
    background-repeat: no-repeat;
    background-position: 50%;
  }
  .colorStyle1 .lh_search {
    border: 1px solid #26448c;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #151e5e), to(#1d2c70));
    background: linear-gradient(180deg, #151e5e 0, #1d2c70);
    -webkit-box-shadow: inset 0 1px 0 0 #040a39;
            box-shadow: inset 0 1px 0 0 #040a39;
  }
  .colorStyle1 .lh_search .uss_submit {
    background-image: url(/img/N-9-1/search_btn.png);
  }
  .colorStyle1 .lh_search .uss_submit:hover {
    background-image: url(/img/N-9-1/search_btn.png);
  }
  .colorStyle1 .lh_menu {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7f1766), to(#470938));
    background: linear-gradient(180deg, #7f1766 0, #470938);
  }
  .colorStyle1 .side_menu .h3 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1c2d71), to(#131757));
    background: linear-gradient(180deg, #1c2d71 0, #131757);
    border-color: #6370a8;
  }
  .colorStyle1 .lh_slider {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .colorStyle1 .l_specblock {
    height: auto;
    padding-bottom: 40px;
  }
  .colorStyle2 .lh_search {
    border: 1px solid #d2bbb3;
    border-top-color: #8b7070;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f1e6e2), to(#f9f0ee));
    background: linear-gradient(180deg, #f1e6e2 0, #f9f0ee);
    -webkit-box-shadow: 1px 1px 0 0 #fff;
            box-shadow: 1px 1px 0 0 #fff;
  }
  .colorStyle2 .lh_search .uss_submit {
    background-image: url(/img/N-9-2/search_btn.png);
  }
  .colorStyle2 .lh_search .uss_submit:hover {
    background-image: url(/img/N-9-2/search_btn.png);
  }
  .colorStyle2 .lh_menu {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #769e48), to(#3c6826));
    background: linear-gradient(180deg, #769e48 0, #3c6826);
    -webkit-box-shadow: inset 0 1px 0 0 #a1bd78, inset 0 -1px 0 0 #6d9156;
            box-shadow: inset 0 1px 0 0 #a1bd78, inset 0 -1px 0 0 #6d9156;
  }
  .colorStyle2 .side_menu .h3 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5a3934), to(#6c504d));
    background: linear-gradient(180deg, #5a3934 0, #6c504d);
    border-color: #d2bbb3;
    color: #f3dfd7;
  }
  .colorStyle2 .lh_slider {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .colorStyle2 .l_specblock {
    height: auto;
    padding-bottom: 40px;
  }
  .colorStyle3 .lh_search {
    border: 1px solid #becdd2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e4eaeb), to(#eef2f3));
    background: linear-gradient(180deg, #e4eaeb 0, #eef2f3);
    -webkit-box-shadow: inset 0 1px 0 0 #71868f;
            box-shadow: inset 0 1px 0 0 #71868f;
  }
  .colorStyle3 .lh_search .uss_submit {
    background-image: url(/img/N-9-3/search_btn.png);
  }
  .colorStyle3 .lh_search .uss_submit:hover {
    background-image: url(/img/N-9-3/search_btn.png);
  }
  .colorStyle3 .lh_menu {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffde62), to(#ffaf04));
    background: linear-gradient(180deg, #ffde62 0, #ffaf04);
    -webkit-box-shadow: inset 0 1px 0 0 #ffe991, inset 0 -1px 0 0 #ffc849;
            box-shadow: inset 0 1px 0 0 #ffe991, inset 0 -1px 0 0 #ffc849;
  }
  .colorStyle3 .side_menu .h3 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #264e5a), to(#436976));
    background: linear-gradient(180deg, #264e5a 0, #436976);
    border-color: #30464e;
    color: #f1f6f8;
  }
  .colorStyle3 .lh_slider {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .colorStyle3 .l_newsblock .news_block_item {
    width: 30%;
    margin-right: 5%;
  }
  .colorStyle3 .lf_phone {
    margin-top: 3px;
  }
  .colorStyle4 .lh_search {
    border: 1px solid #334130;
    border-top-color: #172315;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4f614a), to(#718469));
    background: linear-gradient(180deg, #4f614a 0, #718469);
    -webkit-box-shadow: 1px 1px 0 0 #596b53;
            box-shadow: 1px 1px 0 0 #596b53;
  }
  .colorStyle4 .lh_search .uss_submit {
    background-image: url(/img/N-9-4/search_btn.png);
  }
  .colorStyle4 .lh_search .uss_submit:hover {
    background-image: url(/img/N-9-4/search_btn.png);
  }
  .colorStyle4 .lh_menu {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d56c73), to(#9c171f));
    background: linear-gradient(180deg, #d56c73 0, #9c171f);
  }
  .colorStyle4 .side_menu .h3 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #567f4e), to(#3e6038));
    background: linear-gradient(180deg, #567f4e 0, #3e6038);
    border-color: #344726;
    color: #fff;
  }
  .colorStyle4 .lh_slider {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .colorStyle4 .lf_phone {
    margin-top: 3px;
  }
  .l_area {
    padding-top: 25px;
  }
  .l_center {
    clear: both;
  }
  .l_center .type3 {
    width: 48%;
  }
  .l_center .type3:first-child {
    margin-right: 3.683%;
  }
  .lf_nav {
    margin-top: 20px;
  }
  .lf_phone {
    text-align: right;
  }
  .lf_phone a {
    text-decoration: none;
    color: inherit;
  }
  .lf_powerd {
    margin-top: 20px;
  }
  .lf_powerd .uss-copyright {
    display: inline-block;
  }
  div.uss_catalog_tabs .uss_catalog_tabs_navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  div.uss_catalog_tabs .uss_catalog_tabs_navigation span {
    height: auto;
    line-height: normal;
    padding: 10px 3%;
    text-align: center;
  }
  div.uss_eshop_tabs .uss_eshop_tabs_navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  div.uss_eshop_tabs .uss_eshop_tabs_navigation span {
    height: auto;
    line-height: normal;
    padding: 10px 3%;
    text-align: center;
  }
  .colorStyle6.max .l_header .l_wrapper .l_center {
    width: 66%;
  }
  .lh_slider {
    margin-bottom: 20px;
  }
  .lh_slider .sl_text {
    margin: 0;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    margin: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
  }
  .lh_slider .sl_text .preview {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1000px) and (min-width: 769px) {
  .l_col.l_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l_col.l_left .lh-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l_col.l_left .header-logo {
    -webkit-box-ordinal-group: -10;
        -ms-flex-order: -11;
            order: -11;
    max-width: calc((100% - 10px) / 2);
    width: 100%;
  }
  .l_col.l_left .lh_logo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l_col.l_left .lh_logo .lh_logo_img {
    margin-right: 10px;
  }
  .l_col.l_left .lh_phone {
    -webkit-box-ordinal-group: -9;
        -ms-flex-order: -10;
            order: -10;
    max-width: calc((100% - 10px) / 2);
    width: 100%;
    text-align: right;
  }
  .l_col.l_left .lh_search {
    height: 43px;
    width: 100%;
    max-width: calc((100% - 10px) / 2);
    margin-top: 15px !important;
  }
  .l_col.l_left .side_menu {
    width: 100%;
  }
  .l_col.l_left .lh_cart {
    width: 100%;
    margin-top: 15px !important;
    max-width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 900px) {
  .l_newsblock.x6 .photoalbum_menu li {
    max-width: calc((100% - 20px) / 3);
  }
  .l_newsblock.x5 .photoalbum_menu li {
    max-width: calc((100% - 20px) / 3);
  }
  .l_newsblock.x4 .photoalbum_menu li {
    max-width: calc((100% - 20px) / 3);
  }
}
@media (max-width: 850px) {
  .uss_eshop_sameproducts.blocks .item {
    max-width: calc((100% - 20px) / 3);
  }
}
@media (min-width: 769px) {
  .lh_menu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 8px;
  }
  .lh_menu > ul li {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 auto;
            flex: 0 auto;
    height: auto;
  }
  .lh_menu > ul li a {
    display: block;
    padding: 8px 10px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .l_center .lh_menu {
    width: 100%;
    height: auto;
    margin-top: 0;
  }
  a.lh_logo {
    padding: 0;
    text-align: left;
    margin-bottom: 10px;
  }
  .lh_phone {
    margin-bottom: 10px;
  }
  .colorStyle5 .lh_search {
    width: auto;
    position: relative;
    top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .colorStyle5 .lh_menu > ul {
    border-color: #487122;
  }
  .colorStyle5 .lh_mobile_menu {
    background-image: url(../img/N-9-5/menu-burger-gray.png);
  }
  .colorStyle6 .l_header.inner_page .lh_phone {
    position: static;
  }
  .colorStyle6 .l_header.inner_page .lh_search {
    float: none;
    margin: 0 0 0 40px;
    top: auto;
  }
  .colorStyle6 .lh_mobile_menu {
    background-image: url(../img/N-9-6/menu-burger.png);
  }
  .colorStyle6 .uss_eshop_filters form .group .eshop_filters {
    max-width: 100%;
  }
  .lh_nav {
    display: none !important;
  }
  .colorStyle1 .lh_search {
    width: auto;
    position: relative;
    top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .colorStyle1 .lh_menu ul li .submenu li a {
    background: #131858;
  }
  .colorStyle1 .lh_menu > ul {
    border-color: #a754a0 #a754a0 #7f387a;
  }
  .colorStyle1 .lh_mobile_menu {
    background-image: url(../img/N-9-1/menu-burger.png);
  }
  .colorStyle2 .lh_search {
    width: auto;
    position: relative;
    top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .colorStyle2 .lh_menu ul li .submenu li a {
    background: #517d33;
  }
  .colorStyle2 .lh_menu > ul {
    border-color: #48632c;
  }
  .colorStyle2 .lh_mobile_menu {
    background-image: url(../img/N-9-2/menu-burger.png);
  }
  .colorStyle3 .lh_search {
    width: auto;
    position: relative;
    top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .colorStyle3 .lh_menu ul li .submenu li a {
    background: #ffde61;
  }
  .colorStyle3 .lh_menu > ul {
    border-color: #ffaa24 #ffaa24 #be801d;
  }
  .colorStyle3 .lh_mobile_menu {
    background-image: url(../img/N-9-3/menu-burger.png);
  }
  .colorStyle4 .lh_search {
    width: auto;
    position: relative;
    top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .colorStyle4 .lh_menu ul li .submenu li a {
    background: #517d33;
  }
  .colorStyle4 .lh_menu > ul {
    border-color: #a8414c;
  }
  .colorStyle4 .lh_mobile_menu {
    background-image: url(../img/N-9-4/menu-burger.png);
  }
  .lh_search {
    min-height: 40px;
  }
  .lh_menu {
    top: 38px !important;
    z-index: 1010 !important;
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
    border: 0 !important;
    position: fixed !important;
    left: 10px !important;
    right: 10px !important;
    top: 33px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .lh_menu > div > ul {
    border: 1px solid;
    padding: 10px 0;
  }
  .lh_menu a {
    display: block;
    height: auto;
    width: auto;
    padding: 12px;
  }
  .lh_menu li {
    display: block;
    height: auto;
  }
  .lh_menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .lh_menu ul li .submenu {
    position: static;
    width: 100%;
  }
  .lh_menu ul li .submenu li a {
    border-radius: 0 0 3px 3px;
    background: none;
    text-align: center;
    border: none;
    background-image: none !important;
    padding-left: 20px;
  }
  .lh_menu ul li .submenu .submenu li a {
    padding-left: 40px;
  }
  .lh_menu ul li.clicked > .submenu {
    display: block;
  }
  .lh_menu.open {
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lh_menu.open .lh_mobile_menu {
    position: absolute;
    right: 10px !important;
    top: 10px !important;
    left: auto !important;
    bottom: auto !important;
    background: url(../img/close.png) center no-repeat;
    background-size: contain;
  }
  .lh_menu.open > .menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
    max-height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lh_menu.open > .menu-wrap ul {
    overflow-y: auto;
    background: -webkit-gradient(linear, left top, left bottom, from(#7e1766), to(#470938));
    background: linear-gradient(to bottom, #7e1766, #470938);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 75%;
    border: none;
    text-align: left;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
    max-height: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .lh_menu.open > .menu-wrap a {
    text-align: left;
  }
  .lh_menu.open > .menu-wrap .submenu {
    width: 100%;
    max-width: 100%;
    display: none;
  }
  .lh_menu.open > .menu-wrap .clicked > .submenu {
    display: block !important;
  }
  .lh_menu.open a {
    white-space: normal;
  }
  .lh_menu .menu-wrap {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
  }
  .lh_mobile_menu {
    display: block;
    width: 24px;
    height: 20px;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    top: -26px !important;
    z-index: 1000;
  }
  .l_col {
    position: relative;
  }
  .l_col .lh-top {
    margin-bottom: 0 !important;
  }
  .l_col .lh_search {
    margin-top: 15px;
  }
  .l_col.l_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l_col.l_left .lh_cart {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    width: 100%;
  }
  .l_col.l_left .header-logo,
  .l_col.l_left .lh_phone,
  .l_col.l_left .lh_search,
  .l_col.l_left .block {
    width: 100%;
  }
  .l_footer .l_wrapper {
    padding-top: 25px;
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l_footer .l_wrapper > * {
    width: auto;
  }
  .l_footer .lh_menu {
    display: none;
  }
  .lf_nav {
    margin: 0;
  }
  .lf_powerd {
    margin: 0;
  }
  .lf_counters {
    display: none;
  }
  .fc_item .elem_item {
    width: 100%;
  }
  .fc_item .elem_item input {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .fc_item .elem_item textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .fc_item.fc_outputOnly .outputonly {
    width: 100%;
  }
  .uss_section_content .uss_eshop_filters form .group .eshop_filters_items .eshop_filters {
    width: 48%;
  }
  .uss_shop_blocks_view .uss_eshop_item .uss_img_holder {
    max-width: 100%;
  }
  .uss_shop_table_view table {
    display: block;
    border: 0;
  }
  .uss_shop_table_view tbody {
    display: block;
    border: 0;
  }
  .uss_shop_table_view td {
    display: block;
  }
  .uss_shop_table_view td:not(.uss_img) {
    width: auto;
    border: 0;
    overflow: hidden;
    margin-left: 25%;
  }
  .uss_shop_table_view tr {
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .uss_shop_table_view tr.order_many {
    display: none;
  }
  .uss_shop_table_view tr.order_one {
    display: none;
  }
  .uss_shop_table_view .uss_img {
    width: 20%;
    float: left;
    border: 1px solid #ccc;
    text-align: center;
  }
  .uss_shop_table_view .uss_img_holder {
    display: inline-block;
    max-width: 100%;
    height: auto !important;
  }
  .uss_shop_table_view .uss_img_holder img {
    max-width: 100%;
  }
  .uss_shop_table_view .uss_description div {
    height: auto;
    margin: 8px 0;
  }
  .uss_shop_table_view .uss_onlineorder {
    text-align: left;
    white-space: normal;
  }
  .uss_shop_table_view .uss_onlineorder a.add_to_cart {
    display: inline-block;
    vertical-align: middle;
    margin: 3px 5px 3px 0;
  }
  .uss_shop_table_view .uss_compare_by {
    display: inline-block;
    vertical-align: middle;
    margin: 3px 5px 3px 0;
  }
  .uss_shop_table_view .uss_shop_by {
    display: inline-block;
    vertical-align: middle;
    margin: 3px 5px 3px 0;
  }
  .uss_delete_pos a.add_to_cart {
    display: inline-block;
    vertical-align: middle;
    margin: 3px 5px 3px 0;
  }
  .colorStyle6.max .l_header .l_wrapper .l_center {
    width: 100%;
  }
  .blocks ul li {
    max-width: calc((100% - 10px)/2);
    margin-bottom: 10px;
  }
  .l_header .l_wrapper .lh_logo {
    padding-left: 40px;
  }
  .l_footer p {
    margin: 0;
  }
  .l_footer .left {
    width: 100%;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l_footer .center {
    width: 100%;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-ordinal-group: -10;
        -ms-flex-order: -11;
            order: -11;
  }
  .l_footer .right {
    width: 100%;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .basket-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    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;
  }
  .basket-wrap .lh_search {
    margin: 0 0 0 10px !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
  }
  .colorStyle6.max .l_header .l_wrapper .l_center {
    margin-top: 0;
  }
  .colorStyle6 .lh_slider .slick-dots {
    bottom: 7px;
  }
  .colorStyle6 .l_header.inner_page .l_left .basket-wrap {
    padding-top: 15px !important;
  }
  .colorStyle2 .lh_menu.open > .menu-wrap ul {
    background: -webkit-gradient(linear, left top, left bottom, from(#759e47), to(#3c6826));
    background: linear-gradient(to bottom, #759e47, #3c6826);
  }
  .colorStyle3 .lh_menu.open > .menu-wrap ul {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffdd61), to(#ffb005));
    background: linear-gradient(to bottom, #ffdd61, #ffb005);
  }
  .colorStyle4 .lh_menu.open > .menu-wrap ul {
    background: -webkit-gradient(linear, left top, left bottom, from(#d46b72), to(#9c1720));
    background: linear-gradient(to bottom, #d46b72, #9c1720);
  }
  .colorStyle5 .lh_menu.open > .menu-wrap ul {
    background: url(/img/N-9-5/metal-2.jpg) repeat 0 0;
  }
  .colorStyle6 .lh_menu.open > .menu-wrap ul {
    background: -webkit-gradient(linear, left top, left bottom, from(#505050), to(#313131));
    background: linear-gradient(to bottom, #505050, #313131);
  }
  .lh_slider .sl_text .h3 {
    font-size: 21px;
  }
  .block.list.x4 .news_block_item {
    max-width: calc((100% - 10px) / 2);
  }
  .block.list.x3 .news_block_item {
    max-width: calc((100% - 10px) / 2);
  }
  .block.map {
    margin-bottom: 0;
  }
  .block.map .contacts {
    position: static;
    -webkit-transform: translate(0%);
            transform: translate(0%);
    margin-bottom: 20px;
  }
  .block.map .contacts + .h3 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .block.map > ymaps,
  .block.map > p > ymaps {
    min-height: 50vh;
    height: 50vh !important;
  }
  .l_newsblock .uss_faq .uss_faq_item {
    max-width: 100%;
    margin-bottom: 22px;
  }
  .l_newsblock .uss_faq .uss_faq_item .uss_faq_question_text {
    font-size: 18px;
  }
  .l_newsblock.x6 .photoalbum_menu li {
    max-width: calc((100% - 10px) / 2);
  }
  .l_newsblock.x5 .photoalbum_menu li {
    max-width: calc((100% - 10px) / 2);
  }
  .l_newsblock.x4 .photoalbum_menu li {
    max-width: calc((100% - 10px) / 2);
  }
  .l_newsblock.x3 .photoalbum_menu li {
    max-width: calc((100% - 10px) / 2);
  }
  .catalogs .catalog_menu {
    row-gap: 20px;
  }
  .catalogs .catalog_menu > li {
    margin-bottom: 0;
  }
  .catalogs .uss_eshop_menu {
    row-gap: 20px;
  }
  .catalogs .uss_eshop_menu > li {
    margin-bottom: 0;
  }
  .catalogs .uss_catalog_sidebar {
    row-gap: 20px;
  }
  .catalogs .uss_catalog_sidebar .uss_catalog_category {
    margin-bottom: 0;
  }
  .uss_catalog_block_cat .uss_catalog_category {
    margin-bottom: 20px;
  }
  .uss_shop_block_cat .uss_shop_category {
    margin-bottom: 20px;
  }
  .l_specblock {
    padding-bottom: 0;
  }
  .lh_menu li:hover a {
    border-color: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .lh_slider {
    margin-bottom: 15px;
  }
  .l_newsblock .uss_more {
    height: 32px;
    padding: 0 !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 19.2px;
    top: 0 !important;
  }
  .l_specblock,
  .l_newsblock {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .l_newsblock {
    padding-top: 0 !important;
  }
  .catalogs {
    margin-bottom: 20px;
  }
  .uss_shop_blocks_view,
  .content .uss_eshop_sameproducts.blocks {
    row-gap: 20px;
  }
}
@media (max-width: 710px) {
  form#ommentaddform_id > .uss_form_item + .uss_form_text {
    margin-left: 0 !important;
    width: 100%;
  }
  form#ommentaddform_id > .uss_form_item.uss_form_checkbox {
    width: 100%;
  }
  form#ommentaddform_id > .uss_form_item.uss_form_submit {
    width: 100%;
  }
  form#ommentaddform_id > .uss_form_item.uss_form_submit input {
    width: 100%;
  }
  form#ommentaddform_id > .uss_form_item.uss_form_checkbox {
    max-width: 100%;
  }
}
@media (min-width: 701px) {
  .catalogs .catalog_menu > li .catalog_menu_item .catalog_menu_image {
    max-width: 120px;
  }
  .catalogs .uss_eshop_menu > li .eshop_menu_image {
    max-width: 120px;
  }
  .catalogs .uss_catalog_sidebar .uss_catalog_category .uss_catalog_img_wrap {
    max-width: 120px;
  }
}
@media (max-width: 700px) {
  .catalogs .uss_eshop_menu > li .eshop_menu_image {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 5px;
    display: block;
  }
  .catalogs .uss_eshop_menu > li .eshop_menu_image a {
    display: block;
  }
  .catalogs .uss_eshop_menu > li .eshop_menu_image a img {
    display: block;
    max-width: 100%;
  }
  .catalogs .uss_catalog_sidebar .uss_catalog_category .uss_catalog_img_wrap {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 5px;
    display: block;
  }
  .catalogs .uss_catalog_sidebar .uss_catalog_category .uss_catalog_img_wrap a {
    display: block;
  }
  .catalogs .uss_catalog_sidebar .uss_catalog_category .uss_catalog_img_wrap a img {
    display: block;
    max-width: 100%;
  }
  .catalogs .catalog_menu > li .catalog_menu_item .catalog_menu_image {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 5px;
    display: block;
  }
  .catalogs .catalog_menu > li .catalog_menu_item .catalog_menu_image a {
    display: block;
  }
  .catalogs .catalog_menu > li .catalog_menu_item .catalog_menu_image a img {
    display: block;
    max-width: 100%;
  }
}
@media (max-width: 680px) {
  .news-row.x-1 .news-block .uss_widget_outer_content .news_block_item {
    max-width: 100%;
  }
}
@media (max-width: 650px) {
  .colorStyle6 .blocks ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .colorStyle6 .blocks ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .l_center .type3 {
    width: 100%;
  }
  .l_center .type3:first-child {
    margin-right: 0;
  }
  .catalog_set .eshop_menu_image {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
  .colorStyle3 .l_newsblock .news_block_item {
    width: 100%;
    margin-right: 0;
    overflow: hidden;
    display: block;
  }
  .colorStyle5 .l_newsblock .news_block_item {
    width: 100%;
    margin-right: 0;
    overflow: hidden;
    display: block;
  }
  .colorStyle5 .l_form_inner .group {
    width: 100%;
  }
  .colorStyle5 .l_form_inner .group .fc_item.block {
    width: 100%;
    margin-right: 0;
  }
  .colorStyle5 .l_form_inner .group .fc_item.block.fc_checkbox_one {
    width: 137%;
  }
  .colorStyle5 .l_form_inner .group.end {
    width: 72.7%;
  }
  .colorStyle5 .l_form_inner .buttons {
    width: 25%;
  }
  form#ommentaddform_id > .uss_form_item.uss_form_text {
    max-width: 100% !important;
  }
  #ommentaddform_id .uss_form_text {
    float: none;
    margin-right: 0;
    max-width: 100% !important;
  }
  #ommentaddform_id .uss_form_text input {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #ommentaddform_id .uss_form_textarea textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .uss_forum .themes_title {
    font-size: 10px;
  }
  .uss_forum .themes_title .title {
    width: 46%;
  }
  .uss_forum .themes_title .views {
    width: 19%;
  }
  .uss_forum .topics_title {
    font-size: 10px;
  }
  .uss_forum .topics_title .title {
    width: 50%;
  }
  .uss_forum .topics_title .themescount {
    width: 8%;
  }
  .uss_forum .topics_title .mescount {
    width: 22%;
  }
  .uss_forum .topics_item .title {
    width: 50%;
  }
  .uss_forum .topics_item .themescount {
    width: 8%;
  }
  .uss_forum .topics_item .mescount {
    width: 22%;
  }
  .uss_forum .themes_item .title {
    width: 46%;
  }
  .uss_forum .themes_item .views {
    width: 19%;
  }
  .uss_catalog_detail .catalog_preview_right {
    float: none;
    clear: both;
    padding-top: 10px;
    margin: 0 !important;
  }
  .uss_catalog_detail .catalog_preview_right .uss_img_ico {
    display: inline-block;
    vertical-align: top;
  }
  .uss_shop_detail_350_right .uss_img_ico_box {
    float: none;
    clear: both;
    padding-top: 10px;
    margin: 0 !important;
  }
  .uss_shop_detail_350_right .uss_img_ico_box .uss_img_ico {
    display: inline-block;
    vertical-align: top;
  }
  div.uss_catalog_tabs .uss_catalog_tabs_navigation {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  div.uss_catalog_tabs .uss_catalog_tabs_navigation span {
    width: 100%;
    text-align: left;
  }
  div.uss_catalog_tabs .uss_catalog_tabs_navigation span + span {
    border-radius: 0;
  }
  div.uss_eshop_tabs .uss_eshop_tabs_navigation {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  div.uss_eshop_tabs .uss_eshop_tabs_navigation span {
    width: 100%;
    text-align: left;
  }
  div.uss_eshop_tabs .uss_eshop_tabs_navigation span + span {
    border-radius: 0;
  }
  .uss_eshop_sort_block {
    text-align: right;
  }
  .uss_eshop_sort_block .filter_show_by_links {
    display: block;
    margin: 15px 0 25px;
  }
  .uss_eshop_filters_block .filter_submit {
    display: block;
    margin-top: 10px;
  }
  .uss_eshop_block_item {
    max-width: calc((100% - 20px)/2);
  }
  .uss_shop_blocks_view .uss_eshop_item {
    max-width: calc((100% - 20px)/2);
  }
  .uss_shop_blocks_view .uss_eshop_item .uss_shop_by:not(.uss_shop_buy_one_click) {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
  }
  .uss_shop_blocks_view.one-in-row .uss_eshop_item {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .uss_eshop_sameproducts.block .item .addToCart {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
  }
  .uss_shop_detail .uss_shop_technical_data .uss_shop_by {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
  }
  .uss_shop_list_view .uss_shop_technical_data .uss_shop_by:not(.uss_shop_buy_one_click) {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
  }
  #lpage .uss_user_basket .uss_delete_pos .add_to_wishlist {
    display: none;
  }
  .basket_th_image {
    display: none;
  }
  .uss_user_basket .uss_image {
    display: none;
  }
  .uss_search_form .uss_input_name {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .l_footer .right .row {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .l_footer .right .row > div:last-child {
    margin-left: 10px;
  }
  .blocks ul li {
    max-width: calc((100% - 10px)/2);
  }
  .photos .uss_images_block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .photos .uss_images_block .uss_one_image {
    max-width: calc((100% - 10px)/2);
    margin-bottom: 15px;
  }
  .l_form_inner form .group .fc_item:not(.fc_textarea):not(.fc_checkbox) {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    margin-left: 0 !important;
  }
  .l_form_inner form .group.end {
    max-width: 100%;
  }
  .content .section_text .uss_section_content > p:first-child img {
    float: none !important;
  }
  .slider .slide .image img {
    height: 100%;
    width: auto !important;
    max-width: none !important;
  }
  .slider .slide .sl_text {
    top: 50%;
    right: 0;
    left: 0;
    bottom: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
  .slider .slide .sl_text .preview {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .uss_shop_list_view .uss_shop_list_view_item .posimg_item {
    max-width: 100vw;
    float: none;
    margin: 0 0 20px 0;
  }
  .uss_section_content .uss_shop_list_view_item.uss_eshop_item .posimg_item .uss_img_holder_outer {
    max-width: 100%;
    margin: 0 !important;
  }
  .l_specblock .uss_eshop_block_item .uss_shop_price,
  .uss_shop_blocks_view .uss_eshop_item .uss_shop_price,
  .uss_eshop_sameproducts.blocks .item .info .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .block.review.inline .items .review-item {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 550px) {
  .uss_eshop_sameproducts.blocks .item {
    max-width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 500px) {
  table.uss_shoppos_table tbody tr.uss_eshop_item td {
    margin: 0 0 5px;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td > div {
    margin: 0;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_img {
    float: none;
    display: block;
    width: 100%;
    margin: 0 0 10px;
  }
  .l_header .l_col > * {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
    text-align: center !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
  }
  .lh_logo {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 100% !important;
            flex: 0 100% !important;
    max-width: 100% !important;
  }
  .lh_phone {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 100% !important;
            flex: 0 100% !important;
    max-width: 100% !important;
    text-align: center !important;
  }
  .l_header .l_wrapper .lh_logo {
    padding-left: 0;
  }
  .uss_shop_detail .uss_shop_technical_data .price-buy_btn-wrap > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
  }
  .block.list.x4 .news_block_item {
    max-width: 100%;
  }
  .block.list.x3 .news_block_item {
    max-width: 100%;
  }
  .block.list.x2 .news_block_item {
    max-width: 100%;
  }
  .uss_shop_detail_350_bottom .uss_img_wrapper {
    float: none;
    display: block;
    margin: 0 auto 20px;
    max-width: 100%;
  }
  .uss_shop_detail_350_bottom .uss_img_wrapper .uss_img_big_image {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .uss_shop_detail_350_bottom .uss_img_wrapper .uss_img_big_image img {
    max-width: 100%;
    display: block;
  }
  .uss_shop_detail_350_bottom .uss_img_wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
  .uss_catalog_detail .uss_img_wrapper {
    float: none;
    display: block;
    margin: 0 auto 20px;
    max-width: 100%;
  }
  .uss_catalog_detail .uss_img_wrapper img {
    max-width: 100%;
    display: block;
  }
  .uss_catalog_detail .uss_img_wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 480px) {
  #ommentaddform_id .uss_form_captcha {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #ommentaddform_id .uss_form_captcha label {
    display: block;
    margin-left: 0;
  }
  #ommentaddform_id .uss_form_captcha input {
    width: 55%;
  }
  .uss_section_content .uss_eshop_filters form .group .eshop_filters_items .eshop_filters {
    width: 100%;
    margin: 10px 0;
  }
  .uss_section_content .uss_eshop_filters_block .jq-selectbox {
    width: auto;
  }
  .addToCart .amount_title {
    display: none;
  }
  .addToCart input.basket_amount_class {
    display: none;
  }
  .uss_eshop_block_item .amount_title {
    display: none;
  }
  .uss_eshop_block_item input.basket_amount_class {
    display: none;
  }
  .uss_shop_by .amount_title {
    display: none;
  }
  .uss_shop_by input.basket_amount_class {
    display: none;
  }
  .uss_shop_list_view .uss_shop_list_view_item .posimg_item .uss_img_holder {
    display: block;
    margin: auto;
  }
  #lpage .uss_shop_list_view .uss_shop_technical_data .uss_shop_by input {
    margin-bottom: 7px;
  }
  #lpage .uss_shop_list_view .uss_shop_technical_data .buy_from_cart {
    clear: both;
    display: block;
  }
  .basket_th_price {
    display: none;
  }
  .uss_user_basket .uss_price_field:not(.uss_sum_field) {
    display: none;
  }
  .lf_phone {
    font-size: 18px;
  }
}
