.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);
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato Hairline'), local('Lato-Hairline'), url('../fonts/latohairline.woff2') format('woff2'), url('../fonts/latohairline.woff') format('woff'), url('../fonts/latohairline.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato Hairline Italic'), local('Lato-HairlineItalic'), url('../fonts/latohairlineitalic.woff2') format('woff2'), url('../fonts/latohairlineitalic.woff') format('woff'), url('../fonts/latohairlineitalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato Thin'), local('Lato-Thin'), url('../fonts/latothin.woff2') format('woff2'), url('../fonts/latothin.woff') format('woff'), url('../fonts/latothin.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato Thin Italic'), local('Lato-ThinItalic'), url('../fonts/latothinitalic.woff2') format('woff2'), url('../fonts/latothinitalic.woff') format('woff'), url('../fonts/latothinitalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato Light'), local('Lato-Light'), url('../fonts/latolight.woff2') format('woff2'), url('../fonts/latolight.woff') format('woff'), url('../fonts/latolight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato Light Italic'), local('Lato-LightItalic'), url('../fonts/latolightitalic.woff2') format('woff2'), url('../fonts/latolightitalic.woff') format('woff'), url('../fonts/latolightitalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato Regular'), local('Lato-Regular'), url('../fonts/latoregular.woff2') format('woff2'), url('../fonts/latoregular.woff') format('woff'), url('../fonts/latoregular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato Italic'), local('Lato-Italic'), url('../fonts/latoitalic.woff2') format('woff2'), url('../fonts/latoitalic.woff') format('woff'), url('../fonts/latoitalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato Medium'), local('Lato-Medium'), url('../fonts/latomedium.woff2') format('woff2'), url('../fonts/latomedium.woff') format('woff'), url('../fonts/latomedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato Medium Italic'), local('Lato-MediumItalic'), url('../fonts/latomediumitalic.woff2') format('woff2'), url('../fonts/latomediumitalic.woff') format('woff'), url('../fonts/latomediumitalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato Semibold'), local('Lato-Semibold'), url('../fonts/latosemibold.woff2') format('woff2'), url('../fonts/latosemibold.woff') format('woff'), url('../fonts/latosemibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato Semibold Italic'), local('Lato-SemiboldItalic'), url('../fonts/latosemibolditalic.woff2') format('woff2'), url('../fonts/latosemibolditalic.woff') format('woff'), url('../fonts/latosemibolditalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato Bold'), local('Lato-Bold'), url('../fonts/latobold.woff2') format('woff2'), url('../fonts/latobold.woff') format('woff'), url('../fonts/latobold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url('../fonts/latobolditalic.woff2') format('woff2'), url('../fonts/latobolditalic.woff') format('woff'), url('../fonts/latobolditalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato Heavy'), local('Lato-Heavy'), url('../fonts/latoheavy.woff2') format('woff2'), url('../fonts/latoheavy.woff') format('woff'), url('../fonts/latoheavy.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato Heavy Italic'), local('Lato-HeavyItalic'), url('../fonts/latoheavyitalic.woff2') format('woff2'), url('../fonts/latoheavyitalic.woff') format('woff'), url('../fonts/latoheavyitalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato Black'), local('Lato-Black'), url('../fonts/latoblack.woff2') format('woff2'), url('../fonts/latoblack.woff') format('woff'), url('../fonts/latoblack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato Black Italic'), local('Lato-BlackItalic'), url('../fonts/latoblackitalic.woff2') format('woff2'), url('../fonts/latoblackitalic.woff') format('woff'), url('../fonts/latoblackitalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
/**/
html {
  height: 100%;
  min-height: auto;
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  min-height: auto;
  height: 100%;
  min-width: 420px;
}
html {
  height: 100%;
  min-height: auto;
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  min-height: auto;
  height: 100%;
}
#wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}
.container {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
#wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  position: relative;
  min-width: 420px;
}
.container {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
/**/
/*btn*/
h2 {
  font-size: 36px;
  line-height: 1em;
}
h3 {
  font-size: 32.08px;
  line-height: 1em;
}
h4 {
  font-size: 27px;
  line-height: 1em;
}
h5 {
  font-size: 22.92px;
  line-height: 1em;
}
h6 {
  font-size: 18.08px;
  line-height: 1em;
}
html {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
}
#wrap {
  min-width: 420px;
  overflow: hidden;
  margin: 0 auto;
  max-width: 100%;
  font-family: 'Lato';
  font-size: 16px;
  color: #333333;
  line-height: 1.2em;
  font-weight: 400;
}
.uss_privacy_policy_wrap {
  min-width: 420px;
  margin: 0 auto;
  max-width: 100%;
  font-family: 'Lato';
  font-size: 18px;
  color: #333333;
  line-height: 1.2em;
  font-weight: 400;
}
a {
  color: #0072A1;
}
a:hover {
  text-decoration: none;
}
form,
form.form_styler {
  font-family: 'Lato';
  margin: 0 0 20px 0;
}
form label,
form.form_styler label,
form .sector_title,
form.form_styler .sector_title {
  font-size: 15px;
  margin: 0 0 5px 0;
  font-weight: 600;
}
form input[type='text'],
form.form_styler input[type='text'],
form input.styler[type='text'],
form.form_styler input.styler[type='text'],
form input[type='password'],
form.form_styler input[type='password'],
form input.styler[type='password'],
form.form_styler input.styler[type='password'],
form input[type='email'],
form.form_styler input[type='email'],
form input.styler[type='email'],
form.form_styler input.styler[type='email'] {
  border: 2px solid #CCCDCF;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-shadow: none !important;
  outline: none !important;
  border-radius: 0;
  max-width: 100%;
  resize: none;
  width: 100%;
  min-height: 40px;
  padding-left: 10px;
  font-size: 15px;
  font-family: 'Lato';
}
form input[type='text']:focus,
form.form_styler input[type='text']:focus,
form input.styler[type='text']:focus,
form.form_styler input.styler[type='text']:focus,
form input[type='password']:focus,
form.form_styler input[type='password']:focus,
form input.styler[type='password']:focus,
form.form_styler input.styler[type='password']:focus,
form input[type='email']:focus,
form.form_styler input[type='email']:focus,
form input.styler[type='email']:focus,
form.form_styler input.styler[type='email']:focus {
  border-color: #ffd324;
}
form textarea,
form.form_styler textarea,
form textarea.styler,
form.form_styler textarea.styler {
  border: 2px solid #CCCDCF;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-shadow: none !important;
  outline: none !important;
  border-radius: 0;
  max-width: 100%;
  resize: none;
  width: 100%;
  min-height: 40px;
  padding-left: 10px;
  font-size: 15px;
  font-family: 'Lato';
}
form textarea:focus,
form.form_styler textarea:focus,
form textarea.styler:focus,
form.form_styler textarea.styler:focus {
  border-color: #ffd324;
}
form input[type=submit],
form.form_styler input[type=submit],
form input[type=submit].styler,
form.form_styler input[type=submit].styler,
form button,
form.form_styler button,
form button.styler,
form.form_styler button.styler {
  display: inline-block;
  background: #ffffff;
  border: 3px solid #ffd324;
  color: #333333;
  font-size: 16px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-shadow: none;
  border-radius: 0;
  line-height: 1;
  min-height: auto;
  padding: 9px 11px;
  opacity: 1 !important;
  font-family: 'Lato';
  font-weight: 700 !important;
}
form input[type=submit]:hover,
form.form_styler input[type=submit]:hover,
form input[type=submit].styler:hover,
form.form_styler input[type=submit].styler:hover,
form button:hover,
form.form_styler button:hover,
form button.styler:hover,
form.form_styler button.styler:hover {
  background: #ffd324 !important;
  color: #333333 !important;
}
form .uss_form_checkbox,
form.form_styler .uss_form_checkbox {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
form .uss_form_checkbox > *,
form.form_styler .uss_form_checkbox > * {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0 !important;
}
form .uss_form_checkbox .jq-checkbox,
form.form_styler .uss_form_checkbox .jq-checkbox {
  min-width: 17px;
}
form .uss_form_captcha,
form.form_styler .uss_form_captcha {
  width: 100%;
  max-width: 437px;
}
form .uss_form_captcha label,
form.form_styler .uss_form_captcha label {
  margin-left: 15px;
}
form .uss_form_captcha input[name="captcha"],
form.form_styler .uss_form_captcha input[name="captcha"] {
  width: calc(100% - 122px - 15px) !important;
  min-height: auto;
  height: 33px;
}
.inner {
  max-width: 1180px;
  margin: 0 auto;
  display: block;
}
body.fixed-inner.mainpage #wrap {
  /*.service-block {*/
  /*}*/
}
body.fixed-inner.mainpage #wrap .inner,
body.fixed-inner.mainpage #wrap .n-inner,
body.fixed-inner.mainpage #wrap .inner-big {
  max-width: 1420px;
  padding-left: 10px;
  padding-right: 10px;
}
body.fixed-inner.mainpage #wrap .inner,
body.fixed-inner.mainpage #wrap .inner-wide {
  max-width: 1420px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
body.fixed-inner.mainpage #wrap .slider .inner {
  max-width: 1200px !important;
  height: 100%;
}
body.fixed-inner.mainpage .review .news_block_item .info {
  background: none !important;
  padding: 20px;
}
body.fixed-inner.mainpage .review .news_block_item .info .title {
  margin-bottom: 12px;
  font-size: 20px;
}
body.fixed-inner.mainpage .review .news_block_item .info .preview {
  padding: 0;
  font-size: 16px;
  line-height: 1.6;
}
body.fixed-inner.mainpage .review .news_block_item .info .preview p {
  margin: 0;
}
body.fixed-inner.mainpage .review .news_block_item .info .preview p + p {
  margin-top: 7px;
}
body.fixed-inner.mainpage .container .inner {
  max-width: 1180px;
}
.slider_wrap {
  position: relative;
  z-index: 3;
  margin-bottom: 50px;
}
.slider {
  overflow: hidden;
  max-height: 984px;
  height: 984px;
}
.slider > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.slider > ul > li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.slider .inner {
  max-width: 1200px;
  padding: 0 !important;
}
.slider .slides {
  position: relative;
  width: 160%;
  left: -30%;
  margin: 0;
  white-space: nowrap;
  height: 100%;
}
.slider .slick-list {
  z-index: 1;
  min-height: 100%;
}
.slider .slick-track,
.slider .slick-slide,
.slider .slick-slide > div,
.slider .slides .slide {
  height: 100%;
}
.slider .slides .slide {
  white-space: normal;
  display: inline-block;
  position: relative;j
}
.slider .slides .slide .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
  width: 74%;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.slider .slides .slide .caption_inner {
  padding-top: 20px;
  padding-right: 17px;
  padding-left: 17px;
  padding-bottom: 33px;
  max-width: 40%;
  position: relative;
  text-align: center;
  display: none;
}
.slider .slides .slide .caption_inner > * {
  z-index: 1;
  position: relative;
}
.slider .slides .slide .caption_inner:after {
  content: '';
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#384c61), to(#54687b));
  background: linear-gradient(90deg, #384c61, #54687b);
  position: absolute;
  z-index: 0;
  opacity: 0.8;
}
.slider .slides .slide .caption .title {
  font-size: 50px;
  line-height: 1;
  font-weight: 600;
}
.slider .slides .slide .caption .preview {
  font-size: 42px;
  line-height: 1;
  font-weight: 300;
  margin-top: 20px;
}
.slider .slides .slide .caption .preview p {
  margin: 0;
}
.slider .slides .slide a.slide-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.slider .slides .slide .image {
  min-height: 380px;
}
.slider .slides .slick-arrow {
  width: 100px;
  height: 250px;
  z-index: 10;
  opacity: 0.5 !important;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.slider .slides .slick-arrow.slick-prev {
  left: calc(100px - 100vw - 18px);
  background: url(../img/slider-prev.png) center no-repeat;
}
.slider .slides .slick-arrow.slick-next {
  right: calc(100px - 100vw - 18px);
  background: url(../img/slider-next.png) center no-repeat;
}
.slider .slides .slick-arrow:hover {
  opacity: 1 !important;
}
.slider .slides .slick-dots {
  bottom: 7%;
}
.slider .slides .slick-dots li {
  margin: 0 11px 0;
  padding: 0 0 0 0;
  z-index: 10;
}
.slider .slides .slick-dots li button {
  width: 20px;
  height: 20px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: url(../img/position-dot.png) center no-repeat;
}
.slider .slides .slick-dots li.slick-active button {
  background: url(../img/position-dot-active.png) center no-repeat;
}
.mainpage .pseudo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 17.03125vw;
  content: '';
  background: url(../img/header-in.png) left top repeat-x;
  z-index: -1;
  background-size: auto 100%;
  min-height: 187px;
  z-index: 1;
}
.header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 11;
  color: #fff;
  font-size: 16px;
}
.header *[class$=holder] {
  display: none !important;
}
.header p {
  margin: 0 0 0 0;
}
.header a {
  color: inherit;
  text-decoration: none;
}
.header .h-in {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1px;
  max-width: 1748px;
  margin: 0 auto;
  padding: 2px 40px 0;
  z-index: 5;
  /*background: rgba(6, 10, 14, 0.8);*/
}
.header .h-out {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 5;
  padding: 0 40px 0;
}
.header .h-out > * {
  -moz-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.header .left,
.header .right {
  -moz-flex: 0 auto;
  -o-flex: 0 auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
}
.header .left {
  margin-right: 5.989583333333333vw;
}
.header .center {
  -moz-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  padding: 0 0 0 0;
}
.header .row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0 18px;
}
.header .row > div:not(.menu) {
  -moz-flex: 0 auto;
  -o-flex: 0 auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
}
.header .row > div:not(.menu) + div {
  margin-left: 310px;
}
.header .row > div:not(.menu) + div:not(.last):not(:last-child) {
  -moz-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.header .row .moved {
  -moz-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.header .row + .row {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}
.header .row.menu-row .auth {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .call_me {
  font-size: 15px;
  color: #B5EDFF;
  padding: 0 0 0 0;
  background: none;
  white-space: nowrap;
}
.header .call_me a {
  position: relative;
  border-bottom: 1px solid dotted;
  display: inline-block;
  margin-left: 24px;
}
.header .call_me a:hover {
  text-decoration: underline;
}
.header .call_me a:before {
  content: '';
  width: 11px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/call-me.png) center no-repeat;
  top: 0;
  left: -20px;
  position: absolute;
}
.header .auth {
  font-size: 15px;
  color: #B7C0C7;
  margin-left: 10px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .auth .enter {
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
.header .auth .enter a {
  position: relative;
  display: inline-block;
  background: url(../img/enter.png) left center no-repeat;
  padding-left: 20px;
  padding-bottom: 3px;
}
.header .auth .enter a:after {
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  height: 1px;
}
.header .auth .enter a:hover:after {
  content: none;
}
.header .auth .registration {
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
}
.header .auth .registration a {
  position: relative;
  display: inline-block;
  background: url(../img/enter.png) left center no-repeat;
  padding-left: 20px;
  padding-bottom: 3px;
}
.header .auth .registration a:after {
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  height: 1px;
}
.header .auth .registration a:hover:after {
  content: none;
}
.header .contacts {
  font-size: 26px;
}
.header .contacts span {
  font-size: 0.55em;
}
.header .contacts p {
  white-space: nowrap;
}
.header .contacts p + p {
  margin-top: 4px;
}
.header .contacts.small {
  font-size: 18px;
}
.header .contacts.small p {
  margin: 0;
}
.header .contacts.email {
  font-size: 16px;
}
.header .basket {
  font-size: 15px;
  color: #B5EDFF;
  display: inline-block;
  padding: 0 0 0 0;
  position: relative;
}
.header .basket:hover {
  color: #FFDC64;
}
.header .basket .basket-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}
.header .basket p {
  margin: 0;
}
.header .basket > div {
  white-space: nowrap;
}
.header .basket > div > div {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
.header .basket > div:before {
  content: '';
  position: relative;
  width: 25px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/basket.png) center no-repeat;
  margin-right: 15px;
}
.header .left .search {
  margin-top: 14px;
  width: 100%;
  display: none;
}
.header .search {
  width: 290px;
}
.header .search form {
  margin: 0;
}
.header .search .uss_site_search {
  height: 40px;
  width: 100%;
  position: relative;
}
.header .search .uss_site_search .uss_input_name {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #B7C0C7;
  font-size: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  outline: none;
  width: 100%;
  height: 100%;
  padding-left: 11px;
}
.header .search .uss_site_search .uss_input_name:focus {
  border-color: #ffd324;
  color: #fff !important;
}
.header .search .uss_site_search .uss_submit {
  background: url(../img/search-icon.png) center no-repeat !important;
  border: none !important;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: none;
}
.header .search .uss_site_search .uss_submit:hover {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.header .logo {
  color: #fff;
  font-family: 'Lato';
  padding: 10px 0 0 0;
  margin: 0 0 22px 0;
  line-height: 1;
}
.header .logo a {
  color: inherit;
  font-size: inherit;
  font-size: 36px;
}
.header .logo .logo-img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 -71px;
}
.header .logo img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.header .logo-row {
  padding-left: 0;
  padding-top: 7px;
  max-width: 29vw;
}
.header .logo-row a {
  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;
  font-size: 36px;
}
.header .logo-row .logo-column {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.header .logo-row .logo-column:first-child:not(:last-child) {
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
}
.header .logo-row a {
  text-decoration: none;
  color: inherit;
}
.header .logo-row .logo {
  padding-top: 0;
  margin: 0;
  display: none;
}
.header .logo-image {
  margin-right: 14px;
}
.header .logo-image img {
  display: block;
  /*height: 55px !important;*/
  width: auto !important;
}
.header .moved {
  margin-top: 5px;
  margin-bottom: 5px;
  -moz-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  width: 100%;
}
.header .burger {
  width: 45px !important;
  height: 36px !important;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: fixed;
  right: 10px;
  top: 20px;
  padding: 1px;
}
.header .burger span {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px #000;
          box-shadow: 0 0 2px #000;
  height: 3px;
  border-radius: 3px;
  width: 100%;
}
.header .burger.notInViewPort {
  top: 10px;
  z-index: 12;
  background: none;
  border: none;
}
.header .column.last {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 auto !important;
          flex: 1 auto !important;
}
.header .column.right {
  text-align: right;
}
.menu {
  -moz-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  padding-right: 25px;
}
.menu ul {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 0 0 0 -10px;
}
.menu ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  display: block;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.menu ul li a {
  color: #FFDC64;
  position: relative;
  font-size: 16px;
  padding: 14px 0 16px;
  display: inline-block;
}
.menu ul li a:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 14px;
  background: rgba(255, 220, 100, 0.4);
}
.menu ul li:hover,
.menu ul li.active,
.menu ul li .clicked {
  background: #034A7A;
}
.menu ul li:hover a,
.menu ul li.active a,
.menu ul li .clicked a {
  color: #fff;
}
.menu ul li:hover a:after,
.menu ul li.active a:after,
.menu ul li .clicked a:after {
  content: none;
}
.menu ul li:hover > .submenu,
.menu ul li .clicked > .submenu {
  display: block !important;
}
.menu .submenu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: calc(100% - 2px);
  z-index: 10;
  background: #034A7A;
  min-width: 200px;
  -webkit-animation: submenu_animation 0.35s ease-in-out;
  animation: submenu_animation 0.35s ease-in-out;
  overflow: hidden;
  padding: 0;
  text-align: left;
}
.menu .submenu li {
  display: block;
  text-align: left;
  padding: 0 !important;
  background: none !important;
}
.menu .submenu li a {
  background: none !important;
  padding: 14px 14px 16px !important;
}
.menu .submenu li a {
  font-size: 15px;
  display: block;
}
.menu .submenu li:hover a,
.menu .submenu li.active a {
  text-decoration: underline;
}
.menu ul li.last .submenu {
  right: 0;
  left: auto;
}
.singlepage .header .row > div:not(.menu) + div:not(.last) {
  margin-left: 0;
}
.mainpage .service-block > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mainpage .service-block > ul > li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mainpage .service-block .inner,
.mainpage .service-block .inner-wide {
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.mainpage .service-block .uss_shop_block_cat {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.mainpage .service-block .uss_shop_block_cat .uss_shop_category {
  display: block;
  margin: 0 0 0 0;
  position: relative;
  z-index: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 1.354166666666667vw;
  overflow: hidden;
}
.mainpage .service-block .uss_shop_block_cat .uss_shop_category:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
  z-index: 2;
}
.mainpage .service-block .uss_shop_block_cat .uss_shop_category .uss_shop_cat_img_wrap {
  margin: 0;
  display: block;
}
.mainpage .service-block .uss_shop_block_cat .uss_shop_category .uss_shop_cat_img_wrap .uss_shop_cat_img {
  max-width: 100%;
  border: none;
  display: block;
}
.mainpage .service-block .uss_shop_block_cat .uss_shop_category .uss_shop_cat_img_wrap .uss_shop_cat_img a {
  margin: 0;
  height: 100%;
  position: relative;
}
.mainpage .service-block .uss_shop_block_cat .uss_shop_category .uss_shop_cat_img_wrap .uss_shop_cat_img a img {
  display: block;
  max-width: 100%;
}
.mainpage .service-block .uss_shop_block_cat .uss_shop_category .uss_shop_cat_name {
  z-index: 3;
  padding: 0 2.03125vw;
  line-height: 1;
  max-height: 3em;
  overflow: hidden;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.03125vw;
  margin: 0;
}
.mainpage .service-block .uss_shop_block_cat .uss_shop_category .uss_shop_cat_name a {
  font-size: inherit;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
.mainpage .service-block .uss_shop_block_cat .uss_shop_category .uss_shop_cat_name .uss_shop_cat_num {
  display: none !important;
}
.mainpage .service-block .uss_shop_block_cat .uss_shop_category .uss_shop_cat_text {
  z-index: 3;
  font-size: 17px;
  color: #fff;
  padding: 0 2.03125vw;
  line-height: 1.3;
  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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-height: 3.9em;
  font-weight: 300;
}
.mainpage .service-block .uss_eshop_menu {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.mainpage .service-block .uss_eshop_menu > li {
  display: block;
  margin: 0 0 0 0;
  z-index: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  position: relative;
  overflow: hidden;
}
.mainpage .service-block .uss_eshop_menu > li > span {
  max-width: 100%;
  border: none;
  display: block;
}
.mainpage .service-block .uss_eshop_menu > li > span a {
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.mainpage .service-block .uss_eshop_menu > li > span a img {
  display: block;
  max-width: 100%;
}
.mainpage .service-block .uss_eshop_menu > li .info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 3;
  line-height: 1;
  padding: 0 39px;
}
.mainpage .service-block .uss_eshop_menu > li .info a {
  overflow: hidden;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 39px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  font-weight: 700;
}
.mainpage .service-block .uss_eshop_menu > li:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
  z-index: 2;
}
.mainpage .service-block .uss_eshop_menu > li .uss_tree_description {
  margin: 0;
  color: #fff;
  line-height: 1.2;
}
.mainpage .service-block .catalog_menu {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.mainpage .service-block .catalog_menu > li {
  display: block;
  margin: 0 0 0 0;
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  overflow: hidden;
}
.mainpage .service-block .catalog_menu > li .catalog_menu_item {
  width: 100%;
  height: 100%;
}
.mainpage .service-block .catalog_menu > li .catalog_menu_item > span {
  border: none;
  display: block;
}
.mainpage .service-block .catalog_menu > li .catalog_menu_item > span a {
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.mainpage .service-block .catalog_menu > li .catalog_menu_item > span a img {
  display: block;
  max-width: 100%;
  height: auto;
}
.mainpage .service-block .catalog_menu > li .catalog_menu_item .info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 3;
  line-height: 1;
  padding: 0 39px;
}
.mainpage .service-block .catalog_menu > li .catalog_menu_item .uss_tree_description {
  font-size: 15px;
  color: #fff;
  padding: 0;
  line-height: 1.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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: 300;
}
.mainpage .service-block .catalog_menu > li .catalog_menu_item .uss_tree_description p {
  margin: 0;
}
.mainpage .service-block .catalog_menu > li .catalog_menu_item .uss_tree_description p + p {
  margin-top: 10px;
}
.mainpage .service-block .catalog_menu > li .catalog_menu_item .info a {
  overflow: hidden;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 39px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  word-break: break-word;
  font-weight: 700;
}
.mainpage .service-block .catalog_menu > li .catalog_menu_item:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
  z-index: 2;
}
.mainpage .service-block .section.section_catalog .uss_catalog_block_cat {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mainpage .service-block .section.section_catalog .uss_catalog_block_cat .uss_catalog_category {
  display: block;
  margin: 0 0 0 0;
  z-index: 1;
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}
.mainpage .service-block .section.section_catalog .uss_catalog_block_cat .uss_catalog_category:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
  z-index: 2;
}
.mainpage .service-block .section.section_catalog .uss_catalog_block_cat .uss_catalog_category .uss_catalog_cat_img {
  max-width: 100%;
  height: auto !important;
  border: none;
  display: block;
  width: 100%;
  height: 100%;
}
.mainpage .service-block .section.section_catalog .uss_catalog_block_cat .uss_catalog_category .uss_catalog_cat_img a {
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.mainpage .service-block .section.section_catalog .uss_catalog_block_cat .uss_catalog_category .uss_catalog_cat_img a img {
  display: block;
  min-width: 100%;
  min-height: 100%;
}
.mainpage .service-block .section.section_catalog .uss_catalog_block_cat .uss_catalog_category .catalog_info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 3;
  padding: 0 39px;
}
.mainpage .service-block .section.section_catalog .uss_catalog_block_cat .uss_catalog_category .catalog_info .uss_catalog_cat_name {
  font-size: 39px;
  color: #fff;
}
.mainpage .service-block .section.section_catalog .uss_catalog_block_cat .uss_catalog_category .catalog_info .uss_catalog_cat_name a {
  line-height: 1;
  overflow: hidden;
  height: 78px;
  font-size: inherit;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
.mainpage .service-block .section.section_catalog .uss_catalog_block_cat .uss_catalog_category .catalog_info .uss_catlog_cat_anons {
  z-index: 3;
  font-size: 17px;
  color: #fff;
  padding: 0 0;
  line-height: 1.3;
  height: 44px;
  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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: 300;
}
.mainpage .service-block .section.section_catalog .uss_catalog_block_cat .uss_catalog_category .catalog_info .uss_catlog_cat_anons p {
  margin: 0;
}
.mainpage .service-block .section.section_catalog .uss_catalog_block_cat .uss_catalog_category .catalog_info .uss_catlog_cat_anons p + p {
  margin-top: 10px;
}
.mainpage .service-block .uss_catalog_sidebar {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category {
  display: block;
  margin: 0 0 0 0;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  z-index: 1;
  overflow: hidden;
}
.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
  z-index: 2;
}
.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category .uss_catalog_img_wrap {
  float: none;
  margin: 0;
}
.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category .uss_catalog_cat_img {
  max-width: 100%;
  height: auto !important;
  border: none;
  display: block;
  width: 100%;
  height: 100%;
}
.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category .uss_catalog_cat_img a {
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category .uss_catalog_cat_img img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
}
.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category .info {
  /*position: absolute;*/
  /*left: 0;*/
  /*right: 0;*/
  /*bottom: 20px;*/
  /*z-index: 3;*/
  /*line-height: 1;*/
  /*padding: 0 118px 0 20px;*/
  line-height: 1;
  text-align: center;
}
.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category .uss_catalog_cat_name {
  font-size: 39px;
  color: #fff;
  padding: 0;
  margin: 0 0 10px 0;
  word-break: word-break;
}
.mainpage .service-block.x4 .uss_catalog_sidebar .uss_catalog_category .uss_catalog_cat_name {
  font-size: 31px;
}
.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category .uss_catalog_cat_name a {
  line-height: 1;
  overflow: hidden;
  height: 78px;
  font-size: inherit;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category .uss_catlog_cat_anons {
  font-size: 16px;
  color: #fff;
  padding: 0;
  line-height: 1.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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category .uss_catlog_cat_anons p {
  margin: 0;
}
.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category .uss_catlog_cat_anons p + p {
  margin-top: 10px;
}
.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category .catalog_orderbutton {
  right: 20px;
  bottom: 20px;
  position: absolute;
  z-index: 11;
  margin: 0;
}
.mainpage .service-block.x5 .uss_shop_block_cat .uss_shop_category {
  max-width: calc(100% / 5);
}
.mainpage .service-block.x5 .uss_eshop_menu > li {
  max-width: calc(100% / 5);
}
.mainpage .service-block.x5 .catalog_menu > li {
  max-width: calc(100% / 5);
}
.mainpage .service-block.x5 .section.section_catalog .uss_catalog_block_cat {
  max-width: calc(100% / 5);
}
.mainpage .service-block.x5 .uss_catalog_sidebar .uss_catalog_category {
  max-width: calc(100% / 5);
}
.mainpage .service-block.x4 .uss_shop_block_cat .uss_shop_category {
  max-width: calc(100% / 4);
}
.mainpage .service-block.x4 .uss_eshop_menu > li {
  max-width: calc(100% / 4);
}
.mainpage .service-block.x4 .uss_eshop_menu > li:after {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(30%, transparent), color-stop(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(transparent, transparent 30%, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
}
.mainpage .service-block.x4 .uss_eshop_menu > li .info a {
  font-size: 31px;
}
.mainpage .service-block.x4 .uss_eshop_menu > li .uss_tree_description {
  font-size: 16px;
}
.mainpage .service-block.x4 .catalog_menu > li {
  max-width: calc(100% / 4);
}
.mainpage .service-block.x4 .section.section_catalog .uss_catalog_block_cat {
  max-width: calc(100% / 4);
}
.mainpage .service-block.x4 .uss_catalog_sidebar .uss_catalog_category {
  max-width: calc(100% / 4);
}
.mainpage .service-block.x3 .uss_shop_block_cat .uss_shop_category {
  max-width: calc(100% / 3);
}
.mainpage .service-block.x3 .uss_eshop_menu > li {
  max-width: calc(100% / 3);
}
.mainpage .service-block.x3 .catalog_menu > li {
  max-width: calc(100% / 3);
}
.mainpage .service-block.x3 .section.section_catalog .uss_catalog_block_cat {
  max-width: calc(100% / 3);
}
.mainpage .service-block.x3 .uss_catalog_sidebar .uss_catalog_category {
  max-width: calc(100% / 3);
  max-width: calc((100% - (2) * 15px) / 3);
}
.mainpage .service-block.x2 .uss_shop_block_cat .uss_shop_category {
  max-width: calc(100% / 2);
}
.mainpage .service-block.x2 .uss_eshop_menu > li {
  max-width: calc(100% / 2);
}
.mainpage .service-block.x2 .catalog_menu > li {
  max-width: calc(100% / 2);
}
.mainpage .service-block.x2 .section.section_catalog .uss_catalog_block_cat {
  max-width: calc(100% / 2);
}
.mainpage .service-block.x2 .uss_catalog_sidebar .uss_catalog_category {
  max-width: calc(100% / 2);
}
.mainpage .block:not(.about) .h3 {
  text-align: center;
}
.mainpage .block-view .catalog_menu {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mainpage .block-view .catalog_menu > li {
  padding: 0;
  border: 2px solid #E2E4E6;
  padding-bottom: 16px;
  width: 200px;
}
.mainpage .block-view .catalog_menu > li .catalog_menu_image {
  margin: 0 auto 20px auto;
  display: block;
  position: relative;
  border: none;
  background: #fff;
}
.mainpage .block-view .catalog_menu > li .catalog_menu_image a {
  margin: 0;
  padding: 0;
}
.mainpage .block-view .catalog_menu > li .catalog_menu_image a img {
  margin: 0 auto;
  display: block;
}
.mainpage .block-view .catalog_menu > li .catalog_menu_image ~ * {
  padding-left: 16px;
  padding-right: 16px;
}
.mainpage .block-view .catalog_menu > li .catalog_menu_item > a {
  font-size: 20px;
  margin: 0 0 20px 0;
}
.mainpage .block-view .catalog_menu > li .catalog_menu_item > a a {
  font-size: inherit;
}
.mainpage .block-view .catalog_menu > li .catalog_menu_item .uss_tree_description {
  margin: 0 0 20px 0;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
}
.mainpage .block-view .catalog_menu > li .catalog_orderbutton {
  float: none;
  display: inline-block;
  font-weight: 700;
  background: #ffffff;
  border: 3px solid #ffd324;
  color: #333333;
  font-size: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  line-height: 1;
  min-height: auto;
  padding: 9px 11px;
  opacity: 1 !important;
}
.mainpage .block-view .catalog_menu > li .catalog_orderbutton:hover {
  background: #ffd324;
  color: #333333;
}
.mainpage .block-view .catalog_menu > li:hover {
  border-color: #3975f0;
}
.block {
  line-height: 1.55;
  position: relative;
  z-index: 1;
}
.block.bg-type2 {
  background: #E1E4E6;
}
.block.bg-type3 {
  background: #407CA4;
}
.block.type2 .h3 {
  color: #fff;
}
.block.type2 .h3 a:hover:after {
  background-color: #ffffff;
}
.block p {
  margin: 0 0 19.2px 0;
}
.block .h3 {
  font-size: 60px;
  margin: 0 0 62px 0;
  line-height: 1;
  font-weight: 300;
}
.block .h3 span {
  font-size: 58px;
  font-weight: 800;
}
.block .h3 a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  position: relative;
}
.block .h3 a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  background: rgba(255, 255, 255, 0);
  color: #fff;
  display: block;
  width: 100%;
  height: 2px;
  -webkit-transition: background 0.25s linear;
  transition: background 0.25s linear;
}
.block .h3 a:hover:after {
  background: #333333;
}
.block .inner {
  padding: 74px 0;
}
.block .inner .h3 {
  text-align: center;
}
.block .nopadding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.block .inner-big {
  max-width: 1440px;
  padding: 0;
  margin: 0 auto;
  display: block;
  padding-top: 66px;
  padding-bottom: 74px;
}
.block .quote {
  display: block;
  background: url(../img/q-start.png) left center no-repeat, url(../img/q-end.png) right center no-repeat;
  font-size: 24px;
  line-height: 1.65;
  padding-left: 110px;
  padding-right: 110px;
  margin: 48px 0 74px 0;
  font-weight: 300;
}
.block .table {
  margin-top: 30px;
}
.block.about .inner-big {
  position: relative;
}
.block.about:not(.about-wide) .inner-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block.about .h3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  -webkit-box-ordinal-group: -4;
      -ms-flex-order: -5;
          order: -5;
}
.block.about .left {
  max-width: calc(100% - 36%);
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}
.block.about .right {
  max-width: 35%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}
.block.about img {
  max-width: 100%;
  display: block;
}
table.table {
  display: block;
  width: 100%;
}
table.table table {
  width: 100%;
}
table.table table tr {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
table.table table tr td {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
}
table.table table tr td + td {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  padding-left: 15px;
}
table.table > tbody {
  display: block;
}
table.table > tbody > tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
table.table > tbody > tr > td {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news.block img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.news.block .news_block_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 0 0 0;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  width: 100%;
}
.news.block .news_block_item .image {
  padding: 0;
  float: none;
  position: relative;
  z-index: 5;
  margin: 0 !important;
  display: inline-block;
  vertical-align: top;
  width: calc(50% + 48px);
  overflow: hidden;
}
.news.block .news_block_item .image a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.news.block .news_block_item .image a img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  max-width: none;
}
.news.block .news_block_item .image:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
}
.news.block .news_block_item .image:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  border-right: 48px solid #fff;
  border-top: 48px solid transparent;
  border-left: 0 solid transparent;
  height: calc(50% - 39px);
  width: 0;
  z-index: 10;
}
.news.block .news_block_item .image:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-right: 48px solid #fff;
  border-left: 0 solid transparent;
  border-bottom: 50px solid transparent;
  height: calc(50% - 41px);
  width: 0;
  z-index: 10;
}
.news.block .news_block_item .info {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 49px);
  padding: 123px 56px 123px 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news.block .news_block_item .info .date {
  line-height: 1;
  color: #A6A6A6;
  font-size: 21px;
  padding-left: 46px;
  background: url(../img/clock.png) left center no-repeat;
  min-height: 26px;
  line-height: 26px;
  margin: 0 0 41px 0;
}
.news.block .news_block_item .info .title {
  font-size: 27px;
  line-height: 1;
  margin: 0 0 46px 0;
}
.news.block .news_block_item .info .title a {
  color: #0072A1;
  position: relative;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 800;
}
.news.block .news_block_item .info .title a span {
  border-bottom: 1px solid #B5EDFF;
}
.news.block .news_block_item .info .title a:hover span {
  border: none;
}
.news.block .news_block_item .info .preview {
  word-spacing: 1.3px;
  max-height: 6.2em;
  overflow: hidden;
}
.news.block .news_block_item .info .preview p {
  margin: 0 0 5px 0;
}
.news.block .news_block_item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  /*background: #384C61;*/
  background: radial-gradient(circle at 11% 94%, rgba(120, 139, 157, 0.47) 0%, #384c61 35%), #384c61;
}
.news.block .news_block_item:nth-of-type(even) .image:after {
  content: '';
  position: absolute;
  left: -1px;
  bottom: 0;
  border-left: 49px solid #384C61;
  border-top: 49px solid transparent;
  border-right: 0 solid transparent;
  height: calc(50% - 43px);
  width: 0;
  z-index: 10;
}
.news.block .news_block_item:nth-of-type(even) .image:before {
  content: '';
  position: absolute;
  left: -1px;
  top: 0;
  border-left: 49px solid #384C61;
  border-right: 0 solid transparent;
  border-bottom: 49px solid transparent;
  height: calc(50% - 35px);
  width: 0;
  z-index: 10;
}
.news.block .news_block_item:nth-of-type(even) .info {
  padding: 123px 56px 123px 56px;
}
.news.block .news_block_item:nth-of-type(even) .info .date {
  color: #7E8A95;
  background-image: url('../img/clock-alt.png');
}
.news.block .news_block_item:nth-of-type(even) .info .title {
  color: #B5EDFF;
}
.news.block .news_block_item:nth-of-type(even) .info .title a {
  color: inherit;
}
.news.block .news_block_item:nth-of-type(even) .info .title a:after {
  border-bottom-color: #B5EDFF;
}
.news.block .news_block_item:nth-of-type(even) .info .preview {
  color: #fff;
}
.section_news .news_exact_item .uss_img_big {
  display: block;
}
.section_news .news_exact_item .uss_news_date {
  overflow: hidden;
  line-height: 1;
  color: #A6A6A6;
  font-size: 21px;
  padding-left: 30px;
  background: url(../img/clock.png) left center no-repeat;
  background-size: 20px auto;
  min-height: 26px;
  line-height: 26px;
  margin: 0 0 10px 0;
}
.news_similar_wrap .news_item .image {
  margin-bottom: 22px;
}
.news_similar_wrap .news_item .info .date {
  overflow: hidden;
  line-height: 1;
  color: #A6A6A6;
  padding-left: 25px;
  background: url(../img/clock.png) left center no-repeat;
  background-size: 19px auto;
  min-height: 26px;
  line-height: 26px;
  margin: 0 0 10px 0;
}
.news_list .news_item {
  margin-bottom: 32px;
}
.news_list .news_item .info {
  overflow: hidden;
}
.news_list .news_item .info .date {
  line-height: 1;
  color: #A6A6A6;
  font-size: 18px;
  padding-left: 25px;
  background: url(../img/clock.png) left center no-repeat;
  background-size: 18px;
  min-height: 26px;
  line-height: 26px;
  margin: 0 0 5 0;
}
.news_list .news_item .preview p:last-child {
  margin-bottom: 0;
}
.news_similar_title {
  color: #333333;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.34;
  padding: 0;
  font-size: 40px;
  border: none;
  margin: 0 0 20px 0;
  text-align: center;
}
.n-inner {
  max-width: 1748px;
  padding-top: 66px;
  padding-bottom: 74px;
  margin: 0 auto;
  display: block;
}
.position .uss_eshop_amount_block {
  display: none;
}
.position .uss_eshop_block_item {
  width: 394px !important;
  overflow: hidden;
  background: #fff;
  margin-bottom: 56px;
  text-align: left;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 0 0 20px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.position .uss_eshop_block_item > *:not(.img):not(.add_to_cart) {
  padding-left: 41px;
  padding-right: 41px;
}
.position .uss_eshop_block_item > * {
  z-index: 5;
}
.position .uss_eshop_block_item > div {
  width: 100%;
}
.position .uss_eshop_block_item .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  position: relative;
  z-index: 1;
  margin: 0 0 51px 0;
  margin: 0 auto 20px;
}
.position .uss_eshop_block_item .img a.imagelink {
  display: block;
  width: 100%;
  height: 100%;
}
.position .uss_eshop_block_item .img a.imagelink img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.position .uss_eshop_block_item .position-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.position .uss_eshop_block_item .uss_shop_name {
  -moz-flex: 1 auto;
  -ms-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
          flex: 1 auto;
  font-size: 19px;
  line-height: 1.2;
  height: 44px;
  margin: 0 0 24px 0;
  overflow: hidden;
  min-height: 2.4;
}
.position .uss_eshop_block_item .uss_shop_name a {
  font-size: inherit;
}
.position .uss_eshop_block_item .uss_shop_price {
  margin: 0;
  line-height: 1;
  min-height: 62px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.position .uss_eshop_block_item .uss_shop_price span {
  display: block;
  background: none !important;
  padding: 0 0 0 0 !important;
  font-weight: 700;
}
.position .uss_eshop_block_item .uss_shop_price span.old_price {
  font-size: 18px;
  color: #747B82;
  margin: 0 0 8px 0 !important;
}
.position .uss_eshop_block_item .uss_shop_price span.actual_price {
  font-size: 27px;
  margin: 0 0 9px 0 !important;
  font-weight: 900;
}
.position .uss_eshop_block_item .uss_shop_price span.actual_price em.currency_class {
  color: #747B82;
}
.position .uss_eshop_block_item a.add_to_cart {
  font-size: 17px;
  border: 3px solid #ffd324;
  color: #333333;
  text-decoration: none;
  margin: 0 0 0 0;
  padding: 6px 19px 9px 16px;
  font-weight: 700;
}
.position .uss_eshop_block_item a.add_to_cart:before {
  content: '';
  width: 18px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  padding: 0 0 0 0;
  background: url(../img/cart.png) center no-repeat;
}
.position .uss_eshop_block_item a.add_to_cart.already_in_cart {
  font-size: 15px;
  border-color: #E2E4E6 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.position .uss_eshop_block_item a.add_to_cart.already_in_cart:before {
  display: block;
  background-image: url(../img/already-btn.png);
}
.position .uss_eshop_block_item a.add_to_cart:hover {
  background: #ffd324;
  color: #333333;
  border-color: #ffd324 !important;
}
.position .uss_eshop_block_item a.add_to_cart:hover:before {
  -webkit-filter: brightness(0.3);
          filter: brightness(0.3);
}
.position .uss_eshop_block_item .uss_price_cart_btn_wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -moz-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.position .uss_eshop_block_item .uss_price_cart_btn_wrap > * {
  margin-bottom: 16px !important;
}
.position .uss_eshop_block_item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.position .uss_eshop_block_item .img {

}
.position .uss_eshop_block_item .img a.imagelink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.position .uss_eshop_block_item .position-right {

}
.position.position-block .items .slick-arrow {
  top: -44px;
  width: 70px;
  height: 35px;
  opacity: 1;
  display: block;
  z-index: 10;
  left: auto;
}
.position.position-block .items .slick-arrow.slick-prev {
  background: url(../img/position-prev.png) center no-repeat;
  left: 0%;
  right: auto;
}
.position.position-block .items .slick-arrow.slick-next {
  background: url(../img/position-next.png) center no-repeat;
  right: 0;
}
.position.position-block .items .slick-dots {
  bottom: 0;
}
.position.position-block .items .slick-dots li {
  margin: 0 11px;
  padding: 0;
}
.position.position-block .items .slick-dots li button {
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  background: url(../img/position-dot-dark.png) center no-repeat;
}
.position.position-block .items .slick-dots li.slick-active button {
  background: url(../img/position-dot-active.png) center no-repeat;
  border: none;
}
.position.position-slider {
  background: #FFF;
}
.position.position-slider .uss_eshop_block_item {
  width: 100% !important;
  margin-bottom: 0;
  padding-bottom: 0;
  zoom: 1;
}
.position.position-slider .uss_eshop_block_item:before,
.position.position-slider .uss_eshop_block_item:after {
  content: "";
  display: table;
}
.position.position-slider .uss_eshop_block_item:after {
  clear: both;
}
.position.position-slider .uss_eshop_block_item > *:not(.img) {
  overflow: hidden;
}
.position.position-slider .uss_eshop_block_item .img {
  margin-right: 5%;
  width: 45%;
  float: left;
}
.position.position-slider .uss_eshop_block_item .img a.imagelink img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.position.position-slider .uss_eshop_block_item .img .uss_advanced_image_list.uss_ail_points {
  left: 10px;
  right: 10px;
}
.position.position-slider .uss_eshop_block_item .uss_shop_name {
  font-size: 27px;
  line-height: 1.3em;
  overflow: hidden;
  margin: 40px 0 42px 0;
  height: auto;
  font-weight: 800;
}
.position.position-slider .uss_eshop_block_item .uss_shop_name a {
  display: block;
}
.position.position-slider .uss_eshop_block_item .uss_shop_description {
  font-size: 18px;
  line-height: 1.65;
  margin: 0 0 23px 0;
}
.position.position-slider .uss_eshop_block_item .uss_shop_price {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -moz-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 10px 0;
}
.position.position-slider .uss_eshop_block_item .uss_shop_price span {
  background: none !important;
  -moz-flex: 0 auto;
  -ms-flex: 0 auto;
  -o-flex: 0 auto;
  -webkit-box-flex: 0;
          flex: 0 auto;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
}
.position.position-slider .uss_eshop_block_item .uss_shop_price span.actual_price {
  font-size: 48px;
  color: #333;
  font-weight: 900;
}
.position.position-slider .uss_eshop_block_item .uss_shop_price span.actual_price em.currency_class {
  color: #747B82;
}
.position.position-slider .uss_eshop_block_item .uss_shop_price span.old_price {
  font-size: 28px;
  color: #747B82;
  margin: 0 0 8px 0 !important;
  font-weight: 900;
}
.position.position-slider .uss_eshop_block_item .uss_shop_price span + span {
  padding-right: 15px !important;
}
.position.position-slider .uss_eshop_block_item .uss_price_cart_btn_wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -moz-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.position.position-slider .uss_eshop_block_item .uss_price_cart_btn_wrap > * {
  margin-bottom: 16px !important;
}
.position.position-slider .uss_eshop_block_item a.add_to_cart {
  font-size: 17px;
  border: 3px solid #ffd324;
  color: #333333;
  text-decoration: none;
  color: inherit;
  margin: 0 0 0 0;
  padding: 6px 19px 9px 16px;
  font-weight: 700;
  display: inline-block;
}
.position.position-slider .uss_eshop_block_item a.add_to_cart:before {
  content: '';
  width: 18px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  padding: 0 0 0 0;
  background: url(../img/cart.png) center no-repeat;
}
.position.position-slider .uss_eshop_block_item a.add_to_cart:hover {
  background: #ffd324;
  color: #333333;
}
.position.position-slider .uss_eshop_block_item a.add_to_cart.already_in_cart {
  font-size: 15px;
}
.position.position-slider .uss_eshop_block_item a.add_to_cart.already_in_cart:before {
  content: none;
}
.position.position-slider .uss_eshop_block_item .uss_price_cart_btn_wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.position.position-slider .uss_eshop_block_item .uss_price_cart_btn_wrap > * {
  max-width: 50%;
}
.position.position-slider .slick-arrow {
  width: 70px;
  height: 35px;
  top: 18px;
  opacity: 1;
  display: block;
  z-index: 10;
  left: auto;
  right: auto;
}
.position.position-slider .slick-arrow.slick-prev {
  background: url(../img/position-prev.png) center no-repeat;
  left: 50%;
}
.position.position-slider .slick-arrow.slick-next {
  background: url(../img/position-next.png) center no-repeat;
  right: 0;
}
.position.position-slider .slick-dots {
  padding-left: 50%;
  bottom: auto;
  top: 0;
}
.position.position-slider .slick-dots li {
  margin: 0 11px;
  padding: 0;
}
.position.position-slider .slick-dots li button {
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  background: url(../img/position-dot-dark.png) center no-repeat;
}
.position.position-slider .slick-dots li.slick-active button {
  background: url(../img/position-dot-active.png) center no-repeat;
  border: none;
}
.position.position-slider .position-right {
  padding-top: 70px;
  width: 50%;
}
.position .n-inner {
  padding-bottom: 0;
}
.position-small-block .uss_eshop_block_item {
  width: 284px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 56px;
  text-align: left;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  padding: 0 0 0 0;
  border: 2px solid #E2E4E6;
}
.position-small-block .uss_eshop_block_item > *:not(.img):not(.add_to_cart) {
  padding-left: 16px;
  padding-right: 16px;
}
.position-small-block .uss_eshop_block_item .img {
  -moz-flex: 0 100%;
  -o-flex: 0 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  position: relative;
  z-index: 1;
  margin: 0 0 18px 0;
}
.position-small-block .uss_eshop_block_item .img a.imagelink {
  display: block;
  width: 100%;
  height: 100%;
}
.position-small-block .uss_eshop_block_item .img a.imagelink img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.position-small-block .uss_eshop_block_item .uss_shop_name {
  -moz-flex: 0 100%;
  -o-flex: 0 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  font-size: 18px;
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
  margin: 0 0 14px 0;
}
.position-small-block .uss_eshop_block_item .uss_shop_name a {
  font-size: inherit;
}
.position-small-block .uss_eshop_block_item .uss_shop_price {
  margin: 0;
  line-height: 1;
}
.position-small-block .uss_eshop_block_item .uss_shop_price span {
  display: block;
  background: none !important;
  padding: 0 0 0 0 !important;
  font-weight: 700;
}
.position-small-block .uss_eshop_block_item .uss_shop_price span.old_price {
  font-size: 18px;
  color: #747B82;
  margin: 0 0 8px 0 !important;
}
.position-small-block .uss_eshop_block_item .uss_shop_price span.actual_price {
  font-size: 27px;
  margin: 0 0 9px 0 !important;
}
.position-small-block .uss_eshop_block_item a.add_to_cart {
  font-size: 17px;
  border: 3px solid #ffd324;
  color: #333333;
  text-decoration: none;
  color: inherit;
  margin: 0 41px 0 0;
  padding: 6px 19px 9px 16px;
}
.position-small-block .uss_eshop_block_item a.add_to_cart:before {
  content: '';
  width: 18px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  padding: 0 0 0 0;
  background: url(../img/cart.png) center no-repeat;
}
.position-small-block .uss_eshop_block_item a.add_to_cart:hover {
  background: #ffd324;
  color: #333333;
}
.position-small-block .uss_eshop_block_item a.add_to_cart:hover:before {
  -webkit-filter: brightness(100) !important;
  filter: brightness(100) !important;
}
.position-small-block .uss_eshop_block_item .uss_price_cart_btn_wrap {
  -moz-flex: 0 100%;
  -o-flex: 0 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.position-small-block .uss_eshop_block_item .uss_price_cart_btn_wrap .uss_shop_price {
  margin: 0 0 16px 0;
}
.position-small-block .uss_eshop_block_item .uss_price_cart_btn_wrap a.add_to_cart {
  margin: 0 0 16px 0;
}
.review .items {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.review .h3 {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
.review .slick-prev {
  width: 30px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: 0%;
  background: url(../img/position-prev-white.png) left center no-repeat;
}
.review .slick-prev:hover {
  opacity: .8;
}
.review .slick-next {
  width: 30px;
  height: 35px;
  position: absolute;
  top: 50%;
  right: 0%;
  background: url(../img/position-next-white.png) right center no-repeat;
}
.review .slick-next:hover {
  opacity: .8;
}
.review .news_block_item {
  background: #fff;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
  margin: 0 0;
}
.review .news_block_item .image {
  padding: 0;
  width: 41.51838671411625%;
  margin-right: 0 !important;
}
.review .news_block_item .image a {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}
.review .news_block_item .image a:after {
  content: '';
  position: absolute;
  top: 50px;
  right: 0;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-right: 22px solid #fff;
  border-bottom: 22px solid transparent;
}
.review .news_block_item .image img {
  display: block;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.review .news_block_item .info {
  width: calc(100% - 41.51838671411625%);
  overflow: hidden;
  padding: 2.604166666666667vw 4.0625vw 0 2.604166666666667vw;
  background: url(../img/q-small-start.png) 1.5625vw calc(100% - 2.083333333333333vw) no-repeat, url(../img/q-small-end.png) calc(100% - 2.083333333333333vw) 5vw no-repeat;
  background-size: 1.822916666666667vw 1.458333333333333vw, 1.822916666666667vw 1.458333333333333vw;
}
.review .news_block_item .info .date {
  display: none;
}
.review .news_block_item .info .title {
  letter-spacing: 0.3px;
  color: #0072A1;
  font-size: 1.25vw;
  margin: 0 0 1.5625vw 0;
}
.review .news_block_item .info .title a {
  display: inline-block;
}
.review .news_block_item .info .title a img {
  display: inline-block;
  vertical-align: middle;
}
.review .news_block_item .info .title a + a {
  margin-left: 5px;
}
.review .news_block_item .info .preview {
  font-size: 0.9895833333333333vw;
  padding: 0 0 0 2.083333333333333vw;
  line-height: 1.6;
}
.review .news_block_item .info .preview p {
  margin: 0 0 10px 0;
}
.review .news_block_item:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.review .slick-list {
  width: 100%;
}
.review .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.review .slick-slide {
  float: none !important;
  height: 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-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.review .slick-slide > div {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}
.review .slick-slide > div > .news_block_item {
  max-width: calc(100% - 30px);
  vertical-align: top;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.review .slick-slide > div > .news_block_item:not(:last-child) {
  margin-right: 20px;
}
.review .slick-dots {
  bottom: -52px;
}
.review .slick-dots li {
  margin: 0 11px;
  padding: 0;
}
.review .slick-dots li button {
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  background: url(../img/position-dot.png) center no-repeat;
}
.review .slick-dots li.slick-active button {
  background: url(../img/position-dot-active.png) center no-repeat;
}
table.table tbody {
  display: block;
}
table.table tr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
table.table tr td {
  -moz-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.container .inner {
  padding-top: 47px;
}
.container .aside {
  width: 234px;
}
.container .aside.aside-left {
  margin-right: 82px;
  float: left;
}
.container .aside.aside-right {
  margin-left: 82px;
  float: right;
}
.container .content {
  overflow: hidden;
  margin: 0 0 0 0;
}
.container .content h1 {
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 15px 0;
  line-height: 1.34;
  border-bottom: 2px solid #E2E4E6;
  padding: 0 0 6px 0;
}
.container .content .uss_shop_block_cat .uss_shop_category {
  border: 2px solid #E2E4E6;
  padding-bottom: 16px;
  -webkit-transition: border-color 0.25s linear;
  transition: border-color 0.25s linear;
  max-width: calc((100% - 10px) / 2);
}
.container .content .uss_shop_block_cat .uss_shop_category > *:not(.uss_shop_cat_img_wrap) {
  padding-left: 16px;
  padding-right: 16px;
}
.container .content .uss_shop_block_cat .uss_shop_category .uss_shop_cat_img_wrap {
  margin: 0 0 20px 0;
}
.container .content .uss_shop_block_cat .uss_shop_category .uss_shop_cat_img_wrap .uss_shop_cat_img {
  border: none;
  margin: 0 auto;
  padding: 0 0 0 0;
  display: block;
  position: relative;
}
.container .content .uss_shop_block_cat .uss_shop_category .uss_shop_cat_img_wrap .uss_shop_cat_img a {
  margin: 0;
  padding: 0;
}
.container .content .uss_shop_block_cat .uss_shop_category .uss_shop_cat_cat {
  margin-bottom: 20px;
}
.container .content .uss_shop_block_cat .uss_shop_category .uss_shop_cat_cat a {
  font-size: 15px;
  font-weight: 600;
}
.container .content .uss_shop_block_cat .uss_shop_category .uss_shop_cat_name {
  font-size: 20px;
  margin: 0 0 20px 0;
}
.container .content .uss_shop_block_cat .uss_shop_category .uss_shop_cat_name a {
  font-size: inherit;
}
.container .content .uss_shop_block_cat .uss_shop_category .uss_shop_cat_text {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
}
.container .content .uss_shop_block_cat .uss_shop_category .uss_shop_cat_text p {
  margin: 0 0 0 0;
}
.container .content .uss_shop_block_cat .uss_shop_category:hover {
  border-color: #ffd324;
}
.container .content .section {
  line-height: 1.67;
}
.container .content .uss_eshop_filters_block {
  width: 100%;
}
.container .content .uss_eshop_filters_block form {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.container .content .uss_eshop_filters_block .group {
  -moz-flex: 0 100%;
  -o-flex: 0 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}
.container .content .uss_eshop_filters_block .group .eshop_filters_group_title {
  font-size: 21px;
  font-weight: 600;
}
.container .content .uss_eshop_filters_block .group .eshop_filters_items {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.container .content .uss_eshop_filters_block .group .eshop_filters_items .eshop_filters {
  -webkit-box-flex: 0;
      -ms-flex: 0 calc((100% - 20px) / 3 );
          flex: 0 calc((100% - 20px) / 3 );
  margin: 0 0 10px 0;
}
.container .content .uss_eshop_filters_block .group .eshop_filters_items .eshop_filters label.items_label {
  font-weight: normal;
  font-size: 15px;
  display: block;
  width: 100%;
  float: none;
  padding: 0 0 0 0;
  margin: 0 0 10px 0;
}
.container .content .uss_eshop_filters_block .group .eshop_filters_items .eshop_filters .items_wrap label {
  line-height: 30px;
}
.container .content .uss_eshop_filters_block .group .eshop_filters_items .eshop_filters .jq-selectbox {
  display: block;
  width: 100%;
}
.container .content .uss_eshop_filters_block .filter_search_in_current_cat.filter_item {
  -moz-flex: 0 100%;
  -o-flex: 0 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  text-align: left;
}
.container .content .uss_eshop_filters_block .filter_price,
.container .content .uss_eshop_filters_block .filter_producer,
.container .content .uss_eshop_filters_block .filter_submit {
  -webkit-box-flex: 0;
      -ms-flex: 0 calc((100% - 20px) / 3);
          flex: 0 calc((100% - 20px) / 3);
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.container .content .uss_eshop_filters_block .filter_price {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;  
}
.container .content .uss_eshop_filters_block .filter_price label,
.container .content .uss_eshop_filters_block .filter_producer label,
.container .content .uss_eshop_filters_block .filter_submit label {
  float: none;
  display: block;
  margin: 0 0 10px 0;
  -moz-flex: 0 100%;
  -o-flex: 0 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  font-size: 16px;
  font-weight: normal !important;
}
.container .content .uss_eshop_filters_block .filter_price label {
  margin: 0;
}
.container .content .uss_eshop_filters_block .filter_price .jq-selectbox,
.container .content .uss_eshop_filters_block .filter_producer .jq-selectbox,
.container .content .uss_eshop_filters_block .filter_submit .jq-selectbox {
  width: 100%;
  margin: 0;
}
.container .content .uss_eshop_filters_block .filter_price input.styler:not([type=submit]) {
  min-width: 64px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}
.container .content .uss_eshop_filters_block .filter_submit {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.container .content .uss_eshop_filters_block .filter_submit > * {
  margin-left: 15px;
}
.container .content .uss_eshop_filters_block .filter_submit input[type=submit].styler {
  color: #333;
  background: #FFD324;
}
.container .content .uss_eshop_filters_block .filter_submit input[type=submit].styler:hover {
  text-decoration: underline;
}
.container .content .uss_eshop_filters_block.simple_filters form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.container .content .uss_eshop_filters_block.simple_filters form > .filter_item:not(.filter_search_in_current_cat),
.container .content .uss_eshop_filters_block.simple_filters form .filter_submit {
  -moz-flex: 0 auto !important;
  -ms-flex: 0 auto !important;
  -o-flex: 0 auto !important;
  -webkit-box-flex: 0 !important;
          flex: 0 auto !important;
}
.container .content .uss_eshop_filters_block.simple_filters form > .filter_item:not(.filter_search_in_current_cat) label,
.container .content .uss_eshop_filters_block.simple_filters form .filter_submit label {
  -moz-flex: 0 auto !important;
  -ms-flex: 0 auto !important;
  -o-flex: 0 auto !important;
  -webkit-box-flex: 0 !important;
          flex: 0 auto !important;
}
.container .bread {
  font-size: 15px;
  margin: 0 0 37px 0;
}
.container .bread .bread-sup {
  background: url(../img/aside-submenu-active.png) center no-repeat;
  width: 19px;
  height: 15px;
  vertical-align: middle;
  display: inline-block;
}
.mainpage .container .inner {
  padding-top: 74px;
  padding-bottom: 74px;
  max-width: 1440px;
}
.mainpage .container h1 {
  border: none;
  margin-bottom: 0;
}
.mainpage .container .content p {
  margin: 0.7em 0;
}
.aside-block {
  margin: 0 0 86px 0;
}
.aside-block .h3 {
  font-size: 42px;
  font-weight: 800;
  border-bottom: 2px solid #E2E4E6;
  padding: 0 0 10px 0;
  margin: 0 0 46px 0;
  line-height: 1.19;
}
.aside-block .h3 a {
  color: inherit;
  font-size: inherit;
}
.aside-block.aside-menu {
  font-size: 19px;
}
.aside-block.aside-menu > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.aside-block.aside-menu > ul > li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.aside-block.aside-menu .h3 {
  display: none;
  background: #034A7A;
}
.aside-block.aside-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.aside-block.aside-menu ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.aside-block.aside-menu ul li a {
  display: block;
  padding: 13px 0 14px 0;
}
.aside-block.aside-menu ul li:hover > a,
.aside-block.aside-menu ul li.active > a {
  color: #424D57;
  text-decoration: none;
  font-weight: 600;
}
.aside-block.aside-menu ul li.active .submenu {
  display: block;
}
.aside-block.aside-menu ul li .submenu {
  display: none;
}
.aside-block.aside-menu ul li .submenu li a {
  padding: 9px 10px 12px 23px;
  font-size: 16px;
  color: #424D57;
  background: url(../img/aside-submenu-active.png) left center no-repeat;
  font-weight: 600;
}
.aside-block.aside-menu ul li .submenu li:hover > a {
  color: #0072a1;
  text-decoration: underline;
  background-image: url(../img/aside-submenu.png);
}
.aside-block .news_block_item {
  border-bottom: 2px solid #E2E4E6;
  padding: 0 0 39px 0;
  margin: 0 0 45px 0;
}
.aside-block .news_block_item .image {
  float: none;
  margin: 0 0 22px 0;
}
.aside-block .news_block_item .info {
  font-size: 15px;
  line-height: 1.75;
}
.aside-block .news_block_item .info .date {
  color: #A6A6A6;
  font-size: 15px;
  background: url(../img/clock.png) left center no-repeat;
  background-size: 19px;
  font-weight: 600;
  min-height: 26px;
  line-height: 26px;
  padding: 0 0 0 30px;
}
.aside-block .news_block_item .info .title {
  font-size: 18px;
  margin-bottom: 17px;
  font-weight: 800;
}
.aside-block .news_block_item .info .title a {
  display: block;
}
.aside-block .uss_more {
  font-weight: 800;
  font-size: 18px;
}
.aside-block .uss_eshop_filters_block .group {
  width: 100%;
  display: block;
}
.aside-block .uss_eshop_filters_block .group .eshop_filters_group_title {
  font-size: 21px;
  font-weight: 600;
}
.aside-block .uss_eshop_filters_block .group .eshop_filters_items .eshop_filters label.items_label {
  display: block;
  float: none;
  width: 100%;
  font-weight: normal;
  font-size: 16px;
}
.aside-block .uss_eshop_filters_block .group .eshop_filters_items .eshop_filters .jq-selectbox {
  display: block;
  width: 100%;
}
.aside-block .uss_eshop_filters_block .filter_price,
.aside-block .uss_eshop_filters_block .filter_producer,
.aside-block .uss_eshop_filters_block .filter_submit {
  display: block;
  width: 100%;
}
.aside-block .uss_eshop_filters_block .filter_price label,
.aside-block .uss_eshop_filters_block .filter_producer label,
.aside-block .uss_eshop_filters_block .filter_submit label {
  float: none;
  display: block;
}
.aside-block .uss_eshop_filters_block .filter_price .jq-selectbox,
.aside-block .uss_eshop_filters_block .filter_producer .jq-selectbox,
.aside-block .uss_eshop_filters_block .filter_submit .jq-selectbox {
  width: 100%;
}
.aside-block .uss_eshop_filters_block .filter_submit {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.aside-block.aside-position .uss_eshop_block_item {
  width: 284px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 56px;
  text-align: left;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  padding: 0 0 0 0;
  border: 2px solid #E2E4E6;
}
.aside-block.aside-position .uss_eshop_block_item > *:not(.img):not(.add_to_cart) {
  padding-left: 16px;
  padding-right: 16px;
}
.aside-block.aside-position .uss_eshop_block_item .img {
  -moz-flex: 0 100%;
  -o-flex: 0 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  position: relative;
  z-index: 1;
  margin: 0 0 18px 0;
}
.aside-block.aside-position .uss_eshop_block_item .img a.imagelink {
  display: block;
  width: 100%;
  height: 100%;
}
.aside-block.aside-position .uss_eshop_block_item .img a.imagelink img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.aside-block.aside-position .uss_eshop_block_item .uss_shop_name {
  -moz-flex: 0 100%;
  -o-flex: 0 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  font-size: 18px;
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
  margin: 0 0 14px 0;
}
.aside-block.aside-position .uss_eshop_block_item .uss_shop_name a {
  font-size: inherit;
}
.aside-block.aside-position .uss_eshop_block_item .uss_shop_price {
  margin: 0;
  line-height: 1;
}
.aside-block.aside-position .uss_eshop_block_item .uss_shop_price span {
  display: block;
  background: none !important;
  padding: 0 0 0 0 !important;
  font-weight: 700;
}
.aside-block.aside-position .uss_eshop_block_item .uss_shop_price span.old_price {
  font-size: 18px;
  color: #747B82;
  margin: 0 0 8px 0 !important;
}
.aside-block.aside-position .uss_eshop_block_item .uss_shop_price span.actual_price {
  font-size: 27px;
  margin: 0 0 9px 0 !important;
}
.aside-block.aside-position .uss_eshop_block_item a.add_to_cart {
  font-size: 17px;
  border: 3px solid #ffd324;
  color: #333333;
  text-decoration: none;
  color: inherit;
  margin: 0 41px 0 0;
  padding: 6px 19px 9px 16px;
}
.aside-block.aside-position .uss_eshop_block_item a.add_to_cart:before {
  content: '';
  width: 18px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  padding: 0 0 0 0;
  background: url(../img/cart.png) center no-repeat;
}
.aside-block.aside-position .uss_eshop_block_item a.add_to_cart:hover {
  background: #ffd324;
  color: #333333;
}
.aside-block.aside-position .uss_eshop_block_item a.add_to_cart:hover:before {
  -webkit-filter: brightness(100) !important;
  filter: brightness(100) !important;
}
.aside-block.aside-position .uss_eshop_block_item .uss_price_cart_btn_wrap {
  -moz-flex: 0 100%;
  -o-flex: 0 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.aside-block.aside-position .uss_eshop_block_item .uss_price_cart_btn_wrap .uss_shop_price {
  margin: 0 0 16px 0;
}
.aside-block.aside-position .uss_eshop_block_item .uss_price_cart_btn_wrap a.add_to_cart {
  margin: 0 0 16px 0;
}
.aside-block.aside-position .uss_eshop_block_item {
  width: 100%;
  padding-bottom: 16px;
}
.aside-block.aside-position .uss_eshop_block_item .uss_eshop_amount_block {
  margin-bottom: 7px;
  display: block;
}
.aside-block.aside-position .uss_eshop_block_item .uss_eshop_amount_block .amount_title {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.aside-block.aside-position .uss_eshop_block_item .uss_eshop_amount_block .basket_amount_class {
  width: 35px;
  height: 30px;
  border: 1px solid #E2E4E6;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  padding-left: 3px;
  padding-right: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  display: inline-block;
  vertical-align: middle;
}
.aside-block.aside-position.last .h3 {
  font-size: 35px;
}
.aside-block.banner {
  position: relative;
}
.aside-block.banner p {
  margin: 0;
}
.aside-block.banner img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
}
.aside-block.banner p {
  margin: 0;
}
.aside-block.banner img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.aside-block.banner .baner-slide {
  position: relative;
}
.aside-block.banner .banner-link {
  display: block;
  text-decoration: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
.aside-block.banner .title {
  font-size: 35px;
  line-height: 1;
  text-align: center;
  text-shadow: 1px 1px #fff;
}
.aside-block.banner .info {
  position: absolute;
  z-index: 1;
  padding: 15px 18px;
  bottom: 0;
  left: 0;
  right: 0;
  
}
.singlepage .block div[class~=inner] {
  max-width: 1220px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.singlepage .header {
  position: static;
  background-image: radial-gradient(circle at bottom center, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3));
  background-color: #283A47;
}
.singlepage .header .h-in {
  max-width: 1220px;
  margin: 0 auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 21px;
  background: none !important;
}
.singlepage .header .left {
  margin-right: 82px;
  width: 234px;
  max-width: 234px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 14px;
}
.singlepage .header .left .search {
  margin-left: 0;
}
.singlepage .header .search {
  width: 100%;
}
.singlepage .header .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.singlepage .header .row .column {
  -webkit-box-flex: 0;
      -ms-flex: 0 calc(100% / 2.2);
          flex: 0 calc(100% / 2.2);
}
.singlepage .header .row:last-child {
  padding-bottom: 0;
}
.singlepage .header .auth {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.singlepage .header .logo {
  padding-left: 0;
  text-align: left;
  line-height: 1;
}
.singlepage .header .logo .logo-img {
  margin: 0 0 10px 0;
  width: 100%;
}
.singlepage .header .logo .logo-img img {
  display: block;
  margin: 0 auto;
}
.singlepage .header .adaptive-full-width {
  max-width: 1220px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}
.singlepage .inner {
  max-width: 1220px;
  margin: 0 auto;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.singlepage .footer .inner {
  max-width: 1220px;
}
.singlepage .inline-form {
  margin-top: 25px;
}
.singlepage .container {
  margin-bottom: 20px;
}
.singlepage .container .inner {
  padding-top: 48px;
}
.singlepage .information .inner {
  max-width: 1220px;
}
.big-map .inner-wide {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.big-map img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.big-map .h3 {
  font-size: 60px;
  line-height: 1;
  max-width: 1180px;
  margin: 15px auto 30px;
  font-weight: 300;
}
.big-map .map {
  position: relative;
  z-index: 5;
  width: 160%;
  left: -30%;
  display: block;
}
.big-map .map p {
  margin: 0;
}
.big-map .contacts-block {
  line-height: 1.65;
  background: rgba(255, 255, 255, .9);
  z-index: 10;
  font-size: 19px;
  max-width: 1180px;
  margin: 0 auto;
}
.big-map .contacts-block.fixed {
  padding: 39px 45px 18px 49px;
  width: 410px;
  position: absolute;
  top: 50%;
  left: calc(50% - 410px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.big-map .contacts-block p {
  margin: 0 0 24px 0;
}
.big-map .contacts-block strong {
  font-size: 17px;
  float: left;
  margin-right: 6px;
  padding-bottom: 1em;
}
.information > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.information > ul > li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.information .inner {
  max-width: 1440px;
  margin: 0 auto;
  display: block;
}
.information .inner ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.information .inner ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.information .inner > ul {
  padding-bottom: 39px;
  padding-top: 39px;
}
.information .inner ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.information .inner ul li {
  max-width: calc(100% / 4);
  font-size: 19px;
  padding-right: 10px;
}
.information .inner ul li > a {
  margin-bottom: 30px;
  font-size: 25px;
  color: inherit;
  text-decoration: none;
  display: block;
  font-weight: 800;
}
.information .inner ul li > a:hover {
  text-decoration: underline;
}
.information .inner ul li .submenu {
  display: block;
  padding: 0 0 0 0;
}
.information .inner ul li .submenu li {
  margin: 0 0 26px 0;
  line-height: 1;
  max-width: 100%;
  width: 100%;
  display: block;
}
.information .inner ul li .submenu li .subemnu {
  display: none !important;
}
.information .inner ul li .submenu li a {
  display: block;
  width: 100%;
  font-size: 19px;
  font-weight: normal;
  margin: 0;
  color: #0072a1;
  text-decoration: underline;
}
.information .inner ul li .submenu li a:hover {
  text-decoration: none;
}
.footer {
  background: #384C61;
  color: #fff;
  font-size: 16px;
}
.footer p {
  margin: 0;
}
.footer a {
  color: #B5EDFF;
}
.footer .inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1420px;
  margin: 0 auto;
  padding: 61px 10px 65px 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .left {
  -moz-flex: 0 auto;
  -o-flex: 0 auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
}
.footer .center {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  text-align: center;
}
.footer .right {
  -moz-flex: 0 auto;
  -o-flex: 0 auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
}
.footer .social {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .social .social-title {
  font-size: 25px;
  margin-right: 15px;
  vertical-align: middle;
}
.footer .row.end {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer .copy {
  margin: 0 0 14px 0;
}
.footer .dev {
  margin-left: 40px;
}
.footer .menu {
  -moz-flex: 0 100%;
  -o-flex: 0 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  -moz-order: -100;
  -ms-order: -100;
  -o-order: -100;
  -webkit-box-ordinal-group: -99;
      -ms-flex-order: -100;
          order: -100;
  margin-bottom: 10px;
}
.footer .menu > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer .menu > ul > li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer .menu ul li {
  padding: 14px 0 18px;
  border: none;
}
.footer .menu ul li a {
  padding: 0;
  display: block;
}
.footer .menu ul li a:after {
  content: none;
}
.footer .menu ul li:hover {
  padding: 14px 0 18px;
}
.footer .menu ul li:hover a {
  padding: 0;
}
.footer .menu ul li .submenu {
  display: none !important;
}
.content_menu.sub a {
  font-weight: 600;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item {
  max-width: calc((100% - 10px) / 2);
  margin: 0 0 26px 0;
  padding: 0 0 62px 0;
  border: 2px solid #E2E4E6;
  font-size: 15px;
  position: relative;
  margin-bottom: 26px;
  overflow: visible;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item:hover .buy_btns {
  border-bottom-color: #ffd324;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item > *:not(.posimg_item) {
  padding-left: 16px;
  padding-right: 16px;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item > *:not(.posimg_item):not(.buy_btns):not(.uss_shop_name):not(.uss_shop_description):not(.price_buy_wrap) {
  line-height: 1.6;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .posimg_item {
  margin: 0 0 20px 0;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .posimg_item .uss_img_holder {
  border: none;
  padding: 0;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .posimg_item .uss_img_holder > a img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .uss_shop_name {
  font-size: 18px;
  margin: 0 0 20px 0;
  -moz-flex: 1 auto;
  -ms-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
          flex: 1 auto;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .uss_shop_name a {
  font-size: inherit;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .uss_shop_description {
  margin: 0 0 20px 0;
  line-height: 1.5;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .uss_shop_description p {
  margin: 0 0 5px 0;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .uss_shop_price {
  margin: 0 0 20px 0;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .uss_shop_price span {
  background: none !important;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: block;
  color: #333;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .uss_shop_price span.actual_price {
  font-size: 24px;
  font-weight: 900;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .uss_shop_price span.old_price {
  color: #747B82;
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 5px;
  font-weight: 700;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .uss_shop_price span em.currency_class {
  color: #747B82;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .uss_shop_put_wrap {
  margin: 0 0 20px 0;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item > .uss_shop_by a.add_to_cart,
.singlepage .uss_shop_blocks_view .uss_eshop_item .price_buy_wrap a.add_to_cart {
  font-size: 17px;
  border: 3px solid #ffd324;
  color: #333333;
  text-decoration: none;
  color: inherit;
  margin: 0 0 0 0;
  padding: 6px 19px 9px 16px;
  display: block;
  font-weight: 700;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item > .uss_shop_by a.add_to_cart:before,
.singlepage .uss_shop_blocks_view .uss_eshop_item .price_buy_wrap a.add_to_cart:before {
  content: '';
  width: 18px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  padding: 0 0 0 0;
  background: url(../img/cart.png) center no-repeat;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item > .uss_shop_by a.add_to_cart.already_in_cart,
.singlepage .uss_shop_blocks_view .uss_eshop_item .price_buy_wrap a.add_to_cart.already_in_cart {
  border-color: #E2E4E6 !important;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item > .uss_shop_by a.add_to_cart.already_in_cart:before,
.singlepage .uss_shop_blocks_view .uss_eshop_item .price_buy_wrap a.add_to_cart.already_in_cart:before {
  display: block;
  background: url(../img/already-btn.png) center no-repeat;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item > .uss_shop_by a.add_to_cart:hover,
.singlepage .uss_shop_blocks_view .uss_eshop_item .price_buy_wrap a.add_to_cart:hover {
  background-color: #ffd324;
  color: #333333;
  border-color: #ffd324 !important;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item > .uss_shop_by a.add_to_cart:hover:before,
.singlepage .uss_shop_blocks_view .uss_eshop_item .price_buy_wrap a.add_to_cart:hover:before {
  -webkit-filter: brightness(0.3);
          filter: brightness(0.3);
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .uss_shop_producer {
  line-height: 1.6;
  font-weight: normal !important;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .uss_shop_producer strong {
  font-weight: normal;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .uss_shop_amount_left.notavailiable {
  line-height: 1.6;
  font-weight: normal !important;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .uss_shop_amount_left.notavailiable strong {
  font-weight: normal;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .uss_shop_uid {
  line-height: 1.6;
  font-weight: normal !important;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .uss_shop_uid strong {
  font-weight: normal;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .uss_shop_linktomore {
  line-height: 1.6;
  font-weight: normal !important;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .uss_shop_linktomore strong {
  font-weight: normal;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .uss_compare_by {
  line-height: 1.6;
  font-weight: normal !important;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .uss_compare_by strong {
  font-weight: normal;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .price_buy_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .price_buy_wrap > * {
  margin: 0 0 16px 0;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .uss_eshop_amount_block {
  margin-bottom: 10px;
  display: inline-block;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .uss_eshop_amount_block .amount_title {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .uss_eshop_amount_block .basket_amount_class {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
  border: 1px solid #E2E4E6;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 46px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: calc(100% + 4px);
  margin-left: -2px;
  margin-right: -2px;
  margin-bottom: -2px;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns > * {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  border-top: 2px solid #E2E4E6;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns > *,
.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns > * * {
  margin: 0;
  padding: 0;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns.x2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 calc(100% / 2);
          flex: 0 calc(100% / 2);
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns.x3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 calc(100% / 3);
          flex: 0 calc(100% / 3);
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns a {
  text-indent: -9999px;
  display: block;
  position: relative;
  height: 44px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  transition: border-color 0.15s linear, -webkit-filter 0.15s linear;
  -webkit-transition: border-color 0.15s linear, -webkit-filter 0.15s linear;
  transition: border-color 0.15s linear, filter 0.15s linear;
  transition: border-color 0.15s linear, filter 0.15s linear, -webkit-filter 0.15s linear;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  background: #E2E4E6;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns a:hover {
  background-color: #F0F1F2 !important;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns a.already_in_compare,
.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns a.already_in_wish {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns a.already_in_compare:after,
.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns a.already_in_wish:after {
  background-color: #F1BB17;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns .uss_shop_by a {
  background: url(../img/fast-buy.png) center no-repeat;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns .uss_compare_by a.add_to_compare {
  background: url(../img/compare.png) center no-repeat;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns .uss_shop_put_wrap .uss_shop_put a {
  background: url(../img/fav.png) center no-repeat;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns.x1 a {
  text-indent: 0;
  background-position: 20px center !important;
  text-align: left;
  padding-left: 55px;
  text-decoration: none;
  line-height: 43px;
  font-size: 16px;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .eshop_filters_area {
  line-height: 1.6;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .eshop_filters_area .eshop_filters_group_title {
  font-size: 21px;
  font-weight: 600;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .eshop_filters_area .eshop_filters_item .eshop_filters_line {
  width: 100%;
  display: block;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .eshop_filters_area .eshop_filters_item strong {
  font-weight: normal;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .eshop_filters_area .eshop_filters_item .title {
  font-weight: 600;
  font-size: 16px;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .eshop_filters_area .eshop_filters_item span.value {
  font-weight: normal;
  font-size: 16px;
  margin-left: 10px;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .eshop_filters_area .eshop_filters_item div.value {
  font-weight: normal;
  font-size: 16px;
  width: 100%;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .eshop_filters_area .eshop_filters_item .jq-selectbox {
  width: 100%;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .eshop_filters_area .eshop_filters_item .jq-selectbox .jq-selectbox__select {
  width: 100%;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .eshop_filters_area .eshop_filters_item .items_wrap .eshop_filters_line {
  line-height: 30px;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .eshop_filters_area .eshop_filters_item .items_wrap .eshop_filters_line .jq-checkbox,
.singlepage .uss_shop_blocks_view .uss_eshop_item .eshop_filters_area .eshop_filters_item .items_wrap .eshop_filters_line .jq-radio {
  margin-bottom: 0 !important;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .eshop_filters_area .eshop_filters_group_title {
  font-size: 15px;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .eshop_filters_area .eshop_filters_items .eshop_filters_item .title {
  margin-right: 10px;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .eshop_filters_area .eshop_filters_items .eshop_filters_item .value {
  margin-left: 0;
}
.singlepage .uss_shop_list_view .uss_eshop_item {
  margin: 0 0 26px 0;
  padding: 0 0 0 0;
  border: 2px solid #E2E4E6;
  font-size: 15px;
  position: relative;
  margin-bottom: 26px;
  overflow: visible;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.singlepage .uss_shop_list_view .uss_eshop_item:hover {
  border-color: #ffd324;
}
.singlepage .uss_shop_list_view .uss_eshop_item > *:not(.posimg_item):not(.buy_btns):not(.uss_shop_name):not(.uss_shop_description):not(.price_buy_wrap) {
  line-height: 1.6;
}
.singlepage .uss_shop_list_view .uss_eshop_item .posimg_item {
  margin: 0 20px 0 0;
  -moz-flex: 1 auto;
  -ms-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
          flex: 1 auto;
  float: none;
  overflow: visible;
}
.singlepage .uss_shop_list_view .uss_eshop_item .posimg_item .uss_img_holder {
  border: none;
  padding: 0;
  display: block;
}
.singlepage .uss_shop_list_view .uss_eshop_item .posimg_item .uss_img_holder > a img {
  display: block;
  max-width: 100%;
  height: auto;
}
.singlepage .uss_shop_list_view .uss_eshop_item .uss_shop_technical_data {
  -moz-flex: 1 auto;
  -ms-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
          flex: 1 auto;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.singlepage .uss_shop_list_view .uss_eshop_item .list-position-right {
  -moz-flex: 0 auto;
  -ms-flex: 0 auto;
  -o-flex: 0 auto;
  -webkit-box-flex: 0;
          flex: 0 auto;
  text-align: right;
  padding: 10px;
}
.singlepage .uss_shop_list_view .uss_eshop_item .list-position-right .price_buy_wrap {
  margin-top: 0;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.singlepage .uss_shop_list_view .uss_eshop_item .list-position-right .uss_shop_price {
  margin-bottom: 10px;
}
.singlepage .uss_shop_list_view .uss_eshop_item .list-position-right .uss_eshop_amount_block {
  margin-bottom: 5px;
  display: inline-block;
}
.singlepage .uss_shop_list_view .uss_eshop_item .list-position-right .buy_btns {
  margin: 0;
}
.singlepage .uss_shop_list_view .uss_eshop_item .uss_shop_name {
  font-size: 20px;
  margin: 0 0 20px 0;
  margin-top: 16px;
}
.singlepage .uss_shop_list_view .uss_eshop_item .uss_shop_name a {
  font-size: inherit;
  text-decoration: underline;
}
.singlepage .uss_shop_list_view .uss_eshop_item .uss_shop_name a:hover {
  text-decoration: none;
}
.singlepage .uss_shop_list_view .uss_eshop_item .uss_shop_description {
  margin: 0 0 20px 0;
  line-height: 1.5;
}
.singlepage .uss_shop_list_view .uss_eshop_item .uss_shop_description p {
  margin: 0 0 5px 0;
}
.singlepage .uss_shop_list_view .uss_eshop_item .uss_shop_price {
  margin: 0 16px 20px 0;
}
.singlepage .uss_shop_list_view .uss_eshop_item .uss_shop_price span {
  background: none !important;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: block;
}
.singlepage .uss_shop_list_view .uss_eshop_item .uss_shop_price span.actual_price {
  font-size: 24px;
  font-weight: 900;
}
.singlepage .uss_shop_list_view .uss_eshop_item .uss_shop_price span.old_price {
  color: #747B82;
  font-size: 15px;
  font-weight: 700;
}
.singlepage .uss_shop_list_view .uss_eshop_item .uss_shop_put_wrap {
  margin: 0 0 20px 0;
}
.singlepage .uss_shop_list_view .uss_eshop_item > .uss_shop_by a.add_to_cart,
.singlepage .uss_shop_list_view .uss_eshop_item .price_buy_wrap a.add_to_cart {
  font-size: 17px;
  border: 3px solid #ffd324;
  color: #333333;
  text-decoration: none;
  color: inherit;
  margin: 0 0 0 0;
  padding: 6px 19px 9px 16px;
  display: inline-block;
  white-space: nowrap;
}
.singlepage .uss_shop_list_view .uss_eshop_item > .uss_shop_by a.add_to_cart:before,
.singlepage .uss_shop_list_view .uss_eshop_item .price_buy_wrap a.add_to_cart:before {
  content: '';
  width: 18px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  padding: 0 0 0 0;
  background: url(../img/cart.png) center no-repeat;
}
.singlepage .uss_shop_list_view .uss_eshop_item > .uss_shop_by a.add_to_cart:hover,
.singlepage .uss_shop_list_view .uss_eshop_item .price_buy_wrap a.add_to_cart:hover {
  background: #ffd324;
  color: #333333;
}
.singlepage .uss_shop_list_view .uss_eshop_item .uss_shop_by {
  margin-bottom: 20px;
}
.singlepage .uss_shop_list_view .uss_eshop_item .uss_shop_producer {
  line-height: 1.6;
  font-weight: normal !important;
}
.singlepage .uss_shop_list_view .uss_eshop_item .uss_shop_producer strong {
  font-weight: normal;
}
.singlepage .uss_shop_list_view .uss_eshop_item .uss_shop_amount_left.notavailiable {
  line-height: 1.6;
  font-weight: normal !important;
}
.singlepage .uss_shop_list_view .uss_eshop_item .uss_shop_amount_left.notavailiable strong {
  font-weight: normal;
}
.singlepage .uss_shop_list_view .uss_eshop_item .uss_shop_uid {
  line-height: 1.6;
  font-weight: normal !important;
}
.singlepage .uss_shop_list_view .uss_eshop_item .uss_shop_uid strong {
  font-weight: normal;
}
.singlepage .uss_shop_list_view .uss_eshop_item .uss_shop_linktomore {
  line-height: 1.6;
  font-weight: normal !important;
}
.singlepage .uss_shop_list_view .uss_eshop_item .uss_shop_linktomore strong {
  font-weight: normal;
}
.singlepage .uss_shop_list_view .uss_eshop_item .uss_compare_by {
  line-height: 1.6;
  font-weight: normal !important;
}
.singlepage .uss_shop_list_view .uss_eshop_item .uss_compare_by strong {
  font-weight: normal;
}
.singlepage .uss_shop_list_view .uss_eshop_item .uss_eshop_amount_block .amount_title {
  font-size: 16px;
}
.singlepage .uss_shop_list_view .uss_eshop_item .uss_eshop_amount_block .basket_amount_class {
  max-width: 50px;
  height: 30px;
  text-align: center;
  font-size: 15px;
  border: 2px solid #E2E4E6;
  margin: 0 5px;
}
.singlepage .uss_shop_list_view .uss_eshop_item .price_buy_wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.singlepage .uss_shop_list_view .uss_eshop_item.order_many .price_buy_wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.singlepage .uss_shop_list_view .uss_eshop_item.order_many > * {
  margin: 0 0 0 0;
}
.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 46px;
  margin: 5px 16px 5px 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns > * {
  border: 2px solid #E2E4E6;
  text-align: center;
  -moz-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns > *,
.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns > * * {
  margin: 0;
  padding: 0;
}
.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns > *:hover {
  border-color: #FFD324;
}
.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns.x0 {
  display: none !important;
}
.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns.x2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 calc((100% - 10px) / 2);
          flex: 0 calc((100% - 10px) / 2);
}
.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns.x3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 calc((100% - 20px) / 3);
          flex: 0 calc((100% - 20px) / 3);
}
.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns a {
  text-indent: -9999px;
  display: block;
  height: 44px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: border-color 0.15s linear, -webkit-filter 0.15s linear;
  -webkit-transition: border-color 0.15s linear, -webkit-filter 0.15s linear;
  transition: border-color 0.15s linear, filter 0.15s linear;
  transition: border-color 0.15s linear, filter 0.15s linear, -webkit-filter 0.15s linear;
}
.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns a:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  border-bottom-color: #ffd324;
}
.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns .uss_shop_by a {
  background: url(../img/fast-buy.png) center no-repeat;
}
.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns .uss_compare_by a.add_to_compare {
  background: url(../img/compare.png) center no-repeat;
}
.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns .uss_shop_put_wrap .uss_shop_put a {
  background: url(../img/fav.png) center no-repeat;
}
.singlepage .uss_shop_list_view .uss_eshop_item .eshop_filters_area {
  line-height: 1.6;
}
.singlepage .uss_shop_list_view .uss_eshop_item .eshop_filters_area .eshop_filters_group_title {
  font-size: 21px;
  font-weight: 600;
}
.singlepage .uss_shop_list_view .uss_eshop_item .eshop_filters_area .eshop_filters_item .eshop_filters_line {
  width: 100%;
  display: block;
}
.singlepage .uss_shop_list_view .uss_eshop_item .eshop_filters_area .eshop_filters_item strong {
  font-weight: normal;
}
.singlepage .uss_shop_list_view .uss_eshop_item .eshop_filters_area .eshop_filters_item .title {
  font-weight: 600;
  font-size: 16px;
}
.singlepage .uss_shop_list_view .uss_eshop_item .eshop_filters_area .eshop_filters_item span.value {
  font-weight: normal;
  font-size: 16px;
  margin-left: 10px;
}
.singlepage .uss_shop_list_view .uss_eshop_item .eshop_filters_area .eshop_filters_item div.value {
  font-weight: normal;
  font-size: 16px;
  width: 100%;
}
.singlepage .uss_shop_list_view .uss_eshop_item .eshop_filters_area .eshop_filters_item .jq-selectbox {
  width: 100%;
}
.singlepage .uss_shop_list_view .uss_eshop_item .eshop_filters_area .eshop_filters_item .jq-selectbox .jq-selectbox__select {
  width: 100%;
}
.singlepage .uss_shop_list_view .uss_eshop_item .eshop_filters_area .eshop_filters_item .items_wrap .eshop_filters_line {
  line-height: 30px;
}
.singlepage .uss_shop_list_view .uss_eshop_item .eshop_filters_area .eshop_filters_item .items_wrap .eshop_filters_line .jq-checkbox,
.singlepage .uss_shop_list_view .uss_eshop_item .eshop_filters_area .eshop_filters_item .items_wrap .eshop_filters_line .jq-radio {
  margin-bottom: 0 !important;
}
table.uss_shoppos_table {
  border: none;
}
table.uss_shoppos_table tbody tr {
  background: #F6F7F9;
}
table.uss_shoppos_table tbody tr:nth-of-type(even) {
  background: #EEE;
}
table.uss_shoppos_table tbody tr th {
  background: #ADABAC;
  border: none;
  color: #fff;
}
table.uss_shoppos_table tbody tr td {
  border: none;
  padding: 0 10px;
}
table.uss_shoppos_table tbody tr td a.add_to_cart:not(.buy_one_click) {
  font-size: 15px;
  border: 3px solid #ffd324;
  color: #333333;
  text-decoration: none;
  color: inherit;
  margin: 0 0 10px 0;
  padding: 10px 13px 9px;
  display: block;
  width: 100%;
}
table.uss_shoppos_table tbody tr td a.add_to_cart:not(.buy_one_click):before {
  content: '';
  width: 18px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  padding: 0 0 0 0;
  background: url(../img/cart.png) center no-repeat;
}
table.uss_shoppos_table tbody tr td a.add_to_cart:not(.buy_one_click):hover {
  background: #ffd324;
  color: #333333;
}
table.uss_shoppos_table tbody tr td .buy_btns {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 46px;
  margin: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
table.uss_shoppos_table tbody tr td .buy_btns > * {
  border: 2px solid #E2E4E6;
  text-align: center;
  -moz-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
table.uss_shoppos_table tbody tr td .buy_btns > *,
table.uss_shoppos_table tbody tr td .buy_btns > * * {
  margin: 0;
  padding: 0;
}
table.uss_shoppos_table tbody tr td .buy_btns > *:hover {
  border-color: #FFD324;
}
table.uss_shoppos_table tbody tr td .buy_btns.x0 {
  display: none !important;
}
table.uss_shoppos_table tbody tr td .buy_btns.x2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 calc((100% - 10px) / 2);
          flex: 0 calc((100% - 10px) / 2);
}
table.uss_shoppos_table tbody tr td .buy_btns.x3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 calc((100% - 20px) / 3);
          flex: 0 calc((100% - 20px) / 3);
}
table.uss_shoppos_table tbody tr td .buy_btns a {
  text-indent: -9999px;
  display: block;
  height: 44px;
  width: 44px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: border-color 0.15s linear, -webkit-filter 0.15s linear;
  -webkit-transition: border-color 0.15s linear, -webkit-filter 0.15s linear;
  transition: border-color 0.15s linear, filter 0.15s linear;
  transition: border-color 0.15s linear, filter 0.15s linear, -webkit-filter 0.15s linear;
}
table.uss_shoppos_table tbody tr td .buy_btns a:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  border-bottom-color: #ffd324;
}
table.uss_shoppos_table tbody tr td .buy_btns .uss_shop_by a {
  background: url(../img/fast-buy.png) center no-repeat;
}
table.uss_shoppos_table tbody tr td .buy_btns .uss_compare_by a.add_to_compare {
  background: url(../img/compare.png) center no-repeat;
}
table.uss_shoppos_table tbody tr td .buy_btns span.add_to_wishlist .add_to_wishlist {
  background: url(../img/fav.png) center no-repeat;
}
table.uss_shoppos_table tbody tr td .buy_btns > * + * {
  margin-left: 4px;
}
table.uss_shoppos_table tbody tr td.uss_img img {
  display: block;
}
table.uss_shoppos_table tbody tr td.uss_title {
  font-size: 16px;
}
table.uss_shoppos_table tbody tr td.uss_title a {
  font-size: inherit;
}
table.uss_shoppos_table tbody tr td.uss_price span {
  background: none !important;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: block;
}
table.uss_shoppos_table tbody tr td.uss_price span.actual_price {
  font-size: 24px;
}
table.uss_shoppos_table tbody tr td.uss_price span.old_price {
  color: #747B82;
  font-size: 15px;
}
table.uss_shoppos_table tbody tr td.uss_img,
table.uss_shoppos_table tbody tr td.uss_onlineorder {
  padding: 0 !important;
}
.singlepage .uss_catalog_block_cat .uss_catalog_category {
  border: 2px solid #E2E4E6;
  padding-bottom: 16px;
  max-width: calc((100% - 10px) / 2);
}
.singlepage .uss_catalog_block_cat .uss_catalog_category > *:not(.uss_catalog_cat_img) {
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
}
.singlepage .uss_catalog_block_cat .uss_catalog_category .uss_catalog_cat_img {
  margin: 0 auto 20px auto;
  display: block;
  position: relative;
  border: none;
  background: #fff;
}
.singlepage .uss_catalog_block_cat .uss_catalog_category .uss_catalog_cat_img a {
  margin: 0;
  padding: 0;
}
.singlepage .uss_catalog_block_cat .uss_catalog_category .catalog_info .uss_catalog_cat_name {
  font-size: 20px;
  margin: 0 0 20px 0;
}
.singlepage .uss_catalog_block_cat .uss_catalog_category .catalog_info .uss_catalog_cat_name a {
  font-size: inherit;
}
.singlepage .uss_catalog_block_cat .uss_catalog_category .catalog_info .uss_catlog_cat_anons {
  margin: 0 0 20px 0;
  font-size: 15px;
  line-height: 1.5;
  -moz-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  font-weight: 600;
}
.singlepage .uss_catalog_block_cat .uss_catalog_category .catalog_orderbutton {
  float: none;
  display: inline-block;
  font-weight: 700;
  background: #ffffff;
  border: 3px solid #ffd324;
  color: #333333;
  font-size: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  line-height: 1;
  min-height: auto;
  padding: 9px 11px;
  opacity: 1 !important;
}
.singlepage .uss_catalog_block_cat .uss_catalog_category .catalog_orderbutton:hover {
  background: #ffd324;
  color: #333333;
}
.singlepage .uss_catalog_list_cat:not(.uss_catalog_sidebar) .uss_catalog_category {
  border: 2px solid #E2E4E6;
  -webkit-transition: border-color 0.25s linear;
  transition: border-color 0.25s linear;
}
.singlepage .uss_catalog_list_cat:not(.uss_catalog_sidebar) .uss_catalog_category .uss_catalog_img_wrap .uss_catalog_cat_img {
  border: none;
  display: block;
  padding: 0;
  position: relative;
}
.singlepage .uss_catalog_list_cat:not(.uss_catalog_sidebar) .uss_catalog_category .uss_catalog_img_wrap .uss_catalog_cat_img a {
  margin: 0;
}
.singlepage .uss_catalog_list_cat:not(.uss_catalog_sidebar) .uss_catalog_category .uss_catalog_cat_name {
  font-size: 20px;
  margin: 0 0 20px 0;
  margin-top: 16px;
}
.singlepage .uss_catalog_list_cat:not(.uss_catalog_sidebar) .uss_catalog_category .uss_catalog_cat_name a {
  font-size: inherit;
}
.singlepage .uss_catalog_list_cat:not(.uss_catalog_sidebar) .uss_catalog_category .uss_catlog_cat_anons {
  margin: 0 0 20px 0;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
}
.singlepage .uss_catalog_list_cat:not(.uss_catalog_sidebar) .uss_catalog_category .uss_catlog_cat_anons p {
  margin: 0 0 5px 0;
}
.singlepage .uss_catalog_list_cat:not(.uss_catalog_sidebar) .uss_catalog_category .catalog_orderbutton {
  float: none;
  display: inline-block;
  font-weight: 700;
  background: #ffffff;
  border: 3px solid #ffd324;
  color: #333333;
  font-size: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  line-height: 1;
  min-height: auto;
  padding: 9px 11px;
  opacity: 1 !important;
  margin-bottom: 16px;
}
.singlepage .uss_catalog_list_cat:not(.uss_catalog_sidebar) .uss_catalog_category .catalog_orderbutton:hover {
  background: #ffd324;
  color: #333333;
}
.singlepage .uss_catalog_list_cat:not(.uss_catalog_sidebar) .uss_catalog_category:hover {
  border-color: #FFD324;
}
.singlepage .uss_shop_list_cat div.uss_shop_category {
  border: 2px solid #E2E4E6;
  -webkit-transition: border-color 0.25s linear;
  transition: border-color 0.25s linear;
}
.singlepage .uss_shop_list_cat div.uss_shop_category .uss_shop_cat_img_wrap {
  margin: 0 16px 0 0;
}
.singlepage .uss_shop_list_cat div.uss_shop_category .uss_shop_cat_img_wrap .uss_shop_cat_img {
  border: none;
  display: block;
  padding: 0;
  position: relative;
}
.singlepage .uss_shop_list_cat div.uss_shop_category .uss_shop_cat_img_wrap .uss_shop_cat_img a {
  margin: 0;
}
.singlepage .uss_shop_list_cat div.uss_shop_category .uss_shop_cat_name {
  font-size: 20px;
  margin: 0 0 20px 0;
  margin-top: 16px;
}
.singlepage .uss_shop_list_cat div.uss_shop_category .uss_shop_cat_name a {
  font-size: inherit;
}
.singlepage .uss_shop_list_cat div.uss_shop_category .uss_shop_cat_text {
  margin: 0 0 20px 0;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
}
.singlepage .uss_shop_list_cat div.uss_shop_category .uss_shop_cat_text p {
  margin: 0 0 5px 0;
}
.singlepage .uss_shop_list_cat div.uss_shop_category:hover {
  border-color: #FFD324;
}
.uss_catalog_sidebar .catalog_orderbutton,
.uss_catalog_block_cat .catalog_orderbutton,
.uss_catalog_detail .catalog_orderbutton,
.uss_catalog_list_cat:not(.uss_catalog_sidebar) .catalog_orderbutton {
  float: none;
  display: inline-block;
  font-weight: 700;
  background: #ffffff;
  border: 3px solid #ffd324;
  color: #333333;
  font-size: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  line-height: 1;
  min-height: auto;
  padding: 9px 11px;
  opacity: 1 !important;
  margin-bottom: 16px;
  box-shadow: none !important;
  text-shadow: none !important;
}
.uss_catalog_sidebar .catalog_orderbutton:hover,
.uss_catalog_block_cat .catalog_orderbutton:hover,
.uss_catalog_detail .catalog_orderbutton:hover,
.uss_catalog_list_cat:not(.uss_catalog_sidebar) .catalog_orderbutton:hover {
  background: #ffd324;
  color: #333333;
}
.jq-checkbox {
  margin: 0 10px 10px 0;
  padding: 0;
  border: 2px solid #CCCDCF;
  background: none;
  border-radius: 0;
  width: 17px;
  height: 17px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}
.jq-checkbox.checked .jq-checkbox__div {
  background: #CCCDCF;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.jq-checkbox .jq-checkbox__div {
  width: 13px !important;
  height: 13px !important;
}
.jq-radio {
  width: 17px;
  height: 17px;
  border-color: #CCCDCF;
  border-width: 2px;
  background: #fff;
}
.jq-radio.checked .jq-radio__div {
  width: 7px;
  height: 7px;
  background: #FFD324;
}
.jq-selectbox {
  z-index: 100 !important;
}
.jq-selectbox,
.jq-selectbox * {
  outline: none;
}
.jq-selectbox .jq-selectbox__select {
  width: 100%;
  height: 40px;
  background: none;
  border: 2px solid #CCCDCF;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
.jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
  font-family: 'Lato';
  font-size: 15px;
  text-shadow: none;
  height: 100%;
  width: 100%;
  color: #333333;
  line-height: 36px;
}
.jq-selectbox .jq-selectbox__select .jq-selectbox__trigger {
  border: none;
  opacity: 1;
  width: 38px;
  border-left: 2px solid #CCCDCF;
}
.jq-selectbox .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  border-top-color: #CCCDCF;
  opacity: 1;
  top: 16px;
}
.jq-selectbox.jq-selectbox.focused .jq-selectbox__select {
  border-color: #ffd324;
  border-width: 2px;
}
.catalog_orderform_tml .catalog_orderform_window_wrap {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.catalog_orderform_tml .fc_form_tml form {
  width: 100%;
}
.catalog_orderform_tml .fc_form_tml form .group {
  width: 100%;
}
.catalog_orderform_tml .fc_form_tml form .group .fc_item {
  width: 100%;
}
.catalog_orderform_tml .fc_form_tml form .group .fc_item .elem_item {
  width: 100%;
}
.catalog_orderform_tml .fc_form_tml form .group .fc_item .elem_item input {
  width: 100%;
}
.buy_one_click_form_tml {
  font-family: 'Lato';
  color: #333;
}
.buy_one_click_form_tml .buy_one_click_window_wrap {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.buy_one_click_form_tml .uss_buy_one_click_title {
  font-size: 20px;
  font-weight: 700;
}
.buy_one_click_form_tml .uss_onepos_info .uss_title {
  font-size: 18px;
  margin: 0 0 15px 0;
  font-weight: 700;
}
.buy_one_click_form_tml .uss_onepos_info .uss_description {
  font-size: 16px;
  margin: 0 0 15px 0;
}
.buy_one_click_form_tml .uss_onepos_info .uss_description_efilters {
  margin: 0 0 15px 0;
}
.buy_one_click_form_tml .uss_onepos_info .uss_description_efilters span {
  font-weight: normal;
}
.buy_one_click_form_tml .uss_onepos_info .uss_description_efilters span.label {
  display: block;
  margin: 0 0 3px 0;
}
.buy_one_click_form_tml .uss_onepos_info .uss_shop_price {
  margin: 10px 0 15px 0;
  line-height: 1;
  display: block;
  width: 100%;
}
.buy_one_click_form_tml .uss_onepos_info .uss_shop_price span.old_price {
  display: block;
  background: none !important;
  padding: 0 0 0 0 !important;
  font-weight: 700;
  font-size: 15px;
  color: #747B82;
  margin: 0 0 8px 0 !important;
}
.buy_one_click_form_tml .uss_onepos_info .uss_shop_price div {
  display: block;
  background: none !important;
  padding: 0 0 0 0 !important;
}
.buy_one_click_form_tml .uss_onepos_info .uss_shop_price div.actual_price {
  font-size: 24px;
  margin: 0 0 0 0 !important;
  font-weight: 900;
}
.buy_one_click_form_tml .uss_onepos_info .uss_shop_price div.actual_price em.currency_class {
  color: #747B82;
}
.buy_one_click_form_tml .uss_onepos_info .uss_shop_by {
  -moz-flex: 0 100%;
  -o-flex: 0 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  margin: 0 0 15px 0;
}
.buy_one_click_form_tml .uss_onepos_info .uss_eshop_amount_block .amount_count input.styler {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #CCCDCF;
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: none;
}
.bg-type0 {
  background: none;
  color: #333333;
}
.bg-type0 .h3 {
  border-bottom: 2px solid #E2E4E6;
}
.bg-type1 {
  background: #E1E4E6;
}
.bg-type4 {
  background: #384C61;
  color: #A3BDD1;
}
.bg-type4 .h3 {
  color: #fff;
  border-bottom: 1px solid #6E859D;
}
.bg-type4 .jq-checkbox {
  border-color: #6E859D;
}
.bg-type4 .jq-checkbox.checked .jq-checkbox__div {
  background: #6E859D;
}
.bg-type4 form .group:not(.end) .fc_item .elem_item input.styler,
.bg-type4 form .group:not(.end) .fc_item .elem_item textarea.styler {
  border: 2px solid #6E859D;
  color: #fff;
}
.bg-type4 form .group:not(.end) .fc_item .elem_item input.styler::-webkit-input-placeholder,
.bg-type4 form .group:not(.end) .fc_item .elem_item textarea.styler::-webkit-input-placeholder {
  color: #A3BDD1;
  font-size: 15px;
}
.bg-type4 form .group:not(.end) .fc_item .elem_item input.styler::-moz-placeholder,
.bg-type4 form .group:not(.end) .fc_item .elem_item textarea.styler::-moz-placeholder {
  color: #A3BDD1;
  font-size: 15px;
}
.bg-type4 form .group:not(.end) .fc_item .elem_item input.styler:-moz-placeholder,
.bg-type4 form .group:not(.end) .fc_item .elem_item textarea.styler:-moz-placeholder {
  color: #A3BDD1;
  font-size: 15px;
}
.bg-type4 form .group:not(.end) .fc_item .elem_item input.styler:-ms-input-placeholder,
.bg-type4 form .group:not(.end) .fc_item .elem_item textarea.styler:-ms-input-placeholder {
  color: #A3BDD1;
  font-size: 15px;
}
.bg-type4 form .group:not(.end) .fc_item .elem_item input.styler:focus,
.bg-type4 form .group:not(.end) .fc_item .elem_item textarea.styler:focus {
  border-color: #ffd324;
}
.bg-type4 form .buttons input[type='submit'] {
  border: 3px solid #ffd324;
  color: #fff;
}
.bg-type4 form .buttons input[type='submit']:hover {
  background: #ffd324;
  color: #333333;
}
.inline-form .form-wrap {
  padding-left: 47px;
  padding-right: 50px;
  padding-top: 32px;
}
.inline-form .form-wrap a {
  color: inherit;
}
.inline-form .jq-checkbox {
  top: 2px;
}
.inline-form .h3 {
  font-size: 48px;
  font-weight: 700;
}
.inline-form form {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 3px;
}
.inline-form form > *:not(.group):not(.buttons) {
  display: none;
}
.inline-form form .group {
  margin-bottom: 13px;
}
.inline-form form .group:not(.end) {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.inline-form form .group:not(.end) .fc_item {
  margin: 0 0 24px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}
.inline-form form .group:not(.end) .fc_item:not(:last-child) {
  margin-right: 20px;
}
.inline-form form .group:not(.end) .fc_item .elem_item {
  width: 100%;
}

.fc_item .elem_item.captcha_item {
  display: flex;
}

.inline-form form .group:not(.end) .fc_item .elem_item input.styler,
.inline-form form .group:not(.end) .fc_item .elem_item textarea.styler {
  background: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  font-family: 'Lato';
  font-size: 14px;
  width: 100%;
}
.inline-form form .group:not(.end) .fc_item .elem_item input.styler::-webkit-input-placeholder,
.inline-form form .group:not(.end) .fc_item .elem_item textarea.styler::-webkit-input-placeholder {
  font-size: 14px;
}
.inline-form form .group:not(.end) .fc_item .elem_item input.styler::-moz-placeholder,
.inline-form form .group:not(.end) .fc_item .elem_item textarea.styler::-moz-placeholder {
  font-size: 14px;
}
.inline-form form .group:not(.end) .fc_item .elem_item input.styler:-moz-placeholder,
.inline-form form .group:not(.end) .fc_item .elem_item textarea.styler:-moz-placeholder {
  font-size: 14px;
}
.inline-form form .group:not(.end) .fc_item .elem_item input.styler:-ms-input-placeholder,
.inline-form form .group:not(.end) .fc_item .elem_item textarea.styler:-ms-input-placeholder {
  font-size: 14px;
}
.inline-form form .group:not(.end) .fc_item .elem_item input.styler:focus,
.inline-form form .group:not(.end) .fc_item .elem_item textarea.styler:focus {
  border-color: #ffd324;
}
.inline-form form .group:not(.end) .fc_item .elem_item input.styler {
  height: 40px;
}
.inline-form form .group:not(.end) .fc_item .elem_item textarea.styler {
  height: 104px;
  resize: none;
}
.inline-form form .group.end {
  -webkit-box-flex: 0;
      -ms-flex: 0 calc(100% - 200px);
          flex: 0 calc(100% - 200px);
  font-size: 15px;
}
.inline-form form .group.end .fc_item {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inline-form form .group.end .fc_item .elem_item {
  display: inline-block;
  vertical-align: top;
}
.inline-form form .group.end .fc_item .label_under_hint {
  display: inline-block;
  vertical-align: top;
}
.inline-form form .buttons {
  text-align: right;
  -moz-flex: 0 auto;
  -o-flex: 0 auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
}
.inline-form form .buttons input[type='submit'] {
  display: inline-block;
  font-weight: 700;
  background: none;
  font-size: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  line-height: 1;
  min-height: auto;
  padding: 9px 11px;
  opacity: 1 !important;
  margin-bottom: 16px;
}
.inline-form.inline form {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.inline-form.inline form .group {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 !important;
}
.inline-form.inline form .group:not(.end) {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 100% !important;
          flex: 0 100% !important;
  max-width: 100%;
}
.inline-form.inline form .group .fc_item {
  margin-right: 0 !important;
}
.inline-form.inline form .group .fc_item:not(:first-child):not(.fc_textarea) {
  margin-left: 20px;
}
.uss_shop_detail .uss_img_wrapper {
  margin-right: 36px;
  max-width: 100%;
}
.uss_shop_detail .uss_img_wrapper .uss_img_big .uss_img_big_image {
  max-width: 100%;
  height: auto !important;
}
.uss_shop_detail .uss_img_wrapper .uss_img_big .uss_img_big_image img {
  max-width: 100%;
}
.uss_shop_detail .uss_img_ico_box {
  zoom: 1;
}
.uss_shop_detail .uss_img_ico_box:before,
.uss_shop_detail .uss_img_ico_box:after {
  content: "";
  display: table;
}
.uss_shop_detail .uss_img_ico_box:after {
  clear: both;
}
.uss_shop_detail .uss_shop_technical_data {
  line-height: 1.45;
  font-size: 16px;
  display: block;
  overflow: hidden;
  zoom: 1;
}
.uss_shop_detail .uss_shop_technical_data:before,
.uss_shop_detail .uss_shop_technical_data:after {
  content: "";
  display: table;
}
.uss_shop_detail .uss_shop_technical_data:after {
  clear: both;
}
.uss_shop_detail .uss_shop_technical_data p {
  margin: 0 0 0.5em 0;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_description {
  font-size: 17px;
}
.uss_shop_detail .uss_shop_technical_data strong {
  font-weight: normal !important;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_price {
  margin: 0 0 0 0;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_price .price {
  background: none !important;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: block;
  font-size: 40px;
  color: #333;
  white-space: nowrap;
  font-weight: 900;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_price .price.old_price {
  color: #747B82;
  font-size: 15px;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1;
  font-weight: 700;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_price .price em.currency_class {
  color: #747B82;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_by {
  margin-bottom: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.uss_shop_detail .uss_shop_technical_data > .uss_shop_by a,
.uss_shop_detail .uss_shop_technical_data .price_buy_wrap a {
  display: inline-block;
}
.uss_shop_detail .uss_shop_technical_data > .uss_shop_by a.add_to_cart,
.uss_shop_detail .uss_shop_technical_data .price_buy_wrap a.add_to_cart {
  font-size: 17px;
  border: 3px solid #ffd324;
  color: #333333;
  text-decoration: none;
  margin: 0 0 0 0;
  padding: 6px 19px 9px 16px;
  font-weight: 700;
}
.uss_shop_detail .uss_shop_technical_data > .uss_shop_by a.add_to_cart:before,
.uss_shop_detail .uss_shop_technical_data .price_buy_wrap a.add_to_cart:before {
  content: '';
  width: 18px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  padding: 0 0 0 0;
  background: url(../img/cart.png) center no-repeat;
}
.uss_shop_detail .uss_shop_technical_data > .uss_shop_by a.add_to_cart.already_in_cart,
.uss_shop_detail .uss_shop_technical_data .price_buy_wrap a.add_to_cart.already_in_cart {
  border-color: #E2E4E6 !important;
}
.uss_shop_detail .uss_shop_technical_data > .uss_shop_by a.add_to_cart.already_in_cart:before,
.uss_shop_detail .uss_shop_technical_data .price_buy_wrap a.add_to_cart.already_in_cart:before {
  background-image: url(../img/already-btn.png);
}
.uss_shop_detail .uss_shop_technical_data > .uss_shop_by a.add_to_cart:hover,
.uss_shop_detail .uss_shop_technical_data .price_buy_wrap a.add_to_cart:hover {
  background: #ffd324;
  color: #333333;
  border-color: #ffd324 !important;
}
.uss_shop_detail .uss_shop_technical_data > .uss_shop_by a.add_to_cart:hover:before,
.uss_shop_detail .uss_shop_technical_data .price_buy_wrap a.add_to_cart:hover:before {
  -webkit-filter: brightness(0.3);
          filter: brightness(0.3);
}
.uss_shop_detail .uss_shop_technical_data > .uss_shop_by .uss_eshop_amount_block,
.uss_shop_detail .uss_shop_technical_data .price_buy_wrap .uss_eshop_amount_block {
  font-size: 16px;
  margin-right: 5px;
}
.uss_shop_detail .uss_shop_technical_data > .uss_shop_by .uss_eshop_amount_block > *,
.uss_shop_detail .uss_shop_technical_data .price_buy_wrap .uss_eshop_amount_block > * {
  display: inline-block;
  vertical-align: middle;
}
.uss_shop_detail .uss_shop_technical_data > .uss_shop_by .uss_eshop_amount_block .basket_amount_class,
.uss_shop_detail .uss_shop_technical_data .price_buy_wrap .uss_eshop_amount_block .basket_amount_class {
  width: 40px;
  height: 40px;
  border: 2px solid #E2E4E6;
  text-align: center;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 16px;
  font-family: 'Lato';
  color: #333;
}
.uss_shop_detail .uss_shop_technical_data .price_buy_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-bottom: 39px;
}
.uss_shop_detail .uss_shop_technical_data .price_buy_wrap .uss_shop_price {
  margin-right: 16px;
}
.uss_shop_detail .uss_shop_technical_data .buy_btns {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0 !important;
  padding-right: 0 !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 520px;
}
.uss_shop_detail .uss_shop_technical_data .buy_btns > * {
  text-align: center;
  min-width: 120px;
  margin: 0 0 10px 0;
}
.uss_shop_detail .uss_shop_technical_data .buy_btns > *,
.uss_shop_detail .uss_shop_technical_data .buy_btns > * * {
  padding: 0;
}
.uss_shop_detail .uss_shop_technical_data .buy_btns > * * {
  margin: 0;
}
.uss_shop_detail .uss_shop_technical_data .buy_btns.x3 > * {
  width: calc((100% - 20px) / 3);
}
.uss_shop_detail .uss_shop_technical_data .buy_btns.x2 > * {
  width: calc((100% - 10px) / 2);
}
.uss_shop_detail .uss_shop_technical_data .buy_btns.x1 > * {
  width: 100%;
}
.uss_shop_detail .uss_shop_technical_data .buy_btns .x0 {
  display: none;
}
.uss_shop_detail .uss_shop_technical_data .buy_btns a {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 10px 6px 13px;
  font-size: 14px;
  font-weight: 700;
  color: #747B82;
  border: 2px solid #B9BDC0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: border-color 0.15s linear, -webkit-filter 0.15s linear;
  -webkit-transition: border-color 0.15s linear, -webkit-filter 0.15s linear;
  transition: border-color 0.15s linear, filter 0.15s linear;
  transition: border-color 0.15s linear, filter 0.15s linear, -webkit-filter 0.15s linear;
  min-height: 43px;
  text-decoration: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.uss_shop_detail .uss_shop_technical_data .buy_btns a:hover,
.uss_shop_detail .uss_shop_technical_data .buy_btns a.already_in_compare,
.uss_shop_detail .uss_shop_technical_data .buy_btns a.already_in_wish {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  border-color: #0072A1;
}
.uss_shop_detail .uss_shop_technical_data .buy_btns .uss_shop_by {
  display: block;
}
.uss_shop_detail .uss_shop_technical_data .buy_btns .uss_shop_by a:before {
  margin: 0 3px 0 0;
  width: 30px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  content: '';
  background: url(../img/fast-buy-mini.png) left center no-repeat;
}
.uss_shop_detail .uss_shop_technical_data .buy_btns .uss_compare_by a.add_to_compare:before {
  margin: 0 3px 0 0;
  width: 30px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  content: '';
  background: url(../img/compare-mini.png) left center no-repeat;
}
.uss_shop_detail .uss_shop_technical_data .buy_btns .uss_shop_put_wrap .uss_shop_put {
  height: 100%;
}
.uss_shop_detail .uss_shop_technical_data .buy_btns .uss_shop_put_wrap .uss_shop_put a:before {
  margin: 0 3px 0 0;
  width: 30px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  content: '';
  background: url(../img/fav-mini.png) left center no-repeat;
}
.uss_shop_detail .uss_shop_technical_data .eshop_filters_area {
  line-height: 1.6;
}
.uss_shop_detail .uss_shop_technical_data .eshop_filters_area .eshop_filters_group_title {
  font-size: 21px;
  font-weight: 600;
}
.uss_shop_detail .uss_shop_technical_data .eshop_filters_area .eshop_filters_item .eshop_filters_line {
  width: 100%;
  display: block;
}
.uss_shop_detail .uss_shop_technical_data .eshop_filters_area .eshop_filters_item strong {
  font-weight: normal;
}
.uss_shop_detail .uss_shop_technical_data .eshop_filters_area .eshop_filters_item .title {
  font-weight: 600;
  font-size: 16px;
}
.uss_shop_detail .uss_shop_technical_data .eshop_filters_area .eshop_filters_item span.value {
  font-weight: normal;
  font-size: 16px;
  margin-left: 10px;
}
.uss_shop_detail .uss_shop_technical_data .eshop_filters_area .eshop_filters_item div.value {
  font-weight: normal;
  font-size: 16px;
  width: 100%;
}
.uss_shop_detail .uss_shop_technical_data .eshop_filters_area .eshop_filters_item .jq-selectbox {
  width: 100%;
}
.uss_shop_detail .uss_shop_technical_data .eshop_filters_area .eshop_filters_item .jq-selectbox .jq-selectbox__select {
  width: 100%;
}
.uss_shop_detail .uss_shop_technical_data .eshop_filters_area .eshop_filters_item .items_wrap .eshop_filters_line {
  line-height: 30px;
}
.uss_shop_detail .uss_shop_technical_data .eshop_filters_area .eshop_filters_item .items_wrap .eshop_filters_line .jq-checkbox,
.uss_shop_detail .uss_shop_technical_data .eshop_filters_area .eshop_filters_item .items_wrap .eshop_filters_line .jq-radio {
  margin-bottom: 0 !important;
}
div.uss_tabs p {
  margin: 0 0 0.5em 0;
}
div.uss_tabs div.uss_tabs_navigation {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
div.uss_tabs div.uss_tabs_navigation > * + * {
  margin-left: 15px;
}
div.uss_tabs div.uss_tabs_navigation span {
  background: none;
  border: 2px solid #ffd324;
  color: #333333;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  font-size: 17px;
  font-weight: 600;
  z-index: 0;
  position: relative;
  height: auto;
  line-height: 1em;
  padding: 13px 25px 13px 24px;
}
div.uss_tabs div.uss_tabs_navigation span.selected {
  background: #E1E4E6;
  border-color: #E1E4E6;
  color: #212121;
}
div.uss_tabs div.tab_items {
  margin-top: -2px;
  border: 2px solid #E2E4E6;
  z-index: 1;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
}
div.uss_tabs div.tab_items div.tab_item {
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 16px;
}
div.uss_tabs div.tab_items table tr td {
  background: #F0F2F5;
  text-align: left;
  padding: 14px 10px 13px 20px;
}
div.uss_tabs div.tab_items table tr:nth-of-type(odd) td {
  background: #F5F7F9;
}
div.uss_tabs .eshop_filters_area {
  margin: 25px 5px 0 5px;
}
div.uss_tabs .eshop_filters_area form .eshop_filters_item {
  background: #F0F2F5;
  height: 42px;
  margin-bottom: 2px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background .05s linear;
  transition: background .05s linear;
}
div.uss_tabs .eshop_filters_area form .eshop_filters_item > .title {
  font-size: 16px;
  color: #333333;
  font-weight: normal;
  width: 35%;
  padding: 9px 21px 12px;
}
div.uss_tabs .eshop_filters_area form .eshop_filters_item > .value {
  font-size: 16px;
  color: #333333;
  font-weight: normal;
  width: 65%;
}
div.uss_tabs .eshop_filters_area form .eshop_filters_item .items_wrap {
  width: 65%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
div.uss_tabs .eshop_filters_area form .eshop_filters_item .items_wrap .eshop_filters_line {
  -moz-flex: 0 auto;
  -ms-flex: 0 auto;
  -o-flex: 0 auto;
  -webkit-box-flex: 0;
          flex: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
div.uss_tabs .eshop_filters_area form .eshop_filters_item .items_wrap .eshop_filters_line .value {
  width: 100%;
}
div.uss_tabs .eshop_filters_area form .eshop_filters_item .items_wrap .eshop_filters_line + .eshop_filters_line {
  margin-left: 10px;
}
div.uss_tabs .eshop_filters_area form .eshop_filters_item .items_wrap .eshop_filters_line .jq-checkbox {
  margin: 0 10px 0 0 !important;
}
div.uss_tabs .eshop_filters_area form .eshop_filters_item .items_wrap .eshop_filters_line .jq-radio {
  margin: 0 10px 0 0 !important;
}
div.uss_tabs .eshop_filters_area form .eshop_filters_item .eshop_filters_line {
  -moz-flex: 0 100%;
  -ms-flex: 0 100%;
  -o-flex: 0 100%;
  -webkit-box-flex: 0;
          flex: 0 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
div.uss_tabs .eshop_filters_area form .eshop_filters_item .eshop_filters_line > .title {
  font-size: 16px;
  color: #333333;
  font-weight: normal;
  width: 35%;
  padding: 9px 21px 12px;
}
div.uss_tabs .eshop_filters_area form .eshop_filters_item .eshop_filters_line > .value {
  font-size: 16px;
  color: #333333;
  font-weight: normal;
  width: 65%;
}
div.uss_tabs .eshop_filters_area form .eshop_filters_item label.items_label {
  width: 35%;
}
div.uss_tabs .eshop_filters_area form .eshop_filters_item label.items_label .title {
  width: 100%;
  font-size: 16px;
  color: #333333;
  font-weight: normal;
  padding: 9px 21px 12px;
}
div.uss_tabs .eshop_filters_area form .eshop_filters_item:nth-of-type(even) {
  background: #F5F7F9;
}
.h_op.h3 {
  color: #333333;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.34;
  padding: 0;
  font-size: 40px;
  border: none;
  margin: 0 0 20px 0;
  text-align: center;
}
.uss_eshop_sameproducts.blocks .item {
  border: 2px solid #E2E4E6;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 16px;
  max-width: calc((100% - 10px) / 2);
}
.uss_eshop_sameproducts.blocks .item .imageWrap {
  border: none;
  -moz-flex: 0 auto;
  -o-flex: 0 auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  margin: 0 0 20px 0;
}
.uss_eshop_sameproducts.blocks .item .imageWrap .image {
  display: block;
  margin: 0 auto;
  position: relative;
}
.uss_eshop_sameproducts.blocks .item .info {
  padding-left: 16px;
  padding-right: 16px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -moz-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.uss_eshop_sameproducts.blocks .item .info .title {
  font-size: 18px;
  margin: 0 0 20px 0;
  -moz-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.uss_eshop_sameproducts.blocks .item .info .price {
  margin: 10px 0 0 0;
  line-height: 1;
}
.uss_eshop_sameproducts.blocks .item .info .price span {
  display: block;
  background: none !important;
  padding: 0 0 0 0 !important;
}
.uss_eshop_sameproducts.blocks .item .info .price span.old_price {
  font-size: 14px;
  color: #747B82;
  margin: 0 0 8px 0 !important;
  line-height: 1.3;
  font-weight: 700;
}
.uss_eshop_sameproducts.blocks .item .info .price span.actual_price {
  font-size: 24px;
  margin: 0 0 0 0 !important;
  font-weight: 900;
}
.uss_eshop_sameproducts.blocks .item .info .price span.actual_price em.currency_class {
  color: #747B82;
  font-weight: 700;
}
.uss_eshop_sameproducts.blocks .item .info .addToCart {
  margin: 10px 0 0 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.uss_eshop_sameproducts.blocks .item .info .addToCart .uss_eshop_amount_block {
  margin-bottom: 7px;
  display: inline-block;
}
.uss_eshop_sameproducts.blocks .item .info .addToCart .uss_eshop_amount_block .basket_amount_class {
  min-width: 30px;
  height: 30px;
  border: 1px solid #E2E4E6;
  text-align: center;
}
.uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart {
  font-size: 17px;
  border: 3px solid #ffd324;
  color: #333333;
  text-decoration: none;
  color: inherit;
  margin: 0 0 0 0;
  padding: 6px 19px 9px 16px;
  display: inline-block;
  font-family: 'Lato';
  font-weight: 900;
}
.uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart:before {
  content: '';
  width: 18px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  padding: 0 0 0 0;
  background: url(../img/cart.png) center no-repeat;
}
.uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart.already_in_cart {
  border-color: #E2E4E6;
  font-size: 15px;
}
.uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart.already_in_cart:before {
  background-image: url(../img/already-btn.png);
}
.uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart:hover {
  background: #ffd324;
  color: #333333;
  border-color: #ffd324 !important;
}
.uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart:hover:before {
  -webkit-filter: brightness(0.3);
          filter: brightness(0.3);
}
.uss_eshop_sameproducts.blocks .item .info .price_buy_wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.uss_eshop_sameproducts.list .item {
  border: 2px solid #E2E4E6;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 16px;
}
.uss_eshop_sameproducts.list .item .imageArea {
  float: none;
}
.uss_eshop_sameproducts.list .item .imageArea .imageWrap {
  border: none;
  -moz-flex: 0 auto;
  -o-flex: 0 auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  margin: 0 0 20px 0;
}
.uss_eshop_sameproducts.list .item .imageArea .imageWrap .image {
  display: block;
  margin: 0 auto;
  position: relative;
}
.uss_eshop_sameproducts.list .item .imageArea .imageWrap .image > a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.uss_eshop_sameproducts.list .item .info {
  padding-left: 16px;
  padding-right: 16px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -moz-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.uss_eshop_sameproducts.list .item .info .title {
  font-size: 18px;
  margin: 0 0 20px 0;
  -moz-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.uss_eshop_sameproducts.list .item .info .price {
  margin: 10px 0 0 0;
  line-height: 1;
}
.uss_eshop_sameproducts.list .item .info .price span {
  display: block;
  background: none !important;
  padding: 0 0 0 0 !important;
}
.uss_eshop_sameproducts.list .item .info .price span.old_price {
  font-size: 14px;
  color: #747B82;
  margin: 0 0 8px 0 !important;
  line-height: 1.3;
  font-weight: 700;
}
.uss_eshop_sameproducts.list .item .info .price span.actual_price {
  font-size: 24px;
  margin: 0 0 0 0 !important;
  font-weight: 900;
}
.uss_eshop_sameproducts.list .item .info .price span.actual_price em.currency_class {
  color: #747B82;
  font-weight: 700;
}
.uss_eshop_sameproducts.list .item .info .addToCart {
  margin: 10px 0 0 0;
}
.uss_eshop_sameproducts.list .item .info .addToCart .uss_eshop_amount_block {
  margin-bottom: 7px;
  display: inline-block;
}
.uss_eshop_sameproducts.list .item .info .addToCart .uss_eshop_amount_block .basket_amount_class {
  padding-left: 4px;
  padding-right: 4px;
  width: 45px;
  height: 30px;
  border: 1px solid #E2E4E6;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.uss_eshop_sameproducts.list .item .info .addToCart a.add_to_cart {
  font-size: 17px;
  border: 3px solid #ffd324;
  color: #333333;
  text-decoration: none;
  color: inherit;
  margin: 0 0 0 0;
  padding: 6px 19px 9px 16px;
  display: inline-block;
  font-family: 'Lato';
  font-weight: 900;
}
.uss_eshop_sameproducts.list .item .info .addToCart a.add_to_cart:before {
  content: '';
  width: 18px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  padding: 0 0 0 0;
  background: url(../img/cart.png) center no-repeat;
}
.uss_eshop_sameproducts.list .item .info .addToCart a.add_to_cart.already_in_cart {
  font-size: 15px;
  border-color: #E2E4E6;
}
.uss_eshop_sameproducts.list .item .info .addToCart a.add_to_cart.already_in_cart:before {
  background-image: url(../img/already-btn.png);
}
.uss_eshop_sameproducts.list .item .info .addToCart a.add_to_cart:hover {
  background: #ffd324;
  color: #333333;
  border-color: #ffd324 !important;
}
.uss_eshop_sameproducts.list .item .info .addToCart a.add_to_cart:hover:before {
  -webkit-filter: brightness(0.3);
          filter: brightness(0.3);
}
.uss_eshop_sameproducts.list .item .info .price_buy_wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.uss_catalog_detail .uss_img_wrapper,
.uss_catalog_detail .uss_img_wrapper .uss_img_big,
.uss_catalog_detail .uss_img_wrapper .enlarge_image_inside,
.uss_catalog_detail .uss_img_wrapper .enlarge_image_inside img {
  max-width: 100%;
}
.uss_catalog_detail .uss_img_wrapper .enlarge_image_inside {
  display: block;
}

.uss_form_tml form .group .fc_item {
  max-width: 380px;
}
.uss_form_tml form .group .fc_item .elem_item {
  width: 100%;
}
.uss_form_tml form .group .fc_item .elem_item input.styler,
.uss_form_tml form .group .fc_item .elem_item textarea {
  width: 100%;
}
.uss_form_tml .uss_form_item {
  overflow: visible;
}
.uss_form_tml .uss_form_item input.styler,
.uss_form_tml .uss_form_item textarea.styler {
  width: 100% !important;
  max-width: 100%;
  border-radius: 0;
}
.uss_form_tml .uss_form_item.uss_form_text {
  width: calc(((100% - 30px) / 2 ));
  max-width: 420px;
}
.uss_form_tml .uss_form_item.uss_form_textarea {
  max-width: 420px;
}
.uss_form_tml .uss_form_item.uss_form_captcha {
  zoom: 1;
}
.uss_form_tml .uss_form_item.uss_form_captcha:before,
.uss_form_tml .uss_form_item.uss_form_captcha:after {
  content: "";
  display: table;
}
.uss_form_tml .uss_form_item.uss_form_captcha:after {
  clear: both;
}
.uss_form_tml .uss_form_item.uss_form_captcha input.styler {
  width: 130px !important;
}
.uss_form_tml .uss_form_item.uss_form_submit input,
.uss_form_tml .uss_form_item.uss_form_submit input.styler {
  max-width: 220px;
}
.uss_form_tml .uss_form_item.uss_form_captcha {
  max-width: 420px;
}
.uss_form_tml form[name=guestbookitemaddform] .uss_form_item,
.uss_form_tml form[name=registrationaddform] .uss_form_item,
.uss_form_tml form[name=feedbackitemaddform] .uss_form_item {
  width: 100% !important;
  max-width: 437px;
}
.section_faq .uss_form_tml .uss_form_item.uss_form_captcha,
.section_faq .uss_form_tml .uss_form_item.uss_form_text,
.section_faq .uss_form_tml .uss_form_item.uss_form_textarea {
  max-width: 420px;
  width: 100% !important;
}
.uss_shop_form form .fc_item:not(.block) {
  width: 100%;
  max-width: 420px;
}
.uss_shop_form form .fc_item:not(.fc_checkbox) .elem_item {
  width: 100%;
}
.uss_shop_form form .fc_item .elem_item input.styler,
.uss_shop_form form .fc_item .elem_item .textarea.styler {
  width: 100%;
}
.section_formconstructor form .fc_item:not(.block) {
  width: 100%;
  max-width: 420px;
}
.section_formconstructor form .fc_item:not(.fc_checkbox) .elem_item {
  width: 100%;
}
.section_formconstructor form .fc_item .elem_item input.styler,
.section_formconstructor form .fc_item .elem_item .textarea.styler {
  width: 100%;
}
.uss_guestbook .uss_guestbook_links {
  margin: 0 0 20px 0;
}
.uss_guestbook .uss_guestbook_links a {
  font-size: 17px;
  border: 3px solid #ffd324;
  color: #333333;
  text-decoration: none;
  color: inherit;
  margin: 0 41px 0 0;
  padding: 6px 19px 9px 16px;
  display: inline-block;
}
.uss_guestbook .uss_guestbook_links a:hover {
  background: #ffd324;
  color: #333333;
}
.uss_guestbook .uss_guestbook_links a:hover:before {
  -webkit-filter: brightness(0) !important;
  filter: brightness(0) !important;
}
.uss_guestbook .uss_guestbook_item {
  background: none;
  border-radius: 0;
  border: 2px solid #E2E4E6;
  padding: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 0 20px 0;
}
.uss_guestbook .uss_guestbook_item .uss_guestbook_question .uss_guestbook_question_info .uss_fio {
  font-size: 18px;
  font-weight: 700;
}
.uss_guestbook .uss_guestbook_item .uss_guestbook_question .uss_guestbook_question_text {
  font-size: 16px;
  font-weight: 600;
}
#uss_basket_ask_where_to_go_block {
  font-family: 'Lato';
  font-size: 16px;
  background: #fff;
  border: 2px solid #ffd324;
  -webkit-box-shadow: 0 0 60px 1px rgba(0, 0, 0, 0.45);
          box-shadow: 0 0 60px 1px rgba(0, 0, 0, 0.45);
}
#uss_basket_ask_where_to_go_block .title {
  font-size: 18px;
}
#uss_basket_ask_where_to_go_block .continue:hover {
  text-decoration: none;
}
#uss_basket_ask_where_to_go_block .go_to_basket:hover {
  text-decoration: none;
}
#uss_basket_ask_where_to_go_block a {
  font-weight: 600;
  font-size: 15px;
}
#uss_basket_ask_where_to_go_block div {
  text-decoration: none !important;
}
#uss_basket_ask_where_to_go_block div div {
  text-decoration: none !important;
}
.decore-list {
  font-size: 17px;
  line-height: 1.6;
}
.decore-list tbody {
  display: block;
}
.decore-list tr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.decore-list tr td {
  margin-bottom: 23px;
}
.decore-list td.num {
  position: relative;
  background: #fff;
  -moz-flex: 0 auto;
  -o-flex: 0 auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  width: 54px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 54px;
  margin-right: 26px;
}
.decore-list td.num:after {
  content: '';
  display: block;
  position: absolute;
  left: -2px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  background: #0372A1;
  z-index: -1;
}
.decore-list td.num + td {
  -moz-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.uss_comments .uss_comments_title {
  color: #333333;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.34;
  padding: 0;
  font-size: 40px;
  border: none;
  margin: 0 0 20px 0;
  text-align: center;
}
.comment_answer_form #ommentaddform_id {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.comment_answer_form #ommentaddform_id .uss_form_text {
  margin-right: 30px;
}
.comment_answer_form #ommentaddform_id .uss_form_text:nth-of-type(2n) {
  margin-right: 0;
}
.comment_answer_form #ommentaddform_id .uss_form_textarea {
  -moz-flex: 0 100%;
  -o-flex: 0 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  max-width: 100% !important;
}
.comment_answer_form #ommentaddform_id .uss_form_checkbox {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  width: auto;
  max-width: calc(100% - 220px);
}
.comment_answer_form #ommentaddform_id .uss_form_submit {
  max-width: 220px;
  -moz-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  text-align: right;
}
.comment_form_block {
  border: none;
  padding: 0;
}
.comment_form_block .comment_form_title {
  color: #333333;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.34;
  padding: 0;
  font-size: 40px;
  border: none;
  margin: 0 0 20px 0;
  text-align: center;
}
.comment_form_block #ommentaddform_id {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.comment_form_block #ommentaddform_id .uss_form_text {
  margin-right: 30px;
  max-width: none;
}
.comment_form_block #ommentaddform_id .uss_form_text:nth-of-type(2n) {
  margin-right: 0;
}
.comment_form_block #ommentaddform_id .uss_form_textarea {
  -moz-flex: 0 100%;
  -o-flex: 0 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  max-width: 100% !important;
}
.comment_form_block #ommentaddform_id .uss_form_checkbox {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  width: auto;
  max-width: calc(100% - 220px);
}
.comment_form_block #ommentaddform_id .uss_form_submit {
  max-width: 220px;
  -moz-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  text-align: right;
}
.uss_pagenator .uss_page_count {
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: 600;
}
.uss_pagenator .uss_page_num span.uss_page,
.uss_pagenator .uss_page_num span.uss_10_pages_forward,
.uss_pagenator .uss_page_num span.uss_10_pages_bac,
.uss_pagenator .uss_page_num span.uss_page_forward {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  border: 2px solid #EBECED;
  font-size: 24px;
  text-align: center;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  vertical-align: top;
  font-weight: 600;
}
.uss_pagenator .uss_page_num span.uss_page a,
.uss_pagenator .uss_page_num span.uss_10_pages_forward a,
.uss_pagenator .uss_page_num span.uss_10_pages_bac a,
.uss_pagenator .uss_page_num span.uss_page_forward a {
  width: 100%;
  height: 100%;
  display: inline-block;
  text-decoration: underline;
}
.uss_pagenator .uss_page_num span.uss_page:hover,
.uss_pagenator .uss_page_num span.uss_10_pages_forward:hover,
.uss_pagenator .uss_page_num span.uss_10_pages_bac:hover,
.uss_pagenator .uss_page_num span.uss_page_forward:hover {
  border-color: #FFD324;
}
.uss_pagenator .uss_page_num span.uss_page.uss_page_selected,
.uss_pagenator .uss_page_num span.uss_10_pages_forward.uss_page_selected,
.uss_pagenator .uss_page_num span.uss_10_pages_bac.uss_page_selected,
.uss_pagenator .uss_page_num span.uss_page_forward.uss_page_selected {
  border-color: #FFD324;
  color: #333;
}
.uss_pagenator .uss_page_num span.uss_page.uss_page_selected a,
.uss_pagenator .uss_page_num span.uss_10_pages_forward.uss_page_selected a,
.uss_pagenator .uss_page_num span.uss_10_pages_bac.uss_page_selected a,
.uss_pagenator .uss_page_num span.uss_page_forward.uss_page_selected a {
  color: inherit;
  text-decoration: none;
}
@-webkit-keyframes submenu_animation {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 500px;
  }
}
@keyframes submenu_animation {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 500px;
  }
}
.modal {
  background: rgba(0, 0, 0, 0.65);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
  max-height: 100vh;
  overflow-y: auto;
}
.modal .modal-wrap {
  background: #fff;
  font-family: 'Lato';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1001;
  padding: 25px 15px;
  width: 420px;
  max-width: calc(100vw - 50px);
}
.modal .modal-wrap .h3 {
  font-size: 30px;
  text-align: center;
  display: block;
  font-weight: normal;
  margin-bottom: 25px;
}
.modal .modal-wrap .fc_form_tml {
  margin-bottom: 0;
}
.modal .modal-wrap .fc_form_tml .group .fc_item {
  width: 100%;
}
.modal .modal-wrap .fc_form_tml .group .fc_item:not(.fc_checkbox) .elem_item {
  width: 100%;
}
.modal .close {
  position: absolute;
  right: -20px;
  top: -20px;
  background: url(../img/close2.png) center no-repeat, #ffffff;
  background-size: cover;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  cursor: pointer;
  z-index: 1002;
}
.modal .close:hover {
  background-color: #ccc;
}
.block-link {
  position: absolute;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  height: auto !important;
  z-index: 10;
}
.mainpage .block.form .h3 {
  border: none !important;
}
.uss_adv_img_list_item.uss_ail_point span {
  background: #E1E4E6;
}
.uss_adv_img_list_item.uss_ail_point.active span {
  background: #FFD324;
}
/*style end */
.colorStyle1 {
  /*service*/
}
.colorStyle1.mainpage .service-block .uss_shop_block_cat .uss_shop_category:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle1.mainpage .service-block .uss_shop_block_cat .uss_shop_category:hover:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 86, 145, 0.8)), to(rgba(0, 86, 145, 0.8)));
  background: linear-gradient(rgba(0, 86, 145, 0.8), rgba(0, 86, 145, 0.8));
}
.colorStyle1.mainpage .service-block .uss_shop_block_cat .uss_shop_category .uss_shop_cat_name a {
  color: #ffffff;
}
.colorStyle1.mainpage .service-block .uss_shop_block_cat .uss_shop_category .uss_shop_cat_text {
  color: #ffffff;
}
.colorStyle1.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle1.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category:hover:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 86, 145, 0.8)), to(rgba(0, 86, 145, 0.8)));
  background: linear-gradient(rgba(0, 86, 145, 0.8), rgba(0, 86, 145, 0.8));
}
.colorStyle1.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category .uss_catalog_cat_name a {
  color: #ffffff;
}
.colorStyle1.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category .uss_catalog_cat_text {
  color: #ffffff;
}
.colorStyle1.mainpage .service-block .uss_eshop_menu li > a {
  color: #ffffff;
}
.colorStyle1.mainpage .service-block .uss_eshop_menu li:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle1.mainpage .service-block .uss_eshop_menu li:hover:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 86, 145, 0.8)), to(rgba(0, 86, 145, 0.8)));
  background: linear-gradient(rgba(0, 86, 145, 0.8), rgba(0, 86, 145, 0.8));
}
.colorStyle1.mainpage .service-block .catalog_menu li .catalog_menu_item > a {
  color: #ffffff;
}
.colorStyle1.mainpage .service-block .catalog_menu li .catalog_menu_item:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle1.mainpage .service-block .catalog_menu li .catalog_menu_item:hover:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 86, 145, 0.8)), to(rgba(0, 86, 145, 0.8)));
  background: linear-gradient(rgba(0, 86, 145, 0.8), rgba(0, 86, 145, 0.8));
}
.colorStyle1.mainpage .service-block .section.section_catalog .uss_catalog_block_cat .uss_catalog_category:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle1.mainpage .service-block .section.section_catalog .uss_catalog_block_cat .uss_catalog_category:hover:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 86, 145, 0.8)), to(rgba(0, 86, 145, 0.8)));
  background: linear-gradient(rgba(0, 86, 145, 0.8), rgba(0, 86, 145, 0.8));
}
.colorStyle1.mainpage .service-block .section.section_catalog .uss_catalog_block_cat .uss_catalog_category .catalog_info .uss_catalog_cat_name a {
  color: #ffffff;
}
.colorStyle1.mainpage .service-block .section.section_catalog .uss_catalog_block_cat .uss_catalog_category .catalog_info .uss_catlog_cat_anons {
  color: #ffffff;
}
.colorStyle2 {
  /*slider*/
  /*header*/
  /*menu */
  /*service*/
  /*block*/
  /*@quote_background : url(./../img/q-start.png) left center no-repeat, url(./../img/q-end.png) right center no-repeat;*/
  /*about block*/
  /*news block*/
  /*review*/
  /*main*/
  /*aside*/
  /*singlepage*/
  /*big-map*/
  /*footer*/
  /*uss_shop_blocks_view*/
  /*eshop_category*/
  /*uss_catalog_block_cat*/
  /*uss_catalog_list_cat:not(.uss_catalog_sidebar)*/
  /*uss_shop_list_cat*/
  /*main-orderbutton*/
  /*form*/
  /*radio*/
  /*checkbox*/
  /*selectbox*/
  /*buy_one_click_form_tml*/
  /*inline-form*/
  /*uss_shop_detail*/
  /*uss_tabs*/
  /*h_op*/
  /*uss_eshop_sameproducts*/
  /*uss_guestbook*/
  /*where_to_go_block*/
  /*decore-list */
  /*.uss_eshop_sameproducts.list {
		a.add_to_cart {
			border-color: @onepos_addtocart_border_color;
			color: @addtocart_color;
			&:before {
				background-image: url('./../img@{path}cart.png');
			}
			&.already_in_cart {
				&:before {
					background-image: url('./../img@{path}already-btn.png');
				}
			}
			&:hover {
				background: @onepos_addtocart_hover_background;
				color: @onepos_addtocart_hover_color;
				border-color: @onepos_addtocart_hover_background !important;
				&:before {
					-webkit-filter: brightness(100);
					filter: brightness(100);
				}
			}
		}
	}*/
  /*.header .burger.notInViewPort {
		border-color: @link_text_color;
		span {
			background-color: @link_text_color;
		}
	}*/
}
.colorStyle2 .bg-type4 {
  background: #4A464A;
}
.colorStyle2 .review .news_block_item .info .preview {
  min-height: 60px;
}
.colorStyle2 .review .slick-slide > div {
  margin-bottom: 20px;
}
.colorStyle2 .review .items {
  display: block !important;
}
.colorStyle2 .header .basket {
  color: #faa916 !important;
}
@media (max-width: 1200px) {
  .colorStyle2 .review .news_block_item .image {
    float: none;
    max-width: 100%;
    width: 100%;
    display: block;
  }
  .colorStyle2 .review .news_block_item .image a:after {
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    top: auto;
    border: none;
    border-left: 22px solid transparent !important;
    border-right: 22px solid transparent !important;
    border-bottom: 22px solid #fff !important;
  }
  .colorStyle2 .review .news_block_item .info {
    width: 100%;
    max-width: 100%;
  }
}
.colorStyle2 #wrap {
  color: #333333;
}
.colorStyle2 a {
  color: #ec950d;
}
.colorStyle2 .slider .slides .slide .caption {
  color: #ffffff;
}
.colorStyle2 .slider .slides .slide .caption:after {
  background: -webkit-gradient(linear, left top, right top, from(#333034), to(#5a575b));
  background: linear-gradient(90deg, #333034, #5a575b);
}
.colorStyle2 .slider .slides .slick-arrow.slick-prev {
  background: url('../img/k4_2/slider-prev.png') center no-repeat;
}
.colorStyle2 .slider .slides .slick-arrow.slick-next {
  background: url('../img/k4_2/slider-next.png') center no-repeat;
}
.colorStyle2 .slider .slides .slick-dots li button {
  background: url('../img/k4_2/position-dot.png') center no-repeat;
}
.colorStyle2 .slider .slides .slick-dots li.slick-active button {
  background: url('../img/k4_2/position-dot-active.png') center no-repeat;
}
@media (max-width: 500px) {
  .colorStyle2 .slider {
    background: -webkit-gradient(linear, left top, right top, from(#333034), to(#5a575b));
    background: linear-gradient(90deg, #333034, #5a575b);
  }
}
.colorStyle2 .header {
  color: #ffffff;
}
.colorStyle2 .header .contacts a {
  color: #fff;
}
.colorStyle2 .header .row + .row {
  border-color: #494649;
}
.colorStyle2 .header .call_me {
  color: #faa916;
}
.colorStyle2 .header .call_me a {
  color: inherit;
}
.colorStyle2 .header .call_me a:before {
  background-image: url('../img/k4_2/call-me.png');
}
.colorStyle2 .header .auth {
  color: #ffffff;
}
.colorStyle2 .header .auth .enter a {
  background-image: url('../img/k4_2/enter.png');
  color: inherit;
}
.colorStyle2 .header .auth .enter a:after {
  background: #6c6667;
}
.colorStyle2 .header .auth .registration a {
  background-image: url('../img/k4_2/enter.png');
  color: inherit;
}
.colorStyle2 .header .auth .registration a:after {
  background: #6c6667;
}
.colorStyle2 .header .basket {
  color: #b5edff;
}
.colorStyle2 .header .basket:hover {
  color: #faa916;
}
.colorStyle2 .header .basket > div:before {
  background-image: url('../img/k4_2/basket.png');
}
.colorStyle2 .header .search .uss_site_search .uss_input_name {
  border-color: #6a6b74;
  color: #6a6b74;
}
.colorStyle2 .header .search .uss_site_search .uss_input_name:focus {
  border-color: #faa916;
}
.colorStyle2 .header .search .uss_site_search .uss_submit {
  background-image: url('../img/k4_2/search-icon.png');
}
.colorStyle2 .menu ul li a {
  color: #ffffff;
}
.colorStyle2 .menu ul li a:after {
  background: #807a7c;
}
.colorStyle2 .menu ul li:hover,
.colorStyle2 .menu ul li.active,
.colorStyle2 .menu ul li.clicked {
  background: #fb9900;
}
.colorStyle2 .menu ul li:hover a,
.colorStyle2 .menu ul li.active a,
.colorStyle2 .menu ul li.clicked a {
  color: #ffffff;
}
.colorStyle2 .menu .submenu {
  background: #fb9900;
}
.colorStyle2.mainpage .service-block .uss_shop_block_cat .uss_shop_category:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle2.mainpage .service-block .uss_shop_block_cat .uss_shop_category:hover:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 153, 0, 0.8)), to(rgba(251, 153, 0, 0.8))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(251, 153, 0, 0.8), rgba(251, 153, 0, 0.8)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle2.mainpage .service-block .uss_shop_block_cat .uss_shop_category .uss_shop_cat_name a {
  color: #ffffff;
}
.colorStyle2.mainpage .service-block .uss_shop_block_cat .uss_shop_category .uss_shop_cat_text {
  color: #ffffff;
}
.colorStyle2.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
  background: none;
}
.colorStyle2.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category:hover:after {
  /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 153, 0, 0.8)), to(rgba(251, 153, 0, 0.8))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));*/
  /*background: linear-gradient(rgba(251, 153, 0, 0.8), rgba(251, 153, 0, 0.8)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));*/
}

.colorStyle2.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category .uss_catalog_img_wrap {
  position: relative;
}
.colorStyle2.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category .uss_catalog_img_wrap:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}
.colorStyle2.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category:hover .uss_catalog_img_wrap:after {
  background: linear-gradient(rgba(251, 153, 0, 0.8), rgba(251, 153, 0, 0.8)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}

.colorStyle2.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category .uss_catalog_cat_name a {
  color: #333333;
  font-size: 30px;
  padding: 10px 7px 0px 7px;
  display: block;
  overflow: visible;
  height: unset;
}
.colorStyle2.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category .uss_shop_cat_text {
  color: #ffffff;
}
.colorStyle2.mainpage .service-block .uss_eshop_menu li > a {
  color: #ffffff;
}
.colorStyle2.mainpage .service-block .uss_eshop_menu li:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle2.mainpage .service-block .uss_eshop_menu li:hover:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 153, 0, 0.8)), to(rgba(251, 153, 0, 0.8))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(251, 153, 0, 0.8), rgba(251, 153, 0, 0.8)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle2.mainpage .service-block .catalog_menu li .catalog_menu_item > a {
  color: #ffffff;
}
.colorStyle2.mainpage .service-block .catalog_menu li .catalog_menu_item:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle2.mainpage .service-block .catalog_menu li .catalog_menu_item:hover:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 153, 0, 0.8)), to(rgba(251, 153, 0, 0.8))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(251, 153, 0, 0.8), rgba(251, 153, 0, 0.8)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle2.mainpage .service-block .section.section_catalog .uss_catalog_block_cat .uss_catalog_category .catalog_info .uss_catalog_cat_name a {
  color: #ffffff;
}
.colorStyle2.mainpage .service-block .section.section_catalog .uss_catalog_block_cat .uss_catalog_category .catalog_info .uss_catlog_cat_anons {
  color: #ffffff;
}
.colorStyle2.mainpage .service-block .section.section_catalog .uss_catalog_block_cat .uss_catalog_category:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle2.mainpage .service-block .section.section_catalog .uss_catalog_block_cat .uss_catalog_category:hover:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 153, 0, 0.8)), to(rgba(251, 153, 0, 0.8))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(251, 153, 0, 0.8), rgba(251, 153, 0, 0.8)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle2 .block.bg-type1 {
  background: #e3dfe4;
}
.colorStyle2 .block.bg-type2 {
  background: #4a464a;
}
.colorStyle2 .block.bg-type3 {
  background: #4a464a;
}
.colorStyle2 .block.type1 {
  color: #333333;
}
.colorStyle2 .block.type2 .h3 {
  color: #ffffff;
}
.colorStyle2 .block.type2 .h3 a:hover:after {
  background-color: #4a464a;
}
.colorStyle2 .block .h3 a:after {
  background: #4a464a;
  color: #fff;
}
.colorStyle2 .news.block .news_block_item .image:after {
  border-right-color: #ffffff;
}
.colorStyle2 .news.block .news_block_item .image:before {
  border-right-color: #ffffff;
}
.colorStyle2 .news.block .news_block_item .info .date {
  color: #b9b5ba;
  background-image: url('../img/k4_2/clock.png');
}
.colorStyle2 .news.block .news_block_item .info .title a {
  color: #ec950d;
}
.colorStyle2 .news.block .news_block_item .info .title a span {
  border-bottom-color: #f5ca86;
}
.colorStyle2 .news.block .news_block_item:nth-of-type(even) {
  background: #ffffff;
}
.colorStyle2 .news.block .news_block_item:nth-of-type(even) .image:after {
  border-left-color: #ffffff;
}
.colorStyle2 .news.block .news_block_item:nth-of-type(even) .image:before {
  border-left-color: #ffffff;
}
.colorStyle2 .news.block .news_block_item:nth-of-type(even) .info .date {
  color: #b9b5ba;
  background-image: url('../img/k4_2/clock-alt.png');
}
.colorStyle2 .news.block .news_block_item:nth-of-type(even) .info .title {
  color: #ec950d;
}
.colorStyle2 .news.block .news_block_item:nth-of-type(even) .info .title a {
  color: inherit;
}
.colorStyle2 .news.block .news_block_item:nth-of-type(even) .info .title a span {
  border-bottom-color: #f5ca86;
}
.colorStyle2 .news.block .news_block_item:nth-of-type(even) .info .preview {
  color: inherit;
}
.colorStyle2 .review .news_block_item {
  background: #ffffff;
}
.colorStyle2 .review .news_block_item .image a:after {
  border-right-color: #ffffff;
}
.colorStyle2 .review .news_block_item .info {
  background: url(../img/q-small-start.png) 30px calc(100% - 41px) no-repeat, url(../img/q-small-end.png) calc(100% - 40px) 96px no-repeat;
}
.colorStyle2 .review .news_block_item .info .title {
  color: #ec950d;
}
.colorStyle2 .review .slick-dots li button {
  background: url('../img/k4_2/position-dot.png') center no-repeat;
}
.colorStyle2 .review .slick-dots li.slick-active button {
  background: url('../img/k4_2/position-dot-active.png') center no-repeat;
}
.colorStyle2 .container .content h1 {
  border-bottom-color: #e2e4e6;
}
.colorStyle2 .container .content .uss_shop_block_cat .uss_shop_category {
  border-color: #e2e4e6;
}
.colorStyle2 .container .content .uss_shop_block_cat .uss_shop_category:hover {
  border-color: #ec950d;
}
.colorStyle2 .container .content .uss_eshop_filters_block .filter_submit input[type=submit].styler {
  background: #ec950d;
  color: #fff;
}
.colorStyle2 .container .bread .bread-sup {
  background-image: url('../img/k4_2/aside-submenu-active.png');
}
.colorStyle2 .aside-block .h3 {
  border-bottom-color: #e2e4e6;
}
.colorStyle2 .aside-block.aside-menu .h3 {
  background: #fb9900;
}
.colorStyle2 .aside-block.aside-menu ul li:hover > a,
.colorStyle2 .aside-block.aside-menu ul li.active > a {
  color: #333333;
}
.colorStyle2 .aside-block.aside-menu ul li .submenu li a {
  color: inherit;
  background-image: url('../img/k4_2/aside-submenu-active.png');
}
.colorStyle2 .aside-block.aside-menu ul li .submenu li:hover > a {
  color: #ec950d;
  background-image: url('../img/k4_2/aside-submenu.png');
}
.colorStyle2 .aside-block .news_block_item {
  border-bottom-color: #e2e4e6;
}
.colorStyle2 .aside-block .news_block_item .info .date {
  color: #a6a6a6;
  background-image: url('../img/k4_2/clock.png');
}
.colorStyle2.singlepage .header {
  background: -webkit-gradient(linear, left top, left bottom, from(#060a0e), to(#39090f));
  background: linear-gradient(#060a0e, #39090f);
}
.colorStyle2 .big-map .contacts-block {
  background: rgba(255, 255, 255, .9);
}
.colorStyle2 .footer {
  background: #4a464a;
  color: #ffffff;
}
.colorStyle2 .footer a {
  color: #ec950d;
}
.colorStyle2 .footer .menu ul li a {
  color: #ffffff;
}
.colorStyle2 .footer .menu ul li a:after {
  background: #807a7c;
}
.colorStyle2 .footer .menu ul li:hover,
.colorStyle2 .footer .menu ul li.active {
  background: #fb9900;
}
.colorStyle2 .footer .menu ul li:hover a,
.colorStyle2 .footer .menu ul li.active a {
  color: #ffffff;
}
.colorStyle2.singlepage .uss_shop_blocks_view .uss_eshop_item {
  border-color: #e2e4e6;
}
.colorStyle2.singlepage .uss_shop_blocks_view .uss_eshop_item .uss_shop_price span.old_price {
  color: #747b82;
}
.colorStyle2.singlepage .uss_shop_blocks_view .uss_eshop_item > .uss_shop_by a.add_to_cart,
.colorStyle2.singlepage .uss_shop_blocks_view .uss_eshop_item .price_buy_wrap a.add_to_cart {
  border-color: #db3c3a;
  color: inherit;
}
.colorStyle2.singlepage .uss_shop_blocks_view .uss_eshop_item > .uss_shop_by a.add_to_cart:before,
.colorStyle2.singlepage .uss_shop_blocks_view .uss_eshop_item .price_buy_wrap a.add_to_cart:before {
  background-image: url('../img/k4_2/cart.png');
}
.colorStyle2.singlepage .uss_shop_blocks_view .uss_eshop_item > .uss_shop_by a.add_to_cart.already_in_cart:before,
.colorStyle2.singlepage .uss_shop_blocks_view .uss_eshop_item .price_buy_wrap a.add_to_cart.already_in_cart:before {
  background-image: url('../img/k4_2/already-btn.png');
}
.colorStyle2.singlepage .uss_shop_blocks_view .uss_eshop_item > .uss_shop_by a.add_to_cart:hover,
.colorStyle2.singlepage .uss_shop_blocks_view .uss_eshop_item .price_buy_wrap a.add_to_cart:hover {
  background: #db3c3a;
  color: #ffffff;
  border-color: #db3c3a !important;
}
.colorStyle2.singlepage .uss_shop_blocks_view .uss_eshop_item > .uss_shop_by a.add_to_cart:hover:before,
.colorStyle2.singlepage .uss_shop_blocks_view .uss_eshop_item .price_buy_wrap a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.colorStyle2.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns {
  border-bottom-color: #e2e4e6;
  border-top-color: #e2e4e6;
}
.colorStyle2.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns a {
  border-bottom-color: style_border_color;
}
.colorStyle2.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns a.already_in_compare:after,
.colorStyle2.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns a.already_in_wish:after {
  background-color: #db3c3a;
}
.colorStyle2.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns .uss_shop_by a {
  background-image: url('../img/k4_2/fast-buy.png');
}
.colorStyle2.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns .uss_compare_by a.add_to_compare {
  background-image: url('../img/k4_2/compare.png');
}
.colorStyle2.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns .uss_shop_put_wrap .uss_shop_put a {
  background-image: url('../img/k4_2/fav.png');
}
.colorStyle2.singlepage .uss_shop_list_view .uss_eshop_item {
  border-color: #e2e4e6;
}
.colorStyle2.singlepage .uss_shop_list_view .uss_eshop_item .uss_shop_price span.old_price {
  color: #747b82;
}
.colorStyle2.singlepage .uss_shop_list_view .uss_eshop_item > .uss_shop_by a.add_to_cart,
.colorStyle2.singlepage .uss_shop_list_view .uss_eshop_item .price_buy_wrap a.add_to_cart {
  border-color: #db3c3a;
  color: inherit;
}
.colorStyle2.singlepage .uss_shop_list_view .uss_eshop_item > .uss_shop_by a.add_to_cart:before,
.colorStyle2.singlepage .uss_shop_list_view .uss_eshop_item .price_buy_wrap a.add_to_cart:before {
  background-image: url('../img/k4_2/cart.png');
}
.colorStyle2.singlepage .uss_shop_list_view .uss_eshop_item > .uss_shop_by a.add_to_cart:hover,
.colorStyle2.singlepage .uss_shop_list_view .uss_eshop_item .price_buy_wrap a.add_to_cart:hover {
  background: #db3c3a;
  color: #ffffff;
}
.colorStyle2.singlepage .uss_shop_list_view .uss_eshop_item > .uss_shop_by a.add_to_cart:hover:before,
.colorStyle2.singlepage .uss_shop_list_view .uss_eshop_item .price_buy_wrap a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.colorStyle2.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns {
  border-bottom-color: #e2e4e6;
  border-top-color: #e2e4e6;
}
.colorStyle2.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns > *:hover {
  border-color: #ec950d;
}
.colorStyle2.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns a {
  border-bottom-color: style_border_color;
}
.colorStyle2.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns a:hover {
  border-bottom-color: #db3c3a;
}
.colorStyle2.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns .uss_shop_by a {
  background-image: url('../img/k4_2/fast-buy.png');
}
.colorStyle2.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns .uss_compare_by a.add_to_compare {
  background-image: url('../img/k4_2/compare.png');
}
.colorStyle2.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns .uss_shop_put_wrap .uss_shop_put a {
  background-image: url('../img/k4_2/fav.png');
}
.colorStyle2.singlepage .uss_shop_list_view .uss_eshop_item:hover {
  border-color: #ec950d;
}
.colorStyle2.singlepage .uss_catalog_block_cat .uss_catalog_category {
  border-color: #e2e4e6;
}
.colorStyle2.singlepage .uss_catalog_block_cat .uss_catalog_category .catalog_orderbutton {
  background: #ffffff;
  border-color: #db3c3a;
  color: inherit;
}
.colorStyle2.singlepage .uss_catalog_block_cat .uss_catalog_category .catalog_orderbutton:hover {
  background: #db3c3a;
  color: #ffffff;
}
.colorStyle2.singlepage .uss_catalog_sidebar .uss_catalog_category {
  border-color: #e2e4e6;
}
.colorStyle2.singlepage .uss_catalog_sidebar .uss_catalog_category .catalog_orderbutton {
  background: #ffffff;
  border-color: #db3c3a;
  color: inherit;
}
.colorStyle2.singlepage .uss_catalog_sidebar .uss_catalog_category .catalog_orderbutton:hover {
  background: #db3c3a;
  color: #ffffff;
}
.colorStyle2.singlepage .uss_catalog_list_cat:not(.uss_catalog_sidebar) .uss_catalog_category {
  border-color: #e2e4e6;
}
.colorStyle2.singlepage .uss_catalog_list_cat:not(.uss_catalog_sidebar) .uss_catalog_category .catalog_orderbutton {
  background: #ffffff;
  border-color: #db3c3a;
  color: inherit;
}
.colorStyle2.singlepage .uss_catalog_list_cat:not(.uss_catalog_sidebar) .uss_catalog_category .catalog_orderbutton:hover {
  background: #db3c3a;
  color: #ffffff;
}
.colorStyle2.singlepage .uss_catalog_list_cat:not(.uss_catalog_sidebar) .uss_catalog_category:hover {
  border-color: #ec950d;
}
.colorStyle2.singlepage .uss_shop_list_cat .uss_shop_category {
  border-color: #e2e4e6;
}
.colorStyle2.singlepage .uss_shop_list_cat .uss_shop_category:hover {
  border-color: #db3c3a;
}
.colorStyle2 table.uss_shoppos_table a.add_to_cart:not(.buy_one_click) {
  border-color: #db3c3a;
  color: inherit;
  -webkit-transition: none;
  transition: none;
}
.colorStyle2 table.uss_shoppos_table a.add_to_cart:not(.buy_one_click):before {
  background-image: url('../img/k4_2/cart.png');
}
.colorStyle2 table.uss_shoppos_table a.add_to_cart:not(.buy_one_click):hover {
  background: #db3c3a;
  color: #ffffff;
}
.colorStyle2 table.uss_shoppos_table a.add_to_cart:not(.buy_one_click):hover:before {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
.colorStyle2 table.uss_shoppos_table .buy_btns a {
  -webkit-transition: none;
  transition: none;
  color: #9e9e9e;
  border-color: #9e9e9e;
}
.colorStyle2 table.uss_shoppos_table .buy_btns a:hover,
.colorStyle2 table.uss_shoppos_table .buy_btns a.already_in_compare,
.colorStyle2 table.uss_shoppos_table .buy_btns a.already_in_wish {
  border-color: #ec950d;
  color: #ec950d;
}
.colorStyle2 table.uss_shoppos_table .buy_btns .uss_shop_by:hover {
  border-color: #ec950d;
}
.colorStyle2 table.uss_shoppos_table .buy_btns .uss_shop_by:hover a {
  -webkit-transition: none;
  transition: none;
  background-image: url('../img/k4_2/fast-buy-mini.png');
}
.colorStyle2 table.uss_shoppos_table .buy_btns .uss_compare_by:hover {
  border-color: #ec950d;
}
.colorStyle2 table.uss_shoppos_table .buy_btns .uss_compare_by:hover a.add_to_compare {
  -webkit-transition: none;
  transition: none;
  background-image: url('../img/k4_2/compare-mini.png');
}
.colorStyle2 table.uss_shoppos_table .buy_btns .add_to_wishlist:hover {
  border-color: #ec950d;
}
.colorStyle2 table.uss_shoppos_table .buy_btns .add_to_wishlist:hover a {
  -webkit-transition: none;
  transition: none;
  background-image: url('../img/k4_2/fav-mini.png');
}
.colorStyle2 .uss_catalog_sidebar .catalog_orderbutton,
.colorStyle2 .uss_catalog_block_cat .catalog_orderbutton,
.colorStyle2 .uss_catalog_detail .catalog_orderbutton,
.colorStyle2 .uss_catalog_list_cat:not(.uss_catalog_sidebar) .catalog_orderbutton {
  background: #ffffff;
  border-color: #db3c3a;
  color: inherit;
}
.colorStyle2 .uss_catalog_sidebar .catalog_orderbutton:hover,
.colorStyle2 .uss_catalog_block_cat .catalog_orderbutton:hover,
.colorStyle2 .uss_catalog_detail .catalog_orderbutton:hover,
.colorStyle2 .uss_catalog_list_cat:not(.uss_catalog_sidebar) .catalog_orderbutton:hover {
  background: #db3c3a;
  color: #ffffff;
}
.colorStyle2 form input[type='text'],
.colorStyle2 form.form_styler input[type='text'],
.colorStyle2 form input.styler[type='text'],
.colorStyle2 form.form_styler input.styler[type='text'],
.colorStyle2 form input[type='password'],
.colorStyle2 form.form_styler input[type='password'],
.colorStyle2 form input.styler[type='password'],
.colorStyle2 form.form_styler input.styler[type='password'],
.colorStyle2 form input[type='email'],
.colorStyle2 form.form_styler input[type='email'],
.colorStyle2 form input.styler[type='email'],
.colorStyle2 form.form_styler input.styler[type='email'] {
  border-color: #cccdcf;
}
.colorStyle2 form input[type='text']:focus,
.colorStyle2 form.form_styler input[type='text']:focus,
.colorStyle2 form input.styler[type='text']:focus,
.colorStyle2 form.form_styler input.styler[type='text']:focus,
.colorStyle2 form input[type='password']:focus,
.colorStyle2 form.form_styler input[type='password']:focus,
.colorStyle2 form input.styler[type='password']:focus,
.colorStyle2 form.form_styler input.styler[type='password']:focus,
.colorStyle2 form input[type='email']:focus,
.colorStyle2 form.form_styler input[type='email']:focus,
.colorStyle2 form input.styler[type='email']:focus,
.colorStyle2 form.form_styler input.styler[type='email']:focus {
  border-color: #ec950d;
}
.colorStyle2 form textarea,
.colorStyle2 form.form_styler textarea,
.colorStyle2 form textarea.styler,
.colorStyle2 form.form_styler textarea.styler {
  border-color: #cccdcf;
}
.colorStyle2 form textarea:focus,
.colorStyle2 form.form_styler textarea:focus,
.colorStyle2 form textarea.styler:focus,
.colorStyle2 form.form_styler textarea.styler:focus {
  border-color: #ec950d;
}
.colorStyle2 form input[type=submit],
.colorStyle2 form.form_styler input[type=submit],
.colorStyle2 form input[type=submit].styler,
.colorStyle2 form.form_styler input[type=submit].styler,
.colorStyle2 form button,
.colorStyle2 form.form_styler button,
.colorStyle2 form button.styler,
.colorStyle2 form.form_styler button.styler {
  background: none;
  border-color: #ec950d;
  color: inherit;
}
.colorStyle2 form input[type=submit]:hover,
.colorStyle2 form.form_styler input[type=submit]:hover,
.colorStyle2 form input[type=submit].styler:hover,
.colorStyle2 form.form_styler input[type=submit].styler:hover,
.colorStyle2 form button:hover,
.colorStyle2 form.form_styler button:hover,
.colorStyle2 form button.styler:hover,
.colorStyle2 form.form_styler button.styler:hover {
  background: #ec950d !important;
  color: #ffffff !important;
}
.colorStyle2 .jq-checkbox {
  border-color: #e2e4e6;
}
.colorStyle2 .jq-checkbox.checked {
  border-color: #ec950d;
}
.colorStyle2 .jq-checkbox.checked .jq-checkbox__div {
  background: #ec950d;
}
.colorStyle2 .jq-radio {
  border-color: #cccdcf;
}
.colorStyle2 .jq-radio.checked .jq-radio__div {
  background: #ec950d;
}
.colorStyle2 .jq-selectbox .jq-selectbox__select {
  border-color: #cccdcf;
}
.colorStyle2 .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  border-top-color: #cccdcf;
}
.colorStyle2 .jq-selectbox:hover .jq-selectbox__select {
  border-color: #333;
}
.colorStyle2 .jq-selectbox:hover .jq-selectbox__select .jq-selectbox__trigger {
  border-left-color: #333;
}
.colorStyle2 .jq-selectbox:hover .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  border-top-color: #333;
}
.colorStyle2 .jq-selectbox.opened .jq-selectbox__select .jq-selectbox__trigger {
  border-left-color: #ec950d;
}
.colorStyle2 .jq-selectbox.opened .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  border-top-color: #ec950d;
}
.colorStyle2 .jq-selectbox.jq-selectbox.focused .jq-selectbox__select {
  border-color: #ec950d;
}
.colorStyle2 .buy_one_click_form_tml .uss_onepos_info .uss_shop_price span.old_price {
  color: #747b82;
}
.colorStyle2 .inline-form form .group:not(.end) .fc_item .elem_item input.styler:focus,
.colorStyle2 .inline-form form .group:not(.end) .fc_item .elem_item textarea.styler:focus {
  border-color: #db3c3a;
}
.colorStyle2 .uss_shop_detail .uss_shop_technical_data .uss_shop_price .price.old_price {
  color: #747b82;
}
.colorStyle2 .uss_shop_detail .uss_shop_technical_data > .uss_shop_by a.add_to_cart,
.colorStyle2 .uss_shop_detail .uss_shop_technical_data .price_buy_wrap a.add_to_cart {
  border-color: #db3c3a;
  color: inherit;
}
.colorStyle2 .uss_shop_detail .uss_shop_technical_data > .uss_shop_by a.add_to_cart:before,
.colorStyle2 .uss_shop_detail .uss_shop_technical_data .price_buy_wrap a.add_to_cart:before {
  background-image: url('../img/k4_2/cart.png');
}
.colorStyle2 .uss_shop_detail .uss_shop_technical_data > .uss_shop_by a.add_to_cart.already_in_cart:before,
.colorStyle2 .uss_shop_detail .uss_shop_technical_data .price_buy_wrap a.add_to_cart.already_in_cart:before {
  background-image: url('../img/k4_2/already-btn.png');
}
.colorStyle2 .uss_shop_detail .uss_shop_technical_data > .uss_shop_by a.add_to_cart:hover,
.colorStyle2 .uss_shop_detail .uss_shop_technical_data .price_buy_wrap a.add_to_cart:hover {
  background: #db3c3a;
  color: #ffffff;
  border-color: #db3c3a !important;
}
.colorStyle2 .uss_shop_detail .uss_shop_technical_data > .uss_shop_by a.add_to_cart:hover:before,
.colorStyle2 .uss_shop_detail .uss_shop_technical_data .price_buy_wrap a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.colorStyle2 .uss_shop_detail .uss_shop_technical_data .buy_btns a {
  color: #9e9e9e;
  border-color: #9e9e9e;
}
.colorStyle2 .uss_shop_detail .uss_shop_technical_data .buy_btns a:hover,
.colorStyle2 .uss_shop_detail .uss_shop_technical_data .buy_btns a.already_in_compare,
.colorStyle2 .uss_shop_detail .uss_shop_technical_data .buy_btns a.already_in_wish {
  border-color: #ec950d;
  color: #ec950d;
}
.colorStyle2 .uss_shop_detail .uss_shop_technical_data .buy_btns .uss_shop_by a:before {
  background-image: url('../img/k4_2/fast-buy-mini.png');
}
.colorStyle2 .uss_shop_detail .uss_shop_technical_data .buy_btns .uss_compare_by a.add_to_compare:before {
  background-image: url('../img/k4_2/compare-mini.png');
}
.colorStyle2 .uss_shop_detail .uss_shop_technical_data .buy_btns .uss_shop_put_wrap .uss_shop_put a:before {
  background-image: url('../img/k4_2/fav-mini.png');
}
.colorStyle2 div.uss_tabs div.uss_tabs_navigation span {
  border-color: #dedade;
  color: inherit;
}
.colorStyle2 div.uss_tabs div.uss_tabs_navigation span.selected {
  background: #fb9900;
  border-color: #fb9900;
  color: #ffffff;
}
.colorStyle2 div.uss_tabs div.tab_items {
  border-color: #e2e4e6;
}
.colorStyle2 .h_op {
  color: inherit;
  border-bottom-color: #e2e4e6;
}
.colorStyle2 .uss_eshop_sameproducts .item {
  border-color: #e2e4e6;
}
.colorStyle2 .uss_eshop_sameproducts .item .info .price span.old_price {
  color: #747B82;
}
.colorStyle2 .uss_eshop_sameproducts .item .info .addToCart a.add_to_cart {
  border-color: #db3c3a;
  color: #333333;
}
.colorStyle2 .uss_eshop_sameproducts .item .info .addToCart a.add_to_cart:before {
  background: url('../img/k4_2/cart.png') center no-repeat;
}
.colorStyle2 .uss_eshop_sameproducts .item .info .addToCart a.add_to_cart.already_in_cart {
  border-color: #E2E4E6;
}
.colorStyle2 .uss_eshop_sameproducts .item .info .addToCart a.add_to_cart.already_in_cart:before {
  background-image: url('../img/k4_2/already-btn.png');
}
.colorStyle2 .uss_eshop_sameproducts .item .info .addToCart a.add_to_cart:hover {
  background: #db3c3a;
  color: #ffffff;
  border-color: #db3c3a !important;
}
.colorStyle2 .uss_eshop_sameproducts .item .info .addToCart a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.colorStyle2 .uss_guestbook .uss_guestbook_links a {
  border-color: #ec950d;
  color: inherit;
}
.colorStyle2 .uss_guestbook .uss_guestbook_links a:hover {
  background-color: #ec950d;
  color: #ffffff;
}
.colorStyle2 .uss_guestbook .uss_guestbook_item {
  border-color: #e2e4e6;
}
.colorStyle2 #uss_basket_ask_where_to_go_block {
  border-color: #ec950d;
}
.colorStyle2 .decore-list td.num:after {
  background: #ec950d;
}
.colorStyle2 .position.position-block .uss_eshop_block_item:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle2 .position.position-block .uss_eshop_block_item:hover:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 153, 0, 0.8)), to(rgba(251, 153, 0, 0.8))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(251, 153, 0, 0.8), rgba(251, 153, 0, 0.8)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle2 .position .uss_eshop_block_item a.add_to_cart {
  border-color: #db3c3a;
  background-color: transparent;
  color: #db3c3a;
}
.colorStyle2 .position .uss_eshop_block_item a.add_to_cart:before {
  background-image: url('../img/k4_2/cart.png');
}
.colorStyle2 .position .uss_eshop_block_item a.add_to_cart.already_in_cart {
  border-color: #E2E4E6;
}
.colorStyle2 .position .uss_eshop_block_item a.add_to_cart.already_in_cart:before {
  background-image: url('../img/k4_2/already-btn.png');
}
.colorStyle2 .position .uss_eshop_block_item a.add_to_cart:hover {
  border-color: #db3c3a !important;
  background-color: #db3c3a;
  color: #ffffff;
}
.colorStyle2 .position .uss_eshop_block_item a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
.colorStyle2 .position .uss_eshop_block_item:hover {
  border-color: #db3c3a;
}
.colorStyle2 .aside-block .uss_eshop_block_item .uss_price_cart_btn_wrap a.add_to_cart {
  border-color: #db3c3a;
  background: transparent;
  color: #db3c3a;
}
.colorStyle2 .aside-block .uss_eshop_block_item .uss_price_cart_btn_wrap a.add_to_cart:before {
  background-image: url('../img/k4_2/cart.png');
}
.colorStyle2 .aside-block .uss_eshop_block_item .uss_price_cart_btn_wrap a.add_to_cart:hover {
  border-color: #db3c3a;
  background-color: #db3c3a;
  color: #ffffff;
}
.colorStyle2 .aside-block .uss_eshop_block_item:hover {
  border-color: #db3c3a;
}
.colorStyle2 .bg-type4 {
  color: #e2e4e6;
}
.colorStyle2 .bg-type4 .h3 {
  border-color: #e2e4e6;
}
.colorStyle2 .bg-type4 form .group:not(.end) .fc_item .elem_item input.styler,
.colorStyle2 .bg-type4 form .group:not(.end) .fc_item .elem_item textarea.styler {
  border-color: #e2e4e6;
}
.colorStyle2 .bg-type4 form .group:not(.end) .fc_item .elem_item input.styler::-webkit-input-placeholder,
.colorStyle2 .bg-type4 form .group:not(.end) .fc_item .elem_item textarea.styler::-webkit-input-placeholder {
  color: #e2e4e6;
}
.colorStyle2 .bg-type4 form .group:not(.end) .fc_item .elem_item input.styler::-moz-placeholder,
.colorStyle2 .bg-type4 form .group:not(.end) .fc_item .elem_item textarea.styler::-moz-placeholder {
  color: #e2e4e6;
}
.colorStyle2 .bg-type4 form .group:not(.end) .fc_item .elem_item input.styler:-moz-placeholder,
.colorStyle2 .bg-type4 form .group:not(.end) .fc_item .elem_item textarea.styler:-moz-placeholder {
  color: #e2e4e6;
}
.colorStyle2 .bg-type4 form .group:not(.end) .fc_item .elem_item input.styler:-ms-input-placeholder,
.colorStyle2 .bg-type4 form .group:not(.end) .fc_item .elem_item textarea.styler:-ms-input-placeholder {
  color: #e2e4e6;
}
.colorStyle2 .uss_autocomplete_results .ac_over {
  background-color: #fb9900;
}
.colorStyle2 .uss_pagenator .uss_page_num span.uss_page,
.colorStyle2 .uss_pagenator .uss_page_num span.uss_10_pages_forward,
.colorStyle2 .uss_pagenator .uss_page_num span.uss_10_pages_bac,
.colorStyle2 .uss_pagenator .uss_page_num span.uss_page_forward {
  border: 2px solid #dedade;
}
.colorStyle2 .uss_pagenator .uss_page_num span.uss_page:hover,
.colorStyle2 .uss_pagenator .uss_page_num span.uss_10_pages_forward:hover,
.colorStyle2 .uss_pagenator .uss_page_num span.uss_10_pages_bac:hover,
.colorStyle2 .uss_pagenator .uss_page_num span.uss_page_forward:hover {
  border-color: #fb9900;
}
.colorStyle2 .uss_pagenator .uss_page_num span.uss_page.uss_page_selected,
.colorStyle2 .uss_pagenator .uss_page_num span.uss_10_pages_forward.uss_page_selected,
.colorStyle2 .uss_pagenator .uss_page_num span.uss_10_pages_bac.uss_page_selected,
.colorStyle2 .uss_pagenator .uss_page_num span.uss_page_forward.uss_page_selected {
  border-color: #fb9900;
  color: #333;
}
.colorStyle2 .information ul li .submenu li a {
  color: #ec950d;
}
.colorStyle2 .uss_adv_img_list_item.uss_ail_point span {
  background-color: #e3dfe4;
}
.colorStyle2 .uss_adv_img_list_item.uss_ail_point.active span {
  background-color: #ec950d;
}
.colorStyle2 .uss_adv_img_list_item.uss_ail_point.active span {
  background: #db3c3a;
}
@media (max-width: 1000px) {
  .colorStyle2 .container .aside .aside-catalog-opener {
    color: #ffffff;
    background: #fb9900;
    position: relative;
  }
}
@media (max-width: 700px) {
  .colorStyle2 .adaptive-full-screen .call_me {
    background-image: -webkit-gradient(linear, left top, right top, from(#333034), to(#5a575b));
    background-image: linear-gradient(90deg, #333034, #5a575b);
    color: #ffffff;
  }
  .colorStyle2 .adaptive-full-screen .menu {
    background-image: -webkit-gradient(linear, left top, right top, from(#333034), to(#5a575b));
    background-image: linear-gradient(90deg, #333034, #5a575b);
    color: #ffffff;
  }
  .colorStyle2 .adaptive-full-screen .menu a {
    color: #fff !important;
  }
  .colorStyle2 .news.block .news_block_item:nth-of-type(even) .image:after {
    border-right-color: #ffffff;
    border-left-color: transparent;
  }
  .colorStyle2 .news.block .news_block_item:nth-of-type(even) .image:before {
    border-right-color: #ffffff;
    border-left-color: transparent;
  }
      .uss_catalog_detail .catalog_preview_bottom .uss_img_ico, .uss_catalog_detail .catalog_preview_end .uss_img_ico {
    display: flex;
    margin: 5px 5px 5px 0;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .colorStyle2 .header .left .basket > div > div .amounts #uss_block_basket_amount {
    background: #ec950d;
    color: #b5edff;
  }
  .colorStyle2 .header .left .basket > div.empty:after {
    background: #ec950d;
    color: #b5edff;
  }
}
.colorStyle3 {
  /*slider*/
  /*header*/
  /*menu */
  /*service*/
  /*block*/
  /*@quote_background : url(./../img/q-start.png) left center no-repeat, url(./../img/q-end.png) right center no-repeat;*/
  /*about block*/
  /*news block*/
  /*review*/
  /*main*/
  /*aside*/
  /*singlepage*/
  /*big-map*/
  /*footer*/
  /*uss_shop_blocks_view*/
  /*eshop_category*/
  /*uss_catalog_block_cat*/
  /*uss_catalog_list_cat:not(.uss_catalog_sidebar)*/
  /*uss_shop_list_cat*/
  /*main-orderbutton*/
  /*form*/
  /*radio*/
  /*checkbox*/
  /*selectbox*/
  /*buy_one_click_form_tml*/
  /*inline-form*/
  /*uss_shop_detail*/
  /*uss_tabs*/
  /*h_op*/
  /*uss_eshop_sameproducts*/
  /*uss_guestbook*/
  /*where_to_go_block*/
  /*decore-list */
  /*.uss_eshop_sameproducts.list {
		a.add_to_cart {
			border-color: @onepos_addtocart_border_color;
			color: @addtocart_color;
			&:before {
				background-image: url('./../img@{path}cart.png');
			}
			&.already_in_cart {
				&:before {
					background-image: url('./../img@{path}already-btn.png');
				}
			}
			&:hover {
				background: @onepos_addtocart_hover_background;
				color: @onepos_addtocart_hover_color;
				border-color: @onepos_addtocart_hover_background !important;
				&:before {
					-webkit-filter: brightness(100);
					filter: brightness(100);
				}
			}
		}
	}*/
  /*.header .burger.notInViewPort {
		border-color: @link_text_color;
		span {
			background-color: @link_text_color;
		}
	}*/
}
.colorStyle3 .bg-type3 {
  background: #BF162B;
}
.colorStyle3 #wrap {
  color: #333333;
}
.colorStyle3 a {
  color: #bf162b;
}
.colorStyle3 .slider .slides .slide .caption {
  color: #ffffff;
}
.colorStyle3 .slider .slides .slide .caption:after {
  background: -webkit-gradient(linear, left top, right top, from(#1c1c1c), to(#424242));
  background: linear-gradient(90deg, #1c1c1c, #424242);
}
.colorStyle3 .slider .slides .slick-arrow.slick-prev {
  background: url('../img/k4_3/slider-prev.png') center no-repeat;
}
.colorStyle3 .slider .slides .slick-arrow.slick-next {
  background: url('../img/k4_3/slider-next.png') center no-repeat;
}
.colorStyle3 .slider .slides .slick-dots li button {
  background: url('../img/k4_3/position-dot.png') center no-repeat;
}
.colorStyle3 .slider .slides .slick-dots li.slick-active button {
  background: url('../img/k4_3/position-dot-active.png') center no-repeat;
}
@media (max-width: 500px) {
  .colorStyle3 .slider {
    background: -webkit-gradient(linear, left top, right top, from(#1c1c1c), to(#424242));
    background: linear-gradient(90deg, #1c1c1c, #424242);
  }
}
.colorStyle3 .header {
  color: #ffffff;
}
.colorStyle3 .header .contacts a {
  color: #fff;
}
.colorStyle3 .header .row + .row {
  border-color: rgba(255, 255, 255, 0.2);
}
.colorStyle3 .header .call_me {
  color: #ffffff;
}
.colorStyle3 .header .call_me a {
  color: inherit;
}
.colorStyle3 .header .call_me a:before {
  background-image: url('../img/k4_3/call-me.png');
}
.colorStyle3 .header .auth {
  color: #ffffff;
}
.colorStyle3 .header .auth .enter a {
  background-image: url('../img/k4_3/enter.png');
  color: inherit;
}
.colorStyle3 .header .auth .enter a:after {
  background: rgba(255, 255, 255, 0.3);
}
.colorStyle3 .header .auth .registration a {
  background-image: url('../img/k4_3/enter.png');
  color: inherit;
}
.colorStyle3 .header .auth .registration a:after {
  background: rgba(255, 255, 255, 0.3);
}
.colorStyle3 .header .basket {
  color: #ffffff;
}
.colorStyle3 .header .basket:hover {
  color: #ffffff;
}
.colorStyle3 .header .basket > div:before {
  background-image: url('../img/k4_3/basket.png');
}
.colorStyle3 .header .search .uss_site_search .uss_input_name {
  border-color: rgba(255, 255, 255, 0.5);
  color: #6a6b74;
}
.colorStyle3 .header .search .uss_site_search .uss_input_name:focus {
  border-color: #bf162b;
}
.colorStyle3 .header .search .uss_site_search .uss_submit {
  background-image: url('../img/k4_3/search-icon.png');
}
.colorStyle3 .menu ul li a {
  color: #ffffff;
}
.colorStyle3 .menu ul li a:after {
  background: rgba(255, 255, 255, 0.3);
}
.colorStyle3 .menu ul li:hover,
.colorStyle3 .menu ul li.active,
.colorStyle3 .menu ul li.clicked {
  background: #bf162b;
}
.colorStyle3 .menu ul li:hover a,
.colorStyle3 .menu ul li.active a,
.colorStyle3 .menu ul li.clicked a {
  color: #ffffff;
}
.colorStyle3 .menu .submenu {
  background: #bf162b;
}
.colorStyle3.mainpage .service-block .uss_shop_block_cat .uss_shop_category:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle3.mainpage .service-block .uss_shop_block_cat .uss_shop_category:hover:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(191, 22, 43, 0.8)), to(rgba(191, 22, 43, 0.8))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(191, 22, 43, 0.8), rgba(191, 22, 43, 0.8)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle3.mainpage .service-block .uss_shop_block_cat .uss_shop_category .uss_shop_cat_name a {
  color: #ffffff;
}
.colorStyle3.mainpage .service-block .uss_shop_block_cat .uss_shop_category .uss_shop_cat_text {
  color: #ffffff;
}
.colorStyle3.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle3.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category:hover:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(191, 22, 43, 0.8)), to(rgba(191, 22, 43, 0.8))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(191, 22, 43, 0.8), rgba(191, 22, 43, 0.8)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle3.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category .uss_catalog_cat_name a {
  color: #ffffff;
}
.colorStyle3.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category .uss_shop_cat_text {
  color: #ffffff;
}
.colorStyle3.mainpage .service-block .uss_eshop_menu li > a {
  color: #ffffff;
}
.colorStyle3.mainpage .service-block .uss_eshop_menu li:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle3.mainpage .service-block .uss_eshop_menu li:hover:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(191, 22, 43, 0.8)), to(rgba(191, 22, 43, 0.8))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(191, 22, 43, 0.8), rgba(191, 22, 43, 0.8)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle3.mainpage .service-block .catalog_menu li .catalog_menu_item > a {
  color: #ffffff;
}
.colorStyle3.mainpage .service-block .catalog_menu li .catalog_menu_item:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle3.mainpage .service-block .catalog_menu li .catalog_menu_item:hover:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(191, 22, 43, 0.8)), to(rgba(191, 22, 43, 0.8))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(191, 22, 43, 0.8), rgba(191, 22, 43, 0.8)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle3.mainpage .service-block .section.section_catalog .uss_catalog_block_cat .uss_catalog_category .catalog_info .uss_catalog_cat_name a {
  color: #ffffff;
}
.colorStyle3.mainpage .service-block .section.section_catalog .uss_catalog_block_cat .uss_catalog_category .catalog_info .uss_catlog_cat_anons {
  color: #ffffff;
}
.colorStyle3.mainpage .service-block .section.section_catalog .uss_catalog_block_cat .uss_catalog_category:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle3.mainpage .service-block .section.section_catalog .uss_catalog_block_cat .uss_catalog_category:hover:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(191, 22, 43, 0.8)), to(rgba(191, 22, 43, 0.8))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(191, 22, 43, 0.8), rgba(191, 22, 43, 0.8)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle3 .block.bg-type1 {
  background: #e9e9e9;
}
.colorStyle3 .block.bg-type2 {
  background: #bf162b;
}
.colorStyle3 .block.bg-type3 {
  background: #bf162b;
}
.colorStyle3 .block.type1 {
  color: #333333;
}
.colorStyle3 .block.type2 .h3 {
  color: #ffffff;
}
.colorStyle3 .block.type2 .h3 a:hover:after {
  background-color: #4a464a;
}
.colorStyle3 .block .h3 a:after {
  background: #4a464a;
  color: #fff;
}
.colorStyle3 .news.block .news_block_item .image:after {
  border-right-color: #ffffff;
}
.colorStyle3 .news.block .news_block_item .image:before {
  border-right-color: #ffffff;
}
.colorStyle3 .news.block .news_block_item .info .date {
  color: #b9b5ba;
  background-image: url('../img/k4_3/clock.png');
}
.colorStyle3 .news.block .news_block_item .info .title a {
  color: #bf162b;
}
.colorStyle3 .news.block .news_block_item .info .title a span {
  border-bottom-color: #df8a95;
}
.colorStyle3 .news.block .news_block_item:nth-of-type(even) {
  background: radial-gradient(circle at 15% 110%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0)), #bf162b;
}
.colorStyle3 .news.block .news_block_item:nth-of-type(even) .image:after {
  border-left-color: #bf162b;
}
.colorStyle3 .news.block .news_block_item:nth-of-type(even) .image:before {
  border-left-color: #bf162b;
}
.colorStyle3 .news.block .news_block_item:nth-of-type(even) .info .date {
  color: rgba(255, 255, 255, 0.5);
  background-image: url('../img/k4_3/clock-alt.png');
}
.colorStyle3 .news.block .news_block_item:nth-of-type(even) .info .title {
  color: #ffffff;
}
.colorStyle3 .news.block .news_block_item:nth-of-type(even) .info .title a {
  color: inherit;
}
.colorStyle3 .news.block .news_block_item:nth-of-type(even) .info .title a span {
  border-bottom-color: #df8b96;
}
.colorStyle3 .news.block .news_block_item:nth-of-type(even) .info .preview {
  color: #ffffff;
}
.colorStyle3 .review .news_block_item {
  background: #ffffff;
}
.colorStyle3 .review .news_block_item .image a:after {
  border-right-color: #ffffff;
}
.colorStyle3 .review .news_block_item .info {
  background: url(../img/q-small-start.png) 30px calc(100% - 41px) no-repeat, url(../img/q-small-end.png) calc(100% - 40px) 96px no-repeat;
}
.colorStyle3 .review .news_block_item .info .title {
  color: #bf162b;
}
.colorStyle3 .review .slick-dots li button {
  background: url('../img/k4_3/position-dot.png') center no-repeat;
}
.colorStyle3 .review .slick-dots li.slick-active button {
  background: url('../img/k4_3/position-dot-active.png') center no-repeat;
}
.colorStyle3 .container .content h1 {
  border-bottom-color: #e2e4e6;
}
.colorStyle3 .container .content .uss_shop_block_cat .uss_shop_category {
  border-color: #e2e4e6;
}
.colorStyle3 .container .content .uss_shop_block_cat .uss_shop_category:hover {
  border-color: #bf162b;
}
.colorStyle3 .container .content .uss_eshop_filters_block .filter_submit input[type=submit].styler {
  background: #bf162b;
  color: #fff;
}
.colorStyle3 .container .bread .bread-sup {
  background-image: url('../img/k4_3/aside-submenu-active.png');
}
.colorStyle3 .aside-block .h3 {
  border-bottom-color: #e2e4e6;
}
.colorStyle3 .aside-block.aside-menu .h3 {
  background: #bf162b;
}
.colorStyle3 .aside-block.aside-menu ul li:hover > a,
.colorStyle3 .aside-block.aside-menu ul li.active > a {
  color: #333333;
}
.colorStyle3 .aside-block.aside-menu ul li .submenu li a {
  color: inherit;
  background-image: url('../img/k4_3/aside-submenu-active.png');
}
.colorStyle3 .aside-block.aside-menu ul li .submenu li:hover > a {
  color: #bf162b;
  background-image: url('../img/k4_3/aside-submenu.png');
}
.colorStyle3 .aside-block .news_block_item {
  border-bottom-color: #e2e4e6;
}
.colorStyle3 .aside-block .news_block_item .info .date {
  color: #a6a6a6;
  background-image: url('../img/k4_3/clock.png');
}
.colorStyle3.singlepage .header {
  background: #1e1e20;
}
.colorStyle3 .big-map .contacts-block {
  background: rgba(255, 255, 255, .9);
}
.colorStyle3 .footer {
  background: #2c2c2c;
  color: #ffffff;
}
.colorStyle3 .footer a {
  color: #9e9e9e;
}
.colorStyle3 .footer .menu ul li a {
  color: #ffffff;
}
.colorStyle3 .footer .menu ul li a:after {
  background: rgba(255, 255, 255, 0.3);
}
.colorStyle3 .footer .menu ul li:hover,
.colorStyle3 .footer .menu ul li.active {
  background: #bf162b;
}
.colorStyle3 .footer .menu ul li:hover a,
.colorStyle3 .footer .menu ul li.active a {
  color: #ffffff;
}
.colorStyle3.singlepage .uss_shop_blocks_view .uss_eshop_item {
  border-color: #e2e4e6;
}
.colorStyle3.singlepage .uss_shop_blocks_view .uss_eshop_item .uss_shop_price span.old_price {
  color: #747b82;
}
.colorStyle3.singlepage .uss_shop_blocks_view .uss_eshop_item > .uss_shop_by a.add_to_cart,
.colorStyle3.singlepage .uss_shop_blocks_view .uss_eshop_item .price_buy_wrap a.add_to_cart {
  border-color: #bf162b;
  color: inherit;
}
.colorStyle3.singlepage .uss_shop_blocks_view .uss_eshop_item > .uss_shop_by a.add_to_cart:before,
.colorStyle3.singlepage .uss_shop_blocks_view .uss_eshop_item .price_buy_wrap a.add_to_cart:before {
  background-image: url('../img/k4_3/cart.png');
}
.colorStyle3.singlepage .uss_shop_blocks_view .uss_eshop_item > .uss_shop_by a.add_to_cart.already_in_cart:before,
.colorStyle3.singlepage .uss_shop_blocks_view .uss_eshop_item .price_buy_wrap a.add_to_cart.already_in_cart:before {
  background-image: url('../img/k4_3/already-btn.png');
}
.colorStyle3.singlepage .uss_shop_blocks_view .uss_eshop_item > .uss_shop_by a.add_to_cart:hover,
.colorStyle3.singlepage .uss_shop_blocks_view .uss_eshop_item .price_buy_wrap a.add_to_cart:hover {
  background: #bf162b;
  color: #ffffff;
  border-color: #bf162b !important;
}
.colorStyle3.singlepage .uss_shop_blocks_view .uss_eshop_item > .uss_shop_by a.add_to_cart:hover:before,
.colorStyle3.singlepage .uss_shop_blocks_view .uss_eshop_item .price_buy_wrap a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.colorStyle3.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns {
  border-bottom-color: #e2e4e6;
  border-top-color: #e2e4e6;
}
.colorStyle3.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns a {
  border-bottom-color: style_border_color;
}
.colorStyle3.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns a.already_in_compare:after,
.colorStyle3.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns a.already_in_wish:after {
  background-color: #bf162b;
}
.colorStyle3.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns .uss_shop_by a {
  background-image: url('../img/k4_3/fast-buy.png');
}
.colorStyle3.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns .uss_compare_by a.add_to_compare {
  background-image: url('../img/k4_3/compare.png');
}
.colorStyle3.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns .uss_shop_put_wrap .uss_shop_put a {
  background-image: url('../img/k4_3/fav.png');
}
.colorStyle3.singlepage .uss_shop_list_view .uss_eshop_item {
  border-color: #e2e4e6;
}
.colorStyle3.singlepage .uss_shop_list_view .uss_eshop_item .uss_shop_price span.old_price {
  color: #747b82;
}
.colorStyle3.singlepage .uss_shop_list_view .uss_eshop_item > .uss_shop_by a.add_to_cart,
.colorStyle3.singlepage .uss_shop_list_view .uss_eshop_item .price_buy_wrap a.add_to_cart {
  border-color: #bf162b;
  color: inherit;
}
.colorStyle3.singlepage .uss_shop_list_view .uss_eshop_item > .uss_shop_by a.add_to_cart:before,
.colorStyle3.singlepage .uss_shop_list_view .uss_eshop_item .price_buy_wrap a.add_to_cart:before {
  background-image: url('../img/k4_3/cart.png');
}
.colorStyle3.singlepage .uss_shop_list_view .uss_eshop_item > .uss_shop_by a.add_to_cart:hover,
.colorStyle3.singlepage .uss_shop_list_view .uss_eshop_item .price_buy_wrap a.add_to_cart:hover {
  background: #bf162b;
  color: #ffffff;
}
.colorStyle3.singlepage .uss_shop_list_view .uss_eshop_item > .uss_shop_by a.add_to_cart:hover:before,
.colorStyle3.singlepage .uss_shop_list_view .uss_eshop_item .price_buy_wrap a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.colorStyle3.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns {
  border-bottom-color: #e2e4e6;
  border-top-color: #e2e4e6;
}
.colorStyle3.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns > *:hover {
  border-color: #bf162b;
}
.colorStyle3.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns a {
  border-bottom-color: style_border_color;
}
.colorStyle3.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns a:hover {
  border-bottom-color: #bf162b;
}
.colorStyle3.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns .uss_shop_by a {
  background-image: url('../img/k4_3/fast-buy.png');
}
.colorStyle3.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns .uss_compare_by a.add_to_compare {
  background-image: url('../img/k4_3/compare.png');
}
.colorStyle3.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns .uss_shop_put_wrap .uss_shop_put a {
  background-image: url('../img/k4_3/fav.png');
}
.colorStyle3.singlepage .uss_shop_list_view .uss_eshop_item:hover {
  border-color: #bf162b;
}
.colorStyle3.singlepage .uss_catalog_block_cat .uss_catalog_category {
  border-color: #e2e4e6;
}
.colorStyle3.singlepage .uss_catalog_block_cat .uss_catalog_category .catalog_orderbutton {
  background: #ffffff;
  border-color: #bf162b;
  color: inherit;
}
.colorStyle3.singlepage .uss_catalog_block_cat .uss_catalog_category .catalog_orderbutton:hover {
  background: #bf162b;
  color: #ffffff;
}
.colorStyle3.singlepage .uss_catalog_sidebar .uss_catalog_category {
  border-color: #e2e4e6;
}
.colorStyle3.singlepage .uss_catalog_sidebar .uss_catalog_category .catalog_orderbutton {
  background: #ffffff;
  border-color: #bf162b;
  color: inherit;
}
.colorStyle3.singlepage .uss_catalog_sidebar .uss_catalog_category .catalog_orderbutton:hover {
  background: #bf162b;
  color: #ffffff;
}
.colorStyle3.singlepage .uss_catalog_list_cat:not(.uss_catalog_sidebar) .uss_catalog_category {
  border-color: #e2e4e6;
}
.colorStyle3.singlepage .uss_catalog_list_cat:not(.uss_catalog_sidebar) .uss_catalog_category .catalog_orderbutton {
  background: #ffffff;
  border-color: #bf162b;
  color: inherit;
}
.colorStyle3.singlepage .uss_catalog_list_cat:not(.uss_catalog_sidebar) .uss_catalog_category .catalog_orderbutton:hover {
  background: #bf162b;
  color: #ffffff;
}
.colorStyle3.singlepage .uss_catalog_list_cat:not(.uss_catalog_sidebar) .uss_catalog_category:hover {
  border-color: #bf162b;
}
.colorStyle3.singlepage .uss_shop_list_cat .uss_shop_category {
  border-color: #e2e4e6;
}
.colorStyle3.singlepage .uss_shop_list_cat .uss_shop_category:hover {
  border-color: #bf162b;
}
.colorStyle3 table.uss_shoppos_table a.add_to_cart:not(.buy_one_click) {
  border-color: #bf162b;
  color: inherit;
  -webkit-transition: none;
  transition: none;
}
.colorStyle3 table.uss_shoppos_table a.add_to_cart:not(.buy_one_click):before {
  background-image: url('../img/k4_3/cart.png');
}
.colorStyle3 table.uss_shoppos_table a.add_to_cart:not(.buy_one_click):hover {
  background: #bf162b;
  color: #ffffff;
}
.colorStyle3 table.uss_shoppos_table a.add_to_cart:not(.buy_one_click):hover:before {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
.colorStyle3 table.uss_shoppos_table .buy_btns a {
  -webkit-transition: none;
  transition: none;
  color: #9e9e9e;
  border-color: #9e9e9e;
}
.colorStyle3 table.uss_shoppos_table .buy_btns a:hover,
.colorStyle3 table.uss_shoppos_table .buy_btns a.already_in_compare,
.colorStyle3 table.uss_shoppos_table .buy_btns a.already_in_wish {
  border-color: #bf162b;
  color: #bf162b;
}
.colorStyle3 table.uss_shoppos_table .buy_btns .uss_shop_by:hover {
  border-color: #bf162b;
}
.colorStyle3 table.uss_shoppos_table .buy_btns .uss_shop_by:hover a {
  -webkit-transition: none;
  transition: none;
  background-image: url('../img/k4_3/fast-buy-mini.png');
}
.colorStyle3 table.uss_shoppos_table .buy_btns .uss_compare_by:hover {
  border-color: #bf162b;
}
.colorStyle3 table.uss_shoppos_table .buy_btns .uss_compare_by:hover a.add_to_compare {
  -webkit-transition: none;
  transition: none;
  background-image: url('../img/k4_3/compare-mini.png');
}
.colorStyle3 table.uss_shoppos_table .buy_btns .add_to_wishlist:hover {
  border-color: #bf162b;
}
.colorStyle3 table.uss_shoppos_table .buy_btns .add_to_wishlist:hover a {
  -webkit-transition: none;
  transition: none;
  background-image: url('../img/k4_3/fav-mini.png');
}
.colorStyle3 .uss_catalog_sidebar .catalog_orderbutton,
.colorStyle3 .uss_catalog_block_cat .catalog_orderbutton,
.colorStyle3 .uss_catalog_detail .catalog_orderbutton,
.colorStyle3 .uss_catalog_list_cat:not(.uss_catalog_sidebar) .catalog_orderbutton {
  background: #ffffff;
  border-color: #bf162b;
  color: inherit;
}
.colorStyle3 .uss_catalog_sidebar .catalog_orderbutton:hover,
.colorStyle3 .uss_catalog_block_cat .catalog_orderbutton:hover,
.colorStyle3 .uss_catalog_detail .catalog_orderbutton:hover,
.colorStyle3 .uss_catalog_list_cat:not(.uss_catalog_sidebar) .catalog_orderbutton:hover {
  background: #bf162b;
  color: #ffffff;
}
.colorStyle3 form input[type='text'],
.colorStyle3 form.form_styler input[type='text'],
.colorStyle3 form input.styler[type='text'],
.colorStyle3 form.form_styler input.styler[type='text'],
.colorStyle3 form input[type='password'],
.colorStyle3 form.form_styler input[type='password'],
.colorStyle3 form input.styler[type='password'],
.colorStyle3 form.form_styler input.styler[type='password'],
.colorStyle3 form input[type='email'],
.colorStyle3 form.form_styler input[type='email'],
.colorStyle3 form input.styler[type='email'],
.colorStyle3 form.form_styler input.styler[type='email'] {
  border-color: #cccdcf;
}
.colorStyle3 form input[type='text']:focus,
.colorStyle3 form.form_styler input[type='text']:focus,
.colorStyle3 form input.styler[type='text']:focus,
.colorStyle3 form.form_styler input.styler[type='text']:focus,
.colorStyle3 form input[type='password']:focus,
.colorStyle3 form.form_styler input[type='password']:focus,
.colorStyle3 form input.styler[type='password']:focus,
.colorStyle3 form.form_styler input.styler[type='password']:focus,
.colorStyle3 form input[type='email']:focus,
.colorStyle3 form.form_styler input[type='email']:focus,
.colorStyle3 form input.styler[type='email']:focus,
.colorStyle3 form.form_styler input.styler[type='email']:focus {
  border-color: #bf162b;
}
.colorStyle3 form textarea,
.colorStyle3 form.form_styler textarea,
.colorStyle3 form textarea.styler,
.colorStyle3 form.form_styler textarea.styler {
  border-color: #cccdcf;
}
.colorStyle3 form textarea:focus,
.colorStyle3 form.form_styler textarea:focus,
.colorStyle3 form textarea.styler:focus,
.colorStyle3 form.form_styler textarea.styler:focus {
  border-color: #bf162b;
}
.colorStyle3 form input[type=submit],
.colorStyle3 form.form_styler input[type=submit],
.colorStyle3 form input[type=submit].styler,
.colorStyle3 form.form_styler input[type=submit].styler,
.colorStyle3 form button,
.colorStyle3 form.form_styler button,
.colorStyle3 form button.styler,
.colorStyle3 form.form_styler button.styler {
  background: none;
  border-color: #bf162b;
  color: inherit;
}
.colorStyle3 form input[type=submit]:hover,
.colorStyle3 form.form_styler input[type=submit]:hover,
.colorStyle3 form input[type=submit].styler:hover,
.colorStyle3 form.form_styler input[type=submit].styler:hover,
.colorStyle3 form button:hover,
.colorStyle3 form.form_styler button:hover,
.colorStyle3 form button.styler:hover,
.colorStyle3 form.form_styler button.styler:hover {
  background: #bf162b !important;
  color: #ffffff !important;
}
.colorStyle3 .jq-checkbox {
  border-color: #e2e4e6;
}
.colorStyle3 .jq-checkbox.checked {
  border-color: #bf162b;
}
.colorStyle3 .jq-checkbox.checked .jq-checkbox__div {
  background: #bf162b;
}
.colorStyle3 .jq-radio {
  border-color: #cccdcf;
}
.colorStyle3 .jq-radio.checked .jq-radio__div {
  background: #bf162b;
}
.colorStyle3 .jq-selectbox .jq-selectbox__select {
  border-color: #cccdcf;
}
.colorStyle3 .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  border-top-color: #cccdcf;
}
.colorStyle3 .jq-selectbox:hover .jq-selectbox__select {
  border-color: #333;
}
.colorStyle3 .jq-selectbox:hover .jq-selectbox__select .jq-selectbox__trigger {
  border-left-color: #333;
}
.colorStyle3 .jq-selectbox:hover .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  border-top-color: #333;
}
.colorStyle3 .jq-selectbox.opened .jq-selectbox__select .jq-selectbox__trigger {
  border-left-color: #bf162b;
}
.colorStyle3 .jq-selectbox.opened .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  border-top-color: #bf162b;
}
.colorStyle3 .jq-selectbox.jq-selectbox.focused .jq-selectbox__select {
  border-color: #bf162b;
}
.colorStyle3 .buy_one_click_form_tml .uss_onepos_info .uss_shop_price span.old_price {
  color: #747b82;
}
.colorStyle3 .inline-form form .group:not(.end) .fc_item .elem_item input.styler:focus,
.colorStyle3 .inline-form form .group:not(.end) .fc_item .elem_item textarea.styler:focus {
  border-color: #bf162b;
}
.colorStyle3 .uss_shop_detail .uss_shop_technical_data .uss_shop_price .price.old_price {
  color: #747b82;
}
.colorStyle3 .uss_shop_detail .uss_shop_technical_data > .uss_shop_by a.add_to_cart,
.colorStyle3 .uss_shop_detail .uss_shop_technical_data .price_buy_wrap a.add_to_cart {
  border-color: #bf162b;
  color: inherit;
}
.colorStyle3 .uss_shop_detail .uss_shop_technical_data > .uss_shop_by a.add_to_cart:before,
.colorStyle3 .uss_shop_detail .uss_shop_technical_data .price_buy_wrap a.add_to_cart:before {
  background-image: url('../img/k4_3/cart.png');
}
.colorStyle3 .uss_shop_detail .uss_shop_technical_data > .uss_shop_by a.add_to_cart.already_in_cart:before,
.colorStyle3 .uss_shop_detail .uss_shop_technical_data .price_buy_wrap a.add_to_cart.already_in_cart:before {
  background-image: url('../img/k4_3/already-btn.png');
}
.colorStyle3 .uss_shop_detail .uss_shop_technical_data > .uss_shop_by a.add_to_cart:hover,
.colorStyle3 .uss_shop_detail .uss_shop_technical_data .price_buy_wrap a.add_to_cart:hover {
  background: #bf162b;
  color: #ffffff;
  border-color: #bf162b !important;
}
.colorStyle3 .uss_shop_detail .uss_shop_technical_data > .uss_shop_by a.add_to_cart:hover:before,
.colorStyle3 .uss_shop_detail .uss_shop_technical_data .price_buy_wrap a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.colorStyle3 .uss_shop_detail .uss_shop_technical_data .buy_btns a {
  color: #9e9e9e;
  border-color: #9e9e9e;
}
.colorStyle3 .uss_shop_detail .uss_shop_technical_data .buy_btns a:hover,
.colorStyle3 .uss_shop_detail .uss_shop_technical_data .buy_btns a.already_in_compare,
.colorStyle3 .uss_shop_detail .uss_shop_technical_data .buy_btns a.already_in_wish {
  border-color: #bf162b;
  color: #bf162b;
}
.colorStyle3 .uss_shop_detail .uss_shop_technical_data .buy_btns .uss_shop_by a:before {
  background-image: url('../img/k4_3/fast-buy-mini.png');
}
.colorStyle3 .uss_shop_detail .uss_shop_technical_data .buy_btns .uss_compare_by a.add_to_compare:before {
  background-image: url('../img/k4_3/compare-mini.png');
}
.colorStyle3 .uss_shop_detail .uss_shop_technical_data .buy_btns .uss_shop_put_wrap .uss_shop_put a:before {
  background-image: url('../img/k4_3/fav-mini.png');
}
.colorStyle3 div.uss_tabs div.uss_tabs_navigation span {
  border-color: #dedade;
  color: inherit;
}
.colorStyle3 div.uss_tabs div.uss_tabs_navigation span.selected {
  background: #bf162b;
  border-color: #bf162b;
  color: #ffffff;
}
.colorStyle3 div.uss_tabs div.tab_items {
  border-color: #e2e4e6;
}
.colorStyle3 .h_op {
  color: inherit;
  border-bottom-color: #e2e4e6;
}
.colorStyle3 .uss_eshop_sameproducts .item {
  border-color: #e2e4e6;
}
.colorStyle3 .uss_eshop_sameproducts .item .info .price span.old_price {
  color: #747B82;
}
.colorStyle3 .uss_eshop_sameproducts .item .info .addToCart a.add_to_cart {
  border-color: #bf162b;
  color: #333333;
}
.colorStyle3 .uss_eshop_sameproducts .item .info .addToCart a.add_to_cart:before {
  background: url('../img/k4_3/cart.png') center no-repeat;
}
.colorStyle3 .uss_eshop_sameproducts .item .info .addToCart a.add_to_cart.already_in_cart {
  border-color: #E2E4E6;
}
.colorStyle3 .uss_eshop_sameproducts .item .info .addToCart a.add_to_cart.already_in_cart:before {
  background-image: url('../img/k4_3/already-btn.png');
}
.colorStyle3 .uss_eshop_sameproducts .item .info .addToCart a.add_to_cart:hover {
  background: #bf162b;
  color: #ffffff;
  border-color: #bf162b !important;
}
.colorStyle3 .uss_eshop_sameproducts .item .info .addToCart a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.colorStyle3 .uss_guestbook .uss_guestbook_links a {
  border-color: #bf162b;
  color: inherit;
}
.colorStyle3 .uss_guestbook .uss_guestbook_links a:hover {
  background-color: #bf162b;
  color: #ffffff;
}
.colorStyle3 .uss_guestbook .uss_guestbook_item {
  border-color: #e2e4e6;
}
.colorStyle3 #uss_basket_ask_where_to_go_block {
  border-color: #bf162b;
}
.colorStyle3 .decore-list td.num:after {
  background: #bf162b;
}
.colorStyle3 .position.position-block .uss_eshop_block_item:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle3 .position.position-block .uss_eshop_block_item:hover:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(191, 22, 43, 0.8)), to(rgba(191, 22, 43, 0.8))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(191, 22, 43, 0.8), rgba(191, 22, 43, 0.8)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle3 .position .uss_eshop_block_item a.add_to_cart {
  border-color: #bf162b;
  background-color: transparent;
  color: inherit;
}
.colorStyle3 .position .uss_eshop_block_item a.add_to_cart:before {
  background-image: url('../img/k4_3/cart.png');
}
.colorStyle3 .position .uss_eshop_block_item a.add_to_cart.already_in_cart {
  border-color: #E2E4E6;
}
.colorStyle3 .position .uss_eshop_block_item a.add_to_cart.already_in_cart:before {
  background-image: url('../img/k4_3/already-btn.png');
}
.colorStyle3 .position .uss_eshop_block_item a.add_to_cart:hover {
  border-color: #bf162b !important;
  background-color: #bf162b;
  color: #ffffff;
}
.colorStyle3 .position .uss_eshop_block_item a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
.colorStyle3 .position .uss_eshop_block_item:hover {
  border-color: #bf162b;
}
.colorStyle3 .aside-block .uss_eshop_block_item .uss_price_cart_btn_wrap a.add_to_cart {
  border-color: #bf162b;
  background: transparent;
  color: inherit;
}
.colorStyle3 .aside-block .uss_eshop_block_item .uss_price_cart_btn_wrap a.add_to_cart:before {
  background-image: url('../img/k4_3/cart.png');
}
.colorStyle3 .aside-block .uss_eshop_block_item .uss_price_cart_btn_wrap a.add_to_cart:hover {
  border-color: #bf162b;
  background-color: #bf162b;
  color: #ffffff;
}
.colorStyle3 .aside-block .uss_eshop_block_item:hover {
  border-color: #bf162b;
}
.colorStyle3 .bg-type4 {
  color: #e2e4e6;
}
.colorStyle3 .bg-type4 .h3 {
  border-color: #e2e4e6;
}
.colorStyle3 .bg-type4 form .group:not(.end) .fc_item .elem_item input.styler,
.colorStyle3 .bg-type4 form .group:not(.end) .fc_item .elem_item textarea.styler {
  border-color: #e2e4e6;
}
.colorStyle3 .bg-type4 form .group:not(.end) .fc_item .elem_item input.styler::-webkit-input-placeholder,
.colorStyle3 .bg-type4 form .group:not(.end) .fc_item .elem_item textarea.styler::-webkit-input-placeholder {
  color: #e2e4e6;
}
.colorStyle3 .bg-type4 form .group:not(.end) .fc_item .elem_item input.styler::-moz-placeholder,
.colorStyle3 .bg-type4 form .group:not(.end) .fc_item .elem_item textarea.styler::-moz-placeholder {
  color: #e2e4e6;
}
.colorStyle3 .bg-type4 form .group:not(.end) .fc_item .elem_item input.styler:-moz-placeholder,
.colorStyle3 .bg-type4 form .group:not(.end) .fc_item .elem_item textarea.styler:-moz-placeholder {
  color: #e2e4e6;
}
.colorStyle3 .bg-type4 form .group:not(.end) .fc_item .elem_item input.styler:-ms-input-placeholder,
.colorStyle3 .bg-type4 form .group:not(.end) .fc_item .elem_item textarea.styler:-ms-input-placeholder {
  color: #e2e4e6;
}
.colorStyle3 .uss_autocomplete_results .ac_over {
  background-color: #bf162b;
}
.colorStyle3 .uss_pagenator .uss_page_num span.uss_page,
.colorStyle3 .uss_pagenator .uss_page_num span.uss_10_pages_forward,
.colorStyle3 .uss_pagenator .uss_page_num span.uss_10_pages_bac,
.colorStyle3 .uss_pagenator .uss_page_num span.uss_page_forward {
  border: 2px solid #ebeced;
}
.colorStyle3 .uss_pagenator .uss_page_num span.uss_page:hover,
.colorStyle3 .uss_pagenator .uss_page_num span.uss_10_pages_forward:hover,
.colorStyle3 .uss_pagenator .uss_page_num span.uss_10_pages_bac:hover,
.colorStyle3 .uss_pagenator .uss_page_num span.uss_page_forward:hover {
  border-color: #bf162b;
}
.colorStyle3 .uss_pagenator .uss_page_num span.uss_page.uss_page_selected,
.colorStyle3 .uss_pagenator .uss_page_num span.uss_10_pages_forward.uss_page_selected,
.colorStyle3 .uss_pagenator .uss_page_num span.uss_10_pages_bac.uss_page_selected,
.colorStyle3 .uss_pagenator .uss_page_num span.uss_page_forward.uss_page_selected {
  border-color: #bf162b;
  color: #333;
}
.colorStyle3 .information ul li .submenu li a {
  color: #bf162b;
}
.colorStyle3 .uss_adv_img_list_item.uss_ail_point span {
  background-color: #e9e9e9;
}
.colorStyle3 .uss_adv_img_list_item.uss_ail_point.active span {
  background-color: #bf162b;
}
.colorStyle3 .uss_adv_img_list_item.uss_ail_point.active span {
  background: #bf162b;
}
@media (max-width: 1000px) {
  .colorStyle3 .container .aside .aside-catalog-opener {
    color: #ffffff;
    background: #bf162b;
    position: relative;
  }
}
@media (max-width: 700px) {
  .colorStyle3 .adaptive-full-screen .call_me {
    background-image: -webkit-gradient(linear, left top, right top, from(#1c1c1c), to(#424242));
    background-image: linear-gradient(90deg, #1c1c1c, #424242);
    color: #ffffff;
  }
  .colorStyle3 .adaptive-full-screen .menu {
    background-image: -webkit-gradient(linear, left top, right top, from(#1c1c1c), to(#424242));
    background-image: linear-gradient(90deg, #1c1c1c, #424242);
    color: #ffffff;
  }
  .colorStyle3 .adaptive-full-screen .menu a {
    color: #fff !important;
  }
  .colorStyle3 .news.block .news_block_item:nth-of-type(even) .image:after {
    border-right-color: #bf162b;
    border-left-color: transparent;
  }
  .colorStyle3 .news.block .news_block_item:nth-of-type(even) .image:before {
    border-right-color: #bf162b;
    border-left-color: transparent;
  }
}
@media (max-width: 500px) {
  .colorStyle3 .header .left .basket > div > div .amounts #uss_block_basket_amount {
    background: #bf162b;
    color: #ffffff;
  }
  .colorStyle3 .header .left .basket > div.empty:after {
    background: #bf162b;
    color: #ffffff;
  }
}
.colorStyle3 .header .basket:hover {
  color: #bf162b;
}
.colorStyle3 .review .slick-dots li.slick-active button {
  background-image: url(../img/position-dot-active-white.png);
}
.colorStyle3 .uss_catalog_sidebar .catalog_orderbutton:hover {
  border-color: #fff;
}
.colorStyle4 {
  /*slider*/
  /*header*/
  /*menu */
  /*service*/
  /*block*/
  /*@quote_background : url(./../img/q-start.png) left center no-repeat, url(./../img/q-end.png) right center no-repeat;*/
  /*about block*/
  /*news block*/
  /*review*/
  /*main*/
  /*aside*/
  /*singlepage*/
  /*big-map*/
  /*footer*/
  /*uss_shop_blocks_view*/
  /*eshop_category*/
  /*uss_catalog_block_cat*/
  /*uss_catalog_list_cat:not(.uss_catalog_sidebar)*/
  /*uss_shop_list_cat*/
  /*main-orderbutton*/
  /*form*/
  /*radio*/
  /*checkbox*/
  /*selectbox*/
  /*buy_one_click_form_tml*/
  /*inline-form*/
  /*uss_shop_detail*/
  /*uss_tabs*/
  /*h_op*/
  /*uss_eshop_sameproducts*/
  /*uss_guestbook*/
  /*where_to_go_block*/
  /*decore-list */
  /*.uss_eshop_sameproducts.list {
		a.add_to_cart {
			border-color: @onepos_addtocart_border_color;
			color: @addtocart_color;
			&:before {
				background-image: url('./../img@{path}cart.png');
			}
			&.already_in_cart {
				&:before {
					background-image: url('./../img@{path}already-btn.png');
				}
			}
			&:hover {
				background: @onepos_addtocart_hover_background;
				color: @onepos_addtocart_hover_color;
				border-color: @onepos_addtocart_hover_background !important;
				&:before {
					-webkit-filter: brightness(100);
					filter: brightness(100);
				}
			}
		}
	}*/
  /*.header .burger.notInViewPort {
		border-color: @link_text_color;
		span {
			background-color: @link_text_color;
		}
	}*/
}
.colorStyle4 #wrap {
  color: #333333;
}
.colorStyle4 a {
  color: #3975f0;
}
.colorStyle4 .slider .slides .slide .caption {
  color: #ffffff;
}
.colorStyle4 .slider .slides .slide .caption:after {
  background: -webkit-gradient(linear, left top, right top, from(#5c32c4), to(#c46bd7));
  background: linear-gradient(90deg, #5c32c4, #c46bd7);
}
.colorStyle4 .slider .slides .slick-arrow.slick-prev {
  background: url('../img/k4_4/slider-prev.png') center no-repeat;
}
.colorStyle4 .slider .slides .slick-arrow.slick-next {
  background: url('../img/k4_4/slider-next.png') center no-repeat;
}
.colorStyle4 .slider .slides .slick-dots li button {
  background: url('../img/k4_4/position-dot.png') center no-repeat;
}
.colorStyle4 .slider .slides .slick-dots li.slick-active button {
  background: url('../img/k4_4/position-dot-active.png') center no-repeat;
}
@media (max-width: 500px) {
  .colorStyle4 .slider {
    background: -webkit-gradient(linear, left top, right top, from(#5c32c4), to(#c46bd7));
    background: linear-gradient(90deg, #5c32c4, #c46bd7);
  }
}
.colorStyle4 .header {
  color: #ffffff;
}
.colorStyle4 .header .contacts a {
  color: #fff;
}
.colorStyle4 .header .row + .row {
  border-color: rgba(255, 255, 255, 0.2);
}
.colorStyle4 .header .call_me {
  color: #6396ff;
}
.colorStyle4 .header .call_me a {
  color: inherit;
}
.colorStyle4 .header .call_me a:before {
  background-image: url('../img/k4_4/call-me.png');
}
.colorStyle4 .header .auth {
  color: #ffffff;
}
.colorStyle4 .header .auth .enter a {
  background-image: url('../img/k4_4/enter.png');
  color: inherit;
}
.colorStyle4 .header .auth .enter a:after {
  background: rgba(255, 255, 255, 0.3);
}
.colorStyle4 .header .auth .registration a {
  background-image: url('../img/k4_4/enter.png');
  color: inherit;
}
.colorStyle4 .header .auth .registration a:after {
  background: rgba(255, 255, 255, 0.3);
}
.colorStyle4 .header .basket {
  color: #ffffff;
}
.colorStyle4 .header .basket:hover {
  color: #6396ff;
}
.colorStyle4 .header .basket > div:before {
  background-image: url('../img/k4_4/basket.png');
}
.colorStyle4 .header .search .uss_site_search .uss_input_name {
  border-color: rgba(255, 255, 255, 0.5);
  color: #6a6b74;
}
.colorStyle4 .header .search .uss_site_search .uss_input_name:focus {
  border-color: #3975f0;
}
.colorStyle4 .header .search .uss_site_search .uss_submit {
  background-image: url('../img/k4_4/search-icon.png');
}
.colorStyle4 .menu ul li a {
  color: #ffffff;
}
.colorStyle4 .menu ul li a:after {
  background: rgba(255, 255, 255, 0.3);
}
.colorStyle4 .menu ul li:hover,
.colorStyle4 .menu ul li.active,
.colorStyle4 .menu ul li.clicked {
  background: #3975f0;
}
.colorStyle4 .menu ul li:hover a,
.colorStyle4 .menu ul li.active a,
.colorStyle4 .menu ul li.clicked a {
  color: #ffffff;
}
.colorStyle4 .menu .submenu {
  background: #3975f0;
}
.colorStyle4.mainpage .service-block .uss_shop_block_cat .uss_shop_category:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle4.mainpage .service-block .uss_shop_block_cat .uss_shop_category:hover:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(63, 104, 255, 0.8)), to(rgba(63, 104, 255, 0.8))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(63, 104, 255, 0.8), rgba(63, 104, 255, 0.8)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle4.mainpage .service-block .uss_shop_block_cat .uss_shop_category .uss_shop_cat_name a {
  color: #ffffff;
}
.colorStyle4.mainpage .service-block .uss_shop_block_cat .uss_shop_category .uss_shop_cat_text {
  color: #ffffff;
}
.colorStyle4.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle4.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category:hover:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(63, 104, 255, 0.8)), to(rgba(63, 104, 255, 0.8))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(63, 104, 255, 0.8), rgba(63, 104, 255, 0.8)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle4.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category .uss_catalog_cat_name a {
  color: #ffffff;
}
.colorStyle4.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category .uss_shop_cat_text {
  color: #ffffff;
}
.colorStyle4.mainpage .service-block .uss_eshop_menu li > a {
  color: #ffffff;
}
.colorStyle4.mainpage .service-block .uss_eshop_menu li:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle4.mainpage .service-block .uss_eshop_menu li:hover:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(63, 104, 255, 0.8)), to(rgba(63, 104, 255, 0.8))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(63, 104, 255, 0.8), rgba(63, 104, 255, 0.8)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle4.mainpage .service-block .catalog_menu li .catalog_menu_item > a {
  color: #ffffff;
}
.colorStyle4.mainpage .service-block .catalog_menu li .catalog_menu_item:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle4.mainpage .service-block .catalog_menu li .catalog_menu_item:hover:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(63, 104, 255, 0.8)), to(rgba(63, 104, 255, 0.8))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(63, 104, 255, 0.8), rgba(63, 104, 255, 0.8)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle4.mainpage .service-block .section.section_catalog .uss_catalog_block_cat .uss_catalog_category .catalog_info .uss_catalog_cat_name a {
  color: #ffffff;
}
.colorStyle4.mainpage .service-block .section.section_catalog .uss_catalog_block_cat .uss_catalog_category .catalog_info .uss_catlog_cat_anons {
  color: #ffffff;
}
.colorStyle4.mainpage .service-block .section.section_catalog .uss_catalog_block_cat .uss_catalog_category:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle4.mainpage .service-block .section.section_catalog .uss_catalog_block_cat .uss_catalog_category:hover:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(63, 104, 255, 0.8)), to(rgba(63, 104, 255, 0.8))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(63, 104, 255, 0.8), rgba(63, 104, 255, 0.8)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle4 .block.bg-type1 {
  background: #e3dfe4;
}
.colorStyle4 .block.bg-type2 {
  background: #2e2d4d;
}
.colorStyle4 .block.bg-type3 {
  background: #e3dfe4;
}
.colorStyle4 .block.type1 {
  color: #333333;
}
.colorStyle4 .block.type2 .h3 {
  color: #ffffff;
}
.colorStyle4 .block.type2 .h3 a:hover:after {
  background-color: #4a464a;
}
.colorStyle4 .block .h3 a:after {
  background: #4a464a;
  color: #fff;
}
.colorStyle4 .news.block .news_block_item .image:after {
  border-right-color: #ffffff;
}
.colorStyle4 .news.block .news_block_item .image:before {
  border-right-color: #ffffff;
}
.colorStyle4 .news.block .news_block_item .info .date {
  color: rgba(0, 0, 0, 0.3);
  background-image: url('../img/k4_4/clock.png');
}
.colorStyle4 .news.block .news_block_item .info .title a {
  color: #3975f0;
}
.colorStyle4 .news.block .news_block_item .info .title a span {
  border-bottom-color: #9cbaf7;
}
.colorStyle4 .news.block .news_block_item:nth-of-type(even) {
  background: radial-gradient(circle at 15% 110%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0)), #3975f0;
}
.colorStyle4 .news.block .news_block_item:nth-of-type(even) .image:after {
  border-left-color: #3975f0;
}
.colorStyle4 .news.block .news_block_item:nth-of-type(even) .image:before {
  border-left-color: #3975f0;
}
.colorStyle4 .news.block .news_block_item:nth-of-type(even) .info .date {
  color: #a2a0bf;
  background-image: url('../img/k4_4/clock-alt.png');
}
.colorStyle4 .news.block .news_block_item:nth-of-type(even) .info .title {
  color: #ffffff;
}
.colorStyle4 .news.block .news_block_item:nth-of-type(even) .info .title a {
  color: inherit;
}
.colorStyle4 .news.block .news_block_item:nth-of-type(even) .info .title a span {
  border-bottom-color: #8180a7;
}
.colorStyle4 .news.block .news_block_item:nth-of-type(even) .info .preview {
  color: #ffffff;
}
.colorStyle4 .review .news_block_item {
  background: #ffffff;
}
.colorStyle4 .review .news_block_item .image a:after {
  border-right-color: #ffffff;
}
.colorStyle4 .review .news_block_item .info {
  background: url(../img/q-small-start.png) 30px calc(100% - 41px) no-repeat, url(../img/q-small-end.png) calc(100% - 40px) 96px no-repeat;
}
.colorStyle4 .review .news_block_item .info .title {
  color: #3975f0;
}
.colorStyle4 .review .slick-dots li button {
  background: url('../img/k4_4/position-dot.png') center no-repeat;
}
.colorStyle4 .review .slick-dots li.slick-active button {
  background: url('../img/k4_4/position-dot-active.png') center no-repeat;
}
.colorStyle4 .container .content h1 {
  border-bottom-color: #e2e4e6;
}
.colorStyle4 .container .content .uss_shop_block_cat .uss_shop_category {
  border-color: #e2e4e6;
}
.colorStyle4 .container .content .uss_shop_block_cat .uss_shop_category:hover {
  border-color: #3975f0;
}
.colorStyle4 .container .content .uss_eshop_filters_block .filter_submit input[type=submit].styler {
  background: #3975f0;
  color: #fff;
}
.colorStyle4 .container .bread .bread-sup {
  background-image: url('../img/k4_4/aside-submenu-active.png');
}
.colorStyle4 .aside-block .h3 {
  border-bottom-color: #e2e4e6;
}
.colorStyle4 .aside-block.aside-menu .h3 {
  background: #3975f0;
}
.colorStyle4 .aside-block.aside-menu ul li:hover > a,
.colorStyle4 .aside-block.aside-menu ul li.active > a {
  color: #333333;
}
.colorStyle4 .aside-block.aside-menu ul li .submenu li a {
  color: inherit;
  background-image: url('../img/k4_4/aside-submenu-active.png');
}
.colorStyle4 .aside-block.aside-menu ul li .submenu li:hover > a {
  color: #3975f0;
  background-image: url('../img/k4_4/aside-submenu.png');
}
.colorStyle4 .aside-block .news_block_item {
  border-bottom-color: #e2e4e6;
}
.colorStyle4 .aside-block .news_block_item .info .date {
  color: #a6a6a6;
  background-image: url('../img/k4_4/clock.png');
}
.colorStyle4.singlepage .header {
  background: #1e1e20;
}
.colorStyle4 .big-map .contacts-block {
  background: rgba(255, 255, 255, .9);
}
.colorStyle4 .footer {
  background: #2e2d4d;
  color: #ffffff;
}
.colorStyle4 .footer a {
  color: #6396ff;
}
.colorStyle4 .footer .menu ul li a {
  color: #ffffff;
}
.colorStyle4 .footer .menu ul li a:after {
  background: rgba(255, 255, 255, 0.3);
}
.colorStyle4 .footer .menu ul li:hover,
.colorStyle4 .footer .menu ul li.active {
  background: #3975f0;
}
.colorStyle4 .footer .menu ul li:hover a,
.colorStyle4 .footer .menu ul li.active a {
  color: #ffffff;
}
.colorStyle4.singlepage .uss_shop_blocks_view .uss_eshop_item {
  border-color: #e2e4e6;
}
.colorStyle4.singlepage .uss_shop_blocks_view .uss_eshop_item .uss_shop_price span.old_price {
  color: #747b82;
}
.colorStyle4.singlepage .uss_shop_blocks_view .uss_eshop_item > .uss_shop_by a.add_to_cart,
.colorStyle4.singlepage .uss_shop_blocks_view .uss_eshop_item .price_buy_wrap a.add_to_cart {
  border-color: #3975f0;
  color: inherit;
}
.colorStyle4.singlepage .uss_shop_blocks_view .uss_eshop_item > .uss_shop_by a.add_to_cart:before,
.colorStyle4.singlepage .uss_shop_blocks_view .uss_eshop_item .price_buy_wrap a.add_to_cart:before {
  background-image: url('../img/k4_4/cart.png');
}
.colorStyle4.singlepage .uss_shop_blocks_view .uss_eshop_item > .uss_shop_by a.add_to_cart.already_in_cart:before,
.colorStyle4.singlepage .uss_shop_blocks_view .uss_eshop_item .price_buy_wrap a.add_to_cart.already_in_cart:before {
  background-image: url('../img/k4_4/already-btn.png');
}
.colorStyle4.singlepage .uss_shop_blocks_view .uss_eshop_item > .uss_shop_by a.add_to_cart:hover,
.colorStyle4.singlepage .uss_shop_blocks_view .uss_eshop_item .price_buy_wrap a.add_to_cart:hover {
  background: #3975f0;
  color: #ffffff;
  border-color: #3975f0 !important;
}
.colorStyle4.singlepage .uss_shop_blocks_view .uss_eshop_item > .uss_shop_by a.add_to_cart:hover:before,
.colorStyle4.singlepage .uss_shop_blocks_view .uss_eshop_item .price_buy_wrap a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.colorStyle4.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns {
  border-bottom-color: #e2e4e6;
  border-top-color: #e2e4e6;
}
.colorStyle4.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns a {
  border-bottom-color: style_border_color;
}
.colorStyle4.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns a.already_in_compare:after,
.colorStyle4.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns a.already_in_wish:after {
  background-color: #3975f0;
}
.colorStyle4.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns .uss_shop_by a {
  background-image: url('../img/k4_4/fast-buy.png');
}
.colorStyle4.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns .uss_compare_by a.add_to_compare {
  background-image: url('../img/k4_4/compare.png');
}
.colorStyle4.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns .uss_shop_put_wrap .uss_shop_put a {
  background-image: url('../img/k4_4/fav.png');
}
.colorStyle4.singlepage .uss_shop_list_view .uss_eshop_item {
  border-color: #e2e4e6;
}
.colorStyle4.singlepage .uss_shop_list_view .uss_eshop_item .uss_shop_price span.old_price {
  color: #747b82;
}
.colorStyle4.singlepage .uss_shop_list_view .uss_eshop_item > .uss_shop_by a.add_to_cart,
.colorStyle4.singlepage .uss_shop_list_view .uss_eshop_item .price_buy_wrap a.add_to_cart {
  border-color: #3975f0;
  color: inherit;
}
.colorStyle4.singlepage .uss_shop_list_view .uss_eshop_item > .uss_shop_by a.add_to_cart:before,
.colorStyle4.singlepage .uss_shop_list_view .uss_eshop_item .price_buy_wrap a.add_to_cart:before {
  background-image: url('../img/k4_4/cart.png');
}
.colorStyle4.singlepage .uss_shop_list_view .uss_eshop_item > .uss_shop_by a.add_to_cart:hover,
.colorStyle4.singlepage .uss_shop_list_view .uss_eshop_item .price_buy_wrap a.add_to_cart:hover {
  background: #3975f0;
  color: #ffffff;
}
.colorStyle4.singlepage .uss_shop_list_view .uss_eshop_item > .uss_shop_by a.add_to_cart:hover:before,
.colorStyle4.singlepage .uss_shop_list_view .uss_eshop_item .price_buy_wrap a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.colorStyle4.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns {
  border-bottom-color: #e2e4e6;
  border-top-color: #e2e4e6;
}
.colorStyle4.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns > *:hover {
  border-color: #3975f0;
}
.colorStyle4.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns a {
  border-bottom-color: style_border_color;
}
.colorStyle4.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns a:hover {
  border-bottom-color: #3975f0;
}
.colorStyle4.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns .uss_shop_by a {
  background-image: url('../img/k4_4/fast-buy.png');
}
.colorStyle4.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns .uss_compare_by a.add_to_compare {
  background-image: url('../img/k4_4/compare.png');
}
.colorStyle4.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns .uss_shop_put_wrap .uss_shop_put a {
  background-image: url('../img/k4_4/fav.png');
}
.colorStyle4.singlepage .uss_shop_list_view .uss_eshop_item:hover {
  border-color: #3975f0;
}
.colorStyle4.singlepage .uss_catalog_block_cat .uss_catalog_category {
  border-color: #e2e4e6;
}
.colorStyle4.singlepage .uss_catalog_block_cat .uss_catalog_category .catalog_orderbutton {
  background: #ffffff;
  border-color: #3975f0;
  color: inherit;
}
.colorStyle4.singlepage .uss_catalog_block_cat .uss_catalog_category .catalog_orderbutton:hover {
  background: #3975f0;
  color: #ffffff;
}
.colorStyle4.singlepage .uss_catalog_sidebar .uss_catalog_category {
  border-color: #e2e4e6;
}
.colorStyle4.singlepage .uss_catalog_sidebar .uss_catalog_category .catalog_orderbutton {
  background: #ffffff;
  border-color: #3975f0;
  color: inherit;
}
.colorStyle4.singlepage .uss_catalog_sidebar .uss_catalog_category .catalog_orderbutton:hover {
  background: #3975f0;
  color: #ffffff;
}
.colorStyle4.singlepage .uss_catalog_list_cat:not(.uss_catalog_sidebar) .uss_catalog_category {
  border-color: #e2e4e6;
}
.colorStyle4.singlepage .uss_catalog_list_cat:not(.uss_catalog_sidebar) .uss_catalog_category .catalog_orderbutton {
  background: #ffffff;
  border-color: #3975f0;
  color: inherit;
}
.colorStyle4.singlepage .uss_catalog_list_cat:not(.uss_catalog_sidebar) .uss_catalog_category .catalog_orderbutton:hover {
  background: #3975f0;
  color: #ffffff;
}
.colorStyle4.singlepage .uss_catalog_list_cat:not(.uss_catalog_sidebar) .uss_catalog_category:hover {
  border-color: #3975f0;
}
.colorStyle4.singlepage .uss_shop_list_cat .uss_shop_category {
  border-color: #e2e4e6;
}
.colorStyle4.singlepage .uss_shop_list_cat .uss_shop_category:hover {
  border-color: #3975f0;
}
.colorStyle4 table.uss_shoppos_table a.add_to_cart:not(.buy_one_click) {
  border-color: #3975f0;
  color: inherit;
  -webkit-transition: none;
  transition: none;
}
.colorStyle4 table.uss_shoppos_table a.add_to_cart:not(.buy_one_click):before {
  background-image: url('../img/k4_4/cart.png');
}
.colorStyle4 table.uss_shoppos_table a.add_to_cart:not(.buy_one_click):hover {
  background: #3975f0;
  color: #ffffff;
}
.colorStyle4 table.uss_shoppos_table a.add_to_cart:not(.buy_one_click):hover:before {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
.colorStyle4 table.uss_shoppos_table .buy_btns a {
  -webkit-transition: none;
  transition: none;
  color: #9e9e9e;
  border-color: #9e9e9e;
}
.colorStyle4 table.uss_shoppos_table .buy_btns a:hover,
.colorStyle4 table.uss_shoppos_table .buy_btns a.already_in_compare,
.colorStyle4 table.uss_shoppos_table .buy_btns a.already_in_wish {
  border-color: #3975f0;
  color: #3975f0;
}
.colorStyle4 table.uss_shoppos_table .buy_btns .uss_shop_by:hover {
  border-color: #3975f0;
}
.colorStyle4 table.uss_shoppos_table .buy_btns .uss_shop_by:hover a {
  -webkit-transition: none;
  transition: none;
  background-image: url('../img/k4_4/fast-buy-mini.png');
}
.colorStyle4 table.uss_shoppos_table .buy_btns .uss_compare_by:hover {
  border-color: #3975f0;
}
.colorStyle4 table.uss_shoppos_table .buy_btns .uss_compare_by:hover a.add_to_compare {
  -webkit-transition: none;
  transition: none;
  background-image: url('../img/k4_4/compare-mini.png');
}
.colorStyle4 table.uss_shoppos_table .buy_btns .add_to_wishlist:hover {
  border-color: #3975f0;
}
.colorStyle4 table.uss_shoppos_table .buy_btns .add_to_wishlist:hover a {
  -webkit-transition: none;
  transition: none;
  background-image: url('../img/k4_4/fav-mini.png');
}
.colorStyle4 .uss_catalog_sidebar .catalog_orderbutton,
.colorStyle4 .uss_catalog_block_cat .catalog_orderbutton,
.colorStyle4 .uss_catalog_detail .catalog_orderbutton,
.colorStyle4 .uss_catalog_list_cat:not(.uss_catalog_sidebar) .catalog_orderbutton {
  background: #ffffff;
  border-color: #3975f0;
  color: inherit;
}
.colorStyle4 .uss_catalog_sidebar .catalog_orderbutton:hover,
.colorStyle4 .uss_catalog_block_cat .catalog_orderbutton:hover,
.colorStyle4 .uss_catalog_detail .catalog_orderbutton:hover,
.colorStyle4 .uss_catalog_list_cat:not(.uss_catalog_sidebar) .catalog_orderbutton:hover {
  background: #3975f0;
  color: #ffffff;
}
.colorStyle4 form input[type='text'],
.colorStyle4 form.form_styler input[type='text'],
.colorStyle4 form input.styler[type='text'],
.colorStyle4 form.form_styler input.styler[type='text'],
.colorStyle4 form input[type='password'],
.colorStyle4 form.form_styler input[type='password'],
.colorStyle4 form input.styler[type='password'],
.colorStyle4 form.form_styler input.styler[type='password'],
.colorStyle4 form input[type='email'],
.colorStyle4 form.form_styler input[type='email'],
.colorStyle4 form input.styler[type='email'],
.colorStyle4 form.form_styler input.styler[type='email'] {
  border-color: #e2e4e6;
}
.colorStyle4 form input[type='text']:focus,
.colorStyle4 form.form_styler input[type='text']:focus,
.colorStyle4 form input.styler[type='text']:focus,
.colorStyle4 form.form_styler input.styler[type='text']:focus,
.colorStyle4 form input[type='password']:focus,
.colorStyle4 form.form_styler input[type='password']:focus,
.colorStyle4 form input.styler[type='password']:focus,
.colorStyle4 form.form_styler input.styler[type='password']:focus,
.colorStyle4 form input[type='email']:focus,
.colorStyle4 form.form_styler input[type='email']:focus,
.colorStyle4 form input.styler[type='email']:focus,
.colorStyle4 form.form_styler input.styler[type='email']:focus {
  border-color: #3975f0;
}
.colorStyle4 form textarea,
.colorStyle4 form.form_styler textarea,
.colorStyle4 form textarea.styler,
.colorStyle4 form.form_styler textarea.styler {
  border-color: #e2e4e6;
}
.colorStyle4 form textarea:focus,
.colorStyle4 form.form_styler textarea:focus,
.colorStyle4 form textarea.styler:focus,
.colorStyle4 form.form_styler textarea.styler:focus {
  border-color: #3975f0;
}
.colorStyle4 form input[type=submit],
.colorStyle4 form.form_styler input[type=submit],
.colorStyle4 form input[type=submit].styler,
.colorStyle4 form.form_styler input[type=submit].styler,
.colorStyle4 form button,
.colorStyle4 form.form_styler button,
.colorStyle4 form button.styler,
.colorStyle4 form.form_styler button.styler {
  background: none;
  border-color: #3975f0;
  color: inherit;
}
.colorStyle4 form input[type=submit]:hover,
.colorStyle4 form.form_styler input[type=submit]:hover,
.colorStyle4 form input[type=submit].styler:hover,
.colorStyle4 form.form_styler input[type=submit].styler:hover,
.colorStyle4 form button:hover,
.colorStyle4 form.form_styler button:hover,
.colorStyle4 form button.styler:hover,
.colorStyle4 form.form_styler button.styler:hover {
  background: #3975f0 !important;
  color: #ffffff !important;
}
.colorStyle4 .jq-checkbox {
  border-color: #e2e4e6;
}
.colorStyle4 .jq-checkbox.checked {
  border-color: #3975f0;
}
.colorStyle4 .jq-checkbox.checked .jq-checkbox__div {
  background: #3975f0;
}
.colorStyle4 .jq-radio {
  border-color: #e2e4e6;
}
.colorStyle4 .jq-radio.checked .jq-radio__div {
  background: #3975f0;
}
.colorStyle4 .jq-selectbox .jq-selectbox__select {
  border-color: #e2e4e6;
}
.colorStyle4 .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  border-top-color: #e2e4e6;
}
.colorStyle4 .jq-selectbox:hover .jq-selectbox__select {
  border-color: #333;
}
.colorStyle4 .jq-selectbox:hover .jq-selectbox__select .jq-selectbox__trigger {
  border-left-color: #333;
}
.colorStyle4 .jq-selectbox:hover .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  border-top-color: #333;
}
.colorStyle4 .jq-selectbox.opened .jq-selectbox__select .jq-selectbox__trigger {
  border-left-color: #3975f0;
}
.colorStyle4 .jq-selectbox.opened .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  border-top-color: #3975f0;
}
.colorStyle4 .jq-selectbox.jq-selectbox.focused .jq-selectbox__select {
  border-color: #3975f0;
}
.colorStyle4 .buy_one_click_form_tml .uss_onepos_info .uss_shop_price span.old_price {
  color: #747b82;
}
.colorStyle4 .inline-form form .group:not(.end) .fc_item .elem_item input.styler:focus,
.colorStyle4 .inline-form form .group:not(.end) .fc_item .elem_item textarea.styler:focus {
  border-color: #3975f0;
}
.colorStyle4 .uss_shop_detail .uss_shop_technical_data .uss_shop_price .price.old_price {
  color: #747b82;
}
.colorStyle4 .uss_shop_detail .uss_shop_technical_data > .uss_shop_by a.add_to_cart,
.colorStyle4 .uss_shop_detail .uss_shop_technical_data .price_buy_wrap a.add_to_cart {
  border-color: #3975f0;
  color: inherit;
}
.colorStyle4 .uss_shop_detail .uss_shop_technical_data > .uss_shop_by a.add_to_cart:before,
.colorStyle4 .uss_shop_detail .uss_shop_technical_data .price_buy_wrap a.add_to_cart:before {
  background-image: url('../img/k4_4/cart.png');
}
.colorStyle4 .uss_shop_detail .uss_shop_technical_data > .uss_shop_by a.add_to_cart.already_in_cart:before,
.colorStyle4 .uss_shop_detail .uss_shop_technical_data .price_buy_wrap a.add_to_cart.already_in_cart:before {
  background-image: url('../img/k4_4/already-btn.png');
}
.colorStyle4 .uss_shop_detail .uss_shop_technical_data > .uss_shop_by a.add_to_cart:hover,
.colorStyle4 .uss_shop_detail .uss_shop_technical_data .price_buy_wrap a.add_to_cart:hover {
  background: #3975f0;
  color: #ffffff;
  border-color: #3975f0 !important;
}
.colorStyle4 .uss_shop_detail .uss_shop_technical_data > .uss_shop_by a.add_to_cart:hover:before,
.colorStyle4 .uss_shop_detail .uss_shop_technical_data .price_buy_wrap a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.colorStyle4 .uss_shop_detail .uss_shop_technical_data .buy_btns a {
  color: #9e9e9e;
  border-color: #9e9e9e;
}
.colorStyle4 .uss_shop_detail .uss_shop_technical_data .buy_btns a:hover,
.colorStyle4 .uss_shop_detail .uss_shop_technical_data .buy_btns a.already_in_compare,
.colorStyle4 .uss_shop_detail .uss_shop_technical_data .buy_btns a.already_in_wish {
  border-color: #3975f0;
  color: #3975f0;
}
.colorStyle4 .uss_shop_detail .uss_shop_technical_data .buy_btns .uss_shop_by a:before {
  background-image: url('../img/k4_4/fast-buy-mini.png');
}
.colorStyle4 .uss_shop_detail .uss_shop_technical_data .buy_btns .uss_compare_by a.add_to_compare:before {
  background-image: url('../img/k4_4/compare-mini.png');
}
.colorStyle4 .uss_shop_detail .uss_shop_technical_data .buy_btns .uss_shop_put_wrap .uss_shop_put a:before {
  background-image: url('../img/k4_4/fav-mini.png');
}
.colorStyle4 div.uss_tabs div.uss_tabs_navigation span {
  border-color: #dedade;
  color: inherit;
}
.colorStyle4 div.uss_tabs div.uss_tabs_navigation span.selected {
  background: linear-gradient(45deg, #6134c4, #c169d7);
  border-color: #c46bd7 #c46bd7 #5c32c4 #5c32c4;
  color: #ffffff;
}
.colorStyle4 div.uss_tabs div.tab_items {
  border-color: #e2e4e6;
}
.colorStyle4 .h_op {
  color: inherit;
  border-bottom-color: #e2e4e6;
}
.colorStyle4 .uss_eshop_sameproducts .item {
  border-color: #e2e4e6;
}
.colorStyle4 .uss_eshop_sameproducts .item .info .price span.old_price {
  color: #747B82;
}
.colorStyle4 .uss_eshop_sameproducts .item .info .addToCart a.add_to_cart {
  border-color: #3975f0;
  color: #333333;
}
.colorStyle4 .uss_eshop_sameproducts .item .info .addToCart a.add_to_cart:before {
  background: url('../img/k4_4/cart.png') center no-repeat;
}
.colorStyle4 .uss_eshop_sameproducts .item .info .addToCart a.add_to_cart.already_in_cart {
  border-color: #E2E4E6;
}
.colorStyle4 .uss_eshop_sameproducts .item .info .addToCart a.add_to_cart.already_in_cart:before {
  background-image: url('../img/k4_4/already-btn.png');
}
.colorStyle4 .uss_eshop_sameproducts .item .info .addToCart a.add_to_cart:hover {
  background: #3975f0;
  color: #ffffff;
  border-color: #3975f0 !important;
}
.colorStyle4 .uss_eshop_sameproducts .item .info .addToCart a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.colorStyle4 .uss_guestbook .uss_guestbook_links a {
  border-color: #3975f0;
  color: inherit;
}
.colorStyle4 .uss_guestbook .uss_guestbook_links a:hover {
  background-color: #3975f0;
  color: #ffffff;
}
.colorStyle4 .uss_guestbook .uss_guestbook_item {
  border-color: #e2e4e6;
}
.colorStyle4 #uss_basket_ask_where_to_go_block {
  border-color: #3975f0;
}
.colorStyle4 .decore-list td.num:after {
  background: linear-gradient(45deg, #6134c4, #c169d7);
}
.colorStyle4 .position.position-block .uss_eshop_block_item:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle4 .position.position-block .uss_eshop_block_item:hover:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(63, 104, 255, 0.8)), to(rgba(63, 104, 255, 0.8))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(63, 104, 255, 0.8), rgba(63, 104, 255, 0.8)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle4 .position .uss_eshop_block_item a.add_to_cart {
  border-color: #3975f0;
  background-color: transparent;
  color: inherit;
}
.colorStyle4 .position .uss_eshop_block_item a.add_to_cart:before {
  background-image: url('../img/k4_4/cart.png');
}
.colorStyle4 .position .uss_eshop_block_item a.add_to_cart.already_in_cart {
  border-color: #E2E4E6;
}
.colorStyle4 .position .uss_eshop_block_item a.add_to_cart.already_in_cart:before {
  background-image: url('../img/k4_4/already-btn.png');
}
.colorStyle4 .position .uss_eshop_block_item a.add_to_cart:hover {
  border-color: #3975f0 !important;
  background-color: #3975f0;
  color: #ffffff;
}
.colorStyle4 .position .uss_eshop_block_item a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
.colorStyle4 .position .uss_eshop_block_item:hover {
  border-color: #3975f0;
}
.colorStyle4 .aside-block .uss_eshop_block_item .uss_price_cart_btn_wrap a.add_to_cart {
  border-color: #3975f0;
  background: transparent;
  color: inherit;
}
.colorStyle4 .aside-block .uss_eshop_block_item .uss_price_cart_btn_wrap a.add_to_cart:before {
  background-image: url('../img/k4_4/cart.png');
}
.colorStyle4 .aside-block .uss_eshop_block_item .uss_price_cart_btn_wrap a.add_to_cart:hover {
  border-color: #3975f0;
  background-color: #3975f0;
  color: #ffffff;
}
.colorStyle4 .aside-block .uss_eshop_block_item:hover {
  border-color: #3975f0;
}
.colorStyle4 .bg-type4 {
  color: #e2e4e6;
}
.colorStyle4 .bg-type4 .h3 {
  border-color: #e2e4e6;
}
.colorStyle4 .bg-type4 form .group:not(.end) .fc_item .elem_item input.styler,
.colorStyle4 .bg-type4 form .group:not(.end) .fc_item .elem_item textarea.styler {
  border-color: #e2e4e6;
}
.colorStyle4 .bg-type4 form .group:not(.end) .fc_item .elem_item input.styler::-webkit-input-placeholder,
.colorStyle4 .bg-type4 form .group:not(.end) .fc_item .elem_item textarea.styler::-webkit-input-placeholder {
  color: #e2e4e6;
}
.colorStyle4 .bg-type4 form .group:not(.end) .fc_item .elem_item input.styler::-moz-placeholder,
.colorStyle4 .bg-type4 form .group:not(.end) .fc_item .elem_item textarea.styler::-moz-placeholder {
  color: #e2e4e6;
}
.colorStyle4 .bg-type4 form .group:not(.end) .fc_item .elem_item input.styler:-moz-placeholder,
.colorStyle4 .bg-type4 form .group:not(.end) .fc_item .elem_item textarea.styler:-moz-placeholder {
  color: #e2e4e6;
}
.colorStyle4 .bg-type4 form .group:not(.end) .fc_item .elem_item input.styler:-ms-input-placeholder,
.colorStyle4 .bg-type4 form .group:not(.end) .fc_item .elem_item textarea.styler:-ms-input-placeholder {
  color: #e2e4e6;
}
.colorStyle4 .uss_autocomplete_results .ac_over {
  background-color: #3975f0;
}
.colorStyle4 .uss_pagenator .uss_page_num span.uss_page,
.colorStyle4 .uss_pagenator .uss_page_num span.uss_10_pages_forward,
.colorStyle4 .uss_pagenator .uss_page_num span.uss_10_pages_bac,
.colorStyle4 .uss_pagenator .uss_page_num span.uss_page_forward {
  border: 2px solid #e2e4e6;
}
.colorStyle4 .uss_pagenator .uss_page_num span.uss_page:hover,
.colorStyle4 .uss_pagenator .uss_page_num span.uss_10_pages_forward:hover,
.colorStyle4 .uss_pagenator .uss_page_num span.uss_10_pages_bac:hover,
.colorStyle4 .uss_pagenator .uss_page_num span.uss_page_forward:hover {
  border-color: #3f6cff;
}
.colorStyle4 .uss_pagenator .uss_page_num span.uss_page.uss_page_selected,
.colorStyle4 .uss_pagenator .uss_page_num span.uss_10_pages_forward.uss_page_selected,
.colorStyle4 .uss_pagenator .uss_page_num span.uss_10_pages_bac.uss_page_selected,
.colorStyle4 .uss_pagenator .uss_page_num span.uss_page_forward.uss_page_selected {
  border-color: #3f6cff;
  color: #333;
}
.colorStyle4 .information ul li .submenu li a {
  color: #3975f0;
}
.colorStyle4 .uss_adv_img_list_item.uss_ail_point span {
  background-color: #e3dfe4;
}
.colorStyle4 .uss_adv_img_list_item.uss_ail_point.active span {
  background-color: #3975f0;
}
.colorStyle4 .uss_adv_img_list_item.uss_ail_point.active span {
  background: #3975f0;
}
@media (max-width: 1000px) {
  .colorStyle4 .container .aside .aside-catalog-opener {
    color: #ffffff;
    background: #3975f0;
    position: relative;
  }
}
@media (max-width: 700px) {
  .colorStyle4 .adaptive-full-screen .call_me {
    background-image: -webkit-gradient(linear, left top, right top, from(#5c32c4), to(#c46bd7));
    background-image: linear-gradient(90deg, #5c32c4, #c46bd7);
    color: #ffffff;
  }
  .colorStyle4 .adaptive-full-screen .menu {
    background-image: -webkit-gradient(linear, left top, right top, from(#5c32c4), to(#c46bd7));
    background-image: linear-gradient(90deg, #5c32c4, #c46bd7);
    color: #ffffff;
  }
  .colorStyle4 .adaptive-full-screen .menu a {
    color: #fff !important;
  }
  .colorStyle4 .news.block .news_block_item:nth-of-type(even) .image:after {
    border-right-color: #3975f0;
    border-left-color: transparent;
  }
  .colorStyle4 .news.block .news_block_item:nth-of-type(even) .image:before {
    border-right-color: #3975f0;
    border-left-color: transparent;
  }
}
@media (max-width: 500px) {
  .colorStyle4 .header .left .basket > div > div .amounts #uss_block_basket_amount {
    background: #3975f0;
    color: #ffffff;
  }
  .colorStyle4 .header .left .basket > div.empty:after {
    background: #3975f0;
    color: #ffffff;
  }
}
.colorStyle4 .spec_decore {
  position: relative;
  background: linear-gradient(45deg, #6134c4, #c169d7);
  padding: 2px;
  display: inline-block;
}
.colorStyle4 .spec_decore a.add_to_cart {
  display: inline-block;
  border: none !important;
  background: #fff !important;
  margin: 0 !important;
  color: #333333 !important;
}
.colorStyle4 .spec_decore a.add_to_cart:before {
  background-image: url('../img/k4_4/cart.png') !important;
}
.colorStyle4 .spec_decore a.add_to_cart:hover {
  background: none !important;
  color: #fff !important;
}
.colorStyle4 .spec_decore a.add_to_cart:hover:before {
  -webkit-filter: brightness(100) !important;
          filter: brightness(100) !important;
}
.colorStyle4 .spec_decore span {
  border: none !important;
  background: #fff !important;
  color: inherit;
}
.colorStyle4 .spec_decore span.selected {
  background: transparent !important;
  color: #fff !important;
}
.colorStyle4 .spec_decore:hover {
  background: linear-gradient(45deg, #6134c4, #c169d7) !important;
}
.colorStyle4 .spec_decore:hover a.add_to_cart {
  background: transparent !important;
  color: #fff !important;
}
.colorStyle4 .about.block {
  background: none;
}
.colorStyle4 .bg-type4 {
  background: #2E2D4D;
}
.colorStyle4 .uss_catalog_sidebar .catalog_orderbutton:hover {
  border-color: #fff;
}
.colorStyle5 {
  /*slider*/
  /*header*/
  /*menu */
  /*service*/
  /*block*/
  /*@quote_background : url(./../img/q-start.png) left center no-repeat, url(./../img/q-end.png) right center no-repeat;*/
  /*about block*/
  /*news block*/
  /*review*/
  /*main*/
  /*aside*/
  /*singlepage*/
  /*big-map*/
  /*footer*/
  /*uss_shop_blocks_view*/
  /*eshop_category*/
  /*uss_catalog_block_cat*/
  /*uss_catalog_list_cat:not(.uss_catalog_sidebar)*/
  /*uss_shop_list_cat*/
  /*main-orderbutton*/
  /*form*/
  /*radio*/
  /*checkbox*/
  /*selectbox*/
  /*buy_one_click_form_tml*/
  /*inline-form*/
  /*uss_shop_detail*/
  /*uss_tabs*/
  /*h_op*/
  /*uss_eshop_sameproducts*/
  /*uss_guestbook*/
  /*where_to_go_block*/
  /*decore-list */
  /*.uss_eshop_sameproducts.list {
		a.add_to_cart {
			border-color: @onepos_addtocart_border_color;
			color: @addtocart_color;
			&:before {
				background-image: url('./../img@{path}cart.png');
			}
			&.already_in_cart {
				&:before {
					background-image: url('./../img@{path}already-btn.png');
				}
			}
			&:hover {
				background: @onepos_addtocart_hover_background;
				color: @onepos_addtocart_hover_color;
				border-color: @onepos_addtocart_hover_background !important;
				&:before {
					-webkit-filter: brightness(100);
					filter: brightness(100);
				}
			}
		}
	}*/
  /*.header .burger.notInViewPort {
		border-color: @link_text_color;
		span {
			background-color: @link_text_color;
		}
	}*/
}
.colorStyle5 .bg-type3 {
  background: #519947;
}
.colorStyle5 .bg-type4 {
  background: #48372F;
}
.colorStyle5 #wrap {
  color: #333333;
}
.colorStyle5 a {
  color: #519947;
}
.colorStyle5 .slider .slides .slide .caption {
  color: #ffffff;
}
.colorStyle5 .slider .slides .slide .caption:after {
  background: -webkit-gradient(linear, left top, right top, from(#48372f), to(#766151));
  background: linear-gradient(90deg, #48372f, #766151);
}
.colorStyle5 .slider .slides .slick-arrow.slick-prev {
  background: url('../img/k4_5/slider-prev.png') center no-repeat;
}
.colorStyle5 .slider .slides .slick-arrow.slick-next {
  background: url('../img/k4_5/slider-next.png') center no-repeat;
}
.colorStyle5 .slider .slides .slick-dots li button {
  background: url('../img/k4_5/position-dot.png') center no-repeat;
}
.colorStyle5 .slider .slides .slick-dots li.slick-active button {
  background: url('../img/k4_5/position-dot-active.png') center no-repeat;
}
@media (max-width: 500px) {
  .colorStyle5 .slider {
    background: -webkit-gradient(linear, left top, right top, from(#48372f), to(#766151));
    background: linear-gradient(90deg, #48372f, #766151);
  }
}
.colorStyle5 .header {
  color: #ffffff;
}
.colorStyle5 .header .contacts a {
  color: #fff;
}
.colorStyle5 .header .row + .row {
  border-color: rgba(255, 255, 255, 0.2);
}
.colorStyle5 .header .call_me {
  color: #5ea954;
}
.colorStyle5 .header .call_me a {
  color: inherit;
}
.colorStyle5 .header .call_me a:before {
  background-image: url('../img/k4_5/call-me.png');
}
.colorStyle5 .header .auth {
  color: #b5b0b6;
}
.colorStyle5 .header .auth .enter a {
  background-image: url('../img/k4_5/enter.png');
  color: inherit;
}
.colorStyle5 .header .auth .enter a:after {
  background: rgba(181, 176, 182, 0.4);
}
.colorStyle5 .header .auth .registration a {
  background-image: url('../img/k4_5/enter.png');
  color: inherit;
}
.colorStyle5 .header .auth .registration a:after {
  background: rgba(181, 176, 182, 0.4);
}
.colorStyle5 .header .basket {
  color: #ffffff;
}
.colorStyle5 .header .basket:hover {
  color: #5ea954;
}
.colorStyle5 .header .basket > div:before {
  background-image: url('../img/k4_5/basket.png');
}
.colorStyle5 .header .search .uss_site_search .uss_input_name {
  border-color: rgba(255, 255, 255, 0.5);
  color: #6a6b74;
}
.colorStyle5 .header .search .uss_site_search .uss_input_name:focus {
  border-color: #519947;
}
.colorStyle5 .header .search .uss_site_search .uss_submit {
  background-image: url('../img/k4_5/search-icon.png');
}
.colorStyle5 .menu ul li a {
  color: #b5b0b6;
}
.colorStyle5 .menu ul li a:after {
  background: rgba(181, 176, 182, 0.4);
}
.colorStyle5 .menu ul li:hover,
.colorStyle5 .menu ul li.active,
.colorStyle5 .menu ul li.clicked {
  background: #519947;
}
.colorStyle5 .menu ul li:hover a,
.colorStyle5 .menu ul li.active a,
.colorStyle5 .menu ul li.clicked a {
  color: #ffffff;
}
.colorStyle5 .menu .submenu {
  background: #519947;
}
.colorStyle5.mainpage .service-block .uss_shop_block_cat .uss_shop_category:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle5.mainpage .service-block .uss_shop_block_cat .uss_shop_category:hover:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(81, 153, 71, 0.8)), to(rgba(81, 153, 71, 0.8))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(81, 153, 71, 0.8), rgba(81, 153, 71, 0.8)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle5.mainpage .service-block .uss_shop_block_cat .uss_shop_category .uss_shop_cat_name a {
  color: #ffffff;
}
.colorStyle5.mainpage .service-block .uss_shop_block_cat .uss_shop_category .uss_shop_cat_text {
  color: #ffffff;
}
.colorStyle5.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle5.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category:hover:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(81, 153, 71, 0.8)), to(rgba(81, 153, 71, 0.8))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(81, 153, 71, 0.8), rgba(81, 153, 71, 0.8)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle5.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category .uss_catalog_cat_name a {
  color: #ffffff;
}
.colorStyle5.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category .uss_shop_cat_text {
  color: #ffffff;
}
.colorStyle5.mainpage .service-block .uss_eshop_menu li > a {
  color: #ffffff;
}
.colorStyle5.mainpage .service-block .uss_eshop_menu li:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle5.mainpage .service-block .uss_eshop_menu li:hover:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(81, 153, 71, 0.8)), to(rgba(81, 153, 71, 0.8))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(81, 153, 71, 0.8), rgba(81, 153, 71, 0.8)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle5.mainpage .service-block .catalog_menu li .catalog_menu_item > a {
  color: #ffffff;
}
.colorStyle5.mainpage .service-block .catalog_menu li .catalog_menu_item:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle5.mainpage .service-block .catalog_menu li .catalog_menu_item:hover:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(81, 153, 71, 0.8)), to(rgba(81, 153, 71, 0.8))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(81, 153, 71, 0.8), rgba(81, 153, 71, 0.8)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle5.mainpage .service-block .section.section_catalog .uss_catalog_block_cat .uss_catalog_category .catalog_info .uss_catalog_cat_name a {
  color: #ffffff;
}
.colorStyle5.mainpage .service-block .section.section_catalog .uss_catalog_block_cat .uss_catalog_category .catalog_info .uss_catlog_cat_anons {
  color: #ffffff;
}
.colorStyle5.mainpage .service-block .section.section_catalog .uss_catalog_block_cat .uss_catalog_category:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle5.mainpage .service-block .section.section_catalog .uss_catalog_block_cat .uss_catalog_category:hover:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(81, 153, 71, 0.8)), to(rgba(81, 153, 71, 0.8))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(81, 153, 71, 0.8), rgba(81, 153, 71, 0.8)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle5 .block.bg-type1 {
  background: #e9e5e4;
}
.colorStyle5 .block.bg-type2 {
  background: #519947;
}
.colorStyle5 .block.bg-type3 {
  background: #519947;
}
.colorStyle5 .block.type1 {
  color: #333333;
}
.colorStyle5 .block.type2 .h3 {
  color: #ffffff;
}
.colorStyle5 .block.type2 .h3 a:hover:after {
  background-color: #4a464a;
}
.colorStyle5 .block .h3 a:after {
  background: #4a464a;
  color: #fff;
}
.colorStyle5 .news.block .news_block_item .image:after {
  border-right-color: #ffffff;
}
.colorStyle5 .news.block .news_block_item .image:before {
  border-right-color: #ffffff;
}
.colorStyle5 .news.block .news_block_item .info .date {
  color: #b9b5ba;
  background-image: url('../img/k4_5/clock.png');
}
.colorStyle5 .news.block .news_block_item .info .title a {
  color: #519947;
}
.colorStyle5 .news.block .news_block_item .info .title a span {
  border-bottom-color: #a8cca3;
}
.colorStyle5 .news.block .news_block_item:nth-of-type(even) {
  background: #ffffff;
}
.colorStyle5 .news.block .news_block_item:nth-of-type(even) .image:after {
  border-left-color: #ffffff;
}
.colorStyle5 .news.block .news_block_item:nth-of-type(even) .image:before {
  border-left-color: #ffffff;
}
.colorStyle5 .news.block .news_block_item:nth-of-type(even) .info .date {
  color: #b9b5ba;
  background-image: url('../img/k4_5/clock-alt.png');
}
.colorStyle5 .news.block .news_block_item:nth-of-type(even) .info .title {
  color: #519947;
}
.colorStyle5 .news.block .news_block_item:nth-of-type(even) .info .title a {
  color: inherit;
}
.colorStyle5 .news.block .news_block_item:nth-of-type(even) .info .title a span {
  border-bottom-color: #a8cca3;
}
.colorStyle5 .news.block .news_block_item:nth-of-type(even) .info .preview {
  color: #333333;
}
.colorStyle5 .review .news_block_item {
  background: #ffffff;
}
.colorStyle5 .review .news_block_item .image a:after {
  border-right-color: #ffffff;
}
.colorStyle5 .review .news_block_item .info {
  background: url(../img/q-small-start.png) 30px calc(100% - 41px) no-repeat, url(../img/q-small-end.png) calc(100% - 40px) 96px no-repeat;
}
.colorStyle5 .review .news_block_item .info .title {
  color: #519947;
}
.colorStyle5 .review .slick-dots li button {
  background: url('../img/k4_5/position-dot.png') center no-repeat;
}
.colorStyle5 .review .slick-dots li.slick-active button {
  background: url('../img/k4_5/position-dot-active.png') center no-repeat;
}
.colorStyle5 .container .content h1 {
  border-bottom-color: #e2e4e6;
}
.colorStyle5 .container .content .uss_shop_block_cat .uss_shop_category {
  border-color: #e2e4e6;
}
.colorStyle5 .container .content .uss_shop_block_cat .uss_shop_category:hover {
  border-color: #519947;
}
.colorStyle5 .container .content .uss_eshop_filters_block .filter_submit input[type=submit].styler {
  background: #519947;
  color: #fff;
}
.colorStyle5 .container .bread .bread-sup {
  background-image: url('../img/k4_5/aside-submenu-active.png');
}
.colorStyle5 .aside-block .h3 {
  border-bottom-color: #e2e4e6;
}
.colorStyle5 .aside-block.aside-menu .h3 {
  background: #519947;
}
.colorStyle5 .aside-block.aside-menu ul li:hover > a,
.colorStyle5 .aside-block.aside-menu ul li.active > a {
  color: #333333;
}
.colorStyle5 .aside-block.aside-menu ul li .submenu li a {
  color: inherit;
  background-image: url('../img/k4_5/aside-submenu-active.png');
}
.colorStyle5 .aside-block.aside-menu ul li .submenu li:hover > a {
  color: #519947;
  background-image: url('../img/k4_5/aside-submenu.png');
}
.colorStyle5 .aside-block .news_block_item {
  border-bottom-color: #e2e4e6;
}
.colorStyle5 .aside-block .news_block_item .info .date {
  color: #a6a6a6;
  background-image: url('../img/k4_5/clock.png');
}
.colorStyle5.singlepage .header {
  background: #1e1e20;
}
.colorStyle5 .big-map .contacts-block {
  background: rgba(255, 255, 255, .9);
}
.colorStyle5 .footer {
  background: #48372f;
  color: #ffffff;
}
.colorStyle5 .footer a {
  color: #519947;
}
.colorStyle5 .footer .menu ul li a {
  color: #b5b0b6;
}
.colorStyle5 .footer .menu ul li a:after {
  background: rgba(181, 176, 182, 0.4);
}
.colorStyle5 .footer .menu ul li:hover,
.colorStyle5 .footer .menu ul li.active {
  background: #519947;
}
.colorStyle5 .footer .menu ul li:hover a,
.colorStyle5 .footer .menu ul li.active a {
  color: #ffffff;
}
.colorStyle5.singlepage .uss_shop_blocks_view .uss_eshop_item {
  border-color: #e2e4e6;
}
.colorStyle5.singlepage .uss_shop_blocks_view .uss_eshop_item .uss_shop_price span.old_price {
  color: #747b82;
}
.colorStyle5.singlepage .uss_shop_blocks_view .uss_eshop_item > .uss_shop_by a.add_to_cart,
.colorStyle5.singlepage .uss_shop_blocks_view .uss_eshop_item .price_buy_wrap a.add_to_cart {
  border-color: #519947;
  color: inherit;
}
.colorStyle5.singlepage .uss_shop_blocks_view .uss_eshop_item > .uss_shop_by a.add_to_cart:before,
.colorStyle5.singlepage .uss_shop_blocks_view .uss_eshop_item .price_buy_wrap a.add_to_cart:before {
  background-image: url('../img/k4_5/cart.png');
}
.colorStyle5.singlepage .uss_shop_blocks_view .uss_eshop_item > .uss_shop_by a.add_to_cart.already_in_cart:before,
.colorStyle5.singlepage .uss_shop_blocks_view .uss_eshop_item .price_buy_wrap a.add_to_cart.already_in_cart:before {
  background-image: url('../img/k4_5/already-btn.png');
}
.colorStyle5.singlepage .uss_shop_blocks_view .uss_eshop_item > .uss_shop_by a.add_to_cart:hover,
.colorStyle5.singlepage .uss_shop_blocks_view .uss_eshop_item .price_buy_wrap a.add_to_cart:hover {
  background: #519947;
  color: #ffffff;
  border-color: #519947 !important;
}
.colorStyle5.singlepage .uss_shop_blocks_view .uss_eshop_item > .uss_shop_by a.add_to_cart:hover:before,
.colorStyle5.singlepage .uss_shop_blocks_view .uss_eshop_item .price_buy_wrap a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.colorStyle5.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns {
  border-bottom-color: #e2e4e6;
  border-top-color: #e2e4e6;
}
.colorStyle5.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns a {
  border-bottom-color: style_border_color;
}
.colorStyle5.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns a.already_in_compare:after,
.colorStyle5.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns a.already_in_wish:after {
  background-color: #519947;
}
.colorStyle5.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns .uss_shop_by a {
  background-image: url('../img/k4_5/fast-buy.png');
}
.colorStyle5.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns .uss_compare_by a.add_to_compare {
  background-image: url('../img/k4_5/compare.png');
}
.colorStyle5.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns .uss_shop_put_wrap .uss_shop_put a {
  background-image: url('../img/k4_5/fav.png');
}
.colorStyle5.singlepage .uss_shop_list_view .uss_eshop_item {
  border-color: #e2e4e6;
}
.colorStyle5.singlepage .uss_shop_list_view .uss_eshop_item .uss_shop_price span.old_price {
  color: #747b82;
}
.colorStyle5.singlepage .uss_shop_list_view .uss_eshop_item > .uss_shop_by a.add_to_cart,
.colorStyle5.singlepage .uss_shop_list_view .uss_eshop_item .price_buy_wrap a.add_to_cart {
  border-color: #519947;
  color: inherit;
}
.colorStyle5.singlepage .uss_shop_list_view .uss_eshop_item > .uss_shop_by a.add_to_cart:before,
.colorStyle5.singlepage .uss_shop_list_view .uss_eshop_item .price_buy_wrap a.add_to_cart:before {
  background-image: url('../img/k4_5/cart.png');
}
.colorStyle5.singlepage .uss_shop_list_view .uss_eshop_item > .uss_shop_by a.add_to_cart:hover,
.colorStyle5.singlepage .uss_shop_list_view .uss_eshop_item .price_buy_wrap a.add_to_cart:hover {
  background: #519947;
  color: #ffffff;
}
.colorStyle5.singlepage .uss_shop_list_view .uss_eshop_item > .uss_shop_by a.add_to_cart:hover:before,
.colorStyle5.singlepage .uss_shop_list_view .uss_eshop_item .price_buy_wrap a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.colorStyle5.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns {
  border-bottom-color: #e2e4e6;
  border-top-color: #e2e4e6;
}
.colorStyle5.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns > *:hover {
  border-color: #519947;
}
.colorStyle5.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns a {
  border-bottom-color: style_border_color;
}
.colorStyle5.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns a:hover {
  border-bottom-color: #519947;
}
.colorStyle5.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns .uss_shop_by a {
  background-image: url('../img/k4_5/fast-buy.png');
}
.colorStyle5.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns .uss_compare_by a.add_to_compare {
  background-image: url('../img/k4_5/compare.png');
}
.colorStyle5.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns .uss_shop_put_wrap .uss_shop_put a {
  background-image: url('../img/k4_5/fav.png');
}
.colorStyle5.singlepage .uss_shop_list_view .uss_eshop_item:hover {
  border-color: #519947;
}
.colorStyle5.singlepage .uss_catalog_block_cat .uss_catalog_category {
  border-color: #e2e4e6;
}
.colorStyle5.singlepage .uss_catalog_block_cat .uss_catalog_category .catalog_orderbutton {
  background: #ffffff;
  border-color: #519947;
  color: inherit;
}
.colorStyle5.singlepage .uss_catalog_block_cat .uss_catalog_category .catalog_orderbutton:hover {
  background: #519947;
  color: #ffffff;
}
.colorStyle5.singlepage .uss_catalog_sidebar .uss_catalog_category {
  border-color: #e2e4e6;
}
.colorStyle5.singlepage .uss_catalog_sidebar .uss_catalog_category .catalog_orderbutton {
  background: #ffffff;
  border-color: #519947;
  color: inherit;
}
.colorStyle5.singlepage .uss_catalog_sidebar .uss_catalog_category .catalog_orderbutton:hover {
  background: #519947;
  color: #ffffff;
}
.colorStyle5.singlepage .uss_catalog_list_cat:not(.uss_catalog_sidebar) .uss_catalog_category {
  border-color: #e2e4e6;
}
.colorStyle5.singlepage .uss_catalog_list_cat:not(.uss_catalog_sidebar) .uss_catalog_category .catalog_orderbutton {
  background: #ffffff;
  border-color: #519947;
  color: inherit;
}
.colorStyle5.singlepage .uss_catalog_list_cat:not(.uss_catalog_sidebar) .uss_catalog_category .catalog_orderbutton:hover {
  background: #519947;
  color: #ffffff;
}
.colorStyle5.singlepage .uss_catalog_list_cat:not(.uss_catalog_sidebar) .uss_catalog_category:hover {
  border-color: #519947;
}
.colorStyle5.singlepage .uss_shop_list_cat .uss_shop_category {
  border-color: #e2e4e6;
}
.colorStyle5.singlepage .uss_shop_list_cat .uss_shop_category:hover {
  border-color: #519947;
}
.colorStyle5 table.uss_shoppos_table a.add_to_cart:not(.buy_one_click) {
  border-color: #519947;
  color: inherit;
  -webkit-transition: none;
  transition: none;
}
.colorStyle5 table.uss_shoppos_table a.add_to_cart:not(.buy_one_click):before {
  background-image: url('../img/k4_5/cart.png');
}
.colorStyle5 table.uss_shoppos_table a.add_to_cart:not(.buy_one_click):hover {
  background: #519947;
  color: #ffffff;
}
.colorStyle5 table.uss_shoppos_table a.add_to_cart:not(.buy_one_click):hover:before {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
.colorStyle5 table.uss_shoppos_table .buy_btns a {
  -webkit-transition: none;
  transition: none;
  color: #9e9e9e;
  border-color: #9e9e9e;
}
.colorStyle5 table.uss_shoppos_table .buy_btns a:hover,
.colorStyle5 table.uss_shoppos_table .buy_btns a.already_in_compare,
.colorStyle5 table.uss_shoppos_table .buy_btns a.already_in_wish {
  border-color: #519947;
  color: #519947;
}
.colorStyle5 table.uss_shoppos_table .buy_btns .uss_shop_by:hover {
  border-color: #519947;
}
.colorStyle5 table.uss_shoppos_table .buy_btns .uss_shop_by:hover a {
  -webkit-transition: none;
  transition: none;
  background-image: url('../img/k4_5/fast-buy-mini.png');
}
.colorStyle5 table.uss_shoppos_table .buy_btns .uss_compare_by:hover {
  border-color: #519947;
}
.colorStyle5 table.uss_shoppos_table .buy_btns .uss_compare_by:hover a.add_to_compare {
  -webkit-transition: none;
  transition: none;
  background-image: url('../img/k4_5/compare-mini.png');
}
.colorStyle5 table.uss_shoppos_table .buy_btns .add_to_wishlist:hover {
  border-color: #519947;
}
.colorStyle5 table.uss_shoppos_table .buy_btns .add_to_wishlist:hover a {
  -webkit-transition: none;
  transition: none;
  background-image: url('../img/k4_5/fav-mini.png');
}
.colorStyle5 .uss_catalog_sidebar .catalog_orderbutton,
.colorStyle5 .uss_catalog_block_cat .catalog_orderbutton,
.colorStyle5 .uss_catalog_detail .catalog_orderbutton,
.colorStyle5 .uss_catalog_list_cat:not(.uss_catalog_sidebar) .catalog_orderbutton {
  background: #ffffff;
  border-color: #519947;
  color: inherit;
}
.colorStyle5 .uss_catalog_sidebar .catalog_orderbutton:hover,
.colorStyle5 .uss_catalog_block_cat .catalog_orderbutton:hover,
.colorStyle5 .uss_catalog_detail .catalog_orderbutton:hover,
.colorStyle5 .uss_catalog_list_cat:not(.uss_catalog_sidebar) .catalog_orderbutton:hover {
  background: #519947;
  color: #ffffff;
}
.colorStyle5 form input[type='text'],
.colorStyle5 form.form_styler input[type='text'],
.colorStyle5 form input.styler[type='text'],
.colorStyle5 form.form_styler input.styler[type='text'],
.colorStyle5 form input[type='password'],
.colorStyle5 form.form_styler input[type='password'],
.colorStyle5 form input.styler[type='password'],
.colorStyle5 form.form_styler input.styler[type='password'],
.colorStyle5 form input[type='email'],
.colorStyle5 form.form_styler input[type='email'],
.colorStyle5 form input.styler[type='email'],
.colorStyle5 form.form_styler input.styler[type='email'] {
  border-color: #e2e4e6;
}
.colorStyle5 form input[type='text']:focus,
.colorStyle5 form.form_styler input[type='text']:focus,
.colorStyle5 form input.styler[type='text']:focus,
.colorStyle5 form.form_styler input.styler[type='text']:focus,
.colorStyle5 form input[type='password']:focus,
.colorStyle5 form.form_styler input[type='password']:focus,
.colorStyle5 form input.styler[type='password']:focus,
.colorStyle5 form.form_styler input.styler[type='password']:focus,
.colorStyle5 form input[type='email']:focus,
.colorStyle5 form.form_styler input[type='email']:focus,
.colorStyle5 form input.styler[type='email']:focus,
.colorStyle5 form.form_styler input.styler[type='email']:focus {
  border-color: #519947;
}
.colorStyle5 form textarea,
.colorStyle5 form.form_styler textarea,
.colorStyle5 form textarea.styler,
.colorStyle5 form.form_styler textarea.styler {
  border-color: #e2e4e6;
}
.colorStyle5 form textarea:focus,
.colorStyle5 form.form_styler textarea:focus,
.colorStyle5 form textarea.styler:focus,
.colorStyle5 form.form_styler textarea.styler:focus {
  border-color: #519947;
}
.colorStyle5 form input[type=submit],
.colorStyle5 form.form_styler input[type=submit],
.colorStyle5 form input[type=submit].styler,
.colorStyle5 form.form_styler input[type=submit].styler,
.colorStyle5 form button,
.colorStyle5 form.form_styler button,
.colorStyle5 form button.styler,
.colorStyle5 form.form_styler button.styler {
  background: none;
  border-color: #519947;
  color: inherit;
}
.colorStyle5 form input[type=submit]:hover,
.colorStyle5 form.form_styler input[type=submit]:hover,
.colorStyle5 form input[type=submit].styler:hover,
.colorStyle5 form.form_styler input[type=submit].styler:hover,
.colorStyle5 form button:hover,
.colorStyle5 form.form_styler button:hover,
.colorStyle5 form button.styler:hover,
.colorStyle5 form.form_styler button.styler:hover {
  background: #519947 !important;
  color: #ffffff !important;
}
.colorStyle5 .jq-checkbox {
  border-color: #e2e4e6;
}
.colorStyle5 .jq-checkbox.checked {
  border-color: #519947;
}
.colorStyle5 .jq-checkbox.checked .jq-checkbox__div {
  background: #519947;
}
.colorStyle5 .jq-radio {
  border-color: #e2e4e6;
}
.colorStyle5 .jq-radio.checked .jq-radio__div {
  background: #519947;
}
.colorStyle5 .jq-selectbox .jq-selectbox__select {
  border-color: #e2e4e6;
}
.colorStyle5 .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  border-top-color: #e2e4e6;
}
.colorStyle5 .jq-selectbox:hover .jq-selectbox__select {
  border-color: #333;
}
.colorStyle5 .jq-selectbox:hover .jq-selectbox__select .jq-selectbox__trigger {
  border-left-color: #333;
}
.colorStyle5 .jq-selectbox:hover .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  border-top-color: #333;
}
.colorStyle5 .jq-selectbox.opened .jq-selectbox__select .jq-selectbox__trigger {
  border-left-color: #519947;
}
.colorStyle5 .jq-selectbox.opened .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  border-top-color: #519947;
}
.colorStyle5 .jq-selectbox.jq-selectbox.focused .jq-selectbox__select {
  border-color: #519947;
}
.colorStyle5 .buy_one_click_form_tml .uss_onepos_info .uss_shop_price span.old_price {
  color: #747b82;
}
.colorStyle5 .inline-form form .group:not(.end) .fc_item .elem_item input.styler:focus,
.colorStyle5 .inline-form form .group:not(.end) .fc_item .elem_item textarea.styler:focus {
  border-color: #519947;
}
.colorStyle5 .uss_shop_detail .uss_shop_technical_data .uss_shop_price .price.old_price {
  color: #747b82;
}
.colorStyle5 .uss_shop_detail .uss_shop_technical_data > .uss_shop_by a.add_to_cart,
.colorStyle5 .uss_shop_detail .uss_shop_technical_data .price_buy_wrap a.add_to_cart {
  border-color: #519947;
  color: inherit;
}
.colorStyle5 .uss_shop_detail .uss_shop_technical_data > .uss_shop_by a.add_to_cart:before,
.colorStyle5 .uss_shop_detail .uss_shop_technical_data .price_buy_wrap a.add_to_cart:before {
  background-image: url('../img/k4_5/cart.png');
}
.colorStyle5 .uss_shop_detail .uss_shop_technical_data > .uss_shop_by a.add_to_cart.already_in_cart:before,
.colorStyle5 .uss_shop_detail .uss_shop_technical_data .price_buy_wrap a.add_to_cart.already_in_cart:before {
  background-image: url('../img/k4_5/already-btn.png');
}
.colorStyle5 .uss_shop_detail .uss_shop_technical_data > .uss_shop_by a.add_to_cart:hover,
.colorStyle5 .uss_shop_detail .uss_shop_technical_data .price_buy_wrap a.add_to_cart:hover {
  background: #519947;
  color: #ffffff;
  border-color: #519947 !important;
}
.colorStyle5 .uss_shop_detail .uss_shop_technical_data > .uss_shop_by a.add_to_cart:hover:before,
.colorStyle5 .uss_shop_detail .uss_shop_technical_data .price_buy_wrap a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.colorStyle5 .uss_shop_detail .uss_shop_technical_data .buy_btns a {
  color: #9e9e9e;
  border-color: #9e9e9e;
}
.colorStyle5 .uss_shop_detail .uss_shop_technical_data .buy_btns a:hover,
.colorStyle5 .uss_shop_detail .uss_shop_technical_data .buy_btns a.already_in_compare,
.colorStyle5 .uss_shop_detail .uss_shop_technical_data .buy_btns a.already_in_wish {
  border-color: #519947;
  color: #519947;
}
.colorStyle5 .uss_shop_detail .uss_shop_technical_data .buy_btns .uss_shop_by a:before {
  background-image: url('../img/k4_5/fast-buy-mini.png');
}
.colorStyle5 .uss_shop_detail .uss_shop_technical_data .buy_btns .uss_compare_by a.add_to_compare:before {
  background-image: url('../img/k4_5/compare-mini.png');
}
.colorStyle5 .uss_shop_detail .uss_shop_technical_data .buy_btns .uss_shop_put_wrap .uss_shop_put a:before {
  background-image: url('../img/k4_5/fav-mini.png');
}
.colorStyle5 div.uss_tabs div.uss_tabs_navigation span {
  border-color: #dedade;
  color: inherit;
}
.colorStyle5 div.uss_tabs div.uss_tabs_navigation span.selected {
  background: #519947;
  border-color: #519947;
  color: #ffffff;
}
.colorStyle5 div.uss_tabs div.tab_items {
  border-color: #e2e4e6;
}
.colorStyle5 .h_op {
  color: inherit;
  border-bottom-color: #e2e4e6;
}
.colorStyle5 .uss_eshop_sameproducts .item {
  border-color: #e2e4e6;
}
.colorStyle5 .uss_eshop_sameproducts .item .info .price span.old_price {
  color: #747B82;
}
.colorStyle5 .uss_eshop_sameproducts .item .info .addToCart a.add_to_cart {
  border-color: #519947;
  color: #333333;
}
.colorStyle5 .uss_eshop_sameproducts .item .info .addToCart a.add_to_cart:before {
  background: url('../img/k4_5/cart.png') center no-repeat;
}
.colorStyle5 .uss_eshop_sameproducts .item .info .addToCart a.add_to_cart.already_in_cart {
  border-color: #E2E4E6;
}
.colorStyle5 .uss_eshop_sameproducts .item .info .addToCart a.add_to_cart.already_in_cart:before {
  background-image: url('../img/k4_5/already-btn.png');
}
.colorStyle5 .uss_eshop_sameproducts .item .info .addToCart a.add_to_cart:hover {
  background: #519947;
  color: #ffffff;
  border-color: #519947 !important;
}
.colorStyle5 .uss_eshop_sameproducts .item .info .addToCart a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.colorStyle5 .uss_guestbook .uss_guestbook_links a {
  border-color: #519947;
  color: inherit;
}
.colorStyle5 .uss_guestbook .uss_guestbook_links a:hover {
  background-color: #519947;
  color: #ffffff;
}
.colorStyle5 .uss_guestbook .uss_guestbook_item {
  border-color: #e2e4e6;
}
.colorStyle5 #uss_basket_ask_where_to_go_block {
  border-color: #519947;
}
.colorStyle5 .decore-list td.num:after {
  background: #519947;
}
.colorStyle5 .position.position-block .uss_eshop_block_item:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle5 .position.position-block .uss_eshop_block_item:hover:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(81, 153, 71, 0.8)), to(rgba(81, 153, 71, 0.8))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(81, 153, 71, 0.8), rgba(81, 153, 71, 0.8)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle5 .position .uss_eshop_block_item a.add_to_cart {
  border-color: #519947;
  background-color: transparent;
  color: inherit;
}
.colorStyle5 .position .uss_eshop_block_item a.add_to_cart:before {
  background-image: url('../img/k4_5/cart.png');
}
.colorStyle5 .position .uss_eshop_block_item a.add_to_cart.already_in_cart {
  border-color: #E2E4E6;
}
.colorStyle5 .position .uss_eshop_block_item a.add_to_cart.already_in_cart:before {
  background-image: url('../img/k4_5/already-btn.png');
}
.colorStyle5 .position .uss_eshop_block_item a.add_to_cart:hover {
  border-color: #519947 !important;
  background-color: #519947;
  color: #ffffff;
}
.colorStyle5 .position .uss_eshop_block_item a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
.colorStyle5 .position .uss_eshop_block_item:hover {
  border-color: #519947;
}
.colorStyle5 .aside-block .uss_eshop_block_item .uss_price_cart_btn_wrap a.add_to_cart {
  border-color: #519947;
  background: transparent;
  color: inherit;
}
.colorStyle5 .aside-block .uss_eshop_block_item .uss_price_cart_btn_wrap a.add_to_cart:before {
  background-image: url('../img/k4_5/cart.png');
}
.colorStyle5 .aside-block .uss_eshop_block_item .uss_price_cart_btn_wrap a.add_to_cart:hover {
  border-color: #519947;
  background-color: #519947;
  color: #ffffff;
}
.colorStyle5 .aside-block .uss_eshop_block_item:hover {
  border-color: #519947;
}
.colorStyle5 .bg-type4 {
  color: #e2e4e6;
}
.colorStyle5 .bg-type4 .h3 {
  border-color: #e2e4e6;
}
.colorStyle5 .bg-type4 form .group:not(.end) .fc_item .elem_item input.styler,
.colorStyle5 .bg-type4 form .group:not(.end) .fc_item .elem_item textarea.styler {
  border-color: #e2e4e6;
}
.colorStyle5 .bg-type4 form .group:not(.end) .fc_item .elem_item input.styler::-webkit-input-placeholder,
.colorStyle5 .bg-type4 form .group:not(.end) .fc_item .elem_item textarea.styler::-webkit-input-placeholder {
  color: #e2e4e6;
}
.colorStyle5 .bg-type4 form .group:not(.end) .fc_item .elem_item input.styler::-moz-placeholder,
.colorStyle5 .bg-type4 form .group:not(.end) .fc_item .elem_item textarea.styler::-moz-placeholder {
  color: #e2e4e6;
}
.colorStyle5 .bg-type4 form .group:not(.end) .fc_item .elem_item input.styler:-moz-placeholder,
.colorStyle5 .bg-type4 form .group:not(.end) .fc_item .elem_item textarea.styler:-moz-placeholder {
  color: #e2e4e6;
}
.colorStyle5 .bg-type4 form .group:not(.end) .fc_item .elem_item input.styler:-ms-input-placeholder,
.colorStyle5 .bg-type4 form .group:not(.end) .fc_item .elem_item textarea.styler:-ms-input-placeholder {
  color: #e2e4e6;
}
.colorStyle5 .uss_autocomplete_results .ac_over {
  background-color: #519947;
}
.colorStyle5 .uss_pagenator .uss_page_num span.uss_page,
.colorStyle5 .uss_pagenator .uss_page_num span.uss_10_pages_forward,
.colorStyle5 .uss_pagenator .uss_page_num span.uss_10_pages_bac,
.colorStyle5 .uss_pagenator .uss_page_num span.uss_page_forward {
  border: 2px solid #dedade;
}
.colorStyle5 .uss_pagenator .uss_page_num span.uss_page:hover,
.colorStyle5 .uss_pagenator .uss_page_num span.uss_10_pages_forward:hover,
.colorStyle5 .uss_pagenator .uss_page_num span.uss_10_pages_bac:hover,
.colorStyle5 .uss_pagenator .uss_page_num span.uss_page_forward:hover {
  border-color: #519947;
}
.colorStyle5 .uss_pagenator .uss_page_num span.uss_page.uss_page_selected,
.colorStyle5 .uss_pagenator .uss_page_num span.uss_10_pages_forward.uss_page_selected,
.colorStyle5 .uss_pagenator .uss_page_num span.uss_10_pages_bac.uss_page_selected,
.colorStyle5 .uss_pagenator .uss_page_num span.uss_page_forward.uss_page_selected {
  border-color: #519947;
  color: #333;
}
.colorStyle5 .information ul li .submenu li a {
  color: #519947;
}
.colorStyle5 .uss_adv_img_list_item.uss_ail_point span {
  background-color: #e9e5e4;
}
.colorStyle5 .uss_adv_img_list_item.uss_ail_point.active span {
  background-color: #519947;
}
.colorStyle5 .uss_adv_img_list_item.uss_ail_point.active span {
  background: #519947;
}
@media (max-width: 1000px) {
  .colorStyle5 .container .aside .aside-catalog-opener {
    color: #ffffff;
    background: #519947;
    position: relative;
  }
}
@media (max-width: 700px) {
  .colorStyle5 .adaptive-full-screen .call_me {
    background-image: -webkit-gradient(linear, left top, right top, from(#48372f), to(#766151));
    background-image: linear-gradient(90deg, #48372f, #766151);
    color: #ffffff;
  }
  .colorStyle5 .adaptive-full-screen .menu {
    background-image: -webkit-gradient(linear, left top, right top, from(#48372f), to(#766151));
    background-image: linear-gradient(90deg, #48372f, #766151);
    color: #ffffff;
  }
  .colorStyle5 .adaptive-full-screen .menu a {
    color: #fff !important;
  }
  .colorStyle5 .news.block .news_block_item:nth-of-type(even) .image:after {
    border-right-color: #ffffff;
    border-left-color: transparent;
  }
  .colorStyle5 .news.block .news_block_item:nth-of-type(even) .image:before {
    border-right-color: #ffffff;
    border-left-color: transparent;
  }
}
@media (max-width: 500px) {
  .colorStyle5 .header .left .basket > div > div .amounts #uss_block_basket_amount {
    background: #519947;
    color: #ffffff;
  }
  .colorStyle5 .header .left .basket > div.empty:after {
    background: #519947;
    color: #ffffff;
  }
}
.colorStyle5 .uss_catalog_sidebar .catalog_orderbutton:hover {
  border-color: #fff;
}
.colorStyle6 {
  /*slider*/
  /*header*/
  /*menu */
  /*service*/
  /*block*/
  /*@quote_background : url(./../img/q-start.png) left center no-repeat, url(./../img/q-end.png) right center no-repeat;*/
  /*about block*/
  /*news block*/
  /*review*/
  /*main*/
  /*aside*/
  /*singlepage*/
  /*big-map*/
  /*footer*/
  /*uss_shop_blocks_view*/
  /*eshop_category*/
  /*uss_catalog_block_cat*/
  /*uss_catalog_list_cat:not(.uss_catalog_sidebar)*/
  /*uss_shop_list_cat*/
  /*main-orderbutton*/
  /*form*/
  /*radio*/
  /*checkbox*/
  /*selectbox*/
  /*buy_one_click_form_tml*/
  /*inline-form*/
  /*uss_shop_detail*/
  /*uss_tabs*/
  /*h_op*/
  /*uss_eshop_sameproducts*/
  /*uss_guestbook*/
  /*where_to_go_block*/
  /*decore-list */
  /*.uss_eshop_sameproducts.list {
		a.add_to_cart {
			border-color: @onepos_addtocart_border_color;
			color: @addtocart_color;
			&:before {
				background-image: url('./../img@{path}cart.png');
			}
			&.already_in_cart {
				&:before {
					background-image: url('./../img@{path}already-btn.png');
				}
			}
			&:hover {
				background: @onepos_addtocart_hover_background;
				color: @onepos_addtocart_hover_color;
				border-color: @onepos_addtocart_hover_background !important;
				&:before {
					-webkit-filter: brightness(100);
					filter: brightness(100);
				}
			}
		}
	}*/
  /*.header .burger.notInViewPort {
		border-color: @link_text_color;
		span {
			background-color: @link_text_color;
		}
	}*/
}
.colorStyle6 .bg-type3 {
  background: #E83F6F;
}
.colorStyle6 .singlepage .uss_shop_blocks_view .uss_eshop_item > .uss_shop_by a.add_to_cart:hover:before,
.colorStyle6 .singlepage .uss_shop_blocks_view .uss_eshop_item .price_buy_wrap a.add_to_cart:hover:before {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.colorStyle6 #wrap .bg-type4 {
  background: #E83F6F;
}
.colorStyle6 #wrap .bg-type4 .jq-checkbox.checked {
  border-color: #e2e4e6;
}
.colorStyle6 #wrap .bg-type4 .jq-checkbox.checked .jq-checkbox__div {
  background: #e2e4e6;
}
.colorStyle6 #wrap .bg-type4 form .buttons input.styler[type="submit"] {
  border-color: #e2e4e6;
}
.colorStyle6 #wrap .bg-type4 form .buttons input.styler[type="submit"]:hover {
  background: #e2e4e6 !important;
  color: #E83F6F !important;
}
.colorStyle6 #wrap {
  color: #333333;
}
.colorStyle6 a {
  color: #e83f6f;
}
.colorStyle6 .slider .slides .slide .caption {
  color: #ffffff;
}
.colorStyle6 .slider .slides .slide .caption:after {
  background: -webkit-gradient(linear, left top, right top, from(#202124), to(#4a404d));
  background: linear-gradient(90deg, #202124, #4a404d);
}
.colorStyle6 .slider .slides .slick-arrow.slick-prev {
  background: url('../img/k4_6/slider-prev.png') center no-repeat;
}
.colorStyle6 .slider .slides .slick-arrow.slick-next {
  background: url('../img/k4_6/slider-next.png') center no-repeat;
}
.colorStyle6 .slider .slides .slick-dots li button {
  background: url('../img/k4_6/position-dot.png') center no-repeat;
}
.colorStyle6 .slider .slides .slick-dots li.slick-active button {
  background: url('../img/k4_6/position-dot-active.png') center no-repeat;
}
@media (max-width: 500px) {
  .colorStyle6 .slider {
    background: -webkit-gradient(linear, left top, right top, from(#202124), to(#4a404d));
    background: linear-gradient(90deg, #202124, #4a404d);
  }
}
.colorStyle6 .header {
  color: #ffffff;
}
.colorStyle6 .header .contacts a {
  color: #fff;
}
.colorStyle6 .header .row + .row {
  border-color: rgba(255, 255, 255, 0.2);
}
.colorStyle6 .header .call_me {
  color: #ffbf00;
}
.colorStyle6 .header .call_me a {
  color: inherit;
}
.colorStyle6 .header .call_me a:before {
  background-image: url('../img/k4_6/call-me.png');
}
.colorStyle6 .header .auth {
  color: #ffffff;
}
.colorStyle6 .header .auth .enter a {
  background-image: url('../img/k4_6/enter.png');
  color: inherit;
}
.colorStyle6 .header .auth .enter a:after {
  background: rgba(255, 255, 255, 0.4);
}
.colorStyle6 .header .auth .registration a {
  background-image: url('../img/k4_6/enter.png');
  color: inherit;
}
.colorStyle6 .header .auth .registration a:after {
  background: rgba(255, 255, 255, 0.4);
}
.colorStyle6 .header .basket {
  color: #ffffff;
}
.colorStyle6 .header .basket:hover {
  color: #ffbf00;
}
.colorStyle6 .header .basket > div:before {
  background-image: url('../img/k4_6/basket.png');
}
.colorStyle6 .header .search .uss_site_search .uss_input_name {
  border-color: rgba(255, 255, 255, 0.5);
  color: #6a6b74;
}
.colorStyle6 .header .search .uss_site_search .uss_input_name:focus {
  border-color: #e83f6f;
}
.colorStyle6 .header .search .uss_site_search .uss_submit {
  background-image: url('../img/k4_6/search-icon.png');
}
.colorStyle6 .menu ul li a {
  color: #ffffff;
}
.colorStyle6 .menu ul li a:after {
  background: rgba(255, 255, 255, 0.3);
}
.colorStyle6 .menu ul li:hover,
.colorStyle6 .menu ul li.active,
.colorStyle6 .menu ul li.clicked {
  background: #e83f6f;
}
.colorStyle6 .menu ul li:hover a,
.colorStyle6 .menu ul li.active a,
.colorStyle6 .menu ul li.clicked a {
  color: #ffffff;
}
.colorStyle6 .menu .submenu {
  background: #e83f6f;
}
.colorStyle6.mainpage .service-block .uss_shop_block_cat .uss_shop_category:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle6.mainpage .service-block .uss_shop_block_cat .uss_shop_category:hover:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 63, 111, 0.8)), to(rgba(232, 63, 111, 0.8))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(232, 63, 111, 0.8), rgba(232, 63, 111, 0.8)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle6.mainpage .service-block .uss_shop_block_cat .uss_shop_category .uss_shop_cat_name a {
  color: #ffffff;
}
.colorStyle6.mainpage .service-block .uss_shop_block_cat .uss_shop_category .uss_shop_cat_text {
  color: #ffffff;
}
.colorStyle6.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle6.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category:hover:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 63, 111, 0.8)), to(rgba(232, 63, 111, 0.8))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(232, 63, 111, 0.8), rgba(232, 63, 111, 0.8)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle6.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category .uss_catalog_cat_name a {
  color: #ffffff;
}
.colorStyle6.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category .uss_shop_cat_text {
  color: #ffffff;
}
.colorStyle6.mainpage .service-block .uss_eshop_menu li > a {
  color: #ffffff;
}
.colorStyle6.mainpage .service-block .uss_eshop_menu li:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle6.mainpage .service-block .uss_eshop_menu li:hover:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 63, 111, 0.8)), to(rgba(232, 63, 111, 0.8))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(232, 63, 111, 0.8), rgba(232, 63, 111, 0.8)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle6.mainpage .service-block .catalog_menu li .catalog_menu_item > a {
  color: #ffffff;
}
.colorStyle6.mainpage .service-block .catalog_menu li .catalog_menu_item:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle6.mainpage .service-block .catalog_menu li .catalog_menu_item:hover:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 63, 111, 0.8)), to(rgba(232, 63, 111, 0.8))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(232, 63, 111, 0.8), rgba(232, 63, 111, 0.8)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle6.mainpage .service-block .section.section_catalog .uss_catalog_block_cat .uss_catalog_category .catalog_info .uss_catalog_cat_name a {
  color: #ffffff;
}
.colorStyle6.mainpage .service-block .section.section_catalog .uss_catalog_block_cat .uss_catalog_category .catalog_info .uss_catlog_cat_anons {
  color: #ffffff;
}
.colorStyle6.mainpage .service-block .section.section_catalog .uss_catalog_block_cat .uss_catalog_category:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle6.mainpage .service-block .section.section_catalog .uss_catalog_block_cat .uss_catalog_category:hover:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 63, 111, 0.8)), to(rgba(232, 63, 111, 0.8))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(232, 63, 111, 0.8), rgba(232, 63, 111, 0.8)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle6 .block.bg-type1 {
  background: #feeeee;
}
.colorStyle6 .block.bg-type2 {
  background: #e83f6f;
}
.colorStyle6 .block.bg-type3 {
  background: #e83f6f;
}
.colorStyle6 .block.type1 {
  color: #333333;
}
.colorStyle6 .block.type2 .h3 {
  color: #ffffff;
}
.colorStyle6 .block.type2 .h3 a:hover:after {
  background-color: #4a464a;
}
.colorStyle6 .block .h3 a:after {
  background: #4a464a;
  color: #fff;
}
.colorStyle6 .news.block .news_block_item .image:after {
  border-right-color: #ffffff;
}
.colorStyle6 .news.block .news_block_item .image:before {
  border-right-color: #ffffff;
}
.colorStyle6 .news.block .news_block_item .info .date {
  color: #b9b5ba;
  background-image: url('../img/k4_6/clock.png');
}
.colorStyle6 .news.block .news_block_item .info .title a {
  color: #e83f6f;
}
.colorStyle6 .news.block .news_block_item .info .title a span {
  border-bottom-color: #df8a95;
}
.colorStyle6 .news.block .news_block_item:nth-of-type(even) {
  background: radial-gradient(circle at 15% 110%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0)), #e83f6f;
}
.colorStyle6 .news.block .news_block_item:nth-of-type(even) .image:after {
  border-left-color: #e83f6f;
}
.colorStyle6 .news.block .news_block_item:nth-of-type(even) .image:before {
  border-left-color: #e83f6f;
}
.colorStyle6 .news.block .news_block_item:nth-of-type(even) .info .date {
  color: #f395af;
  background-image: url('../img/k4_6/clock-alt.png');
}
.colorStyle6 .news.block .news_block_item:nth-of-type(even) .info .title {
  color: #ffbf00;
}
.colorStyle6 .news.block .news_block_item:nth-of-type(even) .info .title a {
  color: inherit;
}
.colorStyle6 .news.block .news_block_item:nth-of-type(even) .info .title a span {
  border-bottom-color: #f47f37;
}
.colorStyle6 .news.block .news_block_item:nth-of-type(even) .info .preview {
  color: #ffffff;
}
.colorStyle6 .review .news_block_item {
  background: #ffffff;
}
.colorStyle6 .review .news_block_item .image a:after {
  border-right-color: #ffffff;
}
.colorStyle6 .review .news_block_item .info {
  background: url(../img/q-small-start.png) 30px calc(100% - 41px) no-repeat, url(../img/q-small-end.png) calc(100% - 40px) 96px no-repeat;
}
.colorStyle6 .review .news_block_item .info .title {
  color: #e83f6f;
}
.colorStyle6 .review .slick-dots li button {
  background: url('../img/k4_6/position-dot.png') center no-repeat;
}
.colorStyle6 .review .slick-dots li.slick-active button {
  background: url('../img/k4_6/position-dot-active.png') center no-repeat;
}
.colorStyle6 .container .content h1 {
  border-bottom-color: #e2e4e6;
}
.colorStyle6 .container .content .uss_shop_block_cat .uss_shop_category {
  border-color: #e2e4e6;
}
.colorStyle6 .container .content .uss_shop_block_cat .uss_shop_category:hover {
  border-color: #e83f6f;
}
.colorStyle6 .container .content .uss_eshop_filters_block .filter_submit input[type=submit].styler {
  background: #e83f6f;
  color: #fff;
}
.colorStyle6 .container .bread .bread-sup {
  background-image: url('../img/k4_6/aside-submenu-active.png');
}
.colorStyle6 .aside-block .h3 {
  border-bottom-color: #e2e4e6;
}
.colorStyle6 .aside-block.aside-menu .h3 {
  background: #e83f6f;
}
.colorStyle6 .aside-block.aside-menu ul li:hover > a,
.colorStyle6 .aside-block.aside-menu ul li.active > a {
  color: #333333;
}
.colorStyle6 .aside-block.aside-menu ul li .submenu li a {
  color: inherit;
  background-image: url('../img/k4_6/aside-submenu-active.png');
}
.colorStyle6 .aside-block.aside-menu ul li .submenu li:hover > a {
  color: #e83f6f;
  background-image: url('../img/k4_6/aside-submenu.png');
}
.colorStyle6 .aside-block .news_block_item {
  border-bottom-color: #e2e4e6;
}
.colorStyle6 .aside-block .news_block_item .info .date {
  color: #a6a6a6;
  background-image: url('../img/k4_6/clock.png');
}
.colorStyle6.singlepage .header {
  background: #1e1e20;
}
.colorStyle6 .big-map .contacts-block {
  background: rgba(255, 255, 255, .9);
}
.colorStyle6 .footer {
  background: #202124;
  color: #ffffff;
}
.colorStyle6 .footer a {
  color: #ffbf00;
}
.colorStyle6 .footer .menu ul li a {
  color: #ffffff;
}
.colorStyle6 .footer .menu ul li a:after {
  background: rgba(255, 255, 255, 0.3);
}
.colorStyle6 .footer .menu ul li:hover,
.colorStyle6 .footer .menu ul li.active {
  background: #e83f6f;
}
.colorStyle6 .footer .menu ul li:hover a,
.colorStyle6 .footer .menu ul li.active a {
  color: #ffffff;
}
.colorStyle6.singlepage .uss_shop_blocks_view .uss_eshop_item {
  border-color: #e2e4e6;
}
.colorStyle6.singlepage .uss_shop_blocks_view .uss_eshop_item .uss_shop_price span.old_price {
  color: #747b82;
}
.colorStyle6.singlepage .uss_shop_blocks_view .uss_eshop_item > .uss_shop_by a.add_to_cart,
.colorStyle6.singlepage .uss_shop_blocks_view .uss_eshop_item .price_buy_wrap a.add_to_cart {
  border-color: #ffbf00;
  color: inherit;
}
.colorStyle6.singlepage .uss_shop_blocks_view .uss_eshop_item > .uss_shop_by a.add_to_cart:before,
.colorStyle6.singlepage .uss_shop_blocks_view .uss_eshop_item .price_buy_wrap a.add_to_cart:before {
  background-image: url('../img/k4_6/cart.png');
}
.colorStyle6.singlepage .uss_shop_blocks_view .uss_eshop_item > .uss_shop_by a.add_to_cart.already_in_cart:before,
.colorStyle6.singlepage .uss_shop_blocks_view .uss_eshop_item .price_buy_wrap a.add_to_cart.already_in_cart:before {
  background-image: url('../img/k4_6/already-btn.png');
}
.colorStyle6.singlepage .uss_shop_blocks_view .uss_eshop_item > .uss_shop_by a.add_to_cart:hover,
.colorStyle6.singlepage .uss_shop_blocks_view .uss_eshop_item .price_buy_wrap a.add_to_cart:hover {
  background: #ffbf00;
  color: #ffffff;
  border-color: #ffbf00 !important;
}
.colorStyle6.singlepage .uss_shop_blocks_view .uss_eshop_item > .uss_shop_by a.add_to_cart:hover:before,
.colorStyle6.singlepage .uss_shop_blocks_view .uss_eshop_item .price_buy_wrap a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.colorStyle6.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns {
  border-bottom-color: #e2e4e6;
  border-top-color: #e2e4e6;
}
.colorStyle6.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns a {
  border-bottom-color: style_border_color;
}
.colorStyle6.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns a.already_in_compare:after,
.colorStyle6.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns a.already_in_wish:after {
  background-color: #e83f6f;
}
.colorStyle6.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns .uss_shop_by a {
  background-image: url('../img/k4_6/fast-buy.png');
}
.colorStyle6.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns .uss_compare_by a.add_to_compare {
  background-image: url('../img/k4_6/compare.png');
}
.colorStyle6.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns .uss_shop_put_wrap .uss_shop_put a {
  background-image: url('../img/k4_6/fav.png');
}
.colorStyle6.singlepage .uss_shop_list_view .uss_eshop_item {
  border-color: #e2e4e6;
}
.colorStyle6.singlepage .uss_shop_list_view .uss_eshop_item .uss_shop_price span.old_price {
  color: #747b82;
}
.colorStyle6.singlepage .uss_shop_list_view .uss_eshop_item > .uss_shop_by a.add_to_cart,
.colorStyle6.singlepage .uss_shop_list_view .uss_eshop_item .price_buy_wrap a.add_to_cart {
  border-color: #ffbf00;
  color: inherit;
}
.colorStyle6.singlepage .uss_shop_list_view .uss_eshop_item > .uss_shop_by a.add_to_cart:before,
.colorStyle6.singlepage .uss_shop_list_view .uss_eshop_item .price_buy_wrap a.add_to_cart:before {
  background-image: url('../img/k4_6/cart.png');
}
.colorStyle6.singlepage .uss_shop_list_view .uss_eshop_item > .uss_shop_by a.add_to_cart:hover,
.colorStyle6.singlepage .uss_shop_list_view .uss_eshop_item .price_buy_wrap a.add_to_cart:hover {
  background: #ffbf00;
  color: #ffffff;
}
.colorStyle6.singlepage .uss_shop_list_view .uss_eshop_item > .uss_shop_by a.add_to_cart:hover:before,
.colorStyle6.singlepage .uss_shop_list_view .uss_eshop_item .price_buy_wrap a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.colorStyle6.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns {
  border-bottom-color: #e2e4e6;
  border-top-color: #e2e4e6;
}
.colorStyle6.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns > *:hover {
  border-color: #e83f6f;
}
.colorStyle6.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns a {
  border-bottom-color: style_border_color;
}
.colorStyle6.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns a:hover {
  border-bottom-color: #ffbf00;
}
.colorStyle6.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns .uss_shop_by a {
  background-image: url('../img/k4_6/fast-buy.png');
}
.colorStyle6.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns .uss_compare_by a.add_to_compare {
  background-image: url('../img/k4_6/compare.png');
}
.colorStyle6.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns .uss_shop_put_wrap .uss_shop_put a {
  background-image: url('../img/k4_6/fav.png');
}
.colorStyle6.singlepage .uss_shop_list_view .uss_eshop_item:hover {
  border-color: #e83f6f;
}
.colorStyle6.singlepage .uss_catalog_block_cat .uss_catalog_category {
  border-color: #e2e4e6;
}
.colorStyle6.singlepage .uss_catalog_block_cat .uss_catalog_category .catalog_orderbutton {
  background: #ffffff;
  border-color: #ffbf00;
  color: inherit;
}
.colorStyle6.singlepage .uss_catalog_block_cat .uss_catalog_category .catalog_orderbutton:hover {
  background: #ffbf00;
  color: #ffffff;
}
.colorStyle6.singlepage .uss_catalog_sidebar .uss_catalog_category {
  border-color: #e2e4e6;
}
.colorStyle6.singlepage .uss_catalog_sidebar .uss_catalog_category .catalog_orderbutton {
  background: #ffffff;
  border-color: #ffbf00;
  color: inherit;
}
.colorStyle6.singlepage .uss_catalog_sidebar .uss_catalog_category .catalog_orderbutton:hover {
  background: #ffbf00;
  color: #ffffff;
}
.colorStyle6.singlepage .uss_catalog_list_cat:not(.uss_catalog_sidebar) .uss_catalog_category {
  border-color: #e2e4e6;
}
.colorStyle6.singlepage .uss_catalog_list_cat:not(.uss_catalog_sidebar) .uss_catalog_category .catalog_orderbutton {
  background: #ffffff;
  border-color: #ffbf00;
  color: inherit;
}
.colorStyle6.singlepage .uss_catalog_list_cat:not(.uss_catalog_sidebar) .uss_catalog_category .catalog_orderbutton:hover {
  background: #ffbf00;
  color: #ffffff;
}
.colorStyle6.singlepage .uss_catalog_list_cat:not(.uss_catalog_sidebar) .uss_catalog_category:hover {
  border-color: #e83f6f;
}
.colorStyle6.singlepage .uss_shop_list_cat .uss_shop_category {
  border-color: #e2e4e6;
}
.colorStyle6.singlepage .uss_shop_list_cat .uss_shop_category:hover {
  border-color: #ffbf00;
}
.colorStyle6 table.uss_shoppos_table a.add_to_cart:not(.buy_one_click) {
  border-color: #ffbf00;
  color: inherit;
  -webkit-transition: none;
  transition: none;
}
.colorStyle6 table.uss_shoppos_table a.add_to_cart:not(.buy_one_click):before {
  background-image: url('../img/k4_6/cart.png');
}
.colorStyle6 table.uss_shoppos_table a.add_to_cart:not(.buy_one_click):hover {
  background: #ffbf00;
  color: #ffffff;
}
.colorStyle6 table.uss_shoppos_table a.add_to_cart:not(.buy_one_click):hover:before {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
.colorStyle6 table.uss_shoppos_table .buy_btns a {
  -webkit-transition: none;
  transition: none;
  color: #9e9e9e;
  border-color: #9e9e9e;
}
.colorStyle6 table.uss_shoppos_table .buy_btns a:hover,
.colorStyle6 table.uss_shoppos_table .buy_btns a.already_in_compare,
.colorStyle6 table.uss_shoppos_table .buy_btns a.already_in_wish {
  border-color: #e83f6f;
  color: #e83f6f;
}
.colorStyle6 table.uss_shoppos_table .buy_btns .uss_shop_by:hover {
  border-color: #e83f6f;
}
.colorStyle6 table.uss_shoppos_table .buy_btns .uss_shop_by:hover a {
  -webkit-transition: none;
  transition: none;
  background-image: url('../img/k4_6/fast-buy-mini.png');
}
.colorStyle6 table.uss_shoppos_table .buy_btns .uss_compare_by:hover {
  border-color: #e83f6f;
}
.colorStyle6 table.uss_shoppos_table .buy_btns .uss_compare_by:hover a.add_to_compare {
  -webkit-transition: none;
  transition: none;
  background-image: url('../img/k4_6/compare-mini.png');
}
.colorStyle6 table.uss_shoppos_table .buy_btns .add_to_wishlist:hover {
  border-color: #e83f6f;
}
.colorStyle6 table.uss_shoppos_table .buy_btns .add_to_wishlist:hover a {
  -webkit-transition: none;
  transition: none;
  background-image: url('../img/k4_6/fav-mini.png');
}
.colorStyle6 .uss_catalog_sidebar .catalog_orderbutton,
.colorStyle6 .uss_catalog_block_cat .catalog_orderbutton,
.colorStyle6 .uss_catalog_detail .catalog_orderbutton,
.colorStyle6 .uss_catalog_list_cat:not(.uss_catalog_sidebar) .catalog_orderbutton {
  background: #ffffff;
  border-color: #ffbf00;
  color: inherit;
}
.colorStyle6 .uss_catalog_sidebar .catalog_orderbutton:hover,
.colorStyle6 .uss_catalog_block_cat .catalog_orderbutton:hover,
.colorStyle6 .uss_catalog_detail .catalog_orderbutton:hover,
.colorStyle6 .uss_catalog_list_cat:not(.uss_catalog_sidebar) .catalog_orderbutton:hover {
  background: #ffbf00;
  color: #ffffff;
}
.colorStyle6 form input[type='text'],
.colorStyle6 form.form_styler input[type='text'],
.colorStyle6 form input.styler[type='text'],
.colorStyle6 form.form_styler input.styler[type='text'],
.colorStyle6 form input[type='password'],
.colorStyle6 form.form_styler input[type='password'],
.colorStyle6 form input.styler[type='password'],
.colorStyle6 form.form_styler input.styler[type='password'],
.colorStyle6 form input[type='email'],
.colorStyle6 form.form_styler input[type='email'],
.colorStyle6 form input.styler[type='email'],
.colorStyle6 form.form_styler input.styler[type='email'] {
  border-color: #cccdcf;
}
.colorStyle6 form input[type='text']:focus,
.colorStyle6 form.form_styler input[type='text']:focus,
.colorStyle6 form input.styler[type='text']:focus,
.colorStyle6 form.form_styler input.styler[type='text']:focus,
.colorStyle6 form input[type='password']:focus,
.colorStyle6 form.form_styler input[type='password']:focus,
.colorStyle6 form input.styler[type='password']:focus,
.colorStyle6 form.form_styler input.styler[type='password']:focus,
.colorStyle6 form input[type='email']:focus,
.colorStyle6 form.form_styler input[type='email']:focus,
.colorStyle6 form input.styler[type='email']:focus,
.colorStyle6 form.form_styler input.styler[type='email']:focus {
  border-color: #e83f6f;
}
.colorStyle6 form textarea,
.colorStyle6 form.form_styler textarea,
.colorStyle6 form textarea.styler,
.colorStyle6 form.form_styler textarea.styler {
  border-color: #cccdcf;
}
.colorStyle6 form textarea:focus,
.colorStyle6 form.form_styler textarea:focus,
.colorStyle6 form textarea.styler:focus,
.colorStyle6 form.form_styler textarea.styler:focus {
  border-color: #e83f6f;
}
.colorStyle6 form input[type=submit],
.colorStyle6 form.form_styler input[type=submit],
.colorStyle6 form input[type=submit].styler,
.colorStyle6 form.form_styler input[type=submit].styler,
.colorStyle6 form button,
.colorStyle6 form.form_styler button,
.colorStyle6 form button.styler,
.colorStyle6 form.form_styler button.styler {
  background: none;
  border-color: #e83f6f;
  color: inherit;
}
.colorStyle6 form input[type=submit]:hover,
.colorStyle6 form.form_styler input[type=submit]:hover,
.colorStyle6 form input[type=submit].styler:hover,
.colorStyle6 form.form_styler input[type=submit].styler:hover,
.colorStyle6 form button:hover,
.colorStyle6 form.form_styler button:hover,
.colorStyle6 form button.styler:hover,
.colorStyle6 form.form_styler button.styler:hover {
  background: #e83f6f !important;
  color: #ffffff !important;
}
.colorStyle6 .jq-checkbox {
  border-color: #e2e4e6;
}
.colorStyle6 .jq-checkbox.checked {
  border-color: #e83f6f;
}
.colorStyle6 .jq-checkbox.checked .jq-checkbox__div {
  background: #e83f6f;
}
.colorStyle6 .jq-radio {
  border-color: #cccdcf;
}
.colorStyle6 .jq-radio.checked .jq-radio__div {
  background: #e83f6f;
}
.colorStyle6 .jq-selectbox .jq-selectbox__select {
  border-color: #cccdcf;
}
.colorStyle6 .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  border-top-color: #cccdcf;
}
.colorStyle6 .jq-selectbox:hover .jq-selectbox__select {
  border-color: #333;
}
.colorStyle6 .jq-selectbox:hover .jq-selectbox__select .jq-selectbox__trigger {
  border-left-color: #333;
}
.colorStyle6 .jq-selectbox:hover .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  border-top-color: #333;
}
.colorStyle6 .jq-selectbox.opened .jq-selectbox__select .jq-selectbox__trigger {
  border-left-color: #e83f6f;
}
.colorStyle6 .jq-selectbox.opened .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  border-top-color: #e83f6f;
}
.colorStyle6 .jq-selectbox.jq-selectbox.focused .jq-selectbox__select {
  border-color: #e83f6f;
}
.colorStyle6 .buy_one_click_form_tml .uss_onepos_info .uss_shop_price span.old_price {
  color: #747b82;
}
.colorStyle6 .inline-form form .group:not(.end) .fc_item .elem_item input.styler:focus,
.colorStyle6 .inline-form form .group:not(.end) .fc_item .elem_item textarea.styler:focus {
  border-color: #ffbf00;
}
.colorStyle6 .uss_shop_detail .uss_shop_technical_data .uss_shop_price .price.old_price {
  color: #747b82;
}
.colorStyle6 .uss_shop_detail .uss_shop_technical_data > .uss_shop_by a.add_to_cart,
.colorStyle6 .uss_shop_detail .uss_shop_technical_data .price_buy_wrap a.add_to_cart {
  border-color: #ffbf00;
  color: inherit;
}
.colorStyle6 .uss_shop_detail .uss_shop_technical_data > .uss_shop_by a.add_to_cart:before,
.colorStyle6 .uss_shop_detail .uss_shop_technical_data .price_buy_wrap a.add_to_cart:before {
  background-image: url('../img/k4_6/cart.png');
}
.colorStyle6 .uss_shop_detail .uss_shop_technical_data > .uss_shop_by a.add_to_cart.already_in_cart:before,
.colorStyle6 .uss_shop_detail .uss_shop_technical_data .price_buy_wrap a.add_to_cart.already_in_cart:before {
  background-image: url('../img/k4_6/already-btn.png');
}
.colorStyle6 .uss_shop_detail .uss_shop_technical_data > .uss_shop_by a.add_to_cart:hover,
.colorStyle6 .uss_shop_detail .uss_shop_technical_data .price_buy_wrap a.add_to_cart:hover {
  background: #ffbf00;
  color: #ffffff;
  border-color: #ffbf00 !important;
}
.colorStyle6 .uss_shop_detail .uss_shop_technical_data > .uss_shop_by a.add_to_cart:hover:before,
.colorStyle6 .uss_shop_detail .uss_shop_technical_data .price_buy_wrap a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.colorStyle6 .uss_shop_detail .uss_shop_technical_data .buy_btns a {
  color: #9e9e9e;
  border-color: #9e9e9e;
}
.colorStyle6 .uss_shop_detail .uss_shop_technical_data .buy_btns a:hover,
.colorStyle6 .uss_shop_detail .uss_shop_technical_data .buy_btns a.already_in_compare,
.colorStyle6 .uss_shop_detail .uss_shop_technical_data .buy_btns a.already_in_wish {
  border-color: #e83f6f;
  color: #e83f6f;
}
.colorStyle6 .uss_shop_detail .uss_shop_technical_data .buy_btns .uss_shop_by a:before {
  background-image: url('../img/k4_6/fast-buy-mini.png');
}
.colorStyle6 .uss_shop_detail .uss_shop_technical_data .buy_btns .uss_compare_by a.add_to_compare:before {
  background-image: url('../img/k4_6/compare-mini.png');
}
.colorStyle6 .uss_shop_detail .uss_shop_technical_data .buy_btns .uss_shop_put_wrap .uss_shop_put a:before {
  background-image: url('../img/k4_6/fav-mini.png');
}
.colorStyle6 div.uss_tabs div.uss_tabs_navigation span {
  border-color: #dedade;
  color: inherit;
}
.colorStyle6 div.uss_tabs div.uss_tabs_navigation span.selected {
  background: #e83f6f;
  border-color: #e83f6f;
  color: #ffffff;
}
.colorStyle6 div.uss_tabs div.tab_items {
  border-color: #e2e4e6;
}
.colorStyle6 .h_op {
  color: inherit;
  border-bottom-color: #e2e4e6;
}
.colorStyle6 .uss_eshop_sameproducts .item {
  border-color: #e2e4e6;
}
.colorStyle6 .uss_eshop_sameproducts .item .info .price span.old_price {
  color: #747B82;
}
.colorStyle6 .uss_eshop_sameproducts .item .info .addToCart a.add_to_cart {
  border-color: #ffbf00;
  color: #333333;
}
.colorStyle6 .uss_eshop_sameproducts .item .info .addToCart a.add_to_cart:before {
  background: url('../img/k4_6/cart.png') center no-repeat;
}
.colorStyle6 .uss_eshop_sameproducts .item .info .addToCart a.add_to_cart.already_in_cart {
  border-color: #E2E4E6;
}
.colorStyle6 .uss_eshop_sameproducts .item .info .addToCart a.add_to_cart.already_in_cart:before {
  background-image: url('../img/k4_6/already-btn.png');
}
.colorStyle6 .uss_eshop_sameproducts .item .info .addToCart a.add_to_cart:hover {
  background: #ffbf00;
  color: #ffffff;
  border-color: #ffbf00 !important;
}
.colorStyle6 .uss_eshop_sameproducts .item .info .addToCart a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.colorStyle6 .uss_guestbook .uss_guestbook_links a {
  border-color: #e83f6f;
  color: inherit;
}
.colorStyle6 .uss_guestbook .uss_guestbook_links a:hover {
  background-color: #e83f6f;
  color: #ffffff;
}
.colorStyle6 .uss_guestbook .uss_guestbook_item {
  border-color: #e2e4e6;
}
.colorStyle6 #uss_basket_ask_where_to_go_block {
  border-color: #e83f6f;
}
.colorStyle6 .decore-list td.num:after {
  background: #ffbf00;
}
.colorStyle6 .position.position-block .uss_eshop_block_item:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle6 .position.position-block .uss_eshop_block_item:hover:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 63, 111, 0.8)), to(rgba(232, 63, 111, 0.8))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(232, 63, 111, 0.8), rgba(232, 63, 111, 0.8)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.colorStyle6 .position .uss_eshop_block_item a.add_to_cart {
  border-color: #ffbf00;
  background-color: transparent;
  color: inherit;
}
.colorStyle6 .position .uss_eshop_block_item a.add_to_cart:before {
  background-image: url('../img/k4_6/cart.png');
}
.colorStyle6 .position .uss_eshop_block_item a.add_to_cart.already_in_cart {
  border-color: #E2E4E6;
}
.colorStyle6 .position .uss_eshop_block_item a.add_to_cart.already_in_cart:before {
  background-image: url('../img/k4_6/already-btn.png');
}
.colorStyle6 .position .uss_eshop_block_item a.add_to_cart:hover {
  border-color: #ffbf00 !important;
  background-color: #ffbf00;
  color: #ffffff;
}
.colorStyle6 .position .uss_eshop_block_item a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
.colorStyle6 .position .uss_eshop_block_item:hover {
  border-color: #ffbf00;
}
.colorStyle6 .aside-block .uss_eshop_block_item .uss_price_cart_btn_wrap a.add_to_cart {
  border-color: #ffbf00;
  background: transparent;
  color: inherit;
}
.colorStyle6 .aside-block .uss_eshop_block_item .uss_price_cart_btn_wrap a.add_to_cart:before {
  background-image: url('../img/k4_6/cart.png');
}
.colorStyle6 .aside-block .uss_eshop_block_item .uss_price_cart_btn_wrap a.add_to_cart:hover {
  border-color: #ffbf00;
  background-color: #ffbf00;
  color: #ffffff;
}
.colorStyle6 .aside-block .uss_eshop_block_item:hover {
  border-color: #ffbf00;
}
.colorStyle6 .bg-type4 {
  color: #e2e4e6;
}
.colorStyle6 .bg-type4 .h3 {
  border-color: #e2e4e6;
}
.colorStyle6 .bg-type4 form .group:not(.end) .fc_item .elem_item input.styler,
.colorStyle6 .bg-type4 form .group:not(.end) .fc_item .elem_item textarea.styler {
  border-color: #e2e4e6;
}
.colorStyle6 .bg-type4 form .group:not(.end) .fc_item .elem_item input.styler::-webkit-input-placeholder,
.colorStyle6 .bg-type4 form .group:not(.end) .fc_item .elem_item textarea.styler::-webkit-input-placeholder {
  color: #e2e4e6;
}
.colorStyle6 .bg-type4 form .group:not(.end) .fc_item .elem_item input.styler::-moz-placeholder,
.colorStyle6 .bg-type4 form .group:not(.end) .fc_item .elem_item textarea.styler::-moz-placeholder {
  color: #e2e4e6;
}
.colorStyle6 .bg-type4 form .group:not(.end) .fc_item .elem_item input.styler:-moz-placeholder,
.colorStyle6 .bg-type4 form .group:not(.end) .fc_item .elem_item textarea.styler:-moz-placeholder {
  color: #e2e4e6;
}
.colorStyle6 .bg-type4 form .group:not(.end) .fc_item .elem_item input.styler:-ms-input-placeholder,
.colorStyle6 .bg-type4 form .group:not(.end) .fc_item .elem_item textarea.styler:-ms-input-placeholder {
  color: #e2e4e6;
}
.colorStyle6 .uss_autocomplete_results .ac_over {
  background-color: #e83f6f;
}
.colorStyle6 .uss_pagenator .uss_page_num span.uss_page,
.colorStyle6 .uss_pagenator .uss_page_num span.uss_10_pages_forward,
.colorStyle6 .uss_pagenator .uss_page_num span.uss_10_pages_bac,
.colorStyle6 .uss_pagenator .uss_page_num span.uss_page_forward {
  border: 2px solid #ebeced;
}
.colorStyle6 .uss_pagenator .uss_page_num span.uss_page:hover,
.colorStyle6 .uss_pagenator .uss_page_num span.uss_10_pages_forward:hover,
.colorStyle6 .uss_pagenator .uss_page_num span.uss_10_pages_bac:hover,
.colorStyle6 .uss_pagenator .uss_page_num span.uss_page_forward:hover {
  border-color: #e83f6f;
}
.colorStyle6 .uss_pagenator .uss_page_num span.uss_page.uss_page_selected,
.colorStyle6 .uss_pagenator .uss_page_num span.uss_10_pages_forward.uss_page_selected,
.colorStyle6 .uss_pagenator .uss_page_num span.uss_10_pages_bac.uss_page_selected,
.colorStyle6 .uss_pagenator .uss_page_num span.uss_page_forward.uss_page_selected {
  border-color: #e83f6f;
  color: #333;
}
.colorStyle6 .information ul li .submenu li a {
  color: #e83f6f;
}
.colorStyle6 .uss_adv_img_list_item.uss_ail_point span {
  background-color: #feeeee;
}
.colorStyle6 .uss_adv_img_list_item.uss_ail_point.active span {
  background-color: #e83f6f;
}
.colorStyle6 .uss_adv_img_list_item.uss_ail_point.active span {
  background: #ffbf00;
}
@media (max-width: 1000px) {
  .colorStyle6 .container .aside .aside-catalog-opener {
    color: #ffffff;
    background: #e83f6f;
    position: relative;
  }
}
@media (max-width: 700px) {
  .colorStyle6 .adaptive-full-screen .call_me {
    background-image: -webkit-gradient(linear, left top, right top, from(#202124), to(#4a404d));
    background-image: linear-gradient(90deg, #202124, #4a404d);
    color: #ffffff;
  }
  .colorStyle6 .adaptive-full-screen .menu {
    background-image: -webkit-gradient(linear, left top, right top, from(#202124), to(#4a404d));
    background-image: linear-gradient(90deg, #202124, #4a404d);
    color: #ffffff;
  }
  .colorStyle6 .adaptive-full-screen .menu a {
    color: #fff !important;
  }
  .colorStyle6 .news.block .news_block_item:nth-of-type(even) .image:after {
    border-right-color: #e83f6f;
    border-left-color: transparent;
  }
  .colorStyle6 .news.block .news_block_item:nth-of-type(even) .image:before {
    border-right-color: #e83f6f;
    border-left-color: transparent;
  }
}
@media (max-width: 500px) {
  .colorStyle6 .header .left .basket > div > div .amounts #uss_block_basket_amount {
    background: #e83f6f;
    color: #ffffff;
  }
  .colorStyle6 .header .left .basket > div.empty:after {
    background: #e83f6f;
    color: #ffffff;
  }
}
.colorStyle6 a.add_to_cart:not(.buy_one_click):hover {
  color: #333333 !important;
}
.colorStyle6 a.add_to_cart:not(.buy_one_click):hover:before {
  -webkit-filter: none !important;
          filter: none !important;
}
.colorStyle6 .review.bg-type3 .slick-dots li.slick-active button {
  background-image: url(../img/position-dot-active.png);
}
.uss_search_form form .uss_input_name {
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  border-width: 3px;
  padding-left: 12px;
  margin-top: 1px;
}
.uss_search_form form .uss_submit {
  display: inline-block;
  vertical-align: middle;
}
div[class|=original-place-holder] {
  display: none !important;
}
.uss_privacy_policy_inner {
  width: 1200px;
  font-family: 'Lato';
  font-size: 14px;
}
.uss_privacy_policy_inner .uss_privacy_policy_text {
  font-size: inherit;
}
form#loginForm .label {
  font-size: 15px;
  padding: 0 5px 0 0;
  font-weight: 600;
  font-family: 'Lato';
  vertical-align: middle;
}
form#loginForm tr td.submit {
  padding-top: 24px;
  padding-bottom: 0;
}
form#loginForm tr td.submit input {
  min-width: 100px;
}
.uss_autocomplete_results {
  color: #333333;
  font-family: 'Lato';
  border-color: rgba(0, 0, 0, 0.2);
  font-size: 14px;
}
.uss_autocomplete_results .ac_odd {
  background-color: rgba(0, 0, 0, 0.15);
}
.uss_autocomplete_results .ac_over {
  background-color: #034A7A;
}
.uss_autocomplete_results .title {
  overflow: hidden;
  display: block;
}
.uss_autocomplete_results .price {
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  padding-top: 2px;
  padding-bottom: 2px;
  display: block;
}
.uss_autocomplete_results ul li {
  padding: 0 0 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.icons {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 35px;
}
.icons .icon {
  padding-right: 10px;
  margin-bottom: 15px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 19px;
  font-weight: 800;
  max-width: calc((100% - 10px) / 2);
}
.icons .icon .image {
  min-width: 70px;
  -webkit-box-flex: 0;
      -ms-flex: 0 70px;
          flex: 0 70px;
  width: 70px;
  height: 70px;
}
.icons .icon .image img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
.icons .icon p {
  margin: 0;
}
.icons .icon .info {
  padding-left: 15px;
}
.icons .icon .preview {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.2;
  margin-top: 0.4rem;
}
.icons .icon .preview p {
  margin: 0;
}
.icons .icon .preview p + p {
  margin-top: 0.8rem;
}
.icons .row {
  -moz-flex: 0 100%;
  -ms-flex: 0 100%;
  -o-flex: 0 100%;
  -webkit-box-flex: 0;
          flex: 0 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.icons .row.x1 .icon {
  width: 100% !important;
}
.icons .row.x2 .icon {
  width: calc((100% - (10px * 1) ) / 2);
}
.icons .row.x3 .icon {
  width: calc((100% - (10px * 2) ) / 3);
}
.icons .row.x4 .icon {
  width: calc((100% - (10px * 3) ) / 4);
}
.icons .row.x5 .icon {
  width: calc((100% - (10px * 4) ) / 5);
}
.icons .row.x6 .icon {
  width: calc((100% - (10px * 5) ) / 6);
}
.icons .row.x7 .icon {
  width: calc((100% - (10px * 6) ) / 7);
}
.icons .row.x8 .icon {
  width: calc((100% - (10px * 7)) / 8);
}
.icons .row:last-child .icon {
  margin-bottom: 0;
}
.uss_eshop_sort_block {
  float: none;
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.uss_eshop_sort_block .sort_settings {
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 700;
}
.uss_eshop_sort_block .sort_settings noindex {
  display: block;
  width: 100%;
}
.uss_eshop_sort_block .sort_settings a,
.uss_eshop_sort_block .sort_settings span {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.uss_eshop_sort_block .sort_settings > a,
.uss_eshop_sort_block .sort_settings noindex > a {
  margin-left: 30px;
  border-bottom: 1px solid;
  border-bottom-color: inherit;
  padding-bottom: 0;
}
.uss_eshop_sort_block .sort_settings > a:hover,
.uss_eshop_sort_block .sort_settings noindex > a:hover {
  border-bottom-color: transparent;
}
.uss_eshop_sort_block .sort_settings .arrow a {
  font-family: 'Lato';
  font-size: 15px;
  font-weight: 700;
}
.uss_eshop_sort_block .sort_settings .arrow a:not(:hover) {
  color: #A0A6AB;
}
.uss_eshop_sort_block .filter_show_by_links {
  white-space: nowrap;
  margin-left: 0;
  padding-left: 10px;
}
.uss_eshop_sort_block .filter_show_by_links form .jq-selectbox__select {
  width: 20px;
  height: 34px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.block.about.about-wide {
  line-height: 1.62;
}
.block.about.about-wide .inner-big {
  position: relative;
  padding-bottom: 0;
}
.block.about.about-wide .about-wide-wrap {
  width: 133.3333333333333%;
  position: relative;
  left: -16.66666667%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.block.about.about-wide .h3 {
  padding-left: 16.66666666666667%;
  padding-right: 16.66666666666667%;
}
.block.about.about-wide .left {
  max-width: 58%;
  padding-left: 16.66666666666667%;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 100px;
}
.block.about.about-wide .right {
  max-width: 42%;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.block.about.about-wide .center {
  max-width: 100%;
  width: 100%;
  padding-bottom: 40px;
}
.block.about.about-wide .icons .row:last-child .icon {
  margin-bottom: 0;
}
.block.about.about-wide img {
  max-width: 100%;
}
.big-map p {
  margin: 0;
}
.big-map .map > ymaps {
  height: 590px !important;
}
.flex .items {
  width: 100%;
}
.uss_catalog_detail .uss_img_wrapper.for_preview_columned {
  margin-right: 20px;
}
.buy_one_click_form_inpos h3,
.buy_one_click_form_inpos .h3 {
  font-size: 60px;
  margin: 0 0 62px 0;
  line-height: 1;
  font-weight: 300;
}
.buy_one_click_form_inpos h3 span,
.buy_one_click_form_inpos .h3 span {
  font-size: 58px;
  font-weight: 800;
}
.buy_one_click_form_inpos h3 a,
.buy_one_click_form_inpos .h3 a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  position: relative;
}
.buy_one_click_form_inpos h3 a:after,
.buy_one_click_form_inpos .h3 a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  background: rgba(255, 255, 255, 0);
  color: #fff;
  display: block;
  width: 100%;
  height: 2px;
  -webkit-transition: background 0.25s linear;
  transition: background 0.25s linear;
}
.buy_one_click_form_inpos h3 a:hover:after,
.buy_one_click_form_inpos .h3 a:hover:after {
  background: #333333;
}
.buy_one_click_form_inpos 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_inpos form .group {
  -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;
}
.buy_one_click_form_inpos form .group .fc_item {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.buy_one_click_form_inpos form .group .fc_item:not(:first-child) {
  margin-left: 10px;
}
.buy_one_click_form_inpos form .group:not(.end) .fc_item .elem_item {
  width: 100%;
}
div.uss_tabs .tab_item:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 550px) {
  .buy_one_click_form_inpos form .group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .buy_one_click_form_inpos form .group .fc_item {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
  }
  .buy_one_click_form_inpos form .group .fc_item:not(:first-child) {
    margin-left: 0;
  }
}
.top_bar ~ #wrap .footer {
  padding-bottom: 51px;
}
.uss_shop_table_view .uss_description div {
  height: auto;
}
.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_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_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,
.news_list .title {
  font-size: 20px;
}
.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,
.news_list .title a {
  font-size: inherit;
}
.uss_shop_table_view td.uss_title {
  font-size: 20px - 3px;
}
@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,
  .news_list .title {
    font-size: 20px - 3px;
  }
  .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,
  .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,
.photoalbum_menu .photoalbum_menu_item .uss_tree_description {
  font-size: 16px;
}
.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,
.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,
.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: 16px;
}
.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,
  .photoalbum_menu .photoalbum_menu_item .uss_tree_description {
    font-size: 16px - 1px;
  }
  .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,
  .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,
  .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: 16px - 1px;
  }
  .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;
  }
}
.aside-block .news_block_item .title {
  font-size: 18px;
}
.aside-block .news_block_item .title a {
  font-size: inherit;
}
.aside-block .uss_widget_outer_content .uss_eshop_block_item .uss_shop_name {
  font-size: 18px;
}
.aside-block .uss_widget_outer_content .uss_eshop_block_item .uss_shop_name a {
  font-size: inherit;
}
@media (max-width: 768px) {
  .aside-block .news_block_item .title {
    font-size: 18px - 2px;
  }
  .aside-block .news_block_item .title a {
    font-size: inherit;
  }
  .aside-block .uss_widget_outer_content .uss_eshop_block_item .uss_shop_name {
    font-size: 18px - 2px;
  }
  .aside-block .uss_widget_outer_content .uss_eshop_block_item .uss_shop_name a {
    font-size: inherit;
  }
}
@media (max-width: 1920px) {
  .mainpage .service-block .catalog_menu li .catalog_menu_item > a {
    font-size: 2.03125vw;
  }
  .mainpage .service-block .uss_catalog_sidebar .uss_catalog_category .uss_catalog_cat_name {
    /*font-size: 2.03125vw;*/
  }
}
@media (max-width: 1748px) {
  .review .news_block_item .info {
    background-size: 2.002288329519451vw !important;
    background-position: 1.71624714vw calc(100% - 2.345537757437071vw), calc(100% - 2.345537757437071vw) 5.49199085vw !important;
  }
}
@media (max-width: 1600px) {
  .slider .slides .slide .caption {
    width: 85vw;
  }
}
@media (max-width: 1480px) {
  .block .inner-big {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
  }
  .mainpage .service-block.x5 .uss_shop_block_cat .uss_shop_category {
    max-width: calc(100% / 4);
  }
  .mainpage .service-block.x5 .uss_eshop_menu li {
    max-width: calc(100% / 4);
  }
  .mainpage .service-block.x5 .catalog_menu li {
    max-width: calc(100% / 4);
  }
  .mainpage .service-block.x5 .section.section_catalog .uss_catalog_block_cat {
    max-width: calc(100% / 4);
  }
  .mainpage .service-block.x5 .uss_catalog_sidebar .uss_catalog_category {
    max-width: calc(100% / 4);
  }
}
@media (max-width: 1440px) {
  .header .left {
    margin-right: 2.777777777777778vw;
  }
  .position.position-slider .uss_eshop_block_item {
    font-size: 16px;
  }
  .position.position-slider .uss_eshop_block_item .img {
    width: 45%;
    margin-right: 5%;
  }
  .position.position-slider .uss_eshop_block_item .img img {
    max-width: 100%;
    height: auto;
  }
  .position.position-slider .uss_eshop_block_item .uss_shop_name {
    margin: 0 0 3.125vw 0;
    font-size: 25px;
  }
  .position.position-slider .uss_eshop_block_item .uss_shop_description {
    margin-bottom: 0.5em;
  }
  .position.position-slider .uss_eshop_block_item .uss_price_cart_btn_wrap .uss_shop_price span.old_price {
    font-size: 1.944444444444444vw;
  }
  .position.position-slider .uss_eshop_block_item .uss_price_cart_btn_wrap .uss_shop_price span.actual_price {
    font-size: 3.33333333vw;
  }
  .position.position-slider .items .slick-arrow.slick-prev {
    left: 50%;
  }
}
@media (max-width: 1420px) {
  body.fixed-inner.mainpage #wrap .news.block .inner-wide {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1400px) {
  .review .news_block_item .info {
    background: none !important;
    padding: 20px;
  }
  .review .news_block_item .info .title {
    margin-bottom: 12px;
    font-size: 20px;
  }
  .review .news_block_item .info .preview {
    padding: 0;
    font-size: 16px;
    line-height: 1.6;
  }
  .review .news_block_item .info .preview p {
    margin: 0;
  }
  .review .news_block_item .info .preview p + p {
    margin-top: 7px;
  }
}
@media (max-width: 1300px) {
  .header .menu-row {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .menu-row .auth {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .menu-row .basket {
    -moz-flex: 1 auto;
    -o-flex: 1 auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .menu-row > div {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 auto !important;
            flex: 0 auto !important;
  }
  .singlepage .header .left {
    width: auto;
    max-width: none;
  }
  .slider .slides .slide .image:after {
    height: 250px;
  }
  .mainpage .service-block .uss_eshop_menu li .uss_tree_description {
    line-height: 1.2;
    max-height: 2.4em;
    overflow: hidden;
  }
}
@media (max-width: 1236px) {
  .big-map .inner-wide {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .big-map .map {
    width: 100%;
    left: 0;
  }
  .big-map .contacts-block.fixed {
    left: 10px;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
}
@media (max-width: 1200px) {
  .inner,
  .n-inner {
    width: 100%;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .inner .h3,
  .n-inner .h3 {
    margin-bottom: 15px;
  }
  .inner-big {
    margin-bottom: 15px;
  }
  .header .adaptive-full-width {
    -moz-flex: 0 100%;
    -o-flex: 0 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
  }
  .header .left .search {
    margin-left: 0;
  }
  .header .left .row .column,
  .header .center .row .column,
  .header .right .row .column {
    -moz-flex: 1 auto;
    -o-flex: 1 auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
  }
  .header .left .row .column + .column,
  .header .center .row .column + .column,
  .header .right .row .column + .column {
    margin-left: 10px;
  }
  .header .logo-row {
    padding-left: 0;
    max-width: 35vw;
  }
  .mainpage .header .logo-row {
    padding-left: 0;
  }
  .slider {
    margin-bottom: -4px;
    height: auto;
  }
  .slider .slides .slide .caption {
    padding-top: 0.3333333333333333vw;
    padding-right: 1.416666666666667vw;
    padding-left: 1.416666666666667vw;
    padding-bottom: 1;
  }
  .slider .slides .slide .caption .title {
    font-size: 4.333333333333333vw;
    margin: 0 0 0.8333333333333333vw 0;
  }
  .slider .slides .slide .caption .preview {
    font-size: 3.5vw;
  }
  .slider .slick-track,
  .slider .slick-slide,
  .slider .slick-slide > div,
  .slider .slides .slide {
    height: auto;
  }
  .block .inner-big {
    padding-top: 10.75vw;
    padding-bottom: 13.33333333333333vw;
  }
  .block .p-inner {
    padding-top: 10.83333333333333vw;
  }
  .block .h3,
  .big-map .h3 {
    font-size: 5vw;
  }
  .block .h3 span {
    font-size: 0.98em;
  }
  .block.about {
    background-position: calc(100% + 341px) calc(100% + 2px);
  }
  .news.block .news_block_item .info {
    font-size: 16px;
  }
  .news.block .news_block_item .info .date {
    font-size: 1.75vw;
    margin: 0 0 3.416666666666667vw 0;
  }
  .news.block .news_block_item .info .title {
    font-size: 2.25vw;
    margin: 0 0 3.833333333333333vw 0;
  }
  .news.block .news_block_item .info .preview {
    max-height: 6.2em;
    overflow: hidden;
  }
  .review .news_block_item {
    margin: 0 auto;
  }
  .review .news_block_item .image {
    max-width: 40%;
    -moz-flex: 1 auto;
    -ms-flex: 1 auto;
    -o-flex: 1 auto;
    -webkit-box-flex: 1;
            flex: 1 auto;
    width: auto;
  }
  .review .news_block_item .image img {
    margin: 0 auto;
  }
  .review .news_block_item .info {
    width: auto;
    -moz-flex: 1 auto;
    -ms-flex: 1 auto;
    -o-flex: 1 auto;
    -webkit-box-flex: 1;
            flex: 1 auto;
    padding: 20px;
  }
  .review .news_block_item .info .title {
    letter-spacing: 0.3px;
    color: #0072A1;
    font-size: 24px;
    margin: 0 0 15px 0;
  }
  .review .news_block_item .info .preview {
    font-size: 19px;
  }
  .review .news_block_item .info .preview p {
    margin: 0 0 10px 0;
  }
  table.uss_shoppos_table {
    display: block;
    border: none !important;
  }
  table.uss_shoppos_table tbody {
    display: block;
  }
  table.uss_shoppos_table tbody tr {
    display: block;
    width: 100%;
    clear: both;
    border-bottom: 2px solid #ccc;
    border-left: none !important;
    border-right: none !important;
    zoom: 1;
  }
  table.uss_shoppos_table tbody tr:before,
  table.uss_shoppos_table tbody tr:after {
    content: "";
    display: table;
  }
  table.uss_shoppos_table tbody tr:after {
    clear: both;
  }
  table.uss_shoppos_table tbody tr:first-child {
    display: none;
  }
  table.uss_shoppos_table tbody tr td {
    font-size: 15px;
    border: none;
    padding: 0;
    display: block;
    overflow: hidden;
    width: auto !important;
    margin-bottom: 5px;
  }
  table.uss_shoppos_table tbody tr td.uss_img {
    float: left;
    display: block;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  table.uss_shoppos_table tbody tr td.uss_title {
    display: block;
    padding-top: 14px;
  }
  table.uss_shoppos_table tbody tr td.uss_description > div {
    height: auto;
  }
  table.uss_shoppos_table tbody tr td.uss_onlineorder {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
  table.uss_shoppos_table tbody tr td.uss_onlineorder > * + * {
    margin-left: 10px;
  }
  table.uss_shoppos_table tbody tr td.uss_price {
    margin: 0 16px 20px 0;
  }
  table.uss_shoppos_table tbody tr td.uss_price span {
    background: none !important;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: block;
  }
  table.uss_shoppos_table tbody tr td.uss_price span.actual_price {
    font-size: 24px;
    font-weight: 900;
  }
  table.uss_shoppos_table tbody tr td.uss_price span.old_price {
    color: #747B82;
    font-size: 15px;
    font-weight: 700;
  }
  .singlepage .header .h-in {
    padding-left: 10px;
    padding-right: 10px;
  }
  .big-map .map {
    width: 100%;
    left: 0;
  }
  .information .inner > ul {
    padding: 30px 10px !important;
  }
  .icons .row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 1150px) {
  .mainpage .service-block.x4 .uss_shop_block_cat .uss_shop_category,
  .mainpage .service-block.x5 .uss_shop_block_cat .uss_shop_category {
    max-width: calc(100% / 3);
  }
  .mainpage .service-block.x4 .uss_eshop_menu li,
  .mainpage .service-block.x5 .uss_eshop_menu li {
    max-width: calc(100% / 3);
  }
  .mainpage .service-block.x4 .catalog_menu li,
  .mainpage .service-block.x5 .catalog_menu li {
    max-width: calc(100% / 3);
  }
  .mainpage .service-block.x4 .section.section_catalog .uss_catalog_block_cat,
  .mainpage .service-block.x5 .section.section_catalog .uss_catalog_block_cat {
    max-width: calc(100% / 3);
  }
  .mainpage .service-block.x4 .uss_catalog_sidebar .uss_catalog_category,
  .mainpage .service-block.x5 .uss_catalog_sidebar .uss_catalog_category {
    max-width: calc(100% / 3);
  }
}
@media (max-width: 1024px) {
  .colorStyle2.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category .uss_catalog_cat_name a {
    font-size: 24px;
    line-height: 1.1;
  }
  .uss_shop_detail.uss_shop_detail_350_bottom .uss_img_wrapper {
    height: auto;
    max-width: 50%;
  }
  .uss_shop_detail.uss_shop_detail_350_bottom .uss_img_wrapper .uss_img_big .uss_img_big_image {
    height: auto !important;
  }
}
@media (max-width: 1000px) {
  .aside-block {
    margin-bottom: 0;
  }
  .header .h-in,
  .header .h-out {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header .logo {
    padding-left: 0;
  }
  .header .logo .logo-row {
    padding-left: 0;
  }
  .header .logo .logo-img {
    margin-left: 0;
  }
  .menu {
    padding: 0;
  }
  .menu ul {
    margin: 0;
  }
  .block:not(.review):not(.position-slider) {
    font-size: 16px;
  }
  .block:not(.review):not(.position-slider) .inner,
  .block:not(.review):not(.position-slider) .inner-big,
  .block:not(.review):not(.position-slider) .p-inner,
  .block:not(.review):not(.position-slider) .n-inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .block:not(.review):not(.position-slider).about {
    background: none !important;
  }
  .block:not(.review):not(.position-slider) .quote {
    font-size: 18px;
    background-size: auto 100%;
    margin: 24px 0 24px 0;
    padding: 0 10%;
  }
  .position.position-slider .uss_eshop_block_item .uss_price_cart_btn_wrap .uss_shop_price span.old_price {
    font-size: 17px;
  }
  .position.position-slider .uss_eshop_block_item .uss_price_cart_btn_wrap .uss_shop_price span.actual_price {
    font-size: 30px;
  }
  .container .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .container .aside {
    -moz-flex: 0 100%;
    -o-flex: 0 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    -moz-order: -5;
    -ms-order: -5;
    -o-order: -5;
    -webkit-box-ordinal-group: -4;
        -ms-flex-order: -5;
            order: -5;
    margin: 0 0 0 0 !important;
    float: none !important;
    width: 100%;
  }
  .container .aside .h3 {
    display: block !important;
    width: 100%;
    padding: 14px 21px 18px;
    font-size: 25px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0;
    cursor: pointer;
  }
  .container .aside .h3 span {
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px dashed #fff;
    padding-bottom: 5px;
  }
  .container .aside .h3:before {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: url('../img/aside-opener.png') center no-repeat;
    width: 25px;
    height: 23px;
    background-size: contain;
    margin: 0 10px 0 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: -webkit-transform .1s linear;
    transition: -webkit-transform .1s linear;
    transition: transform .1s linear;
    transition: transform .1s linear, -webkit-transform .1s linear;
  }
  .container .aside > div:not(.aside-menu) {
    display: none;
  }
  .container .aside .aside-menu > ul {
    display: none;
  }
  .container .aside .aside-menu.open > ul {
    display: block;
  }
  .container .aside + .content {
    -moz-flex: 0 100%;
    -o-flex: 0 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
  }
  .container .aside.open .aside-catalog-opener:before {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .container .aside.open .aside-menu {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    display: block !important;
    background: rgba(0, 0, 0, 0.01);
  }
  .review .slick-dots {
    bottom: -40px;
  }
  .review .news_block_item .info .preview {
    font-size: 16px;
  }
  .news.block .news_block_item .info,
  .news.block .news_block_item:nth-of-type(2n) .info {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .singlepage .uss_shop_list_view .uss_eshop_item {
    border: none;
    margin-bottom: 15px;
  }
  .singlepage .uss_shop_list_view .uss_eshop_item + .uss_eshop_item {
    padding-top: 15px;
    border-top: 2px solid #E2E4E6;
  }
  .singlepage .uss_shop_list_cat div.uss_shop_category {
    border: none;
    margin-bottom: 15px;
  }
  .singlepage .uss_shop_list_cat div.uss_shop_category + div.uss_shop_category {
    padding-top: 15px;
    border-top: 2px solid #E2E4E6;
  }
  .block.about.about-wide .about-wide-wrap {
    width: 100%;
    left: 0;
  }
  .block.about.about-wide .h3 {
    padding-left: 0;
  }
  .block.about.about-wide .left {
    padding-left: 10px;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0;
  }
  .block.about.about-wide .right {
    -moz-order: 0;
    -ms-order: 0;
    -o-order: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    max-width: 100%;
  }
  .information .inner > ul > li {
    padding: 0;
  }
  .information .inner > ul > li > a {
    font-size: 18px;
    text-align: center;
  }
  .information .inner > ul > li .submenu {
    display: none;
  }
  .block.about.about-wide .about-wide-wrap > .h3 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .big-map .map > ymaps {
    height: 420px !important;
  }
  .singlepage .container .inner {
    padding-top: 20px !important;
  }
}
@media (max-width: 1000px) and (min-width: 701px) {
  .singlepage .header .h-in .logo-row {
    max-width: 100%;
  }
  .singlepage .header .h-in .left {
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
    max-width: calc((100% - 10px) / 2);
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }
  .singlepage .header .h-in .center {
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
    max-width: calc((100% - 10px) / 2);
    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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .singlepage .header .h-in .center .row {
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
  }
  .singlepage .header .h-in .center .row:not(.menu-row) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .singlepage .header .h-in .center .row:not(.menu-row) .column {
    -webkit-box-flex: 0;
        -ms-flex: 0 auto;
            flex: 0 auto;
  }
  .singlepage .header .h-in .center .row:not(.menu-row) .basket {
    margin-left: 15px;
  }
  .singlepage .header .h-in .center .menu-row {
    border: none !important;
    max-height: 57px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 840px) and (min-width: 701px) {
  .singlepage .header .h-in .left {
    max-width: 40vw;
  }
  .singlepage .header .h-in .center {
    max-width: 60vw;
  }
}
@media (max-width: 950px) {
  .header .row > div:not(.menu) + div {
    margin-left: 0;
  }
}
@media (max-width: 900px) {
  .review .news_block_item {
    margin: 0 !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 5px !important;
  }
  .review .news_block_item .image {
    display: block;
    float: none;
    max-width: 100%;
    width: 100%;
  }
  .review .news_block_item .image a:after {
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    top: auto;
    border: none;
    border-left: 22px solid transparent !important;
    border-right: 22px solid transparent !important;
    border-bottom: 22px solid #fff !important;
  }
  .review .news_block_item .info {
    width: 100%;
    max-width: 100%;
    background: none !important;
  }
  .review .news_block_item .info .title {
    margin-bottom: 10px;
  }
  .review .news_block_item .info .preview {
    padding: 0;
  }
}
@media (max-width: 850px) {
  .header:after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0.01)));
    background-image: linear-gradient(#000000, rgba(0, 0, 0, 0.01));
  }
  .position.position-block .uss_eshop_block_item {
    margin-left: 0 !important;
    margin-right: 10px !important;
  }
  .inner,
  .n-inner,
  .inner-big {
    padding-top: 20px !important;
    padding-bottom: 10px !important;
  }
  .review .inner,
  .position-slider .inner,
  .review .n-inner,
  .position-slider .n-inner,
  .review .inner-big,
  .position-slider .inner-big {
    padding-top: 20px !important;
    padding-bottom: 50px !important;
  }
  .position-slider .inner,
  .position-slider .n-inner,
  .position-slider .inner-big {
    padding-top: 20px !important;
    padding-bottom: 70px !important;
  }
  .footer .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .row > div {
    margin-bottom: 10px;
  }
  .footer .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .center {
    -moz-flex: 0 100%;
    -o-flex: 0 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 10px;
  }
  .footer .left,
  .footer .right {
    -moz-flex: 0 50%;
    -o-flex: 0 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 50%;
            flex: 0 50%;
  }
  .information .inner > ul {
    padding: 20px 10px !important;
  }
  .information .inner > ul > li > a {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 27px;
    line-height: 1em;
  }
  h3 {
    font-size: 23.72px;
    line-height: 1em;
  }
  h4 {
    font-size: 20.5px;
    line-height: 1em;
  }
  h5 {
    font-size: 17.28px;
    line-height: 1em;
  }
  h6 {
    font-size: 15px;
    line-height: 1em;
  }
  .header .contacts {
    font-size: 20px;
  }
  .slider .slides .slide .caption {
    width: 80vw;
  }
  .slider .slides .slide .caption_inner {
    max-width: 50%;
  }
  .block.about .right {
    -moz-order: -1;
    -ms-order: -1;
    -o-order: -1;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    max-width: 100%;
  }
  .block.about .left,
  .block.about .right {
    -moz-flex: 0 100%;
    -o-flex: 0 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    max-width: 100%;
  }
  .information .inner > ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .information .inner > ul > li {
    font-size: 15px;
    max-width: calc((100% - 20px) / 3);
    margin-bottom: 10px;
  }
  .information .inner > ul > li > a {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .information .inner > ul > li .submenu li {
    margin: 0 0 7px 0;
  }
  .singlepage .container .content h1 {
    font-size: 32px;
    margin-top: 15px;
  }
  .singlepage .header .left {
    margin-right: 10px;
  }
  div.uss_tabs p {
    margin: 0 0 0.5em 0;
  }
  div.uss_tabs div.uss_tabs_navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  div.uss_tabs div.uss_tabs_navigation span {
    width: 100%;
    margin: 0 0 -2px 0;
  }
  .news.block .news_block_item .info,
  .news.block .news_block_item .info:nth-of-type(2n) {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .news.block .news_block_item .info .date {
    font-size: 15px;
  }
  .news.block .news_block_item .info .title a {
    font-size: 17.28px;
  }
  .inline-form .form-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
  .singlepage .uss_shop_list_view .uss_eshop_item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .singlepage .uss_shop_list_view .uss_eshop_item .posimg_item {
    -moz-flex: 0 30%;
    -ms-flex: 0 30%;
    -o-flex: 0 30%;
    -webkit-box-flex: 0;
            flex: 0 30%;
    max-width: 30%;
    margin-right: 0 !important;
  }
  .singlepage .uss_shop_list_view .uss_eshop_item .posimg_item .uss_img_holder {
    width: 100% !important;
    height: auto !important;
  }
  .singlepage .uss_shop_list_view .uss_eshop_item .uss_shop_technical_data {
    -moz-flex: 0 70%;
    -ms-flex: 0 70%;
    -o-flex: 0 70%;
    -webkit-box-flex: 0;
            flex: 0 70%;
    padding-bottom: 0;
  }
  .singlepage .uss_shop_list_view .uss_eshop_item .list-position-right {
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    -o-flex: 0 100%;
    -webkit-box-flex: 0;
            flex: 0 100%;
    text-align: center;
  }
  .singlepage .uss_shop_list_view .uss_eshop_item .list-position-right .price_buy_wrap {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .information {
    display: none;
  }
  .container img {
    max-width: 100%;
    display: block;
  }
  .container .uss_section_top_images {
    margin: 0 0 10px 0;
    float: none;
    display: block;
  }
  .position.position-slider .items .slick-dots {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .mainpage .service-block.x5 .uss_shop_block_cat .uss_shop_category,
  .mainpage .service-block.x4 .uss_shop_block_cat .uss_shop_category,
  .mainpage .service-block.x3 .uss_shop_block_cat .uss_shop_category {
    max-width: calc(100% / 2);
  }
  .mainpage .service-block.x5 .uss_eshop_menu li,
  .mainpage .service-block.x4 .uss_eshop_menu li,
  .mainpage .service-block.x3 .uss_eshop_menu li {
    max-width: calc(100% / 2);
  }
  .mainpage .service-block.x5 .catalog_menu li,
  .mainpage .service-block.x4 .catalog_menu li,
  .mainpage .service-block.x3 .catalog_menu li {
    max-width: calc(100% / 2);
  }
  .mainpage .service-block.x5 .section.section_catalog .uss_catalog_block_cat,
  .mainpage .service-block.x4 .section.section_catalog .uss_catalog_block_cat,
  .mainpage .service-block.x3 .section.section_catalog .uss_catalog_block_cat {
    max-width: calc(100% / 2);
  }
  .mainpage .service-block.x5 .uss_catalog_sidebar .uss_catalog_category,
  .mainpage .service-block.x4 .uss_catalog_sidebar .uss_catalog_category,
  .mainpage .service-block.x3 .uss_catalog_sidebar .uss_catalog_category {
    max-width: calc(100% / 2);
    max-width: calc((100% - (1) * 15px) / 2);
  }
  .uss_catalog_detail .uss_img_wrapper.for_preview_columned {
    margin: 0 0 10px 0;
    max-width: 100%;
    display: block;
    width: 100%;
  }
  .uss_advanced_image_list {
    display: none !important;
  }
  .big-map .map > ymaps {
    height: 300px !important;
  }
  .big-map .contacts-block.fixed {
    max-width: 410px;
    width: auto;
  }
  .uss_shop_table_view.mCustomScrollbar .mCSB_container {
    width: 100vw !important;
  }
  table.uss_shoppos_table {
    max-width: 100vw;
  }
  .news_list .image {
    max-width: 50%;
  }
  .news_list.news_block_items .news_item {
    width: 100% !important;
    margin: 0 0 32px !important;
  }
  .news_list.news_block_items .news_item .image {
    float: left;
    margin: 0 1em 0 0;
  }
  .news_list.news_block_items .info {
    margin-top: 0;
  }
  .news_list.news_block_items .news_item .image .uss_image_holder {
    max-width: 100%;
    margin: 0;
  }
  .singlepage .uss_catalog_block_cat .uss_catalog_category {
      max-width: 100%;
      width: 100% !important;
  }
  .singlepage .uss_catalog_block_cat .uss_catalog_category .uss_catalog_cat_img {
    height: auto !important;
  }
}
@media (max-width: 700px) {
  table.table > tbody {
    display: block;
  }
  table.table > tbody > tr {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  table.table > tbody > tr > td {
    -moz-flex: 0 50%;
    -o-flex: 0 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 50%;
            flex: 0 50%;
  }
  .header .h-in {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header .h-in .left {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .header .h-in .left .logo {
    padding-left: 0;
    -moz-flex: 1 auto;
    -o-flex: 1 auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
    margin-bottom: 0;
  }
  .header .h-in .left .burger {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex: 0 auto;
    -o-flex: 0 auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 auto;
            flex: 0 auto;
    position: fixed;
  }
  .header .h-in .search .uss_site_search {
    margin-bottom: 0;
  }
  .header .h-in .left,
  .header .h-in .center,
  .header .h-in .right {
    -moz-flex: 0 100%;
    -o-flex: 0 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    margin: 0;
  }
  .header .h-in .left > *,
  .header .h-in .center > *,
  .header .h-in .right > * {
    -moz-flex: 0 100%;
    -o-flex: 0 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    width: auto;
  }
  .header .h-in .left .row,
  .header .h-in .center .row,
  .header .h-in .right .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 5px 0 10px 0;
  }
  .header .h-in .left .row > div:not(.basket),
  .header .h-in .center .row > div:not(.basket),
  .header .h-in .right .row > div:not(.basket) {
    -moz-flex: 0 50% !important;
    -o-flex: 0 50% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 50% !important;
            flex: 0 50% !important;
    margin: 0;
  }
  .header .h-in .left .row .basket,
  .header .h-in .center .row .basket,
  .header .h-in .right .row .basket {
    text-align: left;
  }
  .header .h-in .center {
    margin-top: 20px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .header .h-in .center > div {
    margin-bottom: 15px;
  }
  .header .h-in .center .row {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    max-width: calc((100% - 10px) / 2);
  }
  .header .h-in .center .row .column {
    display: none;
  }
  .header .h-in .center .row:not(.menu-row) {
    display: none;
  }
  .header .h-in .center .column {
    max-width: calc((100% - 10px) / 2);
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
    -ms-flex: 0 auto;
        flex: 0 auto;
    padding: 5px 0 10px 0;
  }
  .header .h-in .center .basket {
    max-width: calc((100% - 10px) / 2);
    -webkit-box-flex: 0;
        -ms-flex: 0 auto;
            flex: 0 auto;
    text-align: left;
  }
  .header .h-in .center .basket + .column {
    margin: 0 auto;
  }
  .header .h-in .logo-row {
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
    max-width: 100vw;
    margin-right: 45px;
    text-align: center;
  }
  .header .h-in .logo-row a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .h-in .logo-row .logo-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 auto;
            flex: 0 auto;
  }
  .header .h-in .menu {
    display: none;
  }
  .header .h-in .auth {
    display: none;
  }
  .header .adaptive-full-width {
    display: none;
  }
  .header .logo-row a {
    font-size: 32px;
  }
  .header .row {
    border: none !important;
  }
  .position.position-slider .uss_eshop_block_item {
    font-size: 15px;
  }
  .position.position-slider .uss_eshop_block_item .uss_shop_name {
    font-size: 20px;
  }
  .position.position-slider .uss_eshop_block_item .uss_shop_description {
    font-size: 15px;
  }
  .mainpage .service-block.x3 .uss_shop_block_cat .uss_shop_category .uss_shop_cat_name,
  .mainpage .service-block.x2 .uss_shop_block_cat .uss_shop_category .uss_shop_cat_name,
  .mainpage .service-block.x4 .uss_shop_block_cat .uss_shop_category .uss_shop_cat_name {
    padding: 0 10px;
    font-size: 25px;
  }
  .mainpage .service-block.x3 .uss_shop_block_cat .uss_shop_category .uss_shop_cat_text,
  .mainpage .service-block.x2 .uss_shop_block_cat .uss_shop_category .uss_shop_cat_text,
  .mainpage .service-block.x4 .uss_shop_block_cat .uss_shop_category .uss_shop_cat_text {
    font-size: 15px;
    padding: 0 10px;
    font-weight: 300;
  }
  .mainpage .service-block.x3 .uss_catalog_sidebar .uss_catalog_category .uss_catalog_cat_name,
  .mainpage .service-block.x2 .uss_catalog_sidebar .uss_catalog_category .uss_catalog_cat_name,
  .mainpage .service-block.x4 .uss_catalog_sidebar .uss_catalog_category .uss_catalog_cat_name {
    padding: 0 10px;
    font-size: 24px;
  }
  .mainpage .service-block.x3 .uss_catalog_sidebar .uss_catalog_category .uss_shop_cat_text,
  .mainpage .service-block.x2 .uss_catalog_sidebar .uss_catalog_category .uss_shop_cat_text,
  .mainpage .service-block.x4 .uss_catalog_sidebar .uss_catalog_category .uss_shop_cat_text {
    font-size: 15px;
    padding: 0 10px;
    font-weight: 300;
  }
  .mainpage .service-block.x3 .uss_eshop_menu li > a,
  .mainpage .service-block.x2 .uss_eshop_menu li > a,
  .mainpage .service-block.x4 .uss_eshop_menu li > a {
    font-size: 25px;
    padding: 0 10px;
  }
  .mainpage .service-block.x3 .catalog_menu li .catalog_menu_item > a,
  .mainpage .service-block.x2 .catalog_menu li .catalog_menu_item > a,
  .mainpage .service-block.x4 .catalog_menu li .catalog_menu_item > a {
    font-size: 25px;
    padding: 0 10px;
  }
  .mainpage .service-block.x3 .section.section_catalog .uss_catalog_block_cat .uss_catalog_category .catalog_info,
  .mainpage .service-block.x2 .section.section_catalog .uss_catalog_block_cat .uss_catalog_category .catalog_info,
  .mainpage .service-block.x4 .section.section_catalog .uss_catalog_block_cat .uss_catalog_category .catalog_info {
    padding: 0 10px;
  }
  .mainpage .service-block.x3 .section.section_catalog .uss_catalog_block_cat .uss_catalog_category .catalog_info .uss_catalog_cat_name,
  .mainpage .service-block.x2 .section.section_catalog .uss_catalog_block_cat .uss_catalog_category .catalog_info .uss_catalog_cat_name,
  .mainpage .service-block.x4 .section.section_catalog .uss_catalog_block_cat .uss_catalog_category .catalog_info .uss_catalog_cat_name {
    font-size: 25px;
  }
  #wrap.menu-open .adaptive-full-screen {
    display: block;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #wrap.menu-open .header .burger {
    visibility: hidden;
  }
  .adaptive-full-screen {
    display: none;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    min-height: calc(1vh * 100);
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: justify-content;
        -ms-flex-align: justify-content;
            align-items: justify-content;
    overflow: auto;
  }
  .adaptive-full-screen > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .adaptive-full-screen > ul > li {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .adaptive-full-screen .adaptive-full-width {
    -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;
    max-width: 75%;
  }
  .adaptive-full-screen .menu {
    background: #1C2831;
    margin: 0 auto 0 0;
    width: 100%;
  }
  .adaptive-full-screen ul {
    display: block;
    position: static;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .adaptive-full-screen ul li {
    display: block;
    width: 100%;
    padding: 0;
  }
  .menu ul li.active,
  .menu li.active .submenu {
    background: #fff !important;
  }
  .adaptive-full-screen .menu ul li.active a {
    color: #1c2831 !important;
  }
  .adaptive-full-screen .menu ul li a.active {
    text-decoration: none;
  }
  .adaptive-full-screen ul li a {
    display: block;
    text-align: left;
    padding: 6px 59px 10px 21px !important;
  }
  .adaptive-full-screen ul li a:after {
    content: none;
  }
  .adaptive-full-screen ul li .submenu {
    position: static !important;
  }
  .adaptive-full-screen ul li .submenu li a {
    padding: 6px 21px 10px !important;
  }
  .adaptive-full-screen ul li .submenu li a:hover {
    text-decoration: none;
  }
  .adaptive-full-screen ul li.active > .submenu {
    display: block !important;
    
  }
  .adaptive-full-screen .burger {
    width: 59px !important;
    height: 54px !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    position: absolute;
    right: 0;
    top: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    z-index: 100;
  }
  .adaptive-full-screen .burger span {
    height: 2px;
    background: #fff;
    display: block;
    width: 35px;
    position: absolute;
    top: 26px;
    left: 8px;
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  .adaptive-full-screen .burger span:nth-of-type(1) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .adaptive-full-screen .burger span:nth-of-type(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .adaptive-full-screen .burger span:nth-of-type(3) {
    display: none;
  }
  .adaptive-full-screen .call_me {
    -moz-order: -1;
    -ms-order: -1;
    -o-order: -1;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    font-size: 15px;
    width: 75%;
    margin-right: auto;
    background: #034A7A;
  }
  .adaptive-full-screen .call_me a {
    color: #fff;
    padding-left: 20px;
  }
  .adaptive-full-screen .menu a {
    color: #fff;
  }
  .singlepage .adaptive-full-screen .burger span {
    width: 39px;
  }
  .big-map .contacts-block.fixed {
    position: static;
    -webkit-transform: none;
    transform: none;
    margin: 0;
    padding: 24px 10px 0 10px;
    width: 100%;
    font-size: 17px;
  }
  .container .content .uss_eshop_filters_block .group .eshop_filters_items .eshop_filters {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px) / 2);
            flex: 0 0 calc((100% - 10px) / 2);
  }
  .container .content .uss_eshop_filters_block .filter_price,
  .container .content .uss_eshop_filters_block .filter_producer {
    -moz-flex: 0 50%;
    -o-flex: 0 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 50%;
            flex: 0 50%;
  }
  .container .content .uss_eshop_filters_block .filter_submit {
    -moz-flex: 0 100%;
    -o-flex: 0 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .menu {
    margin-bottom: 0;
  }
  .footer .menu ul {
    display: block;
    width: 100%;
  }
  .footer .menu ul li {
    padding: 6px 0 10px;
    display: block;
    text-align: left;
  }
  .footer .menu ul li:hover {
    padding: 6px 0 10px;
  }
  .footer .menu ul li:hover a {
    padding: 0 0 0 10px;
  }
  .footer .menu ul li a {
    padding: 0 0 0 10px;
  }
  .news.block .news_block_item .image {
    width: calc(30% + 48px);
  }
  .news.block .news_block_item .info {
    padding: 10px;
    width: calc(70% - 48px);
  }
  .news.block .news_block_item .info .preview {
    max-height: 3.1em;
    margin-bottom: 10px;
  }
  .news.block .news_block_item .info .date {
    margin-bottom: 10px;
  }
  .news.block .news_block_item .info .title {
    margin-bottom: 10px;
  }
  .news.block .news_block_item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .news.block .news_block_item:nth-of-type(even) .image:before {
    left: auto;
    right: 0;
    border-right: 48px solid #384C61;
    border-left: 0 solid transparent;
    border-bottom: 50px solid transparent;
  }
  .news.block .news_block_item:nth-of-type(even) .image:after {
    left: auto;
    right: 0;
    border-right: 48px solid #384C61;
    border-top: 48px solid transparent;
    border-left: 0 solid transparent;
  }
  .news.block .news_block_item:nth-of-type(even) .info {
    padding-left: 10px;
    padding-right: 10px;
  }
  .position.position-block .items .slick-arrow {
    top: -35px;
  }
  .slider .slides .slide .image:after {
    height: 330px;
  }
  .position.position-slider .position-right {
    padding-left: 0 !important;
  }
  .position.position-slider .items .slick-dots {
    padding-left: 0;
    bottom: 0;
    top: auto;
  }
  .position.position-slider .items .slick-arrow {
    top: auto;
    bottom: -25px;
  }
  .position.position-slider .items .slick-arrow.slick-prev {
    left: 0;
    right: auto;
  }
  .position.position-slider .items .slick-arrow.slick-next {
    right: 0;
    left: auto;
  }
  .mainpage .content .uss_section_content p:first-child img {
    float: none !important;
    display: block;
    margin: 0 auto 20px !important;
  }
  .icons {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .icons .icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: block;
  }
  .icons .icon:after {
    content: '';
    clear: both;
  }
  .icons .icon .image {
    width: 50px;
    height: 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 50px;
            flex: 0 50px;
    min-width: 50px;
    float: left;
    margin-right: 10px;
  }
  .icons .icon .title {
    font-size: 17px;
  }
  .icons .icon .preview {
    font-size: 15px;
  }
  .icons .icon .info {
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
    padding-left: 10px;
  }
}
@media (max-width: 650px) {
  .mainpage .service-block .uss_eshop_menu > li .info {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .mainpage .service-block .uss_eshop_menu > li .info a {
    font-size: 24px !important;
  }
  .mainpage .service-block .uss_eshop_menu > li .info .uss_tree_description {
    font-size: 15px !important;
    max-height: 2.4em;
    overflow: hidden;
  }
  .mainpage .service-block .catalog_menu > li .catalog_menu_item .info {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .mainpage .service-block .catalog_menu > li .catalog_menu_item .info a {
    font-size: 24px !important;
  }
  .mainpage .service-block .catalog_menu > li .catalog_menu_item .info .uss_tree_description {
    font-size: 15px !important;
    max-height: 2.4em;
    overflow: hidden;
  }
  .mainpage .service-block .uss_catalog_sidebar .uss_catalog_category .info {
    /*padding-left: 10px !important;*/
    /*padding-right: 10px !important;*/
    bottom: 56px;
  }
  .mainpage .service-block .uss_catalog_sidebar .uss_catalog_category .info .uss_catalog_cat_name {
    padding-left: 0;
  }
  .mainpage .service-block .uss_catalog_sidebar .uss_catalog_category .info .uss_catlog_cat_anons {
    font-size: 15px !important;
    max-height: 2.4em;
    overflow: hidden;
  }
  .mainpage .service-block .uss_catalog_sidebar .uss_catalog_category .catalog_orderbutton {
    left: 10px;
    right: auto;
    bottom: 10px;
  }
}
@media (max-width: 600px) {
  .block .h3,
  .big-map .h3 {
    font-size: 30px;
  }
  .block .quote {
    font-size: 18px;
    background-size: auto 100%;
    margin: 24px 0 24px 0;
    padding: 0 10px;
    background: none !important;
  }
  .block .inner-big {
    padding-left: 10px;
    padding-right: 10px;
  }
  .position.position-block .uss_eshop_block_item {
    max-width: 100%;
  }
  .position.position-block .one-in-row .uss_eshop_block_item {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .inline-form .form-wrap {
    padding-top: 10px;
  }
  .inline-form .form-wrap form .group {
    -moz-flex: 0 100% !important;
    -o-flex: 0 100% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 100% !important;
            flex: 0 100% !important;
    margin: 0 !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .inline-form .form-wrap form .group .fc_item {
    margin: 0 0 10px 0 !important;
  }
  .inline-form .form-wrap form .buttons {
    -moz-flex: 0 100%;
    -o-flex: 0 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    text-align: center;
  }
  .inline-form .form-wrap form .buttons input {
    display: inline-block;
  }
  .information .inner > ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .information .inner > ul > li {
    -moz-flex: 0 50%;
    -o-flex: 0 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 50%;
            flex: 0 50%;
    max-width: 100%;
  }
  table.uss_shoppos_table tbody tr td.uss_img {
    float: none !important;
    width: 100%;
  }
  table.uss_shoppos_table tbody tr td.uss_img .uss_img_holder {
    display: block;
    margin: 0 auto;
  }
  table.uss_shoppos_table tbody tr td:not(.uss_img) {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header .h-in {
    padding-left: 10px;
    padding-right: 10px;
  }
  .uss_eshop_sort_block .sort_settings > a,
  .uss_eshop_sort_block .sort_settings noindex > a {
    margin-left: 15px;
  }
  .container .content h1 {
    font-size: 32px;
    line-height: 1.2;
  }
  .mainpage .service-block .uss_shop_block_cat .uss_shop_category .uss_shop_cat_name {
    font-size: 29px;
  }
  .mainpage .service-block .uss_eshop_menu li > a:not(.block-link) {
    font-size: 29px;
    font-weight: 700;
  }
  .mainpage .service-block .catalog_menu li .catalog_menu_item > a {
    font-size: 29px;
  }
  .mainpage .service-block .section.section_catalog .uss_catalog_block_cat .uss_catalog_category .catalog_info .uss_catalog_cat_name {
    font-size: 29px;
  }
  .mainpage .service-block .uss_catalog_sidebar .uss_catalog_category .uss_catalog_cat_name {
    font-size: 29px;
  }
  .mainpage .service-block .uss_catalog_sidebar .uss_catalog_category .uss_catlog_cat_anons {
    font-size: 15px;
  }
  .mainpage .block-view .catalog_menu li .catalog_menu_item > a {
    font-size: 29px;
  }
  .mainpage .block-view .catalog_menu li .catalog_menu_item .uss_tree_description {
    font-size: 15px;
  }
  .slider .slides .slide .caption {
    max-width: 100%;
  }
  .singlepage .uss_catalog_list_cat:not(.uss_catalog_sidebar) .uss_catalog_category .uss_catalog_cat_name {
    margin: 0 0 0.8rem 0;
  }
  .singlepage .uss_catalog_list_cat:not(.uss_catalog_sidebar) .uss_catalog_category .uss_catlog_cat_anons {
    margin: 0;
  }
}
@media (max-width: 550px) {
  .mainpage .service-block .uss_eshop_menu > li .info a {
    font-size: 21px !important;
  }
  .mainpage .service-block.x3 .uss_catalog_sidebar .uss_catalog_category .uss_catalog_cat_name, .mainpage .service-block.x2 .uss_catalog_sidebar .uss_catalog_category .uss_catalog_cat_name, .mainpage .service-block.x4 .uss_catalog_sidebar .uss_catalog_category .uss_catalog_cat_name {
    font-size: 21px;
  }
  .colorStyle1.mainpage .service-block .uss_eshop_menu li:after,
  .colorStyle2.mainpage .service-block .uss_eshop_menu li:after,
  .colorStyle3.mainpage .service-block .uss_eshop_menu li:after,
  .colorStyle4.mainpage .service-block .uss_eshop_menu li:after,
  .colorStyle5.mainpage .service-block .uss_eshop_menu li:after,
  .colorStyle6.mainpage .service-block .uss_eshop_menu li:after,
  .colorStyle1.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category:after,
  .colorStyle2.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category:after,
  .colorStyle3.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category:after,
  .colorStyle4.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category:after,
  .colorStyle5.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category:after,
  .colorStyle6.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category:after {
    /*background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8) 70%);*/
  }
  .colorStyle2.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category .uss_catalog_cat_name a {
    font-size: 21px;
  }
  .uss_shop_detail .uss_img_wrapper {
    float: none;
    margin: 0 auto 10px auto;
    clear: both;
    max-width: 100% !important;
    width: 100% !important;
    text-align: center;
  }
  .uss_shop_detail .uss_img_wrapper .uss_img_big {
    float: none;
  }
  .uss_shop_detail .uss_img_wrapper .uss_img_big .uss_img_big_image {
    margin: 0 auto;
    display: block;
  }
  .uss_shop_detail .uss_img_wrapper img {
    display: block;
    margin: 0 auto;
  }
  .footer .row {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .footer .center,
  .footer .left,
  .footer .right {
    -moz-flex: 0 100%;
    -o-flex: 0 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    margin: 0 0 10px 0;
    text-align: center;
  }
  .footer .left {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .footer .right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer .dev {
    margin-left: 0;
  }
  .uss-copyright span,
  .uss-copyright strong {
    margin-left: 0;
  }
  .position.position-slider .uss_eshop_block_item .img {
    width: 100%;
    margin: 0;
    float: none;
    display: block;
    text-align: center;
  }
  .position.position-slider .uss_eshop_block_item .img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  .position.position-slider .uss_eshop_block_item .position-right {
    width: 100%;
  }
  .position.position-slider .uss_eshop_block_item .uss_price_cart_btn_wrap {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .position.position-slider .uss_eshop_block_item .uss_price_cart_btn_wrap .uss_shop_price {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .position.position-slider .uss_eshop_block_item .uss_price_cart_btn_wrap .uss_shop_price span {
    padding: 0 5px !important;
    -moz-flex: 0 auto;
    -ms-flex: 0 auto;
    -o-flex: 0 auto;
    -webkit-box-flex: 0;
            flex: 0 auto;
  }
  .colorStyle6 .slider .slides .slick-arrow.slick-prev {
    background-position: 15px center;
  }
  .colorStyle6 .slider .slides .slick-arrow.slick-next {
    background-position: calc(100% - 15px) center;
  }
  .singlepage .uss_shop_list_view .uss_eshop_item .posimg_item {
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    -o-flex: 0 100%;
    -webkit-box-flex: 0;
            flex: 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .singlepage .uss_shop_list_view .uss_eshop_item .posimg_item .uss_img_holder_outer {
    max-width: 100%;
    margin: 0 auto;
  }
  .singlepage .uss_shop_list_view .uss_eshop_item .uss_shop_technical_data {
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    -o-flex: 0 100%;
    -webkit-box-flex: 0;
            flex: 0 100%;
  }
  .inline-form.inline form .group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .inline-form.inline form .group .fc_item:not(:last-child):not(.fc_textarea) {
    margin-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
  }
  .review .slick-slide > div > .news_block_item {
    max-width: 100%;
  }
  .news_list .news_item {
    text-align: center;
    border-bottom: 1px solid #E2E4E6;
    padding-bottom: 22px;
  }
  .news_list .news_item:last-child {
    border: none;
    margin-bottom: 0 !important;
    padding-bottom: 0;
  }
  .news_list .news_item .info {
    text-align: left;
  }
  .news_list .image,
  .news_list.news_block_items .news_item .image {
    float: none;
    display: inline-block;
    max-width: 100%;
    margin: 0 auto 10px auto;
  }
  .news_list .image .uss_image_holder {
    width: auto !important;
    height: auto !important;
    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_catalog_detail .uss_img_wrapper {
    float: none;
    margin: 0 auto 20px !important;
  }
  .uss_catalog_detail .uss_img_wrapper:after {
    content: '';
    clear: both;
  }
}
@media (max-width: 500px) {
  .header .basket a {
    font-size: 0;
  }
  .header .h-in .center {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .h-in .center .contacts {
    font-size: 18px;
  }
  .header .left > div:not('.basket') {
    -moz-order: 0;
    -ms-order: 0;
    -o-order: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .header .left .search {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
  }
  .header .left .basket {
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 25px;
    height: 25px;
    -moz-flex: 0 auto;
    -o-flex: 0 auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 auto;
            flex: 0 auto;
    padding: 0;
    margin: 9px 0 0 10px;
    width: 50px;
  }
  .header .left .basket > div {
    -moz-flex: 0 auto;
    -ms-flex: 0 auto;
    -o-flex: 0 auto;
    -webkit-box-flex: 0;
            flex: 0 auto;
    position: relative;
  }
  .header .left .basket > div > div .amounts .countword {
    display: none;
  }
  .header .left .basket > div > div .amounts #uss_block_basket_amount {
    position: absolute;
    left: 22px;
    top: -15px;
    width: 21px;
    height: 21px;
    border-radius: 21px;
    background: #FFD324;
    line-height: 21px;
    color: #435568;
  }
  .header .left .basket > div > div .totals {
    display: none;
  }
  .header .left .basket > div.empty p {
    display: none;
  }
  .header .left .basket > div.empty:after {
    content: '0';
    position: absolute;
    left: 22px;
    top: -15px;
    width: 21px;
    height: 21px;
    border-radius: 21px;
    background: #FFD324;
    line-height: 21px;
    color: #435568;
  }
  .header .left .basket a {
    color: inherit;
    padding-left: 40px;
    padding-top: 4px;
  }
  .information .inner > ul > li {
    -moz-flex: 0 100%;
    -o-flex: 0 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
  }
  .information .inner > ul > li > a {
    border-bottom: 1px dashed;
    display: inline-block;
    padding-bottom: 3px;
    cursor: pointer;
  }
  .information .inner > ul > li > a:after {
    content: '';
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: url(../img/i-arrow.png) center no-repeat;
    background-size: 6px auto;
    margin-left: 7px;
  }
  .information .inner > ul > li > a + * {
    display: none;
  }
  .information .inner > ul > li > a:hover {
    border-color: transparent;
  }
  .information .inner > ul > li > a.open + * {
    display: block;
  }
  .information .inner > ul > li > a.open:after {
    background: url(../img/i-arrow-open.png) center no-repeat;
    background-size: auto 7px;
  }
  .comment_form_block #ommentaddform_id .uss_form_item {
    -moz-flex: 0 100%;
    -o-flex: 0 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 0 10px 0;
  }
  .comment_form_block #ommentaddform_id .uss_form_item.uss_form_submit {
    text-align: center;
  }
  .news.block .news_block_item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news.block .news_block_item .image,
  .news.block .news_block_item .info {
    -moz-flex: 0 100%;
    -o-flex: 0 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    width: 100%;
  }
  .news.block .news_block_item .image {
    -moz-order: 0;
    -ms-order: 0;
    -o-order: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    height: 300px;
  }
  .news.block .news_block_item .image:after,
  .news.block .news_block_item .image:before {
    content: none !important;
  }
  .news.block .news_block_item .info {
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .slider .slides .slide .image:after {
    height: 265px;
  }
  .icons .icon .title {
    font-size: 16px;
  }
  .container .content h1 {
    font-size: 28px;
    font-size: 1.1em;
  }
  .uss_eshop_sort_block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .uss_eshop_sort_block > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .slider {
    max-height: none;
  }
  .slider .slides {
    min-height: auto;
    width: 120%;
    left: -10%;
  }
  .slider .slides .slide {
    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;
  }
  .slider .slides .slide .image {
    min-height: auto;
  }
  .slider .slides .slide .caption {
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
    margin: 0 auto !important;
    position: static;
    -webkit-transform: translate(0);
            transform: translate(0);
    max-width: 100vw;
    width: 100vw;
    padding: 10px 10px 30px 10px !important;
    min-width: 420px;
  }
  .slider .slides .slide .caption:after {
    content: '';
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, from(#384c61), to(#54687b));
    background: linear-gradient(90deg, #384c61, #54687b);
    position: absolute;
    z-index: 0;
    opacity: 0.8;
  }
  .slider .slides .slide .caption_inner {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  .slider .slides .slide .caption_inner:after {
    display: none;
  }
  .slider .slides .slide .caption .title {
    margin-bottom: 0.2em;
  }
  .slider .slides .slide .caption .preview {
    font-size: 16px;
    line-height: 1.3;
  }
  .slider .slides .slide .caption:after {
    opacity: 1;
  }
  .slider .slides .slick-arrow {
    display: none !important;
  }
  .slider .slides .slick-dots {
    bottom: 10px;
  }
  .slider .slides .slick-dots li {
    margin: 0 6px;
  }
  .slider .slides .slick-dots li button {
    width: 15px;
    height: 15px;
  }
  .slider .slides .slick-dots li.slick-active button {
    background-size: 100% !important;
  }
}
@media (max-width: 450px) {
  table.table > tbody > tr > td {
    -moz-flex: 0 100%;
    -o-flex: 0 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    margin-bottom: 0.35em;
  }
  table.table > tbody > tr > td table tbody {
    display: block;
  }
  table.table > tbody > tr > td table tr {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  table.table > tbody > tr > td table tr td {
    display: block;
    -moz-flex: 0 auto;
    -o-flex: 0 auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 auto;
            flex: 0 auto;
  }
  table.table > tbody > tr > td table tr td + td {
    -moz-flex: 1 auto;
    -o-flex: 1 auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
    padding-left: 1em;
  }
  .singlepage .uss_shop_list_cat div.uss_shop_category .uss_shop_cat_img_wrap {
    float: none;
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
    max-width: 100%;
  }
  .singlepage .uss_shop_list_cat div.uss_shop_category .uss_shop_cat_img_wrap .uss_shop_cat_img {
    max-width: 100%;
    height: auto !important;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .singlepage .uss_shop_list_cat div.uss_shop_category .uss_shop_cat_img_wrap .uss_shop_cat_img > a img {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .uss_eshop_sort_block .sort_settings > a,
  .uss_eshop_sort_block .sort_settings noindex > a {
    margin-left: 5px;
  }
  .mainpage .service-block .uss_shop_block_cat .uss_shop_category .uss_shop_cat_name {
    font-size: 21px;
  }
  .mainpage .service-block .uss_eshop_menu li > a:not(.block-link) {
    font-size: 21px;
    font-weight: 700;
  }
  .mainpage .service-block .catalog_menu li .catalog_menu_item > a {
    font-size: 21px;
  }
  .mainpage .service-block .section.section_catalog .uss_catalog_block_cat .uss_catalog_category .catalog_info .uss_catalog_cat_name {
    font-size: 21px;
  }
  .mainpage .service-block .uss_catalog_sidebar .uss_catalog_category .uss_catalog_cat_name {
    font-size: 21px;
  }
  .mainpage .service-block .uss_catalog_sidebar .uss_catalog_category .uss_catlog_cat_anons {
    font-size: 15px;
  }
  .mainpage .block-view .catalog_menu li .catalog_menu_item > a {
    font-size: 21px;
  }
  .mainpage .block-view .catalog_menu li .catalog_menu_item .uss_tree_description {
    font-size: 15px;
  }
  .header .h-in .logo-row {
    display: block;
  }
}
@media all and (-ms-high-contrast: none) {
  .review .slick-track {
    display: block;
  }
  .review .slick-slide {
    display: block;
    float: left !important;
  }
}

.show-all-projects {
    font-size: 25px;
    margin-top: 20px;
    display: inline-block;
}