@import url("https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400..800&display=swap");

.call_me.custom {
  display: flex;
  justify-content: space-between;
}

.call_me.custom .schedule {
  color: #fff;
  margin-left: 20px;
}

@media (max-width: 1024px) {
  .call_me.custom {
    flex-direction: column;
  }
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  min-width: 100%;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr;
  width: 100%;
}

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}

.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  width: 12px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  width: 8px;
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox
  + .mCSB_scrollTools
  + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden
  + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

.mCS-dir-rtl
  > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden
  + .mCSB_scrollTools
  ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

.mCS-dir-rtl
  > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

.mCS-dir-rtl
  > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden
  + .mCSB_scrollTools
  ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s,
    margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s,
    margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s,
    margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s,
    margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCustomScrollbar
  > .mCustomScrollBox
  > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar
  > .mCustomScrollBox
  ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}

.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal
  .mCSB_dragger
  .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=);
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, rgba(255, 255, 255, 0.5)),
    to(rgba(255, 255, 255, 0))
  );
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.5) 0,
    rgba(255, 255, 255, 0) 100%
  );
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(255, 255, 255, 0.5)),
    to(rgba(255, 255, 255, 0))
  );
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.5) 0,
    rgba(255, 255, 255, 0) 100%
  );
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 16px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5),
    inset -1px 0 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5),
    inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5),
    inset 0 -1px 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5),
    inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px;
}

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px;
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  height: 12px;
  width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4),
    inset -1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4),
    inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal
  + .mCSB_scrollTools
  + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark
  + .mCSB_scrollTools
  + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark
  + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  width: 12px;
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-2-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*@font-face {
  font-family: "Wix Madefor Display", sans-serif;
  src: local('Lato Hairline'), local('Lato-Hairline'), url('../fonts/latohairline.woff2') format('woff2'), url('../fonts/latohairline.woff') format('woff'), url('../fonts/latohairline.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Wix Madefor Display", sans-serif;
  src: local('Lato Hairline Italic'), local('Lato-HairlineItalic'), url('../fonts/latohairlineitalic.woff2') format('woff2'), url('../fonts/latohairlineitalic.woff') format('woff'), url('../fonts/latohairlineitalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "Wix Madefor Display", sans-serif;
  src: local('Lato Thin'), local('Lato-Thin'), url('../fonts/latothin.woff2') format('woff2'), url('../fonts/latothin.woff') format('woff'), url('../fonts/latothin.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Wix Madefor Display", sans-serif;
  src: local('Lato Thin Italic'), local('Lato-ThinItalic'), url('../fonts/latothinitalic.woff2') format('woff2'), url('../fonts/latothinitalic.woff') format('woff'), url('../fonts/latothinitalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "Wix Madefor Display", sans-serif;
  src: local('Lato Light'), local('Lato-Light'), url('../fonts/latolight.woff2') format('woff2'), url('../fonts/latolight.woff') format('woff'), url('../fonts/latolight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Wix Madefor Display", sans-serif;
  src: local('Lato Light Italic'), local('Lato-LightItalic'), url('../fonts/latolightitalic.woff2') format('woff2'), url('../fonts/latolightitalic.woff') format('woff'), url('../fonts/latolightitalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Wix Madefor Display", sans-serif;
  src: local('Lato Regular'), local('Lato-Regular'), url('../fonts/latoregular.woff2') format('woff2'), url('../fonts/latoregular.woff') format('woff'), url('../fonts/latoregular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Wix Madefor Display", sans-serif;
  src: local('Lato Italic'), local('Lato-Italic'), url('../fonts/latoitalic.woff2') format('woff2'), url('../fonts/latoitalic.woff') format('woff'), url('../fonts/latoitalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Wix Madefor Display", sans-serif;
  src: local('Lato Medium'), local('Lato-Medium'), url('../fonts/latomedium.woff2') format('woff2'), url('../fonts/latomedium.woff') format('woff'), url('../fonts/latomedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Wix Madefor Display", sans-serif;
  src: local('Lato Medium Italic'), local('Lato-MediumItalic'), url('../fonts/latomediumitalic.woff2') format('woff2'), url('../fonts/latomediumitalic.woff') format('woff'), url('../fonts/latomediumitalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Wix Madefor Display", sans-serif;
  src: local('Lato Semibold'), local('Lato-Semibold'), url('../fonts/latosemibold.woff2') format('woff2'), url('../fonts/latosemibold.woff') format('woff'), url('../fonts/latosemibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Wix Madefor Display", sans-serif;
  src: local('Lato Semibold Italic'), local('Lato-SemiboldItalic'), url('../fonts/latosemibolditalic.woff2') format('woff2'), url('../fonts/latosemibolditalic.woff') format('woff'), url('../fonts/latosemibolditalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Wix Madefor Display", sans-serif;
  src: local('Lato Bold'), local('Lato-Bold'), url('../fonts/latobold.woff2') format('woff2'), url('../fonts/latobold.woff') format('woff'), url('../fonts/latobold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Wix Madefor Display", sans-serif;
  src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url('../fonts/latobolditalic.woff2') format('woff2'), url('../fonts/latobolditalic.woff') format('woff'), url('../fonts/latobolditalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Wix Madefor Display", sans-serif;
  src: local('Lato Heavy'), local('Lato-Heavy'), url('../fonts/latoheavy.woff2') format('woff2'), url('../fonts/latoheavy.woff') format('woff'), url('../fonts/latoheavy.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Wix Madefor Display", sans-serif;
  src: local('Lato Heavy Italic'), local('Lato-HeavyItalic'), url('../fonts/latoheavyitalic.woff2') format('woff2'), url('../fonts/latoheavyitalic.woff') format('woff'), url('../fonts/latoheavyitalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "Wix Madefor Display", sans-serif;
  src: local('Lato Black'), local('Lato-Black'), url('../fonts/latoblack.woff2') format('woff2'), url('../fonts/latoblack.woff') format('woff'), url('../fonts/latoblack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Wix Madefor Display", sans-serif;
  src: local('Lato Black Italic'), local('Lato-BlackItalic'), url('../fonts/latoblackitalic.woff2') format('woff2'), url('../fonts/latoblackitalic.woff') format('woff'), url('../fonts/latoblackitalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
} */

/**/
html {
  height: 100%;
  min-height: auto;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  min-height: auto;
  height: 100%; /* min-width: 420px; */
  min-width: unset;
  max-width: 100%;
}

html {
  height: 100%;
  min-height: auto;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  min-height: auto;
  height: 100%;
}

#wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}

.container {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
}

#wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  position: relative;
  min-width: unset;
  max-width: 100%; /* min-width: 420px; */
}

.container {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
}

/**/ /*btn*/
h2 {
  font-size: 36px;
  line-height: 1em;
}

h3 {
  font-size: 32.08px;
  line-height: 1em;
}

h4 {
  font-size: 27px;
  line-height: 1em;
}

h5 {
  font-size: 22.92px;
  line-height: 1em;
}

h6 {
  font-size: 18.08px;
  line-height: 1em;
}

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
}

#wrap {
  /* min-width: 420px; */
  overflow: hidden;
  margin: 0 auto;
  max-width: 100%;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 16px;
  color: #333333;
  line-height: 1.2em;
  font-weight: 400;
}

.uss_privacy_policy_wrap {
  /* min-width: 420px; */
  min-width: 300px;
  max-width: 100%;
  margin: 0 auto;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 18px;
  color: #333333;
  line-height: 1.2em;
  font-weight: 400;
  box-sizing: border-box;
}

a {
  color: #0072a1;
}

a:hover {
  text-decoration: none;
}

form,
form.form_styler {
  font-family: "Wix Madefor Display", sans-serif;
  margin: 0 0 20px 0;
}

form label,
form.form_styler label,
form .sector_title,
form.form_styler .sector_title {
  font-size: 15px;
  margin: 0 0 5px 0;
  font-weight: 600;
}

form input[type="text"],
form.form_styler input[type="text"],
form input.styler[type="text"],
form.form_styler input.styler[type="text"],
form input[type="password"],
form.form_styler input[type="password"],
form input.styler[type="password"],
form.form_styler input.styler[type="password"],
form input[type="email"],
form.form_styler input[type="email"],
form input.styler[type="email"],
form.form_styler input.styler[type="email"] {
  border: 2px solid #cccdcf;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  outline: none !important;
  border-radius: 0;
  max-width: 100%;
  resize: none;
  width: 100%;
  min-height: 40px;
  padding-left: 10px;
  font-size: 15px;
  font-family: "Wix Madefor Display", sans-serif;
}

form input[type="text"]:focus,
form.form_styler input[type="text"]:focus,
form input.styler[type="text"]:focus,
form.form_styler input.styler[type="text"]:focus,
form input[type="password"]:focus,
form.form_styler input[type="password"]:focus,
form input.styler[type="password"]:focus,
form.form_styler input.styler[type="password"]:focus,
form input[type="email"]:focus,
form.form_styler input[type="email"]:focus,
form input.styler[type="email"]:focus,
form.form_styler input.styler[type="email"]:focus {
  border-color: #ffd324;
}

form textarea,
form.form_styler textarea,
form textarea.styler,
form.form_styler textarea.styler {
  border: 2px solid #cccdcf;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  outline: none !important;
  border-radius: 0;
  max-width: 100%;
  resize: none;
  width: 100%;
  min-height: 40px;
  padding-left: 10px;
  font-size: 15px;
  font-family: "Wix Madefor Display", sans-serif;
}

form textarea:focus,
form.form_styler textarea:focus,
form textarea.styler:focus,
form.form_styler textarea.styler:focus {
  border-color: #ffd324;
}

form input[type="submit"].styler,
form.form_styler input[type="submit"].styler,
form button,
form.form_styler button,
form button.styler,
form.form_styler button.styler {
  display: inline-block;
  background: #ffffff;
  border: 3px solid #ffd324;
  color: #333333;
  font-size: 16px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none;
  border-radius: 0;
  line-height: 1;
  min-height: auto;
  padding: 9px 11px;
  opacity: 1 !important;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 700 !important;
}

form .uss_form_checkbox,
form.form_styler .uss_form_checkbox {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

form .uss_form_checkbox > *,
form.form_styler .uss_form_checkbox > * {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0 !important;
}

form .uss_form_checkbox .jq-checkbox,
form.form_styler .uss_form_checkbox .jq-checkbox {
  min-width: 17px;
}

form .uss_form_captcha,
form.form_styler .uss_form_captcha {
  width: 100%;
  max-width: 437px;
}

form .uss_form_captcha label,
form.form_styler .uss_form_captcha label {
  margin-left: 15px;
}

form .uss_form_captcha input[name="captcha"],
form.form_styler .uss_form_captcha input[name="captcha"] {
  width: calc(100% - 122px - 15px) !important;
  min-height: auto;
  height: 33px;
}

.inner {
  max-width: 1180px;
  margin: 0 auto;
  display: block;
}

body.fixed-inner.mainpage #wrap {
  /*.service-block {*/ /*}*/
}

body.fixed-inner.mainpage #wrap .inner,
body.fixed-inner.mainpage #wrap .n-inner,
body.fixed-inner.mainpage #wrap .inner-big {
  max-width: 1420px;
  padding-left: 10px;
  padding-right: 10px;
}

body.fixed-inner.mainpage #wrap .inner,
body.fixed-inner.mainpage #wrap .inner-wide {
  max-width: 1420px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

body.fixed-inner.mainpage #wrap .slider .inner {
  max-width: 1200px !important;
  height: 100%;
}

body.fixed-inner.mainpage .review .news_block_item .info {
  background: none !important;
  padding: 20px;
}

body.fixed-inner.mainpage .review .news_block_item .info .title {
  margin-bottom: 12px;
  font-size: 20px;
}

body.fixed-inner.mainpage .review .news_block_item .info .preview {
  padding: 0;
  font-size: 16px;
  line-height: 1.6;
}

body.fixed-inner.mainpage .review .news_block_item .info .preview p {
  margin: 0;
}

body.fixed-inner.mainpage .review .news_block_item .info .preview p + p {
  margin-top: 7px;
}

body.fixed-inner.mainpage .container .inner {
  max-width: 1180px;
}

.slider_wrap {
  position: relative;
  z-index: 3;
}

.slider {
  overflow: hidden;
  max-height: 984px;
  height: 984px;
}

.slider > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.slider > ul > li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.slider .inner {
  max-width: 1200px;
  padding: 0 !important;
}

.slider .slides {
  position: relative;
  width: 160%;
  left: -30%;
  margin: 0;
  white-space: nowrap;
  height: 100%;
}

.slider .slick-list {
  z-index: 1;
  min-height: 100%;
}

.slider .slick-track,
.slider .slick-slide,
.slider .slick-slide > div,
.slider .slides .slide {
  height: 100%;
}

.slider .slides .slide {
  white-space: normal;
  display: inline-block;
  position: relative;
}

.slider .slides .slide .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
  width: 74%;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
}

.slider .slides .slide .caption_inner {
  padding-top: 20px;
  padding-right: 17px;
  padding-left: 17px;
  padding-bottom: 33px;
  max-width: 40%;
  position: relative;
  text-align: center;
}

.slider .slides .slide .caption_inner > * {
  z-index: 1;
  position: relative;
}

.slider .slides .slide .caption_inner:after {
  content: "";
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#384c61),
    to(#54687b)
  );
  background: linear-gradient(90deg, #384c61, #54687b);
  position: absolute;
  z-index: 0;
  opacity: 0.8;
}

.slider .slides .slide .caption .title {
  font-size: 50px;
  line-height: 1;
  font-weight: 600;
}

.slider .slides .slide .caption .preview {
  font-size: 42px;
  line-height: 1;
  font-weight: 300;
  margin-top: 20px;
}

.slider .slides .slide .caption .preview p {
  margin: 0;
}

.slider .slides .slide a.slide-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}

.slider .slides .slide .image {
  min-height: 380px;
}

.slider .slides .slick-arrow {
  width: 100px;
  height: 250px;
  z-index: 10;
  opacity: 0.5 !important;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.slider .slides .slick-arrow.slick-prev {
  left: calc(100px - 100vw - 18px);
  background: url(../img/slider-prev.png) center no-repeat;
}

.slider .slides .slick-arrow.slick-next {
  right: calc(100px - 100vw - 18px);
  background: url(../img/slider-next.png) center no-repeat;
}

.slider .slides .slick-arrow:hover {
  opacity: 1 !important;
}

.slider .slides .slick-dots {
  bottom: 7%;
}

.slider .slides .slick-dots li {
  margin: 0 11px 0;
  padding: 0 0 0 0;
  z-index: 10;
}

.slider .slides .slick-dots li button {
  width: 20px;
  height: 20px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: url(../img/position-dot.png) center no-repeat;
}

.slider .slides .slick-dots li.slick-active button {
  background: url(../img/position-dot-active.png) center no-repeat;
}

.mainpage .pseudo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 17.03125vw;
  content: "";
  background: url(../img/header-in.png) left top repeat-x;
  z-index: -1;
  background-size: auto 100%;
  min-height: 187px;
  z-index: 1;
}

.header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 11;
  color: #fff;
  font-size: 16px;
}

.header *[class$="holder"] {
  display: none !important;
}

.header p {
  margin: 0 0 0 0;
}

.header a {
  color: inherit;
  text-decoration: none;
}

.header .h-in {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 1px;
  max-width: 1748px;
  margin: 0 auto;
  padding: 0 40px;
  z-index: 5; /*background: rgba(6, 10, 14, 0.8);*/
}

.header .h-out {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 5;
  padding: 0 40px 0;
}

.header .h-out > * {
  -moz-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
}

.header .left,
.header .right {
  -moz-flex: 0 auto;
  -o-flex: 0 auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.header .left {
  /* margin-right: 5.989583333333333vw; */
  margin-right: 48px !important;
}

.header .center {
  -moz-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  padding: 0 0 0 0;
}

.header .row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start; /* justify-content: flex-start; */
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
}

.header .row > div:not(.menu) {
  -moz-flex: 0 auto;
  -o-flex: 0 auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

/* .header .row > div:not(.menu) + div {margin-left: 79px;} */ /* .header .row > div:not(.menu) + div:not(.last):not(:last-child) {-moz-flex: 1 auto;-o-flex: 1 auto;-webkit-box-flex: 1;  -ms-flex: 1 auto;    flex: 1 auto;} */
.uss_widget_outer_content.basket_widget_inner.not_empty {
  margin-left: 5px; /* min-width: 145px; */
  text-align: left;
}

.header .row .moved {
  -moz-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
}

.top-sv-link {
  display: flex;
  align-items: center;
}

.img-left {
  margin-right: 10px;
}

.soc-item img {
  vertical-align: top;
}

.soc-item:not(:last-child) {
  margin-right: 10px;
  color: transparent !important;
}

/* .soc-item:last-of-type {  margin-right: 0;} */
.header .row + .row {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}

.header .row.menu-row .auth {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header .call_me {
  font-size: 15px;
  color: #b5edff;
  padding: 0 0 0 0;
  background: none;
  white-space: nowrap;
}

.header .call_me a {
  position: relative;
  border-bottom: 1px solid dotted;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 10px; /* margin-left: 24px; */
}

.header .call_me a:hover {
  text-decoration: underline;
}

.service-block .uss_eshop_menu li:hover a.block-link {
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.7)
  );
}

.header .call_me a:before {
  content: "";
  width: 11px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/call-me.png) center no-repeat;
  top: 0;
  left: -20px;
  position: absolute;
}

.header .auth {
  font-size: 15px;
  color: #b7c0c7;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .auth .enter {
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}

.header .auth .enter a {
  position: relative;
  display: inline-block;
  background: url(../img/enter.png) left center no-repeat;
  padding-left: 20px;
  padding-bottom: 3px;
}

.header .auth .enter a:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  height: 1px;
}

.header .auth .enter a:hover:after {
  content: none;
}

.header .auth .registration {
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
}

.header .auth .registration a {
  position: relative;
  display: inline-block;
  background: url(../img/enter.png) left center no-repeat;
  padding-left: 20px;
  padding-bottom: 3px;
}

.header .auth .registration a:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  height: 1px;
}

.header .auth .registration a:hover:after {
  content: none;
}

.header .contacts {
  font-size: 26px;
}

.header .contacts span {
  font-size: 0.55em;
}

.header .contacts p {
  white-space: nowrap;
}

.header .contacts p + p {
  margin-top: 4px;
}

.header .contacts.small {
  font-size: 18px;
}

.header .contacts.small p {
  margin: 0;
}

.header .contacts.email {
  font-size: 16px;
}

.header .basket {
  font-size: 15px;
  color: #b5edff;
  display: inline-block;
  padding: 0 0 0 0;
  position: relative;
}

.header .basket:hover {
  color: #ffdc64;
}

.header .basket .basket-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}

.header .basket p {
  margin: 0;
}

.header .basket > div {
  white-space: nowrap;
}

.header .basket > div > div {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}

.header .basket > div:before {
  content: "";
  position: relative;
  width: 25px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/basket.png) center no-repeat; /* margin-right: 15px; */
}

.header .left .search {
  margin-top: 14px;
  width: 100%;
}

.header .left {
  align-items: center;
}

.header .search form {
  margin: 0;
}

.header .search .uss_site_search {
  height: 40px;
  width: 100%;
  position: relative;
}

.header .search .uss_site_search .uss_input_name {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #b7c0c7;
  font-size: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  outline: none;
  width: 100%;
  height: 100%;
  padding-left: 11px;
}

.header .search .uss_site_search .uss_input_name:focus {
  border-color: #ffd324;
  color: #fff !important;
}

.header .search .uss_site_search .uss_submit {
  background: url(../img/search-icon.png) center no-repeat !important;
  border: none !important;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
}

.header .search .uss_site_search .uss_submit:hover {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.header .logo {
  color: #fff;
  font-family: "Wix Madefor Display", sans-serif;
  padding: 10px 0 0 0;
  margin: 0 0 22px 0;
  line-height: 1;
}

.header .logo a {
  color: inherit;
  font-size: inherit;
  font-size: 36px;
}

.header .logo .logo-img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 -71px;
}

.header .logo img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.header .logo-row {
  padding-left: 0;
  max-width: 29vw;
}

.header .logo-row a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 35px;
}

.header .logo-row .logo-column {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
}

.header .logo-row .logo-column:first-child:not(:last-child) {
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.header .logo-row a {
  text-decoration: none;
  color: inherit;
}

.header .logo-row .logo {
  padding-top: 0;
  margin: 0;
  letter-spacing: 3px;
}

@media (max-width: 350px) {
  .header .logo-row .logo {
    letter-spacing: unset;
  }
}

.header .logo-image {
  margin-right: 14px;
}

.header .logo-image img {
  display: block;
  height: 65px !important;
  width: auto !important;
  margin-bottom: 5px;
}

.header .moved {
  margin-top: 5px;
  margin-bottom: 5px;
  -moz-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  width: 100%;
}

.header .burger {
  /* width: 45px !important;height: 36px !important; */
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; /* position: fixed; */
  right: 10px;
  top: 20px;
  padding: 1px;
}

.header .burger span {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px #000;
  box-shadow: 0 0 2px #000;
  height: 3px;
  border-radius: 3px;
  width: 100%;
}

.header .burger.notInViewPort {
  top: 10px;
  z-index: 12;
  background: none;
  border: none;
}

.header .column.last {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 auto !important;
  flex: 1 auto !important;
}

.header .column.right {
  text-align: right;
}

.menu {
  -moz-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
}

.menu ul {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}

.menu ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
  display: block;
  position: relative;
}

.menu ul li a {
  color: #ffdc64;
  position: relative;
  font-size: 16px; /* padding: 14px 0 16px; */
  display: inline-block;
}

.menu ul li a:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 14px;
  background: rgba(255, 220, 100, 0.4);
}

.menu ul li:hover a,
.menu ul li.active a,
.menu ul li .clicked a {
  color: #fff;
}

.menu ul li:hover a:after,
.menu ul li.active a:after,
.menu ul li .clicked a:after {
  content: none;
}

@media screen and (min-width: 768px) {
  .menu ul li:hover > .submenu,
  .menu ul li .clicked > .submenu {
    display: block !important;
  }
}

.menu .submenu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 100%;
  z-index: 10;
  background: #034a7a;
  min-width: 220px;
  -webkit-animation: submenu_animation 0.35s ease-in-out;
  animation: submenu_animation 0.35s ease-in-out;
  overflow: hidden;
  padding: 0;
  text-align: left;
}

.menu .submenu li {
  display: block;
  text-align: left;
  padding: 0 !important;
  background: none !important;
}

.menu .submenu li a {
  font-size: 15px;
  display: block;
}

.menu .submenu li:hover a,
.menu .submenu li.active a {
  text-decoration: underline;
}

.menu ul li.last .submenu {
  right: 0;
  left: auto;
}

/* .singlepage .header .row > div:not(.menu) + div:not(.last) {margin-left: 0;} */
.mainpage .service-block > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mainpage .service-block > ul > li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mainpage .service-block .inner,
.mainpage .service-block .inner-wide {
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mainpage .service-block .uss_shop_block_cat {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.mainpage .service-block .uss_shop_block_cat .uss_shop_category {
  display: block;
  margin: 0 0 0 0;
  position: relative;
  z-index: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 100%;
  flex: 0 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 1.354166666666667vw;
  overflow: hidden;
}

.mainpage .service-block .uss_shop_block_cat .uss_shop_category:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0)),
    color-stop(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.7)
  );
  z-index: 2;
}

.mainpage
  .service-block
  .uss_shop_block_cat
  .uss_shop_category
  .uss_shop_cat_img_wrap {
  margin: 0;
  display: block;
}

.mainpage
  .service-block
  .uss_shop_block_cat
  .uss_shop_category
  .uss_shop_cat_img_wrap
  .uss_shop_cat_img {
  max-width: 100%;
  border: none;
  display: block;
}

.mainpage
  .service-block
  .uss_shop_block_cat
  .uss_shop_category
  .uss_shop_cat_img_wrap
  .uss_shop_cat_img
  a {
  margin: 0;
  height: 100%;
  position: relative;
}

.mainpage
  .service-block
  .uss_shop_block_cat
  .uss_shop_category
  .uss_shop_cat_img_wrap
  .uss_shop_cat_img
  a
  img {
  display: block;
  max-width: 100%;
}

.mainpage
  .service-block
  .uss_shop_block_cat
  .uss_shop_category
  .uss_shop_cat_name {
  z-index: 3;
  padding: 0 2.03125vw;
  line-height: 1;
  max-height: 3em;
  overflow: hidden;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.03125vw;
  margin: 0;
}

.mainpage
  .service-block
  .uss_shop_block_cat
  .uss_shop_category
  .uss_shop_cat_name
  a {
  font-size: inherit;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.mainpage
  .service-block
  .uss_shop_block_cat
  .uss_shop_category
  .uss_shop_cat_name
  .uss_shop_cat_num {
  display: none !important;
}

.mainpage
  .service-block
  .uss_shop_block_cat
  .uss_shop_category
  .uss_shop_cat_text {
  z-index: 3;
  font-size: 17px;
  color: #fff;
  padding: 0 2.03125vw;
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-height: 3.9em;
  font-weight: 300;
}

.mainpage .service-block .uss_eshop_menu {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.mainpage .service-block .uss_eshop_menu > li {
  display: block;
  margin: 0 0 0 0;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 100%;
  flex: 0 100%;
  position: relative;
  overflow: hidden;
}

.mainpage .service-block .uss_eshop_menu > li > span {
  max-width: 100%;
  border: none;
  display: block;
}

.mainpage .service-block .uss_eshop_menu > li > span a {
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.mainpage .service-block .uss_eshop_menu > li > span a img {
  display: block;
  max-width: 100%;
}

.mainpage .service-block .uss_eshop_menu > li .info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 3;
  line-height: 1;
  padding: 0 39px;
}

.mainpage .service-block .uss_eshop_menu > li .info a {
  overflow: hidden;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 39px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  font-weight: 700;
}

.mainpage .service-block .uss_eshop_menu > li:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0)),
    color-stop(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.7)
  );
  z-index: 2;
}

.mainpage .service-block .uss_eshop_menu > li .uss_tree_description {
  margin: 0;
  color: #fff;
  line-height: 1.2;
}

.mainpage .service-block .catalog_menu {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.mainpage .service-block .catalog_menu > li {
  display: block;
  margin: 0 0 0 0;
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 100%;
  flex: 0 100%;
  overflow: hidden;
}

.mainpage .service-block .catalog_menu > li .catalog_menu_item {
  position: relative;
  width: 100%;
  height: 100%;
}

.mainpage .service-block .catalog_menu > li .catalog_menu_item > span {
  border: none;
  display: block;
}

.mainpage .service-block .catalog_menu > li .catalog_menu_item > span a {
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.mainpage .service-block .catalog_menu > li .catalog_menu_item > span a img {
  display: block;
  max-width: 100%;
  height: auto;
}

.mainpage .service-block .catalog_menu > li .catalog_menu_item .info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 3;
  line-height: 1;
  padding: 0 39px;
}

.service-block .catalog_menu_item .catalog_orderbutton {
  display: inline-block;
  font-weight: 700;
  background: #ffffff;
  border: 3px solid #ffd324;
  color: #333333;
  font-size: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  line-height: 1;
  min-height: auto;
  padding: 9px 11px;
  opacity: 1 !important;
  margin-bottom: 16px;
  box-shadow: none !important;
  text-shadow: none !important;
}

.mainpage
  .service-block
  .catalog_menu
  > li
  .catalog_menu_item
  .catalog_order_block {
  margin-top: 15px;
  color: #fff;
}

.mainpage
  .service-block
  .catalog_menu
  > li
  .catalog_menu_item
  .catalog_order_block
  .catalog_price {
  margin-bottom: 15px;
}

.mainpage
  .service-block
  .catalog_menu
  > li
  .catalog_menu_item
  .uss_tree_description {
  font-size: 15px;
  color: #fff;
  padding: 0;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-weight: 300;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.mainpage
  .service-block
  .catalog_menu
  > li
  .catalog_menu_item
  .uss_tree_description
  p {
  margin: 0;
}

.mainpage
  .service-block
  .catalog_menu
  > li
  .catalog_menu_item
  .uss_tree_description
  p
  + p {
  margin-top: 10px;
}

.mainpage .service-block .catalog_menu > li .catalog_menu_item .info a {
  overflow: hidden;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 39px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  word-break: break-word;
  font-weight: 700;
}

.mainpage .service-block .catalog_menu > li .catalog_menu_item:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0)),
    color-stop(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.7)
  );
  z-index: 2;
}

.mainpage .service-block .section.section_catalog .uss_catalog_block_cat {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mainpage
  .service-block
  .section.section_catalog
  .uss_catalog_block_cat
  .uss_catalog_category {
  display: block;
  margin: 0 0 0 0;
  z-index: 1;
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 100%;
  flex: 0 100%;
}

.mainpage
  .service-block
  .section.section_catalog
  .uss_catalog_block_cat
  .uss_catalog_category:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0)),
    color-stop(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.7)
  );
  z-index: 2;
}

.mainpage
  .service-block
  .section.section_catalog
  .uss_catalog_block_cat
  .uss_catalog_category
  .uss_catalog_cat_img {
  max-width: 100%;
  height: auto !important;
  border: none;
  display: block;
  width: 100%;
  height: 100%;
}

.mainpage
  .service-block
  .section.section_catalog
  .uss_catalog_block_cat
  .uss_catalog_category
  .uss_catalog_cat_img
  a {
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.mainpage
  .service-block
  .section.section_catalog
  .uss_catalog_block_cat
  .uss_catalog_category
  .uss_catalog_cat_img
  a
  img {
  display: block;
  min-width: 100%;
  min-height: 100%;
}

.mainpage
  .service-block
  .section.section_catalog
  .uss_catalog_block_cat
  .uss_catalog_category
  .catalog_info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 3;
  padding: 0 39px;
}

.mainpage
  .service-block
  .section.section_catalog
  .uss_catalog_block_cat
  .uss_catalog_category
  .catalog_info
  .uss_catalog_cat_name {
  font-size: 39px;
  color: #fff;
}

.mainpage
  .service-block
  .section.section_catalog
  .uss_catalog_block_cat
  .uss_catalog_category
  .catalog_info
  .uss_catalog_cat_name
  a {
  line-height: 1;
  overflow: hidden;
  height: 78px;
  font-size: inherit;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.mainpage
  .service-block
  .section.section_catalog
  .uss_catalog_block_cat
  .uss_catalog_category
  .catalog_info
  .uss_catlog_cat_anons {
  z-index: 3;
  font-size: 17px;
  color: #fff;
  padding: 0 0;
  line-height: 1.3;
  height: 44px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-weight: 300;
}

.mainpage
  .service-block
  .section.section_catalog
  .uss_catalog_block_cat
  .uss_catalog_category
  .catalog_info
  .uss_catlog_cat_anons
  p {
  margin: 0;
}

.mainpage
  .service-block
  .section.section_catalog
  .uss_catalog_block_cat
  .uss_catalog_category
  .catalog_info
  .uss_catlog_cat_anons
  p
  + p {
  margin-top: 10px;
}

.mainpage .service-block .uss_catalog_sidebar {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category {
  display: block;
  margin: 0 0 0 0;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 100%;
  flex: 0 100%;
  z-index: 1;
  overflow: hidden;
}

.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0)),
    color-stop(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.7)
  );
  z-index: 2;
}

.mainpage
  .service-block
  .uss_catalog_sidebar
  .uss_catalog_category
  .uss_catalog_img_wrap {
  float: none;
  margin: 0;
}

.mainpage
  .service-block
  .uss_catalog_sidebar
  .uss_catalog_category
  .uss_catalog_cat_img {
  max-width: 100%;
  height: auto !important;
  border: none;
  display: block;
  width: 100%;
  height: 100%;
}

.mainpage
  .service-block
  .uss_catalog_sidebar
  .uss_catalog_category
  .uss_catalog_cat_img
  a {
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.mainpage
  .service-block
  .uss_catalog_sidebar
  .uss_catalog_category
  .uss_catalog_cat_img
  img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
}

.mainpage .service-block .uss_catalog_sidebar .uss_catalog_category .info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 3;
  line-height: 1;
  padding: 0 118px 0 20px;
}

.mainpage
  .service-block
  .uss_catalog_sidebar
  .uss_catalog_category
  .uss_catalog_cat_name {
  font-size: 39px;
  color: #fff;
  padding: 0;
  margin: 0 0 10px 0;
  word-break: word-break;
}

.mainpage
  .service-block.x4
  .uss_catalog_sidebar
  .uss_catalog_category
  .uss_catalog_cat_name {
  font-size: 31px;
}

.mainpage
  .service-block
  .uss_catalog_sidebar
  .uss_catalog_category
  .uss_catalog_cat_name
  a {
  line-height: 1;
  overflow: hidden;
  height: 78px;
  font-size: inherit;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.mainpage
  .service-block
  .uss_catalog_sidebar
  .uss_catalog_category
  .uss_catlog_cat_anons {
  font-size: 16px;
  color: #fff;
  padding: 0;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mainpage
  .service-block
  .uss_catalog_sidebar
  .uss_catalog_category
  .uss_catlog_cat_anons
  p {
  margin: 0;
}

.mainpage
  .service-block
  .uss_catalog_sidebar
  .uss_catalog_category
  .uss_catlog_cat_anons
  p
  + p {
  margin-top: 10px;
}

.mainpage
  .service-block
  .uss_catalog_sidebar
  .uss_catalog_category
  .catalog_orderbutton {
  right: 20px;
  bottom: 20px;
  position: absolute;
  z-index: 11;
  margin: 0;
}

.mainpage .service-block.x5 .uss_shop_block_cat .uss_shop_category {
  max-width: calc(100% / 5);
}

.mainpage .service-block.x5 .uss_eshop_menu > li {
  max-width: calc(100% / 5);
}

.mainpage .service-block.x5 .catalog_menu > li {
  max-width: calc(100% / 5);
}

.mainpage .service-block.x5 .section.section_catalog .uss_catalog_block_cat {
  max-width: calc(100% / 5);
}

.mainpage .service-block.x5 .uss_catalog_sidebar .uss_catalog_category {
  max-width: calc(100% / 5);
}

.mainpage .service-block.x4 .uss_shop_block_cat .uss_shop_category {
  max-width: calc(100% / 4);
}

.mainpage .service-block.x4 .uss_eshop_menu > li {
  max-width: calc(100% / 4);
}

.mainpage .service-block.x4 .uss_eshop_menu > li:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(30%, transparent),
    color-stop(rgba(0, 0, 0, 0.4)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: linear-gradient(
    transparent,
    transparent 30%,
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.7)
  );
}

.mainpage .service-block.x4 .uss_eshop_menu > li .info a {
  font-size: 31px;
}

.mainpage .service-block.x4 .uss_eshop_menu > li .uss_tree_description {
  font-size: 16px;
}

.mainpage .service-block.x4 .catalog_menu > li {
  max-width: calc(100% / 4);
}

.mainpage .service-block.x4 .section.section_catalog .uss_catalog_block_cat {
  max-width: calc(100% / 4);
}

.mainpage .service-block.x4 .uss_catalog_sidebar .uss_catalog_category {
  max-width: calc(100% / 4);
}

.mainpage .service-block.x3 .uss_shop_block_cat .uss_shop_category {
  max-width: calc(100% / 3);
}

.mainpage .service-block.x3 .uss_eshop_menu > li {
  max-width: calc(100% / 3);
}

.mainpage .service-block.x3 .catalog_menu > li {
  max-width: calc(100% / 3);
}

.mainpage .service-block.x3 .section.section_catalog .uss_catalog_block_cat {
  max-width: calc(100% / 3);
}

.mainpage .service-block.x3 .uss_catalog_sidebar .uss_catalog_category {
  max-width: calc(100% / 3);
}

.mainpage .service-block.x2 .uss_shop_block_cat .uss_shop_category {
  max-width: calc(100% / 2);
}

.mainpage .service-block.x2 .uss_eshop_menu > li {
  max-width: calc(100% / 2);
}

.mainpage .service-block.x2 .catalog_menu > li {
  max-width: calc(100% / 2);
}

.mainpage .service-block.x2 .section.section_catalog .uss_catalog_block_cat {
  max-width: calc(100% / 2);
}

.mainpage .service-block.x2 .uss_catalog_sidebar .uss_catalog_category {
  max-width: calc(100% / 2);
}

.mainpage .block:not(.about) .h3 {
  text-align: center;
}

.mainpage .block-view .catalog_menu {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mainpage .block-view .catalog_menu > li {
  padding: 0;
  border: 2px solid #e2e4e6;
  padding-bottom: 16px;
  width: 200px;
}

.mainpage .block-view .catalog_menu > li .catalog_menu_image {
  margin: 0 auto 20px auto;
  display: block;
  position: relative;
  border: none;
  background: #fff;
}

.mainpage .block-view .catalog_menu > li .catalog_menu_image a {
  margin: 0;
  padding: 0;
}

.mainpage .block-view .catalog_menu > li .catalog_menu_image a img {
  margin: 0 auto;
  display: block;
}

.mainpage .block-view .catalog_menu > li .catalog_menu_image ~ * {
  padding-left: 16px;
  padding-right: 16px;
}

.mainpage .block-view .catalog_menu > li .catalog_menu_item > a {
  font-size: 20px;
  margin: 0 0 20px 0;
}

.mainpage .block-view .catalog_menu > li .catalog_menu_item > a a {
  font-size: inherit;
}

.mainpage
  .block-view
  .catalog_menu
  > li
  .catalog_menu_item
  .uss_tree_description {
  margin: 0 0 20px 0;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
}

.mainpage .block-view .catalog_menu > li .catalog_orderbutton {
  float: none;
  display: inline-block;
  font-weight: 700;
  background: #ffffff;
  border: 3px solid #ffd324;
  color: #333333;
  font-size: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  line-height: 1;
  min-height: auto;
  padding: 9px 11px;
  opacity: 1 !important;
}

.mainpage .block-view .catalog_menu > li .catalog_orderbutton:hover {
  background: #ffd324;
  color: #333333;
}

.mainpage .block-view .catalog_menu > li:hover {
  border-color: #3975f0;
}

.block {
  line-height: 1.55;
  position: relative;
  z-index: 1;
}

.block.bg-type2 {
  background: #e1e4e6;
}

.block.bg-type3 {
  background: #407ca4;
}

.block.type2 .h3 {
  color: #fff;
}

.block.type2 .h3 a:hover:after {
  background-color: #ffffff;
}

.block p {
  margin: 0 0 19.2px 0;
}

.block .h3 {
  font-size: 60px;
  margin: 0 0 62px 0;
  line-height: 1;
  font-weight: 300;
}

.block .h3 span {
  font-size: 58px;
  font-weight: 800;
}

.block .h3 a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  position: relative;
}

.block .h3 a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  background: rgba(255, 255, 255, 0);
  color: #fff;
  display: block;
  width: 100%;
  height: 2px;
  -webkit-transition: background 0.25s linear;
  transition: background 0.25s linear;
}

.block .h3 a:hover:after {
  background: #333333;
}

.block .inner {
  padding: 74px 0;
}

.block .inner .h3 {
  text-align: center;
}

.block .nopadding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.block .inner-big {
  max-width: 1440px;
  padding: 0;
  margin: 0 auto;
  display: block;
  padding-top: 66px;
  padding-bottom: 74px;
}

.block .quote {
  display: block;
  background: url(../img/q-start.png) left center no-repeat,
    url(../img/q-end.png) right center no-repeat;
  font-size: 24px;
  line-height: 1.65;
  padding-left: 110px;
  padding-right: 110px;
  margin: 48px 0 74px 0;
  font-weight: 300;
}

.block .table {
  margin-top: 30px;
}

.block.about .inner-big {
  position: relative;
}

.block.about:not(.about-wide) .inner-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block.about .h3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 100%;
  flex: 0 100%;
  -webkit-box-ordinal-group: -4;
  -ms-flex-order: -5;
  order: -5;
}

.block.about .left {
  max-width: calc(100% - 36%);
  -webkit-box-flex: 0;
  -ms-flex: 0 100%;
  flex: 0 100%;
}

.block.about .right {
  max-width: 35%;
  -webkit-box-flex: 0;
  -ms-flex: 0 100%;
  flex: 0 100%;
}

.block.about img {
  max-width: 100%;
  display: block;
}

table.table {
  display: block;
  width: 100%;
}

table.table table {
  width: 100%;
}

table.table table tr {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

table.table table tr td {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

table.table table tr td + td {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  padding-left: 15px;
}

table.table > tbody {
  display: block;
}

table.table > tbody > tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

table.table > tbody > tr > td {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news.block img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.news.block .news_block_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 0 0 0;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 100%;
  flex: 0 100%;
  width: 100%;
}

.news.block .news_block_item .image {
  padding: 0;
  float: none;
  position: relative;
  z-index: 5;
  margin: 0 !important;
  display: inline-block;
  vertical-align: top;
  width: calc(50% + 48px);
  overflow: hidden;
}

.news.block .news_block_item .image a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.news.block .news_block_item .image a img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  max-width: none;
}

.news.block .news_block_item .image:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}

.news.block .news_block_item .image:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-right: 48px solid #fff;
  border-top: 48px solid transparent;
  border-left: 0 solid transparent;
  height: calc(50% - 39px);
  width: 0;
  z-index: 10;
}

.news.block .news_block_item .image:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-right: 48px solid #fff;
  border-left: 0 solid transparent;
  border-bottom: 50px solid transparent;
  height: calc(50% - 41px);
  width: 0;
  z-index: 10;
}

.news.block .news_block_item .info {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 49px);
  padding: 123px 56px 123px 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news.block .news_block_item .info .date {
  line-height: 1;
  color: #a6a6a6;
  font-size: 21px;
  padding-left: 46px;
  background: url(../img/clock.png) left center no-repeat;
  min-height: 26px;
  line-height: 26px;
  margin: 0 0 41px 0;
}

.news.block .news_block_item .info .title {
  font-size: 27px;
  line-height: 1;
  margin: 0 0 46px 0;
}

.news.block .news_block_item .info .title a {
  color: #0072a1;
  position: relative;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 800;
}

.news.block .news_block_item .info .title a span {
  border-bottom: 1px solid #b5edff;
}

.news.block .news_block_item .info .title a:hover span {
  border: none;
}

.news.block .news_block_item .info .preview {
  word-spacing: 1.3px;
  max-height: 6.2em;
  overflow: hidden;
}

.news.block .news_block_item .info .preview p {
  margin: 0 0 5px 0;
}

.news.block .news_block_item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; /*background: #384C61;*/
  background: radial-gradient(
      circle at 11% 94%,
      rgba(120, 139, 157, 0.47) 0%,
      #384c61 35%
    ),
    #384c61;
}

.news.block .news_block_item:nth-of-type(even) .image:after {
  content: "";
  position: absolute;
  left: -1px;
  bottom: 0;
  border-left: 49px solid #384c61;
  border-top: 49px solid transparent;
  border-right: 0 solid transparent;
  height: calc(50% - 43px);
  width: 0;
  z-index: 10;
}

.news.block .news_block_item:nth-of-type(even) .image:before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  border-left: 49px solid #384c61;
  border-right: 0 solid transparent;
  border-bottom: 49px solid transparent;
  height: calc(50% - 35px);
  width: 0;
  z-index: 10;
}

.news.block .news_block_item:nth-of-type(even) .info {
  padding: 123px 56px 123px 56px;
}

.news.block .news_block_item:nth-of-type(even) .info .date {
  color: #7e8a95;
  background-image: url("../img/clock-alt.png");
}

.news.block .news_block_item:nth-of-type(even) .info .title {
  color: #b5edff;
}

.news.block .news_block_item:nth-of-type(even) .info .title a {
  color: inherit;
}

.news.block .news_block_item:nth-of-type(even) .info .title a:after {
  border-bottom-color: #b5edff;
}

.news.block .news_block_item:nth-of-type(even) .info .preview {
  color: #fff;
}

.section_news .news_exact_item .uss_img_big {
  display: block;
}

.section_news .news_exact_item .uss_news_date {
  overflow: hidden;
  line-height: 1;
  color: #a6a6a6;
  font-size: 21px;
  padding-left: 30px;
  background: url(../img/clock.png) left center no-repeat;
  background-size: 20px auto;
  min-height: 26px;
  line-height: 26px;
  margin: 0 0 10px 0;
}

.news_similar_wrap .news_item .image {
  margin-bottom: 22px;
}

.news_similar_wrap .news_item .info .date {
  overflow: hidden;
  line-height: 1;
  color: #a6a6a6;
  padding-left: 25px;
  background: url(../img/clock.png) left center no-repeat;
  background-size: 19px auto;
  min-height: 26px;
  line-height: 26px;
  margin: 0 0 10px 0;
}

.news_list .news_item {
  margin-bottom: 32px;
}

.news_list .news_item .info {
  overflow: hidden;
}

.news_list .news_item .info .date {
  line-height: 1;
  color: #a6a6a6;
  font-size: 18px;
  padding-left: 25px;
  background: url(../img/clock.png) left center no-repeat;
  background-size: 18px;
  min-height: 26px;
  line-height: 26px;
  margin: 0 0 5 0;
}

.news_list .news_item .preview p:last-child {
  margin-bottom: 0;
}

.news_similar_title {
  color: #333333;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.34;
  padding: 0;
  font-size: 40px;
  border: none;
  margin: 0 0 20px 0;
  text-align: center;
}

.n-inner {
  max-width: 1748px;
  padding-top: 66px;
  padding-bottom: 74px;
  margin: 0 auto;
  display: block;
}

.position .uss_eshop_amount_block {
  display: none;
}

.position .uss_eshop_block_item {
  width: 394px !important;
  overflow: hidden;
  background: #fff;
  margin-bottom: 56px;
  text-align: left;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 0 0 20px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.position .uss_eshop_block_item > *:not(.img):not(.add_to_cart) {
  padding-left: 41px;
  padding-right: 41px;
}

.position .uss_eshop_block_item > * {
  z-index: 5;
}

.position .uss_eshop_block_item > div {
  width: 100%;
}

.position .uss_eshop_block_item .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
  position: relative;
  z-index: 1;
  margin: 0 0 51px 0;
  margin: 0 auto 20px;
}

.position .uss_eshop_block_item .img a.imagelink {
  display: block;
  width: 100%;
  height: 100%;
}

.position .uss_eshop_block_item .img a.imagelink img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.position .uss_eshop_block_item .position-right {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
}

.position .uss_eshop_block_item .uss_shop_name {
  -moz-flex: 1 auto;
  -ms-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
  flex: 1 auto;
  font-size: 19px;
  line-height: 1.2;
  height: 44px;
  margin: 0 0 24px 0;
  overflow: hidden;
  min-height: 2.4;
}

.position .uss_eshop_block_item .uss_shop_name a {
  font-size: inherit;
}

.position .uss_eshop_block_item .uss_shop_price {
  margin: 0;
  line-height: 1;
  min-height: 62px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.position .uss_eshop_block_item .uss_shop_price span {
  display: block;
  background: none !important;
  padding: 0 0 0 0 !important;
  font-weight: 700;
}

.position .uss_eshop_block_item .uss_shop_price span.old_price {
  font-size: 18px;
  color: #747b82;
  margin: 0 0 8px 0 !important;
}

.position .uss_eshop_block_item .uss_shop_price span.actual_price {
  font-size: 27px;
  margin: 0 0 9px 0 !important;
  font-weight: 900;
}

.position
  .uss_eshop_block_item
  .uss_shop_price
  span.actual_price
  em.currency_class {
  color: #747b82;
}

.position .uss_eshop_block_item a.add_to_cart {
  font-size: 17px;
  border: 3px solid #ffd324;
  color: #333333;
  text-decoration: none;
  margin: 0 0 0 0;
  padding: 6px 19px 9px 16px;
  font-weight: 700;
}

.position .uss_eshop_block_item a.add_to_cart:before {
  content: "";
  width: 18px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  padding: 0 0 0 0;
  background: url(../img/cart.png) center no-repeat;
}

.position .uss_eshop_block_item a.add_to_cart.already_in_cart {
  font-size: 15px;
  border-color: #e2e4e6 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.position .uss_eshop_block_item a.add_to_cart.already_in_cart:before {
  display: block;
  background-image: url(../img/already-btn.png);
}

.position .uss_eshop_block_item a.add_to_cart:hover {
  background: #ffd324;
  color: #333333;
  border-color: #ffd324 !important;
}

.position .uss_eshop_block_item a.add_to_cart:hover:before {
  -webkit-filter: brightness(0.3);
  filter: brightness(0.3);
}

.position .uss_eshop_block_item .uss_price_cart_btn_wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.position .uss_eshop_block_item .uss_price_cart_btn_wrap > * {
  margin-bottom: 16px !important;
}

.position .uss_eshop_block_item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.position .uss_eshop_block_item .img {
}

.position:not(.position-slider) .uss_eshop_block_item .img a.imagelink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.position .uss_eshop_block_item .position-right {
}

.position.position-block .items .slick-arrow {
  top: -44px;
  width: 70px;
  height: 35px;
  opacity: 1;
  display: block;
  z-index: 10;
  left: auto;
}

.position.position-block .items .slick-arrow.slick-prev {
  background: url(../img/position-prev.png) center no-repeat;
  left: 0%;
  right: auto;
}

.position.position-block .items .slick-arrow.slick-next {
  background: url(../img/position-next.png) center no-repeat;
  right: 0;
}

.position.position-block .items .slick-dots {
  bottom: 0;
}

.position.position-block .items .slick-dots li {
  margin: 0 11px;
  padding: 0;
}

.position.position-block .items .slick-dots li button {
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  background: url(../img/position-dot-dark.png) center no-repeat;
}

.position.position-block .items .slick-dots li.slick-active button {
  background: url(../img/position-dot-active.png) center no-repeat;
  border: none;
}

.position.position-slider {
  background: #fff;
}

.position.position-slider .uss_eshop_block_item {
  width: 100% !important;
  margin-bottom: 0;
  padding-bottom: 0;
  zoom: 1;
}

.position.position-slider .uss_eshop_block_item:before,
.position.position-slider .uss_eshop_block_item:after {
  content: "";
  display: table;
}

.position.position-slider .uss_eshop_block_item:after {
  clear: both;
}

.position.position-slider .uss_eshop_block_item > *:not(.img) {
  overflow: hidden;
}

.position.position-slider .uss_eshop_block_item .img {
  margin-right: 5%;
  width: 45%;
  float: left;
}

.position.position-slider .uss_eshop_block_item .img a.imagelink img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.position.position-slider
  .uss_eshop_block_item
  .img
  .uss_advanced_image_list.uss_ail_points {
  left: 10px;
  right: 10px;
}

.position.position-slider .uss_eshop_block_item .uss_shop_name {
  font-size: 27px;
  line-height: 1.3em;
  overflow: hidden;
  margin: 40px 0 42px 0;
  height: auto;
  font-weight: 800;
}

.position.position-slider .uss_eshop_block_item .uss_shop_name a {
  display: block;
}

.position.position-slider .uss_eshop_block_item .uss_shop_description {
  font-size: 18px;
  line-height: 1.65;
  margin: 0 0 23px 0;
}

.position.position-slider .uss_eshop_block_item .uss_shop_price {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -moz-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 10px 0;
}

.position.position-slider .uss_eshop_block_item .uss_shop_price span {
  background: none !important;
  -moz-flex: 0 auto;
  -ms-flex: 0 auto;
  -o-flex: 0 auto;
  -webkit-box-flex: 0;
  flex: 0 auto;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
}

.position.position-slider
  .uss_eshop_block_item
  .uss_shop_price
  span.actual_price {
  font-size: 48px;
  color: #333;
  font-weight: 900;
}

.position.position-slider
  .uss_eshop_block_item
  .uss_shop_price
  span.actual_price
  em.currency_class {
  color: #747b82;
}

.position.position-slider .uss_eshop_block_item .uss_shop_price span.old_price {
  font-size: 28px;
  color: #747b82;
  margin: 0 0 8px 0 !important;
  font-weight: 900;
}

.position.position-slider .uss_eshop_block_item .uss_shop_price span + span {
  padding-right: 15px !important;
}

.position.position-slider .uss_eshop_block_item .uss_price_cart_btn_wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.position.position-slider .uss_eshop_block_item .uss_price_cart_btn_wrap > * {
  margin-bottom: 16px !important;
}

.position.position-slider .uss_eshop_block_item a.add_to_cart {
  font-size: 17px;
  border: 3px solid #ffd324;
  color: #333333;
  text-decoration: none;
  color: inherit;
  margin: 0 0 0 0;
  padding: 6px 19px 9px 16px;
  font-weight: 700;
  display: inline-block;
}

.position.position-slider .uss_eshop_block_item a.add_to_cart:before {
  content: "";
  width: 18px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  padding: 0 0 0 0;
  background: url(../img/cart.png) center no-repeat;
}

.position.position-slider .uss_eshop_block_item a.add_to_cart:hover {
  background: #ffd324;
  color: #333333;
}

.position.position-slider .uss_eshop_block_item a.add_to_cart.already_in_cart {
  font-size: 15px;
}

.position.position-slider
  .uss_eshop_block_item
  a.add_to_cart.already_in_cart:before {
  content: none;
}

.position.position-slider .uss_eshop_block_item .uss_price_cart_btn_wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.position.position-slider .uss_eshop_block_item .uss_price_cart_btn_wrap > * {
  max-width: 50%;
}

.position.position-slider .slick-arrow {
  width: 70px;
  height: 35px;
  top: 18px;
  opacity: 1;
  display: block;
  z-index: 10;
  left: auto;
  right: auto;
}

.position.position-slider .slick-arrow.slick-prev {
  background: url(../img/position-prev.png) center no-repeat;
  left: 50%;
}

.position.position-slider .slick-arrow.slick-next {
  background: url(../img/position-next.png) center no-repeat;
  right: 0;
}

.position.position-slider .slick-dots {
  padding-left: 50%;
  bottom: auto;
  top: 0;
}

.position.position-slider .slick-dots li {
  margin: 0 11px;
  padding: 0;
}

.position.position-slider .slick-dots li button {
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  background: url(../img/position-dot-dark.png) center no-repeat;
}

.position.position-slider .slick-dots li.slick-active button {
  background: url(../img/position-dot-active.png) center no-repeat;
  border: none;
}

.position.position-slider .position-right {
  padding-top: 70px;
  width: 50%;
}

.position .n-inner {
  padding-bottom: 0;
}

.position-small-block .uss_eshop_block_item {
  width: 284px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 56px;
  text-align: left;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  padding: 0 0 0 0;
  border: 2px solid #e2e4e6;
}

.position-small-block .uss_eshop_block_item > *:not(.img):not(.add_to_cart) {
  padding-left: 16px;
  padding-right: 16px;
}

.position-small-block .uss_eshop_block_item .img {
  -moz-flex: 0 100%;
  -o-flex: 0 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 100%;
  flex: 0 100%;
  position: relative;
  z-index: 1;
  margin: 0 0 18px 0;
}

.position-small-block .uss_eshop_block_item .img a.imagelink {
  display: block;
  width: 100%;
  height: 100%;
}

.position-small-block .uss_eshop_block_item .img a.imagelink img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.position-small-block .uss_eshop_block_item .uss_shop_name {
  -moz-flex: 0 100%;
  -o-flex: 0 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 100%;
  flex: 0 100%;
  font-size: 18px;
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
  margin: 0 0 14px 0;
}

.position-small-block .uss_eshop_block_item .uss_shop_name a {
  font-size: inherit;
}

.position-small-block .uss_eshop_block_item .uss_shop_price {
  margin: 0;
  line-height: 1;
}

.position-small-block .uss_eshop_block_item .uss_shop_price span {
  display: block;
  background: none !important;
  padding: 0 0 0 0 !important;
  font-weight: 700;
}

.position-small-block .uss_eshop_block_item .uss_shop_price span.old_price {
  font-size: 18px;
  color: #747b82;
  margin: 0 0 8px 0 !important;
}

.position-small-block .uss_eshop_block_item .uss_shop_price span.actual_price {
  font-size: 27px;
  margin: 0 0 9px 0 !important;
}

.position-small-block .uss_eshop_block_item a.add_to_cart {
  font-size: 17px;
  border: 3px solid #ffd324;
  color: #333333;
  text-decoration: none;
  color: inherit;
  margin: 0 41px 0 0;
  padding: 6px 19px 9px 16px;
}

.position-small-block .uss_eshop_block_item a.add_to_cart:before {
  content: "";
  width: 18px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  padding: 0 0 0 0;
  background: url(../img/cart.png) center no-repeat;
}

.position-small-block .uss_eshop_block_item a.add_to_cart:hover {
  background: #ffd324;
  color: #333333;
}

.position-small-block .uss_eshop_block_item a.add_to_cart:hover:before {
  -webkit-filter: brightness(100) !important;
  filter: brightness(100) !important;
}

.position-small-block .uss_eshop_block_item .uss_price_cart_btn_wrap {
  -moz-flex: 0 100%;
  -o-flex: 0 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 100%;
  flex: 0 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.position-small-block
  .uss_eshop_block_item
  .uss_price_cart_btn_wrap
  .uss_shop_price {
  margin: 0 0 16px 0;
}

.position-small-block
  .uss_eshop_block_item
  .uss_price_cart_btn_wrap
  a.add_to_cart {
  margin: 0 0 16px 0;
}

.review .items {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.review .h3 {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}

.review .slick-prev {
  width: 30px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: 0%;
  background: url(../img/position-prev-white.png) left center no-repeat;
}

.review .slick-prev:hover {
  opacity: 0.8;
}

.review .slick-next {
  width: 30px;
  height: 35px;
  position: absolute;
  top: 50%;
  right: 0%;
  background: url(../img/position-next-white.png) right center no-repeat;
}

.review .slick-next:hover {
  opacity: 0.8;
}

.review .news_block_item {
  background: #fff;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow: hidden;
  margin: 0 0;
}

.review .news_block_item .image {
  padding: 0;
  width: 41.51838671411625%;
  margin-right: 0 !important;
}

.review .news_block_item .image a {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}

.review .news_block_item .image a:after {
  content: "";
  position: absolute;
  top: 50px;
  right: 0;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-right: 22px solid #fff;
  border-bottom: 22px solid transparent;
}

.review .news_block_item .image img {
  display: block;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.review .news_block_item .info {
  width: calc(100% - 41.51838671411625%);
  overflow: hidden;
  padding: 2.604166666666667vw 4.0625vw 0 2.604166666666667vw;
  background: url(../img/q-small-start.png) 1.5625vw
      calc(100% - 2.083333333333333vw) no-repeat,
    url(../img/q-small-end.png) calc(100% - 2.083333333333333vw) 5vw no-repeat;
  background-size: 1.822916666666667vw 1.458333333333333vw,
    1.822916666666667vw 1.458333333333333vw;
}

.review .news_block_item .info .date {
  display: none;
}

.review .news_block_item .info .title {
  letter-spacing: 0.3px;
  color: #0072a1;
  font-size: 1.25vw;
  margin: 0 0 1.5625vw 0;
}

.review .news_block_item .info .title a {
  display: inline-block;
}

.review .news_block_item .info .title a img {
  display: inline-block;
  vertical-align: middle;
}

.review .news_block_item .info .title a + a {
  margin-left: 5px;
}

.review .news_block_item .info .preview {
  font-size: 0.9895833333333333vw;
  padding: 0 0 0 2.083333333333333vw;
  line-height: 1.6;
}

.review .news_block_item .info .preview p {
  margin: 0 0 10px 0;
}

.review .news_block_item:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.review .slick-list {
  width: 100%;
}

.review .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.review .slick-slide {
  float: none !important;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.review .slick-slide > div {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 100%;
  flex: 0 100%;
}

.review .slick-slide > div > .news_block_item {
  max-width: calc(100% - 30px);
  vertical-align: top;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
}

.review .slick-slide > div > .news_block_item:not(:last-child) {
  margin-right: 20px;
}

.review .slick-dots {
  bottom: -52px;
}

.review .slick-dots li {
  margin: 0 11px;
  padding: 0;
}

.review .slick-dots li button {
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  background: url(../img/position-dot.png) center no-repeat;
}

.review .slick-dots li.slick-active button {
  background: url(../img/position-dot-active.png) center no-repeat;
}

table.table tbody {
  display: block;
}

table.table tr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

table.table tr td {
  -moz-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
}

.container .inner {
  padding-top: 47px;
}

.container .aside {
  width: 234px;
}

.container .aside.aside-left {
  margin-right: 82px;
  float: left;
}

.container .aside.aside-right {
  /* margin-right: 82px;float: left; */
  margin-left: 82px;
  float: right;
}

.container .content {
  overflow: hidden;
  margin: 0 0 0 0;
}

.container .content h1 {
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 15px 0;
  line-height: 1.34;
  border-bottom: 2px solid #e2e4e6;
  padding: 0 0 6px 0;
  overflow: hidden;
}

.container .content .uss_shop_block_cat .uss_shop_category {
  border: 2px solid #e2e4e6;
  padding-bottom: 16px;
  -webkit-transition: border-color 0.25s linear;
  transition: border-color 0.25s linear;
  max-width: calc((100% - 10px) / 2);
}

.container
  .content
  .uss_shop_block_cat
  .uss_shop_category
  > *:not(.uss_shop_cat_img_wrap) {
  padding-left: 16px;
  padding-right: 16px;
}

.container
  .content
  .uss_shop_block_cat
  .uss_shop_category
  .uss_shop_cat_img_wrap {
  margin: 0 0 20px 0;
}

.container
  .content
  .uss_shop_block_cat
  .uss_shop_category
  .uss_shop_cat_img_wrap
  .uss_shop_cat_img {
  border: none;
  margin: 0 auto;
  padding: 0 0 0 0;
  display: block;
  position: relative;
}

.container
  .content
  .uss_shop_block_cat
  .uss_shop_category
  .uss_shop_cat_img_wrap
  .uss_shop_cat_img
  a {
  margin: 0;
  padding: 0;
}

.container .content .uss_shop_block_cat .uss_shop_category .uss_shop_cat_cat {
  margin-bottom: 20px;
}

.container .content .uss_shop_block_cat .uss_shop_category .uss_shop_cat_cat a {
  font-size: 15px;
  font-weight: 600;
}

.container .content .uss_shop_block_cat .uss_shop_category .uss_shop_cat_name {
  font-size: 20px;
  margin: 0 0 20px 0;
}

.container
  .content
  .uss_shop_block_cat
  .uss_shop_category
  .uss_shop_cat_name
  a {
  font-size: inherit;
}

.container .content .uss_shop_block_cat .uss_shop_category .uss_shop_cat_text {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
}

.container
  .content
  .uss_shop_block_cat
  .uss_shop_category
  .uss_shop_cat_text
  p {
  margin: 0 0 0 0;
}

.container .content .uss_shop_block_cat .uss_shop_category:hover {
  border-color: #ffd324;
}

.container .content .section {
  line-height: 1.67;
}

.container .content .uss_eshop_filters_block {
  width: 100%;
}

.container .content .uss_eshop_filters_block form {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container .content .uss_eshop_filters_block .group {
  -moz-flex: 0 100%;
  -o-flex: 0 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 100%;
  flex: 0 100%;
}

.container .content .uss_eshop_filters_block .group .eshop_filters_group_title {
  font-size: 21px;
  font-weight: 600;
}

.container .content .uss_eshop_filters_block .group .eshop_filters_items {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container
  .content
  .uss_eshop_filters_block
  .group
  .eshop_filters_items
  .eshop_filters {
  -webkit-box-flex: 0;
  -ms-flex: 0 calc((100% - 20px) / 3);
  flex: 0 calc((100% - 20px) / 3);
  margin: 0 0 10px 0;
}

.container
  .content
  .uss_eshop_filters_block
  .group
  .eshop_filters_items
  .eshop_filters
  label.items_label {
  font-weight: normal;
  font-size: 15px;
  display: block;
  width: 100%;
  float: none;
  padding: 0 0 0 0;
  margin: 0 0 10px 0;
}

.container
  .content
  .uss_eshop_filters_block
  .group
  .eshop_filters_items
  .eshop_filters
  .items_wrap
  label {
  line-height: 30px;
}

.container
  .content
  .uss_eshop_filters_block
  .group
  .eshop_filters_items
  .eshop_filters
  .jq-selectbox {
  display: block;
  width: 100%;
}

.container
  .content
  .uss_eshop_filters_block
  .filter_search_in_current_cat.filter_item {
  -moz-flex: 0 100%;
  -o-flex: 0 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 100%;
  flex: 0 100%;
  text-align: left;
}

.container .content .uss_eshop_filters_block .filter_price,
.container .content .uss_eshop_filters_block .filter_producer,
.container .content .uss_eshop_filters_block .filter_submit {
  -webkit-box-flex: 0;
  -ms-flex: 0 calc((100% - 20px) / 3);
  flex: 0 calc((100% - 20px) / 3);
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container .content .uss_eshop_filters_block .filter_price {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.container .content .uss_eshop_filters_block .filter_price label,
.container .content .uss_eshop_filters_block .filter_producer label,
.container .content .uss_eshop_filters_block .filter_submit label {
  float: none;
  display: block;
  margin: 0 0 10px 0;
  -moz-flex: 0 100%;
  -o-flex: 0 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 100%;
  flex: 0 100%;
  font-size: 16px;
  font-weight: normal !important;
}

.container .content .uss_eshop_filters_block .filter_price label {
  margin: 0;
}

.container .content .uss_eshop_filters_block .filter_price .jq-selectbox,
.container .content .uss_eshop_filters_block .filter_producer .jq-selectbox,
.container .content .uss_eshop_filters_block .filter_submit .jq-selectbox {
  width: 100%;
  margin: 0;
}

.container
  .content
  .uss_eshop_filters_block
  .filter_price
  input.styler:not([type="submit"]) {
  min-width: 64px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}

.container .content .uss_eshop_filters_block .filter_submit {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.container .content .uss_eshop_filters_block .filter_submit > * {
  margin-left: 15px;
}

.container
  .content
  .uss_eshop_filters_block
  .filter_submit
  input[type="submit"].styler {
  color: #333;
  background: #ffd324;
}

.container
  .content
  .uss_eshop_filters_block
  .filter_submit
  input[type="submit"].styler:hover {
  text-decoration: underline;
}

.container .content .uss_eshop_filters_block.simple_filters form {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.container
  .content
  .uss_eshop_filters_block.simple_filters
  form
  > .filter_item:not(.filter_search_in_current_cat),
.container
  .content
  .uss_eshop_filters_block.simple_filters
  form
  .filter_submit {
  -moz-flex: 0 auto !important;
  -ms-flex: 0 auto !important;
  -o-flex: 0 auto !important;
  -webkit-box-flex: 0 !important;
  flex: 0 auto !important;
}

.container
  .content
  .uss_eshop_filters_block.simple_filters
  form
  > .filter_item:not(.filter_search_in_current_cat)
  label,
.container
  .content
  .uss_eshop_filters_block.simple_filters
  form
  .filter_submit
  label {
  -moz-flex: 0 auto !important;
  -ms-flex: 0 auto !important;
  -o-flex: 0 auto !important;
  -webkit-box-flex: 0 !important;
  flex: 0 auto !important;
}

.container .bread {
  font-size: 15px;
  margin: 0 0 37px 0;
}

.container .bread .bread-sup {
  background: url(../img/aside-submenu-active.png) center no-repeat;
  width: 19px;
  height: 15px;
  vertical-align: middle;
  display: inline-block;
}

.mainpage .container .inner {
  padding-top: 74px;
  padding-bottom: 74px;
  max-width: 1440px;
}

.mainpage .container h1 {
  border: none;
  margin-bottom: 0;
}

.mainpage .container .content p {
  margin: 0.7em 0;
}

.aside-block {
  margin: 0 0 86px 0;
}

.aside-block .h3 {
  font-size: 42px;
  font-weight: 800;
  border-bottom: 2px solid #e2e4e6;
  padding: 0 0 10px 0;
  margin: 0 0 46px 0;
  line-height: 1.19;
}

.aside-block .h3 a {
  color: inherit;
  font-size: inherit;
}

.aside-block.aside-menu {
  font-size: 19px;
}

.aside-block.aside-menu > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.aside-block.aside-menu > ul > li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.aside-block.aside-menu .h3 {
  display: none;
  background: #034a7a;
}

.aside-block.aside-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.aside-block.aside-menu ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.aside-block.aside-menu ul li a {
  display: block;
  padding: 13px 0 14px 0;
}

.aside-block.aside-menu ul li:hover > a,
.aside-block.aside-menu ul li.active > a {
  color: #424d57;
  text-decoration: none;
  font-weight: 600;
}

.aside-block.aside-menu ul li.active > .submenu {
  display: block;
}

.aside-block.aside-menu ul li .submenu {
  display: none;
}

.aside-block.aside-menu ul li .submenu li a {
  padding: 9px 10px 12px 23px;
  font-size: 16px;
  color: #424d57;
  background: url(../img/aside-submenu-active.png) left center no-repeat;
  font-weight: 600;
}

.aside-block.aside-menu ul li .submenu li:hover > a {
  color: #0072a1;
  text-decoration: underline;
  background-image: url(../img/aside-submenu.png);
}

.aside-block .news_block_item {
  border-bottom: 2px solid #e2e4e6;
  padding: 0 0 39px 0;
  margin: 0 0 45px 0;
}

.aside-block .news_block_item .image {
  float: none;
  margin: 0 0 22px 0;
}

.aside-block .news_block_item .info {
  font-size: 15px;
  line-height: 1.75;
}

.aside-block .news_block_item .info .date {
  color: #a6a6a6;
  font-size: 15px;
  background: url(../img/clock.png) left center no-repeat;
  background-size: 19px;
  font-weight: 600;
  min-height: 26px;
  line-height: 26px;
  padding: 0 0 0 30px;
}

.aside-block .news_block_item .info .title {
  font-size: 18px;
  margin-bottom: 17px;
  font-weight: 800;
}

.aside-block .news_block_item .info .title a {
  display: block;
}

.aside-block .uss_more {
  font-weight: 800;
  font-size: 18px;
}

.aside-block .uss_eshop_filters_block .group {
  width: 100%;
  display: block;
}

.aside-block .uss_eshop_filters_block .group .eshop_filters_group_title {
  font-size: 21px;
  font-weight: 600;
}

.aside-block
  .uss_eshop_filters_block
  .group
  .eshop_filters_items
  .eshop_filters
  label.items_label {
  display: block;
  float: none;
  width: 100%;
  font-weight: normal;
  font-size: 16px;
}

.aside-block
  .uss_eshop_filters_block
  .group
  .eshop_filters_items
  .eshop_filters
  .jq-selectbox {
  display: block;
  width: 100%;
}

.aside-block .uss_eshop_filters_block .filter_price,
.aside-block .uss_eshop_filters_block .filter_producer,
.aside-block .uss_eshop_filters_block .filter_submit {
  display: block;
  width: 100%;
}

.aside-block .uss_eshop_filters_block .filter_price label,
.aside-block .uss_eshop_filters_block .filter_producer label,
.aside-block .uss_eshop_filters_block .filter_submit label {
  float: none;
  display: block;
}

.aside-block .uss_eshop_filters_block .filter_price .jq-selectbox,
.aside-block .uss_eshop_filters_block .filter_producer .jq-selectbox,
.aside-block .uss_eshop_filters_block .filter_submit .jq-selectbox {
  width: 100%;
}

.aside-block .uss_eshop_filters_block .filter_submit {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.aside-block.aside-position .uss_eshop_block_item {
  width: 284px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 56px;
  text-align: left;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  padding: 0 0 0 0;
  border: 2px solid #e2e4e6;
}

.aside-block.aside-position
  .uss_eshop_block_item
  > *:not(.img):not(.add_to_cart) {
  padding-left: 16px;
  padding-right: 16px;
}

.aside-block.aside-position .uss_eshop_block_item .img {
  -moz-flex: 0 100%;
  -o-flex: 0 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 100%;
  flex: 0 100%;
  position: relative;
  z-index: 1;
  margin: 0 0 18px 0;
}

.aside-block.aside-position .uss_eshop_block_item .img a.imagelink {
  display: block;
  width: 100%;
  height: 100%;
}

.aside-block.aside-position .uss_eshop_block_item .img a.imagelink img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.aside-block.aside-position .uss_eshop_block_item .uss_shop_name {
  -moz-flex: 0 100%;
  -o-flex: 0 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 100%;
  flex: 0 100%;
  font-size: 18px;
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
  margin: 0 0 14px 0;
}

.aside-block.aside-position .uss_eshop_block_item .uss_shop_name a {
  font-size: inherit;
}

.aside-block.aside-position .uss_eshop_block_item .uss_shop_price {
  margin: 0;
  line-height: 1;
}

.aside-block.aside-position .uss_eshop_block_item .uss_shop_price span {
  display: block;
  background: none !important;
  padding: 0 0 0 0 !important;
  font-weight: 700;
}

.aside-block.aside-position
  .uss_eshop_block_item
  .uss_shop_price
  span.old_price {
  font-size: 18px;
  color: #747b82;
  margin: 0 0 8px 0 !important;
}

.aside-block.aside-position
  .uss_eshop_block_item
  .uss_shop_price
  span.actual_price {
  font-size: 27px;
  margin: 0 0 9px 0 !important;
}

.aside-block.aside-position .uss_eshop_block_item a.add_to_cart {
  font-size: 17px;
  border: 3px solid #ffd324;
  color: #333333;
  text-decoration: none;
  color: inherit;
  margin: 0 41px 0 0;
  padding: 6px 19px 9px 16px;
}

.aside-block.aside-position .uss_eshop_block_item a.add_to_cart:before {
  content: "";
  width: 18px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  padding: 0 0 0 0;
  background: url(../img/cart.png) center no-repeat;
}

.aside-block.aside-position .uss_eshop_block_item a.add_to_cart:hover {
  background: #ffd324;
  color: #333333;
}

.aside-block.aside-position .uss_eshop_block_item a.add_to_cart:hover:before {
  -webkit-filter: brightness(100) !important;
  filter: brightness(100) !important;
}

.aside-block.aside-position .uss_eshop_block_item .uss_price_cart_btn_wrap {
  -moz-flex: 0 100%;
  -o-flex: 0 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 100%;
  flex: 0 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.aside-block.aside-position
  .uss_eshop_block_item
  .uss_price_cart_btn_wrap
  .uss_shop_price {
  margin: 0 0 16px 0;
}

.aside-block.aside-position
  .uss_eshop_block_item
  .uss_price_cart_btn_wrap
  a.add_to_cart {
  margin: 0 0 16px 0;
}

.aside-block.aside-position .uss_eshop_block_item {
  width: 100%;
  padding-bottom: 16px;
}

.aside-block.aside-position .uss_eshop_block_item .uss_eshop_amount_block {
  margin-bottom: 7px;
  display: block;
}

.aside-block.aside-position
  .uss_eshop_block_item
  .uss_eshop_amount_block
  .amount_title {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

.aside-block.aside-position
  .uss_eshop_block_item
  .uss_eshop_amount_block
  .basket_amount_class {
  width: 35px;
  height: 30px;
  border: 1px solid #e2e4e6;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  padding-left: 3px;
  padding-right: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  display: inline-block;
  vertical-align: middle;
}

.aside-block.aside-position.last .h3 {
  font-size: 35px;
}

.aside-block.banner {
  position: relative;
}

.aside-block.banner p {
  margin: 0;
}

.aside-block.banner img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
}

.aside-block.banner p {
  margin: 0;
}

.aside-block.banner img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.aside-block.banner .baner-slide {
  position: relative;
}

.aside-block.banner .banner-link {
  display: block;
  text-decoration: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

.aside-block.banner .title {
  font-size: 35px;
  line-height: 1;
  text-align: center;
  text-shadow: 1px 1px #fff;
}

.aside-block.banner .info {
  position: absolute;
  z-index: 1;
  padding: 15px 18px;
  bottom: 0;
  left: 0;
  right: 0;
}

.singlepage .block div[class~="inner"] {
  max-width: 1220px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.singlepage .header {
  position: static;
  background-image: radial-gradient(
    circle at bottom center,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.3)
  );
  background-color: #283a47;
}

.uss_widget .totals + p {
  display: none;
}

.singlepage .header .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.singlepage .header .row .column {
  -webkit-box-flex: 0;
  -ms-flex: 0 calc(100% / 2.2);
  flex: 0 calc(100% / 2.2);
}

.singlepage .header .auth {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.singlepage .header .logo {
  padding-left: 0;
  text-align: left;
  line-height: 1;
}

.singlepage .header .logo .logo-img {
  margin: 0 0 10px 0;
  width: 100%;
}

.singlepage .header .logo .logo-img img {
  display: block;
  margin: 0 auto;
}

.singlepage .header .adaptive-full-width {
  max-width: 1220px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}

.singlepage .inner {
  max-width: 1220px;
  margin: 0 auto;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.singlepage .footer .inner {
  max-width: 1220px;
}

.singlepage .inline-form {
  margin-top: 25px;
}

.singlepage .container .inner {
  padding-top: 48px;
}

.singlepage .information .inner {
  max-width: 1220px;
}

.big-map .inner-wide {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.big-map img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.big-map .h3 {
  font-size: 60px;
  line-height: 1;
  max-width: 1180px;
  margin: 15px auto 30px;
  font-weight: 300;
}

.big-map .map {
  position: relative;
  z-index: 5;
  width: 160%;
  left: -30%;
  display: block;
}

.big-map .map p {
  margin: 0;
}

.big-map .contacts-block {
  line-height: 1.65;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
  font-size: 19px;
  max-width: 1180px;
  margin: 0 auto;
}

.big-map .contacts-block.fixed {
  padding: 39px 45px 18px 49px;
  width: 410px;
  position: absolute;
  top: 50%;
  left: calc(50% - 410px);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.big-map .contacts-block p {
  margin: 0 0 24px 0;
}

.big-map .contacts-block strong {
  font-size: 17px;
  float: left;
  margin-right: 6px;
  padding-bottom: 1em;
}

.information > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.information > ul > li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.information .inner {
  max-width: 1440px;
  margin: 0 auto;
  display: block;
}

.information .inner ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.information .inner ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.information .inner > ul {
  padding-bottom: 39px;
  padding-top: 39px;
}

.information .inner ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.information .inner ul li {
  max-width: calc(100% / 4);
  font-size: 19px;
  padding-right: 10px;
}

.information .inner ul li > a {
  margin-bottom: 30px;
  font-size: 25px;
  color: inherit;
  text-decoration: none;
  display: block;
  font-weight: 800;
}

.information .inner ul li > a:hover {
  text-decoration: underline;
}

.information .inner ul li .submenu {
  display: block;
  padding: 0 0 0 0;
}

.information .inner ul li .submenu li {
  margin: 0 0 26px 0;
  line-height: 1;
  max-width: 100%;
  width: 100%;
  display: block;
}

.information .inner ul li .submenu li .subemnu {
  display: none !important;
}

.information .inner ul li .submenu li a {
  display: block;
  width: 100%;
  font-size: 19px;
  font-weight: normal;
  margin: 0;
  color: #0072a1;
  text-decoration: underline;
}

.information .inner ul li .submenu li a:hover {
  text-decoration: none;
}

.footer {
  background: #384c61;
  color: #fff;
  font-size: 16px;
}

.footer p {
  margin: 0;
}

.footer a {
  color: #b5edff;
}

.footer .inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1420px;
  margin: 0 auto;
  padding: 61px 10px 65px 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer .left {
  -moz-flex: 0 auto;
  -o-flex: 0 auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer .center {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  text-align: center;
}

.footer .right {
  -moz-flex: 0 auto;
  -o-flex: 0 auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer .social {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer .social .social-title {
  font-size: 25px;
  margin-right: 15px;
  vertical-align: middle;
}

.footer .row.end {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer .copy {
  margin: 0 0 14px 0;
}

.footer .dev {
  margin-left: 40px;
}

.footer .menu {
  -moz-flex: 0 100%;
  -o-flex: 0 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 100%;
  flex: 0 100%;
  -moz-order: -100;
  -ms-order: -100;
  -o-order: -100;
  -webkit-box-ordinal-group: -99;
  -ms-flex-order: -100;
  order: -100;
  margin-bottom: 10px;
}

.footer .menu > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer .menu > ul > li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer .menu ul li {
  padding: 14px 0 18px;
  border: none;
}

.footer .menu ul li a {
  padding: 0;
  display: block;
}

.footer .menu ul li a:after {
  content: none;
}

.footer .menu ul li:hover {
  padding: 14px 0 18px;
}

.footer .menu ul li:hover a {
  padding: 0;
}

.footer .menu ul li .submenu {
  display: none !important;
}

.content_menu.sub a {
  font-weight: 600;
}

.singlepage .uss_shop_blocks_view .uss_eshop_item {
  max-width: calc((100% - 10px) / 2);
  margin: 0 0 26px 0;
  padding: 0 0 62px 0;
  border: 2px solid #e2e4e6;
  font-size: 15px;
  position: relative;
  margin-bottom: 26px;
  overflow: visible;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.singlepage .uss_shop_blocks_view .uss_eshop_item:hover .buy_btns {
  border-bottom-color: #ffd324;
}

.singlepage .uss_shop_blocks_view .uss_eshop_item > *:not(.posimg_item) {
  padding-left: 16px;
  padding-right: 16px;
}

.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  > *:not(.posimg_item):not(.buy_btns):not(.uss_shop_name):not(
    .uss_shop_description
  ):not(.price_buy_wrap) {
  line-height: 1.6;
}

.singlepage .uss_shop_blocks_view .uss_eshop_item .posimg_item {
  margin: 0 0 20px 0;
}

.singlepage .uss_shop_blocks_view .uss_eshop_item .posimg_item .uss_img_holder {
  border: none;
  padding: 0;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .posimg_item
  .uss_img_holder
  > a
  img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.singlepage .uss_shop_blocks_view .uss_eshop_item .uss_shop_name {
  font-size: 18px;
  margin: 0 0 20px 0;
  -moz-flex: 1 auto;
  -ms-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
  flex: 1 auto;
}

.singlepage .uss_shop_blocks_view .uss_eshop_item .uss_shop_name a {
  font-size: inherit;
}

.singlepage .uss_shop_blocks_view .uss_eshop_item .uss_shop_description {
  margin: 0 0 20px 0;
  line-height: 1.5;
}

.singlepage .uss_shop_blocks_view .uss_eshop_item .uss_shop_description p {
  margin: 0 0 5px 0;
}

.singlepage .uss_shop_blocks_view .uss_eshop_item .uss_shop_price {
  margin: 0 0 20px 0;
}

.singlepage .uss_shop_blocks_view .uss_eshop_item .uss_shop_price span {
  background: none !important;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: block;
  color: #333;
}

.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .uss_shop_price
  span.actual_price {
  font-size: 24px;
  font-weight: 900;
}

.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .uss_shop_price
  span.old_price {
  color: #747b82;
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 5px;
  font-weight: 700;
}

.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .uss_shop_price
  span
  em.currency_class {
  color: #747b82;
}

.singlepage .uss_shop_blocks_view .uss_eshop_item .uss_shop_put_wrap {
  margin: 0 0 20px 0;
}

.singlepage .uss_shop_blocks_view .uss_eshop_item > .uss_shop_by a.add_to_cart,
.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart {
  font-size: 17px;
  border: 3px solid #ffd324;
  color: #333333;
  text-decoration: none;
  color: inherit;
  margin: 0 0 0 0;
  padding: 6px 19px 9px 16px;
  display: block;
  font-weight: 700;
}

.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart:before,
.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart:before {
  content: "";
  width: 18px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  padding: 0 0 0 0;
  background: url(../img/cart.png) center no-repeat;
}

.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart.already_in_cart,
.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart.already_in_cart {
  border-color: #e2e4e6 !important;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart.already_in_cart:before,
.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart.already_in_cart:before {
  display: block;
  background: url(../img/already-btn.png) center no-repeat;
}

.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart:hover,
.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart:hover {
  background-color: #ffd324;
  color: #333333;
  border-color: #ffd324 !important;
}

.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart:hover:before,
.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart:hover:before {
  -webkit-filter: brightness(0.3);
  filter: brightness(0.3);
}

.singlepage .uss_shop_blocks_view .uss_eshop_item .uss_shop_producer {
  line-height: 1.6;
  font-weight: normal !important;
}

.singlepage .uss_shop_blocks_view .uss_eshop_item .uss_shop_producer strong {
  font-weight: normal;
}

.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .uss_shop_amount_left.notavailiable {
  line-height: 1.6;
  font-weight: normal !important;
}

.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .uss_shop_amount_left.notavailiable
  strong {
  font-weight: normal;
}

.singlepage .uss_shop_blocks_view .uss_eshop_item .uss_shop_uid {
  line-height: 1.6;
  font-weight: normal !important;
}

.singlepage .uss_shop_blocks_view .uss_eshop_item .uss_shop_uid strong {
  font-weight: normal;
}

.singlepage .uss_shop_blocks_view .uss_eshop_item .uss_shop_linktomore {
  line-height: 1.6;
  font-weight: normal !important;
}

.singlepage .uss_shop_blocks_view .uss_eshop_item .uss_shop_linktomore strong {
  font-weight: normal;
}

.singlepage .uss_shop_blocks_view .uss_eshop_item .uss_compare_by {
  line-height: 1.6;
  font-weight: normal !important;
}

.singlepage .uss_shop_blocks_view .uss_eshop_item .uss_compare_by strong {
  font-weight: normal;
}

.singlepage .uss_shop_blocks_view .uss_eshop_item .price_buy_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.singlepage .uss_shop_blocks_view .uss_eshop_item .price_buy_wrap > * {
  margin: 0 0 16px 0;
}

.singlepage .uss_shop_blocks_view .uss_eshop_item .uss_eshop_amount_block {
  margin-bottom: 10px;
  display: inline-block;
}

.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .uss_eshop_amount_block
  .amount_title {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .uss_eshop_amount_block
  .basket_amount_class {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  border: 1px solid #e2e4e6;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}

.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 46px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: calc(100% + 4px);
  margin-left: -2px;
  margin-right: -2px;
  margin-bottom: -2px;
}

.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns > * {
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  border-top: 2px solid #e2e4e6;
}

.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns > *,
.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns > * * {
  margin: 0;
  padding: 0;
}

.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns.x2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 calc(100% / 2);
  flex: 0 calc(100% / 2);
}

.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns.x3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 calc(100% / 3);
  flex: 0 calc(100% / 3);
}

.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns a {
  text-indent: -9999px;
  display: block;
  position: relative;
  width: auto;
  height: 44px;
  transition: border-color 0.15s linear, -webkit-filter 0.15s linear;
  -webkit-transition: border-color 0.15s linear, -webkit-filter 0.15s linear;
  transition: border-color 0.15s linear, filter 0.15s linear;
  transition: border-color 0.15s linear, filter 0.15s linear,
    -webkit-filter 0.15s linear;
}

.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  background: #e2e4e6;
}

.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns a:hover {
  background-color: #f0f1f2 !important;
}

.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .buy_btns
  a.already_in_compare,
.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns a.already_in_wish {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .buy_btns
  a.already_in_compare:after,
.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .buy_btns
  a.already_in_wish:after {
  background-color: #f1bb17;
}

.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns .uss_shop_by a {
  background: url(../img/fast-buy.png) center no-repeat;
}

.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .buy_btns
  .uss_compare_by
  a.add_to_compare {
  background: url(../img/compare.png) center no-repeat;
}

.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .buy_btns
  .uss_shop_put_wrap
  .uss_shop_put
  a {
  background: url(../img/fav.png) center no-repeat;
}

.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns.x1 a {
  text-indent: 0;
  background-position: 20px center !important;
  text-align: left;
  padding-left: 55px;
  text-decoration: none;
  line-height: 43px;
  font-size: 16px;
}

.singlepage .uss_shop_blocks_view .uss_eshop_item .eshop_filters_area {
  line-height: 1.6;
}

.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .eshop_filters_area
  .eshop_filters_group_title {
  font-size: 21px;
  font-weight: 600;
}

.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .eshop_filters_area
  .eshop_filters_item
  .eshop_filters_line {
  width: 100%;
  display: block;
}

.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .eshop_filters_area
  .eshop_filters_item
  strong {
  font-weight: normal;
}

.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .eshop_filters_area
  .eshop_filters_item
  .title {
  font-weight: 600;
  font-size: 16px;
}

.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .eshop_filters_area
  .eshop_filters_item
  span.value {
  font-weight: normal;
  font-size: 16px;
  margin-left: 10px;
}

.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .eshop_filters_area
  .eshop_filters_item
  div.value {
  font-weight: normal;
  font-size: 16px;
  width: 100%;
}

.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .eshop_filters_area
  .eshop_filters_item
  .jq-selectbox {
  width: 100%;
}

.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .eshop_filters_area
  .eshop_filters_item
  .jq-selectbox
  .jq-selectbox__select {
  width: 100%;
}

.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .eshop_filters_area
  .eshop_filters_item
  .items_wrap
  .eshop_filters_line {
  line-height: 30px;
}

.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .eshop_filters_area
  .eshop_filters_item
  .items_wrap
  .eshop_filters_line
  .jq-checkbox,
.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .eshop_filters_area
  .eshop_filters_item
  .items_wrap
  .eshop_filters_line
  .jq-radio {
  margin-bottom: 0 !important;
}

.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .eshop_filters_area
  .eshop_filters_group_title {
  font-size: 15px;
}

.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .eshop_filters_area
  .eshop_filters_items
  .eshop_filters_item
  .title {
  margin-right: 10px;
}

.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .eshop_filters_area
  .eshop_filters_items
  .eshop_filters_item
  .value {
  margin-left: 0;
}

.singlepage .uss_shop_list_view .uss_eshop_item {
  margin: 0 0 26px 0;
  padding: 0 0 0 0;
  border: 2px solid #e2e4e6;
  font-size: 15px;
  position: relative;
  margin-bottom: 26px;
  overflow: visible;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.singlepage .uss_shop_list_view .uss_eshop_item:hover {
  border-color: #ffd324;
}

.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  > *:not(.posimg_item):not(.buy_btns):not(.uss_shop_name):not(
    .uss_shop_description
  ):not(.price_buy_wrap) {
  line-height: 1.6;
}

.singlepage .uss_shop_list_view .uss_eshop_item .posimg_item {
  margin: 0 20px 0 0;
  -moz-flex: 1 auto;
  -ms-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
  flex: 1 auto;
  float: none;
  overflow: visible;
}

.singlepage .uss_shop_list_view .uss_eshop_item .posimg_item .uss_img_holder {
  border: none;
  padding: 0;
  display: block;
}

.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .posimg_item
  .uss_img_holder
  > a
  img {
  display: block;
  max-width: 100%;
  height: auto;
}

.singlepage .uss_shop_list_view .uss_eshop_item .uss_shop_technical_data {
  -moz-flex: 1 auto;
  -ms-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
  flex: 1 auto;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.singlepage .uss_shop_list_view .uss_eshop_item .list-position-right {
  -moz-flex: 0 auto;
  -ms-flex: 0 auto;
  -o-flex: 0 auto;
  -webkit-box-flex: 0;
  flex: 0 auto;
  text-align: right;
  padding: 10px;
}

.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .list-position-right
  .price_buy_wrap {
  margin-top: 0;
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .list-position-right
  .uss_shop_price {
  margin-bottom: 10px;
}

.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .list-position-right
  .uss_eshop_amount_block {
  margin-bottom: 5px;
  display: inline-block;
}

.singlepage .uss_shop_list_view .uss_eshop_item .list-position-right .buy_btns {
  margin: 0;
}

.singlepage .uss_shop_list_view .uss_eshop_item .uss_shop_name {
  font-size: 20px;
  margin: 0 0 20px 0;
  margin-top: 16px;
}

.singlepage .uss_shop_list_view .uss_eshop_item .uss_shop_name a {
  font-size: inherit;
  text-decoration: underline;
}

.singlepage .uss_shop_list_view .uss_eshop_item .uss_shop_name a:hover {
  text-decoration: none;
}

.singlepage .uss_shop_list_view .uss_eshop_item .uss_shop_description {
  margin: 0 0 20px 0;
  line-height: 1.5;
}

.singlepage .uss_shop_list_view .uss_eshop_item .uss_shop_description p {
  margin: 0 0 5px 0;
}

.singlepage .uss_shop_list_view .uss_eshop_item .uss_shop_price {
  margin: 0 16px 20px 0;
}

.singlepage .uss_shop_list_view .uss_eshop_item .uss_shop_price span {
  background: none !important;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: block;
}

.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .uss_shop_price
  span.actual_price {
  font-size: 24px;
  font-weight: 900;
}

.singlepage .uss_shop_list_view .uss_eshop_item .uss_shop_price span.old_price {
  color: #747b82;
  font-size: 15px;
  font-weight: 700;
}

.singlepage .uss_shop_list_view .uss_eshop_item .uss_shop_put_wrap {
  margin: 0 0 20px 0;
}

.singlepage .uss_shop_list_view .uss_eshop_item > .uss_shop_by a.add_to_cart,
.singlepage .uss_shop_list_view .uss_eshop_item .price_buy_wrap a.add_to_cart {
  font-size: 17px;
  border: 3px solid #ffd324;
  color: #333333;
  text-decoration: none;
  color: inherit;
  margin: 0 0 0 0;
  padding: 6px 19px 9px 16px;
  display: inline-block;
  white-space: nowrap;
}

.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart:before,
.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart:before {
  content: "";
  width: 18px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  padding: 0 0 0 0;
  background: url(../img/cart.png) center no-repeat;
}

.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart:hover,
.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart:hover {
  background: #ffd324;
  color: #333333;
}

.singlepage .uss_shop_list_view .uss_eshop_item .uss_shop_by {
  margin-bottom: 20px;
}

.singlepage .uss_shop_list_view .uss_eshop_item .uss_shop_producer {
  line-height: 1.6;
  font-weight: normal !important;
}

.singlepage .uss_shop_list_view .uss_eshop_item .uss_shop_producer strong {
  font-weight: normal;
}

.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .uss_shop_amount_left.notavailiable {
  line-height: 1.6;
  font-weight: normal !important;
}

.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .uss_shop_amount_left.notavailiable
  strong {
  font-weight: normal;
}

.singlepage .uss_shop_list_view .uss_eshop_item .uss_shop_uid {
  line-height: 1.6;
  font-weight: normal !important;
}

.singlepage .uss_shop_list_view .uss_eshop_item .uss_shop_uid strong {
  font-weight: normal;
}

.singlepage .uss_shop_list_view .uss_eshop_item .uss_shop_linktomore {
  line-height: 1.6;
  font-weight: normal !important;
}

.singlepage .uss_shop_list_view .uss_eshop_item .uss_shop_linktomore strong {
  font-weight: normal;
}

.singlepage .uss_shop_list_view .uss_eshop_item .uss_compare_by {
  line-height: 1.6;
  font-weight: normal !important;
}

.singlepage .uss_shop_list_view .uss_eshop_item .uss_compare_by strong {
  font-weight: normal;
}

.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .uss_eshop_amount_block
  .amount_title {
  font-size: 16px;
}

.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .uss_eshop_amount_block
  .basket_amount_class {
  max-width: 50px;
  height: 30px;
  text-align: center;
  font-size: 15px;
  border: 2px solid #e2e4e6;
  margin: 0 5px;
}

.singlepage .uss_shop_list_view .uss_eshop_item .price_buy_wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.singlepage .uss_shop_list_view .uss_eshop_item.order_many .price_buy_wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.singlepage .uss_shop_list_view .uss_eshop_item.order_many > * {
  margin: 0 0 0 0;
}

.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 46px;
  margin: 5px 16px 5px 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns > * {
  border: 2px solid #e2e4e6;
  text-align: center;
  -moz-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
}

.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns > *,
.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns > * * {
  margin: 0;
  padding: 0;
}

.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns > *:hover {
  border-color: #ffd324;
}

.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns.x0 {
  display: none !important;
}

.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns.x2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 calc((100% - 10px) / 2);
  flex: 0 calc((100% - 10px) / 2);
}

.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns.x3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 calc((100% - 20px) / 3);
  flex: 0 calc((100% - 20px) / 3);
}

.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns a {
  text-indent: -9999px;
  display: block;
  height: 44px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: border-color 0.15s linear, -webkit-filter 0.15s linear;
  -webkit-transition: border-color 0.15s linear, -webkit-filter 0.15s linear;
  transition: border-color 0.15s linear, filter 0.15s linear;
  transition: border-color 0.15s linear, filter 0.15s linear,
    -webkit-filter 0.15s linear;
}

.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns a:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  border-bottom-color: #ffd324;
}

.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns .uss_shop_by a {
  background: url(../img/fast-buy.png) center no-repeat;
}

.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .buy_btns
  .uss_compare_by
  a.add_to_compare {
  background: url(../img/compare.png) center no-repeat;
}

.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .buy_btns
  .uss_shop_put_wrap
  .uss_shop_put
  a {
  background: url(../img/fav.png) center no-repeat;
}

.singlepage .uss_shop_list_view .uss_eshop_item .eshop_filters_area {
  line-height: 1.6;
}

.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .eshop_filters_area
  .eshop_filters_group_title {
  font-size: 21px;
  font-weight: 600;
}

.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .eshop_filters_area
  .eshop_filters_item
  .eshop_filters_line {
  width: 100%;
  display: block;
}

.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .eshop_filters_area
  .eshop_filters_item
  strong {
  font-weight: normal;
}

.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .eshop_filters_area
  .eshop_filters_item
  .title {
  font-weight: 600;
  font-size: 16px;
}

.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .eshop_filters_area
  .eshop_filters_item
  span.value {
  font-weight: normal;
  font-size: 16px;
  margin-left: 10px;
}

.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .eshop_filters_area
  .eshop_filters_item
  div.value {
  font-weight: normal;
  font-size: 16px;
  width: 100%;
}

.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .eshop_filters_area
  .eshop_filters_item
  .jq-selectbox {
  width: 100%;
}

.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .eshop_filters_area
  .eshop_filters_item
  .jq-selectbox
  .jq-selectbox__select {
  width: 100%;
}

.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .eshop_filters_area
  .eshop_filters_item
  .items_wrap
  .eshop_filters_line {
  line-height: 30px;
}

.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .eshop_filters_area
  .eshop_filters_item
  .items_wrap
  .eshop_filters_line
  .jq-checkbox,
.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .eshop_filters_area
  .eshop_filters_item
  .items_wrap
  .eshop_filters_line
  .jq-radio {
  margin-bottom: 0 !important;
}

table.uss_shoppos_table {
  border: none;
}

table.uss_shoppos_table tbody tr {
  background: #f6f7f9;
}

table.uss_shoppos_table tbody tr:nth-of-type(even) {
  background: #eee;
}

table.uss_shoppos_table tbody tr th {
  background: #adabac;
  border: none;
  color: #fff;
}

table.uss_shoppos_table tbody tr td {
  border: none;
  padding: 0 10px;
}

table.uss_shoppos_table tbody tr td a.add_to_cart:not(.buy_one_click) {
  font-size: 15px;
  border: 3px solid #ffd324;
  color: #333333;
  text-decoration: none;
  color: inherit;
  margin: 0 0 10px 0;
  padding: 10px 13px 9px;
  display: block;
  width: 100%;
}

table.uss_shoppos_table tbody tr td a.add_to_cart:not(.buy_one_click):before {
  content: "";
  width: 18px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  padding: 0 0 0 0;
  background: url(../img/cart.png) center no-repeat;
}

table.uss_shoppos_table tbody tr td a.add_to_cart:not(.buy_one_click):hover {
  background: #ffd324;
  color: #333333;
}

table.uss_shoppos_table tbody tr td .buy_btns {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 46px;
  margin: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

table.uss_shoppos_table tbody tr td .buy_btns > * {
  border: 2px solid #e2e4e6;
  text-align: center;
  -moz-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
}

table.uss_shoppos_table tbody tr td .buy_btns > *,
table.uss_shoppos_table tbody tr td .buy_btns > * * {
  margin: 0;
  padding: 0;
}

table.uss_shoppos_table tbody tr td .buy_btns > *:hover {
  border-color: #ffd324;
}

table.uss_shoppos_table tbody tr td .buy_btns.x0 {
  display: none !important;
}

table.uss_shoppos_table tbody tr td .buy_btns.x2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 calc((100% - 10px) / 2);
  flex: 0 calc((100% - 10px) / 2);
}

table.uss_shoppos_table tbody tr td .buy_btns.x3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 calc((100% - 20px) / 3);
  flex: 0 calc((100% - 20px) / 3);
}

table.uss_shoppos_table tbody tr td .buy_btns a {
  text-indent: -9999px;
  display: block;
  height: 44px;
  width: 44px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: border-color 0.15s linear, -webkit-filter 0.15s linear;
  -webkit-transition: border-color 0.15s linear, -webkit-filter 0.15s linear;
  transition: border-color 0.15s linear, filter 0.15s linear;
  transition: border-color 0.15s linear, filter 0.15s linear,
    -webkit-filter 0.15s linear;
}

table.uss_shoppos_table tbody tr td .buy_btns a:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  border-bottom-color: #ffd324;
}

table.uss_shoppos_table tbody tr td .buy_btns .uss_shop_by a {
  background: url(../img/fast-buy.png) center no-repeat;
}

table.uss_shoppos_table tbody tr td .buy_btns .uss_compare_by a.add_to_compare {
  background: url(../img/compare.png) center no-repeat;
}

table.uss_shoppos_table
  tbody
  tr
  td
  .buy_btns
  span.add_to_wishlist
  .add_to_wishlist {
  background: url(../img/fav.png) center no-repeat;
}

table.uss_shoppos_table tbody tr td .buy_btns > * + * {
  margin-left: 4px;
}

table.uss_shoppos_table tbody tr td.uss_img img {
  display: block;
}

table.uss_shoppos_table tbody tr td.uss_title {
  font-size: 16px;
}

table.uss_shoppos_table tbody tr td.uss_title a {
  font-size: inherit;
}

table.uss_shoppos_table tbody tr td.uss_price span {
  background: none !important;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: block;
}

table.uss_shoppos_table tbody tr td.uss_price span.actual_price {
  font-size: 24px;
}

table.uss_shoppos_table tbody tr td.uss_price span.old_price {
  color: #747b82;
  font-size: 15px;
}

table.uss_shoppos_table tbody tr td.uss_img,
table.uss_shoppos_table tbody tr td.uss_onlineorder {
  padding: 0 !important;
}

.singlepage .uss_catalog_block_cat .uss_catalog_category {
  border: 2px solid #e2e4e6;
  padding-bottom: 16px;
  max-width: calc((100% - 10px) / 2);
}

.singlepage
  .uss_catalog_block_cat
  .uss_catalog_category
  > *:not(.uss_catalog_cat_img) {
  padding-left: 16px;
  padding-right: 16px;
}

.singlepage .uss_catalog_block_cat .uss_catalog_category,
.singlepage .uss_catalog_block_cat .uss_catalog_category .catalog_info {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.singlepage .uss_catalog_block_cat .uss_catalog_category .uss_catalog_cat_img {
  margin: -3px auto 20px auto;
  display: block;
  position: relative;
  border: none;
  background: #fff;
}

.singlepage
  .uss_catalog_block_cat
  .uss_catalog_category
  .uss_catalog_cat_img
  a {
  margin: 0;
  padding: 0;
}

.singlepage
  .uss_catalog_block_cat
  .uss_catalog_category
  .catalog_info
  .uss_catalog_cat_name {
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 20px 0;
}

.singlepage
  .uss_catalog_block_cat
  .uss_catalog_category
  .catalog_info
  .uss_catalog_cat_name
  a {
  font-size: inherit;
}

.singlepage
  .uss_catalog_block_cat
  .uss_catalog_category
  .catalog_info
  .uss_catlog_cat_anons {
  margin: 0 0 0px 0;
  font-size: 15px;
  line-height: 1.5;
  -moz-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  font-weight: 600;
}

.singlepage
  .uss_catalog_block_cat
  .uss_catalog_category
  .catalog_info
  .uss_catlog_cat_anons
  p {
  margin: 0;
}

.singlepage .uss_catalog_block_cat .uss_catalog_category .catalog_orderbutton {
  float: none;
  display: inline-block;
  font-weight: 700;
  background: #ffffff;
  border: 3px solid #ffd324;
  color: #333333;
  font-size: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  line-height: 1;
  min-height: auto;
  padding: 9px 11px;
  opacity: 1 !important;
}

.singlepage
  .uss_catalog_block_cat
  .uss_catalog_category
  .catalog_orderbutton:hover {
  background: #ffd324;
  color: #333333;
}

.singlepage
  .uss_catalog_block_cat
  .uss_catalog_category
  .uss_catalog_cat_name
  + .catalog_order_block {
  padding-top: 0;
}

.singlepage
  .uss_catalog_block_cat
  .uss_catalog_category
  .uss_catalog_cat_name
  + .catalog_order_block
  .catalog_price {
  margin-top: -7px;
}

.singlepage .uss_catalog_block_cat .uss_catalog_category .catalog_order_block {
  margin-top: auto;
  padding-top: 12px;
}

.singlepage
  .uss_catalog_block_cat
  .uss_catalog_category
  .catalog_order_block
  .catalog_price {
  line-height: 1.2;
  margin-bottom: 15px;
}

.singlepage
  .uss_catalog_list_cat:not(.uss_catalog_sidebar)
  .uss_catalog_category {
  border: 2px solid #e2e4e6;
  -webkit-transition: border-color 0.25s linear;
  transition: border-color 0.25s linear;
}

.singlepage
  .uss_catalog_list_cat:not(.uss_catalog_sidebar)
  .uss_catalog_category
  .uss_catalog_img_wrap
  .uss_catalog_cat_img {
  border: none;
  display: block;
  padding: 0;
  position: relative;
}

.singlepage
  .uss_catalog_list_cat:not(.uss_catalog_sidebar)
  .uss_catalog_category
  .uss_catalog_img_wrap
  .uss_catalog_cat_img
  a {
  margin: 0;
}

.singlepage
  .uss_catalog_list_cat:not(.uss_catalog_sidebar)
  .uss_catalog_category
  .uss_catalog_cat_name {
  font-size: 20px;
  margin: 0 0 20px 0;
  margin-top: 16px;
}

.singlepage
  .uss_catalog_list_cat:not(.uss_catalog_sidebar)
  .uss_catalog_category
  .uss_catalog_cat_name
  a {
  font-size: inherit;
}

.singlepage
  .uss_catalog_list_cat:not(.uss_catalog_sidebar)
  .uss_catalog_category
  .uss_catlog_cat_anons {
  margin: 0 0 20px 0;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
}

.singlepage
  .uss_catalog_list_cat:not(.uss_catalog_sidebar)
  .uss_catalog_category
  .uss_catlog_cat_anons
  p {
  margin: 0 0 5px 0;
}

.singlepage
  .uss_catalog_list_cat:not(.uss_catalog_sidebar)
  .uss_catalog_category
  .catalog_orderbutton {
  float: none;
  display: inline-block;
  font-weight: 700;
  background: #ffffff;
  border: 3px solid #ffd324;
  color: #333333;
  font-size: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  line-height: 1;
  min-height: auto;
  padding: 9px 11px;
  opacity: 1 !important;
  margin-bottom: 16px;
}

.singlepage
  .uss_catalog_list_cat:not(.uss_catalog_sidebar)
  .uss_catalog_category
  .catalog_orderbutton:hover {
  background: #ffd324;
  color: #333333;
}

.singlepage
  .uss_catalog_list_cat:not(.uss_catalog_sidebar)
  .uss_catalog_category:hover {
  border-color: #ffd324;
}

.singlepage .uss_shop_list_cat div.uss_shop_category {
  border: 2px solid #e2e4e6;
  -webkit-transition: border-color 0.25s linear;
  transition: border-color 0.25s linear;
}

.singlepage .uss_shop_list_cat div.uss_shop_category .uss_shop_cat_img_wrap {
  margin: 0 16px 0 0;
}

.singlepage
  .uss_shop_list_cat
  div.uss_shop_category
  .uss_shop_cat_img_wrap
  .uss_shop_cat_img {
  border: none;
  display: block;
  padding: 0;
  position: relative;
}

.singlepage
  .uss_shop_list_cat
  div.uss_shop_category
  .uss_shop_cat_img_wrap
  .uss_shop_cat_img
  a {
  margin: 0;
}

.singlepage .uss_shop_list_cat div.uss_shop_category .uss_shop_cat_name {
  font-size: 20px;
  margin: 0 0 20px 0;
  margin-top: 16px;
}

.singlepage .uss_shop_list_cat div.uss_shop_category .uss_shop_cat_name a {
  font-size: inherit;
}

.singlepage .uss_shop_list_cat div.uss_shop_category .uss_shop_cat_text {
  margin: 0 0 20px 0;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
}

.singlepage .uss_shop_list_cat div.uss_shop_category .uss_shop_cat_text p {
  margin: 0 0 5px 0;
}

.singlepage .uss_shop_list_cat div.uss_shop_category:hover {
  border-color: #ffd324;
}

.uss_catalog_sidebar .catalog_orderbutton,
.uss_catalog_block_cat .catalog_orderbutton,
.uss_catalog_detail .catalog_orderbutton,
.uss_catalog_list_cat:not(.uss_catalog_sidebar) .catalog_orderbutton {
  float: none;
  display: inline-block;
  font-weight: 700;
  background: #ffffff;
  border: 3px solid #ffd324;
  color: #333333;
  font-size: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  line-height: 1;
  min-height: auto;
  padding: 9px 11px;
  opacity: 1 !important; /*margin-bottom: 16px;*/
  box-shadow: none !important;
  text-shadow: none !important;
}

.uss_catalog_sidebar .catalog_orderbutton:hover,
.uss_catalog_block_cat .catalog_orderbutton:hover,
.uss_catalog_detail .catalog_orderbutton:hover,
.uss_catalog_list_cat:not(.uss_catalog_sidebar) .catalog_orderbutton:hover {
  background: #ffd324;
  color: #333333;
}

.jq-checkbox {
  margin: 0 10px 10px 0;
  padding: 0;
  border: 2px solid #cccdcf;
  background: none;
  border-radius: 0;
  width: 17px;
  height: 17px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}

.jq-checkbox.checked .jq-checkbox__div {
  background: #cccdcf;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.jq-checkbox .jq-checkbox__div {
  width: 13px !important;
  height: 13px !important;
}

.jq-radio {
  width: 17px;
  height: 17px;
  border-color: #cccdcf;
  border-width: 2px;
  background: #fff;
}

.jq-radio.checked .jq-radio__div {
  width: 7px;
  height: 7px;
  background: #ffd324;
}

.jq-selectbox {
  z-index: 100 !important;
}

.jq-selectbox,
.jq-selectbox * {
  outline: none;
}

.jq-selectbox .jq-selectbox__select {
  width: 100%;
  height: 40px;
  background: none;
  border: 2px solid #cccdcf;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 15px;
  text-shadow: none;
  height: 100%;
  width: 100%;
  color: #333333;
  line-height: 36px;
}

.jq-selectbox .jq-selectbox__select .jq-selectbox__trigger {
  border: none;
  opacity: 1;
  width: 38px;
  border-left: 2px solid #cccdcf;
}

.jq-selectbox
  .jq-selectbox__select
  .jq-selectbox__trigger
  .jq-selectbox__trigger-arrow {
  border-top-color: #cccdcf;
  opacity: 1;
  top: 16px;
}

.jq-selectbox.jq-selectbox.focused .jq-selectbox__select {
  border-color: #ffd324;
  border-width: 2px;
}

.catalog_orderform_window .h3 {
  font-size: 30px;
  text-align: center;
  display: block;
  font-weight: normal;
  margin-bottom: 25px;
  font-family: "Lato", sans-serif;
}

.catalog_orderform_tml .catalog_orderform_window_wrap {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.catalog_orderform_tml .fc_form_tml form {
  width: 100%;
}

.catalog_orderform_tml .fc_form_tml form .group {
  width: 100%;
}

.catalog_orderform_tml .fc_form_tml form .group .fc_item {
  width: 100%;
}

.catalog_orderform_tml .fc_form_tml form .group .fc_item .elem_item {
  width: 100%;
}

.catalog_orderform_tml .fc_form_tml form .group .fc_item .elem_item input {
  width: 100%;
}

.buy_one_click_form_tml {
  font-family: "Wix Madefor Display", sans-serif;
  color: #333;
}

.buy_one_click_form_tml .buy_one_click_window_wrap {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.buy_one_click_form_tml .uss_buy_one_click_title {
  font-size: 20px;
  font-weight: 700;
}

.buy_one_click_form_tml .uss_onepos_info .uss_title {
  font-size: 18px;
  margin: 0 0 15px 0;
  font-weight: 700;
}

.buy_one_click_form_tml .uss_onepos_info .uss_description {
  font-size: 16px;
  margin: 0 0 15px 0;
}

.buy_one_click_form_tml .uss_onepos_info .uss_description_efilters {
  margin: 0 0 15px 0;
}

.buy_one_click_form_tml .uss_onepos_info .uss_description_efilters span {
  font-weight: normal;
}

.buy_one_click_form_tml .uss_onepos_info .uss_description_efilters span.label {
  display: block;
  margin: 0 0 3px 0;
}

.buy_one_click_form_tml .uss_onepos_info .uss_shop_price {
  margin: 10px 0 15px 0;
  line-height: 1;
  display: block;
  width: 100%;
}

.buy_one_click_form_tml .uss_onepos_info .uss_shop_price span.old_price {
  display: block;
  background: none !important;
  padding: 0 0 0 0 !important;
  font-weight: 700;
  font-size: 15px;
  color: #747b82;
  margin: 0 0 8px 0 !important;
}

.buy_one_click_form_tml .uss_onepos_info .uss_shop_price div {
  display: block;
  background: none !important;
  padding: 0 0 0 0 !important;
}

.buy_one_click_form_tml .uss_onepos_info .uss_shop_price div.actual_price {
  font-size: 24px;
  margin: 0 0 0 0 !important;
  font-weight: 900;
}

.buy_one_click_form_tml
  .uss_onepos_info
  .uss_shop_price
  div.actual_price
  em.currency_class {
  color: #747b82;
}

.buy_one_click_form_tml .uss_onepos_info .uss_shop_by {
  -moz-flex: 0 100%;
  -o-flex: 0 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 100%;
  flex: 0 100%;
  margin: 0 0 15px 0;
}

.buy_one_click_form_tml
  .uss_onepos_info
  .uss_eshop_amount_block
  .amount_count
  input.styler {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cccdcf;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: none;
}

.bg-type0 {
  background: none;
  color: #333333;
}

.bg-type0 .h3 {
  border-bottom: 2px solid #e2e4e6;
}

.bg-type1 {
  background: #e1e4e6;
}

.bg-type4 {
  background: #384c61;
  color: #a3bdd1;
}

.bg-type4 .h3 {
  color: #fff;
  border-bottom: 1px solid #6e859d;
}

.bg-type4 .jq-checkbox {
  border-color: #6e859d;
}

.bg-type4 .jq-checkbox.checked .jq-checkbox__div {
  background: #6e859d;
}

.bg-type4 form .group:not(.end) .fc_item .elem_item input.styler,
.bg-type4 form .group:not(.end) .fc_item .elem_item textarea.styler {
  border: 2px solid #6e859d;
  color: #fff;
}

.bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  input.styler::-webkit-input-placeholder,
.bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  textarea.styler::-webkit-input-placeholder {
  color: #a3bdd1;
  font-size: 15px;
}

.bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  input.styler::-moz-placeholder,
.bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  textarea.styler::-moz-placeholder {
  color: #a3bdd1;
  font-size: 15px;
}

.bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  input.styler:-moz-placeholder,
.bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  textarea.styler:-moz-placeholder {
  color: #a3bdd1;
  font-size: 15px;
}

.bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  input.styler:-ms-input-placeholder,
.bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  textarea.styler:-ms-input-placeholder {
  color: #a3bdd1;
  font-size: 15px;
}

.bg-type4 form .group:not(.end) .fc_item .elem_item input.styler:focus,
.bg-type4 form .group:not(.end) .fc_item .elem_item textarea.styler:focus {
  border-color: #ffd324;
}

.bg-type4 form .buttons input[type="submit"] {
  border: 3px solid #ffd324;
  color: #fff;
}

.inline-form .form-wrap {
  padding-left: 47px;
  padding-right: 50px;
  padding-top: 32px;
}

.inline-form .form-wrap a {
  color: inherit;
}

.inline-form .jq-checkbox {
  top: 2px;
}

.inline-form .h3 {
  font-size: 48px;
  font-weight: 700;
}

.inline-form form {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 3px;
}

.inline-form form > *:not(.group):not(.buttons) {
  display: none;
}

.inline-form form .group {
  margin-bottom: 13px;
}

.inline-form form .group:not(.end) {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.inline-form form .group:not(.end) .fc_item {
  margin: 0 0 24px 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 100%;
  flex: 0 100%;
}

.inline-form form .group:not(.end) .fc_item .elem_item {
  width: 100%;
}

.inline-form form .group:not(.end) .fc_item .elem_item input.styler,
.inline-form form .group:not(.end) .fc_item .elem_item textarea.styler {
  background: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 14px;
  width: 100%;
}

.inline-form
  form
  .group:not(.end)
  .fc_item
  .elem_item
  input.styler::-webkit-input-placeholder,
.inline-form
  form
  .group:not(.end)
  .fc_item
  .elem_item
  textarea.styler::-webkit-input-placeholder {
  font-size: 14px;
}

.inline-form
  form
  .group:not(.end)
  .fc_item
  .elem_item
  input.styler::-moz-placeholder,
.inline-form
  form
  .group:not(.end)
  .fc_item
  .elem_item
  textarea.styler::-moz-placeholder {
  font-size: 14px;
}

.inline-form
  form
  .group:not(.end)
  .fc_item
  .elem_item
  input.styler:-moz-placeholder,
.inline-form
  form
  .group:not(.end)
  .fc_item
  .elem_item
  textarea.styler:-moz-placeholder {
  font-size: 14px;
}

.inline-form
  form
  .group:not(.end)
  .fc_item
  .elem_item
  input.styler:-ms-input-placeholder,
.inline-form
  form
  .group:not(.end)
  .fc_item
  .elem_item
  textarea.styler:-ms-input-placeholder {
  font-size: 14px;
}

.inline-form form .group:not(.end) .fc_item .elem_item input.styler:focus,
.inline-form form .group:not(.end) .fc_item .elem_item textarea.styler:focus {
  border-color: #ffd324;
}

.inline-form form .group:not(.end) .fc_item .elem_item input.styler {
  height: 40px;
}

.inline-form form .group:not(.end) .fc_item .elem_item textarea.styler {
  height: 104px;
  resize: none;
}

.inline-form form .group.end {
  -webkit-box-flex: 0;
  -ms-flex: 0 calc(100% - 200px);
  flex: 0 calc(100% - 200px);
  font-size: 15px;
}

.inline-form form .group.end .fc_item {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inline-form form .group.end .fc_item .elem_item {
  display: inline-block;
  vertical-align: top;
}

.inline-form form .group.end .fc_item .label_under_hint {
  display: inline-block;
  vertical-align: top;
}

.inline-form form .buttons {
  text-align: right;
  -moz-flex: 0 auto;
  -o-flex: 0 auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.inline-form form .buttons input[type="submit"] {
  display: inline-block;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  line-height: 1;
  min-height: auto;
  opacity: 1 !important;
  margin-bottom: 16px;
}

.inline-form.inline form {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.inline-form.inline form .group {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 !important;
}

.inline-form.inline form .group:not(.end) {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 100% !important;
  flex: 0 100% !important;
  max-width: 100%;
}

.inline-form.inline form .group .fc_item {
  margin-right: 0 !important;
}

.inline-form.inline form .group .fc_item:not(:first-child):not(.fc_textarea) {
  margin-left: 20px;
}

.uss_shop_detail .uss_img_wrapper {
  margin-right: 36px;
  max-width: 100%;
}

.uss_shop_detail .uss_img_wrapper .uss_img_big .uss_img_big_image {
  max-width: 100%;
  height: auto !important;
}

.uss_shop_detail .uss_img_wrapper .uss_img_big .uss_img_big_image img {
  max-width: 100%;
}

.uss_shop_detail .uss_img_ico_box {
  zoom: 1;
}

.uss_shop_detail .uss_img_ico_box:before,
.uss_shop_detail .uss_img_ico_box:after {
  content: "";
  display: table;
}

.uss_shop_detail .uss_img_ico_box:after {
  clear: both;
}

.uss_shop_detail .uss_shop_technical_data {
  line-height: 1.45;
  font-size: 16px;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.uss_shop_detail .uss_shop_technical_data:before,
.uss_shop_detail .uss_shop_technical_data:after {
  content: "";
  display: table;
}

.uss_shop_detail .uss_shop_technical_data:after {
  clear: both;
}

.uss_shop_detail .uss_shop_technical_data p {
  margin: 0 0 0.5em 0;
}

.uss_shop_detail .uss_shop_technical_data .uss_shop_description {
  font-size: 17px;
}

.uss_shop_detail .uss_shop_technical_data strong {
  font-weight: normal !important;
}

.uss_shop_detail .uss_shop_technical_data .uss_shop_price {
  margin: 0 0 0 0;
}

.uss_shop_detail .uss_shop_technical_data .uss_shop_price .price {
  background: none !important;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: block;
  font-size: 40px;
  color: #333;
  white-space: nowrap;
  font-weight: 900;
}

.uss_shop_detail .uss_shop_technical_data .uss_shop_price .price.old_price {
  color: #747b82;
  font-size: 15px;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1;
  font-weight: 700;
}

.uss_shop_detail
  .uss_shop_technical_data
  .uss_shop_price
  .price
  em.currency_class {
  color: #747b82;
}

.uss_shop_detail .uss_shop_technical_data .uss_shop_by {
  margin-bottom: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.uss_shop_detail .uss_shop_technical_data > .uss_shop_by a,
.uss_shop_detail .uss_shop_technical_data .price_buy_wrap a {
  display: inline-block;
}

.uss_shop_detail .uss_shop_technical_data > .uss_shop_by a.add_to_cart,
.uss_shop_detail .uss_shop_technical_data .price_buy_wrap a.add_to_cart {
  font-size: 17px;
  border: 3px solid #ffd324;
  color: #333333;
  text-decoration: none;
  margin: 0 0 0 0;
  padding: 6px 19px 9px 16px;
  font-weight: 700;
}

.uss_shop_detail .uss_shop_technical_data > .uss_shop_by a.add_to_cart:before,
.uss_shop_detail .uss_shop_technical_data .price_buy_wrap a.add_to_cart:before {
  content: "";
  width: 18px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  padding: 0 0 0 0;
  background: url(../img/cart.png) center no-repeat;
}

.uss_shop_detail
  .uss_shop_technical_data
  > .uss_shop_by
  a.add_to_cart.already_in_cart,
.uss_shop_detail
  .uss_shop_technical_data
  .price_buy_wrap
  a.add_to_cart.already_in_cart {
  border-color: #e2e4e6 !important;
}

.uss_shop_detail
  .uss_shop_technical_data
  > .uss_shop_by
  a.add_to_cart.already_in_cart:before,
.uss_shop_detail
  .uss_shop_technical_data
  .price_buy_wrap
  a.add_to_cart.already_in_cart:before {
  background-image: url(../img/already-btn.png);
}

.uss_shop_detail .uss_shop_technical_data > .uss_shop_by a.add_to_cart:hover,
.uss_shop_detail .uss_shop_technical_data .price_buy_wrap a.add_to_cart:hover {
  background: #ffd324;
  color: #333333;
  border-color: #ffd324 !important;
}

.uss_shop_detail
  .uss_shop_technical_data
  > .uss_shop_by
  a.add_to_cart:hover:before,
.uss_shop_detail
  .uss_shop_technical_data
  .price_buy_wrap
  a.add_to_cart:hover:before {
  -webkit-filter: brightness(0.3);
  filter: brightness(0.3);
}

.uss_shop_detail
  .uss_shop_technical_data
  > .uss_shop_by
  .uss_eshop_amount_block,
.uss_shop_detail
  .uss_shop_technical_data
  .price_buy_wrap
  .uss_eshop_amount_block {
  font-size: 16px;
  margin-right: 5px;
}

.uss_shop_detail
  .uss_shop_technical_data
  > .uss_shop_by
  .uss_eshop_amount_block
  > *,
.uss_shop_detail
  .uss_shop_technical_data
  .price_buy_wrap
  .uss_eshop_amount_block
  > * {
  display: inline-block;
  vertical-align: middle;
}

.uss_shop_detail
  .uss_shop_technical_data
  > .uss_shop_by
  .uss_eshop_amount_block
  .basket_amount_class,
.uss_shop_detail
  .uss_shop_technical_data
  .price_buy_wrap
  .uss_eshop_amount_block
  .basket_amount_class {
  width: 40px;
  height: 40px;
  border: 2px solid #e2e4e6;
  text-align: center;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 16px;
  font-family: "Wix Madefor Display", sans-serif;
  color: #333;
}

.uss_shop_detail .uss_shop_technical_data .price_buy_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 39px;
}

.uss_shop_detail .uss_shop_technical_data .price_buy_wrap .uss_shop_price {
  margin-right: 16px;
}

.uss_shop_detail .uss_shop_technical_data .buy_btns {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 0 !important;
  padding-right: 0 !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 520px;
}

.uss_shop_detail .uss_shop_technical_data .buy_btns > * {
  text-align: center;
  min-width: 120px;
  margin: 0 0 10px 0;
}

.uss_shop_detail .uss_shop_technical_data .buy_btns > *,
.uss_shop_detail .uss_shop_technical_data .buy_btns > * * {
  padding: 0;
}

.uss_shop_detail .uss_shop_technical_data .buy_btns > * * {
  margin: 0;
}

.uss_shop_detail .uss_shop_technical_data .buy_btns.x3 > * {
  width: calc((100% - 20px) / 3);
}

.uss_shop_detail .uss_shop_technical_data .buy_btns.x2 > * {
  width: calc((100% - 10px) / 2);
}

.uss_shop_detail .uss_shop_technical_data .buy_btns.x1 > * {
  width: 100%;
}

.uss_shop_detail .uss_shop_technical_data .buy_btns .x0 {
  display: none;
}

.uss_shop_detail .uss_shop_technical_data .buy_btns a {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 10px 6px 13px;
  font-size: 14px;
  font-weight: 700;
  color: #747b82;
  border: 2px solid #b9bdc0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: border-color 0.15s linear, -webkit-filter 0.15s linear;
  -webkit-transition: border-color 0.15s linear, -webkit-filter 0.15s linear;
  transition: border-color 0.15s linear, filter 0.15s linear;
  transition: border-color 0.15s linear, filter 0.15s linear,
    -webkit-filter 0.15s linear;
  min-height: 43px;
  text-decoration: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.uss_shop_detail .uss_shop_technical_data .buy_btns a:hover,
.uss_shop_detail .uss_shop_technical_data .buy_btns a.already_in_compare,
.uss_shop_detail .uss_shop_technical_data .buy_btns a.already_in_wish {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  border-color: #0072a1;
}

.uss_shop_detail .uss_shop_technical_data .buy_btns .uss_shop_by {
  display: block;
}

.uss_shop_detail .uss_shop_technical_data .buy_btns .uss_shop_by a:before {
  margin: 0 3px 0 0;
  width: 30px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: url(../img/fast-buy-mini.png) left center no-repeat;
}

.uss_shop_detail
  .uss_shop_technical_data
  .buy_btns
  .uss_compare_by
  a.add_to_compare:before {
  margin: 0 3px 0 0;
  width: 30px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: url(../img/compare-mini.png) left center no-repeat;
}

.uss_shop_detail
  .uss_shop_technical_data
  .buy_btns
  .uss_shop_put_wrap
  .uss_shop_put {
  height: 100%;
}

.uss_shop_detail
  .uss_shop_technical_data
  .buy_btns
  .uss_shop_put_wrap
  .uss_shop_put
  a:before {
  margin: 0 3px 0 0;
  width: 30px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: url(../img/fav-mini.png) left center no-repeat;
}

.uss_shop_detail .uss_shop_technical_data .eshop_filters_area {
  line-height: 1.6;
}

.uss_shop_detail
  .uss_shop_technical_data
  .eshop_filters_area
  .eshop_filters_group_title {
  font-size: 21px;
  font-weight: 600;
}

.uss_shop_detail
  .uss_shop_technical_data
  .eshop_filters_area
  .eshop_filters_item
  .eshop_filters_line {
  width: 100%;
  display: block;
}

.uss_shop_detail
  .uss_shop_technical_data
  .eshop_filters_area
  .eshop_filters_item
  strong {
  font-weight: normal;
}

.uss_shop_detail
  .uss_shop_technical_data
  .eshop_filters_area
  .eshop_filters_item
  .title {
  font-weight: 600;
  font-size: 16px;
}

.uss_shop_detail
  .uss_shop_technical_data
  .eshop_filters_area
  .eshop_filters_item
  span.value {
  font-weight: normal;
  font-size: 16px;
  margin-left: 10px;
}

.uss_shop_detail
  .uss_shop_technical_data
  .eshop_filters_area
  .eshop_filters_item
  div.value {
  font-weight: normal;
  font-size: 16px;
  width: 100%;
}

.uss_shop_detail
  .uss_shop_technical_data
  .eshop_filters_area
  .eshop_filters_item
  .jq-selectbox {
  width: 100%;
}

.uss_shop_detail
  .uss_shop_technical_data
  .eshop_filters_area
  .eshop_filters_item
  .jq-selectbox
  .jq-selectbox__select {
  width: 100%;
}

.uss_shop_detail
  .uss_shop_technical_data
  .eshop_filters_area
  .eshop_filters_item
  .items_wrap
  .eshop_filters_line {
  line-height: 30px;
}

.uss_shop_detail
  .uss_shop_technical_data
  .eshop_filters_area
  .eshop_filters_item
  .items_wrap
  .eshop_filters_line
  .jq-checkbox,
.uss_shop_detail
  .uss_shop_technical_data
  .eshop_filters_area
  .eshop_filters_item
  .items_wrap
  .eshop_filters_line
  .jq-radio {
  margin-bottom: 0 !important;
}

div.uss_tabs p {
  margin: 0 0 0.5em 0;
}

div.uss_tabs div.uss_tabs_navigation {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div.uss_tabs div.uss_tabs_navigation > * + * {
  margin-left: 15px;
}

div.uss_tabs div.uss_tabs_navigation span {
  background: none;
  border: 2px solid #ffd324;
  color: #333333;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 17px;
  font-weight: 600;
  z-index: 0;
  position: relative;
  height: auto;
  line-height: 1em;
  padding: 13px 25px 13px 24px;
}

div.uss_tabs div.uss_tabs_navigation span.selected {
  background: #e1e4e6;
  border-color: #e1e4e6;
  color: #212121;
}

div.uss_tabs div.tab_items {
  margin-top: -2px;
  border: 2px solid #e2e4e6;
  z-index: 1;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
}

div.uss_tabs div.tab_items div.tab_item {
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
}

div.uss_tabs div.tab_items table tr td {
  background: #f0f2f5;
  text-align: left;
  padding: 14px 10px 13px 20px;
}

div.uss_tabs div.tab_items table tr:nth-of-type(odd) td {
  background: #f5f7f9;
}

div.uss_tabs .eshop_filters_area {
  margin: 25px 5px 0 5px;
}

div.uss_tabs .eshop_filters_area form .eshop_filters_item {
  background: #f0f2f5;
  height: 42px;
  margin-bottom: 2px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background 0.05s linear;
  transition: background 0.05s linear;
}

div.uss_tabs .eshop_filters_area form .eshop_filters_item > .title {
  font-size: 16px;
  color: #333333;
  font-weight: normal;
  width: 35%;
  padding: 9px 21px 12px;
}

div.uss_tabs .eshop_filters_area form .eshop_filters_item > .value {
  font-size: 16px;
  color: #333333;
  font-weight: normal;
  width: 65%;
}

div.uss_tabs .eshop_filters_area form .eshop_filters_item .items_wrap {
  width: 65%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

div.uss_tabs
  .eshop_filters_area
  form
  .eshop_filters_item
  .items_wrap
  .eshop_filters_line {
  -moz-flex: 0 auto;
  -ms-flex: 0 auto;
  -o-flex: 0 auto;
  -webkit-box-flex: 0;
  flex: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

div.uss_tabs
  .eshop_filters_area
  form
  .eshop_filters_item
  .items_wrap
  .eshop_filters_line
  .value {
  width: 100%;
}

div.uss_tabs
  .eshop_filters_area
  form
  .eshop_filters_item
  .items_wrap
  .eshop_filters_line
  + .eshop_filters_line {
  margin-left: 10px;
}

div.uss_tabs
  .eshop_filters_area
  form
  .eshop_filters_item
  .items_wrap
  .eshop_filters_line
  .jq-checkbox {
  margin: 0 10px 0 0 !important;
}

div.uss_tabs
  .eshop_filters_area
  form
  .eshop_filters_item
  .items_wrap
  .eshop_filters_line
  .jq-radio {
  margin: 0 10px 0 0 !important;
}

div.uss_tabs .eshop_filters_area form .eshop_filters_item .eshop_filters_line {
  -moz-flex: 0 100%;
  -ms-flex: 0 100%;
  -o-flex: 0 100%;
  -webkit-box-flex: 0;
  flex: 0 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

div.uss_tabs
  .eshop_filters_area
  form
  .eshop_filters_item
  .eshop_filters_line
  > .title {
  font-size: 16px;
  color: #333333;
  font-weight: normal;
  width: 35%;
  padding: 9px 21px 12px;
}

div.uss_tabs
  .eshop_filters_area
  form
  .eshop_filters_item
  .eshop_filters_line
  > .value {
  font-size: 16px;
  color: #333333;
  font-weight: normal;
  width: 65%;
}

div.uss_tabs .eshop_filters_area form .eshop_filters_item label.items_label {
  width: 35%;
}

div.uss_tabs
  .eshop_filters_area
  form
  .eshop_filters_item
  label.items_label
  .title {
  width: 100%;
  font-size: 16px;
  color: #333333;
  font-weight: normal;
  padding: 9px 21px 12px;
}

div.uss_tabs .eshop_filters_area form .eshop_filters_item:nth-of-type(even) {
  background: #f5f7f9;
}

.h_op.h3 {
  color: #333333;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.34;
  padding: 0;
  font-size: 40px;
  border: none;
  margin: 0 0 20px 0;
  text-align: center;
}

.uss_eshop_sameproducts.blocks .item {
  border: 2px solid #e2e4e6;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 16px;
  max-width: calc((100% - 10px) / 2);
}

.uss_eshop_sameproducts.blocks .item .imageWrap {
  border: none;
  -moz-flex: 0 auto;
  -o-flex: 0 auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
  margin: 0 0 20px 0;
}

.uss_eshop_sameproducts.blocks .item .imageWrap .image {
  display: block;
  margin: 0 auto;
  position: relative;
}

.uss_eshop_sameproducts.blocks .item .info {
  padding-left: 16px;
  padding-right: 16px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
}

.uss_eshop_sameproducts.blocks .item .info .title {
  font-size: 18px;
  margin: 0 0 20px 0;
}

.uss_eshop_sameproducts.blocks .item .info .price {
  margin: 10px 0 0 0;
  line-height: 1;
}

.uss_eshop_sameproducts.blocks .item .info .price span {
  display: block;
  background: none !important;
  padding: 0 0 0 0 !important;
}

.uss_eshop_sameproducts.blocks .item .info .price span.old_price {
  font-size: 14px;
  color: #747b82;
  margin: 0 0 8px 0 !important;
  line-height: 1.3;
  font-weight: 700;
}

.uss_eshop_sameproducts.blocks .item .info .price span.actual_price {
  font-size: 24px;
  margin: 0 0 0 0 !important;
  font-weight: 900;
}

.uss_eshop_sameproducts.blocks
  .item
  .info
  .price
  span.actual_price
  em.currency_class {
  color: #747b82;
  font-weight: 700;
}

.uss_eshop_sameproducts.blocks .item .info .addToCart {
  margin: 10px 0 0 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.uss_eshop_sameproducts.blocks .item .info .addToCart .uss_eshop_amount_block {
  margin-bottom: 7px;
  display: inline-block;
}

.uss_eshop_sameproducts.blocks
  .item
  .info
  .addToCart
  .uss_eshop_amount_block
  .basket_amount_class {
  min-width: 30px;
  height: 30px;
  border: 1px solid #e2e4e6;
  text-align: center;
}

.uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart {
  font-size: 17px;
  border: 3px solid #ffd324;
  color: #333333;
  text-decoration: none;
  color: inherit;
  margin: 0 0 0 0;
  padding: 6px 19px 9px 16px;
  display: inline-block;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 900;
}

.uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart:before {
  content: "";
  width: 18px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  padding: 0 0 0 0;
  background: url(../img/cart.png) center no-repeat;
}

.uss_eshop_sameproducts.blocks
  .item
  .info
  .addToCart
  a.add_to_cart.already_in_cart {
  border-color: #e2e4e6;
  font-size: 15px;
}

.uss_eshop_sameproducts.blocks
  .item
  .info
  .addToCart
  a.add_to_cart.already_in_cart:before {
  background-image: url(../img/already-btn.png);
}

.uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart:hover {
  background: #ffd324;
  color: #333333;
  border-color: #ffd324 !important;
}

.uss_eshop_sameproducts.blocks
  .item
  .info
  .addToCart
  a.add_to_cart:hover:before {
  -webkit-filter: brightness(0.3);
  filter: brightness(0.3);
}

.uss_eshop_sameproducts.blocks .item .info .price_buy_wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.uss_catalog_sameelements.uss_eshop_sameproducts.blocks .descr,
.uss_catalog_sameelements.uss_eshop_sameproducts.blocks .descr p {
  margin: 0 !important;
}

.uss_catalog_sameelements.uss_eshop_sameproducts.blocks .item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.uss_catalog_sameelements.uss_eshop_sameproducts.blocks .info {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.uss_catalog_sameelements.uss_eshop_sameproducts.blocks .catalog_order_block {
  margin-top: auto;
  padding-top: 12px;
}

.uss_catalog_sameelements.uss_eshop_sameproducts.blocks
  .catalog_order_block
  .catalog_price {
  line-height: 1.2;
  margin-bottom: 15px;
}

.uss_catalog_sameelements.uss_eshop_sameproducts.blocks
  .title
  + .catalog_order_block {
  padding-top: 0;
}

.uss_catalog_sameelements.uss_eshop_sameproducts.blocks
  .title
  + .catalog_order_block
  .catalog_price {
  margin-top: -7px;
}

.uss_eshop_sameproducts.list .item {
  border: 2px solid #e2e4e6;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 16px;
}

.uss_eshop_sameproducts.list .item .imageArea {
  float: none;
}

.uss_eshop_sameproducts.list .item .imageArea .imageWrap {
  border: none;
  -moz-flex: 0 auto;
  -o-flex: 0 auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
  margin: 0 0 20px 0;
}

.uss_eshop_sameproducts.list .item .imageArea .imageWrap .image {
  display: block;
  margin: 0 auto;
  position: relative;
}

.uss_eshop_sameproducts.list .item .imageArea .imageWrap .image > a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.uss_eshop_sameproducts.list .item .info {
  padding-left: 16px;
  padding-right: 16px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
}

.uss_eshop_sameproducts.list .item .info .title {
  font-size: 18px;
  margin: 0 0 20px 0;
  -moz-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
}

.uss_eshop_sameproducts.list .item .info .price {
  margin: 10px 0 0 0;
  line-height: 1;
}

.uss_eshop_sameproducts.list .item .info .price span {
  display: block;
  background: none !important;
  padding: 0 0 0 0 !important;
}

.uss_eshop_sameproducts.list .item .info .price span.old_price {
  font-size: 14px;
  color: #747b82;
  margin: 0 0 8px 0 !important;
  line-height: 1.3;
  font-weight: 700;
}

.uss_eshop_sameproducts.list .item .info .price span.actual_price {
  font-size: 24px;
  margin: 0 0 0 0 !important;
  font-weight: 900;
}

.uss_eshop_sameproducts.list
  .item
  .info
  .price
  span.actual_price
  em.currency_class {
  color: #747b82;
  font-weight: 700;
}

.uss_eshop_sameproducts.list .item .info .addToCart {
  margin: 10px 0 0 0;
}

.uss_eshop_sameproducts.list .item .info .addToCart .uss_eshop_amount_block {
  margin-bottom: 7px;
  display: inline-block;
}

.uss_eshop_sameproducts.list
  .item
  .info
  .addToCart
  .uss_eshop_amount_block
  .basket_amount_class {
  padding-left: 4px;
  padding-right: 4px;
  width: 45px;
  height: 30px;
  border: 1px solid #e2e4e6;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.uss_eshop_sameproducts.list .item .info .addToCart a.add_to_cart {
  font-size: 17px;
  border: 3px solid #ffd324;
  color: #333333;
  text-decoration: none;
  color: inherit;
  margin: 0 0 0 0;
  padding: 6px 19px 9px 16px;
  display: inline-block;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 900;
}

.uss_eshop_sameproducts.list .item .info .addToCart a.add_to_cart:before {
  content: "";
  width: 18px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  padding: 0 0 0 0;
  background: url(../img/cart.png) center no-repeat;
}

.uss_eshop_sameproducts.list
  .item
  .info
  .addToCart
  a.add_to_cart.already_in_cart {
  font-size: 15px;
  border-color: #e2e4e6;
}

.uss_eshop_sameproducts.list
  .item
  .info
  .addToCart
  a.add_to_cart.already_in_cart:before {
  background-image: url(../img/already-btn.png);
}

.uss_eshop_sameproducts.list .item .info .addToCart a.add_to_cart:hover {
  background: #ffd324;
  color: #333333;
  border-color: #ffd324 !important;
}

.uss_eshop_sameproducts.list .item .info .addToCart a.add_to_cart:hover:before {
  -webkit-filter: brightness(0.3);
  filter: brightness(0.3);
}

.uss_eshop_sameproducts.list .item .info .price_buy_wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.uss_catalog_detail .uss_img_wrapper,
.uss_catalog_detail .uss_img_wrapper .uss_img_big,
.uss_catalog_detail .uss_img_wrapper .enlarge_image_inside,
.uss_catalog_detail .uss_img_wrapper .enlarge_image_inside img {
  max-width: 100%;
}

.uss_catalog_detail .uss_img_wrapper .enlarge_image_inside {
  display: block;
}

.uss_form_tml form .group .fc_item {
  max-width: 380px;
}

.uss_form_tml form .group .fc_item .elem_item {
  width: 100%;
}

.uss_form_tml form .group .fc_item .elem_item input.styler,
.uss_form_tml form .group .fc_item .elem_item textarea {
  width: 100%;
}

.uss_form_tml .uss_form_item {
  overflow: visible;
}

.uss_form_tml .uss_form_item input.styler,
.uss_form_tml .uss_form_item textarea.styler {
  width: 100% !important;
  max-width: 100%;
  border-radius: 0;
}

.uss_form_tml .uss_form_item.uss_form_text {
  width: calc(((100% - 30px) / 2));
  max-width: 420px;
}

.uss_form_tml .uss_form_item.uss_form_textarea {
  max-width: 420px;
}

.uss_form_tml .uss_form_item.uss_form_captcha {
  zoom: 1;
}

.uss_form_tml .uss_form_item.uss_form_captcha:before,
.uss_form_tml .uss_form_item.uss_form_captcha:after {
  content: "";
  display: table;
}

.uss_form_tml .uss_form_item.uss_form_captcha:after {
  clear: both;
}

.uss_form_tml .uss_form_item.uss_form_captcha input.styler {
  width: 130px !important;
}

.uss_form_tml .uss_form_item.uss_form_submit input,
.uss_form_tml .uss_form_item.uss_form_submit input.styler {
  max-width: 220px;
}

.uss_form_tml .uss_form_item.uss_form_captcha {
  max-width: 420px;
}

.uss_form_tml form[name="guestbookitemaddform"] .uss_form_item,
.uss_form_tml form[name="registrationaddform"] .uss_form_item,
.uss_form_tml form[name="feedbackitemaddform"] .uss_form_item {
  width: 100% !important;
  max-width: 437px;
}

.section_faq .uss_form_tml .uss_form_item.uss_form_captcha,
.section_faq .uss_form_tml .uss_form_item.uss_form_text,
.section_faq .uss_form_tml .uss_form_item.uss_form_textarea {
  max-width: 420px;
  width: 100% !important;
}

.uss_shop_form form .fc_item:not(.block) {
  width: 100%;
  max-width: 420px;
}

.uss_shop_form form .fc_item:not(.fc_checkbox) .elem_item {
  width: 100%;
}

.uss_shop_form form .fc_item .elem_item input.styler,
.uss_shop_form form .fc_item .elem_item .textarea.styler {
  width: 100%;
}

.section_formconstructor form .fc_item:not(.block) {
  width: 100%;
  max-width: 420px;
}

.section_formconstructor form .fc_item:not(.fc_checkbox) .elem_item {
  width: 100%;
}

.section_formconstructor form .fc_item .elem_item input.styler,
.section_formconstructor form .fc_item .elem_item .textarea.styler {
  width: 100%;
}

.uss_guestbook .uss_guestbook_links {
  margin: 0 0 20px 0;
}

.uss_guestbook .uss_guestbook_links a {
  font-size: 17px;
  border: 3px solid #ffd324;
  color: #333333;
  text-decoration: none;
  color: inherit;
  margin: 0 41px 0 0;
  padding: 6px 19px 9px 16px;
  display: inline-block;
}

.uss_guestbook .uss_guestbook_links a:hover {
  background: #ffd324;
  color: #333333;
}

.uss_guestbook .uss_guestbook_links a:hover:before {
  -webkit-filter: brightness(0) !important;
  filter: brightness(0) !important;
}

.uss_guestbook .uss_guestbook_item {
  background: none;
  border-radius: 0;
  border: 2px solid #e2e4e6;
  padding: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 0 20px 0;
}

.uss_guestbook
  .uss_guestbook_item
  .uss_guestbook_question
  .uss_guestbook_question_info
  .uss_fio {
  font-size: 18px;
  font-weight: 700;
}

.uss_guestbook
  .uss_guestbook_item
  .uss_guestbook_question
  .uss_guestbook_question_text {
  font-size: 16px;
  font-weight: 600;
}

/* #uss_basket_ask_where_to_go_block {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 16px;
  background: #fff;
  border: 2px solid #ffd324;
  -webkit-box-shadow: 0 0 60px 1px rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 60px 1px rgba(0, 0, 0, 0.45);
} */

#uss_basket_ask_where_to_go_block {
  border-radius: 5px;
  border: none;
  background: #fff;
  box-shadow: 0px 0px 9.6px 0px rgba(0, 0, 0, 0.15);
  max-width: 360px;
  padding: 15px;
  font-family: "Wix Madefor Display", sans-serif;
}

#uss_basket_ask_where_to_go_block .title {
  color: #7c85a2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
}

#uss_basket_ask_where_to_go_block .item_block {
  border-top: 1px solid rgba(124, 133, 162, 0.2);
  padding-top: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
}

#uss_basket_ask_where_to_go_block .item_block .item_name {
  color: #000;
  font-size: 12px;
}

#uss_basket_ask_where_to_go_block .go_to_basket {
  border-radius: 2px;
  border: 1px solid #d2d93e;
  background: #fff;
  display: flex;
  padding: 9px 19px 11px 18px;
  justify-content: center;
  align-items: center;
  margin-right: 0px !important;
  margin-top: 0px !important;
}

#uss_basket_ask_where_to_go_block .go_to_basket a {
  color: #000;
  font-size: 12px !important;
  text-decoration: none;
}

.card_buttons {
  display: flex;
  gap: 10px;
}

#uss_basket_continue_shopping {
  border-radius: 2px;
  border: 1px solid #d2d93e;
  background: #d2d93e;
  display: flex;
  padding: 9px 19px 11px 18px;
  justify-content: center;
  align-items: center;
  margin-right: 0px !important;
  margin-top: 0px !important;
}

#uss_basket_continue_shopping a {
  color: #000;
  font-size: 12px !important;
  text-decoration: none;
}

#uss_basket_ask_where_to_go_block .continue:hover {
  text-decoration: none;
}

#uss_basket_ask_where_to_go_block .go_to_basket:hover {
  text-decoration: none;
}

#uss_basket_ask_where_to_go_block a {
  font-weight: 600;
  font-size: 15px;
}

#uss_basket_ask_where_to_go_block div {
  text-decoration: none !important;
}

#uss_basket_ask_where_to_go_block div div {
  text-decoration: none !important;
}

.decore-list {
  font-size: 17px;
  line-height: 1.6;
}

.decore-list tbody {
  display: block;
}

.decore-list tr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.decore-list tr td {
  margin-bottom: 23px;
}

.decore-list td.num {
  position: relative;
  background: #fff;
  -moz-flex: 0 auto;
  -o-flex: 0 auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
  width: 54px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 54px;
  margin-right: 26px;
}

.decore-list td.num:after {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  background: #0372a1;
  z-index: -1;
}

.decore-list td.num + td {
  -moz-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
}

.uss_comments .uss_comments_title {
  color: #333333;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.34;
  padding: 0;
  font-size: 40px;
  border: none;
  margin: 0 0 20px 0;
  text-align: center;
}

.comment_answer_form #ommentaddform_id {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.comment_answer_form #ommentaddform_id .uss_form_text {
  margin-right: 30px;
}

.comment_answer_form #ommentaddform_id .uss_form_text:nth-of-type(2n) {
  margin-right: 0;
}

.comment_answer_form #ommentaddform_id .uss_form_textarea {
  -moz-flex: 0 100%;
  -o-flex: 0 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 100%;
  flex: 0 100%;
  max-width: 100% !important;
}

.comment_answer_form #ommentaddform_id .uss_form_checkbox {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 100%;
  flex: 0 100%;
  width: auto;
  max-width: calc(100% - 220px);
}

.comment_answer_form #ommentaddform_id .uss_form_submit {
  max-width: 220px;
  -moz-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  text-align: right;
}

.comment_form_block {
  border: none;
  padding: 0;
}

.comment_form_block .comment_form_title {
  color: #333333;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.34;
  padding: 0;
  font-size: 40px;
  border: none;
  margin: 0 0 20px 0;
  text-align: center;
}

.comment_form_block #ommentaddform_id {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.comment_form_block #ommentaddform_id .uss_form_text {
  margin-right: 30px;
  max-width: none;
}

.comment_form_block #ommentaddform_id .uss_form_text:nth-of-type(2n) {
  margin-right: 0;
}

.comment_form_block #ommentaddform_id .uss_form_textarea {
  -moz-flex: 0 100%;
  -o-flex: 0 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 100%;
  flex: 0 100%;
  max-width: 100% !important;
}

.comment_form_block #ommentaddform_id .uss_form_checkbox {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 100%;
  flex: 0 100%;
  width: auto;
  max-width: calc(100% - 220px);
}

.comment_form_block #ommentaddform_id .uss_form_submit {
  max-width: 220px;
  -moz-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  text-align: right;
}

.uss_pagenator .uss_page_count {
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: 600;
}

.uss_pagenator .uss_page_num span.uss_page,
.uss_pagenator .uss_page_num span.uss_10_pages_forward,
.uss_pagenator .uss_page_num span.uss_10_pages_bac,
.uss_pagenator .uss_page_num span.uss_page_forward {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  border: 2px solid #ebeced;
  font-size: 24px;
  text-align: center;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  vertical-align: top;
  font-weight: 600;
}

.uss_pagenator .uss_page_num span.uss_page a,
.uss_pagenator .uss_page_num span.uss_10_pages_forward a,
.uss_pagenator .uss_page_num span.uss_10_pages_bac a,
.uss_pagenator .uss_page_num span.uss_page_forward a {
  width: 100%;
  height: 100%;
  display: inline-block;
  text-decoration: underline;
}

.uss_pagenator .uss_page_num span.uss_page:hover,
.uss_pagenator .uss_page_num span.uss_10_pages_forward:hover,
.uss_pagenator .uss_page_num span.uss_10_pages_bac:hover,
.uss_pagenator .uss_page_num span.uss_page_forward:hover {
  border-color: #ffd324;
}

.uss_pagenator .uss_page_num span.uss_page.uss_page_selected,
.uss_pagenator .uss_page_num span.uss_10_pages_forward.uss_page_selected,
.uss_pagenator .uss_page_num span.uss_10_pages_bac.uss_page_selected,
.uss_pagenator .uss_page_num span.uss_page_forward.uss_page_selected {
  border-color: #ffd324;
  color: #333;
}

.uss_pagenator .uss_page_num span.uss_page.uss_page_selected a,
.uss_pagenator .uss_page_num span.uss_10_pages_forward.uss_page_selected a,
.uss_pagenator .uss_page_num span.uss_10_pages_bac.uss_page_selected a,
.uss_pagenator .uss_page_num span.uss_page_forward.uss_page_selected a {
  color: inherit;
  text-decoration: none;
}

@-webkit-keyframes submenu_animation {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 500px;
  }
}

@keyframes submenu_animation {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 500px;
  }
}

.modal {
  background: rgba(0, 0, 0, 0.65);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
  max-height: 100vh;
  overflow-y: auto;
}

.modal .modal-wrap {
  background: #fff;
  font-family: "Wix Madefor Display", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1001;
  padding: 25px 15px;
  width: 420px;
  max-width: calc(100vw - 50px);
}

.modal .modal-wrap .h3 {
  font-size: 30px;
  text-align: center;
  display: block;
  font-weight: normal;
  margin-bottom: 25px;
}

.modal .modal-wrap .fc_form_tml {
  margin-bottom: 0;
}

.modal .modal-wrap .fc_form_tml .group .fc_item {
  width: 100%;
}

.modal .modal-wrap .fc_form_tml .group .fc_item:not(.fc_checkbox) .elem_item {
  width: 100%;
}

.modal .close {
  position: absolute;
  right: -20px;
  top: -20px;
  background: url(../img/close2.png) center no-repeat, #ffffff;
  background-size: cover;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  cursor: pointer;
  z-index: 1002;
}

.modal .close:hover {
  background-color: #ccc;
}

.block-link {
  position: absolute;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  height: auto !important;
  z-index: 10;
}

.mainpage .block.form .h3 {
  border: none !important;
}

.uss_adv_img_list_item.uss_ail_point span {
  background: #e1e4e6;
}

.uss_adv_img_list_item.uss_ail_point.active span {
  background: #ffd324;
}

/*style end */
.colorStyle1 {
  /*service*/
}

.colorStyle1.mainpage
  .service-block
  .uss_shop_block_cat
  .uss_shop_category:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0)),
    color-stop(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.7)
  );
}

.colorStyle1.mainpage
  .service-block
  .uss_shop_block_cat
  .uss_shop_category:hover:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 86, 145, 0.8)),
    to(rgba(0, 86, 145, 0.8))
  );
  background: linear-gradient(rgba(0, 86, 145, 0.8), rgba(0, 86, 145, 0.8));
}

.colorStyle1.mainpage
  .service-block
  .uss_shop_block_cat
  .uss_shop_category
  .uss_shop_cat_name
  a {
  color: #ffffff;
}

.colorStyle1.mainpage
  .service-block
  .uss_shop_block_cat
  .uss_shop_category
  .uss_shop_cat_text {
  color: #ffffff;
}

.colorStyle1.mainpage
  .service-block
  .uss_catalog_sidebar
  .uss_catalog_category:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0)),
    color-stop(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.7)
  );
}

.colorStyle1.mainpage
  .service-block
  .uss_catalog_sidebar
  .uss_catalog_category:hover:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 86, 145, 0.8)),
    to(rgba(0, 86, 145, 0.8))
  );
  background: linear-gradient(rgba(0, 86, 145, 0.8), rgba(0, 86, 145, 0.8));
}

.colorStyle1.mainpage
  .service-block
  .uss_catalog_sidebar
  .uss_catalog_category
  .uss_catalog_cat_name
  a {
  color: #ffffff;
}

.colorStyle1.mainpage
  .service-block
  .uss_catalog_sidebar
  .uss_catalog_category
  .uss_catalog_cat_text {
  color: #ffffff;
}

.colorStyle1.mainpage .service-block .uss_eshop_menu li > a {
  color: #ffffff;
}

.colorStyle1.mainpage .service-block .uss_eshop_menu li:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0)),
    color-stop(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.7)
  );
}

.colorStyle1.mainpage .service-block .uss_eshop_menu li:hover:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 86, 145, 0.8)),
    to(rgba(0, 86, 145, 0.8))
  );
  background: linear-gradient(rgba(0, 86, 145, 0.8), rgba(0, 86, 145, 0.8));
}

.colorStyle1.mainpage .service-block .catalog_menu li .catalog_menu_item > a {
  color: #ffffff;
}

.colorStyle1.mainpage .service-block .catalog_menu li .catalog_menu_item:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0)),
    color-stop(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.7)
  );
}

.colorStyle1.mainpage
  .service-block
  .catalog_menu
  li
  .catalog_menu_item:hover:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 86, 145, 0.8)),
    to(rgba(0, 86, 145, 0.8))
  );
  background: linear-gradient(rgba(0, 86, 145, 0.8), rgba(0, 86, 145, 0.8));
}

.colorStyle1.mainpage
  .service-block
  .section.section_catalog
  .uss_catalog_block_cat
  .uss_catalog_category:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0)),
    color-stop(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.7)
  );
}

.colorStyle1.mainpage
  .service-block
  .section.section_catalog
  .uss_catalog_block_cat
  .uss_catalog_category:hover:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 86, 145, 0.8)),
    to(rgba(0, 86, 145, 0.8))
  );
  background: linear-gradient(rgba(0, 86, 145, 0.8), rgba(0, 86, 145, 0.8));
}

.colorStyle1.mainpage
  .service-block
  .section.section_catalog
  .uss_catalog_block_cat
  .uss_catalog_category
  .catalog_info
  .uss_catalog_cat_name
  a {
  color: #ffffff;
}

.colorStyle1.mainpage
  .service-block
  .section.section_catalog
  .uss_catalog_block_cat
  .uss_catalog_category
  .catalog_info
  .uss_catlog_cat_anons {
  color: #ffffff;
}

.colorStyle2 {
  /*slider*/ /*header*/ /*menu */ /*service*/ /*block*/ /*@quote_background : url(./../img/q-start.png) left center no-repeat, url(./../img/q-end.png) right center no-repeat;*/ /*about block*/ /*news block*/ /*review*/ /*main*/ /*aside*/ /*singlepage*/ /*big-map*/ /*footer*/ /*uss_shop_blocks_view*/ /*eshop_category*/ /*uss_catalog_block_cat*/ /*uss_catalog_list_cat:not(.uss_catalog_sidebar)*/ /*uss_shop_list_cat*/ /*main-orderbutton*/ /*form*/ /*radio*/ /*checkbox*/ /*selectbox*/ /*buy_one_click_form_tml*/ /*inline-form*/ /*uss_shop_detail*/ /*uss_tabs*/ /*h_op*/ /*uss_eshop_sameproducts*/ /*uss_guestbook*/ /*where_to_go_block*/ /*decore-list */ /*.uss_eshop_sameproducts.list {  a.add_to_cart {  border-color: @onepos_addtocart_border_color;  color: @addtocart_color;  &:before {    background-image: url('./../img@{path}cart.png');  }  &.already_in_cart {    &:before {    background-image: url('./../img@{path}already-btn.png');    }  }  &:hover {    background: @onepos_addtocart_hover_background;    color: @onepos_addtocart_hover_color;    border-color: @onepos_addtocart_hover_background !important;    &:before {    -webkit-filter: brightness(100);    filter: brightness(100);    }  }  }}*/ /*.header .burger.notInViewPort {  border-color: @link_text_color;  span {  background-color: @link_text_color;  }}*/
}

.colorStyle2 .bg-type4 {
  background: #4a464a;
}

.colorStyle2 .review .news_block_item .info .preview {
  min-height: 60px;
}

.colorStyle2 .review .slick-slide > div {
  margin-bottom: 20px;
}

.colorStyle2 .review .items {
  display: block !important;
}

.colorStyle2 .header .basket {
  color: #faa916 !important;
}

@media (max-width: 1200px) {
  .colorStyle2 .review .news_block_item .image {
    float: none;
    max-width: 100%;
    width: 100%;
    display: block;
  }

  .colorStyle2 .review .news_block_item .image a:after {
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    top: auto;
    border: none;
    border-left: 22px solid transparent !important;
    border-right: 22px solid transparent !important;
    border-bottom: 22px solid #fff !important;
  }

  .colorStyle2 .review .news_block_item .info {
    width: 100%;
    max-width: 100%;
  }
}

.colorStyle2 #wrap {
  color: #333333;
}

.colorStyle2 a {
  color: #ec950d;
}

.colorStyle2 .slider .slides .slide .caption {
  color: #ffffff;
}

.colorStyle2 .slider .slides .slide .caption:after {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#333034),
    to(#5a575b)
  );
  background: linear-gradient(90deg, #333034, #5a575b);
}

.colorStyle2 .slider .slides .slick-arrow.slick-prev {
  background: url("../img/k4_2/slider-prev.png") center no-repeat;
}

.colorStyle2 .slider .slides .slick-arrow.slick-next {
  background: url("../img/k4_2/slider-next.png") center no-repeat;
}

.colorStyle2 .slider .slides .slick-dots li button {
  background: url("../img/k4_2/position-dot.png") center no-repeat;
}

.colorStyle2 .slider .slides .slick-dots li.slick-active button {
  background: url("../img/k4_2/position-dot-active.png") center no-repeat;
}

@media (max-width: 500px) {
  .colorStyle2 .slider {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#333034),
      to(#5a575b)
    );
    background: linear-gradient(90deg, #333034, #5a575b);
  }
}

.colorStyle2 .header {
  color: #ffffff;
}

.colorStyle2 .header .contacts a {
  color: #fff;
}

.colorStyle2 .header .row + .row {
  border-color: #494649;
}

.colorStyle2 .header .call_me {
  color: #faa916;
}

.colorStyle2 .header .call_me a {
  color: inherit;
}

.colorStyle2 .header .call_me a:before {
  background-image: url("../img/k4_2/call-me.png");
}

.header .call_me a:before {
  content: unset;
}

.call_me {
  text-align: center;
  border: 1px solid #d0d741;
  max-width: 204px;
  min-width: 170px;
  margin-right: 15px;
}

.call_me a {
  color: #fff !important;
}

.top-sv,
.top-sv a {
  color: #fff !important;
}

.top-sv:hover {
  text-decoration: underline;
}

.soc-item img:hover {
  border-bottom: 1px solid white;
  margin-bottom: -1px;
}

.colorStyle2 .header .auth {
  color: #ffffff;
}

.colorStyle2 .header .auth .enter a {
  background-image: url("../img/k4_2/enter.png");
  color: inherit;
}

.colorStyle2 .header .auth .enter a:after {
  background: #6c6667;
}

.colorStyle2 .header .auth .registration a {
  background-image: url("../img/k4_2/enter.png");
  color: inherit;
}

.colorStyle2 .header .auth .registration a:after {
  background: #6c6667;
}

.colorStyle2 .header .basket {
  color: #b5edff;
}

.colorStyle2 .header .basket:hover {
  color: #faa916;
}

.colorStyle2 .header .basket > div:before {
  background-image: url("../img/k4_2/basket.png");
}

.colorStyle2 .header .search .uss_site_search .uss_input_name {
  border-color: #6a6b74;
  color: #6a6b74;
}

.colorStyle2 .header .search .uss_site_search .uss_input_name:focus {
  border-color: #faa916;
}

.colorStyle2 .header .search .uss_site_search .uss_submit {
  background-image: url("../img/k4_2/search-icon.png");
}

.colorStyle2 .menu ul li a {
  color: #ffffff;
}

.colorStyle2 .menu ul li a:after {
  background: #807a7c;
}

.colorStyle2 .menu ul li:hover,
.colorStyle2 .menu ul li.active,
.colorStyle2 .menu ul li.clicked {
  background: #fb9900;
}

.colorStyle2 .menu ul li:hover a,
.colorStyle2 .menu ul li.active a,
.colorStyle2 .menu ul li.clicked a {
  color: #ffffff;
}

.colorStyle2 .menu .submenu {
  background: #fb9900;
}

.colorStyle2.mainpage
  .service-block
  .uss_shop_block_cat
  .uss_shop_category:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0)),
    color-stop(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.7)
  );
}

.colorStyle2.mainpage
  .service-block
  .uss_shop_block_cat
  .uss_shop_category:hover:after {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(251, 153, 0, 0.8)),
      to(rgba(251, 153, 0, 0.8))
    ),
    -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(251, 153, 0, 0.8), rgba(251, 153, 0, 0.8)),
    linear-gradient(
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.7)
    );
}

.colorStyle2.mainpage
  .service-block
  .uss_shop_block_cat
  .uss_shop_category
  .uss_shop_cat_name
  a {
  color: #ffffff;
}

.colorStyle2.mainpage
  .service-block
  .uss_shop_block_cat
  .uss_shop_category
  .uss_shop_cat_text {
  color: #ffffff;
}

.colorStyle2.mainpage
  .service-block
  .uss_catalog_sidebar
  .uss_catalog_category:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0)),
    color-stop(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.7)
  );
}

.colorStyle2.mainpage
  .service-block
  .uss_catalog_sidebar
  .uss_catalog_category:hover:after {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(251, 153, 0, 0.8)),
      to(rgba(251, 153, 0, 0.8))
    ),
    -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(251, 153, 0, 0.8), rgba(251, 153, 0, 0.8)),
    linear-gradient(
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.7)
    );
}

.colorStyle2.mainpage
  .service-block
  .uss_catalog_sidebar
  .uss_catalog_category
  .uss_catalog_cat_name
  a {
  color: #ffffff;
}

.colorStyle2.mainpage
  .service-block
  .uss_catalog_sidebar
  .uss_catalog_category
  .uss_shop_cat_text {
  color: #ffffff;
}

.colorStyle2.mainpage .service-block .uss_eshop_menu li > a {
  color: #ffffff;
}

.colorStyle2.mainpage .service-block .uss_eshop_menu li:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0)),
    color-stop(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.7)
  );
}

.colorStyle2.mainpage .service-block .uss_eshop_menu li:hover:after {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(251, 153, 0, 0.8)),
      to(rgba(251, 153, 0, 0.8))
    ),
    -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(251, 153, 0, 0.8), rgba(251, 153, 0, 0.8)),
    linear-gradient(
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.7)
    );
}

.colorStyle2.mainpage .service-block .catalog_menu li .catalog_menu_item > a {
  color: #ffffff;
}

.colorStyle2.mainpage .service-block .catalog_menu li .catalog_menu_item:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0)),
    color-stop(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.7)
  );
}

.colorStyle2.mainpage
  .service-block
  .catalog_menu
  li
  .catalog_menu_item:hover:after {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(251, 153, 0, 0.8)),
      to(rgba(251, 153, 0, 0.8))
    ),
    -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(251, 153, 0, 0.8), rgba(251, 153, 0, 0.8)),
    linear-gradient(
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.7)
    );
}

.colorStyle2.mainpage
  .service-block
  .section.section_catalog
  .uss_catalog_block_cat
  .uss_catalog_category
  .catalog_info
  .uss_catalog_cat_name
  a {
  color: #ffffff;
}

.colorStyle2.mainpage
  .service-block
  .section.section_catalog
  .uss_catalog_block_cat
  .uss_catalog_category
  .catalog_info
  .uss_catlog_cat_anons {
  color: #ffffff;
}

.colorStyle2.mainpage
  .service-block
  .section.section_catalog
  .uss_catalog_block_cat
  .uss_catalog_category:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0)),
    color-stop(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.7)
  );
}

.colorStyle2.mainpage
  .service-block
  .section.section_catalog
  .uss_catalog_block_cat
  .uss_catalog_category:hover:after {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(251, 153, 0, 0.8)),
      to(rgba(251, 153, 0, 0.8))
    ),
    -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(251, 153, 0, 0.8), rgba(251, 153, 0, 0.8)),
    linear-gradient(
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.7)
    );
}

.colorStyle2 .block.bg-type1 {
  background: #e3dfe4;
}

.colorStyle2 .block.bg-type2 {
  background: #4a464a;
}

.colorStyle2 .block.bg-type3 {
  background: #4a464a;
}

.colorStyle2 .block.type1 {
  color: #333333;
}

.colorStyle2 .block.type2 .h3 {
  color: #ffffff;
}

.colorStyle2 .block.type2 .h3 a:hover:after {
  background-color: #4a464a;
}

.colorStyle2 .block .h3 a:after {
  background: #4a464a;
  color: #fff;
}

.colorStyle2 .news.block .news_block_item .image:after {
  border-right-color: #ffffff;
}

.colorStyle2 .news.block .news_block_item .image:before {
  border-right-color: #ffffff;
}

.colorStyle2 .news.block .news_block_item .info .date {
  color: #b9b5ba;
  background-image: url("../img/k4_2/clock.png");
}

.colorStyle2 .news.block .news_block_item .info .title a {
  color: #ec950d;
}

.colorStyle2 .news.block .news_block_item .info .title a span {
  border-bottom-color: #f5ca86;
}

.colorStyle2 .news.block .news_block_item:nth-of-type(even) {
  background: #ffffff;
}

.colorStyle2 .news.block .news_block_item:nth-of-type(even) .image:after {
  border-left-color: #ffffff;
}

.colorStyle2 .news.block .news_block_item:nth-of-type(even) .image:before {
  border-left-color: #ffffff;
}

.colorStyle2 .news.block .news_block_item:nth-of-type(even) .info .date {
  color: #b9b5ba;
  background-image: url("../img/k4_2/clock-alt.png");
}

.colorStyle2 .news.block .news_block_item:nth-of-type(even) .info .title {
  color: #ec950d;
}

.colorStyle2 .news.block .news_block_item:nth-of-type(even) .info .title a {
  color: inherit;
}

.colorStyle2
  .news.block
  .news_block_item:nth-of-type(even)
  .info
  .title
  a
  span {
  border-bottom-color: #f5ca86;
}

.colorStyle2 .news.block .news_block_item:nth-of-type(even) .info .preview {
  color: inherit;
}

.colorStyle2 .review .news_block_item {
  background: #ffffff;
}

.colorStyle2 .review .news_block_item .image a:after {
  border-right-color: #ffffff;
}

.colorStyle2 .review .news_block_item .info {
  background: url(../img/q-small-start.png) 30px calc(100% - 41px) no-repeat,
    url(../img/q-small-end.png) calc(100% - 40px) 96px no-repeat;
}

.colorStyle2 .review .news_block_item .info .title {
  color: #ec950d;
}

.colorStyle2 .review .slick-dots li button {
  background: url("../img/k4_2/position-dot.png") center no-repeat;
}

.colorStyle2 .review .slick-dots li.slick-active button {
  background: url("../img/k4_2/position-dot-active.png") center no-repeat;
}

.colorStyle2 .container .content h1 {
  border-bottom-color: #e2e4e6;
}

.colorStyle2 .container .content .uss_shop_block_cat .uss_shop_category {
  border-color: #e2e4e6;
}

.colorStyle2 .container .content .uss_shop_block_cat .uss_shop_category:hover {
  border-color: #ec950d;
}

.colorStyle2
  .container
  .content
  .uss_eshop_filters_block
  .filter_submit
  input[type="submit"].styler {
  background: #ec950d;
  color: #fff;
}

.colorStyle2 .container .bread .bread-sup {
  background-image: url("../img/k4_2/aside-submenu-active.png");
}

.colorStyle2 .aside-block .h3 {
  border-bottom-color: #e2e4e6;
}

.colorStyle2 .aside-block.aside-menu .h3 {
  background: #fb9900;
}

.colorStyle2 .aside-block.aside-menu ul li:hover > a,
.colorStyle2 .aside-block.aside-menu ul li.active > a {
  color: #333333;
}

.colorStyle2 .aside-block.aside-menu ul li .submenu li a {
  color: inherit;
  background-image: url("../img/k4_2/aside-submenu-active.png");
}

.colorStyle2 .aside-block.aside-menu ul li .submenu li:hover > a {
  color: #ec950d;
  background-image: url("../img/k4_2/aside-submenu.png");
}

.colorStyle2 .aside-block .news_block_item {
  border-bottom-color: #e2e4e6;
}

.colorStyle2 .aside-block .news_block_item .info .date {
  color: #a6a6a6;
  background-image: url("../img/k4_2/clock.png");
}

.colorStyle2.singlepage .header {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#060a0e),
    to(#39090f)
  );
  background: linear-gradient(#060a0e, #39090f);
}

.colorStyle2 .big-map .contacts-block {
  background: rgba(255, 255, 255, 0.9);
}

.colorStyle2 .footer {
  background: #4a464a;
  color: #ffffff;
}

.colorStyle2 .footer a {
  color: #ec950d;
}

.colorStyle2 .footer .menu ul li a {
  color: #ffffff;
}

.colorStyle2 .footer .menu ul li a:after {
  background: #807a7c;
}

.colorStyle2 .footer .menu ul li:hover,
.colorStyle2 .footer .menu ul li.active {
  background: #fb9900;
}

.colorStyle2 .footer .menu ul li:hover a,
.colorStyle2 .footer .menu ul li.active a {
  color: #ffffff;
}

.colorStyle2.singlepage .uss_shop_blocks_view .uss_eshop_item {
  border-color: #e2e4e6;
}

.colorStyle2.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .uss_shop_price
  span.old_price {
  color: #747b82;
}

.colorStyle2.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart,
.colorStyle2.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart {
  border-color: #db3c3a;
  color: inherit;
}

.colorStyle2.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart:before,
.colorStyle2.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart:before {
  background-image: url("../img/k4_2/cart.png");
}

.colorStyle2.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart.already_in_cart:before,
.colorStyle2.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart.already_in_cart:before {
  background-image: url("../img/k4_2/already-btn.png");
}

.colorStyle2.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart:hover,
.colorStyle2.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart:hover {
  background: #db3c3a;
  color: #ffffff;
  border-color: #db3c3a !important;
}

.colorStyle2.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart:hover:before,
.colorStyle2.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.colorStyle2.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns {
  border-bottom-color: #e2e4e6;
  border-top-color: #e2e4e6;
}

.colorStyle2.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns a {
  border-bottom-color: style_border_color;
}

.colorStyle2.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .buy_btns
  a.already_in_compare:after,
.colorStyle2.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .buy_btns
  a.already_in_wish:after {
  background-color: #db3c3a;
}

.colorStyle2.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .buy_btns
  .uss_shop_by
  a {
  background-image: url("../img/k4_2/fast-buy.png");
}

.colorStyle2.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .buy_btns
  .uss_compare_by
  a.add_to_compare {
  background-image: url("../img/k4_2/compare.png");
}

.colorStyle2.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .buy_btns
  .uss_shop_put_wrap
  .uss_shop_put
  a {
  background-image: url("../img/k4_2/fav.png");
}

.colorStyle2.singlepage .uss_shop_list_view .uss_eshop_item {
  border-color: #e2e4e6;
}

.colorStyle2.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .uss_shop_price
  span.old_price {
  color: #747b82;
}

.colorStyle2.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart,
.colorStyle2.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart {
  border-color: #db3c3a;
  color: inherit;
}

.colorStyle2.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart:before,
.colorStyle2.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart:before {
  background-image: url("../img/k4_2/cart.png");
}

.colorStyle2.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart:hover,
.colorStyle2.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart:hover {
  background: #db3c3a;
  color: #ffffff;
}

.colorStyle2.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart:hover:before,
.colorStyle2.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.colorStyle2.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns {
  border-bottom-color: #e2e4e6;
  border-top-color: #e2e4e6;
}

.colorStyle2.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .buy_btns
  > *:hover {
  border-color: #ec950d;
}

.colorStyle2.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns a {
  border-bottom-color: style_border_color;
}

.colorStyle2.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns a:hover {
  border-bottom-color: #db3c3a;
}

.colorStyle2.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .buy_btns
  .uss_shop_by
  a {
  background-image: url("../img/k4_2/fast-buy.png");
}

.colorStyle2.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .buy_btns
  .uss_compare_by
  a.add_to_compare {
  background-image: url("../img/k4_2/compare.png");
}

.colorStyle2.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .buy_btns
  .uss_shop_put_wrap
  .uss_shop_put
  a {
  background-image: url("../img/k4_2/fav.png");
}

.colorStyle2.singlepage .uss_shop_list_view .uss_eshop_item:hover {
  border-color: #ec950d;
}

.colorStyle2.singlepage .uss_catalog_block_cat .uss_catalog_category {
  border-color: #e2e4e6;
}

.colorStyle2.singlepage
  .uss_catalog_block_cat
  .uss_catalog_category
  .catalog_orderbutton {
  background: #ffffff;
  border-color: #db3c3a;
  color: inherit;
}

.colorStyle2.singlepage
  .uss_catalog_block_cat
  .uss_catalog_category
  .catalog_orderbutton:hover {
  background: #db3c3a;
  color: #ffffff;
}

.colorStyle2.singlepage .uss_catalog_sidebar .uss_catalog_category {
  border-color: #e2e4e6;
}

.colorStyle2.singlepage
  .uss_catalog_sidebar
  .uss_catalog_category
  .catalog_orderbutton {
  background: #ffffff;
  border-color: #db3c3a;
  color: inherit;
}

.colorStyle2.singlepage
  .uss_catalog_sidebar
  .uss_catalog_category
  .catalog_orderbutton:hover {
  background: #db3c3a;
  color: #ffffff;
}

.colorStyle2.singlepage
  .uss_catalog_list_cat:not(.uss_catalog_sidebar)
  .uss_catalog_category {
  border-color: #e2e4e6;
}

.colorStyle2.singlepage
  .uss_catalog_list_cat:not(.uss_catalog_sidebar)
  .uss_catalog_category
  .catalog_orderbutton {
  background: #ffffff;
  border-color: #db3c3a;
  color: inherit;
}

.colorStyle2.singlepage
  .uss_catalog_list_cat:not(.uss_catalog_sidebar)
  .uss_catalog_category
  .catalog_orderbutton:hover {
  background: #db3c3a;
  color: #ffffff;
}

.colorStyle2.singlepage
  .uss_catalog_list_cat:not(.uss_catalog_sidebar)
  .uss_catalog_category:hover {
  border-color: #ec950d;
}

.colorStyle2.singlepage .uss_shop_list_cat .uss_shop_category {
  border-color: #e2e4e6;
}

.colorStyle2.singlepage .uss_shop_list_cat .uss_shop_category:hover {
  border-color: #db3c3a;
}

.colorStyle2 table.uss_shoppos_table a.add_to_cart:not(.buy_one_click) {
  border-color: #db3c3a;
  color: inherit;
  -webkit-transition: none;
  transition: none;
}

.colorStyle2 table.uss_shoppos_table a.add_to_cart:not(.buy_one_click):before {
  background-image: url("../img/k4_2/cart.png");
}

.colorStyle2 table.uss_shoppos_table a.add_to_cart:not(.buy_one_click):hover {
  background: #db3c3a;
  color: #ffffff;
}

.colorStyle2
  table.uss_shoppos_table
  a.add_to_cart:not(.buy_one_click):hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.colorStyle2 table.uss_shoppos_table .buy_btns a {
  -webkit-transition: none;
  transition: none;
  color: #9e9e9e;
  border-color: #9e9e9e;
}

.colorStyle2 table.uss_shoppos_table .buy_btns a:hover,
.colorStyle2 table.uss_shoppos_table .buy_btns a.already_in_compare,
.colorStyle2 table.uss_shoppos_table .buy_btns a.already_in_wish {
  border-color: #ec950d;
  color: #ec950d;
}

.colorStyle2 table.uss_shoppos_table .buy_btns .uss_shop_by:hover {
  border-color: #ec950d;
}

.colorStyle2 table.uss_shoppos_table .buy_btns .uss_shop_by:hover a {
  -webkit-transition: none;
  transition: none;
  background-image: url("../img/k4_2/fast-buy-mini.png");
}

.colorStyle2 table.uss_shoppos_table .buy_btns .uss_compare_by:hover {
  border-color: #ec950d;
}

.colorStyle2
  table.uss_shoppos_table
  .buy_btns
  .uss_compare_by:hover
  a.add_to_compare {
  -webkit-transition: none;
  transition: none;
  background-image: url("../img/k4_2/compare-mini.png");
}

.colorStyle2 table.uss_shoppos_table .buy_btns .add_to_wishlist:hover {
  border-color: #ec950d;
}

.colorStyle2 table.uss_shoppos_table .buy_btns .add_to_wishlist:hover a {
  -webkit-transition: none;
  transition: none;
  background-image: url("../img/k4_2/fav-mini.png");
}

.colorStyle2 .uss_catalog_sidebar .catalog_orderbutton,
.colorStyle2 .uss_catalog_block_cat .catalog_orderbutton,
.colorStyle2 .uss_catalog_detail .catalog_orderbutton,
.colorStyle2
  .uss_catalog_list_cat:not(.uss_catalog_sidebar)
  .catalog_orderbutton {
  background: #ffffff;
  border-color: #db3c3a;
  color: inherit;
}

.colorStyle2 .service-block .catalog_menu_item .catalog_orderbutton {
  background: #ffffff;
  border-color: #db3c3a;
  color: #000;
}

.colorStyle2 .uss_catalog_sidebar .catalog_orderbutton:hover,
.colorStyle2 .uss_catalog_block_cat .catalog_orderbutton:hover,
.colorStyle2 .uss_catalog_detail .catalog_orderbutton:hover,
.colorStyle2
  .uss_catalog_list_cat:not(.uss_catalog_sidebar)
  .catalog_orderbutton:hover {
  background: #db3c3a;
  color: #ffffff;
}

.colorStyle2 form input[type="text"],
.colorStyle2 form.form_styler input[type="text"],
.colorStyle2 form input.styler[type="text"],
.colorStyle2 form.form_styler input.styler[type="text"],
.colorStyle2 form input[type="password"],
.colorStyle2 form.form_styler input[type="password"],
.colorStyle2 form input.styler[type="password"],
.colorStyle2 form.form_styler input.styler[type="password"],
.colorStyle2 form input[type="email"],
.colorStyle2 form.form_styler input[type="email"],
.colorStyle2 form input.styler[type="email"],
.colorStyle2 form.form_styler input.styler[type="email"] {
  border-color: #cccdcf;
}

.colorStyle2 form input[type="text"]:focus,
.colorStyle2 form.form_styler input[type="text"]:focus,
.colorStyle2 form input.styler[type="text"]:focus,
.colorStyle2 form.form_styler input.styler[type="text"]:focus,
.colorStyle2 form input[type="password"]:focus,
.colorStyle2 form.form_styler input[type="password"]:focus,
.colorStyle2 form input.styler[type="password"]:focus,
.colorStyle2 form.form_styler input.styler[type="password"]:focus,
.colorStyle2 form input[type="email"]:focus,
.colorStyle2 form.form_styler input[type="email"]:focus,
.colorStyle2 form input.styler[type="email"]:focus,
.colorStyle2 form.form_styler input.styler[type="email"]:focus {
  border-color: #ec950d;
}

.colorStyle2 form textarea,
.colorStyle2 form.form_styler textarea,
.colorStyle2 form textarea.styler,
.colorStyle2 form.form_styler textarea.styler {
  border-color: #cccdcf;
}

.colorStyle2 form textarea:focus,
.colorStyle2 form.form_styler textarea:focus,
.colorStyle2 form textarea.styler:focus,
.colorStyle2 form.form_styler textarea.styler:focus {
  border-color: #ec950d;
}

.colorStyle2 form input[type="submit"],
.colorStyle2 form.form_styler input[type="submit"],
.colorStyle2 form input[type="submit"].styler,
.colorStyle2 form.form_styler input[type="submit"].styler,
.colorStyle2 form button,
.colorStyle2 form.form_styler button,
.colorStyle2 form button.styler,
.colorStyle2 form.form_styler button.styler {
  background: none;
  border-color: #ec950d;
  color: inherit;
}

.colorStyle2 form input[type="submit"]:hover,
.colorStyle2 form.form_styler input[type="submit"]:hover,
.colorStyle2 form input[type="submit"].styler:hover,
.colorStyle2 form.form_styler input[type="submit"].styler:hover,
.colorStyle2 form button:hover,
.colorStyle2 form.form_styler button:hover,
.colorStyle2 form button.styler:hover,
.colorStyle2 form.form_styler button.styler:hover {
  background: #ec950d !important;
  color: #ffffff !important;
}

.colorStyle2 .jq-checkbox {
  border-color: #e2e4e6;
}

.colorStyle2 .jq-checkbox.checked {
  border-color: #ec950d;
}

.colorStyle2 .jq-checkbox.checked .jq-checkbox__div {
  background: #ec950d;
}

.colorStyle2 .jq-radio {
  border-color: #cccdcf;
}

.colorStyle2 .jq-radio.checked .jq-radio__div {
  background: #ec950d;
}

.colorStyle2 .jq-selectbox .jq-selectbox__select {
  border-color: #cccdcf;
}

.colorStyle2
  .jq-selectbox
  .jq-selectbox__select
  .jq-selectbox__trigger
  .jq-selectbox__trigger-arrow {
  border-top-color: #cccdcf;
}

.colorStyle2 .jq-selectbox:hover .jq-selectbox__select {
  border-color: #333;
}

.colorStyle2 .jq-selectbox:hover .jq-selectbox__select .jq-selectbox__trigger {
  border-left-color: #333;
}

.colorStyle2
  .jq-selectbox:hover
  .jq-selectbox__select
  .jq-selectbox__trigger
  .jq-selectbox__trigger-arrow {
  border-top-color: #333;
}

.colorStyle2 .jq-selectbox.opened .jq-selectbox__select .jq-selectbox__trigger {
  border-left-color: #ec950d;
}

.colorStyle2
  .jq-selectbox.opened
  .jq-selectbox__select
  .jq-selectbox__trigger
  .jq-selectbox__trigger-arrow {
  border-top-color: #ec950d;
}

.colorStyle2 .jq-selectbox.jq-selectbox.focused .jq-selectbox__select {
  border-color: #ec950d;
}

.colorStyle2
  .buy_one_click_form_tml
  .uss_onepos_info
  .uss_shop_price
  span.old_price {
  color: #747b82;
}

.colorStyle2
  .inline-form
  form
  .group:not(.end)
  .fc_item
  .elem_item
  input.styler:focus,
.colorStyle2
  .inline-form
  form
  .group:not(.end)
  .fc_item
  .elem_item
  textarea.styler:focus {
  border-color: #db3c3a;
}

.colorStyle2
  .uss_shop_detail
  .uss_shop_technical_data
  .uss_shop_price
  .price.old_price {
  color: #747b82;
}

.colorStyle2
  .uss_shop_detail
  .uss_shop_technical_data
  > .uss_shop_by
  a.add_to_cart,
.colorStyle2
  .uss_shop_detail
  .uss_shop_technical_data
  .price_buy_wrap
  a.add_to_cart {
  border-color: #db3c3a;
  color: inherit;
}

.colorStyle2
  .uss_shop_detail
  .uss_shop_technical_data
  > .uss_shop_by
  a.add_to_cart:before,
.colorStyle2
  .uss_shop_detail
  .uss_shop_technical_data
  .price_buy_wrap
  a.add_to_cart:before {
  background-image: url("../img/k4_2/cart.png");
}

.colorStyle2
  .uss_shop_detail
  .uss_shop_technical_data
  > .uss_shop_by
  a.add_to_cart.already_in_cart:before,
.colorStyle2
  .uss_shop_detail
  .uss_shop_technical_data
  .price_buy_wrap
  a.add_to_cart.already_in_cart:before {
  background-image: url("../img/k4_2/already-btn.png");
}

.colorStyle2
  .uss_shop_detail
  .uss_shop_technical_data
  > .uss_shop_by
  a.add_to_cart:hover,
.colorStyle2
  .uss_shop_detail
  .uss_shop_technical_data
  .price_buy_wrap
  a.add_to_cart:hover {
  background: #db3c3a;
  color: #ffffff;
  border-color: #db3c3a !important;
}

.colorStyle2
  .uss_shop_detail
  .uss_shop_technical_data
  > .uss_shop_by
  a.add_to_cart:hover:before,
.colorStyle2
  .uss_shop_detail
  .uss_shop_technical_data
  .price_buy_wrap
  a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.colorStyle2 .uss_shop_detail .uss_shop_technical_data .buy_btns a {
  color: #9e9e9e;
  border-color: #9e9e9e;
}

.colorStyle2 .uss_shop_detail .uss_shop_technical_data .buy_btns a:hover,
.colorStyle2
  .uss_shop_detail
  .uss_shop_technical_data
  .buy_btns
  a.already_in_compare,
.colorStyle2
  .uss_shop_detail
  .uss_shop_technical_data
  .buy_btns
  a.already_in_wish {
  border-color: #ec950d;
  color: #ec950d;
}

.colorStyle2
  .uss_shop_detail
  .uss_shop_technical_data
  .buy_btns
  .uss_shop_by
  a:before {
  background-image: url("../img/k4_2/fast-buy-mini.png");
}

.colorStyle2
  .uss_shop_detail
  .uss_shop_technical_data
  .buy_btns
  .uss_compare_by
  a.add_to_compare:before {
  background-image: url("../img/k4_2/compare-mini.png");
}

.colorStyle2
  .uss_shop_detail
  .uss_shop_technical_data
  .buy_btns
  .uss_shop_put_wrap
  .uss_shop_put
  a:before {
  background-image: url("../img/k4_2/fav-mini.png");
}

.colorStyle2 div.uss_tabs div.uss_tabs_navigation span {
  border-color: #dedade;
  color: inherit;
}

.colorStyle2 div.uss_tabs div.uss_tabs_navigation span.selected {
  background: #fb9900;
  border-color: #fb9900;
  color: #ffffff;
}

.colorStyle2 div.uss_tabs div.tab_items {
  border-color: #e2e4e6;
}

.colorStyle2 .h_op {
  color: inherit;
  border-bottom-color: #e2e4e6;
}

.colorStyle2 .uss_eshop_sameproducts .item {
  border-color: #e2e4e6;
}

.colorStyle2 .uss_eshop_sameproducts .item .info .price span.old_price {
  color: #747b82;
}

.colorStyle2 .uss_eshop_sameproducts .item .info .addToCart a.add_to_cart {
  border-color: #db3c3a;
  color: #333333;
}

.colorStyle2
  .uss_eshop_sameproducts
  .item
  .info
  .addToCart
  a.add_to_cart:before {
  background: url("../img/k4_2/cart.png") center no-repeat;
}

.colorStyle2
  .uss_eshop_sameproducts
  .item
  .info
  .addToCart
  a.add_to_cart.already_in_cart {
  border-color: #e2e4e6;
}

.colorStyle2
  .uss_eshop_sameproducts
  .item
  .info
  .addToCart
  a.add_to_cart.already_in_cart:before {
  background-image: url("../img/k4_2/already-btn.png");
}

.colorStyle2
  .uss_eshop_sameproducts
  .item
  .info
  .addToCart
  a.add_to_cart:hover {
  background: #db3c3a;
  color: #ffffff;
  border-color: #db3c3a !important;
}

.colorStyle2
  .uss_eshop_sameproducts
  .item
  .info
  .addToCart
  a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.colorStyle2 .uss_guestbook .uss_guestbook_links a {
  border-color: #ec950d;
  color: inherit;
}

.colorStyle2 .uss_guestbook .uss_guestbook_links a:hover {
  background-color: #ec950d;
  color: #ffffff;
}

.colorStyle2 .uss_guestbook .uss_guestbook_item {
  border-color: #e2e4e6;
}

.colorStyle2 #uss_basket_ask_where_to_go_block {
  border-color: #ec950d;
}

.colorStyle2 .decore-list td.num:after {
  background: #ec950d;
}

.colorStyle2 .position.position-block .uss_eshop_block_item:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0)),
    color-stop(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.7)
  );
}

.colorStyle2 .position.position-block .uss_eshop_block_item:hover:after {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(251, 153, 0, 0.8)),
      to(rgba(251, 153, 0, 0.8))
    ),
    -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(251, 153, 0, 0.8), rgba(251, 153, 0, 0.8)),
    linear-gradient(
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.7)
    );
}

.colorStyle2 .position .uss_eshop_block_item a.add_to_cart {
  border-color: #db3c3a;
  background-color: transparent;
  color: #db3c3a;
}

.colorStyle2 .position .uss_eshop_block_item a.add_to_cart:before {
  background-image: url("../img/k4_2/cart.png");
}

.colorStyle2 .position .uss_eshop_block_item a.add_to_cart.already_in_cart {
  border-color: #e2e4e6;
}

.colorStyle2
  .position
  .uss_eshop_block_item
  a.add_to_cart.already_in_cart:before {
  background-image: url("../img/k4_2/already-btn.png");
}

.colorStyle2 .position .uss_eshop_block_item a.add_to_cart:hover {
  border-color: #db3c3a !important;
  background-color: #db3c3a;
  color: #ffffff;
}

.colorStyle2 .position .uss_eshop_block_item a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.colorStyle2 .position .uss_eshop_block_item:hover {
  border-color: #db3c3a;
}

.colorStyle2
  .aside-block
  .uss_eshop_block_item
  .uss_price_cart_btn_wrap
  a.add_to_cart {
  border-color: #db3c3a;
  background: transparent;
  color: #db3c3a;
}

.colorStyle2
  .aside-block
  .uss_eshop_block_item
  .uss_price_cart_btn_wrap
  a.add_to_cart:before {
  background-image: url("../img/k4_2/cart.png");
}

.colorStyle2
  .aside-block
  .uss_eshop_block_item
  .uss_price_cart_btn_wrap
  a.add_to_cart:hover {
  border-color: #db3c3a;
  background-color: #db3c3a;
  color: #ffffff;
}

.colorStyle2 .aside-block .uss_eshop_block_item:hover {
  border-color: #db3c3a;
}

.colorStyle2 .bg-type4 {
  color: #e2e4e6;
}

.colorStyle2 .bg-type4 .h3 {
  border-color: #e2e4e6;
}

.colorStyle2 .bg-type4 form .group:not(.end) .fc_item .elem_item input.styler,
.colorStyle2
  .bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  textarea.styler {
  border-color: #e2e4e6;
}

.colorStyle2
  .bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  input.styler::-webkit-input-placeholder,
.colorStyle2
  .bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  textarea.styler::-webkit-input-placeholder {
  color: #e2e4e6;
}

.colorStyle2
  .bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  input.styler::-moz-placeholder,
.colorStyle2
  .bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  textarea.styler::-moz-placeholder {
  color: #e2e4e6;
}

.colorStyle2
  .bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  input.styler:-moz-placeholder,
.colorStyle2
  .bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  textarea.styler:-moz-placeholder {
  color: #e2e4e6;
}

.colorStyle2
  .bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  input.styler:-ms-input-placeholder,
.colorStyle2
  .bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  textarea.styler:-ms-input-placeholder {
  color: #e2e4e6;
}

.colorStyle2 .uss_autocomplete_results .ac_over {
  background-color: #fb9900;
}

.colorStyle2 .uss_pagenator .uss_page_num span.uss_page,
.colorStyle2 .uss_pagenator .uss_page_num span.uss_10_pages_forward,
.colorStyle2 .uss_pagenator .uss_page_num span.uss_10_pages_bac,
.colorStyle2 .uss_pagenator .uss_page_num span.uss_page_forward {
  border: 2px solid #dedade;
}

.colorStyle2 .uss_pagenator .uss_page_num span.uss_page:hover,
.colorStyle2 .uss_pagenator .uss_page_num span.uss_10_pages_forward:hover,
.colorStyle2 .uss_pagenator .uss_page_num span.uss_10_pages_bac:hover,
.colorStyle2 .uss_pagenator .uss_page_num span.uss_page_forward:hover {
  border-color: #fb9900;
}

.colorStyle2 .uss_pagenator .uss_page_num span.uss_page.uss_page_selected,
.colorStyle2
  .uss_pagenator
  .uss_page_num
  span.uss_10_pages_forward.uss_page_selected,
.colorStyle2
  .uss_pagenator
  .uss_page_num
  span.uss_10_pages_bac.uss_page_selected,
.colorStyle2
  .uss_pagenator
  .uss_page_num
  span.uss_page_forward.uss_page_selected {
  border-color: #fb9900;
  color: #333;
}

.colorStyle2 .information ul li .submenu li a {
  color: #ec950d;
}

.colorStyle2 .uss_adv_img_list_item.uss_ail_point span {
  background-color: #e3dfe4;
}

.colorStyle2 .uss_adv_img_list_item.uss_ail_point.active span {
  background-color: #ec950d;
}

.colorStyle2 .uss_adv_img_list_item.uss_ail_point.active span {
  background: #db3c3a;
}

@media (max-width: 1000px) {
  .colorStyle2 .container .aside .aside-catalog-opener {
    color: #ffffff;
    background: #fb9900;
    position: relative;
  }
}

@media (max-width: 700px) {
  .colorStyle2 .adaptive-full-screen .call_me {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#333034),
      to(#5a575b)
    );
    background-image: linear-gradient(90deg, #333034, #5a575b);
    color: #ffffff;
  }

  .colorStyle2 .adaptive-full-screen .menu {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#333034),
      to(#5a575b)
    );
    background-image: linear-gradient(90deg, #333034, #5a575b);
    color: #ffffff;
  }

  .colorStyle2 .adaptive-full-screen .menu a {
    color: #fff !important;
  }

  .colorStyle2 .news.block .news_block_item:nth-of-type(even) .image:after {
    border-right-color: #ffffff;
    border-left-color: transparent;
  }

  .colorStyle2 .news.block .news_block_item:nth-of-type(even) .image:before {
    border-right-color: #ffffff;
    border-left-color: transparent;
  }
}

@media (max-width: 500px) {
  .colorStyle2
    .header
    .left
    .basket
    > div
    > div
    .amounts
    #uss_block_basket_amount {
    background: #ec950d;
    color: #b5edff;
  }

  .colorStyle2 .header .left .basket > div.empty:after {
    background: #ec950d;
    color: #b5edff;
  }
}

.colorStyle3 {
  /*slider*/ /*header*/ /*menu */ /*service*/ /*block*/ /*@quote_background : url(./../img/q-start.png) left center no-repeat, url(./../img/q-end.png) right center no-repeat;*/ /*about block*/ /*news block*/ /*review*/ /*main*/ /*aside*/ /*singlepage*/ /*big-map*/ /*footer*/ /*uss_shop_blocks_view*/ /*eshop_category*/ /*uss_catalog_block_cat*/ /*uss_catalog_list_cat:not(.uss_catalog_sidebar)*/ /*uss_shop_list_cat*/ /*main-orderbutton*/ /*form*/ /*radio*/ /*checkbox*/ /*selectbox*/ /*buy_one_click_form_tml*/ /*inline-form*/ /*uss_shop_detail*/ /*uss_tabs*/ /*h_op*/ /*uss_eshop_sameproducts*/ /*uss_guestbook*/ /*where_to_go_block*/ /*decore-list */ /*.uss_eshop_sameproducts.list {  a.add_to_cart {  border-color: @onepos_addtocart_border_color;  color: @addtocart_color;  &:before {    background-image: url('./../img@{path}cart.png');  }  &.already_in_cart {    &:before {    background-image: url('./../img@{path}already-btn.png');    }  }  &:hover {    background: @onepos_addtocart_hover_background;    color: @onepos_addtocart_hover_color;    border-color: @onepos_addtocart_hover_background !important;    &:before {    -webkit-filter: brightness(100);    filter: brightness(100);    }  }  }}*/ /*.header .burger.notInViewPort {  border-color: @link_text_color;  span {  background-color: @link_text_color;  }}*/
}

.colorStyle3 .bg-type3 {
  background: #bf162b;
}

.colorStyle3 #wrap {
  color: #333333;
}

.colorStyle3 a {
  color: #bf162b;
}

.colorStyle3 .slider .slides .slide .caption {
  color: #ffffff;
}

.colorStyle3 .slider .slides .slide .caption:after {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1c1c1c),
    to(#424242)
  );
  background: linear-gradient(90deg, #1c1c1c, #424242);
}

.colorStyle3 .slider .slides .slick-arrow.slick-prev {
  background: url("../img/k4_3/slider-prev.png") center no-repeat;
}

.colorStyle3 .slider .slides .slick-arrow.slick-next {
  background: url("../img/k4_3/slider-next.png") center no-repeat;
}

.colorStyle3 .slider .slides .slick-dots li button {
  background: url("../img/k4_3/position-dot.png") center no-repeat;
}

.colorStyle3 .slider .slides .slick-dots li.slick-active button {
  background: url("../img/k4_3/position-dot-active.png") center no-repeat;
}

@media (max-width: 500px) {
  .colorStyle3 .slider {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#1c1c1c),
      to(#424242)
    );
    background: linear-gradient(90deg, #1c1c1c, #424242);
  }
}

.colorStyle3 .header {
  color: #ffffff;
}

.colorStyle3 .header .contacts a {
  color: #fff;
}

.colorStyle3 .header .row + .row {
  border-color: rgba(255, 255, 255, 0.2);
}

.colorStyle3 .header .call_me {
  color: #ffffff;
}

.colorStyle3 .header .call_me a {
  color: inherit;
}

.colorStyle3 .header .call_me a:before {
  background-image: url("../img/k4_3/call-me.png");
}

.colorStyle3 .header .auth {
  color: #ffffff;
}

.colorStyle3 .header .auth .enter a {
  background-image: url("../img/k4_3/enter.png");
  color: inherit;
}

.colorStyle3 .header .auth .enter a:after {
  background: rgba(255, 255, 255, 0.3);
}

.colorStyle3 .header .auth .registration a {
  background-image: url("../img/k4_3/enter.png");
  color: inherit;
}

.colorStyle3 .header .auth .registration a:after {
  background: rgba(255, 255, 255, 0.3);
}

.colorStyle3 .header .basket {
  color: #ffffff;
}

.colorStyle3 .header .basket:hover {
  color: #ffffff;
}

.colorStyle3 .header .basket > div:before {
  background-image: url("../img/k4_3/basket.png");
}

.colorStyle3 .header .search .uss_site_search .uss_input_name {
  border-color: rgba(255, 255, 255, 0.5);
  color: #6a6b74;
}

.colorStyle3 .header .search .uss_site_search .uss_input_name:focus {
  border-color: #bf162b;
}

.colorStyle3 .header .search .uss_site_search .uss_submit {
  background-image: url("../img/k4_3/search-icon.png");
}

.colorStyle3 .menu ul li a {
  color: #ffffff;
}

.colorStyle3 .menu ul li a:after {
  background: rgba(255, 255, 255, 0.3);
}

.colorStyle3 .menu ul li:hover,
.colorStyle3 .menu ul li.active,
.colorStyle3 .menu ul li.clicked {
  background: #bf162b;
}

.colorStyle3 .menu ul li:hover a,
.colorStyle3 .menu ul li.active a,
.colorStyle3 .menu ul li.clicked a {
  color: #ffffff;
}

.colorStyle3 .menu .submenu {
  background: #bf162b;
}

.colorStyle3.mainpage
  .service-block
  .uss_shop_block_cat
  .uss_shop_category:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0)),
    color-stop(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.7)
  );
}

.colorStyle3.mainpage
  .service-block
  .uss_shop_block_cat
  .uss_shop_category:hover:after {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(191, 22, 43, 0.8)),
      to(rgba(191, 22, 43, 0.8))
    ),
    -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(191, 22, 43, 0.8), rgba(191, 22, 43, 0.8)),
    linear-gradient(
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.7)
    );
}

.colorStyle3.mainpage
  .service-block
  .uss_shop_block_cat
  .uss_shop_category
  .uss_shop_cat_name
  a {
  color: #ffffff;
}

.colorStyle3.mainpage
  .service-block
  .uss_shop_block_cat
  .uss_shop_category
  .uss_shop_cat_text {
  color: #ffffff;
}

.colorStyle3.mainpage
  .service-block
  .uss_catalog_sidebar
  .uss_catalog_category:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0)),
    color-stop(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.7)
  );
}

.colorStyle3.mainpage
  .service-block
  .uss_catalog_sidebar
  .uss_catalog_category:hover:after {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(191, 22, 43, 0.8)),
      to(rgba(191, 22, 43, 0.8))
    ),
    -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(191, 22, 43, 0.8), rgba(191, 22, 43, 0.8)),
    linear-gradient(
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.7)
    );
}

.colorStyle3.mainpage
  .service-block
  .uss_catalog_sidebar
  .uss_catalog_category
  .uss_catalog_cat_name
  a {
  color: #ffffff;
}

.colorStyle3.mainpage
  .service-block
  .uss_catalog_sidebar
  .uss_catalog_category
  .uss_shop_cat_text {
  color: #ffffff;
}

.colorStyle3.mainpage .service-block .uss_eshop_menu li > a {
  color: #ffffff;
}

.colorStyle3.mainpage .service-block .uss_eshop_menu li:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0)),
    color-stop(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.7)
  );
}

.colorStyle3.mainpage .service-block .uss_eshop_menu li:hover:after {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(191, 22, 43, 0.8)),
      to(rgba(191, 22, 43, 0.8))
    ),
    -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(191, 22, 43, 0.8), rgba(191, 22, 43, 0.8)),
    linear-gradient(
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.7)
    );
}

.colorStyle3.mainpage .service-block .catalog_menu li .catalog_menu_item > a {
  color: #ffffff;
}

.colorStyle3.mainpage .service-block .catalog_menu li .catalog_menu_item:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0)),
    color-stop(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.7)
  );
}

.colorStyle3.mainpage
  .service-block
  .catalog_menu
  li
  .catalog_menu_item:hover:after {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(191, 22, 43, 0.8)),
      to(rgba(191, 22, 43, 0.8))
    ),
    -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(191, 22, 43, 0.8), rgba(191, 22, 43, 0.8)),
    linear-gradient(
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.7)
    );
}

.colorStyle3.mainpage
  .service-block
  .section.section_catalog
  .uss_catalog_block_cat
  .uss_catalog_category
  .catalog_info
  .uss_catalog_cat_name
  a {
  color: #ffffff;
}

.colorStyle3.mainpage
  .service-block
  .section.section_catalog
  .uss_catalog_block_cat
  .uss_catalog_category
  .catalog_info
  .uss_catlog_cat_anons {
  color: #ffffff;
}

.colorStyle3.mainpage
  .service-block
  .section.section_catalog
  .uss_catalog_block_cat
  .uss_catalog_category:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0)),
    color-stop(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.7)
  );
}

.colorStyle3.mainpage
  .service-block
  .section.section_catalog
  .uss_catalog_block_cat
  .uss_catalog_category:hover:after {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(191, 22, 43, 0.8)),
      to(rgba(191, 22, 43, 0.8))
    ),
    -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(191, 22, 43, 0.8), rgba(191, 22, 43, 0.8)),
    linear-gradient(
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.7)
    );
}

.colorStyle3 .block.bg-type1 {
  background: #e9e9e9;
}

.colorStyle3 .block.bg-type2 {
  background: #bf162b;
}

.colorStyle3 .block.bg-type3 {
  background: #bf162b;
}

.colorStyle3 .block.type1 {
  color: #333333;
}

.colorStyle3 .block.type2 .h3 {
  color: #ffffff;
}

.colorStyle3 .block.type2 .h3 a:hover:after {
  background-color: #4a464a;
}

.colorStyle3 .block .h3 a:after {
  background: #4a464a;
  color: #fff;
}

.colorStyle3 .news.block .news_block_item .image:after {
  border-right-color: #ffffff;
}

.colorStyle3 .news.block .news_block_item .image:before {
  border-right-color: #ffffff;
}

.colorStyle3 .news.block .news_block_item .info .date {
  color: #b9b5ba;
  background-image: url("../img/k4_3/clock.png");
}

.colorStyle3 .news.block .news_block_item .info .title a {
  color: #bf162b;
}

.colorStyle3 .news.block .news_block_item .info .title a span {
  border-bottom-color: #df8a95;
}

.colorStyle3 .news.block .news_block_item:nth-of-type(even) {
  background: radial-gradient(
      circle at 15% 110%,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0) 22%,
      rgba(255, 255, 255, 0)
    ),
    #bf162b;
}

.colorStyle3 .news.block .news_block_item:nth-of-type(even) .image:after {
  border-left-color: #bf162b;
}

.colorStyle3 .news.block .news_block_item:nth-of-type(even) .image:before {
  border-left-color: #bf162b;
}

.colorStyle3 .news.block .news_block_item:nth-of-type(even) .info .date {
  color: rgba(255, 255, 255, 0.5);
  background-image: url("../img/k4_3/clock-alt.png");
}

.colorStyle3 .news.block .news_block_item:nth-of-type(even) .info .title {
  color: #ffffff;
}

.colorStyle3 .news.block .news_block_item:nth-of-type(even) .info .title a {
  color: inherit;
}

.colorStyle3
  .news.block
  .news_block_item:nth-of-type(even)
  .info
  .title
  a
  span {
  border-bottom-color: #df8b96;
}

.colorStyle3 .news.block .news_block_item:nth-of-type(even) .info .preview {
  color: #ffffff;
}

.colorStyle3 .review .news_block_item {
  background: #ffffff;
}

.colorStyle3 .review .news_block_item .image a:after {
  border-right-color: #ffffff;
}

.colorStyle3 .review .news_block_item .info {
  background: url(../img/q-small-start.png) 30px calc(100% - 41px) no-repeat,
    url(../img/q-small-end.png) calc(100% - 40px) 96px no-repeat;
}

.colorStyle3 .review .news_block_item .info .title {
  color: #bf162b;
}

.colorStyle3 .review .slick-dots li button {
  background: url("../img/k4_3/position-dot.png") center no-repeat;
}

.colorStyle3 .review .slick-dots li.slick-active button {
  background: url("../img/k4_3/position-dot-active.png") center no-repeat;
}

.colorStyle3 .container .content h1 {
  border-bottom-color: #e2e4e6;
}

.colorStyle3 .container .content .uss_shop_block_cat .uss_shop_category {
  border-color: #e2e4e6;
}

.colorStyle3 .container .content .uss_shop_block_cat .uss_shop_category:hover {
  border-color: #bf162b;
}

.colorStyle3
  .container
  .content
  .uss_eshop_filters_block
  .filter_submit
  input[type="submit"].styler {
  background: #bf162b;
  color: #fff;
}

.colorStyle3 .container .bread .bread-sup {
  background-image: url("../img/k4_3/aside-submenu-active.png");
}

.colorStyle3 .aside-block .h3 {
  border-bottom-color: #e2e4e6;
}

.colorStyle3 .aside-block.aside-menu .h3 {
  background: #bf162b;
}

.colorStyle3 .aside-block.aside-menu ul li:hover > a,
.colorStyle3 .aside-block.aside-menu ul li.active > a {
  color: #333333;
}

.colorStyle3 .aside-block.aside-menu ul li .submenu li a {
  color: inherit;
  background-image: url("../img/k4_3/aside-submenu-active.png");
}

.colorStyle3 .aside-block.aside-menu ul li .submenu li:hover > a {
  color: #bf162b;
  background-image: url("../img/k4_3/aside-submenu.png");
}

.colorStyle3 .aside-block .news_block_item {
  border-bottom-color: #e2e4e6;
}

.colorStyle3 .aside-block .news_block_item .info .date {
  color: #a6a6a6;
  background-image: url("../img/k4_3/clock.png");
}

.colorStyle3.singlepage .header {
  background: #7a85a0;
}

.colorStyle3 .big-map .contacts-block {
  background: rgba(255, 255, 255, 0.9);
}

.colorStyle3 .footer {
  background: #2c2c2c;
  color: #ffffff;
}

.colorStyle3 .footer a {
  color: #9e9e9e;
}

.colorStyle3 .footer .menu ul li a {
  color: #ffffff;
}

.colorStyle3 .footer .menu ul li a:after {
  background: rgba(255, 255, 255, 0.3);
}

.colorStyle3 .footer .menu ul li:hover,
.colorStyle3 .footer .menu ul li.active {
  background: #bf162b;
}

.colorStyle3 .footer .menu ul li:hover a,
.colorStyle3 .footer .menu ul li.active a {
  color: #ffffff;
}

.colorStyle3.singlepage .uss_shop_blocks_view .uss_eshop_item {
  border-color: #e2e4e6;
}

.colorStyle3.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .uss_shop_price
  span.old_price {
  color: #747b82;
}

.colorStyle3.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart,
.colorStyle3.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart {
  border-color: #bf162b;
  color: inherit;
}

.colorStyle3.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart:before,
.colorStyle3.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart:before {
  background-image: url("../img/k4_3/cart.png");
}

.colorStyle3.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart.already_in_cart:before,
.colorStyle3.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart.already_in_cart:before {
  background-image: url("../img/k4_3/already-btn.png");
}

.colorStyle3.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart:hover,
.colorStyle3.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart:hover {
  background: #bf162b;
  color: #ffffff;
  border-color: #bf162b !important;
}

.colorStyle3.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart:hover:before,
.colorStyle3.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.colorStyle3.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns {
  border-bottom-color: #e2e4e6;
  border-top-color: #e2e4e6;
}

.colorStyle3.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns a {
  border-bottom-color: style_border_color;
}

.colorStyle3.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .buy_btns
  a.already_in_compare:after,
.colorStyle3.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .buy_btns
  a.already_in_wish:after {
  background-color: #bf162b;
}

.colorStyle3.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .buy_btns
  .uss_shop_by
  a {
  background-image: url("../img/k4_3/fast-buy.png");
}

.colorStyle3.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .buy_btns
  .uss_compare_by
  a.add_to_compare {
  background-image: url("../img/k4_3/compare.png");
}

.colorStyle3.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .buy_btns
  .uss_shop_put_wrap
  .uss_shop_put
  a {
  background-image: url("../img/k4_3/fav.png");
}

.colorStyle3.singlepage .uss_shop_list_view .uss_eshop_item {
  border-color: #e2e4e6;
}

.colorStyle3.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .uss_shop_price
  span.old_price {
  color: #747b82;
}

.colorStyle3.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart,
.colorStyle3.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart {
  border-color: #bf162b;
  color: inherit;
}

.colorStyle3.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart:before,
.colorStyle3.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart:before {
  background-image: url("../img/k4_3/cart.png");
}

.colorStyle3.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart:hover,
.colorStyle3.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart:hover {
  background: #bf162b;
  color: #ffffff;
}

.colorStyle3.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart:hover:before,
.colorStyle3.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.colorStyle3.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns {
  border-bottom-color: #e2e4e6;
  border-top-color: #e2e4e6;
}

.colorStyle3.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .buy_btns
  > *:hover {
  border-color: #bf162b;
}

.colorStyle3.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns a {
  border-bottom-color: style_border_color;
}

.colorStyle3.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns a:hover {
  border-bottom-color: #bf162b;
}

.colorStyle3.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .buy_btns
  .uss_shop_by
  a {
  background-image: url("../img/k4_3/fast-buy.png");
}

.colorStyle3.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .buy_btns
  .uss_compare_by
  a.add_to_compare {
  background-image: url("../img/k4_3/compare.png");
}

.colorStyle3.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .buy_btns
  .uss_shop_put_wrap
  .uss_shop_put
  a {
  background-image: url("../img/k4_3/fav.png");
}

.colorStyle3.singlepage .uss_shop_list_view .uss_eshop_item:hover {
  border-color: #bf162b;
}

.colorStyle3.singlepage .uss_catalog_block_cat .uss_catalog_category {
  border-color: #e2e4e6;
}

.colorStyle3.singlepage
  .uss_catalog_block_cat
  .uss_catalog_category
  .catalog_orderbutton {
  background: #ffffff;
  border-color: #bf162b;
  color: inherit;
}

.colorStyle3.singlepage
  .uss_catalog_block_cat
  .uss_catalog_category
  .catalog_orderbutton:hover {
  background: #bf162b;
  color: #ffffff;
}

.colorStyle3.singlepage .uss_catalog_sidebar .uss_catalog_category {
  border-color: #e2e4e6;
}

.colorStyle3.singlepage
  .uss_catalog_sidebar
  .uss_catalog_category
  .catalog_orderbutton {
  background: #ffffff;
  border-color: #bf162b;
  color: inherit;
}

.colorStyle3.singlepage
  .uss_catalog_sidebar
  .uss_catalog_category
  .catalog_orderbutton:hover {
  background: #bf162b;
  color: #ffffff;
}

.colorStyle3.singlepage
  .uss_catalog_list_cat:not(.uss_catalog_sidebar)
  .uss_catalog_category {
  border-color: #e2e4e6;
}

.colorStyle3.singlepage
  .uss_catalog_list_cat:not(.uss_catalog_sidebar)
  .uss_catalog_category
  .catalog_orderbutton {
  background: #ffffff;
  border-color: #bf162b;
  color: inherit;
}

.colorStyle3.singlepage
  .uss_catalog_list_cat:not(.uss_catalog_sidebar)
  .uss_catalog_category
  .catalog_orderbutton:hover {
  background: #bf162b;
  color: #ffffff;
}

.colorStyle3.singlepage
  .uss_catalog_list_cat:not(.uss_catalog_sidebar)
  .uss_catalog_category:hover {
  border-color: #bf162b;
}

.colorStyle3.singlepage .uss_shop_list_cat .uss_shop_category {
  border-color: #e2e4e6;
}

.colorStyle3.singlepage .uss_shop_list_cat .uss_shop_category:hover {
  border-color: #bf162b;
}

.colorStyle3 table.uss_shoppos_table a.add_to_cart:not(.buy_one_click) {
  border-color: #bf162b;
  color: inherit;
  -webkit-transition: none;
  transition: none;
}

.colorStyle3 table.uss_shoppos_table a.add_to_cart:not(.buy_one_click):before {
  background-image: url("../img/k4_3/cart.png");
}

.colorStyle3 table.uss_shoppos_table a.add_to_cart:not(.buy_one_click):hover {
  background: #bf162b;
  color: #ffffff;
}

.colorStyle3
  table.uss_shoppos_table
  a.add_to_cart:not(.buy_one_click):hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.colorStyle3 table.uss_shoppos_table .buy_btns a {
  -webkit-transition: none;
  transition: none;
  color: #9e9e9e;
  border-color: #9e9e9e;
}

.colorStyle3 table.uss_shoppos_table .buy_btns a:hover,
.colorStyle3 table.uss_shoppos_table .buy_btns a.already_in_compare,
.colorStyle3 table.uss_shoppos_table .buy_btns a.already_in_wish {
  border-color: #bf162b;
  color: #bf162b;
}

.colorStyle3 table.uss_shoppos_table .buy_btns .uss_shop_by:hover {
  border-color: #bf162b;
}

.colorStyle3 table.uss_shoppos_table .buy_btns .uss_shop_by:hover a {
  -webkit-transition: none;
  transition: none;
  background-image: url("../img/k4_3/fast-buy-mini.png");
}

.colorStyle3 table.uss_shoppos_table .buy_btns .uss_compare_by:hover {
  border-color: #bf162b;
}

.colorStyle3
  table.uss_shoppos_table
  .buy_btns
  .uss_compare_by:hover
  a.add_to_compare {
  -webkit-transition: none;
  transition: none;
  background-image: url("../img/k4_3/compare-mini.png");
}

.colorStyle3 table.uss_shoppos_table .buy_btns .add_to_wishlist:hover {
  border-color: #bf162b;
}

.colorStyle3 table.uss_shoppos_table .buy_btns .add_to_wishlist:hover a {
  -webkit-transition: none;
  transition: none;
  background-image: url("../img/k4_3/fav-mini.png");
}

.colorStyle3 .uss_catalog_sidebar .catalog_orderbutton,
.colorStyle3 .uss_catalog_block_cat .catalog_orderbutton,
.colorStyle3 .uss_catalog_detail .catalog_orderbutton,
.colorStyle3
  .uss_catalog_list_cat:not(.uss_catalog_sidebar)
  .catalog_orderbutton {
  background: #ffffff;
  border-color: #bf162b;
  color: inherit;
}

.colorStyle3 .service-block .catalog_menu_item .catalog_orderbutton {
  background: #ffffff;
  border-color: #bf162b;
  color: #000;
}

.colorStyle3 .uss_catalog_sidebar .catalog_orderbutton:hover,
.colorStyle3 .uss_catalog_block_cat .catalog_orderbutton:hover,
.colorStyle3 .uss_catalog_detail .catalog_orderbutton:hover,
.colorStyle3
  .uss_catalog_list_cat:not(.uss_catalog_sidebar)
  .catalog_orderbutton:hover {
  background: #bf162b;
  color: #ffffff;
}

.colorStyle3 form input[type="text"],
.colorStyle3 form.form_styler input[type="text"],
.colorStyle3 form input.styler[type="text"],
.colorStyle3 form.form_styler input.styler[type="text"],
.colorStyle3 form input[type="password"],
.colorStyle3 form.form_styler input[type="password"],
.colorStyle3 form input.styler[type="password"],
.colorStyle3 form.form_styler input.styler[type="password"],
.colorStyle3 form input[type="email"],
.colorStyle3 form.form_styler input[type="email"],
.colorStyle3 form input.styler[type="email"],
.colorStyle3 form.form_styler input.styler[type="email"] {
  border-color: #cccdcf;
}

.colorStyle3 form input[type="text"]:focus,
.colorStyle3 form.form_styler input[type="text"]:focus,
.colorStyle3 form input.styler[type="text"]:focus,
.colorStyle3 form.form_styler input.styler[type="text"]:focus,
.colorStyle3 form input[type="password"]:focus,
.colorStyle3 form.form_styler input[type="password"]:focus,
.colorStyle3 form input.styler[type="password"]:focus,
.colorStyle3 form.form_styler input.styler[type="password"]:focus,
.colorStyle3 form input[type="email"]:focus,
.colorStyle3 form.form_styler input[type="email"]:focus,
.colorStyle3 form input.styler[type="email"]:focus,
.colorStyle3 form.form_styler input.styler[type="email"]:focus {
  border-color: #bf162b;
}

.colorStyle3 form textarea,
.colorStyle3 form.form_styler textarea,
.colorStyle3 form textarea.styler,
.colorStyle3 form.form_styler textarea.styler {
  border-color: #cccdcf;
}

.colorStyle3 form textarea:focus,
.colorStyle3 form.form_styler textarea:focus,
.colorStyle3 form textarea.styler:focus,
.colorStyle3 form.form_styler textarea.styler:focus {
  border-color: #bf162b;
}

.colorStyle3 form input[type="submit"],
.colorStyle3 form.form_styler input[type="submit"],
.colorStyle3 form input[type="submit"].styler,
.colorStyle3 form.form_styler input[type="submit"].styler,
.colorStyle3 form button,
.colorStyle3 form.form_styler button,
.colorStyle3 form button.styler,
.colorStyle3 form.form_styler button.styler {
  background: none;
  border-color: #bf162b;
  color: inherit;
}

.colorStyle3 form input[type="submit"]:hover,
.colorStyle3 form.form_styler input[type="submit"]:hover,
.colorStyle3 form input[type="submit"].styler:hover,
.colorStyle3 form.form_styler input[type="submit"].styler:hover,
.colorStyle3 form button:hover,
.colorStyle3 form.form_styler button:hover,
.colorStyle3 form button.styler:hover,
.colorStyle3 form.form_styler button.styler:hover {
  background: #bf162b !important;
  color: #ffffff !important;
}

.colorStyle3 .jq-checkbox {
  border-color: #e2e4e6;
}

.colorStyle3 .jq-checkbox.checked {
  border-color: #bf162b;
}

.colorStyle3 .jq-checkbox.checked .jq-checkbox__div {
  background: #bf162b;
}

.colorStyle3 .jq-radio {
  border-color: #cccdcf;
}

.colorStyle3 .jq-radio.checked .jq-radio__div {
  background: #bf162b;
}

.colorStyle3 .jq-selectbox .jq-selectbox__select {
  border-color: #cccdcf;
}

.colorStyle3
  .jq-selectbox
  .jq-selectbox__select
  .jq-selectbox__trigger
  .jq-selectbox__trigger-arrow {
  border-top-color: #cccdcf;
}

.colorStyle3 .jq-selectbox:hover .jq-selectbox__select {
  border-color: #333;
}

.colorStyle3 .jq-selectbox:hover .jq-selectbox__select .jq-selectbox__trigger {
  border-left-color: #333;
}

.colorStyle3
  .jq-selectbox:hover
  .jq-selectbox__select
  .jq-selectbox__trigger
  .jq-selectbox__trigger-arrow {
  border-top-color: #333;
}

.colorStyle3 .jq-selectbox.opened .jq-selectbox__select .jq-selectbox__trigger {
  border-left-color: #bf162b;
}

.colorStyle3
  .jq-selectbox.opened
  .jq-selectbox__select
  .jq-selectbox__trigger
  .jq-selectbox__trigger-arrow {
  border-top-color: #bf162b;
}

.colorStyle3 .jq-selectbox.jq-selectbox.focused .jq-selectbox__select {
  border-color: #bf162b;
}

.colorStyle3
  .buy_one_click_form_tml
  .uss_onepos_info
  .uss_shop_price
  span.old_price {
  color: #747b82;
}

.colorStyle3
  .inline-form
  form
  .group:not(.end)
  .fc_item
  .elem_item
  input.styler:focus,
.colorStyle3
  .inline-form
  form
  .group:not(.end)
  .fc_item
  .elem_item
  textarea.styler:focus {
  border-color: #bf162b;
}

.colorStyle3
  .uss_shop_detail
  .uss_shop_technical_data
  .uss_shop_price
  .price.old_price {
  color: #747b82;
}

.colorStyle3
  .uss_shop_detail
  .uss_shop_technical_data
  > .uss_shop_by
  a.add_to_cart,
.colorStyle3
  .uss_shop_detail
  .uss_shop_technical_data
  .price_buy_wrap
  a.add_to_cart {
  border-color: #bf162b;
  color: inherit;
}

.colorStyle3
  .uss_shop_detail
  .uss_shop_technical_data
  > .uss_shop_by
  a.add_to_cart:before,
.colorStyle3
  .uss_shop_detail
  .uss_shop_technical_data
  .price_buy_wrap
  a.add_to_cart:before {
  background-image: url("../img/k4_3/cart.png");
}

.colorStyle3
  .uss_shop_detail
  .uss_shop_technical_data
  > .uss_shop_by
  a.add_to_cart.already_in_cart:before,
.colorStyle3
  .uss_shop_detail
  .uss_shop_technical_data
  .price_buy_wrap
  a.add_to_cart.already_in_cart:before {
  background-image: url("../img/k4_3/already-btn.png");
}

.colorStyle3
  .uss_shop_detail
  .uss_shop_technical_data
  > .uss_shop_by
  a.add_to_cart:hover,
.colorStyle3
  .uss_shop_detail
  .uss_shop_technical_data
  .price_buy_wrap
  a.add_to_cart:hover {
  background: #bf162b;
  color: #ffffff;
  border-color: #bf162b !important;
}

.colorStyle3
  .uss_shop_detail
  .uss_shop_technical_data
  > .uss_shop_by
  a.add_to_cart:hover:before,
.colorStyle3
  .uss_shop_detail
  .uss_shop_technical_data
  .price_buy_wrap
  a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.colorStyle3 .uss_shop_detail .uss_shop_technical_data .buy_btns a {
  color: #9e9e9e;
  border-color: #9e9e9e;
}

.colorStyle3 .uss_shop_detail .uss_shop_technical_data .buy_btns a:hover,
.colorStyle3
  .uss_shop_detail
  .uss_shop_technical_data
  .buy_btns
  a.already_in_compare,
.colorStyle3
  .uss_shop_detail
  .uss_shop_technical_data
  .buy_btns
  a.already_in_wish {
  border-color: #bf162b;
  color: #bf162b;
}

.colorStyle3
  .uss_shop_detail
  .uss_shop_technical_data
  .buy_btns
  .uss_shop_by
  a:before {
  background-image: url("../img/k4_3/fast-buy-mini.png");
}

.colorStyle3
  .uss_shop_detail
  .uss_shop_technical_data
  .buy_btns
  .uss_compare_by
  a.add_to_compare:before {
  background-image: url("../img/k4_3/compare-mini.png");
}

.colorStyle3
  .uss_shop_detail
  .uss_shop_technical_data
  .buy_btns
  .uss_shop_put_wrap
  .uss_shop_put
  a:before {
  background-image: url("../img/k4_3/fav-mini.png");
}

.colorStyle3 div.uss_tabs div.uss_tabs_navigation span {
  border-color: #dedade;
  color: inherit;
}

.colorStyle3 div.uss_tabs div.uss_tabs_navigation span.selected {
  background: #bf162b;
  border-color: #bf162b;
  color: #ffffff;
}

.colorStyle3 div.uss_tabs div.tab_items {
  border-color: #e2e4e6;
}

.colorStyle3 .h_op {
  color: inherit;
  border-bottom-color: #e2e4e6;
}

.colorStyle3 .uss_eshop_sameproducts .item {
  border-color: #e2e4e6;
}

.colorStyle3 .uss_eshop_sameproducts .item .info .price span.old_price {
  color: #747b82;
}

.colorStyle3 .uss_eshop_sameproducts .item .info .addToCart a.add_to_cart {
  border-color: #bf162b;
  color: #333333;
}

.colorStyle3
  .uss_eshop_sameproducts
  .item
  .info
  .addToCart
  a.add_to_cart:before {
  background: url("../img/k4_3/cart.png") center no-repeat;
}

.colorStyle3
  .uss_eshop_sameproducts
  .item
  .info
  .addToCart
  a.add_to_cart.already_in_cart {
  border-color: #e2e4e6;
}

.colorStyle3
  .uss_eshop_sameproducts
  .item
  .info
  .addToCart
  a.add_to_cart.already_in_cart:before {
  background-image: url("../img/k4_3/already-btn.png");
}

.colorStyle3
  .uss_eshop_sameproducts
  .item
  .info
  .addToCart
  a.add_to_cart:hover {
  background: #bf162b;
  color: #ffffff;
  border-color: #bf162b !important;
}

.colorStyle3
  .uss_eshop_sameproducts
  .item
  .info
  .addToCart
  a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.colorStyle3 .uss_guestbook .uss_guestbook_links a {
  border-color: #bf162b;
  color: inherit;
}

.colorStyle3 .uss_guestbook .uss_guestbook_links a:hover {
  background-color: #bf162b;
  color: #ffffff;
}

.colorStyle3 .uss_guestbook .uss_guestbook_item {
  border-color: #e2e4e6;
}

.colorStyle3 #uss_basket_ask_where_to_go_block {
  border-color: #bf162b;
}

.colorStyle3 .decore-list td.num:after {
  background: #bf162b;
}

.colorStyle3 .position.position-block .uss_eshop_block_item:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0)),
    color-stop(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.7)
  );
}

.colorStyle3 .position.position-block .uss_eshop_block_item:hover:after {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(191, 22, 43, 0.8)),
      to(rgba(191, 22, 43, 0.8))
    ),
    -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(191, 22, 43, 0.8), rgba(191, 22, 43, 0.8)),
    linear-gradient(
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.7)
    );
}

.colorStyle3 .position .uss_eshop_block_item a.add_to_cart {
  border-color: #bf162b;
  background-color: transparent;
  color: inherit;
}

.colorStyle3 .position .uss_eshop_block_item a.add_to_cart:before {
  background-image: url("../img/k4_3/cart.png");
}

.colorStyle3 .position .uss_eshop_block_item a.add_to_cart.already_in_cart {
  border-color: #e2e4e6;
}

.colorStyle3
  .position
  .uss_eshop_block_item
  a.add_to_cart.already_in_cart:before {
  background-image: url("../img/k4_3/already-btn.png");
}

.colorStyle3 .position .uss_eshop_block_item a.add_to_cart:hover {
  border-color: #bf162b !important;
  background-color: #bf162b;
  color: #ffffff;
}

.colorStyle3 .position .uss_eshop_block_item a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.colorStyle3 .position .uss_eshop_block_item:hover {
  border-color: #bf162b;
}

.colorStyle3
  .aside-block
  .uss_eshop_block_item
  .uss_price_cart_btn_wrap
  a.add_to_cart {
  border-color: #bf162b;
  background: transparent;
  color: inherit;
}

.colorStyle3
  .aside-block
  .uss_eshop_block_item
  .uss_price_cart_btn_wrap
  a.add_to_cart:before {
  background-image: url("../img/k4_3/cart.png");
}

.colorStyle3
  .aside-block
  .uss_eshop_block_item
  .uss_price_cart_btn_wrap
  a.add_to_cart:hover {
  border-color: #bf162b;
  background-color: #bf162b;
  color: #ffffff;
}

.colorStyle3 .aside-block .uss_eshop_block_item:hover {
  border-color: #bf162b;
}

.colorStyle3 .bg-type4 {
  color: #e2e4e6;
}

.colorStyle3 .bg-type4 .h3 {
  border-color: #e2e4e6;
}

.colorStyle3 .bg-type4 form .group:not(.end) .fc_item .elem_item input.styler,
.colorStyle3
  .bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  textarea.styler {
  border-color: #e2e4e6;
}

.colorStyle3
  .bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  input.styler::-webkit-input-placeholder,
.colorStyle3
  .bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  textarea.styler::-webkit-input-placeholder {
  color: #e2e4e6;
}

.colorStyle3
  .bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  input.styler::-moz-placeholder,
.colorStyle3
  .bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  textarea.styler::-moz-placeholder {
  color: #e2e4e6;
}

.colorStyle3
  .bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  input.styler:-moz-placeholder,
.colorStyle3
  .bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  textarea.styler:-moz-placeholder {
  color: #e2e4e6;
}

.colorStyle3
  .bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  input.styler:-ms-input-placeholder,
.colorStyle3
  .bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  textarea.styler:-ms-input-placeholder {
  color: #e2e4e6;
}

.colorStyle3 .uss_autocomplete_results .ac_over {
  background-color: #bf162b;
}

.colorStyle3 .uss_pagenator .uss_page_num span.uss_page,
.colorStyle3 .uss_pagenator .uss_page_num span.uss_10_pages_forward,
.colorStyle3 .uss_pagenator .uss_page_num span.uss_10_pages_bac,
.colorStyle3 .uss_pagenator .uss_page_num span.uss_page_forward {
  border: 2px solid #ebeced;
}

.colorStyle3 .uss_pagenator .uss_page_num span.uss_page:hover,
.colorStyle3 .uss_pagenator .uss_page_num span.uss_10_pages_forward:hover,
.colorStyle3 .uss_pagenator .uss_page_num span.uss_10_pages_bac:hover,
.colorStyle3 .uss_pagenator .uss_page_num span.uss_page_forward:hover {
  border-color: #bf162b;
}

.colorStyle3 .uss_pagenator .uss_page_num span.uss_page.uss_page_selected,
.colorStyle3
  .uss_pagenator
  .uss_page_num
  span.uss_10_pages_forward.uss_page_selected,
.colorStyle3
  .uss_pagenator
  .uss_page_num
  span.uss_10_pages_bac.uss_page_selected,
.colorStyle3
  .uss_pagenator
  .uss_page_num
  span.uss_page_forward.uss_page_selected {
  border-color: #bf162b;
  color: #333;
}

.colorStyle3 .information ul li .submenu li a {
  color: #bf162b;
}

.colorStyle3 .uss_adv_img_list_item.uss_ail_point span {
  background-color: #e9e9e9;
}

.colorStyle3 .uss_adv_img_list_item.uss_ail_point.active span {
  background-color: #bf162b;
}

.colorStyle3 .uss_adv_img_list_item.uss_ail_point.active span {
  background: #bf162b;
}

@media (max-width: 1000px) {
  .colorStyle3 .container .aside .aside-catalog-opener {
    color: #ffffff;
    background: #bf162b;
    position: relative;
  }
}

@media (max-width: 700px) {
  .colorStyle3 .adaptive-full-screen .call_me {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#1c1c1c),
      to(#424242)
    );
    background-image: linear-gradient(90deg, #1c1c1c, #424242);
    color: #ffffff;
  }

  .colorStyle3 .adaptive-full-screen .menu {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#1c1c1c),
      to(#424242)
    );
    background-image: linear-gradient(90deg, #1c1c1c, #424242);
    color: #ffffff;
  }

  .colorStyle3 .adaptive-full-screen .menu a {
    color: #fff !important;
  }

  .colorStyle3 .news.block .news_block_item:nth-of-type(even) .image:after {
    border-right-color: #bf162b;
    border-left-color: transparent;
  }

  .colorStyle3 .news.block .news_block_item:nth-of-type(even) .image:before {
    border-right-color: #bf162b;
    border-left-color: transparent;
  }
}

@media (max-width: 500px) {
  .colorStyle3
    .header
    .left
    .basket
    > div
    > div
    .amounts
    #uss_block_basket_amount {
    background: #bf162b;
    color: #ffffff;
  }

  .colorStyle3 .header .left .basket > div.empty:after {
    background: #bf162b;
    color: #ffffff;
  }
}

.colorStyle3 .header .basket:hover {
  color: #bf162b;
}

.colorStyle3 .review .slick-dots li.slick-active button {
  background-image: url(../img/position-dot-active-white.png);
}

.colorStyle3 .uss_catalog_sidebar .catalog_orderbutton:hover {
  border-color: #fff;
}

.colorStyle4 {
  /*slider*/ /*header*/ /*menu */ /*service*/ /*block*/ /*@quote_background : url(./../img/q-start.png) left center no-repeat, url(./../img/q-end.png) right center no-repeat;*/ /*about block*/ /*news block*/ /*review*/ /*main*/ /*aside*/ /*singlepage*/ /*big-map*/ /*footer*/ /*uss_shop_blocks_view*/ /*eshop_category*/ /*uss_catalog_block_cat*/ /*uss_catalog_list_cat:not(.uss_catalog_sidebar)*/ /*uss_shop_list_cat*/ /*main-orderbutton*/ /*form*/ /*radio*/ /*checkbox*/ /*selectbox*/ /*buy_one_click_form_tml*/ /*inline-form*/ /*uss_shop_detail*/ /*uss_tabs*/ /*h_op*/ /*uss_eshop_sameproducts*/ /*uss_guestbook*/ /*where_to_go_block*/ /*decore-list */ /*.uss_eshop_sameproducts.list {  a.add_to_cart {  border-color: @onepos_addtocart_border_color;  color: @addtocart_color;  &:before {    background-image: url('./../img@{path}cart.png');  }  &.already_in_cart {    &:before {    background-image: url('./../img@{path}already-btn.png');    }  }  &:hover {    background: @onepos_addtocart_hover_background;    color: @onepos_addtocart_hover_color;    border-color: @onepos_addtocart_hover_background !important;    &:before {    -webkit-filter: brightness(100);    filter: brightness(100);    }  }  }}*/ /*.header .burger.notInViewPort {  border-color: @link_text_color;  span {  background-color: @link_text_color;  }}*/
}

.colorStyle4 #wrap {
  color: #333333;
}

.colorStyle4 a {
  color: #3975f0;
}

.colorStyle4 .slider .slides .slide .caption {
  color: #ffffff;
}

.colorStyle4 .slider .slides .slide .caption:after {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#5c32c4),
    to(#c46bd7)
  );
  background: linear-gradient(90deg, #5c32c4, #c46bd7);
}

.colorStyle4 .slider .slides .slick-arrow.slick-prev {
  background: url("../img/k4_4/slider-prev.png") center no-repeat;
}

.colorStyle4 .slider .slides .slick-arrow.slick-next {
  background: url("../img/k4_4/slider-next.png") center no-repeat;
}

.colorStyle4 .slider .slides .slick-dots li button {
  background: url("../img/k4_4/position-dot.png") center no-repeat;
}

.colorStyle4 .slider .slides .slick-dots li.slick-active button {
  background: url("../img/k4_4/position-dot-active.png") center no-repeat;
}

@media (max-width: 500px) {
  .colorStyle4 .slider {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#5c32c4),
      to(#c46bd7)
    );
    background: linear-gradient(90deg, #5c32c4, #c46bd7);
  }
}

.colorStyle4 .header {
  color: #ffffff;
}

.colorStyle4 .header .contacts a {
  color: #fff;
}

.colorStyle4 .header .row + .row {
  border-color: rgba(255, 255, 255, 0.2);
}

.colorStyle4 .header .call_me {
  color: #6396ff;
}

.colorStyle4 .header .call_me a {
  color: inherit;
}

.colorStyle4 .header .call_me a:before {
  background-image: url("../img/k4_4/call-me.png");
}

.colorStyle4 .header .auth {
  color: #ffffff;
}

.colorStyle4 .header .auth .enter a {
  background-image: url("../img/k4_4/enter.png");
  color: inherit;
}

.colorStyle4 .header .auth .enter a:after {
  background: rgba(255, 255, 255, 0.3);
}

.colorStyle4 .header .auth .registration a {
  background-image: url("../img/k4_4/enter.png");
  color: inherit;
}

.colorStyle4 .header .auth .registration a:after {
  background: rgba(255, 255, 255, 0.3);
}

.colorStyle4 .header .basket {
  color: #ffffff;
}

.colorStyle4 .header .basket:hover {
  color: #6396ff;
}

.colorStyle4 .header .basket > div:before {
  background-image: url("../img/k4_4/basket.png");
}

.colorStyle4 .header .search .uss_site_search .uss_input_name {
  border-color: rgba(255, 255, 255, 0.5);
  color: #6a6b74;
}

.colorStyle4 .header .search .uss_site_search .uss_input_name:focus {
  border-color: #3975f0;
}

.colorStyle4 .header .search .uss_site_search .uss_submit {
  background-image: url("../img/k4_4/search-icon.png");
}

.colorStyle4 .menu ul li a {
  color: #ffffff;
}

.colorStyle4 .menu ul li a:after {
  background: rgba(255, 255, 255, 0.3);
}

.colorStyle4 .menu ul li:hover,
.colorStyle4 .menu ul li.active,
.colorStyle4 .menu ul li.clicked {
  background: #3975f0;
}

.colorStyle4 .menu ul li:hover a,
.colorStyle4 .menu ul li.active a,
.colorStyle4 .menu ul li.clicked a {
  color: #ffffff;
}

.colorStyle4 .menu .submenu {
  background: #3975f0;
}

.colorStyle4.mainpage
  .service-block
  .uss_shop_block_cat
  .uss_shop_category:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0)),
    color-stop(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.7)
  );
}

.colorStyle4.mainpage
  .service-block
  .uss_shop_block_cat
  .uss_shop_category:hover:after {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(63, 104, 255, 0.8)),
      to(rgba(63, 104, 255, 0.8))
    ),
    -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(63, 104, 255, 0.8), rgba(63, 104, 255, 0.8)),
    linear-gradient(
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.7)
    );
}

.colorStyle4.mainpage
  .service-block
  .uss_shop_block_cat
  .uss_shop_category
  .uss_shop_cat_name
  a {
  color: #ffffff;
}

.colorStyle4.mainpage
  .service-block
  .uss_shop_block_cat
  .uss_shop_category
  .uss_shop_cat_text {
  color: #ffffff;
}

.colorStyle4.mainpage
  .service-block
  .uss_catalog_sidebar
  .uss_catalog_category:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0)),
    color-stop(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.7)
  );
}

.colorStyle4.mainpage
  .service-block
  .uss_catalog_sidebar
  .uss_catalog_category:hover:after {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(63, 104, 255, 0.8)),
      to(rgba(63, 104, 255, 0.8))
    ),
    -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(63, 104, 255, 0.8), rgba(63, 104, 255, 0.8)),
    linear-gradient(
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.7)
    );
}

.colorStyle4.mainpage
  .service-block
  .uss_catalog_sidebar
  .uss_catalog_category
  .uss_catalog_cat_name
  a {
  color: #ffffff;
}

.colorStyle4.mainpage
  .service-block
  .uss_catalog_sidebar
  .uss_catalog_category
  .uss_shop_cat_text {
  color: #ffffff;
}

.colorStyle4.mainpage .service-block .uss_eshop_menu li > a {
  color: #ffffff;
}

.colorStyle4.mainpage .service-block .uss_eshop_menu li:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0)),
    color-stop(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.7)
  );
}

.colorStyle4.mainpage .service-block .uss_eshop_menu li:hover:after {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(63, 104, 255, 0.8)),
      to(rgba(63, 104, 255, 0.8))
    ),
    -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(63, 104, 255, 0.8), rgba(63, 104, 255, 0.8)),
    linear-gradient(
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.7)
    );
}

.colorStyle4.mainpage .service-block .catalog_menu li .catalog_menu_item > a {
  color: #ffffff;
}

.colorStyle4.mainpage .service-block .catalog_menu li .catalog_menu_item:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0)),
    color-stop(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.7)
  );
}

.colorStyle4.mainpage
  .service-block
  .catalog_menu
  li
  .catalog_menu_item:hover:after {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(63, 104, 255, 0.8)),
      to(rgba(63, 104, 255, 0.8))
    ),
    -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(63, 104, 255, 0.8), rgba(63, 104, 255, 0.8)),
    linear-gradient(
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.7)
    );
}

.colorStyle4.mainpage
  .service-block
  .section.section_catalog
  .uss_catalog_block_cat
  .uss_catalog_category
  .catalog_info
  .uss_catalog_cat_name
  a {
  color: #ffffff;
}

.colorStyle4.mainpage
  .service-block
  .section.section_catalog
  .uss_catalog_block_cat
  .uss_catalog_category
  .catalog_info
  .uss_catlog_cat_anons {
  color: #ffffff;
}

.colorStyle4.mainpage
  .service-block
  .section.section_catalog
  .uss_catalog_block_cat
  .uss_catalog_category:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0)),
    color-stop(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.7)
  );
}

.colorStyle4.mainpage
  .service-block
  .section.section_catalog
  .uss_catalog_block_cat
  .uss_catalog_category:hover:after {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(63, 104, 255, 0.8)),
      to(rgba(63, 104, 255, 0.8))
    ),
    -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(63, 104, 255, 0.8), rgba(63, 104, 255, 0.8)),
    linear-gradient(
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.7)
    );
}

.colorStyle4 .block.bg-type1 {
  background: #e3dfe4;
}

.colorStyle4 .block.bg-type2 {
  background: #2e2d4d;
}

.colorStyle4 .block.bg-type3 {
  background: #e3dfe4;
}

.colorStyle4 .block.type1 {
  color: #333333;
}

.colorStyle4 .block.type2 .h3 {
  color: #ffffff;
}

.colorStyle4 .block.type2 .h3 a:hover:after {
  background-color: #4a464a;
}

.colorStyle4 .block .h3 a:after {
  background: #4a464a;
  color: #fff;
}

.colorStyle4 .news.block .news_block_item .image:after {
  border-right-color: #ffffff;
}

.colorStyle4 .news.block .news_block_item .image:before {
  border-right-color: #ffffff;
}

.colorStyle4 .news.block .news_block_item .info .date {
  color: rgba(0, 0, 0, 0.3);
  background-image: url("../img/k4_4/clock.png");
}

.colorStyle4 .news.block .news_block_item .info .title a {
  color: #3975f0;
}

.colorStyle4 .news.block .news_block_item .info .title a span {
  border-bottom-color: #9cbaf7;
}

.colorStyle4 .news.block .news_block_item:nth-of-type(even) {
  background: radial-gradient(
      circle at 15% 110%,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0) 22%,
      rgba(255, 255, 255, 0)
    ),
    #3975f0;
}

.colorStyle4 .news.block .news_block_item:nth-of-type(even) .image:after {
  border-left-color: #3975f0;
}

.colorStyle4 .news.block .news_block_item:nth-of-type(even) .image:before {
  border-left-color: #3975f0;
}

.colorStyle4 .news.block .news_block_item:nth-of-type(even) .info .date {
  color: #a2a0bf;
  background-image: url("../img/k4_4/clock-alt.png");
}

.colorStyle4 .news.block .news_block_item:nth-of-type(even) .info .title {
  color: #ffffff;
}

.colorStyle4 .news.block .news_block_item:nth-of-type(even) .info .title a {
  color: inherit;
}

.colorStyle4
  .news.block
  .news_block_item:nth-of-type(even)
  .info
  .title
  a
  span {
  border-bottom-color: #8180a7;
}

.colorStyle4 .news.block .news_block_item:nth-of-type(even) .info .preview {
  color: #ffffff;
}

.colorStyle4 .review .news_block_item {
  background: #ffffff;
}

.colorStyle4 .review .news_block_item .image a:after {
  border-right-color: #ffffff;
}

.colorStyle4 .review .news_block_item .info {
  background: url(../img/q-small-start.png) 30px calc(100% - 41px) no-repeat,
    url(../img/q-small-end.png) calc(100% - 40px) 96px no-repeat;
}

.colorStyle4 .review .news_block_item .info .title {
  color: #3975f0;
}

.colorStyle4 .review .slick-dots li button {
  background: url("../img/k4_4/position-dot.png") center no-repeat;
}

.colorStyle4 .review .slick-dots li.slick-active button {
  background: url("../img/k4_4/position-dot-active.png") center no-repeat;
}

.colorStyle4 .container .content h1 {
  border-bottom-color: #e2e4e6;
}

.colorStyle4 .container .content .uss_shop_block_cat .uss_shop_category {
  border-color: #e2e4e6;
}

.colorStyle4 .container .content .uss_shop_block_cat .uss_shop_category:hover {
  border-color: #3975f0;
}

.colorStyle4
  .container
  .content
  .uss_eshop_filters_block
  .filter_submit
  input[type="submit"].styler {
  background: #3975f0;
  color: #fff;
}

.colorStyle4 .container .bread .bread-sup {
  background-image: url("../img/k4_4/aside-submenu-active.png");
}

.colorStyle4 .aside-block .h3 {
  border-bottom-color: #e2e4e6;
}

.colorStyle4 .aside-block.aside-menu .h3 {
  background: #3975f0;
}

.colorStyle4 .aside-block.aside-menu ul li:hover > a,
.colorStyle4 .aside-block.aside-menu ul li.active > a {
  color: #333333;
}

.colorStyle4 .aside-block.aside-menu ul li .submenu li a {
  color: inherit;
  background-image: url("../img/k4_4/aside-submenu-active.png");
}

.colorStyle4 .aside-block.aside-menu ul li .submenu li:hover > a {
  color: #3975f0;
  background-image: url("../img/k4_4/aside-submenu.png");
}

.colorStyle4 .aside-block .news_block_item {
  border-bottom-color: #e2e4e6;
}

.colorStyle4 .aside-block .news_block_item .info .date {
  color: #a6a6a6;
  background-image: url("../img/k4_4/clock.png");
}

.colorStyle4.singlepage .header {
  background: #7a85a0;
}

.colorStyle4 .big-map .contacts-block {
  background: rgba(255, 255, 255, 0.9);
}

.colorStyle4 .footer {
  background: #2e2d4d;
  color: #ffffff;
}

.colorStyle4 .footer a {
  color: #6396ff;
}

.colorStyle4 .footer .menu ul li a {
  color: #ffffff;
}

.colorStyle4 .footer .menu ul li a:after {
  background: rgba(255, 255, 255, 0.3);
}

.colorStyle4 .footer .menu ul li:hover,
.colorStyle4 .footer .menu ul li.active {
  background: #3975f0;
}

.colorStyle4 .footer .menu ul li:hover a,
.colorStyle4 .footer .menu ul li.active a {
  color: #ffffff;
}

.colorStyle4.singlepage .uss_shop_blocks_view .uss_eshop_item {
  border-color: #e2e4e6;
}

.colorStyle4.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .uss_shop_price
  span.old_price {
  color: #747b82;
}

.colorStyle4.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart,
.colorStyle4.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart {
  border-color: #3975f0;
  color: inherit;
}

.colorStyle4.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart:before,
.colorStyle4.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart:before {
  background-image: url("../img/k4_4/cart.png");
}

.colorStyle4.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart.already_in_cart:before,
.colorStyle4.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart.already_in_cart:before {
  background-image: url("../img/k4_4/already-btn.png");
}

.colorStyle4.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart:hover,
.colorStyle4.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart:hover {
  background: #3975f0;
  color: #ffffff;
  border-color: #3975f0 !important;
}

.colorStyle4.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart:hover:before,
.colorStyle4.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.colorStyle4.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns {
  border-bottom-color: #e2e4e6;
  border-top-color: #e2e4e6;
}

.colorStyle4.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns a {
  border-bottom-color: style_border_color;
}

.colorStyle4.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .buy_btns
  a.already_in_compare:after,
.colorStyle4.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .buy_btns
  a.already_in_wish:after {
  background-color: #3975f0;
}

.colorStyle4.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .buy_btns
  .uss_shop_by
  a {
  background-image: url("../img/k4_4/fast-buy.png");
}

.colorStyle4.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .buy_btns
  .uss_compare_by
  a.add_to_compare {
  background-image: url("../img/k4_4/compare.png");
}

.colorStyle4.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .buy_btns
  .uss_shop_put_wrap
  .uss_shop_put
  a {
  background-image: url("../img/k4_4/fav.png");
}

.colorStyle4.singlepage .uss_shop_list_view .uss_eshop_item {
  border-color: #e2e4e6;
}

.colorStyle4.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .uss_shop_price
  span.old_price {
  color: #747b82;
}

.colorStyle4.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart,
.colorStyle4.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart {
  border-color: #3975f0;
  color: inherit;
}

.colorStyle4.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart:before,
.colorStyle4.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart:before {
  background-image: url("../img/k4_4/cart.png");
}

.colorStyle4.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart:hover,
.colorStyle4.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart:hover {
  background: #3975f0;
  color: #ffffff;
}

.colorStyle4.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart:hover:before,
.colorStyle4.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.colorStyle4.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns {
  border-bottom-color: #e2e4e6;
  border-top-color: #e2e4e6;
}

.colorStyle4.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .buy_btns
  > *:hover {
  border-color: #3975f0;
}

.colorStyle4.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns a {
  border-bottom-color: style_border_color;
}

.colorStyle4.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns a:hover {
  border-bottom-color: #3975f0;
}

.colorStyle4.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .buy_btns
  .uss_shop_by
  a {
  background-image: url("../img/k4_4/fast-buy.png");
}

.colorStyle4.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .buy_btns
  .uss_compare_by
  a.add_to_compare {
  background-image: url("../img/k4_4/compare.png");
}

.colorStyle4.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .buy_btns
  .uss_shop_put_wrap
  .uss_shop_put
  a {
  background-image: url("../img/k4_4/fav.png");
}

.colorStyle4.singlepage .uss_shop_list_view .uss_eshop_item:hover {
  border-color: #3975f0;
}

.colorStyle4.singlepage .uss_catalog_block_cat .uss_catalog_category {
  border-color: #e2e4e6;
}

.colorStyle4.singlepage
  .uss_catalog_block_cat
  .uss_catalog_category
  .catalog_orderbutton {
  background: #ffffff;
  border-color: #3975f0;
  color: inherit;
}

.colorStyle4.singlepage
  .uss_catalog_block_cat
  .uss_catalog_category
  .catalog_orderbutton:hover {
  background: #3975f0;
  color: #ffffff;
}

.colorStyle4.singlepage .uss_catalog_sidebar .uss_catalog_category {
  border-color: #e2e4e6;
}

.colorStyle4.singlepage
  .uss_catalog_sidebar
  .uss_catalog_category
  .catalog_orderbutton {
  background: #ffffff;
  border-color: #3975f0;
  color: inherit;
}

.colorStyle4.singlepage
  .uss_catalog_sidebar
  .uss_catalog_category
  .catalog_orderbutton:hover {
  background: #3975f0;
  color: #ffffff;
}

.colorStyle4.singlepage
  .uss_catalog_list_cat:not(.uss_catalog_sidebar)
  .uss_catalog_category {
  border-color: #e2e4e6;
}

.colorStyle4.singlepage
  .uss_catalog_list_cat:not(.uss_catalog_sidebar)
  .uss_catalog_category
  .catalog_orderbutton {
  background: #ffffff;
  border-color: #3975f0;
  color: inherit;
}

.colorStyle4.singlepage
  .uss_catalog_list_cat:not(.uss_catalog_sidebar)
  .uss_catalog_category
  .catalog_orderbutton:hover {
  background: #3975f0;
  color: #ffffff;
}

.colorStyle4.singlepage
  .uss_catalog_list_cat:not(.uss_catalog_sidebar)
  .uss_catalog_category:hover {
  border-color: #3975f0;
}

.colorStyle4.singlepage .uss_shop_list_cat .uss_shop_category {
  border-color: #e2e4e6;
}

.colorStyle4.singlepage .uss_shop_list_cat .uss_shop_category:hover {
  border-color: #3975f0;
}

.colorStyle4 table.uss_shoppos_table a.add_to_cart:not(.buy_one_click) {
  border-color: #3975f0;
  color: inherit;
  -webkit-transition: none;
  transition: none;
}

.colorStyle4 table.uss_shoppos_table a.add_to_cart:not(.buy_one_click):before {
  background-image: url("../img/k4_4/cart.png");
}

.colorStyle4 table.uss_shoppos_table a.add_to_cart:not(.buy_one_click):hover {
  background: #3975f0;
  color: #ffffff;
}

.colorStyle4
  table.uss_shoppos_table
  a.add_to_cart:not(.buy_one_click):hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.colorStyle4 table.uss_shoppos_table .buy_btns a {
  -webkit-transition: none;
  transition: none;
  color: #9e9e9e;
  border-color: #9e9e9e;
}

.colorStyle4 table.uss_shoppos_table .buy_btns a:hover,
.colorStyle4 table.uss_shoppos_table .buy_btns a.already_in_compare,
.colorStyle4 table.uss_shoppos_table .buy_btns a.already_in_wish {
  border-color: #3975f0;
  color: #3975f0;
}

.colorStyle4 table.uss_shoppos_table .buy_btns .uss_shop_by:hover {
  border-color: #3975f0;
}

.colorStyle4 table.uss_shoppos_table .buy_btns .uss_shop_by:hover a {
  -webkit-transition: none;
  transition: none;
  background-image: url("../img/k4_4/fast-buy-mini.png");
}

.colorStyle4 table.uss_shoppos_table .buy_btns .uss_compare_by:hover {
  border-color: #3975f0;
}

.colorStyle4
  table.uss_shoppos_table
  .buy_btns
  .uss_compare_by:hover
  a.add_to_compare {
  -webkit-transition: none;
  transition: none;
  background-image: url("../img/k4_4/compare-mini.png");
}

.colorStyle4 table.uss_shoppos_table .buy_btns .add_to_wishlist:hover {
  border-color: #3975f0;
}

.colorStyle4 table.uss_shoppos_table .buy_btns .add_to_wishlist:hover a {
  -webkit-transition: none;
  transition: none;
  background-image: url("../img/k4_4/fav-mini.png");
}

.colorStyle4 .uss_catalog_sidebar .catalog_orderbutton,
.colorStyle4 .uss_catalog_block_cat .catalog_orderbutton,
.colorStyle4 .uss_catalog_detail .catalog_orderbutton,
.colorStyle4
  .uss_catalog_list_cat:not(.uss_catalog_sidebar)
  .catalog_orderbutton {
  background: #ffffff;
  border-color: #3975f0;
  color: inherit;
}

.colorStyle4 .service-block .catalog_menu_item .catalog_orderbutton {
  background: #ffffff;
  border-color: #3975f0;
  color: #000;
}

.colorStyle4 .uss_catalog_sidebar .catalog_orderbutton:hover,
.colorStyle4 .uss_catalog_block_cat .catalog_orderbutton:hover,
.colorStyle4 .uss_catalog_detail .catalog_orderbutton:hover,
.colorStyle4
  .uss_catalog_list_cat:not(.uss_catalog_sidebar)
  .catalog_orderbutton:hover {
  background: #3975f0;
  color: #ffffff;
}

.colorStyle4 form input[type="text"],
.colorStyle4 form.form_styler input[type="text"],
.colorStyle4 form input.styler[type="text"],
.colorStyle4 form.form_styler input.styler[type="text"],
.colorStyle4 form input[type="password"],
.colorStyle4 form.form_styler input[type="password"],
.colorStyle4 form input.styler[type="password"],
.colorStyle4 form.form_styler input.styler[type="password"],
.colorStyle4 form input[type="email"],
.colorStyle4 form.form_styler input[type="email"],
.colorStyle4 form input.styler[type="email"],
.colorStyle4 form.form_styler input.styler[type="email"] {
  border-color: #e2e4e6;
}

.colorStyle4 form input[type="text"]:focus,
.colorStyle4 form.form_styler input[type="text"]:focus,
.colorStyle4 form input.styler[type="text"]:focus,
.colorStyle4 form.form_styler input.styler[type="text"]:focus,
.colorStyle4 form input[type="password"]:focus,
.colorStyle4 form.form_styler input[type="password"]:focus,
.colorStyle4 form input.styler[type="password"]:focus,
.colorStyle4 form.form_styler input.styler[type="password"]:focus,
.colorStyle4 form input[type="email"]:focus,
.colorStyle4 form.form_styler input[type="email"]:focus,
.colorStyle4 form input.styler[type="email"]:focus,
.colorStyle4 form.form_styler input.styler[type="email"]:focus {
  border-color: #3975f0;
}

.colorStyle4 form textarea,
.colorStyle4 form.form_styler textarea,
.colorStyle4 form textarea.styler,
.colorStyle4 form.form_styler textarea.styler {
  border-color: #e2e4e6;
}

.colorStyle4 form textarea:focus,
.colorStyle4 form.form_styler textarea:focus,
.colorStyle4 form textarea.styler:focus,
.colorStyle4 form.form_styler textarea.styler:focus {
  border-color: #3975f0;
}

.colorStyle4 form input[type="submit"],
.colorStyle4 form.form_styler input[type="submit"],
.colorStyle4 form input[type="submit"].styler,
.colorStyle4 form.form_styler input[type="submit"].styler,
.colorStyle4 form button,
.colorStyle4 form.form_styler button,
.colorStyle4 form button.styler,
.colorStyle4 form.form_styler button.styler {
  background: none;
  border-color: #3975f0;
  color: inherit;
}

.colorStyle4 form input[type="submit"]:hover,
.colorStyle4 form.form_styler input[type="submit"]:hover,
.colorStyle4 form input[type="submit"].styler:hover,
.colorStyle4 form.form_styler input[type="submit"].styler:hover,
.colorStyle4 form button:hover,
.colorStyle4 form.form_styler button:hover,
.colorStyle4 form button.styler:hover,
.colorStyle4 form.form_styler button.styler:hover {
  background: #3975f0 !important;
  color: #ffffff !important;
}

.colorStyle4 .jq-checkbox {
  border-color: #e2e4e6;
}

.colorStyle4 .jq-checkbox.checked {
  border-color: #3975f0;
}

.colorStyle4 .jq-checkbox.checked .jq-checkbox__div {
  background: #3975f0;
}

.colorStyle4 .jq-radio {
  border-color: #e2e4e6;
}

.colorStyle4 .jq-radio.checked .jq-radio__div {
  background: #3975f0;
}

.colorStyle4 .jq-selectbox .jq-selectbox__select {
  border-color: #e2e4e6;
}

.colorStyle4
  .jq-selectbox
  .jq-selectbox__select
  .jq-selectbox__trigger
  .jq-selectbox__trigger-arrow {
  border-top-color: #e2e4e6;
}

.colorStyle4 .jq-selectbox:hover .jq-selectbox__select {
  border-color: #333;
}

.colorStyle4 .jq-selectbox:hover .jq-selectbox__select .jq-selectbox__trigger {
  border-left-color: #333;
}

.colorStyle4
  .jq-selectbox:hover
  .jq-selectbox__select
  .jq-selectbox__trigger
  .jq-selectbox__trigger-arrow {
  border-top-color: #333;
}

.colorStyle4 .jq-selectbox.opened .jq-selectbox__select .jq-selectbox__trigger {
  border-left-color: #3975f0;
}

.colorStyle4
  .jq-selectbox.opened
  .jq-selectbox__select
  .jq-selectbox__trigger
  .jq-selectbox__trigger-arrow {
  border-top-color: #3975f0;
}

.colorStyle4 .jq-selectbox.jq-selectbox.focused .jq-selectbox__select {
  border-color: #3975f0;
}

.colorStyle4
  .buy_one_click_form_tml
  .uss_onepos_info
  .uss_shop_price
  span.old_price {
  color: #747b82;
}

.colorStyle4
  .inline-form
  form
  .group:not(.end)
  .fc_item
  .elem_item
  input.styler:focus,
.colorStyle4
  .inline-form
  form
  .group:not(.end)
  .fc_item
  .elem_item
  textarea.styler:focus {
  border-color: #3975f0;
}

.colorStyle4
  .uss_shop_detail
  .uss_shop_technical_data
  .uss_shop_price
  .price.old_price {
  color: #747b82;
}

.colorStyle4
  .uss_shop_detail
  .uss_shop_technical_data
  > .uss_shop_by
  a.add_to_cart,
.colorStyle4
  .uss_shop_detail
  .uss_shop_technical_data
  .price_buy_wrap
  a.add_to_cart {
  border-color: #3975f0;
  color: inherit;
}

.colorStyle4
  .uss_shop_detail
  .uss_shop_technical_data
  > .uss_shop_by
  a.add_to_cart:before,
.colorStyle4
  .uss_shop_detail
  .uss_shop_technical_data
  .price_buy_wrap
  a.add_to_cart:before {
  background-image: url("../img/k4_4/cart.png");
}

.colorStyle4
  .uss_shop_detail
  .uss_shop_technical_data
  > .uss_shop_by
  a.add_to_cart.already_in_cart:before,
.colorStyle4
  .uss_shop_detail
  .uss_shop_technical_data
  .price_buy_wrap
  a.add_to_cart.already_in_cart:before {
  background-image: url("../img/k4_4/already-btn.png");
}

.colorStyle4
  .uss_shop_detail
  .uss_shop_technical_data
  > .uss_shop_by
  a.add_to_cart:hover,
.colorStyle4
  .uss_shop_detail
  .uss_shop_technical_data
  .price_buy_wrap
  a.add_to_cart:hover {
  background: #3975f0;
  color: #ffffff;
  border-color: #3975f0 !important;
}

.colorStyle4
  .uss_shop_detail
  .uss_shop_technical_data
  > .uss_shop_by
  a.add_to_cart:hover:before,
.colorStyle4
  .uss_shop_detail
  .uss_shop_technical_data
  .price_buy_wrap
  a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.colorStyle4 .uss_shop_detail .uss_shop_technical_data .buy_btns a {
  color: #9e9e9e;
  border-color: #9e9e9e;
}

.colorStyle4 .uss_shop_detail .uss_shop_technical_data .buy_btns a:hover,
.colorStyle4
  .uss_shop_detail
  .uss_shop_technical_data
  .buy_btns
  a.already_in_compare,
.colorStyle4
  .uss_shop_detail
  .uss_shop_technical_data
  .buy_btns
  a.already_in_wish {
  border-color: #3975f0;
  color: #3975f0;
}

.colorStyle4
  .uss_shop_detail
  .uss_shop_technical_data
  .buy_btns
  .uss_shop_by
  a:before {
  background-image: url("../img/k4_4/fast-buy-mini.png");
}

.colorStyle4
  .uss_shop_detail
  .uss_shop_technical_data
  .buy_btns
  .uss_compare_by
  a.add_to_compare:before {
  background-image: url("../img/k4_4/compare-mini.png");
}

.colorStyle4
  .uss_shop_detail
  .uss_shop_technical_data
  .buy_btns
  .uss_shop_put_wrap
  .uss_shop_put
  a:before {
  background-image: url("../img/k4_4/fav-mini.png");
}

.colorStyle4 div.uss_tabs div.uss_tabs_navigation span {
  border-color: #dedade;
  color: inherit;
}

.colorStyle4 div.uss_tabs div.uss_tabs_navigation span.selected {
  background: linear-gradient(45deg, #6134c4, #c169d7);
  border-color: #c46bd7 #c46bd7 #5c32c4 #5c32c4;
  color: #ffffff;
}

.colorStyle4 div.uss_tabs div.tab_items {
  border-color: #e2e4e6;
}

.colorStyle4 .h_op {
  color: inherit;
  border-bottom-color: #e2e4e6;
}

.colorStyle4 .uss_eshop_sameproducts .item {
  border-color: #e2e4e6;
}

.colorStyle4 .uss_eshop_sameproducts .item .info .price span.old_price {
  color: #747b82;
}

.colorStyle4 .uss_eshop_sameproducts .item .info .addToCart a.add_to_cart {
  border-color: #3975f0;
  color: #333333;
}

.colorStyle4
  .uss_eshop_sameproducts
  .item
  .info
  .addToCart
  a.add_to_cart:before {
  background: url("../img/k4_4/cart.png") center no-repeat;
}

.colorStyle4
  .uss_eshop_sameproducts
  .item
  .info
  .addToCart
  a.add_to_cart.already_in_cart {
  border-color: #e2e4e6;
}

.colorStyle4
  .uss_eshop_sameproducts
  .item
  .info
  .addToCart
  a.add_to_cart.already_in_cart:before {
  background-image: url("../img/k4_4/already-btn.png");
}

.colorStyle4
  .uss_eshop_sameproducts
  .item
  .info
  .addToCart
  a.add_to_cart:hover {
  background: #3975f0;
  color: #ffffff;
  border-color: #3975f0 !important;
}

.colorStyle4
  .uss_eshop_sameproducts
  .item
  .info
  .addToCart
  a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.colorStyle4 .uss_guestbook .uss_guestbook_links a {
  border-color: #3975f0;
  color: inherit;
}

.colorStyle4 .uss_guestbook .uss_guestbook_links a:hover {
  background-color: #3975f0;
  color: #ffffff;
}

.colorStyle4 .uss_guestbook .uss_guestbook_item {
  border-color: #e2e4e6;
}

.colorStyle4 #uss_basket_ask_where_to_go_block {
  border-color: #3975f0;
}

.colorStyle4 .decore-list td.num:after {
  background: linear-gradient(45deg, #6134c4, #c169d7);
}

.colorStyle4 .position.position-block .uss_eshop_block_item:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0)),
    color-stop(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.7)
  );
}

.colorStyle4 .position.position-block .uss_eshop_block_item:hover:after {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(63, 104, 255, 0.8)),
      to(rgba(63, 104, 255, 0.8))
    ),
    -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(63, 104, 255, 0.8), rgba(63, 104, 255, 0.8)),
    linear-gradient(
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.7)
    );
}

.colorStyle4 .position .uss_eshop_block_item a.add_to_cart {
  border-color: #3975f0;
  background-color: transparent;
  color: inherit;
}

.colorStyle4 .position .uss_eshop_block_item a.add_to_cart:before {
  background-image: url("../img/k4_4/cart.png");
}

.colorStyle4 .position .uss_eshop_block_item a.add_to_cart.already_in_cart {
  border-color: #e2e4e6;
}

.colorStyle4
  .position
  .uss_eshop_block_item
  a.add_to_cart.already_in_cart:before {
  background-image: url("../img/k4_4/already-btn.png");
}

.colorStyle4 .position .uss_eshop_block_item a.add_to_cart:hover {
  border-color: #3975f0 !important;
  background-color: #3975f0;
  color: #ffffff;
}

.colorStyle4 .position .uss_eshop_block_item a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.colorStyle4 .position .uss_eshop_block_item:hover {
  border-color: #3975f0;
}

.colorStyle4
  .aside-block
  .uss_eshop_block_item
  .uss_price_cart_btn_wrap
  a.add_to_cart {
  border-color: #3975f0;
  background: transparent;
  color: inherit;
}

.colorStyle4
  .aside-block
  .uss_eshop_block_item
  .uss_price_cart_btn_wrap
  a.add_to_cart:before {
  background-image: url("../img/k4_4/cart.png");
}

.colorStyle4
  .aside-block
  .uss_eshop_block_item
  .uss_price_cart_btn_wrap
  a.add_to_cart:hover {
  border-color: #3975f0;
  background-color: #3975f0;
  color: #ffffff;
}

.colorStyle4 .aside-block .uss_eshop_block_item:hover {
  border-color: #3975f0;
}

.colorStyle4 .bg-type4 {
  color: #e2e4e6;
}

.colorStyle4 .bg-type4 .h3 {
  border-color: #e2e4e6;
}

.colorStyle4 .bg-type4 form .group:not(.end) .fc_item .elem_item input.styler,
.colorStyle4
  .bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  textarea.styler {
  border-color: #e2e4e6;
}

.colorStyle4
  .bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  input.styler::-webkit-input-placeholder,
.colorStyle4
  .bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  textarea.styler::-webkit-input-placeholder {
  color: #e2e4e6;
}

.colorStyle4
  .bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  input.styler::-moz-placeholder,
.colorStyle4
  .bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  textarea.styler::-moz-placeholder {
  color: #e2e4e6;
}

.colorStyle4
  .bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  input.styler:-moz-placeholder,
.colorStyle4
  .bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  textarea.styler:-moz-placeholder {
  color: #e2e4e6;
}

.colorStyle4
  .bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  input.styler:-ms-input-placeholder,
.colorStyle4
  .bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  textarea.styler:-ms-input-placeholder {
  color: #e2e4e6;
}

.colorStyle4 .uss_autocomplete_results .ac_over {
  background-color: #3975f0;
}

.colorStyle4 .uss_pagenator .uss_page_num span.uss_page,
.colorStyle4 .uss_pagenator .uss_page_num span.uss_10_pages_forward,
.colorStyle4 .uss_pagenator .uss_page_num span.uss_10_pages_bac,
.colorStyle4 .uss_pagenator .uss_page_num span.uss_page_forward {
  border: 2px solid #e2e4e6;
}

.colorStyle4 .uss_pagenator .uss_page_num span.uss_page:hover,
.colorStyle4 .uss_pagenator .uss_page_num span.uss_10_pages_forward:hover,
.colorStyle4 .uss_pagenator .uss_page_num span.uss_10_pages_bac:hover,
.colorStyle4 .uss_pagenator .uss_page_num span.uss_page_forward:hover {
  border-color: #3f6cff;
}

.colorStyle4 .uss_pagenator .uss_page_num span.uss_page.uss_page_selected,
.colorStyle4
  .uss_pagenator
  .uss_page_num
  span.uss_10_pages_forward.uss_page_selected,
.colorStyle4
  .uss_pagenator
  .uss_page_num
  span.uss_10_pages_bac.uss_page_selected,
.colorStyle4
  .uss_pagenator
  .uss_page_num
  span.uss_page_forward.uss_page_selected {
  border-color: #3f6cff;
  color: #333;
}

.colorStyle4 .information ul li .submenu li a {
  color: #3975f0;
}

.colorStyle4 .uss_adv_img_list_item.uss_ail_point span {
  background-color: #e3dfe4;
}

.colorStyle4 .uss_adv_img_list_item.uss_ail_point.active span {
  background-color: #3975f0;
}

.colorStyle4 .uss_adv_img_list_item.uss_ail_point.active span {
  background: #3975f0;
}

@media (max-width: 1000px) {
  .colorStyle4 .container .aside .aside-catalog-opener {
    color: #ffffff;
    background: #3975f0;
    position: relative;
  }
}

@media (max-width: 700px) {
  .colorStyle4 .adaptive-full-screen .call_me {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#5c32c4),
      to(#c46bd7)
    );
    background-image: linear-gradient(90deg, #5c32c4, #c46bd7);
    color: #ffffff;
  }

  .colorStyle4 .adaptive-full-screen .menu {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#5c32c4),
      to(#c46bd7)
    );
    background-image: linear-gradient(90deg, #5c32c4, #c46bd7);
    color: #ffffff;
  }

  .colorStyle4 .adaptive-full-screen .menu a {
    color: #fff !important;
  }

  .colorStyle4 .news.block .news_block_item:nth-of-type(even) .image:after {
    border-right-color: #3975f0;
    border-left-color: transparent;
  }

  .colorStyle4 .news.block .news_block_item:nth-of-type(even) .image:before {
    border-right-color: #3975f0;
    border-left-color: transparent;
  }
}

@media (max-width: 500px) {
  .colorStyle4
    .header
    .left
    .basket
    > div
    > div
    .amounts
    #uss_block_basket_amount {
    background: #3975f0;
    color: #ffffff;
  }

  .colorStyle4 .header .left .basket > div.empty:after {
    background: #3975f0;
    color: #ffffff;
  }
}

.colorStyle4 .spec_decore {
  position: relative;
  background: linear-gradient(45deg, #6134c4, #c169d7);
  padding: 2px;
  display: inline-block;
}

.colorStyle4 .spec_decore a.add_to_cart {
  display: inline-block;
  border: none !important;
  background: #fff !important;
  margin: 0 !important;
  color: #333333 !important;
}

.colorStyle4 .spec_decore a.add_to_cart:before {
  background-image: url("../img/k4_4/cart.png") !important;
}

.colorStyle4 .spec_decore a.add_to_cart:hover {
  background: none !important;
  color: #fff !important;
}

.colorStyle4 .spec_decore a.add_to_cart:hover:before {
  -webkit-filter: brightness(100) !important;
  filter: brightness(100) !important;
}

.colorStyle4 .spec_decore span {
  border: none !important;
  background: #fff !important;
  color: inherit;
}

.colorStyle4 .spec_decore span.selected {
  background: transparent !important;
  color: #fff !important;
}

.colorStyle4 .spec_decore:hover {
  background: linear-gradient(45deg, #6134c4, #c169d7) !important;
}

.colorStyle4 .spec_decore:hover a.add_to_cart {
  background: transparent !important;
  color: #fff !important;
}

.colorStyle4 .about.block {
  background: none;
}

.colorStyle4 .bg-type4 {
  background: #2e2d4d;
}

.colorStyle4 .uss_catalog_sidebar .catalog_orderbutton:hover {
  border-color: #fff;
}

.colorStyle5 {
  /*slider*/ /*header*/ /*menu */ /*service*/ /*block*/ /*@quote_background : url(./../img/q-start.png) left center no-repeat, url(./../img/q-end.png) right center no-repeat;*/ /*about block*/ /*news block*/ /*review*/ /*main*/ /*aside*/ /*singlepage*/ /*big-map*/ /*footer*/ /*uss_shop_blocks_view*/ /*eshop_category*/ /*uss_catalog_block_cat*/ /*uss_catalog_list_cat:not(.uss_catalog_sidebar)*/ /*uss_shop_list_cat*/ /*main-orderbutton*/ /*form*/ /*radio*/ /*checkbox*/ /*selectbox*/ /*buy_one_click_form_tml*/ /*inline-form*/ /*uss_shop_detail*/ /*uss_tabs*/ /*h_op*/ /*uss_eshop_sameproducts*/ /*uss_guestbook*/ /*where_to_go_block*/ /*decore-list */ /*.uss_eshop_sameproducts.list {  a.add_to_cart {  border-color: @onepos_addtocart_border_color;  color: @addtocart_color;  &:before {    background-image: url('./../img@{path}cart.png');  }  &.already_in_cart {    &:before {    background-image: url('./../img@{path}already-btn.png');    }  }  &:hover {    background: @onepos_addtocart_hover_background;    color: @onepos_addtocart_hover_color;    border-color: @onepos_addtocart_hover_background !important;    &:before {    -webkit-filter: brightness(100);    filter: brightness(100);    }  }  }}*/ /*.header .burger.notInViewPort {  border-color: @link_text_color;  span {  background-color: @link_text_color;  }}*/
}

.colorStyle5 .bg-type3 {
  background: #d0d741;
}

.colorStyle5 .bg-type4 {
  background: #48372f;
}

.colorStyle5 #wrap {
  color: #333333;
}

.colorStyle5 a {
  color: #000;
}

.section-ux.tabs .button.head.current {
  color: #000 !important;
}

.colorStyle5 .slider .slides .slide .caption {
  color: #ffffff;
}

.colorStyle5 .slider .slides .slide .caption:after {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#48372f),
    to(#766151)
  );
  background: linear-gradient(90deg, #48372f, #766151);
}

.colorStyle5 .slider .slides .slick-arrow.slick-prev {
  background: url("../img/k4_5/slider-prev.png") center no-repeat;
}

.colorStyle5 .slider .slides .slick-arrow.slick-next {
  background: url("../img/k4_5/slider-next.png") center no-repeat;
}

.colorStyle5 .slider .slides .slick-dots li button {
  background: url("../img/k4_5/position-dot.png") center no-repeat;
}

.colorStyle5 .slider .slides .slick-dots li.slick-active button {
  background: url("../img/k4_5/position-dot-active.png") center no-repeat;
}

@media (max-width: 500px) {
  .colorStyle5 .slider {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#48372f),
      to(#766151)
    );
    background: linear-gradient(90deg, #48372f, #766151);
  }
}

.colorStyle5 .header {
  color: #ffffff;
}

.colorStyle5 .header .contacts a {
  color: #fff;
}

.colorStyle5 .header .row + .row {
  border-color: rgba(255, 255, 255, 0.2);
}

.colorStyle5 .header .auth {
  color: #b5b0b6;
}

.colorStyle5 .header .auth .enter a {
  background-image: url("../img/k4_5/enter.png");
  color: inherit;
}

.colorStyle5 .header .auth .enter a:after {
  background: rgba(181, 176, 182, 0.4);
}

.colorStyle5 .header .auth .registration a {
  background-image: url("../img/k4_5/enter.png");
  color: inherit;
}

.colorStyle5 .header .auth .registration a:after {
  background: rgba(181, 176, 182, 0.4);
}

.colorStyle5 .header .basket {
  color: #ffffff;
}

.colorStyle5 .header .basket:hover {
  color: #5ea954;
}

.colorStyle5 .header .basket > div:before {
  background-image: url("../img/k4_5/basket.png");
}

.colorStyle5 .header .search .uss_site_search .uss_input_name {
  border-color: #fff;
  color: #fff;
}

.colorStyle5 .header .search .uss_site_search .uss_input_name::placeholder {
  color: #fff;
  opacity: 0.6;
}

.colorStyle5 .header .search .uss_site_search .uss_input_name:focus {
  border-color: #d0d741;
}

.colorStyle5 .header .search .uss_site_search .uss_submit {
  background-image: url("../img/k4_5/search-icon.png");
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.colorStyle5 .menu ul li a {
  color: #fff;
}

.colorStyle5 .menu ul li a:after {
  background: unset; /* background: rgba(181, 176, 182, 0.4); */
}

.colorStyle5 .menu .submenu {
  background: #d0d741;
}

.colorStyle5.mainpage
  .service-block
  .uss_shop_block_cat
  .uss_shop_category:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0)),
    color-stop(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.7)
  );
}

.colorStyle5.mainpage
  .service-block
  .uss_shop_block_cat
  .uss_shop_category:hover:after {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(81, 153, 71, 0.8)),
      to(rgba(81, 153, 71, 0.8))
    ),
    -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(81, 153, 71, 0.8), rgba(81, 153, 71, 0.8)),
    linear-gradient(
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.7)
    );
}

.colorStyle5.mainpage
  .service-block
  .uss_shop_block_cat
  .uss_shop_category
  .uss_shop_cat_name
  a {
  color: #ffffff;
}

.colorStyle5.mainpage
  .service-block
  .uss_shop_block_cat
  .uss_shop_category
  .uss_shop_cat_text {
  color: #ffffff;
}

.colorStyle5.mainpage
  .service-block
  .uss_catalog_sidebar
  .uss_catalog_category:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0)),
    color-stop(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.7)
  );
}

.colorStyle5.mainpage
  .service-block
  .uss_catalog_sidebar
  .uss_catalog_category:hover:after {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(81, 153, 71, 0.8)),
      to(rgba(81, 153, 71, 0.8))
    ),
    -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(81, 153, 71, 0.8), rgba(81, 153, 71, 0.8)),
    linear-gradient(
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.7)
    );
}

.colorStyle5.mainpage
  .service-block
  .uss_catalog_sidebar
  .uss_catalog_category
  .uss_catalog_cat_name
  a {
  color: #ffffff;
}

.colorStyle5.mainpage
  .service-block
  .uss_catalog_sidebar
  .uss_catalog_category
  .uss_shop_cat_text {
  color: #ffffff;
}

.colorStyle5.mainpage .service-block .uss_eshop_menu li > a {
  color: #ffffff;
}

.colorStyle5.mainpage .service-block .uss_eshop_menu li:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0)),
    color-stop(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.7)
  );
}

.colorStyle5.mainpage .service-block .uss_eshop_menu li:hover:after {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(81, 153, 71, 0.8)),
      to(rgba(81, 153, 71, 0.8))
    ),
    -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(81, 153, 71, 0.8), rgba(81, 153, 71, 0.8)),
    linear-gradient(
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.7)
    );
}

.colorStyle5.mainpage .service-block .catalog_menu li .catalog_menu_item > a {
  color: #ffffff;
}

.colorStyle5.mainpage .service-block .catalog_menu li .catalog_menu_item:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0)),
    color-stop(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.7)
  );
}

.colorStyle5.mainpage
  .service-block
  .catalog_menu
  li
  .catalog_menu_item:hover:after {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(81, 153, 71, 0.8)),
      to(rgba(81, 153, 71, 0.8))
    ),
    -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(81, 153, 71, 0.8), rgba(81, 153, 71, 0.8)),
    linear-gradient(
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.7)
    );
}

.colorStyle5.mainpage
  .service-block
  .section.section_catalog
  .uss_catalog_block_cat
  .uss_catalog_category
  .catalog_info
  .uss_catalog_cat_name
  a {
  color: #ffffff;
}

.colorStyle5.mainpage
  .service-block
  .section.section_catalog
  .uss_catalog_block_cat
  .uss_catalog_category
  .catalog_info
  .uss_catlog_cat_anons {
  color: #ffffff;
}

.colorStyle5.mainpage
  .service-block
  .section.section_catalog
  .uss_catalog_block_cat
  .uss_catalog_category:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0)),
    color-stop(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.7)
  );
}

.colorStyle5.mainpage
  .service-block
  .section.section_catalog
  .uss_catalog_block_cat
  .uss_catalog_category:hover:after {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(81, 153, 71, 0.8)),
      to(rgba(81, 153, 71, 0.8))
    ),
    -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(81, 153, 71, 0.8), rgba(81, 153, 71, 0.8)),
    linear-gradient(
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.7)
    );
}

.colorStyle5 .block.bg-type1 {
  background: #e9e5e4;
}

.colorStyle5 .block.bg-type2 {
  background: #d0d741;
}

.colorStyle5 .block.bg-type3 {
  background: #d0d741;
}

.colorStyle5 .block.type1 {
  color: #333333;
}

.colorStyle5 .block.type2 .h3 {
  color: #ffffff;
}

.colorStyle5 .block.type2 .h3 a:hover:after {
  background-color: #4a464a;
}

.colorStyle5 .block .h3 a:after {
  background: #4a464a;
  color: #fff;
}

.colorStyle5 .news.block .news_block_item .image:after {
  border-right-color: #ffffff;
}

.colorStyle5 .news.block .news_block_item .image:before {
  border-right-color: #ffffff;
}

.colorStyle5 .news.block .news_block_item .info .date {
  color: #b9b5ba;
  background-image: url("../img/k4_5/clock.png");
}

.colorStyle5 .news.block .news_block_item .info .title a {
  color: #d0d741;
}

.colorStyle5 .news.block .news_block_item .info .title a span {
  border-bottom-color: #a8cca3;
}

.colorStyle5 .news.block .news_block_item:nth-of-type(even) {
  background: #ffffff;
}

.colorStyle5 .news.block .news_block_item:nth-of-type(even) .image:after {
  border-left-color: #ffffff;
}

.colorStyle5 .news.block .news_block_item:nth-of-type(even) .image:before {
  border-left-color: #ffffff;
}

.colorStyle5 .news.block .news_block_item:nth-of-type(even) .info .date {
  color: #b9b5ba;
  background-image: url("../img/k4_5/clock-alt.png");
}

.colorStyle5 .news.block .news_block_item:nth-of-type(even) .info .title {
  color: #d0d741;
}

.colorStyle5 .news.block .news_block_item:nth-of-type(even) .info .title a {
  color: inherit;
}

.colorStyle5
  .news.block
  .news_block_item:nth-of-type(even)
  .info
  .title
  a
  span {
  border-bottom-color: #a8cca3;
}

.colorStyle5 .news.block .news_block_item:nth-of-type(even) .info .preview {
  color: #333333;
}

.colorStyle5 .review .news_block_item {
  background: #ffffff;
}

.colorStyle5 .review .news_block_item .image a:after {
  border-right-color: #ffffff;
}

.colorStyle5 .review .news_block_item .info {
  background: url(../img/q-small-start.png) 30px calc(100% - 41px) no-repeat,
    url(../img/q-small-end.png) calc(100% - 40px) 96px no-repeat;
}

.colorStyle5 .review .news_block_item .info .title {
  color: #d0d741;
}

.colorStyle5 .review .slick-dots li button {
  background: url("../img/k4_5/position-dot.png") center no-repeat;
}

.colorStyle5 .review .slick-dots li.slick-active button {
  background: url("../img/k4_5/position-dot-active.png") center no-repeat;
}

.colorStyle5 .container .content h1 {
  border-bottom-color: #e2e4e6;
}

.colorStyle5 .container .content .uss_shop_block_cat .uss_shop_category {
  border-color: #e2e4e6;
}

.colorStyle5 .container .content .uss_shop_block_cat .uss_shop_category:hover {
  border-color: #d0d741;
}

.colorStyle5
  .container
  .content
  .uss_eshop_filters_block
  .filter_submit
  input[type="submit"].styler {
  background: #d0d741;
  color: #fff;
}

.colorStyle5 .container .bread .bread-sup {
  background-image: url("../img/k4_5/aside-submenu-active.png");
}

.colorStyle5 .aside-block .h3 {
  border-bottom-color: #e2e4e6;
}

.colorStyle5 .aside-block.aside-menu .h3 {
  background: #d0d741;
}

.colorStyle5 .aside-block.aside-menu ul li:hover > a,
.colorStyle5 .aside-block.aside-menu ul li.active > a {
  color: #333333;
}

.colorStyle5 .aside-block.aside-menu ul li .submenu li a {
  color: inherit;
  background-image: url("../img/k4_5/aside-submenu-active.png");
}

.colorStyle5 .aside-block.aside-menu ul li .submenu li:hover > a {
  color: #d0d741;
  background-image: url("../img/k4_5/aside-submenu.png");
}

.colorStyle5 .aside-block .news_block_item {
  border-bottom-color: #e2e4e6;
}

.colorStyle5 .aside-block .news_block_item .info .date {
  color: #a6a6a6;
  background-image: url("../img/k4_5/clock.png");
}

.colorStyle5.singlepage .header {
  background: #7a85a0;
}

.colorStyle5 .big-map .contacts-block {
  background: rgba(255, 255, 255, 0.9);
}

.colorStyle5 .footer {
  background: #7a85a0;
  color: #ffffff;
}

.colorStyle5 .footer a {
  color: #d0d741;
}

.colorStyle5 .footer .menu ul li a {
  color: #b5b0b6;
}

.colorStyle5 .footer .menu ul li a:after {
  background: rgba(181, 176, 182, 0.4);
}

.colorStyle5 .footer .menu ul li:hover,
.colorStyle5 .footer .menu ul li.active {
  background: #d0d741;
}

.colorStyle5 .footer .menu ul li:hover a,
.colorStyle5 .footer .menu ul li.active a {
  color: #ffffff;
}

.colorStyle5.singlepage .uss_shop_blocks_view .uss_eshop_item {
  border-color: #e2e4e6;
}

.colorStyle5.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .uss_shop_price
  span.old_price {
  color: #747b82;
}

.colorStyle5.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart,
.colorStyle5.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart {
  border-color: #d0d741;
  color: inherit;
}

.colorStyle5.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart:before,
.colorStyle5.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart:before {
  background-image: url("../img/k4_5/cart.png");
}

.colorStyle5.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart.already_in_cart:before,
.colorStyle5.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart.already_in_cart:before {
  background-image: url("../img/k4_5/already-btn.png");
}

.colorStyle5.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart:hover,
.colorStyle5.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart:hover {
  background: #d0d741;
  color: #ffffff;
  border-color: #d0d741 !important;
}

.colorStyle5.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart:hover:before,
.colorStyle5.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.colorStyle5.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns {
  border-bottom-color: #e2e4e6;
  border-top-color: #e2e4e6;
}

.colorStyle5.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns a {
  border-bottom-color: style_border_color;
}

.colorStyle5.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .buy_btns
  a.already_in_compare:after,
.colorStyle5.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .buy_btns
  a.already_in_wish:after {
  background-color: #d0d741;
}

.colorStyle5.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .buy_btns
  .uss_shop_by
  a {
  background-image: url("../img/k4_5/fast-buy.png");
}

.colorStyle5.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .buy_btns
  .uss_compare_by
  a.add_to_compare {
  background-image: url("../img/k4_5/compare.png");
}

.colorStyle5.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .buy_btns
  .uss_shop_put_wrap
  .uss_shop_put
  a {
  background-image: url("../img/k4_5/fav.png");
}

.colorStyle5.singlepage .uss_shop_list_view .uss_eshop_item {
  border-color: #e2e4e6;
}

.colorStyle5.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .uss_shop_price
  span.old_price {
  color: #747b82;
}

.colorStyle5.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart,
.colorStyle5.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart {
  border-color: #d0d741;
  color: inherit;
}

.colorStyle5.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart:before,
.colorStyle5.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart:before {
  background-image: url("../img/k4_5/cart.png");
}

.colorStyle5.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart:hover,
.colorStyle5.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart:hover {
  background: #d0d741;
  color: #ffffff;
}

.colorStyle5.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart:hover:before,
.colorStyle5.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.colorStyle5.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns {
  border-bottom-color: #e2e4e6;
  border-top-color: #e2e4e6;
}

.colorStyle5.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .buy_btns
  > *:hover {
  border-color: #d0d741;
}

.colorStyle5.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns a {
  border-bottom-color: style_border_color;
}

.colorStyle5.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns a:hover {
  border-bottom-color: #d0d741;
}

.colorStyle5.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .buy_btns
  .uss_shop_by
  a {
  background-image: url("../img/k4_5/fast-buy.png");
}

.colorStyle5.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .buy_btns
  .uss_compare_by
  a.add_to_compare {
  background-image: url("../img/k4_5/compare.png");
}

.colorStyle5.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .buy_btns
  .uss_shop_put_wrap
  .uss_shop_put
  a {
  background-image: url("../img/k4_5/fav.png");
}

.colorStyle5.singlepage .uss_shop_list_view .uss_eshop_item:hover {
  border-color: #d0d741;
}

.colorStyle5.singlepage .uss_catalog_block_cat .uss_catalog_category {
  border-color: #e2e4e6;
}

.colorStyle5.singlepage
  .uss_catalog_block_cat
  .uss_catalog_category
  .catalog_orderbutton {
  background: #ffffff;
  border-color: #d0d741;
  color: inherit;
}

.colorStyle5.singlepage
  .uss_catalog_block_cat
  .uss_catalog_category
  .catalog_orderbutton:hover {
  background: #d0d741;
  color: #ffffff;
}

.colorStyle5.singlepage .uss_catalog_sidebar .uss_catalog_category {
  border-color: #e2e4e6;
}

.colorStyle5.singlepage
  .uss_catalog_sidebar
  .uss_catalog_category
  .catalog_orderbutton {
  background: #ffffff;
  border-color: #d0d741;
  color: inherit;
}

.colorStyle5.singlepage
  .uss_catalog_sidebar
  .uss_catalog_category
  .catalog_orderbutton:hover {
  background: #d0d741;
  color: #ffffff;
}

.colorStyle5.singlepage
  .uss_catalog_list_cat:not(.uss_catalog_sidebar)
  .uss_catalog_category {
  border-color: #e2e4e6;
}

.colorStyle5.singlepage
  .uss_catalog_list_cat:not(.uss_catalog_sidebar)
  .uss_catalog_category
  .catalog_orderbutton {
  background: #ffffff;
  border-color: #d0d741;
  color: inherit;
}

.colorStyle5.singlepage
  .uss_catalog_list_cat:not(.uss_catalog_sidebar)
  .uss_catalog_category
  .catalog_orderbutton:hover {
  background: #d0d741;
  color: #ffffff;
}

.colorStyle5.singlepage
  .uss_catalog_list_cat:not(.uss_catalog_sidebar)
  .uss_catalog_category:hover {
  border-color: #d0d741;
}

.colorStyle5.singlepage .uss_shop_list_cat .uss_shop_category {
  border-color: #e2e4e6;
}

.colorStyle5.singlepage .uss_shop_list_cat .uss_shop_category:hover {
  border-color: #d0d741;
}

.colorStyle5 table.uss_shoppos_table a.add_to_cart:not(.buy_one_click) {
  border-color: #d0d741;
  color: inherit;
  -webkit-transition: none;
  transition: none;
}

.colorStyle5 table.uss_shoppos_table a.add_to_cart:not(.buy_one_click):before {
  background-image: url("../img/k4_5/cart.png");
}

.colorStyle5 table.uss_shoppos_table a.add_to_cart:not(.buy_one_click):hover {
  background: #d0d741;
  color: #ffffff;
}

.colorStyle5
  table.uss_shoppos_table
  a.add_to_cart:not(.buy_one_click):hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.colorStyle5 table.uss_shoppos_table .buy_btns a {
  -webkit-transition: none;
  transition: none;
  color: #9e9e9e;
  border-color: #9e9e9e;
}

.colorStyle5 table.uss_shoppos_table .buy_btns a:hover,
.colorStyle5 table.uss_shoppos_table .buy_btns a.already_in_compare,
.colorStyle5 table.uss_shoppos_table .buy_btns a.already_in_wish {
  border-color: #d0d741;
  color: #d0d741;
}

.colorStyle5 table.uss_shoppos_table .buy_btns .uss_shop_by:hover {
  border-color: #d0d741;
}

.colorStyle5 table.uss_shoppos_table .buy_btns .uss_shop_by:hover a {
  -webkit-transition: none;
  transition: none;
  background-image: url("../img/k4_5/fast-buy-mini.png");
}

.colorStyle5 table.uss_shoppos_table .buy_btns .uss_compare_by:hover {
  border-color: #d0d741;
}

.colorStyle5
  table.uss_shoppos_table
  .buy_btns
  .uss_compare_by:hover
  a.add_to_compare {
  -webkit-transition: none;
  transition: none;
  background-image: url("../img/k4_5/compare-mini.png");
}

.colorStyle5 table.uss_shoppos_table .buy_btns .add_to_wishlist:hover {
  border-color: #d0d741;
}

.colorStyle5 table.uss_shoppos_table .buy_btns .add_to_wishlist:hover a {
  -webkit-transition: none;
  transition: none;
  background-image: url("../img/k4_5/fav-mini.png");
}

.colorStyle5 .uss_catalog_sidebar .catalog_orderbutton,
.colorStyle5 .uss_catalog_block_cat .catalog_orderbutton,
.colorStyle5 .uss_catalog_detail .catalog_orderbutton,
.colorStyle5
  .uss_catalog_list_cat:not(.uss_catalog_sidebar)
  .catalog_orderbutton {
  background: #ffffff;
  border-color: #d0d741;
  color: inherit;
}

.colorStyle5 .service-block .catalog_menu_item .catalog_orderbutton {
  background: #ffffff;
  border-color: #d0d741;
  color: #000;
}

.colorStyle5 .uss_catalog_sidebar .catalog_orderbutton:hover,
.colorStyle5 .uss_catalog_block_cat .catalog_orderbutton:hover,
.colorStyle5 .uss_catalog_detail .catalog_orderbutton:hover,
.colorStyle5
  .uss_catalog_list_cat:not(.uss_catalog_sidebar)
  .catalog_orderbutton:hover,
.colorStyle5 .service-block .catalog_menu_item .catalog_orderbutton:hover {
  background: #d0d741;
  color: #ffffff;
}

.colorStyle5 form input[type="text"],
.colorStyle5 form.form_styler input[type="text"],
.colorStyle5 form input.styler[type="text"],
.colorStyle5 form.form_styler input.styler[type="text"],
.colorStyle5 form input[type="password"],
.colorStyle5 form.form_styler input[type="password"],
.colorStyle5 form input.styler[type="password"],
.colorStyle5 form.form_styler input.styler[type="password"],
.colorStyle5 form input[type="email"],
.colorStyle5 form.form_styler input[type="email"],
.colorStyle5 form input.styler[type="email"],
.colorStyle5 form.form_styler input.styler[type="email"] {
  border-color: #e2e4e6;
}

.colorStyle5 form input[type="text"]:focus,
.colorStyle5 form.form_styler input[type="text"]:focus,
.colorStyle5 form input.styler[type="text"]:focus,
.colorStyle5 form.form_styler input.styler[type="text"]:focus,
.colorStyle5 form input[type="password"]:focus,
.colorStyle5 form.form_styler input[type="password"]:focus,
.colorStyle5 form input.styler[type="password"]:focus,
.colorStyle5 form.form_styler input.styler[type="password"]:focus,
.colorStyle5 form input[type="email"]:focus,
.colorStyle5 form.form_styler input[type="email"]:focus,
.colorStyle5 form input.styler[type="email"]:focus,
.colorStyle5 form.form_styler input.styler[type="email"]:focus {
  border-color: #d0d741;
}

.colorStyle5 form textarea,
.colorStyle5 form.form_styler textarea,
.colorStyle5 form textarea.styler,
.colorStyle5 form.form_styler textarea.styler {
  border-color: #e2e4e6;
}

.colorStyle5 form textarea:focus,
.colorStyle5 form.form_styler textarea:focus,
.colorStyle5 form textarea.styler:focus,
.colorStyle5 form.form_styler textarea.styler:focus {
  border-color: #d0d741;
}

.colorStyle5 form input[type="submit"].styler,
.colorStyle5 form.form_styler input[type="submit"].styler,
.colorStyle5 form button,
.colorStyle5 form.form_styler button,
.colorStyle5 form button.styler,
.colorStyle5 form.form_styler button.styler {
  background: none;
  border-color: #d0d741;
  color: inherit;
}

.colorStyle5 form input[type="submit"].styler:hover,
.colorStyle5 form.form_styler input[type="submit"].styler:hover,
.colorStyle5 form button:hover,
.colorStyle5 form.form_styler button:hover,
.colorStyle5 form button.styler:hover,
.colorStyle5 form.form_styler button.styler:hover {
  background: #d0d741 !important;
  color: #ffffff !important;
}

.colorStyle5 .jq-checkbox {
  border-color: #e2e4e6;
}

.colorStyle5 .jq-checkbox.checked {
  border-color: #d0d741;
}

.colorStyle5 .jq-checkbox.checked .jq-checkbox__div {
  background: #d0d741;
}

.colorStyle5 .jq-radio {
  border-color: #e2e4e6;
}

.colorStyle5 .jq-radio.checked .jq-radio__div {
  background: #d0d741;
}

.colorStyle5 .jq-selectbox .jq-selectbox__select {
  border-color: #e2e4e6;
}

.colorStyle5
  .jq-selectbox
  .jq-selectbox__select
  .jq-selectbox__trigger
  .jq-selectbox__trigger-arrow {
  border-top-color: #e2e4e6;
}

.colorStyle5 .jq-selectbox:hover .jq-selectbox__select {
  border-color: #333;
}

.colorStyle5 .jq-selectbox:hover .jq-selectbox__select .jq-selectbox__trigger {
  border-left-color: #333;
}

.colorStyle5
  .jq-selectbox:hover
  .jq-selectbox__select
  .jq-selectbox__trigger
  .jq-selectbox__trigger-arrow {
  border-top-color: #333;
}

.colorStyle5 .jq-selectbox.opened .jq-selectbox__select .jq-selectbox__trigger {
  border-left-color: #d0d741;
}

.colorStyle5
  .jq-selectbox.opened
  .jq-selectbox__select
  .jq-selectbox__trigger
  .jq-selectbox__trigger-arrow {
  border-top-color: #d0d741;
}

.colorStyle5 .jq-selectbox.jq-selectbox.focused .jq-selectbox__select {
  border-color: #d0d741;
}

.colorStyle5
  .buy_one_click_form_tml
  .uss_onepos_info
  .uss_shop_price
  span.old_price {
  color: #747b82;
}

.colorStyle5
  .inline-form
  form
  .group:not(.end)
  .fc_item
  .elem_item
  input.styler:focus,
.colorStyle5
  .inline-form
  form
  .group:not(.end)
  .fc_item
  .elem_item
  textarea.styler:focus {
  border-color: #d0d741;
}

.colorStyle5
  .uss_shop_detail
  .uss_shop_technical_data
  .uss_shop_price
  .price.old_price {
  color: #747b82;
}

.colorStyle5
  .uss_shop_detail
  .uss_shop_technical_data
  > .uss_shop_by
  a.add_to_cart,
.colorStyle5
  .uss_shop_detail
  .uss_shop_technical_data
  .price_buy_wrap
  a.add_to_cart {
  border-color: #d0d741;
  color: inherit;
}

.colorStyle5
  .uss_shop_detail
  .uss_shop_technical_data
  > .uss_shop_by
  a.add_to_cart:before,
.colorStyle5
  .uss_shop_detail
  .uss_shop_technical_data
  .price_buy_wrap
  a.add_to_cart:before {
  background-image: url("../img/k4_5/cart.png");
}

.colorStyle5
  .uss_shop_detail
  .uss_shop_technical_data
  > .uss_shop_by
  a.add_to_cart.already_in_cart:before,
.colorStyle5
  .uss_shop_detail
  .uss_shop_technical_data
  .price_buy_wrap
  a.add_to_cart.already_in_cart:before {
  background-image: url("../img/k4_5/already-btn.png");
}

.colorStyle5
  .uss_shop_detail
  .uss_shop_technical_data
  > .uss_shop_by
  a.add_to_cart:hover,
.colorStyle5
  .uss_shop_detail
  .uss_shop_technical_data
  .price_buy_wrap
  a.add_to_cart:hover {
  background: #d0d741;
  color: #ffffff;
  border-color: #d0d741 !important;
}

.colorStyle5
  .uss_shop_detail
  .uss_shop_technical_data
  > .uss_shop_by
  a.add_to_cart:hover:before,
.colorStyle5
  .uss_shop_detail
  .uss_shop_technical_data
  .price_buy_wrap
  a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.colorStyle5 .uss_shop_detail .uss_shop_technical_data .buy_btns a {
  color: #9e9e9e;
  border-color: #9e9e9e;
}

.colorStyle5 .uss_shop_detail .uss_shop_technical_data .buy_btns a:hover,
.colorStyle5
  .uss_shop_detail
  .uss_shop_technical_data
  .buy_btns
  a.already_in_compare,
.colorStyle5
  .uss_shop_detail
  .uss_shop_technical_data
  .buy_btns
  a.already_in_wish {
  border-color: #d0d741;
  color: #d0d741;
}

.colorStyle5
  .uss_shop_detail
  .uss_shop_technical_data
  .buy_btns
  .uss_shop_by
  a:before {
  background-image: url("../img/k4_5/fast-buy-mini.png");
}

.colorStyle5
  .uss_shop_detail
  .uss_shop_technical_data
  .buy_btns
  .uss_compare_by
  a.add_to_compare:before {
  background-image: url("../img/k4_5/compare-mini.png");
}

.colorStyle5
  .uss_shop_detail
  .uss_shop_technical_data
  .buy_btns
  .uss_shop_put_wrap
  .uss_shop_put
  a:before {
  background-image: url("../img/k4_5/fav-mini.png");
}

.colorStyle5 div.uss_tabs div.uss_tabs_navigation span {
  border-color: #dedade;
  color: inherit;
}

.colorStyle5 div.uss_tabs div.uss_tabs_navigation span.selected {
  background: #d0d741;
  border-color: #d0d741;
  color: #ffffff;
}

.colorStyle5 div.uss_tabs div.tab_items {
  border-color: #e2e4e6;
}

.colorStyle5 .h_op {
  color: inherit;
  border-bottom-color: #e2e4e6;
}

.colorStyle5 .uss_eshop_sameproducts .item {
  border-color: #e2e4e6;
}

.colorStyle5 .uss_eshop_sameproducts .item .info .price span.old_price {
  color: #747b82;
}

.colorStyle5 .uss_eshop_sameproducts .item .info .addToCart a.add_to_cart {
  border-color: #d0d741;
  color: #333333;
}

.colorStyle5
  .uss_eshop_sameproducts
  .item
  .info
  .addToCart
  a.add_to_cart:before {
  background: url("../img/k4_5/cart.png") center no-repeat;
}

.colorStyle5
  .uss_eshop_sameproducts
  .item
  .info
  .addToCart
  a.add_to_cart.already_in_cart {
  border-color: #e2e4e6;
}

.colorStyle5
  .uss_eshop_sameproducts
  .item
  .info
  .addToCart
  a.add_to_cart.already_in_cart:before {
  background-image: url("../img/k4_5/already-btn.png");
}

.colorStyle5
  .uss_eshop_sameproducts
  .item
  .info
  .addToCart
  a.add_to_cart:hover {
  background: #d0d741;
  color: #ffffff;
  border-color: #d0d741 !important;
}

.colorStyle5
  .uss_eshop_sameproducts
  .item
  .info
  .addToCart
  a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.colorStyle5 .uss_guestbook .uss_guestbook_links a {
  border-color: #d0d741;
  color: inherit;
}

.colorStyle5 .uss_guestbook .uss_guestbook_links a:hover {
  background-color: #d0d741;
  color: #ffffff;
}

.colorStyle5 .uss_guestbook .uss_guestbook_item {
  border-color: #e2e4e6;
}

/* .colorStyle5 #uss_basket_ask_where_to_go_block {
  border-color: #D0D741;
} */

.colorStyle5 .decore-list td.num:after {
  background: #d0d741;
}

.colorStyle5 .position.position-block .uss_eshop_block_item:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0)),
    color-stop(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.7)
  );
}

.colorStyle5 .position.position-block .uss_eshop_block_item:hover:after {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(81, 153, 71, 0.8)),
      to(rgba(81, 153, 71, 0.8))
    ),
    -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(81, 153, 71, 0.8), rgba(81, 153, 71, 0.8)),
    linear-gradient(
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.7)
    );
}

.colorStyle5 .position .uss_eshop_block_item a.add_to_cart {
  border-color: #d0d741;
  background-color: transparent;
  color: inherit;
}

.colorStyle5 .position .uss_eshop_block_item a.add_to_cart:before {
  background-image: url("../img/k4_5/cart.png");
}

.colorStyle5 .position .uss_eshop_block_item a.add_to_cart.already_in_cart {
  border-color: #e2e4e6;
}

.colorStyle5
  .position
  .uss_eshop_block_item
  a.add_to_cart.already_in_cart:before {
  background-image: url("../img/k4_5/already-btn.png");
}

.colorStyle5 .position .uss_eshop_block_item a.add_to_cart:hover {
  border-color: #d0d741 !important;
  background-color: #d0d741;
  color: #ffffff;
}

.colorStyle5 .position .uss_eshop_block_item a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.colorStyle5 .position .uss_eshop_block_item:hover {
  border-color: #d0d741;
}

.colorStyle5
  .aside-block
  .uss_eshop_block_item
  .uss_price_cart_btn_wrap
  a.add_to_cart {
  border-color: #d0d741;
  background: transparent;
  color: inherit;
}

.colorStyle5
  .aside-block
  .uss_eshop_block_item
  .uss_price_cart_btn_wrap
  a.add_to_cart:before {
  background-image: url("../img/k4_5/cart.png");
}

.colorStyle5
  .aside-block
  .uss_eshop_block_item
  .uss_price_cart_btn_wrap
  a.add_to_cart:hover {
  border-color: #d0d741;
  background-color: #d0d741;
  color: #ffffff;
}

.colorStyle5 .aside-block .uss_eshop_block_item:hover {
  border-color: #d0d741;
}

.colorStyle5 .bg-type4 {
  color: #e2e4e6;
}

.colorStyle5 .bg-type4 .h3 {
  border-color: #e2e4e6;
}

.colorStyle5 .bg-type4 form .group:not(.end) .fc_item .elem_item input.styler,
.colorStyle5
  .bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  textarea.styler {
  border-color: #e2e4e6;
}

.colorStyle5
  .bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  input.styler::-webkit-input-placeholder,
.colorStyle5
  .bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  textarea.styler::-webkit-input-placeholder {
  color: #e2e4e6;
}

.colorStyle5
  .bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  input.styler::-moz-placeholder,
.colorStyle5
  .bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  textarea.styler::-moz-placeholder {
  color: #e2e4e6;
}

.colorStyle5
  .bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  input.styler:-moz-placeholder,
.colorStyle5
  .bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  textarea.styler:-moz-placeholder {
  color: #e2e4e6;
}

.colorStyle5
  .bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  input.styler:-ms-input-placeholder,
.colorStyle5
  .bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  textarea.styler:-ms-input-placeholder {
  color: #e2e4e6;
}

.colorStyle5 .uss_autocomplete_results .ac_over {
  background-color: #d0d741;
}

.colorStyle5 .uss_pagenator .uss_page_num span.uss_page,
.colorStyle5 .uss_pagenator .uss_page_num span.uss_10_pages_forward,
.colorStyle5 .uss_pagenator .uss_page_num span.uss_10_pages_bac,
.colorStyle5 .uss_pagenator .uss_page_num span.uss_page_forward {
  border: 2px solid #dedade;
}

.colorStyle5 .uss_pagenator .uss_page_num span.uss_page:hover,
.colorStyle5 .uss_pagenator .uss_page_num span.uss_10_pages_forward:hover,
.colorStyle5 .uss_pagenator .uss_page_num span.uss_10_pages_bac:hover,
.colorStyle5 .uss_pagenator .uss_page_num span.uss_page_forward:hover {
  border-color: #d0d741;
}

.colorStyle5 .uss_pagenator .uss_page_num span.uss_page.uss_page_selected,
.colorStyle5
  .uss_pagenator
  .uss_page_num
  span.uss_10_pages_forward.uss_page_selected,
.colorStyle5
  .uss_pagenator
  .uss_page_num
  span.uss_10_pages_bac.uss_page_selected,
.colorStyle5
  .uss_pagenator
  .uss_page_num
  span.uss_page_forward.uss_page_selected {
  border-color: #d0d741;
  color: #333;
}

.colorStyle5 .information ul li .submenu li a {
  color: #d0d741;
}

.colorStyle5 .uss_adv_img_list_item.uss_ail_point span {
  background-color: #e9e5e4;
}

.colorStyle5 .uss_adv_img_list_item.uss_ail_point.active span {
  background-color: #d0d741;
}

.colorStyle5 .uss_adv_img_list_item.uss_ail_point.active span {
  background: #d0d741;
}

@media (max-width: 1000px) {
  .colorStyle5 .container .aside .aside-catalog-opener {
    color: #ffffff;
    background: #d0d741;
    position: relative;
  }
}

@media (max-width: 700px) {
  .colorStyle5 .adaptive-full-screen .call_me {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#48372f),
      to(#766151)
    );
    background-image: linear-gradient(90deg, #48372f, #766151);
    color: #ffffff;
  }

  .colorStyle5 .adaptive-full-screen .menu {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#48372f),
      to(#766151)
    );
    background-image: linear-gradient(90deg, #48372f, #766151);
    color: #ffffff;
  }

  .colorStyle5 .adaptive-full-screen .menu a {
    color: #fff !important;
  }

  .colorStyle5 .news.block .news_block_item:nth-of-type(even) .image:after {
    border-right-color: #ffffff;
    border-left-color: transparent;
  }

  .colorStyle5 .news.block .news_block_item:nth-of-type(even) .image:before {
    border-right-color: #ffffff;
    border-left-color: transparent;
  }
}

@media (max-width: 500px) {
  .colorStyle5
    .header
    .left
    .basket
    > div
    > div
    .amounts
    #uss_block_basket_amount {
    background: #d0d741;
    color: #ffffff;
  }

  .colorStyle5 .header .left .basket > div.empty:after {
    background: #d0d741;
    color: #ffffff;
  }
}

.colorStyle5 .uss_catalog_sidebar .catalog_orderbutton:hover {
  border-color: #fff;
}

.colorStyle6 {
  /*slider*/ /*header*/ /*menu */ /*service*/ /*block*/ /*@quote_background : url(./../img/q-start.png) left center no-repeat, url(./../img/q-end.png) right center no-repeat;*/ /*about block*/ /*news block*/ /*review*/ /*main*/ /*aside*/ /*singlepage*/ /*big-map*/ /*footer*/ /*uss_shop_blocks_view*/ /*eshop_category*/ /*uss_catalog_block_cat*/ /*uss_catalog_list_cat:not(.uss_catalog_sidebar)*/ /*uss_shop_list_cat*/ /*main-orderbutton*/ /*form*/ /*radio*/ /*checkbox*/ /*selectbox*/ /*buy_one_click_form_tml*/ /*inline-form*/ /*uss_shop_detail*/ /*uss_tabs*/ /*h_op*/ /*uss_eshop_sameproducts*/ /*uss_guestbook*/ /*where_to_go_block*/ /*decore-list */ /*.uss_eshop_sameproducts.list {  a.add_to_cart {  border-color: @onepos_addtocart_border_color;  color: @addtocart_color;  &:before {    background-image: url('./../img@{path}cart.png');  }  &.already_in_cart {    &:before {    background-image: url('./../img@{path}already-btn.png');    }  }  &:hover {    background: @onepos_addtocart_hover_background;    color: @onepos_addtocart_hover_color;    border-color: @onepos_addtocart_hover_background !important;    &:before {    -webkit-filter: brightness(100);    filter: brightness(100);    }  }  }}*/ /*.header .burger.notInViewPort {  border-color: @link_text_color;  span {  background-color: @link_text_color;  }}*/
}

.colorStyle6 .bg-type3 {
  background: #e83f6f;
}

.colorStyle6
  .singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart:hover:before,
.colorStyle6
  .singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart:hover:before {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}

.colorStyle6 #wrap .bg-type4 {
  background: #e83f6f;
}

.colorStyle6 #wrap .bg-type4 .jq-checkbox.checked {
  border-color: #e2e4e6;
}

.colorStyle6 #wrap .bg-type4 .jq-checkbox.checked .jq-checkbox__div {
  background: #e2e4e6;
}

.colorStyle6 #wrap .bg-type4 form .buttons input.styler[type="submit"] {
  border-color: #e2e4e6;
}

.colorStyle6 #wrap .bg-type4 form .buttons input.styler[type="submit"]:hover {
  background: #e2e4e6 !important;
  color: #e83f6f !important;
}

.colorStyle6 #wrap {
  color: #333333;
}

.colorStyle6 a {
  color: #e83f6f;
}

.colorStyle6 .slider .slides .slide .caption {
  color: #ffffff;
}

.colorStyle6 .slider .slides .slide .caption:after {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#202124),
    to(#4a404d)
  );
  background: linear-gradient(90deg, #202124, #4a404d);
}

.colorStyle6 .slider .slides .slick-arrow.slick-prev {
  background: url("../img/k4_6/slider-prev.png") center no-repeat;
}

.colorStyle6 .slider .slides .slick-arrow.slick-next {
  background: url("../img/k4_6/slider-next.png") center no-repeat;
}

.colorStyle6 .slider .slides .slick-dots li button {
  background: url("../img/k4_6/position-dot.png") center no-repeat;
}

.colorStyle6 .slider .slides .slick-dots li.slick-active button {
  background: url("../img/k4_6/position-dot-active.png") center no-repeat;
}

@media (max-width: 500px) {
  .colorStyle6 .slider {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#202124),
      to(#4a404d)
    );
    background: linear-gradient(90deg, #202124, #4a404d);
  }
}

.colorStyle6 .header {
  color: #ffffff;
}

.colorStyle6 .header .contacts a {
  color: #fff;
}

.colorStyle6 .header .row + .row {
  border-color: rgba(255, 255, 255, 0.2);
}

.colorStyle6 .header .call_me {
  color: #ffbf00;
}

.colorStyle6 .header .call_me a {
  color: inherit;
}

.colorStyle6 .header .call_me a:before {
  background-image: url("../img/k4_6/call-me.png");
}

.colorStyle6 .header .auth {
  color: #ffffff;
}

.colorStyle6 .header .auth .enter a {
  background-image: url("../img/k4_6/enter.png");
  color: inherit;
}

.colorStyle6 .header .auth .enter a:after {
  background: rgba(255, 255, 255, 0.4);
}

.colorStyle6 .header .auth .registration a {
  background-image: url("../img/k4_6/enter.png");
  color: inherit;
}

.colorStyle6 .header .auth .registration a:after {
  background: rgba(255, 255, 255, 0.4);
}

.colorStyle6 .header .basket {
  color: #ffffff;
}

.colorStyle6 .header .basket:hover {
  color: #ffbf00;
}

.colorStyle6 .header .basket > div:before {
  background-image: url("../img/k4_6/basket.png");
}

.colorStyle6 .header .search .uss_site_search .uss_input_name {
  border-color: rgba(255, 255, 255, 0.5);
  color: #6a6b74;
}

.colorStyle6 .header .search .uss_site_search .uss_input_name:focus {
  border-color: #e83f6f;
}

.colorStyle6 .header .search .uss_site_search .uss_submit {
  background-image: url("../img/k4_6/search-icon.png");
}

.colorStyle6 .menu ul li a {
  color: #ffffff;
}

.colorStyle6 .menu ul li a:after {
  background: rgba(255, 255, 255, 0.3);
}

.colorStyle6 .menu ul li:hover,
.colorStyle6 .menu ul li.active,
.colorStyle6 .menu ul li.clicked {
  background: #e83f6f;
}

.colorStyle6 .menu ul li:hover a,
.colorStyle6 .menu ul li.active a,
.colorStyle6 .menu ul li.clicked a {
  color: #ffffff;
}

.colorStyle6 .menu .submenu {
  background: #e83f6f;
}

.colorStyle6.mainpage
  .service-block
  .uss_shop_block_cat
  .uss_shop_category:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0)),
    color-stop(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.7)
  );
}

.colorStyle6.mainpage
  .service-block
  .uss_shop_block_cat
  .uss_shop_category:hover:after {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(232, 63, 111, 0.8)),
      to(rgba(232, 63, 111, 0.8))
    ),
    -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(232, 63, 111, 0.8), rgba(232, 63, 111, 0.8)),
    linear-gradient(
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.7)
    );
}

.colorStyle6.mainpage
  .service-block
  .uss_shop_block_cat
  .uss_shop_category
  .uss_shop_cat_name
  a {
  color: #ffffff;
}

.colorStyle6.mainpage
  .service-block
  .uss_shop_block_cat
  .uss_shop_category
  .uss_shop_cat_text {
  color: #ffffff;
}

.colorStyle6.mainpage
  .service-block
  .uss_catalog_sidebar
  .uss_catalog_category:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0)),
    color-stop(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.7)
  );
}

.colorStyle6.mainpage
  .service-block
  .uss_catalog_sidebar
  .uss_catalog_category:hover:after {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(232, 63, 111, 0.8)),
      to(rgba(232, 63, 111, 0.8))
    ),
    -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(232, 63, 111, 0.8), rgba(232, 63, 111, 0.8)),
    linear-gradient(
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.7)
    );
}

.colorStyle6.mainpage
  .service-block
  .uss_catalog_sidebar
  .uss_catalog_category
  .uss_catalog_cat_name
  a {
  color: #ffffff;
}

.colorStyle6.mainpage
  .service-block
  .uss_catalog_sidebar
  .uss_catalog_category
  .uss_shop_cat_text {
  color: #ffffff;
}

.colorStyle6.mainpage .service-block .uss_eshop_menu li > a {
  color: #ffffff;
}

.colorStyle6.mainpage .service-block .uss_eshop_menu li:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0)),
    color-stop(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.7)
  );
}

.colorStyle6.mainpage .service-block .uss_eshop_menu li:hover:after {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(232, 63, 111, 0.8)),
      to(rgba(232, 63, 111, 0.8))
    ),
    -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(232, 63, 111, 0.8), rgba(232, 63, 111, 0.8)),
    linear-gradient(
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.7)
    );
}

.colorStyle6.mainpage .service-block .catalog_menu li .catalog_menu_item > a {
  color: #ffffff;
}

.colorStyle6.mainpage .service-block .catalog_menu li .catalog_menu_item:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0)),
    color-stop(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.7)
  );
}

.colorStyle6.mainpage
  .service-block
  .catalog_menu
  li
  .catalog_menu_item:hover:after {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(232, 63, 111, 0.8)),
      to(rgba(232, 63, 111, 0.8))
    ),
    -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(232, 63, 111, 0.8), rgba(232, 63, 111, 0.8)),
    linear-gradient(
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.7)
    );
}

.colorStyle6.mainpage
  .service-block
  .section.section_catalog
  .uss_catalog_block_cat
  .uss_catalog_category
  .catalog_info
  .uss_catalog_cat_name
  a {
  color: #ffffff;
}

.colorStyle6.mainpage
  .service-block
  .section.section_catalog
  .uss_catalog_block_cat
  .uss_catalog_category
  .catalog_info
  .uss_catlog_cat_anons {
  color: #ffffff;
}

.colorStyle6.mainpage
  .service-block
  .section.section_catalog
  .uss_catalog_block_cat
  .uss_catalog_category:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0)),
    color-stop(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.7)
  );
}

.colorStyle6.mainpage
  .service-block
  .section.section_catalog
  .uss_catalog_block_cat
  .uss_catalog_category:hover:after {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(232, 63, 111, 0.8)),
      to(rgba(232, 63, 111, 0.8))
    ),
    -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(232, 63, 111, 0.8), rgba(232, 63, 111, 0.8)),
    linear-gradient(
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.7)
    );
}

.colorStyle6 .block.bg-type1 {
  background: #feeeee;
}

.colorStyle6 .block.bg-type2 {
  background: #e83f6f;
}

.colorStyle6 .block.bg-type3 {
  background: #e83f6f;
}

.colorStyle6 .block.type1 {
  color: #333333;
}

.colorStyle6 .block.type2 .h3 {
  color: #ffffff;
}

.colorStyle6 .block.type2 .h3 a:hover:after {
  background-color: #4a464a;
}

.colorStyle6 .block .h3 a:after {
  background: #4a464a;
  color: #fff;
}

.colorStyle6 .news.block .news_block_item .image:after {
  border-right-color: #ffffff;
}

.colorStyle6 .news.block .news_block_item .image:before {
  border-right-color: #ffffff;
}

.colorStyle6 .news.block .news_block_item .info .date {
  color: #b9b5ba;
  background-image: url("../img/k4_6/clock.png");
}

.colorStyle6 .news.block .news_block_item .info .title a {
  color: #e83f6f;
}

.colorStyle6 .news.block .news_block_item .info .title a span {
  border-bottom-color: #df8a95;
}

.colorStyle6 .news.block .news_block_item:nth-of-type(even) {
  background: radial-gradient(
      circle at 15% 110%,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0) 22%,
      rgba(255, 255, 255, 0)
    ),
    #e83f6f;
}

.colorStyle6 .news.block .news_block_item:nth-of-type(even) .image:after {
  border-left-color: #e83f6f;
}

.colorStyle6 .news.block .news_block_item:nth-of-type(even) .image:before {
  border-left-color: #e83f6f;
}

.colorStyle6 .news.block .news_block_item:nth-of-type(even) .info .date {
  color: #f395af;
  background-image: url("../img/k4_6/clock-alt.png");
}

.colorStyle6 .news.block .news_block_item:nth-of-type(even) .info .title {
  color: #ffbf00;
}

.colorStyle6 .news.block .news_block_item:nth-of-type(even) .info .title a {
  color: inherit;
}

.colorStyle6
  .news.block
  .news_block_item:nth-of-type(even)
  .info
  .title
  a
  span {
  border-bottom-color: #f47f37;
}

.colorStyle6 .news.block .news_block_item:nth-of-type(even) .info .preview {
  color: #ffffff;
}

.colorStyle6 .review .news_block_item {
  background: #ffffff;
}

.colorStyle6 .review .news_block_item .image a:after {
  border-right-color: #ffffff;
}

.colorStyle6 .review .news_block_item .info {
  background: url(../img/q-small-start.png) 30px calc(100% - 41px) no-repeat,
    url(../img/q-small-end.png) calc(100% - 40px) 96px no-repeat;
}

.colorStyle6 .review .news_block_item .info .title {
  color: #e83f6f;
}

.colorStyle6 .review .slick-dots li button {
  background: url("../img/k4_6/position-dot.png") center no-repeat;
}

.colorStyle6 .review .slick-dots li.slick-active button {
  background: url("../img/k4_6/position-dot-active.png") center no-repeat;
}

.colorStyle6 .container .content h1 {
  border-bottom-color: #e2e4e6;
}

.colorStyle6 .container .content .uss_shop_block_cat .uss_shop_category {
  border-color: #e2e4e6;
}

.colorStyle6 .container .content .uss_shop_block_cat .uss_shop_category:hover {
  border-color: #e83f6f;
}

.colorStyle6
  .container
  .content
  .uss_eshop_filters_block
  .filter_submit
  input[type="submit"].styler {
  background: #e83f6f;
  color: #fff;
}

.colorStyle6 .container .bread .bread-sup {
  background-image: url("../img/k4_6/aside-submenu-active.png");
}

.colorStyle6 .aside-block .h3 {
  border-bottom-color: #e2e4e6;
}

.colorStyle6 .aside-block.aside-menu .h3 {
  background: #e83f6f;
}

.colorStyle6 .aside-block.aside-menu ul li:hover > a,
.colorStyle6 .aside-block.aside-menu ul li.active > a {
  color: #333333;
}

.colorStyle6 .aside-block.aside-menu ul li .submenu li a {
  color: inherit;
  background-image: url("../img/k4_6/aside-submenu-active.png");
}

.colorStyle6 .aside-block.aside-menu ul li .submenu li:hover > a {
  color: #e83f6f;
  background-image: url("../img/k4_6/aside-submenu.png");
}

.colorStyle6 .aside-block .news_block_item {
  border-bottom-color: #e2e4e6;
}

.colorStyle6 .aside-block .news_block_item .info .date {
  color: #a6a6a6;
  background-image: url("../img/k4_6/clock.png");
}

.colorStyle6.singlepage .header {
  background: #7a85a0;
}

.colorStyle6 .big-map .contacts-block {
  background: rgba(255, 255, 255, 0.9);
}

.colorStyle6 .footer {
  background: #202124;
  color: #ffffff;
}

.colorStyle6 .footer a {
  color: #ffbf00;
}

.colorStyle6 .footer .menu ul li a {
  color: #ffffff;
}

.colorStyle6 .footer .menu ul li a:after {
  background: rgba(255, 255, 255, 0.3);
}

.colorStyle6 .footer .menu ul li:hover,
.colorStyle6 .footer .menu ul li.active {
  background: #e83f6f;
}

.colorStyle6 .footer .menu ul li:hover a,
.colorStyle6 .footer .menu ul li.active a {
  color: #ffffff;
}

.colorStyle6.singlepage .uss_shop_blocks_view .uss_eshop_item {
  border-color: #e2e4e6;
}

.colorStyle6.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .uss_shop_price
  span.old_price {
  color: #747b82;
}

.colorStyle6.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart,
.colorStyle6.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart {
  border-color: #ffbf00;
  color: inherit;
}

.colorStyle6.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart:before,
.colorStyle6.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart:before {
  background-image: url("../img/k4_6/cart.png");
}

.colorStyle6.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart.already_in_cart:before,
.colorStyle6.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart.already_in_cart:before {
  background-image: url("../img/k4_6/already-btn.png");
}

.colorStyle6.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart:hover,
.colorStyle6.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart:hover {
  background: #ffbf00;
  color: #ffffff;
  border-color: #ffbf00 !important;
}

.colorStyle6.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart:hover:before,
.colorStyle6.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.colorStyle6.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns {
  border-bottom-color: #e2e4e6;
  border-top-color: #e2e4e6;
}

.colorStyle6.singlepage .uss_shop_blocks_view .uss_eshop_item .buy_btns a {
  border-bottom-color: style_border_color;
}

.colorStyle6.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .buy_btns
  a.already_in_compare:after,
.colorStyle6.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .buy_btns
  a.already_in_wish:after {
  background-color: #e83f6f;
}

.colorStyle6.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .buy_btns
  .uss_shop_by
  a {
  background-image: url("../img/k4_6/fast-buy.png");
}

.colorStyle6.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .buy_btns
  .uss_compare_by
  a.add_to_compare {
  background-image: url("../img/k4_6/compare.png");
}

.colorStyle6.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .buy_btns
  .uss_shop_put_wrap
  .uss_shop_put
  a {
  background-image: url("../img/k4_6/fav.png");
}

.colorStyle6.singlepage .uss_shop_list_view .uss_eshop_item {
  border-color: #e2e4e6;
}

.colorStyle6.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .uss_shop_price
  span.old_price {
  color: #747b82;
}

.colorStyle6.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart,
.colorStyle6.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart {
  border-color: #ffbf00;
  color: inherit;
}

.colorStyle6.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart:before,
.colorStyle6.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart:before {
  background-image: url("../img/k4_6/cart.png");
}

.colorStyle6.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart:hover,
.colorStyle6.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart:hover {
  background: #ffbf00;
  color: #ffffff;
}

.colorStyle6.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  > .uss_shop_by
  a.add_to_cart:hover:before,
.colorStyle6.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.colorStyle6.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns {
  border-bottom-color: #e2e4e6;
  border-top-color: #e2e4e6;
}

.colorStyle6.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .buy_btns
  > *:hover {
  border-color: #e83f6f;
}

.colorStyle6.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns a {
  border-bottom-color: style_border_color;
}

.colorStyle6.singlepage .uss_shop_list_view .uss_eshop_item .buy_btns a:hover {
  border-bottom-color: #ffbf00;
}

.colorStyle6.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .buy_btns
  .uss_shop_by
  a {
  background-image: url("../img/k4_6/fast-buy.png");
}

.colorStyle6.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .buy_btns
  .uss_compare_by
  a.add_to_compare {
  background-image: url("../img/k4_6/compare.png");
}

.colorStyle6.singlepage
  .uss_shop_list_view
  .uss_eshop_item
  .buy_btns
  .uss_shop_put_wrap
  .uss_shop_put
  a {
  background-image: url("../img/k4_6/fav.png");
}

.colorStyle6.singlepage .uss_shop_list_view .uss_eshop_item:hover {
  border-color: #e83f6f;
}

.colorStyle6.singlepage .uss_catalog_block_cat .uss_catalog_category {
  border-color: #e2e4e6;
}

.colorStyle6.singlepage
  .uss_catalog_block_cat
  .uss_catalog_category
  .catalog_orderbutton {
  background: #ffffff;
  border-color: #ffbf00;
  color: inherit;
}

.colorStyle6.singlepage
  .uss_catalog_block_cat
  .uss_catalog_category
  .catalog_orderbutton:hover {
  background: #ffbf00;
  color: #ffffff;
}

.colorStyle6.singlepage .uss_catalog_sidebar .uss_catalog_category {
  border-color: #e2e4e6;
}

.colorStyle6.singlepage
  .uss_catalog_sidebar
  .uss_catalog_category
  .catalog_orderbutton {
  background: #ffffff;
  border-color: #ffbf00;
  color: inherit;
}

.colorStyle6.singlepage
  .uss_catalog_sidebar
  .uss_catalog_category
  .catalog_orderbutton:hover {
  background: #ffbf00;
  color: #ffffff;
}

.colorStyle6.singlepage
  .uss_catalog_list_cat:not(.uss_catalog_sidebar)
  .uss_catalog_category {
  border-color: #e2e4e6;
}

.colorStyle6.singlepage
  .uss_catalog_list_cat:not(.uss_catalog_sidebar)
  .uss_catalog_category
  .catalog_orderbutton {
  background: #ffffff;
  border-color: #ffbf00;
  color: inherit;
}

.colorStyle6.singlepage
  .uss_catalog_list_cat:not(.uss_catalog_sidebar)
  .uss_catalog_category
  .catalog_orderbutton:hover {
  background: #ffbf00;
  color: #ffffff;
}

.colorStyle6.singlepage
  .uss_catalog_list_cat:not(.uss_catalog_sidebar)
  .uss_catalog_category:hover {
  border-color: #e83f6f;
}

.colorStyle6.singlepage .uss_shop_list_cat .uss_shop_category {
  border-color: #e2e4e6;
}

.colorStyle6.singlepage .uss_shop_list_cat .uss_shop_category:hover {
  border-color: #ffbf00;
}

.colorStyle6 table.uss_shoppos_table a.add_to_cart:not(.buy_one_click) {
  border-color: #ffbf00;
  color: inherit;
  -webkit-transition: none;
  transition: none;
}

.colorStyle6 table.uss_shoppos_table a.add_to_cart:not(.buy_one_click):before {
  background-image: url("../img/k4_6/cart.png");
}

.colorStyle6 table.uss_shoppos_table a.add_to_cart:not(.buy_one_click):hover {
  background: #ffbf00;
  color: #ffffff;
}

.colorStyle6
  table.uss_shoppos_table
  a.add_to_cart:not(.buy_one_click):hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.colorStyle6 table.uss_shoppos_table .buy_btns a {
  -webkit-transition: none;
  transition: none;
  color: #9e9e9e;
  border-color: #9e9e9e;
}

.colorStyle6 table.uss_shoppos_table .buy_btns a:hover,
.colorStyle6 table.uss_shoppos_table .buy_btns a.already_in_compare,
.colorStyle6 table.uss_shoppos_table .buy_btns a.already_in_wish {
  border-color: #e83f6f;
  color: #e83f6f;
}

.colorStyle6 table.uss_shoppos_table .buy_btns .uss_shop_by:hover {
  border-color: #e83f6f;
}

.colorStyle6 table.uss_shoppos_table .buy_btns .uss_shop_by:hover a {
  -webkit-transition: none;
  transition: none;
  background-image: url("../img/k4_6/fast-buy-mini.png");
}

.colorStyle6 table.uss_shoppos_table .buy_btns .uss_compare_by:hover {
  border-color: #e83f6f;
}

.colorStyle6
  table.uss_shoppos_table
  .buy_btns
  .uss_compare_by:hover
  a.add_to_compare {
  -webkit-transition: none;
  transition: none;
  background-image: url("../img/k4_6/compare-mini.png");
}

.colorStyle6 table.uss_shoppos_table .buy_btns .add_to_wishlist:hover {
  border-color: #e83f6f;
}

.colorStyle6 table.uss_shoppos_table .buy_btns .add_to_wishlist:hover a {
  -webkit-transition: none;
  transition: none;
  background-image: url("../img/k4_6/fav-mini.png");
}

.colorStyle6 .uss_catalog_sidebar .catalog_orderbutton,
.colorStyle6 .uss_catalog_block_cat .catalog_orderbutton,
.colorStyle6 .uss_catalog_detail .catalog_orderbutton,
.colorStyle6
  .uss_catalog_list_cat:not(.uss_catalog_sidebar)
  .catalog_orderbutton {
  background: #ffffff;
  border-color: #ffbf00;
  color: inherit;
}

.colorStyle6 .service-block .catalog_menu_item .catalog_orderbutton {
  background: #ffffff;
  border-color: #ffbf00;
  color: #000;
}

.colorStyle6 .uss_catalog_sidebar .catalog_orderbutton:hover,
.colorStyle6 .uss_catalog_block_cat .catalog_orderbutton:hover,
.colorStyle6 .uss_catalog_detail .catalog_orderbutton:hover,
.colorStyle6
  .uss_catalog_list_cat:not(.uss_catalog_sidebar)
  .catalog_orderbutton:hover {
  background: #ffbf00;
  color: #ffffff;
}

.colorStyle6 form input[type="text"],
.colorStyle6 form.form_styler input[type="text"],
.colorStyle6 form input.styler[type="text"],
.colorStyle6 form.form_styler input.styler[type="text"],
.colorStyle6 form input[type="password"],
.colorStyle6 form.form_styler input[type="password"],
.colorStyle6 form input.styler[type="password"],
.colorStyle6 form.form_styler input.styler[type="password"],
.colorStyle6 form input[type="email"],
.colorStyle6 form.form_styler input[type="email"],
.colorStyle6 form input.styler[type="email"],
.colorStyle6 form.form_styler input.styler[type="email"] {
  border-color: #cccdcf;
}

.colorStyle6 form input[type="text"]:focus,
.colorStyle6 form.form_styler input[type="text"]:focus,
.colorStyle6 form input.styler[type="text"]:focus,
.colorStyle6 form.form_styler input.styler[type="text"]:focus,
.colorStyle6 form input[type="password"]:focus,
.colorStyle6 form.form_styler input[type="password"]:focus,
.colorStyle6 form input.styler[type="password"]:focus,
.colorStyle6 form.form_styler input.styler[type="password"]:focus,
.colorStyle6 form input[type="email"]:focus,
.colorStyle6 form.form_styler input[type="email"]:focus,
.colorStyle6 form input.styler[type="email"]:focus,
.colorStyle6 form.form_styler input.styler[type="email"]:focus {
  border-color: #e83f6f;
}

.colorStyle6 form textarea,
.colorStyle6 form.form_styler textarea,
.colorStyle6 form textarea.styler,
.colorStyle6 form.form_styler textarea.styler {
  border-color: #cccdcf;
}

.colorStyle6 form textarea:focus,
.colorStyle6 form.form_styler textarea:focus,
.colorStyle6 form textarea.styler:focus,
.colorStyle6 form.form_styler textarea.styler:focus {
  border-color: #e83f6f;
}

.colorStyle6 form input[type="submit"],
.colorStyle6 form.form_styler input[type="submit"],
.colorStyle6 form input[type="submit"].styler,
.colorStyle6 form.form_styler input[type="submit"].styler,
.colorStyle6 form button,
.colorStyle6 form.form_styler button,
.colorStyle6 form button.styler,
.colorStyle6 form.form_styler button.styler {
  background: none;
  border-color: #e83f6f;
  color: inherit;
}

.colorStyle6 form input[type="submit"]:hover,
.colorStyle6 form.form_styler input[type="submit"]:hover,
.colorStyle6 form input[type="submit"].styler:hover,
.colorStyle6 form.form_styler input[type="submit"].styler:hover,
.colorStyle6 form button:hover,
.colorStyle6 form.form_styler button:hover,
.colorStyle6 form button.styler:hover,
.colorStyle6 form.form_styler button.styler:hover {
  background: #e83f6f !important;
  color: #ffffff !important;
}

.colorStyle6 .jq-checkbox {
  border-color: #e2e4e6;
}

.colorStyle6 .jq-checkbox.checked {
  border-color: #e83f6f;
}

.colorStyle6 .jq-checkbox.checked .jq-checkbox__div {
  background: #e83f6f;
}

.colorStyle6 .jq-radio {
  border-color: #cccdcf;
}

.colorStyle6 .jq-radio.checked .jq-radio__div {
  background: #e83f6f;
}

.colorStyle6 .jq-selectbox .jq-selectbox__select {
  border-color: #cccdcf;
}

.colorStyle6
  .jq-selectbox
  .jq-selectbox__select
  .jq-selectbox__trigger
  .jq-selectbox__trigger-arrow {
  border-top-color: #cccdcf;
}

.colorStyle6 .jq-selectbox:hover .jq-selectbox__select {
  border-color: #333;
}

.colorStyle6 .jq-selectbox:hover .jq-selectbox__select .jq-selectbox__trigger {
  border-left-color: #333;
}

.colorStyle6
  .jq-selectbox:hover
  .jq-selectbox__select
  .jq-selectbox__trigger
  .jq-selectbox__trigger-arrow {
  border-top-color: #333;
}

.colorStyle6 .jq-selectbox.opened .jq-selectbox__select .jq-selectbox__trigger {
  border-left-color: #e83f6f;
}

.colorStyle6
  .jq-selectbox.opened
  .jq-selectbox__select
  .jq-selectbox__trigger
  .jq-selectbox__trigger-arrow {
  border-top-color: #e83f6f;
}

.colorStyle6 .jq-selectbox.jq-selectbox.focused .jq-selectbox__select {
  border-color: #e83f6f;
}

.colorStyle6
  .buy_one_click_form_tml
  .uss_onepos_info
  .uss_shop_price
  span.old_price {
  color: #747b82;
}

.colorStyle6
  .inline-form
  form
  .group:not(.end)
  .fc_item
  .elem_item
  input.styler:focus,
.colorStyle6
  .inline-form
  form
  .group:not(.end)
  .fc_item
  .elem_item
  textarea.styler:focus {
  border-color: #ffbf00;
}

.colorStyle6
  .uss_shop_detail
  .uss_shop_technical_data
  .uss_shop_price
  .price.old_price {
  color: #747b82;
}

.colorStyle6
  .uss_shop_detail
  .uss_shop_technical_data
  > .uss_shop_by
  a.add_to_cart,
.colorStyle6
  .uss_shop_detail
  .uss_shop_technical_data
  .price_buy_wrap
  a.add_to_cart {
  border-color: #ffbf00;
  color: inherit;
}

.colorStyle6
  .uss_shop_detail
  .uss_shop_technical_data
  > .uss_shop_by
  a.add_to_cart:before,
.colorStyle6
  .uss_shop_detail
  .uss_shop_technical_data
  .price_buy_wrap
  a.add_to_cart:before {
  background-image: url("../img/k4_6/cart.png");
}

.colorStyle6
  .uss_shop_detail
  .uss_shop_technical_data
  > .uss_shop_by
  a.add_to_cart.already_in_cart:before,
.colorStyle6
  .uss_shop_detail
  .uss_shop_technical_data
  .price_buy_wrap
  a.add_to_cart.already_in_cart:before {
  background-image: url("../img/k4_6/already-btn.png");
}

.colorStyle6
  .uss_shop_detail
  .uss_shop_technical_data
  > .uss_shop_by
  a.add_to_cart:hover,
.colorStyle6
  .uss_shop_detail
  .uss_shop_technical_data
  .price_buy_wrap
  a.add_to_cart:hover {
  background: #ffbf00;
  color: #ffffff;
  border-color: #ffbf00 !important;
}

.colorStyle6
  .uss_shop_detail
  .uss_shop_technical_data
  > .uss_shop_by
  a.add_to_cart:hover:before,
.colorStyle6
  .uss_shop_detail
  .uss_shop_technical_data
  .price_buy_wrap
  a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.colorStyle6 .uss_shop_detail .uss_shop_technical_data .buy_btns a {
  color: #9e9e9e;
  border-color: #9e9e9e;
}

.colorStyle6 .uss_shop_detail .uss_shop_technical_data .buy_btns a:hover,
.colorStyle6
  .uss_shop_detail
  .uss_shop_technical_data
  .buy_btns
  a.already_in_compare,
.colorStyle6
  .uss_shop_detail
  .uss_shop_technical_data
  .buy_btns
  a.already_in_wish {
  border-color: #e83f6f;
  color: #e83f6f;
}

.colorStyle6
  .uss_shop_detail
  .uss_shop_technical_data
  .buy_btns
  .uss_shop_by
  a:before {
  background-image: url("../img/k4_6/fast-buy-mini.png");
}

.colorStyle6
  .uss_shop_detail
  .uss_shop_technical_data
  .buy_btns
  .uss_compare_by
  a.add_to_compare:before {
  background-image: url("../img/k4_6/compare-mini.png");
}

.colorStyle6
  .uss_shop_detail
  .uss_shop_technical_data
  .buy_btns
  .uss_shop_put_wrap
  .uss_shop_put
  a:before {
  background-image: url("../img/k4_6/fav-mini.png");
}

.colorStyle6 div.uss_tabs div.uss_tabs_navigation span {
  border-color: #dedade;
  color: inherit;
}

.colorStyle6 div.uss_tabs div.uss_tabs_navigation span.selected {
  background: #e83f6f;
  border-color: #e83f6f;
  color: #ffffff;
}

.colorStyle6 div.uss_tabs div.tab_items {
  border-color: #e2e4e6;
}

.colorStyle6 .h_op {
  color: inherit;
  border-bottom-color: #e2e4e6;
}

.colorStyle6 .uss_eshop_sameproducts .item {
  border-color: #e2e4e6;
}

.colorStyle6 .uss_eshop_sameproducts .item .info .price span.old_price {
  color: #747b82;
}

.colorStyle6 .uss_eshop_sameproducts .item .info .addToCart a.add_to_cart {
  border-color: #ffbf00;
  color: #333333;
}

.colorStyle6
  .uss_eshop_sameproducts
  .item
  .info
  .addToCart
  a.add_to_cart:before {
  background: url("../img/k4_6/cart.png") center no-repeat;
}

.colorStyle6
  .uss_eshop_sameproducts
  .item
  .info
  .addToCart
  a.add_to_cart.already_in_cart {
  border-color: #e2e4e6;
}

.colorStyle6
  .uss_eshop_sameproducts
  .item
  .info
  .addToCart
  a.add_to_cart.already_in_cart:before {
  background-image: url("../img/k4_6/already-btn.png");
}

.colorStyle6
  .uss_eshop_sameproducts
  .item
  .info
  .addToCart
  a.add_to_cart:hover {
  background: #ffbf00;
  color: #ffffff;
  border-color: #ffbf00 !important;
}

.colorStyle6
  .uss_eshop_sameproducts
  .item
  .info
  .addToCart
  a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.colorStyle6 .uss_guestbook .uss_guestbook_links a {
  border-color: #e83f6f;
  color: inherit;
}

.colorStyle6 .uss_guestbook .uss_guestbook_links a:hover {
  background-color: #e83f6f;
  color: #ffffff;
}

.colorStyle6 .uss_guestbook .uss_guestbook_item {
  border-color: #e2e4e6;
}

.colorStyle6 #uss_basket_ask_where_to_go_block {
  border-color: #e83f6f;
}

.colorStyle6 .decore-list td.num:after {
  background: #ffbf00;
}

.colorStyle6 .position.position-block .uss_eshop_block_item:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0)),
    color-stop(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.7)
  );
}

.colorStyle6 .position.position-block .uss_eshop_block_item:hover:after {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(232, 63, 111, 0.8)),
      to(rgba(232, 63, 111, 0.8))
    ),
    -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(232, 63, 111, 0.8), rgba(232, 63, 111, 0.8)),
    linear-gradient(
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.7)
    );
}

.colorStyle6 .position .uss_eshop_block_item a.add_to_cart {
  border-color: #ffbf00;
  background-color: transparent;
  color: inherit;
}

.colorStyle6 .position .uss_eshop_block_item a.add_to_cart:before {
  background-image: url("../img/k4_6/cart.png");
}

.colorStyle6 .position .uss_eshop_block_item a.add_to_cart.already_in_cart {
  border-color: #e2e4e6;
}

.colorStyle6
  .position
  .uss_eshop_block_item
  a.add_to_cart.already_in_cart:before {
  background-image: url("../img/k4_6/already-btn.png");
}

.colorStyle6 .position .uss_eshop_block_item a.add_to_cart:hover {
  border-color: #ffbf00 !important;
  background-color: #ffbf00;
  color: #ffffff;
}

.colorStyle6 .position .uss_eshop_block_item a.add_to_cart:hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.colorStyle6 .position .uss_eshop_block_item:hover {
  border-color: #ffbf00;
}

.colorStyle6
  .aside-block
  .uss_eshop_block_item
  .uss_price_cart_btn_wrap
  a.add_to_cart {
  border-color: #ffbf00;
  background: transparent;
  color: inherit;
}

.colorStyle6
  .aside-block
  .uss_eshop_block_item
  .uss_price_cart_btn_wrap
  a.add_to_cart:before {
  background-image: url("../img/k4_6/cart.png");
}

.colorStyle6
  .aside-block
  .uss_eshop_block_item
  .uss_price_cart_btn_wrap
  a.add_to_cart:hover {
  border-color: #ffbf00;
  background-color: #ffbf00;
  color: #ffffff;
}

.colorStyle6 .aside-block .uss_eshop_block_item:hover {
  border-color: #ffbf00;
}

.colorStyle6 .bg-type4 {
  color: #e2e4e6;
}

.colorStyle6 .bg-type4 .h3 {
  border-color: #e2e4e6;
}

.colorStyle6 .bg-type4 form .group:not(.end) .fc_item .elem_item input.styler,
.colorStyle6
  .bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  textarea.styler {
  border-color: #e2e4e6;
}

.colorStyle6
  .bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  input.styler::-webkit-input-placeholder,
.colorStyle6
  .bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  textarea.styler::-webkit-input-placeholder {
  color: #e2e4e6;
}

.colorStyle6
  .bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  input.styler::-moz-placeholder,
.colorStyle6
  .bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  textarea.styler::-moz-placeholder {
  color: #e2e4e6;
}

.colorStyle6
  .bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  input.styler:-moz-placeholder,
.colorStyle6
  .bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  textarea.styler:-moz-placeholder {
  color: #e2e4e6;
}

.colorStyle6
  .bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  input.styler:-ms-input-placeholder,
.colorStyle6
  .bg-type4
  form
  .group:not(.end)
  .fc_item
  .elem_item
  textarea.styler:-ms-input-placeholder {
  color: #e2e4e6;
}

.colorStyle6 .uss_autocomplete_results .ac_over {
  background-color: #e83f6f;
}

.colorStyle6 .uss_pagenator .uss_page_num span.uss_page,
.colorStyle6 .uss_pagenator .uss_page_num span.uss_10_pages_forward,
.colorStyle6 .uss_pagenator .uss_page_num span.uss_10_pages_bac,
.colorStyle6 .uss_pagenator .uss_page_num span.uss_page_forward {
  border: 2px solid #ebeced;
}

.colorStyle6 .uss_pagenator .uss_page_num span.uss_page:hover,
.colorStyle6 .uss_pagenator .uss_page_num span.uss_10_pages_forward:hover,
.colorStyle6 .uss_pagenator .uss_page_num span.uss_10_pages_bac:hover,
.colorStyle6 .uss_pagenator .uss_page_num span.uss_page_forward:hover {
  border-color: #e83f6f;
}

.colorStyle6 .uss_pagenator .uss_page_num span.uss_page.uss_page_selected,
.colorStyle6
  .uss_pagenator
  .uss_page_num
  span.uss_10_pages_forward.uss_page_selected,
.colorStyle6
  .uss_pagenator
  .uss_page_num
  span.uss_10_pages_bac.uss_page_selected,
.colorStyle6
  .uss_pagenator
  .uss_page_num
  span.uss_page_forward.uss_page_selected {
  border-color: #e83f6f;
  color: #333;
}

.colorStyle6 .information ul li .submenu li a {
  color: #e83f6f;
}

.colorStyle6 .uss_adv_img_list_item.uss_ail_point span {
  background-color: #feeeee;
}

.colorStyle6 .uss_adv_img_list_item.uss_ail_point.active span {
  background-color: #e83f6f;
}

.colorStyle6 .uss_adv_img_list_item.uss_ail_point.active span {
  background: #ffbf00;
}

@media (max-width: 1000px) {
  .colorStyle6 .container .aside .aside-catalog-opener {
    color: #ffffff;
    background: #e83f6f;
    position: relative;
  }
}

@media (max-width: 700px) {
  .colorStyle6 .adaptive-full-screen .call_me {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#202124),
      to(#4a404d)
    );
    background-image: linear-gradient(90deg, #202124, #4a404d);
    color: #ffffff;
  }

  .colorStyle6 .adaptive-full-screen .menu {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#202124),
      to(#4a404d)
    );
    background-image: linear-gradient(90deg, #202124, #4a404d);
    color: #ffffff;
  }

  .colorStyle6 .adaptive-full-screen .menu a {
    color: #fff !important;
  }

  .colorStyle6 .news.block .news_block_item:nth-of-type(even) .image:after {
    border-right-color: #e83f6f;
    border-left-color: transparent;
  }

  .colorStyle6 .news.block .news_block_item:nth-of-type(even) .image:before {
    border-right-color: #e83f6f;
    border-left-color: transparent;
  }
}

@media (max-width: 500px) {
  .colorStyle6
    .header
    .left
    .basket
    > div
    > div
    .amounts
    #uss_block_basket_amount {
    background: #e83f6f;
    color: #ffffff;
  }

  .colorStyle6 .header .left .basket > div.empty:after {
    background: #e83f6f;
    color: #ffffff;
  }
}

.colorStyle6 a.add_to_cart:not(.buy_one_click):hover {
  color: #333333 !important;
}

.colorStyle6 a.add_to_cart:not(.buy_one_click):hover:before {
  -webkit-filter: none !important;
  filter: none !important;
}

.colorStyle6 .review.bg-type3 .slick-dots li.slick-active button {
  background-image: url(../img/position-dot-active.png);
}

.uss_search_form form .uss_input_name {
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  border-width: 3px;
  padding-left: 12px;
  margin-top: 1px;
}

.uss_search_form form .uss_submit {
  display: inline-block;
  vertical-align: middle;
}

div[class|="original-place-holder"] {
  display: none !important;
}

.uss_privacy_policy_inner {
  width: 1200px;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 14px;
}

.uss_privacy_policy_inner .uss_privacy_policy_text {
  font-size: inherit;
}

form#loginForm .label {
  font-size: 15px;
  padding: 0 5px 0 0;
  font-weight: 600;
  font-family: "Wix Madefor Display", sans-serif;
  vertical-align: middle;
}

form#loginForm tr td.submit {
  padding-top: 24px;
  padding-bottom: 0;
}

form#loginForm tr td.submit input {
  min-width: 100px;
}

.uss_autocomplete_results {
  color: #333333;
  font-family: "Wix Madefor Display", sans-serif;
  border-color: rgba(0, 0, 0, 0.2);
  font-size: 14px;
}

.uss_autocomplete_results .ac_odd {
  background-color: rgba(0, 0, 0, 0.15);
}

.uss_autocomplete_results .ac_over {
  background-color: #034a7a;
}

.uss_autocomplete_results .title {
  overflow: hidden;
  display: block;
}

.uss_autocomplete_results .price {
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  padding-top: 2px;
  padding-bottom: 2px;
  display: block;
}

.uss_autocomplete_results ul li {
  padding: 0 0 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.icons {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: 35px;
}

.icons .icon {
  padding-right: 10px;
  margin-bottom: 15px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 19px;
  font-weight: 800;
  max-width: calc((100% - 10px) / 2);
}

.icons .icon .image {
  min-width: 70px;
  -webkit-box-flex: 0;
  -ms-flex: 0 70px;
  flex: 0 70px;
  width: 70px;
  height: 70px;
}

.icons .icon .image img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.icons .icon p {
  margin: 0;
}

.icons .icon .info {
  padding-left: 15px;
}

.icons .icon .preview {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.2;
  margin-top: 0.4rem;
}

.icons .icon .preview p {
  margin: 0;
}

.icons .icon .preview p + p {
  margin-top: 0.8rem;
}

.icons .row {
  -moz-flex: 0 100%;
  -ms-flex: 0 100%;
  -o-flex: 0 100%;
  -webkit-box-flex: 0;
  flex: 0 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.icons .row.x1 .icon {
  width: 100% !important;
}

.icons .row.x2 .icon {
  width: calc((100% - (10px * 1)) / 2);
}

.icons .row.x3 .icon {
  width: calc((100% - (10px * 2)) / 3);
}

.icons .row.x4 .icon {
  width: calc((100% - (10px * 3)) / 4);
}

.icons .row.x5 .icon {
  width: calc((100% - (10px * 4)) / 5);
}

.icons .row.x6 .icon {
  width: calc((100% - (10px * 5)) / 6);
}

.icons .row.x7 .icon {
  width: calc((100% - (10px * 6)) / 7);
}

.icons .row.x8 .icon {
  width: calc((100% - (10px * 7)) / 8);
}

.icons .row:last-child .icon {
  margin-bottom: 0;
}

.uss_eshop_sort_block {
  float: none;
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.uss_eshop_sort_block .sort_settings {
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 700;
}

.uss_eshop_sort_block .sort_settings noindex {
  display: block;
  width: 100%;
}

.uss_eshop_sort_block .sort_settings a,
.uss_eshop_sort_block .sort_settings span {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}

.uss_eshop_sort_block .sort_settings > a,
.uss_eshop_sort_block .sort_settings noindex > a {
  margin-left: 30px;
  border-bottom: 1px solid;
  border-bottom-color: inherit;
  padding-bottom: 0;
}

.uss_eshop_sort_block .sort_settings > a:hover,
.uss_eshop_sort_block .sort_settings noindex > a:hover {
  border-bottom-color: transparent;
}

.uss_eshop_sort_block .sort_settings .arrow a {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.uss_eshop_sort_block .sort_settings .arrow a:not(:hover) {
  color: #a0a6ab;
}

.uss_eshop_sort_block .filter_show_by_links {
  white-space: nowrap;
  margin-left: 0;
  padding-left: 10px;
}

.uss_eshop_sort_block .filter_show_by_links form .jq-selectbox__select {
  width: 20px;
  height: 34px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.block.about.about-wide {
  line-height: 1.62;
}

.block.about.about-wide .inner-big {
  position: relative;
  padding-bottom: 0;
}

.block.about.about-wide .about-wide-wrap {
  width: 133.3333333333333%;
  position: relative;
  left: -16.66666667%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.block.about.about-wide .h3 {
  padding-left: 16.66666666666667%;
  padding-right: 16.66666666666667%;
}

.block.about.about-wide .left {
  max-width: 58%;
  padding-left: 16.66666666666667%;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 100px;
}

.block.about.about-wide .right {
  max-width: 42%;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.block.about.about-wide .center {
  max-width: 100%;
  width: 100%;
  padding-bottom: 40px;
}

.block.about.about-wide .icons .row:last-child .icon {
  margin-bottom: 0;
}

.block.about.about-wide img {
  max-width: 100%;
}

.big-map p {
  margin: 0;
}

.big-map .map > ymaps {
  height: 590px !important;
}

.flex .items {
  width: 100%;
}

.uss_catalog_detail .uss_img_wrapper.for_preview_columned {
  margin-right: 20px;
}

.buy_one_click_form_inpos h3,
.buy_one_click_form_inpos .h3 {
  font-size: 60px;
  margin: 0 0 62px 0;
  line-height: 1;
  font-weight: 300;
}

.buy_one_click_form_inpos h3 span,
.buy_one_click_form_inpos .h3 span {
  font-size: 58px;
  font-weight: 800;
}

.buy_one_click_form_inpos h3 a,
.buy_one_click_form_inpos .h3 a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  position: relative;
}

.buy_one_click_form_inpos h3 a:after,
.buy_one_click_form_inpos .h3 a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  background: rgba(255, 255, 255, 0);
  color: #fff;
  display: block;
  width: 100%;
  height: 2px;
  -webkit-transition: background 0.25s linear;
  transition: background 0.25s linear;
}

.buy_one_click_form_inpos h3 a:hover:after,
.buy_one_click_form_inpos .h3 a:hover:after {
  background: #333333;
}

.buy_one_click_form_inpos form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.buy_one_click_form_inpos form .group {
  -webkit-box-flex: 0;
  -ms-flex: 0 100%;
  flex: 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.buy_one_click_form_inpos form .group .fc_item {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
}

.buy_one_click_form_inpos form .group .fc_item:not(:first-child) {
  margin-left: 10px;
}

.buy_one_click_form_inpos form .group:not(.end) .fc_item .elem_item {
  width: 100%;
}

div.uss_tabs .tab_item:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 550px) {
  .buy_one_click_form_inpos form .group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .buy_one_click_form_inpos form .group .fc_item {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%;
  }

  .buy_one_click_form_inpos form .group .fc_item:not(:first-child) {
    margin-left: 0;
  }
}

.top_bar ~ #wrap .footer {
  padding-bottom: 51px;
}

.uss_shop_table_view .uss_description div {
  height: auto;
}

.slider .slide {
  max-height: 100%;
  overflow: hidden;
}

.slider .image:not(.aspect_rated) {
  max-height: 100%;
}

.slider .image:not(.aspect_rated) img {
  max-width: 100%;
  max-height: 100%;
}

.slider .image {
  position: relative;
}

.slider .image img {
  display: block;
  margin: 0 auto;
}

.slider .image.width_fit.height_more img {
  width: auto;
  height: 100%;
}

.slider .image.width_fit.height_fit img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.slider .image.aspect_rated img {
  display: block;
  position: absolute;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.slider .image.height_less img {
  height: 100%;
  width: auto;
}

.slider .image.width_less img {
  width: 100%;
  height: auto;
}

.slider .image.width_more.height_fit img {
  height: 100% !important;
  width: auto !important;
}

.slider .image.width_more.height_more img {
  height: 100%;
  width: auto;
}

.slider .image.width_less.height_more img {
  width: auto;
  height: 100%;
}

.slider .image.width_fit.height_less img {
  width: auto;
  height: 100%;
}

.slider .image.width_less.height_less img {
  height: 100%;
  width: auto;
  max-width: none;
}

.uss_privacy_policy_wrap {
  color: #212121;
}

.aside-banner .banner-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10 !important;
}

.uss-flex-items {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  width: 100% !important;
}

.jq-selectbox {
  z-index: 10 !important;
}

.uss_photoalbums_foto_box {
  margin: 0;
}

.buy_one_click_window_wrap {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.buy_one_click_window_wrap form .group .fc_item .elem_item {
  max-width: 100%;
}

.catalog_orderform_tml .catalog_orderform_window_wrap {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.catalog_orderform_tml
  .catalog_orderform_window_wrap
  form
  .group
  .fc_item
  .elem_item {
  max-width: 100%;
}

.catalog_orderform_tml
  .catalog_orderform_window_wrap
  form
  .group
  .fc_item.fc_checkbox
  .elem_item {
  width: auto !important;
}

.uss_widget_outer_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -ms-flex: 0 100%;
  flex: 0 100%;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.uss_widget_outer_content {
  -webkit-box-flex: 0;
  -ms-flex: 0 100%;
  flex: 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
}

a[href^="tel:"],
a[href^="tel:"]:hover {
  white-space: nowrap !important;
  color: inherit !important;
  text-decoration: none !important;
}

.price_zero_class {
  white-space: normal !important;
  font-size: 12px !important;
  line-height: 1 !important;
}

.uss_user_basket,
.uss_user_wishlist,
.uss_user_basket *,
.uss_user_wishlist * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.uss_user_basket table tr td.uss_name,
.uss_user_wishlist table tr td.uss_name {
  line-height: 1.2;
}

.uss_user_basket table tr td.uss_name .uss_title,
.uss_user_wishlist table tr td.uss_name .uss_title {
  height: auto;
  line-height: 1.35;
}

.uss_user_basket table tr td.uss_name .uss_description,
.uss_user_wishlist table tr td.uss_name .uss_description {
  line-height: 1.35;
  height: auto;
}

.uss_user_basket table tr td.uss_number input,
.uss_user_wishlist table tr td.uss_number input {
  min-width: 30px;
  height: 30px;
  border: 1px solid #e2e4e6;
  text-align: center;
}

.uss_user_basket table tr td.uss_delete_pos,
.uss_user_wishlist table tr td.uss_delete_pos {
  position: relative;
  padding: 0 15px;
}

@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;
    padding-top: 15px;
  }

  .uss_user_basket > table > tbody > tr td.uss_delete_pos a,
  .uss_user_wishlist > table > tbody > tr td.uss_delete_pos a {
    margin: 0;
  }

  .uss_user_basket > table > tbody > tr td.uss_delete_pos a + a,
  .uss_user_wishlist > table > tbody > tr td.uss_delete_pos a + a {
    margin-left: 9px;
    margin-right: 3px;
  }

  .uss_user_basket > table > tbody > tr td.uss_delete_pos a img,
  .uss_user_wishlist > table > tbody > tr td.uss_delete_pos a img {
    width: 15px;
    height: 15px;
    display: block;
    margin: 0;
  }

  .uss_user_basket > table > tbody > tr td.uss_delete_pos a.uss_pos_buttons,
  .uss_user_wishlist > table > tbody > tr td.uss_delete_pos a.uss_pos_buttons {
    font-size: 17px;
    display: inline-block;
    padding: 0 5px;
    vertical-align: middle;
  }

  #wrap .uss_user_wishlist > table > tbody > tr td.uss_price_field {
    display: block !important;
  }

  .uss_user_wishlist > table > tbody > tr {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .uss_user_wishlist > table > tbody > tr td.uss_delete_pos > a {
    margin-left: 5px;
  }

  .section_basket2 .fc_form_tml .group .fc_item.block {
    width: 100% !important;
  }
}

.uss-copyright.kzsite .uss-copyright_text {
  overflow: hidden;
}

.uss-copyright.kzsite .uss-copyright_text span,
.uss-copyright.kzsite .uss-copyright_text strong {
  margin-left: 0;
}

.uss_catlog_cat_anons ul,
.uss_tree_description ul {
  list-style-type: disc;
}

.uss_catlog_cat_anons ul,
.uss_tree_description ul,
.uss_catlog_cat_anons ol,
.uss_tree_description ol {
  padding: 0 0 0 19px;
  margin: 5px 0 5px 0;
  text-align: left;
}

.uss_catlog_cat_anons ul a,
.uss_tree_description ul a,
.uss_catlog_cat_anons ol a,
.uss_tree_description ol a {
  color: inherit !important;
  font-size: inherit !important;
}

.section_photoalbums .uss_photoalbums_foto_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section_photoalbums .uss_photoalbums_foto_box .uss_img_item {
  max-width: 100%;
  display: block;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.section_photoalbums .uss_photoalbums_foto_box .uss_img_item .uss_img_pre {
  max-width: 100%;
  height: auto !important;
  display: block;
}

.section_photoalbums .uss_photoalbums_foto_box .uss_img_item .uss_img_pre img {
  max-width: 100%;
  height: auto;
  display: block;
}

.section_photoalbums .uss_photoalbums_foto_mosaic .uss_img_item {
  max-width: 100%;
}

.section_photoalbums .uss_photoalbums_foto_mosaic .uss_img_item img {
  display: block;
  max-width: 100%;
}

.section_photoalbums .uss_photoalbums_foto_list .uss_img_item .uss_img_pre {
  max-width: 100%;
  display: block;
  height: auto !important;
}

.section_photoalbums .uss_photoalbums_foto_list .uss_img_item .uss_img_pre img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .fc_form_tml .group .fc_item.block {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 540px) {
  .uss_basket_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .uss_basket_menu > * {
    margin: 7px 0 !important;
    padding: 0 !important;
  }

  .uss_basket_menu > * + * {
    margin-top: 0 !important;
  }
}

@media (max-width: 600px) {
  .uss_shop_detail_350_right .uss_img_wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px;
    row-gap: 10px;
  }

  .uss_shop_detail_350_right .uss_img_wrapper .uss_img_big {
    float: none;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0 !important;
  }

  .uss_shop_detail_350_right .uss_img_wrapper .uss_img_big .uss_img_big_image {
    position: relative;
  }

  .uss_shop_detail_350_right .uss_img_wrapper .uss_img_ico_box.column {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0 !important;
  }

  .uss_shop_detail_350_right
    .uss_img_wrapper
    .uss_img_ico_box.column
    > .uss_img_ico {
    margin-right: 0 !important;
  }
}

.imageArea,
.imageWrapOuter,
.uss_img_holder_outer {
  max-width: 100%;
}

.imageArea div,
.imageWrapOuter div,
.uss_img_holder_outer div,
.imageArea a,
.imageWrapOuter a,
.uss_img_holder_outer a,
.imageArea img,
.imageWrapOuter img,
.uss_img_holder_outer img {
  max-width: 100%;
}

.uss_eshop_block_item {
  max-width: 100%;
}

.uss_eshop_block_item div,
.uss_eshop_block_item a,
.uss_eshop_block_item img {
  max-width: 100%;
}

.uss_tabs table[class*="uss_table"] {
  border-collapse: collapse;
}

@media (max-width: 650px) {
  .imageArea,
  .imageWrapOuter,
  .uss_img_holder_outer {
    height: auto !important;
  }

  .imageArea div,
  .imageWrapOuter div,
  .uss_img_holder_outer div {
    height: auto !important;
  }

  .uss_eshop_block_item {
    height: auto !important;
  }

  .uss_eshop_block_item div {
    height: auto !important;
  }

  .content .uss_section_content img {
    float: none !important;
  }
}

.uss-scroller .mCSB_container {
  padding-top: 45px;
}

.uss-scroller .mCSB_scrollTools {
  top: 15px;
  bottom: auto;
}

.tableScoller-wrap {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 100%;
  flex: 0 100%;
  width: 100%;
  max-width: 100%;
  clear: both;
  float: none;
  zoom: 1;
}

.tableScoller-wrap:before,
.tableScoller-wrap:after {
  content: "";
  display: table;
}

.tableScoller-wrap:after {
  clear: both;
}

.uss_section_content .uss_basket_menu > a,
.uss_section_content .uss_basket_menu > span {
  display: inline-block;
}

@media (min-width: 769px) and (max-width: 1000px) {
  .uss_shop_table_view .uss_img .uss_img_holder_outer,
  .uss_shop_table_view .uss_img .uss_img_holder {
    max-width: 139px;
    height: auto !important;
  }
}

@media (max-width: 768px) {
  .uss_shop_table_view.mCustomScrollbar .mCSB_container {
    width: 100% !important;
  }

  table.uss_shoppos_table {
    display: block;
    border: none;
    max-width: 100%;
    width: 100%;
  }

  table.uss_shoppos_table tbody {
    display: block;
  }

  table.uss_shoppos_table tbody tr:first-child {
    display: none;
  }

  table.uss_shoppos_table tbody tr:first-child + td {
    border-top: 1px solid #989898;
  }

  table.uss_shoppos_table tbody tr.uss_eshop_item {
    width: 100%;
    display: block;
    padding-bottom: 7px;
    padding-top: 7px;
  }

  table.uss_shoppos_table tbody tr.uss_eshop_item + tr {
    padding-top: 7px;
    border-top: 1px solid #989898;
  }

  table.uss_shoppos_table tbody tr.uss_eshop_item td {
    font-size: 15px;
    border: none;
    padding: 0;
    display: block;
    overflow: hidden;
    width: auto !important;
    margin-bottom: 5px;
  }

  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_img {
    float: left;
    display: block;
    margin-right: 10px;
  }

  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_img ~ * {
    overflow: hidden;
  }

  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_title {
    display: block;
  }

  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_price {
    text-align: left;
  }

  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_price span.old_price {
    font-size: 16px;
  }

  table.uss_shoppos_table
    tbody
    tr.uss_eshop_item
    td.uss_price
    span.actual_price {
    font-size: 18px;
  }

  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_description > div {
    height: auto;
  }

  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_onlineorder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_onlineorder > * {
    margin: 10px 10px 0 0 !important;
    white-space: nowrap;
  }

  table.uss_shoppos_table
    tbody
    tr.uss_eshop_item
    td.uss_onlineorder
    a.add_to_cart {
    max-width: none;
    margin-bottom: 0 !important;
  }

  table.uss_shoppos_table
    tbody
    tr.uss_eshop_item
    td.uss_onlineorder
    span.add_to_cart
    + .uss_shop_by {
    margin-top: 0;
  }
}

@media (max-width: 500px) {
  table.uss_shoppos_table tbody tr.uss_eshop_item td {
    margin: 0 0 5px 0;
  }

  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_img {
    float: none;
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
  }

  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_img > div {
    margin: 0 auto;
  }

  table.uss_shoppos_table tbody tr.uss_eshop_item td > div {
    margin: 0;
  }
}

.uss_photoalbums_albums_block .uss_albums_item {
  display: block;
  max-width: calc((100% - 10px) / 2);
}

.uss_photoalbums_albums_block .uss_albums_item .uss_albums_cover {
  display: block;
  max-width: 100%;
  height: auto !important;
}

.uss_photoalbums_albums_block .uss_albums_item .uss_albums_cover img {
  display: block;
  max-width: 100%;
}

.uss_photoalbums .uss_photoalbums_foto_box .uss_img_item .uss_img_pre {
  height: auto !important;
  max-width: 100%;
  display: block;
}

.uss_photoalbums .uss_photoalbums_foto_box .uss_img_item .uss_img_pre img {
  max-width: 100%;
}

.uss_shop_block_cat
  .uss_shop_category
  .uss_shop_cat_img_wrap
  .uss_shop_cat_img {
  max-width: 100%;
  display: block;
}

.uss_shop_block_cat
  .uss_shop_category
  .uss_shop_cat_img_wrap
  .uss_shop_cat_img
  a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.uss_shop_block_cat
  .uss_shop_category
  .uss_shop_cat_img_wrap
  .uss_shop_cat_img
  img {
  display: block;
  max-width: 100%;
  height: auto;
}

.uss_section_content
  .uss_shop_list_cat
  .uss_shop_category
  .uss_shop_cat_img_wrap {
  max-width: 40vw;
}

.uss_section_content
  .uss_shop_list_cat
  .uss_shop_category
  .uss_shop_cat_img_wrap
  .uss_shop_cat_img {
  display: block;
  max-width: 100%;
}

.uss_section_content
  .uss_shop_list_cat
  .uss_shop_category
  .uss_shop_cat_img_wrap
  .uss_shop_cat_img
  a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.uss_section_content
  .uss_shop_list_cat
  .uss_shop_category
  .uss_shop_cat_img_wrap
  .uss_shop_cat_img
  img {
  display: block;
  max-width: 100%;
}

.uss_section_content
  .uss_shop_list_view_item.uss_eshop_item
  .posimg_item
  .uss_img_holder_outer {
  max-width: 30vw;
}

.uss_section_content
  .uss_shop_list_view_item.uss_eshop_item
  .posimg_item
  .uss_img_holder_outer
  .uss_img_holder {
  display: block;
  max-width: 100%;
}

.uss_section_content
  .uss_shop_list_view_item.uss_eshop_item
  .posimg_item
  .uss_img_holder_outer
  .uss_img_holder
  a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.uss_section_content
  .uss_shop_list_view_item.uss_eshop_item
  .posimg_item
  .uss_img_holder_outer
  .uss_img_holder
  img {
  display: block;
  max-width: 100%;
}

.uss_shop_blocks_view .uss_eshop_item .posimg_item .uss_img_holder_outer {
  max-width: 100%;
}

.uss_shop_blocks_view
  .uss_eshop_item
  .posimg_item
  .uss_img_holder_outer
  .uss_img_holder {
  max-width: 100%;
  display: block;
  margin-bottom: 0;
}

.uss_shop_blocks_view
  .uss_eshop_item
  .posimg_item
  .uss_img_holder_outer
  .uss_img_holder
  a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.uss_shop_blocks_view
  .uss_eshop_item
  .posimg_item
  .uss_img_holder_outer
  .uss_img_holder
  img {
  display: block;
  max-width: 100%;
  height: auto !important;
}

.uss_section_content .uss_eshop_sameproducts.list .item .imageArea {
  max-width: calc(40vw - 10px);
}

.uss_section_content
  .uss_eshop_sameproducts.list
  .item
  .imageArea
  .imageWrapOuter {
  max-width: 100%;
}

.uss_section_content
  .uss_eshop_sameproducts.list
  .item
  .imageArea
  .imageWrapOuter
  .image {
  display: block;
  max-width: 100%;
}

.uss_section_content
  .uss_eshop_sameproducts.list
  .item
  .imageArea
  .imageWrapOuter
  .image
  a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.uss_section_content
  .uss_eshop_sameproducts.list
  .item
  .imageArea
  .imageWrapOuter
  .image
  img {
  display: block;
  max-width: 100%;
}

.uss_eshop_sameproducts.blocks .item .imageArea .imageWrapOuter {
  max-width: 100%;
}

.uss_eshop_sameproducts.blocks .item .imageArea .imageWrapOuter .imageWrap {
  max-width: 100%;
  display: block;
}

.uss_eshop_sameproducts.blocks
  .item
  .imageArea
  .imageWrapOuter
  .imageWrap
  .image {
  max-width: 100%;
  display: block;
}

.uss_eshop_sameproducts.blocks
  .item
  .imageArea
  .imageWrapOuter
  .imageWrap
  .image
  a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.uss_eshop_sameproducts.blocks .item .imageArea .imageWrapOuter .imageWrap img {
  max-width: 100%;
  display: block;
  height: auto;
}

.uss_catalog_block_cat .uss_catalog_category .uss_catalog_cat_img {
  max-width: 100%;
  display: block;
}

.uss_catalog_block_cat .uss_catalog_category .uss_catalog_cat_img a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.uss_section_content
  .uss_catalog_list_cat
  .uss_catalog_category
  .uss_catalog_img_wrap {
  max-width: 40vw -10;
}

.uss_section_content
  .uss_catalog_list_cat
  .uss_catalog_category
  .uss_catalog_img_wrap
  .uss_catalog_cat_img {
  max-width: 100%;
  display: block;
}

.uss_section_content
  .uss_catalog_list_cat
  .uss_catalog_category
  .uss_catalog_img_wrap
  .uss_catalog_cat_img
  a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.news_list.news_block_items .news_item .image .uss_image_holder {
  max-width: calc(100% - 4px);
  height: auto !important;
  display: block;
  margin: 2px;
}

.news_list.news_block_items .news_item .image .uss_image_holder img {
  display: block;
  max-width: 100%;
}

.similar_items_block .news_item .image .uss_image_holder {
  max-width: 100%;
  display: block;
  height: auto !important;
}

.similar_items_block .news_item .image .uss_image_holder img {
  max-width: 100%;
  display: block;
  height: auto;
}

.similar_items_list .news_item .image {
  max-width: 40vw;
}

.similar_items_list .news_item .image .uss_image_holder {
  max-width: 100%;
  display: block;
  height: auto !important;
}

.similar_items_list .news_item .image .uss_image_holder img {
  max-width: 100%;
  display: block;
  height: auto;
}

.groups_list .group_item .info .image .uss_image_holder {
  max-width: 40vw;
  height: auto !important;
  display: block;
}

.groups_list .group_item .info .image .uss_image_holder img {
  display: block;
  max-width: 100%;
  height: auto;
}

.groups_block .group_item .info .image .uss_image_holder {
  max-width: 40vw;
  height: auto !important;
  display: block;
}

.groups_block .group_item .info .image .uss_image_holder img {
  display: block;
  max-width: 100%;
  height: auto;
}

.uss_shop_blocks_view .uss_eshop_item .uss_shop_name,
div.uss_tabs .uss_tabs_navigation span,
.uss_shop_block_cat .uss_shop_cat_name,
.uss_catalog_list_cat .uss_catalog_cat_name,
.uss_catalog_block_cat .uss_catalog_cat_name,
.uss_photoalbums_albums_list .uss_albums_name,
.uss_photoalbums_albums_block .uss_albums_name,
.uss_photoalbums_albums_with_photo .uss_albums_name,
.photoalbum_menu .photoalbum_menu_item > a,
.service .uss_eshop_menu > li > a,
.service .catalog_menu .catalog_menu_item > a,
.services .uss_eshop_menu > li > a,
.services .catalog_menu .catalog_menu_item > a,
.uss_eshop_block_item .uss_shop_name,
.content_menu,
.uss_shop_list_cat .uss_shop_cat_name,
.uss_shop_list_view .uss_shop_technical_data .uss_shop_name,
.section_news .uss_news .groups_list .group_item .title,
.section_news .uss_news .groups_block .group_item .title,
.uss_eshop_sameproducts.blocks .item .title,
.similar_items_block .news_item .info .title,
.similar_items_list .news_item .title,
.uss_eshop_sameproducts.list .item .title,
.buy_one_click_form_tml .uss_title,
.catalogs .uss_eshop_menu > li > a,
.catalogs .catalog_menu > li > div > a,
.product_cat .uss_eshop_menu > li > a,
.product_cat .catalog_menu > li > div > a,
.catalog_block .uss_eshop_menu > li > a,
.catalog_block .catalog_menu > li > div > a,
.block .news_block_item .info .title,
.uss_widget_outer_content .news_block_item .title,
.news_list .title {
  font-size: 20px;
}

.uss_shop_blocks_view .uss_eshop_item .uss_shop_name a,
div.uss_tabs .uss_tabs_navigation span a,
.uss_shop_block_cat .uss_shop_cat_name a,
.uss_catalog_list_cat .uss_catalog_cat_name a,
.uss_catalog_block_cat .uss_catalog_cat_name a,
.uss_photoalbums_albums_list .uss_albums_name a,
.uss_photoalbums_albums_block .uss_albums_name a,
.uss_photoalbums_albums_with_photo .uss_albums_name a,
.photoalbum_menu .photoalbum_menu_item > a a,
.service .uss_eshop_menu > li > a a,
.service .catalog_menu .catalog_menu_item > a a,
.services .uss_eshop_menu > li > a a,
.services .catalog_menu .catalog_menu_item > a a,
.uss_eshop_block_item .uss_shop_name a,
.content_menu a,
.uss_shop_list_cat .uss_shop_cat_name a,
.uss_shop_list_view .uss_shop_technical_data .uss_shop_name a,
.section_news .uss_news .groups_list .group_item .title a,
.section_news .uss_news .groups_block .group_item .title a,
.uss_eshop_sameproducts.blocks .item .title a,
.similar_items_block .news_item .info .title a,
.similar_items_list .news_item .title a,
.uss_eshop_sameproducts.list .item .title a,
.buy_one_click_form_tml .uss_title a,
.catalogs .uss_eshop_menu > li > a a,
.catalogs .catalog_menu > li > div > a a,
.product_cat .uss_eshop_menu > li > a a,
.product_cat .catalog_menu > li > div > a a,
.catalog_block .uss_eshop_menu > li > a a,
.catalog_block .catalog_menu > li > div > a a,
.block .news_block_item .info .title a,
.uss_widget_outer_content .news_block_item .title a,
.news_list .title a {
  font-size: inherit;
}

.uss_shop_table_view td.uss_title {
  font-size: 20px -3px;
}

@media (max-width: 768px) {
  .uss_shop_blocks_view .uss_eshop_item .uss_shop_name,
  div.uss_tabs .uss_tabs_navigation span,
  .uss_shop_block_cat .uss_shop_cat_name,
  .uss_catalog_list_cat .uss_catalog_cat_name,
  .uss_catalog_block_cat .uss_catalog_cat_name,
  .uss_photoalbums_albums_list .uss_albums_name,
  .uss_photoalbums_albums_block .uss_albums_name,
  .uss_photoalbums_albums_with_photo .uss_albums_name,
  .photoalbum_menu .photoalbum_menu_item > a,
  .service .uss_eshop_menu > li > a,
  .service .catalog_menu .catalog_menu_item > a,
  .services .uss_eshop_menu > li > a,
  .services .catalog_menu .catalog_menu_item > a,
  .uss_eshop_block_item .uss_shop_name,
  .content_menu,
  .uss_shop_list_cat .uss_shop_cat_name,
  .uss_shop_list_view .uss_shop_technical_data .uss_shop_name,
  .section_news .uss_news .groups_list .group_item .title,
  .section_news .uss_news .groups_block .group_item .title,
  .uss_eshop_sameproducts.blocks .item .title,
  .similar_items_block .news_item .info .title,
  .similar_items_list .news_item .title,
  .uss_eshop_sameproducts.list .item .title,
  .buy_one_click_form_tml .uss_title,
  .catalogs .uss_eshop_menu > li > a,
  .catalogs .catalog_menu > li > div > a,
  .product_cat .uss_eshop_menu > li > a,
  .product_cat .catalog_menu > li > div > a,
  .catalog_block .uss_eshop_menu > li > a,
  .catalog_block .catalog_menu > li > div > a,
  .block .news_block_item .info .title,
  .uss_widget_outer_content .news_block_item .title,
  .news_list .title {
    font-size: 20px -3px;
  }

  .uss_shop_blocks_view .uss_eshop_item .uss_shop_name a,
  div.uss_tabs .uss_tabs_navigation span a,
  .uss_shop_block_cat .uss_shop_cat_name a,
  .uss_catalog_list_cat .uss_catalog_cat_name a,
  .uss_catalog_block_cat .uss_catalog_cat_name a,
  .uss_photoalbums_albums_list .uss_albums_name a,
  .uss_photoalbums_albums_block .uss_albums_name a,
  .uss_photoalbums_albums_with_photo .uss_albums_name a,
  .photoalbum_menu .photoalbum_menu_item > a a,
  .service .uss_eshop_menu > li > a a,
  .service .catalog_menu .catalog_menu_item > a a,
  .services .uss_eshop_menu > li > a a,
  .services .catalog_menu .catalog_menu_item > a a,
  .uss_eshop_block_item .uss_shop_name a,
  .content_menu a,
  .uss_shop_list_cat .uss_shop_cat_name a,
  .uss_shop_list_view .uss_shop_technical_data .uss_shop_name a,
  .section_news .uss_news .groups_list .group_item .title a,
  .section_news .uss_news .groups_block .group_item .title a,
  .uss_eshop_sameproducts.blocks .item .title a,
  .similar_items_block .news_item .info .title a,
  .similar_items_list .news_item .title a,
  .uss_eshop_sameproducts.list .item .title a,
  .buy_one_click_form_tml .uss_title a,
  .catalogs .uss_eshop_menu > li > a a,
  .catalogs .catalog_menu > li > div > a a,
  .product_cat .uss_eshop_menu > li > a a,
  .product_cat .catalog_menu > li > div > a a,
  .catalog_block .uss_eshop_menu > li > a a,
  .catalog_block .catalog_menu > li > div > a a,
  .block .news_block_item .info .title a,
  .uss_widget_outer_content .news_block_item .title a,
  .news_list .title a {
    font-size: inherit;
  }
}

.uss_eshop_sameproducts.blocks .item .descr,
.uss_eshop_sameproducts.list .item .descr,
.service .uss_eshop_menu > li .uss_tree_description,
.service .catalog_menu .catalog_menu_item .uss_tree_description,
.uss_shop_block_cat .uss_shop_cat_text,
.uss_catlog_cat_anons,
.uss_catalog_detail .uss_catalog_short_description,
.uss_shop_list_cat .uss_shop_cat_text,
.uss_buy_one_click_pos .uss_onepos_info .uss_description,
.uss_shop_description,
.news_block_item .preview,
.news_list .preview,
.groups_list .description,
.uss_shop_full_description,
.section_news .uss_news .groups_list .group_item .description,
.section_news .uss_news .groups_block .group_item .description,
.uss_photoalbums_albums_block .uss_albums_description,
.uss_photoalbums_albums_with_photo .uss_albums_description,
.uss_photoalbums_albums_list .uss_albums_description,
.catalogs .uss_eshop_menu .uss_tree_description,
.catalogs .catalog_menu .uss_tree_description,
.product_cat .uss_eshop_menu .uss_tree_description,
.product_cat .catalog_menu .uss_tree_description,
div.uss_tabs .tab_item,
.content .section.section_text,
.uss_widget_outer_content .news_block_item .preview,
.photoalbum_menu .photoalbum_menu_item .uss_tree_description {
  font-size: 16px;
}

.uss_eshop_sameproducts.blocks .item .descr p,
.uss_eshop_sameproducts.list .item .descr p,
.service .uss_eshop_menu > li .uss_tree_description p,
.service .catalog_menu .catalog_menu_item .uss_tree_description p,
.uss_shop_block_cat .uss_shop_cat_text p,
.uss_catlog_cat_anons p,
.uss_catalog_detail .uss_catalog_short_description p,
.uss_shop_list_cat .uss_shop_cat_text p,
.uss_buy_one_click_pos .uss_onepos_info .uss_description p,
.uss_shop_description p,
.news_block_item .preview p,
.news_list .preview p,
.groups_list .description p,
.uss_shop_full_description p,
.section_news .uss_news .groups_list .group_item .description p,
.section_news .uss_news .groups_block .group_item .description p,
.uss_photoalbums_albums_block .uss_albums_description p,
.uss_photoalbums_albums_with_photo .uss_albums_description p,
.uss_photoalbums_albums_list .uss_albums_description p,
.catalogs .uss_eshop_menu .uss_tree_description p,
.catalogs .catalog_menu .uss_tree_description p,
.product_cat .uss_eshop_menu .uss_tree_description p,
.product_cat .catalog_menu .uss_tree_description p,
div.uss_tabs .tab_item p,
.content .section.section_text p,
.uss_widget_outer_content .news_block_item .preview p,
.photoalbum_menu .photoalbum_menu_item .uss_tree_description p,
.uss_eshop_sameproducts.blocks .item .descr span,
.uss_eshop_sameproducts.list .item .descr span,
.service .uss_eshop_menu > li .uss_tree_description span,
.service .catalog_menu .catalog_menu_item .uss_tree_description span,
.uss_shop_block_cat .uss_shop_cat_text span,
.uss_catlog_cat_anons span,
.uss_catalog_detail .uss_catalog_short_description span,
.uss_shop_list_cat .uss_shop_cat_text span,
.uss_buy_one_click_pos .uss_onepos_info .uss_description span,
.uss_shop_description span,
.news_block_item .preview span,
.news_list .preview span,
.groups_list .description span,
.uss_shop_full_description span,
.section_news .uss_news .groups_list .group_item .description span,
.section_news .uss_news .groups_block .group_item .description span,
.uss_photoalbums_albums_block .uss_albums_description span,
.uss_photoalbums_albums_with_photo .uss_albums_description span,
.uss_photoalbums_albums_list .uss_albums_description span,
.catalogs .uss_eshop_menu .uss_tree_description span,
.catalogs .catalog_menu .uss_tree_description span,
.product_cat .uss_eshop_menu .uss_tree_description span,
.product_cat .catalog_menu .uss_tree_description span,
div.uss_tabs .tab_item span,
.content .section.section_text span,
.uss_widget_outer_content .news_block_item .preview span,
.photoalbum_menu .photoalbum_menu_item .uss_tree_description span {
  font-size: inherit;
}

.similar_items_block .news_item .date,
.similar_items_list .news_item .date,
.news_block_item .date,
.uss_widget_outer_content .news_block_item .date,
.news_list .date {
  font-size: 16px;
}

.similar_items_block .news_item .date p,
.similar_items_list .news_item .date p,
.news_block_item .date p,
.uss_widget_outer_content .news_block_item .date p,
.news_list .date p,
.similar_items_block .news_item .date span,
.similar_items_list .news_item .date span,
.news_block_item .date span,
.uss_widget_outer_content .news_block_item .date span,
.news_list .date span {
  font-size: inherit;
}

@media (max-width: 768px) {
  .uss_eshop_sameproducts.blocks .item .descr,
  .uss_eshop_sameproducts.list .item .descr,
  .service .uss_eshop_menu > li .uss_tree_description,
  .service .catalog_menu .catalog_menu_item .uss_tree_description,
  .uss_shop_block_cat .uss_shop_cat_text,
  .uss_catlog_cat_anons,
  .uss_catalog_detail .uss_catalog_short_description,
  .uss_shop_list_cat .uss_shop_cat_text,
  .uss_buy_one_click_pos .uss_onepos_info .uss_description,
  .uss_shop_description,
  .news_block_item .preview,
  .news_list .preview,
  .groups_list .description,
  .uss_shop_full_description,
  .section_news .uss_news .groups_list .group_item .description,
  .section_news .uss_news .groups_block .group_item .description,
  .uss_photoalbums_albums_block .uss_albums_description,
  .uss_photoalbums_albums_with_photo .uss_albums_description,
  .uss_photoalbums_albums_list .uss_albums_description,
  .catalogs .uss_eshop_menu .uss_tree_description,
  .catalogs .catalog_menu .uss_tree_description,
  .product_cat .uss_eshop_menu .uss_tree_description,
  .product_cat .catalog_menu .uss_tree_description,
  div.uss_tabs .tab_item,
  .content .section.section_text,
  .uss_widget_outer_content .news_block_item .preview,
  .photoalbum_menu .photoalbum_menu_item .uss_tree_description {
    font-size: 16px -1px;
  }

  .uss_eshop_sameproducts.blocks .item .descr p,
  .uss_eshop_sameproducts.list .item .descr p,
  .service .uss_eshop_menu > li .uss_tree_description p,
  .service .catalog_menu .catalog_menu_item .uss_tree_description p,
  .uss_shop_block_cat .uss_shop_cat_text p,
  .uss_catlog_cat_anons p,
  .uss_catalog_detail .uss_catalog_short_description p,
  .uss_shop_list_cat .uss_shop_cat_text p,
  .uss_buy_one_click_pos .uss_onepos_info .uss_description p,
  .uss_shop_description p,
  .news_block_item .preview p,
  .news_list .preview p,
  .groups_list .description p,
  .uss_shop_full_description p,
  .section_news .uss_news .groups_list .group_item .description p,
  .section_news .uss_news .groups_block .group_item .description p,
  .uss_photoalbums_albums_block .uss_albums_description p,
  .uss_photoalbums_albums_with_photo .uss_albums_description p,
  .uss_photoalbums_albums_list .uss_albums_description p,
  .catalogs .uss_eshop_menu .uss_tree_description p,
  .catalogs .catalog_menu .uss_tree_description p,
  .product_cat .uss_eshop_menu .uss_tree_description p,
  .product_cat .catalog_menu .uss_tree_description p,
  div.uss_tabs .tab_item p,
  .content .section.section_text p,
  .uss_widget_outer_content .news_block_item .preview p,
  .photoalbum_menu .photoalbum_menu_item .uss_tree_description p,
  .uss_eshop_sameproducts.blocks .item .descr span,
  .uss_eshop_sameproducts.list .item .descr span,
  .service .uss_eshop_menu > li .uss_tree_description span,
  .service .catalog_menu .catalog_menu_item .uss_tree_description span,
  .uss_shop_block_cat .uss_shop_cat_text span,
  .uss_catlog_cat_anons span,
  .uss_catalog_detail .uss_catalog_short_description span,
  .uss_shop_list_cat .uss_shop_cat_text span,
  .uss_buy_one_click_pos .uss_onepos_info .uss_description span,
  .uss_shop_description span,
  .news_block_item .preview span,
  .news_list .preview span,
  .groups_list .description span,
  .uss_shop_full_description span,
  .section_news .uss_news .groups_list .group_item .description span,
  .section_news .uss_news .groups_block .group_item .description span,
  .uss_photoalbums_albums_block .uss_albums_description span,
  .uss_photoalbums_albums_with_photo .uss_albums_description span,
  .uss_photoalbums_albums_list .uss_albums_description span,
  .catalogs .uss_eshop_menu .uss_tree_description span,
  .catalogs .catalog_menu .uss_tree_description span,
  .product_cat .uss_eshop_menu .uss_tree_description span,
  .product_cat .catalog_menu .uss_tree_description span,
  div.uss_tabs .tab_item span,
  .content .section.section_text span,
  .uss_widget_outer_content .news_block_item .preview span,
  .photoalbum_menu .photoalbum_menu_item .uss_tree_description span {
    font-size: inherit;
  }

  .similar_items_block .news_item .date,
  .similar_items_list .news_item .date,
  .news_block_item .date,
  .uss_widget_outer_content .news_block_item .date,
  .news_list .date {
    font-size: 16px -1px;
  }

  .similar_items_block .news_item .date p,
  .similar_items_list .news_item .date p,
  .news_block_item .date p,
  .uss_widget_outer_content .news_block_item .date p,
  .news_list .date p,
  .similar_items_block .news_item .date span,
  .similar_items_list .news_item .date span,
  .news_block_item .date span,
  .uss_widget_outer_content .news_block_item .date span,
  .news_list .date span {
    font-size: inherit;
  }
}

.aside-block .news_block_item .title {
  font-size: 18px;
}

.aside-block .news_block_item .title a {
  font-size: inherit;
}

.aside-block .uss_widget_outer_content .uss_eshop_block_item .uss_shop_name {
  font-size: 18px;
}

.aside-block .uss_widget_outer_content .uss_eshop_block_item .uss_shop_name a {
  font-size: inherit;
}

@media (max-width: 768px) {
  .aside-block .news_block_item .title {
    font-size: 18px -2px;
  }

  .aside-block .news_block_item .title a {
    font-size: inherit;
  }

  .aside-block .uss_widget_outer_content .uss_eshop_block_item .uss_shop_name {
    font-size: 18px -2px;
  }

  .aside-block
    .uss_widget_outer_content
    .uss_eshop_block_item
    .uss_shop_name
    a {
    font-size: inherit;
  }
}

@media (max-width: 1920px) {
  .mainpage .service-block .catalog_menu li .catalog_menu_item > a {
    font-size: 2.03125vw;
  }

  .mainpage
    .service-block
    .uss_catalog_sidebar
    .uss_catalog_category
    .uss_catalog_cat_name {
    /*font-size: 2.03125vw;*/
  }
}

@media (max-width: 1748px) {
  .review .news_block_item .info {
    background-size: 2.002288329519451vw !important;
    background-position: 1.71624714vw calc(100% - 2.345537757437071vw),
      calc(100% - 2.345537757437071vw) 5.49199085vw !important;
  }
}

@media (max-width: 1600px) {
  .slider .slides .slide .caption {
    width: 85vw;
  }
}

@media (max-width: 1480px) {
  .block .inner-big {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
  }

  .mainpage .service-block.x5 .uss_shop_block_cat .uss_shop_category {
    max-width: calc(100% / 4);
  }

  .mainpage .service-block.x5 .uss_eshop_menu li {
    max-width: calc(100% / 4);
  }

  .mainpage .service-block.x5 .catalog_menu li {
    max-width: calc(100% / 4);
  }

  .mainpage .service-block.x5 .section.section_catalog .uss_catalog_block_cat {
    max-width: calc(100% / 4);
  }

  .mainpage .service-block.x5 .uss_catalog_sidebar .uss_catalog_category {
    max-width: calc(100% / 4);
  }
}

@media (max-width: 1440px) {
  .header .left {
    margin-right: 2.777777777777778vw;
  }

  .position.position-slider .uss_eshop_block_item {
    font-size: 16px;
  }

  .position.position-slider .uss_eshop_block_item .img {
    width: 45%;
    margin-right: 5%;
  }

  .position.position-slider .uss_eshop_block_item .img img {
    max-width: 100%;
    height: auto;
  }

  .position.position-slider .uss_eshop_block_item .uss_shop_name {
    margin: 0 0 3.125vw 0;
    font-size: 25px;
  }

  .position.position-slider .uss_eshop_block_item .uss_shop_description {
    margin-bottom: 0.5em;
  }

  .position.position-slider
    .uss_eshop_block_item
    .uss_price_cart_btn_wrap
    .uss_shop_price
    span.old_price {
    font-size: 1.944444444444444vw;
  }

  .position.position-slider
    .uss_eshop_block_item
    .uss_price_cart_btn_wrap
    .uss_shop_price
    span.actual_price {
    font-size: 3.33333333vw;
  }

  .position.position-slider .items .slick-arrow.slick-prev {
    left: 50%;
  }
}

@media (max-width: 1420px) {
  body.fixed-inner.mainpage #wrap .news.block .inner-wide {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1400px) {
  .review .news_block_item .info {
    background: none !important;
    padding: 20px;
  }

  .review .news_block_item .info .title {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .review .news_block_item .info .preview {
    padding: 0;
    font-size: 16px;
    line-height: 1.6;
  }

  .review .news_block_item .info .preview p {
    margin: 0;
  }

  .review .news_block_item .info .preview p + p {
    margin-top: 7px;
  }
}

@media (max-width: 1300px) {
  .header .menu-row {
    -ms-flex-pack: distribute;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header .menu-row .auth {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header .menu-row .basket {
    -moz-flex: 1 auto;
    -o-flex: 1 auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .singlepage .header .left {
    width: auto;
    max-width: none;
  }

  .slider .slides .slide .image:after {
    height: 250px;
  }

  .mainpage .service-block .uss_eshop_menu li .uss_tree_description {
    line-height: 1.2;
    max-height: 2.4em;
    overflow: hidden;
  }
}

@media (max-width: 1236px) {
  .big-map .inner-wide {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .big-map .map {
    width: 100%;
    left: 0;
  }

  .big-map .contacts-block.fixed {
    left: 10px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}

@media (max-width: 1200px) {
  .inner,
  .n-inner {
    width: 100%;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .inner .h3,
  .n-inner .h3 {
    margin-bottom: 15px;
  }

  .inner-big {
    margin-bottom: 15px;
  }

  .header .adaptive-full-width {
    -moz-flex: 0 100%;
    -o-flex: 0 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%;
  }

  .header .left .search {
    margin-left: 0;
  }

  .header .left .row .column,
  .header .center .row .column,
  .header .right .row .column {
    -moz-flex: 1 auto;
    -o-flex: 1 auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
  }

  .header .left .row .column + .column,
  .header .center .row .column + .column,
  .header .right .row .column + .column {
    margin-left: 10px;
  }

  .header .logo-row {
    padding-left: 0;
    max-width: 35vw;
  }

  .mainpage .header .logo-row {
    padding-left: 0;
  }

  .slider {
    margin-bottom: -4px;
    height: auto;
  }

  .slider .slides .slide .caption {
    padding-top: 0.3333333333333333vw;
    padding-right: 1.416666666666667vw;
    padding-left: 1.416666666666667vw;
    padding-bottom: 1;
  }

  .slider .slides .slide .caption .title {
    font-size: 4.333333333333333vw;
    margin: 0 0 0.8333333333333333vw 0;
  }

  .slider .slides .slide .caption .preview {
    font-size: 3.5vw;
  }

  .slider .slick-track,
  .slider .slick-slide,
  .slider .slick-slide > div,
  .slider .slides .slide {
    height: auto;
  }

  .block .inner-big {
    padding-top: 10.75vw;
    padding-bottom: 13.33333333333333vw;
  }

  .block .p-inner {
    padding-top: 10.83333333333333vw;
  }

  .block .h3,
  .big-map .h3 {
    font-size: 5vw;
  }

  .block .h3 span {
    font-size: 0.98em;
  }

  .block.about {
    background-position: calc(100% + 341px) calc(100% + 2px);
  }

  .news.block .news_block_item .info {
    font-size: 16px;
  }

  .news.block .news_block_item .info .date {
    font-size: 1.75vw;
    margin: 0 0 3.416666666666667vw 0;
  }

  .news.block .news_block_item .info .title {
    font-size: 2.25vw;
    margin: 0 0 3.833333333333333vw 0;
  }

  .news.block .news_block_item .info .preview {
    max-height: 6.2em;
    overflow: hidden;
  }

  .review .news_block_item {
    margin: 0 auto;
  }

  .review .news_block_item .image {
    max-width: 40%;
    -moz-flex: 1 auto;
    -ms-flex: 1 auto;
    -o-flex: 1 auto;
    -webkit-box-flex: 1;
    flex: 1 auto;
    width: auto;
  }

  .review .news_block_item .image img {
    margin: 0 auto;
  }

  .review .news_block_item .info {
    width: auto;
    -moz-flex: 1 auto;
    -ms-flex: 1 auto;
    -o-flex: 1 auto;
    -webkit-box-flex: 1;
    flex: 1 auto;
    padding: 20px;
  }

  .review .news_block_item .info .title {
    letter-spacing: 0.3px;
    color: #0072a1;
    font-size: 24px;
    margin: 0 0 15px 0;
  }

  .review .news_block_item .info .preview {
    font-size: 19px;
  }

  .review .news_block_item .info .preview p {
    margin: 0 0 10px 0;
  }

  table.uss_shoppos_table {
    display: block;
    border: none !important;
  }

  table.uss_shoppos_table tbody {
    display: block;
  }

  table.uss_shoppos_table tbody tr {
    display: block;
    width: 100%;
    clear: both;
    border-bottom: 2px solid #ccc;
    border-left: none !important;
    border-right: none !important;
    zoom: 1;
  }

  table.uss_shoppos_table tbody tr:before,
  table.uss_shoppos_table tbody tr:after {
    content: "";
    display: table;
  }

  table.uss_shoppos_table tbody tr:after {
    clear: both;
  }

  table.uss_shoppos_table tbody tr:first-child {
    display: none;
  }

  table.uss_shoppos_table tbody tr td {
    font-size: 15px;
    border: none;
    padding: 0;
    display: block;
    overflow: hidden;
    width: auto !important;
    margin-bottom: 5px;
  }

  table.uss_shoppos_table tbody tr td.uss_img {
    float: left;
    display: block;
    margin-right: 15px;
    margin-bottom: 10px;
  }

  table.uss_shoppos_table tbody tr td.uss_title {
    display: block;
    padding-top: 14px;
  }

  table.uss_shoppos_table tbody tr td.uss_description > div {
    height: auto;
  }

  table.uss_shoppos_table tbody tr td.uss_onlineorder {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }

  table.uss_shoppos_table tbody tr td.uss_onlineorder > * + * {
    margin-left: 10px;
  }

  table.uss_shoppos_table tbody tr td.uss_price {
    margin: 0 16px 20px 0;
  }

  table.uss_shoppos_table tbody tr td.uss_price span {
    background: none !important;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: block;
  }

  table.uss_shoppos_table tbody tr td.uss_price span.actual_price {
    font-size: 24px;
    font-weight: 900;
  }

  table.uss_shoppos_table tbody tr td.uss_price span.old_price {
    color: #747b82;
    font-size: 15px;
    font-weight: 700;
  }

  .big-map .map {
    width: 100%;
    left: 0;
  }

  .information .inner > ul {
    padding: 30px 10px !important;
  }

  .icons .row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 1150px) {
  .mainpage .service-block.x4 .uss_shop_block_cat .uss_shop_category,
  .mainpage .service-block.x5 .uss_shop_block_cat .uss_shop_category {
    max-width: calc(100% / 3);
  }

  .mainpage .service-block.x4 .uss_eshop_menu li,
  .mainpage .service-block.x5 .uss_eshop_menu li {
    max-width: calc(100% / 3);
  }

  .mainpage .service-block.x4 .catalog_menu li,
  .mainpage .service-block.x5 .catalog_menu li {
    max-width: calc(100% / 3);
  }

  .mainpage .service-block.x4 .section.section_catalog .uss_catalog_block_cat,
  .mainpage .service-block.x5 .section.section_catalog .uss_catalog_block_cat {
    max-width: calc(100% / 3);
  }

  .mainpage .service-block.x4 .uss_catalog_sidebar .uss_catalog_category,
  .mainpage .service-block.x5 .uss_catalog_sidebar .uss_catalog_category {
    max-width: calc(100% / 3);
  }
}

@media (max-width: 1024px) {
  .uss_shop_detail.uss_shop_detail_350_bottom .uss_img_wrapper {
    height: auto;
    max-width: 50%;
  }

  .uss_shop_detail.uss_shop_detail_350_bottom
    .uss_img_wrapper
    .uss_img_big
    .uss_img_big_image {
    height: auto !important;
  }
}

@media (max-width: 1000px) {
  .aside-block {
    margin-bottom: 0;
  }

  .header .h-in,
  .header .h-out {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header .logo {
    padding-left: 0;
  }

  .header .logo .logo-row {
    padding-left: 0;
  }

  .header .logo .logo-img {
    margin-left: 0;
  }

  .menu {
    padding: 0;
  }

  .menu ul {
    margin: 0;
  }

  .block:not(.review):not(.position-slider) {
    font-size: 16px;
  }

  .block:not(.review):not(.position-slider) .inner,
  .block:not(.review):not(.position-slider) .inner-big,
  .block:not(.review):not(.position-slider) .p-inner,
  .block:not(.review):not(.position-slider) .n-inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .block:not(.review):not(.position-slider).about {
    background: none !important;
  }

  .block:not(.review):not(.position-slider) .quote {
    font-size: 18px;
    background-size: auto 100%;
    margin: 24px 0 24px 0;
    padding: 0 10%;
  }

  .position.position-slider
    .uss_eshop_block_item
    .uss_price_cart_btn_wrap
    .uss_shop_price
    span.old_price {
    font-size: 17px;
  }

  .position.position-slider
    .uss_eshop_block_item
    .uss_price_cart_btn_wrap
    .uss_shop_price
    span.actual_price {
    font-size: 30px;
  }

  .container .inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .container .aside {
    -moz-flex: 0 100%;
    -o-flex: 0 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%;
    -moz-order: -5;
    -ms-order: -5;
    -o-order: -5;
    -webkit-box-ordinal-group: -4;
    -ms-flex-order: -5;
    order: -5;
    margin: 0 0 0 0 !important;
    float: none !important;
    width: 100%;
  }

  .container .aside .h3 {
    display: block !important;
    width: 100%;
    padding: 14px 21px 18px;
    font-size: 25px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0;
    cursor: pointer;
  }

  .container .aside .h3 span {
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px dashed #fff;
    padding-bottom: 5px;
  }

  .container .aside .h3:before {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: url("../img/aside-opener.png") center no-repeat;
    width: 25px;
    height: 23px;
    background-size: contain;
    margin: 0 10px 0 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.1s linear;
    transition: -webkit-transform 0.1s linear;
    transition: transform 0.1s linear;
    transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  }

  .container .aside > div:not(.aside-menu) {
    display: none;
  }

  .container .aside .aside-menu > ul {
    display: none;
  }

  .container .aside .aside-menu.open > ul {
    display: block;
  }

  .container .aside + .content {
    -moz-flex: 0 100%;
    -o-flex: 0 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%;
  }

  .container .aside.open .aside-catalog-opener:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .container .aside.open .aside-menu {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    display: block !important;
    background: rgba(0, 0, 0, 0.01);
  }

  .review .slick-dots {
    bottom: -40px;
  }

  .review .news_block_item .info .preview {
    font-size: 16px;
  }

  .news.block .news_block_item .info,
  .news.block .news_block_item:nth-of-type(2n) .info {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .singlepage .uss_shop_list_view .uss_eshop_item {
    border: none;
    margin-bottom: 15px;
  }

  .singlepage .uss_shop_list_view .uss_eshop_item + .uss_eshop_item {
    padding-top: 15px;
    border-top: 2px solid #e2e4e6;
  }

  .singlepage .uss_shop_list_cat div.uss_shop_category {
    border: none;
    margin-bottom: 15px;
  }

  .singlepage .uss_shop_list_cat div.uss_shop_category + div.uss_shop_category {
    padding-top: 15px;
    border-top: 2px solid #e2e4e6;
  }

  .block.about.about-wide .about-wide-wrap {
    width: 100%;
    left: 0;
  }

  .block.about.about-wide .h3 {
    padding-left: 0;
  }

  .block.about.about-wide .left {
    padding-left: 10px;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0;
  }

  .block.about.about-wide .right {
    -moz-order: 0;
    -ms-order: 0;
    -o-order: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    max-width: 100%;
  }

  .information .inner > ul > li {
    padding: 0;
  }

  .information .inner > ul > li > a {
    font-size: 18px;
    text-align: center;
  }

  .information .inner > ul > li .submenu {
    display: none;
  }

  .block.about.about-wide .about-wide-wrap > .h3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .big-map .map > ymaps {
    height: 420px !important;
  }

  .singlepage .container .inner {
    padding-top: 20px !important;
  }
}

@media (max-width: 950px) {
  .header .row > div:not(.menu) + div {
    margin-left: 0;
  }
}

@media (max-width: 900px) {
  .review .news_block_item {
    margin: 0 !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 5px !important;
  }

  .review .news_block_item .image {
    display: block;
    float: none;
    max-width: 100%;
    width: 100%;
  }

  .review .news_block_item .image a:after {
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    top: auto;
    border: none;
    border-left: 22px solid transparent !important;
    border-right: 22px solid transparent !important;
    border-bottom: 22px solid #fff !important;
  }

  .review .news_block_item .info {
    width: 100%;
    max-width: 100%;
    background: none !important;
  }

  .review .news_block_item .info .title {
    margin-bottom: 10px;
  }

  .review .news_block_item .info .preview {
    padding: 0;
  }
}

@media (max-width: 850px) {
  .header:after {
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#000000),
      to(rgba(0, 0, 0, 0.01))
    );
    background-image: linear-gradient(#000000, rgba(0, 0, 0, 0.01));
  }

  .position.position-block .uss_eshop_block_item {
    margin-left: 0 !important;
    margin-right: 10px !important;
  }

  .inner,
  .n-inner,
  .inner-big {
    padding-top: 20px !important;
    padding-bottom: 10px !important;
  }

  .review .inner,
  .position-slider .inner,
  .review .n-inner,
  .position-slider .n-inner,
  .review .inner-big,
  .position-slider .inner-big {
    padding-top: 20px !important;
    padding-bottom: 50px !important;
  }

  .position-slider .inner,
  .position-slider .n-inner,
  .position-slider .inner-big {
    padding-top: 20px !important;
    padding-bottom: 70px !important;
  }

  .footer .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer .row > div {
    margin-bottom: 10px;
  }

  .footer .inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer .center {
    -moz-flex: 0 100%;
    -o-flex: 0 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 10px;
  }

  .footer .left,
  .footer .right {
    -moz-flex: 0 50%;
    -o-flex: 0 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 50%;
    flex: 0 50%;
  }

  .information .inner > ul {
    padding: 20px 10px !important;
  }

  .information .inner > ul > li > a {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  h2 {
    font-size: 27px;
    line-height: 1em;
  }

  h3 {
    font-size: 23.72px;
    line-height: 1em;
  }

  h4 {
    font-size: 20.5px;
    line-height: 1em;
  }

  h5 {
    font-size: 17.28px;
    line-height: 1em;
  }

  h6 {
    font-size: 15px;
    line-height: 1em;
  }

  .header .contacts {
    font-size: 20px;
  }

  .slider .slides .slide .caption {
    width: 80vw;
  }

  .slider .slides .slide .caption_inner {
    max-width: 50%;
  }

  .block.about .right {
    -moz-order: -1;
    -ms-order: -1;
    -o-order: -1;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    max-width: 100%;
  }

  .block.about .left,
  .block.about .right {
    -moz-flex: 0 100%;
    -o-flex: 0 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%;
    max-width: 100%;
  }

  .information .inner > ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .information .inner > ul > li {
    font-size: 15px;
    max-width: calc((100% - 20px) / 3);
    margin-bottom: 10px;
  }

  .information .inner > ul > li > a {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .information .inner > ul > li .submenu li {
    margin: 0 0 7px 0;
  }

  .singlepage .container .content h1 {
    font-size: 32px;
    margin-top: 15px;
  }

  .singlepage .header .left {
    margin-right: 10px;
  }

  div.uss_tabs p {
    margin: 0 0 0.5em 0;
  }

  div.uss_tabs div.uss_tabs_navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  div.uss_tabs div.uss_tabs_navigation span {
    width: 100%;
    margin: 0 0 -2px 0;
  }

  .news.block .news_block_item .info,
  .news.block .news_block_item .info:nth-of-type(2n) {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .news.block .news_block_item .info .date {
    font-size: 15px;
  }

  .news.block .news_block_item .info .title a {
    font-size: 17.28px;
  }

  .inline-form .form-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .singlepage .uss_shop_list_view .uss_eshop_item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .singlepage .uss_shop_list_view .uss_eshop_item .posimg_item {
    -moz-flex: 0 30%;
    -ms-flex: 0 30%;
    -o-flex: 0 30%;
    -webkit-box-flex: 0;
    flex: 0 30%;
    max-width: 30%;
    margin-right: 0 !important;
  }

  .singlepage .uss_shop_list_view .uss_eshop_item .posimg_item .uss_img_holder {
    width: 100% !important;
    height: auto !important;
  }

  .singlepage .uss_shop_list_view .uss_eshop_item .uss_shop_technical_data {
    -moz-flex: 0 70%;
    -ms-flex: 0 70%;
    -o-flex: 0 70%;
    -webkit-box-flex: 0;
    flex: 0 70%;
    padding-bottom: 0;
  }

  .singlepage .uss_shop_list_view .uss_eshop_item .list-position-right {
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    -o-flex: 0 100%;
    -webkit-box-flex: 0;
    flex: 0 100%;
    text-align: center;
  }

  .singlepage
    .uss_shop_list_view
    .uss_eshop_item
    .list-position-right
    .price_buy_wrap {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .information {
    display: none;
  }

  .container img {
    max-width: 100%;
    display: block;
  }

  .container .uss_section_top_images {
    margin: 0 0 10px 0;
    float: none;
    display: block;
  }

  .position.position-slider .items .slick-dots {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .mainpage .service-block.x5 .uss_shop_block_cat .uss_shop_category,
  .mainpage .service-block.x4 .uss_shop_block_cat .uss_shop_category,
  .mainpage .service-block.x3 .uss_shop_block_cat .uss_shop_category {
    max-width: calc(100% / 2);
  }

  .mainpage .service-block.x5 .uss_eshop_menu li,
  .mainpage .service-block.x4 .uss_eshop_menu li,
  .mainpage .service-block.x3 .uss_eshop_menu li {
    max-width: calc(100% / 2);
  }

  .mainpage .service-block.x5 .catalog_menu li,
  .mainpage .service-block.x4 .catalog_menu li,
  .mainpage .service-block.x3 .catalog_menu li {
    max-width: calc(100% / 2);
  }

  .mainpage .service-block.x5 .section.section_catalog .uss_catalog_block_cat,
  .mainpage .service-block.x4 .section.section_catalog .uss_catalog_block_cat,
  .mainpage .service-block.x3 .section.section_catalog .uss_catalog_block_cat {
    max-width: calc(100% / 2);
  }

  .mainpage .service-block.x5 .uss_catalog_sidebar .uss_catalog_category,
  .mainpage .service-block.x4 .uss_catalog_sidebar .uss_catalog_category,
  .mainpage .service-block.x3 .uss_catalog_sidebar .uss_catalog_category {
    max-width: calc(100% / 2);
  }

  .uss_catalog_detail .uss_img_wrapper.for_preview_columned {
    margin: 0 0 10px 0;
    max-width: 100%;
    display: block;
    width: 100%;
  }

  .uss_advanced_image_list {
    display: none !important;
  }

  .big-map .map > ymaps {
    height: 300px !important;
  }

  .big-map .contacts-block.fixed {
    max-width: 410px;
    width: auto;
  }

  .uss_shop_table_view.mCustomScrollbar .mCSB_container {
    width: 100vw !important;
  }

  table.uss_shoppos_table {
    max-width: 100vw;
  }

  .news_list .image {
    max-width: 50%;
  }

  .news_list.news_block_items .news_item {
    width: 100% !important;
    margin: 0 0 32px !important;
  }

  .news_list.news_block_items .news_item .image {
    float: left;
    margin: 0 1em 0 0;
  }

  .news_list.news_block_items .info {
    margin-top: 0;
  }

  .news_list.news_block_items .news_item .image .uss_image_holder {
    max-width: 100%;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .header .h-in {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header .h-in .left {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .header .h-in .left .logo {
    padding-left: 0;
    -moz-flex: 1 auto;
    -o-flex: 1 auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    margin-bottom: 0;
  }

  .header .h-in .left .burger {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex: 0 auto;
    -o-flex: 0 auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    position: fixed;
  }

  .header .h-in .search .uss_site_search {
    margin-bottom: 0;
  }

  .header .h-in .left,
  .header .h-in .center,
  .header .h-in .right {
    -moz-flex: 0 100%;
    -o-flex: 0 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    margin: 0;
  }

  .header .h-in .left > *,
  .header .h-in .center > *,
  .header .h-in .right > * {
    -moz-flex: 0 100%;
    -o-flex: 0 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: auto;
  }

  .header .h-in .left .row,
  .header .h-in .center .row,
  .header .h-in .right .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 5px 0 10px 0;
  }

  .header .h-in .left .row > div:not(.basket),
  .header .h-in .center .row > div:not(.basket),
  .header .h-in .right .row > div:not(.basket) {
    -moz-flex: 0 50% !important;
    -o-flex: 0 50% !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 50% !important;
    flex: 0 50% !important;
    margin: 0;
  }

  .header .h-in .left .row .basket,
  .header .h-in .center .row .basket,
  .header .h-in .right .row .basket {
    text-align: left;
  }

  .header .h-in .center {
    margin-top: 20px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  .header .h-in .center > div {
    margin-bottom: 15px;
  }

  .header .h-in .center .row {
    -webkit-box-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%;
    max-width: calc((100% - 10px) / 2);
  }

  .header .h-in .center .row .column {
    display: none;
  }

  .header .h-in .center .row:not(.menu-row) {
    display: none;
  }

  .header .h-in .center .column {
    max-width: calc((100% - 10px) / 2);
    -webkit-box-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%;
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
    -ms-flex: 0 auto;
    flex: 0 auto;
    padding: 5px 0 10px 0;
  }

  .header .h-in .center .basket {
    max-width: calc((100% - 10px) / 2);
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }

  .header .h-in .center .basket + .column {
    margin: 0 auto;
  }

  .header .h-in .logo-row {
    text-align: center;
  }

  .header .h-in .logo-row a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header .h-in .logo-row .logo-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .header .h-in .auth {
    display: none;
  }

  .header .adaptive-full-width {
    display: none;
  }

  .header .logo-row a {
    font-size: 32px;
  }

  .header .row {
    border: none !important;
  }
}

@media (max-width: 700px) {
  table.table > tbody {
    display: block;
  }

  table.table > tbody > tr {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  table.table > tbody > tr > td {
    -moz-flex: 0 50%;
    -o-flex: 0 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 50%;
    flex: 0 50%;
  }

  .position.position-slider .uss_eshop_block_item {
    font-size: 15px;
  }

  .position.position-slider .uss_eshop_block_item .uss_shop_name {
    font-size: 20px;
  }

  .position.position-slider .uss_eshop_block_item .uss_shop_description {
    font-size: 15px;
  }

  .mainpage
    .service-block.x3
    .uss_shop_block_cat
    .uss_shop_category
    .uss_shop_cat_name,
  .mainpage
    .service-block.x2
    .uss_shop_block_cat
    .uss_shop_category
    .uss_shop_cat_name,
  .mainpage
    .service-block.x4
    .uss_shop_block_cat
    .uss_shop_category
    .uss_shop_cat_name {
    padding: 0 10px;
    font-size: 25px;
  }

  .mainpage
    .service-block.x3
    .uss_shop_block_cat
    .uss_shop_category
    .uss_shop_cat_text,
  .mainpage
    .service-block.x2
    .uss_shop_block_cat
    .uss_shop_category
    .uss_shop_cat_text,
  .mainpage
    .service-block.x4
    .uss_shop_block_cat
    .uss_shop_category
    .uss_shop_cat_text {
    font-size: 15px;
    padding: 0 10px;
    font-weight: 300;
  }

  .mainpage
    .service-block.x3
    .uss_catalog_sidebar
    .uss_catalog_category
    .uss_catalog_cat_name,
  .mainpage
    .service-block.x2
    .uss_catalog_sidebar
    .uss_catalog_category
    .uss_catalog_cat_name,
  .mainpage
    .service-block.x4
    .uss_catalog_sidebar
    .uss_catalog_category
    .uss_catalog_cat_name {
    padding: 0 10px;
    font-size: 24px;
  }

  .mainpage
    .service-block.x3
    .uss_catalog_sidebar
    .uss_catalog_category
    .uss_shop_cat_text,
  .mainpage
    .service-block.x2
    .uss_catalog_sidebar
    .uss_catalog_category
    .uss_shop_cat_text,
  .mainpage
    .service-block.x4
    .uss_catalog_sidebar
    .uss_catalog_category
    .uss_shop_cat_text {
    font-size: 15px;
    padding: 0 10px;
    font-weight: 300;
  }

  .mainpage .service-block.x3 .uss_eshop_menu li > a,
  .mainpage .service-block.x2 .uss_eshop_menu li > a,
  .mainpage .service-block.x4 .uss_eshop_menu li > a {
    font-size: 25px;
    padding: 0 10px;
  }

  .mainpage .service-block.x3 .catalog_menu li .catalog_menu_item > a,
  .mainpage .service-block.x2 .catalog_menu li .catalog_menu_item > a,
  .mainpage .service-block.x4 .catalog_menu li .catalog_menu_item > a {
    font-size: 25px;
    padding: 0 10px;
  }

  .mainpage
    .service-block.x3
    .section.section_catalog
    .uss_catalog_block_cat
    .uss_catalog_category
    .catalog_info,
  .mainpage
    .service-block.x2
    .section.section_catalog
    .uss_catalog_block_cat
    .uss_catalog_category
    .catalog_info,
  .mainpage
    .service-block.x4
    .section.section_catalog
    .uss_catalog_block_cat
    .uss_catalog_category
    .catalog_info {
    padding: 0 10px;
  }

  .mainpage
    .service-block.x3
    .section.section_catalog
    .uss_catalog_block_cat
    .uss_catalog_category
    .catalog_info
    .uss_catalog_cat_name,
  .mainpage
    .service-block.x2
    .section.section_catalog
    .uss_catalog_block_cat
    .uss_catalog_category
    .catalog_info
    .uss_catalog_cat_name,
  .mainpage
    .service-block.x4
    .section.section_catalog
    .uss_catalog_block_cat
    .uss_catalog_category
    .catalog_info
    .uss_catalog_cat_name {
    font-size: 25px;
  }

  #wrap.menu-open .adaptive-full-screen {
    display: block;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #wrap.menu-open .header .burger {
    visibility: hidden;
  }

  .adaptive-full-screen {
    display: none;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    min-height: calc(1vh * 100);
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: justify-content;
    -ms-flex-align: justify-content;
    align-items: justify-content;
    overflow: auto;
  }

  .adaptive-full-screen > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  .adaptive-full-screen > ul > li {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  .adaptive-full-screen .adaptive-full-width {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 75%;
  }

  .adaptive-full-screen .menu {
    background: #1c2831;
    margin: 0 auto 0 0;
    width: 100%;
  }

  .adaptive-full-screen ul {
    display: block;
    position: static;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .adaptive-full-screen ul li {
    display: block;
    width: 100%;
    padding: 0;
  }

  .adaptive-full-screen .menu ul li.active a {
    color: #1c2831 !important;
  }

  .adaptive-full-screen .menu ul li a.active {
    text-decoration: none;
  }

  .adaptive-full-screen ul li a {
    display: block;
    text-align: left;
    padding: 6px 59px 10px 21px !important;
  }

  .adaptive-full-screen ul li a:after {
    content: none;
  }

  .adaptive-full-screen ul li .submenu {
    position: static !important;
  }

  .adaptive-full-screen ul li .submenu li a {
    padding: 6px 21px 10px !important;
  }

  .adaptive-full-screen ul li .submenu li a:hover {
    text-decoration: none;
  }

  .adaptive-full-screen ul li.active > .submenu {
    display: block !important;
  }

  .adaptive-full-screen .burger {
    width: 59px !important;
    height: 54px !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: absolute;
    right: 0;
    top: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    z-index: 100;
  }

  .adaptive-full-screen .burger span {
    height: 2px;
    background: #fff;
    display: block;
    width: 35px;
    position: absolute;
    top: 26px;
    left: 8px;
    -webkit-transform-origin: center;
    transform-origin: center;
  }

  .adaptive-full-screen .burger span:nth-of-type(1) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .adaptive-full-screen .burger span:nth-of-type(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .adaptive-full-screen .burger span:nth-of-type(3) {
    display: none;
  }

  .adaptive-full-screen .call_me {
    -moz-order: -1;
    -ms-order: -1;
    -o-order: -1;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    font-size: 15px;
    width: 75%;
    margin-right: auto;
    background: #034a7a;
  }

  .adaptive-full-screen .call_me a {
    color: #fff;
    padding-left: 20px;
  }

  .adaptive-full-screen .menu a {
    color: #fff;
  }

  .singlepage .adaptive-full-screen .burger span {
    width: 39px;
  }

  .big-map .contacts-block.fixed {
    position: static;
    -webkit-transform: none;
    transform: none;
    margin: 0;
    padding: 24px 10px 0 10px;
    width: 100%;
    font-size: 17px;
  }

  .container
    .content
    .uss_eshop_filters_block
    .group
    .eshop_filters_items
    .eshop_filters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 10px) / 2);
    flex: 0 0 calc((100% - 10px) / 2);
  }

  .container .content .uss_eshop_filters_block .filter_price,
  .container .content .uss_eshop_filters_block .filter_producer {
    -moz-flex: 0 50%;
    -o-flex: 0 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 50%;
    flex: 0 50%;
  }

  .container .content .uss_eshop_filters_block .filter_submit {
    -moz-flex: 0 100%;
    -o-flex: 0 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer .menu {
    margin-bottom: 0;
  }

  .footer .menu ul {
    display: block;
    width: 100%;
  }

  .footer .menu ul li {
    padding: 6px 0 10px;
    display: block;
    text-align: left;
  }

  .footer .menu ul li:hover {
    padding: 6px 0 10px;
  }

  .footer .menu ul li:hover a {
    padding: 0 0 0 10px;
  }

  .footer .menu ul li a {
    padding: 0 0 0 10px;
  }

  .news.block .news_block_item .image {
    width: calc(30% + 48px);
  }

  .news.block .news_block_item .info {
    padding: 10px;
    width: calc(70% - 48px);
  }

  .news.block .news_block_item .info .preview {
    max-height: 3.1em;
    margin-bottom: 10px;
  }

  .news.block .news_block_item .info .date {
    margin-bottom: 10px;
  }

  .news.block .news_block_item .info .title {
    margin-bottom: 10px;
  }

  .news.block .news_block_item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .news.block .news_block_item:nth-of-type(even) .image:before {
    left: auto;
    right: 0;
    border-right: 48px solid #384c61;
    border-left: 0 solid transparent;
    border-bottom: 50px solid transparent;
  }

  .news.block .news_block_item:nth-of-type(even) .image:after {
    left: auto;
    right: 0;
    border-right: 48px solid #384c61;
    border-top: 48px solid transparent;
    border-left: 0 solid transparent;
  }

  .news.block .news_block_item:nth-of-type(even) .info {
    padding-left: 10px;
    padding-right: 10px;
  }

  .position.position-block .items .slick-arrow {
    top: -35px;
  }

  .slider .slides .slide .image:after {
    height: 330px;
  }

  .position.position-slider .position-right {
    padding-left: 0 !important;
  }

  .position.position-slider .items .slick-dots {
    padding-left: 0;
    bottom: 0;
    top: auto;
  }

  .position.position-slider .items .slick-arrow {
    top: auto;
    bottom: -25px;
  }

  .position.position-slider .items .slick-arrow.slick-prev {
    left: 0;
    right: auto;
  }

  .position.position-slider .items .slick-arrow.slick-next {
    right: 0;
    left: auto;
  }

  .mainpage .content .uss_section_content p:first-child img {
    float: none !important;
    display: block;
    margin: 0 auto 20px !important;
  }

  .icons {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .icons .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: block;
  }

  .icons .icon:after {
    content: "";
    clear: both;
  }

  .icons .icon .image {
    width: 50px;
    height: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 50px;
    flex: 0 50px;
    min-width: 50px;
    float: left;
    margin-right: 10px;
  }

  .icons .icon .title {
    font-size: 17px;
  }

  .icons .icon .preview {
    font-size: 15px;
  }

  .icons .icon .info {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    padding-left: 10px;
  }
}

@media (max-width: 650px) {
  .mainpage .service-block .uss_eshop_menu > li .info {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  /* .mainpage .service-block .uss_eshop_menu > li .info a {  font-size: 24px !important;} */
  .mainpage .service-block .uss_eshop_menu > li .info .uss_tree_description {
    font-size: 15px !important;
    max-height: 2.4em;
    overflow: hidden;
  }

  .mainpage .service-block .catalog_menu > li .catalog_menu_item .info {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .mainpage .service-block .catalog_menu > li .catalog_menu_item .info a {
    font-size: 24px !important;
  }

  .mainpage
    .service-block
    .catalog_menu
    > li
    .catalog_menu_item
    .info
    .uss_tree_description {
    font-size: 15px !important;
    max-height: 2.4em;
    overflow: hidden;
  }

  .mainpage .service-block .uss_catalog_sidebar .uss_catalog_category .info {
    padding-left: 10px !important;
    padding-right: 10px !important;
    bottom: 56px;
  }

  .mainpage
    .service-block
    .uss_catalog_sidebar
    .uss_catalog_category
    .info
    .uss_catalog_cat_name {
    padding-left: 0;
  }

  .mainpage
    .service-block
    .uss_catalog_sidebar
    .uss_catalog_category
    .info
    .uss_catlog_cat_anons {
    font-size: 15px !important;
    max-height: 2.4em;
    overflow: hidden;
  }

  .mainpage
    .service-block
    .uss_catalog_sidebar
    .uss_catalog_category
    .catalog_orderbutton {
    left: 10px;
    right: auto;
    bottom: 10px;
  }
}

@media (max-width: 600px) {
  .block .h3,
  .big-map .h3 {
    font-size: 30px;
  }

  .block .quote {
    font-size: 18px;
    background-size: auto 100%;
    margin: 24px 0 24px 0;
    padding: 0 10px;
    background: none !important;
  }

  .block .inner-big {
    padding-left: 10px;
    padding-right: 10px;
  }

  .position.position-block .uss_eshop_block_item {
    max-width: 100%;
  }

  .position.position-block .one-in-row .uss_eshop_block_item {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .inline-form .form-wrap {
    padding-top: 10px;
  }

  .inline-form .form-wrap form .group {
    -moz-flex: 0 100% !important;
    -o-flex: 0 100% !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 100% !important;
    flex: 0 100% !important;
    margin: 0 !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .inline-form .form-wrap form .group .fc_item {
    margin: 0 0 10px 0 !important;
  }

  .inline-form .form-wrap form .buttons {
    -moz-flex: 0 100%;
    -o-flex: 0 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%;
    text-align: center;
  }

  .inline-form .form-wrap form .buttons input {
    display: inline-block;
  }

  .information .inner > ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .information .inner > ul > li {
    -moz-flex: 0 50%;
    -o-flex: 0 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 50%;
    flex: 0 50%;
    max-width: 100%;
  }

  table.uss_shoppos_table tbody tr td.uss_img {
    float: none !important;
    width: 100%;
  }

  table.uss_shoppos_table tbody tr td.uss_img .uss_img_holder {
    display: block;
    margin: 0 auto;
  }

  table.uss_shoppos_table tbody tr td:not(.uss_img) {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header .h-in {
    padding-left: 10px;
    padding-right: 10px;
  }

  .uss_eshop_sort_block .sort_settings > a,
  .uss_eshop_sort_block .sort_settings noindex > a {
    margin-left: 15px;
  }

  .container .content h1 {
    font-size: 32px;
    line-height: 1.2;
  }

  .mainpage
    .service-block
    .uss_shop_block_cat
    .uss_shop_category
    .uss_shop_cat_name {
    font-size: 29px;
  }

  .mainpage .service-block .uss_eshop_menu li > a:not(.block-link) {
    font-size: 29px;
    font-weight: 700;
  }

  .mainpage .service-block .catalog_menu li .catalog_menu_item > a {
    font-size: 29px;
  }

  .mainpage
    .service-block
    .section.section_catalog
    .uss_catalog_block_cat
    .uss_catalog_category
    .catalog_info
    .uss_catalog_cat_name {
    font-size: 29px;
  }

  .mainpage
    .service-block
    .uss_catalog_sidebar
    .uss_catalog_category
    .uss_catalog_cat_name {
    font-size: 29px;
  }

  .mainpage
    .service-block
    .uss_catalog_sidebar
    .uss_catalog_category
    .uss_catlog_cat_anons {
    font-size: 15px;
  }

  .mainpage .block-view .catalog_menu li .catalog_menu_item > a {
    font-size: 29px;
  }

  .mainpage
    .block-view
    .catalog_menu
    li
    .catalog_menu_item
    .uss_tree_description {
    font-size: 15px;
  }

  .slider .slides .slide .caption {
    max-width: 100%;
  }

  .singlepage
    .uss_catalog_list_cat:not(.uss_catalog_sidebar)
    .uss_catalog_category
    .uss_catalog_cat_name {
    margin: 0 0 0.8rem 0;
  }

  .singlepage
    .uss_catalog_list_cat:not(.uss_catalog_sidebar)
    .uss_catalog_category
    .uss_catlog_cat_anons {
    margin: 0;
  }
}

@media (max-width: 550px) {
  .mainpage .service-block .uss_eshop_menu > li .info a {
    font-size: 21px !important;
  }

  .mainpage
    .service-block.x3
    .uss_catalog_sidebar
    .uss_catalog_category
    .uss_catalog_cat_name,
  .mainpage
    .service-block.x2
    .uss_catalog_sidebar
    .uss_catalog_category
    .uss_catalog_cat_name,
  .mainpage
    .service-block.x4
    .uss_catalog_sidebar
    .uss_catalog_category
    .uss_catalog_cat_name {
    font-size: 21px;
  }

  .colorStyle1.mainpage .service-block .uss_eshop_menu li:after,
  .colorStyle2.mainpage .service-block .uss_eshop_menu li:after,
  .colorStyle3.mainpage .service-block .uss_eshop_menu li:after,
  .colorStyle4.mainpage .service-block .uss_eshop_menu li:after,
  .colorStyle5.mainpage .service-block .uss_eshop_menu li:after,
  .colorStyle6.mainpage .service-block .uss_eshop_menu li:after,
  .colorStyle1.mainpage
    .service-block
    .uss_catalog_sidebar
    .uss_catalog_category:after,
  .colorStyle2.mainpage
    .service-block
    .uss_catalog_sidebar
    .uss_catalog_category:after,
  .colorStyle3.mainpage
    .service-block
    .uss_catalog_sidebar
    .uss_catalog_category:after,
  .colorStyle4.mainpage
    .service-block
    .uss_catalog_sidebar
    .uss_catalog_category:after,
  .colorStyle5.mainpage
    .service-block
    .uss_catalog_sidebar
    .uss_catalog_category:after,
  .colorStyle6.mainpage
    .service-block
    .uss_catalog_sidebar
    .uss_catalog_category:after {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0)),
      color-stop(15%, rgba(0, 0, 0, 0)),
      color-stop(rgba(0, 0, 0, 0.3)),
      color-stop(70%, rgba(0, 0, 0, 0.8))
    );
    background: linear-gradient(
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0) 15%,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.8) 70%
    );
  }

  .uss_shop_detail .uss_img_wrapper {
    float: none;
    margin: 0 auto 10px auto;
    clear: both;
    max-width: 100% !important;
    width: 100% !important;
    text-align: center;
  }

  .uss_shop_detail .uss_img_wrapper .uss_img_big {
    float: none;
  }

  .uss_shop_detail .uss_img_wrapper .uss_img_big .uss_img_big_image {
    margin: 0 auto;
    display: block;
  }

  .uss_shop_detail .uss_img_wrapper img {
    display: block;
    margin: 0 auto;
  }

  .footer .row {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .footer .center,
  .footer .left,
  .footer .right {
    -moz-flex: 0 100%;
    -o-flex: 0 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%;
    margin: 0 0 10px 0;
    text-align: center;
  }

  .footer .left {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .footer .right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer .dev {
    margin-left: 0;
  }

  .uss-copyright span,
  .uss-copyright strong {
    margin-left: 0;
  }

  .position.position-slider .uss_eshop_block_item .img {
    width: 100%;
    margin: 0;
    float: none;
    display: block;
    text-align: center;
  }

  .position.position-slider .uss_eshop_block_item .img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }

  .position.position-slider .uss_eshop_block_item .position-right {
    width: 100%;
  }

  .position.position-slider .uss_eshop_block_item .uss_price_cart_btn_wrap {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .position.position-slider
    .uss_eshop_block_item
    .uss_price_cart_btn_wrap
    .uss_shop_price {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .position.position-slider
    .uss_eshop_block_item
    .uss_price_cart_btn_wrap
    .uss_shop_price
    span {
    padding: 0 5px !important;
    -moz-flex: 0 auto;
    -ms-flex: 0 auto;
    -o-flex: 0 auto;
    -webkit-box-flex: 0;
    flex: 0 auto;
  }

  .colorStyle6 .slider .slides .slick-arrow.slick-prev {
    background-position: 15px center;
  }

  .colorStyle6 .slider .slides .slick-arrow.slick-next {
    background-position: calc(100% - 15px) center;
  }

  .singlepage .uss_shop_list_view .uss_eshop_item .posimg_item {
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    -o-flex: 0 100%;
    -webkit-box-flex: 0;
    flex: 0 100%;
    max-width: 100%;
    text-align: center;
  }

  .singlepage
    .uss_shop_list_view
    .uss_eshop_item
    .posimg_item
    .uss_img_holder_outer {
    max-width: 100%;
    margin: 0 auto;
  }

  .singlepage .uss_shop_list_view .uss_eshop_item .uss_shop_technical_data {
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    -o-flex: 0 100%;
    -webkit-box-flex: 0;
    flex: 0 100%;
  }

  .inline-form.inline form .group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .inline-form.inline form .group .fc_item:not(:last-child):not(.fc_textarea) {
    margin-right: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%;
  }

  .review .slick-slide > div > .news_block_item {
    max-width: 100%;
  }

  .news_list .news_item {
    text-align: center;
    border-bottom: 1px solid #e2e4e6;
    padding-bottom: 22px;
  }

  .news_list .news_item:last-child {
    border: none;
    margin-bottom: 0 !important;
    padding-bottom: 0;
  }

  .news_list .news_item .info {
    text-align: left;
  }

  .news_list .image,
  .news_list.news_block_items .news_item .image {
    float: none;
    display: inline-block;
    max-width: 100%;
    margin: 0 auto 10px auto;
  }

  .news_list .image .uss_image_holder {
    width: auto !important;
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .uss_catalog_detail .uss_img_wrapper {
    float: none;
    margin: 0 auto 20px !important;
  }

  .uss_catalog_detail .uss_img_wrapper:after {
    content: "";
    clear: both;
  }
}

@media (max-width: 500px) {
  .header .basket a {
    font-size: 0;
  }

  .header .h-in .center {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header .h-in .center .contacts {
    font-size: 18px;
  }

  .header .left > div:not(".basket") {
    -moz-order: 0;
    -ms-order: 0;
    -o-order: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .header .left .search {
    -webkit-box-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%;
  }

  .header .left .basket {
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 25px;
    height: 25px;
    -moz-flex: 0 auto;
    -o-flex: 0 auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    padding: 0;
    margin: 9px 0 0 10px;
    width: 50px;
  }

  .header .left .basket > div {
    -moz-flex: 0 auto;
    -ms-flex: 0 auto;
    -o-flex: 0 auto;
    -webkit-box-flex: 0;
    flex: 0 auto;
    position: relative;
  }

  .header .left .basket > div > div .amounts .countword {
    display: none;
  }

  .header .left .basket > div > div .amounts #uss_block_basket_amount {
    position: absolute;
    left: 22px;
    top: -15px;
    width: 21px;
    height: 21px;
    border-radius: 21px;
    background: #ffd324;
    line-height: 21px;
    color: #435568;
  }

  .header .left .basket > div > div .totals {
    display: none;
  }

  .header .left .basket > div.empty p {
    display: none;
  }

  .header .left .basket > div.empty:after {
    content: "0";
    position: absolute;
    left: 22px;
    top: -15px;
    width: 21px;
    height: 21px;
    border-radius: 21px;
    background: #ffd324;
    line-height: 21px;
    color: #435568;
  }

  .header .left .basket a {
    color: inherit;
    padding-left: 40px;
    padding-top: 4px;
  }

  .information .inner > ul > li {
    -moz-flex: 0 100%;
    -o-flex: 0 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%;
  }

  .information .inner > ul > li > a {
    border-bottom: 1px dashed;
    display: inline-block;
    padding-bottom: 3px;
    cursor: pointer;
  }

  .information .inner > ul > li > a:after {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: url(../img/i-arrow.png) center no-repeat;
    background-size: 6px auto;
    margin-left: 7px;
  }

  .information .inner > ul > li > a + * {
    display: none;
  }

  .information .inner > ul > li > a:hover {
    border-color: transparent;
  }

  .information .inner > ul > li > a.open + * {
    display: block;
  }

  .information .inner > ul > li > a.open:after {
    background: url(../img/i-arrow-open.png) center no-repeat;
    background-size: auto 7px;
  }

  .comment_form_block #ommentaddform_id .uss_form_item {
    -moz-flex: 0 100%;
    -o-flex: 0 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 0 10px 0;
  }

  .comment_form_block #ommentaddform_id .uss_form_item.uss_form_submit {
    text-align: center;
  }

  .news.block .news_block_item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .news.block .news_block_item .image,
  .news.block .news_block_item .info {
    -moz-flex: 0 100%;
    -o-flex: 0 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }

  .news.block .news_block_item .image {
    -moz-order: 0;
    -ms-order: 0;
    -o-order: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    height: 300px;
  }

  .news.block .news_block_item .image:after,
  .news.block .news_block_item .image:before {
    content: none !important;
  }

  .news.block .news_block_item .info {
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .slider .slides .slide .image:after {
    height: 265px;
  }

  .icons .icon .title {
    font-size: 16px;
  }

  .container .content h1 {
    font-size: 28px;
    font-size: 1.1em;
  }

  .uss_eshop_sort_block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .uss_eshop_sort_block > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }

  .slider {
    max-height: none;
  }

  .slider .slides {
    min-height: auto;
    width: 120%;
    left: -10%;
  }

  .slider .slides .slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .slider .slides .slide .image {
    min-height: auto;
  }

  .slider .slides .slide .caption {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    margin: 0 auto !important;
    position: static;
    -webkit-transform: translate(0);
    transform: translate(0);
    max-width: 100vw;
    width: 100vw;
    padding: 20px 10px 10px 10px !important; /* padding: 10px 10px 30px 10px !important; */
    min-width: unset; /* min-width: 420px; */
  }

  .slider .slides .slide .caption:after {
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#384c61),
      to(#54687b)
    );
    background: linear-gradient(90deg, #384c61, #54687b);
    position: absolute;
    z-index: 0;
    opacity: 0.8;
  }

  .slider .slides .slide .caption_inner {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }

  .slider .slides .slide .caption_inner:after {
    display: none;
  }

  .slider .slides .slide .caption .title {
    margin-bottom: 0.2em;
  }

  .slider .slides .slide .caption .preview {
    font-size: 16px;
    line-height: 1.3;
  }

  .slider .slides .slide .caption:after {
    opacity: 1;
  }

  .slider .slides .slick-arrow {
    display: none !important;
  }

  .slider .slides .slick-dots {
    bottom: 10px;
  }

  .slider .slides .slick-dots li {
    margin: 0 6px;
  }

  .slider .slides .slick-dots li button {
    width: 15px;
    height: 15px;
  }

  .slider .slides .slick-dots li.slick-active button {
    background-size: 100% !important;
  }
}

@media (max-width: 450px) {
  table.table > tbody > tr > td {
    -moz-flex: 0 100%;
    -o-flex: 0 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%;
    margin-bottom: 0.35em;
  }

  table.table > tbody > tr > td table tbody {
    display: block;
  }

  table.table > tbody > tr > td table tr {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  table.table > tbody > tr > td table tr td {
    display: block;
    -moz-flex: 0 auto;
    -o-flex: 0 auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  table.table > tbody > tr > td table tr td + td {
    -moz-flex: 1 auto;
    -o-flex: 1 auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    padding-left: 1em;
  }

  .singlepage .uss_shop_list_cat div.uss_shop_category .uss_shop_cat_img_wrap {
    float: none;
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
    max-width: 100%;
  }

  .singlepage
    .uss_shop_list_cat
    div.uss_shop_category
    .uss_shop_cat_img_wrap
    .uss_shop_cat_img {
    max-width: 100%;
    height: auto !important;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .singlepage
    .uss_shop_list_cat
    div.uss_shop_category
    .uss_shop_cat_img_wrap
    .uss_shop_cat_img
    > a
    img {
    position: static;
    -webkit-transform: none;
    transform: none;
  }

  .uss_eshop_sort_block .sort_settings > a,
  .uss_eshop_sort_block .sort_settings noindex > a {
    margin-left: 5px;
  }

  .mainpage
    .service-block
    .uss_shop_block_cat
    .uss_shop_category
    .uss_shop_cat_name {
    font-size: 21px;
  }

  .mainpage .service-block .uss_eshop_menu li > a:not(.block-link) {
    font-size: 21px;
    font-weight: 700;
  }

  .mainpage .service-block .catalog_menu li .catalog_menu_item > a {
    font-size: 21px;
  }

  .mainpage
    .service-block
    .section.section_catalog
    .uss_catalog_block_cat
    .uss_catalog_category
    .catalog_info
    .uss_catalog_cat_name {
    font-size: 21px;
  }

  .mainpage
    .service-block
    .uss_catalog_sidebar
    .uss_catalog_category
    .uss_catalog_cat_name {
    font-size: 21px;
  }

  .mainpage
    .service-block
    .uss_catalog_sidebar
    .uss_catalog_category
    .uss_catlog_cat_anons {
    font-size: 15px;
  }

  .mainpage .block-view .catalog_menu li .catalog_menu_item > a {
    font-size: 21px;
  }

  .mainpage
    .block-view
    .catalog_menu
    li
    .catalog_menu_item
    .uss_tree_description {
    font-size: 15px;
  }

  .header .h-in .logo-row {
    display: block;
  }
}

.tablet_show {
  display: none;
}

.mobile-show {
  display: none;
}

.right-mobile {
  display: none;
}

.countword,
.totals {
  display: none;
}

.product__delivery {
  min-height: 765px;
  margin: 50px 0 0;
}

.product__delivery-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #f8f8f8;
  padding: 80px 0 95px;
}

.product__delivery h3 {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

.delivery__item:not(:last-of-type) {
  margin-bottom: 40px;
}

.delivery__name {
  font-weight: 700;
  border-bottom: 1px solid #d0d741;
  margin-bottom: 0;
}

.delivery__name-block {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}

.delivery__name-block img {
  width: 42px;
  height: auto;
  margin-right: 17px;
}

.delivery__info {
  margin-bottom: 12px;
}

.uss_eshop_tabs {
  margin: 0;
}

div.uss_tabs div.tab_items {
  border: unset;
  position: unset;
}

div.uss_tabs div.uss_tabs_navigation {
  display: none;
}

.product__banner {
  min-height: 190px;
}

.product__banner-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  background: url(/img/delivery-form_bg.png),
    linear-gradient(93deg, #d0d741 47.22%, #f4bea5 152.93%);
  height: 190px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: end;
}

.banner__form {
  max-width: 46%;
  background: linear-gradient(93deg, #d0d741 47.22%, #f4bea5 152.93%);
  clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
  padding-left: 140px;
  position: relative;
  z-index: 9999;
  height: 100%;
  padding-right: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form__title {
  color: #fff;
  font-size: 48px !important;
  font-weight: 700;
  margin-bottom: 15px !important;
  line-height: 53px;
}

.form__action {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.form__text {
  color: #fff;
  font-weight: 400;
  margin-right: 20px;
}

.form__button {
  border: 1px solid #48372f;
  color: #fff;
  font-weight: 500;
  background-color: transparent;
  padding: 10px 40px;
  min-width: 190px;
  cursor: pointer;
}

.font-light {
  font-weight: 300;
}

.font-bold {
  font-weight: 600;
}

.menu ul li a {
  text-transform: uppercase;
}

.footer .inner {
  flex-direction: column;
}

.footer__top-block {
  display: flex;
  justify-content: space-between;
  gap: 5em;
  max-width: 100%;
}

.top__left-block,
.top__right-block {
  flex: 1;
}

.top__right-block {
  text-align: right;
}

.top__center-block {
  display: flex;
  justify-content: space-between;
  flex: 5;
}

.top__center-block > div {
  flex: 2;
}

.center-block__menu.menu-catalog {
  flex: 3;
}

.center-block__title {
  margin-bottom: 15px !important;
}

.footer__menu ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.footer__menu ul li a {
  color: #fff !important;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  font-weight: 300;
  border-bottom: 1px solid #7a85a0;
}

.footer__menu .center-block__title {
  font-size: 18px;
}

.center-block__info p {
  margin-bottom: 30px;
}

.top__right-block .phone-block,
.top__right-block .mail-block {
  margin: 0 0 30px 0;
}

.top__right-block .phone-block a,
.top__right-block .mail-block a {
  text-decoration: none;
}

.footer__logo {
  font-size: 36px;
  margin-bottom: 45px;
  color: #fff !important;
  text-decoration: none;
  display: inline-block;
  line-height: normal;
}

.top__center-block,
.top__right-block {
  padding-top: 89px;
}

.footer__bottom-block {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  width: 100%;
}

/* old */
.bottom__center-block {
  display: flex;
  justify-content: start; /* margin-bottom: 30px; */
  margin-top: 30px;
  align-self: center;
}

.pay-icon {
  /* height: 30px; */
  height: 20px;
}

/* old */ /* new */ /* .bottom__center-block {  margin-top: 20px;  margin-bottom: 20px;}.pay-icon {  height: 20px;}.pay-icon:not(:last-of-type) {  margin-right: 10px;}.pay-icon {  height: 18px;} */ /* new */ /* old */
.pay-icon:not(:last-of-type) {
  margin-right: 30px;
}

/* old */
.ya-frame {
  margin-top: 10px;
}

.subscribe-block {
  margin-top: 30px;
}

.subscribe-block .fc_form_tml .group .titleGroup {
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  text-align: right;
  margin-bottom: 0;
}

.subscribe-block .fc_item .elem_item,
.subscribe-block .fc_form_tml .group .fc_item.fc_checkbox_one {
  width: 100% !important;
}

.subscribe-block .fc_item.fc_checkbox .elem_item.one {
  width: auto !important;
}

.subscribe-block .fc_form_tml .group .fc_item.fc_checkbox_one {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.subscribe-block
  .fc_form_tml
  .group
  .fc_item.fc_checkbox
  .force_position_right {
  font-size: 11px;
  text-align: left;
}

.subscribe-block .fc_item .elem_item input,
.subscribe-block .fc_item .elem_item input:focus {
  background: unset !important;
  border: unset !important;
  border-bottom: 1px solid #979797 !important;
  color: #fff6f6 !important;
}

.subscribe-block form input[type="submit"].styler {
  border-width: 1px;
  width: 100%;
  font-weight: 400 !important;
}

.subscribe-block form.form_styler {
  margin-bottom: 0;
}

.delivery__form {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.delivery__form .fc_form_tml {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(30, 30, 32, 0.81);
  z-index: 99999;
  overflow-y: auto;
}

.delivery__form form {
  width: 45%;
  position: absolute;
  max-height: fit-content;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border: 10px solid #d0d741;
  background: #f3f3f3;
  z-index: 1;
}

.delivery__form form::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 50%;
  background: url(/img/leaves.png);
  z-index: -1;
}

.delivery__form .fc_form_tml .group.end {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 3em 7em 0 7em;
}

.delivery-form__title,
.form_styler .group .titleGroup {
  width: 100%;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  color: #333;
}

.delivery-form__close {
  position: absolute;
  right: 15px;
  cursor: pointer;
}

.delivery__form #fc_item_1_2_block_id,
.delivery__form #fc_item_1_3_block_id {
  width: 48%;
}

.delivery__form #fc_item_1_4_block_id,
.delivery__form #fc_item_1_5_block_id,
.delivery__form #fc_item_1_6_block_id,
.delivery__form #fc_item_1_7_block_id {
  width: 100%;
}

.fc_item {
  margin: 0;
}

.delivery__form #fc_item_1_2_block_id,
.delivery__form #fc_item_1_3_block_id {
  margin-bottom: 10px;
}

.delivery__form #fc_item_1_4_block_id,
.delivery__form #fc_item_1_7_block_id {
  margin-bottom: 30px;
}

.delivery__form #fc_item_1_6_block_id {
  margin: 20px 0;
}

.delivery__form .fc_item .elem_item {
  width: 100%;
}

.delivery__form .fc_form_tml .group.end input,
.delivery__form textarea,
.delivery__form textarea.error_field {
  border: unset;
  background: unset;
  border-bottom: 1px solid #979797;
  background: transparent;
  color: #979797;
  position: relative;
  z-index: 2;
}

.delivery__form .fc_form_tml .group.end label {
  color: #979797;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.delivery__form #fc_item_1_2_block_id .label_under_hint,
.delivery__form #fc_item_1_3_block_id .label_under_hint,
.delivery__form #fc_item_1_4_block_id .label_under_hint {
  position: relative;
  top: 30px;
  z-index: 1;
}

.delivery__form #fc_item_1_7_block_id label {
  display: none;
}

.delivery__form #fc_item_1_6_block_id label {
  color: #333;
}

.delivery__form #fc_item_1_6_block_id {
  display: flex;
  align-items: center;
}

.delivery__form #fc_item_1_6_block_id #fc_field_1_6_block_id-styler {
  margin: 0 15px 0 0;
}

.delivery__form .buttons {
  text-align: center;
  margin-bottom: 100px;
}

.delivery__form form .buttons input[type="submit"] {
  border: 1px solid #d0d741;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  padding: 10px 50px;
}

.about__page {
  font-family: "Wix Madefor Display", sans-serif;
}

.about__banner-block {
  display: flex;
  align-items: center;
  height: 360px;
  border-radius: 15px;
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.75) 0%,
      rgba(0, 0, 0, 0.75) 100%
    ),
    url(/img/about-banner_bg.jpg),
    lightgray 0px -145.561px / 117.359% 180.867% no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 65px 0;
  padding: 64px;
}

.about__banner-title {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
}

.about__banner-desc {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  max-width: 75%;
}

.about__page h2 {
  color: #333;
  font-size: 48px;
  font-weight: 700;
  margin: 0;
}

.history__block {
  display: flex;
  margin: 24px 0;
}

.history__item {
  flex: 1;
}

.history__item:not(:last-of-type) {
  margin-right: 50px;
}

.history__top-block {
  color: #d0d741;
  font-size: 48px;
  font-weight: 700;
  position: relative;
  margin-bottom: 40px;
  display: inline-block;
  line-height: normal;
}

/*
.history__top-block::after {
  position: absolute;
  content: url(/img/history__circle.png);
  top: 0;
  right: -10px;
  width: 96px;
  height: 96px;
}
*/

.history__bottom-block {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.text__block {
  margin: 90px 0 60px;
}

.text__block p {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 35px;
}

.certificate__wrapper {
  margin: 60px 0;
}

.certificate__block {
  margin-top: 35px;
}

.certificate__item {
  height: 420px;
}

.certificate__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slick-arrow {
  z-index: 99;
}

.slick-prev {
  left: 5px;
}

.slick-next {
  right: 5px;
}

.slick-prev:before,
.slick-next:before {
  content: url(/img/certificates-arrow.png);
  width: 30px;
  height: 30px;
}

.slick-next {
  transform: rotate(180deg);
}

.docs__wrapper {
  margin-top: 60px;
  margin-bottom: 100px;
}

.docs__table {
  margin-top: 35px;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.table__head {
  border-bottom: 1px solid #979797;
  background: rgba(81, 153, 71, 0.2);
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.table__head:not(:last-of-type) {
  border-right: 1px solid #979797;
}

.docs__table tr {
  border-bottom: 1px solid #979797;
}

.docs__table td {
  padding: 20px;
}

.docs__table td:not(:last-of-type) {
  border-right: 1px solid #979797;
}

.bg_green-light {
  background: rgba(81, 153, 71, 0.06);
}

.steps__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 50px;
}

.steps__item {
  position: relative;
  border-radius: 15px;
  border: 3px solid #d0d741;
  width: 27%;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 385px;
  padding: 22px;
  margin-bottom: 20px;
}

.steps__img {
  margin-bottom: 15px;
  width: 64px;
  height: 64px;
  text-align: center;
}

.steps__img img {
  width: 100%;
  height: 100%;
}

.step__num {
  position: absolute;
  top: 20px;
  left: calc(0% - 35px);
  width: 70px;
  height: 70px;
  border-radius: 50px;
  border: 3px solid #d0d741;
  background-color: #fff;
  color: #333;
  font-size: 40px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.steps__title,
.steps__text {
  color: #000;
  font-size: 16px;
  text-align: center;
}

.steps__title {
  text-transform: uppercase;
  margin-bottom: 5px;
}

.cooperation__block {
  border-radius: 15px;
  background: #d0d741;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 91%;
  margin: 0 auto 100px;
}

.cooperation__block img {
  display: inline-block;
  margin-right: 10px;
  width: 64px;
  height: 64px;
}

.cooperation__block span {
  color: #fff;
  font-size: 16px;
}

.production__title {
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 35px;
}

.production__block {
  margin-bottom: 65px;
}

.production__item {
  border-top: 1px solid #c5c5c5;
  padding: 20px 0 40px;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.production__item-num {
  color: #d0d741;
  font-size: 48px;
  line-height: 72px;
  font-weight: 700;
  position: relative;
  top: -20px;
  flex: 1;
}

.production__item-num::before {
  position: absolute;
  width: 44px;
  height: 44px;
  content: url(/img/prod__circle.png);
  top: 16px;
  left: 3px;
}

.production_item-text {
  flex: 5;
  line-height: 24px;
}

.m-35 {
  margin: 35px 0;
}

.mb-135 {
  margin-bottom: 135px;
}

.color_yellow {
  color: #ffdd2d;
}

.sales__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin-top: 50px;
  margin-bottom: 130px;
  gap: 20px;
}

.sales__item {
  padding: 22px 18px;
  border-radius: 15px;
  background: linear-gradient(
      18deg,
      rgba(0, 0, 0, 0.54) 17.96%,
      rgba(0, 0, 0, 0) 92.97%
    ),
    url(/img/spanbond.jpg), lightgray 50% / cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 33%;
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
}
.sales__item2 {
  padding: 22px 18px;
  border-radius: 15px;
  background: url(/uploadedFiles/images/7420868/bg2.png),
    lightgray 50% / cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 33%;
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.sales__item2 .title {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
  text-decoration: none;
}
.sales__item2 .text {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 15px;
  text-decoration: none;
}

.sales__item_content {
  position: absolute;
  bottom: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
}

.sales__item2 .sales__item_content a {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  text-decoration: none;
}

.sales__item-top span {
  display: inline-block;
  border-radius: 4px;
  background: #ffdd2d;
  color: #333;
  font-size: 15px !important;
  padding: 0 16px;
}

.sales__item-bottom span {
  color: #fff;
  font-size: 20px !important;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 26px;
}

.sales__item-bottom span.color_yellow {
  color: #ffdd2d;
}

.hlorella__img {
  width: 100%;
  height: 100%;
}

.spanbond-benefits__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}

.spanbond-benefits__title {
  font-size: 14pt !important;
  font-weight: 700;
  text-align: center;
}

.spanbond-benefits__item {
  width: 25%;
  padding: 0 10px;
}

.spanbond-benefits__item_img {
  max-height: 120px;
  max-width: 120px;
  margin: 0 auto;
}

.spanbond-benefits__item_img img {
  width: 100%;
  height: 100%;
}

.spanbond-benefits__item_text {
  margin-top: 10px;
  text-align: center;
}

.spanbond-benefits__item_text p {
  text-align: center;
  font-size: 15px;
}

.spanbond-benefits__item_text a {
  color: #000;
}

.text-center {
  text-align: center;
}

.spanbond-benefits__block.mebel .spanbond-benefits__item,
.spanbond-benefits__block.paket .spanbond-benefits__item,
.spanbond-benefits__block.clothes .spanbond-benefits__item {
  width: 20%;
}

.spanbond-benefits__block.ukriv .spanbond-benefits__item,
.spanbond-benefits__block.hlorella .spanbond-benefits__item {
  width: 14%;
}

.spanbond-benefits__block.ukriv .spanbond-benefits__item_img {
  max-width: 60px;
  max-height: 60px;
}

.spanbond-benefits__block.ukriv .spanbond-benefits__item_text p,
.spanbond-benefits__block.hlorella .spanbond-benefits__item_text p {
  font-size: 13px;
}

.color__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}

.color__wrapper p {
  margin: 0 15px 10px 0;
}

.color__wrapper p.color-title {
  font-size: 20px;
  margin-right: 25px;
}

.color__wrapper p a {
  display: inline-block;
  padding: 7px 10px;
  border: 1px solid #dfdfdf;
  background-color: #f7f7f7;
  color: #000;
  text-decoration: none;
  border-radius: 5px;
}

.color__wrapper p a:hover {
  border-color: #d0d741;
}

.uss_faq_item {
  box-shadow: unset;
  -webkit-box-shadow: unset;
  background: unset;
  margin: 0;
  background: #7a85a0;
  margin-bottom: 14px;
}

.uss_faq_item .question {
  padding: 10px 25px 15px 25px;
  border-bottom: 1px solid #b5b0b6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.uss_faq_item.l-toggle .question_text {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  border-bottom: unset;
  margin: 0 25px 0 0;
}

.uss_faq_item.l-toggle .question_text a {
  color: #ffff;
}

.uss_faq_item .reply {
  padding: 15px 25px 15px 25px;
  margin: 0;
  color: #ffff;
  font-size: 16px;
  font-weight: 300;
}

.reply_text p {
  margin: 0;
}

.faqMinus {
  display: none;
}

.faq-benefits__block {
  margin-top: 100px;
}

.faq-benefits__block.main-page {
  margin-top: 50px;
}

.faq-benefits__title {
  color: #333;
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 30px;
}

.faq-benefits__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.faq-benefits__item {
  border-radius: 15px;
  border: 1px solid #d0d741;
  padding: 29px 20px 20px 19px;
  text-align: center;
  width: 30%;
  height: auto;
  margin-bottom: 20px;
}

.faq-benefits__item-img {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.faq-benefits__item-img img {
  width: 100%;
  height: 100%;
}

.faq-benefits__item-text {
  margin-top: 15px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.group_40157_2 #fc_item_1_6_block_id {
  margin: 15px 0;
}

.uss_eshop_sameproducts .slick-slide .item {
  max-width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}

.uss_eshop_sameproducts .slick-slide .item .imageWrapOuter {
  width: 100% !important;
}

.uss_eshop_sameproducts .slick-slide .item .info {
  height: calc(100% - 250px);
}

.uss_eshop_sameproducts .slick-track {
  display: flex;
}

.uss_eshop_sameproducts.slick-initialized .slick-slide {
  height: auto !important;
  padding: 0 10px;
}

.uss_eshop_sameproducts.slick-initialized .slick-slide > div {
  height: 100% !important;
}

.uss_eshop_sameproducts .slick-prev {
  left: -4px;
}

.slick-next {
  right: -9px;
}

.uss_eshop_sameproducts .slick-list {
  margin-right: 0;
}

.ya-frame.desktop-hide {
  display: none;
}

.rekvizit-d-hide {
  display: none;
}

.footer .soc-block {
  text-align: left;
}

.container .aside.aside-right {
  margin-right: 82px;
  margin-left: unset;
  float: left;
  padding: 30px 20px;
  border: 1px solid #e9ebec;
}

.aside-block:not(.aside-menu) {
  margin: 40px 0 0;
}

.aside-block.aside-menu {
  margin: 0;
}

.container .aside.aside-right ul li,
.container .aside.aside-right ul li a {
  color: #676767;
}

.container .aside.aside-right ul.uss_eshop_menu > li {
  text-transform: uppercase;
}

.container .aside.aside-right ul.submenu > li {
  text-transform: none;
  font-size: 16px;
}

.container .aside.aside-right ul.uss_eshop_menu > li a {
  border-bottom: 1px solid #d0d741;
}

.container .aside.aside-right ul.submenu li a {
  border-bottom: unset;
}

.container .aside.aside-right ul li a {
  text-decoration: none;
  position: relative;
  max-width: 95%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container .aside {
  width: 280px;
}

.colorStyle5 .aside-block.aside-menu ul li .submenu li a {
  color: inherit;
  background-image: none;
  padding-left: 0;
}

.aside-block a {
  color: #676767;
  font-weight: 400 !important;
  font-size: 16px !important;
}

.colorStyle5 .aside-block.aside-menu ul li .submenu li:hover > a {
  background: none;
}

.colorStyle5 .aside-block.aside-menu ul li .main-link__img-after {
  width: 15px;
  height: 15px;
}

.colorStyle5 .aside-block.aside-menu ul li .main-link__img-after::after {
  content: "";
  width: 15px;
  position: absolute;
  right: 0;
  background-repeat: no-repeat !important;
  top: 50%;
  transform: translateY(-50%);
}

.colorStyle5
  .aside-block.aside-menu
  ul
  > li.active
  .main-link__img-after::after,
.colorStyle5
  .aside-block.aside-menu
  ul
  > li.expanded
  .main-link__img-after::after {
  background: url(/img/minus.png);
  height: 3px;
}

.colorStyle5 .aside-block.aside-menu ul > li .main-link__img-after::after,
.colorStyle5
  .aside-block.aside-menu
  ul
  > li.collapsed
  .main-link__img-after::after {
  background: url(/img/plus.png);
  height: 15px;
}

.colorStyle5
  .aside-block.aside-menu
  ul
  li
  .submenu
  li
  > .main-link__img-after::after {
  content: unset;
}

.submenu__delimeter {
  border-bottom: 1px solid #e9ebec;
  max-width: 70px;
}

.main__service-title {
  font-size: 48px;
  margin: 74px 0 30px 0;
}

.mainpage .service-block .uss_eshop_menu {
  justify-content: space-between;
}

.mainpage .service-block .uss_eshop_menu > li {
  max-width: unset !important;
  flex: unset;
  margin-bottom: 30px;
  width: 48%;
  height: 250px;
}

.mainpage .service-block .uss_eshop_menu > li:nth-of-type(1) {
  width: 37%;
  height: 385px;
}

.mainpage .service-block .uss_eshop_menu > li:nth-of-type(2) {
  width: 60%;
  height: 385px;
}

.mainpage .service-block .uss_eshop_menu > li:nth-of-type(3) {
  width: 30%;
  height: 250px;
}

.mainpage .service-block .uss_eshop_menu > li:nth-of-type(4) {
  width: 18%;
  height: 250px;
}

.mainpage .service-block .uss_eshop_menu > li:nth-of-type(5) {
  width: 45%;
  height: 250px;
}

.mainpage .service-block .uss_eshop_menu > li:nth-of-type(6) {
  /* width: 48%; */
  width: 32%;
  height: 385px; /* margin-bottom: 0; */
}

.mainpage .service-block .uss_eshop_menu > li:nth-of-type(7) {
  width: 32%; /* width: 48%; */
  height: 385px; /* margin-bottom: 0; */
}

.mainpage .service-block .uss_eshop_menu > li:nth-of-type(8) {
  width: 32%;
  height: 385px; /* margin-bottom: 0; */
}

.mainpage .service-block .uss_eshop_menu > li .info {
  bottom: 50%;
  transform: translateY(50%);
  text-align: center;
}

.mainpage .service-block.x4 .uss_eshop_menu > li .info a {
  justify-content: center;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.mainpage .service-block .uss_eshop_menu > li > span a img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.mainpage .service-block .uss_eshop_menu > li:nth-of-type(6) > span a img {
  object-position: bottom;
}

.mainpage .service-block .uss_eshop_menu > li > span {
  height: 100%;
}

.colorStyle5.mainpage .service-block .uss_eshop_menu li:after {
  background: unset;
}

.colorStyle5.mainpage .service-block .uss_eshop_menu li:hover:after {
  background: unset;
}

.main-product__block.news {
  margin-bottom: 90px;
}

.main-product__block.hits {
  margin-bottom: 55px;
}

.main-product__block-title {
  font-size: 48px !important;
  color: #333333;
  margin-bottom: 24px !important;
  font-weight: 700;
}

.main-product__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-product__card {
  width: 23%;
  height: auto;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 19px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}

.main-product__card:hover {
  border-color: #d0d741;
}

.main-product__card a {
  color: #333333;
  text-decoration: unset;
}

.main-product__img {
  width: 100%;
  height: 280px;
}

.main-product__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-product__name {
  font-size: 16px;
  color: #333333;
  font-weight: 700;
}

.main-product__name a:hover {
  text-decoration: underline;
}

.main-product__stock {
  font-size: 13px;
  color: #333333;
}

.main-product__offer-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-product__price {
  font-size: 16px;
  color: #333333;
  font-weight: 700;
}

.main-product__buy-btn {
  border: 2px solid #d0d741;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 13px;
  color: #333333;
  cursor: pointer;
  font-weight: 700;
}

.main-product__buy-btn:hover {
  background-color: #d0d741;
  color: #fff;
}

.mainpage h1 {
  display: none;
}

.mainpage .h1_visible {
  display: block;
  line-height: normal;
}

.h1 {
  font-size: 48px !important;
  font-weight: 700;
  padding-bottom: 6px;
}

.mainpage .container .inner {
  padding-top: 0;
}

.main-utp__wrapper {
  min-height: 250px;
}

.main-utp__block {
  position: absolute;
  left: 0;
  right: 0;
  padding: 40px 0;
  background: url(/img/main-utp.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.main-utp__block .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0 !important;
}

.main-utp__card {
  padding: 40px 8px;
  text-align: center;
}

.main-utp__card:not(:last-of-type) {
  border-right: 1px solid #858a8f;
}

.main-utp__title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.main-utp__text {
  font-size: 16px;
  color: #d4d4d4;
}

.review {
  padding-bottom: 30px;
}

.review .h3 {
  font-weight: 700;
  text-align: left !important;
  font-size: 48px;
  padding-left: 0;
}

.review .slick-slide {
  padding: 0 20px;
}

.review .slick-slide > div {
  height: 100%;
  justify-content: center;
}

.review .slick-slide > div > .news_block_item {
  border-radius: 20px;
}

body.fixed-inner.mainpage .review .news_block_item .info {
  width: 100%;
  padding: 45px 25px;
  height: 100%;
}

body.fixed-inner.mainpage .review .news_block_item .info .preview {
  height: 100%;
}

body.fixed-inner.mainpage .review .news_block_item .info .title {
  display: none;
}

.reviews__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.reviews__item * {
  text-align: center;
}

.reviews__raiting {
  height: 24px;
  margin-bottom: 30px;
}

.reviews__raiting img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.reviews__title {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 15px;
}

.reviews__author,
.reviews__date {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.reviews__author {
  margin-right: 10px;
}

.reviews__text p {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.reviews__source {
  height: 40px;
  margin-top: 30px;
}

.reviews__source img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.review .slick-prev,
.review .slick-next {
  background: unset;
}

.colorStyle5 .review .slick-dots li button {
  background: unset !important;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.6) !important;
  width: 15px !important;
  height: 15px !important;
}

.colorStyle5 .review .slick-dots li.slick-active button {
  background-color: #fff !important;
  width: 20px !important;
  height: 20px !important;
}

.review .slick-prev,
.review .slick-next {
  transform: translateY(-50%);
}

.review .slick-prev::before,
.review .slick-next::before {
  content: url(/img/arrow-white.png);
}

.review .slick-next {
  transform: rotate(180deg) translateY(35%);
}

.section.section_formconstructor.id_10157490 #fc_item_1_2_id,
.section.section_formconstructor.id_10157490 #fc_item_1_3_id,
.section.section_formconstructor.id_10157490 #fc_item_1_10_id,
.section.section_formconstructor.id_10157490 #fc_item_1_9_id {
  width: 48%;
  display: inline-block;
}

.section.section_formconstructor.id_10157490 #fc_item_1_2_id,
.section.section_formconstructor.id_10157490 #fc_item_1_10_id {
  margin-right: 20px;
  margin-top: 20px;
}

.section.section_formconstructor.id_10157490 #fc_item_1_6_id {
  width: 100% !important;
  margin-top: 20px;
  display: flex;
  align-items: center;
  max-width: 100% !important;
  margin-bottom: 35px;
}

#consult-form,
#zakaz-form {
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
}

#consult-form .field-1,
#consult-form .field-2,
#consult-form .field-3,
#consult-form .field-4,
#zakaz-form .field-1,
#zakaz-form .field-2,
#zakaz-form .field-3,
#zakaz-form .field-4 {
  width: 48%;
}

#consult-form .field-1 input,
#consult-form .field-2 input,
#consult-form .field-3 input,
#consult-form .field-4 input,
#consult-form textarea,
#zakaz-form .field-1 input,
#zakaz-form .field-2 input,
#zakaz-form .field-3 input,
#zakaz-form .field-4 input,
#zakaz-form textarea {
  border: 2px solid #cccdcf !important;
}

#consult-form .field-1,
#consult-form .field-3,
#zakaz-form .field-1,
#zakaz-form .field-3 {
  margin-right: 20px;
}

#consult-form textarea,
#zakaz-form textarea {
  min-height: 40px;
}

#consult-form .field-5,
#zakaz-form .field-5 {
  width: 100% !important;
  margin-top: 20px;
  display: flex;
  align-items: center;
  max-width: 100% !important;
  margin-bottom: 35px;
  flex-direction: row-reverse;
  justify-content: start;
}

#consult-form label,
#zakaz-form label {
  font-size: 15px;
  margin: 0 0 5px 0;
  font-weight: 600;
  font-family: "Wix Madefor Display", sans-serif;
  color: #333333;
}

#consult-form input:focus,
#consult-form textarea:focus,
#zakaz-form input:focus,
#zakaz-form textarea:focus {
  border-color: #d0d741;
}

#consult-form input[type="submit"],
#zakaz-form input[type="submit"] {
  background: none;
  border: 3px solid #d0d741;
  box-shadow: none !important;
  text-shadow: none;
  border-radius: 0;
  line-height: 1;
  min-height: auto;
  padding: 9px 11px;
  opacity: 1 !important;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 700 !important;
  color: #333;
  font-size: 16px;
  margin-top: 0 !important;
}

#consult-form input[type="checkbox"],
#zakaz-form input[type="checkbox"] {
  width: 21px;
  height: 21px;
}

#consult-form .field-5 label,
#zakaz-form .field-5 label {
  position: relative;
}

#consult-form .field-5 label::before,
#zakaz-form .field-5 label::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -27px;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  background: url(/img/cbx.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.uslugi__table .table__head {
  background-color: #d0d741;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.uslugi__table .table__head:first-of-type {
  border-right: 1px solid #fff;
}

.uslugi__table td {
  font-size: 15px;
  font-weight: 600;
}

.uslugi__table tr:not(:first-of-type) td:first-of-type {
  border-left: 2px solid #e2e4e6;
  border-bottom: 2px solid #e2e4e6;
  border-right: 2px solid #e2e4e6;
}

.uslugi__table tr:not(:first-of-type) td:last-of-type {
  border-bottom: 2px solid #e2e4e6;
  border-right: 2px solid #e2e4e6;
}

.uslugi_green {
  font-size: 15px;
  color: #d0d741;
}

.uslugi__wrapper {
  margin-bottom: 60px;
}

#consult,
#zakaz {
  margin-bottom: 80px;
}

#consult h2,
#zakaz h2 {
  width: 100%;
}
.main-product__block.statii .main-product__card {
  width: 32%;
}
#eshop_pos_content .uss_shop_name a {
  color: #333333;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 23px;
  display: inline-block;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .uss_shop_name {
  margin-bottom: 15px;
}
#eshop_pos_content .uss_shop_description {
  color: #333333;
  font-size: 13px;
  margin-bottom: 0;
}
#eshop_pos_content .uss_shop_price {
  margin-bottom: 0;
}
#eshop_pos_content .uss_shop_price em {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .price_buy_wrap {
  margin-top: 10px;
}
.singlepage .uss_shop_blocks_view .uss_eshop_item .price_buy_wrap > * {
  margin-bottom: 0;
}
.colorStyle5.singlepage
  .uss_shop_blocks_view
  .uss_eshop_item
  .price_buy_wrap
  a.add_to_cart {
  border: 2px solid #d0d741;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 13px;
  color: #333333;
  cursor: pointer;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.colorStyle5.singlepage .uss_shop_blocks_view .uss_eshop_item {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.uss_eshop_sameproducts .imageWrap img {
  height: 280px;
  object-fit: cover;
}
.uss_eshop_sameproducts .title a {
  font-size: 16px !important;
  color: #333333;
  margin-bottom: 10px;
  font-weight: 700;
  text-decoration: unset;
}
.uss_eshop_sameproducts.blocks .item .info .price span.actual_price {
  font-size: 16px;
  color: #333333;
  font-weight: 700;
}
.uss_eshop_sameproducts.blocks
  .item
  .info
  .price
  span.actual_price
  em.currency_class {
  color: #333333;
}
.colorStyle5 .uss_eshop_sameproducts .item .info .addToCart a.add_to_cart {
  border: 2px solid #d0d741;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 13px;
  color: #333333;
  cursor: pointer;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.colorStyle5 .uss_eshop_sameproducts .item .info .addToCart {
  width: auto;
}
.uss_eshop_sameproducts.blocks .item .info .price_buy_wrap {
  flex-direction: row;
  justify-content: space-between;
}
.benefits-block__wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 79px;
  border-bottom: 2px solid #e2e4e6;
}
.benefits-item__wrapper {
  width: 50%;
  box-sizing: border-box;
  padding: 0 15px 70px 0;
}
.benefits-item__title {
  font-size: 32px;
  font-weight: bold;
  color: #d0d741;
  margin-bottom: 24px;
  line-height: normal;
  position: relative;
  width: fit-content;
}
.benefits-item__title::after {
  position: absolute;
  width: 75px;
  height: 75px;
  content: url(/img/service__circle.png);
  top: -50%;
}
.benefits-item__wrapper:nth-of-type(1) .benefits-item__title::after,
.benefits-item__wrapper:nth-of-type(2) .benefits-item__title::after {
  right: -25px;
}
.benefits-item__wrapper:nth-of-type(3) .benefits-item__title::after {
  right: -44px;
}
.benefits-item__wrapper:nth-of-type(4) .benefits-item__title::after {
  right: 60px;
}
.h1-banner {
  height: 260px;
  border-radius: 15px;
  padding: 36px !important;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal !important;
  margin-bottom: 70px !important;
  border-bottom: unset !important;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.h1-banner.dublirovanie {
  background-image: url(/img/dublirovanie.png);
}
.h1-banner.rezka-bumagi {
  background-image: url(/img/rezka-bumagi.png);
}
.h1-banner.rezka-kartona {
  background-image: url(/img/rezka-kartona.png);
}
.h1-banner.laminirovanie-bumagi {
  background-image: url(/img/laminirovanie-bumagi.png);
}
.h1-banner.laminirovanie-medicynskaya-bumaga {
  background-image: url(/img/laminirovanie-medicynskaya-bumaga.png);
}
.h1-banner.laminirovanie-kartona {
  background-image: url(/img/laminirovanie-kartona.png);
}
.h1-banner.polipropilen {
  background-image: url(/img/polipropilen.jpg);
}
.h1-banner::before {
  position: absolute;
  /* width: 215px; */
  height: 45px;
  background-color: #d0d741;
  color: #fff;
  font-size: 32px;
  font-weight: lighter;
  line-height: 32px;
  padding: 5px 10px 5px 35px;
  box-sizing: border-box;
  bottom: 50px;
  left: 0;
  text-transform: lowercase;
}
.h1-banner.polipropilen::before {
  content: "от 3 руб/м\00B2";
}
.h1-banner.dublirovanie::before {
  content: "от 6 руб/м\00B2";
}
.h1-banner.rezka-bumagi::before {
  content: "от 10 руб/кг";
}
.h1-banner.rezka-kartona::before {
  content: "от 10 руб/кг";
}
.h1-banner.laminirovanie-bumagi::before {
  content: "от 3 руб/м\00B2";
}
.h1-banner.laminirovanie-medicynskaya-bumaga::before {
  content: "от 3 руб/м\00B2";
}
.h1-banner.laminirovanie-kartona::before {
  content: "от 3 руб/м\00B2";
}

ul.usage-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  padding-left: 0;
}
ul.usage-list li {
  display: flex;
  align-items: center;
  gap: 1rem;
}
ul.usage-list li:nth-child(1):before {
  content: "";
  width: 40px;
  height: 40px;
  background: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_10_1527)"><path d="M14 15.6859L20.2793 19.3103L34.4038 11.1541L28.1263 7.52979L14 15.6859Z" fill="%23519947"/><path d="M19.4938 20.6697L12.9058 16.866V21.3113L11.336 20.4056V15.9603L5.36719 12.5137V27.6712C5.36719 28.3858 5.74844 29.046 6.36732 29.4033L19.4935 36.9804L19.4938 20.6697Z" fill="%23519947"/><path d="M6.15234 11.1544L12.4299 14.7787L26.5562 6.62432L21.2786 3.5773C20.6598 3.22006 19.8975 3.22003 19.2787 3.57722L6.15234 11.1544Z" fill="%23519947"/><path d="M21.0615 20.6698V36.9804L34.1877 29.4033C34.8066 29.0461 35.1878 28.3858 35.1878 27.6712V12.5137L21.0615 20.6698Z" fill="%23519947"/></g><defs><clipPath id="clip0_10_1527"><rect width="40" height="40" fill="white"/></clipPath></defs></svg>');
}
ul.usage-list li:nth-child(2):before {
  content: "";
  width: 40px;
  height: 40px;
  background: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_9_1522)"><path d="M37.055 18.6609C37.0523 18.557 37.0094 18.4583 36.9353 18.3855C36.8612 18.3127 36.7618 18.2715 36.6579 18.2705H23.8233C23.7188 18.2712 23.6185 18.3122 23.5433 18.3848C23.4681 18.4575 23.4238 18.5564 23.4195 18.6609L22.9888 33.5549L22.9753 34.1404C22.9726 34.2656 22.9947 34.3901 23.0403 34.5067C23.0859 34.6233 23.1542 34.7298 23.2412 34.8199C23.3282 34.91 23.4321 34.982 23.547 35.0317C23.662 35.0814 23.7856 35.1079 23.9108 35.1096H36.5637C36.6889 35.1079 36.8125 35.0814 36.9274 35.0317C37.0424 34.9819 37.1463 34.91 37.2333 34.8199C37.3202 34.7298 37.3885 34.6233 37.4341 34.5067C37.4798 34.3901 37.5019 34.2656 37.4992 34.1404L37.055 18.6609ZM35.1638 20.3905H34.9551V22.6183C34.7346 28.8564 25.7447 28.8495 25.5261 22.6182V20.3905C25.4354 20.4006 25.3436 20.3922 25.2563 20.3658C25.1689 20.3394 25.0878 20.2955 25.0179 20.2369C24.9479 20.1783 24.8906 20.1061 24.8493 20.0247C24.8081 19.9433 24.7838 19.8543 24.7779 19.7633C24.7719 19.6722 24.7845 19.5809 24.8149 19.4948C24.8453 19.4088 24.8928 19.3297 24.9545 19.2626C25.0163 19.1954 25.0911 19.1414 25.1743 19.1039C25.2575 19.0664 25.3474 19.0462 25.4387 19.0445H27.1077C27.2064 19.0477 27.3033 19.0721 27.3917 19.116C27.4802 19.16 27.5582 19.2223 27.6205 19.299C27.6828 19.3757 27.7278 19.4648 27.7527 19.5604C27.7776 19.6559 27.7816 19.7557 27.7646 19.853C27.7476 19.9503 27.7099 20.0428 27.654 20.1243C27.5982 20.2057 27.5255 20.2742 27.4409 20.3252C27.3563 20.3761 27.2617 20.4083 27.1636 20.4196C27.0655 20.4308 26.9661 20.4209 26.8722 20.3905V22.6183C26.8722 23.5116 27.2271 24.3684 27.8588 25.0001C28.4905 25.6318 29.3473 25.9867 30.2406 25.9867C31.134 25.9867 31.9908 25.6318 32.6225 25.0001C33.2542 24.3684 33.6091 23.5116 33.6091 22.6183V20.3905C33.5121 20.404 33.4134 20.3968 33.3194 20.3693C33.2254 20.3419 33.1384 20.2948 33.0639 20.2312C32.9895 20.1676 32.9294 20.0889 32.8877 20.0003C32.8459 19.9118 32.8234 19.8154 32.8217 19.7175C32.8214 19.629 32.8386 19.5413 32.8723 19.4596C32.906 19.3778 32.9556 19.3034 33.0181 19.2409C33.0807 19.1783 33.155 19.1288 33.2368 19.0951C33.3186 19.0613 33.4062 19.0442 33.4947 19.0445H35.1638C35.3403 19.0475 35.5085 19.1197 35.6323 19.2456C35.756 19.3715 35.8253 19.541 35.8253 19.7175C35.8253 19.894 35.756 20.0634 35.6323 20.1893C35.5085 20.3152 35.3403 20.3875 35.1638 20.3905Z" fill="%23519947"/><path d="M26.3607 16.9243L26.0443 5.92033C26.0394 5.64411 25.9256 5.381 25.7278 5.1882C25.5299 4.99539 25.2639 4.88846 24.9877 4.89066H4.27878C4.00391 4.89305 3.74057 5.00148 3.5437 5.19332C3.34683 5.38517 3.23163 5.64561 3.22213 5.92033L2.50199 30.8963C2.496 31.1536 2.54124 31.4095 2.6351 31.6491C2.72895 31.8887 2.86954 32.1073 3.04868 32.292C3.22781 32.4768 3.44191 32.6241 3.67852 32.7253C3.91512 32.8265 4.1695 32.8797 4.42684 32.8817H21.6629L22.0735 18.627C22.0835 18.1704 22.2726 17.736 22.5999 17.4175C22.9273 17.099 23.3666 16.9218 23.8233 16.9243H26.3607ZM22.5783 8.30286H21.8312V12.3208C21.4381 21.8591 7.8399 21.8518 7.4487 12.3207V8.30286H6.89685C6.7204 8.29976 6.55222 8.22749 6.42852 8.10161C6.30483 7.97572 6.23553 7.8063 6.23553 7.62981C6.23554 7.45333 6.30485 7.28391 6.42855 7.15803C6.55225 7.03216 6.72044 6.9599 6.8969 6.95681H9.58897C9.76543 6.95991 9.93361 7.03218 10.0573 7.15806C10.181 7.28395 10.2503 7.45337 10.2503 7.62986C10.2503 7.80634 10.181 7.97576 10.0573 8.10164C9.93357 8.22751 9.76539 8.29977 9.58893 8.30286H8.79474V12.3208C9.09865 20.0745 20.182 20.0544 20.4852 12.3207V8.30286H19.8862C19.7976 8.30313 19.7099 8.28592 19.628 8.25222C19.5461 8.21852 19.4717 8.16898 19.409 8.10646C19.3463 8.04394 19.2965 7.96965 19.2626 7.88787C19.2286 7.80608 19.2111 7.71839 19.2111 7.62984C19.2111 7.54128 19.2286 7.4536 19.2626 7.37181C19.2965 7.29002 19.3463 7.21573 19.409 7.15321C19.4717 7.09069 19.5461 7.04116 19.628 7.00746C19.7099 6.97375 19.7976 6.95654 19.8862 6.95681H22.5783C22.7547 6.9599 22.9229 7.03217 23.0466 7.15805C23.1703 7.28393 23.2396 7.45335 23.2396 7.62984C23.2396 7.80632 23.1703 7.97574 23.0466 8.10162C22.9229 8.2275 22.7547 8.29977 22.5783 8.30286Z" fill="%23519947"/></g><defs><clipPath id="clip0_9_1522"><rect width="40" height="40" fill="white"/></clipPath></defs></svg>');
}
ul.usage-list li:nth-child(3):before {
  content: "";
  width: 40px;
  height: 40px;
  background: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_10_1535)"><path d="M36.1061 21.875H32.5061L28.6186 26.2438C28.2623 26.6438 27.7498 26.875 27.2186 26.875H8.05607L3.42482 32.0875C3.06857 32.4875 3.34982 33.125 3.89357 33.125H27.2186C27.3998 33.125 27.5686 33.05 27.6873 32.9125L36.5748 22.9125C36.9311 22.5125 36.6498 21.875 36.1061 21.875Z" fill="%23519947"/><path d="M36.1061 14.375H32.5061L29.9248 17.275C28.7373 18.6062 27.0373 19.375 25.2561 19.375H8.05607L3.42482 24.5875C3.06857 24.9875 3.34982 25.625 3.89357 25.625H27.2186C27.3998 25.625 27.5686 25.55 27.6873 25.4125L36.5748 15.4125C36.9311 15.0125 36.6498 14.375 36.1061 14.375ZM7.49982 24.375C7.15607 24.375 6.87482 24.0938 6.87482 23.75C6.87482 23.4062 7.15607 23.125 7.49982 23.125C7.84357 23.125 8.12482 23.4062 8.12482 23.75C8.12482 24.0938 7.84357 24.375 7.49982 24.375ZM9.37482 21.875C9.03107 21.875 8.74982 21.5938 8.74982 21.25C8.74982 20.9062 9.03107 20.625 9.37482 20.625C9.71857 20.625 9.99982 20.9062 9.99982 21.25C9.99982 21.5938 9.71857 21.875 9.37482 21.875ZM11.2498 24.375C10.9061 24.375 10.6248 24.0938 10.6248 23.75C10.6248 23.4062 10.9061 23.125 11.2498 23.125C11.5936 23.125 11.8748 23.4062 11.8748 23.75C11.8748 24.0938 11.5936 24.375 11.2498 24.375ZM13.1248 21.875C12.7811 21.875 12.4998 21.5938 12.4998 21.25C12.4998 20.9062 12.7811 20.625 13.1248 20.625C13.4686 20.625 13.7498 20.9062 13.7498 21.25C13.7498 21.5938 13.4686 21.875 13.1248 21.875ZM14.9998 24.375C14.6561 24.375 14.3748 24.0938 14.3748 23.75C14.3748 23.4062 14.6561 23.125 14.9998 23.125C15.3436 23.125 15.6248 23.4062 15.6248 23.75C15.6248 24.0938 15.3436 24.375 14.9998 24.375ZM16.8748 21.875C16.5311 21.875 16.2498 21.5938 16.2498 21.25C16.2498 20.9062 16.5311 20.625 16.8748 20.625C17.2186 20.625 17.4998 20.9062 17.4998 21.25C17.4998 21.5938 17.2186 21.875 16.8748 21.875ZM18.7498 24.375C18.4061 24.375 18.1248 24.0938 18.1248 23.75C18.1248 23.4062 18.4061 23.125 18.7498 23.125C19.0936 23.125 19.3748 23.4062 19.3748 23.75C19.3748 24.0938 19.0936 24.375 18.7498 24.375ZM20.6248 21.875C20.2811 21.875 19.9998 21.5938 19.9998 21.25C19.9998 20.9062 20.2811 20.625 20.6248 20.625C20.9686 20.625 21.2498 20.9062 21.2498 21.25C21.2498 21.5938 20.9686 21.875 20.6248 21.875ZM22.4998 24.375C22.1561 24.375 21.8748 24.0938 21.8748 23.75C21.8748 23.4062 22.1561 23.125 22.4998 23.125C22.8436 23.125 23.1248 23.4062 23.1248 23.75C23.1248 24.0938 22.8436 24.375 22.4998 24.375ZM24.3748 21.875C24.0311 21.875 23.7498 21.5938 23.7498 21.25C23.7498 20.9062 24.0311 20.625 24.3748 20.625C24.7186 20.625 24.9998 20.9062 24.9998 21.25C24.9998 21.5938 24.7186 21.875 24.3748 21.875ZM26.2498 24.375C25.9061 24.375 25.6248 24.0938 25.6248 23.75C25.6248 23.4062 25.9061 23.125 26.2498 23.125C26.5936 23.125 26.8748 23.4062 26.8748 23.75C26.8748 24.0938 26.5936 24.375 26.2498 24.375ZM28.1248 21.875C27.7811 21.875 27.4998 21.5938 27.4998 21.25C27.4998 20.9062 27.7811 20.625 28.1248 20.625C28.4686 20.625 28.7498 20.9062 28.7498 21.25C28.7498 21.5938 28.4686 21.875 28.1248 21.875ZM30.3123 19.6875C29.9686 19.6875 29.6873 19.4062 29.6873 19.0625C29.6873 18.7188 29.9686 18.4375 30.3123 18.4375C30.6561 18.4375 30.9373 18.7188 30.9373 19.0625C30.9373 19.4062 30.6561 19.6875 30.3123 19.6875Z" fill="%23519947"/><path d="M27.4499 15.6251C26.8187 15.5751 26.2062 15.4376 25.6124 15.2251C25.4312 15.7188 25.1874 16.1876 24.8812 16.6188C24.3937 17.3001 23.8249 17.7813 23.2749 18.1313H25.2499C26.6812 18.1313 28.0374 17.5188 28.9874 16.4501L29.9437 15.3751C29.2437 15.5751 28.3999 15.7001 27.4499 15.6251Z" fill="%23519947"/><path d="M36.1061 6.8749H12.7811C12.5998 6.8749 12.4311 6.9499 12.3123 7.0874L3.42482 17.0874C3.06857 17.4874 3.34982 18.1249 3.89357 18.1249H19.5498L21.7061 17.5249C22.2936 17.3124 23.1873 16.8374 23.8686 15.8874C24.2186 15.3937 24.4686 14.8437 24.5998 14.2374C24.6436 14.0499 24.7686 13.8937 24.9373 13.8124C25.1061 13.7312 25.3123 13.7312 25.4811 13.8124C26.1373 14.1312 26.8311 14.3187 27.5498 14.3749C28.8436 14.4749 29.8998 14.1249 30.5623 13.8062L31.8873 13.1812L36.5748 7.90615C36.9311 7.50615 36.6498 6.86865 36.1061 6.86865V6.8749Z" fill="%23519947"/></g><defs><clipPath id="clip0_10_1535"><rect width="40" height="40" fill="white"/></clipPath></defs></svg>');
}
.popup-form__overlay {
  background: rgba(0, 0, 0, 0.65);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  max-height: 100vh;
  overflow-y: auto;
  display: none;
}
.popup-form__wrap {
  background: #f7f9fb;
  font-family: "Wix Madefor Display", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  max-width: 330px;
}
.popup-form__title {
  font-family: "Wix Madefor Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}
.popup-form__title span {
  color: #d0d741;
}

.popup-form__text {
  font-family: "Wix Madefor Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #333333;
  margin-top: 10px;
}
.popup-form__upper-block {
  position: relative;
}
.popup-form__close-btn {
  position: absolute;
  top: 14px;
  right: 20px;
}
.popup-form__upper-block img {
  max-width: 330px;
}
.popup-form__container {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 14px 30px 0px 30px;
}
.popup-form__green-btn {
  padding: 11px 35px;
  width: 255px;
  height: 48px;
  background: #d0d741 !important;
  color: white !important;
  cursor: pointer;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 700 !important;
  font-size: 16px;
  border: none;
  text-align: center;
}
.popup-form__green-btn:hover {
  background: #3e7a34 !important;
}
.popup-form__msg-container {
  display: none;
  margin-bottom: 30px;
}

.otrasli__block {
  margin-top: 80px;
  margin-bottom: 80px;
}
.otrasli__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.otrasli__item {
  border-radius: 20px;
  width: calc((100% - 40px) / 3);
  height: 240px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 7px 40px 40px;
  display: flex;
  align-items: end;
  margin-bottom: 20px;
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.3);
  background-position: center;
}
.otrasli__item-sh {
  background-image: url(/img/otrasli-1.png);
}
.otrasli__item-lp {
  background-image: url(/img/otrasli-2.png);
}
.otrasli__item-bo {
  background-image: url(/img/otrasli-3.jpg);
}
.otrasli__item-so {
  background-image: url(/img/otrasli-4.png);
}
.otrasli__item-m {
  background-image: url(/img/otrasli-5.png);
}
.otrasli__item-mp {
  background-image: url(/img/otrasli-6.png);
}
.otrasli__title {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  line-height: normal;
}
.dop-uslugi__block {
  margin-bottom: 50px;
}
.dop-uslugi__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dop-uslugi__item {
  border-radius: 20px;
  background-color: #d0d741;
  height: 215px;
  width: calc((100% - 40px) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding: 30px 24px;
}
.dop-uslugi__img {
  margin-bottom: 20px;
  width: 80px;
  height: 80px;
  flex: none;
}
.dop-uslugi__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dop-uslugi__title {
  color: #fff;
  font-size: 24px;
  line-height: 18px;
  text-align: center;
  font-weight: 700;
}
.dop-uslugi__item a {
  color: #fff;
  text-decoration: none;
}
.dop-uslugi__title span {
  font-weight: 400;
  font-size: 14px !important;
}
.zakaz__block {
  margin-top: 85px;
}
.zakaz__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.zakaz__item {
  width: calc((100% - 80px) / 5);
}
.zakaz__number {
  border-radius: 50px;
  background-color: #d0d741;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0 auto 20px;
  line-height: normal;
  width: 80px;
  height: 80px;
}
.zakaz__text {
  font-size: 16px;
  line-height: normal;
  color: #333333;
  font-weight: 700;
  text-align: center;
}
.catalog-benefits__block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 50px 0;
}
.catalog-benefits__item {
  width: calc(100% / 3);
  margin-bottom: 25px;
  text-align: center;
  padding: 0 20px;
}
.catalog-benefits__block.two-elem .catalog-benefits__item {
  width: calc(100% / 2);
}
.catalog-benefits__block.banisauni .catalog-benefits__item {
  width: calc(100% / 4);
}
.catalog-benefits__img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.catalog-benefits__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.catalog-benefits__title {
  margin: 20px 0;
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
}
.catalog-benefits__text {
  font-size: 16px;
  line-height: normal;
  opacity: 0.8;
}

@media (min-width: 1700px) {
  .banner__form {
    background: unset;
  }
}

@media all and (-ms-high-contrast: none) {
  .review .slick-track {
    display: block;
  }

  .review .slick-slide {
    display: block;
    float: left !important;
  }
}

@media (max-width: 1400px) {
  .banner__form {
    max-width: 56%;
  }

  .banner__form {
    max-width: 66%;
  }

  .form__title {
    font-size: 40px !important;
  }
}

@media (max-width: 1300px) {
  .tablet_show {
    display: block;
  }

  .call_me {
    margin-right: 0;
  }

  .colorStyle5 .menu ul li a {
    color: #fff;
  }
}

@media (max-width: 1200px) {
  .delivery__form .fc_form_tml .group.end {
    padding: 1em 1em 0 1em;
  }

  .delivery__form form::after {
    height: 30%;
  }

  .spanbond-benefits__block.paket .spanbond-benefits__item {
    width: 33%;
    margin-bottom: 10px;
  }

  .spanbond-benefits__block.clothes .spanbond-benefits__item {
    width: 50%;
  }

  .spanbond-benefits__block.ukriv .spanbond-benefits__wrapper,
  .spanbond-benefits__block.hlorella .spanbond-benefits__wrapper {
    justify-content: center;
  }

  .spanbond-benefits__block.ukriv .spanbond-benefits__item,
  .spanbond-benefits__block.hlorella .spanbond-benefits__item {
    width: 25%;
  }

  .footer__top-block {
    gap: 1.5em;
  }

  .footer__top-block {
    flex-wrap: wrap;
  }

  .top__left-block,
  .top__center-block,
  .top__right-block {
    flex: unset;
  }

  .top__center-block,
  .top__right-block {
    padding-top: 45px;
  }

  .top__left-block {
    width: 100%;
    display: flex;
    align-items: center;
  }

  .top__left-block .footer__logo {
    margin-right: 50px;
    margin-bottom: 0;
  }

  .top__center-block {
    width: 70%;
    gap: 0.5em;
  }

  .top__right-block {
    width: 25%;
  }

  .center-block__info {
    flex: 2;
  }

  .mainpage .service-block .uss_eshop_menu > li .info {
    padding: 0 20px;
  }

  .main-utp__block .inner {
    padding-top: 0 !important;
    flex-wrap: wrap;
  }

  .main-utp__card {
    width: 32%;
    margin-bottom: 20px;
  }

  .main-utp__card:nth-of-type(3),
  .main-utp__card:nth-of-type(6) {
    border-right: unset;
  }

  .main-utp__wrapper {
    min-height: 440px;
  }
  .main-product__block.statii .main-product__img {
    height: auto;
  }
  .catalog-benefits__item,
  .catalog-benefits__block.banisauni .catalog-benefits__item {
    width: calc(100% / 2);
  }
}

@media (max-width: 1000px) {
  .product__banner {
    min-height: 295px;
  }

  .product__banner-wrapper {
    background: url(/img/delivery-form_bg-2.png),
      linear-gradient(93deg, #d0d741 47.22%, #f4bea5 152.93%);
    height: 295px;
  }

  .banner__form {
    max-width: 73%;
    clip-path: polygon(6% 0%, 100% 0%, 100% 100%, 0% 100%);
    padding-left: 60px;
  }

  .aside.aside-right {
    position: relative;
    top: -10px;
  }

  .spanbond-benefits__block.paket .spanbond-benefits__item {
    width: 20%;
    margin-bottom: 10px;
  }

  .container .aside {
    width: 100%;
    padding: 0 !important;
    border: unset !important;
  }

  .aside-block:not(.aside-menu) {
    margin: 25px 0 0;
    display: block !important;
    margin-bottom: 40px !important;
  }
}

@media (max-width: 991px) {
  .footer__top-block {
    gap: 2em;
  }

  .delivery__form form::after {
    content: unset;
  }

  .delivery-form__close svg {
    height: 30px;
  }

  .delivery-form__close {
    right: 5px;
    top: -10px;
  }

  .history__block {
    flex-direction: column;
    align-items: center;
  }

  .history__item {
    text-align: center;
    margin-right: 0 !important;
  }

  .history__item:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .about__page h2 {
    font-size: 32px;
  }

  .about__banner-desc {
    max-width: 100%;
  }

  .text__block {
    margin: 60px 0;
  }

  .top__center-block,
  .top__right-block {
    width: 100%;
  }

  .top__right-block {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
  }

  .ya-frame.desktop-hide {
    display: block;
  }

  .ya-frame.desktop-show {
    display: none;
  }

  .subscribe-block {
    margin-top: 0;
    margin-right: 50px;
  }

  .subscribe-block .fc_form_tml .group .titleGroup {
    text-align: left;
  }

  .top-sv-link {
    justify-content: start;
  }

  .top__right-block {
    text-align: left;
  }

  .mainpage .service-block .uss_eshop_menu > li {
    width: 48% !important;
    height: 360px !important;
  }

  .mainpage .service-block .uss_eshop_menu {
    justify-content: space-around;
  }

  .main-product__card {
    width: 32%;
    margin-bottom: 20px;
  }
  .catalog-benefits__item {
    width: calc(100% / 3);
  }
  .catalog-benefits__block.banisauni .catalog-benefits__item {
    width: calc(100% / 4);
  }
}

@media (max-width: 809px) {
  .footer__bottom-block {
    margin-top: 25px;
    flex-wrap: wrap; /* justify-content: start; */
    justify-content: space-between;
  }

  .bottom__left-block {
    order: 2;
    width: 50%;
  }

  .bottom__center-block {
    /* order: 1; */
    width: 100%; /* text-align: right;    margin-bottom: 34px; */
  }

  .bottom__right-block {
    order: 3;
  }

  .steps__wrapper {
    justify-content: space-around;
  }

  .steps__item {
    width: 40%;
  }

  .cooperation__block {
    width: 90%;
    margin-bottom: 60px;
  }

  .production__title {
    margin-bottom: 20px;
  }

  .production__block {
    margin-bottom: 60px;
  }

  .m-35 {
    margin: 20px 0;
  }

  .mb-135 {
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .delivery__form form {
    width: 75%;
  }

  .certificate__wrapper {
    margin: 45px 0;
  }

  .docs__table td {
    padding: 20px 7px;
  }

  .sales__item {
    width: 49%;
    margin-bottom: 15px;
  }

  .spanbond-benefits__item,
  .spanbond-benefits__block.mebel .spanbond-benefits__item,
  .spanbond-benefits__block.paket .spanbond-benefits__item {
    width: 50%;
    margin-bottom: 10px;
  }

  .uss_faq_item .question {
    padding: 5px 0;
  }

  .uss_faq_item .reply {
    padding: 5px 0;
  }

  .main-product__card {
    width: 48%;
  }

  .main-product__img {
    width: 190px;
    height: 190px;
    margin: 0 auto 30px;
  }

  .main-product__block.news {
    margin-bottom: 50px;
  }

  .main-utp__card {
    width: 48%;
  }

  .main-utp__card:not(:last-of-type) {
    border-right: unset;
  }

  .main-utp__card:nth-of-type(1),
  .main-utp__card:nth-of-type(3),
  .main-utp__card:nth-of-type(5) {
    border-right: 1px solid #858a8f;
  }

  .main-utp__wrapper {
    min-height: 620px;
  }

  .main-utp__block {
    padding: 20px 0;
  }

  .menu ul li a {
    font-size: 14px;
  }

  .h1 {
    font-size: 28px !important;
  }

  body.fixed-inner.mainpage .review .news_block_item .info {
    padding: 15px;
  }

  .review .slick-track {
    align-items: start;
  }
  .main-product__block.statii .main-product__card {
    width: 49%;
  }
  .main-product__block.statii .main-product__img {
    width: 100%;
    height: auto;
  }
  .benefits-block__wrapper {
    margin-top: 60px;
  }
  .benefits-item__wrapper {
    width: 100%;
    text-align: center;
    padding-left: 15px;
  }
  .benefits-item__wrapper:nth-of-type(4) {
    padding-bottom: 36px;
  }
  .benefits-item__title {
    margin: 0 auto 24px auto;
  }
  .benefits-item__wrapper:nth-of-type(1) .benefits-item__title::after {
    right: 115px;
    top: -30px;
  }
  .benefits-item__wrapper:nth-of-type(2) .benefits-item__title::after {
    right: -25px;
    top: -30px;
  }
  .benefits-item__wrapper:nth-of-type(3) .benefits-item__title::after {
    right: -45px;
    top: -30px;
  }
  .benefits-item__wrapper:nth-of-type(4) .benefits-item__title::after {
    top: -30px;
  }
  .h1-banner {
    height: 220px;
    font-size: 26px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .h1-banner::before {
    font-size: 24px;
    padding-left: 20px;
  }
  .content .uss_section_content img {
    object-fit: contain;
    height: auto;
  }
  .otrasli__block .main-product__block-title,
  .dop-uslugi__block .main-product__block-title,
  .zakaz__block .main-product__block-title {
    font-size: 24px !important;
  }
  .otrasli__item {
    width: calc((100% - 12px) / 2);
    margin-bottom: 12px;
    height: 195px;
    padding: 0 7px 15px 20px;
  }
  .otrasli__title {
    font-size: 14px;
  }
  .dop-uslugi__item {
    width: 100%;
    margin-bottom: 20px;
    flex-direction: row;
    padding: 23px;
    height: 130px;
  }
  .dop-uslugi__img {
    margin-bottom: 0;
    margin-right: 25px;
  }
  .dop-uslugi__title {
    text-align: left;
    font-size: 21px;
  }
  .zakaz__item {
    width: calc((100% - 80px) / 2);
    margin-bottom: 60px;
  }
  .catalog-benefits__item,
  .catalog-benefits__block.banisauni .catalog-benefits__item,
  .catalog-benefits__block.two-elem .catalog-benefits__item {
    width: 100%;
  }

  .header .h-in .center {
    justify-content: center;
  }

  .header .h-in .center .basket {
    display: none;
  }

  .right-mobile {
    display: block;
  }

  .burger span {
    margin-bottom: 5px;
  }

  .right-mobile .row {
    justify-content: end;
  }

  .soc-block {
    margin-right: 30px;
  }

  .header .mail-block .img-left {
    margin-right: 21px;
  }

  .header .left .search {
    max-width: 170px;
  }

  .header .h-in .left {
    flex: unset;
    margin-right: 0 !important;
  }

  .header .h-in .logo-row {
    margin-right: 0;
  }

  .header .h-in .logo-row a {
    justify-content: start;
  }
}

@media (max-width: 700px) {
  .schedule-block {
    display: none;
  }

  .address-block .top-sv {
    display: none;
  }

  .soc-block {
    display: block;
  }

  .call-block {
    display: none;
  }

  .tablet_show {
    display: none;
  }

  .mobile-show {
    display: block;
  }

  .product__delivery-wrapper {
    background-color: #fff;
    padding: 0;
  }

  .banner__form {
    max-width: 100%;
    clip-path: unset;
  }

  .form__action {
    align-items: center;
    flex-direction: column;
  }

  .form__button {
    margin-top: 30px;
  }

  .form__title {
    font-size: 32px !important;
    text-align: center;
  }
}

@media (max-width: 650px) {
  .colorStyle5.mainpage .service-block .uss_eshop_menu li {
    height: 210px !important;
    width: 100% !important;
  }

  .mainpage .service-block .uss_eshop_menu > li {
    margin-bottom: 15px !important;
  }
}

@media (max-width: 600px) {
  .top__center-block,
  .top__right-block,
  .bottom__left-block,
  .bottom__right-block {
    width: 100%;
  }

  .top__right-block {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .bottom__center-block {
    text-align: center; /* margin: 34px 0 59px; */ /* margin: 34px 0 14px; */
    margin: 30px 0;
  }

  .pay-desktop-show {
    display: none;
  }

  .pay-icon:not(:last-of-type) {
    margin-right: 20px;
  }

  .bottom__left-block,
  .bottom__right-block {
    text-align: center;
  }

  .bottom__left-block {
    margin-bottom: 20px;
  }

  .footer .soc-block {
    margin-right: 0;
  }

  .top__left-block {
    flex-direction: column;
  }

  .top__left-block .footer__logo {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .top__left-block p {
    text-align: center;
  }

  .top__center-block,
  .top__right-block {
    padding-top: 25px;
  }

  .steps__item {
    width: 79%;
    min-height: fit-content;
  }

  .cooperation__block {
    flex-direction: column;
    padding: 30px;
    max-width: 84%;
  }

  .cooperation__block img {
    margin-bottom: 10px;
  }

  .cooperation__block span {
    text-align: center;
  }

  .production__item {
    flex-direction: column;
    align-items: center;
    border: unset;
    padding: 20px 0 30px;
  }

  .production_item-text {
    text-align: center;
  }

  .sales__item {
    width: 100%;
  }

  .faq-benefits__block {
    margin-top: 45px;
  }

  .faq-benefits__block.main-page {
    margin-top: 45px;
  }

  .faq-benefits__item {
    width: 48%;
  }

  .top__center-block > div {
    flex: unset;
  }

  .center-block__menu {
    width: 50%;
  }

  .center-block__info {
    width: 100%;
  }

  .top__center-block {
    flex-wrap: wrap;
  }

  .rekvizit-d-show {
    display: none;
  }

  .rekvizit-d-hide {
    display: block;
  }

  .top__right-mobile-block {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }

  .top__right-block {
    padding-top: 0;
  }

  .subscribe-block {
    margin-right: 0;
  }

  .top__right-block .phone-block,
  .top__right-block .mail-block {
    margin: 0 0 15px 0;
  }

  .subscribe-block .fc_form_tml .group .titleGroup {
    text-align: center;
    margin-top: 30px;
  }

  .main__service-title {
    font-size: 31px;
    margin-bottom: 24px;
  }

  .faq-benefits__item-text {
    font-size: 15px;
  }
}

@media (max-width: 542px) {
  .product__delivery {
    min-height: 800px;
    margin: 50px;
  }

  .delivery__form form {
    width: 90%;
  }

  .delivery__form #fc_item_1_2_block_id,
  .delivery__form #fc_item_1_3_block_id {
    width: 100%;
  }
}

@media (max-width: 500px) {
  /* .call_me {    margin-top: 20px !important;  } */
  .spanbond-benefits__block.ukriv .spanbond-benefits__item {
    width: 33%;
  }

  .spanbond-benefits__block.hlorella .spanbond-benefits__item {
    width: 50%;
  }

  .main-product__card {
    width: 100%;
  }

  .main-product__block-title {
    font-size: 28px !important;
  }

  .main-product__block.news {
    margin-bottom: 20px;
  }

  .main-product__block.hits {
    margin-bottom: 20px;
  }

  .main-utp__card {
    width: 100%;
    padding: 10px 0;
  }

  .main-utp__card:not(:last-of-type) {
    border-right: unset;
    margin-bottom: 10px;
  }

  .reviews__title {
    flex-direction: column;
  }

  .section.section_formconstructor.id_10157490 #fc_item_1_2_id,
  .section.section_formconstructor.id_10157490 #fc_item_1_3_id,
  .section.section_formconstructor.id_10157490 #fc_item_1_10_id,
  .section.section_formconstructor.id_10157490 #fc_item_1_9_id {
    width: 100% !important;
  }

  #consult-form .field-1,
  #consult-form .field-2,
  #consult-form .field-3,
  #consult-form .field-4,
  #zakaz-form .field-1,
  #zakaz-form .field-2,
  #zakaz-form .field-3,
  #zakaz-form .field-4 {
    width: 100%;
    margin-right: 0;
  }

  #consult-form .field-5 label::before,
  #zakaz-form .field-5 label::before {
    left: -11px;
  }

  #consult-form .field-5 label,
  #zakaz-form .field-5 label {
    padding-left: 20px;
  }
  .main-product__block.statii .main-product__card {
    width: 100%;
  }
  .main-product__block.statii .main-product__img img {
    max-height: 200px;
  }
}

.footer__menu ul li a:hover {
  display: inline-block;
  border-bottom: 1px solid white;
  margin-bottom: 10px;
}

.colorStyle5 .footer a.privacy,
.colorStyle5 .footer .sitemap a {
  color: #fff;
  text-decoration: none;
  text-decoration: underline;
}

/* .mod-catalog-detail__banner {
  background: url(/uploadedFiles/catalogimages/orig/img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 260px;
  padding-top: 2.25rem;
  border-radius: 15px;
}
.mod-catalog-detail__banner-title {
  font-size: 48px;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
  padding-left: 2.25rem;
  margin-bottom: 0.25rem;
}
.mod-catalog-detail__banner-price {
  font-size: 32px;
  color: #fff;
  background: #D0D741;
  padding: 2px 10px 5px 36px;
  width: fit-content;
  line-height: normal;
} */

.new-design-stati .list-stati-custom li:before {
  width: 18px;
  height: 18px;
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  left: -40px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuMTEzNiAxNS4yNDQ3TDAuMjYzNTkzIDkuNTc4OTVDLTAuMDg3ODY0MyA5LjIzODU3IC0wLjA4Nzg2NDMgOC42ODY2NyAwLjI2MzU5MyA4LjM0NjI1TDEuNTM2MzYgNy4xMTM1NEMxLjg4NzgxIDYuNzczMTIgMi40NTc3IDYuNzczMTIgMi44MDkxNSA3LjExMzU0TDYuNzUgMTAuOTMwMkwxNS4xOTA4IDIuNzU1MjlDMTUuNTQyMyAyLjQxNDkgMTYuMTEyMiAyLjQxNDkgMTYuNDYzNiAyLjc1NTI5TDE3LjczNjQgMy45ODc5OUMxOC4wODc5IDQuMzI4MzggMTguMDg3OSA0Ljg4MDI4IDE3LjczNjQgNS4yMjA3TDcuMzg2NCAxNS4yNDQ3QzcuMDM0OSAxNS41ODUxIDYuNDY1MDYgMTUuNTg1MSA2LjExMzYgMTUuMjQ0N1oiIGZpbGw9IiM1MTk5NDciLz4KPC9zdmc+Cg==");
}
.annotation {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  padding-left: 20px;
  border-left: 2px solid #d0d741;
  margin-bottom: 55px;
}
.annotation span {
  color: #d0d741;
}

.new-design-stati .list-stati-custom {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-weight: 400;
  font-size: 16px;
}
.new-design-stati .list-stati-custom li {
  list-style: none;
  position: relative;
}

.tovary .slick-slide {
  margin-right: 20px;
}

.tovary .slick-track {
  display: flex;
  align-items: flex-end;
}

.tovary .slick-list {
  margin-right: -20px;
}

.tovary .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 20px 0;
  padding: 0;
  bottom: -58px;
}

.tovary .slick-dots li {
  margin: 0 5px;
}

.tovary .slick-dots li button:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: rgba(227, 227, 227, 1);
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
}

.tovary .slick-dots li.slick-active button:before {
  scale: 1.2;
  background: rgba(81, 153, 71, 1);
  border-radius: 50%;
}

.author-stati {
  display: flex;
  gap: 20px;
  align-items: center;
  background: rgba(245, 245, 245, 1);
  border-radius: 5px;
  padding: 20px 30px;
  margin-top: 60px;
  margin-bottom: 25px;
}

.author-stati .img {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  background: #d0d741;
}

.author-stati .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-stati .name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.author-stati .dolg {
  font-size: 14px;
  font-weight: 400;
  color: rgba(45, 39, 39, 0.5);
}

.new-design-stati .vyvod {
  padding: 20px 30px;
  background: #f5f5f5;
}

.new-design-stati .vyvod .text {
  padding-left: 40px;
  position: relative;
  margin: 0px;
}

.new-design-stati .vyvod .text::before {
  position: absolute;
  top: 5px;
  left: 0px;
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI1LjA3MTQgNy40Mjg1N0MyNC44MjUyIDcuNDI4NTcgMjQuNTg5IDcuNTI2NCAyNC40MTQ4IDcuNzAwNTRDMjQuMjQwNyA3Ljg3NDY4IDI0LjE0MjkgOC4xMTA4NyAyNC4xNDI5IDguMzU3MTRWMjMuMjE0M0MyNC4xNDI5IDIzLjQ2MDYgMjQuMDQ1IDIzLjY5NjcgMjMuODcwOSAyMy44NzA5QzIzLjY5NjcgMjQuMDQ1IDIzLjQ2MDYgMjQuMTQyOSAyMy4yMTQzIDI0LjE0MjlIMi43ODU3MUMyLjUzOTQ0IDI0LjE0MjkgMi4zMDMyNiAyNC4wNDUgMi4xMjkxMiAyMy44NzA5QzEuOTU0OTcgMjMuNjk2NyAxLjg1NzE0IDIzLjQ2MDYgMS44NTcxNCAyMy4yMTQzVjIuNzg1NzFDMS44NTcxNCAyLjUzOTQ0IDEuOTU0OTcgMi4zMDMyNiAyLjEyOTEyIDIuMTI5MTJDMi4zMDMyNiAxLjk1NDk3IDIuNTM5NDQgMS44NTcxNCAyLjc4NTcxIDEuODU3MTRIMTcuNjQyOUMxNy44ODkxIDEuODU3MTQgMTguMTI1MyAxLjc1OTMxIDE4LjI5OTUgMS41ODUxN0MxOC40NzM2IDEuNDExMDMgMTguNTcxNCAxLjE3NDg0IDE4LjU3MTQgMC45Mjg1NzFDMTguNTcxNCAwLjY4MjI5OSAxOC40NzM2IDAuNDQ2MTEzIDE4LjI5OTUgMC4yNzE5NzJDMTguMTI1MyAwLjA5NzgzMTMgMTcuODg5MSAwIDE3LjY0MjkgMEgyLjc4NTcxQzIuMDQ2OSAwIDEuMzM4MzQgMC4yOTM0OTQgMC44MTU5MTcgMC44MTU5MTdDMC4yOTM0OTQgMS4zMzgzNCAwIDIuMDQ2OSAwIDIuNzg1NzFWMjMuMjE0M0MwIDIzLjk1MzEgMC4yOTM0OTQgMjQuNjYxNyAwLjgxNTkxNyAyNS4xODQxQzEuMzM4MzQgMjUuNzA2NSAyLjA0NjkgMjYgMi43ODU3MSAyNkgyMy4yMTQzQzIzLjk1MzEgMjYgMjQuNjYxNyAyNS43MDY1IDI1LjE4NDEgMjUuMTg0MUMyNS43MDY1IDI0LjY2MTcgMjYgMjMuOTUzMSAyNiAyMy4yMTQzVjguMzU3MTRDMjYgOC4xMTA4NyAyNS45MDIyIDcuODc0NjggMjUuNzI4IDcuNzAwNTRDMjUuNTUzOSA3LjUyNjQgMjUuMzE3NyA3LjQyODU3IDI1LjA3MTQgNy40Mjg1N1oiIGZpbGw9IiM1MTk5NDciLz4KPHBhdGggZD0iTTYuNTY3MzMgOC43NzczNkM2LjM5NTE1IDguNTk4NTEgNi4xNjE2MiA4LjQ5ODAzIDUuOTE4MTIgOC40OTgwM0M1LjY3NDYyIDguNDk4MDMgNS40NDEwOSA4LjU5ODUxIDUuMjY4OTEgOC43NzczNkM1LjA5NjczIDguOTU2MjEgNSA5LjE5ODc5IDUgOS40NTE3M0M1IDkuNTc2OTcgNS4wMjM3NSA5LjcwMDk4IDUuMDY5ODkgOS44MTY2OUM1LjExNjAzIDkuOTMyNCA1LjE4MzY2IDEwLjAzNzUgNS4yNjg5MSAxMC4xMjYxTDEyLjU4MzkgMTcuNzI0NUMxMi42Njk0IDE3LjgxMjYgMTIuNzcwNyAxNy44ODIyIDEyLjg4MjEgMTcuOTI5NUMxMi45OTM1IDE3Ljk3NjcgMTMuMTEyOCAxOC4wMDA3IDEzLjIzMzEgMThIMTMuMjk3MkMxMy40MjU4IDE3Ljk5IDEzLjU1MSAxNy45NTE4IDEzLjY2NDUgMTcuODg4QzEzLjc3OCAxNy44MjQxIDEzLjg3NzEgMTcuNzM2MSAxMy45NTU1IDE3LjYyOTZMMjUuODQyNCAxLjQ4Mjg1QzI1Ljk3MyAxLjI4Mjc0IDI2LjAyNTMgMS4wMzg0MyAyNS45ODg1IDAuNzk5Njk2QzI1Ljk1MTcgMC41NjA5NjYgMjUuODI4NyAwLjM0NTc5MiAyNS42NDQ1IDAuMTk4MDMyQzI1LjQ2MDIgMC4wNTAyNzIgMjUuMjI4NyAtMC4wMTg5NTE4IDI0Ljk5NyAwLjAwNDQ2OTgyQzI0Ljc2NTQgMC4wMjc4OTE0IDI0LjU1MSAwLjE0MjE5NiAyNC4zOTc3IDAuMzI0MDg0TDEzLjE0MTcgMTUuNjE2TDYuNTY3MzMgOC43NzczNloiIGZpbGw9IiM1MTk5NDciLz4KPC9zdmc+Cg==);
  width: 26px;
  height: 26px;
}

@media (max-width: 500px) {
  .main-product__block.news {
    margin-bottom: 40px;
  }

  .tovary .slick-dots {
    bottom: -36px;
  }
}

.another-services__block,
.another-services__item {
  display: flex;
}

.another-services__block {
  gap: 25px;
  flex-wrap: wrap;
}

.another-services__img {
  width: 55px;
  height: 55px;
  border-radius: 3px;
  background-color: #d0d741;
}

.another-services__img a,
.another-services__img img {
  position: relative;
}

.another-services__img a {
  display: block;
  height: 100%;
  text-align: center;
}

.another-services__img img {
  display: inline-block !important;
  max-width: 75%;
  top: 50%;
  transform: translateY(-50%);
}

.another-services__item {
  align-items: center;
  gap: 20px;
  padding: 20px;
  border-radius: 10px;
  background-color: #f5f5f5;
  color: #333;
}

.another-services__name {
  flex: 1;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
}

.another-services__name a {
  color: inherit;
  text-decoration: none;
}

.another-services__name a:hover {
  text-decoration: underline;
}

.another-services__wrapper {
  margin: 60px 0;
}

@media screen and (min-width: 640px) {
  .another-services__item {
    flex: 1 50%;
    max-width: calc(50% - 25px / 2);
  }
}

@media screen and (max-width: 639px) {
  .another-services__block {
    flex-direction: column;
    gap: 20px;
  }
}
.id_10157574 .uss_catalog_list_cat {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* align-items: center; */
}
.id_10157574 .uss_catalog_category {
  width: calc((100% - 25px) / 2);
  border-radius: 10px;
  background-color: #f5f5f5;
  padding: 20px;
  display: flex;
  align-items: center;
  border: unset !important;
}
.id_10157574 .uss_catalog_img_wrap {
  border-radius: 3px;
  background-color: #d0d741;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.id_10157574 .uss_catalog_cat_img {
  width: 36px !important;
  height: 36px !important;
}
.id_10157574 .uss_catalog_cat_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: unset !important;
}
.id_10157574 .uss_catalog_cat_name {
  width: calc(100% - 75px);
  margin: 0 !important;
}
.id_10157574 .uss_catalog_cat_name a {
  font-size: 18px;
  line-height: normal;
  font-weight: bold;
  text-decoration: none;
  color: #333333;
  display: inline-block;
  width: 100%;
}
@media (max-width: 575px) {
  .id_10157574 .uss_catalog_list_cat {
    flex-direction: column;
    align-items: stretch;
  }
  .id_10157574 .uss_catalog_category {
    width: 100%;
    margin-bottom: 20px;
  }
}
.garantii_apendix-block {
  background: rgba(245, 245, 245, 1);
  padding: 20px;
  margin-top: 25px;
  margin-bottom: 55px;
}
.green-dots li {
  list-style: none;
  position: relative;
}
.green-dots li::before {
  width: 8px !important;
  height: 8px !important;
  content: "";
  position: absolute;
  top: calc(50% - 4px) !important;
  left: -20px !important;
  border-radius: 50px;
  background-color: #d0d741;
}
.green-dots a {
  text-decoration: none;
}
.garantii__wrapper h2 {
  font-size: 24px;
}
.garantii__wrapper h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
.fw-bold {
  font-weight: bold;
}
.fw-normal {
  font-weight: 400;
}
.color_green {
  color: #d0d741;
}
.circle_round {
  counter-reset: list-counter;
}
.circle_round li {
  counter-increment: list-counter;
  list-style: none;
  margin-bottom: 10px;
  position: relative;
  padding-left: 10px;
}
.circle_round li::before {
  width: 30px;
  height: 30px;
  content: counter(list-counter);
  position: absolute;
  top: -3px;
  left: -40px;
  border-radius: 50px;
  border: 2px solid #d0d741;
  color: #d0d741;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  font-weight: bold;
}
.bg_grey {
  background-color: #f5f5f5;
  padding: 20px 30px;
  margin: 30px 0;
}
.blocks_white {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.block_white {
  background-color: #fff;
  padding: 20px;
}
.block_white a {
  font-size: 18px;
  text-decoration: none;
}
.mt-30 {
  margin-top: 30px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.cross_green li {
  list-style: none;
  position: relative;
  margin-bottom: 15px;
}
.cross_green li::before {
  width: 18px;
  height: 18px;
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  left: -40px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNDQ3MjggMS40NDcyOEMxLjczMzc2IDEuMTYwODkgMi4xMjIyNiAxIDIuNTI3MzQgMUMyLjkzMjQyIDEgMy4zMjA5MiAxLjE2MDg5IDMuNjA3NCAxLjQ0NzI4TDkuMDA5MjIgNi44NDkxTDE0LjQxMSAxLjQ0NzI4QzE0LjY5OTIgMS4xNjkgMTUuMDg1MSAxLjAxNTAyIDE1LjQ4NTYgMS4wMTg1QzE1Ljg4NjIgMS4wMjE5OCAxNi4yNjkzIDEuMTgyNjUgMTYuNTUyNiAxLjQ2NTg5QzE2LjgzNTggMS43NDkxMyAxNi45OTY1IDIuMTMyMjkgMTYuOTk5OSAyLjUzMjg0QzE3LjAwMzQgMi45MzMzOSAxNi44NDk0IDMuMzE5MjggMTYuNTcxMiAzLjYwNzRMMTEuMTY5MyA5LjAwOTIyTDE2LjU3MTIgMTQuNDExQzE2Ljg0OTQgMTQuNjk5MiAxNy4wMDM0IDE1LjA4NTEgMTYuOTk5OSAxNS40ODU2QzE2Ljk5NjUgMTUuODg2MiAxNi44MzU4IDE2LjI2OTMgMTYuNTUyNiAxNi41NTI2QzE2LjI2OTMgMTYuODM1OCAxNS44ODYyIDE2Ljk5NjUgMTUuNDg1NiAxNi45OTk5QzE1LjA4NTEgMTcuMDAzNCAxNC42OTkyIDE2Ljg0OTQgMTQuNDExIDE2LjU3MTJMOS4wMDkyMiAxMS4xNjkzTDMuNjA3NCAxNi41NzEyQzMuMzE5MjggMTYuODQ5NCAyLjkzMzM5IDE3LjAwMzQgMi41MzI4NCAxNi45OTk5QzIuMTMyMjkgMTYuOTk2NSAxLjc0OTEzIDE2LjgzNTggMS40NjU4OSAxNi41NTI2QzEuMTgyNjUgMTYuMjY5MyAxLjAyMTk4IDE1Ljg4NjIgMS4wMTg1IDE1LjQ4NTZDMS4wMTUwMiAxNS4wODUxIDEuMTY5IDE0LjY5OTIgMS40NDcyOCAxNC40MTFMNi44NDkxIDkuMDA5MjJMMS40NDcyOCAzLjYwNzRDMS4xNjA4OSAzLjMyMDkyIDEgMi45MzI0MiAxIDIuNTI3MzRDMSAyLjEyMjI2IDEuMTYwODkgMS43MzM3NiAxLjQ0NzI4IDEuNDQ3MjhaIiBmaWxsPSIjNTE5OTQ3Ii8+Cjwvc3ZnPgo=");
}
.direction-column {
  flex-direction: column;
}
#garantii_apendix-block h2 {
  margin-top: 0;
  font-size: 18px;
}
#garantii_apendix-block ul {
  padding-left: 20px;
}
.garantii__wrapper .new-design-stati .list-stati-custom li:before {
  top: 3px;
}
.proc-obr .block_white {
  display: flex;
  align-items: center;
}
.proc-obr .block_white p {
  margin: 0;
  margin-left: 20px;
}
.block_white a {
  color: #d0d741 !important;
}
@media (max-width: 575px) {
  .proc-obr .block_white {
    flex-direction: column;
    align-items: start;
  }
  .proc-obr .block_white p {
    margin-left: 0;
    margin-top: 10px;
  }
}

.faq__item {
  border: 2px solid #e2e4e6;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
  cursor: pointer;
  line-height: normal;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.faq__question {
  font-size: 20px;
  color: #000;
  font-weight: 500;
}
.faq__answer {
  display: none;
  margin-top: 15px;
}
.faq__arrow {
  color: #000;
  transform: rotate(-90deg);
  width: fit-content;
  font-size: 23px;
  transition: transform 400ms ease;
}
.faq__item div:first-of-type {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .faq__question {
    font-size: 18px;
  }
}
.h4 {
  font-size: 18px;
  font-weight: bold;
}

.flex__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.flex__item {
  background-color: #f5f5f5;
  padding: 20px;
  width: calc((100% - 20px) / 2);
  display: flex;
  align-items: center;
}
.flex__img {
  flex: none;
  width: 40px;
  height: 40px;
}
.flex__img img {
  object-fit: contain;
}
.flex__text {
  margin-left: 20px;
  line-height: normal;
  width: 100%;
}
.flex-img__block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.flex-img__item {
  display: flex;
}
.flex-img__title {
  font-weight: bold;
  margin-bottom: 10px;
}
.green-alert__block {
  background-color: #d0d741;
  padding: 20px;
  margin-top: 30px;
  align-items: start;
}
.green-alert__img {
  flex: none;
  width: 25px;
  height: 25px;
}
.green-alert__img img {
  object-fit: contain;
}
.green-alert__text {
  color: #fff;
  line-height: normal;
  margin-left: 20px;
}
.block_grey {
  background-color: #f5f5f5;
}
.tech__block {
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tech__col {
  width: calc((100% - 20px) / 2);
}
.tech__item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.tech__item:not(:last-of-type) {
  margin-bottom: 10px;
}
.tech__dots {
  flex: 1;
  border-bottom: 1px dotted #b8b8b8;
  margin: 0 4px;
}
.tech__val {
  font-weight: bold;
}
.flex-three__item {
  width: calc((100% - 40px) / 3);
  padding: 20px;
  background-color: #f5f5f5;
}
.flex-three__title {
  font-weight: bold;
  margin: 10px 0;
  line-height: normal;
}
.flex-three__text {
  line-height: normal;
}
.uss_img_wrapper.img_bottom {
  display: none;
}
.news_similar_wrap {
  margin-bottom: 120px;
}
.similar_items_block .news_item {
  margin: 0;
}
.similar_items_block .news_item .image {
  border: unset;
}
.news_similar_wrap .news_item .info .date {
  background: unset;
  padding-left: unset;
}
.news_similar_title {
  text-align: left;
}
.similar_items_block .news_item .image .uss_image_holder {
  width: 100% !important;
}
.similar_items_block .news_item .image .uss_image_holder img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.similar_items_block .slick-track {
  margin: 0 -15px;
}
.similar_items_block .slick-track .slick-slide {
  padding: 0 15px;
}
.news_similar_wrap .news_item .image {
  margin-bottom: 15px;
}
.similar_items_block .news_item .info {
  margin-top: 0;
}
.similar_items_block .news_item .info .title {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 15px;
}
.similar_items_block .news_item .info .title a {
  text-decoration: none;
  color: #333;
  font-weight: 700;
}
.similar_items_block .uss_show_more a {
  text-decoration: none;
  position: relative;
}
.similar_items_block .uss_show_more a::after {
  position: absolute;
  right: -20px;
  content: "→";
  width: 10px;
  height: 10px;
  font-weight: bold;
  font-size: 22px;
  bottom: 0;
  line-height: 0;
}
.similar_items_block .preview p {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 15px;
}
.similar_items_block .slick-dots li button {
  background-color: #e3e3e3;
  border-radius: 50px;
  width: 15px;
  height: 15px;
}
.similar_items_block .slick-dots li.slick-active button {
  background-color: #d0d741;
  width: 20px;
  height: 20px;
}
.similar_items_block .slick-dots {
  bottom: -45px;
}

@media (max-width: 1199px) {
  .tech__col {
    width: 100%;
  }
  .tech__col:first-of-type .tech__item:last-of-type {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .flex__item {
    width: 100%;
    align-items: start;
  }
  .flex-three__item {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .new-design-stati .vyvod {
    padding: 10px;
  }
  .tech__item {
    flex-direction: column;
  }
  .tech__title {
    order: 1;
  }
  .tech__dots {
    order: 3;
    width: 100%;
    margin-top: 10px;
  }
  .tech__val {
    order: 2;
  }
  .similar_items_block .slick-track .slick-slide {
    padding: 0;
  }
  .similar_items_block .slick-track {
    margin: 0;
  }
}
.dop-info .another-services__item {
  padding: unset;
}
.dop-info a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-decoration: none;
}
.dop-info .another-services__name {
  color: #333333;
}

.item-detail-oplata__block {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}
.item-detail-oplata__item {
  width: calc((100% - 30px) / 4);
  padding: 15px 20px;
  border: 1px solid #dbdbdb;
}
.item-detail-oplata__img {
  width: 28px;
  height: 28px;
  margin-bottom: 15px;
}
.item-detail-oplata__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.item-detail-oplata__text {
  font-size: 14px;
  color: #000;
}
.proiti-opros {
  display: inline-block;
  padding: 10px 20px;
  width: fit-content;
  color: #fff !important;
  background-color: #d0d741;
}
@media (max-width: 1199px) {
  .item-detail-oplata__item {
    width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 991px) {
  .item-detail-oplata__item {
    width: calc((100% - 30px) / 4);
  }
}
@media (max-width: 767px) {
  .item-detail-oplata__item {
    width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 575px) {
  .item-detail-oplata__item {
    width: 100%;
  }
}

.mainproduct__banner {
  margin: 30px 0;
}

.pdfs {
  margin: 20px 0;
}
.header_action {
  position: relative;
  margin-bottom: 40px;
}
.header_action .text {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: calc(100% - 60px);
}

.header_action .text h1 {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-bottom: none;
}

.header_action .text .sub_title {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 85%;
}

.what_awaits {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 20px;
  margin-bottom: 40px;
}

.what_awaits .title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
  margin-top: 12px;
}

.what_awaits ul {
  list-style-type: none;
  padding: 0;
}

.what_awaits ul li {
  display: flex;
  gap: 10px;
  align-items: center;
}

.what_awaits ul li:before {
  content: "";
  width: 13px;
  height: 10px;
  background-image: url(/uploadedFiles/images/7420868/vec.svg);
  background-repeat: no-repeat;
  flex-shrink: 0;
  background-size: contain;
}

.find_more {
  padding: 25px 30px;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  margin-bottom: 40px;
}

.find_more .title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}

.find_more .text {
  color: #000;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.7;
  margin-bottom: 20px;
}

.find_more .phone a {
  background: url(/uploadedFiles/images/7420868/line-md_phone.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position-x: left;
  background-position-y: 3px;
  padding-left: 30px;
  color: #000 !important;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
}

.find_more .email a {
  background: url(/uploadedFiles/images/7420868/lucide_mail.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position-x: left;
  background-position-y: 3px;
  padding-left: 30px;
  color: #000 !important;
  text-decoration: none;
  display: inline-block;
}

.rtext {
  margin-bottom: 40px;
}

.rtext p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.rtext span {
  color: #d0d741;
}

.img-m {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .header_action .text .sub_title {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .header_action .text .sub_title {
    width: 100%;
  }
  .img-d {
    display: none !important;
  }
  .img-m {
    display: block !important;
  }

  .singlepage .container .content .header_action h1 {
    font-size: 24px;
  }

  .header_action .text .sub_title {
    font-size: 16px;
  }
}

.header .menu > ul > li:nth-child(4) > span a:after {
  display: none;
}

.header .menu > ul > li:nth-child(4) > span + .submenu {
  display: none !important;
}

.header .menu li.parent:nth-child(4) > span > a {
  padding-right: 10px !important;
}

.cooperation {
  padding: 40px 50px;
  border-radius: 20px;
  background: #d0d741;
}

.cooperation__wrapper {
  display: grid;
  grid-template-columns: auto auto;
  gap: 30px;
}

.cooperation_title {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 104.85%;
  max-width: 387px;
  width: 100%;
}

.cooperation_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  align-items: center;
}

.cooperation_item {
  padding: 15px 20px;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #fff;
}

.cooperation_item span {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media screen and (max-width: 1400px) {
  .cooperation__wrapper {
    grid-template-columns: 1fr;
  }
  .cooperation_title {
    max-width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .cooperation {
    padding: 30px;
  }
  .cooperation_list {
    grid-template-columns: 1fr;
  }
  .cooperation_title {
    max-width: 100%;
    font-size: 28px;
  }
}

.b24-form {
  margin: 20px 0;
}

.description.tab table {
  width: 100%;
  border-collapse: collapse;
}

/* 7438327 */

.cw-slider {
}
.cw-slider__caption {
  max-width: 55% !important;
  padding: 40px !important;
}
.cw-slider__title {
  font-family: "Lato", "Wix Madefor Display", sans-serif !important;
  font-size: 40px !important;
  font-weight: 700 !important;
  margin: 0 !important;
  text-align: left !important;
}
.cw-slider__desc {
  display: flex;
  flex-direction: column;
  font-family: "Lato", "Wix Madefor Display", sans-serif !important;
  font-size: 20px !important; /* Потом дополнить */
  font-weight: 400 !important;
  gap: 25px;
  margin-top: 15px !important;
  text-align: left !important;
}
.cw-slider__desc ul {
  margin: 0;
}
.cw-slider__bold {
  color: #d2d93e;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1;
}
.cw-slider__bold--lower {
  font-size: 1.3em;
  line-height: 1.5;
}
.cw-slider__link {
}
.cw-slider .slick-next {
  transform: translate(0, -50%);
}
.cw-slider .slick-prev:before,
.cw-slider .slick-next:before {
  content: none !important;
}
.cw-slider__hide {
}
@media (max-width: 1200px) {
  .cw-slider__caption {
    max-width: 100% !important;
  }
}
@media (max-width: 900px) {
  .cw-slider__caption {
    padding: 20px !important;
  }
  .cw-slider__title {
    font-size: 34px !important;
  }
  .cw-slider__desc {
    font-size: 18px !important;
  }
  .cw-slider__hide {
    display: none;
  }
}
@media (max-width: 600px) {
  .cw-slider__title {
    font-size: 28px !important;
  }
}
@media (max-width: 500px) {
  .cw-slider__caption {
    padding: 10px 10px 20px 10px !important;
  }
  .cw-slider__desc {
    font-size: 16px !important;
    line-height: 1 !important;
  }
  .cw-slider__hide {
    display: block;
  }
}

/* 7438327 END */

.rezka_slider img {
  width: 100%;
  object-fit: cover;
}

.rezka_slider {
  margin: 0 35px;
}
.rezka_slider .slick-prev {
  left: -40px;
}
.rezka_slider .slick-next {
  right: -40px;
}

.warn {
  background: #4e4e4e;
  border-radius: 10px;
  color: white;
  margin: 40px 0;
  padding: 25px;
}

.warn__h {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.11;
  margin-bottom: 14px;
}

.warn p {
  font-size: 16px;
  line-height: 1.67;
  margin-top: 0;
}

.warn p:last-child {
  margin-bottom: 0;
}

.h-type-1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.11;
  margin: 21px 0;
}

.tile-1 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.tile-1__item {
  align-items: center;
  border: 1px solid rgba(101, 101, 101, 0.4);
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  margin: 0 10px 20px;
  padding: 20px 20px 20px 30px;
  width: calc(50% - 20px);
}

.tile-1__text {
  color: black;
  font-size: 16px;
  line-height: 1.2;
}

.tile-1__num {
  border-right: 1px solid #d0d741;
  color: #d0d741;
  font-size: 40px;
  line-height: 1;
  margin-right: 14px;
  padding-right: 16px;
}

.content_menu.page_vozvrat-i-obmen {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  margin-bottom: 35px;
}

.content_menu.page_vozvrat-i-obmen a {
  background: #d0d741;
  border-radius: 40px;
  color: #656565;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 10px 20px;
  text-decoration: none;
}

@media (max-width: 767px) {
  .content_menu.page_vozvrat-i-obmen a {
    font-size: 14px;
  }
  .tile-1 {
    margin: 0 0 30px;
  }
  .tile-1__item {
    margin: 0 0 20px;
    padding: 20px 10px 20px 20px;
    width: 100%;
  }
  .tile-1__item:last-child {
    margin-bottom: 0;
  }
  .content_menu.page_vozvrat-i-obmen a:nth-child(1),
  .content_menu.page_vozvrat-i-obmen a:nth-child(2),
  .content_menu.page_vozvrat-i-obmen a:nth-child(5) {
    order: -5;
  }
  .content_menu.page_vozvrat-i-obmen a:nth-child(3),
  .content_menu.page_vozvrat-i-obmen a:nth-child(6) {
    order: -4;
  }
  .content_menu.page_vozvrat-i-obmen a:nth-child(4),
  .content_menu.page_vozvrat-i-obmen a:nth-child(8) {
    order: -3;
  }
}

.stati_list_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.stati_list_items .news_item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.stati_list_items .image {
  float: none;
  text-align: center;
  margin: 0;
  overflow: hidden;
  border: none;
  max-width: 100%;
}

.stati_list_items .image img{
  max-width: 100%;
  border-radius: 8px;
}

.stati_list_items .news_item .info .date{
  font-size: 14px;
  line-height: normal;
  color: #656565;
  display: flex;
  align-items: center;
}

.stati_list_items .title{
  font-size: 16px;
  line-height: normal;
  margin-bottom: 10px;
}
.stati_list_items .title a{
  text-decoration: none;
}
.stati_list_items .title a:hover{
  text-decoration: underline;
}

.stati_list_items .preview{
      font-size: 14px !important;
}
.stati_list_items .uss_image_holder{
  height: auto !important;
}

@media screen and (max-width: 580px) {
  .stati_list_items {
    grid-template-columns: repeat(2, 1fr);
  }
  
}

.vacancies-list{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.vacancy-item{

  border: 1px solid #e5e5e5;
  padding: 20px;
}

.vacancy-description{
  display: flex;
  flex-direction: column;
  gap: 10px
}

.vacancy-title{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}

.vacancy-description-title{
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}
.submit-request{
  margin-top: 20px;
}
.submit-request button{
  padding: 0 20px;
}
.vacancies{
  margin-bottom: 30px;
}

@media screen and (max-width: 760px) {
  .vacancies-list{
    grid-template-columns: 1fr;
  }
}

.uss_basket_left_block_wrapper{
  display: flex;
  flex-direction: column;
  gap: 15px;
    background: #7A85A0;
  padding: 20px;
}



.uss_basket_left_block_title{
color: #FFF;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 21.6px;
}

.uss_basket_left_block_text{
color: #FFF;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.to-be-paid{
color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 21.6px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.uss_basket_left_block_text a{
  text-decoration: underline;
  color: white;
}

.section_basket2 .backet_wrapper .delivery-option button{
  border-radius: 2px;
  border: 1px solid #D0D741;
  background: #D0D741;
  color: #333;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400!important;
  line-height: 38px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.section_basket2 .backet_wrapper .delivery-option button:hover{
  background: #fff;
}

.backet_wrapper{
  display: grid;
  grid-template-columns: 1fr minmax(175px, 275px);
  gap: 20px;
}

.uss_basket_left_block_sticky{
  height: 100%;
  margin-bottom: 20px;
}

.uss_basket_left_block_wrapper{
  position: sticky;
  top: 10px;
}

.uss_basket_page #wrap, .uss_basket_page .container .content{
  overflow: visible;
}

@media screen and (max-width: 680px) {
  .uss_basket_left_block{
    display: none;
  }
  .backet_wrapper{
    grid-template-columns: 1fr;
  }
}

.backet_wrapper #fc_item_1_9_id{
  /* display: none; */
}

.backet_wrapper .buttons{
  display: none;
}

.b24-form-control-container input[type="checkbox"] {
  width: 24px;
  height: 24px;
  border: 2px solid #e2e4e6;
}

.b24-form-control-container input[type="checkbox"]:checked {
  background-color: #d0d741;
}