.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  min-width: 100%;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr;
  width: 100%;
}
.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.75;
  filter: 'alpha(opacity=75)';
  -ms-filter: 'alpha(opacity=75)';
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
}
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: 'alpha(opacity=0)';
  -ms-filter: 'alpha(opacity=0)';
}
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: 'alpha(opacity=100)';
  -ms-filter: 'alpha(opacity=100)';
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: 'alpha(opacity=40)';
  -ms-filter: 'alpha(opacity=40)';
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: 'alpha(opacity=75)';
  -ms-filter: 'alpha(opacity=75)';
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: 'alpha(opacity=85)';
  -ms-filter: 'alpha(opacity=85)';
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: 'alpha(opacity=90)';
  -ms-filter: 'alpha(opacity=90)';
}
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: 'alpha(opacity=40)';
  -ms-filter: 'alpha(opacity=40)';
}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: 0.75;
  filter: 'alpha(opacity=75)';
  -ms-filter: 'alpha(opacity=75)';
}
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: 0.9;
  filter: 'alpha(opacity=90)';
  -ms-filter: 'alpha(opacity=90)';
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: 'alpha(opacity=30)';
  -ms-filter: 'alpha(opacity=30)';
}
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=);
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}
.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: 'alpha(opacity=30)';
  -ms-filter: 'alpha(opacity=30)';
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 16px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: 'alpha(opacity=30)';
  -ms-filter: 'alpha(opacity=30)';
}
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px;
}
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px;
}
.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  height: 12px;
  width: auto;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: 'alpha(opacity=20)';
  -ms-filter: 'alpha(opacity=20)';
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: 'alpha(opacity=50)';
  -ms-filter: 'alpha(opacity=50)';
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: 'alpha(opacity=20)';
  -ms-filter: 'alpha(opacity=20)';
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: 'alpha(opacity=50)';
  -ms-filter: 'alpha(opacity=50)';
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
@font-face {
  font-family: Roboto Condensed;
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(../fonts/robotocondensedlight.woff2) format('woff2'), url(../fonts/robotocondensedlight.woff) format('woff'), url(../fonts/robotocondensedlight.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Roboto Condensed;
  src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url(../fonts/robotocondensedlightitalic.woff2) format('woff2'), url(../fonts/robotocondensedlightitalic.woff) format('woff'), url(../fonts/robotocondensedlightitalic.ttf) format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: Roboto Condensed;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(../fonts/robotocondensed.woff2) format('woff2'), url(../fonts/robotocondensed.woff) format('woff'), url(../fonts/robotocondensed.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Roboto Condensed;
  src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(../fonts/robotocondenseditalic.woff2) format('woff2'), url(../fonts/robotocondenseditalic.woff) format('woff'), url(../fonts/robotocondenseditalic.ttf) format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Roboto Condensed;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(../fonts/robotocondensedbold.woff2) format('woff2'), url(../fonts/robotocondensedbold.woff) format('woff'), url(../fonts/robotocondensedbold.ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Roboto Condensed;
  src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url(../fonts/robotocondensedbolditalic.woff2) format('woff2'), url(../fonts/robotocondensedbolditalic.woff) format('woff'), url(../fonts/robotocondensedbolditalic.ttf) format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Cleanvertising;
  src: local('Cleanvertising-Light'), url(../fonts/cleanvertising-light.woff2) format('woff2'), url(../fonts/cleanvertising-light.woff) format('woff'), url(../fonts/cleanvertising-light.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Cleanvertising;
  src: local('Cleanvertising-Black'), url(../fonts/cleanvertising-black.woff2) format('woff2'), url(../fonts/cleanvertising-black.woff) format('woff'), url(../fonts/cleanvertising-black.ttf) format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: pf_dindisplay_pro;
  src: url(../fonts/pfdindisplaypro-regular-webfont.eot);
  src: url(../fonts/pfdindisplaypro-regular-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/pfdindisplaypro-regular-webfont.woff) format('woff'), url(../fonts/pfdindisplaypro-regular-webfont.ttf) format('truetype'), url(../fonts/pfdindisplaypro-regular-webfont.svg#pf_dindisplay_proregular) format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: pf_dindisplay_pro;
  src: url(../fonts/pfdindisplaypro-bold-webfont.eot);
  src: url(../fonts/pfdindisplaypro-bold-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/pfdindisplaypro-bold-webfont.woff) format('woff'), url(../fonts/pfdindisplaypro-bold-webfont.ttf) format('truetype'), url(../fonts/pfdindisplaypro-bold-webfont.svg#pf_dindisplay_probold) format('svg');
  font-weight: 700;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
html {
  display: block;
  height: 100%;
  min-height: auto;
  margin: 0;
  padding: 0;
}
body {
  height: 100%;
  min-height: auto;
  margin: 0;
  padding: 0;
}
input[type='submit'],
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type='submit'].styler {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#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%;
  color: #262427;
  overflow: hidden;
  max-width: 100%;
  font-family: Roboto Condensed;
  font-size: 16px;
  min-width: 420px;
}
.uss_privacy_policy_wrap {
  font-family: Roboto Condensed;
  font-size: 15px;
  color: #262427;
}
.mainpage .container .aside {
  display: none;
}
.mainpage .container .content {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}
.container .inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.container .aside {
  width: 280px;
  -webkit-box-flex: 0;
      -ms-flex: 0 280px;
          flex: 0 280px;
  min-width: 280px;
}
.container .aside ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.container .aside ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.container .aside ul li a {
  display: block;
}
.container .aside.aside-left {
  margin-right: 38px;
}
.container .aside.aside-right {
  margin-left: 38px;
}
.container .aside .aside-block {
  margin-bottom: 49px;
  -webkit-box-shadow: 1px 1px 5px rgba(123, 141, 148, 0.4);
          box-shadow: 1px 1px 5px rgba(123, 141, 148, 0.4);
  border: 1px solid #F3F4F5;
  border-top-color: #F3F4F5;
  border-right-color: #DFE4E5;
  border-bottom-color: #DFE4E5;
  border-left-color: #F3F4F5;
  font-size: 18px;
  padding: 0 0 27px 0;
  font-weight: 300;
}
.container .aside .aside-block .h3 {
  font-size: 26px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#3c3839), to(#282428));
  background: linear-gradient(#3c3839, #282428);
  padding: 18px 10px 18px 25px;
}
.container .aside .aside-block ul {
  padding-top: 16px;
}
.container .aside .aside-block ul li a {
  padding: 7px 10px 6px 26px;
}
.container .aside .aside-block .uss_eshop_menu {
  width: 100%;
}
.container .aside .aside-block .uss_eshop_menu li a {
  display: block;
  padding: 7px 10px 6px 26px;
  letter-spacing: -0.5px;
}
.container .aside .aside-block .uss_eshop_menu li .submenu {
  padding: 0 0 14px 0;
}
.container .aside .aside-block .uss_eshop_menu li .submenu li a {
  font-size: 15px;
  padding: 7px 10px 5px 42px;
}
.container .aside .aside-block .uss_catalog_sidebar {
  width: 100%;
  margin: 0;
  padding: 16px 0 0 0;
}
.container .aside .aside-block .uss_catalog_sidebar .uss_catalog_category {
  margin: 0;
}
.container .aside .aside-block .uss_catalog_sidebar .uss_catalog_category .uss_catalog_cat_name a {
  display: block;
  padding: 7px 10px 6px 26px;
}
.container .aside .aside-block.type2 .h3 {
  background: #ffc322;
  color: #262427;
  -webkit-box-shadow: 1px 1px 5px rgba(123, 141, 148, 0.4);
          box-shadow: 1px 1px 5px rgba(123, 141, 148, 0.4);
}
.container .aside .aside-block.type3 .h3 {
  color: #262427;
  background: #fff;
  -webkit-box-shadow: 1px 1px 5px rgba(123, 141, 148, 0.4);
          box-shadow: 1px 1px 5px rgba(123, 141, 148, 0.4);
}
.container .aside .aside-block .uss_widget_outer_content {
  padding: 24px 16px 0;
}
.container .aside .aside-block .news_block_item {
  width: 100%;
  font-weight: 300;
}
.container .aside .aside-block .news_block_item:not(:last-child) {
  margin-bottom: 47px;
}
.container .aside .aside-block .news_block_item .image {
  margin: 0 0 13px 0;
  float: none;
}
.container .aside .aside-block .news_block_item .image img {
  max-width: 100%;
  height: auto;
}
.container .aside .aside-block .news_block_item .info .date {
  font-size: 15px;
  color: #9AAEB5;
  margin: 0 0 5px 0;
}
.container .aside .aside-block .news_block_item .info .title {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 14px;
}
.container .aside .aside-block .news_block_item .info .preview {
  font-size: 15px;
  line-height: 1.6;
}
.container .aside .aside-block .fc_form_tml {
  padding: 24px 16px 0;
  margin: 0;
  max-width: 100%;
}
.container .aside .aside-block .fc_form_tml form .group {
  width: 100%;
}
.container .aside .aside-block .fc_form_tml form .group .fc_item:not(.fc_checkbox) {
  width: 100%;
}
.container .aside .aside-block .fc_form_tml form .group .fc_item:not(.fc_checkbox) .elem_item {
  width: 100%;
}
.container .aside .aside-block .fc_form_tml form .group .fc_item:not(.fc_checkbox) .elem_item input.styler {
  width: 100%;
  border: 1px solid #C8CFD2;
  font-size: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  font-family: Roboto Condensed;
  font-weight: 300;
}
.container .aside .aside-block .fc_form_tml form .group .fc_item:not(.fc_checkbox) .elem_item input.styler::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  font-family: Roboto Condensed;
}
.container .aside .aside-block .fc_form_tml form .group .fc_item:not(.fc_checkbox) .elem_item input.styler:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  font-family: Roboto Condensed;
}
.container .aside .aside-block .fc_form_tml form .group .fc_item:not(.fc_checkbox) .elem_item input.styler::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  font-family: Roboto Condensed;
}
.container .aside .aside-block .fc_form_tml form .group .fc_item:not(.fc_checkbox) .elem_item input.styler::placeholder {
  font-size: 14px;
  font-weight: 300;
  font-family: Roboto Condensed;
}
.container .aside .aside-block .fc_form_tml form .group .fc_item:not(.fc_checkbox) .elem_item textarea.styler {
  width: 100%;
  max-width: 100%;
  border: 1px solid #C8CFD2;
  font-size: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  font-family: Roboto Condensed;
  font-weight: 300;
}
.container .aside .aside-block .fc_form_tml form .group .fc_item:not(.fc_checkbox) .elem_item textarea.styler::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  font-family: Roboto Condensed;
}
.container .aside .aside-block .fc_form_tml form .group .fc_item:not(.fc_checkbox) .elem_item textarea.styler:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  font-family: Roboto Condensed;
}
.container .aside .aside-block .fc_form_tml form .group .fc_item:not(.fc_checkbox) .elem_item textarea.styler::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  font-family: Roboto Condensed;
}
.container .aside .aside-block .fc_form_tml form .group .fc_item:not(.fc_checkbox) .elem_item textarea.styler::placeholder {
  font-size: 14px;
  font-weight: 300;
  font-family: Roboto Condensed;
}
.container .aside .aside-block .fc_form_tml form .group .fc_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.container .aside .aside-block .fc_form_tml form .group .fc_checkbox label.sector_title {
  font-size: 15px;
}
.container .aside .aside-block .fc_form_tml form .buttons {
  font-weight: 300;
  font-family: Roboto Condensed;
}
.container .aside .aside-block .fc_form_tml form .buttons input.styler {
  width: 100%;
}
.container .aside .aside-block form .jq-checkbox {
  border: 2px solid #FFC322;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  background: none;
  border-radius: 0;
  margin-right: 5px;
}
.container .aside .aside-block form .jq-checkbox .jq-checkbox__div {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  background: none;
}
.container .aside .aside-block form .jq-checkbox.checked .jq-checkbox__div {
  background: #FFC322;
}
.container .aside .aside-catalog a:hover {
  text-decoration: none;
}
.container .aside .aside-position .h3 {
  margin-bottom: 20px;
}
.container .aside .aside-position .uss_widget_outer_content .uss_eshop_block_item {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
.container .aside .aside-contacts {
  font-size: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 22px;
}
.container .aside .aside-contacts .h3 {
  margin-bottom: 18px;
  margin-left: -20px;
  margin-right: -20px;
  font-size: 20px;
}
.container .aside .aside-contacts p {
  letter-spacing: -0.3px;
  margin: 0;
  padding: 0 0 0;
  line-height: 1.6;
}
.container .aside .aside-contacts p + p {
  margin-top: 6px;
}
.container .aside .aside-contacts span {
  color: #9AAEB5;
}
.container .aside .aside-contacts a {
  text-decoration: none;
  color: inherit;
}
.container .aside .aside-contacts a:hover {
  color: #00648D;
}
.container .aside .aside-contacts > ymaps {
  margin-top: 15px;
}
.container .content {
  -webkit-box-flex: 0;
      -ms-flex: 0 calc(100% - 240px - 38px);
          flex: 0 calc(100% - 240px - 38px);
  max-width: 100%;
}
.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.fc_form_tml .buttons button {
  height: 40px;
  font-size: 21px;
  text-align: center;
  font-family: Roboto Condensed;
  font-weight: 400;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  border-radius: 0;
}
.fc_form_tml .buttons input {
  height: 40px;
  font-size: 21px;
  text-align: center;
  font-family: Roboto Condensed;
  font-weight: 400;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  border-radius: 0;
}
.inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  padding: 46px 0;
}
a {
  color: inherit;
}
.h_nav_top {
  z-index: 2;
  min-height: 68px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 26px 5px rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 26px 5px rgba(0, 0, 0, 0.26);
  z-index: 100;
  max-width: 100%;
  width: 100%;
}
.h_nav_top p {
  margin: 0;
}
.h_nav_top .burger {
  display: inline-block;
  background: url(../img/burger_color_2.png) 50% no-repeat;
  background-size: cover;
  border: 2px solid #a15963;
  padding: 3px;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  margin: 16px 0 0 15px;
  cursor: pointer;
  z-index: 3;
  position: relative;
  display: none;
}
.h_nav_top .inner {
  min-height: 68px;
  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;
  position: relative;
  padding: 0;
}
.h_nav_top .menu {
  padding-right: 20px;
  min-height: 68px;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  position: relative;
  height: 100%;
}
.h_nav_top .menu:after {
  content: '';
  width: 1980px;
  height: 100%;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: -1;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.h_nav_top .menu > ul > li {
  height: 68px;
}
.h_nav_top .menu ul {
  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;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.h_nav_top .menu ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  position: relative;
}
.h_nav_top .menu ul li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: center;
  font-size: 17px;
  color: #282428;
  padding: 22px 0 0;
  text-decoration: none;
}
.h_nav_top .menu ul li a:hover {
  text-decoration: underline;
}
.h_nav_top .menu ul li .submenu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: auto;
}
.h_nav_top .menu ul li .submenu li a {
  color: #fff;
  text-align: left;
  padding: 7px 10px;
  text-decoration: none;
}
.h_nav_top .menu ul li .submenu li:hover {
  background: #ffc322;
}
.h_nav_top .menu ul li .submenu li:hover > a {
  color: #262427;
}
.h_nav_top .menu ul li .submenu li .submenu {
  top: 0;
  left: 100%;
}
.h_nav_top .menu ul li .submenu li .submenu li a {
  font-size: 14px;
}
.h_nav_top .menu ul li.last .submenu {
  left: auto;
  right: 0;
}
.h_nav_top .menu ul li:hover > .submenu,
.h_nav_top .menu ul li.clicked > .submenu {
  display: block;
}
.h_nav_top .menu ul li:hover .submenu,
.h_nav_top .menu ul li.clicked .submenu {
  background: #323338;
  width: 100%;
  min-width: 200px;
}
.h_nav_top .contacts {
  width: 265px;
  position: relative;
  z-index: 3;
  height: 68px;
  font-size: 32px;
  color: #262427;
  text-align: right;
  padding: 0 0 0;
  line-height: 24px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.h_nav_top .contacts:after {
  content: '';
  width: 1980px;
  height: 100%;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background: #00f;
  z-index: -1;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.h_nav_top .contacts a {
  text-decoration: none;
  color: inherit;
}
.h_nav_top .contacts a:hover {
  color: inherit;
}
.h_nav_top .contacts span,
.h_nav_top .contacts .email {
  font-family: Cleanvertising;
  font-size: 14px;
  color: inherit;
  text-decoration: none;
  letter-spacing: 1px;
  position: relative;
  top: 5px;
}
.h_nav_top .cart {
  position: fixed;
  right: 0;
  top: calc(27% + 68px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../img/cart-icon.png) 20px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#3c3839), to(#282428));
  background: url(../img/cart-icon.png) 20px center no-repeat, linear-gradient(#3c3839, #282428);
  padding-left: 68px;
}
.h_nav_top .cart a.cart-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.h_nav_top .cart .uss_basket_mini {
  background: #ffc322;
  font-size: 16px;
  font-weight: 400;
  font-family: Roboto Condensed;
  padding: 13px 14px 11px 14px;
  line-height: 1.4;
}
.h_nav_top .cart .uss_basket_mini #uss_block_basket_amount {
  font-weight: bold;
}
.h_nav_top .cart .uss_basket_mini .currency_total {
  font-weight: bold;
}
.h_nav_top .cart .uss_basket_mini .currency_total .sum {
  font-weight: normal;
}
.h_nav_top .cart .uss_basket_mini .uss_widget_outer_content {
  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;
}
.header {
  padding: 0 0 0;
  position: relative;
  overflow: hidden;
}
.header p {
  margin: 0;
}
.header .slider {
  position: relative;
  left: -30%;
  width: 160%;
}
.header .slider .slide .image {
  background: #fff;
  position: relative;
  max-height: 632px;
}
.header .slider .slide .image:not(.aspect_rated) img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.header .slider .slide .image .slide-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}
.header .slider .slide .caption {
  width: 1400px;
  position: absolute;
  left: 0%;
  right: 0;
  margin: 0 auto;
  top: 0;
  bottom: 35px;
  font-size: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-align: right;
}
.header .slider .slide .caption.left {
  text-align: left;
}
.header .slider .slide .caption.left .preview {
  padding-right: 50%;
  padding-left: 0;
}
.header .slider .slide .caption .preview {
  padding-left: 50%;
  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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  width: 100%;
}
.header .slider .slide .caption .preview p {
  display: inline;
  line-height: 1.22;
  background: rgba(255, 255, 255, 0.75);
}
.header .slider .slides {
  white-space: nowrap;
  margin: 0 !important;
}
.header .slider .slides .slide {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.header .slider .slick-dots {
  left: 0;
  right: 0;
  width: 100vw;
  max-width: 1250px;
  display: block;
  bottom: 5px;
  margin: 0 auto;
  z-index: 100;
}
.header .slider .slick-dots li {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.header .slider .slick-dots li button {
  background: url(../img/L-1-2/slider_top.png) center no-repeat;
  width: 100%;
  height: 100%;
}
.header .slider .slick-dots li.slick-active button {
  background-image: url(../img/L-1-2/slider_top_active.png);
}
.header .slider + .context {
  position: absolute;
  top: 0;
  bottom: 0;
}
.header .noslider + .context {
  position: static !important;
}
.header .context {
  padding-top: 68px;
  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;
}
.header .auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 7px;
}
.header .auth > div {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header .auth > div > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
}
.header .auth a {
  margin-right: 7px;
  color: inherit;
}
.header .slogan_bottom span {
  display: block;
}
.header .inner {
  padding: 0 !important;
  z-index: 2;
}
.header .left {
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  padding-top: 15px;
  padding-bottom: 0px;
}
.singlepage .header .bg {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.header .left.top {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header .left.middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .left.bottom {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header div + .slogan {
  margin-top: 56px;
  background: url(../img/footer_line.png) top center repeat-x;
  padding-top: 52px;
}
.header .one {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .one .center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 420px;
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  display: block;
  max-width: 0 auto;
  padding-bottom: 65px;
  padding-top: 65px;
}
.header .right {
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  padding-top: 15px;
  padding-bottom: 0px;
}
.header .right.top {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header .right.middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .right.bottom {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .right .slogan {
  text-align: right;
}
.header .center {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  padding-bottom: 30px;
}
.header .center.top {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header .center.middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .center.bottom {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .logo {
  max-width: 390px;
  padding: 0 10px;
}
.header .logo a {
  color: inherit;
  text-decoration: none;
  width: 100%;
  line-height: 1;
}
.header .logo a strong {
  font-size: 1.8em;
  display: block;
  font-weight: normal !important;
}
.header .logo a .logo-image {
  margin-bottom: 8px;
}
.header .logo a .logo-image img {
  width: auto !important;
  height: 90px;
  display: block;
  margin: auto;
}
.header .logo a .logo-text {
  display: block;
  text-align: center;
  font-size: 32px;
}
.header .logo a + span {
  margin-top: 10px;
  display: block;
}
.header .logo a:hover {
  color: inherit;
}
.header .logo + .form {
  padding-top: 20px;
  margin-top: 25px;
  background: url(../img/footer_line.png) top center repeat-x;
}
.header .logo .slogan {
  margin-top: 10px;
  font-size: 20px;
  text-align: center;
}
.header .form_opener {
  background: #ffc322;
  color: #262427;
  width: 320px;
  height: 40px;
  line-height: 40px;
  font-size: 21px;
  text-align: center;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  letter-spacing: -1.1px;
  font-family: Roboto Condensed;
  cursor: pointer;
  padding: 0 20px !important;
  display: none;
  max-width: 95%;
}
.header .form_opener:hover {
  background: #697a81;
  color: #ffffff;
}
.header .form {
  margin: 0 auto;
  width: 390px;
}
.header .form .h3 {
  font-size: 22px;
  display: block;
  margin-bottom: 7px;
}
.header .form .h3 strong {
  font-size: 1, 038461538461538;
}
.header .form form .group {
  width: 100%;
}
.header .form form .group .fc_item {
  width: 100%;
}
.header .form form .group .fc_item .elem_item {
  width: 100%;
}
.header .form form .group .fc_item .elem_item input.styler {
  width: 100%;
  border: 1px solid #bdbbc0;
  -webkit-box-shadow: inset 0px 1px #717171, 1px 1px #fff;
          box-shadow: inset 0px 1px #717171, 1px 1px #fff;
  border-radius: 0;
  height: 39px;
}
.header .form form .group .fc_item .elem_item textarea.styler {
  width: 100%;
  border: 1px solid #bdbbc0;
  -webkit-box-shadow: inset 0px 1px #717171, 1px 1px #fff;
          box-shadow: inset 0px 1px #717171, 1px 1px #fff;
  border-radius: 0;
}
.header .form form .group .sector_title {
  display: inline-block !important;
  font-weight: 300 !important;
  font-size: 14px;
}
.header .form form .group .sector_title a {
  color: inherit;
}
.counter .inner {
  min-height: 162px;
  padding: 23px 0;
}
.counter .inner > p {
  display: none;
}
.counter .h3 {
  font-size: 26px;
  display: block;
  text-align: center;
  margin: 0 0 14px;
  letter-spacing: -0.3px;
  padding: 0 15px;
}
.counter .h3 span {
  font-weight: 700;
}
.counter .lpc_timer p {
  margin: 0;
}
.counter .lpc_timer #clock {
  text-align: center;
}
.counter .lpc_timer #clock > div {
  display: inline-block;
  height: 64px;
  margin-right: 29px;
}
.counter .lpc_timer #clock > div p {
  display: inline-block;
  width: 44px;
  height: 64px;
  background: url(../img/countdown_number.png) 0 0 no-repeat;
  text-align: center;
  line-height: 64px;
  font-size: 53px;
  font-weight: 300;
  margin: 0 2px 0 0;
}
.counter .lpc_timer #clock > div .data {
  display: inline-block;
  vertical-align: bottom;
}
.counter .lpc_timer #clock > div .label {
  display: inline-block;
  vertical-align: bottom;
  font-size: 40px;
  font-weight: 300;
  margin: 0 0 0 5px;
}
.counter .lpc_timer #clock #sec {
  display: none;
}
.mainpage .container .h3 {
  font-size: 48px;
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  font-weight: 100;
  text-align: center;
  margin: 0 0 27px;
}
.mainpage .container h1 {
  font-size: 48px;
  line-height: normal;
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  font-weight: 100;
  text-align: center;
  margin: 0 0 27px;
}
.map p {
  margin: 0;
}
.block:not(.counter) {
  overflow: hidden;
}
.block:not(.counter) .h1 {
  font-size: 48px;
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  font-weight: 100;
  text-align: center;
  margin: 0 0 27px;
}
.block:not(.counter) .h2 {
  font-size: 48px;
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  font-weight: 100;
  text-align: center;
  margin: 0 0 27px;
}
.block:not(.counter) .h3 {
  font-size: 48px;
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  font-weight: 100;
  text-align: center;
  margin: 0 0 27px;
}
.block:not(.counter) .h4 {
  font-size: 48px;
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  font-weight: 100;
  text-align: center;
  margin: 0 0 27px;
}
.block:not(.counter) h1 {
  font-size: 48px;
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  font-weight: 100;
  text-align: center;
  margin: 0 0 27px;
}
.block:not(.counter) h2 {
  font-size: 48px;
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  font-weight: 100;
  text-align: center;
  margin: 0 0 27px;
}
.block:not(.counter) h3 {
  font-size: 48px;
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  font-weight: 100;
  text-align: center;
  margin: 0 0 27px;
}
.block:not(.counter) h4 {
  font-size: 48px;
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  font-weight: 100;
  text-align: center;
  margin: 0 0 27px;
}
.block:not(.counter) .slides {
  width: 100%;
  position: relative;
}
.block:not(.counter) .slides .slick-slide img {
  max-width: 100%;
  height: auto;
}
.block:not(.counter) .slides .news_block_item {
  zoom: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  vertical-align: top;
}
.block:not(.counter) .slides .news_block_item:before {
  content: '';
  display: table;
}
.block:not(.counter) .slides .news_block_item:after {
  content: '';
  display: table;
  clear: both;
}
.block:not(.counter) .slides .news_block_item .title {
  margin-bottom: 15px;
}
.block:not(.counter) .slides .news_block_item .image {
  margin-bottom: 10px;
  margin-right: 15px;
}
.block:not(.counter) .slides .news_block_item .preview {
  font-size: 17px;
}
.block:not(.counter) .slides .slick-dots {
  bottom: -33px;
}
.block:not(.counter) .slides .slick-arrow {
  width: 30px;
  height: 52px;
  z-index: 1000;
}
.block:not(.counter) .slides .slick-arrow.slick-prev {
  background: url(../img/big_arrow_right.png) -7px center no-repeat;
  background-color: rgba(0, 0, 0, 0.25);
  background-size: 24px auto;
}
.block:not(.counter) .slides .slick-arrow.slick-next {
  background: url(../img/big_arrow_left.png) 9px center no-repeat;
  background-color: rgba(0, 0, 0, 0.25);
  background-size: 24px auto;
}
.block:not(.counter) .uss_images_block .slick-dots {
  bottom: -33px;
}
.block:not(.counter) .uss_images_block .slick-arrow,
.review_block .slick-arrow {
  width: 30px;
  height: 52px;
  z-index: 10;
}
.block:not(.counter) .uss_images_block .slick-arrow.slick-prev,
.review_block .slick-arrow.slick-prev {
  background: url(../img/big_arrow_right.png) -7px center no-repeat;
  background-color: rgba(0, 0, 0, 0.25);
  background-size: 24px auto;
  left: 0;
  right: auto;
}
.block:not(.counter) .uss_images_block .slick-arrow.slick-next,
.review_block .slick-arrow.slick-next {
  background: url(../img/big_arrow_left.png) 9px center no-repeat;
  background-color: rgba(0, 0, 0, 0.25);
  background-size: 24px auto;
  right: 0;
  left: auto;
}
.block:not(.counter) .slides.not-wrap .news_block_item {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.block:not(.counter) .slides.not-wrap .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
}
.block:not(.counter).cert .uss_images_block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block:not(.counter).cert .uss_images_block .uss_one_image {
  max-width: calc((100% - 10px) / 2);
}
.block:not(.counter).cert .uss_images_block .uss_one_image img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.block.type1 {
  color: #ffffff;
}
.block.type1 .h1 {
  color: #ffffff;
}
.block.type1 .h2 {
  color: #ffffff;
}
.block.type1 .h3 {
  color: #ffffff;
}
.block.type1 .h4 {
  color: #ffffff;
}
.block.type1 a {
  color: #ffffff;
}
.block.type1 h1 {
  color: #ffffff;
}
.block.type1 h2 {
  color: #ffffff;
}
.block.type1 h3 {
  color: #ffffff;
}
.block.type1 h4 {
  color: #ffffff;
}
.block.table_block table {
  display: block;
  max-width: 100%;
  width: 100%;
  margin-bottom: 50px;
}
.block.table_block table tbody {
  display: block;
  max-width: 100%;
}
.block.table_block table:last-child {
  margin-bottom: 0;
}
.block.table_block 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;
}
.block.table_block table tr td {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  vertical-align: top;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.block.table_block table tr td .image {
  height: 137px;
  display: block;
  text-align: center;
}
.block.table_block table tr td img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto 16px auto;
  max-width: 95%;
}
.block.table_block table tr td span {
  display: block;
  width: 100%;
}
.block.table_block table tr td .title {
  font-size: 20px;
  line-height: 1.2;
}
.block.table_block table tr td .preview {
  font-size: 16px;
}
#review.block.table_block table tr td .image {
  height: auto;
}
#review.block.table_block table tr td p ~ p {
  font-size: 18px;
  color: #9AAEB5;
}
.block.slider_type2 .image img {
  max-width: 100%;
  height: auto;
}
.block.slider1 .news_block_item .info .title {
  font-size: 18px;
}
.block.block_form {
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f4f7), to(#d6dbe3));
  background: linear-gradient(#f3f4f7, #d6dbe3);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #adb4bf;
}
.block.block_form .inner {
  padding: 20px 0;
}
.block.block_form .h3 {
  font-size: 27px;
}
.block.block_form .h3 span {
  font-weight: 700;
}
.block.block_form .input_decor {
  width: 100%;
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  padding: 9px 0 0 9px;
  outline: none !important;
}
.block.block_form .input_decor.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.block.block_form .uss_form_item {
  margin-bottom: 10px;
  overflow: visible;
}
.block.block_form .uss_form_item input {
  padding: 0 0 0 9px;
  width: 100%;
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  outline: none !important;
  height: 35px;
  width: auto;
}
.block.block_form .uss_form_item textarea {
  width: 100%;
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  outline: none !important;
  height: 35px;
  width: auto;
  padding: 9px 0 0 9px;
}
.block.block_form .uss_form_item input.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.block.block_form .uss_form_item textarea.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.block.block_form .uss_form_item input[type='submit'] {
  padding: 0 20px;
  font-size: 15px;
  border: none;
}
.block.block_form .uss_form_item textarea[type='submit'] {
  padding: 0 20px;
  font-size: 15px;
  border: none;
}
.block.block_form .uss_form_item label {
  font-size: 15px !important;
  font-family: Roboto Condensed !important;
}
.block.block_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block.block_form form .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}
.block.block_form form .group.end {
  max-width: 75%;
}
.block.block_form form .group .fc_item {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  padding: 2px 3px;
}
.block.block_form form .group .fc_item:not(.block) {
  width: 100%;
}
.block.block_form form .group .fc_item label {
  font-size: 15px;
  font-weight: normal;
}
.block.block_form form .group .fc_item .elem_item {
  width: 100%;
}
.block.block_form form .group .fc_item .elem_item input {
  padding-top: 0 !important;
  padding: 0 0 0 9px;
  height: 39px;
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  outline: none !important;
  width: 100%;
  margin: 1px;
}
.block.block_form form .group .fc_item .elem_item textarea {
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  outline: none !important;
  width: 100%;
  padding: 9px 0 0 9px;
}
.block.block_form form .group .fc_item .elem_item input.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.block.block_form form .group .fc_item .elem_item textarea.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.block.block_form form .group:not(.end) .fc_item:first-child {
  padding-left: 3px;
}
.block.block_form form .buttons {
  max-width: 298px;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  display: block;
}
.block.block_form form .buttons input {
  display: inline-block;
  width: 323px;
  height: 40px;
  font-size: 21px;
  text-align: center;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  letter-spacing: -1.1px;
  font-family: Roboto Condensed;
  font-size: 18px;
  max-width: 100%;
}
.block.block_form form .buttons input:hover {
  background-position: 0 0;
  background: #00648d;
  color: #ffffff;
}
.block.block_form form .buttons button {
  display: inline-block;
  width: 323px;
  height: 40px;
  font-size: 21px;
  text-align: center;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  letter-spacing: -1.1px;
}
.block.block_form form .buttons button:hover {
  background-position: 0 0;
  background: #00648d;
  color: #ffffff;
}
table.table_block {
  width: 100%;
}
table.table_block tbody {
  display: block;
}
table.table_block tr {
  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;
}
table.table_block tr td {
  display: block;
}
table.table_block tr.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
table.table_block tr.left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
table.table_block tr.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.review_list {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 -30px;
}
.review_list.slick-slider {
  margin: 0;
  padding-left: 25px;
  padding-right: 25px;
  white-space: normal;
}
.review_item {
  display: inline-block;
  vertical-align: top;
  width: calc((100% / 3) - 60px);
  margin: 0 30px;
  text-align: center;
}
.review_list.slick-slider .review_item {
  margin: 0;
}
.review_list .slick-slide > div {
  margin: 0 30px;
}
.review_item p {
  white-space: normal;
}
.review_item .image {
  margin-bottom: 15px;
}
.review_item img {
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.review_item .title {
  margin-bottom: 20px;
  font-size: 24px;
}
.review_item .text {
  font-size: 18px;
  color: #9AAEB5;
}
.review_item .text p {
  margin: 0;
}
.product .catalog_menu {
  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;
}
.product .catalog_menu > li {
  width: 290px;
  margin-bottom: 20px;
}
.product .catalog_menu > li .uss_tree_description {
  padding: 0 14px;
}
.product .catalog_menu > li .uss_tree_description p {
  margin: 0;
}
.product .catalog_menu > li .catalog_menu_item {
  padding-bottom: 14px;
}
.product .catalog_menu > li .catalog_menu_item > a {
  display: block;
  line-height: 1.2;
  height: 2.4em;
  overflow: hidden;
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 13px;
  margin-bottom: 5px;
}
.product .inner .items {
  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;
}
.product .uss_eshop_menu {
  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;
}
.product .uss_eshop_menu > li {
  display: block;
  width: 320px;
}
.product .uss_eshop_menu > li > a {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  padding: 13px 0 5px 14px;
  font-weight: 400 !important;
  position: relative;
  z-index: 15;
}
.product .uss_eshop_menu > li .uss_tree_description,
.uss_shop_block_cat .uss_shop_cat_text,
.product .uss_catalog_sidebar .uss_catalog_category .uss_catlog_cat_anons,
.uss_catalog_block_cat .uss_catalog_category .uss_catlog_cat_anons {
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 15px;
  font-size: 17px;
  line-height: 1.3;
  margin: 0;
}
.product .uss_eshop_menu > li .uss_tree_description p {
  margin: 0;
}
.product > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.product > ul > li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.product .uss_eshop_block_item {
  margin-bottom: 20px;
  width: 290px;
}
.product .uss_eshop_block_item .uss_eshop_amount_block {
  padding-left: 14px;
  padding-bottom: 10px;
  padding-top: 7px;
}
.product .catalog_menu_image img {
  max-width: 100%;
}
.product .uss_catalog_sidebar {
  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;
}
.product .uss_catalog_sidebar .uss_catalog_category {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.26);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.26);
  position: relative;
  margin: 0 0 40px 0;
  padding: 0;
  z-index: 0;
  overflow: visible !important;
  width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: calc((100% - 10px) / 2);
}
.product .uss_catalog_sidebar .uss_catalog_category > *:not(.catalog_orderbutton) {
  background: #fff;
}
.product .uss_catalog_sidebar .uss_catalog_category .uss_catalog_img_wrap {
  float: none;
  display: block;
  margin: 0;
}
.product .uss_catalog_sidebar .uss_catalog_category .uss_catalog_img_wrap .uss_catalog_cat_img {
  border: none;
  max-width: 100%;
  height: auto !important;
  display: block !important;
}
.uss_catalog_cat_img a {
  margin: 0;
}
.product .uss_catalog_sidebar .uss_catalog_category .uss_catalog_img_wrap .uss_catalog_cat_img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.product .uss_catalog_sidebar .uss_catalog_category .uss_catalog_cat_name {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  font-weight: 400 !important;
  position: relative;
  z-index: 15;
}
.product .uss_catalog_sidebar .uss_catalog_category .uss_catalog_cat_name a {
  max-height: 2.4em;
  overflow: hidden;
  display: block;
}
.product .uss_catalog_sidebar .uss_catalog_category .uss_catalog_cat_name a:hover {
  text-decoration: none;
}
.product .uss_catalog_sidebar .uss_catalog_category .uss_catlog_cat_anons {
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 10px;
}
.product .uss_catalog_sidebar .uss_catalog_category .uss_catlog_cat_anons p {
  margin: 0;
}
.product .uss_catalog_sidebar .uss_catalog_category .catalog_orderbutton {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 0;
  margin-top: auto;
}
.product .uss_catalog_sidebar .uss_catalog_category:hover:before {
  content: '';
  width: calc(100% + 0px);
  height: calc(100% + 0px);
  left: -2px;
  top: -2px;
  position: absolute;
  z-index: -1;
  border: 2px solid #ffc322;
}
.product .uss_eshop_block_item .uss_eshop_amount_block {
  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;
  line-height: 30px;
}
.product .uss_eshop_block_item .uss_eshop_amount_block input.basket_amount_class {
  margin: 0 5px;
}
.product_catalog + .product_catalog .inner {
  padding-top: 0 !important;
}
.product + .product .inner {
  padding-top: 0 !important;
}
.photoalbum .uss_images_block {
  padding-left: 35px;
  padding-right: 35px;
}
.photoalbum .uss_images_block .uss_one_image {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 0 12px 0;
}
.photoalbum .uss_images_block .uss_one_image img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.photoalbum .slick-dots {
  left: 0;
  right: 0;
}
.bg_type0 {
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}
.bg_type0.style:after {
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: rgba(255, 195, 34, 0.75);
  display: block;
}
.bg_type0 .inner {
  position: relative;
}
.bg_type1 {
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}
.bg_type1.style:after {
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: rgba(255, 195, 34, 0.75);
  display: block;
}
.bg_type1 .inner {
  z-index: 1;
  position: relative;
}
.bg_type2 {
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}
.bg_type2.style:after {
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
  display: block;
}
.bg_type2 .inner {
  z-index: 1;
  position: relative;
}
.bg_type3 {
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}
.bg_type3.style:after {
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: rgba(255, 195, 34, 0.75);
  display: block;
}
.bg_type3 .inner {
  z-index: 1;
}
.bg_type4 {
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}
.bg_type4.style:after {
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.65);
  display: block;
}
.bg_type4 .inner {
  z-index: 10;
}
.footer .inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0;
}
.footer .inner:after {
  content: none;
}
.footer .inner:before {
  content: none;
}
.footer .h3 {
  text-align: left !important;
}
.footer .left {
  max-width: 48%;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  font-weight: 100;
}
.footer .map {
  position: relative;
}
.footer .footer_contacts {
  margin-bottom: 20px;
}
.footer .left iframe {
  max-width: 100%;
}
.footer .left img {
  max-width: 100%;
}
.footer .left object {
  max-width: 100%;
}
.footer .left ymaps[id^='ymaps'] {
  max-width: 100%;
}
.footer .right {
  max-width: 48%;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.footer .right iframe {
  max-width: 100%;
}
.footer .right img {
  max-width: 100%;
}
.footer .right object {
  max-width: 100%;
}
.footer .right ymaps {
  max-width: 100%;
}
.footer .center {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.footer .bottom {
  padding: 15px 0;
  margin-top: 35px;
  background: url(../img/footer_line.png) top repeat-x;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  float: none;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer .bottom .copy {
  text-align: right;
}
.footer .bottom .dev {
  margin-right: 10px;
}
.footer .bottom .counters {
  margin-left: 10px;
}
.footer .fc_form_tml {
  font-family: Roboto Condensed !important;
  margin: 0;
}
.footer .fc_form_tml .input_decor {
  width: 100%;
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  padding: 9px 0 0 9px;
  outline: none !important;
}
.footer .fc_form_tml .input_decor.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.footer .fc_form_tml .uss_form_item {
  margin-bottom: 10px;
  overflow: visible;
}
.footer .fc_form_tml .uss_form_item input {
  padding: 0 0 0 9px;
  width: 100%;
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  outline: none !important;
  height: 35px;
  width: auto;
}
.footer .fc_form_tml .uss_form_item textarea {
  width: 100%;
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  outline: none !important;
  height: 35px;
  width: auto;
  padding: 9px 0 0 9px;
}
.footer .fc_form_tml .uss_form_item input.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.footer .fc_form_tml .uss_form_item textarea.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.footer .fc_form_tml .uss_form_item input[type='submit'] {
  padding: 0 20px;
  font-size: 15px;
  border: none;
}
.footer .fc_form_tml .uss_form_item textarea[type='submit'] {
  padding: 0 20px;
  font-size: 15px;
  border: none;
}
.footer .fc_form_tml .uss_form_item label {
  font-size: 15px !important;
  font-family: Roboto Condensed !important;
}
.footer .fc_form_tml form {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .fc_form_tml form.basic-form .group {
  display: block !important;
}
.footer .fc_form_tml form.basic-form .group .fc_item {
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: block;
  width: 100% !important;
}
.footer .fc_form_tml form .group {
  width: 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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .fc_form_tml form .group .fc_item {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}
.footer .fc_form_tml form .group .fc_item.fc_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .fc_form_tml form .group .fc_item:not(.block) {
  width: 100%;
}
.footer .fc_form_tml form .group .fc_item label {
  font-size: 15px;
  font-weight: 400;
}
.footer .fc_form_tml form .group .fc_item .elem_item {
  width: 100%;
}
.footer .fc_form_tml form .group .fc_item .elem_item input {
  padding-top: 0 !important;
  padding: 0 0 0 9px;
  height: 39px;
  border-bottom: 1px solid #9eaaae;
  border-right: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  background-color: #eeeeee;
  font-size: 16px;
  color: #a2a3a3;
  outline: none !important;
  background: #eee;
  color: #9c9d9d;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  text-shadow: none;
  border-color: #babdbd #ffffff #ffffff #babdbd;
  border-style: solid;
  border-width: 1px;
  resize: none;
}
.footer .fc_form_tml form .group .fc_item .elem_item textarea {
  border-bottom: 1px solid #9eaaae;
  border-right: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  background-color: #eeeeee;
  font-size: 16px;
  color: #a2a3a3;
  outline: none !important;
  background: #eee;
  color: #9c9d9d;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  text-shadow: none;
  border-color: #babdbd #ffffff #ffffff #babdbd;
  border-style: solid;
  border-width: 1px;
  resize: none;
  padding: 9px 0 0 9px;
  height: 80px;
  padding: 9px 0 0 9px !important;
}
.footer .fc_form_tml form .group .fc_item .elem_item input.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.footer .fc_form_tml form .group .fc_item .elem_item textarea.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.footer .fc_form_tml form .group .fc_item .elem_item label {
  display: block;
  color: #ffffff;
  font-size: 15px;
}
.footer .fc_form_tml form .group .fc_item .elem_item input[type='text'] {
  height: 40px;
  font-size: 16px;
}
.footer .fc_form_tml form .group.end {
  max-width: calc(100% - 180px);
}
.footer .fc_form_tml form .buttons {
  width: 100%;
  max-width: 150px;
}
.footer .fc_form_tml form .buttons input {
  display: inline-block;
  width: 323px;
  height: 40px;
  font-size: 21px;
  text-align: center;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  letter-spacing: -1.1px;
  width: 100%;
}
.footer .fc_form_tml form .buttons input:hover {
  background-position: 0 0;
  background: #00648d;
  color: #ffffff;
}
.footer .fc_form_tml form .buttons button {
  display: inline-block;
  width: 323px;
  height: 40px;
  font-size: 21px;
  text-align: center;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  letter-spacing: -1.1px;
}
.footer .fc_form_tml form .buttons button:hover {
  background-position: 0 0;
  background: #00648d;
  color: #ffffff;
}
.footer .fc_form_tml form .group:not(.end) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-column-gap: 20px;
          column-gap: 20px;
}
.footer .fc_form_tml * {
  font-family: Roboto Condensed !important;
}
.footer .inline .fc_form_tml form .group {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.footer .inline .fc_form_tml form .group .fc_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}
.footer .inline .fc_form_tml form .buttons {
  max-width: 150px;
}
.footer .phone {
  margin-bottom: 10px;
}
.footer .phone p {
  margin: 0;
}
.footer form .jq-checkbox {
  border: 2px solid #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  background: none;
  border-radius: 0;
}
.footer form .jq-checkbox .jq-checkbox__div {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  background: none;
}
.footer form .jq-checkbox.checked .jq-checkbox__div {
  background: #fff;
}
.bottom .counters {
  display: none;
}
.uss_shop_blocks_view {
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.uss_shop_blocks_view .uss_eshop_item {
  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;
  margin-bottom: 20px;
  max-width: calc((100% - 10px) / 2);
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_by {
  margin: 0 0 0 0;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_by + .uss_shop_by {
  margin-top: 2px;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_by:first-child {
  margin-top: auto;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_by .uss_eshop_amount_block {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_producer {
  line-height: 30px;
  padding-left: 14px;
}
.uss_shop_blocks_view .uss_eshop_item .compare-put_wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 14px;
  line-height: 30px;
}
.uss_shop_blocks_view .uss_eshop_item .compare-put_wrap a {
  text-decoration: none;
}
.uss_shop_list_view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
}
.uss_shop_list_view .uss_shop_list_view_item {
  position: relative;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.26);
  padding: 0 !important;
  z-index: 5;
  overflow: visible !important;
  background: #fff;
  width: 100%;
  max-width: 100%;
}
.uss_shop_list_view .uss_shop_list_view_item:after {
  content: "";
  display: table;
  clear: both;
}
.uss_shop_list_view .uss_shop_list_view_item .eshop_filters_area {
  margin: 0;
  padding: 0.8em 14px 0 0;
  font-weight: 100;
}
.uss_shop_list_view .uss_shop_list_view_item .eshop_filters_area .eshop_filters_group_title {
  font-size: 15px;
  font-weight: 600;
  display: block;
  padding: 0 0 7px;
  margin-bottom: 5px;
}
.uss_shop_list_view .uss_shop_list_view_item .eshop_filters_area .title {
  font-size: 15px;
  font-weight: 400;
  display: block;
  padding: 0 0 7px;
}
.uss_shop_list_view .uss_shop_list_view_item .eshop_filters_area h1 {
  font-size: 15px;
  font-weight: 400;
  display: block;
  padding: 0 0 7px;
}
.uss_shop_list_view .uss_shop_list_view_item .eshop_filters_area h2 {
  font-size: 15px;
  font-weight: 400;
  display: block;
  padding: 0 0 7px;
}
.uss_shop_list_view .uss_shop_list_view_item .eshop_filters_area h3 {
  font-size: 15px;
  font-weight: 400;
  display: block;
  padding: 0 0 7px;
}
.uss_shop_list_view .uss_shop_list_view_item .eshop_filters_area .eshop_filters_item:last-child {
  margin-bottom: 0;
}
.uss_shop_list_view .uss_shop_list_view_item .uss_shop_by {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 10px 0;
}
.uss_shop_list_view .uss_shop_list_view_item .add_to_cart {
  font-size: 20px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 6px 10px 5px;
  position: relative;
}
.uss_shop_list_view .uss_shop_list_view_item .uss_shop_name {
  margin: 0;
}
.uss_shop_list_view .uss_shop_list_view_item .uss_shop_name a {
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  padding: 13px 0 5px 0;
  display: block;
}
.uss_shop_list_view .uss_shop_list_view_item .uss_shop_price {
  margin: auto 0 0 0;
  padding: 7px 0 0 0;
}
.uss_shop_list_view .uss_shop_list_view_item .uss_shop_price span {
  background: none;
  font-size: 28px;
  padding: 0 0 6px !important;
  margin: 0;
  display: block;
  width: 100%;
  background: none !important;
  font-weight: 300;
}
.uss_shop_list_view .uss_shop_list_view_item .uss_shop_price span em.currency_class {
  font-size: 22px;
}
.uss_shop_list_view .uss_shop_list_view_item .uss_shop_price span.old_price {
  font-size: 16px;
  padding-bottom: 0;
  color: #697a81 !important;
  display: inline-block;
}
.uss_shop_list_view .uss_shop_list_view_item .uss_shop_price span.old_price em.currency_class {
  font-size: 12px;
}
.uss_shop_list_view .uss_shop_list_view_item .price {
  margin: 0;
  padding: 7px 0 0 0;
}
.uss_shop_list_view .uss_shop_list_view_item .price span {
  background: none;
  font-size: 28px;
  padding: 0 0 6px !important;
  margin: 0;
  display: block;
  width: 100%;
  background: none !important;
  font-weight: 300;
}
.uss_shop_list_view .uss_shop_list_view_item .price span em.currency_class {
  font-size: 22px;
}
.uss_shop_list_view .uss_shop_list_view_item .price span.old_price {
  font-size: 16px;
  padding-bottom: 0;
  color: #697a81;
  display: inline-block;
}
.uss_shop_list_view .uss_shop_list_view_item .price span.old_price em.currency_class {
  font-size: 12px;
}
.uss_shop_list_view .uss_shop_list_view_item .img {
  border: none;
  display: block;
}
.uss_shop_list_view .uss_shop_list_view_item .uss_img_holder {
  border: none;
  display: block;
  margin: 0 !important;
  width: 100% !important;
  display: block !important;
}
.uss_shop_list_view .uss_shop_list_view_item .uss_shop_description {
  margin: 0;
  padding: 0 0 0 0;
}
.uss_shop_list_view .uss_shop_list_view_item .uss_shop_uid {
  padding: 7px 0 7px 0;
}
.uss_shop_list_view .uss_shop_list_view_item .uss_shop_by {
  margin-right: 10px;
}
.uss_shop_list_view .uss_shop_list_view_item .uss_shop_amount_left {
  padding: 7px 0 7px 0;
}
.uss_shop_list_view .uss_shop_list_view_item a.add_to_cart {
  font-size: 20px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 0;
}
.uss_shop_list_view .uss_shop_list_view_item .uss_shop_put {
  padding-left: 0;
}
.uss_shop_list_view .uss_shop_list_view_item .uss_shop_put .uss_shop_put {
  display: inline-block;
}
.uss_shop_list_view .uss_shop_list_view_item .uss_shop_put .uss_shop_put a {
  margin-right: 5px;
}
.uss_shop_list_view .uss_shop_list_view_item .uss_eshop_amount_block {
  padding: 0;
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
}
.uss_shop_list_view .uss_shop_list_view_item .uss_eshop_amount_block .amount_title {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 5px 0;
}
.uss_shop_list_view .uss_shop_list_view_item .uss_eshop_amount_block input.basket_amount_class {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 14px;
  margin-left: 7px;
  margin-right: 17px;
  height: 30px;
  width: 45px;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}
.uss_shop_list_view .uss_shop_list_view_item:hover:before {
  content: '';
  width: 100%;
  height: 100%;
  border: 2px solid;
  left: -2px;
  top: -2px;
  position: absolute;
  z-index: -1;
}
.uss_shop_list_view .uss_shop_list_view_item:hover .img {
  width: 100%;
  overflow: hidden;
}
.uss_shop_list_view .uss_shop_list_view_item:hover .uss_img_holder {
  width: 100%;
  overflow: hidden;
}
.uss_shop_list_view .uss_shop_list_view_item:hover img {
  position: relative;
}
.uss_shop_list_view .uss_shop_list_view_item:hover a.add_to_cart:hover {
  text-decoration: underline;
}
.uss_shop_list_view .uss_shop_list_view_item .compare-put_wrap {
  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;
  line-height: 30px;
  padding: 5px 0;
}
.uss_shop_list_view .uss_shop_list_view_item .compare-put_wrap > div {
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
}
.uss_shop_list_view .uss_shop_list_view_item .compare-put_wrap > div a {
  display: inline-block;
}
.uss_catalog_block_cat {
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.uss_catalog_block_cat .uss_eshop_block_item {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.uss_catalog_block_cat .uss_eshop_item {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.uss_catalog_block_cat .uss_catalog_category {
  -webkit-box-shadow: 1px 1px 5px rgba(123, 141, 148, 0.4);
          box-shadow: 1px 1px 5px rgba(123, 141, 148, 0.4);
  position: relative;
  margin: 0 0 40px;
  padding: 2px;
  z-index: 5;
  background: #fff;
  text-align: center;
  -ms-flex-wrap: space-between;
  flex-wrap: space-between;
  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;
}
.uss_catalog_block_cat .uss_catalog_category:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  border-color: #f3f4f5 #dfe4e5 #dfe4e5 #f3f4f5;
  border-style: solid;
  border-width: 2px;
  z-index: -1;
}
.uss_catalog_block_cat .uss_catalog_category .catalog_info {
  -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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.uss_catalog_block_cat .uss_catalog_category > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.uss_catalog_block_cat .uss_catalog_category > div {
  background: #fff;
}
.uss_catalog_block_cat .uss_catalog_category .uss_catalog_cat_name {
  margin: 0;
  text-align: left;
}
.uss_catalog_block_cat .uss_catalog_category .uss_catalog_cat_name a {
  display: inline-block;
  display: block;
  height: 2.4em;
  overflow: hidden;
}
.uss_catalog_block_cat .uss_catalog_category .uss_catlog_cat_anons {
  margin: 0;
  text-align: left;
}
.uss_catalog_block_cat .uss_catalog_category .uss_catlog_cat_anons p {
  margin: 0;
}
.uss_catalog_block_cat .uss_catalog_category .uss_catalog_cat_img {
  margin: 0 !important;
  width: 100% !important;
  display: block !important;
  border: none;
  height: auto !important;
}
.uss_catalog_block_cat .uss_catalog_category .uss_shop_cat_img_wrap .uss_shop_cat_img {
  margin: 0 !important;
  width: 100% !important;
  display: block !important;
  border: none;
  height: auto !important;
}
.uss_catalog_block_cat .uss_catalog_category .catalog_orderbutton {
  float: none;
  margin: 0 auto 3px;
  font-size: 17px;
}
.uss_catalog_block_cat .uss_catalog_category:hover {
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 5px rgba(250, 153, 0, 0.4);
          box-shadow: 1px 1px 5px rgba(250, 153, 0, 0.4);
}
.uss_catalog_block_cat .uss_catalog_category:hover .img {
  width: 100%;
  overflow: hidden;
}
.uss_catalog_block_cat .uss_catalog_category:hover .uss_img_holder {
  width: 100%;
  overflow: hidden;
}
.uss_catalog_block_cat .uss_catalog_category:hover img {
  position: relative;
}
.uss_shop_block_cat {
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.uss_shop_block_cat .uss_eshop_block_item {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.uss_shop_block_cat .uss_eshop_item {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.uss_shop_block_cat .uss_shop_category {
  -webkit-box-shadow: 1px 1px 5px rgba(123, 141, 148, 0.4);
          box-shadow: 1px 1px 5px rgba(123, 141, 148, 0.4);
  position: relative;
  margin: 0 0 40px;
  padding: 2px;
  z-index: 5;
  overflow: visible !important;
  background: #fff;
  -ms-flex-wrap: space-between;
      flex-wrap: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_name {

}
.uss_shop_block_cat .uss_shop_category > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.uss_shop_block_cat .uss_shop_category > div {
  background: #fff;
}
.uss_shop_block_cat .uss_shop_category .uss_catalog_cat_name {
  margin: 0;
  text-align: left;
}
.uss_shop_block_cat .uss_shop_category .uss_catalog_cat_name a {
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  padding: 13px 0 5px 14px;
  display: block;
  height: 60px;
  overflow: hidden;
}
.uss_shop_block_cat .uss_shop_category .catalog_info {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.uss_shop_block_cat .uss_shop_category .uss_catlog_cat_anons {
  margin: 0;
  padding: 0 0 0 14px;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.uss_shop_block_cat .uss_shop_category .uss_catalog_cat_img {
  margin: 0 !important;
  width: 100% !important;
  display: block !important;
  border: none;
  height: auto !important;
}
.uss_shop_block_cat .uss_shop_cat_img a {
  margin: 1px;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_img_wrap .uss_shop_cat_img {
  margin: 0 !important;
  width: 100% !important;
  display: block !important;
  border: none;
  height: auto !important;
}
.uss_shop_block_cat .uss_shop_category .catalog_orderbutton {
  float: none;
  margin: 0 auto 3px;
  font-size: 17px;
}
.uss_shop_block_cat .uss_shop_category:before {
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  border: 2px solid #DFE4E5;
  border-top-color: #F3F4F5;
  border-right-color: #DFE4E5;
  border-bottom-color: #DFE4E5;
  border-left-color: #F3F4F5;
  z-index: -1;
}
.uss_shop_block_cat .uss_shop_category:hover {
  cursor: pointer;
}
.uss_shop_block_cat .uss_shop_category:hover .img {
  width: 100%;
  overflow: hidden;
}
.uss_shop_block_cat .uss_shop_category:hover .uss_img_holder {
  width: 100%;
  overflow: hidden;
}
.uss_shop_block_cat .uss_shop_category:hover img {
  position: relative;
}
.uss_shop_block_cat .uss_shop_cat_img_wrap {
  margin: 0;
}
.uss_eshop_block_item {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.26);
  position: relative;
  margin: 0;
  padding: 0 !important;
  z-index: 5;
  overflow: visible !important;
  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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.uss_eshop_block_item .item .uss_shop_name {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.uss_eshop_block_item > * {
  margin-top: 0;
  margin-bottom: 7px;
}
.uss_eshop_block_item .eshop_filters_area {
  margin: 0;
  padding: 0.8em 14px 0;
}
.uss_eshop_block_item .eshop_filters_area .eshop_filters_group_title {
  font-size: 15px;
  font-weight: 400;
  display: block;
  padding: 0 0 7px;
}
.uss_eshop_block_item .eshop_filters_area .title {
  font-size: 15px;
  font-weight: 400;
  display: block;
  padding: 0 0 7px;
}
.uss_eshop_block_item .eshop_filters_area h1 {
  font-size: 15px;
  font-weight: 400;
  display: block;
  padding: 0 0 7px;
}
.uss_eshop_block_item .eshop_filters_area h2 {
  font-size: 15px;
  font-weight: 400;
  display: block;
  padding: 0 0 7px;
}
.uss_eshop_block_item .eshop_filters_area h3 {
  font-size: 15px;
  font-weight: 400;
  display: block;
  padding: 0 0 7px;
}
.uss_eshop_block_item .eshop_filters_area .eshop_filters_item:last-child {
  margin-bottom: 0;
}
.uss_eshop_block_item .add_to_cart {
  font-size: 20px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  padding: 0;
  line-height: 37px;
  width: 100%;
  height: 37px;
  display: block;
  position: relative;
}
.uss_eshop_block_item .uss_shop_name {
  margin: 0;
}
.uss_eshop_block_item .uss_shop_name a {
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  padding: 13px 10px 7px 14px;
  display: block;
}
.uss_eshop_block_item .uss_shop_name ~ *:not(.add_to_cart) {
  margin-top: auto !important;
  padding-left: 13px;
}
.uss_eshop_block_item .uss_shop_price {
  padding-top: 7px;
  line-height: 1;
}
.uss_eshop_block_item .uss_shop_price span {
  background: none;
  font-size: 28px;
  padding: 0 0 6px !important;
  margin: 0;
  display: block;
  width: 100%;
  background: none !important;
  font-weight: 300;
}
.uss_eshop_block_item .uss_shop_price span em.currency_class {
  font-size: 22px;
}
.uss_eshop_block_item .uss_shop_price span.old_price {
  font-size: 16px;
  padding-bottom: 0;
  color: #697a81;
  display: inline-block;
  letter-spacing: 0.4px;
}
.uss_eshop_block_item .uss_shop_price span.old_price em.currency_class {
  font-size: 12px;
}
.uss_eshop_block_item .uss_shop_price span.actual_price {
  letter-spacing: -0.5px;
}
.uss_eshop_block_item .uss_eshop_amount_block {
  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_eshop_block_item .uss_eshop_amount_block .amount_title {
  margin-right: 5px;
}
.uss_eshop_block_item .uss_eshop_amount_block .basket_amount_class {
  width: 35px;
  height: 30px;
  border: 1px solid #ccc;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  text-align: center;
  font-size: 14px;
}
.uss_eshop_block_item .price {
  margin: 0;
  padding-top: 7px;
}
.uss_eshop_block_item .price span {
  background: none;
  font-size: 28px;
  padding: 0 0 6px !important;
  margin: 0;
  display: block;
  width: 100%;
  background: none !important;
  font-weight: 300;
}
.uss_eshop_block_item .price span em.currency_class {
  font-size: 22px;
}
.uss_eshop_block_item .price span.old_price {
  font-size: 16px;
  padding-bottom: 0;
  color: #697a81;
  display: inline-block;
}
.uss_eshop_block_item .price span.old_price em.currency_class {
  font-size: 12px;
}
.uss_eshop_block_item .img {
  border: none;
  display: block;
}
.uss_eshop_block_item .uss_img_holder {
  border: none;
  display: block;
  margin: 0 !important;
  width: 100% !important;
  display: block !important;
}
.uss_eshop_block_item .uss_shop_description {
  margin: 0;
  padding: 0 0 0 14px;
}
.uss_eshop_block_item .uss_shop_uid {
  padding: 7px 0 7px 14px;
}
.uss_eshop_block_item a.add_to_cart {
  font-size: 20px;
  text-align: center;
  display: inline-block;
  width: 100%;
  height: 37px;
  text-decoration: none;
  padding: 0;
  line-height: 37px;
  margin-bottom: 0;
}
.uss_eshop_block_item .uss_shop_put {
  padding-left: 14px;
}
.uss_eshop_block_item .uss_shop_put .uss_shop_put {
  display: inline-block;
}
.uss_eshop_block_item .uss_shop_put .uss_shop_put a {
  margin-right: 5px;
}
.block .uss_eshop_block_item:hover {
  cursor: pointer;
}
.block .uss_eshop_block_item:hover:before {
  content: '';
  width: 100%;
  height: 100%;
  border: 2px solid;
  left: -2px;
  top: -2px;
  position: absolute;
  z-index: -1;
}
.block .uss_eshop_block_item:hover .img {
  width: 100%;
  overflow: hidden;
}
.block .uss_eshop_block_item:hover .uss_img_holder {
  width: 100%;
  overflow: hidden;
}
.block .uss_eshop_block_item:hover img {
  position: relative;
}
.uss_shop_blocks_view .uss_eshop_item {
  position: relative;
  -webkit-box-shadow: 1px 1px 5px rgba(123, 141, 148, 0.4);
          box-shadow: 1px 1px 5px rgba(123, 141, 148, 0.4);
  z-index: 5;
  padding: 2px;
  overflow: visible !important;
  background: #fff;
  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;
}
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_area {
  margin: 0;
  padding: 0.8em 14px 0;
  font-weight: 100;
}
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_area .eshop_filters_group_title {
  font-size: 15px;
  font-weight: 600;
  display: block;
  padding: 0 0 7px;
  margin-bottom: 5px;
}
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_area .title {
  font-size: 15px;
  font-weight: 400;
  padding: 0 7px 7px 0;
}
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_area h1 {
  font-size: 15px;
  font-weight: 400;
  display: block;
  padding: 0 0 7px;
}
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_area h2 {
  font-size: 15px;
  font-weight: 400;
  display: block;
  padding: 0 0 7px;
}
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_area h3 {
  font-size: 15px;
  font-weight: 400;
  display: block;
  padding: 0 0 7px;
}
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_area .eshop_filters_item:last-child {
  margin-bottom: 0;
}
.uss_shop_blocks_view .uss_eshop_item .add_to_cart {
  font-size: 20px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  padding: 0;
  line-height: 37px;
  width: 100%;
  height: 37px;
  display: block;
  position: relative;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_name {
  margin: 0;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_name a {
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  padding: 13px 0 5px 14px;
  display: block;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_price {
  margin: auto 0 0 0;
  padding: 10px 0 10px 13px;
  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;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_price span {
  background: none;
  font-size: 28px;
  padding: 0 10px 6px !important;
  margin: 0;
  background: none !important;
  font-weight: 300;
  line-height: 1;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_price span em.currency_class {
  font-size: 22px;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_price span.old_price {
  font-size: 16px;
  padding-bottom: 0;
  color: #697a81 !important;
  display: inline-block;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_price span.old_price em.currency_class {
  font-size: 12px;
}
.uss_shop_blocks_view .uss_eshop_item .price {
  margin: 0;
  padding: 7px 0 0 13px;
}
.uss_shop_blocks_view .uss_eshop_item .price span {
  background: none;
  font-size: 28px;
  padding: 0 0 6px !important;
  margin: 0;
  display: block;
  width: 100%;
  background: none !important;
  font-weight: 300;
}
.uss_shop_blocks_view .uss_eshop_item .price span em.currency_class {
  font-size: 22px;
}
.uss_shop_blocks_view .uss_eshop_item .price span.old_price {
  font-size: 16px;
  padding-bottom: 0;
  color: #697a81;
  display: inline-block;
}
.uss_shop_blocks_view .uss_eshop_item .price span.old_price em.currency_class {
  font-size: 12px;
}
.uss_shop_blocks_view .uss_eshop_item .img {
  border: none;
  display: block;
}
.uss_shop_blocks_view .uss_eshop_item .uss_img_holder {
  border: none;
  display: block;
  margin: 0 !important;
  width: 100% !important;
  display: block !important;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_description {
  margin: 0;
  padding: 0 0 0 14px;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_uid {
  padding: 7px 0 7px 14px;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_amount_left {
  padding: 7px 0 7px 14px;
}
.uss_shop_blocks_view .uss_eshop_item a.add_to_cart {
  font-size: 20px;
  text-align: center;
  display: inline-block;
  width: 100%;
  height: 37px;
  text-decoration: none;
  padding: 0;
  line-height: 37px;
  margin-bottom: 0;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_put {
  padding-left: 14px;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_put .uss_shop_put {
  display: inline-block;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_put .uss_shop_put a {
  margin-right: 5px;
}
.uss_shop_blocks_view .uss_eshop_item .uss_eshop_amount_block {
  padding-left: 14px;
  padding-bottom: 7px;
  padding-top: 7px;
  padding-right: 14px;
  display: block;
  line-height: 30px;
}
.uss_shop_blocks_view .uss_eshop_item .uss_eshop_amount_block input.basket_amount_class {
  text-align: center;
  font-size: 14px;
  margin-left: 5px;
  margin-right: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #C8CFD2;
}
.uss_shop_blocks_view .uss_eshop_item:before {
  content: '';
  border: 2px solid #DFE4E5;
  border-top-color: #F3F4F5;
  border-right-color: #DFE4E5;
  border-bottom-color: #DFE4E5;
  border-left-color: #F3F4F5;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
}
.uss_shop_blocks_view .uss_eshop_item:hover {
  -webkit-box-shadow: 1px 1px 5px rgba(250, 153, 0, 0.4);
          box-shadow: 1px 1px 5px rgba(250, 153, 0, 0.4);
}
.uss_shop_blocks_view .uss_eshop_item:hover:before {
  border-color: #ffc322;
}
.uss_shop_blocks_view .uss_eshop_item:hover .img {
  width: 100%;
  overflow: hidden;
}
.uss_shop_blocks_view .uss_eshop_item:hover .uss_img_holder {
  width: 100%;
  overflow: hidden;
}
.uss_shop_blocks_view .uss_eshop_item:hover img {
  position: relative;
}
.block .catalog_menu_item {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.26);
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 0;
  overflow: visible !important;
  z-index: 15;
}
.block .catalog_menu_item > a {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  padding: 13px 14px 5px 14px;
  position: relative;
}
.block .catalog_menu_item a {
  font-weight: 400 !important;
  position: relative;
  z-index: 15;
}
.block .catalog_menu_item > * {
  background: #fff;
}
.block .catalog_menu_item:hover {
  cursor: pointer;
}
.block .catalog_menu_item:hover:before {
  content: '';
  width: 100%;
  height: 100%;
  border: 2px solid;
  left: -2px;
  top: -2px;
  position: absolute;
  z-index: -1;
}
.block .catalog_menu_item:hover img {
  position: relative;
}
.block .catalog_menu_item:hover a {
  display: block;
  width: 100%;
}
.block .catalog_menu_item:hover .catalog_menu_image {
  width: 100%;
  overflow: hidden;
  display: block;
}
.block .uss_eshop_menu > li {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.26);
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 0;
  overflow: visible !important;
  z-index: 15;
  margin-bottom: 40px !important;
}
.block .uss_eshop_menu > li > a {
  margin: 0;
  font-weight: 300;
  display: inline-block;
  position: relative;
}
.block .uss_eshop_menu > li a {
  font-weight: 400 !important;
  position: relative;
  z-index: 15;
}
.block .uss_eshop_menu > li > a,
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_name,
.product .uss_catalog_sidebar .uss_catalog_category .uss_catalog_cat_name,
.uss_catalog_block_cat .uss_catalog_category .uss_catalog_cat_name {
  padding: 13px 14px 10px;
}
.block .uss_eshop_menu > li > a,
.uss_shop_block_cat .uss_shop_cat_name a,
.product .uss_catalog_sidebar .uss_catalog_category .uss_catalog_cat_name a,
.uss_catalog_block_cat .uss_catalog_category .uss_catalog_cat_name a {
  font-size: 19px;
  line-height: 1.2;
}
.block .uss_eshop_menu > li > * {
  background: #fff;
}
.block .uss_eshop_menu > li:hover {
  cursor: pointer;
}
.block .uss_eshop_menu > li:hover:before {
  content: '';
  width: 100%;
  height: 100%;
  border: 2px solid;
  left: -2px;
  top: -2px;
  position: absolute;
  z-index: -1;
}
.block .uss_eshop_menu > li:hover img {
  position: relative;
}
.block .uss_eshop_menu > li:hover a {
  display: block;
  width: 100%;
}
.block .uss_eshop_menu > li:hover .catalog_menu_image {
  width: 100%;
  overflow: hidden;
  display: block;
}
.block .uss_eshop_menu > li .eshop_menu_image {
  width: 100%;
  overflow: hidden;
  display: block;
}
.block .uss_eshop_menu > li .eshop_menu_image img {
  max-width: 100%;
  display: block;
}
.catalog_orderbutton {
  font-size: 20px;
  text-align: center;
  width: 100%;
  height: 37px;
  text-decoration: none;
  padding: 0;
  line-height: 37px;
  display: inline-block;
  width: auto;
  font-weight: 400 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  opacity: 1 !important;
}
.catalog_orderbutton:hover {
  text-shadow: none !important;
}
.uss_eshop_filters_block .group .eshop_filters_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.uss_eshop_filters_block .group .eshop_filters_items .eshop_filters {
  max-width: calc((100% - 20px) / 3);
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  margin: 0 0 10px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}
.uss_eshop_filters_block .group .eshop_filters_items .eshop_filters:not( :nth-of-type(3n)) {
  margin-right: 10px;
}
.uss_eshop_filters_block .group .eshop_filters_items .jq-selectbox {
  width: 100%;
}
.uss_eshop_filters_block .group .eshop_filters_items .jq-selectbox .jq-selectbox__select {
  width: 100%;
}
.uss_shop_detail .uss_img_big .uss_img_big_image img {
  display: block;
  margin: 0 auto;
}
.uss_shop_detail .uss_shop_technical_data {
  display: block;
  overflow: hidden;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_description p {
  margin: 0;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_description p + p {
  margin-top: 8px;
}
.uss_shop_detail .uss_shop_technical_data .eshop_filters_area .eshop_filters_group_title {
  font-weight: 300;
}
.uss_shop_detail .uss_shop_technical_data .eshop_filters_area .title {
  margin-right: 4px;
  font-weight: 300;
}
.uss_shop_detail .uss_shop_technical_data .eshop_filters_area h1 {
  margin-right: 4px;
  font-weight: 300;
}
.uss_shop_detail .uss_shop_technical_data .eshop_filters_area h2 {
  margin-right: 4px;
  font-weight: 300;
}
.uss_shop_detail .uss_shop_technical_data .eshop_filters_area h3 {
  margin-right: 4px;
  font-weight: 300;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_price {
  margin: 0;
  padding: 7px 0 0;
  line-height: 1;
  font-weight: 300;
  font-family: Roboto Condensed;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_price span {
  background: none;
  font-size: 36px;
  padding: 0 0 6px !important;
  margin: 0;
  display: block;
  width: 100%;
  background: none !important;
  font-weight: 300;
  color: #262427;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_price span em.currency_class {
  font-size: 28px;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_price span.old_price {
  font-size: 18px;
  padding-bottom: 0;
  color: #9AAEB5;
  display: inline-block;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_price span.old_price em.currency_class {
  font-size: 14px;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_by {
  margin: 0 0 10px;
  display: inline-block;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_by .uss_eshop_amount_block {
  padding: 5px 0;
  line-height: 30px;
  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 .uss_eshop_amount_block input.basket_amount_class {
  margin: 0 5px;
  display: block;
  text-align: center;
  height: 30px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #c8cfd2;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart {
  font-size: 20px;
  text-align: center;
  width: 100%;
  height: 37px;
  text-decoration: none;
  width: auto;
  display: inline-block;
  padding: 0 20px;
  line-height: 37px;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart:not(.buy_one_click) {
  margin-right: 15px;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_by.uss_shop_buy_one_click {
  margin-right: 15px;
}
.uss_shop_detail .uss_shop_technical_data .compare-put_wrap {
  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;
  line-height: 30px;
  padding: 5px 0;
}
.uss_shop_detail .uss_shop_technical_data .compare-put_wrap > div {
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
}
.uss_shop_detail .uss_shop_technical_data .compare-put_wrap > div a {
  display: inline-block;
}
.uss_shop_detail .uss_shop_technical_data .uss_compare_by {
  font-size: 16px;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_put_wrap {
  font-size: 16px;
}
.uss_eshop_sameproducts.blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.uss_eshop_sameproducts.blocks .info {
  overflow: hidden;
}
.uss_eshop_sameproducts.blocks .title {
  margin: 0;
}
.uss_eshop_sameproducts.blocks .title a {
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  padding: 0 0 0 0;
}
.uss_eshop_sameproducts.blocks .uss_shop_price {
  margin: 0;
  padding: 7px 0 0 13px;
}
.uss_eshop_sameproducts.blocks .uss_shop_price span {
  background: none;
  font-size: 28px;
  padding: 0 0 6px !important;
  margin: 0;
  display: block;
  width: 100%;
  background: none !important;
  font-weight: 300;
}
.uss_eshop_sameproducts.blocks .uss_shop_price span em.currency_class {
  font-size: 22px;
}
.uss_eshop_sameproducts.blocks .uss_shop_price span.old_price {
  font-size: 16px;
  padding-bottom: 0;
  color: #697a81 !important;
  display: inline-block;
}
.uss_eshop_sameproducts.blocks .uss_shop_price span.old_price em.currency_class {
  font-size: 12px;
}
.uss_eshop_sameproducts.blocks .price {
  margin: 0;
  padding: 10px 0 0 0;
  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;
}
.uss_eshop_sameproducts.blocks .price span {
  background: none;
  font-size: 28px;
  padding: 5px 7px 5px 0 !important;
  margin: 0 !important;
  margin: 0;
  display: block;
  background: none !important;
  font-weight: 300;
  line-height: 1;
}
.uss_eshop_sameproducts.blocks .price span em.currency_class {
  font-size: 22px;
}
.uss_eshop_sameproducts.blocks .price span.old_price {
  font-size: 16px;
  color: #697a81;
  display: inline-block;
}
.uss_eshop_sameproducts.blocks .price span.old_price em.currency_class {
  font-size: 12px;
}
.uss_eshop_sameproducts.blocks a.add_to_cart {
  font-size: 20px;
  text-align: center;
  display: inline-block;
  max-width: 100%;
  height: 37px;
  text-decoration: none;
  padding: 0 20px;
  line-height: 37px;
  background: #697a81;
  color: #fff;
}
.uss_eshop_sameproducts.blocks .uss_eshop_amount_block {
  padding-left: 14px;
  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;
  padding-top: 5px;
  padding-bottom: 10px;
}
.uss_eshop_sameproducts.blocks .uss_eshop_amount_block .amount_title {
  margin-right: 5px;
}
.uss_eshop_sameproducts.blocks .uss_eshop_amount_block .basket_amount_class {
  border: 1px solid #ccc;
  font-size: 14px;
  text-align: center;
  width: 35px;
  height: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
.uss_eshop_sameproducts.blocks .price-buy_btn {
  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;
  padding: 7px 0;
}
.uss_eshop_sameproducts.blocks .price-buy_btn > div {
  margin-right: 10px;
}
.uss_eshop_sameproducts.blocks .price-buy_btn .addToCart {
  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_eshop_sameproducts.blocks .price-buy_btn .addToCart .uss_eshop_amount_block {
  padding: 0;
}
.uss_eshop_sameproducts.blocks .item {
  -webkit-box-shadow: 1px 1px 5px rgba(123, 141, 148, 0.4);
          box-shadow: 1px 1px 5px rgba(123, 141, 148, 0.4);
  position: relative;
  padding: 2px;
  z-index: 5;
  overflow: visible !important;
  background: #fff;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: calc((100% - 10px) / 2);
}
.uss_eshop_sameproducts.blocks .item .info {
  -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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.uss_eshop_sameproducts.blocks .item .info > div:not(.addToCart) {
  padding-left: 14px;
  padding-right: 14px;
}
.uss_eshop_sameproducts.blocks .item .info .title {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.uss_eshop_sameproducts.blocks .item .image {
  border: none;
  display: block;
  width: 100%;
}
.uss_eshop_sameproducts.blocks .item .image img {
  display: block;
  margin: 0 auto;
}
.uss_eshop_sameproducts.blocks .item .imageWrap {
  border: none;
  display: block;
  width: 100%;
}
.uss_eshop_sameproducts.blocks .item .imageWrap .image {
  margin: 0 auto;
}
.uss_eshop_sameproducts.blocks .item .descr {
  padding-top: 14px;
  padding-bottom: 10px;
}
.uss_eshop_sameproducts.blocks .item > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.uss_eshop_sameproducts.blocks .item .addToCart .uss_eshop_amount_block {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.uss_eshop_sameproducts.blocks .item .addToCart a.add_to_cart {
  width: 100%;
}
.uss_eshop_sameproducts.blocks .item .eshop_filters_area .eshop_filters_item .eshop_filters_line {
  display: block;
  width: 100%;
}
.uss_eshop_sameproducts.blocks .item .eshop_filters_area .eshop_filters_item .eshop_filters_line .title {
  width: 100%;
  display: block;
  margin-bottom: 4px;
}
.uss_eshop_sameproducts.blocks .item .eshop_filters_area .eshop_filters_item .eshop_filters_line .value {
  display: block;
  width: 100%;
}
.uss_eshop_sameproducts.blocks .item .eshop_filters_area .eshop_filters_item .eshop_filters_line .jq-selectbox {
  display: block;
  width: 100%;
}
.uss_eshop_sameproducts.blocks .item .eshop_filters_area .eshop_filters_item .eshop_filters_line .jq-selectbox .jq-selectbox__select {
  width: 100%;
}
.uss_eshop_sameproducts.blocks .item:before {
  content: "";
  border-color: #f3f4f5 #dfe4e5 #dfe4e5 #f3f4f5;
  border-style: solid;
  border-width: 2px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
}
.uss_eshop_sameproducts.blocks .item:hover {
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 5px rgba(250, 153, 0, 0.4);
          box-shadow: 1px 1px 5px rgba(250, 153, 0, 0.4);
}
.uss_eshop_sameproducts.blocks .item:hover:before {
  border-color: 2px solid #ffc322;
}
.uss_eshop_sameproducts.blocks .item:hover .img {
  width: 100%;
  overflow: hidden;
}
.uss_eshop_sameproducts.blocks .item:hover .uss_img_holder {
  width: 100%;
  overflow: hidden;
}
.uss_eshop_sameproducts.blocks .item:hover img {
  position: relative;
}
.uss_eshop_sameproducts.blocks .item:hover a.add_to_cart {
  background-color: #ffc322;
  color: #262427;
}
.uss_eshop_sameproducts.list .info {
  overflow: hidden;
}
.uss_eshop_sameproducts.list .title {
  margin: 0;
}
.uss_eshop_sameproducts.list .title a {
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  padding: 0 0 0 0;
}
.uss_eshop_sameproducts.list .uss_shop_price {
  margin: 0;
  padding: 7px 0 0 13px;
}
.uss_eshop_sameproducts.list .uss_shop_price span {
  background: none;
  font-size: 28px;
  padding: 0 0 6px !important;
  margin: 0;
  display: block;
  width: 100%;
  background: none !important;
  font-weight: 300;
}
.uss_eshop_sameproducts.list .uss_shop_price span em.currency_class {
  font-size: 22px;
}
.uss_eshop_sameproducts.list .uss_shop_price span.old_price {
  font-size: 16px;
  padding-bottom: 0;
  color: #697a81 !important;
  display: inline-block;
}
.uss_eshop_sameproducts.list .uss_shop_price span.old_price em.currency_class {
  font-size: 12px;
}
.uss_eshop_sameproducts.list .price {
  margin: 0;
  padding: 10px 0 0 0;
  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;
}
.uss_eshop_sameproducts.list .price span {
  background: none;
  font-size: 28px;
  padding: 5px 7px 5px 0 !important;
  margin: 0 !important;
  margin: 0;
  display: block;
  background: none !important;
  font-weight: 300;
  line-height: 1;
}
.uss_eshop_sameproducts.list .price span em.currency_class {
  font-size: 22px;
}
.uss_eshop_sameproducts.list .price span.old_price {
  font-size: 16px;
  color: #697a81;
  display: inline-block;
}
.uss_eshop_sameproducts.list .price span.old_price em.currency_class {
  font-size: 12px;
}
.uss_eshop_sameproducts.list a.add_to_cart {
  font-size: 20px;
  text-align: center;
  display: inline-block;
  max-width: 100%;
  height: 37px;
  text-decoration: none;
  padding: 0 20px;
  line-height: 37px;
  background: #697a81;
  color: #fff;
}
.uss_eshop_sameproducts.list .uss_eshop_amount_block {
  padding-left: 14px;
  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;
  padding-top: 5px;
  padding-bottom: 10px;
}
.uss_eshop_sameproducts.list .uss_eshop_amount_block .amount_title {
  margin-right: 5px;
}
.uss_eshop_sameproducts.list .uss_eshop_amount_block .basket_amount_class {
  border: 1px solid #ccc;
  font-size: 14px;
  text-align: center;
  width: 35px;
  height: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
.uss_eshop_sameproducts.list .price-buy_btn {
  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;
  padding: 7px 0;
}
.uss_eshop_sameproducts.list .price-buy_btn > div {
  margin-right: 10px;
}
.uss_eshop_sameproducts.list .price-buy_btn .addToCart {
  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_eshop_sameproducts.list .price-buy_btn .addToCart .uss_eshop_amount_block {
  padding: 0;
}
.uss_eshop_sameproducts.list .item {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  margin-right: 0;
  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;
}
.uss_eshop_sameproducts.list .item .imageWrap {
  border: none;
}
.uss_eshop_sameproducts.list .item .info {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.uss_eshop_sameproducts.list .item .info a.add_to_cart:hover {
  background-color: #ffc322;
  color: #262427;
}
.uss_eshop_sameproducts.list .item + .item {
  border-top: 1px solid rgba(0, 0, 0, 0.45);
}
.uss_eshop_sameproducts.table .item td.price {
  margin: 0;
}
.uss_eshop_sameproducts.table .item td.price span {
  background: none;
  font-size: 18px;
  padding: 0 0 6px !important;
  margin: 0;
  display: block;
  width: 100%;
  background: none !important;
  font-weight: 300;
}
.uss_eshop_sameproducts.table .item td.price span em.currency_class {
  font-size: 14px;
}
.uss_eshop_sameproducts.table .item td.price span.old_price {
  font-size: 14px;
  padding-bottom: 0;
  color: #697a81 !important;
  display: inline-block;
}
.uss_eshop_sameproducts.table .item td.price span.old_price em.currency_class {
  font-size: 12px;
}
.uss_eshop_sameproducts.table .item td.addToCart a.add_to_cart {
  font-size: 16px;
  text-align: center;
  display: inline-block;
  max-width: 100%;
  text-decoration: none;
  padding: 5px 10px;
  line-height: 1;
  background: #697a81;
  color: #fff;
}
.uss_eshop_sameproducts.table .item td.addToCart .uss_eshop_amount_block {
  padding-left: 14px;
  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;
  padding: 0 0 7px 0;
}
.uss_eshop_sameproducts.table .item td.addToCart .uss_eshop_amount_block .amount_title {
  margin-right: 5px;
}
.uss_eshop_sameproducts.table .item td.addToCart .uss_eshop_amount_block .basket_amount_class {
  border: 1px solid #ccc;
  font-size: 14px;
  text-align: center;
  width: 35px;
  height: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
.comment_form_block .comment_form_title {
  overflow: hidden;
  font-size: 48px;
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  font-weight: 100;
  text-align: center;
  margin: 0 0 27px;
}
.comment_form_block .comment_form_title .h1 {
  font-size: 48px;
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  font-weight: 100;
  text-align: center;
  margin: 0 0 27px;
}
.comment_form_block .comment_form_title .h2 {
  font-size: 48px;
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  font-weight: 100;
  text-align: center;
  margin: 0 0 27px;
}
.comment_form_block .comment_form_title .h3 {
  font-size: 48px;
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  font-weight: 100;
  text-align: center;
  margin: 0 0 27px;
}
.comment_form_block .comment_form_title .h4 {
  font-size: 48px;
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  font-weight: 100;
  text-align: center;
  margin: 0 0 27px;
}
.comment_form_block .comment_form_title h1 {
  font-size: 48px;
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  font-weight: 100;
  text-align: center;
  margin: 0 0 27px;
}
.comment_form_block .comment_form_title h2 {
  font-size: 48px;
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  font-weight: 100;
  text-align: center;
  margin: 0 0 27px;
}
.comment_form_block .comment_form_title h3 {
  font-size: 48px;
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  font-weight: 100;
  text-align: center;
  margin: 0 0 27px;
}
.comment_form_block .comment_form_title h4 {
  font-size: 48px;
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  font-weight: 100;
  text-align: center;
  margin: 0 0 27px;
}
.comment_form_block .comment_form_title .slides {
  width: 100%;
  position: relative;
}
.comment_form_block .comment_form_title .slides .slick-slide img {
  max-width: 100%;
  height: auto;
}
.comment_form_block .comment_form_title .slides .news_block_item {
  zoom: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment_form_block .comment_form_title .slides .news_block_item:before {
  content: '';
  display: table;
}
.comment_form_block .comment_form_title .slides .news_block_item:after {
  content: '';
  display: table;
  clear: both;
}
.comment_form_block .comment_form_title .slides .news_block_item .image {
  margin-bottom: 10px;
}
.comment_form_block .comment_form_title .slides .slick-dots {
  bottom: -33px;
}
.comment_form_block .comment_form_title .slides .slick-arrow {
  width: 30px;
  height: 52px;
  z-index: 1000;
}
.comment_form_block .comment_form_title .slides .slick-arrow.slick-prev {
  background: url(../img/big_arrow_right.png) 100% no-repeat;
  background-color: rgba(0, 0, 0, 0.25);
  left: 0;
}
.comment_form_block .comment_form_title .slides .slick-arrow.slick-next {
  background: url(../img/big_arrow_left.png) 0 no-repeat;
  background-color: rgba(0, 0, 0, 0.25);
  right: 0;
}
.comment_form_block .comment_form_title .slides.not-wrap .news_block_item {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.comment_form_block .comment_form_title .slides.not-wrap .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
}
.comment_form_block .comment_form_title.type1 {
  color: #ffffff;
}
.comment_form_block .comment_form_title.type1 .h1 {
  color: #ffffff;
}
.comment_form_block .comment_form_title.type1 .h2 {
  color: #ffffff;
}
.comment_form_block .comment_form_title.type1 .h3 {
  color: #ffffff;
}
.comment_form_block .comment_form_title.type1 .h4 {
  color: #ffffff;
}
.comment_form_block .comment_form_title.type1 a {
  color: #ffffff;
}
.comment_form_block .comment_form_title.type1 h1 {
  color: #ffffff;
}
.comment_form_block .comment_form_title.type1 h2 {
  color: #ffffff;
}
.comment_form_block .comment_form_title.type1 h3 {
  color: #ffffff;
}
.comment_form_block .comment_form_title.type1 h4 {
  color: #ffffff;
}
.comment_form_block .comment_form_title.table_block table {
  width: 100%;
  margin-bottom: 50px;
  display: block;
}
.comment_form_block .comment_form_title.table_block table:last-child {
  margin-bottom: 0;
}
.comment_form_block .comment_form_title.table_block table tr {
  text-align: center;
  vertical-align: top;
}
.comment_form_block .comment_form_title.table_block table tr td {
  text-align: center;
  vertical-align: top;
}
.comment_form_block .comment_form_title.table_block table tr td img {
  display: inline-block;
  margin-bottom: 16px;
}
.comment_form_block .comment_form_title.table_block table tr td span {
  display: block;
  width: 100%;
}
.comment_form_block .comment_form_title.slider_type2 .image img {
  max-width: 100%;
  height: auto;
}
.comment_form_block .comment_form_title.block_form {
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f4f7), to(#d6dbe3));
  background: linear-gradient(#f3f4f7, #d6dbe3);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #adb4bf;
}
.comment_form_block .comment_form_title.block_form .inner {
  padding: 20px 0;
}
.comment_form_block .comment_form_title.block_form .h3 {
  font-size: 27px;
}
.comment_form_block .comment_form_title.block_form .h3 span {
  font-weight: 700;
}
.comment_form_block .comment_form_title.block_form .input_decor {
  width: 100%;
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  padding: 9px 0 0 9px;
  outline: none !important;
}
.comment_form_block .comment_form_title.block_form .input_decor.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.comment_form_block .comment_form_title.block_form .uss_form_item {
  margin-bottom: 10px;
  overflow: visible;
}
.comment_form_block .comment_form_title.block_form .uss_form_item input {
  padding: 0 0 0 9px;
  width: 100%;
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  outline: none !important;
  height: 35px;
  width: auto;
}
.comment_form_block .comment_form_title.block_form .uss_form_item textarea {
  width: 100%;
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  outline: none !important;
  height: 35px;
  width: auto;
  padding: 9px 0 0 9px;
}
.comment_form_block .comment_form_title.block_form .uss_form_item input.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.comment_form_block .comment_form_title.block_form .uss_form_item textarea.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.comment_form_block .comment_form_title.block_form .uss_form_item input[type='submit'] {
  padding: 0 20px;
  font-size: 15px;
  border: none;
}
.comment_form_block .comment_form_title.block_form .uss_form_item textarea[type='submit'] {
  padding: 0 20px;
  font-size: 15px;
  border: none;
}
.comment_form_block .comment_form_title.block_form .uss_form_item label {
  font-size: 15px !important;
  font-family: Roboto Condensed !important;
}
.comment_form_block .comment_form_title.block_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.comment_form_block .comment_form_title.block_form form .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 75%;
}
.comment_form_block .comment_form_title.block_form form .group .fc_item {
  display: inline-block;
  max-width: 310px;
  margin-right: 1%;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.comment_form_block .comment_form_title.block_form form .group .fc_item:not(.block) {
  width: 100%;
}
.comment_form_block .comment_form_title.block_form form .group .fc_item label {
  font-size: 15px;
}
.comment_form_block .comment_form_title.block_form form .group .fc_item .elem_item {
  width: 100%;
}
.comment_form_block .comment_form_title.block_form form .group .fc_item .elem_item input {
  padding-top: 0 !important;
  padding: 0 0 0 9px;
  height: 39px;
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  outline: none !important;
  width: 100%;
}
.comment_form_block .comment_form_title.block_form form .group .fc_item .elem_item textarea {
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  outline: none !important;
  width: 100%;
  padding: 9px 0 0 9px;
  padding-top: 0 !important;
}
.comment_form_block .comment_form_title.block_form form .group .fc_item .elem_item input.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.comment_form_block .comment_form_title.block_form form .group .fc_item .elem_item textarea.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.comment_form_block .comment_form_title.block_form form .buttons {
  max-width: 298px;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  display: block;
  margin: 0 auto;
}
.comment_form_block .comment_form_title.block_form form .buttons input {
  display: inline-block;
  width: 323px;
  height: 40px;
  font-size: 21px;
  text-align: center;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  letter-spacing: -1.1px;
  font-family: Roboto Condensed;
  font-size: 18px;
  max-width: 100%;
  text-shadow: none;
}
.comment_form_block .comment_form_title.block_form form .buttons input:hover {
  background-position: 0 0;
  background: #00648d;
  color: #ffffff;
}
.comment_form_block .comment_form_title.block_form form .buttons button {
  display: inline-block;
  width: 323px;
  height: 40px;
  font-size: 21px;
  text-align: center;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  letter-spacing: -1.1px;
  text-shadow: none;
}
.comment_form_block .comment_form_title.block_form form .buttons button:hover {
  background-position: 0 0;
  background: #00648d;
  color: #ffffff;
}
.comment_form_block .input_decor {
  width: 100%;
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  padding: 9px 0 0 9px;
  outline: none !important;
}
.comment_form_block .input_decor.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.comment_form_block .uss_form_item {
  margin-bottom: 10px;
  overflow: visible;
}
.comment_form_block .uss_form_item input {
  padding: 0 0 0 9px;
  width: 100%;
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  outline: none !important;
  height: 35px;
  width: auto;
  text-shadow: none;
}
.comment_form_block .uss_form_item textarea {
  width: 100%;
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  outline: none !important;
  height: 35px;
  width: auto;
  padding: 9px 0 0 9px;
}
.comment_form_block .uss_form_item input.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.comment_form_block .uss_form_item textarea.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.comment_form_block .uss_form_item input[type='submit'] {
  padding: 0 20px;
  font-size: 15px;
  border: none;
}
.comment_form_block .uss_form_item textarea[type='submit'] {
  padding: 0 20px;
  font-size: 15px;
  border: none;
}
.comment_form_block .uss_form_item label {
  font-size: 15px !important;
  font-family: Roboto Condensed !important;
}
.comment_form_block form .group .fc_item:not(.block) {
  width: 100%;
}
.comment_form_block form .group .fc_item label {
  font-size: 15px;
}
.comment_form_block form .group .fc_item .elem_item {
  width: 100%;
}
.comment_form_block form .group .fc_item .elem_item input {
  padding-top: 0 !important;
  padding: 0 0 0 9px;
  height: 39px;
  width: 100%;
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  outline: none !important;
  text-shadow: none;
}
.comment_form_block form .group .fc_item .elem_item textarea {
  width: 100%;
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  outline: none !important;
  padding: 9px 0 0 9px;
  padding-top: 0 !important;
}
.comment_form_block form .group .fc_item .elem_item input.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.comment_form_block form .group .fc_item .elem_item textarea.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.comment_form_block form .buttons input {
  display: inline-block;
  width: 323px;
  height: 40px;
  font-size: 21px;
  text-align: center;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  letter-spacing: -1.1px;
}
.comment_form_block form .buttons input:hover {
  background-position: 0 0;
  background: #00648d;
  color: #ffffff;
}
.comment_form_block form .buttons button {
  display: inline-block;
  width: 323px;
  height: 40px;
  font-size: 21px;
  text-align: center;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  letter-spacing: -1.1px;
}
.comment_form_block form .buttons button:hover {
  background-position: 0 0;
  background: #00648d;
  color: #ffffff;
}
.comment_form_block form .uss_form_submit input {
  background: #ffc322;
  color: #262427;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  cursor: pointer;
}
.comment_form_block form .uss_form_submit input:hover {
  background: #697a81;
  color: #ffffff;
  text-shadow: none !important;
}
.comment_form_block form .uss_form_submit button {
  background: #ffc322;
  color: #262427;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  cursor: pointer;
}
.comment_form_block form .uss_form_submit button:hover {
  background: #697a81;
  color: #ffffff;
  text-shadow: none !important;
}
.comment_form_block form .uss_form_submit button.active {
  background: #697a81;
  color: #ffffff;
}
.comment_form_block form .uss_form_submit button.selected {
  background: #697a81;
  color: #ffffff;
}
.comment_form_block form .uss_form_submit input.active {
  background: #697a81;
  color: #ffffff;
}
.comment_form_block form .uss_form_submit input.selected {
  background: #697a81;
  color: #ffffff;
}
div.uss_eshop_tabs .uss_catalog_tabs_navigation span {
  border-radius: 0;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 400;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-size: 15px;
  font-weight: 400 !important;
  opacity: 1 !important;
}
div.uss_eshop_tabs .uss_eshop_tabs_navigation span {
  border-radius: 0;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 400;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-size: 15px;
  font-weight: 400 !important;
  opacity: 1 !important;
}
div.uss_eshop_tabs div.tab_items {
  position: relative;
  z-index: 1;
  border: 2px solid #ffc322;
  -webkit-box-shadow: none;
  box-shadow: none;
}
div.uss_eshop_tabs div.tab_items .tab_item {
  -webkit-box-shadow: none;
  box-shadow: none;
}
div.uss_catalog_tabs .uss_catalog_tabs_navigation span {
  border-radius: 0;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 400;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-size: 15px;
  font-weight: 400 !important;
  opacity: 1 !important;
}
div.uss_catalog_tabs .uss_eshop_tabs_navigation span {
  border-radius: 0;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 400;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-size: 15px;
  font-weight: 400 !important;
  opacity: 1 !important;
}
div.uss_catalog_tabs div.tab_items {
  position: relative;
  z-index: 1;
  border: 2px solid #ffc322;
  -webkit-box-shadow: none;
  box-shadow: none;
}
div.uss_catalog_tabs div.tab_items .tab_item {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.catalog_orderform_tml {
  font-family: Roboto Condensed;
}
.catalog_orderform_tml * {
  font-family: Roboto Condensed;
}
.catalog_orderform_tml .catalog_orderform_window_wrap {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.catalog_orderform_tml .input_decor {
  width: 100%;
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  padding: 9px 0 0 9px;
  outline: none !important;
}
.catalog_orderform_tml .input_decor.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.catalog_orderform_tml .uss_form_item {
  margin-bottom: 10px;
  overflow: visible;
}
.catalog_orderform_tml .uss_form_item input {
  padding: 0 0 0 9px;
  width: 100%;
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  outline: none !important;
  height: 35px;
  width: auto;
}
.catalog_orderform_tml .uss_form_item textarea {
  width: 100%;
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  outline: none !important;
  height: 35px;
  width: auto;
  padding: 9px 0 0 9px;
}
.catalog_orderform_tml .uss_form_item input.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.catalog_orderform_tml .uss_form_item textarea.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.catalog_orderform_tml .uss_form_item input[type='submit'] {
  padding: 0 20px;
  font-size: 15px;
  border: none;
}
.catalog_orderform_tml .uss_form_item textarea[type='submit'] {
  padding: 0 20px;
  font-size: 15px;
  border: none;
}
.catalog_orderform_tml .uss_form_item label {
  font-size: 15px !important;
  font-family: Roboto Condensed !important;
}
.catalog_orderform_tml form .group .fc_item:not(.block) {
  width: 100%;
}
.catalog_orderform_tml form .group .fc_item label {
  font-size: 15px;
  font-family: Roboto Condensed;
}
.catalog_orderform_tml form .group .fc_item .elem_item {
  width: 100%;
}
.catalog_orderform_tml form .group .fc_item .elem_item input {
  padding: 0 0 0 9px;
  height: 39px;
  width: 100%;
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  outline: none !important;
  background: none;
}
.catalog_orderform_tml form .group .fc_item .elem_item textarea {
  width: 100%;
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  outline: none !important;
  background: none;
  padding: 9px 0 0 9px;
}
.catalog_orderform_tml form .group .fc_item .elem_item input.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.catalog_orderform_tml form .group .fc_item .elem_item textarea.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.catalog_orderform_tml form .buttons input {
  display: inline-block;
  width: 323px;
  height: 40px;
  font-size: 21px;
  text-align: center;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  letter-spacing: -1.1px;
  max-width: 100%;
  padding: 0;
}
.catalog_orderform_tml form .buttons input:hover {
  background-position: 0 0;
  background: #00648d;
  color: #ffffff;
}
.catalog_orderform_tml form .buttons button {
  display: inline-block;
  width: 323px;
  height: 40px;
  font-size: 21px;
  text-align: center;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  letter-spacing: -1.1px;
  max-width: 100%;
}
.catalog_orderform_tml form .buttons button:hover {
  background-position: 0 0;
  background: #00648d;
  color: #ffffff;
}
.singlepage .bg_type0 {
  background: rgba(77, 94, 106, 1);
}
.singlepage .header {
  position: relative;
}
.singlepage .header:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
}
.mainpage .header .bg,
.singlepage .header:after {
  background: rgba(255, 255, 255, 0.75);
}
.singlepage .header .context {
  padding-top: 0;
  padding-bottom: 0;
}
.singlepage .header .context .bg {
  padding-top: 20px;
  padding-bottom: 20px;
}
.singlepage#wrap {
  padding-top: 68px;
}
.jq-selectbox .jq-selectbox__select {
  background: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #cccccc;
}
.colorStyle1 .bg_type1 {
  background: #ffc322;
}
.colorStyle1 .bg_type2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#3c3839), to(#282428));
  background: linear-gradient(#3c3839, #282428);
  border-bottom: #787578;
  border-top: #787578;
  color: #ffffff;
}
.colorStyle1 .bg_type3 {
    background: #697a81;
}
.colorStyle1 .bg_type4 {
  background: #697a81;
}
.colorStyle1 .bg_type5 {
  background: -webkit-gradient(linear, left top, left bottom, from(#3c3839), to(#282428));
  background: linear-gradient(#3c3839, #282428);
  border-bottom: #787578;
  border-top: #787578;
  color: #ffffff;
}
.colorStyle1 .footer {
    background-image: url(../img/contacts_bg.jpg);
}
.colorStyle1 .bg_type_form {
  background: #697a81;
  border: none;
}
.colorStyle1 .fc_form_tml .buttons input {
  background: #ffc322;
  color: #262427;
}
.colorStyle1 .fc_form_tml .buttons input:hover {
  background: #697a81;
  color: #ffffff;
}
.colorStyle1 .fc_form_tml .buttons button {
  background: #ffc322;
  color: #262427;
}
.colorStyle1 .fc_form_tml .buttons button:hover {
  background: #697a81;
  color: #ffffff;
}
.colorStyle1 .fc_form_tml .buttons button.active {
  background: #697a81;
  color: #ffffff;
}
.colorStyle1 .fc_form_tml .buttons button.selected {
  background: #697a81;
  color: #ffffff;
}
.colorStyle1 .fc_form_tml .buttons input.active {
  background: #697a81;
  color: #ffffff;
}
.colorStyle1 .fc_form_tml .buttons input.selected {
  background: #697a81;
  color: #ffffff;
}
.colorStyle1 .h_nav_top .menu:after {
  background: #323338;
}
.colorStyle1 .h_nav_top .menu ul li a {
  color: #dcf6ff;
}
.colorStyle1 .h_nav_top .contacts:after {
  background: #ffc322;
}
.colorStyle1 .h_nav_top .burger {
  background-image: url(../img/burger-yellow.png);
  border: 2px solid #ffc322;
}
.colorStyle1 .header {
  color: #ffffff;
}
.colorStyle1 .header .logo a {
  color: #ffffff;
}
.colorStyle1 .header .slogan {
  /*text-shadow: -1px -1px 4px rgba(0, 11, 17, .8);*/
}
.colorStyle1 .mainpage .header .bg,
.colorStyle1 .singlepage .header:after {
  background: rgba(77, 94, 106, 0.75);
}
.colorStyle1 .header .bg.slogan {
  color: #fff;
}
.colorStyle1 .header .bg.slogan * {
  color: #fff;
}
.colorStyle1 .header .caption .preview p {
  background: rgba(77, 94, 106, 0.75);
}
.colorStyle1 .header .caption .preview p.slogan {
  color: #fff;
}
.colorStyle1 .header .caption .preview p.slogan * {
  color: #fff;
}
.colorStyle1 .header .right.bg {
  background: rgba(255, 255, 255, 0.15);
}
.colorStyle1 .counter .lpc_timer #clock > div p {
  background: url(../img/countdown_number.png) 0 0 no-repeat;
}
.colorStyle1 .tml_max .h_nav_top .menu:after {
  background: rgba(40, 36, 40, 0.75);
}
.colorStyle1 .tml_max .h_nav_top .contacts:after {
  background: rgba(255, 195, 34, 0.75);
}
.colorStyle1 .tml_mid .h_nav_top .menu:after {
  background: rgba(40, 36, 40, 0.75);
}
.colorStyle1 .tml_mid .h_nav_top .contacts:after {
  background: rgba(255, 195, 34, 0.75);
}
.colorStyle1 #wrap .top.top_limited .menu:after {
  background: #323338;
}
.colorStyle1 #wrap .top.top_limited .contacts:after {
  background: #ffc322;
}
.colorStyle1 .uss_catalog_block_cat .uss_catalog_category:hover:before {
  border-color: #ffc322;
}
.colorStyle1 .uss_catalog_block_cat .uss_catalog_category:hover .add_to_cart {
  background: #ffc322;
  color: inherit;
}
.colorStyle1 .uss_catalog_block_cat .uss_catalog_category:hover .uss_shop_name {
  color: #ffc322;
}
.colorStyle1 .uss_catalog_block_cat .uss_catalog_category:hover .uss_shop_name a {
  color: #ffc322;
}
.colorStyle1 .uss_catalog_block_cat .uss_catalog_category:hover * {
  border-color: #ffc322;
}
.colorStyle1 .uss_catalog_block_cat .uss_catalog_category .add_to_cart {
  background: #697a81;
  color: #ffffff;
}
.colorStyle1 .uss_catalog_block_cat .uss_catalog_category .add_to_cart:hover {
  background: #ffc322;
  color: #262427;
}
.colorStyle1 .uss_catalog_block_cat .uss_catalog_category .add_to_cart.active {
  background: #ffc322;
  color: #262427;
}
.colorStyle1 .uss_catalog_block_cat .uss_catalog_category .add_to_cart.selected {
  background: #ffc322;
  color: #262427;
}
.colorStyle1 .uss_shop_block_cat .uss_shop_category:hover {
  -webkit-box-shadow: 1px 1px 5px rgba(250, 153, 0, 0.4);
          box-shadow: 1px 1px 5px rgba(250, 153, 0, 0.4);
}
.colorStyle1 .uss_shop_block_cat .uss_shop_category:hover:before {
  border-color: #ffc322;
}
.colorStyle1 a {
  color: #00648d;
}
.colorStyle1 a:hover {
  color: #ff9c00;
}
.colorStyle1 .uss_shop_blocks_view .uss_eshop_block_item:hover .add_to_cart {
  background: #ffc322;
  color: inherit;
}
.colorStyle1 .uss_shop_blocks_view .uss_eshop_block_item:hover .uss_shop_name {
  color: #ffc322;
}
.colorStyle1 .uss_shop_blocks_view .uss_eshop_block_item:hover .uss_shop_name a {
  color: #ffc322;
}
.colorStyle1 .uss_shop_blocks_view .uss_eshop_block_item:hover:before {
  border-color: #ffc322;
}
.colorStyle1 .uss_shop_blocks_view .uss_eshop_block_item:hover .add_to_cart {
  background: #ffc322;
  color: inherit;
}
.colorStyle1 .uss_shop_blocks_view .uss_eshop_block_item:hover .uss_shop_name {
  color: #ffc322;
}
.colorStyle1 .uss_shop_blocks_view .uss_eshop_block_item:hover .uss_shop_name a {
  color: #ffc322;
}
.colorStyle1 .uss_shop_blocks_view .uss_eshop_block_item:hover:before {
  border-color: #ffc322;
}
.colorStyle1 .uss_shop_list_view .uss_eshop_item:hover .add_to_cart {
  background: #ffc322;
  color: inherit;
}
.colorStyle1 .uss_shop_list_view .uss_eshop_item:hover .uss_shop_name {
  color: #ffc322;
}
.colorStyle1 .uss_shop_list_view .uss_eshop_item:hover .uss_shop_name a {
  color: #ffc322;
}
.colorStyle1 .uss_shop_list_view .uss_eshop_item:hover:before {
  border-color: #ffc322;
}
.colorStyle1 .uss_shop_list_view .uss_eshop_item:hover .add_to_cart {
  background: #ffc322;
  color: inherit;
}
.colorStyle1 .uss_shop_list_view .uss_eshop_item:hover .uss_shop_name {
  color: #ffc322;
}
.colorStyle1 .uss_shop_list_view .uss_eshop_item:hover .uss_shop_name a {
  color: #ffc322;
}
.colorStyle1 .uss_shop_list_view .uss_eshop_item:hover:before {
  border-color: #ffc322;
}
.colorStyle1 .uss_eshop_block_item .add_to_cart {
  background: #697a81;
  color: #ffffff;
}
.colorStyle1 .uss_eshop_block_item .add_to_cart:hover {
  background: #ffc322;
  color: #262427;
}
.colorStyle1 .uss_eshop_block_item .add_to_cart.active {
  background: #ffc322;
  color: #262427;
}
.colorStyle1 .uss_eshop_block_item .add_to_cart.selected {
  background: #ffc322;
  color: #262427;
}
.colorStyle1 .uss_eshop_item .add_to_cart {
  background: #697a81;
  color: #ffffff;
}
.colorStyle1 .uss_eshop_item .add_to_cart:hover {
  background: #ffc322;
  color: #262427;
}
.colorStyle1 .uss_eshop_item .add_to_cart.active {
  background: #ffc322;
  color: #262427;
}
.colorStyle1 .uss_eshop_item .add_to_cart.selected {
  background: #ffc322;
  color: #262427;
}
.colorStyle1 .catalog_menu_item:hover {
  border-color: #ffc322;
}
.colorStyle1 .catalog_menu_item:hover > a {
  color: #ffc322;
}
.colorStyle1 .catalog_menu_item:hover:before {
  border-color: #ffc322;
}
.colorStyle1 .uss_eshop_menu li:hover {
  border-color: #ffc322;
}
.colorStyle1 .uss_eshop_menu li:hover > a {
  color: #ffc322;
}
.colorStyle1 .uss_eshop_menu li:hover:before {
  border-color: #ffc322;
}
.colorStyle1 .uss_eshop_menu li:hover * {
  border-color: #ffc322;
}
.colorStyle1 .catalog_orderbutton {
  background: #697a81;
  color: #ffffff;
}
.colorStyle1 .catalog_orderbutton:hover {
  background: #ffc322;
  color: #262427;
}
.colorStyle1 .catalog_orderbutton.active {
  background: #ffc322;
  color: #262427;
}
.colorStyle1 .catalog_orderbutton.selected {
  background: #ffc322;
  color: #262427;
}
.colorStyle1 div.uss_eshop_tabs .uss_eshop_tabs_navigation span {
  background: #697a81;
  color: #ffffff;
}
.colorStyle1 div.uss_eshop_tabs .uss_eshop_tabs_navigation span:hover {
  background: #ffc322;
  color: #262427;
}
.colorStyle1 div.uss_eshop_tabs .uss_eshop_tabs_navigation span.active {
  background: #ffc322;
  color: #262427;
}
.colorStyle1 div.uss_eshop_tabs .uss_eshop_tabs_navigation span.selected {
  background: #ffc322;
  color: #262427;
}
.colorStyle1 div.uss_eshop_tabs .uss_catalog_tabs_navigation span {
  background: #697a81;
  color: #ffffff;
}
.colorStyle1 div.uss_eshop_tabs .uss_catalog_tabs_navigation span:hover {
  background: #ffc322;
  color: #262427;
}
.colorStyle1 div.uss_eshop_tabs .uss_catalog_tabs_navigation span.active {
  background: #ffc322;
  color: #262427;
}
.colorStyle1 div.uss_eshop_tabs .uss_catalog_tabs_navigation span.selected {
  background: #ffc322;
  color: #262427;
}
.colorStyle1 div.uss_eshop_tabs .tab_items {
  border-color: #ffc322;
}
.colorStyle1 div.uss_catalog_tabs .uss_eshop_tabs_navigation span {
  background: #697a81;
  color: #ffffff;
}
.colorStyle1 div.uss_catalog_tabs .uss_eshop_tabs_navigation span:hover {
  background: #ffc322;
  color: #262427;
}
.colorStyle1 div.uss_catalog_tabs .uss_eshop_tabs_navigation span.active {
  background: #ffc322;
  color: #262427;
}
.colorStyle1 div.uss_catalog_tabs .uss_eshop_tabs_navigation span.selected {
  background: #ffc322;
  color: #262427;
}
.colorStyle1 div.uss_catalog_tabs .uss_catalog_tabs_navigation span {
  background: #697a81;
  color: #ffffff;
}
.colorStyle1 div.uss_catalog_tabs .uss_catalog_tabs_navigation span:hover {
  background: #ffc322;
  color: #262427;
}
.colorStyle1 div.uss_catalog_tabs .uss_catalog_tabs_navigation span.active {
  background: #ffc322;
  color: #262427;
}
.colorStyle1 div.uss_catalog_tabs .uss_catalog_tabs_navigation span.selected {
  background: #ffc322;
  color: #262427;
}
.colorStyle1 div.uss_catalog_tabs .tab_items {
  border-color: #ffc322;
}
.colorStyle1 .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart {
  background: #697a81;
  color: #ffffff;
}
.colorStyle1 .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart:hover {
  background: #ffc322;
  color: #262427;
}
.colorStyle1 .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart.active {
  background: #ffc322;
  color: #262427;
}
.colorStyle1 .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart.selected {
  background: #ffc322;
  color: #262427;
}
.colorStyle1 .uss_eshop_sameproducts.block .item:hover .add_to_cart {
  background: #ffc322;
  color: inherit;
}
.colorStyle1 .uss_eshop_sameproducts.block .item:hover .title {
  color: #ffc322;
}
.colorStyle1 .uss_eshop_sameproducts.block .item:hover .title a {
  color: #ffc322;
}
.colorStyle1 .uss_eshop_sameproducts.block .item:hover:before {
  border-color: #ffc322;
}
.colorStyle1 .uss_eshop_sameproducts.block .item a.add_to_cart {
  background: #697a81;
  color: #ffffff;
}
.colorStyle1 .uss_eshop_sameproducts.block .item a.add_to_cart:hover {
  background: #ffc322;
  color: #262427;
}
.colorStyle1 .uss_eshop_sameproducts.block .item .add_to_cart.active {
  background: #ffc322;
  color: #262427;
}
.colorStyle1 .uss_eshop_sameproducts.block .item .add_to_cart.selected {
  background: #ffc322;
  color: #262427;
}
.colorStyle1 .basket-big-link {
  background: #697a81;
  color: #ffffff;
}
.colorStyle1 .basket-big-link:hover {
  background: #ffc322;
  color: #262427;
}
.block.slider_block.slider_type2 .news_block_item .info .date {
  margin-bottom: 5px;
}
.block.slider_block.slider_type2 .news_block_item .info .title {
  font-size: 24px;
}
.block.slider_block.slider_type2 .news_block_item .info .title a {
  text-decoration: none;
  color: inherit;
}
.block.slider_block.slider_type2 .news_block_item .info .title a:hover {
  color: inherit;
}
.h3.h_op {
  font-size: 48px;
  text-align: left;
  color: #262427;
  font-weight: 300;
  margin: 0 0 27px;
  font-family: Roboto Condensed;
  padding: 0;
}
.colorStyle2 .product .uss_catalog_sidebar .uss_catalog_category:hover:before {
  border-color: #6266b9;
}
.colorStyle2 .block.type1 .h1 {
  color: #ffffff;
}
.colorStyle2 .block.type1 .h2 {
  color: #ffffff;
}
.colorStyle2 .block.type1 .h3 {
  color: #ffffff;
}
.colorStyle2 .block.type1.photoalbum .h3 {
  color: #262427;
}
.colorStyle2 .block.type1 .h4 {
  color: #ffffff;
}
.colorStyle2 .block.type1 h1 {
  color: #ffffff;
}
.colorStyle2 .block.type1 h2 {
  color: #ffffff;
}
.colorStyle2 .block.type1 h3 {
  color: #ffffff;
}
.colorStyle2 .block.type1 h4 {
  color: #ffffff;
}
.colorStyle2 .block.slider_block .slick-dots li button {
  background: url(../img/L-1-2/news_slider_nav.png) 50% no-repeat;
  width: 24px;
  height: 24px;
}
.colorStyle2 .block.slider_block .slick-dots li.slick-active button {
  background: url(../img/L-1-2/news_slider_nav_active.png);
}
.colorStyle2 .block.slider_block.news_slider .news_block_item .info .date {
  margin-bottom: 7px;
}
.colorStyle2 .block.slider_block.news_slider .news_block_item .info .date:before {
  content: '';
  background: url(../img/L-1-2/date_icon.png) left center no-repeat;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.colorStyle2 .block.slider_block.slider_type2 .news_block_item .info .title {
  color: #feeaeb;
}
.colorStyle2 .block.slider_block.slider_type2 .slick-dots li button {
  background: url(../img/L-1-2/slider_top.png) 50% no-repeat;
}
.colorStyle2 .block.slider_block.slider_type2 .slick-dots li.slick-active button {
  background: url(../img/L-1-2/slider_top_active.png);
}
.colorStyle2 .bg_type1 {
  background: #4f4484;
  color: #ffffff;
}
.colorStyle2 .bg_type3 {
  background: #4f4484;
  color: #ffffff;
}
.colorStyle2 .bg_type4 {
  background: #4f4484;
  color: #ffffff;
}
.colorStyle2 .bg_type6 {
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f4f7), to(#d6dbe3));
  background: linear-gradient(#f3f4f7, #d6dbe3);
}
.colorStyle2 .footer {
  background-image: url(../img/L-1-2/people_bg.jpg);
}
.colorStyle2 .counter .lpc_timer #clock > div p {
  background: url(../img/L-1-2/countdown_number.png) 0 0 no-repeat;
  color: #000;
}
.colorStyle2 .bg_type2 {
  background: #ebe3f1;
}
.colorStyle2 .fc_form_tml .buttons input {
  background: -webkit-gradient(linear, left top, left bottom, from(#c26f6b), to(#86465b));
  background: linear-gradient(#c26f6b, #86465b);
  color: #ffffff;
  color: #ffffff !important;
}
.colorStyle2 .fc_form_tml .buttons input:hover {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .fc_form_tml .buttons button {
  background: -webkit-gradient(linear, left top, left bottom, from(#c26f6b), to(#86465b));
  background: linear-gradient(#c26f6b, #86465b);
  color: #ffffff;
  color: #ffffff !important;
}
.colorStyle2 .fc_form_tml .buttons button:hover {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .fc_form_tml .buttons button.active {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .fc_form_tml .buttons button.selected {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .fc_form_tml .buttons input.active {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .fc_form_tml .buttons input.selected {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .h_nav_top .menu:after {
  background: rgba(255, 255, 255, 0.85);
}
.colorStyle2 .h_nav_top .menu ul li.clicked .submenu,
.colorStyle2 .h_nav_top .menu ul li:hover .submenu {
  background: rgba(255, 255, 255, 0.85);
}
.colorStyle2 .h_nav_top .menu ul li .submenu li a {
  color: #262427;
}
.colorStyle2 .h_nav_top .contacts {
  color: #ffffff;
}
.colorStyle2 .h_nav_top .contacts:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#85455b), to(#c26f6b));
  background: linear-gradient(#85455b, #c26f6b);
}
.colorStyle2 #wrap .top.top_limited .menu:after {
  background: #fff;
}
.colorStyle2 .uss_catalog_block_cat .uss_catalog_category:hover:before {
  border-color: #6266b9;
}
.colorStyle2 .uss_catalog_block_cat .uss_catalog_category:hover .add_to_cart {
  background: #6266b9;
  color: inherit;
}
.colorStyle2 .uss_catalog_block_cat .uss_catalog_category:hover .uss_shop_name {
  color: #6266b9;
}
.colorStyle2 .uss_catalog_block_cat .uss_catalog_category:hover .uss_shop_name a {
  color: #6266b9;
}
.colorStyle2 .uss_catalog_block_cat .uss_catalog_category:hover * {
  border-color: #6266b9;
}
.colorStyle2 .uss_catalog_block_cat .uss_catalog_category .add_to_cart {
  background: -webkit-gradient(linear, left top, left bottom, from(#c26f6b), to(#86465b));
  background: linear-gradient(#c26f6b, #86465b);
  color: #ffffff;
  color: #ffffff !important;
}
.colorStyle2 .uss_catalog_block_cat .uss_catalog_category .add_to_cart:hover {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .uss_catalog_block_cat .uss_catalog_category .add_to_cart.active {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .uss_catalog_block_cat .uss_catalog_category .add_to_cart.selected {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .uss_shop_block_cat .uss_shop_category:hover:before {
  border-color: #6266b9;
}
.colorStyle2 .header .form_opener {
  background: -webkit-gradient(linear, left top, left bottom, from(#c26f6b), to(#86465b));
  background: linear-gradient(#c26f6b, #86465b);
  color: #ffffff;
}
.colorStyle2 .header .form_opener:hover {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .header .form_opener.active {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .header .form_opener.selected {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .header .bg.slogan,
.colorStyle2 .header .bg.slogan > * {
  color: #212121;
}
.colorStyle2 .header .caption .preview,
.colorStyle2 .header .caption .preview > * {
  color: #212121;
}
.colorStyle2 a {
  color: #a5004a;
}
.colorStyle2 a:hover {
  color: #4a4fb3;
}
.colorStyle2 .uss_eshop_block_item:hover .add_to_cart {
  background: #6266b9;
  color: inherit;
}
.colorStyle2 .uss_eshop_block_item:hover .uss_shop_name {
  color: #6266b9;
}
.colorStyle2 .uss_eshop_block_item:hover .uss_shop_name a {
  color: #6266b9;
}
.colorStyle2 .uss_eshop_block_item:hover:before {
  border-color: #6266b9;
}
.colorStyle2 .uss_eshop_block_item:hover * {
  border-color: #6266b9;
}
.colorStyle2 .uss_eshop_block_item .add_to_cart {
  background: -webkit-gradient(linear, left top, left bottom, from(#c26f6b), to(#86465b));
  background: linear-gradient(#c26f6b, #86465b);
  color: #ffffff;
  color: #ffffff !important;
}
.colorStyle2 .uss_eshop_block_item .add_to_cart:hover {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .uss_eshop_block_item .add_to_cart.active {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .uss_eshop_block_item .add_to_cart.selected {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .uss_eshop_item:hover .add_to_cart {
  background: #6266b9;
  color: inherit;
}
.colorStyle2 .uss_eshop_item:hover .uss_shop_name {
  color: #6266b9;
}
.colorStyle2 .uss_eshop_item:hover .uss_shop_name a {
  color: #6266b9;
}
.colorStyle2 .uss_eshop_item:hover:before {
  border-color: #6266b9;
}
.colorStyle2 .uss_eshop_item:hover * {
  border-color: #6266b9;
}
.colorStyle2 .uss_eshop_item .add_to_cart {
  background: -webkit-gradient(linear, left top, left bottom, from(#c26f6b), to(#86465b));
  background: linear-gradient(#c26f6b, #86465b);
  color: #ffffff;
  color: #ffffff !important;
}
.colorStyle2 .uss_eshop_item .add_to_cart:hover {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .uss_eshop_item .add_to_cart.active {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .uss_eshop_item .add_to_cart.selected {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .catalog_menu_item:hover {
  border-color: #6266b9;
}
.colorStyle2 .catalog_menu_item:hover > a {
  color: #6266b9;
}
.colorStyle2 .catalog_menu_item:hover:before {
  border-color: #6266b9;
}
.colorStyle2 .uss_eshop_menu li:hover {
  border-color: #6266b9;
}
.colorStyle2 .uss_eshop_menu li:hover > a {
  color: #6266b9;
}
.colorStyle2 .uss_eshop_menu li:hover:before {
  border-color: #6266b9;
}
.colorStyle2 .uss_eshop_menu li:hover * {
  border-color: #6266b9;
}
.colorStyle2 .catalog_orderbutton {
  background: -webkit-gradient(linear, left top, left bottom, from(#c26f6b), to(#86465b));
  background: linear-gradient(#c26f6b, #86465b);
  color: #ffffff;
  color: #ffffff !important;
}
.colorStyle2 .catalog_orderbutton:hover {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .catalog_orderbutton.active {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .catalog_orderbutton.selected {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 div.uss_eshop_tabs .uss_eshop_tabs_navigation span {
  background: -webkit-gradient(linear, left top, left bottom, from(#c26f6b), to(#86465b));
  background: linear-gradient(#c26f6b, #86465b);
  color: #ffffff;
  color: #ffffff !important;
}
.colorStyle2 div.uss_eshop_tabs .uss_eshop_tabs_navigation span:hover {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 div.uss_eshop_tabs .uss_eshop_tabs_navigation span.active {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 div.uss_eshop_tabs .uss_eshop_tabs_navigation span.selected {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 div.uss_eshop_tabs .uss_catalog_tabs_navigation span {
  background: -webkit-gradient(linear, left top, left bottom, from(#c26f6b), to(#86465b));
  background: linear-gradient(#c26f6b, #86465b);
  color: #ffffff;
  color: #ffffff !important;
}
.colorStyle2 div.uss_eshop_tabs .uss_catalog_tabs_navigation span:hover {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 div.uss_eshop_tabs .uss_catalog_tabs_navigation span.active {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 div.uss_eshop_tabs .uss_catalog_tabs_navigation span.selected {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 div.uss_eshop_tabs .tab_items {
  border-color: #6266b9;
}
.colorStyle2 div.uss_catalog_tabs .uss_eshop_tabs_navigation span {
  background: -webkit-gradient(linear, left top, left bottom, from(#c26f6b), to(#86465b));
  background: linear-gradient(#c26f6b, #86465b);
  color: #ffffff;
  color: #ffffff !important;
}
.colorStyle2 div.uss_catalog_tabs .uss_eshop_tabs_navigation span:hover {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 div.uss_catalog_tabs .uss_eshop_tabs_navigation span.active {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 div.uss_catalog_tabs .uss_eshop_tabs_navigation span.selected {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 div.uss_catalog_tabs .uss_catalog_tabs_navigation span {
  background: -webkit-gradient(linear, left top, left bottom, from(#c26f6b), to(#86465b));
  background: linear-gradient(#c26f6b, #86465b);
  color: #ffffff;
  color: #ffffff !important;
}
.colorStyle2 div.uss_catalog_tabs .uss_catalog_tabs_navigation span:hover {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 div.uss_catalog_tabs .uss_catalog_tabs_navigation span.active {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 div.uss_catalog_tabs .uss_catalog_tabs_navigation span.selected {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 div.uss_catalog_tabs .tab_items {
  border-color: #6266b9;
}
.colorStyle2 .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart {
  background: -webkit-gradient(linear, left top, left bottom, from(#c26f6b), to(#86465b));
  background: linear-gradient(#c26f6b, #86465b);
  color: #ffffff;
  color: #ffffff !important;
}
.colorStyle2 .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart:hover {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart.active {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart.selected {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .uss_eshop_sameproducts .item:hover .add_to_cart {
  background: #6266b9;
  color: inherit;
}
.colorStyle2 .uss_eshop_sameproducts .item:hover .title {
  color: #6266b9;
}
.colorStyle2 .uss_eshop_sameproducts .item:hover .title a {
  color: #6266b9;
}
.colorStyle2 .uss_eshop_sameproducts .item:hover:before {
  border-color: #6266b9;
}
.colorStyle2 .uss_eshop_sameproducts .item .add_to_cart {
  background: -webkit-gradient(linear, left top, left bottom, from(#c26f6b), to(#86465b));
  background: linear-gradient(#c26f6b, #86465b);
  color: #ffffff;
  color: #ffffff !important;
}
.colorStyle2 .uss_eshop_sameproducts .item .add_to_cart:hover {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .uss_eshop_sameproducts .item .add_to_cart.active {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .uss_eshop_sameproducts .item .add_to_cart.selected {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .comment_form_block form .uss_form_submit input {
  background: -webkit-gradient(linear, left top, left bottom, from(#c26f6b), to(#86465b));
  background: linear-gradient(#c26f6b, #86465b);
  color: #ffffff;
  color: #ffffff !important;
}
.colorStyle2 .comment_form_block form .uss_form_submit input:hover {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .comment_form_block form .uss_form_submit button {
  background: -webkit-gradient(linear, left top, left bottom, from(#c26f6b), to(#86465b));
  background: linear-gradient(#c26f6b, #86465b);
  color: #ffffff;
  color: #ffffff !important;
}
.colorStyle2 .comment_form_block form .uss_form_submit button:hover {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .comment_form_block form .uss_form_submit button.active {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .comment_form_block form .uss_form_submit button.selected {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .comment_form_block form .uss_form_submit input.active {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .comment_form_block form .uss_form_submit input.selected {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .uss_eshop_sameproducts.blocks .item:hover a.add_to_cart {
  background: #6266b9;
}
.colorStyle2 .container .aside .aside-block.type1 .h3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#c26f6b), to(#85455b));
  background: linear-gradient(#c26f6b, #85455b);
}
.colorStyle2 .container .aside .aside-block.type2 .h3 {
  background: #6266B9;
  color: #fff;
}
.colorStyle2 .uss_shop_blocks_view .uss_eshop_item:hover {
  -webkit-box-shadow: 1px 1px 5px rgba(63, 69, 203, 0.4);
          box-shadow: 1px 1px 5px rgba(63, 69, 203, 0.4);
}
.colorStyle2 .uss_shop_block_cat .uss_shop_category:hover,
.colorStyle2 .uss_catalog_block_cat .uss_catalog_category:hover,
.colorStyle2 .uss_eshop_sameproducts.blocks .item:hover {
  -webkit-box-shadow: 1px 1px 5px rgba(63, 69, 203, 0.4);
          box-shadow: 1px 1px 5px rgba(63, 69, 203, 0.4);
}
.colorStyle2 .container .aside .aside-block form .jq-checkbox {
  border: 2px solid #6266B9;
}
.colorStyle2 .container .aside .aside-block form .jq-checkbox.checked .jq-checkbox__div {
  background: #6266B9;
}
.colorStyle2 .h_nav_top .cart {
  background: url(../img/cart-icon-black.png) 20px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#f3f4f7), to(#d6dbe3));
  background: url(../img/cart-icon-black.png) 20px center no-repeat, linear-gradient(#f3f4f7, #d6dbe3);
}
.colorStyle2 .h_nav_top .cart .uss_basket_mini {
  background: -webkit-gradient(linear, left top, left bottom, from(#c26f6b), to(#85455b));
  background: linear-gradient(#c26f6b, #85455b);
  color: #fff;
}
.colorStyle2 .basket-big-link {
  background: -webkit-gradient(linear, left top, left bottom, from(#c26f6b), to(#86465b));
  background: linear-gradient(#c26f6b, #86465b);
  color: #fff;
}
.colorStyle2 .basket-big-link:hover {
  background: #6266b9;
  color: #fff;
}

.colorStyle3 .product .uss_catalog_sidebar .uss_catalog_category:hover:before {
  border-color: #941935;
}
.colorStyle3 .bg_type1 {
  background: #e0e5eb;
}
.colorStyle3 .bg_type2 {
  background: #811a37;
}
.colorStyle3 .bg_type3 {
  background: #4c5467;
}
.colorStyle3 .footer {
  background-image: url(../img/L-1-3/contacts_bg.jpg);
}
.colorStyle3 .bg_type4 {
  background: -webkit-gradient(linear, left top, left bottom, from(#5e6679), to(#4c5164));
  background: linear-gradient(#5e6679, #4c5164);
  border: none;
}
.colorStyle3 .bg_type_form {
  background: -webkit-gradient(linear, left top, left bottom, from(#5e6679), to(#4c5164));
  background: linear-gradient(#5e6679, #4c5164);
  border: none;
}
.colorStyle3 .block.slider_block .slick-dots li button {
  background: url(../img/L-1-3/slider_white.png) 50% no-repeat;
  width: 24px;
  height: 24px;
}
.colorStyle3 .block.slider_block .slick-dots li.slick-active button {
  background: url(../img/L-1-3/slider_white_active.png);
}
.colorStyle3 .block.slider_block.slider_type3 .slick-dots li button {
  background: url(../img/L-1-2/news_slider_nav.png) 50% no-repeat;
}
.colorStyle3 .block.slider_block.slider_type3 .slick-dots li.slick-active button {
  background: url(../img/L-1-2/news_slider_nav_active.png);
}
.colorStyle3 .h_nav_top .menu .burger {
  background-image: url(../img/burger-white.png);
  border-color: #ffffff;
}
.colorStyle3 .h_nav_top .menu:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#710a27), to(#821b38));
  background: linear-gradient(#710a27, #821b38);
}
.colorStyle3 .h_nav_top .menu ul li a {
  color: #ffffff;
}
.colorStyle3 .h_nav_top .menu ul li.clicked .submenu,
.colorStyle3 .h_nav_top .menu ul li:hover .submenu {
  background: #ccd5e0;
}
.colorStyle3 .h_nav_top .menu ul li .submenu li a {
  color: #262427;
}
.colorStyle3 .h_nav_top .contacts:after {
  background: #ccd5e0;
}
.colorStyle3 .header {
  color: #ffffff;
}
.colorStyle3 .header .logo a {
  color: #ffffff;
}
.colorStyle3 .header .form_opener {
  background: #811a37;
  color: #fff;
}
.colorStyle3 .header .form_opener:hover {
  background-color: #ccd5e0;
  color: #212121;
}
.colorStyle3 .header .slider li button {
  background-image: url(../img/L-1-3/slider_white.png);
}
.colorStyle3 .header .slider li.slick-active button {
  background-image: url(../img/L-1-3/slider_white_active.png);
}
.colorStyle3 .header .caption .preview,
.colorStyle3 .header .caption .preview > * {
  color: #212121;
}
.colorStyle3 .fc_form_tml .buttons input {
  background: #811a37;
  color: #ffffff;
}
.colorStyle3 .fc_form_tml .buttons input:hover {
  background: #ccd5e0;
  color: #262427 !important;
}
.colorStyle3 .fc_form_tml .buttons button {
  background: #811a37;
  color: #ffffff;
}
.colorStyle3 .fc_form_tml .buttons button:hover {
  background: #ccd5e0;
  color: #262427 !important;
}
.colorStyle3 .fc_form_tml .buttons button.active {
  background: #ccd5e0;
  color: #262427 !important;
}
.colorStyle3 .fc_form_tml .buttons button.selected {
  background: #ccd5e0;
  color: #262427 !important;
}
.colorStyle3 .fc_form_tml .buttons input.active {
  background: #ccd5e0;
  color: #262427 !important;
}
.colorStyle3 .fc_form_tml .buttons input.selected {
  background: #ccd5e0;
  color: #262427 !important;
}
.colorStyle3 .counter .lpc_timer #clock > div p {
  background: url(../img/L-1-3/countdown_number.png) 0 0 no-repeat;
}
.colorStyle3 .footer .inner {
  padding-bottom: 25px !important;
}
.colorStyle3 .bottom.block {
  background: #85243f;
  color: #ffffff;
  padding: 0;
}
.colorStyle3 .bottom.block .inner {
  padding: 15px 0 !important;
}
.colorStyle3 .bottom.block .copy {
  text-align: center;
}
.colorStyle3 .uss_catalog_block_cat .uss_catalog_category:hover:before {
  border-color: #941935;
}
.colorStyle3 .uss_catalog_block_cat .uss_catalog_category:hover .add_to_cart {
  background: #ccd5e0;
  color: inherit;
}
.colorStyle3 .uss_catalog_block_cat .uss_catalog_category:hover .uss_shop_name {
  color: #941935;
}
.colorStyle3 .uss_catalog_block_cat .uss_catalog_category:hover .uss_shop_name a {
  color: #941935;
}
.colorStyle3 .uss_catalog_block_cat .uss_catalog_category:hover * {
  border-color: #941935;
}
.colorStyle3 .uss_catalog_block_cat .uss_catalog_category .add_to_cart {
  background: #811a37;
  color: #ffffff;
}
.colorStyle3 .uss_catalog_block_cat .uss_catalog_category .add_to_cart:hover {
  background: #ccd5e0;
  color: #262427 !important;
}
.colorStyle3 .uss_catalog_block_cat .uss_catalog_category .add_to_cart.active {
  background: #ccd5e0;
  color: #262427 !important;
}
.colorStyle3 .uss_catalog_block_cat .uss_catalog_category .add_to_cart.selected {
  background: #ccd5e0;
  color: #262427 !important;
}
.colorStyle3 .uss_shop_block_cat .uss_shop_category:hover:before {
  border-color: #941935;
}
.colorStyle3 a {
  color: #ae0031;
}
.colorStyle3 a:hover {
  color: #4d5d6f;
}
.colorStyle3 .uss_eshop_block_item:hover .add_to_cart {
  background: #ccd5e0;
  color: inherit;
}
.colorStyle3 .uss_eshop_block_item:hover .uss_shop_name {
  color: #941935;
}
.colorStyle3 .uss_eshop_block_item:hover .uss_shop_name a {
  color: #941935;
}
.colorStyle3 .uss_eshop_block_item:hover:before {
  border-color: #941935;
}
.colorStyle3 .uss_eshop_block_item:hover * {
  border-color: #941935;
}
.colorStyle3 .uss_eshop_block_item .add_to_cart {
  background: #811a37;
  color: #ffffff;
}
.colorStyle3 .uss_eshop_block_item .add_to_cart:hover {
  background: #ccd5e0;
  color: #262427 !important;
}
.colorStyle3 .uss_eshop_block_item .add_to_cart.active {
  background: #ccd5e0;
  color: #262427 !important;
}
.colorStyle3 .uss_eshop_block_item .add_to_cart.selected {
  background: #ccd5e0;
  color: #262427 !important;
}
.colorStyle3 .uss_eshop_item:hover .add_to_cart {
  background: #941935;
}
.colorStyle3 .uss_eshop_item:hover .uss_shop_name {
  color: #941935;
}
.colorStyle3 .uss_eshop_item:hover .uss_shop_name a {
  color: #941935;
}
.colorStyle3 .uss_eshop_item:hover:before {
  border-color: #941935;
}
.colorStyle3 .uss_eshop_item:hover * {
  border-color: #941935;
}
.colorStyle3 .uss_eshop_item .add_to_cart {
  background: #811a37;
  color: #ffffff;
}
.colorStyle3 .uss_eshop_item .add_to_cart:hover {
  background: #ccd5e0;
  color: #262427 !important;
}
.colorStyle3 .uss_eshop_item .add_to_cart.active {
  background: #ccd5e0;
  color: #262427 !important;
}
.colorStyle3 .uss_eshop_item .add_to_cart.selected {
  background: #ccd5e0;
  color: #262427 !important;
}
.colorStyle3 .catalog_menu_item:hover {
  border-color: #941935;
}
.colorStyle3 .catalog_menu_item:hover > a {
  color: #941935;
}
.colorStyle3 .catalog_menu_item:hover:before {
  border-color: #941935;
}
.colorStyle3 .uss_eshop_menu li:hover {
  border-color: #941935;
}
.colorStyle3 .uss_eshop_menu li:hover > a {
  color: #941935;
}
.colorStyle3 .uss_eshop_menu li:hover:before {
  border-color: #941935;
}
.colorStyle3 .uss_eshop_menu li:hover * {
  border-color: #941935;
}
.colorStyle3 .catalog_orderbutton {
  background: #811a37;
  color: #ffffff;
}
.colorStyle3 .catalog_orderbutton:hover {
  background: #ccd5e0;
  color: #262427 !important;
}
.colorStyle3 .catalog_orderbutton.active {
  background: #ccd5e0;
  color: #262427 !important;
}
.colorStyle3 .catalog_orderbutton.selected {
  background: #ccd5e0;
  color: #262427 !important;
}
.colorStyle3 div.uss_eshop_tabs .uss_eshop_tabs_navigation span {
  background: #ccd5e0;
  color: #262427;
}
.colorStyle3 div.uss_eshop_tabs .uss_eshop_tabs_navigation span:hover {
  background: #811a37;
  color: #fff;
}
.colorStyle3 div.uss_eshop_tabs .uss_eshop_tabs_navigation span.active {
  background: #811a37;
  color: #fff;
}
.colorStyle3 div.uss_eshop_tabs .uss_eshop_tabs_navigation span.selected {
  background: #811a37;
  color: #fff;
}
.colorStyle3 div.uss_eshop_tabs .uss_catalog_tabs_navigation span {
  background: #ccd5e0;
  color: #262427 !important;
  color: #ffffff !important;
}
.colorStyle3 div.uss_eshop_tabs .uss_catalog_tabs_navigation span:hover {
  background: #811a37;
  color: #ffffff;
}
.colorStyle3 div.uss_eshop_tabs .uss_catalog_tabs_navigation span.active {
  background: #811a37;
  color: #ffffff;
}
.colorStyle3 div.uss_eshop_tabs .uss_catalog_tabs_navigation span.selected {
  background: #811a37;
  color: #ffffff;
}
.colorStyle3 div.uss_eshop_tabs .tab_items {
  border-color: #941935;
}
.colorStyle3 div.uss_catalog_tabs .uss_eshop_tabs_navigation span {
  background: #ccd5e0;
  color: #262427 !important;
  color: #ffffff !important;
}
.colorStyle3 div.uss_catalog_tabs .uss_eshop_tabs_navigation span:hover {
  background: #811a37;
  color: #ffffff;
}
.colorStyle3 div.uss_catalog_tabs .uss_eshop_tabs_navigation span.active {
  background: #811a37;
  color: #ffffff;
}
.colorStyle3 div.uss_catalog_tabs .uss_eshop_tabs_navigation span.selected {
  background: #811a37;
  color: #ffffff;
}
.colorStyle3 div.uss_catalog_tabs .uss_catalog_tabs_navigation span {
  background: #ccd5e0;
  color: #262427 !important;
  color: #ffffff !important;
}
.colorStyle3 div.uss_catalog_tabs .uss_catalog_tabs_navigation span:hover {
  background: #811a37;
  color: #ffffff;
}
.colorStyle3 div.uss_catalog_tabs .uss_catalog_tabs_navigation span.active {
  background: #811a37;
  color: #ffffff;
}
.colorStyle3 div.uss_catalog_tabs .uss_catalog_tabs_navigation span.selected {
  background: #811a37;
  color: #ffffff;
}
.colorStyle3 div.uss_catalog_tabs .tab_items {
  border-color: #941935;
}
.colorStyle3 .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart {
  background: #811a37;
  color: #ffffff;
}
.colorStyle3 .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart:hover {
  background: #ccd5e0;
  color: #262427 !important;
}
.colorStyle3 .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart.active {
  background: #ccd5e0;
  color: #262427 !important;
}
.colorStyle3 .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart.selected {
  background: #ccd5e0;
  color: #262427 !important;
}
.colorStyle3 .uss_eshop_sameproducts .item:hover .add_to_cart {
  background: #941935;
  color: #fff !important;
}
.colorStyle3 .uss_eshop_sameproducts .item:hover .title {
  color: #941935;
}
.colorStyle3 .uss_eshop_sameproducts .item:hover .title a {
  color: #941935;
}
.colorStyle3 .uss_eshop_sameproducts .item:hover:before {
  border-color: #941935;
}
.colorStyle3 .uss_eshop_sameproducts .item .add_to_cart {
  background: #811a37;
  color: #ffffff;
}
.colorStyle3 .uss_eshop_sameproducts .item .add_to_cart:hover {
  background: #ccd5e0;
  color: #fff !important;
}
.colorStyle3 .uss_eshop_sameproducts .item .add_to_cart.active {
  background: #ccd5e0;
  color: #fff !important;
}
.colorStyle3 .uss_eshop_sameproducts .item .add_to_cart.selected {
  background: #ccd5e0;
  color: #fff !important;
}
.colorStyle3 .comment_form_block form .uss_form_submit input {
  background: #811a37;
  color: #ffffff;
}
.colorStyle3 .comment_form_block form .uss_form_submit input:hover {
  background: #ccd5e0;
  color: #262427 !important;
}
.colorStyle3 .comment_form_block form .uss_form_submit button {
  background: #811a37;
  color: #ffffff;
}
.colorStyle3 .comment_form_block form .uss_form_submit button:hover {
  background: #ccd5e0;
  color: #262427 !important;
}
.colorStyle3 .comment_form_block form .uss_form_submit button.active {
  background: #ccd5e0;
  color: #262427 !important;
}
.colorStyle3 .comment_form_block form .uss_form_submit button.selected {
  background: #ccd5e0;
  color: #262427 !important;
}
.colorStyle3 .comment_form_block form .uss_form_submit input.active {
  background: #ccd5e0;
  color: #262427 !important;
}
.colorStyle3 .comment_form_block form .uss_form_submit input.selected {
  background: #ccd5e0;
  color: #262427 !important;
}
.colorStyle3 .uss_eshop_sameproducts.blocks .item:hover a.add_to_cart {
  background: #811A37;
  color: #fff;
}
.colorStyle3 .container .aside .aside-block.type1 .h3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#5e6679), to(#4c5265));
  background: linear-gradient(#5e6679, #4c5265);
}
.colorStyle3 .container .aside .aside-block.type2 .h3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#7f1e3b), to(#6f0e2b));
  background: linear-gradient(#7f1e3b, #6f0e2b);
  color: #fff;
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item:hover {
  -webkit-box-shadow: 1px 1px 5px rgba(148, 25, 53, 0.4);
          box-shadow: 1px 1px 5px rgba(148, 25, 53, 0.4);
}
.colorStyle3 .uss_shop_block_cat .uss_shop_category:hover,
.colorStyle3 .uss_catalog_block_cat .uss_catalog_category:hover,
.colorStyle3 .uss_eshop_sameproducts.blocks .item:hover {
  -webkit-box-shadow: 1px 1px 5px rgba(148, 25, 53, 0.4);
          box-shadow: 1px 1px 5px rgba(148, 25, 53, 0.4);
}
.colorStyle3 .container .aside .aside-block form .jq-checkbox {
  border: 2px solid #811A37;
}
.colorStyle3 .container .aside .aside-block form .jq-checkbox.checked .jq-checkbox__div {
  background: #811A37;
}
.colorStyle3 .h_nav_top .cart {
  background: url(../img/cart-icon-black.png) 20px center no-repeat, #ccd5e0;
}
.colorStyle3 .h_nav_top .cart .uss_basket_mini {
  background: #811A37;
  color: #fff;
}
.colorStyle3 .basket-big-link {
  background: #941935;
  color: #ffffff;
}
.colorStyle3 .basket-big-link:hover {
  background: #ccd5e0;
  color: #262427 !important;
}

.colorStyle4 .product .uss_catalog_sidebar .uss_catalog_category:hover:before {
  border-color: #ffc704;
}
.colorStyle4 .fc_form_tml .buttons input {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdd6e), to(#ffc602));
  background: linear-gradient(#ffdd6e, #ffc602);
  color: #262427;
}
.colorStyle4 .fc_form_tml .buttons input:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#70b9c2), to(#52a7b1));
  background: linear-gradient(#70b9c2, #52a7b1);
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#76c0a1), to(#43a57c));
  background: linear-gradient(#76c0a1, #43a57c);
}
.colorStyle4 .fc_form_tml .buttons button {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdd6e), to(#ffc602));
  background: linear-gradient(#ffdd6e, #ffc602);
  color: #262427;
}
.colorStyle4 .fc_form_tml .buttons button:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#70b9c2), to(#52a7b1));
  background: linear-gradient(#70b9c2, #52a7b1);
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#76c0a1), to(#43a57c));
  background: linear-gradient(#76c0a1, #43a57c);
}
.colorStyle4 .fc_form_tml .buttons button.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#70b9c2), to(#52a7b1));
  background: linear-gradient(#70b9c2, #52a7b1);
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#76c0a1), to(#43a57c));
  background: linear-gradient(#76c0a1, #43a57c);
}
.colorStyle4 .fc_form_tml .buttons button.selected {
  background: -webkit-gradient(linear, left top, left bottom, from(#70b9c2), to(#52a7b1));
  background: linear-gradient(#70b9c2, #52a7b1);
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#76c0a1), to(#43a57c));
  background: linear-gradient(#76c0a1, #43a57c);
}
.colorStyle4 .fc_form_tml .buttons input.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#70b9c2), to(#52a7b1));
  background: linear-gradient(#70b9c2, #52a7b1);
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#76c0a1), to(#43a57c));
  background: linear-gradient(#76c0a1, #43a57c);
}
.colorStyle4 .fc_form_tml .buttons input.selected {
  background: -webkit-gradient(linear, left top, left bottom, from(#70b9c2), to(#52a7b1));
  background: linear-gradient(#70b9c2, #52a7b1);
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#76c0a1), to(#43a57c));
  background: linear-gradient(#76c0a1, #43a57c);
}
.colorStyle4 .counter .lpc_timer #clock > div p {
  background: url(../img/L-1-4/countdown_number.png) 0 0 no-repeat;
}
.colorStyle4 .bg_type1 {
  background: #dcf8f0;
}
.colorStyle4 .bg_type2 {
  background: #46a77d;
}
.colorStyle4 .bg_type3 {
  background: #53a7b1;
}
.colorStyle4 .bg_type4 {
  background: -webkit-gradient(linear, left top, left bottom, from(#74bf9f), to(#3ea278));
  background: linear-gradient(#74bf9f, #3ea278);
  border-top: 1px solid #8dcdb2;
  border-bottom: 1px solid #5bb490;
}
.colorStyle4 .bg_type_form {
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#71b9c2), to(#52a7b1));
  background: linear-gradient(#71b9c2, #52a7b1);
}
.colorStyle4 .block.slider_block .slick-dots li button {
  background: url(../img/L-1-4/slider_top.png) 50% no-repeat;
  width: 24px;
  height: 24px;
}
.colorStyle4 .block.slider_block .slick-dots li.slick-active button {
  background: url(../img/L-1-4/slider_top_active.png);
}
.colorStyle4 .block.slider_block.slider_type3 .slick-dots li button {
  background: url(../img/L-1-2/news_slider_nav.png) 50% no-repeat;
}
.colorStyle4 .block.slider_block.slider_type3 .slick-dots li.slick-active button {
  background: url(../img/L-1-4/slider_top_active.png);
}
.colorStyle4 .h_nav_top .menu:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#cae1e5), to(#eaf3f3));
  background: linear-gradient(#cae1e5, #eaf3f3);
}
.colorStyle4 .h_nav_top .menu ul li a {
  color: #242424;
}
.colorStyle4 .h_nav_top .menu ul li.clicked .submenu,
.colorStyle4 .h_nav_top .menu ul li:hover .submenu {
  background: -webkit-gradient(linear, left top, left bottom, from(#cae1e5), to(#eaf3f3));
  background: linear-gradient(#cae1e5, #eaf3f3);
}
.colorStyle4 .h_nav_top .menu ul li .submenu li a {
  color: #262427;
}
.colorStyle4 .h_nav_top .contacts:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc600), to(#ffdd6f));
  background: linear-gradient(#ffc600, #ffdd6f);
}
.colorStyle4 .h_nav_top .burger {
  background-image: url(../img/burger-yellow.png);
  border-color: #ffc322;
}
.colorStyle4 .bottom {
  color: #ffffff;
}
.colorStyle4 .footer {
  background-image: url(../img/L-1-4/contacts_bg.jpg);
}
.colorStyle4 .tml_min .header .slogan {
  color: #fff;
}
.colorStyle4 .uss_catalog_block_cat .uss_catalog_category:hover:before {
  border-color: #ffc704;
}
.colorStyle4 .uss_catalog_block_cat .uss_catalog_category:hover .add_to_cart {
  background: #ffc704;
  color: inherit;
}
.colorStyle4 .uss_catalog_block_cat .uss_catalog_category:hover .uss_shop_name {
  color: #ffc704;
}
.colorStyle4 .uss_catalog_block_cat .uss_catalog_category:hover .uss_shop_name a {
  color: #ffc704;
}
.colorStyle4 .uss_catalog_block_cat .uss_catalog_category:hover * {
  border-color: #ffc704;
}
.colorStyle4 .uss_catalog_block_cat .uss_catalog_category .add_to_cart {
  background: -webkit-gradient(linear, left top, left bottom, from(#70b9c2), to(#52a7b1));
  background: linear-gradient(#70b9c2, #52a7b1);
  color: #ffffff;
}
.colorStyle4 .uss_catalog_block_cat .uss_catalog_category .add_to_cart:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdd6e), to(#ffc602));
  background: linear-gradient(#ffdd6e, #ffc602);
  color: #262427;
}
.colorStyle4 .uss_catalog_block_cat .uss_catalog_category .add_to_cart.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdd6e), to(#ffc602));
  background: linear-gradient(#ffdd6e, #ffc602);
  color: #262427;
}
.colorStyle4 .uss_catalog_block_cat .uss_catalog_category .add_to_cart.selected {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdd6e), to(#ffc602));
  background: linear-gradient(#ffdd6e, #ffc602);
  color: #262427;
}
.colorStyle4 .uss_shop_block_cat .uss_shop_category:hover:before {
  border-color: #ffc704;
}
.colorStyle4 a {
  color: #3fa378;
}
.colorStyle4 a:hover {
  color: #ff7e00;
}
.colorStyle4 .uss_eshop_block_item:hover .add_to_cart {
  background: #ffc704;
  color: inherit;
}
.colorStyle4 .uss_eshop_block_item:hover .uss_shop_name {
  color: #ffc704;
}
.colorStyle4 .uss_eshop_block_item:hover .uss_shop_name a {
  color: #ffc704;
}
.colorStyle4 .uss_eshop_block_item:hover:before {
  border-color: #ffc704;
}
.colorStyle4 .uss_eshop_block_item:hover * {
  border-color: #ffc704;
}
.colorStyle4 .uss_eshop_block_item .add_to_cart {
  background: -webkit-gradient(linear, left top, left bottom, from(#70b9c2), to(#52a7b1));
  background: linear-gradient(#70b9c2, #52a7b1);
  color: #ffffff;
}
.colorStyle4 .uss_eshop_block_item .add_to_cart:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdd6e), to(#ffc602));
  background: linear-gradient(#ffdd6e, #ffc602);
  color: #262427;
}
.colorStyle4 .uss_eshop_block_item .add_to_cart.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdd6e), to(#ffc602));
  background: linear-gradient(#ffdd6e, #ffc602);
  color: #262427;
}
.colorStyle4 .uss_eshop_block_item .add_to_cart.selected {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdd6e), to(#ffc602));
  background: linear-gradient(#ffdd6e, #ffc602);
  color: #262427;
}
.colorStyle4 .uss_eshop_item:hover .add_to_cart {
  background: #ffc704;
  color: inherit;
}
.colorStyle4 .uss_eshop_item:hover .uss_shop_name {
  color: #ffc704;
}
.colorStyle4 .uss_eshop_item:hover .uss_shop_name a {
  color: #ffc704;
}
.colorStyle4 .uss_eshop_item:hover:before {
  border-color: #ffc704;
}
.colorStyle4 .uss_eshop_item:hover * {
  border-color: #ffc704;
}
.colorStyle4 .uss_eshop_item .add_to_cart {
  background: -webkit-gradient(linear, left top, left bottom, from(#70b9c2), to(#52a7b1));
  background: linear-gradient(#70b9c2, #52a7b1);
  color: #ffffff;
}
.colorStyle4 .uss_eshop_item .add_to_cart:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdd6e), to(#ffc602));
  background: linear-gradient(#ffdd6e, #ffc602);
  color: #262427;
}
.colorStyle4 .uss_eshop_item .add_to_cart.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdd6e), to(#ffc602));
  background: linear-gradient(#ffdd6e, #ffc602);
  color: #262427;
}
.colorStyle4 .uss_eshop_item .add_to_cart.selected {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdd6e), to(#ffc602));
  background: linear-gradient(#ffdd6e, #ffc602);
  color: #262427;
}
.colorStyle4 .catalog_menu_item:hover {
  border-color: #ffc704;
}
.colorStyle4 .catalog_menu_item:hover > a {
  color: #ffc704;
}
.colorStyle4 .catalog_menu_item:hover:before {
  border-color: #ffc704;
}
.colorStyle4 .uss_eshop_menu li:hover {
  border-color: #ffc704;
}
.colorStyle4 .uss_eshop_menu li:hover > a {
  color: #ffc704;
}
.colorStyle4 .uss_eshop_menu li:hover:before {
  border-color: #ffc704;
}
.colorStyle4 .uss_eshop_menu li:hover * {
  border-color: #ffc704;
}
.colorStyle4 .catalog_orderbutton {
  background: -webkit-gradient(linear, left top, left bottom, from(#70b9c2), to(#52a7b1));
  background: linear-gradient(#70b9c2, #52a7b1);
  color: #ffffff;
}
.colorStyle4 .catalog_orderbutton:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdd6e), to(#ffc602));
  background: linear-gradient(#ffdd6e, #ffc602);
  color: #262427;
}
.colorStyle4 .catalog_orderbutton.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdd6e), to(#ffc602));
  background: linear-gradient(#ffdd6e, #ffc602);
  color: #262427;
}
.colorStyle4 .catalog_orderbutton.selected {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdd6e), to(#ffc602));
  background: linear-gradient(#ffdd6e, #ffc602);
  color: #262427;
}
.colorStyle4 div.uss_eshop_tabs .uss_eshop_tabs_navigation span {
  background: -webkit-gradient(linear, left top, left bottom, from(#70b9c2), to(#52a7b1));
  background: linear-gradient(#70b9c2, #52a7b1);
  color: #ffffff;
}
.colorStyle4 div.uss_eshop_tabs .uss_eshop_tabs_navigation span:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdd6e), to(#ffc602));
  background: linear-gradient(#ffdd6e, #ffc602);
  color: #262427;
}
.colorStyle4 div.uss_eshop_tabs .uss_eshop_tabs_navigation span.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdd6e), to(#ffc602));
  background: linear-gradient(#ffdd6e, #ffc602);
  color: #262427;
}
.colorStyle4 div.uss_eshop_tabs .uss_eshop_tabs_navigation span.selected {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdd6e), to(#ffc602));
  background: linear-gradient(#ffdd6e, #ffc602);
  color: #262427;
}
.colorStyle4 div.uss_eshop_tabs .uss_catalog_tabs_navigation span {
  background: -webkit-gradient(linear, left top, left bottom, from(#70b9c2), to(#52a7b1));
  background: linear-gradient(#70b9c2, #52a7b1);
  color: #ffffff;
}
.colorStyle4 div.uss_eshop_tabs .uss_catalog_tabs_navigation span:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdd6e), to(#ffc602));
  background: linear-gradient(#ffdd6e, #ffc602);
  color: #262427;
}
.colorStyle4 div.uss_eshop_tabs .uss_catalog_tabs_navigation span.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdd6e), to(#ffc602));
  background: linear-gradient(#ffdd6e, #ffc602);
  color: #262427;
}
.colorStyle4 div.uss_eshop_tabs .uss_catalog_tabs_navigation span.selected {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdd6e), to(#ffc602));
  background: linear-gradient(#ffdd6e, #ffc602);
  color: #262427;
}
.colorStyle4 div.uss_eshop_tabs .tab_items {
  border-color: #ffc704;
}
.colorStyle4 div.uss_catalog_tabs .uss_eshop_tabs_navigation span {
  background: -webkit-gradient(linear, left top, left bottom, from(#70b9c2), to(#52a7b1));
  background: linear-gradient(#70b9c2, #52a7b1);
  color: #ffffff;
}
.colorStyle4 div.uss_catalog_tabs .uss_eshop_tabs_navigation span:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdd6e), to(#ffc602));
  background: linear-gradient(#ffdd6e, #ffc602);
  color: #262427;
}
.colorStyle4 div.uss_catalog_tabs .uss_eshop_tabs_navigation span.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdd6e), to(#ffc602));
  background: linear-gradient(#ffdd6e, #ffc602);
  color: #262427;
}
.colorStyle4 div.uss_catalog_tabs .uss_eshop_tabs_navigation span.selected {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdd6e), to(#ffc602));
  background: linear-gradient(#ffdd6e, #ffc602);
  color: #262427;
}
.colorStyle4 div.uss_catalog_tabs .uss_catalog_tabs_navigation span {
  background: -webkit-gradient(linear, left top, left bottom, from(#70b9c2), to(#52a7b1));
  background: linear-gradient(#70b9c2, #52a7b1);
  color: #ffffff;
}
.colorStyle4 div.uss_catalog_tabs .uss_catalog_tabs_navigation span:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdd6e), to(#ffc602));
  background: linear-gradient(#ffdd6e, #ffc602);
  color: #262427;
}
.colorStyle4 div.uss_catalog_tabs .uss_catalog_tabs_navigation span.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdd6e), to(#ffc602));
  background: linear-gradient(#ffdd6e, #ffc602);
  color: #262427;
}
.colorStyle4 div.uss_catalog_tabs .uss_catalog_tabs_navigation span.selected {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdd6e), to(#ffc602));
  background: linear-gradient(#ffdd6e, #ffc602);
  color: #262427;
}
.colorStyle4 div.uss_catalog_tabs .tab_items {
  border-color: #ffc704;
}
.colorStyle4 .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart {
  background: -webkit-gradient(linear, left top, left bottom, from(#70b9c2), to(#52a7b1));
  background: linear-gradient(#70b9c2, #52a7b1);
  color: #ffffff;
}
.colorStyle4 .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdd6e), to(#ffc602));
  background: linear-gradient(#ffdd6e, #ffc602);
  color: #262427;
}
.colorStyle4 .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdd6e), to(#ffc602));
  background: linear-gradient(#ffdd6e, #ffc602);
  color: #262427;
}
.colorStyle4 .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart.selected {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdd6e), to(#ffc602));
  background: linear-gradient(#ffdd6e, #ffc602);
  color: #262427;
}
.colorStyle4 .uss_eshop_sameproducts .item:hover .add_to_cart {
  background: #ffc704;
  color: inherit;
}
.colorStyle4 .uss_eshop_sameproducts .item:hover .title {
  color: #ffc704;
}
.colorStyle4 .uss_eshop_sameproducts .item:hover .title a {
  color: #ffc704;
}
.colorStyle4 .uss_eshop_sameproducts .item:hover:before {
  border-color: #ffc704;
}
.colorStyle4 .uss_eshop_sameproducts .item .add_to_cart {
  background: -webkit-gradient(linear, left top, left bottom, from(#70b9c2), to(#52a7b1));
  background: linear-gradient(#70b9c2, #52a7b1);
  color: #ffffff;
}
.colorStyle4 .uss_eshop_sameproducts .item .add_to_cart:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdd6e), to(#ffc602));
  background: linear-gradient(#ffdd6e, #ffc602);
  color: #262427;
}
.colorStyle4 .uss_eshop_sameproducts .item .add_to_cart.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdd6e), to(#ffc602));
  background: linear-gradient(#ffdd6e, #ffc602);
  color: #262427;
}
.colorStyle4 .uss_eshop_sameproducts .item .add_to_cart.selected {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdd6e), to(#ffc602));
  background: linear-gradient(#ffdd6e, #ffc602);
  color: #262427;
}
.colorStyle4 .comment_form_block form .uss_form_submit input {
  background: -webkit-gradient(linear, left top, left bottom, from(#70b9c2), to(#52a7b1));
  background: linear-gradient(#70b9c2, #52a7b1);
  color: #ffffff;
}
.colorStyle4 .comment_form_block form .uss_form_submit input:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdd6e), to(#ffc602));
  background: linear-gradient(#ffdd6e, #ffc602);
  color: #262427;
}
.colorStyle4 .comment_form_block form .uss_form_submit button {
  background: -webkit-gradient(linear, left top, left bottom, from(#70b9c2), to(#52a7b1));
  background: linear-gradient(#70b9c2, #52a7b1);
  color: #ffffff;
}
.colorStyle4 .comment_form_block form .uss_form_submit button:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdd6e), to(#ffc602));
  background: linear-gradient(#ffdd6e, #ffc602);
  color: #262427;
}
.colorStyle4 .comment_form_block form .uss_form_submit button.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdd6e), to(#ffc602));
  background: linear-gradient(#ffdd6e, #ffc602);
  color: #262427;
}
.colorStyle4 .comment_form_block form .uss_form_submit button.selected {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdd6e), to(#ffc602));
  background: linear-gradient(#ffdd6e, #ffc602);
  color: #262427;
}
.colorStyle4 .comment_form_block form .uss_form_submit input.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdd6e), to(#ffc602));
  background: linear-gradient(#ffdd6e, #ffc602);
  color: #262427;
}
.colorStyle4 .comment_form_block form .uss_form_submit input.selected {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdd6e), to(#ffc602));
  background: linear-gradient(#ffdd6e, #ffc602);
  color: #262427;
}
.colorStyle4 .header .slider li button {
  background-image: url(../img/L-1-4/slider_top.png);
}
.colorStyle4 .header .slider li.slick-active button {
  background-image: url(../img/L-1-4/slider_top_active.png);
}
.colorStyle4 .header .slogan.double-size {
  font-size: 38px;
}
.colorStyle4 .header .caption .preview,
.colorStyle4 .header .caption .preview > * {
  color: #212121;
}
.colorStyle4 .uss_eshop_sameproducts.blocks .item:hover a.add_to_cart {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdd6f), to(#ffc602));
  background: linear-gradient(#ffdd6f, #ffc602);
}
.colorStyle4 .container .aside .aside-block.type1 .h3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#71b9c2), to(#52a7b1));
  background: linear-gradient(#71b9c2, #52a7b1);
}
.colorStyle4 .container .aside .aside-block.type2 .h3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdd6f), to(#ffcb19));
  background: linear-gradient(#ffdd6f, #ffcb19);
  color: #262427;
}
.colorStyle4 .uss_shop_blocks_view .uss_eshop_item:hover {
  -webkit-box-shadow: 1px 1px 5px rgba(250, 153, 0, 0.4);
          box-shadow: 1px 1px 5px rgba(250, 153, 0, 0.4);
}
.colorStyle4 .uss_shop_block_cat .uss_shop_category:hover,
.colorStyle4 .uss_catalog_block_cat .uss_catalog_category:hover,
.colorStyle4 .uss_eshop_sameproducts.blocks .item:hover {
  -webkit-box-shadow: 1px 1px 5px rgba(250, 153, 0, 0.4);
          box-shadow: 1px 1px 5px rgba(250, 153, 0, 0.4);
}
.colorStyle4 .h_nav_top .cart {
  background: url(../img/cart-icon-black.png) 20px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#eaf3f3), to(#cae1e5));
  background: url(../img/cart-icon-black.png) 20px center no-repeat, linear-gradient(#eaf3f3, #cae1e5);
}
.colorStyle4 .h_nav_top .cart .uss_basket_mini {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdd6f), to(#ffc601));
  background: linear-gradient(#ffdd6f, #ffc601);
}
.colorStyle4 .basket-big-link {
  background: -webkit-gradient(linear, left top, left bottom, from(#70b9c2), to(#52a7b1));
  background: linear-gradient(#70b9c2, #52a7b1);
  color: #ffffff;
}
.colorStyle4 .basket-big-link:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdd6e), to(#ffc602));
  background: linear-gradient(#ffdd6e, #ffc602);
  color: #262427;
}

.colorStyle5 .product .uss_catalog_sidebar .uss_catalog_category:hover:before {
  border-color: #00a3bb;
}
.colorStyle5 .fc_form_tml .buttons input {
  background: none;
  border: 2px solid #a5dce4;
  color: #a5dce4;
  padding: 0 10px;
  border: 2px solid !important;
}
.colorStyle5 .fc_form_tml .buttons input .active {
  background: #a5dce4;
  color: #2f2f2f;
}
.colorStyle5 .fc_form_tml .buttons input .selected {
  background: #a5dce4;
  color: #2f2f2f;
}
.colorStyle5 .fc_form_tml .buttons input:hover {
  background: #a5dce4;
  color: #2f2f2f;
}
.colorStyle5 .fc_form_tml .buttons button {
  background: none;
  border: 2px solid #a5dce4;
  color: #a5dce4;
  padding: 0;
  border: 2px solid !important;
}
.colorStyle5 .fc_form_tml .buttons button .active {
  background: #a5dce4;
  color: #2f2f2f;
}
.colorStyle5 .fc_form_tml .buttons button .selected {
  background: #a5dce4;
  color: #2f2f2f;
}
.colorStyle5 .fc_form_tml .buttons button:hover {
  background: #a5dce4;
  color: #2f2f2f;
}
.colorStyle5 .fc_form_tml form .group .fc_item .elem_item input {
  background-color: #2f2f2f;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
  border-color: #1e1e1e #484848 #484848 #1e1e1e;
  border-style: solid;
  border-width: 1px;
  width: 100%;
  max-width: none;
  color: #9c9d9d;
}
.colorStyle5 .fc_form_tml form .group .fc_item .elem_item textarea {
  background-color: #2f2f2f;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
  border-color: #1e1e1e #484848 #484848 #1e1e1e;
  border-style: solid;
  border-width: 1px;
  width: 100%;
  max-width: none;
  color: #9c9d9d;
}
.colorStyle5 .counter .lpc_timer #clock > div p {
  background: url(../img/L-1-5/countdown_number.png);
}
.colorStyle5 .block.slider_block .slick-dots li button {
  background: url(../img/L-1-5/cert_slider_nav.png) 50% no-repeat;
  width: 24px;
  height: 24px;
}
.colorStyle5 .block.slider_block .slick-dots li.slick-active button {
  background: url(../img/L-1-5/cert_slider_nav_active.png);
}
.colorStyle5 .block.slider_block.slider_type3 .slick-dots li button {
  background: url(../img/L-1-2/news_slider_nav.png) 50% no-repeat;
}
.colorStyle5 .block.slider_block.slider_type3 .slick-dots li.slick-active button {
  background: url(../img/L-1-5/cert_slider_nav_active.png);
}
.colorStyle5 .h_nav_top .menu:after {
  background: rgba(0, 0, 0, 0.8);
}
.colorStyle5 .h_nav_top .menu ul li a {
  color: #a5dce4;
}
.colorStyle5 .h_nav_top .menu ul li.clicked .submenu,
.colorStyle5 .h_nav_top .menu ul li:hover .submenu {
  background: #090909;
}
.colorStyle5 .h_nav_top .menu ul li .submenu li a {
  color: #fff;
}
.colorStyle5 .h_nav_top .contacts {
  color: #ffffff;
}
.colorStyle5 .h_nav_top .contacts:after {
  background: rgba(0, 0, 0, 0.3);
}
.colorStyle5 .h_nav_top .burger {
  background-image: url(../img/burger-white.png);
  border-color: #ffffff;
}
.colorStyle5 .bg_type1 {
  background: #1b1b1b;
}
.colorStyle5 .bg_type2 {
  background: #1b1b1b;
}
.colorStyle5 .bg_type2.slider_block.slider_block li button {
  background: url(../img/L-1-5/cert_slider_nav.png) 50% no-repeat !important;
  width: 24px;
  height: 24px;
}
.colorStyle5 .bg_type2.slider_block.slider_block li.slick-active button {
  background: url(../img/L-1-5/cert_slider_nav_active.png) !important;
}
.colorStyle5 .bg_type3 {
  background: #1b1b1b;
}
.colorStyle5 .bg_type4 {
  background: -webkit-gradient(linear, left top, left bottom, from(#353535), to(#1a1a1a));
  background: linear-gradient(#353535, #1a1a1a);
  border-top: 1px solid #4f4f4f;
}
.colorStyle5 .bg_type_form {
  border: none;
  border-top: 1px solid #4f4f4f;
  background: -webkit-gradient(linear, left top, left bottom, from(#353535), to(#1a1a1a));
  background: linear-gradient(#353535, #1a1a1a);
}
.colorStyle5 .bottom {
  color: #ffffff;
}
.colorStyle5 .footer {
  background-image: url(../img/L-1-5/contacts_bg.jpg);
}
.colorStyle5 .header {
  color: #fff;
}
.colorStyle5 .header a {
  color: #fff;
}
.colorStyle5 .header .form_opener {
  background: none;
  border: 2px solid #2f2f2f;
  color: #2f2f2f;
  padding: 0;
  line-height: 36px;
}
.colorStyle5 .header .form_opener .active {
  background: #a5dce4;
  color: #2f2f2f;
}
.colorStyle5 .header .form_opener .selected {
  background: #a5dce4;
  color: #2f2f2f;
}
.colorStyle5 .header .form_opener:hover {
  background: #a5dce4;
  color: #2f2f2f;
}
.colorStyle5 .header .slider li button {
  background-image: url(../img/L-1-5/cert_slider_nav.png);
}
.colorStyle5 .header .slider li.slick-active button {
  background-image: url(../img/L-1-5/cert_slider_nav_active.png);
}
.colorStyle5 .header .caption .preview,
.colorStyle5 .header .caption .preview > * {
  color: #212121;
}
.colorStyle5 #wrap .top.top_limited .menu:after {
  background: #000;
  -webkit-transition: all 2s;
  transition: all 2s;
}
.colorStyle5 #wrap .top.top_limited .contacts:after {
  background: #5f5b5b;
  -webkit-transition: all 2s;
  transition: all 2s;
}
.colorStyle5 .uss_catalog_block_cat .uss_catalog_category:hover:before {
  border-color: #00a3bb;
}
.colorStyle5 .uss_catalog_block_cat .uss_catalog_category:hover .add_to_cart {
  background: #00a3bb;
  color: inherit;
}
.colorStyle5 .uss_catalog_block_cat .uss_catalog_category:hover .uss_shop_name {
  color: #00a3bb;
}
.colorStyle5 .uss_catalog_block_cat .uss_catalog_category:hover .uss_shop_name a {
  color: #00a3bb;
}
.colorStyle5 .uss_catalog_block_cat .uss_catalog_category:hover * {
  border-color: #00a3bb;
}
.colorStyle5 .uss_catalog_block_cat .uss_catalog_category .add_to_cart {
  background: #a5dce4;
  color: #2f2f2f;
}
.colorStyle5 .uss_catalog_block_cat .uss_catalog_category .add_to_cart .active {
  background: #2f2f2f;
  color: #ffffff;
}
.colorStyle5 .uss_catalog_block_cat .uss_catalog_category .add_to_cart:hover {
  background: #2f2f2f;
  color: #ffffff;
}
.colorStyle5 .uss_catalog_block_cat .uss_catalog_category .add_to_cart.selected {
  background: #2f2f2f;
  color: #ffffff;
}
.colorStyle5 .uss_shop_block_cat .uss_shop_category:hover:before {
  border-color: #00a3bb;
}
.colorStyle5 a {
  color: #00a3bb;
}
.colorStyle5 a:hover {
  color: #434343;
}
.colorStyle5 .uss_eshop_block_item:hover .add_to_cart {
  background: #00a3bb;
  color: inherit;
}
.colorStyle5 .uss_eshop_block_item:hover .uss_shop_name {
  color: #00a3bb;
}
.colorStyle5 .uss_eshop_block_item:hover .uss_shop_name a {
  color: #00a3bb;
}
.colorStyle5 .uss_eshop_block_item:hover:before {
  border-color: #00a3bb;
}
.colorStyle5 .uss_eshop_block_item:hover * {
  border-color: #00a3bb;
}
.colorStyle5 .uss_eshop_block_item .add_to_cart {
  background: #a5dce4;
  color: #2f2f2f;
}
.colorStyle5 .uss_eshop_block_item .add_to_cart .active {
  background: #2f2f2f;
  color: #ffffff;
}
.colorStyle5 .uss_eshop_block_item .add_to_cart:hover {
  background: #2f2f2f;
  color: #ffffff;
}
.colorStyle5 .uss_eshop_block_item .add_to_cart.selected {
  background: #2f2f2f;
  color: #ffffff;
}
.colorStyle5 .uss_eshop_item:hover .add_to_cart {
  background: #00a3bb;
  color: inherit;
}
.colorStyle5 .uss_eshop_item:hover .uss_shop_name {
  color: #00a3bb;
}
.colorStyle5 .uss_eshop_item:hover .uss_shop_name a {
  color: #00a3bb;
}
.colorStyle5 .uss_eshop_item:hover:before {
  border-color: #00a3bb;
}
.colorStyle5 .uss_eshop_item:hover * {
  border-color: #00a3bb;
}
.colorStyle5 .uss_eshop_item .add_to_cart {
  background: #a5dce4;
  color: #2f2f2f;
}
.colorStyle5 .uss_eshop_item .add_to_cart .active {
  background: #2f2f2f;
  color: #ffffff;
}
.colorStyle5 .uss_eshop_item .add_to_cart:hover {
  background: #2f2f2f;
  color: #ffffff;
}
.colorStyle5 .uss_eshop_item .add_to_cart.selected {
  background: #2f2f2f;
  color: #ffffff;
}
.colorStyle5 .catalog_menu_item:hover {
  border-color: #00a3bb;
}
.colorStyle5 .catalog_menu_item:hover > a {
  color: #00a3bb;
}
.colorStyle5 .catalog_menu_item:hover:before {
  border-color: #00a3bb;
}
.colorStyle5 .uss_eshop_menu li:hover {
  border-color: #00a3bb;
}
.colorStyle5 .uss_eshop_menu li:hover > a {
  color: #00a3bb;
}
.colorStyle5 .uss_eshop_menu li:hover:before {
  border-color: #00a3bb;
}
.colorStyle5 .uss_eshop_menu li:hover * {
  border-color: #00a3bb;
}
.colorStyle5 .catalog_orderbutton {
  background: none;
  border: 2px solid #a5dce4;
  color: #a5dce4;
}
.colorStyle5 .catalog_orderbutton .active {
  background: #a5dce4;
  color: #2f2f2f;
}
.colorStyle5 .catalog_orderbutton .selected {
  background: #a5dce4;
  color: #2f2f2f;
}
.colorStyle5 .catalog_orderbutton:hover {
  background: #a5dce4;
  color: #2f2f2f;
}
.colorStyle5 div.uss_eshop_tabs .uss_eshop_tabs_navigation span {
  background: #a5dce4;
  color: #2f2f2f;
}
.colorStyle5 div.uss_eshop_tabs .uss_eshop_tabs_navigation span .active {
  background: #2f2f2f;
  color: #ffffff;
}
.colorStyle5 div.uss_eshop_tabs .uss_eshop_tabs_navigation span:hover {
  background: #2f2f2f;
  color: #ffffff;
}
.colorStyle5 div.uss_eshop_tabs .uss_eshop_tabs_navigation span.selected {
  background: #2f2f2f;
  color: #ffffff;
}
.colorStyle5 div.uss_eshop_tabs .uss_catalog_tabs_navigation span {
  background: #a5dce4;
  color: #2f2f2f;
}
.colorStyle5 div.uss_eshop_tabs .uss_catalog_tabs_navigation span .active {
  background: #2f2f2f;
  color: #ffffff;
}
.colorStyle5 div.uss_eshop_tabs .uss_catalog_tabs_navigation span:hover {
  background: #2f2f2f;
  color: #ffffff;
}
.colorStyle5 div.uss_eshop_tabs .uss_catalog_tabs_navigation span.selected {
  background: #2f2f2f;
  color: #ffffff;
}
.colorStyle5 div.uss_eshop_tabs .tab_items {
  border-color: #00a3bb;
}
.colorStyle5 div.uss_catalog_tabs .uss_eshop_tabs_navigation span {
  background: #a5dce4;
  color: #2f2f2f;
}
.colorStyle5 div.uss_catalog_tabs .uss_eshop_tabs_navigation span .active {
  background: #2f2f2f;
  color: #ffffff;
}
.colorStyle5 div.uss_catalog_tabs .uss_eshop_tabs_navigation span:hover {
  background: #2f2f2f;
  color: #ffffff;
}
.colorStyle5 div.uss_catalog_tabs .uss_eshop_tabs_navigation span.selected {
  background: #2f2f2f;
  color: #ffffff;
}
.colorStyle5 div.uss_catalog_tabs .uss_catalog_tabs_navigation span {
  background: #a5dce4;
  color: #2f2f2f;
}
.colorStyle5 div.uss_catalog_tabs .uss_catalog_tabs_navigation span .active {
  background: #2f2f2f;
  color: #ffffff;
}
.colorStyle5 div.uss_catalog_tabs .uss_catalog_tabs_navigation span:hover {
  background: #2f2f2f;
  color: #ffffff;
}
.colorStyle5 div.uss_catalog_tabs .uss_catalog_tabs_navigation span.selected {
  background: #2f2f2f;
  color: #ffffff;
}
.colorStyle5 div.uss_catalog_tabs .tab_items {
  border-color: #00a3bb;
}
.colorStyle5 .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart {
  background: #a5dce4;
  color: #2f2f2f;
}
.colorStyle5 .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart .active {
  background: #2f2f2f;
  color: #ffffff;
}
.colorStyle5 .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart:hover {
  background: #2f2f2f;
  color: #ffffff;
}
.colorStyle5 .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart.selected {
  background: #2f2f2f;
  color: #ffffff;
}
.colorStyle5 .uss_eshop_sameproducts .item:hover .add_to_cart {
  background: #00a3bb;
  color: inherit;
}
.colorStyle5 .uss_eshop_sameproducts .item:hover .title {
  color: #00a3bb;
}
.colorStyle5 .uss_eshop_sameproducts .item:hover .title a {
  color: #00a3bb;
}
.colorStyle5 .uss_eshop_sameproducts .item:hover:before {
  border-color: #00a3bb;
}
.colorStyle5 .uss_eshop_sameproducts .item .add_to_cart {
  background: #a5dce4;
  color: #2f2f2f;
}
.colorStyle5 .uss_eshop_sameproducts .item .add_to_cart .active {
  background: #2f2f2f;
  color: #ffffff;
}
.colorStyle5 .uss_eshop_sameproducts .item .add_to_cart:hover {
  background: #2f2f2f;
  color: #ffffff;
}
.colorStyle5 .uss_eshop_sameproducts .item .add_to_cart.selected {
  background: #2f2f2f;
  color: #ffffff;
}
.colorStyle5 .comment_form_block form .uss_form_submit input {
  background: #a5dce4;
  color: #2f2f2f;
}
.colorStyle5 .comment_form_block form .uss_form_submit input .active {
  background: #2f2f2f;
  color: #ffffff;
}
.colorStyle5 .comment_form_block form .uss_form_submit input:hover {
  background: #2f2f2f;
  color: #ffffff;
}
.colorStyle5 .comment_form_block form .uss_form_submit button {
  background: #a5dce4;
  color: #2f2f2f;
}
.colorStyle5 .comment_form_block form .uss_form_submit button .active {
  background: #2f2f2f;
  color: #ffffff;
}
.colorStyle5 .comment_form_block form .uss_form_submit button:hover {
  background: #2f2f2f;
  color: #ffffff;
}
.colorStyle5 .comment_form_block form .uss_form_submit button.selected {
  background: #2f2f2f;
  color: #ffffff;
}
.colorStyle5 .comment_form_block form .uss_form_submit input.selected {
  background: #2f2f2f;
  color: #ffffff;
}
.colorStyle5 .header .form .fc_form_tml .buttons input {
  color: #212121;
  background: #2121;
  border: 2px solid #212121 !important;
}
.colorStyle5 .uss_eshop_sameproducts.blocks .item:hover a.add_to_cart {
  background: #A5DCE4;
}
.colorStyle5 .container .aside .aside-block.type1 .h3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#353535), to(#1a1a1a));
  background: linear-gradient(#353535, #1a1a1a);
}
.colorStyle5 .container .aside .aside-block.type2 .h3 {
  background: #A5DCE4;
  color: #262427;
}
.colorStyle5 .uss_shop_blocks_view .uss_eshop_item:hover {
  -webkit-box-shadow: 1px 1px 5px rgba(0, 163, 187, 0.4);
          box-shadow: 1px 1px 5px rgba(0, 163, 187, 0.4);
}
.colorStyle5 .uss_shop_block_cat .uss_shop_category:hover,
.colorStyle5 .uss_catalog_block_cat .uss_catalog_category:hover,
.colorStyle5 .uss_eshop_sameproducts.blocks .item:hover {
  -webkit-box-shadow: 1px 1px 5px rgba(0, 163, 187, 0.4);
          box-shadow: 1px 1px 5px rgba(0, 163, 187, 0.4);
}
.colorStyle5 .container .aside .aside-block form .jq-checkbox {
  border: 2px solid #2F2F2F;
}
.colorStyle5 .container .aside .aside-block form .jq-checkbox.checked .jq-checkbox__div {
  background: #2F2F2F;
}
.colorStyle5 .h_nav_top .cart {
  background: url(../img/cart-icon-black.png) 20px center no-repeat, #a5dce4;
}
.colorStyle5 .h_nav_top .cart .uss_basket_mini {
  background: -webkit-gradient(linear, left top, left bottom, from(#353535), to(#1a1a1a));
  background: linear-gradient(#353535, #1a1a1a);
  color: #fff;
}
.colorStyle5 .basket-big-link {
  background: #a5dce4;
  color: #2f2f2f;
}
.colorStyle5 .basket-big-link:hover {
  background: #2f2f2f;
  color: #ffffff;
}

.colorStyle6 .product .uss_catalog_sidebar .uss_catalog_category:hover:before {
  border-color: #fcbf2e;
}
.colorStyle6 a {
  color: #df5a01;
}
.colorStyle6 a:hover {
  color: #df5a01;
}
.colorStyle6 .fc_form_tml form .buttons input {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(#ffdf2f, #ffc322);
  border: none;
  color: #262427;
}
.colorStyle6 .fc_form_tml form .buttons input .active {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(0deg, #ffdf2f, #ffc322);
  color: #2f2f2f;
}
.colorStyle6 .fc_form_tml form .buttons input .selected {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(0deg, #ffdf2f, #ffc322);
  color: #2f2f2f;
}
.colorStyle6 .fc_form_tml form .buttons input:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(0deg, #ffdf2f, #ffc322);
  color: #2f2f2f;
}
.colorStyle6 .fc_form_tml form .buttons button {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(#ffdf2f, #ffc322);
  border: none;
  color: #262427;
}
.colorStyle6 .fc_form_tml form .buttons button .active {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(0deg, #ffdf2f, #ffc322);
  color: #2f2f2f;
}
.colorStyle6 .fc_form_tml form .buttons button .selected {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(0deg, #ffdf2f, #ffc322);
  color: #2f2f2f;
}
.colorStyle6 .fc_form_tml form .buttons button:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(0deg, #ffdf2f, #ffc322);
  color: #2f2f2f;
}
.colorStyle6 .counter .lpc_timer #clock > div p {
  background: url(../img/L-1-6/countdown_number.png);
}
.colorStyle6 .block.slider_block .slick-dots li button {
  background: url(../img/L-1-5/cert_slider_nav.png) 50% no-repeat;
  width: 24px;
  height: 24px;
}
.colorStyle6 .block.slider_block .slick-dots li.slick-active button {
  background: url(../img/L-1-5/cert_slider_nav_active.png);
}
.colorStyle6 .block.slider_block.slider_type3 .slick-dots li button {
  background: url(../img/L-1-2/news_slider_nav.png) 50% no-repeat;
}
.colorStyle6 .block.slider_block.slider_type3 .slick-dots li.slick-active button {
  background: url(../img/L-1-5/cert_slider_nav_active.png);
}
.colorStyle6 .block.photoalbum .slick-dots li button {
  background: url(../img/L-1-2/news_slider_nav.png) 50% no-repeat;
  width: 24px;
  height: 24px;
}
.colorStyle6 .block.photoalbum .slick-dots li.slick-active button {
  background: url(../img/L-1-2/slider_top_active.png);
}
.colorStyle6 .h_nav_top .menu:after {
  background: rgba(74, 46, 40, 0.85);
}
.colorStyle6 .h_nav_top .menu ul li a {
  color: #ffffff;
}
.colorStyle6 .h_nav_top .menu ul li.clicked .submenu,
.colorStyle6 .h_nav_top .menu ul li:hover .submenu {
  background: rgba(74, 46, 40, 0.85);
}
.colorStyle6 .h_nav_top .menu ul li .submenu li a {
  color: #fff;
}
.colorStyle6 .h_nav_top .contacts {
  color: #262427;
}
.colorStyle6 .h_nav_top .contacts:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdf2f), to(#fcbf2e));
  background: linear-gradient(#ffdf2f, #fcbf2e);
}
.colorStyle6 .h_nav_top .burger {
  background-image: url(../img/burger-white.png);
  border-color: #ffffff;
}
.colorStyle6 .bg_type2 {
  background: #e6e6e7;
}
.colorStyle6 .bg_type2.slider_block.slider_block li button {
  background: url(../img/L-1-5/cert_slider_nav.png) 50% no-repeat !important;
  width: 24px;
  height: 24px;
}
.colorStyle6 .bg_type2.slider_block.slider_block li.slick-active button {
  background: url(../img/L-1-5/cert_slider_nav_active.png) !important;
}
.colorStyle6 .bg_type4 {
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f5), to(#e6e6e7));
  background: linear-gradient(#f3f3f5, #e6e6e7);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #cccccd;
}
.colorStyle6 .bg_type_form {
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f5), to(#e6e6e7));
  background: linear-gradient(#f3f3f5, #e6e6e7);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #cccccd;
}
.colorStyle6 .bg_type_form .inner {
  margin: 0 auto;
}
.colorStyle6 .bg_type_form .inner form .group .fc_item .elem_item input {
  background: #fff;
}
.colorStyle6 .bg_type_form .inner form .group .fc_item .elem_item textarea {
  background: #fff;
}
.colorStyle6 .catalog_menu {
  margin: 0 auto;
}
.colorStyle6 .catalog_menu .catalog_menu_item > a {
  font-size: 20px;
}
.colorStyle6 .footer .inner {
  margin: 0 auto;
}
.colorStyle6 .footer .phones {
  display: block;
  font-size: 19px;
}
.colorStyle6 .footer .contact__form {
  width: 100%;
}
.colorStyle6 .footer .contact__form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.colorStyle6 .footer .contact__form form .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.colorStyle6 .bottom {
  color: #ffffff;
}
.colorStyle6 .footer {
  background-image: url(../img/L-1-6/contacts_bg.jpg);
}
.colorStyle6 .tml_min .header {
  color: #fff;
}
.colorStyle6 .header .form_opener {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(#ffdf2f, #ffc322);
  border: none;
  color: #262427;
}
.colorStyle6 .header .form_opener .active {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(0deg, #ffdf2f, #ffc322);
  color: #2f2f2f;
}
.colorStyle6 .header .form_opener .selected {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(0deg, #ffdf2f, #ffc322);
  color: #2f2f2f;
}
.colorStyle6 .header .form_opener:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(0deg, #ffdf2f, #ffc322);
  color: #2f2f2f;
}
.colorStyle6 .header .caption .preview,
.colorStyle6 .header .caption .preview > * {
  color: #212121;
}
.colorStyle6 #wrap .top.top_limited .menu:after {
  background: #4a2e28;
  -webkit-transition: all 2s;
  transition: all 2s;
}
.colorStyle6 #wrap .top.top_limited .contacts:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdf2f), to(#fcbf2e));
  background: linear-gradient(#ffdf2f, #fcbf2e);
  -webkit-transition: all 2s;
  transition: all 2s;
}
.colorStyle6 .uss_catalog_block_cat .uss_catalog_category:hover:before {
  border-color: #fcbf2e;
}
.colorStyle6 .uss_catalog_block_cat .uss_catalog_category:hover .add_to_cart {
  background: -webkit-gradient(linear, left top, left bottom, from(#fcbf2e), to(#ffdf2f));
  background: linear-gradient(#fcbf2e, #ffdf2f);
  color: inherit;
}
.colorStyle6 .uss_catalog_block_cat .uss_catalog_category:hover .uss_shop_name {
  color: #df5a01;
  text-decoration: none;
}
.colorStyle6 .uss_catalog_block_cat .uss_catalog_category:hover .uss_shop_name a {
  color: #df5a01;
  text-decoration: none;
}
.colorStyle6 .uss_catalog_block_cat .uss_catalog_category:hover * {
  border-color: #df5a01;
}
.colorStyle6 .uss_catalog_block_cat .uss_catalog_category .add_to_cart {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(#ffdf2f, #ffc322);
  border: none;
  color: #262427;
}
.colorStyle6 .uss_catalog_block_cat .uss_catalog_category .add_to_cart .active {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(0deg, #ffdf2f, #ffc322);
  color: #2f2f2f;
}
.colorStyle6 .uss_catalog_block_cat .uss_catalog_category .add_to_cart .selected {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(0deg, #ffdf2f, #ffc322);
  color: #2f2f2f;
}
.colorStyle6 .uss_catalog_block_cat .uss_catalog_category .add_to_cart:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(0deg, #ffdf2f, #ffc322);
  color: #2f2f2f;
}
.colorStyle6 .uss_shop_block_cat .uss_shop_category:hover:before {
  border-color: #fed62f;
}
.colorStyle6 .uss_eshop_block_item:hover .add_to_cart {
  color: inherit;
  border-color: #fcbf2e;
}
.colorStyle6 .uss_eshop_block_item:hover .uss_shop_name {
  color: #df5a01;
  text-decoration: none;
}
.colorStyle6 .uss_eshop_block_item:hover .uss_shop_name a {
  color: #df5a01;
  text-decoration: none;
}
.colorStyle6 .uss_eshop_block_item:hover:before {
  border-color: #fcbf2e;
}
.colorStyle6 .uss_eshop_block_item:hover * {
  border-color: #df5a01;
}
.colorStyle6 .uss_eshop_block_item .add_to_cart {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(#ffdf2f, #ffc322);
  border: none;
  color: #262427;
}
.colorStyle6 .uss_eshop_block_item .add_to_cart .active {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(0deg, #ffdf2f, #ffc322);
  color: #2f2f2f;
}
.colorStyle6 .uss_eshop_block_item .add_to_cart .selected {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(0deg, #ffdf2f, #ffc322);
  color: #2f2f2f;
}
.colorStyle6 .uss_eshop_block_item .add_to_cart:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(0deg, #ffdf2f, #ffc322);
  color: #2f2f2f;
}
.colorStyle6 .uss_eshop_item .uss_img_holder {
  display: block;
}
.colorStyle6 .uss_eshop_item:hover .add_to_cart {
  background: -webkit-gradient(linear, left top, left bottom, from(#fcbf2e), to(#ffdf2f));
  background: linear-gradient(#fcbf2e, #ffdf2f);
  color: inherit;
}
.colorStyle6 .uss_eshop_item:hover .uss_shop_name {
  color: #df5a01;
  text-decoration: none;
}
.colorStyle6 .uss_eshop_item:hover .uss_shop_name a {
  color: #df5a01;
  text-decoration: none;
}
.colorStyle6 .uss_eshop_item:hover:before {
  border-color: #fcbf2e;
}
.colorStyle6 .uss_eshop_item:hover * {
  border-color: #fcbf2e;
}
.colorStyle6 .uss_eshop_item .add_to_cart {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(#ffdf2f, #ffc322);
  border: none;
  color: #262427;
}
.colorStyle6 .uss_eshop_item .add_to_cart .active {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(0deg, #ffdf2f, #ffc322);
  color: #2f2f2f;
}
.colorStyle6 .uss_eshop_item .add_to_cart .selected {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(0deg, #ffdf2f, #ffc322);
  color: #2f2f2f;
}
.colorStyle6 .uss_eshop_item .add_to_cart:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(0deg, #ffdf2f, #ffc322);
  color: #2f2f2f;
}
.colorStyle6 .catalog_menu_item:hover {
  border-color: #df5a01;
}
.colorStyle6 .catalog_menu_item:hover > a {
  color: #df5a01;
}
.colorStyle6 .catalog_menu_item:hover:before {
  border-color: #fcbf2e;
}
.colorStyle6 .uss_eshop_menu li:hover {
  border-color: #df5a01;
}
.colorStyle6 .uss_eshop_menu li:hover > a {
  color: #df5a01;
}
.colorStyle6 .uss_eshop_menu li:hover:before {
  border-color: #fcbf2e;
}
.colorStyle6 .uss_eshop_menu li:hover * {
  border-color: #df5a01;
}
.colorStyle6 .catalog_orderbutton {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(#ffdf2f, #ffc322);
  border: none;
  color: #262427;
  padding: 0 20px;
  height: 30px;
  line-height: 34px;
  font-weight: 400 !important;
  text-shadow: none;
}
.colorStyle6 .catalog_orderbutton .active {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(0deg, #ffdf2f, #ffc322);
  color: #2f2f2f;
}
.colorStyle6 .catalog_orderbutton .selected {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(0deg, #ffdf2f, #ffc322);
  color: #2f2f2f;
}
.colorStyle6 .catalog_orderbutton:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(0deg, #ffdf2f, #ffc322);
  color: #2f2f2f;
}
.colorStyle6 div.uss_eshop_tabs .uss_eshop_tabs_navigation span {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(#ffdf2f, #ffc322);
  border: none;
  color: #262427;
}
.colorStyle6 div.uss_eshop_tabs .uss_eshop_tabs_navigation span .active {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(0deg, #ffdf2f, #ffc322);
  color: #2f2f2f;
}
.colorStyle6 div.uss_eshop_tabs .uss_eshop_tabs_navigation span .selected {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(0deg, #ffdf2f, #ffc322);
  color: #2f2f2f;
}
.colorStyle6 div.uss_eshop_tabs .uss_eshop_tabs_navigation span:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(0deg, #ffdf2f, #ffc322);
  color: #2f2f2f;
}
.colorStyle6 div.uss_eshop_tabs .uss_catalog_tabs_navigation span {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(#ffdf2f, #ffc322);
  border: none;
  color: #262427;
}
.colorStyle6 div.uss_eshop_tabs .uss_catalog_tabs_navigation span .active {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(0deg, #ffdf2f, #ffc322);
  color: #2f2f2f;
}
.colorStyle6 div.uss_eshop_tabs .uss_catalog_tabs_navigation span .selected {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(0deg, #ffdf2f, #ffc322);
  color: #2f2f2f;
}
.colorStyle6 div.uss_eshop_tabs .uss_catalog_tabs_navigation span:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(0deg, #ffdf2f, #ffc322);
  color: #2f2f2f;
}
.colorStyle6 div.uss_eshop_tabs .tab_items {
  border-color: #f3f4f5 #dfe4e5 #dfe4e5 #f3f4f5;
  border-style: solid;
  border-width: 2px;
}
.colorStyle6 div.uss_catalog_tabs .uss_eshop_tabs_navigation span {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(#ffdf2f, #ffc322);
  border: none;
  color: #262427;
}
.colorStyle6 div.uss_catalog_tabs .uss_eshop_tabs_navigation span .active {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(0deg, #ffdf2f, #ffc322);
  color: #2f2f2f;
}
.colorStyle6 div.uss_catalog_tabs .uss_eshop_tabs_navigation span .selected {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(0deg, #ffdf2f, #ffc322);
  color: #2f2f2f;
}
.colorStyle6 div.uss_catalog_tabs .uss_eshop_tabs_navigation span:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(0deg, #ffdf2f, #ffc322);
  color: #2f2f2f;
}
.colorStyle6 div.uss_catalog_tabs .uss_catalog_tabs_navigation span {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(#ffdf2f, #ffc322);
  border: none;
  color: #262427;
}
.colorStyle6 div.uss_catalog_tabs .uss_catalog_tabs_navigation span .active {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(0deg, #ffdf2f, #ffc322);
  color: #2f2f2f;
}
.colorStyle6 div.uss_catalog_tabs .uss_catalog_tabs_navigation span .selected {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(0deg, #ffdf2f, #ffc322);
  color: #2f2f2f;
}
.colorStyle6 div.uss_catalog_tabs .uss_catalog_tabs_navigation span:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(0deg, #ffdf2f, #ffc322);
  color: #2f2f2f;
}
.colorStyle6 div.uss_catalog_tabs .tab_items {
  border-color: #f3f4f5 #dfe4e5 #dfe4e5 #f3f4f5;
  border-style: solid;
  border-width: 2px;
}
.colorStyle6 .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(#ffdf2f, #ffc322);
  border: none;
  color: #262427;
}
.colorStyle6 .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart .active {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(0deg, #ffdf2f, #ffc322);
  color: #2f2f2f;
}
.colorStyle6 .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart .selected {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(0deg, #ffdf2f, #ffc322);
  color: #2f2f2f;
}
.colorStyle6 .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(0deg, #ffdf2f, #ffc322);
  color: #2f2f2f;
}
.colorStyle6 .uss_eshop_sameproducts .item:hover .add_to_cart {
  background: #df5a01;
  color: inherit;
}
.colorStyle6 .uss_eshop_sameproducts .item:hover .title {
  color: #df5a01;
}
.colorStyle6 .uss_eshop_sameproducts .item:hover .title a {
  color: #df5a01;
}
.colorStyle6 .uss_eshop_sameproducts .item:hover:before {
  border-color: #fcbf2e;
}
.colorStyle6 .uss_eshop_sameproducts .item .add_to_cart {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(#ffdf2f, #ffc322);
  border: none;
  color: #262427;
}
.colorStyle6 .uss_eshop_sameproducts .item .add_to_cart .active {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(0deg, #ffdf2f, #ffc322);
  color: #2f2f2f;
}
.colorStyle6 .uss_eshop_sameproducts .item .add_to_cart .selected {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(0deg, #ffdf2f, #ffc322);
  color: #2f2f2f;
}
.colorStyle6 .uss_eshop_sameproducts .item .add_to_cart:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(0deg, #ffdf2f, #ffc322);
  color: #2f2f2f;
}
.colorStyle6 .comment_form_block form .uss_form_submit input {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(#ffdf2f, #ffc322);
  border: none;
  color: #262427;
}
.colorStyle6 .comment_form_block form .uss_form_submit input .active {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(0deg, #ffdf2f, #ffc322);
  color: #2f2f2f;
}
.colorStyle6 .comment_form_block form .uss_form_submit input .selected {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(0deg, #ffdf2f, #ffc322);
  color: #2f2f2f;
}
.colorStyle6 .comment_form_block form .uss_form_submit input:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(0deg, #ffdf2f, #ffc322);
  color: #2f2f2f;
}
.colorStyle6 .comment_form_block form .uss_form_submit button {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(#ffdf2f, #ffc322);
  border: none;
  color: #262427;
}
.colorStyle6 .comment_form_block form .uss_form_submit button .active {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(0deg, #ffdf2f, #ffc322);
  color: #2f2f2f;
}
.colorStyle6 .comment_form_block form .uss_form_submit button .selected {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(0deg, #ffdf2f, #ffc322);
  color: #2f2f2f;
}
.colorStyle6 .comment_form_block form .uss_form_submit button:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(0deg, #ffdf2f, #ffc322);
  color: #2f2f2f;
}
.colorStyle6 .footer.block {
  color: #262427;
}
.colorStyle6 .footer.block .h3 {
  color: #262427;
}
.colorStyle6 .footer.block .fc_form_tml form .group .fc_item.fc_checkbox {
  color: #fff;
}
.colorStyle6 .uss_eshop_sameproducts.blocks .item:hover a.add_to_cart {
  background: #FCBF2E;
}
.colorStyle6 .container .aside .aside-block.type1 .h3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#6e554f), to(#614741));
  background: linear-gradient(#6e554f, #614741);
}
.colorStyle6 .container .aside .aside-block.type2 .h3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(#ffdf2f, #ffc322);
  color: #262427;
}
.colorStyle6 .uss_shop_blocks_view .uss_eshop_item:hover {
  -webkit-box-shadow: 1px 1px 5px rgba(223, 90, 1, 0.4);
          box-shadow: 1px 1px 5px rgba(223, 90, 1, 0.4);
}
.colorStyle6 .uss_shop_block_cat .uss_shop_category:hover,
.colorStyle6 .uss_catalog_block_cat .uss_catalog_category:hover,
.colorStyle6 .uss_eshop_sameproducts.blocks .item:hover {
  -webkit-box-shadow: 1px 1px 5px rgba(223, 90, 1, 0.4);
          box-shadow: 1px 1px 5px rgba(223, 90, 1, 0.4);
}
.colorStyle6 .container .aside .aside-block form .jq-checkbox {
  border: 2px solid #FFC523;
}
.colorStyle6 .container .aside .aside-block form .jq-checkbox.checked .jq-checkbox__div {
  background: #FFC523;
}
.colorStyle6 .h_nav_top .cart {
  background: url(../img/cart-icon.png) 20px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#6e554f), to(#614741));
  background: url(../img/cart-icon.png) 20px center no-repeat, linear-gradient(#6e554f, #614741);
}
.colorStyle6 .h_nav_top .cart .uss_basket_mini {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(#ffdf2f, #ffc322);
}
.colorStyle6 .basket-big-link {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(#ffdf2f, #ffc322);
  color: #262427;
}
.colorStyle6 .basket-big-link:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#ffc322));
  background: linear-gradient(0deg, #ffdf2f, #ffc322);
  color: #2f2f2f;
}
.uss_catlog_cat_anons {
  font-size: inherit;
}
.fc_item.fc_checkbox {
  display: block;
  width: 100% !important;
}
.fc_item.fc_checkbox .elem_item {
  display: inline-block;
  width: auto !important;
  vertical-align: top;
}
.fc_item.fc_checkbox .sector_title {
  display: inline-block !important;
  width: auto !important;
  /*vertical-align: top;*/
  line-height: 1;
  width: calc(100% - 20px) !important;
}
.fc_checkbox_one label,
.uss_form_tml .uss_form_checkbox label {
  font-weight: normal !important;
}
.buy_one_click_form_tml .buy_one_click_window_wrap {
  font-family: Roboto Condensed;
}
.buy_one_click_form_tml .buy_one_click_window_wrap * {
  font-family: Roboto Condensed;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .fc_form_tml .group {
  width: 100%;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .fc_form_tml .group .fc_item {
  width: 100%;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .fc_form_tml .group .fc_item label {
  font-size: 15px !important;
  font-family: Roboto Condensed !important;
  font-weight: 400;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .fc_form_tml .group .fc_item .elem_item {
  width: 100%;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .fc_form_tml .group .fc_item .elem_item input.styler {
  height: 35px;
  width: 100%;
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  outline: none !important;
  padding: 0 0 0 9px;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .fc_form_tml .group .fc_item .elem_item textarea.styler {
  width: 100%;
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  outline: none !important;
  padding: 0 0 0 9px;
  height: 5.6em;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .uss_buy_one_click_pos .uss_onepos_info .uss_shop_price_amount_wrap .uss_shop_price div {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .uss_buy_one_click_pos .uss_onepos_info .uss_shop_price_amount_wrap .uss_shop_price span {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .uss_buy_one_click_pos .uss_onepos_info .uss_shop_price_amount_wrap .uss_shop_price span.old_price {
  font-size: 16px;
  color: #697a81;
  display: inline-block;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .uss_buy_one_click_pos .uss_onepos_info .uss_shop_price_amount_wrap .uss_shop_price div.actual_price {
  font-size: 28px;
  padding: 0 0 6px !important;
  margin: 0;
  display: block;
  width: 100%;
  background: none !important;
  font-weight: 300;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .uss_buy_one_click_pos .uss_onepos_info .uss_shop_price_amount_wrap .uss_shop_by .amount_count .amount {
  border: 1px solid #b3b3b3;
  border-radius: 0;
  text-align: center;
}
.jq-radio {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
em.price_zero_class {
  font-size: 16px;
  max-width: 100%;
  overflow: hidden;
  white-space: normal;
  line-height: 1;
}
.jq-selectbox {
  z-index: 90 !important;
}
.uss_eshop_sort_block .filter_show_by_links .jq-selectbox__select {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.table:not(.uss_eshop_sameproducts) {
  width: 100%;
  display: block;
}
.table:not(.uss_eshop_sameproducts) tbody {
  display: block;
}
.table:not(.uss_eshop_sameproducts) 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:not(.uss_eshop_sameproducts) tr td {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.table:not(.uss_eshop_sameproducts) tr td img {
  max-width: 100%;
}
.uss_eshop_filters .uss_eshop_filters_block .jq-select-multiple {
  max-width: 100%;
}
.uss_shop_newbies_title {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}
.form.fixed {
  z-index: 999;
  background: rgba(0, 0, 0, 0.75) !important;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block !important;
  width: auto !important;
  margin: 0 !important;
  text-align: left;
}
.form.fixed .form-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 25px;
  background: #fff;
  z-index: 1000;
  max-width: calc(100vw - 20px);
  width: 420px;
}
.form.fixed .form-wrap .h3 {
  color: #212121;
}
.form.fixed .form-wrap .close {
  width: 35px;
  height: 35px;
  background: url('../img/close.png') center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.form.fixed .fc_form_tml {
  margin-bottom: 0;
}
.form.fixed .form-wrap form {
  width: 100%;
  max-width: none !important;
  color: #212121;
}
.form.fixed .form-wrap form .buttons {
  text-align: center;
}
.form.fixed .form-wrap form .buttons input.styler {
  display: inline-block;
}
.content {
  line-height: 1.6;
}
.content .uss_section_top_images img {
  display: block;
  max-width: 100%;
}
.content .fc_form_tml form {
  width: 100%;
}
.content .fc_form_tml form .fc_item:not(.fc_checkbox) .elem_item {
  width: 100%;
}
.content .fc_form_tml form .fc_item:not(.fc_checkbox) .elem_item input.styler {
  width: 100%;
}
.content .fc_form_tml form .fc_item:not(.fc_checkbox) .elem_item textarea.styler {
  width: 100%;
}
.content .fc_form_tml form .fc_item:not(.block) {
  max-width: 420px;
  width: 100%;
}
.modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 999;
  display: none;
}
.modal,
.modal * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal .modal-wrap {
  padding: 25px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 1000;
  position: absolute;
  width: 420px;
  max-width: calc(100% - 20px);
}
.modal .modal-wrap .h3 {
  font-size: 2em;
  text-align: center;
  margin: 0 0 10px 0;
}
.modal .modal-wrap .close {
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  position: absolute;
  display: block;
  background: url(../img/close.png) center no-repeat;
  background-size: contain;
  cursor: pointer;
}
.modal .modal-wrap form {
  width: 100%;
}
.modal .modal-wrap form .group {
  width: 100%;
}
.modal .modal-wrap form .group .fc_item {
  width: 100%;
}
.modal .modal-wrap form .group .fc_item .elem_item {
  width: 100%;
}
.modal .modal-wrap form .group .fc_item .elem_item input,
.modal .modal-wrap form .group .fc_item .elem_item input.styler {
  width: 100%;
  height: 40px;
  border: 1px solid #717171;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border-radius: 0;
}
.modal .modal-wrap form .group .fc_item .elem_item textarea,
.modal .modal-wrap form .group .fc_item .elem_item textarea.styler {
  width: 100%;
  border: 1px solid #717171;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border-radius: 0;
}
.items {
  width: 100%;
}
.photoalbum .uss_widget_outer_content {
  width: 100% !important;
  display: block !important;
}
.footer .uss_error_form,
.block_form .uss_error_form,
.header .uss_error_form {
  display: none !important;
}
.comment_form_block form#ommentaddform_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.comment_form_block form#ommentaddform_id .uss_form_item {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  display: block;
  float: none;
  margin-right: 0;
}
.comment_form_block form#ommentaddform_id .uss_form_item.hnpot {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}
.comment_form_block form#ommentaddform_id .uss_form_item.uss_form_text:not(.hnpot):not(.uss_form_checkbox):not(.uss_form_textarea):not( :nth-of-type(even)) {
  margin-right: 10px;
}
.comment_form_block form#ommentaddform_id .uss_form_item.uss_form_textarea,
.comment_form_block form#ommentaddform_id .uss_form_item.uss_form_checkbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}
.comment_form_block form#ommentaddform_id .uss_form_item input.styler {
  width: 100%;
}
.comment_form_block form#ommentaddform_id .uss_form_item textarea.styler {
  width: 100%;
}
.catalog_order_form form {
  width: 500px;
  max-width: 100%;
}
.catalog_order_form form .group:not(.end) {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.catalog_order_form form .group:not(.end) .fc_item:not(.fc_checkbox) {
  width: 100%;
}
.catalog_order_form form .group:not(.end) .fc_item:not(.fc_checkbox):not(:last-child) {
  margin-right: 20px;
}
.catalog_order_form form .group:not(.end) .fc_item:not(.fc_checkbox) .elem_item {
  width: 100%;
}
.catalog_order_form form .group:not(.end) .fc_item:not(.fc_checkbox) .elem_item input.styler {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.catalog_order_form form .group:not(.end) .fc_item:not(.fc_checkbox) .elem_item textarea.styler {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.catalog_order_form form .group {
  width: 100%;
}
.catalog_order_form form .group .fc_item {
  width: 100%;
}
.colorStyle1 .uss_adv_img_list_item.uss_ail_point span {
  background-color: #697a81;
}
.colorStyle1 .uss_adv_img_list_item.uss_ail_point.active span {
  background-color: #ffc322;
}
.colorStyle1 .header .slider .slide .caption .preview p {
  background: rgba(77, 94, 106, 0.75);
}
.colorStyle2 .uss_adv_img_list_item.uss_ail_point span {
  background: -webkit-gradient(linear, left top, left bottom, from(#c26f6b), to(#86465b));
  background: linear-gradient(#c26f6b, #86465b);
}
.colorStyle2 .uss_adv_img_list_item.uss_ail_point.active span {
  background: #6266b9;
}
.colorStyle2 .header .slider .slide .caption .preview {
  padding-right: 50%;
  padding-left: 0;
  text-align: left;
}
.colorStyle3 .uss_adv_img_list_item.uss_ail_point span {
  background-color: #ccd5e0;
}
.colorStyle3 .uss_adv_img_list_item.uss_ail_point.active span {
  background-color: #811a37;
}
.colorStyle3 .header .bg {
  color: #212121;
}
.colorStyle3 .mainpage .header .bg,
.colorStyle3 .singlepage .header:after {
  background: rgba(204, 213, 224, 0.75);
}
.colorStyle3 .header .bg a {
  color: inherit;
}
.colorStyle4 .uss_adv_img_list_item.uss_ail_point span {
  background: -webkit-gradient(linear, left top, left bottom, from(#70b9c2), to(#52a7b1));
  background: linear-gradient(#70b9c2, #52a7b1);
}
.colorStyle4 .uss_adv_img_list_item.uss_ail_point.active span {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdd6e), to(#ffc602));
  background: linear-gradient(#ffdd6e, #ffc602);
}
.colorStyle4 .header .slider .slide .caption .preview {
  padding-right: 50%;
  padding-left: 0;
}
.colorStyle5 .uss_adv_img_list_item.uss_ail_point span {
  background-color: #a5dce4;
}
.colorStyle5 .uss_adv_img_list_item.uss_ail_point.active span {
  background-color: #2f2f2f;
}
.colorStyle5 .header .bg {
  color: #212121;
}
.colorStyle5 .header .bg a {
  color: inherit;
}
.colorStyle6 .uss_adv_img_list_item.uss_ail_point span {
  background-color: #697a81;
}
.colorStyle6 .uss_adv_img_list_item.uss_ail_point.active span {
  background-color: #ffc322;
}
.uss_eshop_sameproducts.list .imageArea {
  margin-right: 10px !important;
}
.uss_catalog_detail .uss_img_wrapper.for_preview_columned {
  margin-right: 20px;
}
.uss_shoppos_table a.add_to_cart {
  display: inline-block;
  padding: 3px 3px 4px;
  margin: 0 0 2px 0;
  text-decoration: none;
}
.buy_one_click_form_inpos {
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f4f7), to(#d6dbe3));
  background: linear-gradient(#f3f4f7, #d6dbe3);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #adb4bf;
  background: none;
}
.buy_one_click_form_inpos .inner {
  padding: 20px 0;
}
.buy_one_click_form_inpos .h3 {
  font-size: 27px;
}
.buy_one_click_form_inpos .h3 span {
  font-weight: 700;
}
.buy_one_click_form_inpos .input_decor {
  width: 100%;
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  padding: 9px 0 0 9px;
  outline: none !important;
}
.buy_one_click_form_inpos .input_decor.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.buy_one_click_form_inpos .uss_form_item {
  margin-bottom: 10px;
  overflow: visible;
}
.buy_one_click_form_inpos .uss_form_item input {
  padding: 0 0 0 9px;
  width: 100%;
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  outline: none !important;
  height: 35px;
  width: auto;
}
.buy_one_click_form_inpos .uss_form_item textarea {
  width: 100%;
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  outline: none !important;
  height: 35px;
  width: auto;
  padding: 9px 0 0 9px;
}
.buy_one_click_form_inpos .uss_form_item input.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.buy_one_click_form_inpos .uss_form_item textarea.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.buy_one_click_form_inpos .uss_form_item input[type='submit'] {
  padding: 0 20px;
  font-size: 15px;
  border: none;
}
.buy_one_click_form_inpos .uss_form_item textarea[type='submit'] {
  padding: 0 20px;
  font-size: 15px;
  border: none;
}
.buy_one_click_form_inpos .uss_form_item label {
  font-size: 15px !important;
  font-family: Roboto Condensed !important;
}
.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}
.buy_one_click_form_inpos form .group.end {
  max-width: 75%;
}
.buy_one_click_form_inpos form .group .fc_item {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  padding: 2px 3px;
}
.buy_one_click_form_inpos form .group .fc_item:not(.block) {
  width: 100%;
}
.buy_one_click_form_inpos form .group .fc_item label {
  font-size: 15px;
}
.buy_one_click_form_inpos form .group .fc_item .elem_item {
  width: 100%;
}
.buy_one_click_form_inpos form .group .fc_item .elem_item input {
  padding-top: 0 !important;
  padding: 0 0 0 9px;
  height: 39px;
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  outline: none !important;
  width: 100%;
  margin: 1px;
}
.buy_one_click_form_inpos form .group .fc_item .elem_item textarea {
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  outline: none !important;
  width: 100%;
  padding: 9px 0 0 9px;
}
.buy_one_click_form_inpos form .group .fc_item .elem_item input.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.buy_one_click_form_inpos form .group .fc_item .elem_item textarea.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.buy_one_click_form_inpos form .group:not(.end) .fc_item:first-child {
  padding-left: 3px;
}
.buy_one_click_form_inpos form .buttons {
  max-width: 298px;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  display: block;
  margin: 0 auto;
}
.buy_one_click_form_inpos form .buttons input {
  display: inline-block;
  width: 323px;
  height: 40px;
  font-size: 21px;
  text-align: center;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  letter-spacing: -1.1px;
  font-family: Roboto Condensed;
  font-size: 18px;
  max-width: 100%;
}
.buy_one_click_form_inpos form .buttons input:hover {
  background-position: 0 0;
  background: #00648d;
  color: #ffffff;
}
.buy_one_click_form_inpos form .buttons button {
  display: inline-block;
  width: 323px;
  height: 40px;
  font-size: 21px;
  text-align: center;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  letter-spacing: -1.1px;
}
.buy_one_click_form_inpos form .buttons button:hover {
  background-position: 0 0;
  background: #00648d;
  color: #ffffff;
}
.buy_one_click_form_inpos h3,
.buy_one_click_form_inpos .h3 {
  font-size: 48px;
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  font-weight: 100;
  text-align: center;
  margin: 0 0 27px;
}
.buy_one_click_form_inpos form {
  width: 100%;
  max-width: none !important;
  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%;
}
.contact__form .h3 {
  font-size: 42px;
}
.colorStyle1 .contact__form .fc_form_tml form .group:nth-of-type(3):not(.end) .fc_item:first-child,
.colorStyle2 .contact__form .fc_form_tml form .group:nth-of-type(3):not(.end) .fc_item:first-child,
.colorStyle3 .contact__form .fc_form_tml form .group:nth-of-type(3):not(.end) .fc_item:first-child,
.colorStyle4 .contact__form .fc_form_tml form .group:nth-of-type(3):not(.end) .fc_item:first-child,
.colorStyle5 .contact__form .fc_form_tml form .group:nth-of-type(3):not(.end) .fc_item:first-child,
.colorStyle6 .contact__form .fc_form_tml form .group:nth-of-type(3):not(.end) .fc_item:first-child {
  max-width: 40%;
}
.slider_block .slides {
  max-height: none !important;
}
.slider_block .slides .slick-prev {
  left: -35px;
}
.slider_block .slides .slider-next {
  right: -35px;
}
.colorStyle2 .style.bg_type2:after {
  background: rgba(255, 255, 255, 0.75);
}
.colorStyle2 .style.bg_type4:after,
.colorStyle2 .style.bg_type1:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(102, 56, 72, 0.75)), to(rgba(140, 98, 96, 0.75)));
  background: linear-gradient(rgba(102, 56, 72, 0.75), rgba(140, 98, 96, 0.75));
}
.colorStyle2 .h_nav_top .menu ul li .submenu li:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#85455b), to(#c26f6b));
  background: linear-gradient(#85455b, #c26f6b);
}
.colorStyle2 .h_nav_top .menu ul li .submenu li:hover a {
  color: #fff;
}
.colorStyle2 .singlepage .container .content {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}
.colorStyle3 .style.bg_type1:after {
  background: rgba(204, 213, 224, 0.75);
}
.colorStyle3 .style.bg_type2:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(102, 56, 72, 0.75)), to(rgba(140, 98, 96, 0.75)));
  background: linear-gradient(rgba(102, 56, 72, 0.75), rgba(140, 98, 96, 0.75));
}
.colorStyle3 .h_nav_top .menu ul li .submenu li:hover {
  background-color: #811a37;
}
.colorStyle3 .h_nav_top .menu ul li .submenu li:hover a {
  color: #fff;
}
.colorStyle4 .style.bg_type1:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(202, 225, 229, 0.75)), to(rgba(234, 243, 243, 0.75)));
  background: linear-gradient(rgba(202, 225, 229, 0.75), rgba(234, 243, 243, 0.75));
}
.colorStyle4 .h_nav_top .menu ul li .submenu li:hover {
  background-color: linear-gradient(#ffc600, #ffdd6f);
}
.colorStyle4 .singlepage .container .content {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}
.colorStyle5 .style.bg_type1:after {
  background: rgba(0, 0, 0, 0.8);
}
.colorStyle5 .h_nav_top .menu ul li .submenu li:hover {
  background-color: #00648d;
}
.colorStyle6 .style.bg_type1:after {
  background: rgba(74, 46, 40, 0.75);
}
.colorStyle6 .style.bg_type2:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(243, 243, 245, 0.75)), to(rgba(230, 230, 231, 0.75)));
  background: linear-gradient(rgba(243, 243, 245, 0.75), rgba(230, 230, 231, 0.75));
}
.colorStyle6 .h_nav_top .menu ul li .submenu li:hover {
  background-color: linear-gradient(#ffdf2f, #fcbf2e);
}
.colorStyle6 .h_nav_top .menu ul li .submenu li:hover a {
  color: #303030;
}
#review tr td img {
  border-radius: 186px;
  overflow: hidden;
}
.uss_catalog_tabs .tab_item {
  zoom: 1;
}
.uss_catalog_tabs .tab_item:before,
.uss_catalog_tabs .tab_item:after {
  content: '';
  display: table;
}
.uss_catalog_tabs .tab_item:after {
  clear: both;
}
.uss_eshop_filters_block .filter_price input.styler:not([type='submit']) {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
.singlepage .container .inner {
  padding-top: 29px;
  padding-bottom: 29px;
}
.singlepage h1 {
  text-align: left;
  font-weight: 300;
  font-size: 48px;
  display: block;
  line-height: 1;
  margin: 0 0 15px 0;
  letter-spacing: -0.7px;
}
.singlepage .h3,
.singlepage .comment_form_block .comment_form_title {
  text-align: left !important;
}
.bread {
  line-height: 1.2;
  font-size: 18px;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}
.bread span {
  color: #a2a3a3;
  margin: 0 5px;
}
.uss_pagenator * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.uss_pagenator .uss_page_count {
  font-size: 15px;
  font-weight: 300;
  font-family: Roboto Condensed;
}
.uss_pagenator .uss_page_num .uss_page_selected {
  padding: 5px 3px 2px;
}
.uss_pagenator a {
  font-size: 16px;
}
.colorStyle6 .singlepage .photo .uss_images_block,
.colorStyle3 .singlepage .photo .uss_images_block {
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.colorStyle6 .singlepage .photo .uss_images_block .uss_one_image,
.colorStyle3 .singlepage .photo .uss_images_block .uss_one_image {
  max-width: calc((100% - 30px) / 4);
}
.colorStyle6 .singlepage .photo .uss_images_block .uss_one_image img,
.colorStyle3 .singlepage .photo .uss_images_block .uss_one_image img {
  max-width: 100%;
  display: block;
}
.copy .privacy a {
  color: inherit;
}
.jq-checkbox.checked .jq-checkbox__div {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #FFC322;
}
.jq-radio.checked .jq-radio__div {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #FFC322;
}
.content .section_text img,
.content .section_text .uss_section_top_images {
  max-width: 100%;
}
.colorStyle1 .header .slider + .context {
  left: 0;
}
.colorStyle2 .jq-checkbox.checked .jq-checkbox__div {
  background: #a05862;
}
.colorStyle2 .jq-radio.checked .jq-radio__div {
  background: #a05862;
}
.colorStyle2 .header .slider + .context {
  right: 0;
}
.colorStyle3 .jq-checkbox.checked .jq-checkbox__div {
  background: #811a37;
}
.colorStyle3 .jq-radio.checked .jq-radio__div {
  background: #811a37;
}
.colorStyle3 .header .slider + .context {
  left: 0;
}
.colorStyle4 .jq-checkbox.checked .jq-checkbox__div {
  background: #ffce29;
}
.colorStyle4 .jq-radio.checked .jq-radio__div {
  background: #ffce29;
}
.colorStyle4 .header .slider + .context {
  right: 0;
}
.colorStyle5 .jq-checkbox.checked .jq-checkbox__div {
  background: #a5dce4;
}
.colorStyle5 .jq-radio.checked .jq-radio__div {
  background: #a5dce4;
}
.colorStyle5 .header .slider + .context {
  left: 0;
}
.colorStyle6 .jq-checkbox.checked .jq-checkbox__div {
  background: #ffcf27;
}
.colorStyle6 .jq-radio.checked .jq-radio__div {
  background: #ffcf27;
}
.colorStyle6 .header .slider + .context {
  left: 0;
}
.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 (min-width: 769px) {
  .footer .footer_contacts {
    margin-bottom: 20px;
    background: rgba(15, 14, 23, .7);
    color: #fff;
    font-size: 18px;
    display: inline-block;
    padding: 15px 20px 17px;
    z-index: 10;
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 220px;
  }
  .footer .footer_contacts a {
    color: #fff !important;
  }
}
@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 (min-width: 601px) {
  .singlepage .header .logo {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .singlepage .header .logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
  }
  .singlepage .header .logo a .logo-image img {
    margin: 0 10px 0 0;
  }
  .singlepage .header .logo a .logo-text {
    text-align: left;
  }
  .singlepage .header .logo .slogan {
    margin: 0 0 0 20px;
    text-align: right;
  }
}
@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;
  }
  .mainpage .content .section_text .uss_section_content img {
    margin: 0 auto 30px !important;
    display: block;
  }
}
.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;
}
.uss_photoalbums_albums_block .uss_albums_name {
  font-size: 16px;
}
.catalog_orderform_tml .h3 {
  font-weight: 300;
  font-size: 35px;
  text-align: center;
  letter-spacing: -0.7px;
  margin-bottom: 15px;
}
@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;
  }
}
@media (max-width: 1680px) {
  .h_nav_top .cart {
    -webkit-box-shadow: 1px 1px 5px rgba(123, 141, 148, 0.4);
            box-shadow: 1px 1px 5px rgba(123, 141, 148, 0.4);
    width: 50px;
    height: 50px;
    padding: 0;
    background-position: 8px 50% !important;
    background-size: 30px auto;
  }
  .h_nav_top .cart .uss_basket_mini {
    background: none;
    padding: 0;
  }
  .h_nav_top .cart .uss_basket_mini p {
    display: none;
  }
  .h_nav_top .cart .uss_basket_mini #uss_block_basket_amount {
    position: absolute;
    left: 40px;
    top: 4px;
    text-align: right;
    color: #fff;
  }
  .h_nav_top .cart .uss_basket_mini .amounts .countword {
    display: none;
  }
  .h_nav_top .cart .uss_basket_mini .totals {
    display: none;
  }
  .h_nav_top .cart .uss_basket_mini .empty:after {
    content: '0';
    position: absolute;
    left: 40px;
    top: 4px;
    font-size: 16px;
    font-family: Roboto Condensed;
    color: #fff;
    font-weight: bold;
  }
  .colorStyle2 .h_nav_top .cart .uss_basket_mini,
  .colorStyle3 .h_nav_top .cart .uss_basket_mini,
  .colorStyle4 .h_nav_top .cart .uss_basket_mini,
  .colorStyle5 .h_nav_top .cart .uss_basket_mini {
    color: #303030;
  }
  .colorStyle2 .h_nav_top .cart .uss_basket_mini .empty:after,
  .colorStyle3 .h_nav_top .cart .uss_basket_mini .empty:after,
  .colorStyle4 .h_nav_top .cart .uss_basket_mini .empty:after,
  .colorStyle5 .h_nav_top .cart .uss_basket_mini .empty:after {
    color: #303030;
  }
  .colorStyle2 .h_nav_top .cart .uss_basket_mini #uss_block_basket_amount,
  .colorStyle3 .h_nav_top .cart .uss_basket_mini #uss_block_basket_amount,
  .colorStyle4 .h_nav_top .cart .uss_basket_mini #uss_block_basket_amount,
  .colorStyle5 .h_nav_top .cart .uss_basket_mini #uss_block_basket_amount {
    color: #3D444F;
  }
}
@media (max-width: 1450px) {
  .slider_block .slides {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 1400px) {
  .header .context {
    padding-left: 10px;
    padding-right: 10px;
  }
  .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .block .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header .slider .slick-arrow {
    display: none !important;
  }
  .header .slider .slide .caption {
    max-width: calc(100vw - 10px);
  }
  .slider_block .slick-prev {
    left: -6px;
  }
  .slider_block .slick-right {
    right: -6px;
  }
  .h_nav_top .menu ul {
    padding-left: 20px;
  }
  .h_nav_top .contacts {
    padding-right: 10px;
  }
}
@media (max-width: 1200px) {
  .header .context {
    padding: 0;
  }
  .header .left,
  .header .right {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .logo {
      max-width: 350px;
  }
  .header .form {
    display: none;
  }
  .header .form_opener {
    display: block;
    margin: 0 auto;
  }
  .header .logo + .form + .form_opener {
      margin-top: 20px;
  }
  .uss_eshop_sameproducts.table {
    display: block;
    width: 100%;
    overflow: auto;
  }
  .block.block_form .inner {
    padding: 20px 10px;
  }
}
@media (max-width: 900px) {
  #wrap .footer .left {
    float: none;
    max-width: 100%;
    margin-bottom: 15px;
  }
  #wrap .footer .left img {
    max-width: 100%;
  }
  #wrap .footer .right {
    float: none;
    max-width: 100%;
    margin-bottom: 15px;
  }
  #wrap .footer .right img {
    max-width: 100%;
  }
  #wrap .footer .center {
    float: none;
    max-width: 100%;
    margin-bottom: 15px;
  }
  #wrap .footer .center img {
    max-width: 100%;
  }
  #wrap .footer .bottom {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .inner {
    padding: 20px 15px;
    width: auto;
  }
  body {
    min-width: 100%;
  }
  .mainpage .container h1 {
    font-size: 34px;
  }
  .photoalbum .uss_images_block .uss_one_image {
    margin-right: 0;
    margin-left: 0;
  }
  .product .uss_eshop_block_item {
    margin-right: 0;
    margin-left: 0;
  }
  .product ul li {
    margin-right: 0;
    margin-left: 0;
  }
  .product_catalog .uss_eshop_block_item {
    margin-right: 0;
    margin-left: 0;
  }
  .product_catalog ul li {
    margin-right: 0;
    margin-left: 0;
  }
  .block.block_form form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block.block_form form .group {
    max-width: 100%;
  }
  .block.block_form form .group .fc_item {
    min-width: 130px;
  }
  .block.block_form .h1 {
    font-size: 20px;
  }
  .block.block_form .h2 {
    font-size: 20px;
  }
  .block.block_form .h3 {
    font-size: 20px;
  }
  .block.block_form .h4 {
    font-size: 20px;
  }
  .block.block_form h1 {
    font-size: 20px;
  }
  .block.block_form h2 {
    font-size: 20px;
  }
  .block.block_form h3 {
    font-size: 20px;
  }
  .block.block_form h4 {
    font-size: 20px;
  }
  .table_block tr {
    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;
  }
  .table_block tr td img {
    max-width: 60%;
    height: auto;
  }
  .block.photoalbum .inner {
    padding-bottom: 45px;
  }
  .block .h1 {
    font-size: 30px;
    margin: 0 0 18px;
  }
  .block .h2 {
    font-size: 30px;
    margin: 0 0 18px;
  }
  .block .h3 {
    font-size: 30px;
    margin: 0 0 18px;
  }
  .block .h4 {
    font-size: 30px;
    margin: 0 0 18px;
  }
  .block h1 {
    font-size: 30px;
    margin: 0 0 18px;
  }
  .block h2 {
    font-size: 30px;
    margin: 0 0 18px;
  }
  .block h3 {
    font-size: 30px;
    margin: 0 0 18px;
  }
  .block h4 {
    font-size: 30px;
    margin: 0 0 18px;
  }
  .block .slides .slide {
    width: 200px;
  }
  .block .slides .slide img {
    max-width: 100%;
    height: auto;
  }
  .block .slides .news_block_item {
    display: block !important;
    margin-bottom: 0;
  }
  .block:not(.counter) .slides .news_block_item {
    padding-right: 0;
  }
  .block.slider_block .inner {
    padding-bottom: 40px;
  }
  .block.slider_block.slider2 .slides .news_block_item .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 130px;
            flex: 0 130px;
  }
  .h_nav_top .inner {
    padding: 0 !important;
  }
  .h_nav_top .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
  }
  .h_nav_top .menu .burger {
    display: block;
  }
  .h_nav_top .menu ul {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 68px;
    width: 100%;
    height: 100vh;
    background: -webkit-gradient(linear, left top, left bottom, from(#85455b), to(#c26f6b));
    background: linear-gradient(#85455b, #c26f6b);
    z-index: 3;
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.26);
            box-shadow: 0 0 13px rgba(0, 0, 0, 0.26);
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow-y: hidden;
  }
  .h_nav_top .menu ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: auto !important;
  }
  .h_nav_top .menu ul li .submenu {
    display: none;
  }
  .h_nav_top .menu ul li a {
    font-size: 18px;
    padding: 10px 10px 9px;
    text-align: left;
  }
  .h_nav_top .menu ul li a:hover {
    text-decoration: none;
  }
  .h_nav_top .menu ul li a.active {
    text-decoration: none;
  }
  .h_nav_top .menu ul li .submenu {
    position: static !important;
  }
  .h_nav_top .menu ul li .submenu li a {
    padding-left: 20px;
  }
  .h_nav_top .cart {
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 50px;
    height: 68px;
    position: relative;
    background: url(../img/cart-icon.png) center no-repeat !important;
    left: 0;
    top: 0;
    right: 0;
    padding: 0 !important;
  }
  .h_nav_top .cart .uss_basket_mini {
    padding: 0 !important;
    background: none;
    color: #fff;
  }
  .h_nav_top .cart .uss_basket_mini .totals {
    display: none;
  }
  .h_nav_top .cart .uss_basket_mini p {
    display: none;
  }
  .h_nav_top .cart .uss_basket_mini #uss_block_basket_amount {
    position: absolute;
    left: 48px;
    top: 13px;
    text-align: left;
    color: inherit !important;
  }
  .h_nav_top .cart .uss_basket_mini .amounts .countword {
    display: none;
  }
  .h_nav_top .cart .uss_basket_mini .empty:after {
    content: '0';
    position: absolute;
    left: 40px;
    top: 9px;
    font-size: 16px;
    font-family: Roboto Condensed;
    color: inherit !important;
  }
  .colorStyle1 .h_nav_top .cart,
  .colorStyle1 .basket .uss_basket_mini {
    background: url(../img/cart-icon-1.png) center no-repeat !important;
  }
  .colorStyle1 .h_nav_top .cart .uss_basket_mini {
    color: #FFC322 !important;
  }
  .colorStyle2 .h_nav_top .cart,
  .colorStyle2 .basket .uss_basket_mini {
    background: url(../img/cart-icon-2.png) center no-repeat !important;
  }
  .colorStyle2 .h_nav_top .cart .uss_basket_mini {
    color: #A15963 !important;
  }
  .colorStyle4 .h_nav_top .cart,
  .colorStyle4 .basket .uss_basket_mini {
    background: url(../img/cart-icon-4.png) center no-repeat !important;
  }
  .colorStyle4 .h_nav_top .cart .uss_basket_mini {
    color: #FFC324 !important;
  }
  .counter .inner {
    padding: 29px 0 23px !important;
  }
  .counter .h3 {
    font-size: 22px;
  }
  .counter .counter .lpc_timer #clock > div {
    height: auto;
  }
  .counter .lpc_timer #clock > div p {
    font-size: 40px;
    width: 35px;
    height: 51px;
    background-size: cover;
    line-height: 51px;
  }
  .counter .lpc_timer #clock > div .label {
    font-size: 35px;
  }
  .product .uss_eshop_block_item {
    width: 194px !important;
  }
  .product .uss_eshop_block_item .img img {
    max-width: 100%;
    height: auto;
  }
  .uss_catalog_block_cat .uss_catalog_category {
    width: 194px !important;
  }
  .uss_catalog_block_cat .uss_catalog_category .uss_catalog_cat_img {
    height: auto !important;
  }
  .uss_catalog_block_cat .uss_catalog_category .uss_catalog_cat_img img {
    max-width: 100%;
    height: auto;
  }
  .uss_catalog_block_cat .uss_catalog_category .uss_shop_cat_img_wrap {
    height: auto !important;
  }
  .uss_catalog_block_cat .uss_catalog_category .uss_shop_cat_img_wrap img {
    max-width: 100%;
    height: auto;
  }
  .uss_catalog_block_cat .uss_shop_category {
    width: 194px !important;
  }
  .uss_catalog_block_cat .uss_shop_category .uss_catalog_cat_img {
    height: auto !important;
  }
  .uss_catalog_block_cat .uss_shop_category .uss_catalog_cat_img img {
    max-width: 100%;
    height: auto;
  }
  .uss_catalog_block_cat .uss_shop_category .uss_shop_cat_img_wrap {
    height: auto !important;
  }
  .uss_catalog_block_cat .uss_shop_category .uss_shop_cat_img_wrap img {
    max-width: 100%;
    height: auto;
  }
  .uss_shop_block_cat .uss_catalog_category {
    width: 194px !important;
  }
  .uss_shop_block_cat .uss_catalog_category .uss_catalog_cat_img {
    height: auto !important;
  }
  .uss_shop_block_cat .uss_catalog_category .uss_catalog_cat_img img {
    max-width: 100%;
    height: auto;
  }
  .uss_shop_block_cat .uss_catalog_category .uss_shop_cat_img_wrap {
    height: auto !important;
  }
  .uss_shop_block_cat .uss_catalog_category .uss_shop_cat_img_wrap img {
    max-width: 100%;
    height: auto;
  }
  .uss_shop_block_cat .uss_shop_category {
    width: 194px !important;
  }
  .uss_shop_block_cat .uss_shop_category .uss_catalog_cat_img {
    height: auto !important;
  }
  .uss_shop_block_cat .uss_shop_category .uss_catalog_cat_img img {
    max-width: 100%;
    height: auto;
  }
  .uss_shop_block_cat .uss_shop_category .uss_shop_cat_img_wrap {
    height: auto !important;
  }
  .uss_shop_block_cat .uss_shop_category .uss_shop_cat_img_wrap img {
    max-width: 100%;
    height: auto;
  }
  .colorStyle1 .top .menu ul {
    background: #323338;
  }
  .colorStyle1 .top .menu ul li a {
    color: #ffc322;
  }
  .colorStyle1 .h_nav_top .menu ul {
    background: #ffc322;
  }
  .colorStyle1 .h_nav_top .menu ul li a {
    color: #262427;
  }
  .colorStyle2 .top .menu ul li a {
    color: #ffffff;
  }
  .colorStyle2 .h_nav_top .menu ul {
    background: -webkit-gradient(linear, left top, left bottom, from(#85455b), to(#c26f6b));
    background: linear-gradient(#85455b, #c26f6b);
  }
  .colorStyle2 .h_nav_top .menu ul li a {
    color: #fff;
  }
  .colorStyle3 .top .menu ul {
    background: #821b38;
  }
  .colorStyle3 .h_nav_top .menu ul {
    background: #77102d;
  }
  .colorStyle3 .h_nav_top .menu ul li a {
    color: #fff;
  }
  .colorStyle4 .top .menu ul {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffc600), to(#ffdd6f));
    background: linear-gradient(#ffc600, #ffdd6f);
  }
  .colorStyle4 .h_nav_top .menu ul {
    background: #ffc322;
  }
  .colorStyle4 .h_nav_top .menu ul li a {
    color: #262427;
  }
  .colorStyle5 .top .menu ul {
    background: -webkit-gradient(linear, left top, left bottom, from(#353535), to(#1a1a1a));
    background: linear-gradient(#353535, #1a1a1a);
  }
  .colorStyle5 .h_nav_top .menu ul {
    background: #212121;
  }
  .colorStyle5 .h_nav_top .menu ul li a {
    color: #fff;
  }
  .colorStyle6 .top .menu ul {
    background: #4a2e28;
  }
  .colorStyle6 .footer .right .h3 {
    font-size: 19px;
  }
  .colorStyle6 .footer .right form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .colorStyle6 .footer .right form .group {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .colorStyle6 .footer .phones {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .colorStyle6 .footer .phones p {
    margin: 0 10px 15px 0;
  }
  .colorStyle6 #wrap.mainpage.tml_mid .header .inner .left {
    background: rgba(230, 230, 231, 0.7);
  }
  .colorStyle6 #wrap.mainpage.tml_mid .header .inner .right {
    background: rgba(230, 230, 231, 0.7);
  }
  .colorStyle6 #wrap.mainpage.tml_max .header .inner .left {
    background: rgba(230, 230, 231, 0.7);
  }
  .colorStyle6 #wrap.mainpage.tml_max .header .inner .right {
    background: rgba(230, 230, 231, 0.7);
  }
  .colorStyle6 .h_nav_top .menu ul {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffdf2f), to(#ffc322));
    background: linear-gradient(#ffdf2f, #ffc322);
  }
  .colorStyle6 .h_nav_top .menu ul li a {
    color: #262427;
  }
  .table tr td {
    -webkit-box-flex: 0;
        -ms-flex: 0 calc((100% - 10px) / 2);
            flex: 0 calc((100% - 10px) / 2);
  }
  table.uss_shoppos_table {
    display: block;
  }
  table.uss_shoppos_table tbody {
    display: block;
  }
  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;
  }
  table.uss_shoppos_table tbody tr td.uss_title {
    display: block;
  }
  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;
  }
  .mainpage .header .inner {
    padding-top: 68px !important;
  }
  .header .form {
    display: none;
  }
  .header .form_opener {
    display: block;
    margin: 0 auto;
  }
  .header div + .slogan {
    margin-top: 15px;
    background: url(../img/footer_line.png) top center repeat-x;
    padding-top: 15px;
  }
  .header .slogan {
    font-size: 20px;
  }
  .header .logo + .form {
    margin-top: 15px;
  }
  .header .logo + .form + .form_opener {
    margin-top: 20px;
  }
  .header .left {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .right {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .header .slider .slick-dots {
    display: none !important;
  }
  .header .slider .context {
    bottom: 0 !important;
  }
  .header .noslider + .context {
    padding-top: 0 !important;
  }
  .header .noslider + .context .bg {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .tml_min .header .bg {
    background: none !important;
  }
  table.uss_eshop_sameproducts.table {
    display: block;
    overflow: auto;
  }
  table.uss_eshop_sameproducts.table tr.item td {
    padding: 5px;
    min-width: 100px;
  }
  table.uss_eshop_sameproducts.table tr.item td.imageTd {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 100px;
  }
  table.uss_eshop_sameproducts.table tr.item td.imageTd img {
    max-width: 100px;
    display: block;
    margin: 0 auto;
  }
  table.uss_eshop_sameproducts.table tr.item td.title {
    min-width: 200px;
  }
  .content .uss_section_top_images {
    margin-right: 0;
    float: none;
  }
  .uss_catalog_detail .uss_img_wrapper.for_preview_columned {
    margin: 0 0 10px 0;
    display: block;
    float: none;
    width: 100%;
  }
  .uss_catalog_detail .uss_img_wrapper.for_preview_columned .uss_img_big catalog_preview_columned img {
    max-width: 100%;
    display: block;
  }
  .uss_shop_detail .uss_img_big .uss_img_big_image {
    max-width: 100%;
    height: auto !important;
  }
  .uss_shop_detail .uss_img_big .uss_img_big_image img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  .uss_advanced_image_list {
    display: none !important;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_price span {
    background: none;
    font-size: 28px;
    padding: 0 0 0 !important;
    margin: 0;
    display: block;
    width: 100%;
    background: none !important;
    font-weight: 300;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_price span.old_price {
    font-size: 16px;
    padding-bottom: 0;
    color: #697a81;
    display: inline-block;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_price span.actual_price {
    font-size: 28px;
  }
  .container .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .container .aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .container .content {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
  }
  .container .aside {
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .container .aside .aside-block {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .container .aside .aside-block + .aside-block {
    margin-top: 10px;
  }
  .container .aside .aside-block .h3 {
    padding: 10px 10px 10px 15px;
  }
  .container .aside .aside-block .h3:not(.active) ~ * {
    display: none;
  }
  .container .aside .aside-block .h3 span {
    border-bottom: 1px dashed #fff;
    padding-bottom: 2px;
    position: relative;
  }
  .container .aside .aside-block .h3 span:after {
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    background: url(../img/arr.png) center no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
  }
  .container .aside .aside-block .h3.active span:after {
    background-image: url(../img/arr2.png);
  }
  .container .aside .aside-block:not(.aside-catalog) {
    display: none;
  }
  .colorStyle6 .singlepage .photo .uss_images_block .uss_one_image {
    max-width: calc((100% - 20px) / 3);
  }
  .footer .fc_form_tml form .group .fc_item:not(.block) {
    width: 100% !important;
    max-width: 100% !important;
  }
  .footer .fc_form_tml form .group .fc_item:not(.block) label {
    width: 100%;
  }
}
@media (min-width: 700px) {
  .mainpage .header .bg > div {
    margin-right: 25px;
    margin-left: 25px;
  }
}
@media (max-width: 700px) {
  .block.table_block table tr td {
    width: 33%;
  }
  .colorStyle6 .singlepage .photo .uss_images_block .uss_one_image {
    max-width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 600px) {
  .colorStyle1 .top .menu ul {
    background: #2c2d31;
  }
  .colorStyle3 .top .menu ul {
    background: #731831;
  }
  .colorStyle4 .top .menu ul {
    background: #eaf3f3;
  }
  .colorStyle5 .top .menu ul {
    background: #2a2a2a;
  }
  .h_nav_top .contacts {
    width: calc(100% - 75px);
    padding-right: 15px;
  }
  .product .catalog_menu li {
    margin-bottom: 20px;
    max-width: 230px;
    width: 46%;
  }
  .product .uss_eshop_block_item {
    margin-bottom: 20px;
    max-width: 230px;
    width: 46%;
  }
  .product .catalog_menu_image img {
    max-width: 100%;
  }
  .product .uss_eshop_menu li {
    max-width: 230px;
    width: 48%;
  }
  .product_catalog .catalog_menu li {
    margin-bottom: 20px;
    max-width: 230px;
    width: 48%;
  }
  .product_catalog .uss_eshop_block_item {
    margin-bottom: 20px;
    max-width: 230px;
    width: 48%;
  }
  .product_catalog .catalog_menu_image img {
    max-width: 100%;
  }
  .product_catalog .uss_eshop_menu li {
    max-width: 230px;
    width: 48%;
  }
  .counter .h3 {
    font-size: 16px;
  }
  .counter .lpc_timer #clock > div {
    margin-right: -3px;
  }
  #wrap .block .h1 {
    font-size: 32px;
  }
  #wrap .block .h2 {
    font-size: 32px;
  }
  #wrap .block .h3 {
    font-size: 32px;
  }
  #wrap .block .h4 {
    font-size: 32px;
  }
  #wrap .block h1 {
    font-size: 32px;
  }
  #wrap .block h2 {
    font-size: 32px;
  }
  #wrap .block h3 {
    font-size: 32px;
  }
  #wrap .block h4 {
    font-size: 32px;
  }
  #wrap .block.counter .h3 {
    font-size: 22px;
  }
  #wrap .block .table_block td {
    -webkit-box-flex: 0;
        -ms-flex: 0 45%;
            flex: 0 45%;
  }
  #wrap .block.block_form .inner {
    padding: 20px;
  }
  #wrap .block.block_form h1 {
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 10px;
  }
  #wrap .block.block_form h1 span {
    display: block;
    width: 100%;
    font-size: 25px;
  }
  #wrap .block.block_form h2 {
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 10px;
  }
  #wrap .block.block_form h2 span {
    display: block;
    width: 100%;
    font-size: 25px;
  }
  #wrap .block.block_form h3 {
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 10px;
  }
  #wrap .block.block_form h3 span {
    display: block;
    width: 100%;
    font-size: 25px;
  }
  #wrap .block.block_form h4 {
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 10px;
  }
  #wrap .block.block_form h4 span {
    display: block;
    width: 100%;
    font-size: 25px;
  }
  #wrap .block.block_form .h1 {
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 10px;
  }
  #wrap .block.block_form .h1 span {
    display: block;
    width: 100%;
    font-size: 25px;
  }
  #wrap .block.block_form .h2 {
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 10px;
  }
  #wrap .block.block_form .h2 span {
    display: block;
    width: 100%;
    font-size: 25px;
  }
  #wrap .block.block_form .h3 {
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 10px;
  }
  #wrap .block.block_form .h3 span {
    display: block;
    width: 100%;
    font-size: 25px;
  }
  #wrap .block.block_form .h4 {
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 10px;
  }
  #wrap .block.block_form .h4 span {
    display: block;
    width: 100%;
    font-size: 25px;
  }
  #wrap .block.block_form form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #wrap .block.block_form form .buttons {
    max-width: 100%;
  }
  #wrap .block.block_form form .buttons input {
    width: 100%;
  }
  #wrap .block.block_form form .group {
    max-width: 100%;
  }
  #wrap .block.table_block table {
    margin-bottom: 10px;
  }
  #wrap .block.table_block table tr td {
    -webkit-box-flex: 0;
        -ms-flex: 0 46%;
            flex: 0 46%;
    margin-bottom: 10px;
  }
  #wrap .block.slider_block.slider_type3 .slides li.slick-slide {
    max-width: 180px;
  }
  #wrap .block.slider_block.slider_type3 .slides li.slick-slide img {
    max-width: 100%;
    height: auto;
  }
  #wrap .news_slider .image {
    float: none;
  }
  #wrap .news_slider .image img {
    margin: 0 auto;
  }
  #wrap .content .fc_form_tml form {
    display: block;
  }
  #wrap .content .fc_form_tml form .group {
    width: 100%;
    display: block;
  }
  #wrap .content .fc_form_tml form .group .fc_item {
    width: 100%;
    display: block;
  }
  #wrap .content .fc_form_tml form .group .fc_item .elem_item {
    width: 100%;
  }
  #wrap .content .fc_form_tml form .group .fc_item .elem_item .fc_upload_wrapper {
    width: 100%;
  }
  #wrap .content .fc_form_tml form .group .fc_item .elem_item .jq-file {
    width: 100%;
  }
  #wrap .content .fc_form_tml form .group .fc_item .elem_item input {
    width: 100%;
  }
  #wrap .content .fc_form_tml form .group .fc_item .elem_item textarea {
    width: 100%;
  }
  .photoalbum .uss_images_block .uss_one_image {
    text-align: center;
  }
  .photoalbum .uss_images_block .uss_one_image .info {
    padding-top: 10px;
  }
  .uss_shop_detail .uss_img_wrapper {
    display: block;
    margin: 0 auto;
  }
  .uss_shop_detail .uss_img_big {
    float: none;
  }
  #wrap .header .context {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0;
    padding-top: 68px;
    bottom: 0 !important;
    top: 0;
    left: 0;
    right: 0;
  }
  #wrap .header .context .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 auto;
            flex: 0 auto;
    width: 100%;
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  #wrap .header .context .center {
    -webkit-box-flex: 0;
        -ms-flex: 0 auto;
            flex: 0 auto;
    width: 100%;
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  #wrap .header .context .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 auto;
            flex: 0 auto;
    width: 100%;
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  #wrap .header .context .logo {
    display: inline-block;
    width: auto;
    text-align: center;
  }
  #wrap .header .context .logo a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .logo a .logo-text {
    font-size: 28px;
  }
  #wrap .header .context .slogan {
    display: inline-block;
    width: auto;
    text-align: center;
  }
  #wrap .header .context .form_opener {
    margin-top: 15px;
  }
  #wrap .header .slogan + .context {
    padding-top: 0;
    padding-bottom: 0;
  }
  .block.table_block table tr td {
    width: 50%;
  }
  .uss_shop_detail .uss_shop_technical_data {
    display: block;
    width: 100%;
  }
  .uss_shop_detail_350_bottom .uss_img_wrapper {
    float: none;
    display: block;
  }
  #wrap .header .context .bg {
    width: calc(100% + 20px);
    max-width: none;
    margin-left: -10px;
    height: calc(100% + 20px);
    margin-bottom: -10px;
    margin-top: -10px;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #wrap .header .slider .slide .caption {
    display: none !important;
  }
}
@media (max-width: 550px) {
  #wrap .header .context .slogan {
    display: none;
  }
  .header .logo a .logo-text {
    font-size: 24px;
  }
  .block.block_form form .group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block.block_form form .group .fc_item:not(:last-child) {
    margin-right: 0;
  }
  .footer .inline .fc_form_tml form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .inline .fc_form_tml form .group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .inline .fc_form_tml form .group .fc_item:not(:last-child) {
    margin-right: 0;
  }
  .uss_shop_detail .uss_img_wrapper {
    float: none;
    max-width: 100%;
  }
  div.uss_eshop_tabs div.uss_eshop_tabs_navigation span {
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.65);
    padding-left: 10px;
    padding-right: 10px;
  }
  div.uss_catalog_tabs .uss_catalog_tabs_navigation span {
    width: 100%;
  }
  .uss_eshop_sameproducts.list .item .imageWrap {
    float: none;
    max-width: 100%;
    border: none;
  }
  .uss_eshop_sameproducts.list .item .imageWrap .image {
    display: block;
    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
  }
  .uss_eshop_sameproducts.list .item .info {
    display: block;
    width: 100%;
  }
  .uss_eshop_filters_block .group .eshop_filters_items .eshop_filters {
    max-width: calc((100% - 10px) / 2);
  }
  .uss_eshop_filters_block .group .eshop_filters_items .eshop_filters:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .uss_eshop_filters_block .group .eshop_filters_items .eshop_filters:not(:nth-of-type(2n)) {
    margin-right: 10px;
  }
  .uss_eshop_filters_block .group .eshop_filters_items .eshop_filters label {
    display: block;
    width: 100%;
    float: none;
  }
}
@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;
  }
  .review_list .slick-slide > div {
    margin: 0;
  }
  .uss_shop_block_cat .uss_shop_category,
  .uss_catalog_block_cat .uss_catalog_category,
  .product .uss_catalog_sidebar .uss_catalog_category {
    margin-bottom: 20px;
  }
  .block .uss_eshop_menu > li {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 500px) {
  .uss_shop_block_cat .uss_shop_category,
  .uss_catalog_block_cat .uss_catalog_category,
  .product .uss_catalog_sidebar .uss_catalog_category {
    max-width: 48%;
  }
  .catalog_order_form form .group:not(.end) {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .catalog_order_form form .group:not(.end) .fc_item {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
  }
  .catalog_order_form form .group:not(.end) .fc_item:not(.fc_checkbox):not(:last-child) {
    margin-right: 0;
  }
  .comment_form_block form#ommentaddform_id .uss_form_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
  }
  .comment_form_block form#ommentaddform_id .uss_form_item.uss_form_text:not(.hnpot):not(.uss_form_checkbox):not(.uss_form_textarea):not( :nth-of-type(even)) {
    margin-right: 0;
  }
  .footer .fc_form_tml form .group:not(.end) {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .fc_form_tml form .group:not(.end) .fc_item:not(.fc_checkbox):not(:last-child) {
    margin-right: 0;
  }
  .footer .fc_form_tml form .group:not(.end) .fc_item {
    width: 100%;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .footer .fc_form_tml form .group.end {
    max-width: 100%;
  }
  .footer .fc_form_tml form .buttons {
    margin: 0 auto;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #promo_block .inner {
    display: block;
  }
  .header .slider .slide .caption .preview .preview-holdholder {
    max-width: 100%;
  }
  .header .slider .slide .caption .preview .preview-holdholder p {
    max-width: 100%;
  }
}







.basket {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*width: 50px;*/
}
.basket .basket-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: 12;
}
.basket p {
  display: none;
}
.basket .basket-mini-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.basket:not(.empty) .basket-mini-wrap {
  cursor: pointer;
}
.basket .uss_basket_mini {
  position: relative;
  background: url(/img/cart-icon.png) no-repeat center center;
  width: 50px;
  height: 50px;
  position: relative;
}
.basket .basket-mini-title {
  display: none;
  color: #fff;
  font-size: 24px;
}
.basket.basket-big-active .basket-mini-title {
  position: relative;
  display: block;
  -webkit-flex: 1 auto;
  -moz-flex: 1 auto;
  -ms-flex: 1 auto;
  -o-flex: 1 auto;
  flex: 1 auto;
}
.basket.basket-big-active .basket-mini-title:after {
  /*content:'Свернуть >>>';*/
  /*position: absolute;*/
  /*top: 50%;*/
  /*-webkit-transform: translateY( -50% );*/
  /*transform: translateY( -50% );*/
  /*right: 15px;*/
  /*color: #fff;*/
}
.basket.basket-big-active .basket-mini-title:after {
    content: '';
    background: url(/img/arrow-right-white.svg) no-repeat center center !important;
    position: absolute;
    right: 15px;
    display: block;
    width: 7px;
    height: 12px;
    top: 50%;
    margin-top: -5px;
    transition: 0.3s;
}

.basket .uss_basket_mini .totals {
  display: none;
}
.basket .uss_basket_mini .amounts .countword {
  display: none;
}
.basket .uss_basket_mini .basket_widget_inner.empty .amounts {
  display: block !important;
}
.basket .uss_basket_mini #uss_block_basket_amount,
.basket .uss_basket_mini .basket_widget_inner.empty #uss_block_basket_amount {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  border: 1px solid #ccc;
}
.basket .uss_basket_mini .basket_widget_inner.empty #uss_block_basket_amount:before {
  content: '0';
}

.basket.basket-big-active {

}
.basket.basket-big-active .uss_basket_mini .amounts {
  display: none;
}
.basket .basket-big-wrap {
  display: none;
  padding: 10px;
  background: #fff;
  width: 320px;
  -webkit-box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
  box-shadow: 0px 15px 30px rgb(0 0 0 / 10%);
}
.basket.basket-big-active .basket-big-wrap {
  display: block;
}
.basket-big-wrap .uss_widget_outer_content {
  position: relative;
  display: block;
  background: #fff;
  max-height: 280px;
  overflow-y: auto;
}
.basket-big-wrap .uss_widget_outer_content::-webkit-scrollbar {width: 4px; border-radius: 10px;}
.basket-big-wrap .uss_widget_outer_content::-webkit-scrollbar-track {background: #f1f7fc;}
.basket-big-wrap .uss_widget_outer_content::-webkit-scrollbar-thumb {height: 50px; background-color: #ccc; border-radius: 10px;}

.uss_basket_big .basket_item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: auto;
  padding: 5px 25px 5px 5px;
  border: 1px solid #cdcdcd;
  margin-bottom: 10px;
}
.uss_basket_big .basket_item:hover {
  border-color: #9b9b9b;
}
.uss_basket_big .basket_item .delete_link {
  position: absolute;
  top: 0;
  right: 0;
}
.uss_basket_big .basket_item .delete_link a {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  transition: 0.3s;
}
.uss_basket_big .basket_item .delete_link a:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.uss_basket_big .basket_item .delete_link a:before,
.uss_basket_big .basket_item .delete_link a:after {
  content: '';
  display: block;
  width: 14px;
  height: 2px;
  background: #e70000;
  top: 9px;
  position: absolute;
  right: 3px;
  transition: 0.4s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.uss_basket_big .basket_item .delete_link a:after {
  content: '';
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.uss_basket_big .basket_item .delete_link a img {
  display: none;
}
.uss_basket_big .basket_item .info div {
  height: auto;
  white-space: unset;
}
.uss_basket_big .basket_item .info .title {
  margin-top: -3px;
  line-height: 1.3;
}
.uss_basket_big .basket_item .info .title a {
  display: block;
}
.uss_basket_big .basket_item .info .title + div {
  margin-top: 2px;
  display: block;
}
.uss_basket_big .basket_item .image img {
  display: block;
}
.uss_basket_big .totals {

}
.basket-big-link {
  margin-top: 10px;
  padding: 8px;
  display: block;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  background: #3c3839;
  color: #ffffff;
}
.basket-big-link:hover {
  background: #000;
  color: #fff;
}

@media (min-width:769px) and (max-width:1800px) {
  .basket.basket-big-active {
    top: 20%;
  }
}
@media (min-width:769px) {
  .basket {
    display: block;
    position: fixed;
    right: 0;
    top: 185px;
    background: #3c3839;
  }
}
@media (max-width:768px) {
  .basket.basket-big-active .basket-big-wrap {
      position: absolute;
      top: 68px;
  }
  .basket.basket-big-active .basket-mini-title {
    display: none;
  }
}