.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);
}
.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;
}
.uss_widget_outer_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.uss_widget_outer_content {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
}
a[href^="tel:"],
a[href^="tel:"]:hover {
  white-space: nowrap !important;
  color: inherit !important;
  text-decoration: none !important;
}
.price_zero_class {
  white-space: normal !important;
  font-size: 12px !important;
  line-height: 1 !important;
}
.uss_user_basket,
.uss_user_wishlist,
.uss_user_basket *,
.uss_user_wishlist * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.uss_user_basket table tr td.uss_name,
.uss_user_wishlist table tr td.uss_name {
  line-height: 1.2;
}
.uss_user_basket table tr td.uss_name .uss_title,
.uss_user_wishlist table tr td.uss_name .uss_title {
  height: auto;
  line-height: 1.35;
}
.uss_user_basket table tr td.uss_name .uss_description,
.uss_user_wishlist table tr td.uss_name .uss_description {
  line-height: 1.35;
  height: auto;
}
.uss_user_basket table tr td.uss_number input,
.uss_user_wishlist table tr td.uss_number input {
  min-width: 30px;
  height: 30px;
  border: 1px solid #e2e4e6;
  text-align: center;
}
.uss_user_basket table tr td.uss_delete_pos,
.uss_user_wishlist table tr td.uss_delete_pos {
  position: relative;
  padding-right: 20px;
}
.uss_user_basket table tr td.uss_delete_pos .del_wish,
.uss_user_wishlist table tr td.uss_delete_pos .del_wish,
.uss_user_basket table tr td.uss_delete_pos .del_basket_item,
.uss_user_wishlist table tr td.uss_delete_pos .del_basket_item {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .uss_user_basket,
  .uss_user_wishlist {
    display: block;
  }
  .uss_user_basket .hide,
  .uss_user_wishlist .hide {
    display: none !important;
  }
  .uss_user_basket > table,
  .uss_user_wishlist > table {
    display: block;
    border-right: 1px solid #ccc;
  }
  .uss_user_basket > table > tbody,
  .uss_user_wishlist > table > tbody {
    display: block;
  }
  .uss_user_basket > table > tbody > tr,
  .uss_user_wishlist > table > tbody > tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 5px;
  }
  .uss_user_basket > table > tbody > tr + tr > td.uss_image,
  .uss_user_wishlist > table > tbody > tr + tr > td.uss_image {
    padding-top: 10px !important;
  }
  .uss_user_basket > table > tbody > tr + tr > td.uss_name,
  .uss_user_wishlist > table > tbody > tr + tr > td.uss_name {
    padding-top: 10px !important;
  }
  .uss_user_basket > table > tbody > tr:not(.total_sum),
  .uss_user_wishlist > table > tbody > tr:not(.total_sum) {
    padding-right: 5px;
    padding-left: 5px;
  }
  .uss_user_basket > table > tbody > tr:first-child,
  .uss_user_wishlist > table > tbody > tr:first-child {
    display: none;
  }
  .uss_user_basket > table > tbody > tr:not(.hide),
  .uss_user_wishlist > table > tbody > tr:not(.hide) {
    border-bottom: 1px solid #ccc;
  }
  .uss_user_basket > table > tbody > tr th,
  .uss_user_wishlist > table > tbody > tr th {
    display: none;
  }
  .uss_user_basket > table > tbody > tr td,
  .uss_user_wishlist > table > tbody > tr td {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    border: none;
  }
  .uss_user_basket > table > tbody > tr td.uss_image,
  .uss_user_wishlist > table > tbody > tr td.uss_image {
    float: left;
    padding-left: 0 !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 100px;
            flex: 0 100px;
    border: none !important;
    padding-top: 5px !important;
    padding-left: 5px !important;
  }
  .uss_user_basket > table > tbody > tr td.uss_name,
  .uss_user_wishlist > table > tbody > tr td.uss_name {
    -webkit-box-flex: 1;
        -ms-flex: 1 calc(100% - 100px);
            flex: 1 calc(100% - 100px);
    display: block;
    width: auto;
    padding: 0;
    white-space: normal;
  }
  .uss_user_basket > table > tbody > tr td.uss_name .uss_description,
  .uss_user_wishlist > table > tbody > tr td.uss_name .uss_description {
    line-height: 1.2em;
  }
  .uss_user_basket > table > tbody > tr td.uss_name .uss_title,
  .uss_user_wishlist > table > tbody > tr td.uss_name .uss_title {
    font-size: 17px;
  }
  .uss_user_basket > table > tbody > tr td.uss_name .uss_description,
  .uss_user_wishlist > table > tbody > tr td.uss_name .uss_description {
    font-size: 14px;
  }
  .uss_user_basket > table > tbody > tr td.uss_name > *,
  .uss_user_wishlist > table > tbody > tr td.uss_name > * {
    margin-bottom: 7px;
  }
  .uss_user_basket > table > tbody > tr td.uss_name ~ *,
  .uss_user_wishlist > table > tbody > tr td.uss_name ~ * {
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .uss_user_basket > table > tbody > tr td.uss_price_field,
  .uss_user_wishlist > table > tbody > tr td.uss_price_field {
    font-size: 20px;
    font-weight: bold;
  }
  .uss_user_basket > table > tbody > tr td.uss_price_field:not(.uss_sum_field),
  .uss_user_wishlist > table > tbody > tr td.uss_price_field:not(.uss_sum_field) {
    display: none !important;
  }
  .uss_user_basket > table > tbody > tr td:not(.uss_name),
  .uss_user_wishlist > table > tbody > tr td:not(.uss_name) {
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
  .uss_user_basket > table > tbody > tr td:not(.uss_name) *:not(input),
  .uss_user_wishlist > table > tbody > tr td:not(.uss_name) *:not(input) {
    border: none;
  }
  .uss_user_basket > table > tbody > tr td.totals,
  .uss_user_wishlist > table > tbody > tr td.totals {
    display: block;
    width: 100%;
  }
  .uss_user_basket > table > tbody > tr td.uss_number,
  .uss_user_wishlist > table > tbody > tr td.uss_number {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .uss_user_basket > table > tbody > tr td.uss_number a.uss_plus,
  .uss_user_wishlist > table > tbody > tr td.uss_number a.uss_plus,
  .uss_user_basket > table > tbody > tr td.uss_number a.uss_minus,
  .uss_user_wishlist > table > tbody > tr td.uss_number a.uss_minus {
    width: auto;
    height: auto;
    font-size: 40px;
    padding: 0 9px;
    line-height: 1;
  }
  .uss_user_basket > table > tbody > tr td.uss_number input,
  .uss_user_wishlist > table > tbody > tr td.uss_number input {
    min-width: 30px;
    height: 30px;
    border: 1px solid #e2e4e6;
    text-align: center;
  }
  .uss_user_basket > table > tbody > tr td.uss_delete_pos,
  .uss_user_wishlist > table > tbody > tr td.uss_delete_pos {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding-right: 30px !important;
  }
  .uss_user_basket > table > tbody > tr td.uss_delete_pos a,
  .uss_user_wishlist > table > tbody > tr td.uss_delete_pos a {
    margin: 0;
  }
  .uss_user_basket > table > tbody > tr td.uss_delete_pos a + a,
  .uss_user_wishlist > table > tbody > tr td.uss_delete_pos a + a {
    margin-left: 9px;
    margin-right: 3px;
  }
  .uss_user_basket > table > tbody > tr td.uss_delete_pos a img,
  .uss_user_wishlist > table > tbody > tr td.uss_delete_pos a img {
    width: 15px;
    height: 15px;
    display: block;
    margin: 0;
  }
  .uss_user_basket > table > tbody > tr td.uss_delete_pos a.uss_pos_buttons,
  .uss_user_wishlist > table > tbody > tr td.uss_delete_pos a.uss_pos_buttons {
    font-size: 17px;
    display: inline-block;
    padding: 0 5px;
    vertical-align: middle;
  }
  #wrap .uss_user_wishlist > table > tbody > tr td.uss_price_field {
    display: block !important;
  }
  .uss_user_wishlist > table > tbody > tr {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .uss_user_wishlist > table > tbody > tr td.uss_delete_pos > a {
    margin-left: 5px;
  }
  .section_basket2 .fc_form_tml .group .fc_item.block {
    width: 100% !important;
  }
}
.uss-copyright.kzsite .uss-copyright_text {
  overflow: hidden;
}
.uss-copyright.kzsite .uss-copyright_text span,
.uss-copyright.kzsite .uss-copyright_text strong {
  margin-left: 0;
}
.uss_catlog_cat_anons ul,
.uss_tree_description ul {
  list-style-type: disc;
}
.uss_catlog_cat_anons ul,
.uss_tree_description ul,
.uss_catlog_cat_anons ol,
.uss_tree_description ol {
  padding: 0 0 0 19px;
  margin: 5px 0 5px 0;
  text-align: left;
}
.uss_catlog_cat_anons ul a,
.uss_tree_description ul a,
.uss_catlog_cat_anons ol a,
.uss_tree_description ol a {
  color: inherit !important;
  font-size: inherit !important;
}
.section_photoalbums .uss_photoalbums_foto_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.section_photoalbums .uss_photoalbums_foto_box .uss_img_item {
  max-width: 100%;
  display: block;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}
.section_photoalbums .uss_photoalbums_foto_box .uss_img_item .uss_img_pre {
  max-width: 100%;
  height: auto !important;
  display: block;
}
.section_photoalbums .uss_photoalbums_foto_box .uss_img_item .uss_img_pre img {
  max-width: 100%;
  height: auto;
  display: block;
}
.section_photoalbums .uss_photoalbums_foto_mosaic .uss_img_item {
  max-width: 100%;
}
.section_photoalbums .uss_photoalbums_foto_mosaic .uss_img_item img {
  display: block;
  max-width: 100%;
}
.section_photoalbums .uss_photoalbums_foto_list .uss_img_item .uss_img_pre {
  max-width: 100%;
  display: block;
  height: auto !important;
}
.section_photoalbums .uss_photoalbums_foto_list .uss_img_item .uss_img_pre img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .fc_form_tml .group .fc_item.block {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 540px) {
  .uss_basket_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .uss_basket_menu > * {
    margin: 7px 0 !important;
    padding: 0 !important;
  }
  .uss_basket_menu > * + * {
    margin-top: 0 !important;
  }
}
@media (max-width: 600px) {
  .uss_shop_detail_350_right .uss_img_wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 10px;
    row-gap: 10px;
  }
  .uss_shop_detail_350_right .uss_img_wrapper .uss_img_big {
    float: none;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0 !important;
  }
  .uss_shop_detail_350_right .uss_img_wrapper .uss_img_big .uss_img_big_image {
    position: relative;
  }
  .uss_shop_detail_350_right .uss_img_wrapper .uss_img_ico_box.column {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
            column-gap: 10px;
    row-gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0 !important;
  }
  .uss_shop_detail_350_right .uss_img_wrapper .uss_img_ico_box.column > .uss_img_ico {
    margin-right: 0 !important;
  }
}
.imageArea,
.imageWrapOuter,
.uss_img_holder_outer {
  max-width: 100%;
}
.imageArea div,
.imageWrapOuter div,
.uss_img_holder_outer div,
.imageArea a,
.imageWrapOuter a,
.uss_img_holder_outer a,
.imageArea img,
.imageWrapOuter img,
.uss_img_holder_outer img {
  max-width: 100%;
}
.uss_eshop_block_item {
  max-width: 100%;
}
.uss_eshop_block_item div,
.uss_eshop_block_item a,
.uss_eshop_block_item img {
  max-width: 100%;
}
.uss_tabs table[class*='uss_table'] {
  border-collapse: collapse;
}
@media (max-width: 650px) {
  .imageArea,
  .imageWrapOuter,
  .uss_img_holder_outer {
    height: auto !important;
  }
  .imageArea div,
  .imageWrapOuter div,
  .uss_img_holder_outer div {
    height: auto !important;
  }
  .uss_eshop_block_item {
    height: auto !important;
  }
  .uss_eshop_block_item div {
    height: auto !important;
  }
  .content .uss_section_content img {
    float: none !important;
  }
  .content .uss_section_content .uss_form_captcha img {
    float: left !important;
  }
  .mainpage .content .uss_section_content img {
    margin: 0 auto 20px !important;
    display: block;
  }
}
.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;
}
.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;
  max-height: 638px;
}
.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;
}
@font-face {
  font-family: 'roboto';
  src: url('../fonts/roboto-bold.eot');
  src: url('../fonts/roboto-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-bold.woff') format('woff'), url('../fonts/roboto-bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'roboto';
  src: url('../fonts/roboto-bolditalic.eot');
  src: url('../fonts/roboto-bolditalic.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-bolditalic.woff') format('woff'), url('../fonts/roboto-bolditalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'roboto';
  src: url('../fonts/roboto-regular.eot');
  src: url('../fonts/roboto-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-regular.woff') format('woff'), url('../fonts/roboto-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto';
  src: url('../fonts/roboto-italic.eot');
  src: url('../fonts/roboto-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-italic.woff') format('woff'), url('../fonts/roboto-italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
    font-family: 'roboto';
    src: local('Roboto Black'), local('Roboto-Black'), url('../fonts/Robotoblack.woff2') format('woff2'), url('../fonts/Robotoblack.woff') format('woff'), url('../fonts/Robotoblack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
  font-family: 'roboto light';
  src: url('../fonts/roboto-light.eot');
  src: url('../fonts/roboto-light.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-light.woff') format('woff'), url('../fonts/roboto-light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto light';
  src: url('../fonts/roboto-lightitalic.eot');
  src: url('../fonts/roboto-lightitalic.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-lightitalic.woff') format('woff'), url('../fonts/roboto-lightitalic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'roboto medium';
  src: url('../fonts/roboto-medium.eot');
  src: url('../fonts/roboto-medium.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-medium.woff') format('woff'), url('../fonts/roboto-medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto medium';
  src: url('../fonts/roboto-mediumitalic.eot');
  src: url('../fonts/roboto-mediumitalic.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-mediumitalic.woff') format('woff'), url('../fonts/roboto-mediumitalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'roboto thin';
  src: url('../fonts/roboto-thin.eot');
  src: url('../fonts/roboto-thin.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-thin.woff') format('woff'), url('../fonts/roboto-thin.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto thin';
  src: url('../fonts/roboto-thinitalic.eot');
  src: url('../fonts/roboto-thinitalic.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-thinitalic.woff') format('woff'), url('../fonts/roboto-thinitalic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans.woff') format('woff'), url('../fonts/OpenSans.ttf') format('truetype'), url('../fonts/OpenSans.svg#OpenSans') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Italic.woff') format('woff'), url('../fonts/OpenSans-Italic.ttf') format('truetype'), url('../fonts/OpenSans-Italic.svg#OpenSans-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'OpenSans-Semibold';
  src: url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Semibold.woff') format('woff'), url('../fonts/OpenSans-Semibold.ttf') format('truetype'), url('../fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Semibold';
  src: url('../fonts/OpenSans-SemiboldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-SemiboldItalic.woff') format('woff'), url('../fonts/OpenSans-SemiboldItalic.ttf') format('truetype'), url('../fonts/OpenSans-SemiboldItalic.svg#OpenSans-SemiboldItalic') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-BoldItalic.woff') format('woff'), url('../fonts/OpenSans-BoldItalic.ttf') format('truetype'), url('../fonts/OpenSans-BoldItalic.svg#OpenSans-BoldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'OpenSans-Light';
  src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light.woff') format('woff'), url('../fonts/OpenSans-Light.ttf') format('truetype'), url('../fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
button,
input[type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
#wrap {
  width: calc((100% - 35px) / 2 );
  max-width: calc(100% - 25px);
}
/*footer bottom*/
html {
  height: 100%;
  min-height: auto;
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  min-height: auto;
  height: 100%;
}
#wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  max-width: 100%;
  position: relative;
}
.container {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
/*footer bottom*/
/*variables*/
/*variables*/
.buy_one_click_window_wrap {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.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,
.catalog_orderform_tml .catalog_orderform_window_wrap form .group .fc_item.fc_checkbox .elem_item {
  width: auto !important;
}
form:not(.uss_site_search):not(#subscribeForm) label {
  margin-bottom: 8px;
}
form:not(.uss_site_search):not(#subscribeForm) input,
form:not(.uss_site_search):not(#subscribeForm) input.styler {
  height: 50px;
  border-radius: 50px !important;
  padding-left: 21px;
  font-size: 16px;
  font-family: 'OpenSans-Light';
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-shadow: none;
}
form:not(.uss_site_search):not(#subscribeForm) input[type='text'],
form:not(.uss_site_search):not(#subscribeForm) input[type='text'].styler,
form:not(.uss_site_search):not(#subscribeForm) input[type='email'],
form:not(.uss_site_search):not(#subscribeForm) input[type='email'].styler,
form:not(.uss_site_search):not(#subscribeForm) input[type='password'],
form:not(.uss_site_search):not(#subscribeForm) input[type='password'].styler {
  color: #9e9e9e;
  border: 1px solid #9e9e9e;
}
form:not(.uss_site_search):not(#subscribeForm) textarea,
form:not(.uss_site_search):not(#subscribeForm) textarea.styler {
  font-family: 'OpenSans-Light';
  color: #9e9e9e;
  border-radius: 25px !important;
  border: 1px solid #9e9e9e;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-shadow: none;
  height: 5.2;
  line-height: 1.1;
  resize: none;
  padding-left: 18px;
  padding-top: 21px;
}
form:not(.uss_site_search):not(#subscribeForm) input[type='submit'],
form:not(.uss_site_search):not(#subscribeForm) input[type='submit'].styler {
  background-position: 0 0 !important;
  padding-left: 20px;
  padding-right: 20px;
}
.feedback-form .group:not(.end) .fc_item .elem_item,
.feedback-form .group:not(.end) .fc_item .elem_item input,
.feedback-form .group:not(.end) .fc_item .elem_item textarea,
.feedback-form .group:not(.end) .fc_item.fc_outputOnly .outputonly,
.feedback-form .fc_form_tml .group .fc_item.fc_checkbox_one,
.uss_error_form,
.section_formconstructor .fc_form_tml form .group .fc_item:not(.fc_checkbox) .elem_item,
.section_formconstructor .fc_form_tml form .group .fc_item:not(.block),
.section_formconstructor .fc_form_tml form .group .fc_item .elem_item input,
.section_formconstructor .fc_form_tml form .group .fc_item .elem_item textarea,
.section_basket2 .fc_form_tml form .group .fc_item:not(.fc_checkbox) .elem_item,
.section_basket2 .fc_form_tml form .group .fc_item:not(.block),
.section_basket2 .fc_form_tml form .group .fc_item input,
.section_basket2 .fc_form_tml form .group .fc_item textarea,
.buy_one_click_form_tml .fc_item:not(.fc_checkbox) input,
.buy_one_click_form_tml .fc_item textarea,
.catalog_orderform_window .buttons input,
.buy_one_click_form_tml .buttons input,
.buy_one_click_form_tml .group .fc_item.fc_checkbox_one,
.comment_form_block form#ommentaddform_id .uss_form_item input.styler,
.comment_form_block form#ommentaddform_id .uss_form_item textarea.styler,
.comment_form_block form#ommentaddform_id .uss_form_submit,
.catalog_order_form form .group:not(.end),
.catalog_order_form form .group:not(.end) .fc_item:not(.fc_checkbox),
.catalog_order_form form .group:not(.end) .fc_item:not(.fc_checkbox) .elem_item,
.catalog_order_form form .group:not(.end) .fc_item:not(.fc_checkbox) .elem_item input.styler,
.catalog_order_form form .group:not(.end) .fc_item:not(.fc_checkbox) .elem_item textarea.styler,
.catalog_order_form form .group.end,
.catalog_order_form form .group.end .fc_item,
.section_faq .uss_form_tml .uss_form_item:not(.uss_form_submit):not(.uss_form_captcha) input,
.section_faq .uss_form_tml .uss_form_item textarea,
.section_faq .uss_form_tml .uss_form_item,
#loginForm table,
#loginForm table td.input,
#loginForm input:not([type="submit"]),
.section_registration .uss_form_item,
.section_registration .uss_form_item:not(.uss_form_captcha):not(.uss_form_submit) input,
.section_text .uss_form_item,
.section_text .uss_form_item:not(.uss_form_captcha):not(.uss_form_submit) input,
.feedback-form .uss_error_form,
.form-block form .group:not(.end) .fc_item .elem_item input.styler,
.form-block form .group:not(.end) .fc_item .elem_item textarea.styler,
.form-block form .group.end .fc_item,
.form-block form .group:not(.end) .fc_item .elem_item,
.catalog_orderform_tml .catalog_orderform_window_wrap form,
.catalog_orderform_tml .catalog_orderform_window_wrap form .group,
.catalog_orderform_tml .catalog_orderform_window_wrap form .group .fc_item,
.catalog_orderform_tml .catalog_orderform_window_wrap form .group .fc_item .elem_item,
.catalog_orderform_tml .catalog_orderform_window_wrap form .group .fc_item .elem_item input.styler,
.catalog_orderform_tml .catalog_orderform_window_wrap form .group .fc_item .elem_item textarea.styler,
.feedback-form .fc_form_tml .group.end {
    width: 100%;
}
.feedback-form .group:not(.end) .fc_item .elem_item,
.feedback-form .group:not(.end) .fc_item .elem_item input,
.feedback-form .group:not(.end) .fc_item .elem_item textarea,
.feedback-form .group:not(.end) .fc_item.fc_outputOnly .outputonly,
.feedback-form .fc_form_tml .group .fc_item.fc_checkbox_one,
.feedback-form .uss_error_form,
.feedback-form .fc_form_tml .group.end {
  max-width: 380px !important;
}
.section_formconstructor .fc_form_tml form .group .fc_item:not(.block),
.section_basket2 .fc_form_tml form .group .fc_item:not(.block),
.section_faq .uss_form_tml .uss_form_item,
#loginForm table,
.section_registration .uss_form_item,
.section_text .uss_form_item,
.uss_subscribe_form form > div {
  max-width: 420px;
}
.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[type='submit'].styler {
  width: auto;
}
.catalog_order_form form {
  width: 480px;
  max-width: 100%;
}
.feedback-form .form_styler .fc_item.fc_checkbox label.sector_title {
  font-size: 13px;
}
.feedback-form .fc_form_tml .group.end {
    margin: auto;
}
.feedback-form .buttons {
  margin-top: 20px;
}
.feedback-form label {
    font-weight: 400;
}
#loginForm {
  margin-top: 10px;
}
#loginForm table td {
  padding-bottom: 10px;
}
#loginForm table td.label {
  padding-right: 10px;
}
.uss_subscribe_form .email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.uss_subscribe_form .email label {
  margin: 0 10px 0 0 !important;
}
.uss_subscribe_form .actions label {
  margin-right: 10px;
}
.buy_one_click_window_wrap form .group .fc_item .elem_item {
  max-width: 100%;
}
.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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comment_form_block form#ommentaddform_id .uss_form_notice {
  margin: 0;
}
.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_checkbox {
  margin: 0;
}
.comment_form_block form#ommentaddform_id .uss_form_submit {
  margin-top: 15px;
}
.catalog_order_form form .group:not(.end) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog_order_form form .group:not(.end) .fc_item:not(.fc_checkbox):not(:last-child) {
  margin-right: 10px;
}
@-webkit-keyframes service-block-link-animation-service {
  0% {
    background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(10%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #ffffff 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0));
  }
  10% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #ffffff), color-stop(15%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #ffffff 10%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0));
  }
  20% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #ffffff), color-stop(25%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #ffffff 20%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0));
  }
  30% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #ffffff), color-stop(35%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #ffffff 30%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0));
  }
  40% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #ffffff), color-stop(45%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #ffffff 40%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0));
  }
  50% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #ffffff 50%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0));
  }
  60% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #ffffff), color-stop(65%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #ffffff 60%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0));
  }
  70% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, #ffffff), color-stop(75%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #ffffff 70%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  }
  80% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(80%, #ffffff), color-stop(85%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #ffffff 80%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0));
  }
  90% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(90%, #ffffff), color-stop(95%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #ffffff 90%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0));
  }
  100% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #ffffff), color-stop(105%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #ffffff 100%, rgba(0, 0, 0, 0) 105%, rgba(0, 0, 0, 0));
  }
}
@keyframes service-block-link-animation-service {
  0% {
    background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(10%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #ffffff 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0));
  }
  10% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #ffffff), color-stop(15%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #ffffff 10%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0));
  }
  20% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #ffffff), color-stop(25%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #ffffff 20%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0));
  }
  30% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #ffffff), color-stop(35%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #ffffff 30%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0));
  }
  40% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #ffffff), color-stop(45%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #ffffff 40%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0));
  }
  50% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #ffffff 50%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0));
  }
  60% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #ffffff), color-stop(65%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #ffffff 60%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0));
  }
  70% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, #ffffff), color-stop(75%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #ffffff 70%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  }
  80% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(80%, #ffffff), color-stop(85%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #ffffff 80%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0));
  }
  90% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(90%, #ffffff), color-stop(95%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #ffffff 90%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0));
  }
  100% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #ffffff), color-stop(105%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #ffffff 100%, rgba(0, 0, 0, 0) 105%, rgba(0, 0, 0, 0));
  }
}
@-webkit-keyframes service-block-link-animation1 {
  0% {
    background-image: -webkit-gradient(linear, left top, right top, from(#d63535), color-stop(10%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #d63535 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0));
  }
  10% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #d63535), color-stop(15%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #d63535 10%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0));
  }
  20% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #d63535), color-stop(25%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #d63535 20%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0));
  }
  30% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #d63535), color-stop(35%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #d63535 30%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0));
  }
  40% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #d63535), color-stop(45%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #d63535 40%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0));
  }
  50% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #d63535), color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #d63535 50%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0));
  }
  60% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #d63535), color-stop(65%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #d63535 60%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0));
  }
  70% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, #d63535), color-stop(75%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #d63535 70%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  }
  80% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(80%, #d63535), color-stop(85%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #d63535 80%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0));
  }
  90% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(90%, #d63535), color-stop(95%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #d63535 90%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0));
  }
  100% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #d63535), color-stop(105%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #d63535 100%, rgba(0, 0, 0, 0) 105%, rgba(0, 0, 0, 0));
  }
}
@keyframes service-block-link-animation1 {
  0% {
    background-image: -webkit-gradient(linear, left top, right top, from(#d63535), color-stop(10%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #d63535 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0));
  }
  10% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #d63535), color-stop(15%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #d63535 10%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0));
  }
  20% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #d63535), color-stop(25%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #d63535 20%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0));
  }
  30% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #d63535), color-stop(35%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #d63535 30%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0));
  }
  40% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #d63535), color-stop(45%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #d63535 40%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0));
  }
  50% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #d63535), color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #d63535 50%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0));
  }
  60% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #d63535), color-stop(65%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #d63535 60%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0));
  }
  70% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, #d63535), color-stop(75%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #d63535 70%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  }
  80% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(80%, #d63535), color-stop(85%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #d63535 80%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0));
  }
  90% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(90%, #d63535), color-stop(95%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #d63535 90%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0));
  }
  100% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #d63535), color-stop(105%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #d63535 100%, rgba(0, 0, 0, 0) 105%, rgba(0, 0, 0, 0));
  }
}
@-webkit-keyframes service-block-link-animation2 {
  0% {
    background-image: -webkit-gradient(linear, left top, right top, from(#ffb100), color-stop(10%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #ffb100 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0));
  }
  10% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #ffb100), color-stop(15%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #ffb100 10%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0));
  }
  20% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #ffb100), color-stop(25%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #ffb100 20%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0));
  }
  30% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #ffb100), color-stop(35%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #ffb100 30%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0));
  }
  40% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #ffb100), color-stop(45%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #ffb100 40%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0));
  }
  50% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffb100), color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #ffb100 50%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0));
  }
  60% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #ffb100), color-stop(65%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #ffb100 60%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0));
  }
  70% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, #ffb100), color-stop(75%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #ffb100 70%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  }
  80% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(80%, #ffb100), color-stop(85%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #ffb100 80%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0));
  }
  90% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(90%, #ffb100), color-stop(95%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #ffb100 90%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0));
  }
  100% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #ffb100), color-stop(105%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #ffb100 100%, rgba(0, 0, 0, 0) 105%, rgba(0, 0, 0, 0));
  }
}
@keyframes service-block-link-animation2 {
  0% {
    background-image: -webkit-gradient(linear, left top, right top, from(#ffb100), color-stop(10%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #ffb100 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0));
  }
  10% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #ffb100), color-stop(15%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #ffb100 10%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0));
  }
  20% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #ffb100), color-stop(25%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #ffb100 20%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0));
  }
  30% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #ffb100), color-stop(35%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #ffb100 30%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0));
  }
  40% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #ffb100), color-stop(45%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #ffb100 40%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0));
  }
  50% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffb100), color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #ffb100 50%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0));
  }
  60% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #ffb100), color-stop(65%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #ffb100 60%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0));
  }
  70% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, #ffb100), color-stop(75%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #ffb100 70%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  }
  80% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(80%, #ffb100), color-stop(85%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #ffb100 80%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0));
  }
  90% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(90%, #ffb100), color-stop(95%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #ffb100 90%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0));
  }
  100% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #ffb100), color-stop(105%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #ffb100 100%, rgba(0, 0, 0, 0) 105%, rgba(0, 0, 0, 0));
  }
}
@-webkit-keyframes service-block-link-animation3 {
  0% {
    background-image: -webkit-gradient(linear, left top, right top, from(#828e9a), color-stop(10%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #828e9a 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0));
  }
  10% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #828e9a), color-stop(15%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #828e9a 10%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0));
  }
  20% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #828e9a), color-stop(25%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #828e9a 20%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0));
  }
  30% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #828e9a), color-stop(35%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #828e9a 30%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0));
  }
  40% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #828e9a), color-stop(45%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #828e9a 40%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0));
  }
  50% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #828e9a), color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #828e9a 50%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0));
  }
  60% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #828e9a), color-stop(65%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #828e9a 60%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0));
  }
  70% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, #828e9a), color-stop(75%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #828e9a 70%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  }
  80% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(80%, #828e9a), color-stop(85%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #828e9a 80%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0));
  }
  90% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(90%, #828e9a), color-stop(95%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #828e9a 90%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0));
  }
  100% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #828e9a), color-stop(105%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #828e9a 100%, rgba(0, 0, 0, 0) 105%, rgba(0, 0, 0, 0));
  }
}
@keyframes service-block-link-animation3 {
  0% {
    background-image: -webkit-gradient(linear, left top, right top, from(#828e9a), color-stop(10%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #828e9a 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0));
  }
  10% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #828e9a), color-stop(15%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #828e9a 10%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0));
  }
  20% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #828e9a), color-stop(25%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #828e9a 20%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0));
  }
  30% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #828e9a), color-stop(35%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #828e9a 30%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0));
  }
  40% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #828e9a), color-stop(45%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #828e9a 40%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0));
  }
  50% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #828e9a), color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #828e9a 50%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0));
  }
  60% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #828e9a), color-stop(65%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #828e9a 60%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0));
  }
  70% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, #828e9a), color-stop(75%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #828e9a 70%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  }
  80% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(80%, #828e9a), color-stop(85%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #828e9a 80%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0));
  }
  90% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(90%, #828e9a), color-stop(95%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #828e9a 90%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0));
  }
  100% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #828e9a), color-stop(105%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #828e9a 100%, rgba(0, 0, 0, 0) 105%, rgba(0, 0, 0, 0));
  }
}
@-webkit-keyframes service-block-link-animation4 {
  0% {
    background-image: -webkit-gradient(linear, left top, right top, from(#01c5bb), color-stop(10%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #01c5bb 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0));
  }
  10% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #01c5bb), color-stop(15%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #01c5bb 10%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0));
  }
  20% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #01c5bb), color-stop(25%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #01c5bb 20%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0));
  }
  30% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #01c5bb), color-stop(35%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #01c5bb 30%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0));
  }
  40% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #01c5bb), color-stop(45%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #01c5bb 40%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0));
  }
  50% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #01c5bb), color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #01c5bb 50%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0));
  }
  60% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #01c5bb), color-stop(65%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #01c5bb 60%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0));
  }
  70% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, #01c5bb), color-stop(75%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #01c5bb 70%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  }
  80% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(80%, #01c5bb), color-stop(85%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #01c5bb 80%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0));
  }
  90% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(90%, #01c5bb), color-stop(95%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #01c5bb 90%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0));
  }
  100% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #01c5bb), color-stop(105%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #01c5bb 100%, rgba(0, 0, 0, 0) 105%, rgba(0, 0, 0, 0));
  }
}
@keyframes service-block-link-animation4 {
  0% {
    background-image: -webkit-gradient(linear, left top, right top, from(#01c5bb), color-stop(10%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #01c5bb 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0));
  }
  10% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #01c5bb), color-stop(15%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #01c5bb 10%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0));
  }
  20% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #01c5bb), color-stop(25%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #01c5bb 20%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0));
  }
  30% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #01c5bb), color-stop(35%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #01c5bb 30%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0));
  }
  40% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #01c5bb), color-stop(45%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #01c5bb 40%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0));
  }
  50% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #01c5bb), color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #01c5bb 50%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0));
  }
  60% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #01c5bb), color-stop(65%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #01c5bb 60%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0));
  }
  70% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, #01c5bb), color-stop(75%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #01c5bb 70%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  }
  80% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(80%, #01c5bb), color-stop(85%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #01c5bb 80%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0));
  }
  90% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(90%, #01c5bb), color-stop(95%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #01c5bb 90%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0));
  }
  100% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #01c5bb), color-stop(105%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #01c5bb 100%, rgba(0, 0, 0, 0) 105%, rgba(0, 0, 0, 0));
  }
}
@-webkit-keyframes service-block-link-animation5 {
  0% {
    background-image: -webkit-gradient(linear, left top, right top, from(#287db9), color-stop(10%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #287db9 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0));
  }
  10% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #287db9), color-stop(15%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #287db9 10%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0));
  }
  20% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #287db9), color-stop(25%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #287db9 20%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0));
  }
  30% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #287db9), color-stop(35%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #287db9 30%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0));
  }
  40% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #287db9), color-stop(45%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #287db9 40%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0));
  }
  50% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #287db9), color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #287db9 50%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0));
  }
  60% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #287db9), color-stop(65%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #287db9 60%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0));
  }
  70% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, #287db9), color-stop(75%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #287db9 70%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  }
  80% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(80%, #287db9), color-stop(85%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #287db9 80%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0));
  }
  90% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(90%, #287db9), color-stop(95%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #287db9 90%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0));
  }
  100% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #287db9), color-stop(105%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #287db9 100%, rgba(0, 0, 0, 0) 105%, rgba(0, 0, 0, 0));
  }
}
@keyframes service-block-link-animation5 {
  0% {
    background-image: -webkit-gradient(linear, left top, right top, from(#287db9), color-stop(10%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #287db9 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0));
  }
  10% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #287db9), color-stop(15%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #287db9 10%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0));
  }
  20% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #287db9), color-stop(25%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #287db9 20%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0));
  }
  30% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #287db9), color-stop(35%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #287db9 30%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0));
  }
  40% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #287db9), color-stop(45%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #287db9 40%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0));
  }
  50% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #287db9), color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #287db9 50%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0));
  }
  60% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #287db9), color-stop(65%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #287db9 60%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0));
  }
  70% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, #287db9), color-stop(75%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #287db9 70%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  }
  80% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(80%, #287db9), color-stop(85%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #287db9 80%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0));
  }
  90% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(90%, #287db9), color-stop(95%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #287db9 90%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0));
  }
  100% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #287db9), color-stop(105%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #287db9 100%, rgba(0, 0, 0, 0) 105%, rgba(0, 0, 0, 0));
  }
}
@-webkit-keyframes service-block-link-animation6 {
  0% {
    background-image: -webkit-gradient(linear, left top, right top, from(#c7ac6c), color-stop(10%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #c7ac6c 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0));
  }
  10% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #c7ac6c), color-stop(15%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #c7ac6c 10%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0));
  }
  20% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #c7ac6c), color-stop(25%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #c7ac6c 20%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0));
  }
  30% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #c7ac6c), color-stop(35%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #c7ac6c 30%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0));
  }
  40% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #c7ac6c), color-stop(45%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #c7ac6c 40%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0));
  }
  50% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #c7ac6c), color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #c7ac6c 50%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0));
  }
  60% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #c7ac6c), color-stop(65%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #c7ac6c 60%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0));
  }
  70% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, #c7ac6c), color-stop(75%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #c7ac6c 70%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  }
  80% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(80%, #c7ac6c), color-stop(85%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #c7ac6c 80%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0));
  }
  90% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(90%, #c7ac6c), color-stop(95%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #c7ac6c 90%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0));
  }
  100% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #c7ac6c), color-stop(105%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #c7ac6c 100%, rgba(0, 0, 0, 0) 105%, rgba(0, 0, 0, 0));
  }
}
@keyframes service-block-link-animation6 {
  0% {
    background-image: -webkit-gradient(linear, left top, right top, from(#c7ac6c), color-stop(10%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #c7ac6c 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0));
  }
  10% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #c7ac6c), color-stop(15%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #c7ac6c 10%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0));
  }
  20% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #c7ac6c), color-stop(25%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #c7ac6c 20%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0));
  }
  30% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #c7ac6c), color-stop(35%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #c7ac6c 30%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0));
  }
  40% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #c7ac6c), color-stop(45%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #c7ac6c 40%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0));
  }
  50% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #c7ac6c), color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #c7ac6c 50%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0));
  }
  60% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #c7ac6c), color-stop(65%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #c7ac6c 60%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0));
  }
  70% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, #c7ac6c), color-stop(75%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #c7ac6c 70%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  }
  80% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(80%, #c7ac6c), color-stop(85%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #c7ac6c 80%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0));
  }
  90% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(90%, #c7ac6c), color-stop(95%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #c7ac6c 90%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0));
  }
  100% {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #c7ac6c), color-stop(105%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #c7ac6c 100%, rgba(0, 0, 0, 0) 105%, rgba(0, 0, 0, 0));
  }
}
@-webkit-keyframes hover-opactiy {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hover-opactiy {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes contacts-animation-right {
  0% {
    margin-right: calc(10px - 50%);
    opacity: 0;
  }
  100% {
    margin-right: calc(10px - 0%);
    opacity: 1;
  }
}
@keyframes contacts-animation-right {
  0% {
    margin-right: calc(10px - 50%);
    opacity: 0;
  }
  100% {
    margin-right: calc(10px - 0%);
    opacity: 1;
  }
}
@-webkit-keyframes contacts-animation-left {
  0% {
    margin-left: calc(10px - 50%);
    opacity: 0;
  }
  100% {
    margin-left: calc(10px - 0%);
    opacity: 1;
  }
}
@keyframes contacts-animation-left {
  0% {
    margin-left: calc(10px - 50%);
    opacity: 0;
  }
  100% {
    margin-left: calc(10px - 0%);
    opacity: 1;
  }
}
@-webkit-keyframes contacts-animation-phone {
  0% {
    margin-top: -50%;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes contacts-animation-phone {
  0% {
    margin-top: -50%;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes contacts-animation-map {
  0% {
    margin-bottom: -50%;
    opacity: 0;
  }
  100% {
    margin-bottom: 0;
    opacity: 1;
  }
}
@keyframes contacts-animation-map {
  0% {
    margin-bottom: -50%;
    opacity: 0;
  }
  100% {
    margin-bottom: 0;
    opacity: 1;
  }
}
.cf:before,
.cf:after {
  content: '';
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
#wrap {
  min-width: 420px;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  color: #303030;
  font-size: 16px;
  line-height: 1.2;
  font-family: 'roboto';
  background: #fcfcfc;
}
.uss_privacy_policy_wrap {
  min-width: 420px;
  margin: 0 auto;
  width: 100%;
  color: #303030;
  font-size: 16px;
  line-height: 1.2;
  font-family: 'roboto';
  background: #fcfcfc;
}
a {
  color: #d63535;
}
a:hover {
  text-decoration: none;
}
.inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1350px;
  position: relative;
}
.block .inner {
  padding-top: 35px;
  padding-bottom: 25px;
  border-top: 1px solid #e8e8e8;
}
.block .h3 {
  font-size: 34px;
  color: inherit;
  font-weight: normal;
  font-family: 'roboto light';
  text-transform: uppercase;
  margin-bottom: 29px;
}
.block .h3 .title-nav {
  float: right;
}
.block .h3 .title-nav a {
  font-size: 14px;
  text-align: right;
  line-height: 40px;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.block .h3 .title-nav a:after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  background: transparent;
}
.block .h3 .title-nav a:hover:after {
  -webkit-animation: service-block-link-animation1 0.25s linear;
          animation: service-block-link-animation1 0.25s linear;
  background: #d63535;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.block .h3 .title-nav a:after {
  bottom: 0 !important;
}
.block .h3 > a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.block.noborder .inner {
  border: none;
}
.block .items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block .items .h3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}
.header .inner {
  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;
}
.header p {
  margin: 0 0 0 0;
}
.header .header-top {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e8e8e8;
  padding: 15px 0;
  margin: 0 0 30px 0;
}
.header .header-top .menu_burger {
  display: none;
  width: 35px;
  margin-right: 10px;
  height: 35px;
  padding: 5px 3px;
  -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;
  border: 2px solid #d63535;
  cursor: pointer;
}
.header .header-top .menu_burger span {
  height: 3px;
  background: #d63535;
}
.header .header-top .menu_burger.notInViewPort {
  position: fixed;
  left: 10px;
  top: 10px;
  height: 40px;
  z-index: 99;
  background: none;
  border: none;
}
.header .header-top .menu_burger.notInViewPort span {
  background: #fff;
  -webkit-box-shadow: 0 0 2px #000;
          box-shadow: 0 0 2px #000;
  height: 3px;
  border-radius: 3px;
}
.header .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  max-width: 380px;
}
.header .center {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  text-align: center;
}
.header .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  max-width: 380px;
  text-align: right;
}
.header .right .contacts {
  display: inline-block;
}
.header .logo {
  font-family: 'roboto light';
  font-size: 36px;
}
.header .logo a {
  text-decoration: none;
  color: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.header .logo a span {
  color: #d63535;
}
.header .logo-row {
  margin-bottom: 15px;
}
.header .logo-row a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .logo-row .logo-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.header .logo-row a {
  text-decoration: none;
  color: inherit;
}
.header .logo-image img {
  display: block;
  height: 50px !important;
  width: auto !important;
}
.header .basket {
  background: url(../img/cart-icon.png) left center no-repeat;
  min-height: 25px;
  padding-left: 35px;
  position: relative;
}
.header .basket a.basket-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}
.header .basket p {
  margin: 0;
  font-size: 12px;
  color: inherit;
  line-height: 26px;
  white-space: nowrap;
}
.header .basket .basket_widget_inner {
  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;
}
.header .basket .basket_widget_inner p {
  display: none;
}
.header .basket .basket_widget_inner.not_empty .amounts #uss_block_basket_amount {
  display: block;
}
.header .basket .basket_widget_inner.empty {
  position: relative;
  padding-right: 26px;
}
.header .basket .basket_widget_inner.empty:after {
  content: '0';
  position: absolute;
  right: 0;
  top: 0;
  background: #303030;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  font-size: 12px;
  color: #fff;
  border-radius: 26px;
}
.header .basket .basket_widget_inner .amounts .countword {
  display: none !important;
}
.header .basket .basket_widget_inner .amounts #uss_block_basket_amount {
  background: #303030;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  font-size: 12px;
  color: #fff;
  border-radius: 26px;
}
.header .basket .basket_widget_inner .totals {
  display: none;
}
.header .basket + div {
  margin-top: 10px;
}
.header .slogan {
  font-size: 14px;
  color: #d63535;
}
.header .contacts {
  white-space: nowrap;
  line-height: 1.4;
}
.header .contacts img {
  margin-right: 10px;
}
.header .contacts.phone {
  background: url(../img/phone-icon.png) left center no-repeat;
  padding-left: 20px;
}
.header .contacts.email {
  background: url(../img/email-icon.png) left center no-repeat;
  padding-left: 20px;
}
.header .contacts.email a {
  text-decoration: none;
  color: inherit;
}
.header .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .row > div {
  margin-top: 5px;
  margin-bottom: 5px;
}
.header .row > div:not(:last-child) {
  margin-right: 20px;
}
.menu {
  margin: 30px 0;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.menu ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.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;
}
.menu ul li {
  display: inline-block;
  position: relative;
}
.menu ul li a {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 6px 0 7px;
  color: inherit;
  font-size: 14px;
  border-bottom: 2px solid transparent;
  position: relative;
}
.menu ul li a:not(.active):after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  background: transparent;
}
.menu ul li a:not(.active):hover:after {
  -webkit-animation: service-block-link-animation1 0.25s linear;
          animation: service-block-link-animation1 0.25s linear;
  background: #d63535;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.menu ul li a:after {
  bottom: 0 !important;
}
.menu ul li .submenu {
  display: none;
  position: absolute;
  left: 0;
  min-width: 200px;
  width: 100%;
  top: 100%;
  z-index: 10;
  background: #d63535;
  color: #fff;
  padding: 5px;
}
.menu ul li .submenu li {
  display: block;
}
.menu ul li .submenu li a {
  text-align: left;
  display: block;
  color: inherit;
  text-transform: none;
}
.menu ul li .submenu li a:hover {
  text-decoration: underline;
}
.menu ul li.last .submenu {
  right: 0;
  left: auto;
}
.menu ul li.active a,
.menu ul li:hover a {
  color: #d63535;
}
.menu ul li.active a {
  border-bottom: 2px solid #d63535;
}
.menu ul li:hover > .submenu,
.menu ul li.clicked > .submenu {
  display: block;
}
.mobile_menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.4);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
  max-height: 100%;
  height: 100%;
}
.mobile_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mobile_menu ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mobile_menu .inner {
  padding: 0 !important;
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.mobile_menu .in_menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  width: calc(100% - 70px);
  background: #303030;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
}
.mobile_menu .in_menu ul li a {
  display: block;
  padding: 17px 10px 17px 26px;
  text-decoration: none;
  font-family: 'roboto';
  font-size: 20px;
  color: #fff;
}
.mobile_menu .in_menu ul li.clicked > a {
  color: #000;
}
.mobile_menu .in_menu ul li.clicked + .submenu {
  display: block;
}
.mobile_menu .in_menu ul li:hover > a {
  background: #d9d9d9;
  color: #000;
}
.mobile_menu .in_menu ul li .submenu {
  display: none;
  background: rgba(255, 255, 255, 0.2);
}
.mobile_menu .in_menu ul li .submenu li a {
  display: block;
  padding: 10px 10px 10px 36px;
  text-decoration: none;
  font-family: 'roboto';
  font-size: 16px;
  color: #fff;
}
.mobile_menu .in_menu ul li:hover > .submenu,
.mobile_menu .in_menu ul li.clicked > .submenu {
  display: block;
}
.mobile_menu .close {
  width: 35px;
  height: 35px;
  right: 15px;
  top: 15px;
  position: absolute;
  background-size: cover;
  z-index: 1001;
  cursor: pointer;
}
.mobile_menu .close div {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 45px;
  height: 6px;
  -webkit-box-shadow: 0 0 2px #000 !important;
          box-shadow: 0 0 2px #000 !important;
  background: #fff !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.mobile_menu .close div + div {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.search .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.search .in-search {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  position: relative;
}
.search form .uss_input_name {
  border: 1px solid #e8e8e8;
  width: 100%;
  height: 30px;
  padding-left: 35px;
  font-size: 14px;
  color: #9f9f9f;
}
.search form .uss_submit {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-size: 18px !important;
  background: url(../img/search-icon.png) no-repeat center !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.search form .uss_submit:hover {
  -webkit-filter: invert(50%);
          filter: invert(50%);
}
.slider {
  margin: 0 0 30px 0;
  position: relative;
}
.slider .inner {
  max-width: 1180px;
}
.slider .slides {
  width: 145%;
  left: -22.5%;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.slider .slides .slide {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.slider .slides .slide .slide-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}
.slider .slides .slide .caption {
  max-width: 71vw;
  width: 1350px;
  position: absolute;
  top: 50%;
  left: 10px;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
  padding: 20px 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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.slider .slides .slide .caption > div {
  max-width: 45%;
  width: 100%;
}
.slider .slides .slide .caption p {
  margin: 0;
}
.slider .slides .slide .caption .title-wrap {
  display: block;
  width: 100%;
  margin: 0 0 18px 0;
}
.slider .slides .slide .caption .title {
  display: inline;
  padding: 2px 0;
  font-size: 50px;
  color: #303030;
  text-transform: uppercase;
  font-weight: 900;
}
.slider .slides .slide .caption .title p {
  display: inline;
  line-height: 1.34;
  color: #fff;
}
.slider .slides .slide .caption .title span {
  color: #d63535;
}
.slider .slides .slide .caption .preview {
  display: block;
  width: 100%;
  margin: 0 0 41px 0;
  font-size: 28px;
}
.slider .slides .slide .caption .preview p {
  font-family: 'OpenSans-Semibold';
  padding: 2px 0;
  display: inline;
  line-height: 1.345;
  color: #fff;
}
.slider .slides .slide .image:not(.aspect_rated) img {
  width: 100vw;
  max-width: 100%;
  height: auto;
  display: block;
}
.slider .slick-arrow {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 50px;
  height: 50px;
  z-index: 1;
  opacity: 1;
}
.slider .slick-arrow.slick-prev {
  background: url(../img/arrow-left-white-shadowed.png) center no-repeat;
  opacity: 6;
  left: 0;
}
.slider .slick-arrow.slick-next {
  background: url(../img/arrow-right-white-shadowed.png) center no-repeat;
  opacity: 6;
  right: 0;
}
.slider .slick-dots {
  bottom: 20px;
  left: 20px;
  right: 20px;
  text-align: right;
  width: auto;
}
.slider .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 3px;
}
.slider .slick-dots li button {
  width: 100%;
  height: 100%;
  display: block;
  background: #303030;
}
.slider .slick-dots li.slick-active button {
  background: #d63535;
}
.service-block.noborder {
  border-top: none;
}
.service-block.noborder .inner {
  padding-top: 0;
}
.service-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.service-block ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.service-block p {
  margin: 0 0 7px 0;
}
.service-block .h3 {
  font-weight: normal;
  font-family: 'roboto';
}
.service-block .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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.service-block .catalog_menu li {
  position: relative;
  margin: 0 0 40px 0;
  width: 100%;
}
.service-block .catalog_menu li:hover .catalog_menu_item img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.service-block .catalog_menu li .catalog_menu_item {
  /*font-size: 22px;*/
}
.service-block .catalog_menu li .catalog_menu_item .catalog_menu_image,
.service-block .catalog_menu li .catalog_menu_item .eshop_menu_image,
.service-block .catalog_menu li .catalog_menu_item .uss_catalog_img_wrap {
  display: block;
  position: relative;
}
.service-block .catalog_menu li .catalog_menu_item .catalog_menu_image:after,
.service-block .catalog_menu li .catalog_menu_item .eshop_menu_image:after,
.service-block .catalog_menu li .catalog_menu_item .uss_catalog_img_wrap:after {
  content: '';
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: background 0.18s ease-in-out;
  transition: background 0.18s ease-in-out;
}
.service-block .catalog_menu li .catalog_menu_item:hover .catalog_menu_image:after,
.service-block .catalog_menu li .catalog_menu_item:hover .eshop_menu_image:after,
.service-block .catalog_menu li .catalog_menu_item:hover .uss_catalog_img_wrap:after {
  background: rgba(0, 0, 0, 0.75);
}
.service-block .catalog_menu li .catalog_menu_item .catalog_menu_image {
  overflow: hidden;
}
.service-block .catalog_menu li .catalog_menu_item img {
  max-width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  display: block;
}
.service-block .catalog_menu li .catalog_menu_item > a {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'OpenSans';
  font-weight: bold;
  line-height: 1;
  word-wrap: break-word;
  text-align: center;
}

.service-block .catalog_menu li .catalog_menu_item .uss_tree_description {
  margin-top: 10px;
}
.service-block .catalog_menu li .catalog_menu_item .catalog_order_block {
  padding-top: 10px;
  margin-top: auto !important;
}
.service-block .catalog_menu li .catalog_menu_item .uss_tree_description p {
  margin: 0;
}

.service-block .uss_catalog_sidebar.uss_catalog_list_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.service-block .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category {
  position: relative;
  margin: 0 0 35px 0;
  font-size: 22px;
  text-align: center;
  width: 100%;
}
.service-block .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .catalog_menu_image,
.service-block .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .eshop_menu_image,
.service-block .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .uss_catalog_img_wrap {
  display: block;
  position: relative;
}
.service-block .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .catalog_menu_image:after,
.service-block .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .eshop_menu_image:after,
.service-block .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .uss_catalog_img_wrap:after {
  content: '';
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: background 0.18s ease-in-out;
  transition: background 0.18s ease-in-out;
}
.service-block .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category:hover .catalog_menu_image:after,
.service-block .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category:hover .eshop_menu_image:after,
.service-block .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category:hover .uss_catalog_img_wrap:after {
  background: rgba(0, 0, 0, 0.75);
}
.service-block .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .uss_catalog_cat_name {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 48px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'OpenSans';
  font-weight: bold;
  line-height: 1;
  word-wrap: break-word;
  display: block;
}
.service-block .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .uss_catalog_cat_name a {
  max-width: 100%;
  display: block;
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
.service-block .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .uss_catalog_img_wrap {
  display: block;
  float: none;
  margin: 0;
}
.service-block .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .uss_catalog_cat_img {
  display: block;
  max-width: 100%;
  height: auto !important;
  background: #fff;
}
.service-block .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .uss_catalog_cat_img img {
  max-width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.service-block .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .uss_catalog_cat_img img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.service-block .banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.service-block.x1 .banners {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-block .banners .banner {
  max-width: calc((100% - 40px) / 2);
  display: block;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  box-shadow: 1px 1px 7px -3px #666;
}
.service-block .banners .banner .banner-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.service-block .banners .banner .image:after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  -webkit-transition: background 0.18s ease-in-out;
  transition: background 0.18s ease-in-out;
}
.service-block .banners .banner .image img {
  max-width: 100%;
  display: block;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  min-height: 160px;
}
.service-block .banners .banner:hover .image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.service-block .banners .banner .caption {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 25px;
  padding-right: 25px;
}
.service-block .banners .banner .caption .title {
  font-size: 38px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 0px 0 !important;
}
.service-block .banners .banner .caption .preview {
  font-size: 22px;
  line-height: 1.2em;
  max-height: 3.6em;
  overflow: hidden;
}
.service-block .banners .banner:hover .image:after {
  background: rgba(255, 255, 255, 0.8);
}
.service-block .banners .news_block_item {
  max-width: calc((100% - 40px)  / 2);
  display: block;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.service-block .banners .news_block_item .banner-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.service-block .banners .news_block_item .image {
  position: relative;
  margin-right: 0;
}
.service-block .banners .news_block_item .image a {
  display: block;
  position: relative;
}
.service-block .banners .news_block_item .image a:after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  -webkit-transition: background 0.18s ease-in-out;
  transition: background 0.18s ease-in-out;
}
.service-block .banners .news_block_item .image a img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.service-block .banners .news_block_item .info {
  padding: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.service-block .banners .news_block_item .info .date {
  display: none;
}
.service-block .banners .news_block_item .info .title {
  font-size: 38px;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
}
.service-block .banners .news_block_item .info .title a {
  display: block;
  max-height: 2.4em;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  font-size: inherit;
}
.service-block .banners .news_block_item .info .preview {
  color: #fff;
  font-size: 22px;
  line-height: 1.2em;
  min-height: 2.4em;
}
.service-block .banners .news_block_item .info .preview p {
  margin: 0;
  max-height: 3.6em;
  overflow: hidden;
}
.service-block .banners .news_block_item:hover .image a:after {
  background: rgba(0, 0, 0, 0.75);
}
.service-block table.table {
  display: block;
  width: 100%;
  margin-bottom: 35px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.service-block table.table tbody {
  display: block;
  width: 100%;
}
.service-block table.table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.service-block table.table tr td {
  min-height: 300px;
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  background-size: cover;
  color: #fff;
  font-family: 'OpenSans';
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.service-block table.table tr td .catalog_menu_image,
.service-block table.table tr td .eshop_menu_image,
.service-block table.table tr td .uss_catalog_img_wrap {
  display: block;
  position: relative;
}
.service-block table.table tr td .catalog_menu_image:after,
.service-block table.table tr td .eshop_menu_image:after,
.service-block table.table tr td .uss_catalog_img_wrap:after {
  content: '';
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: background 0.18s ease-in-out;
  transition: background 0.18s ease-in-out;
}
.service-block table.table tr td:hover .catalog_menu_image:after,
.service-block table.table tr td:hover .eshop_menu_image:after,
.service-block table.table tr td:hover .uss_catalog_img_wrap:after {
  background: rgba(0, 0, 0, 0.75);
}
.service-block table.table tr td span {
  line-height: 1;
  margin-bottom: 7px;
  position: relative;
  display: inline-block;
}
.service-block .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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.service-block .uss_eshop_menu li {
  width: 100%;
  position: relative;
  margin-bottom: 35px;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  text-align: center;
}
.service-block .uss_eshop_menu li .catalog_menu_image,
.service-block .uss_eshop_menu li .eshop_menu_image,
.service-block .uss_eshop_menu li .uss_catalog_img_wrap {
  display: block;
  position: relative;
}
.service-block .uss_eshop_menu li .catalog_menu_image:after,
.service-block .uss_eshop_menu li .eshop_menu_image:after,
.service-block .uss_eshop_menu li .uss_catalog_img_wrap:after {
  content: '';
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: background 0.18s ease-in-out;
  transition: background 0.18s ease-in-out;
}
.service-block .uss_eshop_menu li:hover .catalog_menu_image:after,
.service-block .uss_eshop_menu li:hover .eshop_menu_image:after,
.service-block .uss_eshop_menu li:hover .uss_catalog_img_wrap:after {
  background: rgba(0, 0, 0, 0.75);
}
.service-block .uss_eshop_menu li > a:not(.uss-block-link) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'OpenSans';
  font-weight: bold;
  line-height: 1;
}
.service-block .uss_eshop_menu li span.eshop_menu_image {
  background: #fff;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.service-block .uss_eshop_menu li span.eshop_menu_image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.service-block .uss_eshop_menu li span.eshop_menu_image img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.service-block.x5 .catalog_menu li {
  max-width: calc((100% - 40px) / 5);
}
.service-block.x5 .uss_eshop_menu li {
  max-width: calc((100% - 40px) / 5);
}
.service-block.x5 .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category {
  max-width: calc((100% - 40px) / 5);
}
.service-block.x5 .banners .banner {
  max-width: calc((100% - 40px) / 5);
}
.service-block.x5 .banners .news_block_item {
  max-width: calc((100% - 40px) / 5);
}
.service-block.x5 .banners .banner .caption .title {
  font-size: 32px;
  margin: 0 0 15px 0;
}
.service-block.x4 .catalog_menu li {
  max-width: calc((100% - 30px) / 4);
}
.service-block.x4 .uss_eshop_menu li {
  max-width: calc((100% - 30px) / 4);
}
.service-block.x4 .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category {
  max-width: calc((100% - 30px) / 4);
}
.service-block.x4 .banners .banner {
  max-width: calc((100% - 30px) / 4);
}
.service-block.x4 .banners .news_block_item {
  max-width: calc((100% - 30px) / 4);
}
.service-block.x4 .banners .banner .caption .title {
  font-size: 32px;
  margin: 0 0 15px 0;
}
.service-block.x3 .catalog_menu li {
  max-width: calc((100% - 20px) / 3);
}
.service-block.x3 .uss_eshop_menu li {
  max-width: calc((100% - 20px) / 3);
}
.service-block.x3 .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category {
  max-width: calc((100% - 20px) / 3);
}
.service-block.x3 .banners .banner {
  max-width: calc((100% - 20px) / 3);
}
.service-block.x3 .banners .news_block_item {
  max-width: calc((100% - 20px) / 3);
}
.service-block.x3 .banners .banner .caption .title {
  font-size: 32px;
  margin: 0 0 15px 0;
}
.service-block.x2 .catalog_menu li {
  max-width: calc((100% - 10px) / 2);
}
.service-block.x2 .uss_eshop_menu li {
  max-width: calc((100% - 10px) / 2);
}
.service-block.x2 .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category {
  max-width: calc((100% - 10px) / 2);
}
.service-block.x2 .banners .banner {
  max-width: calc((100% - 10px) / 2);
}
.service-block.x2 .banners .news_block_item {
  max-width: calc((100% - 10px) / 2);
}
.service-block.x1 .catalog_menu li {
  max-width: calc((100% - 0px) / 1);
}
.service-block.x1 .uss_eshop_menu li {
  max-width: calc((100% - 0px) / 1);
}
.service-block.x1 .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category {
  max-width: calc((100% - 0px) / 1);
}
.service-block.x1 .banners .banner {
  max-width: calc((100% - 0px) / 1);
}
.service-block.x1 .banners .news_block_item {
  max-width: calc((100% - 0px) / 1);
}
.service-block .uss-block-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.service-block.static .catalog_menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.service-block.static .catalog_menu li .catalog_menu_item {
  -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;
}
.service-block.static .catalog_menu li .catalog_menu_item > a {
  position: static;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
  color: #303030;
  text-align: left;
  display: block;
  -webkit-transform: none;
          transform: none;
  margin-top: auto;
}
.service-block.static .catalog_menu li .catalog_menu_item > a:hover {
  color: #d63535;
}
.service-block.static .catalog_menu li .catalog_menu_item > a:after {
  content: none;
}
.service-block.static .catalog_menu li .catalog_menu_item .catalog_menu_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  -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;
  background: #fff;
  min-height: auto;
  margin-bottom: 10px;
}
.service-block.static .catalog_menu li .catalog_menu_item .catalog_menu_image:after {
  content: none;
}
.service-block.static .catalog_menu li .catalog_menu_item .catalog_menu_image ~ div:not(.catalog_orderbutton) {
  padding-left: 0;
  padding-right: 0;
}
.service-block.static .uss_eshop_menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.service-block.static .uss_eshop_menu li > a:not(.uss-block-link) {
  position: static;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
  color: #303030;
  text-align: left;
  display: block;
  -webkit-transform: none;
          transform: none;
  margin-top: auto;
}
.service-block.static .uss_eshop_menu li > a:not(.uss-block-link):hover {
  color: #d63535;
}
.service-block.static .uss_eshop_menu li > a:not(.uss-block-link):after {
  content: none;
}
.service-block.static .uss_eshop_menu li span.eshop_menu_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  -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;
  background: #fff;
  min-height: auto;
  margin-bottom: 10px;
}
.service-block.static .uss_eshop_menu li span.eshop_menu_image:after {
  content: none;
}
.service-block.static .uss_eshop_menu li span.eshop_menu_image ~ div:not(.catalog_orderbutton) {
  padding-left: 0;
  padding-right: 0;
}
.service-block.static .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category {
  text-align: left;
}
.service-block.static .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .uss_catalog_cat_name {
  position: static;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
  color: #303030;
  text-align: left;
  display: block;
  -webkit-transform: none;
          transform: none;
  margin-top: auto;
}
.service-block.static .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .uss_catalog_cat_name:hover {
  color: #d63535;
}
.service-block.static .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .uss_catalog_cat_name:after {
  content: none;
}
.service-block.static .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .uss_catalog_img_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  -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;
  background: #fff;
  min-height: auto;
  margin-bottom: 10px;
}
.service-block.static .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .uss_catalog_img_wrap:after {
  content: none;
}
.service-block.static .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .uss_catalog_img_wrap ~ div:not(.catalog_orderbutton) {
  padding-left: 0;
  padding-right: 0;
}
.service-block.static .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .uss_catalog_img_wrap .uss_catalog_cat_img {
  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;
  height: auto !important;
}
.service-block.static .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .uss_catalog_img_wrap .uss_catalog_cat_img a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-block.static .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .uss_catalog_img_wrap .uss_catalog_cat_img a img {
  display: block;
}
.service-block.static .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .uss_catlog_cat_anons {
  font-size: 14px;
  margin-bottom: 0;
}
.service-block.static .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .uss_catlog_cat_anons p {
  margin: 0 0 0 0;
}
.service-block.static .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .catalog_orderbutton {
  margin-top: 0.8em;
}
.cf:before,
.cf:after {
  content: '';
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
.container .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.container .inner .block {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}
.container h1 {
  font-size: 34px;
  color: inherit;
  text-transform: uppercase;
  margin-bottom: 29px;
  font-family: 'roboto light';
  font-weight: normal;
}
.container h1 .title-nav {
  float: right;
}
.container h1 .title-nav a {
  font-size: 14px;
  text-align: right;
  line-height: 40px;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.container h1 .title-nav a:after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  background: transparent;
}
.container h1 .title-nav a:hover:after {
  -webkit-animation: service-block-link-animation1 0.25s linear;
          animation: service-block-link-animation1 0.25s linear;
  background: #d63535;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.container h1 .title-nav a:after {
  bottom: 0 !important;
}
.container h1 > a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.container .uss_section_top_images img {
  max-width: 100%;
}
.container .aside {
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  max-width: 280px;
}
.container .aside.aside-left {
  margin-right: 20px;
}
.container .aside.aside-right {
  margin-left: 20px;
}
.container .content {
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  max-width: 100%;
  width: calc(100% - 280px - 20px);
}
.container .content p img,
.container .content strong img,
.container .content span img {
  max-width: 100%;
  height: auto !important;
}
.mainpage .container .inner {
  padding-top: 9px;
  border: none;
}
.mainpage .container .content {
  width: 100%;
}
.mainpage .aside {
  display: none;
}
.singlepage .container .inner {
  padding-top: 44px;
}
.aside .aside-block {
  margin: 0 0 60px 0;
}
.aside .aside-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.aside .aside-block ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.aside .aside-block .uss_widget_outer_content {
  display: block !important;
}
.aside .aside-block .h3 {
  font-size: 30px;
  margin-bottom: 22px;
}
.aside .aside-block:not(.aside-catalog) {
  border-top: 1px solid #e8e8e8;
  padding: 33px 0 0 0;
}
.aside .aside-block.aside-catalog {
  width: calc(100% - 30px);
}
.aside .aside-block.aside-catalog ul li {
  position: relative;
}
.aside .aside-block.aside-catalog ul li a {
  display: block;
  text-decoration: none;
  position: relative;
  color: inherit;
}
.aside .aside-block.aside-catalog ul li a.active,
.aside .aside-block.aside-catalog ul li a:hover {
  color: #d63535;
}
.aside .aside-block.aside-catalog ul li .submenu li {
  padding-left: 9px;
}
.aside .aside-block.aside-catalog ul li .submenu li a {
  font-size: 14px;
}
.aside .aside-block.aside-catalog ul li {
  border-bottom: 1px solid #e8e8e8;
  background: url(../img/li-arr.png) calc(100% - 1px) center no-repeat;
}
.aside .aside-block.aside-catalog ul li.active {
  background: url(../img/li-arr-active.png) calc(100% - 1px) 16px no-repeat;
}
.aside .aside-block.aside-catalog ul li a {
  padding: 8px 0 8px 0;
}
.aside .aside-block.aside-catalog ul li .catalog_menu_item > a {
  font-weight: normal;
}
.aside .aside-block.aside-catalog ul li .submenu {
  padding: 7px 0 11px 0;
}
.aside .aside-block.aside-catalog ul li .submenu li {
  border: none;
}
.aside .aside-block.aside-catalog ul li .submenu li:after {
  content: '';
  width: 1px;
  height: 1px;
  background: #d63535;
  position: absolute;
  left: 0;
  top: 16px;
}
.aside .aside-block.aside-catalog ul li .submenu li a {
  padding: 8px 0;
}
.aside .aside-block.aside-position {
  margin: 0 0 34px 0;
}
.aside .aside-block.aside-position .h3 {
  margin-bottom: 40px;
}
.aside .aside-block.aside-position .uss_eshop_block_item {
  position: relative;
  padding-bottom: 0;
}
.aside .aside-block.aside-position .uss_eshop_block_item .uss_shop_name {
  margin-bottom: 0;
}
.aside .aside-block.aside-position .uss_eshop_block_item .uss_shop_price {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.aside .aside-block.aside-position .uss_eshop_block_item > .buy-btns {
  position: absolute;
  left: -1px;
  right: -1px;
  top: 100%;
  background: #fcfcfc;
  padding-bottom: 10px;
  padding-top: 15px;
  -webkit-box-shadow: 0 19px 21px rgba(0, 0, 0, 0.1);
          box-shadow: 0 19px 21px rgba(0, 0, 0, 0.1);
  -webkit-animation: hover-opactiy 0.35s linear;
          animation: hover-opactiy 0.35s linear;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  width: auto;
}
.aside .aside-block.aside-position .uss_eshop_block_item > .buy-block {
  margin: 0 0 7px 0;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.aside .aside-block.aside-position .uss_eshop_block_item.order_one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 3px;
}
.aside .aside-block.aside-position .uss_eshop_block_item.order_one .uss_shop_name {
  margin: 0 0 7px 0;
}
.aside .aside-block.aside-position .uss_eshop_block_item.order_one .uss_shop_price {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  padding: 0 !important;
  margin: 0 0 7px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.aside .aside-block.aside-news .news_block_item {
  position: relative;
  padding: 42px 0 0 0;
}
.aside .aside-block.aside-news .news_block_item .image {
  margin: 0 0 19px 0;
  float: none;
  padding: 0;
}
.aside .aside-block.aside-news .news_block_item .image a img {
  max-width: 100%;
}
.aside .aside-block.aside-news .news_block_item .info .date {
  position: absolute;
  left: 0;
  right: 0;
  top: 13px;
  text-align: left;
  background: url(../img/news-date-ico.png) left center no-repeat;
  font-size: 14px;
  color: #6f6f6f;
  font-family: 'roboto light';
  padding: 1px 0 0 23px;
}
.aside .aside-block.aside-news .news_block_item .info .title {
  font-size: 16px;
  margin: 0 0 18px 0;
}
.aside .aside-block.aside-news .news_block_item .info .title a {
  color: inherit;
  text-decoration: none;
}
.aside .aside-block.aside-news .news_block_item .info .title a:hover {
  color: #d63535;
}
.aside .aside-block.aside-news .news_block_item .info .preview {
  font-size: 14px;
  line-height: 1.5;
}
.aside .aside-block.aside-contacts {
  font-size: 14px;
}
.aside .aside-block.aside-contacts p {
  margin: 0 0 5px 0;
  line-height: 1.78;
  letter-spacing: 0.8px;
}
.aside .aside-block.aside-contacts .phone {
  margin: 15px 0 0 0;
}
.aside .aside-block.aside-contacts .phone p {
  line-height: 1;
}
.aside .aside-block.aside-contacts .phone span {
  font-size: 24px;
}
.aside .aside-block.aside-banner img {
  max-width: 100%;
}
.aside .aside-block.aside-banner .aside-banner-item {
  position: relative;
}
.aside .aside-block.aside-banner .aside-banner-item .aside-banner-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  display: block;
}
.aside .aside-block.aside-banner .aside-banner-item .aside-banner-image {
  position: relative;
  display: block;
}
.aside .aside-block.aside-banner .aside-banner-item .aside-banner-image img {
  display: block;
}
.aside .aside-block.aside-banner .aside-banner-item .aside-banner-caption {
  padding: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;  
  text-align: center;
}
.aside .aside-block.aside-banner .aside-banner-item .aside-banner-caption p {
  margin: 0;
  background: rgba(255, 255, 255, 0.45);
  display: inline;
}
.aside .aside-block.aside-banner .aside-banner-item .aside-banner-caption .title {
  font-size: 26px;
}
.aside .aside-block.aside-banner .aside-banner-item .aside-banner-caption .title p {
  line-height: 1.35;
}
.aside .aside-block.aside-banner .aside-banner-item .aside-banner-caption .text {
  font-size: 18px;
}
.aside .aside-block.aside-banner .aside-banner-item .aside-banner-caption .text p {
  line-height: 1.4;
}
.aside .aside-block .uss_eshop_filters_block form {
  -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;
}
.aside .aside-block .uss_eshop_filters_block form .group .eshop_filters_items {
  -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;
}
.aside .aside-block .uss_eshop_filters_block form .group .eshop_filters_items .eshop_filters {
  width: 100%;
}
.aside .aside-block .uss_eshop_filters_block form .group .eshop_filters.filter_item.radio .filter_elem_label {
  margin-right: 10px;
}
.aside .aside-block .uss_eshop_filters_block form label {
  margin-right: 10px;
}
.aside .aside-block .uss_eshop_filters_block form .inputs input[name='minprice'],
.aside .aside-block .uss_eshop_filters_block form .inputs input[name='maxprice'] {
  min-width: 70px;
}
.uss_shop_block_cat {
  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;
}
.uss_shop_block_cat .uss_shop_category {
  max-width: calc((100% - 10px) / 2);
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_img_wrap,
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_img_wrap .uss_shop_cat_img {
  border: none;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_img_wrap img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_name {
  line-height: 1.2;
  color: inherit;
  margin-bottom: 10px;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_name a {
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_name a:hover {
  color: #d63535;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_name a {
  text-transform: none;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_cat a {
  color: #d63535;
  font-size: 16px;
  text-decoration: none;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_cat a:hover {
  text-decoration: underline;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_cat + .uss_shop_cat_text {
  margin-top: 0;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_text {
  line-height: 1.3;
}
.uss_catalog_block_cat .uss_catalog_category {
  max-width: calc((100% - 10px) / 2);
  margin-bottom: 40px;
}
.uss_catalog_block_cat .uss_catalog_category .uss_catalog_cat_img,
.uss_catalog_block_cat .uss_catalog_category .uss_catalog_cat_img .uss_shop_cat_img {
  border: none;
}
.uss_catalog_block_cat .uss_catalog_category .uss_catalog_cat_img img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
}
.uss_catalog_block_cat .uss_catalog_category .catalog_info {
  margin-top: 12px;
}
.uss_catalog_block_cat .uss_catalog_category .catalog_info .uss_catalog_cat_name {
  line-height: 1.2;
  color: inherit;
  margin-bottom: 10px;
}
.uss_catalog_block_cat .uss_catalog_category .catalog_info .uss_catalog_cat_name a {
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
}
.uss_catalog_block_cat .uss_catalog_category .catalog_info .uss_catalog_cat_name a:hover {
  color: #d63535;
}
.uss_catalog_block_cat .uss_catalog_category .catalog_info .uss_catalog_cat_name a {
  text-transform: none;
}
.uss_catalog_block_cat .uss_catalog_category .catalog_info .catalog_orderbutton {
  margin: 0.8em 0.8em 0 0;
}

.uss_catalog_block_cat .uss_catalog_category .uss_catalog_cat_name + .catalog_order_block {
  padding-top: 0;
}
.uss_catalog_block_cat .uss_catalog_category .catalog_order_block {
  padding-top: 12px;
}
.uss_catalog_block_cat .uss_catalog_category .catalog_order_block .catalog_price {
  line-height: 1;
  margin-bottom: 15px;
}
.uss_catalog_block_cat .uss_catalog_category .catalog_order_block .catalog_orderbutton {
  margin-top: 0;
}
.catalog_order_block .catalog_price {
  line-height: 1;
  margin-bottom: 12px;
}

.news-block .news_block_item {
  padding-top: 29px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  margin-bottom: 42px;
}
.news-block .news_block_item .image {
  float: none;
  margin: 0 0 14px 0;
  overflow: hidden;
  display: block;
}
.news-block .news_block_item .image img {
  max-width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  display: block;
  width: 100%;
}
.news-block .news_block_item .image img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.news-block .news_block_item .info .date {
  font-family: 'roboto light';
  font-size: 14px;
  color: #6f6f6f;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: url(../img/news-date-ico.png) left center no-repeat;
  padding-left: 25px;
}
.news-block .news_block_item .info .title {
  font-size: 18px;
  color: inherit;
  margin-bottom: 18px;
  line-height: 1.35;
}
.news-block .news_block_item .info .title a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.news-block .news_block_item .info .title a span {
  position: relative;
}
.news-block .news_block_item .info .title a span:after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  background: transparent;
}
.news-block .news_block_item .info .title a span:hover:after {
  -webkit-animation: service-block-link-animation1 0.25s linear;
          animation: service-block-link-animation1 0.25s linear;
  background: #d63535;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.news-block .news_block_item .info .title:hover a {
  color: #d63535;
}
.news-block .news_block_item .info .preview {
  font-family: 'roboto light';
  font-size: 16px;
  line-height: 1.6;
}
.news-block .news_block_item {
  max-width: calc((100% - 20px ) / 3 );
}
.news-block.x2 .news_block_item {
  max-width: calc((100% - 22px) / 2 );
}
.news-block.x2 .news_block_item {
  max-width: calc((100% - 10px ) / 2 );
}
.form-block {
  background: #d63535;
  color: #fff;
  margin-bottom: 60px;
}
.form-block * {
  color: inherit;
}
.form-block .inner {
  border: none;
}
.form-block .h3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  text-align: center;
  font-size: 34px;
  color: inherit;
  font-weight: normal;
  font-family: 'roboto light';
  text-transform: uppercase;
  margin-bottom: 29px;
  font-size: 36px;
  text-transform: none;
}
.form-block .h3 .title-nav {
  float: right;
}
.form-block .h3 .title-nav a {
  font-size: 14px;
  text-align: right;
  line-height: 40px;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.form-block .h3 .title-nav a:after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  background: transparent;
}
.form-block .h3 .title-nav a:hover:after {
  -webkit-animation: service-block-link-animation1 0.25s linear;
          animation: service-block-link-animation1 0.25s linear;
  background: #d63535;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.form-block .h3 .title-nav a:after {
  bottom: 0 !important;
}
.form-block .h3 > a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.form-block 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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-block form .group {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}
.form-block form .group:not(.end) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-block form .group:not(.end) .fc_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}
.form-block form .group:not(.end) .fc_item:not(:first-child) {
  margin-left: 20px;
}
.form-block form .group:not(.end) .fc_item .elem_item input.styler,
.form-block form .group:not(.end) .fc_item .elem_item textarea.styler {
  border-color: #fff;
  border: none !important;
}
.form-block form .group:not(.end) .fc_item .elem_item input.styler {
  padding-left: 21px;
}
.form-block form .group.end {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  max-width: calc(100% - 180px);
}
.form-block form .group.end .fc_item:not(.fc_checkbox) {
  text-align: center;
}
.form-block form .group.end .fc_item.fc_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-block form .group.end .fc_item.fc_checkbox .sector_title {
  display: block;
}
.form-block form .buttons {
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  max-width: 150px;
}
.form-block form .buttons input.styler {
  padding: 0 24px 0 25px;
  font-size: 16px;
}
.form-block.inline-form {
  padding: 32px 40px 23px;
  margin-top: 20px;
}
.form-block.inline-form .h3 {
  font-size: 30px;
  margin: 0 0 37px 0;
}
.form-block.big-form {
  background: none !important;
}
.form-block.big-form .inner {
  padding: 0;
}
.form-block.big-form .form-wrap {
  position: relative;
  width: 145%;
  max-width: 145%;
  left: -22.5%;
  background: #d63535;
  padding: 20px 22.5%;
  margin: 0 auto;
}
.form-block .fc_checkbox .elem_item .jq-checkbox {
  border: 2px solid #fff;
  border-radius: 2px;
  background: none;
  width: 12px !important;
  height: 12px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-block .fc_checkbox .elem_item .jq-checkbox .jq-checkbox__div {
  background: none;
  margin: 2px 0 0 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  width: 8px;
  height: 8px;
}
.form-block .fc_checkbox .elem_item .jq-checkbox.checked .jq-checkbox__div {
  background: #fff;
}
.review-block .inner {
  padding-bottom: 10px;
}
.review-block .news_block_item {
  width: calc((100% - 3 * 20px) / 4);
  text-align: center;
}
.review-block .news_block_item .image {
  float: none;
  margin: 0 0 20px 0;
}
.review-block .news_block_item .image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
  border-radius: 121px;
  overflow: hidden;
}
.review-block .news_block_item .image img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.review-block .news_block_item .info {
  position: relative;
}
.review-block .news_block_item .info .date {
  width: 100%;
  text-align: center;
  font-size: 14px;
  padding-left: 0;
  color: #6f6f6f;
  font-family: 'roboto light';
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 0 13px 0;
}
.review-block .news_block_item .info .date:before {
  content: '';
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url(../img/news-date-ico.png) center no-repeat;
  margin: 0 11px 0 0;
  position: relative;
  top: 1px;
}
.review-block .news_block_item .info .title {
  font-size: 18px;
  color: inherit;
  margin-bottom: 10px;
}
.review-block .news_block_item .info .title a {
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}
.review-block .news_block_item .info .title:hover a {
  color: #d63535;
}
.review-block .news_block_item .info .preview {
  font-family: 'roboto light';
  line-height: 1.45;
}
.review-block.x4 .news_block_item {
  width: calc((100% - 3 * 20px) / 4);
}
.review-block.x3 .news_block_item {
  width: calc((100% - 2 * 20px) / 3);
}
.review-block.x2 .news_block_item {
  width: calc((100% - 1 * 20px) / 2);
}
.review-block table.table {
  display: block;
  width: 100%;
}
.review-block table.table tbody {
  display: block;
  width: 100%;
}
.review-block table.table tr {
  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;
}
.review-block table.table tr td {
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  font-size: 14px;
  font-family: 'roboto light';
  line-height: 1.45;
  max-width: calc((100% - 3 * 20px) / 4);
}
.review-block table.table tr td strong {
  font-size: 18px;
  font-weight: normal;
  font-family: 'roboto';
}
.review-block table.table tr td a {
  text-decoration: none;
  color: inherit;
}
.review-block table.table tr td a:hover {
  color: #d63535;
}
.uss_eshop_block_item {
  width: 280px;
  display: inline-block;
  vertical-align: top;
  background: #fcfcfc;
  border: 1px solid #fcfcfc;
  padding-bottom: 19px;
  -webkit-transition: border-color 0.25s linear, -webkit-box-shadow 0.25s linear;
  transition: border-color 0.25s linear, -webkit-box-shadow 0.25s linear;
  transition: border-color 0.25s linear, box-shadow 0.25s linear;
  transition: border-color 0.25s linear, box-shadow 0.25s linear, -webkit-box-shadow 0.25s linear;
}
.uss_eshop_block_item > div:not(.img) {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.uss_eshop_block_item .img {
  width: 100%;
  background: #fff;
  max-width: 100%;
  margin-bottom: 15px;
}
.uss_eshop_block_item .img a img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.uss_eshop_block_item .uss_shop_name {
  margin-bottom: 24px;
}
.uss_eshop_block_item .uss_shop_name a {
  font-family: 'roboto light';
  text-decoration: none;
  display: block;
  line-height: 1.35;
  color: inherit;
}
.uss_eshop_block_item .uss_shop_name a:hover {
  color: #d63535;
}
.uss_eshop_block_item .uss_shop_price {
  text-align: center;
  margin-bottom: 19px;
}
.uss_eshop_block_item .uss_shop_price span {
  background: none !important;
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
  display: inline-block;
  vertical-align: middle;
}
.uss_eshop_block_item .uss_shop_price span.old_price {
  margin: 0 10px 0 0 !important;
  color: #c3c3c3;
  font-weight: bold;
  font-size: 16px;
}
.uss_eshop_block_item .uss_shop_price span.actual_price {
  font-weight: bold;
  font-size: 22px;
  color: #303030;
}
.uss_eshop_block_item .buy-btns,
.uss_eshop_block_item .buy-block {
  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;
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
.uss_eshop_block_item .buy-btns a.add_to_cart,
.uss_eshop_block_item .buy-block a.add_to_cart {
  background: #d63535;
  color: #fff;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 16px 24px 15px 25px;
  border-radius: 50px;
  min-width: 110px;
}
.uss_eshop_block_item .buy-btns a.add_to_cart.already_in_cart,
.uss_eshop_block_item .buy-block a.add_to_cart.already_in_cart {
  padding-left: 10px;
  padding-right: 10px;
}
.uss_eshop_block_item > div.buy-block {
  opacity: 1;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  margin: 0 0 7px 0;
  padding: 0 !important;
}
.uss_eshop_block_item .uss_eshop_amount_block {
  font-family: 'roboto light';
  color: #505050;
  margin-right: 10px;
}
.uss_eshop_block_item .uss_eshop_amount_block .amount_title {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.uss_eshop_block_item .uss_eshop_amount_block .basket_amount_class {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  padding: 0 5px 0 5px;
  border-radius: 17px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: 1px solid #dfdfdf;
  outline: none;
  color: inherit;
}
.uss_eshop_block_item .uss_eshop_amount_block .basket_amount_class:focus {
  border-color: #d63535;
  -webkit-transition: border-color 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out;
}
.uss_eshop_block_item:hover {
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: 0 -1px 21px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -1px 21px rgba(0, 0, 0, 0.1);
  z-index: 100;
  position: relative;
}
.uss_eshop_block_item:hover .buy-btns {
  opacity: 1;
}
body.touch .uss_eshop_block_item .buy-btns {
  opacity: 1 !important;
  position: static !important;
}
body.touch .buy-block {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
body.touch .aside .aside-block.aside-position .uss_eshop_block_item > .buy-btns {
  position: static;
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.positions .inner {
  border: none;
  padding-bottom: 0;
}
.positions .mCSB_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.positions .h3 {
  font-size: 34px;
  color: inherit;
  font-weight: normal;
  font-family: 'roboto light';
  text-transform: uppercase;
  margin-bottom: 29px;
}
.positions .h3 .title-nav {
  float: right;
}
.positions .h3 .title-nav a {
  font-size: 14px;
  text-align: right;
  line-height: 40px;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.positions .h3 .title-nav a:after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  background: transparent;
}
.positions .h3 .title-nav a:hover:after {
  -webkit-animation: service-block-link-animation1 0.25s linear;
          animation: service-block-link-animation1 0.25s linear;
  background: #d63535;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.positions .h3 .title-nav a:after {
  bottom: 0 !important;
}
.positions .h3 > a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.positions .positions-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 40px 0;
}
.positions .positions-nav span {
  font-size: 16px;
  text-transform: uppercase;
  border: 1px solid #b3b3b3;
  color: #b0b0b0;
  border-radius: 50px;
  padding: 15px 21px 13px 21px;
  margin: 0 10px;
  letter-spacing: 1.2px;
  cursor: pointer;
  -webkit-transition: border-color 0.25s linear, background 0.25s linear, color 0.15s linear;
  transition: border-color 0.25s linear, background 0.25s linear, color 0.15s linear;
}
.positions .positions-nav span:hover {
  border-color: #d63535;
  color: #d63535;
}
.positions .positions-nav span.active {
  background: #d63535;
  border: 1px solid #d63535;
  color: #fff;
}
.positions .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.positions .position-tab {
  min-width: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  visibility: hidden;
}
.positions .position-tab.active {
  -webkit-box-ordinal-group: -10;
      -ms-flex-order: -11;
          order: -11;
  opacity: 1;
  visibility: visible;
}
.positions .position-tab .uss_widget_outer_content,
.positions .position-tab .items {
  padding-bottom: 0;
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
  white-space: nowrap;
}
.positions .position-tab .uss_widget_outer_content .uss_eshop_block_item,
.positions .position-tab .items .uss_eshop_block_item {
  min-width: 280px;
  white-space: normal;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.positions .position-tab .uss_widget_outer_content .uss_eshop_block_item .img,
.positions .position-tab .items .uss_eshop_block_item .img {
  width: 100%;
}
.positions .position-tab .uss_widget_outer_content .uss_eshop_block_item .uss_shop_price,
.positions .position-tab .items .uss_eshop_block_item .uss_shop_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  padding: 0;
  margin: 0 0 7px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.positions .position-tab .uss_widget_outer_content .uss_eshop_block_item .buy-btns,
.positions .position-tab .items .uss_eshop_block_item .buy-btns {
  padding: 0;
  width: auto;
  max-width: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 7px 0;
}
.positions .position-tab .uss_widget_outer_content .uss_eshop_block_item .buy-btns a,
.positions .position-tab .items .uss_eshop_block_item .buy-btns a {
  max-width: none;
  width: auto;
}
.positions .position-tab .uss_widget_outer_content .uss_eshop_block_item.order_many .uss_shop_price,
.positions .position-tab .items .uss_eshop_block_item.order_many .uss_shop_price {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.positions .position-tab .uss_widget_outer_content .uss_eshop_block_item.order_many .uss_shop_price .old_price,
.positions .position-tab .items .uss_eshop_block_item.order_many .uss_shop_price .old_price {
  margin: 0 !important;
}
.positions .uss_eshop_block_item {
  border: 1px solid #e8e8e8;
}
.positions .uss_eshop_block_item .buy-btns {
  opacity: 1;
}
.positions .uss_eshop_block_item .img > a.imagelink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.positions .uss_eshop_block_item .img > a.imagelink img {
  height: 100%;
  width: auto;
  max-width: unset;
}
.positions .uss_eshop_block_item .uss_shop_name a {
  display: block;
  height: 2.7em;
  overflow: hidden;
}
.mCSB_draggerContainer .mCSB_dragger_bar {
  height: 15px !important;
  background: url(../img/position-bar.png) center no-repeat, #d63535 !important;
  border-radius: 15px !important;
  margin: 0 auto !important;
}
.mCSB_draggerContainer .mCSB_draggerRail {
  height: 5px;
  background: rgba(0, 0, 0, 0.5);
}
.table-block .inner {
  padding: 35px 0 25px 0;
}
.table-block p {
  margin: 0 0 -2px 0;
}
.table-block .title {
  font-size: 20px;
}
.table-block .image {
  margin-bottom: 10px;
  height: 100px;
  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;
}
.table-block .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.table-block .row .column {
  margin-bottom: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  text-align: center;
}
.table-block .row .column img {
  max-width: 100%;
}
.table-block.x4 .column {
  width: calc(100% / 4);
}
.table-block.x3 .column {
  width: calc(100% / 3);
}
.table-block.x2 .column {
  width: calc(100% / 2);
}
.contacts.block .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
}
.contacts.block .left {
  width: calc(50% - 10px);
  max-width: 100%;
  margin-left: calc(10px - 50%);
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contacts.block .left > div:not(.map) {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.contacts.block .right {
  width: calc(50% - 10px);
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: calc(10px - 50%);
  opacity: 0;
}
.contacts.block .right > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.contacts.block .contacts-block {
  padding: 26px 33px 26px 33px;
  font-family: 'roboto light';
  border-radius: 3px;
  width: 100%;
}
.contacts.block .contacts-block img {
  max-width: 100%;
  height: auto;
}
.contacts.block .contacts-block.type1 {
  color: #fff;
}
.contacts.block .contacts-block.type0 {
  padding: 0;
}
.contacts.block .contacts-block.bg-type1 {
  background: #303030;
}
.contacts.block .contacts-block.bg-type2 {
  background: #d63535;
}
.contacts.block .contacts-block.bg-type0 {
  padding: 0;
}
.contacts.block .contacts-block .h3 {
  font-size: 30px;
  text-transform: uppercase;
  font-family: 'OpenSans';
  font-weight: normal;
}
.contacts.block .left .contacts-block .h3 {
  border-bottom: 3px solid #d63535;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 12px;
}
.contacts.block .contacts-block a {
  color: inherit;
}
.contacts.block .contacts-block .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contacts.block .contacts-block .row .column {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.contacts.block .contacts-block table {
  display: block;
  width: 100%;
}
.contacts.block .contacts-block table tbody {
  display: block;
}
.contacts.block .contacts-block table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contacts.block .contacts-block table tr td {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  display: block;
  line-height: 1;
}
.contacts.block .contacts-block table tr p {
  margin: 0 0 10px 0;
}
.feedback-form {
    text-align: center;
}
.feedback-form .uss_error_form {
    margin: 0 auto 15px;
    text-align: left;
}
.contacts.block .contact {
  font-size: 14px;
  padding: 26px 33px;
}
.contacts.block .contact .h3 {
  text-align: left;
}
.contacts.block .contact p span {
  font-size: 24px;
}
.contacts.block .social {
  margin: 15px 0 0 0;
}
.contacts.block.visible .right {
  -webkit-animation: contacts-animation-right 0.75s linear;
          animation: contacts-animation-right 0.75s linear;
  margin-right: 0;
  opacity: 1;
}
.contacts.block.visible .left {
  -webkit-animation: contacts-animation-left 0.75s linear;
          animation: contacts-animation-left 0.75s linear;
  margin-left: 0;
  opacity: 1;
}
.footer .inner {
  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: 30px 0 0 0;
  margin-top: 57px;
  border-top: 1px solid #e8e8e8;
}
.footer .left {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  max-width: 380px;
}
.footer .right {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  max-width: 380px;
  text-align: right;
}
.footer .center {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  text-align: center;
}
.footer .footer-logo {
  font-size: 36px;
  font-family: 'roboto light';
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer .footer-logo a {
  color: inherit;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
}
.footer .footer-logo a span {
  color: #d63535;
}
.footer .footer-logo a p {
  margin: 0;
}
.footer .footer-logo a .logo-column img {
  display: block;
  height: 75px;
  width: auto !important;
}
.footer .footer-logo a .logo-column:first-child {
  margin-right: 10px;
}
.footer .footer-slogan {
  font-family: 'OpenSans';
  font-size: 14px;
  color: #d63535;
  display: block;
  margin: 3px 0 0 0;
}
.footer-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-menu ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-menu .inner {
  border-bottom: 1px solid #e8e8e8;
  padding: 22px 0 22px 0;
}
.footer-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;
}
.footer-menu ul li {
  position: relative;
}
.footer-menu ul li a {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
  border-bottom: 2px solid transparent;
  font-size: 14px;
  padding: 15px 0 16px;
  position: relative;
}
.footer-menu ul li a:not(.active):after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  background: transparent;
}
.footer-menu ul li a:not(.active):hover:after {
  -webkit-animation: service-block-link-animation1 0.25s linear;
          animation: service-block-link-animation1 0.25s linear;
  background: #d63535;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.footer-menu ul li a:after {
  bottom: 0 !important;
}
.footer-menu ul li .submenu {
  display: none;
  position: absolute;
  left: 0;
  min-width: 200px;
  width: 100%;
  bottom: 100%;
  z-index: 10;
  background: #d63535;
  color: #fff;
  padding: 5px;
}
.footer-menu ul li .submenu li {
  display: block;
}
.footer-menu ul li .submenu li a {
  text-align: left;
  display: block;
  color: inherit;
  text-transform: none;
  border: none !important;
  padding: 6px 0 7px;
}
.footer-menu ul li .submenu li a:after {
  content: none !important;
}
.footer-menu ul li .submenu li a:hover {
  text-decoration: underline;
}
.footer-menu ul li.last .submenu {
  right: 0;
  left: auto;
}
.footer-menu ul li.active a,
.footer-menu ul li:hover a {
  color: #d63535;
}
.footer-menu ul li.active a {
  border-bottom: 2px solid #d63535;
}
.footer-menu ul li:hover > .submenu {
  display: block;
}
.bottom p {
  margin: 0;
}
.bottom .inner {
  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;
  padding: 32px 0 28px 0;
}
.bottom a {
  text-decoration: none;
}
.bottom a:hover {
  text-decoration: underline;
}
.bottom .column {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.bottom .column:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  max-width: 100%;
  padding-left: 0;
}
.bottom .column:last-child {
  padding-right: 0;
  text-align: right;
}
.bottom .dev {
  display: inline-block;
}
.bottom .copy {
  font-size: 14px;
  margin-bottom: 5px;
}
.bottom .privacy {
  font-size: 14px;
}
.bread {
  font-size: 14px;
  font-family: 'roboto light';
}
.uss_shop_block_cat .uss_shop_category {
  overflow: visible;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_img_wrap {
  margin: 0 0 12px 0;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_img_wrap .uss_shop_cat_img {
  height: auto !important;
  overflow: visible;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_img_wrap .uss_shop_cat_img a {
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  overflow: hidden;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_img_wrap .uss_shop_cat_img a img {
  max-width: 100%;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_name a {
  
}
.uss_shop_block_cat .uss_shop_category:hover .uss_shop_cat_img_wrap .uss_shop_cat_img a {
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 21px rgba(0, 0, 0, 0.1);
  border: 1px solid #e8e8e8;
}
.uss_shop_blocks_view {
  overflow: visible;
  margin-bottom: 30px;
  /*&.one-in-row {
		.uss_eshop_item {
			width: 100% !important;
			margin-left: 0 !important;
			margin-right: 0 !important;
			margin-bottom: 0;
			&:not(:last-child) {
				padding-bottom: 20px;
			}
			.posimg_item {
				.uss_img_holder {
					display: block;
					margin: 0 auto;
				}
			}
			&+.uss_eshop_item {
				padding-top: 20px;
				border-top: 1px solid #999;
			}
		}
	}*/
}
.uss_shop_blocks_view .uss_eshop_item {
  margin-right: 0;
  border: 1px solid #fff;
  position: relative;
  padding: 0;
  max-width: calc((100% - 10px) / 2);
  overflow: hidden;
}
.uss_shop_blocks_view .uss_eshop_item .posimg_item {
  width: 100% !important;
}
.uss_shop_blocks_view .uss_eshop_item .posimg_item .uss_img_holder {
  border: none;
  background: #fff;
  display: block;
  padding: 0;
}
.uss_shop_blocks_view .uss_eshop_item .posimg_item .uss_img_holder a img {
  max-width: 100%;
}
.uss_shop_blocks_view .uss_eshop_item .posimg_item .uss_img_holder > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.uss_shop_blocks_view .uss_eshop_item .posimg_item ~ div:not(.buy-block) {
  padding-left: 10px;
  padding-right: 10px;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_name {
  margin-bottom: 24px;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_name a {
  font-family: 'roboto light';
  text-decoration: none;
  display: block;
  line-height: 1.35;
  color: inherit;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_name a:hover {
  text-decoration: underline;
  color: #d63535;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_description {
  margin: 0 0 10px 0;
}
.uss_shop_blocks_view .uss_eshop_item .uss_specifications {
  margin: 0 0 15px 0;
}
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_area {
  margin: 0 0 15px 0;
}
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_area form .group_wrap .title {
  font-weight: normal;
  font-family: 'roboto';
  margin: 0 10px 7px 0;
  display: inline-block;
  vertical-align: middle;
}
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_area form .group_wrap .value {
  vertical-align: middle;
  display: inline-block;
  font-size: 14px;
  font-family: 'roboto medium';
  margin-bottom: 7px;
}
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_area form .group_wrap .eshop_filters_line {
  width: 100%;
}
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_area form .group_wrap .eshop_filters_line .title {
  font-family: 'roboto medium';
}
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_area form .group_wrap .eshop_filters_line .value {
  display: block;
  width: 100%;
}
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_area form .group_wrap .jq-selectbox {
  width: 100%;
  display: block;
  margin-right: 0;
}
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_area form .group_wrap .jq-selectbox .jq-selectbox__select {
  width: 100%;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_price {
  text-align: center;
  font-size: inherit;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_price span {
  background: none !important;
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
  display: inline-block;
  vertical-align: middle;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_price span.old_price {
  margin: 0 10px 0 0 !important;
  color: #c3c3c3;
  font-weight: bold;
  font-size: 16px;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_price span.actual_price {
  font-weight: bold;
  font-size: 22px;
  color: #303030;
}
.uss_shop_blocks_view .uss_eshop_item .uss_eshop_amount_block {
  font-family: 'roboto light';
  color: #505050;
  margin-right: 10px;
}
.uss_shop_blocks_view .uss_eshop_item .uss_eshop_amount_block .amount_title {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.uss_shop_blocks_view .uss_eshop_item .uss_eshop_amount_block .basket_amount_class {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  padding: 0 5px 0 5px;
  border-radius: 17px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: 1px solid #dfdfdf;
  outline: none;
  color: inherit;
}
.uss_shop_blocks_view .uss_eshop_item .uss_eshop_amount_block .basket_amount_class:focus {
  border-color: #d63535;
  -webkit-transition: border-color 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_by {
  margin: 0;
}
.uss_shop_blocks_view .uss_eshop_item .buy-block {
  position: absolute;
  left: -1px;
  right: -1px;
  top: calc(100% + 14px);
  opacity: 0;
  background: #fcfcfc;
  padding-left: 19px;
  padding-right: 19px;
}
.uss_shop_blocks_view .uss_eshop_item .buy-block.x5 > div:not(.eshop_filters_area):not(.bottom_extra) {
  max-width: calc((100% - 40px) / 5);
}
.uss_shop_blocks_view .uss_eshop_item .buy-block.x4 > div:not(.eshop_filters_area):not(.bottom_extra) {
  max-width: calc((100% - 30px) / 4);
}
.uss_shop_blocks_view .uss_eshop_item .buy-block.x3 > div:not(.eshop_filters_area):not(.bottom_extra) {
  max-width: calc((100% - 20px) / 3);
}
.uss_shop_blocks_view .uss_eshop_item .buy-block.x2 > div:not(.eshop_filters_area):not(.bottom_extra) {
  max-width: calc((100% - 10px) / 2);
}
.uss_shop_blocks_view .uss_eshop_item .buy-block.x1 > div:not(.eshop_filters_area):not(.bottom_extra) {
  max-width: 100%;
}
.uss_shop_blocks_view .uss_eshop_item .buy-btns:not(.bottom_extra) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.uss_shop_blocks_view .uss_eshop_item .buy-btns:not(.bottom_extra) .uss_shop_by {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.uss_shop_blocks_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart {
  background: #d63535;
  color: #fff;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 13px 10px 13px;
  border-radius: 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.uss_shop_blocks_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart:hover {
  background: #303030;
  color: #fff;
}
.uss_shop_blocks_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart.already_in_cart {
  font-size: 14px;
  line-height: 1;
  text-transform: none;
  padding: 7px 10px 6px;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  display: block;
}
.uss_shop_blocks_view .uss_eshop_item:not(.order_many) .buy-btns:not(.bottom_extra) {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.uss_shop_blocks_view .uss_eshop_item:not(.order_many) .buy-btns:not(.bottom_extra) .uss_shop_price {
  text-align: left !important;
}
.uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
  padding-bottom: 19px;
}
.uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra.x-0 {
  display: none !important;
}
.uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra > div:not(:last-child) {
  margin-right: 14px;
}
.uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_put_wrap {
  overflow: hidden;
  height: 35px;
  display: inline-block;
  border: 1px solid #b3b3b3;
  border-radius: 35px;
  text-indent: -9999px;
  /*min-width: 70px;*/
  -webkit-transition: border-color 0.25s linear;
  transition: border-color 0.25s linear;
  cursor: pointer;
}
.uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_put_wrap a {
  display: block;
  width: 100%;
  height: 100%;
}
.uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_put_wrap > * {
  background: url(../img/later.png) center no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-filter: invert(50%);
          filter: invert(50%);
}
.uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_put_wrap:hover {
  border-color: #d63535;
}
.uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_put_wrap:hover > * {
  -webkit-filter: invert(0%);
          filter: invert(0%);
}
.uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_compare_by {
  overflow: hidden;
  height: 35px;
  display: inline-block;
  text-indent: -9999px;
  /*min-width: 70px;*/
}
.uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_compare_by > * {
  max-width: 100%;
  border: 1px solid #d63535;
  border-radius: 35px;
  -webkit-transition: border-color 0.25s linear;
  transition: border-color 0.25s linear;
  cursor: pointer;
  background: url(../img/compare.png) center no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-filter: invert(50%);
          filter: invert(50%);
}
.uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_compare_by:hover > * {
  -webkit-filter: invert(0%);
          filter: invert(0%);
}
.uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_compare_by a.already_in_compare {
  -webkit-filter: invert(0%);
          filter: invert(0%);
}
.uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_by.uss_shop_buy_one_click {
  overflow: hidden;
  height: 35px;
  display: inline-block;
  border: 1px solid #b3b3b3;
  border-radius: 35px;
  text-indent: -9999px;
  /*min-width: 70px;*/
  -webkit-transition: border-color 0.25s linear;
  transition: border-color 0.25s linear;
  cursor: pointer;
  width: auto !important;
}
.uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_by.uss_shop_buy_one_click > * {
  background: url(../img/fast-buy.png) center no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-filter: invert(50%);
          filter: invert(50%);
}
.uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_by.uss_shop_buy_one_click:hover {
  border-color: #d63535;
}
.uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_by.uss_shop_buy_one_click:hover > * {
  -webkit-filter: invert(0%);
          filter: invert(0%);
}
.uss_shop_blocks_view .uss_eshop_item:hover {
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: 0 -1px 21px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -1px 21px rgba(0, 0, 0, 0.1);
  z-index: 100;
  position: relative;
  overflow: visible;
}
.uss_shop_blocks_view .uss_eshop_item:hover .buy-block {
  opacity: 1;
  -webkit-box-shadow: 0 2px 21px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 21px rgba(0, 0, 0, 0.1);
  -webkit-animation: hover-opactiy 0.35s linear;
          animation: hover-opactiy 0.35s linear;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.uss_shop_blocks_view .uss_eshop_item:hover .buy-block:after {
  content: '';
  left: 0;
  right: 0;
  top: -14px;
  height: 14px;
  background: #fcfcfc;
  position: absolute;
}
.uss_shop_blocks_view .uss_eshop_item.order_many .uss_shop_price {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.uss_shop_blocks_view .uss_eshop_item.order_many .uss_shop_price span {
  margin: 0 !important;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  text-align: center;
}
.uss_shop_blocks_view .uss_eshop_item.order_many .uss_shop_by {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  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;
}
.uss_shop_blocks_view .uss_eshop_item.order_many .buy-btns .uss_shop_price {
  margin-bottom: 5px;
}
.uss_shop_blocks_view .uss_eshop_item.order_many .buy-btns .uss_shop_by {
  width: 100%;
}
.uss_shop_blocks_view .uss_eshop_item.order_many .buy-btns:not(.bottom_extra) .uss_shop_by {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}
.uss_shop_blocks_view .uss_eshop_item.order_many .buy-block > .uss_shop_by {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}
.uss_shop_blocks_view .uss_eshop_item.order_one .uss_shop_price {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.touch .uss_shop_blocks_view .uss_eshop_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.touch .uss_shop_blocks_view .uss_eshop_item .buy-block {
  position: static;
  opacity: 1;
  margin-top: auto;
}
.touch .last-view .uss_eshop_block_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.touch .last-view .uss_eshop_block_item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.touch .last-view .uss_eshop_block_item .buy-btns {
  margin-top: auto;
  opacity: 1;
  position: static;
  display: block;
}
.touch .uss_eshop_sameproducts.blocks .item {
  border: none !important;
}
.touch .uss_eshop_sameproducts.blocks .item .addToCart {
  opacity: 1;
}
.touch .uss_eshop_sameproducts.blocks .item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.uss_shop_list_cat .uss_shop_category {
  border: 1px solid rgba(255, 255, 255, 0);
}
.uss_shop_list_cat .uss_shop_category .uss_shop_cat_img_wrap .uss_shop_cat_img {
  border: none;
}
.uss_shop_list_cat .uss_shop_category .uss_shop_cat_name {
  margin-bottom: 19px;
  padding: 10px 0 0 0;
}
.uss_shop_list_cat .uss_shop_category .uss_shop_cat_name a {
  font-size: 18px;
  text-decoration: none;
  position: relative;
}
.uss_shop_list_cat .uss_shop_category .uss_shop_cat_name a:after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  background: transparent;
}
.uss_shop_list_cat .uss_shop_category .uss_shop_cat_name a:hover:after {
  -webkit-animation: service-block-link-animation1 0.25s linear;
          animation: service-block-link-animation1 0.25s linear;
  background: #d63535;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.uss_shop_list_cat .uss_shop_category .uss_shop_cat_name a:after {
  bottom: -5px !important;
}
.uss_shop_list_cat .uss_shop_category .uss_shop_cat_text {
  font-size: 14px;
}
.uss_shop_list_cat .uss_shop_category .uss_shop_cat_text p {
  margin: 0 0 10px 0;
}
.uss_shop_list_cat .uss_shop_category:hover {
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: 0 -1px 21px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -1px 21px rgba(0, 0, 0, 0.1);
  z-index: 100;
  position: relative;
}
.uss_shop_list_view .uss_eshop_item {
  border: 1px solid rgba(255, 255, 255, 0);
  margin-bottom: 3px;
}
.uss_shop_list_view .uss_eshop_item .posimg_item .uss_img_holder {
  border: none;
}
.uss_shop_list_view .uss_eshop_item .uss_shop_technical_data {
  padding-top: 10px;
}
.uss_shop_list_view .uss_eshop_item .uss_shop_name {
  margin: 0 0 10px 0;
}
.uss_shop_list_view .uss_eshop_item .uss_shop_name a {
  font-family: 'roboto light';
  text-decoration: none;
  display: block;
  overflow: hidden;
  line-height: 1.35;
  color: inherit;
}
.uss_shop_list_view .uss_eshop_item .uss_shop_name a:hover {
  color: #d63535;
}
.uss_shop_list_view .uss_eshop_item .uss_shop_price {
  margin: 0 0 10px 0;
}
.uss_shop_list_view .uss_eshop_item .uss_shop_price span {
  background: none !important;
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
  display: inline-block;
  vertical-align: middle;
}
.uss_shop_list_view .uss_eshop_item .uss_shop_price span.old_price {
  margin: 0 10px 0 0 !important;
  color: #c3c3c3;
  font-weight: bold;
  font-size: 16px;
}
.uss_shop_list_view .uss_eshop_item .uss_shop_price span.actual_price {
  font-weight: bold;
  font-size: 22px;
  color: #303030;
}
.uss_shop_list_view .uss_eshop_item .uss_shop_by {
  margin: 0;
  padding-right: 7px;
  padding-left: 7px;
}
.uss_shop_list_view .uss_eshop_item .buy-btns:not(.bottom_extra) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 7px;
}
.uss_shop_list_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart {
  background: #d63535;
  color: #fff;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 16px 20px 15px;
  border-radius: 50px;
  display: inline-block;
}
.uss_shop_list_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart:hover {
  background: #303030;
  color: #fff;
}
.uss_shop_list_view .uss_eshop_item .buy-btns.bottom_extra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 15px;
}
.uss_shop_list_view .uss_eshop_item .buy-btns.bottom_extra.x-0 {
  display: none !important;
}
.uss_shop_list_view .uss_eshop_item .buy-btns.bottom_extra > div {
  white-space: nowrap;
  margin-bottom: 5px;
}
.uss_shop_list_view .uss_eshop_item .buy-btns.bottom_extra > div:not(:last-child) {
  margin-right: 14px;
}
.uss_shop_list_view .uss_eshop_item .uss_eshop_amount_block {
  font-family: 'roboto light';
  color: #505050;
  margin-right: 10px;
}
.uss_shop_list_view .uss_eshop_item .uss_eshop_amount_block .amount_title {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.uss_shop_list_view .uss_eshop_item .uss_eshop_amount_block .basket_amount_class {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  padding: 0 5px 0 5px;
  border-radius: 17px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: 1px solid #dfdfdf;
  outline: none;
  color: inherit;
}
.uss_shop_list_view .uss_eshop_item .uss_eshop_amount_block .basket_amount_class:focus {
  border-color: #d63535;
  -webkit-transition: border-color 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out;
}
.uss_shop_list_view .uss_eshop_item .uss_shop_by.uss_shop_buy_one_click {
  overflow: hidden;
  height: 35px;
  display: inline-block;
  border: 1px solid #b3b3b3;
  border-radius: 35px;
  min-width: 70px;
  -webkit-transition: border-color 0.25s linear;
  transition: border-color 0.25s linear;
  cursor: pointer;
}
.uss_shop_list_view .uss_eshop_item .uss_shop_by.uss_shop_buy_one_click > * {
  background: url(../img/fast-buy.png) 7px center no-repeat;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-filter: invert(50%);
          filter: invert(50%);
  padding: 2px 10px 0 32px;
}
.uss_shop_list_view .uss_eshop_item .uss_shop_by.uss_shop_buy_one_click:hover {
  border-color: #d63535;
}
.uss_shop_list_view .uss_eshop_item .uss_shop_by.uss_shop_buy_one_click:hover > * {
  -webkit-filter: invert(0%);
          filter: invert(0%);
}
.uss_shop_list_view .uss_eshop_item .uss_compare_by {
  overflow: hidden;
  height: 35px;
  display: inline-block;
  min-width: 70px;
}
.uss_shop_list_view .uss_eshop_item .uss_compare_by > * {
  max-width: 100%;
  border: 1px solid #d63535;
  border-radius: 35px;
  -webkit-transition: border-color 0.25s linear;
  transition: border-color 0.25s linear;
  cursor: pointer;
  background: url(../img/compare.png) 7px center no-repeat;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-filter: invert(50%);
          filter: invert(50%);
  padding: 2px 10px 0 32px;
}
.uss_shop_list_view .uss_eshop_item .uss_compare_by:hover > * {
  -webkit-filter: invert(0%);
          filter: invert(0%);
}
.uss_shop_list_view .uss_eshop_item .uss_compare_by a.already_in_compare {
  -webkit-filter: invert(0%);
          filter: invert(0%);
}
.uss_shop_list_view .uss_eshop_item .uss_shop_put_wrap {
  overflow: hidden;
  height: 35px;
  display: inline-block;
  border: 1px solid #b3b3b3;
  border-radius: 35px;
  min-width: 70px;
  -webkit-transition: border-color 0.25s linear;
  transition: border-color 0.25s linear;
  cursor: pointer;
}
.uss_shop_list_view .uss_eshop_item .uss_shop_put_wrap > * {
  background: url(../img/later.png) 7px center no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-filter: invert(50%);
          filter: invert(50%);
  padding: 2px 10px 0 32px;
}
.uss_shop_list_view .uss_eshop_item .uss_shop_put_wrap a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
.uss_shop_list_view .uss_eshop_item .uss_shop_put_wrap:hover {
  border-color: #d63535;
}
.uss_shop_list_view .uss_eshop_item .uss_shop_put_wrap:hover > * {
  -webkit-filter: invert(0%);
          filter: invert(0%);
}
.uss_shop_list_view .uss_eshop_item:hover {
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: 0 -1px 21px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -1px 21px rgba(0, 0, 0, 0.1);
  z-index: 100;
  position: relative;
}
.uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_price span {
  background: none !important;
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
  display: block;
}
.uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_price span.actual_price {
  font-weight: bold;
  font-size: 36px;
  color: #303030;
}
.uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_price span.old_price {
  margin: 0 10px 0 0 !important;
  color: #c3c3c3;
  font-weight: bold;
  font-size: 16px;
}
.uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_cart {
  background: #d63535;
  color: #fff;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 3px 7px 3px 7px;
  border-radius: 50px;
  max-width: 100%;
  white-space: nowrap;
}
.uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_cart:hover {
  background: #303030;
  color: #fff;
}
.uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_cart.buy_one_click {
  background: #303030;
  border-color: #303030;
}
.uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_cart.buy_one_click:hover {
  background: #b3b3b3;
  color: #303030;
}
.uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_wishlist,
.uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_compare {
  max-width: 100%;
  border: 1px solid #d63535;
  border-radius: 35px;
  -webkit-transition: border-color 0.25s linear;
  transition: border-color 0.25s linear;
  cursor: pointer;
  padding: 3px 7px 3px 7px;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-filter: invert(50%);
          filter: invert(50%);
  text-decoration: none;
}
.uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_wishlist > *,
.uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_compare > * {
  -webkit-filter: invert(0%);
          filter: invert(0%);
}
@media (min-width: 769px) {
  .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_price span.actual_price {
    font-size: 14px;
    margin: 0 !important;
  }
  .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_price span.old_price {
    font-size: 12px;
    margin: 0 !important;
  }
  .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a {
    width: 100%;
    font-size: 14px !important;
  }
  .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder > * {
    margin-top: 3px;
    margin-bottom: 3px;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_img {
    max-width: 140px;
  }
  .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_img .uss_img_holder_outer {
    max-width: 100%;
  }
  .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_img .uss_img_holder_outer .uss_img_holder {
    max-width: 100%;
    height: auto !important;
  }
  .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_img .uss_img_holder_outer img {
    max-width: 100%;
  }
}
.uss_shop_detail_pos {
  margin-bottom: 8px;
}
.uss_shop_detail_pos .uss_img_wrapper {
  max-width: 100%;
}
.uss_shop_detail_pos .uss_img_wrapper .uss_img_big_image {
  max-width: 100%;
  height: auto !important;
}
.uss_shop_detail_pos .uss_shop_technical_data {
  display: block;
  overflow: hidden;
}
.uss_shop_detail_pos .uss_shop_technical_data .uss_shop_price span {
  background: none !important;
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
  display: block;
}
.uss_shop_detail_pos .uss_shop_technical_data .uss_shop_price span.price {
  font-weight: bold;
  font-size: 36px;
  color: #303030;
}
.uss_shop_detail_pos .uss_shop_technical_data .uss_shop_price span.old_price {
  margin: 0 10px 0 0 !important;
  color: #c3c3c3;
  font-weight: bold;
  font-size: 16px;
}
.uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by {
  display: inline-block;
  vertical-align: middle;
}
.uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by .uss_eshop_amount_block {
  font-family: 'roboto light';
  color: #505050;
  margin-right: 10px;
}
.uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by .uss_eshop_amount_block .amount_title {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by .uss_eshop_amount_block .basket_amount_class {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  padding: 0 5px 0 5px;
  border-radius: 17px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: 1px solid #dfdfdf;
  outline: none;
  color: inherit;
}
.uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by .uss_eshop_amount_block .basket_amount_class:focus {
  border-color: #d63535;
  -webkit-transition: border-color 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out;
}
.uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by a.add_to_cart {
  background: #d63535;
  color: #fff;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 16px 24px 15px 25px;
  border-radius: 50px;
  max-width: 100%;
  white-space: nowrap;
  min-width: 110px;
}
.uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by a.add_to_cart:hover {
  background: #303030;
  color: #fff;
}
.uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by a.add_to_cart.already_in_cart {
  padding-left: 10px;
  padding-right: 10px;
}
.uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by.uss_shop_buy_one_click a.add_to_cart {
  background: #303030;
  border-color: #303030;
}
.uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by.uss_shop_buy_one_click a.add_to_cart:hover {
  background: #b3b3b3;
  color: #303030;
}
.uss_shop_detail_pos .uss_shop_technical_data .uss_shop_put_wrap {
  overflow: hidden;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #b3b3b3;
  border-radius: 35px;
  min-width: 70px;
  -webkit-transition: border-color 0.25s linear;
  transition: border-color 0.25s linear;
  cursor: pointer;
  font-size: 14px;
  line-height: 33px;
  margin-right: 15px;
}
.uss_shop_detail_pos .uss_shop_technical_data .uss_shop_put_wrap > * {
  background: url(../img/later.png) 16px center no-repeat;
  padding-left: 44px;
  padding-right: 20px;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-filter: invert(50%);
          filter: invert(50%);
}
.uss_shop_detail_pos .uss_shop_technical_data .uss_shop_put_wrap:hover {
  border-color: #d63535;
}
.uss_shop_detail_pos .uss_shop_technical_data .uss_shop_put_wrap:hover > * {
  -webkit-filter: invert(0%);
          filter: invert(0%);
}
.uss_shop_detail_pos .uss_shop_technical_data .uss_shop_put_wrap a {
  text-decoration: none;
}
.uss_shop_detail_pos .uss_shop_technical_data .uss_compare_by {
  overflow: hidden;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  min-width: 70px;
  font-size: 14px;
  line-height: 33px;
}
.uss_shop_detail_pos .uss_shop_technical_data .uss_compare_by > * {
  max-width: 100%;
  border: 1px solid #d63535;
  border-radius: 35px;
  -webkit-transition: border-color 0.25s linear;
  transition: border-color 0.25s linear;
  cursor: pointer;
  background: url(../img/compare.png) 16px center no-repeat;
  padding-left: 44px;
  padding-right: 20px;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-filter: invert(50%);
          filter: invert(50%);
}
.uss_shop_detail_pos .uss_shop_technical_data .uss_compare_by:hover > * {
  -webkit-filter: invert(0%);
          filter: invert(0%);
}
.uss_shop_detail_pos .uss_shop_technical_data .uss_compare_by a {
  text-decoration: none;
}
.uss_shop_detail_pos .uss_shop_technical_data .uss_compare_by a.already_in_compare {
  -webkit-filter: invert(0%);
          filter: invert(0%);
}
.uss_shop_detail_pos .uss_shop_technical_data .uss-wrap-block > * {
  margin-right: 10px;
}
.uss_shop_detail_pos .eshop_filters_area {
  padding: 0 10px;
}
.uss_shop_detail_pos .eshop_filters_area form .group_wrap .title {
  font-weight: normal;
  font-family: 'roboto';
  margin: 0 10px 7px 0;
  display: inline-block;
  vertical-align: middle;
}
.uss_shop_detail_pos .eshop_filters_area form .group_wrap .value {
  vertical-align: middle;
  display: inline-block;
  font-size: 14px;
  font-family: 'roboto medium';
  margin-bottom: 7px;
}
.uss_shop_detail_pos .eshop_filters_area form .group_wrap .eshop_filters_line {
  width: 100%;
}
.uss_shop_detail_pos .eshop_filters_area form .group_wrap .eshop_filters_line .title {
  font-family: 'roboto medium';
}
.uss_shop_detail_pos .eshop_filters_area form .group_wrap .eshop_filters_line .value {
  display: block;
  width: 100%;
}
.uss_shop_detail_pos .eshop_filters_area form .group_wrap .jq-selectbox {
  width: 100%;
  display: block;
  margin-right: 0;
}
.uss_shop_detail_pos .eshop_filters_area form .group_wrap .jq-selectbox .jq-selectbox__select {
  width: 100%;
}
div.uss_tabs {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 60px;
  padding-top: 20px;
}
div.uss_tabs div.uss_tabs_navigation {
  padding-bottom: 5px;
}
div.uss_tabs div.uss_tabs_navigation span {
  display: inline-block;
  color: #b0b0b0;
  border: 1px solid transparent;
  text-transform: uppercase;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  font-size: 16px;
  font-family: 'roboto light';
  font-weight: normal;
  height: auto;
  padding: 8px 33px 5px 39px;
  letter-spacing: 0.13px;
  border-radius: 50px;
  margin-bottom: 5px;
  margin-right: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
div.uss_tabs div.uss_tabs_navigation span:hover {
  border-color: #b3b3b3;
}
div.uss_tabs div.uss_tabs_navigation span.selected {
  background: #d63535;
  border: 1px solid #d63535;
  color: #fff;
}
div.uss_tabs div.tab_items {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  border: none;
}
div.uss_tabs div.tab_items .tab_item {
  padding: 10px;
  zoom: 1;
}
div.uss_tabs div.tab_items .tab_item:before,
div.uss_tabs div.tab_items .tab_item:after {
  content: '';
  display: table;
}
div.uss_tabs div.tab_items .tab_item:after {
  clear: both;
}
.table {
  display: block;
}
.table tbody {
  display: block;
}
.table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.table tr td {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 25%;
          flex: 0 25%;
  text-align: center;
}
.h3.h_op {
  font-size: 34px;
  color: inherit;
  font-weight: normal;
  font-family: 'roboto light';
  text-transform: uppercase;
  margin-bottom: 29px;
  font-size: 30px;
  margin: 0 0 29px 0;
  padding: 0;
}
.h3.h_op .title-nav {
  float: right;
}
.h3.h_op .title-nav a {
  font-size: 14px;
  text-align: right;
  line-height: 40px;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.h3.h_op .title-nav a:after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  background: transparent;
}
.h3.h_op .title-nav a:hover:after {
  -webkit-animation: service-block-link-animation1 0.25s linear;
          animation: service-block-link-animation1 0.25s linear;
  background: #d63535;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.h3.h_op .title-nav a:after {
  bottom: 0 !important;
}
.h3.h_op > a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.uss_eshop_sameproducts.blocks {
  border-bottom: 1px solid #e8e8e8;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.uss_eshop_sameproducts.blocks .item {
  border: 1px solid rgba(255, 255, 255, 0);
  display: block;
  max-width: calc((100% - 10px) / 2);
}
.uss_eshop_sameproducts.blocks .item .imageWrap {
  margin-bottom: 18px;
}
.uss_eshop_sameproducts.blocks .item .imageWrap .image {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.uss_eshop_sameproducts.blocks .item .imageWrap .image > a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.uss_eshop_sameproducts.blocks .item .imageWrap .image > a img {
  display: block;
  max-width: 100%;
}
.uss_eshop_sameproducts.blocks .item .info .title a {
  text-decoration: none;
  display: block;
  overflow: hidden;
  line-height: 1.35;
  padding-left: 10px;
  padding-right: 10px;
  color: inherit;
}
.uss_eshop_sameproducts.blocks .item .info .title a:hover {
  color: #d63535;
}
.uss_eshop_sameproducts.blocks .item .info .price {
  text-align: center;
}
.uss_eshop_sameproducts.blocks .item .info .price span {
  background: none !important;
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
  display: block;
}
.uss_eshop_sameproducts.blocks .item .info .price span.old_price {
  margin: 0 10px 0 0 !important;
  color: #c3c3c3;
  font-weight: bold;
  font-size: 16px;
}
.uss_eshop_sameproducts.blocks .item .info .price span.actual_price {
  font-weight: bold;
  font-size: 22px;
  color: #303030;
}
.uss_eshop_sameproducts.blocks .item .info .addToCart {
  text-align: center;
  opacity: 0;
  padding-bottom: 20px;
}
.uss_eshop_sameproducts.blocks .item .info .addToCart .uss_eshop_amount_block {
  font-family: 'roboto light';
  color: #505050;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.uss_eshop_sameproducts.blocks .item .info .addToCart .uss_eshop_amount_block .amount_title {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.uss_eshop_sameproducts.blocks .item .info .addToCart .uss_eshop_amount_block .basket_amount_class {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  padding: 0 5px 0 5px;
  border-radius: 17px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: 1px solid #dfdfdf;
  outline: none;
  color: inherit;
}
.uss_eshop_sameproducts.blocks .item .info .addToCart .uss_eshop_amount_block .basket_amount_class:focus {
  border-color: #d63535;
  -webkit-transition: border-color 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out;
}
.uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart {
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 40px 9px 41px;
  border-radius: 50px;
  display: inline-block;
  border: 1px solid #b0b0b0;
  color: #b0b0b0;
  background: none;
  min-width: 110px;
}
.uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart:hover {
  background: #d63535;
  color: #fff;
  border-color: #d63535;
}
.uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart.already_in_cart {
  background: #303030;
  color: #fff;
  border-color: #303030;
  padding-left: 10px;
  padding-right: 10px;
}
.uss_eshop_sameproducts.blocks .item:hover {
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: 0 -1px 21px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -1px 21px rgba(0, 0, 0, 0.1);
  z-index: 100;
  position: relative;
}
.uss_eshop_sameproducts.blocks .item:hover .addToCart {
  opacity: 1;
  -webkit-animation: hover-opactiy 0.25s linear;
          animation: hover-opactiy 0.25s linear;
}

.uss_catalog_sameelements.blocks .item .title ~ * {
  padding-left: 10px;
  padding-right: 10px;
}
.uss_catalog_sameelements.blocks .item .descr {
  margin-bottom: 0;
}
.uss_catalog_sameelements.blocks .catalog_order_block {
  padding-top: 12px;
  padding-bottom: 10px;
}
.uss_catalog_sameelements.blocks .catalog_order_block .catalog_price {
  line-height: 1;
  margin-bottom: 15px;
}

.uss_eshop_sameproducts.list .item .imageWrap {
  margin-bottom: 18px;
  margin-right: 10px !important;
}
.uss_eshop_sameproducts.list .item .title a {
  font-family: 'roboto light';
  text-decoration: none;
  display: block;
  height: 38px;
  overflow: hidden;
  line-height: 1.35;
  padding-left: 10px;
  padding-right: 10px;
  color: inherit;
}
.uss_eshop_sameproducts.list .item .title a:hover {
  color: #d63535;
}
.uss_eshop_sameproducts.list .item .price span {
  background: none !important;
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
  display: block;
}
.uss_eshop_sameproducts.list .item .price span.old_price {
  margin: 0 10px 0 0 !important;
  color: #c3c3c3;
  font-weight: bold;
  font-size: 16px;
}
.uss_eshop_sameproducts.list .item .price span.actual_price {
  font-weight: bold;
  font-size: 22px;
  color: #303030;
}
.uss_eshop_sameproducts.list .item .addToCart {
  text-align: center;
  opacity: 0;
  padding-bottom: 20px;
}
.uss_eshop_sameproducts.list .item .addToCart .uss_eshop_amount_block {
  font-family: 'roboto light';
  color: #505050;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.uss_eshop_sameproducts.list .item .addToCart .uss_eshop_amount_block .amount_title {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.uss_eshop_sameproducts.list .item .addToCart .uss_eshop_amount_block .basket_amount_class {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  padding: 0 5px 0 5px;
  border-radius: 17px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: 1px solid #dfdfdf;
  outline: none;
  color: inherit;
}
.uss_eshop_sameproducts.list .item .addToCart .uss_eshop_amount_block .basket_amount_class:focus {
  border-color: #d63535;
  -webkit-transition: border-color 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out;
}
.uss_eshop_sameproducts.list .item .addToCart a.add_to_cart {
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 40px 9px 41px;
  border-radius: 50px;
  display: inline-block;
  border: 1px solid #b0b0b0;
  color: #b0b0b0;
  background: none;
}
.uss_eshop_sameproducts.list .item .addToCart a.add_to_cart:hover {
  background: #d63535;
  color: #fff;
  border-color: #d63535;
}
.uss_eshop_sameproducts.list .item .addToCart a.add_to_cart.already_in_cart {
  background: #303030;
  color: #fff;
  border-color: #303030;
  padding-left: 10px;
  padding-right: 10px;
}
.last-view {
  padding-top: 20px;
}
.last-view .h3 {
  font-family: 'roboto';
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 34px;
  color: inherit;
  font-weight: normal;
  font-family: 'roboto light';
  text-transform: uppercase;
  margin-bottom: 29px;
  font-size: 30px;
  margin: 0 0 29px 0;
  padding: 0;
}
.last-view .h3 .title-nav {
  float: right;
}
.last-view .h3 .title-nav a {
  font-size: 14px;
  text-align: right;
  line-height: 40px;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.last-view .h3 .title-nav a:after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  background: transparent;
}
.last-view .h3 .title-nav a:hover:after {
  -webkit-animation: service-block-link-animation1 0.25s linear;
          animation: service-block-link-animation1 0.25s linear;
  background: #d63535;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.last-view .h3 .title-nav a:after {
  bottom: 0 !important;
}
.last-view .h3 > a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.last-view .uss_eshop_block_item {
  width: 212px;
  max-width: calc((100% - 10px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.last-view .uss_eshop_block_item .uss_shop_price {
  margin-top: auto;
}
.last-view .uss_eshop_block_item .buy-btns {
  display: block;
  text-align: center;
}
.last-view .uss_eshop_block_item .buy-btns .uss_eshop_amount_block {
  margin-bottom: 19px;
  margin-right: 0;
  display: block;
}
.last-view .uss_eshop_block_item .buy-btns a.add_to_cart {
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 40px 9px 41px;
  border-radius: 50px;
  display: inline-block;
  border: 1px solid #b0b0b0;
  color: #b0b0b0;
  background: none;
  max-width: none;
}
.last-view .uss_eshop_block_item .buy-btns a.add_to_cart:hover {
  background: #d63535;
  color: #fff;
  border-color: #d63535;
}
.last-view .uss_eshop_block_item .buy-btns a.add_to_cart.already_in_cart {
  background: #303030;
  color: #fff;
  border-color: #303030;
  padding-left: 10px;
  padding-right: 10px;
}
.fade-x3 .items > div:not(.h3) {
  opacity: 0;
}
.uss-more a,
.uss_more a {
  background: #d63535;
  color: #ffffff;
  text-align: center;
  padding: 15px 47px 16px 48px;
  display: inline-block;
  border-radius: 50px;
  text-decoration: none;
}
.uss-more a:hover,
.uss_more a:hover,
.slider .slide:hover .uss-more a {
  background: #303030;
  color: #ffffff;
}
.uss-more a a,
.uss_more a a {
  text-decoration: none;
}
.uss-more.inactive a,
.uss_more.inactive a {
  font-size: 14px;
  padding: 10px 33px 11px;
  background: none;
  border: 1px solid #303030;
  color: #303030;
}
a.uss_more,
a.uss-more {
  background: #d63535;
  color: #ffffff;
  text-align: center;
  padding: 15px 47px 16px 48px;
  display: inline-block;
  border-radius: 50px;
  text-decoration: none;
}
a.uss_more:hover,
a.uss-more:hover {
  background: #303030;
  color: #ffffff;
}
a.uss_more a,
a.uss-more a {
  text-decoration: none;
}
a.uss_more.inactive,
a.uss-more.inactive {
  font-size: 14px;
  padding: 10px 33px 11px;
  background: none;
  border: 1px solid #303030;
  color: #303030;
}
.buy_one_click_form_tml {
  font-family: 'roboto light';
  font-size: 16px;
}
.buy_one_click_form_tml .buy_one_click_window_wrap {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.buy_one_click_form_tml .uss_buy_one_click_title {
  font-size: 28px;
  font-family: 'roboto';
  margin-bottom: 20px;
  line-height: 1;
}
.buy_one_click_form_tml .uss_buy_one_click_pos .uss_onepos_info .uss_title {
  margin: 0 0 10px 0;
  font-family: 'roboto light';
  text-decoration: none;
  overflow: hidden;
  line-height: 1.35;
  padding-right: 10px;
  color: inherit;
}
.buy_one_click_form_tml .uss_buy_one_click_pos .uss_onepos_info .uss_shop_price_amount_wrap .uss_shop_price span,
.buy_one_click_form_tml .uss_buy_one_click_pos .uss_onepos_info .uss_shop_price_amount_wrap .uss_shop_price div {
  background: none !important;
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
  display: inline-block;
  vertical-align: middle;
}
.buy_one_click_form_tml .uss_buy_one_click_pos .uss_onepos_info .uss_shop_price_amount_wrap .uss_shop_price .old_price {
  margin: 0 10px 0 0 !important;
  color: #c3c3c3;
  font-weight: bold;
  font-size: 16px;
}
.buy_one_click_form_tml .uss_buy_one_click_pos .uss_onepos_info .uss_shop_price_amount_wrap .uss_shop_price .actual_price {
  font-weight: bold;
  font-size: 22px;
  color: #303030;
}
.buy_one_click_form_tml .uss_buy_one_click_pos .fc_form_tml label {
  font-weight: normal;
  font-family: 'roboto medium';
  font-size: 14px;
}
.catalog_orderform_window .fc_form_tml,
.buy_one_click_form_tml .fc_form_tml {
  margin-bottom: 0;
}
.buy_one_click_form_tml .buy_one_click_window_wrap a.close,
.catalog_orderform_tml .catalog_orderform_window_wrap a.close,
.uss_modal_window .uss_modal_content .uss_modal_close {
    right: 5px;
    top: 5px;
}
#uss_basket_ask_where_to_go_block {
  background: #fff;
  border: 2px solid #d63535;
  color: #303030;
  font-size: 16px;
  font-family: 'roboto light';
}
#uss_basket_ask_where_to_go_block .continue {
  text-decoration: none;
}
#uss_basket_ask_where_to_go_block .go_to_basket {
  text-decoration: none;
}
#uss_basket_ask_where_to_go_block a {
  font-family: 'roboto medium';
  color: inherit;
  text-decoration: none;
  position: relative;
  display: block;
  width: 100%;
  padding: 2px 1px;
}
#uss_basket_ask_where_to_go_block a:after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  background: transparent;
}
#uss_basket_ask_where_to_go_block a:hover:after {
  -webkit-animation: service-block-link-animation1 0.25s linear;
          animation: service-block-link-animation1 0.25s linear;
  background: #d63535;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
#uss_basket_ask_where_to_go_block a:after {
  bottom: -2px !important;
}
.form_styler label.sector_title {
    font-size: 15px;
    font-weight: 400;
    font-family: 'roboto medium';
}
.form_styler .fc_checkbox_one label.sector_title {
  font-family: 'roboto light';  
}
.uss_form_tml .uss_form_item.uss_form_checkbox label {
  font-family: 'roboto light' !important;
  font-weight: normal !important;
}
.catalog_orderform_tml .catalog_orderform_window_wrap {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  font-family: 'roboto';
  font-size: 16px;
  color: #303030;
}
.catalog_orderform_tml .catalog_orderform_window_wrap .h3 {
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 1;
  text-align: center;
}
.catalog_orderform_tml .catalog_orderform_window_wrap form .jq-checkbox {
  border: 2px solid #303030;
  border-radius: 2px;
  background: none;
  width: 12px !important;
  height: 12px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.catalog_orderform_tml .catalog_orderform_window_wrap form .jq-checkbox .jq-checkbox__div {
  background: none;
  margin: 2px 0 0 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  width: 8px;
  height: 8px;
}
.catalog_orderform_tml .catalog_orderform_window_wrap form .jq-checkbox.checked .jq-checkbox__div {
  background: #303030;
}
.catalog_orderform_tml .catalog_orderform_window_wrap form .group .fc_item label {
  font-family: 'roboto medium';
  font-weight: normal;
}
.catalog_orderform_tml .catalog_orderform_window_wrap form .buttons {
  text-align: center;
}
.big-map.block .map {
  width: 145%;
  left: -22.5%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.big-map.block .map p {
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.big-map.block .map img {
  max-width: 100%;
}
.big-map.block .map > ymaps {
  height: 560px !important;
}
.big-map.block .map-contacts {
  position: absolute;
  right: 22.55%;
  background: #303030;
  color: #eaeaea;
  padding: 45px 38px 52px;
  min-width: 400px;
  z-index: 20;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.big-map.block .map-contacts p {
  margin: 0 0 5px 0;
}
.big-map.block .map-contacts a {
  color: #d63535;
}
.big-map.block .map-contacts .h3 {
  font-size: 30px;
  border-bottom: 3px solid #d63535;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.big-map.block .map-contacts .phone {
  margin: 22px 0 10px 0;
}
.big-map.block .map-contacts .phone span {
  font-size: 24px;
}
.uss_eshop_filters .filter_price.filter_item input[type='text'] {
  min-width: 80px;
}
.block.big-banner .inner {
  border: none;
}
.block.big-banner .big-banner-wrap {
  width: 145%;
  left: -22.5%;
  position: relative;
}
.block.big-banner .big-banner-wrap img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.block.big-banner .slide-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: 20;
}
.block.big-banner .image {
  position: relative;
}
.block.big-banner .image:not(.nobg):after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
}
.block.big-banner .caption {
  position: absolute;
  padding: 10px;
  max-width: 100vw;
  margin: 0 auto;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.block.big-banner .caption p {
  margin: 0;
}
.block.big-banner .caption p + p {
  margin-top: 7px;
}
.block.big-banner .caption .title {
  font-size: 52px;
  font-family: 'OpenSans-Light';
}
.block.big-banner .caption .preview {
  font-family: 'OpenSans-Light';
  font-size: 31px;
}
.review.block table tr span {
  font-size: 18px;
}
.review.block table tr a {
  font-family: 'roboto';
  color: inherit;
  text-decoration: none;
}
.review.block table tr a:hover {
  color: #d63535;
}
.review.block .items .news_block_item {
  text-align: left;
  font-size: 14px;
  position: relative;
}
.review.block .items .news_block_item .image {
  float: none;
  margin: 0 0 10px 0;
}
.review.block .items .news_block_item .image img {
  max-width: 100%;
}
.review.block .items .news_block_item .info {
  position: relative;
  padding-bottom: 30px;
}
.review.block .items .news_block_item .info .title a {
  text-decoration: none;
  font-size: 18px;
  font-family: 'roboto';
  color: inherit;
}
.review.block .items .news_block_item .info .title a:hover {
  color: #d63535;
}
.review.block .items .news_block_item .info .date {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/news-date-ico.png) left center no-repeat;
  padding-left: 25px;
  padding-right: 25px;
  white-space: nowrap;
  font-size: 14px;
  color: #6f6f6f;
}
.review.block .table tr {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.review.block .table tr td {
  max-width: calc((100% - 45px) / 4);
}
.review.block .items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.review.block .items .news_block_item {
  max-width: calc((100% - 45px) / 4);
}
.jq-selectbox {
  margin-right: 0;
}
.jq-selectbox .jq-selectbox__select {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: 1px solid #9e9e9e;
}
.jq-selectbox .jq-selectbox__select .jq-selectbox__trigger {
  border: none;
}
.jq-selectbox .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  opacity: 1;
  border-bottom-color: #303030;
}
.uss_eshop_filters_block 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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.uss_eshop_filters_block form .filter_search_in_current_cat {
  -webkit-box-ordinal-group: 99;
      -ms-flex-order: 98;
          order: 98;
}
.uss_eshop_filters_block form .filter_price.filter_item {
  -webkit-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99;
}
.uss_eshop_filters_block form .filter_price.filter_item input.styler:not([type='submit']) {
  padding-left: 5px !important;
  padding-right: 5px !important;
  text-align: center;
}
.uss_eshop_filters_block form .filter_submit {
  -webkit-box-ordinal-group: 101;
      -ms-flex-order: 100;
          order: 100;
}
.uss_eshop_filters_block form .filter_submit button.styler {
  height: 50px;
  border-radius: 50px !important;
  font-size: 16px;
  font-family: 'OpenSans-Light';
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-shadow: none !important;
  background-position: 0 0 !important;
  padding-left: 20px;
  padding-right: 20px;
  background: #303030;
  border-color: #303030;
  color: #fff;
}
.uss_eshop_filters_block form .filter_submit button.styler:hover {
  background: #d9d9d9;
  border-color: #d9d9d9;
  color: #303030;
}
.uss_eshop_filters_block form .jq-checkbox {
  border: 2px solid #303030;
  border-radius: 2px;
  background: none;
  width: 12px !important;
  height: 12px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.uss_eshop_filters_block form .jq-checkbox .jq-checkbox__div {
  background: none;
  margin: 2px 0 0 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  width: 8px;
  height: 8px;
}
.uss_eshop_filters_block form .jq-checkbox.checked .jq-checkbox__div {
  background: #303030;
}
.uss_eshop_filters_block form .jq-radio {
  border: 1px solid #303030;
}
.uss_eshop_filters_block form .jq-radio.checked .jq-radio__div {
  border-radius: 4px;
  margin: 3px 0 0 3px;
  background: #303030;
}
.uss_eshop_filters_block form .group {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}
.uss_eshop_filters_block form .group .eshop_filters_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.uss_eshop_filters_block form .group .eshop_filters_items > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 calc((100% - 20px) / 3);
          flex: 0 calc((100% - 20px) / 3);
}
.content .uss_eshop_filters .uss_eshop_filters_block .group .filter_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.content .uss_eshop_filters_block .filter_item .jq-selectbox {
  margin-top: auto;
}
.uss_eshop_filters_block form .group .eshop_filters_items .items_label {
  display: block;
  width: 100%;
  float: none;
}
.uss_eshop_filters_block form .group .eshop_filters_items .jq-selectbox {
  width: 100%;
  margin-right: 0;
}
.uss_eshop_filters_block form .group .eshop_filters_items .jq-selectbox .jq-selectbox__select {
  width: 100%;
}
.service-block .catalog_menu_item .catalog_orderbutton,
.uss_catalog_block_cat .catalog_orderbutton,
.uss_catalog_detail .catalog_orderbutton,
.uss_catalog_list_cat .catalog_orderbutton {
  background: #d63535;
  color: #fff;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 24px 0 25px;
  border-radius: 50px;
  max-width: 100%;
  white-space: nowrap;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-height: auto;
  text-shadow: none;
  font-weight: normal;
  opacity: 1 !important;
}
.service-block .catalog_menu_item .catalog_orderbutton:hover,
.uss_catalog_block_cat .catalog_orderbutton:hover,
.uss_catalog_detail .catalog_orderbutton:hover,
.uss_catalog_list_cat .catalog_orderbutton:hover {
  background: #303030;
  color: #fff;
}
.uss_catalog_detail .uss_catalog_short_description + .catalog_orderbutton {
  margin-top: 15px;
}
.uss_catalog_list_cat .uss_catalog_category .uss_catalog_img_wrap .uss_catalog_cat_img a img {
  max-width: 100%;
}
.uss_catalog_list_cat .uss_catalog_category .uss_catalog_cat_name {
  margin-bottom: 10px;
}
.uss_catalog_list_cat .uss_catalog_category .uss_catlog_cat_anons p {
  margin: 0 0 10px 0;
}
.uss_guestbook .uss_guestbook_links a {
  display: inline-block;
  border: 2px solid #d63535;
  color: #d63535;
  padding: 6px 10px;
  text-decoration: none;
  font-size: 18px;
}
.uss_guestbook .uss_guestbook_links a:hover {
  background-color: #d63535;
  color: #fff;
}
.uss_guestbook .uss_guestbook_item {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #949494;
  padding: 10px;
  margin: 0 0 10px 0;
}
.uss_guestbook .uss_guestbook_item * {
  color: inherit;
}
.uss_guestbook .uss_guestbook_item .uss_guestbook_question {
  margin: 0 0 10px 0;
}
.uss_guestbook .uss_guestbook_item .uss_guestbook_question .uss_guestbook_reply_title {
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
}
.uss_guestbook .uss_guestbook_item .uss_guestbook_reply {
  border-color: #d63535;
  margin: 10px 0 0 10px;
  display: block;
}
.items {
  width: 100%;
}
.uss_adv_img_list_item.uss_ail_point span {
  background: #e0e0e0;
}
.uss_adv_img_list_item.uss_ail_point.active span {
  background-color: #d63535;
}
.singlepage .form-block {
  padding: 20px;
}
.jq-radio.checked .jq-radio__div,
.jq-checkbox.checked .jq-checkbox__div {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #303030;
}
.colorStyle1 div:not(.form-block) form input:focus,
.colorStyle1 div:not(.form-block) form input.style:focus {
  border-color: #d63535 !important;
  -webkit-box-shadow: 0 0 2px #d63535 !important;
          box-shadow: 0 0 2px #d63535 !important;
}
.colorStyle1 div:not(.form-block) form textarea:focus,
.colorStyle1 div:not(.form-block) form textarea.styler:focus {
  border-color: #d63535 !important;
  -webkit-box-shadow: 0 0 2px #d63535 !important;
          box-shadow: 0 0 2px #d63535 !important;
}
.colorStyle1 div:not(.form-block) form input[type='submit'],
.colorStyle1 div:not(.form-block) form input[type='submit'].styler {
  background: #303030;
  border-color: #303030;
  color: #ffffff;
}
.colorStyle1 div:not(.form-block) form input[type='submit']:hover,
.colorStyle1 div:not(.form-block) form input[type='submit'].styler:hover {
  background: #d9d9d9;
  border-color: #d9d9d9;
  color: #303030;
}
.colorStyle2 #wrap {
  color: #303030;
  background: #ffffff;
}
.colorStyle2 a {
  color: #ffb100;
}
.colorStyle2 .header .logo a span {
  color: #ffb100;
}
.colorStyle2 .header .slogan {
  color: #303030;
}
.colorStyle2 .header .basket {
  background-image: url('../img/k5_2/cart-icon.png');
}
.colorStyle2 .header .contacts.phone {
  background-image: url('../img/k5_2/phone-icon.png');
}
.colorStyle2 .header .contacts.email {
  background-image: url('../img/k5_2/email-icon.png');
}
.colorStyle2 .header .header-top .menu_burger.inViewPort {
  border-color: #ffb100;
}
.colorStyle2 .header .header-top .menu_burger.inViewPort span {
  background: #ffb100;
}
.colorStyle2 .menu ul li a {
  border-bottom: 2px solid transparent;
}
.colorStyle2 .menu ul li a:not(.active):after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  background: transparent;
}
.colorStyle2 .menu ul li a:not(.active):hover:after {
  -webkit-animation: service-block-link-animation2 0.25s linear;
          animation: service-block-link-animation2 0.25s linear;
  background: #ffb100;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.colorStyle2 .menu ul li a:after {
  bottom: 0 !important;
}
.colorStyle2 .menu ul li.active a,
.colorStyle2 .menu ul li:hover a {
  color: #ffb100;
}
.colorStyle2 .menu ul li.active a {
  border-bottom: 2px solid #ffb100;
}
.colorStyle2 .menu ul li .submenu {
  background: #ffb100;
}
.colorStyle2 .menu ul li .submenu li a {
  color: #fff;
}
.colorStyle2 .menu ul li .submenu li a:after {
  content: none;
}
.colorStyle2 .mobile_menu .in_menu ul li a:hover,
.colorStyle2 .mobile_menu .in_menu ul li a.clicked {
  /*color: @link-color;*/
}
.colorStyle2 .service-block.static .catalog_menu li .catalog_menu_item > a {
  color: #303030;
}
.colorStyle2 .service-block.static .catalog_menu li .catalog_menu_item > a:hover {
  color: #ffb100;
}
.colorStyle2 .service-block.static .uss_eshop_menu li > a:not(.uss-block-link) {
  color: #303030;
}
.colorStyle2 .service-block.static .uss_eshop_menu li > a:not(.uss-block-link):hover {
  color: #ffb100;
}
.colorStyle2 .slider .slides .slide .caption .title span {
  color: #ffb100;
}
.colorStyle2 .uss_shop_block_cat .uss_shop_category .uss_shop_cat_name a:hover {
  color: #ffb100;
}
.colorStyle2 .form-block {
  background: #ffb100;
}
.colorStyle2 .form-block a {
  color: inherit;
}
.colorStyle2 .form-block.big-form {
  background: none !important;
}
.colorStyle2 .form-block.big-form .form-wrap {
  background: #ffb100;
}
.colorStyle2 .news-block .news_block_item .info .date {
  background: url('../img/k5_2/news-date-ico.png') left center no-repeat;
}
.colorStyle2 .news-block .news_block_item .info .title a span:after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  background: transparent;
}
.colorStyle2 .news-block .news_block_item .info .title a span:hover:after {
  -webkit-animation: service-block-link-animation2 0.25s linear;
          animation: service-block-link-animation2 0.25s linear;
  background: #ffb100;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.colorStyle2 .news-block .news_block_item .info .title:hover a {
  color: #ffb100;
}
.colorStyle2 .contacts.block .contacts-block.type1 {
  color: #fff;
}
.colorStyle2 .contacts.block .contacts-block.type0 {
  padding: 0;
}
.colorStyle2 .contacts.block .contacts-block.bg-type1 {
  background: #303030;
}
.colorStyle2 .contacts.block .contacts-block.bg-type2 {
  background: #ffb100;
}
.colorStyle2 .contacts.block .left .contacts-block .h3,
.colorStyle2 .big-map.block .map-contacts .h3 {
  border-color: #ffb100;
}
.colorStyle2 .footer .footer-logo a span {
  color: #ffb100;
}
.colorStyle2 .footer .footer-slogan {
  color: #ffb100;
}
.colorStyle2 .footer-menu ul li a {
  border-bottom: 2px solid rgba(255, 255, 255, 0);
}
.colorStyle2 .footer-menu ul li a:not(.active):after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  background: transparent;
}
.colorStyle2 .footer-menu ul li a:not(.active):hover:after {
  -webkit-animation: service-block-link-animation2 0.25s linear;
          animation: service-block-link-animation2 0.25s linear;
  background: #ffb100;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.colorStyle2 .footer-menu ul li.active a,
.colorStyle2 .footer-menu ul li:hover a {
  color: #ffb100;
}
.colorStyle2 .footer-menu ul li.active a {
  border-bottom: 2px solid #ffb100;
}
.colorStyle2 .footer-menu ul li .submenu {
  background: #ffb100;
}
.colorStyle2 .footer-menu ul li .submenu li a {
  color: #fff;
}
.colorStyle2 .footer-menu ul li .submenu li a:after {
  content: none;
}
.colorStyle2 .uss-more a,
.colorStyle2 .uss_more a {
  background: #ffb100;
  color: #ffffff;
  text-align: center;
  padding: 15px 47px 16px 48px;
  display: inline-block;
  border-radius: 50px;
  text-decoration: none;
}
.colorStyle2 .uss-more a:hover,
.colorStyle2 .uss_more a:hover,
.colorStyle2 .slider .slide:hover .uss-more a {
  background: #303030;
  color: #ffffff;
}
.colorStyle2 .uss-more a a,
.colorStyle2 .uss_more a a {
  text-decoration: none;
}
.colorStyle2 .uss-more.inactive a,
.colorStyle2 .uss_more.inactive a {
  font-size: 14px;
  padding: 10px 33px 11px;
  background: none;
  border: 1px solid #303030;
  color: #303030;
}
.colorStyle2 .uss-more.inactive a:hover,
.colorStyle2 .uss_more.inactive a:hover {
  background: #ffb100;
  color: #fff;
  border-color: #ffb100;
}
.colorStyle2 a.uss_more,
.colorStyle2 a.uss-more {
  background: #d63535;
  color: #ffffff;
  text-align: center;
  padding: 15px 47px 16px 48px;
  display: inline-block;
  border-radius: 50px;
  text-decoration: none;
}
.colorStyle2 a.uss_more:hover,
.colorStyle2 a.uss-more:hover {
  background: #303030;
  color: #ffffff;
}
.colorStyle2 a.uss_more a,
.colorStyle2 a.uss-more a {
  text-decoration: none;
}
.colorStyle2 a.uss_more.inactive,
.colorStyle2 a.uss-more.inactive {
  font-size: 14px;
  padding: 10px 33px 11px;
  background: none;
  border: 1px solid #303030;
  color: #303030;
}
.colorStyle2 a.uss_more.inactive:hover,
.colorStyle2 a.uss-more.inactive:hover {
  background: #ffb100;
  color: #fff;
  border-color: #ffb100;
}
.colorStyle2 .aside .aside-block.aside-catalog ul li a.active,
.colorStyle2 .aside .aside-block.aside-catalog ul li a:hover {
  color: #ffb100;
}
.colorStyle2 .aside .aside-block.aside-catalog > ul > li.active {
  background-image: url('../img/k5_2/li-arr-active.png');
}
.colorStyle2 .aside .aside-block.aside-catalog > ul > li .submenu > li:after {
  background: #ffb100;
}
.colorStyle2 .aside .aside-block.aside-news .news_block_item .info .date {
  background-image: url('../img/k5_2/news-date-ico.png');
  color: #b3b3b3;
}
.colorStyle2 .aside .aside-block.aside-news .news_block_item .info .title a:hover {
  color: #ffb100;
}
.colorStyle2 .uss_eshop_block_item {
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0);
}
.colorStyle2 .uss_eshop_block_item .uss_shop_name a:hover {
  color: #ffb100;
}
.colorStyle2 .uss_eshop_block_item .buy-btns a.add_to_cart,
.colorStyle2 .uss_eshop_block_item .buy-block a.add_to_cart {
  background: #ffb100;
}
.colorStyle2 .uss_eshop_block_item .uss_eshop_amount_block .basket_amount_class:focus {
  border-color: #ffb100;
}
.colorStyle2 .positions .positions-nav span:hover {
  border-color: #ffb100;
  color: #ffb100;
}
.colorStyle2 .positions .positions-nav span.active {
  background: #ffb100;
  border: 1px solid #ffb100;
  color: #ffffff;
}
.colorStyle2 .uss_shop_blocks_view .uss_eshop_item {
  border: 1px solid rgba(255, 255, 255, 0);
}
.colorStyle2 .uss_shop_blocks_view .uss_eshop_item .posimg_item .uss_img_holder {
  background: #fff;
}
.colorStyle2 .uss_shop_blocks_view .uss_eshop_item .uss_shop_name a {
  color: #303030;
}
.colorStyle2 .uss_shop_blocks_view .uss_eshop_item .uss_shop_name a:hover {
  color: #ffb100;
}
.colorStyle2 .uss_shop_blocks_view .uss_eshop_item .buy-block {
  background: #ffffff;
}
.colorStyle2 .uss_shop_blocks_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart {
  background: #ffb100;
}
.colorStyle2 .uss_shop_blocks_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart:hover {
  background: #303030;
  color: #ffffff;
}
.colorStyle2 .uss_shop_blocks_view .uss_eshop_item .uss_eshop_amount_block .basket_amount_class:focus {
  border-color: #ffb100;
}
.colorStyle2 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_put_wrap > * {
  background-image: url('../img/k5_2/later.png');
}
.colorStyle2 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_put_wrap:hover {
  border-color: #ffb100;
}
.colorStyle2 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_compare_by > * {
  border: 1px solid #ffb100;
  background-image: url('../img/k5_2/compare.png');
}
.colorStyle2 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_compare_by > *:hover {
  border-color: #ffb100;
}
.colorStyle2 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_by.uss_shop_buy_one_click > * {
  background-image: url('../img/k5_2/fast-buy.png');
}
.colorStyle2 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_by.uss_shop_buy_one_click:hover {
  border-color: #ffb100;
}
.colorStyle2 .uss_shop_blocks_view .uss_eshop_item:hover .buy-block:after {
  background: #ffffff;
}
.colorStyle2 .uss_shop_list_cat .uss_shop_category .uss_shop_cat_name a:after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  background: transparent;
}
.colorStyle2 .uss_shop_list_cat .uss_shop_category .uss_shop_cat_name a:hover:after {
  -webkit-animation: service-block-link-animation2 0.25s linear;
          animation: service-block-link-animation2 0.25s linear;
  background: #ffb100;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.colorStyle2 .uss_shop_list_view .uss_eshop_item .uss_shop_name a:hover {
  color: #ffb100;
}
.colorStyle2 .uss_shop_list_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart {
  background: #ffb100;
  color: #ffffff;
}
.colorStyle2 .uss_shop_list_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart:hover {
  background: #303030;
  color: #ffffff;
}
.colorStyle2 .uss_shop_list_view .uss_eshop_item .uss_eshop_amount_block .basket_amount_class:focus {
  border-color: #ffb100;
}
.colorStyle2 .uss_shop_list_view .uss_eshop_item .uss_shop_by.uss_shop_buy_one_click > * {
  background-image: url('../img/k5_2/fast-buy.png');
}
.colorStyle2 .uss_shop_list_view .uss_eshop_item .uss_shop_by.uss_shop_buy_one_click:hover {
  border-color: #ffb100;
}
.colorStyle2 .uss_shop_list_view .uss_eshop_item .uss_compare_by > * {
  border: 1px solid #ffb100;
  background-image: url('../img/k5_2/compare.png');
}
.colorStyle2 .uss_shop_list_view .uss_eshop_item .uss_shop_put_wrap {
  border: 1px solid #b3b3b3;
}
.colorStyle2 .uss_shop_list_view .uss_eshop_item .uss_shop_put_wrap > * {
  background-image: url('../img/k5_2/later.png');
}
.colorStyle2 .uss_shop_list_view .uss_eshop_item .uss_shop_put_wrap:hover {
  border-color: #ffb100;
}
.colorStyle2 .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_cart:not(.buy_one_click) {
  background: #ffb100;
  color: #ffffff;
}
.colorStyle2 .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_cart:not(.buy_one_click):hover {
  background: #303030;
  color: #ffffff;
}
.colorStyle2 .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_wishlist,
.colorStyle2 .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_compare {
  border: 1px solid #d63535;
}
.colorStyle2 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by .uss_eshop_amount_block .basket_amount_class:focus {
  border-color: #ffb100;
}
.colorStyle2 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by a.add_to_cart {
  background: #ffb100;
  color: #ffffff;
}
.colorStyle2 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by a.add_to_cart:hover {
  background: #303030;
  color: #ffffff;
}
.colorStyle2 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by.uss_shop_buy_one_click a.add_to_cart {
  background: #303030;
  border-color: #303030;
  color: #ffffff;
}
.colorStyle2 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by.uss_shop_buy_one_click a.add_to_cart:hover {
  background: #b3b3b3;
  border-color: #b3b3b3;
  color: #303030;
}
.colorStyle2 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_put_wrap > * {
  background-image: url('../img/k5_2/later.png');
}
.colorStyle2 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_put_wrap:hover {
  border-color: #ffb100;
}
.colorStyle2 .uss_shop_detail_pos .uss_shop_technical_data .uss_compare_by > * {
  border: 1px solid #ffb100;
  background-image: url('../img/k5_2/compare.png');
}
.colorStyle2 div.uss_tabs div.uss_tabs_navigation span.selected {
  background: #ffb100;
  border: 1px solid #ffb100;
  color: #fff;
}
.colorStyle2 .uss_eshop_sameproducts.blocks .item .info .title a:hover {
  color: #ffb100;
}
.colorStyle2 .uss_eshop_sameproducts.blocks .item .info .addToCart .uss_eshop_amount_block .basket_amount_class:focus {
  border-color: #ffb100;
}
.colorStyle2 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart:hover {
  background: #ffb100;
  color: #ffffff;
  border-color: #ffb100;
}
.colorStyle2 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart.already_in_cart {
  background: #303030;
  color: #ffffff;
  border-color: #303030;
}
.colorStyle2 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart.already_in_cart:hover {
  background: #b3b3b3;
  color: #303030;
}
.colorStyle2 .last-view .uss_eshop_block_item .buy-btns a.add_to_cart {
  color: #303030;
  border-color: #b3b3b3;
  background: none;
}
.colorStyle2 .last-view .uss_eshop_block_item .buy-btns a.add_to_cart:hover {
  background: #ffb100;
  color: #ffffff;
  border-color: #ffb100;
}
.colorStyle2 .last-view .uss_eshop_block_item .buy-btns a.add_to_cart.already_in_cart {
  background: #303030;
  color: #ffffff;
  border-color: #303030;
}
.colorStyle2 .last-view .uss_eshop_block_item .buy-btns a.add_to_cart.already_in_cart:hover {
  background: #b3b3b3;
  color: #303030;
  border-color: #b3b3b3;
}
.colorStyle2 .buy_one_click_form_tml .fc_form_tml form .group .fc_item .elem_item input.styler:focus,
.colorStyle2 .buy_one_click_form_tml .fc_form_tml form .group .fc_item .elem_item textarea.styler:focus {
  border-color: #ffb100 !important;
}
.colorStyle2 #uss_basket_ask_where_to_go_block {
  border: 2px solid #ffb100;
}
.colorStyle2 #uss_basket_ask_where_to_go_block a:after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  background: transparent;
}
.colorStyle2 #uss_basket_ask_where_to_go_block a:hover:after {
  -webkit-animation: service-block-link-animation2 0.25s linear;
          animation: service-block-link-animation2 0.25s linear;
  background: #ffb100;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.colorStyle2 .block .h3 .title-nav {
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.colorStyle2 .block .h3 .title-nav a {
  text-decoration: none;
}
.colorStyle2 .block .h3 .title-nav a:after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  background: transparent;
}
.colorStyle2 .block .h3 .title-nav a:hover:after {
  -webkit-animation: service-block-link-animation2 0.25s linear;
          animation: service-block-link-animation2 0.25s linear;
  background: #ffb100;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.colorStyle2 .block.noborder .inner {
  border: none;
}
.colorStyle2 .review-block table tr a:hover {
  color: #ffb100;
}
.colorStyle2 .review-block .news_block_item .info .title a {
  color: #303030;
}
.colorStyle2 .review-block .news_block_item .info .title a:hover {
  color: #ffb100;
}
.colorStyle2 .review-block .news_block_item .info .date:before {
  background-image: url('../img/k5_2/news-date-ico.png');
}
.colorStyle2 .big-map.block .map-contacts .map-contacts-inner a {
  color: #ffb100;
}
.colorStyle2 .service-block .catalog_menu_item .catalog_orderbutton,
.colorStyle2 .uss_catalog_block_cat .catalog_orderbutton,
.colorStyle2 .uss_catalog_detail .catalog_orderbutton,
.colorStyle2 .uss_catalog_list_cat .catalog_orderbutton {
  background: #ffb100;
  color: #ffffff;
}
.colorStyle2 .service-block .catalog_menu_item .catalog_orderbutton:hover,
.colorStyle2 .uss_catalog_block_cat .catalog_orderbutton:hover,
.colorStyle2 .uss_catalog_detail .catalog_orderbutton:hover,
.colorStyle2 .uss_catalog_list_cat .catalog_orderbutton:hover {
  background: #303030;
  color: #ffffff;
}
.colorStyle2 .mCSB_draggerContainer .mCSB_dragger_bar {
  background-color: #ffb100 !important;
}
.colorStyle2 .uss_guestbook {
  color: #303030;
}
.colorStyle2 .uss_guestbook .uss_guestbook_links a {
  border: 2px solid #ffb100;
  color: #ffb100;
}
.colorStyle2 .uss_guestbook .uss_guestbook_links a:hover {
  background-color: #ffb100;
  color: #fff;
}
.colorStyle2 .uss_guestbook .uss_guestbook_item {
  border: 2px solid #303030;
}
.colorStyle2 .uss_guestbook .uss_guestbook_item .uss_guestbook_reply {
  border-color: #ffb100;
}
.colorStyle2 .uss_adv_img_list_item.uss_ail_point.active span {
  background-color: #ffb100;
}
.colorStyle2 .slider .slick-dots li.slick-active button {
  background-color: #ffb100;
}
.colorStyle2 .uss_shop_block_cat .uss_shop_category .uss_shop_cat_cat a {
  color: #ffb100;
}
.colorStyle2 .jq-radio.checked .jq-radio__div,
.colorStyle2 .jq-checkbox.checked .jq-checkbox__div {
  background: #ffb100;
}
.colorStyle2 div:not(.form-block) form input:focus,
.colorStyle2 div:not(.form-block) form input.style:focus {
  border-color: #ffb100 !important;
  -webkit-box-shadow: 0 0 2px #ffb100 !important;
          box-shadow: 0 0 2px #ffb100 !important;
}
.colorStyle2 div:not(.form-block) form textarea:focus,
.colorStyle2 div:not(.form-block) form textarea.styler:focus {
  border-color: #ffb100 !important;
  -webkit-box-shadow: 0 0 2px #ffb100 !important;
          box-shadow: 0 0 2px #ffb100 !important;
}
.colorStyle2 div:not(.form-block) form input[type='submit'],
.colorStyle2 div:not(.form-block) form input[type='submit'].styler {
  background: #303030;
  border-color: #303030;
  color: #ffffff;
}
.colorStyle2 div:not(.form-block) form input[type='submit']:hover,
.colorStyle2 div:not(.form-block) form input[type='submit'].styler:hover {
  background: #d9d9d9;
  border-color: #d9d9d9;
  color: #303030;
}
.colorStyle3 #wrap {
  color: #eaeaea;
  background: #151515;
}
.colorStyle3 a {
  color: #828e9a;
}
.colorStyle3 .header .logo a span {
  color: #828e9a;
}
.colorStyle3 .header .slogan {
  color: #eaeaea;
}
.colorStyle3 .header .basket {
  background-image: url('../img/k5_3/cart-icon.png');
}
.colorStyle3 .header .contacts.phone {
  background-image: url('../img/k5_3/phone-icon.png');
}
.colorStyle3 .header .contacts.email {
  background-image: url('../img/k5_3/email-icon.png');
}
.colorStyle3 .header .header-top .menu_burger.inViewPort {
  border-color: #828e9a;
}
.colorStyle3 .header .header-top .menu_burger.inViewPort span {
  background: #828e9a;
}
.colorStyle3 .menu ul li a {
  border-bottom: 2px solid transparent;
}
.colorStyle3 .menu ul li a:not(.active):after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  background: transparent;
}
.colorStyle3 .menu ul li a:not(.active):hover:after {
  -webkit-animation: service-block-link-animation3 0.25s linear;
          animation: service-block-link-animation3 0.25s linear;
  background: #828e9a;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.colorStyle3 .menu ul li a:after {
  bottom: 0 !important;
}
.colorStyle3 .menu ul li.active a,
.colorStyle3 .menu ul li:hover a {
  color: #828e9a;
}
.colorStyle3 .menu ul li.active a {
  border-bottom: 2px solid #828e9a;
}
.colorStyle3 .menu ul li .submenu {
  background: #828e9a;
}
.colorStyle3 .menu ul li .submenu li a {
  color: #fff;
}
.colorStyle3 .menu ul li .submenu li a:after {
  content: none;
}
.colorStyle3 .mobile_menu .in_menu ul li a:hover,
.colorStyle3 .mobile_menu .in_menu ul li a.clicked {
  /*color: @link-color;*/
}
.colorStyle3 .service-block.static .catalog_menu li .catalog_menu_item > a {
  color: #eaeaea;
}
.colorStyle3 .service-block.static .catalog_menu li .catalog_menu_item > a:hover {
  color: #828e9a;
}
.colorStyle3 .service-block.static .uss_eshop_menu li > a:not(.uss-block-link) {
  color: #eaeaea;
}
.colorStyle3 .service-block.static .uss_eshop_menu li > a:not(.uss-block-link):hover {
  color: #828e9a;
}
.colorStyle3 .slider .slides .slide .caption .title span {
  color: #828e9a;
}
.colorStyle3 .service-block .banners .banner .caption {
  color: #303030;
}
.colorStyle3 .uss_shop_block_cat .uss_shop_category .uss_shop_cat_name a:hover {
  color: #828e9a;
}
.colorStyle3 .aside .aside-block.aside-banner .aside-banner-item {
  color: #303030;
}
.colorStyle3 .form-block {
  background: #828e9a;
}
.colorStyle3 .form-block a {
  color: inherit;
}
.colorStyle3 .form-block.big-form {
  background: none !important;
}
.colorStyle3 .form-block.big-form .form-wrap {
  background: #828e9a;
}
.colorStyle3 .news-block .news_block_item .info .date {
  background: url('../img/k5_3/news-date-ico.png') left center no-repeat;
  color: #fff;
}
.colorStyle3 .news-block .news_block_item .info .title a span:after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  background: transparent;
}
.colorStyle3 .news-block .news_block_item .info .title a span:hover:after {
  -webkit-animation: service-block-link-animation3 0.25s linear;
          animation: service-block-link-animation3 0.25s linear;
  background: #828e9a;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.colorStyle3 .news-block .news_block_item .info .title:hover a {
  color: #828e9a;
}
.colorStyle3 .contacts.block .contacts-block.type1 {
  color: #fff;
}
.colorStyle3 .contacts.block .contacts-block.type0 {
  padding: 0;
}
.colorStyle3 .contacts.block .contacts-block.bg-type1 {
  background: #151515;
}
.colorStyle3 .contacts.block .contacts-block.bg-type2 {
  background: #828e9a;
}
.colorStyle3 .contacts.block .left .contacts-block .h3,
.colorStyle3 .big-map.block .map-contacts .h3 {
  border-color: #828e9a;
}
.colorStyle3 .footer .footer-logo a span {
  color: #828e9a;
}
.colorStyle3 .footer .footer-slogan {
  color: #828e9a;
}
.colorStyle3 .footer-menu ul li a {
  border-bottom: 2px solid rgba(255, 255, 255, 0);
}
.colorStyle3 .footer-menu ul li a:not(.active):after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  background: transparent;
}
.colorStyle3 .footer-menu ul li a:not(.active):hover:after {
  -webkit-animation: service-block-link-animation3 0.25s linear;
          animation: service-block-link-animation3 0.25s linear;
  background: #828e9a;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.colorStyle3 .footer-menu ul li.active a,
.colorStyle3 .footer-menu ul li:hover a {
  color: #828e9a;
}
.colorStyle3 .footer-menu ul li.active a {
  border-bottom: 2px solid #828e9a;
}
.colorStyle3 .footer-menu ul li .submenu {
  background: #828e9a;
}
.colorStyle3 .footer-menu ul li .submenu li a {
  color: #fff;
}
.colorStyle3 .footer-menu ul li .submenu li a:after {
  content: none;
}
.colorStyle3 .uss-more a,
.colorStyle3 .uss_more a {
  background: #828e9a;
  color: #ffffff;
  text-align: center;
  padding: 15px 47px 16px 48px;
  display: inline-block;
  border-radius: 50px;
  text-decoration: none;
}
.colorStyle3 .uss-more a:hover,
.colorStyle3 .uss_more a:hover,
.colorStyle3 .slider .slide:hover .uss-more a {
  background: #151515;
  color: #ffffff;
}
.colorStyle3 .uss-more a a,
.colorStyle3 .uss_more a a {
  text-decoration: none;
}
.colorStyle3 .uss-more.inactive a,
.colorStyle3 .uss_more.inactive a {
  font-size: 14px;
  padding: 10px 33px 11px;
  background: none;
  border: 1px solid #303030;
  color: #303030;
}
.colorStyle3 .uss-more.inactive a:hover,
.colorStyle3 .uss_more.inactive a:hover {
  background: #828e9a;
  color: #fff;
  border-color: #828e9a;
}
.colorStyle3 a.uss_more,
.colorStyle3 a.uss-more {
  background: #d63535;
  color: #ffffff;
  text-align: center;
  padding: 15px 47px 16px 48px;
  display: inline-block;
  border-radius: 50px;
  text-decoration: none;
}
.colorStyle3 a.uss_more:hover,
.colorStyle3 a.uss-more:hover {
  background: #303030;
  color: #ffffff;
}
.colorStyle3 a.uss_more a,
.colorStyle3 a.uss-more a {
  text-decoration: none;
}
.colorStyle3 a.uss_more.inactive,
.colorStyle3 a.uss-more.inactive {
  font-size: 14px;
  padding: 10px 33px 11px;
  background: none;
  border: 1px solid #303030;
  color: #303030;
}
.colorStyle3 a.uss_more.inactive:hover,
.colorStyle3 a.uss-more.inactive:hover {
  background: #828e9a;
  color: #fff;
  border-color: #828e9a;
}
.colorStyle3 .aside .aside-block.aside-catalog ul li a.active,
.colorStyle3 .aside .aside-block.aside-catalog ul li a:hover {
  color: #828e9a;
}
.colorStyle3 .aside .aside-block.aside-catalog > ul > li.active {
  background-image: url('../img/k5_3/li-arr-active.png');
}
.colorStyle3 .aside .aside-block.aside-catalog > ul > li .submenu > li:after {
  background: #828e9a;
}
.colorStyle3 .aside .aside-block.aside-news .news_block_item .info .date {
  background-image: url('../img/k5_3/news-date-ico.png');
  color: #b3b3b3;
}
.colorStyle3 .aside .aside-block.aside-news .news_block_item .info .title a:hover {
  color: #828e9a;
}
.colorStyle3 .uss_eshop_block_item {
  background: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, 0);
}
.colorStyle3 .uss_eshop_block_item .uss_shop_name a:hover {
  color: #828e9a;
}
.colorStyle3 .uss_eshop_block_item .buy-btns a.add_to_cart,
.colorStyle3 .uss_eshop_block_item .buy-block a.add_to_cart {
  background: #828e9a;
}
.colorStyle3 .uss_eshop_block_item .uss_eshop_amount_block .basket_amount_class:focus {
  border-color: #828e9a;
}
.colorStyle3 .positions .positions-nav span:hover {
  border-color: #828e9a;
  color: #828e9a;
}
.colorStyle3 .positions .positions-nav span.active {
  background: #828e9a;
  border: 1px solid #828e9a;
  color: #ffffff;
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item {
  border: 1px solid rgba(255, 255, 255, 0);
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item .posimg_item .uss_img_holder {
  background: #fff;
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item .uss_shop_name a {
  color: #eaeaea;
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item .uss_shop_name a:hover {
  color: #828e9a;
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item .buy-block {
  background: rgba(0, 0, 0, 0);
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart {
  background: #828e9a;
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart:hover {
  background: #151515;
  color: #ffffff;
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item .uss_eshop_amount_block .basket_amount_class:focus {
  border-color: #828e9a;
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_put_wrap > * {
  background-image: url('../img/k5_3/later.png');
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_put_wrap:hover {
  border-color: #828e9a;
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_compare_by > * {
  border: 1px solid #828e9a;
  background-image: url('../img/k5_3/compare.png');
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_compare_by > *:hover {
  border-color: #828e9a;
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_by.uss_shop_buy_one_click > * {
  background-image: url('../img/k5_3/fast-buy.png');
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_by.uss_shop_buy_one_click:hover {
  border-color: #828e9a;
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item:hover .buy-block:after {
  background: rgba(0, 0, 0, 0);
}
.colorStyle3 .uss_shop_list_cat .uss_shop_category .uss_shop_cat_name a:after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  background: transparent;
}
.colorStyle3 .uss_shop_list_cat .uss_shop_category .uss_shop_cat_name a:hover:after {
  -webkit-animation: service-block-link-animation3 0.25s linear;
          animation: service-block-link-animation3 0.25s linear;
  background: #828e9a;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.colorStyle3 .uss_shop_list_view .uss_eshop_item .uss_shop_name a:hover {
  color: #828e9a;
}
.colorStyle3 .uss_shop_list_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart {
  background: #828e9a;
  color: #ffffff;
}
.colorStyle3 .uss_shop_list_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart:hover {
  background: #151515;
  color: #ffffff;
}
.colorStyle3 .uss_shop_list_view .uss_eshop_item .uss_eshop_amount_block .basket_amount_class:focus {
  border-color: #828e9a;
}
.colorStyle3 .uss_shop_list_view .uss_eshop_item .uss_shop_by.uss_shop_buy_one_click > * {
  background-image: url('../img/k5_3/fast-buy.png');
}
.colorStyle3 .uss_shop_list_view .uss_eshop_item .uss_shop_by.uss_shop_buy_one_click:hover {
  border-color: #828e9a;
}
.colorStyle3 .uss_shop_list_view .uss_eshop_item .uss_compare_by > * {
  border: 1px solid #828e9a;
  background-image: url('../img/k5_3/compare.png');
}
.colorStyle3 .uss_shop_list_view .uss_eshop_item .uss_shop_put_wrap {
  border: 1px solid #b3b3b3;
}
.colorStyle3 .uss_shop_list_view .uss_eshop_item .uss_shop_put_wrap > * {
  background-image: url('../img/k5_3/later.png');
}
.colorStyle3 .uss_shop_list_view .uss_eshop_item .uss_shop_put_wrap:hover {
  border-color: #828e9a;
}
.colorStyle3 .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_cart:not(.buy_one_click) {
  background: #828e9a;
  color: #ffffff;
}
.colorStyle3 .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_cart:not(.buy_one_click):hover {
  background: #151515;
  color: #ffffff;
}
.colorStyle3 .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_wishlist,
.colorStyle3 .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_compare {
  border: 1px solid #d63535;
}
.colorStyle3 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by .uss_eshop_amount_block .basket_amount_class:focus {
  border-color: #828e9a;
}
.colorStyle3 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by a.add_to_cart {
  background: #828e9a;
  color: #ffffff;
}
.colorStyle3 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by a.add_to_cart:hover {
  background: #151515;
  color: #ffffff;
}
.colorStyle3 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by.uss_shop_buy_one_click a.add_to_cart {
  background: #151515;
  border-color: #151515;
  color: #ffffff;
}
.colorStyle3 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by.uss_shop_buy_one_click a.add_to_cart:hover {
  background: #b3b3b3;
  border-color: #b3b3b3;
  color: #303030;
}
.colorStyle3 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_put_wrap > * {
  background-image: url('../img/k5_3/later.png');
}
.colorStyle3 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_put_wrap:hover {
  border-color: #828e9a;
}
.colorStyle3 .uss_shop_detail_pos .uss_shop_technical_data .uss_compare_by > * {
  border: 1px solid #828e9a;
  background-image: url('../img/k5_3/compare.png');
}
.colorStyle3 div.uss_tabs div.uss_tabs_navigation span.selected {
  background: #828e9a;
  border: 1px solid #828e9a;
  color: #fff;
}
.colorStyle3 .uss_eshop_sameproducts.blocks .item .info .title a:hover {
  color: #828e9a;
}
.colorStyle3 .uss_eshop_sameproducts.blocks .item .info .addToCart .uss_eshop_amount_block .basket_amount_class:focus {
  border-color: #828e9a;
}
.colorStyle3 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart:hover {
  background: #828e9a;
  color: #ffffff;
  border-color: #828e9a;
}
.colorStyle3 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart.already_in_cart {
  background: #151515;
  color: #ffffff;
  border-color: #151515;
}
.colorStyle3 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart.already_in_cart:hover {
  background: #b3b3b3;
  color: #303030;
}
.colorStyle3 .last-view .uss_eshop_block_item .buy-btns a.add_to_cart {
  color: #303030;
  border-color: #b3b3b3;
  background: none;
}
.colorStyle3 .last-view .uss_eshop_block_item .buy-btns a.add_to_cart:hover {
  background: #828e9a;
  color: #ffffff;
  border-color: #828e9a;
}
.colorStyle3 .last-view .uss_eshop_block_item .buy-btns a.add_to_cart.already_in_cart {
  background: #151515;
  color: #ffffff;
  border-color: #151515;
}
.colorStyle3 .last-view .uss_eshop_block_item .buy-btns a.add_to_cart.already_in_cart:hover {
  background: #b3b3b3;
  color: #303030;
  border-color: #b3b3b3;
}
.colorStyle3 .buy_one_click_form_tml .fc_form_tml form .group .fc_item .elem_item input.styler:focus,
.colorStyle3 .buy_one_click_form_tml .fc_form_tml form .group .fc_item .elem_item textarea.styler:focus {
  border-color: #828e9a !important;
}
.colorStyle3 #uss_basket_ask_where_to_go_block {
  border: 2px solid #828e9a;
}
.colorStyle3 #uss_basket_ask_where_to_go_block a:after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  background: transparent;
}
.colorStyle3 #uss_basket_ask_where_to_go_block a:hover:after {
  -webkit-animation: service-block-link-animation3 0.25s linear;
          animation: service-block-link-animation3 0.25s linear;
  background: #828e9a;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.colorStyle3 .block .h3 .title-nav {
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.colorStyle3 .block .h3 .title-nav a {
  text-decoration: none;
}
.colorStyle3 .block .h3 .title-nav a:after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  background: transparent;
}
.colorStyle3 .block .h3 .title-nav a:hover:after {
  -webkit-animation: service-block-link-animation3 0.25s linear;
          animation: service-block-link-animation3 0.25s linear;
  background: #828e9a;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.colorStyle3 .block.noborder .inner {
  border: none;
}
.colorStyle3 .review-block table tr a:hover {
  color: #828e9a;
}
.colorStyle3 .review-block .news_block_item .info .title a {
  color: #eaeaea;
}
.colorStyle3 .review-block .news_block_item .info .title a:hover {
  color: #828e9a;
}
.colorStyle3 .review-block .news_block_item .info .date:before {
  background-image: url('../img/k5_3/news-date-ico.png');
}
.colorStyle3 .big-map.block .map-contacts .map-contacts-inner a {
  color: #828e9a;
}
.colorStyle3 .service-block .catalog_menu_item .catalog_orderbutton,
.colorStyle3 .uss_catalog_block_cat .catalog_orderbutton,
.colorStyle3 .uss_catalog_detail .catalog_orderbutton,
.colorStyle3 .uss_catalog_list_cat .catalog_orderbutton {
  background: #828e9a;
  color: #ffffff;
}
.colorStyle3 .service-block .catalog_menu_item .catalog_orderbutton:hover,
.colorStyle3 .uss_catalog_block_cat .catalog_orderbutton:hover,
.colorStyle3 .uss_catalog_detail .catalog_orderbutton:hover,
.colorStyle3 .uss_catalog_list_cat .catalog_orderbutton:hover {
  background: #151515;
  color: #ffffff;
}
.colorStyle3 .mCSB_draggerContainer .mCSB_dragger_bar {
  background-color: #828e9a !important;
}
.colorStyle3 .uss_guestbook {
  color: #eaeaea;
}
.colorStyle3 .uss_guestbook .uss_guestbook_links a {
  border: 2px solid #828e9a;
  color: #828e9a;
}
.colorStyle3 .uss_guestbook .uss_guestbook_links a:hover {
  background-color: #828e9a;
  color: #fff;
}
.colorStyle3 .uss_guestbook .uss_guestbook_item {
  border: 2px solid #eaeaea;
}
.colorStyle3 .uss_guestbook .uss_guestbook_item .uss_guestbook_reply {
  border-color: #828e9a;
}
.colorStyle3 .uss_adv_img_list_item.uss_ail_point.active span {
  background-color: #828e9a;
}
.colorStyle3 .slider .slick-dots li.slick-active button {
  background-color: #828e9a;
}
.colorStyle3 .uss_shop_block_cat .uss_shop_category .uss_shop_cat_cat a {
  color: #828e9a;
}
.colorStyle3 .jq-radio.checked .jq-radio__div,
.colorStyle3 .jq-checkbox.checked .jq-checkbox__div {
  background: #828e9a;
}
.colorStyle3 .slider .slides .slide .caption .title {
  color: #fff;
}
.colorStyle3 .slider .slides .slide .caption .title span {
  color: #fff;
  font-family: 'roboto medium';
}
.colorStyle3 .slider .slides .slide .caption .preview {
  color: #fff;
}
.colorStyle3 div:not(.form-block) form input:focus,
.colorStyle3 div:not(.form-block) form input.style:focus {
  border-color: #828e9a !important;
  -webkit-box-shadow: 0 0 2px #828e9a !important;
          box-shadow: 0 0 2px #828e9a !important;
}
.colorStyle3 div:not(.form-block) form textarea:focus,
.colorStyle3 div:not(.form-block) form textarea.styler:focus {
  border-color: #828e9a !important;
  -webkit-box-shadow: 0 0 2px #828e9a !important;
          box-shadow: 0 0 2px #828e9a !important;
}
.colorStyle3 div:not(.form-block) form input[type='submit'],
.colorStyle3 div:not(.form-block) form input[type='submit'].styler {
  background: #828e9a;
  border-color: #828e9a;
  color: #ffffff;
}
.colorStyle3 div:not(.form-block) form input[type='submit']:hover,
.colorStyle3 div:not(.form-block) form input[type='submit'].styler:hover {
  background: #b3b3b3;
  border-color: #b3b3b3;
  color: #eaeaea;
}
.colorStyle3 .uss_eshop_sameproducts.blocks .item .info .price span.actual_price {
  color: #eaeaea;
}
.colorStyle3 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_price span.price {
  color: #eaeaea;
}
.colorStyle3 .uss_eshop_sameproducts.blocks .item:hover {
  background: #fff;
}
.colorStyle3 .uss_eshop_sameproducts.blocks .item:hover .info .price span.actual_price {
  color: #303030;
}
.colorStyle3 .uss_eshop_sameproducts.blocks .item:hover .info .title {
  color: #303030;
}
.colorStyle3 .uss_eshop_sameproducts.blocks .item:hover .info .title a {
  color: inherit;
}
.colorStyle3 .uss_eshop_block_item:hover {
  background: #fff;
}
.colorStyle3 .uss_eshop_block_item:hover .uss_shop_name a {
  color: #303030;
}
.colorStyle3 .uss_eshop_block_item .uss_shop_price span.actual_price {
  color: #eaeaea;
}
.colorStyle3 .uss_eshop_block_item:hover .uss_shop_price span.actual_price {
  color: #303030;
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item .uss_shop_price span.actual_price {
  color: #eaeaea;
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item:hover {
  background: #fff;
  color: #303030;
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item:hover .uss_shop_name a {
  color: #303030;
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item:hover .uss_shop_price span.actual_price {
  color: #303030;
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item:hover .buy-block {
  background: #fff;
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item:hover .buy-block:after {
  background: #fff;
}
.colorStyle3 .form-block form .buttons input[type='submit'].styler {
  background: #151515;
  color: #fff;
}
.colorStyle3 .form-block form .buttons input[type='submit'].styler:hover {
  background: #b3b3b3;
  color: #303030;
}
.colorStyle3 .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(255, 255, 255, 0.5);
}
.colorStyle3 a.uss_more.inactive,
.colorStyle3 a.uss-more.inactive {
  border: 1px solid #828e9a;
  color: #828e9a;
}
.colorStyle3 a.uss_more.inactive:hover,
.colorStyle3 a.uss-more.inactive:hover {
  background: #828e9a;
  color: #fff;
  border-color: #828e9a;
}
.colorStyle3.touch .last-view .uss_eshop_block_item {
  color: #fff;
}
.colorStyle3.touch .last-view .uss_eshop_block_item .uss_shop_name a {
  color: #212121;
}
.colorStyle3.touch .last-view .uss_eshop_block_item .buy-btns a.add_to_cart {
  border-color: #fff;
  color: #fff;
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item .eshop_filters_area form .group_wrap .jq-selectbox {
  color: #fff;
  border-color: #fff;
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item .eshop_filters_area form .group_wrap .jq-selectbox .jq-selectbox__select-text {
  color: #fff;
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item .eshop_filters_area form .group_wrap .jq-selectbox .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  border-top-color: #fff;
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item:hover .eshop_filters_area form .group_wrap .jq-selectbox .jq-selectbox__select-text {
  color: #212121;
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item:hover .eshop_filters_area form .group_wrap .jq-selectbox .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  border-top-color: #212121;
}
.colorStyle3 .aside .aside-catalog .h3 span:after {
  background-image: url(../img/arr.png);
}
.colorStyle3 .aside .aside-catalog.open .h3 span:after {
  background-image: url(../img/arr1.png);
}
.colorStyle3 .search form .uss_input_name {
  background: none;
}
.colorStyle3 .search form .uss_submit {
  -webkit-filter: invert(50%);
          filter: invert(50%);
}
.colorStyle3 .search form .uss_submit:hover {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.colorStyle3 .slider .slick-arrow.slick-prev {
  background: url(../img/arrow-left-white.png) center no-repeat, rgba(21, 21, 21, 0.75);
}
.colorStyle3 .slider .slick-arrow.slick-next {
  background: url(../img/arrow-right-white.png) center no-repeat, rgba(21, 21, 21, 0.75);
}
.colorStyle3 .comment_form_title,
.colorStyle3 .news_similar_title {
  color: #fff;
}
.colorStyle3 .comment_form_title .title-nav,
.colorStyle3 .news_similar_title .title-nav {
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.colorStyle3 .comment_form_title .title-nav a,
.colorStyle3 .news_similar_title .title-nav a {
  text-decoration: none;
}
.colorStyle3 .comment_form_title .title-nav a:after,
.colorStyle3 .news_similar_title .title-nav a:after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  background: transparent;
}
.colorStyle3 .comment_form_title .title-nav a:hover:after,
.colorStyle3 .news_similar_title .title-nav a:hover:after {
  -webkit-animation: service-block-link-animation3 0.25s linear;
          animation: service-block-link-animation3 0.25s linear;
  background: #828e9a;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.colorStyle3 .jq-selectbox .jq-selectbox__select {
  color: #fff;
}
.colorStyle3 .uss_eshop_sameproducts.list .item .price span.actual_price {
  color: #fafafa;
}
.colorStyle3 .uss_shop_block_cat .uss_shop_category .uss_shop_cat_cat a {
  color: #fafafa;
}
.colorStyle3 .uss_shop_list_view .uss_eshop_item .uss_shop_price span.actual_price {
  color: #fff;
}
.colorStyle3 .uss_shop_list_view .uss_eshop_item .uss_eshop_amount_block {
  color: #fff;
}
.service-block .banners .banner .image .colorStyle3:after {
  background: rgba(0, 0, 0, 0.6);
}
.service-block .banners .banner .image .colorStyle3:after:hover:after {
  background: rgba(0, 0, 0, 0.75);
}
.colorStyle3 .service-block .catalog_menu li .catalog_menu_item .catalog_menu_image {
  background: #151515;
}
.colorStyle3 .service-block .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .uss_catalog_cat_name {
  color: #fff;
}
.colorStyle3 .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_price span.actual_price {
  color: #fff;
}
.colorStyle3 .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_price span.old_price {
  color: #828e9a;
}
.colorStyle3 .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  border-top-color: #9e9e9e;
}
.colorStyle3 .uss_basket_menu span.current {
  background: #828e9a;
}
.colorStyle4 #wrap {
  color: #303030;
  background: #ffffff;
}
.colorStyle4 a {
  color: #01c5bb;
}
.colorStyle4 .header .logo a span {
  color: #01c5bb;
}
.colorStyle4 .header .slogan {
  color: #303030;
}
.colorStyle4 .header .basket {
  background-image: url('../img/k5_4/cart-icon.png');
}
.colorStyle4 .header .contacts.phone {
  background-image: url('../img/k5_4/phone-icon.png');
}
.colorStyle4 .header .contacts.email {
  background-image: url('../img/k5_4/email-icon.png');
}
.colorStyle4 .header .header-top .menu_burger.inViewPort {
  border-color: #01c5bb;
}
.colorStyle4 .header .header-top .menu_burger.inViewPort span {
  background: #01c5bb;
}
.colorStyle4 .menu ul li a {
  border-bottom: 2px solid transparent;
}
.colorStyle4 .menu ul li a:not(.active):after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  background: transparent;
}
.colorStyle4 .menu ul li a:not(.active):hover:after {
  -webkit-animation: service-block-link-animation4 0.25s linear;
          animation: service-block-link-animation4 0.25s linear;
  background: #01c5bb;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.colorStyle4 .menu ul li a:after {
  bottom: 0 !important;
}
.colorStyle4 .menu ul li.active a,
.colorStyle4 .menu ul li:hover a {
  color: #01c5bb;
}
.colorStyle4 .menu ul li.active a {
  border-bottom: 2px solid #01c5bb;
}
.colorStyle4 .menu ul li .submenu {
  background: #01c5bb;
}
.colorStyle4 .menu ul li .submenu li a {
  color: #fff;
}
.colorStyle4 .menu ul li .submenu li a:after {
  content: none;
}
.colorStyle4 .mobile_menu .in_menu ul li a:hover,
.colorStyle4 .mobile_menu .in_menu ul li a.clicked {
  /*color: @link-color;*/
}
.colorStyle4 .service-block.static .catalog_menu li .catalog_menu_item > a {
  color: #303030;
}
.colorStyle4 .service-block.static .catalog_menu li .catalog_menu_item > a:hover {
  color: #01c5bb;
}
.colorStyle4 .service-block.static .uss_eshop_menu li > a:not(.uss-block-link) {
  color: #303030;
}
.colorStyle4 .service-block.static .uss_eshop_menu li > a:not(.uss-block-link):hover {
  color: #01c5bb;
}
.colorStyle4 .slider .slides .slide .caption .title span {
  color: #01c5bb;
}
.colorStyle4 .uss_shop_block_cat .uss_shop_category .uss_shop_cat_name a:hover {
  color: #01c5bb;
}
.colorStyle4 .form-block {
  background: #01c5bb;
}
.colorStyle4 .form-block a {
  color: inherit;
}
.colorStyle4 .form-block.big-form {
  background: none !important;
}
.colorStyle4 .form-block.big-form .form-wrap {
  background: #01c5bb;
}
.colorStyle4 .news-block .news_block_item .info .date {
  background: url('../img/k5_4/news-date-ico.png') left center no-repeat;
}
.colorStyle4 .news-block .news_block_item .info .title a span:after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  background: transparent;
}
.colorStyle4 .news-block .news_block_item .info .title a span:hover:after {
  -webkit-animation: service-block-link-animation4 0.25s linear;
          animation: service-block-link-animation4 0.25s linear;
  background: #01c5bb;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.colorStyle4 .news-block .news_block_item .info .title:hover a {
  color: #01c5bb;
}
.colorStyle4 .contacts.block .contacts-block.type1 {
  color: #fff;
}
.colorStyle4 .contacts.block .contacts-block.type0 {
  padding: 0;
}
.colorStyle4 .contacts.block .contacts-block.bg-type1 {
  background: #303030;
}
.colorStyle4 .contacts.block .contacts-block.bg-type2 {
  background: #01c5bb;
}
.colorStyle4 .contacts.block .left .contacts-block .h3,
.colorStyle4 .big-map.block .map-contacts .h3 {
  border-color: #01c5bb;
}
.colorStyle4 .footer .footer-logo a span {
  color: #01c5bb;
}
.colorStyle4 .footer .footer-slogan {
  color: #01c5bb;
}
.colorStyle4 .footer-menu ul li a {
  border-bottom: 2px solid rgba(255, 255, 255, 0);
}
.colorStyle4 .footer-menu ul li a:not(.active):after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  background: transparent;
}
.colorStyle4 .footer-menu ul li a:not(.active):hover:after {
  -webkit-animation: service-block-link-animation4 0.25s linear;
          animation: service-block-link-animation4 0.25s linear;
  background: #01c5bb;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.colorStyle4 .footer-menu ul li.active a,
.colorStyle4 .footer-menu ul li:hover a {
  color: #01c5bb;
}
.colorStyle4 .footer-menu ul li.active a {
  border-bottom: 2px solid #01c5bb;
}
.colorStyle4 .footer-menu ul li .submenu {
  background: #01c5bb;
}
.colorStyle4 .footer-menu ul li .submenu li a {
  color: #fff;
}
.colorStyle4 .footer-menu ul li .submenu li a:after {
  content: none;
}
.colorStyle4 .uss-more a,
.colorStyle4 .uss_more a {
  background: #01c5bb;
  color: #ffffff;
  text-align: center;
  padding: 15px 47px 16px 48px;
  display: inline-block;
  border-radius: 50px;
  text-decoration: none;
}
.colorStyle4 .uss-more a:hover,
.colorStyle4 .uss_more a:hover,
.colorStyle4 .slider .slide:hover .uss-more a {
  background: #303030;
  color: #ffffff;
}
.colorStyle4 .uss-more a a,
.colorStyle4 .uss_more a a {
  text-decoration: none;
}
.colorStyle4 .uss-more.inactive a,
.colorStyle4 .uss_more.inactive a {
  font-size: 14px;
  padding: 10px 33px 11px;
  background: none;
  border: 1px solid #303030;
  color: #303030;
}
.colorStyle4 .uss-more.inactive a:hover,
.colorStyle4 .uss_more.inactive a:hover {
  background: #01c5bb;
  color: #fff;
  border-color: #01c5bb;
}
.colorStyle4 a.uss_more,
.colorStyle4 a.uss-more {
  background: #d63535;
  color: #ffffff;
  text-align: center;
  padding: 15px 47px 16px 48px;
  display: inline-block;
  border-radius: 50px;
  text-decoration: none;
}
.colorStyle4 a.uss_more:hover,
.colorStyle4 a.uss-more:hover {
  background: #303030;
  color: #ffffff;
}
.colorStyle4 a.uss_more a,
.colorStyle4 a.uss-more a {
  text-decoration: none;
}
.colorStyle4 a.uss_more.inactive,
.colorStyle4 a.uss-more.inactive {
  font-size: 14px;
  padding: 10px 33px 11px;
  background: none;
  border: 1px solid #303030;
  color: #303030;
}
.colorStyle4 a.uss_more.inactive:hover,
.colorStyle4 a.uss-more.inactive:hover {
  background: #01c5bb;
  color: #fff;
  border-color: #01c5bb;
}
.colorStyle4 .aside .aside-block.aside-catalog ul li a.active,
.colorStyle4 .aside .aside-block.aside-catalog ul li a:hover {
  color: #01c5bb;
}
.colorStyle4 .aside .aside-block.aside-catalog > ul > li.active {
  background-image: url('../img/k5_4/li-arr-active.png');
}
.colorStyle4 .aside .aside-block.aside-catalog > ul > li .submenu > li:after {
  background: #01c5bb;
}
.colorStyle4 .aside .aside-block.aside-news .news_block_item .info .date {
  background-image: url('../img/k5_4/news-date-ico.png');
  color: #b3b3b3;
}
.colorStyle4 .aside .aside-block.aside-news .news_block_item .info .title a:hover {
  color: #01c5bb;
}
.colorStyle4 .uss_eshop_block_item {
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0);
}
.colorStyle4 .uss_eshop_block_item .uss_shop_name a:hover {
  color: #01c5bb;
}
.colorStyle4 .uss_eshop_block_item .buy-btns a.add_to_cart,
.colorStyle4 .uss_eshop_block_item .buy-block a.add_to_cart {
  background: #01c5bb;
}
.colorStyle4 .uss_eshop_block_item .uss_eshop_amount_block .basket_amount_class:focus {
  border-color: #01c5bb;
}
.colorStyle4 .positions .positions-nav span:hover {
  border-color: #01c5bb;
  color: #01c5bb;
}
.colorStyle4 .positions .positions-nav span.active {
  background: #01c5bb;
  border: 1px solid #01c5bb;
  color: #ffffff;
}
.colorStyle4 .uss_shop_blocks_view .uss_eshop_item {
  border: 1px solid rgba(255, 255, 255, 0);
}
.colorStyle4 .uss_shop_blocks_view .uss_eshop_item .posimg_item .uss_img_holder {
  background: #fff;
}
.colorStyle4 .uss_shop_blocks_view .uss_eshop_item .uss_shop_name a {
  color: #303030;
}
.colorStyle4 .uss_shop_blocks_view .uss_eshop_item .uss_shop_name a:hover {
  color: #01c5bb;
}
.colorStyle4 .uss_shop_blocks_view .uss_eshop_item .buy-block {
  background: #ffffff;
}
.colorStyle4 .uss_shop_blocks_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart {
  background: #01c5bb;
}
.colorStyle4 .uss_shop_blocks_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart:hover {
  background: #303030;
  color: #ffffff;
}
.colorStyle4 .uss_shop_blocks_view .uss_eshop_item .uss_eshop_amount_block .basket_amount_class:focus {
  border-color: #01c5bb;
}
.colorStyle4 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_put_wrap > * {
  background-image: url('../img/k5_4/later.png');
}
.colorStyle4 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_put_wrap:hover {
  border-color: #01c5bb;
}
.colorStyle4 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_compare_by > * {
  border: 1px solid #01c5bb;
  background-image: url('../img/k5_4/compare.png');
}
.colorStyle4 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_compare_by > *:hover {
  border-color: #01c5bb;
}
.colorStyle4 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_by.uss_shop_buy_one_click > * {
  background-image: url('../img/k5_4/fast-buy.png');
}
.colorStyle4 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_by.uss_shop_buy_one_click:hover {
  border-color: #01c5bb;
}
.colorStyle4 .uss_shop_blocks_view .uss_eshop_item:hover .buy-block:after {
  background: #ffffff;
}
.colorStyle4 .uss_shop_list_cat .uss_shop_category .uss_shop_cat_name a:after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  background: transparent;
}
.colorStyle4 .uss_shop_list_cat .uss_shop_category .uss_shop_cat_name a:hover:after {
  -webkit-animation: service-block-link-animation4 0.25s linear;
          animation: service-block-link-animation4 0.25s linear;
  background: #01c5bb;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.colorStyle4 .uss_shop_list_view .uss_eshop_item .uss_shop_name a:hover {
  color: #01c5bb;
}
.colorStyle4 .uss_shop_list_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart {
  background: #01c5bb;
  color: #ffffff;
}
.colorStyle4 .uss_shop_list_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart:hover {
  background: #303030;
  color: #ffffff;
}
.colorStyle4 .uss_shop_list_view .uss_eshop_item .uss_eshop_amount_block .basket_amount_class:focus {
  border-color: #01c5bb;
}
.colorStyle4 .uss_shop_list_view .uss_eshop_item .uss_shop_by.uss_shop_buy_one_click > * {
  background-image: url('../img/k5_4/fast-buy.png');
}
.colorStyle4 .uss_shop_list_view .uss_eshop_item .uss_shop_by.uss_shop_buy_one_click:hover {
  border-color: #01c5bb;
}
.colorStyle4 .uss_shop_list_view .uss_eshop_item .uss_compare_by > * {
  border: 1px solid #01c5bb;
  background-image: url('../img/k5_4/compare.png');
}
.colorStyle4 .uss_shop_list_view .uss_eshop_item .uss_shop_put_wrap {
  border: 1px solid #b3b3b3;
}
.colorStyle4 .uss_shop_list_view .uss_eshop_item .uss_shop_put_wrap > * {
  background-image: url('../img/k5_4/later.png');
}
.colorStyle4 .uss_shop_list_view .uss_eshop_item .uss_shop_put_wrap:hover {
  border-color: #01c5bb;
}
.colorStyle4 .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_cart:not(.buy_one_click) {
  background: #01c5bb;
  color: #ffffff;
}
.colorStyle4 .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_cart:not(.buy_one_click):hover {
  background: #303030;
  color: #ffffff;
}
.colorStyle4 .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_wishlist,
.colorStyle4 .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_compare {
  border: 1px solid #d63535;
}
.colorStyle4 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by .uss_eshop_amount_block .basket_amount_class:focus {
  border-color: #01c5bb;
}
.colorStyle4 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by a.add_to_cart {
  background: #01c5bb;
  color: #ffffff;
}
.colorStyle4 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by a.add_to_cart:hover {
  background: #303030;
  color: #ffffff;
}
.colorStyle4 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by.uss_shop_buy_one_click a.add_to_cart {
  background: #303030;
  border-color: #303030;
  color: #ffffff;
}
.colorStyle4 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by.uss_shop_buy_one_click a.add_to_cart:hover {
  background: #b3b3b3;
  border-color: #b3b3b3;
  color: #303030;
}
.colorStyle4 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_put_wrap > * {
  background-image: url('../img/k5_4/later.png');
}
.colorStyle4 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_put_wrap:hover {
  border-color: #01c5bb;
}
.colorStyle4 .uss_shop_detail_pos .uss_shop_technical_data .uss_compare_by > * {
  border: 1px solid #01c5bb;
  background-image: url('../img/k5_4/compare.png');
}
.colorStyle4 div.uss_tabs div.uss_tabs_navigation span.selected {
  background: #01c5bb;
  border: 1px solid #01c5bb;
  color: #fff;
}
.colorStyle4 .uss_eshop_sameproducts.blocks .item .info .title a:hover {
  color: #01c5bb;
}
.colorStyle4 .uss_eshop_sameproducts.blocks .item .info .addToCart .uss_eshop_amount_block .basket_amount_class:focus {
  border-color: #01c5bb;
}
.colorStyle4 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart:hover {
  background: #01c5bb;
  color: #ffffff;
  border-color: #01c5bb;
}
.colorStyle4 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart.already_in_cart {
  background: #303030;
  color: #ffffff;
  border-color: #303030;
}
.colorStyle4 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart.already_in_cart:hover {
  background: #b3b3b3;
  color: #303030;
}
.colorStyle4 .last-view .uss_eshop_block_item .buy-btns a.add_to_cart {
  color: #303030;
  border-color: #b3b3b3;
  background: none;
}
.colorStyle4 .last-view .uss_eshop_block_item .buy-btns a.add_to_cart:hover {
  background: #01c5bb;
  color: #ffffff;
  border-color: #01c5bb;
}
.colorStyle4 .last-view .uss_eshop_block_item .buy-btns a.add_to_cart.already_in_cart {
  background: #303030;
  color: #ffffff;
  border-color: #303030;
}
.colorStyle4 .last-view .uss_eshop_block_item .buy-btns a.add_to_cart.already_in_cart:hover {
  background: #b3b3b3;
  color: #303030;
  border-color: #b3b3b3;
}
.colorStyle4 .buy_one_click_form_tml .fc_form_tml form .group .fc_item .elem_item input.styler:focus,
.colorStyle4 .buy_one_click_form_tml .fc_form_tml form .group .fc_item .elem_item textarea.styler:focus {
  border-color: #01c5bb !important;
}
.colorStyle4 #uss_basket_ask_where_to_go_block {
  border: 2px solid #01c5bb;
}
.colorStyle4 #uss_basket_ask_where_to_go_block a:after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  background: transparent;
}
.colorStyle4 #uss_basket_ask_where_to_go_block a:hover:after {
  -webkit-animation: service-block-link-animation4 0.25s linear;
          animation: service-block-link-animation4 0.25s linear;
  background: #01c5bb;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.colorStyle4 .block .h3 .title-nav {
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.colorStyle4 .block .h3 .title-nav a {
  text-decoration: none;
}
.colorStyle4 .block .h3 .title-nav a:after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  background: transparent;
}
.colorStyle4 .block .h3 .title-nav a:hover:after {
  -webkit-animation: service-block-link-animation4 0.25s linear;
          animation: service-block-link-animation4 0.25s linear;
  background: #01c5bb;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.colorStyle4 .block.noborder .inner {
  border: none;
}
.colorStyle4 .review-block table tr a:hover {
  color: #01c5bb;
}
.colorStyle4 .review-block .news_block_item .info .title a {
  color: #303030;
}
.colorStyle4 .review-block .news_block_item .info .title a:hover {
  color: #01c5bb;
}
.colorStyle4 .review-block .news_block_item .info .date:before {
  background-image: url('../img/k5_4/news-date-ico.png');
}
.colorStyle4 .big-map.block .map-contacts .map-contacts-inner a {
  color: #01c5bb;
}
.colorStyle4 .service-block .catalog_menu_item .catalog_orderbutton,
.colorStyle4 .uss_catalog_block_cat .catalog_orderbutton,
.colorStyle4 .uss_catalog_detail .catalog_orderbutton,
.colorStyle4 .uss_catalog_list_cat .catalog_orderbutton {
  background: #01c5bb;
  color: #ffffff;
}
.colorStyle4 .service-block .catalog_menu_item .catalog_orderbutton:hover,
.colorStyle4 .uss_catalog_block_cat .catalog_orderbutton:hover,
.colorStyle4 .uss_catalog_detail .catalog_orderbutton:hover,
.colorStyle4 .uss_catalog_list_cat .catalog_orderbutton:hover {
  background: #303030;
  color: #ffffff;
}
.colorStyle4 .mCSB_draggerContainer .mCSB_dragger_bar {
  background-color: #01c5bb !important;
}
.colorStyle4 .uss_guestbook {
  color: #303030;
}
.colorStyle4 .uss_guestbook .uss_guestbook_links a {
  border: 2px solid #01c5bb;
  color: #01c5bb;
}
.colorStyle4 .uss_guestbook .uss_guestbook_links a:hover {
  background-color: #01c5bb;
  color: #fff;
}
.colorStyle4 .uss_guestbook .uss_guestbook_item {
  border: 2px solid #303030;
}
.colorStyle4 .uss_guestbook .uss_guestbook_item .uss_guestbook_reply {
  border-color: #01c5bb;
}
.colorStyle4 .uss_adv_img_list_item.uss_ail_point.active span {
  background-color: #01c5bb;
}
.colorStyle4 .slider .slick-dots li.slick-active button {
  background-color: #01c5bb;
}
.colorStyle4 .uss_shop_block_cat .uss_shop_category .uss_shop_cat_cat a {
  color: #01c5bb;
}
.colorStyle4 .jq-radio.checked .jq-radio__div,
.colorStyle4 .jq-checkbox.checked .jq-checkbox__div {
  background: #01c5bb;
}
.colorStyle4 .slider .slides .caption .preview {
  color: #303030;
}
.colorStyle4 .slider .slides .caption .title {
  color: #303030;
}
.colorStyle4 div:not(.form-block) form input:focus,
.colorStyle4 div:not(.form-block) form input.style:focus {
  border-color: #01c5bb !important;
  -webkit-box-shadow: 0 0 2px #01c5bb !important;
          box-shadow: 0 0 2px #01c5bb !important;
}
.colorStyle4 div:not(.form-block) form textarea:focus,
.colorStyle4 div:not(.form-block) form textarea.styler:focus {
  border-color: #01c5bb !important;
  -webkit-box-shadow: 0 0 2px #01c5bb !important;
          box-shadow: 0 0 2px #01c5bb !important;
}
.colorStyle4 div:not(.form-block) form input[type='submit'],
.colorStyle4 div:not(.form-block) form input[type='submit'].styler {
  background: #303030;
  border-color: #303030;
  color: #ffffff;
}
.colorStyle4 div:not(.form-block) form input[type='submit']:hover,
.colorStyle4 div:not(.form-block) form input[type='submit'].styler:hover {
  background: #d9d9d9;
  border-color: #d9d9d9;
  color: #303030;
}
.colorStyle5 #wrap {
  color: #303030;
  background: #ffffff;
}
.colorStyle5 a {
  color: #287db9;
}
.colorStyle5 .header .logo a span {
  color: #287db9;
}
.colorStyle5 .header .slogan {
  color: #303030;
}
.colorStyle5 .header .basket {
  background-image: url('../img/k5_5/cart-icon.png');
}
.colorStyle5 .header .contacts.phone {
  background-image: url('../img/k5_5/phone-icon.png');
}
.colorStyle5 .header .contacts.email {
  background-image: url('../img/k5_5/email-icon.png');
}
.colorStyle5 .header .header-top .menu_burger.inViewPort {
  border-color: #287db9;
}
.colorStyle5 .header .header-top .menu_burger.inViewPort span {
  background: #287db9;
}
.colorStyle5 .menu ul li a {
  border-bottom: 2px solid transparent;
}
.colorStyle5 .menu ul li a:not(.active):after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  background: transparent;
}
.colorStyle5 .menu ul li a:not(.active):hover:after {
  -webkit-animation: service-block-link-animation5 0.25s linear;
          animation: service-block-link-animation5 0.25s linear;
  background: #287db9;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.colorStyle5 .menu ul li a:after {
  bottom: 0 !important;
}
.colorStyle5 .menu ul li.active a,
.colorStyle5 .menu ul li:hover a {
  color: #287db9;
}
.colorStyle5 .menu ul li.active a {
  border-bottom: 2px solid #287db9;
}
.colorStyle5 .menu ul li .submenu {
  background: #287db9;
}
.colorStyle5 .menu ul li .submenu li a {
  color: #fff;
}
.colorStyle5 .menu ul li .submenu li a:after {
  content: none;
}
.colorStyle5 .mobile_menu .in_menu ul li a:hover,
.colorStyle5 .mobile_menu .in_menu ul li a.clicked {
  /*color: @link-color;*/
}
.colorStyle5 .service-block.static .catalog_menu li .catalog_menu_item > a {
  color: #303030;
}
.colorStyle5 .service-block.static .catalog_menu li .catalog_menu_item > a:hover {
  color: #287db9;
}
.colorStyle5 .service-block.static .uss_eshop_menu li > a:not(.uss-block-link) {
  color: #303030;
}
.colorStyle5 .service-block.static .uss_eshop_menu li > a:not(.uss-block-link):hover {
  color: #287db9;
}
.colorStyle5 .slider .slides .slide .caption .title span {
  color: #287db9;
}
.colorStyle5 .uss_shop_block_cat .uss_shop_category .uss_shop_cat_name a:hover {
  color: #287db9;
}
.colorStyle5 .form-block {
  background: #287db9;
}
.colorStyle5 .form-block a {
  color: inherit;
}
.colorStyle5 .form-block.big-form {
  background: none !important;
}
.colorStyle5 .form-block.big-form .form-wrap {
  background: #287db9;
}
.colorStyle5 .news-block .news_block_item .info .date {
  background: url('../img/k5_5/news-date-ico.png') left center no-repeat;
}
.colorStyle5 .news-block .news_block_item .info .title a span:after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  background: transparent;
}
.colorStyle5 .news-block .news_block_item .info .title a span:hover:after {
  -webkit-animation: service-block-link-animation5 0.25s linear;
          animation: service-block-link-animation5 0.25s linear;
  background: #287db9;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.colorStyle5 .news-block .news_block_item .info .title:hover a {
  color: #287db9;
}
.colorStyle5 .contacts.block .contacts-block.type1 {
  color: #fff;
}
.colorStyle5 .contacts.block .contacts-block.type0 {
  padding: 0;
}
.colorStyle5 .contacts.block .contacts-block.bg-type1 {
  background: #303030;
}
.colorStyle5 .contacts.block .contacts-block.bg-type2 {
  background: #287db9;
}
.colorStyle5 .contacts.block .left .contacts-block .h3,
.colorStyle5 .big-map.block .map-contacts .h3 {
  border-color: #287db9;
}
.colorStyle5 .footer .footer-logo a span {
  color: #287db9;
}
.colorStyle5 .footer .footer-slogan {
  color: #287db9;
}
.colorStyle5 .footer-menu ul li a {
  border-bottom: 2px solid rgba(255, 255, 255, 0);
}
.colorStyle5 .footer-menu ul li a:not(.active):after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  background: transparent;
}
.colorStyle5 .footer-menu ul li a:not(.active):hover:after {
  -webkit-animation: service-block-link-animation5 0.25s linear;
          animation: service-block-link-animation5 0.25s linear;
  background: #287db9;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.colorStyle5 .footer-menu ul li.active a,
.colorStyle5 .footer-menu ul li:hover a {
  color: #287db9;
}
.colorStyle5 .footer-menu ul li.active a {
  border-bottom: 2px solid #287db9;
}
.colorStyle5 .footer-menu ul li .submenu {
  background: #287db9;
}
.colorStyle5 .footer-menu ul li .submenu li a {
  color: #fff;
}
.colorStyle5 .footer-menu ul li .submenu li a:after {
  content: none;
}
.colorStyle5 .uss-more a,
.colorStyle5 .uss_more a {
  background: #287db9;
  color: #ffffff;
  text-align: center;
  padding: 15px 47px 16px 48px;
  display: inline-block;
  border-radius: 50px;
  text-decoration: none;
}
.colorStyle5 .uss-more a:hover,
.colorStyle5 .uss_more a:hover,
.colorStyle5 .slider .slide:hover .uss-more a {
  background: #303030;
  color: #ffffff;
}
.colorStyle5 .uss-more a a,
.colorStyle5 .uss_more a a {
  text-decoration: none;
}
.colorStyle5 .uss-more.inactive a,
.colorStyle5 .uss_more.inactive a {
  font-size: 14px;
  padding: 10px 33px 11px;
  background: none;
  border: 1px solid #303030;
  color: #303030;
}
.colorStyle5 .uss-more.inactive a:hover,
.colorStyle5 .uss_more.inactive a:hover {
  background: #287db9;
  color: #fff;
  border-color: #287db9;
}
.colorStyle5 a.uss_more,
.colorStyle5 a.uss-more {
  background: #d63535;
  color: #ffffff;
  text-align: center;
  padding: 15px 47px 16px 48px;
  display: inline-block;
  border-radius: 50px;
  text-decoration: none;
}
.colorStyle5 a.uss_more:hover,
.colorStyle5 a.uss-more:hover {
  background: #303030;
  color: #ffffff;
}
.colorStyle5 a.uss_more a,
.colorStyle5 a.uss-more a {
  text-decoration: none;
}
.colorStyle5 a.uss_more.inactive,
.colorStyle5 a.uss-more.inactive {
  font-size: 14px;
  padding: 10px 33px 11px;
  background: none;
  border: 1px solid #303030;
  color: #303030;
}
.colorStyle5 a.uss_more.inactive:hover,
.colorStyle5 a.uss-more.inactive:hover {
  background: #287db9;
  color: #fff;
  border-color: #287db9;
}
.colorStyle5 .aside .aside-block.aside-catalog ul li a.active,
.colorStyle5 .aside .aside-block.aside-catalog ul li a:hover {
  color: #287db9;
}
.colorStyle5 .aside .aside-block.aside-catalog > ul > li.active {
  background-image: url('../img/k5_5/li-arr-active.png');
}
.colorStyle5 .aside .aside-block.aside-catalog > ul > li .submenu > li:after {
  background: #287db9;
}
.colorStyle5 .aside .aside-block.aside-news .news_block_item .info .date {
  background-image: url('../img/k5_5/news-date-ico.png');
  color: #b3b3b3;
}
.colorStyle5 .aside .aside-block.aside-news .news_block_item .info .title a:hover {
  color: #287db9;
}
.colorStyle5 .uss_eshop_block_item {
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0);
}
.colorStyle5 .uss_eshop_block_item .uss_shop_name a:hover {
  color: #287db9;
}
.colorStyle5 .uss_eshop_block_item .buy-btns a.add_to_cart,
.colorStyle5 .uss_eshop_block_item .buy-block a.add_to_cart {
  background: #287db9;
}
.colorStyle5 .uss_eshop_block_item .uss_eshop_amount_block .basket_amount_class:focus {
  border-color: #287db9;
}
.colorStyle5 .positions .positions-nav span:hover {
  border-color: #287db9;
  color: #287db9;
}
.colorStyle5 .positions .positions-nav span.active {
  background: #287db9;
  border: 1px solid #287db9;
  color: #ffffff;
}
.colorStyle5 .uss_shop_blocks_view .uss_eshop_item {
  border: 1px solid rgba(255, 255, 255, 0);
}
.colorStyle5 .uss_shop_blocks_view .uss_eshop_item .posimg_item .uss_img_holder {
  background: #fff;
}
.colorStyle5 .uss_shop_blocks_view .uss_eshop_item .uss_shop_name a {
  color: #303030;
}
.colorStyle5 .uss_shop_blocks_view .uss_eshop_item .uss_shop_name a:hover {
  color: #287db9;
}
.colorStyle5 .uss_shop_blocks_view .uss_eshop_item .buy-block {
  background: #ffffff;
}
.colorStyle5 .uss_shop_blocks_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart {
  background: #287db9;
}
.colorStyle5 .uss_shop_blocks_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart:hover {
  background: #303030;
  color: #ffffff;
}
.colorStyle5 .uss_shop_blocks_view .uss_eshop_item .uss_eshop_amount_block .basket_amount_class:focus {
  border-color: #287db9;
}
.colorStyle5 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_put_wrap > * {
  background-image: url('../img/k5_5/later.png');
}
.colorStyle5 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_put_wrap:hover {
  border-color: #287db9;
}
.colorStyle5 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_compare_by > * {
  border: 1px solid #287db9;
  background-image: url('../img/k5_5/compare.png');
}
.colorStyle5 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_compare_by > *:hover {
  border-color: #287db9;
}
.colorStyle5 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_by.uss_shop_buy_one_click > * {
  background-image: url('../img/k5_5/fast-buy.png');
}
.colorStyle5 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_by.uss_shop_buy_one_click:hover {
  border-color: #287db9;
}
.colorStyle5 .uss_shop_blocks_view .uss_eshop_item:hover .buy-block:after {
  background: #ffffff;
}
.colorStyle5 .uss_shop_list_cat .uss_shop_category .uss_shop_cat_name a:after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  background: transparent;
}
.colorStyle5 .uss_shop_list_cat .uss_shop_category .uss_shop_cat_name a:hover:after {
  -webkit-animation: service-block-link-animation5 0.25s linear;
          animation: service-block-link-animation5 0.25s linear;
  background: #287db9;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.colorStyle5 .uss_shop_list_view .uss_eshop_item .uss_shop_name a:hover {
  color: #287db9;
}
.colorStyle5 .uss_shop_list_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart {
  background: #287db9;
  color: #ffffff;
}
.colorStyle5 .uss_shop_list_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart:hover {
  background: #303030;
  color: #ffffff;
}
.colorStyle5 .uss_shop_list_view .uss_eshop_item .uss_eshop_amount_block .basket_amount_class:focus {
  border-color: #287db9;
}
.colorStyle5 .uss_shop_list_view .uss_eshop_item .uss_shop_by.uss_shop_buy_one_click > * {
  background-image: url('../img/k5_5/fast-buy.png');
}
.colorStyle5 .uss_shop_list_view .uss_eshop_item .uss_shop_by.uss_shop_buy_one_click:hover {
  border-color: #287db9;
}
.colorStyle5 .uss_shop_list_view .uss_eshop_item .uss_compare_by > * {
  border: 1px solid #287db9;
  background-image: url('../img/k5_5/compare.png');
}
.colorStyle5 .uss_shop_list_view .uss_eshop_item .uss_shop_put_wrap {
  border: 1px solid #b3b3b3;
}
.colorStyle5 .uss_shop_list_view .uss_eshop_item .uss_shop_put_wrap > * {
  background-image: url('../img/k5_5/later.png');
}
.colorStyle5 .uss_shop_list_view .uss_eshop_item .uss_shop_put_wrap:hover {
  border-color: #287db9;
}
.colorStyle5 .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_cart:not(.buy_one_click) {
  background: #287db9;
  color: #ffffff;
}
.colorStyle5 .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_cart:not(.buy_one_click):hover {
  background: #303030;
  color: #ffffff;
}
.colorStyle5 .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_wishlist,
.colorStyle5 .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_compare {
  border: 1px solid #d63535;
}
.colorStyle5 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by .uss_eshop_amount_block .basket_amount_class:focus {
  border-color: #287db9;
}
.colorStyle5 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by a.add_to_cart {
  background: #287db9;
  color: #ffffff;
}
.colorStyle5 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by a.add_to_cart:hover {
  background: #303030;
  color: #ffffff;
}
.colorStyle5 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by.uss_shop_buy_one_click a.add_to_cart {
  background: #303030;
  border-color: #303030;
  color: #ffffff;
}
.colorStyle5 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by.uss_shop_buy_one_click a.add_to_cart:hover {
  background: #b3b3b3;
  border-color: #b3b3b3;
  color: #303030;
}
.colorStyle5 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_put_wrap > * {
  background-image: url('../img/k5_5/later.png');
}
.colorStyle5 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_put_wrap:hover {
  border-color: #287db9;
}
.colorStyle5 .uss_shop_detail_pos .uss_shop_technical_data .uss_compare_by > * {
  border: 1px solid #287db9;
  background-image: url('../img/k5_5/compare.png');
}
.colorStyle5 div.uss_tabs div.uss_tabs_navigation span.selected {
  background: #287db9;
  border: 1px solid #287db9;
  color: #fff;
}
.colorStyle5 .uss_eshop_sameproducts.blocks .item .info .title a:hover {
  color: #287db9;
}
.colorStyle5 .uss_eshop_sameproducts.blocks .item .info .addToCart .uss_eshop_amount_block .basket_amount_class:focus {
  border-color: #287db9;
}
.colorStyle5 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart:hover {
  background: #287db9;
  color: #ffffff;
  border-color: #287db9;
}
.colorStyle5 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart.already_in_cart {
  background: #303030;
  color: #ffffff;
  border-color: #303030;
}
.colorStyle5 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart.already_in_cart:hover {
  background: #b3b3b3;
  color: #303030;
}
.colorStyle5 .last-view .uss_eshop_block_item .buy-btns a.add_to_cart {
  color: #303030;
  border-color: #b3b3b3;
  background: none;
}
.colorStyle5 .last-view .uss_eshop_block_item .buy-btns a.add_to_cart:hover {
  background: #287db9;
  color: #ffffff;
  border-color: #287db9;
}
.colorStyle5 .last-view .uss_eshop_block_item .buy-btns a.add_to_cart.already_in_cart {
  background: #303030;
  color: #ffffff;
  border-color: #303030;
}
.colorStyle5 .last-view .uss_eshop_block_item .buy-btns a.add_to_cart.already_in_cart:hover {
  background: #b3b3b3;
  color: #303030;
  border-color: #b3b3b3;
}
.colorStyle5 .buy_one_click_form_tml .fc_form_tml form .group .fc_item .elem_item input.styler:focus,
.colorStyle5 .buy_one_click_form_tml .fc_form_tml form .group .fc_item .elem_item textarea.styler:focus {
  border-color: #287db9 !important;
}
.colorStyle5 #uss_basket_ask_where_to_go_block {
  border: 2px solid #287db9;
}
.colorStyle5 #uss_basket_ask_where_to_go_block a:after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  background: transparent;
}
.colorStyle5 #uss_basket_ask_where_to_go_block a:hover:after {
  -webkit-animation: service-block-link-animation5 0.25s linear;
          animation: service-block-link-animation5 0.25s linear;
  background: #287db9;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.colorStyle5 .block .h3 .title-nav {
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.colorStyle5 .block .h3 .title-nav a {
  text-decoration: none;
}
.colorStyle5 .block .h3 .title-nav a:after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  background: transparent;
}
.colorStyle5 .block .h3 .title-nav a:hover:after {
  -webkit-animation: service-block-link-animation5 0.25s linear;
          animation: service-block-link-animation5 0.25s linear;
  background: #287db9;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.colorStyle5 .block.noborder .inner {
  border: none;
}
.colorStyle5 .review-block table tr a:hover {
  color: #287db9;
}
.colorStyle5 .review-block .news_block_item .info .title a {
  color: #303030;
}
.colorStyle5 .review-block .news_block_item .info .title a:hover {
  color: #287db9;
}
.colorStyle5 .review-block .news_block_item .info .date:before {
  background-image: url('../img/k5_5/news-date-ico.png');
}
.colorStyle5 .big-map.block .map-contacts .map-contacts-inner a {
  color: #287db9;
}
.colorStyle5 .service-block .catalog_menu_item .catalog_orderbutton,
.colorStyle5 .uss_catalog_block_cat .catalog_orderbutton,
.colorStyle5 .uss_catalog_detail .catalog_orderbutton,
.colorStyle5 .uss_catalog_list_cat .catalog_orderbutton {
  background: #287db9;
  color: #ffffff;
}
.colorStyle5 .service-block .catalog_menu_item .catalog_orderbutton:hover,
.colorStyle5 .uss_catalog_block_cat .catalog_orderbutton:hover,
.colorStyle5 .uss_catalog_detail .catalog_orderbutton:hover,
.colorStyle5 .uss_catalog_list_cat .catalog_orderbutton:hover {
  background: #303030;
  color: #ffffff;
}
.colorStyle5 .mCSB_draggerContainer .mCSB_dragger_bar {
  background-color: #287db9 !important;
}
.colorStyle5 .uss_guestbook {
  color: #303030;
}
.colorStyle5 .uss_guestbook .uss_guestbook_links a {
  border: 2px solid #287db9;
  color: #287db9;
}
.colorStyle5 .uss_guestbook .uss_guestbook_links a:hover {
  background-color: #287db9;
  color: #fff;
}
.colorStyle5 .uss_guestbook .uss_guestbook_item {
  border: 2px solid #303030;
}
.colorStyle5 .uss_guestbook .uss_guestbook_item .uss_guestbook_reply {
  border-color: #287db9;
}
.colorStyle5 .uss_adv_img_list_item.uss_ail_point.active span {
  background-color: #287db9;
}
.colorStyle5 .slider .slick-dots li.slick-active button {
  background-color: #287db9;
}
.colorStyle5 .uss_shop_block_cat .uss_shop_category .uss_shop_cat_cat a {
  color: #287db9;
}
.colorStyle5 .jq-radio.checked .jq-radio__div,
.colorStyle5 .jq-checkbox.checked .jq-checkbox__div {
  background: #287db9;
}
.colorStyle5 div:not(.form-block) form input:focus,
.colorStyle5 div:not(.form-block) form input.style:focus {
  border-color: #287db9 !important;
  -webkit-box-shadow: 0 0 2px #287db9 !important;
          box-shadow: 0 0 2px #287db9 !important;
}
.colorStyle5 div:not(.form-block) form textarea:focus,
.colorStyle5 div:not(.form-block) form textarea.styler:focus {
  border-color: #287db9 !important;
  -webkit-box-shadow: 0 0 2px #287db9 !important;
          box-shadow: 0 0 2px #287db9 !important;
}
.colorStyle5 div:not(.form-block) form input[type='submit'],
.colorStyle5 div:not(.form-block) form input[type='submit'].styler {
  background: #303030;
  border-color: #303030;
  color: #ffffff;
}
.colorStyle5 div:not(.form-block) form input[type='submit']:hover,
.colorStyle5 div:not(.form-block) form input[type='submit'].styler:hover {
  background: #d9d9d9;
  border-color: #d9d9d9;
  color: #303030;
}
.colorStyle6 #wrap {
  color: #303030;
  background: #ffffff;
}
.colorStyle6 a {
  color: #c7ac6c;
}
.colorStyle6 .header .logo a span {
  color: #c7ac6c;
}
.colorStyle6 .header .slogan {
  color: #303030;
}
.colorStyle6 .header .basket {
  background-image: url('../img/k5_6/cart-icon.png');
}
.colorStyle6 .header .contacts.phone {
  background-image: url('../img/k5_6/phone-icon.png');
}
.colorStyle6 .header .contacts.email {
  background-image: url('../img/k5_6/email-icon.png');
}
.colorStyle6 .header .header-top .menu_burger.inViewPort {
  border-color: #c7ac6c;
}
.colorStyle6 .header .header-top .menu_burger.inViewPort span {
  background: #c7ac6c;
}
.colorStyle6 .menu ul li a {
  border-bottom: 2px solid transparent;
}
.colorStyle6 .menu ul li a:not(.active):after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  background: transparent;
}
.colorStyle6 .menu ul li a:not(.active):hover:after {
  -webkit-animation: service-block-link-animation6 0.25s linear;
          animation: service-block-link-animation6 0.25s linear;
  background: #c7ac6c;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.colorStyle6 .menu ul li a:after {
  bottom: 0 !important;
}
.colorStyle6 .menu ul li.active a,
.colorStyle6 .menu ul li:hover a {
  color: #c7ac6c;
}
.colorStyle6 .menu ul li.active a {
  border-bottom: 2px solid #c7ac6c;
}
.colorStyle6 .menu ul li .submenu {
  background: #c7ac6c;
}
.colorStyle6 .menu ul li .submenu li a {
  color: #fff;
}
.colorStyle6 .menu ul li .submenu li a:after {
  content: none;
}
.colorStyle6 .mobile_menu .in_menu ul li a:hover,
.colorStyle6 .mobile_menu .in_menu ul li a.clicked {
  /*color: @link-color;*/
}
.colorStyle6 .service-block.static .catalog_menu li .catalog_menu_item > a {
  color: #303030;
}
.colorStyle6 .service-block.static .catalog_menu li .catalog_menu_item > a:hover {
  color: #c7ac6c;
}
.colorStyle6 .service-block.static .uss_eshop_menu li > a:not(.uss-block-link) {
  color: #303030;
}
.colorStyle6 .service-block.static .uss_eshop_menu li > a:not(.uss-block-link):hover {
  color: #c7ac6c;
}
.colorStyle6 .slider .slides .slide .caption .title span {
  color: #c7ac6c;
}
.colorStyle6 .uss_shop_block_cat .uss_shop_category .uss_shop_cat_name a:hover {
  color: #c7ac6c;
}
.colorStyle6 .form-block {
  background: #c7ac6c;
}
.colorStyle6 .form-block a {
  color: inherit;
}
.colorStyle6 .form-block.big-form {
  background: none !important;
}
.colorStyle6 .form-block.big-form .form-wrap {
  background: #c7ac6c;
}
.colorStyle6 .news-block .news_block_item .info .date {
  background: url('../img/k5_6/news-date-ico.png') left center no-repeat;
}
.colorStyle6 .news-block .news_block_item .info .title a span:after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  background: transparent;
}
.colorStyle6 .news-block .news_block_item .info .title a span:hover:after {
  -webkit-animation: service-block-link-animation6 0.25s linear;
          animation: service-block-link-animation6 0.25s linear;
  background: #c7ac6c;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.colorStyle6 .news-block .news_block_item .info .title:hover a {
  color: #c7ac6c;
}
.colorStyle6 .contacts.block .contacts-block.type1 {
  color: #fff;
}
.colorStyle6 .contacts.block .contacts-block.type0 {
  padding: 0;
}
.colorStyle6 .contacts.block .contacts-block.bg-type1 {
  background: #303030;
}
.colorStyle6 .contacts.block .contacts-block.bg-type2 {
  background: #c7ac6c;
}
.colorStyle6 .contacts.block .left .contacts-block .h3,
.colorStyle6 .big-map.block .map-contacts .h3 {
  border-color: #c7ac6c;
}
.colorStyle6 .footer .footer-logo a span {
  color: #c7ac6c;
}
.colorStyle6 .footer .footer-slogan {
  color: #c7ac6c;
}
.colorStyle6 .footer-menu ul li a {
  border-bottom: 2px solid rgba(255, 255, 255, 0);
}
.colorStyle6 .footer-menu ul li a:not(.active):after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  background: transparent;
}
.colorStyle6 .footer-menu ul li a:not(.active):hover:after {
  -webkit-animation: service-block-link-animation6 0.25s linear;
          animation: service-block-link-animation6 0.25s linear;
  background: #c7ac6c;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.colorStyle6 .footer-menu ul li.active a,
.colorStyle6 .footer-menu ul li:hover a {
  color: #c7ac6c;
}
.colorStyle6 .footer-menu ul li.active a {
  border-bottom: 2px solid #c7ac6c;
}
.colorStyle6 .footer-menu ul li .submenu {
  background: #c7ac6c;
}
.colorStyle6 .footer-menu ul li .submenu li a {
  color: #fff;
}
.colorStyle6 .footer-menu ul li .submenu li a:after {
  content: none;
}
.colorStyle6 .uss-more a,
.colorStyle6 .uss_more a {
  background: #c7ac6c;
  color: #ffffff;
  text-align: center;
  padding: 15px 47px 16px 48px;
  display: inline-block;
  border-radius: 50px;
  text-decoration: none;
}
.colorStyle6 .uss-more a:hover,
.colorStyle6 .uss_more a:hover,
.colorStyle6 .slider .slide:hover .uss-more a {
  background: #303030;
  color: #ffffff;
}
.colorStyle6 .uss-more a a,
.colorStyle6 .uss_more a a {
  text-decoration: none;
}
.colorStyle6 .uss-more.inactive a,
.colorStyle6 .uss_more.inactive a {
  font-size: 14px;
  padding: 10px 33px 11px;
  background: none;
  border: 1px solid #303030;
  color: #303030;
}
.colorStyle6 .uss-more.inactive a:hover,
.colorStyle6 .uss_more.inactive a:hover {
  background: #c7ac6c;
  color: #fff;
  border-color: #c7ac6c;
}
.colorStyle6 a.uss_more,
.colorStyle6 a.uss-more {
  background: #d63535;
  color: #ffffff;
  text-align: center;
  padding: 15px 47px 16px 48px;
  display: inline-block;
  border-radius: 50px;
  text-decoration: none;
}
.colorStyle6 a.uss_more:hover,
.colorStyle6 a.uss-more:hover {
  background: #303030;
  color: #ffffff;
}
.colorStyle6 a.uss_more a,
.colorStyle6 a.uss-more a {
  text-decoration: none;
}
.colorStyle6 a.uss_more.inactive,
.colorStyle6 a.uss-more.inactive {
  font-size: 14px;
  padding: 10px 33px 11px;
  background: none;
  border: 1px solid #303030;
  color: #303030;
}
.colorStyle6 a.uss_more.inactive:hover,
.colorStyle6 a.uss-more.inactive:hover {
  background: #c7ac6c;
  color: #fff;
  border-color: #c7ac6c;
}
.colorStyle6 .aside .aside-block.aside-catalog ul li a.active,
.colorStyle6 .aside .aside-block.aside-catalog ul li a:hover {
  color: #c7ac6c;
}
.colorStyle6 .aside .aside-block.aside-catalog > ul > li.active {
  background-image: url('../img/k5_6/li-arr-active.png');
}
.colorStyle6 .aside .aside-block.aside-catalog > ul > li .submenu > li:after {
  background: #c7ac6c;
}
.colorStyle6 .aside .aside-block.aside-news .news_block_item .info .date {
  background-image: url('../img/k5_6/news-date-ico.png');
  color: #b3b3b3;
}
.colorStyle6 .aside .aside-block.aside-news .news_block_item .info .title a:hover {
  color: #c7ac6c;
}
.colorStyle6 .uss_eshop_block_item {
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0);
}
.colorStyle6 .uss_eshop_block_item .uss_shop_name a:hover {
  color: #c7ac6c;
}
.colorStyle6 .uss_eshop_block_item .buy-btns a.add_to_cart,
.colorStyle6 .uss_eshop_block_item .buy-block a.add_to_cart {
  background: #c7ac6c;
}
.colorStyle6 .uss_eshop_block_item .uss_eshop_amount_block .basket_amount_class:focus {
  border-color: #c7ac6c;
}
.colorStyle6 .positions .positions-nav span:hover {
  border-color: #c7ac6c;
  color: #c7ac6c;
}
.colorStyle6 .positions .positions-nav span.active {
  background: #c7ac6c;
  border: 1px solid #c7ac6c;
  color: #ffffff;
}
.colorStyle6 .uss_shop_blocks_view .uss_eshop_item {
  border: 1px solid rgba(255, 255, 255, 0);
}
.colorStyle6 .uss_shop_blocks_view .uss_eshop_item .posimg_item .uss_img_holder {
  background: #fff;
}
.colorStyle6 .uss_shop_blocks_view .uss_eshop_item .uss_shop_name a {
  color: #303030;
}
.colorStyle6 .uss_shop_blocks_view .uss_eshop_item .uss_shop_name a:hover {
  color: #c7ac6c;
}
.colorStyle6 .uss_shop_blocks_view .uss_eshop_item .buy-block {
  background: #ffffff;
}
.colorStyle6 .uss_shop_blocks_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart {
  background: #c7ac6c;
}
.colorStyle6 .uss_shop_blocks_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart:hover {
  background: #303030;
  color: #ffffff;
}
.colorStyle6 .uss_shop_blocks_view .uss_eshop_item .uss_eshop_amount_block .basket_amount_class:focus {
  border-color: #c7ac6c;
}
.colorStyle6 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_put_wrap > * {
  background-image: url('../img/k5_6/later.png');
}
.colorStyle6 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_put_wrap:hover {
  border-color: #c7ac6c;
}
.colorStyle6 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_compare_by > * {
  border: 1px solid #c7ac6c;
  background-image: url('../img/k5_6/compare.png');
}
.colorStyle6 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_compare_by > *:hover {
  border-color: #c7ac6c;
}
.colorStyle6 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_by.uss_shop_buy_one_click > * {
  background-image: url('../img/k5_6/fast-buy.png');
}
.colorStyle6 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_by.uss_shop_buy_one_click:hover {
  border-color: #c7ac6c;
}
.colorStyle6 .uss_shop_blocks_view .uss_eshop_item:hover .buy-block:after {
  background: #ffffff;
}
.colorStyle6 .uss_shop_list_cat .uss_shop_category .uss_shop_cat_name a:after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  background: transparent;
}
.colorStyle6 .uss_shop_list_cat .uss_shop_category .uss_shop_cat_name a:hover:after {
  -webkit-animation: service-block-link-animation6 0.25s linear;
          animation: service-block-link-animation6 0.25s linear;
  background: #c7ac6c;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.colorStyle6 .uss_shop_list_view .uss_eshop_item .uss_shop_name a:hover {
  color: #c7ac6c;
}
.colorStyle6 .uss_shop_list_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart {
  background: #c7ac6c;
  color: #ffffff;
}
.colorStyle6 .uss_shop_list_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart:hover {
  background: #303030;
  color: #ffffff;
}
.colorStyle6 .uss_shop_list_view .uss_eshop_item .uss_eshop_amount_block .basket_amount_class:focus {
  border-color: #c7ac6c;
}
.colorStyle6 .uss_shop_list_view .uss_eshop_item .uss_shop_by.uss_shop_buy_one_click > * {
  background-image: url('../img/k5_6/fast-buy.png');
}
.colorStyle6 .uss_shop_list_view .uss_eshop_item .uss_shop_by.uss_shop_buy_one_click:hover {
  border-color: #c7ac6c;
}
.colorStyle6 .uss_shop_list_view .uss_eshop_item .uss_compare_by > * {
  border: 1px solid #c7ac6c;
  background-image: url('../img/k5_6/compare.png');
}
.colorStyle6 .uss_shop_list_view .uss_eshop_item .uss_shop_put_wrap {
  border: 1px solid #b3b3b3;
}
.colorStyle6 .uss_shop_list_view .uss_eshop_item .uss_shop_put_wrap > * {
  background-image: url('../img/k5_6/later.png');
}
.colorStyle6 .uss_shop_list_view .uss_eshop_item .uss_shop_put_wrap:hover {
  border-color: #c7ac6c;
}
.colorStyle6 .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_cart:not(.buy_one_click) {
  background: #c7ac6c;
  color: #ffffff;
}
.colorStyle6 .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_cart:not(.buy_one_click):hover {
  background: #303030;
  color: #ffffff;
}
.colorStyle6 .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_wishlist,
.colorStyle6 .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_compare {
  border: 1px solid #d63535;
}
.colorStyle6 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by .uss_eshop_amount_block .basket_amount_class:focus {
  border-color: #c7ac6c;
}
.colorStyle6 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by a.add_to_cart {
  background: #c7ac6c;
  color: #ffffff;
}
.colorStyle6 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by a.add_to_cart:hover {
  background: #303030;
  color: #ffffff;
}
.colorStyle6 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by.uss_shop_buy_one_click a.add_to_cart {
  background: #303030;
  border-color: #303030;
  color: #ffffff;
}
.colorStyle6 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by.uss_shop_buy_one_click a.add_to_cart:hover {
  background: #b3b3b3;
  border-color: #b3b3b3;
  color: #303030;
}
.colorStyle6 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_put_wrap > * {
  background-image: url('../img/k5_6/later.png');
}
.colorStyle6 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_put_wrap:hover {
  border-color: #c7ac6c;
}
.colorStyle6 .uss_shop_detail_pos .uss_shop_technical_data .uss_compare_by > * {
  border: 1px solid #c7ac6c;
  background-image: url('../img/k5_6/compare.png');
}
.colorStyle6 div.uss_tabs div.uss_tabs_navigation span.selected {
  background: #c7ac6c;
  border: 1px solid #c7ac6c;
  color: #fff;
}
.colorStyle6 .uss_eshop_sameproducts.blocks .item .info .title a:hover {
  color: #c7ac6c;
}
.colorStyle6 .uss_eshop_sameproducts.blocks .item .info .addToCart .uss_eshop_amount_block .basket_amount_class:focus {
  border-color: #c7ac6c;
}
.colorStyle6 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart:hover {
  background: #c7ac6c;
  color: #ffffff;
  border-color: #c7ac6c;
}
.colorStyle6 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart.already_in_cart {
  background: #303030;
  color: #ffffff;
  border-color: #303030;
}
.colorStyle6 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart.already_in_cart:hover {
  background: #b3b3b3;
  color: #303030;
}
.colorStyle6 .last-view .uss_eshop_block_item .buy-btns a.add_to_cart {
  color: #303030;
  border-color: #b3b3b3;
  background: none;
}
.colorStyle6 .last-view .uss_eshop_block_item .buy-btns a.add_to_cart:hover {
  background: #c7ac6c;
  color: #ffffff;
  border-color: #c7ac6c;
}
.colorStyle6 .last-view .uss_eshop_block_item .buy-btns a.add_to_cart.already_in_cart {
  background: #303030;
  color: #ffffff;
  border-color: #303030;
}
.colorStyle6 .last-view .uss_eshop_block_item .buy-btns a.add_to_cart.already_in_cart:hover {
  background: #b3b3b3;
  color: #303030;
  border-color: #b3b3b3;
}
.colorStyle6 .buy_one_click_form_tml .fc_form_tml form .group .fc_item .elem_item input.styler:focus,
.colorStyle6 .buy_one_click_form_tml .fc_form_tml form .group .fc_item .elem_item textarea.styler:focus {
  border-color: #c7ac6c !important;
}
.colorStyle6 #uss_basket_ask_where_to_go_block {
  border: 2px solid #c7ac6c;
}
.colorStyle6 #uss_basket_ask_where_to_go_block a:after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  background: transparent;
}
.colorStyle6 #uss_basket_ask_where_to_go_block a:hover:after {
  -webkit-animation: service-block-link-animation6 0.25s linear;
          animation: service-block-link-animation6 0.25s linear;
  background: #c7ac6c;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.colorStyle6 .block .h3 .title-nav {
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.colorStyle6 .block .h3 .title-nav a {
  text-decoration: none;
}
.colorStyle6 .block .h3 .title-nav a:after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  background: transparent;
}
.colorStyle6 .block .h3 .title-nav a:hover:after {
  -webkit-animation: service-block-link-animation6 0.25s linear;
          animation: service-block-link-animation6 0.25s linear;
  background: #c7ac6c;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.colorStyle6 .block.noborder .inner {
  border: none;
}
.colorStyle6 .review-block table tr a:hover {
  color: #c7ac6c;
}
.colorStyle6 .review-block .news_block_item .info .title a {
  color: #303030;
}
.colorStyle6 .review-block .news_block_item .info .title a:hover {
  color: #c7ac6c;
}
.colorStyle6 .review-block .news_block_item .info .date:before {
  background-image: url('../img/k5_6/news-date-ico.png');
}
.colorStyle6 .big-map.block .map-contacts .map-contacts-inner a {
  color: #c7ac6c;
}
.colorStyle6 .service-block .catalog_menu_item .catalog_orderbutton,
.colorStyle6 .uss_catalog_block_cat .catalog_orderbutton,
.colorStyle6 .uss_catalog_detail .catalog_orderbutton,
.colorStyle6 .uss_catalog_list_cat .catalog_orderbutton {
  background: #c7ac6c;
  color: #ffffff;
}
.colorStyle6 .service-block .catalog_menu_item .catalog_orderbutton:hover,
.colorStyle6 .uss_catalog_block_cat .catalog_orderbutton:hover,
.colorStyle6 .uss_catalog_detail .catalog_orderbutton:hover,
.colorStyle6 .uss_catalog_list_cat .catalog_orderbutton:hover {
  background: #303030;
  color: #ffffff;
}
.colorStyle6 .mCSB_draggerContainer .mCSB_dragger_bar {
  background-color: #c7ac6c !important;
}
.colorStyle6 .uss_guestbook {
  color: #303030;
}
.colorStyle6 .uss_guestbook .uss_guestbook_links a {
  border: 2px solid #c7ac6c;
  color: #c7ac6c;
}
.colorStyle6 .uss_guestbook .uss_guestbook_links a:hover {
  background-color: #c7ac6c;
  color: #fff;
}
.colorStyle6 .uss_guestbook .uss_guestbook_item {
  border: 2px solid #303030;
}
.colorStyle6 .uss_guestbook .uss_guestbook_item .uss_guestbook_reply {
  border-color: #c7ac6c;
}
.colorStyle6 .uss_adv_img_list_item.uss_ail_point.active span {
  background-color: #c7ac6c;
}
.colorStyle6 .slider .slick-dots li.slick-active button {
  background-color: #c7ac6c;
}
.colorStyle6 .uss_shop_block_cat .uss_shop_category .uss_shop_cat_cat a {
  color: #c7ac6c;
}
.colorStyle6 .jq-radio.checked .jq-radio__div,
.colorStyle6 .jq-checkbox.checked .jq-checkbox__div {
  background: #c7ac6c;
}
.colorStyle6 div:not(.form-block) form input:focus,
.colorStyle6 div:not(.form-block) form input.style:focus {
  border-color: #c7ac6c !important;
  -webkit-box-shadow: 0 0 2px #c7ac6c !important;
          box-shadow: 0 0 2px #c7ac6c !important;
}
.colorStyle6 div:not(.form-block) form textarea:focus,
.colorStyle6 div:not(.form-block) form textarea.styler:focus {
  border-color: #c7ac6c !important;
  -webkit-box-shadow: 0 0 2px #c7ac6c !important;
          box-shadow: 0 0 2px #c7ac6c !important;
}
.colorStyle6 div:not(.form-block) form input[type='submit'],
.colorStyle6 div:not(.form-block) form input[type='submit'].styler {
  background: #303030;
  border-color: #303030;
  color: #ffffff;
}
.colorStyle6 div:not(.form-block) form input[type='submit']:hover,
.colorStyle6 div:not(.form-block) form input[type='submit'].styler:hover {
  background: #d9d9d9;
  border-color: #d9d9d9;
  color: #303030;
}
.flex .items {
  width: 100%;
}
@-webkit-keyframes top-menu {
  0% {
    left: -100%;
  }
  100% {
    left: 0%;
  }
}
@keyframes top-menu {
  0% {
    left: -100%;
  }
  100% {
    left: 0%;
  }
}
.uss-table-scroll td.uss_title {
  min-width: 200px;
}
.uss_catalog_detail .uss_img_wrapper.for_preview_columned {
  margin-right: 20px;
}
.section {
  font-family: roboto light;
  line-height: 1.65;
}
.section p {
  margin: 0;
}
.section p + p {
  margin: 24px 0;
}
.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;
}
.news_list .image img,
.news_exact_item .uss_img_wrapper.img_bottom .uss_img_big img,
.similar_items_block .news_item .image .uss_image_holder img {
  display: block;
}
.news_list .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.uss_shop_detail_pos .uss_img_wrapper .big_image {
  display: block;
}
.uss_shop_detail_pos .uss_img_ico_box .uss_img_ico img {
  display: block;
}
.uss_photoalbums_foto_box {
  margin: 0;
  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;
}
.uss_photoalbums_foto_box .uss_img_item {
  max-width: calc((100% - 14px) / 2);
  display: block;
}
.uss_photoalbums_foto_box .uss_img_item .uss_img_pre {
  max-width: 100%;
  height: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.uss_photoalbums_foto_box .uss_img_item .uss_img_pre img {
  max-width: 100%;
}
.jq-radio {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.uss_catlog_cat_anons {
  line-height: 1.3;
}
.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_eshop_sameproducts.blocks .item .descr, .uss_eshop_sameproducts.list .item .descr, .service .uss_eshop_menu > li .uss_tree_description, .service .catalog_menu .catalog_menu_item .uss_tree_description, .uss_shop_block_cat .uss_shop_cat_text, .uss_catlog_cat_anons, .uss_catalog_detail .uss_catalog_short_description, .uss_shop_list_cat .uss_shop_cat_text, .uss_buy_one_click_pos .uss_onepos_info .uss_description, .uss_shop_description, .news_block_item .preview, .news_list .preview, .groups_list .description, .uss_shop_full_description, .section_news .uss_news .groups_list .group_item .description, .section_news .uss_news .groups_block .group_item .description, .uss_photoalbums_albums_block .uss_albums_description, .uss_photoalbums_albums_with_photo .uss_albums_description, .uss_photoalbums_albums_list .uss_albums_description, .catalogs .uss_eshop_menu .uss_tree_description, .catalogs .catalog_menu .uss_tree_description, .product_cat .uss_eshop_menu .uss_tree_description, .product_cat .catalog_menu .uss_tree_description, div.uss_tabs .tab_item, .content .section.section_text, .uss_widget_outer_content .news_block_item .preview, .photoalbum_menu .photoalbum_menu_item .uss_tree_description, .review .news_block_item, .news .news_block_item, .uss_guestbook_reply_title, .uss_user_basket th, .uss_user_basket td, .uss_user_basket .uss_name .uss_description, .uss_user_basket .uss_bottom .totals {
  font-size: 16px;
}
.uss_eshop_sameproducts.blocks .item .descr p, .uss_eshop_sameproducts.list .item .descr p, .service .uss_eshop_menu > li .uss_tree_description p, .service .catalog_menu .catalog_menu_item .uss_tree_description p, .uss_shop_block_cat .uss_shop_cat_text p, .uss_catlog_cat_anons p, .uss_catalog_detail .uss_catalog_short_description p, .uss_shop_list_cat .uss_shop_cat_text p, .uss_buy_one_click_pos .uss_onepos_info .uss_description p, .uss_shop_description p, .news_block_item .preview p, .news_list .preview p, .groups_list .description p, .uss_shop_full_description p, .section_news .uss_news .groups_list .group_item .description p, .section_news .uss_news .groups_block .group_item .description p, .uss_photoalbums_albums_block .uss_albums_description p, .uss_photoalbums_albums_with_photo .uss_albums_description p, .uss_photoalbums_albums_list .uss_albums_description p, .catalogs .uss_eshop_menu .uss_tree_description p, .catalogs .catalog_menu .uss_tree_description p, .product_cat .uss_eshop_menu .uss_tree_description p, .product_cat .catalog_menu .uss_tree_description p, div.uss_tabs .tab_item p, .content .section.section_text p, .uss_widget_outer_content .news_block_item .preview p, .photoalbum_menu .photoalbum_menu_item .uss_tree_description p, .uss_eshop_sameproducts.blocks .item .descr span, .uss_eshop_sameproducts.list .item .descr span, .service .uss_eshop_menu > li .uss_tree_description span, .service .catalog_menu .catalog_menu_item .uss_tree_description span, .uss_shop_block_cat .uss_shop_cat_text span, .uss_catlog_cat_anons span, .uss_catalog_detail .uss_catalog_short_description span, .uss_shop_list_cat .uss_shop_cat_text span, .uss_buy_one_click_pos .uss_onepos_info .uss_description span, .uss_shop_description span, .news_block_item .preview span, .news_list .preview span, .groups_list .description span, .uss_shop_full_description span, .section_news .uss_news .groups_list .group_item .description span, .section_news .uss_news .groups_block .group_item .description span, .uss_photoalbums_albums_block .uss_albums_description span, .uss_photoalbums_albums_with_photo .uss_albums_description span, .uss_photoalbums_albums_list .uss_albums_description span, .catalogs .uss_eshop_menu .uss_tree_description span, .catalogs .catalog_menu .uss_tree_description span, .product_cat .uss_eshop_menu .uss_tree_description span, .product_cat .catalog_menu .uss_tree_description span, div.uss_tabs .tab_item span, .content .section.section_text span, .uss_widget_outer_content .news_block_item .preview span, .photoalbum_menu .photoalbum_menu_item .uss_tree_description span {
  font-size: inherit;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_name, div.uss_tabs .uss_tabs_navigation span, .uss_shop_block_cat .uss_shop_cat_name, .uss_catalog_list_cat .uss_catalog_cat_name, .uss_catalog_block_cat .uss_catalog_cat_name, .uss_photoalbums_albums_list .uss_albums_name, .uss_photoalbums_albums_block .uss_albums_name, .uss_photoalbums_albums_with_photo .uss_albums_name, .photoalbum_menu .photoalbum_menu_item > a, .uss_eshop_block_item .uss_shop_name, .content_menu, .uss_shop_list_cat .uss_shop_cat_name, .uss_shop_list_view .uss_shop_technical_data .uss_shop_name, .section_news .uss_news .groups_list .group_item .title, .section_news .uss_news .groups_block .group_item .title, .uss_eshop_sameproducts.blocks .item .title, .similar_items_block .news_item .info .title, .similar_items_list .news_item .title, .uss_eshop_sameproducts.list .item .title, .buy_one_click_form_tml .uss_title, .catalogs .uss_eshop_menu > li > a, .catalogs .catalog_menu > li > div > a, .product_cat .uss_eshop_menu > li > a, .product_cat .catalog_menu > li > div > a, .catalog_block .uss_eshop_menu > li > a, .catalog_block .catalog_menu > li > div > a, .block .news_block_item .info .title, .uss_widget_outer_content .news_block_item .title, .news_list .title, .section_faq .uss_faq .uss_faq_item .question .question_text span.label, #uss_basket_ask_where_to_go_block .title, .uss_user_basket .uss_name .uss_title {
  font-size: 18px;
  font-family: 'roboto medium';
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_name a, div.uss_tabs .uss_tabs_navigation span a, .uss_shop_block_cat .uss_shop_cat_name a, .uss_catalog_list_cat .uss_catalog_cat_name a, .uss_catalog_block_cat .uss_catalog_cat_name a, .uss_photoalbums_albums_list .uss_albums_name a, .uss_photoalbums_albums_block .uss_albums_name a, .uss_photoalbums_albums_with_photo .uss_albums_name a, .photoalbum_menu .photoalbum_menu_item > a a, .service .uss_eshop_menu > li > a a, .service .catalog_menu .catalog_menu_item > a a, .services .uss_eshop_menu > li > a a, .services .catalog_menu .catalog_menu_item > a a, .uss_eshop_block_item .uss_shop_name a, .content_menu a, .uss_shop_list_cat .uss_shop_cat_name a, .uss_shop_list_view .uss_shop_technical_data .uss_shop_name a, .section_news .uss_news .groups_list .group_item .title a, .section_news .uss_news .groups_block .group_item .title a, .uss_eshop_sameproducts.blocks .item .title a, .similar_items_block .news_item .info .title a, .similar_items_list .news_item .title a, .uss_eshop_sameproducts.list .item .title a, .buy_one_click_form_tml .uss_title a, .catalogs .uss_eshop_menu > li > a a, .catalogs .catalog_menu > li > div > a a, .product_cat .uss_eshop_menu > li > a a, .product_cat .catalog_menu > li > div > a a, .catalog_block .uss_eshop_menu > li > a a, .catalog_block .catalog_menu > li > div > a a, .block .news_block_item .info .title a, .uss_widget_outer_content .news_block_item .title a, .news_list .title a {
  font-size: inherit;
  font-family: inherit;
}

.uss_photoalbums_albums_block .uss_albums_item .uss_albums_info {
  margin-top: 10px;
}

@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: 1710px) {
  .slider .slick-arrow.slick-prev {
    right: 0;
    left: calc(-100vw + 50px);
    margin: 0 auto;
  }
  .slider .slick-arrow.slick-next {
    left: 0;
    right: calc(-100vw + 50px);
    margin: 0 auto;
  }
}
@media (max-width: 1370px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .slider .slides .slide .caption {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 100vw;
  }
  .block.big-banner .big-banner-wrap img {
    max-width: calc(100% - 25%);
  }
  .form-block.big-form .inner {
    padding: 0 10px;
  }
  .slider .slides .slide .caption .title {
    color: #303030;
    margin: 0 0 0.3em 0;
  }
  .header .left {
    max-width: none;
  }
  .big-map.block .map {
    width: calc(100% + 40px);
    left: -20px;
  }
}
@media (max-width: 1024px) {
  .slider .slides .slide .caption .title {
    font-size: 42px;
  }
  .slider .slides .slide .caption .preview {
    font-size: 24px;
  }
  .mainpage .block .h3 {
    font-size: 30px;
  }
  .singlepage .block .h3 {
    font-size: 22px;
  }
  .singlepage .h3 {
    font-size: 22px;
  }
  .review-block.x4 .news_block_item {
    width: calc((100% - 40px) / 3);
  }
  .big-map.block .map > ymaps {
    height: 360px !important;
  }
}
@media (max-width: 1070px) {
  .block.big-banner .caption .title {
    font-size: 46px;
  }
  .block.big-banner .caption .preview {
    font-size: 25px;
  }
}
@media (max-width: 1010px) {
  .service-block .catalog_menu li .catalog_menu_item > a,
  .service-block .uss_eshop_menu li > a:not(.uss-block-link) {
    font-size: 30px;
  }
  .big-map.block .map {
    width: auto;
    left: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .big-map.block .map .map-contacts {
    width: 100%;
    max-width: 100%;
    position: static;
    padding: 10px;
  }
  .big-map.block .map .map-contacts .map-contacts-inner {
    position: static;
  }
}
@media (max-width: 1000px) {
  .aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    max-width: 100%;
    min-width: 100%;
    -webkit-box-ordinal-group: -9;
        -ms-flex-order: -10;
            order: -10;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .aside > *:not(.aside-catalog) {
    display: none;
  }
  .aside .aside-catalog {
    width: 100%;
  }
  .aside .aside-catalog:not(.open) > ul {
    display: none;
  }
  .aside .aside-catalog .h3 {
    text-align: center;
  }
  .aside .aside-catalog .h3 span {
    border-bottom: 1px dashed;
    position: relative;
  }
  .aside .aside-catalog .h3 span:after {
    content: '';
    position: absolute;
    left: calc(100% + 10px);
    width: 18px;
    height: 18px;
    display: inline-block;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../img/arr1-black.png) center no-repeat;
  }
  .aside .aside-catalog.open .h3 span:after {
    background-image: url(../img/arr-black.png);
  }
  .container .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .container .content {
    width: 100%;
  }
  .singlepage .container .inner {
    padding-top: 22px;
  }
  .aside .aside-block {
    margin-bottom: 0;
  }
  .aside .aside-block .h3 {
    margin-bottom: 27px;
  }
  .aside .aside-block.open {
    margin-bottom: 30px;
  }
  .service-block .banners .banner .caption .title,
  .service-block.x5 .banners .banner .caption .title,
  .service-block.x4 .banners .banner .caption .title,
  .service-block.x3 .banners .banner .caption .title,
  .service-block.x2 .banners .banner .caption .title {
    font-size: 26px;
  }
  .service-block .banners .banner .caption .preview,
  .service-block.x5 .banners .banner .caption .preview,
  .service-block.x4 .banners .banner .caption .preview,
  .service-block.x3 .banners .banner .caption .preview,
  .service-block.x2 .banners .banner .caption .preview {
    font-size: 16px;
  }
  .service-block .banners .news_block_item .info .title,
  .service-block.x5 .banners .news_block_item .info .title,
  .service-block.x4 .banners .news_block_item .info .title,
  .service-block.x3 .banners .news_block_item .info .title,
  .service-block.x2 .banners .news_block_item .info .title {
    font-size: 26px;
  }
  .service-block .banners .news_block_item .info .preview,
  .service-block.x5 .banners .news_block_item .info .preview,
  .service-block.x4 .banners .news_block_item .info .preview,
  .service-block.x3 .banners .news_block_item .info .preview,
  .service-block.x2 .banners .news_block_item .info .preview {
    font-size: 16px;
  }
}
@media (max-width: 950px) {
  .table tr td {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 50%;
            flex: 0 50%;
  }
  .bottom .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bottom .column {
    -webkit-box-flex: 0;
        -ms-flex: 0 50%;
            flex: 0 50%;
    margin-bottom: 10px;
    /*&:nth-of-type(odd){}*/
  }
  .bottom .column:nth-of-type(2) {
    -moz-order: 10;
    -ms-order: 10;
    -o-order: 10;
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .bottom .column:nth-of-type(3) {
    text-align: right;
  }
  .bottom .column:nth-of-type(4) {
    -moz-order: 11;
    -ms-order: 11;
    -o-order: 11;
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
    text-align: right;
  }
  .header .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 900px) {
  .review.block .table tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .review.block .table tr td {
    max-width: calc((100% - 30px) / 3);
  }
  .review.block .items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .review.block .items .news_block_item {
    max-width: calc((100% - 30px) / 3);
  }
}
@media (max-width: 850px) {
  .block.big-banner .caption .title {
    font-size: 32px;
  }
  .block.big-banner .caption .preview {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .header .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header .row > div:not(:last-child) {
    margin-right: 0;
  }
  .header .left .row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header .right .row {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .header .header-top .inner {
    padding: 0 !important;
  }
  .header .header-top .menu_burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .header-top .right .burger-hold {
    width: 35px;
    height: 35px;
    margin: 0 0 0 20px;
  }
  .header .header-top .right .row .column:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .uss_shop_blocks_view .uss_eshop_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .uss_shop_blocks_view .uss_eshop_item .buy-block {
    position: static;
    opacity: 1;
    margin-top: auto;
  }
  .last-view .uss_eshop_block_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .last-view .uss_eshop_block_item:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .last-view .uss_eshop_block_item .buy-btns {
    margin-top: auto;
    opacity: 1;
    position: static;
    display: block;
  }
  .service-block .catalog_menu li {
    max-width: calc((100% - 10px) / 2);
  }
  .service-block .uss_eshop_menu li {
    max-width: calc((100% - 10px) / 2);
  }
  .service-block .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category {
    max-width: calc((100% - 10px) / 2);
  }
  .service-block .banners .banner {
    max-width: calc((100% - 10px) / 2);
  }
  .service-block .banners .news_block_item {
    max-width: calc((100% - 10px) / 2);
  }
  .service-block .banners .banner .caption .title {
    font-size: 25px;
  }
  .service-block .banners .banner .caption .preview {
    font-size: 16px;
  }
  .service-block .banners .news_block_item .info .title {
    font-size: 25px;
  }
  .service-block .banners .news_block_item .info .preview {
    font-size: 16px;
  }
  .menu {
    display: none;
  }
  .search {
    margin-top: 15px;
  }
  .slider {
    margin: 20px 0;
  }
  .mobile_menu .inner {
    padding: 0 !important;
  }
  .mobile_menu.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: top-menu 0.25s linear;
            animation: top-menu 0.25s linear;
  }
  .contacts.block .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contacts.block .left {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .contacts.block .left > div:not(.map) {
    padding: 10px 15px;
  }
  .contacts.block .right,
  .contacts.block .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    width: 100%;
  }
  .contacts.block .contacts-block {
    border-radius: 0;
  }
  .contacts.block .subscribe {
    padding: 10px 15px;
  }
  .contacts.block .subscribe .subscribe-form {
    margin: 10px 0 10px 0;
  }
  .footer-menu {
    display: none;
  }
  .container .inner {
    border: none;
  }
  .container .uss_section_top_images {
    margin: 0 0 10px 0;
    float: none;
  }
  .footer .inner {
    margin-top: 0;
  }
  .service-block.x5 .catalog_menu li {
    max-width: calc((100% - 20px) / 3);
  }
  .service-block.x5 .uss_eshop_menu li {
    max-width: calc((100% - 20px) / 3);
  }
  .service-block.x5 .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category {
    max-width: calc((100% - 20px) / 3);
  }
  .service-block.x5 .banners .banner {
    max-width: calc((100% - 20px) / 3);
  }
  .service-block.x5 .banners .news_block_item {
    max-width: calc((100% - 20px) / 3);
  }
  .service-block.x4 .catalog_menu li {
    max-width: calc((100% - 20px) / 3);
  }
  .service-block.x4 .uss_eshop_menu li {
    max-width: calc((100% - 20px) / 3);
  }
  .service-block.x4 .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category {
    max-width: calc((100% - 20px) / 3);
  }
  .service-block.x4 .banners .banner {
    max-width: calc((100% - 20px) / 3);
  }
  .service-block.x4 .banners .news_block_item {
    max-width: calc((100% - 20px) / 3);
  }
  .service-block .banners .banner .caption .title,
  .service-block.x5 .banners .banner .caption .title,
  .service-block.x4 .banners .banner .caption .title,
  .service-block.x3 .banners .banner .caption .title,
  .service-block.x2 .banners .banner .caption .title {
    font-size: 20px;
  }
  .service-block .banners .banner .caption .preview,
  .service-block.x5 .banners .banner .caption .preview,
  .service-block.x4 .banners .banner .caption .preview,
  .service-block.x3 .banners .banner .caption .preview,
  .service-block.x2 .banners .banner .caption .preview {
    font-size: 14px;
  }
  .service-block .banners .news_block_item .info .title,
  .service-block.x5 .banners .news_block_item .info .title,
  .service-block.x4 .banners .news_block_item .info .title,
  .service-block.x3 .banners .news_block_item .info .title,
  .service-block.x2 .banners .news_block_item .info .title {
    font-size: 20px;
  }
  .service-block .banners .news_block_item .info .preview,
  .service-block.x5 .banners .news_block_item .info .preview,
  .service-block.x4 .banners .news_block_item .info .preview,
  .service-block.x3 .banners .news_block_item .info .preview,
  .service-block.x2 .banners .news_block_item .info .preview {
    font-size: 14px;
  }
  .form-block {
    margin-bottom: 20px;
  }
  .singlepage .container .inner {
    padding-top: 22px;
  }
  .container h1 {
    font-size: 26px;
  }
  .mainpage .block .h3 {
    font-size: 26px;
  }
  .uss_catalog_detail .uss_img_wrapper.for_preview_columned {
    margin: 0 0 10px 0;
    display: block;
    float: none;
    width: 100%;
  }
  .uss_advanced_image_list {
    display: none !important;
  }
  .uss_shop_table_view > table {
    display: block;
    border: 1px solid #ccc;
  }
  .uss_shop_table_view > table tbody {
    display: block;
  }
  .uss_shop_table_view > table tr {
    display: block;
  }
  .uss_shop_table_view > table tr:first-child {
    display: none;
  }
  .uss_shop_table_view > table tr.uss_eshop_item {
    padding: 10px;
  }
  .uss_shop_table_view > table tr.uss_eshop_item + .uss_eshop_item {
    border-top: 1px solid #ccc;
  }
  .uss_shop_table_view > table tr.uss_eshop_item td {
    display: block;
    width: auto !important;
    border: none;
    padding: 0;
    font-size: inherit;
  }
  .uss_shop_table_view > table tr.uss_eshop_item td.uss_img {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 0;
  }
  .uss_shop_table_view > table tr.uss_eshop_item td.uss_img ~ td {
    overflow: hidden;
  }
  .uss_shop_table_view > table tr.uss_eshop_item td.uss_price {
    display: inline-block;
    vertical-align: middle;
  }
  .uss_shop_table_view > table tr.uss_eshop_item td.uss_onlineorder {
    display: inline-block;
    vertical-align: middle;
  }
  .uss_shop_table_view > table tr.uss_eshop_item td.uss_onlineorder > * {
    display: inline-block;
    vertical-align: middle;
  }
  .uss_shop_blocks_view .uss_eshop_item .posimg_item .uss_img_holder_outer {
    max-width: 100%;
  }
  .uss_shop_blocks_view .uss_eshop_item .posimg_item .uss_img_holder {
    max-width: 100%;
    height: auto !important;
  }
  .uss_shop_blocks_view .uss_eshop_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .uss_shop_blocks_view .uss_eshop_item .buy-block {
    position: static;
    opacity: 1;
    margin-top: auto;
  }
  .last-view .uss_eshop_block_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .last-view .uss_eshop_block_item:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .last-view .uss_eshop_block_item .buy-btns {
    margin-top: auto;
    opacity: 1;
    position: static;
    display: block;
  }
  .uss_eshop_sameproducts.blocks .item {
    border: none !important;
  }
  .uss_eshop_sameproducts.blocks .item .addToCart {
    opacity: 1;
  }
  .uss_eshop_sameproducts.blocks .item:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .big-map.block .map > ymaps {
    height: 280px !important;
  }
  .uss_eshop_sameproducts.blocks .item .info .addToCart {
    opacity: 1;
  }
  .uss_eshop_sameproducts.blocks .item .imageWrap .image {
    max-width: 100%;
    height: auto !important;
    display: block;
  }
  .last-view .uss_eshop_block_item .img {
    height: auto !important;
    max-width: 100%;
  }

  .uss_eshop_sameproducts.blocks .item .descr, .uss_eshop_sameproducts.list .item .descr, .service .uss_eshop_menu > li .uss_tree_description, .service .catalog_menu .catalog_menu_item .uss_tree_description, .uss_shop_block_cat .uss_shop_cat_text, .uss_catlog_cat_anons, .uss_catalog_detail .uss_catalog_short_description, .uss_shop_list_cat .uss_shop_cat_text, .uss_buy_one_click_pos .uss_onepos_info .uss_description, .uss_shop_description, .news_block_item .preview, .news_list .preview, .groups_list .description, .uss_shop_full_description, .section_news .uss_news .groups_list .group_item .description, .section_news .uss_news .groups_block .group_item .description, .uss_photoalbums_albums_block .uss_albums_description, .uss_photoalbums_albums_with_photo .uss_albums_description, .uss_photoalbums_albums_list .uss_albums_description, .catalogs .uss_eshop_menu .uss_tree_description, .catalogs .catalog_menu .uss_tree_description, .product_cat .uss_eshop_menu .uss_tree_description, .product_cat .catalog_menu .uss_tree_description, div.uss_tabs .tab_item, .content .section.section_text, .uss_widget_outer_content .news_block_item .preview, .photoalbum_menu .photoalbum_menu_item .uss_tree_description {
    font-size: 16px;
  }
  .uss_shop_blocks_view .uss_eshop_item .uss_shop_name, div.uss_tabs .uss_tabs_navigation span, .uss_shop_block_cat .uss_shop_cat_name, .uss_catalog_list_cat .uss_catalog_cat_name, .uss_catalog_block_cat .uss_catalog_cat_name, .uss_photoalbums_albums_list .uss_albums_name, .uss_photoalbums_albums_block .uss_albums_name, .uss_photoalbums_albums_with_photo .uss_albums_name, .photoalbum_menu .photoalbum_menu_item > a, .service .uss_eshop_menu > li > a, .service .catalog_menu .catalog_menu_item > a, .services .uss_eshop_menu > li > a, .services .catalog_menu .catalog_menu_item > a, .uss_eshop_block_item .uss_shop_name, .content_menu, .uss_shop_list_cat .uss_shop_cat_name, .uss_shop_list_view .uss_shop_technical_data .uss_shop_name, .section_news .uss_news .groups_list .group_item .title, .section_news .uss_news .groups_block .group_item .title, .uss_eshop_sameproducts.blocks .item .title, .similar_items_block .news_item .info .title, .similar_items_list .news_item .title, .uss_eshop_sameproducts.list .item .title, .buy_one_click_form_tml .uss_title, .catalogs .uss_eshop_menu > li > a, .catalogs .catalog_menu > li > div > a, .product_cat .uss_eshop_menu > li > a, .product_cat .catalog_menu > li > div > a, .catalog_block .uss_eshop_menu > li > a, .catalog_block .catalog_menu > li > div > a, .block .news_block_item .info .title, .uss_widget_outer_content .news_block_item .title, .news_list .title {
    font-size: 18px;
  }
  .slider .slides .slide .caption > div {
    max-width: 75%;
  }
}
@media (max-width: 650px) {
  .review.block .table tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .review.block .table tr td {
    max-width: calc((100% - 15px) / 2);
  }
  .review.block .items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .review.block .items .news_block_item {
    max-width: calc((100% - 15px) / 2);
  }
  .form-block form .group:not(.end) {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-block form .group:not(.end) .fc_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    margin-left: 0 !important;
  }
  .news-block .news_block_item {
    max-width: calc((100% - 10px ) / 2 );
  }
  .positions .positions-nav span {
    padding: 16px 17px 14px 17px;
    margin: 0 5px;
  }
  .service-block .catalog_menu li .catalog_menu_item > a,
  .service-block .uss_eshop_menu li > a:not(.uss-block-link) {
    font-size: 20px;
  }
  .table-block.x4 .column {
    width: calc(100% / 2);
  }
  .table-block.x3 .column {
    width: calc(100% / 2);
  }
  .uss_shop_detail_pos .uss_img_wrapper .uss_img_big {
    float: none;
    display: block;
  }
  .block.big-banner .caption .title {
    font-size: 18px;
  }
  .block.big-banner .caption .preview {
    font-size: 12px;
  }
  .footer .footer-logo .logo-column {
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  .footer .footer-logo a {
    -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;
  }
  .footer .footer-logo a .logo-column img {
    height: auto;
    max-width: 120px;
  }
  .bottom .inner {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .uss_shop_detail_350_bottom .uss_img_wrapper {
    float: none;
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .uss_shop_detail_350_bottom .uss_img_wrapper img {
    max-width: 100%;
    height: auto;
  }
  .uss_shop_detail_pos .uss_shop_technical_data {
    width: 100%;
  }
  .service-block .banners {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .service-block.x5 {
    word-wrap: break-word;
  }
  .service-block.x5 .catalog_menu li {
    max-width: calc((100% - 10px) / 2);
  }
  .service-block.x5 .uss_eshop_menu li {
    max-width: calc((100% - 10px) / 2);
  }
  .service-block.x5 .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category {
    max-width: calc((100% - 10px) / 2);
  }
  .service-block.x5 .banners .banner {
    max-width: calc((100% - 10px) / 2);
  }
  .service-block.x5 .banners .news_block_item {
    max-width: calc((100% - 10px) / 2);
  }
  .service-block.x4 {
    word-wrap: break-word;
  }
  .service-block.x4 .catalog_menu li {
    max-width: calc((100% - 10px) / 2);
  }
  .service-block.x4 .uss_eshop_menu li {
    max-width: calc((100% - 10px) / 2);
  }
  .service-block.x4 .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category {
    max-width: calc((100% - 10px) / 2);
  }
  .service-block.x4 .banners .banner {
    max-width: calc((100% - 10px) / 2);
  }
  .service-block.x4 .banners .news_block_item {
    max-width: calc((100% - 10px) / 2);
  }
  .service-block.x3 {
    word-wrap: break-word;
  }
  .service-block.x3 .catalog_menu li {
    max-width: calc((100% - 10px) / 2);
  }
  .service-block.x3 .uss_eshop_menu li {
    max-width: calc((100% - 10px) / 2);
  }
  .service-block.x3 .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category {
    max-width: calc((100% - 10px) / 2);
  }
  .service-block.x3 .banners .banner {
    max-width: calc((100% - 10px) / 2);
  }
  .service-block.x3 .banners .news_block_item {
    max-width: calc((100% - 10px) / 2);
  }
  .service-block.x3 .banners .banner:nth-child(3),
  .service-block.x3 .banners .news_block_item:nth-child(3) {
    max-width: 100%;
    width: 100%;
  }
  .service-block.x3 .banners .banner:nth-child(3) .image,
  .service-block.x3 .banners .news_block_item:nth-child(3) .image {
    max-height: 38.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;        
  }
  .service-block.x3 .banners .banner:last-child .image img,
  .service-block.x3 .banners .news_block_item:last-child .image img {
    width: 100%;
  }
  .service-block.x2 {
    word-wrap: break-word;
  }
  .service-block.x2 .catalog_menu li {
    max-width: calc((100% - 10px) / 2);
  }
  .service-block.x2 .uss_eshop_menu li {
    max-width: calc((100% - 10px) / 2);
  }
  .service-block.x2 .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category {
    max-width: calc((100% - 10px) / 2);
  }
  .service-block.x2 .banners .banner {
    max-width: calc((100% - 10px) / 2);
  }
  .service-block.x2 .banners .news_block_item {
    max-width: calc((100% - 10px) / 2);
  }
  .service-block .catalog_menu li .catalog_menu_item > a {
    font-size: 16px;
  }
  .service-block .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .uss_catalog_cat_name {
    font-size: 16px;
  }
  .service-block .uss_eshop_menu li > a:not(.uss-block-link) {
    font-size: 16px;
  }
  .service-block.static .catalog_menu li .catalog_menu_item > a {
    font-size: 16px;
  }
  .service-block.static .uss_eshop_menu li > a:not(.uss-block-link) {
    font-size: 16px;
  }
  .service-block.static .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .uss_catalog_cat_name {
    font-size: 16px;
  }
  .service-block .banners .banner .image:after {
    background: rgba(255, 255, 255, 0.4);
  }
  .service-block .banners .banner .caption {
    padding-left: 10px;
    padding-right: 10px;
  }
  .service-block .banners .banner .caption .title, .service-block.x5 .banners .banner .caption .title, .service-block.x4 .banners .banner .caption .title, .service-block.x3 .banners .banner .caption .title, .service-block.x2 .banners .banner .caption .title {
    font-size: 22px;
  }
  .service-block .banners .banner .caption .preview, .service-block.x5 .banners .banner .caption .preview, .service-block.x4 .banners .banner .caption .preview, .service-block.x3 .banners .banner .caption .preview, .service-block.x2 .banners .banner .caption .preview {
    font-size: 16px;
  }
  .review-block.x4 .news_block_item,
  .review-block.x3 .news_block_item {
    width: calc((100% - 20px) / 2);
  }
  .review-block.x4 .news_block_item:last-child,
  .review-block.x3 .news_block_item:last-child {
    width: calc((100% - 20px) / 1);
  }
  .uss_shop_detail_pos .uss_img_wrapper .uss_img_big_image {
    max-width: 100%;
    display: block !important;
    float: none !important;
    margin: 0 auto;
  }
  .uss_shop_detail_pos .uss_img_wrapper .uss_img_big_image img {
    max-width: 100%;
    display: block;
  }
  .slider .slides .slide {
    overflow: hidden;
  }
  .slider .slides .slide .caption {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 100vw;
  }
  .slider .slides .slide .caption .title {
    font-size: 18px;
  }
  .slider .slides .slide .caption .preview {
    font-size: 14px;
    margin-bottom: 1em;
  }
  .slider .slides .slide .caption .uss-more a {
    font-size: 16px;
    padding: 10px 37px 10px 38px;
  }
  .slider .slides .slick-prev {
    left: calc(-100vw + 30px);
    width: 30px;
    height: 30px;
  }
  .slider .slides .slick-next {
    right: calc(-100vw + 30px);
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 550px) {
  .header {
    padding-bottom: 15px;
  }
  .header .header-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header-top .left,
  .header-top .right {
    width: 100%;
    max-width: 100%;
  }
  .header-top .left .row,
  .header-top .right .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 5px 0;
  }
  .header-top .row > div {
    margin: 0;
  }
  .header-top .right .column:first-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
        flex-grow: 1;
    margin-right: 20px;
  }
  .search {
    margin-top: 0;
  }
  .slider .image:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .1);
  }
  .slider .uss-more {
    display: none;
  }
  .slider .slides .slide .caption .title {
    font-size: 22px;
  }
  .slider .slides .slide .caption .preview {
    font-size: 16px;
    margin: 0;
  }
  .review.block .table tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .review.block .table tr td {
    max-width: calc((100% - 0px) / 1);
  }
  .review.block .items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .review.block .items .news_block_item {
    max-width: calc((100% - 0px) / 1);
  }
  .table tr td {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
  }
  .mainpage .block .h3 {
    font-size: 22px;
  }
  .mainpage .h3 {
    font-size: 22px;
  }
  .singlepage .block .h3 {
    font-size: 20px;
  }
  .singlepage .h3 {
    font-size: 20px;
  }
  .news-block .news_block_item,
  .news-block.x2 .news_block_item {
    max-width: calc((100% - 0px ) / 1 );
    padding: 0 0 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e8e8e8;
  }
  .news-block .news_block_item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
  }
  .news-block .news_block_item .image {
    float: left;
    margin: 0 15px 0 0;
  }
  .news-block .news_block_item .image img {
    width: 100px;
    height: auto;
  }
  .news-block .news_block_item .info .date {
    position: static;
    overflow: hidden;
  }
  .news-block .news_block_item .info .title {
    overflow: hidden;
    margin-bottom: 10px;
  }
  div.uss_tabs div.uss_tabs_navigation span {
    display: block;
    width: 100%;
    margin: 0 0 0 0 !important;
  }
  .bottom .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bottom .column {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    margin-bottom: 10px;
    -moz-order: 0;
    -ms-order: 0;
    -o-order: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    text-align: center !important;
  }
  .uss_catalog_list_cat .uss_catalog_category {
    padding-bottom: 10px;
  }
  .uss_catalog_list_cat .uss_catalog_category .uss_catalog_img_wrap {
    float: none;
    margin: 0 0 10px 0;
  }
  .uss_catalog_list_cat .uss_catalog_category .uss_catalog_img_wrap .uss_catalog_cat_img {
    border: none;
    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
    display: block;
  }
  .uss_catalog_list_cat .uss_catalog_category .uss_catalog_img_wrap .uss_catalog_cat_img img {
    display: block;
    margin: 0 auto;
  }
  .uss_catalog_list_cat .uss_catalog_category + .uss_catalog_category {
    border-top: 1px solid #797979;
    padding-top: 10px;
  }
  .uss_shop_list_view .uss_eshop_item .posimg_item {
    display: block;
    margin: 0 auto 10px auto;
    float: none;
  }
  .uss_shop_list_cat .uss_shop_category {
    text-align: center;
  }
  .uss_shop_list_cat .uss_shop_category .uss_shop_cat_img_wrap {
    display: block;
    margin: 0 0 10px 0;
    float: none;
    width: 100%;
  }
  .uss_shop_list_cat .uss_shop_category .uss_shop_cat_img_wrap .uss_shop_cat_img {
    display: block;
    margin: 0 auto;
  }
  .touch .uss_shop_list_cat .uss_shop_category {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
    margin-bottom: 0 !important;
    border-top: none;
    border-left: none;
    border-right: none;
  }
  .touch .uss_shop_list_cat .uss_shop_category + .uss_shop_category {
    padding-top: 15px;
  }
  .touch .uss_shop_list_cat .uss_shop_category:hover {
    border-top: none;
    border-left: none;
    border-right: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .contacts.block .contacts-block table table p span {
    font-size: 20px !important;
  }
  .big-map.block .map-contacts .map-contacts-inner {
    padding: 20px 10px;
  }
  .footer .footer-logo {
    font-size: 30px;
  }
  .form-block form .group.end {
    max-width: 100%;
  }
  .form-block form .buttons {
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .big-map.block .map > ymaps {
    height: 200px !important;
  }
  .contacts.block .contacts-block {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contacts.block .contacts-block .h3 {
    font-size: 27px;
  }
}
@media (max-width: 500px) {
  .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.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: 0;
  }
  .catalog_order_form form .group:not(.end) .fc_item:not(.fc_checkbox):not(:last-child) {
    margin-right: 0;
  }
  .uss_shop_table_view > table tr.uss_eshop_item td.uss_img {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .uss_shop_table_view > table tr.uss_eshop_item td.uss_price {
    display: inline-block;
    vertical-align: middle;
  }
  .uss_shop_table_view > table tr.uss_eshop_item td.uss_onlineorder {
    display: inline-block;
    vertical-align: middle;
  }
  .uss_shop_table_view > table tr.uss_eshop_item td.uss_onlineorder > * {
    display: inline-block;
    vertical-align: middle;
  }
  form:not(.uss_site_search):not(#subscribeForm) label {
    margin-bottom: 3px;
  }
  .uss_eshop_filters_block form .group .eshop_filters_items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .uss_eshop_filters_block form .group .eshop_filters_items > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 calc((100% - 10px) / 2);
            flex: 0 calc((100% - 10px) / 2);
  }
}
@media (max-width: 450px) {
  .service-block .banners .banner .caption .title,
  .service-block.x5 .banners .banner .caption .title,
  .service-block.x4 .banners .banner .caption .title,
  .service-block.x3 .banners .banner .caption .title,
  .service-block.x2 .banners .banner .caption .title {
    font-size: 20px;
  }
  .service-block .banners .banner .caption .preview,
  .service-block.x5 .banners .banner .caption .preview,
  .service-block.x4 .banners .banner .caption .preview,
  .service-block.x3 .banners .banner .caption .preview,
  .service-block.x2 .banners .banner .caption .preview {
    font-size: 16px;
  }
  .service-block .banners .news_block_item .info .title,
  .service-block.x5 .banners .news_block_item .info .title,
  .service-block.x4 .banners .news_block_item .info .title,
  .service-block.x3 .banners .news_block_item .info .title,
  .service-block.x2 .banners .news_block_item .info .title {
    font-size: 18px;
  }
  .service-block .banners .news_block_item .info .preview,
  .service-block.x5 .banners .news_block_item .info .preview,
  .service-block.x4 .banners .news_block_item .info .preview,
  .service-block.x3 .banners .news_block_item .info .preview,
  .service-block.x2 .banners .news_block_item .info .preview {
    font-size: 14px;
  }
  .uss_shop_blocks_view .uss_eshop_item .uss_shop_price span.actual_price {
    font-size: 20px;
  }
  .uss_shop_blocks_view .uss_eshop_item .uss_shop_by .add_to_cart {
    padding: 10px 10px 9px;
    font-size: 14px;
  }
  .uss_shop_blocks_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart {
    font-size: 14px;
    padding: 10px 10px 9px;
  }
}
@media (max-width: 430px) {
  .uss_eshop_filters_block form .group .eshop_filters_items .items_label.for_styler {
    padding-top: 0;
  }
  .uss_eshop_filters_block form .group .eshop_filters_items > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
  }
}
@media all and (-ms-high-contrast: none) {
  .block.big-banner .caption {
    display: block;
  }
  .block.big-banner .caption .title {
    display: block;
    font-size: 52px;
    height: 50%;
    width: 100%;
    font-family: 'OpenSans-Light';
    position: relative;
  }
  .block.big-banner .caption .title > span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .block.big-banner .caption .preview {
    display: block;
    height: 50%;
    font-family: 'OpenSans-Light';
    font-size: 31px;
    position: relative;
    width: 100%;
  }
  .block.big-banner .caption .preview > span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .news-block .news_block_item {
    max-width: calc( (100% - (2 * 15px) ) / 3);
  }
  .news-block.x2 .news_block_item {
    max-width: calc( (100% - (1 * 15px) ) / 2);
  }
  .service-block .banners .news_block_item .info {
    display: block;
  }
  .service-block .banners .news_block_item .info .title {
    height: 50%;
    display: block;
    width: 100%;
    position: relative;
  }
  .service-block .banners .news_block_item .info .title > * {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
  }
  .service-block .banners .news_block_item .info .preview {
    height: 50%;
    display: block;
    width: 100%;
    position: relative;
  }
  .service-block .banners .news_block_item .info .preview > * {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
  }
}
