.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: relative;
	display: block;
	width: 57px;
	height: 57px;
	background: var(--accent2) url('/img/arrow-left.svg') center no-repeat;
	background-size: 17px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	border-radius: 50%;
	outline: none;
	transition: var(--tr-1);
}
.slick-next {
	background-image:  url('/img/arrow-right.svg');
}
.slick-arrow:hover {
	background-color: var(--accent2-dark);
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr;
  width: 100%;
}
.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.75;
  filter: 'alpha(opacity=75)';
  -ms-filter: 'alpha(opacity=75)';
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
}
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: 'alpha(opacity=0)';
  -ms-filter: 'alpha(opacity=0)';
}
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: 'alpha(opacity=100)';
  -ms-filter: 'alpha(opacity=100)';
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: 'alpha(opacity=40)';
  -ms-filter: 'alpha(opacity=40)';
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: 'alpha(opacity=75)';
  -ms-filter: 'alpha(opacity=75)';
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: 'alpha(opacity=85)';
  -ms-filter: 'alpha(opacity=85)';
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: 'alpha(opacity=90)';
  -ms-filter: 'alpha(opacity=90)';
}
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: 'alpha(opacity=40)';
  -ms-filter: 'alpha(opacity=40)';
}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: 0.75;
  filter: 'alpha(opacity=75)';
  -ms-filter: 'alpha(opacity=75)';
}
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: 0.9;
  filter: 'alpha(opacity=90)';
  -ms-filter: 'alpha(opacity=90)';
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: 'alpha(opacity=30)';
  -ms-filter: 'alpha(opacity=30)';
}
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=);
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}
.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: 'alpha(opacity=30)';
  -ms-filter: 'alpha(opacity=30)';
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 16px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: 'alpha(opacity=30)';
  -ms-filter: 'alpha(opacity=30)';
}
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px;
}
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px;
}
.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  height: 12px;
  width: auto;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: 'alpha(opacity=20)';
  -ms-filter: 'alpha(opacity=20)';
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: 'alpha(opacity=50)';
  -ms-filter: 'alpha(opacity=50)';
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: 'alpha(opacity=20)';
  -ms-filter: 'alpha(opacity=20)';
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: 'alpha(opacity=50)';
  -ms-filter: 'alpha(opacity=50)';
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
@font-face {
  font-family: inherit;
  src: local('inherit Light'), local('RobotoCondensed-Light'), url(../fonts/robotocondensedlight.woff2) format('woff2'), url(../fonts/robotocondensedlight.woff) format('woff'), url(../fonts/robotocondensedlight.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: inherit;
  src: local('inherit Light Italic'), local('RobotoCondensed-LightItalic'), url(../fonts/robotocondensedlightitalic.woff2) format('woff2'), url(../fonts/robotocondensedlightitalic.woff) format('woff'), url(../fonts/robotocondensedlightitalic.ttf) format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: inherit;
  src: local('inherit'), local('RobotoCondensed-Regular'), url(../fonts/robotocondensed.woff2) format('woff2'), url(../fonts/robotocondensed.woff) format('woff'), url(../fonts/robotocondensed.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: inherit;
  src: local('inherit Italic'), local('RobotoCondensed-Italic'), url(../fonts/robotocondenseditalic.woff2) format('woff2'), url(../fonts/robotocondenseditalic.woff) format('woff'), url(../fonts/robotocondenseditalic.ttf) format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: inherit;
  src: local('inherit Bold'), local('RobotoCondensed-Bold'), url(../fonts/robotocondensedbold.woff2) format('woff2'), url(../fonts/robotocondensedbold.woff) format('woff'), url(../fonts/robotocondensedbold.ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: inherit;
  src: local('inherit Bold Italic'), local('RobotoCondensed-BoldItalic'), url(../fonts/robotocondensedbolditalic.woff2) format('woff2'), url(../fonts/robotocondensedbolditalic.woff) format('woff'), url(../fonts/robotocondensedbolditalic.ttf) format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Cleanvertising;
  src: local('Cleanvertising-Light'), url(../fonts/cleanvertising-light.woff2) format('woff2'), url(../fonts/cleanvertising-light.woff) format('woff'), url(../fonts/cleanvertising-light.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Cleanvertising;
  src: local('Cleanvertising-Black'), url(../fonts/cleanvertising-black.woff2) format('woff2'), url(../fonts/cleanvertising-black.woff) format('woff'), url(../fonts/cleanvertising-black.ttf) format('truetype');
  font-weight: 900;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
html {
  display: block;
  height: 100%;
  min-height: auto;
  margin: 0;
  padding: 0;
}
body {
  height: 100%;
  min-height: auto;
  margin: 0;
  padding: 0;
  min-width: 420px;
  max-width: 100%;
}
input[type='submit'],
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type='submit'].styler {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#wrap {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	color: var(--main-color-dark);
	overflow: hidden;
	max-width: 100%;
	font-size: 16px;
	min-width: 420px;
}
.uss_privacy_policy_wrap {
  font-family: inherit;
  font-size: 15px;
  color: var(--main-color-dark);
}
.mainpage .container .aside {
  display: none;
}
.container .content {
  max-width: 100%;
}
.fc_form_tml .buttons button,
.fc_form_tml .buttons input {
	background: var(--accent2);
	color: var(--main-color-dark);
	padding: 22px 36px;
	border-radius: 12px;
	font-family: inherit;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	height: auto;
	border: 0;
	transition: var(--tr-1);
	text-align: center;
	box-shadow: none;
	text-shadow: none;
}
.form_styler label.sector_title,
.uss_privacy_policy_text {
    font-size: inherit;
	font-weight: inherit;
	color: var(--accent3);
}
.inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  padding: 46px 0;
}
a {
  color: inherit;
}

.map p {
  margin: 0;
}

.block h1,
.block h3, 
.block .h3 {
	font-size: var(--fs-1);
	display: block;
	width: 100%;
	font-weight: 400;
	text-align: left;
	margin: 0 0 50px;
}
.block:not(.counter) .slides {
  width: 100%;
  position: relative;
}
.block:not(.counter) .slides .slick-slide img {
  max-width: 100%;
  height: auto;
}
.block:not(.counter) .slides .news_block_item {
  zoom: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  vertical-align: top;
}
.block:not(.counter) .slides .news_block_item:before {
  content: '';
  display: table;
}
.block:not(.counter) .slides .news_block_item:after {
  content: '';
  display: table;
  clear: both;
}
.block:not(.counter) .slides .news_block_item .title {
  margin-bottom: 15px;
}
.block:not(.counter) .slides .news_block_item .image {
  margin-bottom: 10px;
  margin-right: 15px;
}
.block:not(.counter) .slides .news_block_item .preview {
  font-size: 17px;
}
.block:not(.counter) .slides .slick-dots {
  bottom: -33px;
}
.block:not(.counter) .slides .slick-arrow {
  width: 30px;
  height: 52px;
  z-index: 1000;
}
.block:not(.counter) .slides .slick-arrow.slick-prev {
  background: url(../img/big_arrow_right.png) -7px center no-repeat;
  background-color: rgba(0, 0, 0, 0.25);
  background-size: 24px auto;
}
.block:not(.counter) .slides .slick-arrow.slick-next {
  background: url(../img/big_arrow_left.png) 9px center no-repeat;
  background-color: rgba(0, 0, 0, 0.25);
  background-size: 24px auto;
}
.block:not(.counter) .uss_images_block .slick-dots {
  bottom: -33px;
}
.block:not(.counter) .uss_images_block .slick-arrow,
.review_block .slick-arrow {
  width: 30px;
  height: 52px;
  z-index: 10;
}
.block:not(.counter) .uss_images_block .slick-arrow.slick-prev,
.review_block .slick-arrow.slick-prev {
  background: url(../img/big_arrow_right.png) -7px center no-repeat;
  background-color: rgba(0, 0, 0, 0.25);
  background-size: 24px auto;
  left: 0;
  right: auto;
}
.block:not(.counter) .uss_images_block .slick-arrow.slick-next,
.review_block .slick-arrow.slick-next {
  background: url(../img/big_arrow_left.png) 9px center no-repeat;
  background-color: rgba(0, 0, 0, 0.25);
  background-size: 24px auto;
  right: 0;
  left: auto;
}
.block:not(.counter) .slides.not-wrap .news_block_item {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.block:not(.counter) .slides.not-wrap .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
}
.block:not(.counter).cert .uss_images_block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block:not(.counter).cert .uss_images_block .uss_one_image {
  max-width: calc((100% - 10px) / 2);
}
.block:not(.counter).cert .uss_images_block .uss_one_image img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.block.type1 {
  color: #ffffff;
}
.block.type1 .h1 {
  color: #ffffff;
}
.block.type1 .h2 {
  color: #ffffff;
}
.block.type1 .h3 {
  color: #ffffff;
}
.block.type1 .h4 {
  color: #ffffff;
}
.block.type1 a {
  color: #ffffff;
}
.block.type1 h1 {
  color: #ffffff;
}
.block.type1 h2 {
  color: #ffffff;
}
.block.type1 h3 {
  color: #ffffff;
}
.block.type1 h4 {
  color: #ffffff;
}
.block.table_block table {
  display: block;
  max-width: 100%;
  width: 100%;
  margin-bottom: 50px;
}
.block.table_block table tbody {
  display: block;
  max-width: 100%;
}
.block.table_block table:last-child {
  margin-bottom: 0;
}
.block.table_block table tr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block.table_block table tr td {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  vertical-align: top;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.block.table_block table tr td .image {
  height: 137px;
  display: block;
  text-align: center;
}
.block.table_block table tr td img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto 16px auto;
  max-width: 95%;
}
.block.table_block table tr td span {
  display: block;
  width: 100%;
}
.block.table_block table tr td .title {
  font-size: 20px;
  line-height: 1.2;
}
.block.table_block table tr td .preview {
  font-size: 16px;
}
#review.block.table_block table tr td .image {
  height: auto;
}
#review.block.table_block table tr td p ~ p {
  font-size: 18px;
  color: #9AAEB5;
}
.block.slider_type2 .image img {
  max-width: 100%;
  height: auto;
}
.block.slider1 .news_block_item .info .title {
  font-size: 18px;
}
.block.block_form {
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f4f7), to(#d6dbe3));
  background: linear-gradient(#f3f4f7, #d6dbe3);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #adb4bf;
}
.block.block_form .inner {
  padding: 20px 0;
}
.block.block_form .h3 {
  font-size: 27px;
}
.block.block_form .h3 span {
  font-weight: 700;
}
.block.block_form .input_decor {
  width: 100%;
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  padding: 9px 0 0 9px;
  outline: none !important;
}
.block.block_form .input_decor.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.block.block_form .uss_form_item {
  margin-bottom: 10px;
  overflow: visible;
}
.block.block_form .uss_form_item input {
  padding: 0 0 0 9px;
  width: 100%;
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  outline: none !important;
  height: 35px;
  width: auto;
}
.block.block_form .uss_form_item textarea {
  width: 100%;
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  outline: none !important;
  height: 35px;
  width: auto;
  padding: 9px 0 0 9px;
}
.block.block_form .uss_form_item input.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.block.block_form .uss_form_item textarea.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.block.block_form .uss_form_item input[type='submit'] {
  padding: 0 20px;
  font-size: 15px;
  border: none;
}
.block.block_form .uss_form_item textarea[type='submit'] {
  padding: 0 20px;
  font-size: 15px;
  border: none;
}
.block.block_form .uss_form_item label {
  font-size: 15px !important;
  font-family: inherit !important;
}
.block.block_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block.block_form form .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}
.block.block_form form .group.end {
  max-width: 75%;
}
.block.block_form form .group .fc_item {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  padding: 2px 3px;
}
.block.block_form form .group .fc_item:not(.block) {
  width: 100%;
}
.block.block_form form .group .fc_item label {
  font-size: 15px;
  font-weight: normal;
}
.block.block_form form .group .fc_item .elem_item {
  width: 100%;
}
.block.block_form form .group .fc_item .elem_item input {
  padding-top: 0 !important;
  padding: 0 0 0 9px;
  height: 39px;
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  outline: none !important;
  width: 100%;
  margin: 1px;
}
.block.block_form form .group .fc_item .elem_item textarea {
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  outline: none !important;
  width: 100%;
  padding: 9px 0 0 9px;
}
.block.block_form form .group .fc_item .elem_item input.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.block.block_form form .group .fc_item .elem_item textarea.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.block.block_form form .group:not(.end) .fc_item:first-child {
  padding-left: 3px;
}
.block.block_form form .buttons {
  max-width: 298px;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  display: block;
}
.block.block_form form .buttons input {
  display: inline-block;
  width: 323px;
  height: 40px;
  font-size: 21px;
  text-align: center;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  letter-spacing: -1.1px;
  font-family: inherit;
  font-size: 18px;
  max-width: 100%;
}
.block.block_form form .buttons input:hover {
  background-position: 0 0;
  background: #00648d;
  color: #ffffff;
}
.block.block_form form .buttons button {
  display: inline-block;
  width: 323px;
  height: 40px;
  font-size: 21px;
  text-align: center;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  letter-spacing: -1.1px;
}
.block.block_form form .buttons button:hover {
  background-position: 0 0;
  background: #00648d;
  color: #ffffff;
}
table.table_block {
  width: 100%;
}
table.table_block tbody {
  display: block;
}
table.table_block tr {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
table.table_block tr td {
  display: block;
}
table.table_block tr.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
table.table_block tr.left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
table.table_block tr.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.review_list {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 -30px;
}
.review_list.slick-slider {
  margin: 0;
  padding-left: 25px;
  padding-right: 25px;
  white-space: normal;
}
.review_item {
  display: inline-block;
  vertical-align: top;
  width: calc((100% / 3) - 60px);
  margin: 0 30px;
  text-align: center;
}
.review_list.slick-slider .review_item {
  margin: 0;
}
.review_list .slick-slide > div {
  margin: 0 30px;
}
.review_item p {
  white-space: normal;
}
.review_item .image {
  margin-bottom: 15px;
}
.review_item img {
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.review_item .title {
  margin-bottom: 20px;
  font-size: 24px;
}
.review_item .text {
  font-size: 18px;
  color: #9AAEB5;
}
.review_item .text p {
  margin: 0;
}
.product .catalog_menu {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product .catalog_menu > li {
  /*width: 290px;*/
  margin-bottom: 20px;
}
.product .catalog_menu > li .uss_tree_description {
  padding: 0 14px;
}
.product .catalog_menu > li .uss_tree_description p {
  margin: 0;
}
.product .catalog_menu > li .catalog_menu_item {
  padding-bottom: 14px;
}
.product .catalog_menu > li .catalog_menu_item > a {
  display: block;
  line-height: 1.2;
  height: 2.4em;
  overflow: hidden;
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 13px;
  margin-bottom: 5px;
}
.product .inner .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product .uss_eshop_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}
.product .uss_eshop_menu > li {
  display: block;
  width: 320px;
}
.product .uss_eshop_menu > li > a {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  padding: 13px 0 5px 14px;
  font-weight: 400 !important;
  position: relative;
  z-index: 15;
}
.product .uss_eshop_menu > li .uss_tree_description,
.uss_shop_block_cat .uss_shop_cat_text,
.product .uss_catalog_sidebar .uss_catalog_category .uss_catlog_cat_anons,
.uss_catalog_block_cat .uss_catalog_category .uss_catlog_cat_anons {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 1.3;
  margin: 0;
}
.product .uss_eshop_menu > li .uss_tree_description p {
  margin: 0;
}
.product > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.product > ul > li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.product .uss_eshop_block_item {
  margin-bottom: 20px;
  width: 290px;
}
.product .uss_eshop_block_item .uss_eshop_amount_block {
  padding-left: 14px;
  padding-bottom: 10px;
  padding-top: 7px;
}
.product .catalog_menu_image img {
  max-width: 100%;
}
.product .uss_catalog_sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product .uss_catalog_sidebar .uss_catalog_category {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.26);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.26);
  position: relative;
  margin: 0 0 40px 0;
  padding: 0;
  z-index: 0;
  overflow: visible !important;
  width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: calc((100% - 10px) / 2);
}
.product .uss_catalog_sidebar .uss_catalog_category > *:not(.catalog_orderbutton) {
  background: #fff;
}
.product .uss_catalog_sidebar .uss_catalog_category .uss_catalog_img_wrap {
  position: relative;
  float: none;
  display: block;
  margin: 0;
}
.product .uss_catalog_sidebar .uss_catalog_category .uss_catalog_img_wrap .uss_catalog_cat_img {
  border: none;
  max-width: 100%;
  height: auto !important;
  display: block !important;
  background: rgba(0, 153, 123, 0.75);
}
.uss_catalog_cat_img a {
  margin: 0;
}
.product .uss_catalog_sidebar .uss_catalog_category .uss_catalog_img_wrap .uss_catalog_cat_img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.product .uss_catalog_sidebar .uss_catalog_category .uss_catalog_cat_name {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  font-weight: 400 !important;
  position: relative;
  z-index: 15;
}


#spec_block .catalog_menu > li .catalog_menu_item {
    padding-bottom: 0;
}
#spec_block .catalog_menu_item .catalog_menu_image a {
  background: #ddd;
  position: relative;
}
#spec_block .catalog_menu_item:hover .catalog_menu_image a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .4);
  z-index: 3;
}
#spec_block .catalog_menu_item .catalog_menu_image a,
#spec_block .catalog_menu_item .catalog_menu_image a img {
  display: block;
}
#spec_block .catalog_menu_item > a {
  position: absolute;
  bottom: 0;
  padding: 15px;
  width: 100%;
  height: auto;
  background: none;
  color: #fff;
  font-size: 26px;
  margin: 0;
  text-decoration: none;
  font-weight: bold !important;
}
#spec_block .catalog_menu_item:hover > a,
#spec_block .catalog_menu_item > a:hover {
  color: #feca34;
}
.product .uss_catalog_sidebar .uss_catalog_category .uss_catalog_cat_name a {
  max-height: 2.4em;
  overflow: hidden;
  display: block;
}
.product .uss_catalog_sidebar .uss_catalog_category .uss_catalog_cat_name a:hover {
  text-decoration: none;
}
.product .uss_catalog_sidebar .uss_catalog_category .uss_catlog_cat_anons {
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 10px;
}
.product .uss_catalog_sidebar .uss_catalog_category .uss_catlog_cat_anons p {
  margin: 0;
}
.product .uss_catalog_sidebar .uss_catalog_category .catalog_orderbutton {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 0;
  margin-top: auto;
}
.product .uss_catalog_sidebar .uss_catalog_category:hover:before {
  content: '';
  width: calc(100% + 0px);
  height: calc(100% + 0px);
  left: -2px;
  top: -2px;
  position: absolute;
  z-index: -1;
  border: 2px solid #feca34;
}
.product .uss_eshop_block_item .uss_eshop_amount_block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 30px;
}
.product .uss_eshop_block_item .uss_eshop_amount_block input.basket_amount_class {
  margin: 0 5px;
}
.product_catalog + .product_catalog .inner {
  padding-top: 0 !important;
}
.product + .product .inner {
  padding-top: 0 !important;
}

.bg_type0 {
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}
.bg_type0.style:after {
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: rgba(255, 195, 34, 0.75);
  display: block;
}
.bg_type0 .inner {
  position: relative;
}
.bg_type1 {
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}
.bg_type1.style:after {
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: rgb(254 202 52 / 75%);
  display: block;
}
.bg_type1 .inner {
  z-index: 1;
  position: relative;
}
.bg_type2 {
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}
.bg_type2.style:after {
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
  display: block;
}
.bg_type2 .inner {
  z-index: 1;
  position: relative;
}
.bg_type3 {
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}
.bg_type3.style:after {
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: rgba(255, 195, 34, 0.75);
  display: block;
}
.bg_type3 .inner {
  z-index: 1;
}
.bg_type4 {
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}
.bg_type4.style:after {
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.65);
  display: block;
}
.bg_type4 .inner {
  z-index: 10;
}

.bottom-menu {
    background: #40b39c;
}
.bottom-menu .inner {
    padding-top: 0;
    padding-bottom: 0;
}
.colorStyle1 .bottom-menu a {
    color: #fff;
    text-decoration: none;
}
.colorStyle1 .bottom-menu a:hover {
    color: #fff;
    text-decoration: underline;
}
.bottom-menu .menu > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
}
.bottom-menu .menu > ul > li {
    margin: 0;
    list-style-type: none;
}
.bottom-menu .menu > ul > li > a {
    display: inline-block;
    padding: 32px 0;
}

.uss_shop_blocks_view {
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.uss_shop_blocks_view .uss_eshop_item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  max-width: calc((100% - 10px) / 2);
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_by {
  margin: 0 0 0 0;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_by + .uss_shop_by {
  margin-top: 2px;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_by:first-child {
  margin-top: auto;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_by .uss_eshop_amount_block {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_producer {
  line-height: 30px;
  padding-left: 14px;
}
.uss_shop_blocks_view .uss_eshop_item .compare-put_wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 14px;
  line-height: 30px;
}
.uss_shop_blocks_view .uss_eshop_item .compare-put_wrap a {
  text-decoration: none;
}
.uss_shop_list_view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
}
.uss_shop_list_view .uss_shop_list_view_item {
  position: relative;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.26);
  padding: 0 !important;
  z-index: 5;
  overflow: visible !important;
  background: #fff;
  width: 100%;
  max-width: 100%;
}
.uss_shop_list_view .uss_shop_list_view_item:after {
  content: "";
  display: table;
  clear: both;
}
.uss_shop_list_view .uss_shop_list_view_item .eshop_filters_area {
  margin: 0;
  padding: 0.8em 14px 0 0;
  font-weight: 100;
}
.uss_shop_list_view .uss_shop_list_view_item .eshop_filters_area .eshop_filters_group_title {
  font-size: 15px;
  font-weight: 600;
  display: block;
  padding: 0 0 7px;
  margin-bottom: 5px;
}
.uss_shop_list_view .uss_shop_list_view_item .eshop_filters_area .title {
  font-size: 15px;
  font-weight: 400;
  display: block;
  padding: 0 0 7px;
}
.uss_shop_list_view .uss_shop_list_view_item .eshop_filters_area h1 {
  font-size: 15px;
  font-weight: 400;
  display: block;
  padding: 0 0 7px;
}
.uss_shop_list_view .uss_shop_list_view_item .eshop_filters_area h2 {
  font-size: 15px;
  font-weight: 400;
  display: block;
  padding: 0 0 7px;
}
.uss_shop_list_view .uss_shop_list_view_item .eshop_filters_area h3 {
  font-size: 15px;
  font-weight: 400;
  display: block;
  padding: 0 0 7px;
}
.uss_shop_list_view .uss_shop_list_view_item .eshop_filters_area .eshop_filters_item:last-child {
  margin-bottom: 0;
}
.uss_shop_list_view .uss_shop_list_view_item .uss_shop_by {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 10px 0;
}
.uss_shop_list_view .uss_shop_list_view_item .add_to_cart {
  font-size: 20px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 6px 10px 5px;
  position: relative;
}
.uss_shop_list_view .uss_shop_list_view_item .uss_shop_name {
  margin: 0;
}
.uss_shop_list_view .uss_shop_list_view_item .uss_shop_name a {
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  padding: 13px 0 5px 0;
  display: block;
}
.uss_shop_list_view .uss_shop_list_view_item .uss_shop_price {
  margin: auto 0 0 0;
  padding: 7px 0 0 0;
}
.uss_shop_list_view .uss_shop_list_view_item .uss_shop_price span {
  background: none;
  font-size: 28px;
  padding: 0 0 6px !important;
  margin: 0;
  display: block;
  width: 100%;
  background: none !important;
  font-weight: 300;
}
.uss_shop_list_view .uss_shop_list_view_item .uss_shop_price span em.currency_class {
  font-size: 22px;
}
.uss_shop_list_view .uss_shop_list_view_item .uss_shop_price span.old_price {
  font-size: 16px;
  padding-bottom: 0;
  color: #00997b !important;
  display: inline-block;
}
.uss_shop_list_view .uss_shop_list_view_item .uss_shop_price span.old_price em.currency_class {
  font-size: 12px;
}
.uss_shop_list_view .uss_shop_list_view_item .price {
  margin: 0;
  padding: 7px 0 0 0;
}
.uss_shop_list_view .uss_shop_list_view_item .price span {
  background: none;
  font-size: 28px;
  padding: 0 0 6px !important;
  margin: 0;
  display: block;
  width: 100%;
  background: none !important;
  font-weight: 300;
}
.uss_shop_list_view .uss_shop_list_view_item .price span em.currency_class {
  font-size: 22px;
}
.uss_shop_list_view .uss_shop_list_view_item .price span.old_price {
  font-size: 16px;
  padding-bottom: 0;
  color: #00997b;
  display: inline-block;
}
.uss_shop_list_view .uss_shop_list_view_item .price span.old_price em.currency_class {
  font-size: 12px;
}
.uss_shop_list_view .uss_shop_list_view_item .img {
  border: none;
  display: block;
}
.uss_shop_list_view .uss_shop_list_view_item .uss_img_holder {
  border: none;
  display: block;
  margin: 0 !important;
  width: 100% !important;
  display: block !important;
}
.uss_shop_list_view .uss_shop_list_view_item .uss_shop_description {
  margin: 0;
  padding: 0 0 0 0;
}
.uss_shop_list_view .uss_shop_list_view_item .uss_shop_uid {
  padding: 7px 0 7px 0;
}
.uss_shop_list_view .uss_shop_list_view_item .uss_shop_by {
  margin-right: 10px;
}
.uss_shop_list_view .uss_shop_list_view_item .uss_shop_amount_left {
  padding: 7px 0 7px 0;
}
.uss_shop_list_view .uss_shop_list_view_item a.add_to_cart {
  font-size: 20px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 0;
}
.uss_shop_list_view .uss_shop_list_view_item .uss_shop_put {
  padding-left: 0;
}
.uss_shop_list_view .uss_shop_list_view_item .uss_shop_put .uss_shop_put {
  display: inline-block;
}
.uss_shop_list_view .uss_shop_list_view_item .uss_shop_put .uss_shop_put a {
  margin-right: 5px;
}
.uss_shop_list_view .uss_shop_list_view_item .uss_eshop_amount_block {
  padding: 0;
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
}
.uss_shop_list_view .uss_shop_list_view_item .uss_eshop_amount_block .amount_title {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 5px 0;
}
.uss_shop_list_view .uss_shop_list_view_item .uss_eshop_amount_block input.basket_amount_class {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 14px;
  margin-left: 7px;
  margin-right: 17px;
  height: 30px;
  width: 45px;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}
.uss_shop_list_view .uss_shop_list_view_item:hover:before {
  content: '';
  width: 100%;
  height: 100%;
  border: 2px solid;
  left: -2px;
  top: -2px;
  position: absolute;
  z-index: -1;
}
.uss_shop_list_view .uss_shop_list_view_item:hover .img {
  width: 100%;
  overflow: hidden;
}
.uss_shop_list_view .uss_shop_list_view_item:hover .uss_img_holder {
  width: 100%;
  overflow: hidden;
}
.uss_shop_list_view .uss_shop_list_view_item:hover img {
  position: relative;
}
.uss_shop_list_view .uss_shop_list_view_item:hover a.add_to_cart:hover {
  text-decoration: underline;
}
.uss_shop_list_view .uss_shop_list_view_item .compare-put_wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 30px;
  padding: 5px 0;
}
.uss_shop_list_view .uss_shop_list_view_item .compare-put_wrap > div {
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
}
.uss_shop_list_view .uss_shop_list_view_item .compare-put_wrap > div a {
  display: inline-block;
}
.uss_catalog_block_cat {
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.uss_catalog_block_cat .uss_eshop_block_item {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.uss_catalog_block_cat .uss_eshop_item {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.uss_catalog_block_cat .uss_catalog_category {
  position: relative;
  margin: 0 0 40px;
  padding: 2px;
  z-index: 5;
  background: var(--main-color);
  text-align: center;
  flex-wrap: space-between;
  display: flex;
          flex-direction: column;
}
.uss_catalog_block_cat .uss_catalog_category .catalog_info {
	justify-content: space-between;
	display: flex;
	flex-direction: column;
}
.uss_catalog_block_cat .uss_catalog_category > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.uss_catalog_block_cat .uss_catalog_category > div {
  background: #fff;
}
.uss_catalog_block_cat .uss_catalog_category .uss_catalog_cat_name {
  margin: 0;
  text-align: left;
}
.uss_catalog_block_cat .uss_catalog_category .uss_catalog_cat_name a {
  display: inline-block;
  display: block;
  height: 2.4em;
  overflow: hidden;
}
.uss_catalog_block_cat .uss_catalog_category .uss_catlog_cat_anons {
  margin: 0;
  text-align: left;
}
.uss_catalog_block_cat .uss_catalog_category .uss_catlog_cat_anons p {
  margin: 0;
}
.uss_catalog_block_cat .uss_catalog_category .uss_catalog_cat_img {
  margin: 0 !important;
  width: 100% !important;
  display: block !important;
  border: none;
  height: auto !important;
}
.uss_catalog_block_cat .uss_catalog_category .uss_shop_cat_img_wrap .uss_shop_cat_img {
  margin: 0 !important;
  width: 100% !important;
  display: block !important;
  border: none;
  height: auto !important;
}
.uss_catalog_block_cat .uss_catalog_category .catalog_orderbutton {
  float: none;
  margin: 0 auto 3px;
  font-size: 17px;
}
.uss_catalog_block_cat .uss_catalog_category:hover {
  cursor: pointer;
}
.uss_catalog_block_cat .uss_catalog_category:hover .uss_catalog_cat_name a,
.uss_eshop_sameproducts.blocks .item:hover .title a {
  color: var(--accent);
}
.uss_catalog_block_cat .uss_catalog_category:hover .img {
  width: 100%;
  overflow: hidden;
}
.uss_catalog_block_cat .uss_catalog_category:hover .uss_img_holder {
  width: 100%;
  overflow: hidden;
}
.uss_catalog_block_cat .uss_catalog_category:hover img {
  position: relative;
}
.uss_shop_block_cat {
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.uss_shop_block_cat .uss_eshop_block_item {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.uss_shop_block_cat .uss_eshop_item {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.uss_shop_block_cat .uss_shop_category {
  -webkit-box-shadow: 1px 1px 5px rgba(123, 141, 148, 0.4);
          box-shadow: 1px 1px 5px rgba(123, 141, 148, 0.4);
  position: relative;
  margin: 0 0 40px;
  padding: 2px;
  z-index: 5;
  overflow: visible !important;
  background: #fff;
  -ms-flex-wrap: space-between;
      flex-wrap: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_name {

}
.uss_shop_block_cat .uss_shop_category > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.uss_shop_block_cat .uss_shop_category > div {
  background: #fff;
}
.uss_shop_block_cat .uss_shop_category .uss_catalog_cat_name {
  margin: 0;
  text-align: left;
}
.uss_shop_block_cat .uss_shop_category .uss_catalog_cat_name a {
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  padding: 13px 0 5px 14px;
  display: block;
  height: 60px;
  overflow: hidden;
}
.uss_shop_block_cat .uss_shop_category .catalog_info {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.uss_shop_block_cat .uss_shop_category .uss_catlog_cat_anons {
  margin: 0;
  padding: 0 0 0 14px;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.uss_shop_block_cat .uss_shop_category .uss_catalog_cat_img {
  margin: 0 !important;
  width: 100% !important;
  display: block !important;
  border: none;
  height: auto !important;
}
.uss_shop_block_cat .uss_shop_cat_img a {
  margin: 1px;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_img_wrap .uss_shop_cat_img {
  margin: 0 !important;
  width: 100% !important;
  display: block !important;
  border: none;
  height: auto !important;
}
.uss_shop_block_cat .uss_shop_category .catalog_orderbutton {
  float: none;
  margin: 0 auto 3px;
  font-size: 17px;
}
.uss_shop_block_cat .uss_shop_category:before {
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  border: 2px solid #DFE4E5;
  border-top-color: #F3F4F5;
  border-right-color: #DFE4E5;
  border-bottom-color: #DFE4E5;
  border-left-color: #F3F4F5;
  z-index: -1;
}
.uss_shop_block_cat .uss_shop_category:hover {
  cursor: pointer;
}
.uss_shop_block_cat .uss_shop_category:hover .img {
  width: 100%;
  overflow: hidden;
}
.uss_shop_block_cat .uss_shop_category:hover .uss_img_holder {
  width: 100%;
  overflow: hidden;
}
.uss_shop_block_cat .uss_shop_category:hover img {
  position: relative;
}
.uss_shop_block_cat .uss_shop_cat_img_wrap {
  margin: 0;
}
.uss_eshop_block_item {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.26);
  position: relative;
  margin: 0;
  padding: 0 !important;
  z-index: 5;
  overflow: visible !important;
  background: #fff;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.uss_eshop_block_item .item .uss_shop_name {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.uss_eshop_block_item > * {
  margin-top: 0;
  margin-bottom: 7px;
}
.uss_eshop_block_item .eshop_filters_area {
  margin: 0;
  padding: 0.8em 14px 0;
}
.uss_eshop_block_item .eshop_filters_area .eshop_filters_group_title {
  font-size: 15px;
  font-weight: 400;
  display: block;
  padding: 0 0 7px;
}
.uss_eshop_block_item .eshop_filters_area .title {
  font-size: 15px;
  font-weight: 400;
  display: block;
  padding: 0 0 7px;
}
.uss_eshop_block_item .eshop_filters_area h1 {
  font-size: 15px;
  font-weight: 400;
  display: block;
  padding: 0 0 7px;
}
.uss_eshop_block_item .eshop_filters_area h2 {
  font-size: 15px;
  font-weight: 400;
  display: block;
  padding: 0 0 7px;
}
.uss_eshop_block_item .eshop_filters_area h3 {
  font-size: 15px;
  font-weight: 400;
  display: block;
  padding: 0 0 7px;
}
.uss_eshop_block_item .eshop_filters_area .eshop_filters_item:last-child {
  margin-bottom: 0;
}
.uss_eshop_block_item .add_to_cart {
  font-size: 20px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  padding: 0;
  line-height: 37px;
  width: 100%;
  height: 37px;
  display: block;
  position: relative;
}
.uss_eshop_block_item .uss_shop_name {
  margin: 0;
}
.uss_eshop_block_item .uss_shop_name a {
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  padding: 13px 10px 7px 14px;
  display: block;
}
.uss_eshop_block_item .uss_shop_name ~ *:not(.add_to_cart) {
  margin-top: auto !important;
  padding-left: 13px;
}
.uss_eshop_block_item .uss_shop_price {
  padding-top: 7px;
  line-height: 1;
}
.uss_eshop_block_item .uss_shop_price span {
  background: none;
  font-size: 28px;
  padding: 0 0 6px !important;
  margin: 0;
  display: block;
  width: 100%;
  background: none !important;
  font-weight: 300;
}
.uss_eshop_block_item .uss_shop_price span em.currency_class {
  font-size: 22px;
}
.uss_eshop_block_item .uss_shop_price span.old_price {
  font-size: 16px;
  padding-bottom: 0;
  color: #00997b;
  display: inline-block;
  letter-spacing: 0.4px;
}
.uss_eshop_block_item .uss_shop_price span.old_price em.currency_class {
  font-size: 12px;
}
.uss_eshop_block_item .uss_shop_price span.actual_price {
  letter-spacing: -0.5px;
}
.uss_eshop_block_item .uss_eshop_amount_block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.uss_eshop_block_item .uss_eshop_amount_block .amount_title {
  margin-right: 5px;
}
.uss_eshop_block_item .uss_eshop_amount_block .basket_amount_class {
  width: 35px;
  height: 30px;
  border: 1px solid #ccc;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  text-align: center;
  font-size: 14px;
}
.uss_eshop_block_item .price {
  margin: 0;
  padding-top: 7px;
}
.uss_eshop_block_item .price span {
  background: none;
  font-size: 28px;
  padding: 0 0 6px !important;
  margin: 0;
  display: block;
  width: 100%;
  background: none !important;
  font-weight: 300;
}
.uss_eshop_block_item .price span em.currency_class {
  font-size: 22px;
}
.uss_eshop_block_item .price span.old_price {
  font-size: 16px;
  padding-bottom: 0;
  color: #00997b;
  display: inline-block;
}
.uss_eshop_block_item .price span.old_price em.currency_class {
  font-size: 12px;
}
.uss_eshop_block_item .img {
  border: none;
  display: block;
}
.uss_eshop_block_item .uss_img_holder {
  border: none;
  display: block;
  margin: 0 !important;
  width: 100% !important;
  display: block !important;
}
.uss_eshop_block_item .uss_shop_description {
  margin: 0;
  padding: 0 0 0 14px;
}
.uss_eshop_block_item .uss_shop_uid {
  padding: 7px 0 7px 14px;
}
.uss_eshop_block_item a.add_to_cart {
  font-size: 20px;
  text-align: center;
  display: inline-block;
  width: 100%;
  height: 37px;
  text-decoration: none;
  padding: 0;
  line-height: 37px;
  margin-bottom: 0;
}
.uss_eshop_block_item .uss_shop_put {
  padding-left: 14px;
}
.uss_eshop_block_item .uss_shop_put .uss_shop_put {
  display: inline-block;
}
.uss_eshop_block_item .uss_shop_put .uss_shop_put a {
  margin-right: 5px;
}
.block .uss_eshop_block_item:hover {
  cursor: pointer;
}
.block .uss_eshop_block_item:hover:before {
  content: '';
  width: 100%;
  height: 100%;
  border: 2px solid;
  left: -2px;
  top: -2px;
  position: absolute;
  z-index: -1;
}
.block .uss_eshop_block_item:hover .img {
  width: 100%;
  overflow: hidden;
}
.block .uss_eshop_block_item:hover .uss_img_holder {
  width: 100%;
  overflow: hidden;
}
.block .uss_eshop_block_item:hover img {
  position: relative;
}
.uss_shop_blocks_view .uss_eshop_item {
  position: relative;
  -webkit-box-shadow: 1px 1px 5px rgba(123, 141, 148, 0.4);
          box-shadow: 1px 1px 5px rgba(123, 141, 148, 0.4);
  z-index: 5;
  padding: 2px;
  overflow: visible !important;
  background: #fff;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_area {
  margin: 0;
  padding: 0.8em 14px 0;
  font-weight: 100;
}
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_area .eshop_filters_group_title {
  font-size: 15px;
  font-weight: 600;
  display: block;
  padding: 0 0 7px;
  margin-bottom: 5px;
}
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_area .title {
  font-size: 15px;
  font-weight: 400;
  padding: 0 7px 7px 0;
}
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_area h1 {
  font-size: 15px;
  font-weight: 400;
  display: block;
  padding: 0 0 7px;
}
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_area h2 {
  font-size: 15px;
  font-weight: 400;
  display: block;
  padding: 0 0 7px;
}
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_area h3 {
  font-size: 15px;
  font-weight: 400;
  display: block;
  padding: 0 0 7px;
}
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_area .eshop_filters_item:last-child {
  margin-bottom: 0;
}
.uss_shop_blocks_view .uss_eshop_item .add_to_cart {
  font-size: 20px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  padding: 0;
  line-height: 37px;
  width: 100%;
  height: 37px;
  display: block;
  position: relative;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_name {
  margin: 0;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_name a {
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  padding: 13px 0 5px 14px;
  display: block;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_price {
  margin: auto 0 0 0;
  padding: 10px 0 10px 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_price span {
  background: none;
  font-size: 28px;
  padding: 0 10px 6px !important;
  margin: 0;
  background: none !important;
  font-weight: 300;
  line-height: 1;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_price span em.currency_class {
  font-size: 22px;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_price span.old_price {
  font-size: 16px;
  padding-bottom: 0;
  color: #00997b !important;
  display: inline-block;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_price span.old_price em.currency_class {
  font-size: 12px;
}
.uss_shop_blocks_view .uss_eshop_item .price {
  margin: 0;
  padding: 7px 0 0 13px;
}
.uss_shop_blocks_view .uss_eshop_item .price span {
  background: none;
  font-size: 28px;
  padding: 0 0 6px !important;
  margin: 0;
  display: block;
  width: 100%;
  background: none !important;
  font-weight: 300;
}
.uss_shop_blocks_view .uss_eshop_item .price span em.currency_class {
  font-size: 22px;
}
.uss_shop_blocks_view .uss_eshop_item .price span.old_price {
  font-size: 16px;
  padding-bottom: 0;
  color: #00997b;
  display: inline-block;
}
.uss_shop_blocks_view .uss_eshop_item .price span.old_price em.currency_class {
  font-size: 12px;
}
.uss_shop_blocks_view .uss_eshop_item .img {
  border: none;
  display: block;
}
.uss_shop_blocks_view .uss_eshop_item .uss_img_holder {
  border: none;
  display: block;
  margin: 0 !important;
  width: 100% !important;
  display: block !important;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_description {
  margin: 0;
  padding: 0 0 0 14px;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_uid {
  padding: 7px 0 7px 14px;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_amount_left {
  padding: 7px 0 7px 14px;
}
.uss_shop_blocks_view .uss_eshop_item a.add_to_cart {
  font-size: 20px;
  text-align: center;
  display: inline-block;
  width: 100%;
  height: 37px;
  text-decoration: none;
  padding: 0;
  line-height: 37px;
  margin-bottom: 0;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_put {
  padding-left: 14px;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_put .uss_shop_put {
  display: inline-block;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_put .uss_shop_put a {
  margin-right: 5px;
}
.uss_shop_blocks_view .uss_eshop_item .uss_eshop_amount_block {
  padding-left: 14px;
  padding-bottom: 7px;
  padding-top: 7px;
  padding-right: 14px;
  display: block;
  line-height: 30px;
}
.uss_shop_blocks_view .uss_eshop_item .uss_eshop_amount_block input.basket_amount_class {
  text-align: center;
  font-size: 14px;
  margin-left: 5px;
  margin-right: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #C8CFD2;
}
.uss_shop_blocks_view .uss_eshop_item:before {
  content: '';
  border: 2px solid #DFE4E5;
  border-top-color: #F3F4F5;
  border-right-color: #DFE4E5;
  border-bottom-color: #DFE4E5;
  border-left-color: #F3F4F5;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
}
.uss_shop_blocks_view .uss_eshop_item:hover {
  -webkit-box-shadow: 1px 1px 5px rgba(250, 153, 0, 0.4);
          box-shadow: 1px 1px 5px rgba(250, 153, 0, 0.4);
}
.uss_shop_blocks_view .uss_eshop_item:hover:before {
  border-color: #feca34;
}
.uss_shop_blocks_view .uss_eshop_item:hover .img {
  width: 100%;
  overflow: hidden;
}
.uss_shop_blocks_view .uss_eshop_item:hover .uss_img_holder {
  width: 100%;
  overflow: hidden;
}
.uss_shop_blocks_view .uss_eshop_item:hover img {
  position: relative;
}

.block .uss_eshop_menu > li {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.26);
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 0;
  overflow: visible !important;
  z-index: 15;
  margin-bottom: 40px !important;
}
.block .uss_eshop_menu > li > a {
  margin: 0;
  font-weight: 300;
  display: inline-block;
  position: relative;
}
.block .uss_eshop_menu > li a {
  font-weight: 400 !important;
  position: relative;
  z-index: 15;
}
.block .uss_eshop_menu > li > a,
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_name,
.product .uss_catalog_sidebar .uss_catalog_category .uss_catalog_cat_name,
.uss_catalog_block_cat .uss_catalog_category .uss_catalog_cat_name {
  padding: 13px 14px 10px;
}
.block .uss_eshop_menu > li > a,
.uss_shop_block_cat .uss_shop_cat_name a,
.product .uss_catalog_sidebar .uss_catalog_category .uss_catalog_cat_name a,
.uss_catalog_block_cat .uss_catalog_category .uss_catalog_cat_name a {
  font-size: 19px;
  line-height: 1.2;
  text-decoration: none;
  font-weight: bold;
}
.block .uss_eshop_menu > li > * {
  background: #fff;
}
.block .uss_eshop_menu > li:hover {
  cursor: pointer;
}
.block .uss_eshop_menu > li:hover:before {
  content: '';
  width: 100%;
  height: 100%;
  border: 2px solid;
  left: -2px;
  top: -2px;
  position: absolute;
  z-index: -1;
}
.block .uss_eshop_menu > li:hover img {
  position: relative;
}
.block .uss_eshop_menu > li:hover a {
  display: block;
  width: 100%;
}
.block .uss_eshop_menu > li:hover .catalog_menu_image {
  width: 100%;
  overflow: hidden;
  display: block;
}
.block .uss_eshop_menu > li .eshop_menu_image {
  width: 100%;
  overflow: hidden;
  display: block;
}
.block .uss_eshop_menu > li .eshop_menu_image img {
  max-width: 100%;
  display: block;
}

.uss_eshop_filters_block .group .eshop_filters_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.uss_eshop_filters_block .group .eshop_filters_items .eshop_filters {
  max-width: calc((100% - 20px) / 3);
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  margin: 0 0 10px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}
.uss_eshop_filters_block .group .eshop_filters_items .eshop_filters:not( :nth-of-type(3n)) {
  margin-right: 10px;
}
.uss_eshop_filters_block .group .eshop_filters_items .jq-selectbox {
  width: 100%;
}
.uss_eshop_filters_block .group .eshop_filters_items .jq-selectbox .jq-selectbox__select {
  width: 100%;
}
.uss_shop_detail .uss_img_big .uss_img_big_image img {
  display: block;
  margin: 0 auto;
}
.uss_shop_detail .uss_shop_technical_data {
  display: block;
  overflow: hidden;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_description p {
  margin: 0;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_description p + p {
  margin-top: 8px;
}
.uss_shop_detail .uss_shop_technical_data .eshop_filters_area .eshop_filters_group_title {
  font-weight: 300;
}
.uss_shop_detail .uss_shop_technical_data .eshop_filters_area .title {
  margin-right: 4px;
  font-weight: 300;
}
.uss_shop_detail .uss_shop_technical_data .eshop_filters_area h1 {
  margin-right: 4px;
  font-weight: 300;
}
.uss_shop_detail .uss_shop_technical_data .eshop_filters_area h2 {
  margin-right: 4px;
  font-weight: 300;
}
.uss_shop_detail .uss_shop_technical_data .eshop_filters_area h3 {
  margin-right: 4px;
  font-weight: 300;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_price {
  margin: 0;
  padding: 7px 0 0;
  line-height: 1;
  font-weight: 300;
  font-family: inherit;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_price span {
  background: none;
  font-size: 36px;
  padding: 0 0 6px !important;
  margin: 0;
  display: block;
  width: 100%;
  background: none !important;
  font-weight: 300;
  color: #262427;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_price span em.currency_class {
  font-size: 28px;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_price span.old_price {
  font-size: 18px;
  padding-bottom: 0;
  color: #9AAEB5;
  display: inline-block;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_price span.old_price em.currency_class {
  font-size: 14px;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_by {
  margin: 0 0 10px;
  display: inline-block;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_by .uss_eshop_amount_block {
  padding: 5px 0;
  line-height: 30px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_by .uss_eshop_amount_block input.basket_amount_class {
  margin: 0 5px;
  display: block;
  text-align: center;
  height: 30px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #c8cfd2;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart {
  font-size: 20px;
  text-align: center;
  width: 100%;
  height: 37px;
  text-decoration: none;
  width: auto;
  display: inline-block;
  padding: 0 20px;
  line-height: 37px;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart:not(.buy_one_click) {
  margin-right: 15px;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_by.uss_shop_buy_one_click {
  margin-right: 15px;
}
.uss_shop_detail .uss_shop_technical_data .compare-put_wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 30px;
  padding: 5px 0;
}
.uss_shop_detail .uss_shop_technical_data .compare-put_wrap > div {
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
}
.uss_shop_detail .uss_shop_technical_data .compare-put_wrap > div a {
  display: inline-block;
}
.uss_shop_detail .uss_shop_technical_data .uss_compare_by {
  font-size: 16px;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_put_wrap {
  font-size: 16px;
}
.uss_eshop_sameproducts.blocks {
	display: flex;
	justify-content: space-between;
}
.uss_eshop_sameproducts.blocks .info {
  overflow: hidden;
}
.uss_eshop_sameproducts.blocks .title {
  margin: 0;
}
.uss_eshop_sameproducts.blocks .title a {
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  padding: 0 0 0 0;
  text-decoration: none;
  font-weight: bold;
}
.uss_eshop_sameproducts.blocks .uss_shop_price {
  margin: 0;
  padding: 7px 0 0 13px;
}
.uss_eshop_sameproducts.blocks .uss_shop_price span {
  background: none;
  font-size: 28px;
  padding: 0 0 6px !important;
  margin: 0;
  display: block;
  width: 100%;
  background: none !important;
  font-weight: 300;
}
.uss_eshop_sameproducts.blocks .uss_shop_price span em.currency_class {
  font-size: 22px;
}
.uss_eshop_sameproducts.blocks .uss_shop_price span.old_price {
  font-size: 16px;
  padding-bottom: 0;
  color: #00997b !important;
  display: inline-block;
}
.uss_eshop_sameproducts.blocks .uss_shop_price span.old_price em.currency_class {
  font-size: 12px;
}
.uss_eshop_sameproducts.blocks .price {
  margin: 0;
  padding: 10px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.uss_eshop_sameproducts.blocks .price span {
  background: none;
  font-size: 28px;
  padding: 5px 7px 5px 0 !important;
  margin: 0 !important;
  margin: 0;
  display: block;
  background: none !important;
  font-weight: 300;
  line-height: 1;
}
.uss_eshop_sameproducts.blocks .price span em.currency_class {
  font-size: 22px;
}
.uss_eshop_sameproducts.blocks .price span.old_price {
  font-size: 16px;
  color: #00997b;
  display: inline-block;
}
.uss_eshop_sameproducts.blocks .price span.old_price em.currency_class {
  font-size: 12px;
}
.uss_eshop_sameproducts.blocks a.add_to_cart {
  font-size: 20px;
  text-align: center;
  display: inline-block;
  max-width: 100%;
  height: 37px;
  text-decoration: none;
  padding: 0 20px;
  line-height: 37px;
  background: #00997b;
  color: #fff;
}
.uss_eshop_sameproducts.blocks .uss_eshop_amount_block {
  padding-left: 14px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5px;
  padding-bottom: 10px;
}
.uss_eshop_sameproducts.blocks .uss_eshop_amount_block .amount_title {
  margin-right: 5px;
}
.uss_eshop_sameproducts.blocks .uss_eshop_amount_block .basket_amount_class {
  border: 1px solid #ccc;
  font-size: 14px;
  text-align: center;
  width: 35px;
  height: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
.uss_eshop_sameproducts.blocks .price-buy_btn {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 0;
}
.uss_eshop_sameproducts.blocks .price-buy_btn > div {
  margin-right: 10px;
}
.uss_eshop_sameproducts.blocks .price-buy_btn .addToCart {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.uss_eshop_sameproducts.blocks .price-buy_btn .addToCart .uss_eshop_amount_block {
  padding: 0;
}

.uss_eshop_sameproducts.blocks .item:hover a.add_to_cart {
  background-color: #feca34;
  color: #262427;
}
.uss_eshop_sameproducts.list .info {
  overflow: hidden;
}
.uss_eshop_sameproducts.list .title {
  margin: 0;
}
.uss_eshop_sameproducts.list .title a {
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  padding: 0 0 0 0;
}
.uss_eshop_sameproducts.list .uss_shop_price {
  margin: 0;
  padding: 7px 0 0 13px;
}
.uss_eshop_sameproducts.list .uss_shop_price span {
  background: none;
  font-size: 28px;
  padding: 0 0 6px !important;
  margin: 0;
  display: block;
  width: 100%;
  background: none !important;
  font-weight: 300;
}
.uss_eshop_sameproducts.list .uss_shop_price span em.currency_class {
  font-size: 22px;
}
.uss_eshop_sameproducts.list .uss_shop_price span.old_price {
  font-size: 16px;
  padding-bottom: 0;
  color: #00997b !important;
  display: inline-block;
}
.uss_eshop_sameproducts.list .uss_shop_price span.old_price em.currency_class {
  font-size: 12px;
}
.uss_eshop_sameproducts.list .price {
  margin: 0;
  padding: 10px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.uss_eshop_sameproducts.list .price span {
  background: none;
  font-size: 28px;
  padding: 5px 7px 5px 0 !important;
  margin: 0 !important;
  margin: 0;
  display: block;
  background: none !important;
  font-weight: 300;
  line-height: 1;
}
.uss_eshop_sameproducts.list .price span em.currency_class {
  font-size: 22px;
}
.uss_eshop_sameproducts.list .price span.old_price {
  font-size: 16px;
  color: #00997b;
  display: inline-block;
}
.uss_eshop_sameproducts.list .price span.old_price em.currency_class {
  font-size: 12px;
}
.uss_eshop_sameproducts.list a.add_to_cart {
  font-size: 20px;
  text-align: center;
  display: inline-block;
  max-width: 100%;
  height: 37px;
  text-decoration: none;
  padding: 0 20px;
  line-height: 37px;
  background: #00997b;
  color: #fff;
}
.uss_eshop_sameproducts.list .uss_eshop_amount_block {
  padding-left: 14px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5px;
  padding-bottom: 10px;
}
.uss_eshop_sameproducts.list .uss_eshop_amount_block .amount_title {
  margin-right: 5px;
}
.uss_eshop_sameproducts.list .uss_eshop_amount_block .basket_amount_class {
  border: 1px solid #ccc;
  font-size: 14px;
  text-align: center;
  width: 35px;
  height: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
.uss_eshop_sameproducts.list .price-buy_btn {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 0;
}
.uss_eshop_sameproducts.list .price-buy_btn > div {
  margin-right: 10px;
}
.uss_eshop_sameproducts.list .price-buy_btn .addToCart {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.uss_eshop_sameproducts.list .price-buy_btn .addToCart .uss_eshop_amount_block {
  padding: 0;
}
.uss_eshop_sameproducts.list .item {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  margin-right: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.uss_eshop_sameproducts.list .item .imageWrap {
  border: none;
}
.uss_eshop_sameproducts.list .item .info {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.uss_eshop_sameproducts.list .item .info a.add_to_cart:hover {
  background-color: #feca34;
  color: #262427;
}
.uss_eshop_sameproducts.list .item + .item {
  border-top: 1px solid rgba(0, 0, 0, 0.45);
}
.uss_eshop_sameproducts.table .item td.price {
  margin: 0;
}
.uss_eshop_sameproducts.table .item td.price span {
  background: none;
  font-size: 18px;
  padding: 0 0 6px !important;
  margin: 0;
  display: block;
  width: 100%;
  background: none !important;
  font-weight: 300;
}
.uss_eshop_sameproducts.table .item td.price span em.currency_class {
  font-size: 14px;
}
.uss_eshop_sameproducts.table .item td.price span.old_price {
  font-size: 14px;
  padding-bottom: 0;
  color: #00997b !important;
  display: inline-block;
}
.uss_eshop_sameproducts.table .item td.price span.old_price em.currency_class {
  font-size: 12px;
}
.uss_eshop_sameproducts.table .item td.addToCart a.add_to_cart {
  font-size: 16px;
  text-align: center;
  display: inline-block;
  max-width: 100%;
  text-decoration: none;
  padding: 5px 10px;
  line-height: 1;
  background: #00997b;
  color: #fff;
}
.uss_eshop_sameproducts.table .item td.addToCart .uss_eshop_amount_block {
  padding-left: 14px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 7px 0;
}
.uss_eshop_sameproducts.table .item td.addToCart .uss_eshop_amount_block .amount_title {
  margin-right: 5px;
}
.uss_eshop_sameproducts.table .item td.addToCart .uss_eshop_amount_block .basket_amount_class {
  border: 1px solid #ccc;
  font-size: 14px;
  text-align: center;
  width: 35px;
  height: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
.comment_form_block .comment_form_title {
  overflow: hidden;
  font-size: 48px;
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  font-weight: 100;
  text-align: center;
  margin: 0 0 27px;
}
.comment_form_block .comment_form_title .h1 {
  font-size: 48px;
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  font-weight: 100;
  text-align: center;
  margin: 0 0 27px;
}
.comment_form_block .comment_form_title .h2 {
  font-size: 48px;
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  font-weight: 100;
  text-align: center;
  margin: 0 0 27px;
}
.comment_form_block .comment_form_title .h3 {
  font-size: 48px;
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  font-weight: 100;
  text-align: center;
  margin: 0 0 27px;
}
.comment_form_block .comment_form_title .h4 {
  font-size: 48px;
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  font-weight: 100;
  text-align: center;
  margin: 0 0 27px;
}
.comment_form_block .comment_form_title h1 {
  font-size: 48px;
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  font-weight: 100;
  text-align: center;
  margin: 0 0 27px;
}
.comment_form_block .comment_form_title h2 {
  font-size: 48px;
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  font-weight: 100;
  text-align: center;
  margin: 0 0 27px;
}
.comment_form_block .comment_form_title h3 {
  font-size: 48px;
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  font-weight: 100;
  text-align: center;
  margin: 0 0 27px;
}
.comment_form_block .comment_form_title h4 {
  font-size: 48px;
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  font-weight: 100;
  text-align: center;
  margin: 0 0 27px;
}
.comment_form_block .comment_form_title .slides {
  width: 100%;
  position: relative;
}
.comment_form_block .comment_form_title .slides .slick-slide img {
  max-width: 100%;
  height: auto;
}
.comment_form_block .comment_form_title .slides .news_block_item {
  zoom: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment_form_block .comment_form_title .slides .news_block_item:before {
  content: '';
  display: table;
}
.comment_form_block .comment_form_title .slides .news_block_item:after {
  content: '';
  display: table;
  clear: both;
}
.comment_form_block .comment_form_title .slides .news_block_item .image {
  margin-bottom: 10px;
}
.comment_form_block .comment_form_title .slides .slick-dots {
  bottom: -33px;
}
.comment_form_block .comment_form_title .slides .slick-arrow {
  width: 30px;
  height: 52px;
  z-index: 1000;
}
.comment_form_block .comment_form_title .slides .slick-arrow.slick-prev {
  background: url(../img/big_arrow_right.png) 100% no-repeat;
  background-color: rgba(0, 0, 0, 0.25);
  left: 0;
}
.comment_form_block .comment_form_title .slides .slick-arrow.slick-next {
  background: url(../img/big_arrow_left.png) 0 no-repeat;
  background-color: rgba(0, 0, 0, 0.25);
  right: 0;
}
.comment_form_block .comment_form_title .slides.not-wrap .news_block_item {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.comment_form_block .comment_form_title .slides.not-wrap .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
}
.comment_form_block .comment_form_title.type1 {
  color: #ffffff;
}
.comment_form_block .comment_form_title.type1 .h1 {
  color: #ffffff;
}
.comment_form_block .comment_form_title.type1 .h2 {
  color: #ffffff;
}
.comment_form_block .comment_form_title.type1 .h3 {
  color: #ffffff;
}
.comment_form_block .comment_form_title.type1 .h4 {
  color: #ffffff;
}
.comment_form_block .comment_form_title.type1 a {
  color: #ffffff;
}
.comment_form_block .comment_form_title.type1 h1 {
  color: #ffffff;
}
.comment_form_block .comment_form_title.type1 h2 {
  color: #ffffff;
}
.comment_form_block .comment_form_title.type1 h3 {
  color: #ffffff;
}
.comment_form_block .comment_form_title.type1 h4 {
  color: #ffffff;
}
.comment_form_block .comment_form_title.table_block table {
  width: 100%;
  margin-bottom: 50px;
  display: block;
}
.comment_form_block .comment_form_title.table_block table:last-child {
  margin-bottom: 0;
}
.comment_form_block .comment_form_title.table_block table tr {
  text-align: center;
  vertical-align: top;
}
.comment_form_block .comment_form_title.table_block table tr td {
  text-align: center;
  vertical-align: top;
}
.comment_form_block .comment_form_title.table_block table tr td img {
  display: inline-block;
  margin-bottom: 16px;
}
.comment_form_block .comment_form_title.table_block table tr td span {
  display: block;
  width: 100%;
}
.comment_form_block .comment_form_title.slider_type2 .image img {
  max-width: 100%;
  height: auto;
}
.comment_form_block .comment_form_title.block_form {
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f4f7), to(#d6dbe3));
  background: linear-gradient(#f3f4f7, #d6dbe3);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #adb4bf;
}
.comment_form_block .comment_form_title.block_form .inner {
  padding: 20px 0;
}
.comment_form_block .comment_form_title.block_form .h3 {
  font-size: 27px;
}
.comment_form_block .comment_form_title.block_form .h3 span {
  font-weight: 700;
}
.comment_form_block .comment_form_title.block_form .input_decor {
  width: 100%;
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  padding: 9px 0 0 9px;
  outline: none !important;
}
.comment_form_block .comment_form_title.block_form .input_decor.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.comment_form_block .comment_form_title.block_form .uss_form_item {
  margin-bottom: 10px;
  overflow: visible;
}
.comment_form_block .comment_form_title.block_form .uss_form_item input {
  padding: 0 0 0 9px;
  width: 100%;
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  outline: none !important;
  height: 35px;
  width: auto;
}
.comment_form_block .comment_form_title.block_form .uss_form_item textarea {
  width: 100%;
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  outline: none !important;
  height: 35px;
  width: auto;
  padding: 9px 0 0 9px;
}
.comment_form_block .comment_form_title.block_form .uss_form_item input.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.comment_form_block .comment_form_title.block_form .uss_form_item textarea.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.comment_form_block .comment_form_title.block_form .uss_form_item input[type='submit'] {
  padding: 0 20px;
  font-size: 15px;
  border: none;
}
.comment_form_block .comment_form_title.block_form .uss_form_item textarea[type='submit'] {
  padding: 0 20px;
  font-size: 15px;
  border: none;
}
.comment_form_block .comment_form_title.block_form .uss_form_item label {
  font-size: 15px !important;
  font-family: inherit !important;
}
.comment_form_block .comment_form_title.block_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.comment_form_block .comment_form_title.block_form form .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 75%;
}
.comment_form_block .comment_form_title.block_form form .group .fc_item {
  display: inline-block;
  max-width: 310px;
  margin-right: 1%;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.comment_form_block .comment_form_title.block_form form .group .fc_item:not(.block) {
  width: 100%;
}
.comment_form_block .comment_form_title.block_form form .group .fc_item label {
  font-size: 15px;
}
.comment_form_block .comment_form_title.block_form form .group .fc_item .elem_item {
  width: 100%;
}
.comment_form_block .comment_form_title.block_form form .group .fc_item .elem_item input {
  padding-top: 0 !important;
  padding: 0 0 0 9px;
  height: 39px;
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  outline: none !important;
  width: 100%;
}
.comment_form_block .comment_form_title.block_form form .group .fc_item .elem_item textarea {
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  outline: none !important;
  width: 100%;
  padding: 9px 0 0 9px;
  padding-top: 0 !important;
}
.comment_form_block .comment_form_title.block_form form .group .fc_item .elem_item input.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.comment_form_block .comment_form_title.block_form form .group .fc_item .elem_item textarea.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.comment_form_block .comment_form_title.block_form form .buttons {
  max-width: 298px;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  display: block;
  margin: 0 auto;
}
.comment_form_block .comment_form_title.block_form form .buttons input {
  display: inline-block;
  width: 323px;
  height: 40px;
  font-size: 21px;
  text-align: center;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  letter-spacing: -1.1px;
  font-family: inherit;
  font-size: 18px;
  max-width: 100%;
  text-shadow: none;
}
.comment_form_block .comment_form_title.block_form form .buttons input:hover {
  background-position: 0 0;
  background: #00648d;
  color: #ffffff;
}
.comment_form_block .comment_form_title.block_form form .buttons button {
  display: inline-block;
  width: 323px;
  height: 40px;
  font-size: 21px;
  text-align: center;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  letter-spacing: -1.1px;
  text-shadow: none;
}
.comment_form_block .comment_form_title.block_form form .buttons button:hover {
  background-position: 0 0;
  background: #00648d;
  color: #ffffff;
}
.comment_form_block .input_decor {
  width: 100%;
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  padding: 9px 0 0 9px;
  outline: none !important;
}
.comment_form_block .input_decor.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.comment_form_block .uss_form_item {
  margin-bottom: 10px;
  overflow: visible;
}
.comment_form_block .uss_form_item input {
  padding: 0 0 0 9px;
  width: 100%;
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  outline: none !important;
  height: 35px;
  width: auto;
  text-shadow: none;
}
.comment_form_block .uss_form_item textarea {
  width: 100%;
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  outline: none !important;
  height: 35px;
  width: auto;
  padding: 9px 0 0 9px;
}
.comment_form_block .uss_form_item input.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.comment_form_block .uss_form_item textarea.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.comment_form_block .uss_form_item input[type='submit'] {
  padding: 0 20px;
  font-size: 15px;
  border: none;
}
.comment_form_block .uss_form_item textarea[type='submit'] {
  padding: 0 20px;
  font-size: 15px;
  border: none;
}
.comment_form_block .uss_form_item label {
  font-size: 15px !important;
  font-family: inherit !important;
}
.comment_form_block form .group .fc_item:not(.block) {
  width: 100%;
}
.comment_form_block form .group .fc_item label {
  font-size: 15px;
}
.comment_form_block form .group .fc_item .elem_item {
  width: 100%;
}
.comment_form_block form .group .fc_item .elem_item input {
  padding-top: 0 !important;
  padding: 0 0 0 9px;
  height: 39px;
  width: 100%;
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  outline: none !important;
  text-shadow: none;
}
.comment_form_block form .group .fc_item .elem_item textarea {
  width: 100%;
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  outline: none !important;
  padding: 9px 0 0 9px;
  padding-top: 0 !important;
}
.comment_form_block form .group .fc_item .elem_item input.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.comment_form_block form .group .fc_item .elem_item textarea.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.comment_form_block form .buttons input {
  display: inline-block;
  width: 323px;
  height: 40px;
  font-size: 21px;
  text-align: center;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  letter-spacing: -1.1px;
}
.comment_form_block form .buttons input:hover {
  background-position: 0 0;
  background: #00648d;
  color: #ffffff;
}
.comment_form_block form .buttons button {
  display: inline-block;
  width: 323px;
  height: 40px;
  font-size: 21px;
  text-align: center;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  letter-spacing: -1.1px;
}
.comment_form_block form .buttons button:hover {
  background-position: 0 0;
  background: #00648d;
  color: #ffffff;
}
.comment_form_block form .uss_form_submit input {
  background: #feca34;
  color: #262427;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  cursor: pointer;
}
.comment_form_block form .uss_form_submit input:hover {
  background: #00997b;
  color: #ffffff;
  text-shadow: none !important;
}
.comment_form_block form .uss_form_submit button {
  background: #feca34;
  color: #262427;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  cursor: pointer;
}
.comment_form_block form .uss_form_submit button:hover {
  background: #00997b;
  color: #ffffff;
  text-shadow: none !important;
}
.comment_form_block form .uss_form_submit button.active {
  background: #00997b;
  color: #ffffff;
}
.comment_form_block form .uss_form_submit button.selected {
  background: #00997b;
  color: #ffffff;
}
.comment_form_block form .uss_form_submit input.active {
  background: #00997b;
  color: #ffffff;
}
.comment_form_block form .uss_form_submit input.selected {
  background: #00997b;
  color: #ffffff;
}
div.uss_eshop_tabs .uss_catalog_tabs_navigation span {
  border-radius: 0;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 400;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-size: 15px;
  font-weight: 400 !important;
  opacity: 1 !important;
}
div.uss_eshop_tabs .uss_eshop_tabs_navigation span {
  border-radius: 0;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 400;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-size: 15px;
  font-weight: 400 !important;
  opacity: 1 !important;
}
div.uss_eshop_tabs div.tab_items {
  position: relative;
  z-index: 1;
  border: 2px solid #feca34;
  -webkit-box-shadow: none;
  box-shadow: none;
}
div.uss_eshop_tabs div.tab_items .tab_item {
  -webkit-box-shadow: none;
  box-shadow: none;
}
div.uss_catalog_tabs .uss_catalog_tabs_navigation span {
  border-radius: 0;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 400;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-size: 15px;
  font-weight: 400 !important;
  opacity: 1 !important;
}
div.uss_catalog_tabs .uss_eshop_tabs_navigation span {
  border-radius: 0;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 400;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-size: 15px;
  font-weight: 400 !important;
  opacity: 1 !important;
}
div.uss_catalog_tabs div.tab_items {
  position: relative;
  z-index: 1;
  border: 2px solid #feca34;
  -webkit-box-shadow: none;
  box-shadow: none;
}
div.uss_catalog_tabs div.tab_items .tab_item {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.catalog_orderform_tml {
  font-family: inherit;
}
.catalog_orderform_tml * {
  font-family: inherit;
}
.catalog_orderform_tml .catalog_orderform_window_wrap {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.catalog_orderform_tml .input_decor {
  width: 100%;
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  padding: 9px 0 0 9px;
  outline: none !important;
}
.catalog_orderform_tml .input_decor.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.catalog_orderform_tml .uss_form_item {
  margin-bottom: 10px;
  overflow: visible;
}
.catalog_orderform_tml .uss_form_item input {
  padding: 0 0 0 9px;
  width: 100%;
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  outline: none !important;
  height: 35px;
  width: auto;
}
.catalog_orderform_tml .uss_form_item textarea {
  width: 100%;
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  outline: none !important;
  height: 35px;
  width: auto;
  padding: 9px 0 0 9px;
}
.catalog_orderform_tml .uss_form_item input.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.catalog_orderform_tml .uss_form_item textarea.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.catalog_orderform_tml .uss_form_item input[type='submit'] {
  padding: 0 20px;
  font-size: 15px;
  border: none;
}
.catalog_orderform_tml .uss_form_item textarea[type='submit'] {
  padding: 0 20px;
  font-size: 15px;
  border: none;
}
.catalog_orderform_tml .uss_form_item label {
  font-size: 15px !important;
  font-family: inherit !important;
}
.catalog_orderform_tml form .group .fc_item:not(.block) {
  width: 100%;
}
.catalog_orderform_tml form .group .fc_item label {
  font-size: 15px;
  font-family: inherit;
}
.catalog_orderform_tml form .group .fc_item .elem_item {
	width: 100%;
}
.catalog_orderform_tml .catalog_orderform_window_wrap, 
.uss_modal_window .uss_modal_content {
	width: 450px;
	box-sizing: border-box;
	border-radius: 25px;
}
.catalog_orderform_tml form .group .fc_item .elem_item input,
.catalog_orderform_tml form .group .fc_item .elem_item textarea {
	padding: 12px 16px;
	width: 100%;
	border-radius: 10px;
	background: var(--accent4-light);
	resize: none;
	border: 0;
	box-shadow: none;
	margin-top: 10px;
}

.catalog_orderform_tml form .group .fc_item .elem_item input.error {
  border-color: #bd2b2b;
}
.catalog_orderform_tml form .group .fc_item .elem_item textarea.error {
  border-color: #bd2b2b;
}
.catalog_orderform_tml form .buttons input,
.catalog_orderform_tml form .buttons button {
	width: 100%;
	
}
.catalog_orderform_tml form .buttons input:hover,
.catalog_orderform_tml form .buttons button:hover {
  background-position: 0 0;
}
.jq-selectbox .jq-selectbox__select {
  background: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #cccccc;
}
.colorStyle1 .bg_type_form {
  background: #00997b;
  border: none;
}
.colorStyle1 .fc_form_tml .buttons input,
.colorStyle1 .fc_form_tml .buttons button {
  background: var(--accent2);
  color: var(--main-color-dark);
}
.colorStyle1 .fc_form_tml .buttons input:hover,
.colorStyle1 .fc_form_tml .buttons button:hover {
  background: var(--accent2-dark);
  color: var(--main-color-dark);
}
.colorStyle1 .h_nav_top .menu:after {
  background: #323338;
}
.colorStyle1 .h_nav_top .menu ul li a {
  color: #ffffff;
}
.colorStyle1 .h_nav_top .contacts:after {
  background: #feca34;
}
.colorStyle1 .h_nav_top .burger {
  background-image: url(../img/burger-yellow.png);
  border: 2px solid #feca34;
}
.colorStyle1 .counter .lpc_timer #clock > div p {
  background: url(../img/countdown_number.png) 0 0 no-repeat;
}
.colorStyle1 .uss_catalog_block_cat .uss_catalog_category:hover:before {
  border-color: #feca34;
}
.colorStyle1 .uss_catalog_block_cat .uss_catalog_category:hover .add_to_cart {
  background: #feca34;
  color: inherit;
}
.colorStyle1 .uss_catalog_block_cat .uss_catalog_category:hover .uss_shop_name {
  color: #feca34;
}
.colorStyle1 .uss_catalog_block_cat .uss_catalog_category:hover .uss_shop_name a {
  color: #feca34;
}
.colorStyle1 .uss_catalog_block_cat .uss_catalog_category:hover * {
  border-color: #feca34;
}
.colorStyle1 .uss_catalog_block_cat .uss_catalog_category .add_to_cart {
  background: #00997b;
  color: #ffffff;
}
.colorStyle1 .uss_catalog_block_cat .uss_catalog_category .add_to_cart:hover {
  background: #feca34;
  color: #262427;
}
.colorStyle1 .uss_catalog_block_cat .uss_catalog_category .add_to_cart.active {
  background: #feca34;
  color: #262427;
}
.colorStyle1 .uss_catalog_block_cat .uss_catalog_category .add_to_cart.selected {
  background: #feca34;
  color: #262427;
}
.colorStyle1 .uss_shop_block_cat .uss_shop_category:hover {
  -webkit-box-shadow: 1px 1px 5px rgba(250, 153, 0, 0.4);
          box-shadow: 1px 1px 5px rgba(250, 153, 0, 0.4);
}
.colorStyle1 .uss_shop_block_cat .uss_shop_category:hover:before {
  border-color: #feca34;
}
.colorStyle1 a {
  color: var(--accent);
  transition: var(--tr-1);
}
.colorStyle1 a:hover {
  color: var(--accent-dark);
}
.colorStyle1 .uss_shop_blocks_view .uss_eshop_block_item:hover .add_to_cart {
  background: #feca34;
  color: inherit;
}
.colorStyle1 .uss_shop_blocks_view .uss_eshop_block_item:hover .uss_shop_name {
  color: #feca34;
}
.colorStyle1 .uss_shop_blocks_view .uss_eshop_block_item:hover .uss_shop_name a {
  color: #feca34;
}
.colorStyle1 .uss_shop_blocks_view .uss_eshop_block_item:hover:before {
  border-color: #feca34;
}
.colorStyle1 .uss_shop_blocks_view .uss_eshop_block_item:hover .add_to_cart {
  background: #feca34;
  color: inherit;
}
.colorStyle1 .uss_shop_blocks_view .uss_eshop_block_item:hover .uss_shop_name {
  color: #feca34;
}
.colorStyle1 .uss_shop_blocks_view .uss_eshop_block_item:hover .uss_shop_name a {
  color: #feca34;
}
.colorStyle1 .uss_shop_blocks_view .uss_eshop_block_item:hover:before {
  border-color: #feca34;
}
.colorStyle1 .uss_shop_list_view .uss_eshop_item:hover .add_to_cart {
  background: #feca34;
  color: inherit;
}
.colorStyle1 .uss_shop_list_view .uss_eshop_item:hover .uss_shop_name {
  color: #feca34;
}
.colorStyle1 .uss_shop_list_view .uss_eshop_item:hover .uss_shop_name a {
  color: #feca34;
}
.colorStyle1 .uss_shop_list_view .uss_eshop_item:hover:before {
  border-color: #feca34;
}
.colorStyle1 .uss_shop_list_view .uss_eshop_item:hover .add_to_cart {
  background: #feca34;
  color: inherit;
}
.colorStyle1 .uss_shop_list_view .uss_eshop_item:hover .uss_shop_name {
  color: #feca34;
}
.colorStyle1 .uss_shop_list_view .uss_eshop_item:hover .uss_shop_name a {
  color: #feca34;
}
.colorStyle1 .uss_shop_list_view .uss_eshop_item:hover:before {
  border-color: #feca34;
}
.colorStyle1 .uss_eshop_block_item .add_to_cart {
  background: #00997b;
  color: #ffffff;
}
.colorStyle1 .uss_eshop_block_item .add_to_cart:hover {
  background: #feca34;
  color: #262427;
}
.colorStyle1 .uss_eshop_block_item .add_to_cart.active {
  background: #feca34;
  color: #262427;
}
.colorStyle1 .uss_eshop_block_item .add_to_cart.selected {
  background: #feca34;
  color: #262427;
}
.colorStyle1 .uss_eshop_item .add_to_cart {
  background: #00997b;
  color: #ffffff;
}
.colorStyle1 .uss_eshop_item .add_to_cart:hover {
  background: #feca34;
  color: #262427;
}
.colorStyle1 .uss_eshop_item .add_to_cart.active {
  background: #feca34;
  color: #262427;
}
.colorStyle1 .uss_eshop_item .add_to_cart.selected {
  background: #feca34;
  color: #262427;
}
.colorStyle1 .uss_eshop_menu li:hover {
  border-color: #feca34;
}
.colorStyle1 .uss_eshop_menu li:hover > a {
  color: #feca34;
}
.colorStyle1 .uss_eshop_menu li:hover:before {
  border-color: #feca34;
}
.colorStyle1 .uss_eshop_menu li:hover * {
  border-color: #feca34;
}

.colorStyle1 div.uss_eshop_tabs .uss_eshop_tabs_navigation span {
  background: #00997b;
  color: #ffffff;
}
.colorStyle1 div.uss_eshop_tabs .uss_eshop_tabs_navigation span:hover {
  background: #feca34;
  color: #262427;
}
.colorStyle1 div.uss_eshop_tabs .uss_eshop_tabs_navigation span.active {
  background: #feca34;
  color: #262427;
}
.colorStyle1 div.uss_eshop_tabs .uss_eshop_tabs_navigation span.selected {
  background: #feca34;
  color: #262427;
}
.colorStyle1 div.uss_eshop_tabs .uss_catalog_tabs_navigation span {
  background: #00997b;
  color: #ffffff;
}
.colorStyle1 div.uss_eshop_tabs .uss_catalog_tabs_navigation span:hover {
  background: #feca34;
  color: #262427;
}
.colorStyle1 div.uss_eshop_tabs .uss_catalog_tabs_navigation span.active {
  background: #feca34;
  color: #262427;
}
.colorStyle1 div.uss_eshop_tabs .uss_catalog_tabs_navigation span.selected {
  background: #feca34;
  color: #262427;
}
.colorStyle1 div.uss_eshop_tabs .tab_items {
  border-color: #feca34;
}
.colorStyle1 div.uss_catalog_tabs .uss_eshop_tabs_navigation span {
  background: #00997b;
  color: #ffffff;
}
.colorStyle1 div.uss_catalog_tabs .uss_eshop_tabs_navigation span:hover {
  background: #feca34;
  color: #262427;
}
.colorStyle1 div.uss_catalog_tabs .uss_eshop_tabs_navigation span.active {
  background: #feca34;
  color: #262427;
}
.colorStyle1 div.uss_catalog_tabs .uss_eshop_tabs_navigation span.selected {
  background: #feca34;
  color: #262427;
}
.colorStyle1 div.uss_catalog_tabs .uss_catalog_tabs_navigation span {
  background: #00997b;
  color: #ffffff;
}
.colorStyle1 div.uss_catalog_tabs .uss_catalog_tabs_navigation span:hover {
  background: #feca34;
  color: #262427;
}
.colorStyle1 div.uss_catalog_tabs .uss_catalog_tabs_navigation span.active {
  background: #feca34;
  color: #262427;
}
.colorStyle1 div.uss_catalog_tabs .uss_catalog_tabs_navigation span.selected {
  background: #feca34;
  color: #262427;
}
.colorStyle1 div.uss_catalog_tabs .tab_items {
  border-color: #feca34;
}
.colorStyle1 .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart {
  background: #00997b;
  color: #ffffff;
}
.colorStyle1 .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart:hover {
  background: #feca34;
  color: #262427;
}
.colorStyle1 .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart.active {
  background: #feca34;
  color: #262427;
}
.colorStyle1 .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart.selected {
  background: #feca34;
  color: #262427;
}
.colorStyle1 .uss_eshop_sameproducts.block .item:hover .add_to_cart {
  background: #feca34;
  color: inherit;
}
.colorStyle1 .uss_eshop_sameproducts.block .item:hover .title {
  color: #feca34;
}
.colorStyle1 .uss_eshop_sameproducts.block .item:hover .title a {
  color: #feca34;
}
.colorStyle1 .uss_eshop_sameproducts.block .item:hover:before {
  border-color: #feca34;
}
.colorStyle1 .uss_eshop_sameproducts.block .item a.add_to_cart {
  background: #00997b;
  color: #ffffff;
}
.colorStyle1 .uss_eshop_sameproducts.block .item a.add_to_cart:hover {
  background: #feca34;
  color: #262427;
}
.colorStyle1 .uss_eshop_sameproducts.block .item .add_to_cart.active {
  background: #feca34;
  color: #262427;
}
.colorStyle1 .uss_eshop_sameproducts.block .item .add_to_cart.selected {
  background: #feca34;
  color: #262427;
}
.colorStyle1 .basket-big-link {
  background: #00997b;
  color: #ffffff;
}
.colorStyle1 .basket-big-link:hover {
  background: #feca34;
  color: #262427;
}
.block.slider_block.slider_type2 .news_block_item .info .date {
  margin-bottom: 5px;
}
.block.slider_block.slider_type2 .news_block_item .info .title {
  font-size: 24px;
}
.block.slider_block.slider_type2 .news_block_item .info .title a {
  text-decoration: none;
  color: inherit;
}
.block.slider_block.slider_type2 .news_block_item .info .title a:hover {
  color: inherit;
}

.colorStyle2 .product .uss_catalog_sidebar .uss_catalog_category:hover:before {
  border-color: #6266b9;
}
.colorStyle2 .block.type1 .h1 {
  color: #ffffff;
}
.colorStyle2 .block.type1 .h2 {
  color: #ffffff;
}
.colorStyle2 .block.type1 .h3 {
  color: #ffffff;
}
.colorStyle2 .block.type1.photoalbum .h3 {
  color: #262427;
}
.colorStyle2 .block.type1 .h4 {
  color: #ffffff;
}
.colorStyle2 .block.type1 h1 {
  color: #ffffff;
}
.colorStyle2 .block.type1 h2 {
  color: #ffffff;
}
.colorStyle2 .block.type1 h3 {
  color: #ffffff;
}
.colorStyle2 .block.type1 h4 {
  color: #ffffff;
}
.colorStyle2 .block.slider_block .slick-dots li button {
  background: url(../img/L-1-2/news_slider_nav.png) 50% no-repeat;
  width: 24px;
  height: 24px;
}
.colorStyle2 .block.slider_block .slick-dots li.slick-active button {
  background: url(../img/L-1-2/news_slider_nav_active.png);
}
.colorStyle2 .block.slider_block.news_slider .news_block_item .info .date {
  margin-bottom: 7px;
}
.colorStyle2 .block.slider_block.news_slider .news_block_item .info .date:before {
  content: '';
  background: url(../img/L-1-2/date_icon.png) left center no-repeat;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.colorStyle2 .block.slider_block.slider_type2 .news_block_item .info .title {
  color: #feeaeb;
}
.colorStyle2 .block.slider_block.slider_type2 .slick-dots li button {
  background: url(../img/L-1-2/slider_top.png) 50% no-repeat;
}
.colorStyle2 .block.slider_block.slider_type2 .slick-dots li.slick-active button {
  background: url(../img/L-1-2/slider_top_active.png);
}
.colorStyle2 .bg_type1 {
  background: #4f4484;
  color: #ffffff;
}
.colorStyle2 .bg_type3 {
  background: #4f4484;
  color: #ffffff;
}
.colorStyle2 .bg_type4 {
  background: #4f4484;
  color: #ffffff;
}
.colorStyle2 .bg_type6 {
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f4f7), to(#d6dbe3));
  background: linear-gradient(#f3f4f7, #d6dbe3);
}
.colorStyle2 .footer {
  background-image: url(../img/L-1-2/people_bg.jpg);
}
.colorStyle2 .counter .lpc_timer #clock > div p {
  background: url(../img/L-1-2/countdown_number.png) 0 0 no-repeat;
  color: #000;
}
.colorStyle2 .bg_type2 {
  background: #ebe3f1;
}
.colorStyle2 .fc_form_tml .buttons input {
  background: -webkit-gradient(linear, left top, left bottom, from(#c26f6b), to(#86465b));
  background: linear-gradient(#c26f6b, #86465b);
  color: #ffffff;
  color: #ffffff !important;
}
.colorStyle2 .fc_form_tml .buttons input:hover {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .fc_form_tml .buttons button {
  background: -webkit-gradient(linear, left top, left bottom, from(#c26f6b), to(#86465b));
  background: linear-gradient(#c26f6b, #86465b);
  color: #ffffff;
  color: #ffffff !important;
}
.colorStyle2 .fc_form_tml .buttons button:hover {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .fc_form_tml .buttons button.active {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .fc_form_tml .buttons button.selected {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .fc_form_tml .buttons input.active {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .fc_form_tml .buttons input.selected {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .h_nav_top .menu:after {
  background: rgba(255, 255, 255, 0.85);
}
.colorStyle2 .h_nav_top .menu ul li.clicked .submenu,
.colorStyle2 .h_nav_top .menu ul li:hover .submenu {
  background: rgba(255, 255, 255, 0.85);
}
.colorStyle2 .h_nav_top .menu ul li .submenu li a {
  color: #262427;
}
.colorStyle2 .h_nav_top .contacts {
  color: #ffffff;
}
.colorStyle2 .h_nav_top .contacts:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#85455b), to(#c26f6b));
  background: linear-gradient(#85455b, #c26f6b);
}
.colorStyle2 #wrap .top.top_limited .menu:after {
  background: #fff;
}
.colorStyle2 .uss_catalog_block_cat .uss_catalog_category:hover:before {
  border-color: #6266b9;
}
.colorStyle2 .uss_catalog_block_cat .uss_catalog_category:hover .add_to_cart {
  background: #6266b9;
  color: inherit;
}
.colorStyle2 .uss_catalog_block_cat .uss_catalog_category:hover .uss_shop_name {
  color: #6266b9;
}
.colorStyle2 .uss_catalog_block_cat .uss_catalog_category:hover .uss_shop_name a {
  color: #6266b9;
}
.colorStyle2 .uss_catalog_block_cat .uss_catalog_category:hover * {
  border-color: #6266b9;
}
.colorStyle2 .uss_catalog_block_cat .uss_catalog_category .add_to_cart {
  background: -webkit-gradient(linear, left top, left bottom, from(#c26f6b), to(#86465b));
  background: linear-gradient(#c26f6b, #86465b);
  color: #ffffff;
  color: #ffffff !important;
}
.colorStyle2 .uss_catalog_block_cat .uss_catalog_category .add_to_cart:hover {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .uss_catalog_block_cat .uss_catalog_category .add_to_cart.active {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .uss_catalog_block_cat .uss_catalog_category .add_to_cart.selected {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .uss_shop_block_cat .uss_shop_category:hover:before {
  border-color: #6266b9;
}
.colorStyle2 .header .form_opener {
  background: -webkit-gradient(linear, left top, left bottom, from(#c26f6b), to(#86465b));
  background: linear-gradient(#c26f6b, #86465b);
  color: #ffffff;
}
.colorStyle2 .header .form_opener:hover {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .header .form_opener.active {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .header .form_opener.selected {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .header .bg.slogan,
.colorStyle2 .header .bg.slogan > * {
  color: #212121;
}
.colorStyle2 .header .caption .preview,
.colorStyle2 .header .caption .preview > * {
  color: #212121;
}
.colorStyle2 a {
  color: #a5004a;
}
.colorStyle2 a:hover {
  color: #4a4fb3;
}
.colorStyle2 .uss_eshop_block_item:hover .add_to_cart {
  background: #6266b9;
  color: inherit;
}
.colorStyle2 .uss_eshop_block_item:hover .uss_shop_name {
  color: #6266b9;
}
.colorStyle2 .uss_eshop_block_item:hover .uss_shop_name a {
  color: #6266b9;
}
.colorStyle2 .uss_eshop_block_item:hover:before {
  border-color: #6266b9;
}
.colorStyle2 .uss_eshop_block_item:hover * {
  border-color: #6266b9;
}
.colorStyle2 .uss_eshop_block_item .add_to_cart {
  background: -webkit-gradient(linear, left top, left bottom, from(#c26f6b), to(#86465b));
  background: linear-gradient(#c26f6b, #86465b);
  color: #ffffff;
  color: #ffffff !important;
}
.colorStyle2 .uss_eshop_block_item .add_to_cart:hover {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .uss_eshop_block_item .add_to_cart.active {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .uss_eshop_block_item .add_to_cart.selected {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .uss_eshop_item:hover .add_to_cart {
  background: #6266b9;
  color: inherit;
}
.colorStyle2 .uss_eshop_item:hover .uss_shop_name {
  color: #6266b9;
}
.colorStyle2 .uss_eshop_item:hover .uss_shop_name a {
  color: #6266b9;
}
.colorStyle2 .uss_eshop_item:hover:before {
  border-color: #6266b9;
}
.colorStyle2 .uss_eshop_item:hover * {
  border-color: #6266b9;
}
.colorStyle2 .uss_eshop_item .add_to_cart {
  background: -webkit-gradient(linear, left top, left bottom, from(#c26f6b), to(#86465b));
  background: linear-gradient(#c26f6b, #86465b);
  color: #ffffff;
  color: #ffffff !important;
}
.colorStyle2 .uss_eshop_item .add_to_cart:hover {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .uss_eshop_item .add_to_cart.active {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .uss_eshop_item .add_to_cart.selected {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .catalog_menu_item:hover {
  border-color: #6266b9;
}
.colorStyle2 .catalog_menu_item:hover > a {
  color: #6266b9;
}
.colorStyle2 .catalog_menu_item:hover:before {
  border-color: #6266b9;
}
.colorStyle2 .uss_eshop_menu li:hover {
  border-color: #6266b9;
}
.colorStyle2 .uss_eshop_menu li:hover > a {
  color: #6266b9;
}
.colorStyle2 .uss_eshop_menu li:hover:before {
  border-color: #6266b9;
}
.colorStyle2 .uss_eshop_menu li:hover * {
  border-color: #6266b9;
}
.colorStyle2 .catalog_orderbutton {
  background: -webkit-gradient(linear, left top, left bottom, from(#c26f6b), to(#86465b));
  background: linear-gradient(#c26f6b, #86465b);
  color: #ffffff;
  color: #ffffff !important;
}
.colorStyle2 .catalog_orderbutton:hover {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .catalog_orderbutton.active {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .catalog_orderbutton.selected {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 div.uss_eshop_tabs .uss_eshop_tabs_navigation span {
  background: -webkit-gradient(linear, left top, left bottom, from(#c26f6b), to(#86465b));
  background: linear-gradient(#c26f6b, #86465b);
  color: #ffffff;
  color: #ffffff !important;
}
.colorStyle2 div.uss_eshop_tabs .uss_eshop_tabs_navigation span:hover {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 div.uss_eshop_tabs .uss_eshop_tabs_navigation span.active {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 div.uss_eshop_tabs .uss_eshop_tabs_navigation span.selected {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 div.uss_eshop_tabs .uss_catalog_tabs_navigation span {
  background: -webkit-gradient(linear, left top, left bottom, from(#c26f6b), to(#86465b));
  background: linear-gradient(#c26f6b, #86465b);
  color: #ffffff;
  color: #ffffff !important;
}
.colorStyle2 div.uss_eshop_tabs .uss_catalog_tabs_navigation span:hover {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 div.uss_eshop_tabs .uss_catalog_tabs_navigation span.active {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 div.uss_eshop_tabs .uss_catalog_tabs_navigation span.selected {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 div.uss_eshop_tabs .tab_items {
  border-color: #6266b9;
}
.colorStyle2 div.uss_catalog_tabs .uss_eshop_tabs_navigation span {
  background: -webkit-gradient(linear, left top, left bottom, from(#c26f6b), to(#86465b));
  background: linear-gradient(#c26f6b, #86465b);
  color: #ffffff;
  color: #ffffff !important;
}
.colorStyle2 div.uss_catalog_tabs .uss_eshop_tabs_navigation span:hover {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 div.uss_catalog_tabs .uss_eshop_tabs_navigation span.active {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 div.uss_catalog_tabs .uss_eshop_tabs_navigation span.selected {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 div.uss_catalog_tabs .uss_catalog_tabs_navigation span {
  background: -webkit-gradient(linear, left top, left bottom, from(#c26f6b), to(#86465b));
  background: linear-gradient(#c26f6b, #86465b);
  color: #ffffff;
  color: #ffffff !important;
}
.colorStyle2 div.uss_catalog_tabs .uss_catalog_tabs_navigation span:hover {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 div.uss_catalog_tabs .uss_catalog_tabs_navigation span.active {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 div.uss_catalog_tabs .uss_catalog_tabs_navigation span.selected {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 div.uss_catalog_tabs .tab_items {
  border-color: #6266b9;
}
.colorStyle2 .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart {
  background: -webkit-gradient(linear, left top, left bottom, from(#c26f6b), to(#86465b));
  background: linear-gradient(#c26f6b, #86465b);
  color: #ffffff;
  color: #ffffff !important;
}
.colorStyle2 .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart:hover {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart.active {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart.selected {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .uss_eshop_sameproducts .item:hover .add_to_cart {
  background: #6266b9;
  color: inherit;
}
.colorStyle2 .uss_eshop_sameproducts .item:hover .title {
  color: #6266b9;
}
.colorStyle2 .uss_eshop_sameproducts .item:hover .title a {
  color: #6266b9;
}
.colorStyle2 .uss_eshop_sameproducts .item:hover:before {
  border-color: #6266b9;
}
.colorStyle2 .uss_eshop_sameproducts .item .add_to_cart {
  background: -webkit-gradient(linear, left top, left bottom, from(#c26f6b), to(#86465b));
  background: linear-gradient(#c26f6b, #86465b);
  color: #ffffff;
  color: #ffffff !important;
}
.colorStyle2 .uss_eshop_sameproducts .item .add_to_cart:hover {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .uss_eshop_sameproducts .item .add_to_cart.active {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .uss_eshop_sameproducts .item .add_to_cart.selected {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .comment_form_block form .uss_form_submit input {
  background: -webkit-gradient(linear, left top, left bottom, from(#c26f6b), to(#86465b));
  background: linear-gradient(#c26f6b, #86465b);
  color: #ffffff;
  color: #ffffff !important;
}
.colorStyle2 .comment_form_block form .uss_form_submit input:hover {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .comment_form_block form .uss_form_submit button {
  background: -webkit-gradient(linear, left top, left bottom, from(#c26f6b), to(#86465b));
  background: linear-gradient(#c26f6b, #86465b);
  color: #ffffff;
  color: #ffffff !important;
}
.colorStyle2 .comment_form_block form .uss_form_submit button:hover {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .comment_form_block form .uss_form_submit button.active {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .comment_form_block form .uss_form_submit button.selected {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .comment_form_block form .uss_form_submit input.active {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .comment_form_block form .uss_form_submit input.selected {
  background: #6266b9;
  color: #ffffff;
}
.colorStyle2 .uss_eshop_sameproducts.blocks .item:hover a.add_to_cart {
  background: #6266b9;
}
.colorStyle2 .container .aside .aside-block.type1 .h3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#c26f6b), to(#85455b));
  background: linear-gradient(#c26f6b, #85455b);
}
.colorStyle2 .container .aside .aside-block.type2 .h3 {
  background: #6266B9;
  color: #fff;
}
.colorStyle2 .uss_shop_blocks_view .uss_eshop_item:hover {
  -webkit-box-shadow: 1px 1px 5px rgba(63, 69, 203, 0.4);
          box-shadow: 1px 1px 5px rgba(63, 69, 203, 0.4);
}
.colorStyle2 .uss_shop_block_cat .uss_shop_category:hover,
.colorStyle2 .uss_catalog_block_cat .uss_catalog_category:hover,
.colorStyle2 .uss_eshop_sameproducts.blocks .item:hover {
  -webkit-box-shadow: 1px 1px 5px rgba(63, 69, 203, 0.4);
          box-shadow: 1px 1px 5px rgba(63, 69, 203, 0.4);
}
.colorStyle2 .container .aside .aside-block form .jq-checkbox {
  border: 2px solid #6266B9;
}
.colorStyle2 .container .aside .aside-block form .jq-checkbox.checked .jq-checkbox__div {
  background: #6266B9;
}
.colorStyle2 .h_nav_top .cart {
  background: url(../img/cart-icon-black.png) 20px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#f3f4f7), to(#d6dbe3));
  background: url(../img/cart-icon-black.png) 20px center no-repeat, linear-gradient(#f3f4f7, #d6dbe3);
}
.colorStyle2 .h_nav_top .cart .uss_basket_mini {
  background: -webkit-gradient(linear, left top, left bottom, from(#c26f6b), to(#85455b));
  background: linear-gradient(#c26f6b, #85455b);
  color: #fff;
}
.colorStyle2 .basket-big-link {
  background: -webkit-gradient(linear, left top, left bottom, from(#c26f6b), to(#86465b));
  background: linear-gradient(#c26f6b, #86465b);
  color: #fff;
}
.colorStyle2 .basket-big-link:hover {
  background: #6266b9;
  color: #fff;
}

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

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

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

.colorStyle6 .product .uss_catalog_sidebar .uss_catalog_category:hover:before {
  border-color: #fcbf2e;
}
.colorStyle6 a {
  color: #df5a01;
}
.colorStyle6 a:hover {
  color: #df5a01;
}
.colorStyle6 .fc_form_tml form .buttons input {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdf2f), to(#feca34));
  background: linear-gradient(#ffdf2f, #feca34);
  border: none;
  color: #262427;
}
.colorStyle6 .fc_form_tml form .buttons input .active {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#feca34));
  background: linear-gradient(0deg, #ffdf2f, #feca34);
  color: #2f2f2f;
}
.colorStyle6 .fc_form_tml form .buttons input .selected {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#feca34));
  background: linear-gradient(0deg, #ffdf2f, #feca34);
  color: #2f2f2f;
}
.colorStyle6 .fc_form_tml form .buttons input:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#feca34));
  background: linear-gradient(0deg, #ffdf2f, #feca34);
  color: #2f2f2f;
}
.colorStyle6 .fc_form_tml form .buttons button {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdf2f), to(#feca34));
  background: linear-gradient(#ffdf2f, #feca34);
  border: none;
  color: #262427;
}
.colorStyle6 .fc_form_tml form .buttons button .active {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#feca34));
  background: linear-gradient(0deg, #ffdf2f, #feca34);
  color: #2f2f2f;
}
.colorStyle6 .fc_form_tml form .buttons button .selected {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#feca34));
  background: linear-gradient(0deg, #ffdf2f, #feca34);
  color: #2f2f2f;
}
.colorStyle6 .fc_form_tml form .buttons button:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#feca34));
  background: linear-gradient(0deg, #ffdf2f, #feca34);
  color: #2f2f2f;
}
.colorStyle6 .counter .lpc_timer #clock > div p {
  background: url(../img/L-1-6/countdown_number.png);
}
.colorStyle6 .block.slider_block .slick-dots li button {
  background: url(../img/L-1-5/cert_slider_nav.png) 50% no-repeat;
  width: 24px;
  height: 24px;
}
.colorStyle6 .block.slider_block .slick-dots li.slick-active button {
  background: url(../img/L-1-5/cert_slider_nav_active.png);
}
.colorStyle6 .block.slider_block.slider_type3 .slick-dots li button {
  background: url(../img/L-1-2/news_slider_nav.png) 50% no-repeat;
}
.colorStyle6 .block.slider_block.slider_type3 .slick-dots li.slick-active button {
  background: url(../img/L-1-5/cert_slider_nav_active.png);
}
.colorStyle6 .block.photoalbum .slick-dots li button {
  background: url(../img/L-1-2/news_slider_nav.png) 50% no-repeat;
  width: 24px;
  height: 24px;
}
.colorStyle6 .block.photoalbum .slick-dots li.slick-active button {
  background: url(../img/L-1-2/slider_top_active.png);
}
.colorStyle6 .h_nav_top .menu:after {
  background: rgba(74, 46, 40, 0.85);
}
.colorStyle6 .h_nav_top .menu ul li a {
  color: #ffffff;
}
.colorStyle6 .h_nav_top .menu ul li.clicked .submenu,
.colorStyle6 .h_nav_top .menu ul li:hover .submenu {
  background: rgba(74, 46, 40, 0.85);
}
.colorStyle6 .h_nav_top .menu ul li .submenu li a {
  color: #fff;
}
.colorStyle6 .h_nav_top .contacts {
  color: #262427;
}
.colorStyle6 .h_nav_top .contacts:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdf2f), to(#fcbf2e));
  background: linear-gradient(#ffdf2f, #fcbf2e);
}
.colorStyle6 .h_nav_top .burger {
  background-image: url(../img/burger-white.png);
  border-color: #ffffff;
}
.colorStyle6 .bg_type2 {
  background: #e6e6e7;
}
.colorStyle6 .bg_type2.slider_block.slider_block li button {
  background: url(../img/L-1-5/cert_slider_nav.png) 50% no-repeat !important;
  width: 24px;
  height: 24px;
}
.colorStyle6 .bg_type2.slider_block.slider_block li.slick-active button {
  background: url(../img/L-1-5/cert_slider_nav_active.png) !important;
}
.colorStyle6 .bg_type4 {
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f5), to(#e6e6e7));
  background: linear-gradient(#f3f3f5, #e6e6e7);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #cccccd;
}
.colorStyle6 .bg_type_form {
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f5), to(#e6e6e7));
  background: linear-gradient(#f3f3f5, #e6e6e7);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #cccccd;
}
.colorStyle6 .bg_type_form .inner {
  margin: 0 auto;
}
.colorStyle6 .bg_type_form .inner form .group .fc_item .elem_item input {
  background: #fff;
}
.colorStyle6 .bg_type_form .inner form .group .fc_item .elem_item textarea {
  background: #fff;
}
.colorStyle6 .catalog_menu {
  margin: 0 auto;
}
.colorStyle6 .catalog_menu .catalog_menu_item > a {
  font-size: 20px;
}
.colorStyle6 .footer .inner {
  margin: 0 auto;
}
.colorStyle6 .footer .phones {
  display: block;
  font-size: 19px;
}
.colorStyle6 .footer .contact__form {
  width: 100%;
}
.colorStyle6 .footer .contact__form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.colorStyle6 .footer .contact__form form .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.colorStyle6 .bottom {
  color: #ffffff;
}
.colorStyle6 .footer {
  background-image: url(../img/L-1-6/contacts_bg.jpg);
}
.colorStyle6 .tml_min .header {
  color: #fff;
}
.colorStyle6 .header .form_opener {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdf2f), to(#feca34));
  background: linear-gradient(#ffdf2f, #feca34);
  border: none;
  color: #262427;
}
.colorStyle6 .header .form_opener .active {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#feca34));
  background: linear-gradient(0deg, #ffdf2f, #feca34);
  color: #2f2f2f;
}
.colorStyle6 .header .form_opener .selected {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#feca34));
  background: linear-gradient(0deg, #ffdf2f, #feca34);
  color: #2f2f2f;
}
.colorStyle6 .header .form_opener:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#feca34));
  background: linear-gradient(0deg, #ffdf2f, #feca34);
  color: #2f2f2f;
}
.colorStyle6 .header .caption .preview,
.colorStyle6 .header .caption .preview > * {
  color: #212121;
}
.colorStyle6 #wrap .top.top_limited .menu:after {
  background: #4a2e28;
  -webkit-transition: all 2s;
  transition: all 2s;
}
.colorStyle6 #wrap .top.top_limited .contacts:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdf2f), to(#fcbf2e));
  background: linear-gradient(#ffdf2f, #fcbf2e);
  -webkit-transition: all 2s;
  transition: all 2s;
}
.colorStyle6 .uss_catalog_block_cat .uss_catalog_category:hover:before {
  border-color: #fcbf2e;
}
.colorStyle6 .uss_catalog_block_cat .uss_catalog_category:hover .add_to_cart {
  background: -webkit-gradient(linear, left top, left bottom, from(#fcbf2e), to(#ffdf2f));
  background: linear-gradient(#fcbf2e, #ffdf2f);
  color: inherit;
}
.colorStyle6 .uss_catalog_block_cat .uss_catalog_category:hover .uss_shop_name {
  color: #df5a01;
  text-decoration: none;
}
.colorStyle6 .uss_catalog_block_cat .uss_catalog_category:hover .uss_shop_name a {
  color: #df5a01;
  text-decoration: none;
}
.colorStyle6 .uss_catalog_block_cat .uss_catalog_category:hover * {
  border-color: #df5a01;
}
.colorStyle6 .uss_catalog_block_cat .uss_catalog_category .add_to_cart {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdf2f), to(#feca34));
  background: linear-gradient(#ffdf2f, #feca34);
  border: none;
  color: #262427;
}
.colorStyle6 .uss_catalog_block_cat .uss_catalog_category .add_to_cart .active {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#feca34));
  background: linear-gradient(0deg, #ffdf2f, #feca34);
  color: #2f2f2f;
}
.colorStyle6 .uss_catalog_block_cat .uss_catalog_category .add_to_cart .selected {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#feca34));
  background: linear-gradient(0deg, #ffdf2f, #feca34);
  color: #2f2f2f;
}
.colorStyle6 .uss_catalog_block_cat .uss_catalog_category .add_to_cart:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#feca34));
  background: linear-gradient(0deg, #ffdf2f, #feca34);
  color: #2f2f2f;
}
.colorStyle6 .uss_shop_block_cat .uss_shop_category:hover:before {
  border-color: #fed62f;
}
.colorStyle6 .uss_eshop_block_item:hover .add_to_cart {
  color: inherit;
  border-color: #fcbf2e;
}
.colorStyle6 .uss_eshop_block_item:hover .uss_shop_name {
  color: #df5a01;
  text-decoration: none;
}
.colorStyle6 .uss_eshop_block_item:hover .uss_shop_name a {
  color: #df5a01;
  text-decoration: none;
}
.colorStyle6 .uss_eshop_block_item:hover:before {
  border-color: #fcbf2e;
}
.colorStyle6 .uss_eshop_block_item:hover * {
  border-color: #df5a01;
}
.colorStyle6 .uss_eshop_block_item .add_to_cart {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdf2f), to(#feca34));
  background: linear-gradient(#ffdf2f, #feca34);
  border: none;
  color: #262427;
}
.colorStyle6 .uss_eshop_block_item .add_to_cart .active {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#feca34));
  background: linear-gradient(0deg, #ffdf2f, #feca34);
  color: #2f2f2f;
}
.colorStyle6 .uss_eshop_block_item .add_to_cart .selected {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#feca34));
  background: linear-gradient(0deg, #ffdf2f, #feca34);
  color: #2f2f2f;
}
.colorStyle6 .uss_eshop_block_item .add_to_cart:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#feca34));
  background: linear-gradient(0deg, #ffdf2f, #feca34);
  color: #2f2f2f;
}
.colorStyle6 .uss_eshop_item .uss_img_holder {
  display: block;
}
.colorStyle6 .uss_eshop_item:hover .add_to_cart {
  background: -webkit-gradient(linear, left top, left bottom, from(#fcbf2e), to(#ffdf2f));
  background: linear-gradient(#fcbf2e, #ffdf2f);
  color: inherit;
}
.colorStyle6 .uss_eshop_item:hover .uss_shop_name {
  color: #df5a01;
  text-decoration: none;
}
.colorStyle6 .uss_eshop_item:hover .uss_shop_name a {
  color: #df5a01;
  text-decoration: none;
}
.colorStyle6 .uss_eshop_item:hover:before {
  border-color: #fcbf2e;
}
.colorStyle6 .uss_eshop_item:hover * {
  border-color: #fcbf2e;
}
.colorStyle6 .uss_eshop_item .add_to_cart {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdf2f), to(#feca34));
  background: linear-gradient(#ffdf2f, #feca34);
  border: none;
  color: #262427;
}
.colorStyle6 .uss_eshop_item .add_to_cart .active {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#feca34));
  background: linear-gradient(0deg, #ffdf2f, #feca34);
  color: #2f2f2f;
}
.colorStyle6 .uss_eshop_item .add_to_cart .selected {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#feca34));
  background: linear-gradient(0deg, #ffdf2f, #feca34);
  color: #2f2f2f;
}
.colorStyle6 .uss_eshop_item .add_to_cart:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#feca34));
  background: linear-gradient(0deg, #ffdf2f, #feca34);
  color: #2f2f2f;
}
.colorStyle6 .catalog_menu_item:hover {
  border-color: #df5a01;
}
.colorStyle6 .catalog_menu_item:hover > a {
  color: #df5a01;
}
.colorStyle6 .catalog_menu_item:hover:before {
  border-color: #fcbf2e;
}
.colorStyle6 .uss_eshop_menu li:hover {
  border-color: #df5a01;
}
.colorStyle6 .uss_eshop_menu li:hover > a {
  color: #df5a01;
}
.colorStyle6 .uss_eshop_menu li:hover:before {
  border-color: #fcbf2e;
}
.colorStyle6 .uss_eshop_menu li:hover * {
  border-color: #df5a01;
}
.colorStyle6 .catalog_orderbutton {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdf2f), to(#feca34));
  background: linear-gradient(#ffdf2f, #feca34);
  border: none;
  color: #262427;
  padding: 0 20px;
  height: 30px;
  line-height: 34px;
  font-weight: 400 !important;
  text-shadow: none;
}
.colorStyle6 .catalog_orderbutton .active {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#feca34));
  background: linear-gradient(0deg, #ffdf2f, #feca34);
  color: #2f2f2f;
}
.colorStyle6 .catalog_orderbutton .selected {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#feca34));
  background: linear-gradient(0deg, #ffdf2f, #feca34);
  color: #2f2f2f;
}
.colorStyle6 .catalog_orderbutton:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#feca34));
  background: linear-gradient(0deg, #ffdf2f, #feca34);
  color: #2f2f2f;
}
.colorStyle6 div.uss_eshop_tabs .uss_eshop_tabs_navigation span {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdf2f), to(#feca34));
  background: linear-gradient(#ffdf2f, #feca34);
  border: none;
  color: #262427;
}
.colorStyle6 div.uss_eshop_tabs .uss_eshop_tabs_navigation span .active {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#feca34));
  background: linear-gradient(0deg, #ffdf2f, #feca34);
  color: #2f2f2f;
}
.colorStyle6 div.uss_eshop_tabs .uss_eshop_tabs_navigation span .selected {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#feca34));
  background: linear-gradient(0deg, #ffdf2f, #feca34);
  color: #2f2f2f;
}
.colorStyle6 div.uss_eshop_tabs .uss_eshop_tabs_navigation span:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#feca34));
  background: linear-gradient(0deg, #ffdf2f, #feca34);
  color: #2f2f2f;
}
.colorStyle6 div.uss_eshop_tabs .uss_catalog_tabs_navigation span {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdf2f), to(#feca34));
  background: linear-gradient(#ffdf2f, #feca34);
  border: none;
  color: #262427;
}
.colorStyle6 div.uss_eshop_tabs .uss_catalog_tabs_navigation span .active {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#feca34));
  background: linear-gradient(0deg, #ffdf2f, #feca34);
  color: #2f2f2f;
}
.colorStyle6 div.uss_eshop_tabs .uss_catalog_tabs_navigation span .selected {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#feca34));
  background: linear-gradient(0deg, #ffdf2f, #feca34);
  color: #2f2f2f;
}
.colorStyle6 div.uss_eshop_tabs .uss_catalog_tabs_navigation span:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#feca34));
  background: linear-gradient(0deg, #ffdf2f, #feca34);
  color: #2f2f2f;
}
.colorStyle6 div.uss_eshop_tabs .tab_items {
  border-color: #f3f4f5 #dfe4e5 #dfe4e5 #f3f4f5;
  border-style: solid;
  border-width: 2px;
}
.colorStyle6 div.uss_catalog_tabs .uss_eshop_tabs_navigation span {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdf2f), to(#feca34));
  background: linear-gradient(#ffdf2f, #feca34);
  border: none;
  color: #262427;
}
.colorStyle6 div.uss_catalog_tabs .uss_eshop_tabs_navigation span .active {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#feca34));
  background: linear-gradient(0deg, #ffdf2f, #feca34);
  color: #2f2f2f;
}
.colorStyle6 div.uss_catalog_tabs .uss_eshop_tabs_navigation span .selected {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#feca34));
  background: linear-gradient(0deg, #ffdf2f, #feca34);
  color: #2f2f2f;
}
.colorStyle6 div.uss_catalog_tabs .uss_eshop_tabs_navigation span:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#feca34));
  background: linear-gradient(0deg, #ffdf2f, #feca34);
  color: #2f2f2f;
}
.colorStyle6 div.uss_catalog_tabs .uss_catalog_tabs_navigation span {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdf2f), to(#feca34));
  background: linear-gradient(#ffdf2f, #feca34);
  border: none;
  color: #262427;
}
.colorStyle6 div.uss_catalog_tabs .uss_catalog_tabs_navigation span .active {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#feca34));
  background: linear-gradient(0deg, #ffdf2f, #feca34);
  color: #2f2f2f;
}
.colorStyle6 div.uss_catalog_tabs .uss_catalog_tabs_navigation span .selected {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#feca34));
  background: linear-gradient(0deg, #ffdf2f, #feca34);
  color: #2f2f2f;
}
.colorStyle6 div.uss_catalog_tabs .uss_catalog_tabs_navigation span:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#feca34));
  background: linear-gradient(0deg, #ffdf2f, #feca34);
  color: #2f2f2f;
}
.colorStyle6 div.uss_catalog_tabs .tab_items {
  border-color: #f3f4f5 #dfe4e5 #dfe4e5 #f3f4f5;
  border-style: solid;
  border-width: 2px;
}
.colorStyle6 .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdf2f), to(#feca34));
  background: linear-gradient(#ffdf2f, #feca34);
  border: none;
  color: #262427;
}
.colorStyle6 .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart .active {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#feca34));
  background: linear-gradient(0deg, #ffdf2f, #feca34);
  color: #2f2f2f;
}
.colorStyle6 .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart .selected {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#feca34));
  background: linear-gradient(0deg, #ffdf2f, #feca34);
  color: #2f2f2f;
}
.colorStyle6 .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#feca34));
  background: linear-gradient(0deg, #ffdf2f, #feca34);
  color: #2f2f2f;
}
.colorStyle6 .uss_eshop_sameproducts .item:hover .add_to_cart {
  background: #df5a01;
  color: inherit;
}
.colorStyle6 .uss_eshop_sameproducts .item:hover .title {
  color: #df5a01;
}
.colorStyle6 .uss_eshop_sameproducts .item:hover .title a {
  color: #df5a01;
}
.colorStyle6 .uss_eshop_sameproducts .item:hover:before {
  border-color: #fcbf2e;
}
.colorStyle6 .uss_eshop_sameproducts .item .add_to_cart {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdf2f), to(#feca34));
  background: linear-gradient(#ffdf2f, #feca34);
  border: none;
  color: #262427;
}
.colorStyle6 .uss_eshop_sameproducts .item .add_to_cart .active {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#feca34));
  background: linear-gradient(0deg, #ffdf2f, #feca34);
  color: #2f2f2f;
}
.colorStyle6 .uss_eshop_sameproducts .item .add_to_cart .selected {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#feca34));
  background: linear-gradient(0deg, #ffdf2f, #feca34);
  color: #2f2f2f;
}
.colorStyle6 .uss_eshop_sameproducts .item .add_to_cart:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#feca34));
  background: linear-gradient(0deg, #ffdf2f, #feca34);
  color: #2f2f2f;
}
.colorStyle6 .comment_form_block form .uss_form_submit input {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdf2f), to(#feca34));
  background: linear-gradient(#ffdf2f, #feca34);
  border: none;
  color: #262427;
}
.colorStyle6 .comment_form_block form .uss_form_submit input .active {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#feca34));
  background: linear-gradient(0deg, #ffdf2f, #feca34);
  color: #2f2f2f;
}
.colorStyle6 .comment_form_block form .uss_form_submit input .selected {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#feca34));
  background: linear-gradient(0deg, #ffdf2f, #feca34);
  color: #2f2f2f;
}
.colorStyle6 .comment_form_block form .uss_form_submit input:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#feca34));
  background: linear-gradient(0deg, #ffdf2f, #feca34);
  color: #2f2f2f;
}
.colorStyle6 .comment_form_block form .uss_form_submit button {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdf2f), to(#feca34));
  background: linear-gradient(#ffdf2f, #feca34);
  border: none;
  color: #262427;
}
.colorStyle6 .comment_form_block form .uss_form_submit button .active {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#feca34));
  background: linear-gradient(0deg, #ffdf2f, #feca34);
  color: #2f2f2f;
}
.colorStyle6 .comment_form_block form .uss_form_submit button .selected {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#feca34));
  background: linear-gradient(0deg, #ffdf2f, #feca34);
  color: #2f2f2f;
}
.colorStyle6 .comment_form_block form .uss_form_submit button:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#feca34));
  background: linear-gradient(0deg, #ffdf2f, #feca34);
  color: #2f2f2f;
}
.colorStyle6 .footer.block {
  color: #262427;
}
.colorStyle6 .footer.block .h3 {
  color: #262427;
}
.colorStyle6 .footer.block .fc_form_tml form .group .fc_item.fc_checkbox {
  color: #fff;
}
.colorStyle6 .uss_eshop_sameproducts.blocks .item:hover a.add_to_cart {
  background: #FCBF2E;
}
.colorStyle6 .container .aside .aside-block.type1 .h3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#6e554f), to(#614741));
  background: linear-gradient(#6e554f, #614741);
}
.colorStyle6 .container .aside .aside-block.type2 .h3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdf2f), to(#feca34));
  background: linear-gradient(#ffdf2f, #feca34);
  color: #262427;
}
.colorStyle6 .uss_shop_blocks_view .uss_eshop_item:hover {
  -webkit-box-shadow: 1px 1px 5px rgba(223, 90, 1, 0.4);
          box-shadow: 1px 1px 5px rgba(223, 90, 1, 0.4);
}
.colorStyle6 .uss_shop_block_cat .uss_shop_category:hover,
.colorStyle6 .uss_catalog_block_cat .uss_catalog_category:hover,
.colorStyle6 .uss_eshop_sameproducts.blocks .item:hover {
  -webkit-box-shadow: 1px 1px 5px rgba(223, 90, 1, 0.4);
          box-shadow: 1px 1px 5px rgba(223, 90, 1, 0.4);
}
.colorStyle6 .container .aside .aside-block form .jq-checkbox {
  border: 2px solid #FFC523;
}
.colorStyle6 .container .aside .aside-block form .jq-checkbox.checked .jq-checkbox__div {
  background: #FFC523;
}
.colorStyle6 .h_nav_top .cart {
  background: url(../img/cart-icon.png) 20px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#6e554f), to(#614741));
  background: url(../img/cart-icon.png) 20px center no-repeat, linear-gradient(#6e554f, #614741);
}
.colorStyle6 .h_nav_top .cart .uss_basket_mini {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdf2f), to(#feca34));
  background: linear-gradient(#ffdf2f, #feca34);
}
.colorStyle6 .basket-big-link {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdf2f), to(#feca34));
  background: linear-gradient(#ffdf2f, #feca34);
  color: #262427;
}
.colorStyle6 .basket-big-link:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdf2f), to(#feca34));
  background: linear-gradient(0deg, #ffdf2f, #feca34);
  color: #2f2f2f;
}
.uss_catlog_cat_anons {
  font-size: inherit;
}
.fc_item.fc_checkbox {
  display: flex;
  align-items: flex-start;
  flex: 0 0 auto;
  width: 100%;
}
.fc_item.fc_checkbox .elem_item {
  width: auto;
  display: flex;
}
.fc_item.fc_checkbox .sector_title {
  display: inline-block;
  /*vertical-align: top;*/
  line-height: 1;
  width: calc(100% - 20px);
}
.fc_checkbox_one label,
.uss_form_tml .uss_form_checkbox label {
  font-weight: normal !important;
}
.buy_one_click_form_tml .buy_one_click_window_wrap {
  font-family: inherit;
}
.buy_one_click_form_tml .buy_one_click_window_wrap * {
  font-family: inherit;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .fc_form_tml .group {
  width: 100%;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .fc_form_tml .group .fc_item {
  width: 100%;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .fc_form_tml .group .fc_item label {
  font-size: 15px !important;
  font-family: inherit !important;
  font-weight: 400;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .fc_form_tml .group .fc_item .elem_item {
  width: 100%;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .fc_form_tml .group .fc_item .elem_item input.styler {
  height: 35px;
  width: 100%;
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  outline: none !important;
  padding: 0 0 0 9px;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .fc_form_tml .group .fc_item .elem_item textarea.styler {
  width: 100%;
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  outline: none !important;
  padding: 0 0 0 9px;
  height: 5.6em;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .uss_buy_one_click_pos .uss_onepos_info .uss_shop_price_amount_wrap .uss_shop_price div {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .uss_buy_one_click_pos .uss_onepos_info .uss_shop_price_amount_wrap .uss_shop_price span {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .uss_buy_one_click_pos .uss_onepos_info .uss_shop_price_amount_wrap .uss_shop_price span.old_price {
  font-size: 16px;
  color: #00997b;
  display: inline-block;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .uss_buy_one_click_pos .uss_onepos_info .uss_shop_price_amount_wrap .uss_shop_price div.actual_price {
  font-size: 28px;
  padding: 0 0 6px !important;
  margin: 0;
  display: block;
  width: 100%;
  background: none !important;
  font-weight: 300;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .uss_buy_one_click_pos .uss_onepos_info .uss_shop_price_amount_wrap .uss_shop_by .amount_count .amount {
  border: 1px solid #b3b3b3;
  border-radius: 0;
  text-align: center;
}
.jq-radio {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
em.price_zero_class {
  font-size: 16px;
  max-width: 100%;
  overflow: hidden;
  white-space: normal;
  line-height: 1;
}
.jq-selectbox {
  z-index: 90 !important;
}
.uss_eshop_sort_block .filter_show_by_links .jq-selectbox__select {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.table:not(.uss_eshop_sameproducts) {
  width: 100%;
  display: block;
}
.table:not(.uss_eshop_sameproducts) tbody {
  display: block;
}
.table:not(.uss_eshop_sameproducts) tr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.table:not(.uss_eshop_sameproducts) tr td {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.table:not(.uss_eshop_sameproducts) tr td img {
  max-width: 100%;
}
.uss_eshop_filters .uss_eshop_filters_block .jq-select-multiple {
  max-width: 100%;
}
.uss_shop_newbies_title {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}
.form.fixed {
  z-index: 999;
  background: rgba(0, 0, 0, 0.75) !important;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block !important;
  width: auto !important;
  margin: 0 !important;
  text-align: left;
}
.form.fixed .form-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 25px;
  background: #fff;
  z-index: 1000;
  max-width: calc(100vw - 20px);
  width: 420px;
}
.form.fixed .form-wrap .h3 {
  color: #212121;
}
.form.fixed .form-wrap .close {
  width: 35px;
  height: 35px;
  background: url('../img/close.png') center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.form.fixed .fc_form_tml {
  margin-bottom: 0;
}
.form.fixed .form-wrap form {
  width: 100%;
  max-width: none !important;
  color: #212121;
}
.form.fixed .form-wrap form .buttons {
  text-align: center;
}
.form.fixed .form-wrap form .buttons input.styler {
  display: inline-block;
}
.content {
  line-height: 1.6;
}
.content .uss_section_top_images img {
  display: block;
  max-width: 100%;
}
.content .fc_form_tml form {
  width: 100%;
}
.content .fc_form_tml form .fc_item:not(.fc_checkbox) .elem_item {
  width: 100%;
}
.content .fc_form_tml form .fc_item:not(.fc_checkbox) .elem_item input.styler {
  width: 100%;
}
.content .fc_form_tml form .fc_item:not(.fc_checkbox) .elem_item textarea.styler {
  width: 100%;
}
.content .fc_form_tml form .fc_item:not(.block) {
  max-width: 420px;
  width: 100%;
}
.modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 999;
  display: none;
}
.modal,
.modal * {
    box-sizing: border-box;
}
.modal .modal-wrap {
	padding: 35px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	z-index: 1000;
	position: absolute;
	width: 450px;
	max-width: calc(100% - 20px);
	box-sizing: border-box;
	border-radius: 25px;
}
.modal .modal-wrap .h3 {
  text-align: center;
  margin: 0 0 10px 0;
}
.modal .modal-wrap form {
  width: 100%;
}
.modal .modal-wrap form .group {
  width: 100%;
}
.modal .modal-wrap form .group .fc_item {
  width: 100%;
}
.modal .modal-wrap form .group .fc_item:not(.fc_checkbox) .elem_item {
  width: 100%;
}

.items {
  width: 100%;
}
.photoalbum .uss_widget_outer_content {
  width: 100% !important;
  display: block !important;
}
.footer .uss_error_form,
.block_form .uss_error_form,
.header .uss_error_form {
  display: none !important;
}
.comment_form_block form#ommentaddform_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.comment_form_block form#ommentaddform_id .uss_form_item {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  display: block;
  float: none;
  margin-right: 0;
}
.comment_form_block form#ommentaddform_id .uss_form_item.hnpot {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}
.comment_form_block form#ommentaddform_id .uss_form_item.uss_form_text:not(.hnpot):not(.uss_form_checkbox):not(.uss_form_textarea):not( :nth-of-type(even)) {
  margin-right: 10px;
}
.comment_form_block form#ommentaddform_id .uss_form_item.uss_form_textarea,
.comment_form_block form#ommentaddform_id .uss_form_item.uss_form_checkbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}
.comment_form_block form#ommentaddform_id .uss_form_item input.styler {
  width: 100%;
}
.comment_form_block form#ommentaddform_id .uss_form_item textarea.styler {
  width: 100%;
}
.catalog_order_form form {
  width: 500px;
  max-width: 100%;
}
.catalog_order_form form .group:not(.end) {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.catalog_order_form form .group:not(.end) .fc_item:not(.fc_checkbox) {
  width: 100%;
}
.catalog_order_form form .group:not(.end) .fc_item:not(.fc_checkbox):not(:last-child) {
  margin-right: 20px;
}
.catalog_order_form form .group:not(.end) .fc_item:not(.fc_checkbox) .elem_item {
  width: 100%;
}
.catalog_order_form form .group:not(.end) .fc_item:not(.fc_checkbox) .elem_item input.styler {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.catalog_order_form form .group:not(.end) .fc_item:not(.fc_checkbox) .elem_item textarea.styler {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.catalog_order_form form .group {
  width: 100%;
}
.catalog_order_form form .group .fc_item {
  width: 100%;
}
.colorStyle1 .uss_adv_img_list_item.uss_ail_point span {
  background-color: #00997b;
}
.colorStyle1 .uss_adv_img_list_item.uss_ail_point.active span {
  background-color: #feca34;
}
.colorStyle1 .header .slider .slide .caption .preview p {
  
}
.colorStyle2 .uss_adv_img_list_item.uss_ail_point span {
  background: -webkit-gradient(linear, left top, left bottom, from(#c26f6b), to(#86465b));
  background: linear-gradient(#c26f6b, #86465b);
}
.colorStyle2 .uss_adv_img_list_item.uss_ail_point.active span {
  background: #6266b9;
}
.colorStyle2 .header .slider .slide .caption .preview {
  padding-right: 50%;
  padding-left: 0;
  text-align: left;
}
.colorStyle3 .uss_adv_img_list_item.uss_ail_point span {
  background-color: #ccd5e0;
}
.colorStyle3 .uss_adv_img_list_item.uss_ail_point.active span {
  background-color: #811a37;
}
.colorStyle3 .header .bg {
  color: #212121;
}
.colorStyle3 .mainpage .header .bg,
.colorStyle3 .singlepage .header:after {
  background: rgba(204, 213, 224, 0.75);
}
.colorStyle3 .header .bg a {
  color: inherit;
}
.colorStyle4 .uss_adv_img_list_item.uss_ail_point span {
  background: -webkit-gradient(linear, left top, left bottom, from(#70b9c2), to(#52a7b1));
  background: linear-gradient(#70b9c2, #52a7b1);
}
.colorStyle4 .uss_adv_img_list_item.uss_ail_point.active span {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdd6e), to(#ffc602));
  background: linear-gradient(#ffdd6e, #ffc602);
}
.colorStyle4 .header .slider .slide .caption .preview {
  padding-right: 50%;
  padding-left: 0;
}
.colorStyle5 .uss_adv_img_list_item.uss_ail_point span {
  background-color: #a5dce4;
}
.colorStyle5 .uss_adv_img_list_item.uss_ail_point.active span {
  background-color: #2f2f2f;
}
.colorStyle5 .header .bg {
  color: #212121;
}
.colorStyle5 .header .bg a {
  color: inherit;
}
.colorStyle6 .uss_adv_img_list_item.uss_ail_point span {
  background-color: #00997b;
}
.colorStyle6 .uss_adv_img_list_item.uss_ail_point.active span {
  background-color: #feca34;
}
.uss_eshop_sameproducts.list .imageArea {
  margin-right: 10px !important;
}
.uss_catalog_detail .uss_img_wrapper.for_preview_columned {
  margin-right: 20px;
}
.uss_shoppos_table a.add_to_cart {
  display: inline-block;
  padding: 3px 3px 4px;
  margin: 0 0 2px 0;
  text-decoration: none;
}
.buy_one_click_form_inpos {
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f4f7), to(#d6dbe3));
  background: linear-gradient(#f3f4f7, #d6dbe3);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #adb4bf;
  background: none;
}
.buy_one_click_form_inpos .inner {
  padding: 20px 0;
}
.buy_one_click_form_inpos .h3 {
  font-size: 27px;
}
.buy_one_click_form_inpos .h3 span {
  font-weight: 700;
}
.buy_one_click_form_inpos .input_decor {
  width: 100%;
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  padding: 9px 0 0 9px;
  outline: none !important;
}
.buy_one_click_form_inpos .input_decor.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.buy_one_click_form_inpos .uss_form_item {
  margin-bottom: 10px;
  overflow: visible;
}
.buy_one_click_form_inpos .uss_form_item input {
  padding: 0 0 0 9px;
  width: 100%;
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  outline: none !important;
  height: 35px;
  width: auto;
}
.buy_one_click_form_inpos .uss_form_item textarea {
  width: 100%;
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  outline: none !important;
  height: 35px;
  width: auto;
  padding: 9px 0 0 9px;
}
.buy_one_click_form_inpos .uss_form_item input.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.buy_one_click_form_inpos .uss_form_item textarea.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.buy_one_click_form_inpos .uss_form_item input[type='submit'] {
  padding: 0 20px;
  font-size: 15px;
  border: none;
}
.buy_one_click_form_inpos .uss_form_item textarea[type='submit'] {
  padding: 0 20px;
  font-size: 15px;
  border: none;
}
.buy_one_click_form_inpos .uss_form_item label {
  font-size: 15px !important;
  font-family: inherit !important;
}
.buy_one_click_form_inpos form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.buy_one_click_form_inpos form .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}
.buy_one_click_form_inpos form .group.end {
  max-width: 75%;
}
.buy_one_click_form_inpos form .group .fc_item {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  padding: 2px 3px;
}
.buy_one_click_form_inpos form .group .fc_item:not(.block) {
  width: 100%;
}
.buy_one_click_form_inpos form .group .fc_item label {
  font-size: 15px;
}
.buy_one_click_form_inpos form .group .fc_item .elem_item {
  width: 100%;
}
.buy_one_click_form_inpos form .group .fc_item .elem_item input {
  padding-top: 0 !important;
  padding: 0 0 0 9px;
  height: 39px;
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  outline: none !important;
  width: 100%;
  margin: 1px;
}
.buy_one_click_form_inpos form .group .fc_item .elem_item textarea {
  border: 1px solid #9eaaae;
  -webkit-box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  box-shadow: 1px 1px 1px #aab2b7, inset 0 1px 1px #656e72;
  border-radius: 0;
  background-color: #eeeeee;
  resize: none;
  font-size: 16px;
  color: #a2a3a3;
  outline: none !important;
  width: 100%;
  padding: 9px 0 0 9px;
}
.buy_one_click_form_inpos form .group .fc_item .elem_item input.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.buy_one_click_form_inpos form .group .fc_item .elem_item textarea.error {
  border-color: #bd2b2b;
  -webkit-box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
  box-shadow: 1px 1px 1px #b53535, inset 0 1px 1px #e24646;
}
.buy_one_click_form_inpos form .group:not(.end) .fc_item:first-child {
  padding-left: 3px;
}
.buy_one_click_form_inpos form .buttons {
  max-width: 298px;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  display: block;
  margin: 0 auto;
}
.buy_one_click_form_inpos form .buttons input {
  display: inline-block;
  width: 323px;
  height: 40px;
  font-size: 21px;
  text-align: center;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  letter-spacing: -1.1px;
  font-family: inherit;
  font-size: 18px;
  max-width: 100%;
}
.buy_one_click_form_inpos form .buttons input:hover {
  background-position: 0 0;
  background: #00648d;
  color: #ffffff;
}
.buy_one_click_form_inpos form .buttons button {
  display: inline-block;
  width: 323px;
  height: 40px;
  font-size: 21px;
  text-align: center;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  letter-spacing: -1.1px;
}
.buy_one_click_form_inpos form .buttons button:hover {
  background-position: 0 0;
  background: #00648d;
  color: #ffffff;
}
.buy_one_click_form_inpos h3,
.buy_one_click_form_inpos .h3 {
  font-size: 48px;
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  font-weight: 100;
  text-align: center;
  margin: 0 0 27px;
}
.buy_one_click_form_inpos form {
  width: 100%;
  max-width: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.buy_one_click_form_inpos form .group {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.buy_one_click_form_inpos form .group .fc_item {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.buy_one_click_form_inpos form .group .fc_item:not(:first-child) {
  margin-left: 10px;
}
.buy_one_click_form_inpos form .group:not(.end) .fc_item .elem_item {
  width: 100%;
}
.contact__form .h3 {
  font-size: 42px;
}
.colorStyle1 .contact__form .fc_form_tml form .group:nth-of-type(3):not(.end) .fc_item:first-child,
.colorStyle2 .contact__form .fc_form_tml form .group:nth-of-type(3):not(.end) .fc_item:first-child,
.colorStyle3 .contact__form .fc_form_tml form .group:nth-of-type(3):not(.end) .fc_item:first-child,
.colorStyle4 .contact__form .fc_form_tml form .group:nth-of-type(3):not(.end) .fc_item:first-child,
.colorStyle5 .contact__form .fc_form_tml form .group:nth-of-type(3):not(.end) .fc_item:first-child,
.colorStyle6 .contact__form .fc_form_tml form .group:nth-of-type(3):not(.end) .fc_item:first-child {
  max-width: 40%;
}
.slider_block .slides {
  max-height: none !important;
}
.slider_block .slides .slick-prev {
  left: -35px;
}
.slider_block .slides .slider-next {
  right: -35px;
}
.colorStyle2 .style.bg_type2:after {
  background: rgba(255, 255, 255, 0.75);
}
.colorStyle2 .style.bg_type4:after,
.colorStyle2 .style.bg_type1:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(102, 56, 72, 0.75)), to(rgba(140, 98, 96, 0.75)));
  background: linear-gradient(rgba(102, 56, 72, 0.75), rgba(140, 98, 96, 0.75));
}
.colorStyle2 .h_nav_top .menu ul li .submenu li:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#85455b), to(#c26f6b));
  background: linear-gradient(#85455b, #c26f6b);
}
.colorStyle2 .h_nav_top .menu ul li .submenu li:hover a {
  color: #fff;
}
.colorStyle2 .singlepage .container .content {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}
.colorStyle3 .style.bg_type1:after {
  background: rgba(204, 213, 224, 0.75);
}
.colorStyle3 .style.bg_type2:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(102, 56, 72, 0.75)), to(rgba(140, 98, 96, 0.75)));
  background: linear-gradient(rgba(102, 56, 72, 0.75), rgba(140, 98, 96, 0.75));
}
.colorStyle3 .h_nav_top .menu ul li .submenu li:hover {
  background-color: #811a37;
}
.colorStyle3 .h_nav_top .menu ul li .submenu li:hover a {
  color: #fff;
}
.colorStyle4 .style.bg_type1:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(202, 225, 229, 0.75)), to(rgba(234, 243, 243, 0.75)));
  background: linear-gradient(rgba(202, 225, 229, 0.75), rgba(234, 243, 243, 0.75));
}
.colorStyle4 .h_nav_top .menu ul li .submenu li:hover {
  background-color: linear-gradient(#ffc600, #ffdd6f);
}
.colorStyle4 .singlepage .container .content {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}
.colorStyle5 .style.bg_type1:after {
  background: rgba(0, 0, 0, 0.8);
}
.colorStyle5 .h_nav_top .menu ul li .submenu li:hover {
  background-color: #00648d;
}
.colorStyle6 .style.bg_type1:after {
  background: rgba(74, 46, 40, 0.75);
}
.colorStyle6 .style.bg_type2:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(243, 243, 245, 0.75)), to(rgba(230, 230, 231, 0.75)));
  background: linear-gradient(rgba(243, 243, 245, 0.75), rgba(230, 230, 231, 0.75));
}
.colorStyle6 .h_nav_top .menu ul li .submenu li:hover {
  background-color: linear-gradient(#ffdf2f, #fcbf2e);
}
.colorStyle6 .h_nav_top .menu ul li .submenu li:hover a {
  color: #303030;
}
#review tr td img {
  border-radius: 186px;
  overflow: hidden;
}
.uss_catalog_tabs .tab_item {
  zoom: 1;
}
.uss_catalog_tabs .tab_item:before,
.uss_catalog_tabs .tab_item:after {
  content: '';
  display: table;
}
.uss_catalog_tabs .tab_item:after {
  clear: both;
}
.uss_eshop_filters_block .filter_price input.styler:not([type='submit']) {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
.singlepage .container .inner {
  padding-top: 29px;
  padding-bottom: 29px;
}
.singlepage h1 {
  text-align: left;
  font-weight: 300;
  font-size: 48px;
  display: block;
  line-height: 1;
  margin: 0 0 15px 0;
  letter-spacing: -0.7px;
}
.singlepage .h3,
.singlepage .comment_form_block .comment_form_title {
  text-align: left !important;
}
.bread {
  line-height: 1.2;
  font-size: 18px;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}
.bread span {
  color: #a2a3a3;
  margin: 0 5px;
}
.uss_pagenator * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.uss_pagenator .uss_page_count {
  font-size: 15px;
  font-weight: 300;
  font-family: inherit;
}
.uss_pagenator .uss_page_num .uss_page_selected {
  padding: 5px 3px 2px;
}
.uss_pagenator a {
  font-size: 16px;
}
.colorStyle6 .singlepage .photo .uss_images_block,
.colorStyle3 .singlepage .photo .uss_images_block {
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.colorStyle6 .singlepage .photo .uss_images_block .uss_one_image,
.colorStyle3 .singlepage .photo .uss_images_block .uss_one_image {
  max-width: calc((100% - 30px) / 4);
}
.colorStyle6 .singlepage .photo .uss_images_block .uss_one_image img,
.colorStyle3 .singlepage .photo .uss_images_block .uss_one_image img {
  max-width: 100%;
  display: block;
}
.copy .privacy a {
  color: inherit;
}
.jq-checkbox.checked .jq-checkbox__div {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #feca34;
}
.jq-radio.checked .jq-radio__div {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #feca34;
}
.content .section_text img,
.content .section_text .uss_section_top_images {
  max-width: 100%;
}
.colorStyle1 .header .slider + .context {
  left: 0;
}
.colorStyle2 .jq-checkbox.checked .jq-checkbox__div {
  background: #a05862;
}
.colorStyle2 .jq-radio.checked .jq-radio__div {
  background: #a05862;
}
.colorStyle2 .header .slider + .context {
  right: 0;
}
.colorStyle3 .jq-checkbox.checked .jq-checkbox__div {
  background: #811a37;
}
.colorStyle3 .jq-radio.checked .jq-radio__div {
  background: #811a37;
}
.colorStyle3 .header .slider + .context {
  left: 0;
}
.colorStyle4 .jq-checkbox.checked .jq-checkbox__div {
  background: #ffce29;
}
.colorStyle4 .jq-radio.checked .jq-radio__div {
  background: #ffce29;
}
.colorStyle4 .header .slider + .context {
  right: 0;
}
.colorStyle5 .jq-checkbox.checked .jq-checkbox__div {
  background: #a5dce4;
}
.colorStyle5 .jq-radio.checked .jq-radio__div {
  background: #a5dce4;
}
.colorStyle5 .header .slider + .context {
  left: 0;
}
.colorStyle6 .jq-checkbox.checked .jq-checkbox__div {
  background: #ffcf27;
}
.colorStyle6 .jq-radio.checked .jq-radio__div {
  background: #ffcf27;
}
.colorStyle6 .header .slider + .context {
  left: 0;
}
.slider .slide {
  max-height: 100%;
  overflow: hidden;
}
.slider .image:not(.aspect_rated) {
  max-height: 100%;
}
.slider .image:not(.aspect_rated) img {
  max-width: 100%;
  max-height: 100%;
}
.slider .image {
  position: relative;
}
.slider .image img {
  display: block;
  margin: 0 auto;
}
.slider .image.width_fit.height_more img {
  width: auto;
  height: 100%;
}
.slider .image.width_fit.height_fit img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.slider .image.aspect_rated img {
  display: block;
  position: absolute;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}
.slider .image.height_less img {
  height: 100%;
  width: auto;
}
.slider .image.width_less img {
  width: 100%;
  height: auto;
}
.slider .image.width_more.height_fit img {
  height: 100% !important;
  width: auto !important;
}
.slider .image.width_more.height_more img {
  height: 100%;
  width: auto;
}
.slider .image.width_less.height_more img {
  width: auto;
  height: 100%;
}
.slider .image.width_fit.height_less img {
  width: auto;
  height: 100%;
}
.slider .image.width_less.height_less img {
  height: 100%;
  width: auto;
  max-width: none;
}
.uss_privacy_policy_wrap {
  color: #212121;
}
.aside-banner .banner-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10 !important;
}
.uss-flex-items {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  width: 100% !important;
}
.jq-selectbox {
  z-index: 10 !important;
}
.uss_photoalbums_foto_box {
  margin: 0;
}
.buy_one_click_window_wrap {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.buy_one_click_window_wrap form .group .fc_item .elem_item {
  max-width: 100%;
}
.catalog_orderform_tml .catalog_orderform_window_wrap {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.catalog_orderform_tml .catalog_orderform_window_wrap form .group .fc_item .elem_item {
  max-width: 100%;
}
.catalog_orderform_tml .catalog_orderform_window_wrap form .group .fc_item.fc_checkbox .elem_item {
  width: auto !important;
}
.uss_widget_outer_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.uss_widget_outer_content {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
}
a[href^="tel:"],
a[href^="tel:"]:hover {
  white-space: nowrap;
  color: inherit ;
  text-decoration: none;
}
.price_zero_class {
  white-space: normal !important;
  font-size: 12px !important;
  line-height: 1 !important;
}
.uss_user_basket,
.uss_user_wishlist,
.uss_user_basket *,
.uss_user_wishlist * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.uss_user_basket table tr td.uss_name,
.uss_user_wishlist table tr td.uss_name {
  line-height: 1.2;
}
.uss_user_basket table tr td.uss_name .uss_title,
.uss_user_wishlist table tr td.uss_name .uss_title {
  height: auto;
  line-height: 1.35;
}
.uss_user_basket table tr td.uss_name .uss_description,
.uss_user_wishlist table tr td.uss_name .uss_description {
  line-height: 1.35;
  height: auto;
}
.uss_user_basket table tr td.uss_number input,
.uss_user_wishlist table tr td.uss_number input {
  min-width: 30px;
  height: 30px;
  border: 1px solid #e2e4e6;
  text-align: center;
}
.uss_user_basket table tr td.uss_delete_pos,
.uss_user_wishlist table tr td.uss_delete_pos {
  position: relative;
  padding-right: 20px;
}
.uss_user_basket table tr td.uss_delete_pos .del_wish,
.uss_user_wishlist table tr td.uss_delete_pos .del_wish,
.uss_user_basket table tr td.uss_delete_pos .del_basket_item,
.uss_user_wishlist table tr td.uss_delete_pos .del_basket_item {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .uss_user_basket,
  .uss_user_wishlist {
    display: block;
  }
  .uss_user_basket .hide,
  .uss_user_wishlist .hide {
    display: none !important;
  }
  .uss_user_basket > table,
  .uss_user_wishlist > table {
    display: block;
    border-right: 1px solid #ccc;
  }
  .uss_user_basket > table > tbody,
  .uss_user_wishlist > table > tbody {
    display: block;
  }
  .uss_user_basket > table > tbody > tr,
  .uss_user_wishlist > table > tbody > tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 5px;
  }
  .uss_user_basket > table > tbody > tr + tr > td.uss_image,
  .uss_user_wishlist > table > tbody > tr + tr > td.uss_image {
    padding-top: 10px !important;
  }
  .uss_user_basket > table > tbody > tr + tr > td.uss_name,
  .uss_user_wishlist > table > tbody > tr + tr > td.uss_name {
    padding-top: 10px !important;
  }
  .uss_user_basket > table > tbody > tr:not(.total_sum),
  .uss_user_wishlist > table > tbody > tr:not(.total_sum) {
    padding-right: 5px;
    padding-left: 5px;
  }
  .uss_user_basket > table > tbody > tr:first-child,
  .uss_user_wishlist > table > tbody > tr:first-child {
    display: none;
  }
  .uss_user_basket > table > tbody > tr:not(.hide),
  .uss_user_wishlist > table > tbody > tr:not(.hide) {
    border-bottom: 1px solid #ccc;
  }
  .uss_user_basket > table > tbody > tr th,
  .uss_user_wishlist > table > tbody > tr th {
    display: none;
  }
  .uss_user_basket > table > tbody > tr td,
  .uss_user_wishlist > table > tbody > tr td {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    border: none;
  }
  .uss_user_basket > table > tbody > tr td.uss_image,
  .uss_user_wishlist > table > tbody > tr td.uss_image {
    float: left;
    padding-left: 0 !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 100px;
            flex: 0 100px;
    border: none !important;
    padding-top: 5px !important;
    padding-left: 5px !important;
  }
  .uss_user_basket > table > tbody > tr td.uss_name,
  .uss_user_wishlist > table > tbody > tr td.uss_name {
    -webkit-box-flex: 1;
        -ms-flex: 1 calc(100% - 100px);
            flex: 1 calc(100% - 100px);
    display: block;
    width: auto;
    padding: 0;
    white-space: normal;
  }
  .uss_user_basket > table > tbody > tr td.uss_name .uss_description,
  .uss_user_wishlist > table > tbody > tr td.uss_name .uss_description {
    line-height: 1.2em;
  }
  .uss_user_basket > table > tbody > tr td.uss_name .uss_title,
  .uss_user_wishlist > table > tbody > tr td.uss_name .uss_title {
    font-size: 17px;
  }
  .uss_user_basket > table > tbody > tr td.uss_name .uss_description,
  .uss_user_wishlist > table > tbody > tr td.uss_name .uss_description {
    font-size: 14px;
  }
  .uss_user_basket > table > tbody > tr td.uss_name > *,
  .uss_user_wishlist > table > tbody > tr td.uss_name > * {
    margin-bottom: 7px;
  }
  .uss_user_basket > table > tbody > tr td.uss_name ~ *,
  .uss_user_wishlist > table > tbody > tr td.uss_name ~ * {
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .uss_user_basket > table > tbody > tr td.uss_price_field,
  .uss_user_wishlist > table > tbody > tr td.uss_price_field {
    font-size: 20px;
    font-weight: bold;
  }
  .uss_user_basket > table > tbody > tr td.uss_price_field:not(.uss_sum_field),
  .uss_user_wishlist > table > tbody > tr td.uss_price_field:not(.uss_sum_field) {
    display: none !important;
  }
  .uss_user_basket > table > tbody > tr td:not(.uss_name),
  .uss_user_wishlist > table > tbody > tr td:not(.uss_name) {
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
  .uss_user_basket > table > tbody > tr td:not(.uss_name) *:not(input),
  .uss_user_wishlist > table > tbody > tr td:not(.uss_name) *:not(input) {
    border: none;
  }
  .uss_user_basket > table > tbody > tr td.totals,
  .uss_user_wishlist > table > tbody > tr td.totals {
    display: block;
    width: 100%;
  }
  .uss_user_basket > table > tbody > tr td.uss_number,
  .uss_user_wishlist > table > tbody > tr td.uss_number {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .uss_user_basket > table > tbody > tr td.uss_number a.uss_plus,
  .uss_user_wishlist > table > tbody > tr td.uss_number a.uss_plus,
  .uss_user_basket > table > tbody > tr td.uss_number a.uss_minus,
  .uss_user_wishlist > table > tbody > tr td.uss_number a.uss_minus {
    width: auto;
    height: auto;
    font-size: 40px;
    padding: 0 9px;
    line-height: 1;
  }
  .uss_user_basket > table > tbody > tr td.uss_number input,
  .uss_user_wishlist > table > tbody > tr td.uss_number input {
    min-width: 30px;
    height: 30px;
    border: 1px solid #e2e4e6;
    text-align: center;
  }
  .uss_user_basket > table > tbody > tr td.uss_delete_pos,
  .uss_user_wishlist > table > tbody > tr td.uss_delete_pos {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding-right: 30px !important;
  }
  .uss_user_basket > table > tbody > tr td.uss_delete_pos a,
  .uss_user_wishlist > table > tbody > tr td.uss_delete_pos a {
    margin: 0;
  }
  .uss_user_basket > table > tbody > tr td.uss_delete_pos a + a,
  .uss_user_wishlist > table > tbody > tr td.uss_delete_pos a + a {
    margin-left: 9px;
    margin-right: 3px;
  }
  .uss_user_basket > table > tbody > tr td.uss_delete_pos a img,
  .uss_user_wishlist > table > tbody > tr td.uss_delete_pos a img {
    width: 15px;
    height: 15px;
    display: block;
    margin: 0;
  }
  .uss_user_basket > table > tbody > tr td.uss_delete_pos a.uss_pos_buttons,
  .uss_user_wishlist > table > tbody > tr td.uss_delete_pos a.uss_pos_buttons {
    font-size: 17px;
    display: inline-block;
    padding: 0 5px;
    vertical-align: middle;
  }
  #wrap .uss_user_wishlist > table > tbody > tr td.uss_price_field {
    display: block !important;
  }
  .uss_user_wishlist > table > tbody > tr {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .uss_user_wishlist > table > tbody > tr td.uss_delete_pos > a {
    margin-left: 5px;
  }
  .section_basket2 .fc_form_tml .group .fc_item.block {
    width: 100% !important;
  }
}
.uss-copyright.kzsite .uss-copyright_text {
  overflow: hidden;
}
.uss-copyright.kzsite .uss-copyright_text span,
.uss-copyright.kzsite .uss-copyright_text strong {
  margin-left: 0;
}
.uss_catlog_cat_anons ul,
.uss_tree_description ul {
  list-style-type: disc;
}
.uss_catlog_cat_anons ul,
.uss_tree_description ul,
.uss_catlog_cat_anons ol,
.uss_tree_description ol {
  padding: 0 0 0 19px;
  margin: 5px 0 5px 0;
  text-align: left;
}
.uss_catlog_cat_anons ul a,
.uss_tree_description ul a,
.uss_catlog_cat_anons ol a,
.uss_tree_description ol a {
  color: inherit !important;
  font-size: inherit !important;
}
.section_photoalbums .uss_photoalbums_foto_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.section_photoalbums .uss_photoalbums_foto_box .uss_img_item {
  max-width: 100%;
  display: block;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}
.section_photoalbums .uss_photoalbums_foto_box .uss_img_item .uss_img_pre {
  max-width: 100%;
  height: auto !important;
  display: block;
}
.section_photoalbums .uss_photoalbums_foto_box .uss_img_item .uss_img_pre img {
  max-width: 100%;
  height: auto;
  display: block;
}
.section_photoalbums .uss_photoalbums_foto_mosaic .uss_img_item {
  max-width: 100%;
}
.section_photoalbums .uss_photoalbums_foto_mosaic .uss_img_item img {
  display: block;
  max-width: 100%;
}
.section_photoalbums .uss_photoalbums_foto_list .uss_img_item .uss_img_pre {
  max-width: 100%;
  display: block;
  height: auto !important;
}
.section_photoalbums .uss_photoalbums_foto_list .uss_img_item .uss_img_pre img {
  max-width: 100%;
}
@media (min-width: 769px) {
  .footer .footer_contacts {
    margin-bottom: 20px;
    background: rgba(15, 14, 23, .7);
    color: #fff;
    font-size: 18px;
    display: inline-block;
    padding: 15px 20px 17px;
    z-index: 10;
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 250px;
  }
  .footer .footer_contacts a {
    color: #fff !important;
  }
}
@media (max-width: 768px) {
  .fc_form_tml .group .fc_item.block {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 540px) {
  .uss_basket_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .uss_basket_menu > * {
    margin: 7px 0 !important;
    padding: 0 !important;
  }
  .uss_basket_menu > * + * {
    margin-top: 0 !important;
  }
}
@media (max-width: 600px) {
  .uss_shop_detail_350_right .uss_img_wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 10px;
    row-gap: 10px;
  }
  .uss_shop_detail_350_right .uss_img_wrapper .uss_img_big {
    float: none;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0 !important;
  }
  .uss_shop_detail_350_right .uss_img_wrapper .uss_img_big .uss_img_big_image {
    position: relative;
  }
  .uss_shop_detail_350_right .uss_img_wrapper .uss_img_ico_box.column {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
            column-gap: 10px;
    row-gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0 !important;
  }
  .uss_shop_detail_350_right .uss_img_wrapper .uss_img_ico_box.column > .uss_img_ico {
    margin-right: 0 !important;
  }
}
.imageArea,
.imageWrapOuter,
.uss_img_holder_outer {
  max-width: 100%;
}
.imageArea div,
.imageWrapOuter div,
.uss_img_holder_outer div,
.imageArea a,
.imageWrapOuter a,
.uss_img_holder_outer a,
.imageArea img,
.imageWrapOuter img,
.uss_img_holder_outer img {
  max-width: 100%;
}
.uss_eshop_block_item {
  max-width: 100%;
}
.uss_eshop_block_item div,
.uss_eshop_block_item a,
.uss_eshop_block_item img {
  max-width: 100%;
}
.uss_tabs table[class*='uss_table'] {
  border-collapse: collapse;
}
@media (max-width: 650px) {
  .imageArea,
  .imageWrapOuter,
  .uss_img_holder_outer {
    height: auto !important;
  }
  .imageArea div,
  .imageWrapOuter div,
  .uss_img_holder_outer div {
    height: auto !important;
  }
  .uss_eshop_block_item {
    height: auto !important;
  }
  .uss_eshop_block_item div {
    height: auto !important;
  }
  .content .uss_section_content img {
    float: none !important;
  }
  .mainpage .content .section_text .uss_section_content img {
    margin: 0 auto 30px !important;
    display: block;
  }
}
.uss-scroller .mCSB_container {
  padding-top: 45px;
}
.uss-scroller .mCSB_scrollTools {
  top: 15px;
  bottom: auto;
}
.tableScoller-wrap {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  width: 100%;
  max-width: 100%;
  clear: both;
  float: none;
  zoom: 1;
}
.tableScoller-wrap:before,
.tableScoller-wrap:after {
  content: '';
  display: table;
}
.tableScoller-wrap:after {
  clear: both;
}
.uss_section_content .uss_basket_menu > a,
.uss_section_content .uss_basket_menu > span {
  display: inline-block;
}
.uss_photoalbums_albums_block .uss_albums_name {
  font-size: 16px;
}
.catalog_orderform_tml .h3 {
  font-weight: 300;
  font-size: 35px;
  text-align: center;
  letter-spacing: -0.7px;
  margin-bottom: 15px;
}
@media (min-width: 769px) and (max-width: 1000px) {
  .uss_shop_table_view .uss_img .uss_img_holder_outer,
  .uss_shop_table_view .uss_img .uss_img_holder {
    max-width: 139px;
    height: auto !important;
  }
}
@media (max-width: 768px) {
  .uss_shop_table_view.mCustomScrollbar .mCSB_container {
    width: 100% !important;
  }
  table.uss_shoppos_table {
    display: block;
    border: none;
    max-width: 100%;
    width: 100%;
  }
  table.uss_shoppos_table tbody {
    display: block;
  }
  table.uss_shoppos_table tbody tr:first-child {
    display: none;
  }
  table.uss_shoppos_table tbody tr:first-child + td {
    border-top: 1px solid #989898;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item {
    width: 100%;
    display: block;
    padding-bottom: 7px;
    padding-top: 7px;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item + tr {
    padding-top: 7px;
    border-top: 1px solid #989898;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td {
    font-size: 15px;
    border: none;
    padding: 0;
    display: block;
    overflow: hidden;
    width: auto !important;
    margin-bottom: 5px;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_img {
    float: left;
    display: block;
    margin-right: 10px;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_img ~ * {
    overflow: hidden;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_title {
    display: block;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_price {
    text-align: left;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_price span.old_price {
    font-size: 16px;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_price span.actual_price {
    font-size: 18px;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_description > div {
    height: auto;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_onlineorder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_onlineorder > * {
    margin: 10px 10px 0 0 !important;
    white-space: nowrap;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_onlineorder a.add_to_cart {
    max-width: none;
    margin-bottom: 0 !important;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_onlineorder span.add_to_cart + .uss_shop_by {
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  table.uss_shoppos_table tbody tr.uss_eshop_item td {
    margin: 0 0 5px 0;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_img {
    float: none;
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_img > div {
    margin: 0 auto;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td > div {
    margin: 0;
  }
}
@media (max-width: 1680px) {
  .h_nav_top .cart {
    -webkit-box-shadow: 1px 1px 5px rgba(123, 141, 148, 0.4);
            box-shadow: 1px 1px 5px rgba(123, 141, 148, 0.4);
    width: 50px;
    height: 50px;
    padding: 0;
    background-position: 8px 50% !important;
    background-size: 30px auto;
  }
  .h_nav_top .cart .uss_basket_mini {
    background: none;
    padding: 0;
  }
  .h_nav_top .cart .uss_basket_mini p {
    display: none;
  }
  .h_nav_top .cart .uss_basket_mini #uss_block_basket_amount {
    position: absolute;
    left: 40px;
    top: 4px;
    text-align: right;
    color: #fff;
  }
  .h_nav_top .cart .uss_basket_mini .amounts .countword {
    display: none;
  }
  .h_nav_top .cart .uss_basket_mini .totals {
    display: none;
  }
  .h_nav_top .cart .uss_basket_mini .empty:after {
    content: '0';
    position: absolute;
    left: 40px;
    top: 4px;
    font-size: 16px;
    font-family: inherit;
    color: #fff;
    font-weight: bold;
  }
  .colorStyle2 .h_nav_top .cart .uss_basket_mini,
  .colorStyle3 .h_nav_top .cart .uss_basket_mini,
  .colorStyle4 .h_nav_top .cart .uss_basket_mini,
  .colorStyle5 .h_nav_top .cart .uss_basket_mini {
    color: #303030;
  }
  .colorStyle2 .h_nav_top .cart .uss_basket_mini .empty:after,
  .colorStyle3 .h_nav_top .cart .uss_basket_mini .empty:after,
  .colorStyle4 .h_nav_top .cart .uss_basket_mini .empty:after,
  .colorStyle5 .h_nav_top .cart .uss_basket_mini .empty:after {
    color: #303030;
  }
  .colorStyle2 .h_nav_top .cart .uss_basket_mini #uss_block_basket_amount,
  .colorStyle3 .h_nav_top .cart .uss_basket_mini #uss_block_basket_amount,
  .colorStyle4 .h_nav_top .cart .uss_basket_mini #uss_block_basket_amount,
  .colorStyle5 .h_nav_top .cart .uss_basket_mini #uss_block_basket_amount {
    color: #3D444F;
  }
}
@media (max-width: 1450px) {
  .slider_block .slides {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 1401px) {
    .h_nav_top .contacts:after {
      content: '';
      width: 1980px;
    }
}
@media (max-width: 1400px) {
  .header .context {
    padding-left: 10px;
    padding-right: 10px;
  }
  .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .block .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header .slider .slick-arrow {
    display: none !important;
  }
  .header .slider .slide .caption {
    max-width: calc(100vw - 10px);
  }
  .slider_block .slick-prev {
    left: -6px;
  }
  .slider_block .slick-right {
    right: -6px;
  }
  .h_nav_top .menu ul {
    padding-left: 20px;
  }
  .h_nav_top .contacts {
    padding-right: 10px;
  }
}
@media (max-width: 1200px) {
  .uss_eshop_sameproducts.table {
    display: block;
    width: 100%;
    overflow: auto;
  }
}
@media (max-width: 768px) {
  .inner {
    padding: 20px 15px;
    width: auto;
  }
  .product .uss_eshop_block_item {
    margin-right: 0;
    margin-left: 0;
  }
  .product ul li {
    margin-right: 0;
    margin-left: 0;
  }
  .product_catalog .uss_eshop_block_item {
    margin-right: 0;
    margin-left: 0;
  }
  .product_catalog ul li {
    margin-right: 0;
    margin-left: 0;
  }
  .table_block tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .table_block tr td img {
    max-width: 60%;
    height: auto;
  }
  .block.photoalbum .inner {
    padding-bottom: 45px;
  }
  .block .slides .slide {
    width: 200px;
  }
  .block .slides .slide img {
    max-width: 100%;
    height: auto;
  }
  .block .slides .news_block_item {
    display: block !important;
    margin-bottom: 0;
  }
  .block:not(.counter) .slides .news_block_item {
    padding-right: 0;
  }
  .block.slider_block .inner {
    padding-bottom: 40px;
  }
  .block.slider_block.slider2 .slides .news_block_item .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 130px;
            flex: 0 130px;
  }
  .colorStyle1 .h_nav_top .cart,
  .colorStyle1 .basket .uss_basket_mini {
    background: url(../img/cart-icon-1.png) center no-repeat !important;
  }
  .colorStyle1 .h_nav_top .cart .uss_basket_mini {
    color: #feca34 !important;
  }
  .colorStyle2 .h_nav_top .cart,
  .colorStyle2 .basket .uss_basket_mini {
    background: url(../img/cart-icon-2.png) center no-repeat !important;
  }
  .colorStyle2 .h_nav_top .cart .uss_basket_mini {
    color: #A15963 !important;
  }
  .colorStyle4 .h_nav_top .cart,
  .colorStyle4 .basket .uss_basket_mini {
    background: url(../img/cart-icon-4.png) center no-repeat !important;
  }
  .colorStyle4 .h_nav_top .cart .uss_basket_mini {
    color: #FFC324 !important;
  }
  .counter .inner {
    padding: 29px 0 23px !important;
  }
  .counter .h3 {
    font-size: 22px;
  }
  .counter .counter .lpc_timer #clock > div {
    height: auto;
  }
  .counter .lpc_timer #clock > div p {
    font-size: 40px;
    width: 35px;
    height: 51px;
    background-size: cover;
    line-height: 51px;
  }
  .counter .lpc_timer #clock > div .label {
    font-size: 35px;
  }
  .product .uss_eshop_block_item {
    width: 194px !important;
  }
  .product .uss_eshop_block_item .img img {
    max-width: 100%;
    height: auto;
  }
  .uss_catalog_block_cat .uss_catalog_category {
    width: 194px !important;
  }
  .uss_catalog_block_cat .uss_catalog_category .uss_catalog_cat_img {
    height: auto !important;
  }
  .uss_catalog_block_cat .uss_catalog_category .uss_catalog_cat_img img {
    max-width: 100%;
    height: auto;
  }
  .uss_catalog_block_cat .uss_catalog_category .uss_shop_cat_img_wrap {
    height: auto !important;
  }
  .uss_catalog_block_cat .uss_catalog_category .uss_shop_cat_img_wrap img {
    max-width: 100%;
    height: auto;
  }
  .uss_catalog_block_cat .uss_shop_category {
    width: 194px !important;
  }
  .uss_catalog_block_cat .uss_shop_category .uss_catalog_cat_img {
    height: auto !important;
  }
  .uss_catalog_block_cat .uss_shop_category .uss_catalog_cat_img img {
    max-width: 100%;
    height: auto;
  }
  .uss_catalog_block_cat .uss_shop_category .uss_shop_cat_img_wrap {
    height: auto !important;
  }
  .uss_catalog_block_cat .uss_shop_category .uss_shop_cat_img_wrap img {
    max-width: 100%;
    height: auto;
  }
  .uss_shop_block_cat .uss_catalog_category {
    width: 194px !important;
  }
  .uss_shop_block_cat .uss_catalog_category .uss_catalog_cat_img {
    height: auto !important;
  }
  .uss_shop_block_cat .uss_catalog_category .uss_catalog_cat_img img {
    max-width: 100%;
    height: auto;
  }
  .uss_shop_block_cat .uss_catalog_category .uss_shop_cat_img_wrap {
    height: auto !important;
  }
  .uss_shop_block_cat .uss_catalog_category .uss_shop_cat_img_wrap img {
    max-width: 100%;
    height: auto;
  }
  .uss_shop_block_cat .uss_shop_category {
    width: 194px !important;
  }
  .uss_shop_block_cat .uss_shop_category .uss_catalog_cat_img {
    height: auto !important;
  }
  .uss_shop_block_cat .uss_shop_category .uss_catalog_cat_img img {
    max-width: 100%;
    height: auto;
  }
  .uss_shop_block_cat .uss_shop_category .uss_shop_cat_img_wrap {
    height: auto !important;
  }
  .uss_shop_block_cat .uss_shop_category .uss_shop_cat_img_wrap img {
    max-width: 100%;
    height: auto;
  }

  .colorStyle2 .top .menu ul li a {
    color: #ffffff;
  }
  .colorStyle2 .h_nav_top .menu ul {
    background: -webkit-gradient(linear, left top, left bottom, from(#85455b), to(#c26f6b));
    background: linear-gradient(#85455b, #c26f6b);
  }
  .colorStyle2 .h_nav_top .menu ul li a {
    color: #fff;
  }
  .colorStyle3 .top .menu ul {
    background: #821b38;
  }
  .colorStyle3 .h_nav_top .menu ul {
    background: #77102d;
  }
  .colorStyle3 .h_nav_top .menu ul li a {
    color: #fff;
  }
  .colorStyle4 .top .menu ul {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffc600), to(#ffdd6f));
    background: linear-gradient(#ffc600, #ffdd6f);
  }
  .colorStyle4 .h_nav_top .menu ul {
    background: #feca34;
  }
  .colorStyle4 .h_nav_top .menu ul li a {
    color: #262427;
  }
  .colorStyle5 .top .menu ul {
    background: -webkit-gradient(linear, left top, left bottom, from(#353535), to(#1a1a1a));
    background: linear-gradient(#353535, #1a1a1a);
  }
  .colorStyle5 .h_nav_top .menu ul {
    background: #212121;
  }
  .colorStyle5 .h_nav_top .menu ul li a {
    color: #fff;
  }
  .colorStyle6 .top .menu ul {
    background: #4a2e28;
  }
  .colorStyle6 .footer .right .h3 {
    font-size: 19px;
  }
  .colorStyle6 .footer .right form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .colorStyle6 .footer .right form .group {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .colorStyle6 .footer .phones {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .colorStyle6 .footer .phones p {
    margin: 0 10px 15px 0;
  }
  .colorStyle6 #wrap.mainpage.tml_mid .header .inner .left {
    background: rgba(230, 230, 231, 0.7);
  }
  .colorStyle6 #wrap.mainpage.tml_mid .header .inner .right {
    background: rgba(230, 230, 231, 0.7);
  }
  .colorStyle6 #wrap.mainpage.tml_max .header .inner .left {
    background: rgba(230, 230, 231, 0.7);
  }
  .colorStyle6 #wrap.mainpage.tml_max .header .inner .right {
    background: rgba(230, 230, 231, 0.7);
  }
  .colorStyle6 .h_nav_top .menu ul {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffdf2f), to(#feca34));
    background: linear-gradient(#ffdf2f, #feca34);
  }
  .colorStyle6 .h_nav_top .menu ul li a {
    color: #262427;
  }
  .table tr td {
    -webkit-box-flex: 0;
        -ms-flex: 0 calc((100% - 10px) / 2);
            flex: 0 calc((100% - 10px) / 2);
  }
  table.uss_shoppos_table {
    display: block;
  }
  table.uss_shoppos_table tbody {
    display: block;
  }
  table.uss_shoppos_table tbody tr:first-child {
    display: none;
  }
  table.uss_shoppos_table tbody tr td {
    font-size: 15px;
    border: none;
    padding: 0;
    display: block;
    overflow: hidden;
    width: auto !important;
    margin-bottom: 5px;
  }
  table.uss_shoppos_table tbody tr td.uss_img {
    float: left;
    display: block;
  }
  table.uss_shoppos_table tbody tr td.uss_title {
    display: block;
  }
  table.uss_shoppos_table tbody tr td.uss_description > div {
    height: auto;
  }
  table.uss_shoppos_table tbody tr td.uss_onlineorder {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
  .mainpage .header .inner {
    padding-top: 85px !important;
  }
  table.uss_eshop_sameproducts.table {
    display: block;
    overflow: auto;
  }
  table.uss_eshop_sameproducts.table tr.item td {
    padding: 5px;
    min-width: 100px;
  }
  table.uss_eshop_sameproducts.table tr.item td.imageTd {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 100px;
  }
  table.uss_eshop_sameproducts.table tr.item td.imageTd img {
    max-width: 100px;
    display: block;
    margin: 0 auto;
  }
  table.uss_eshop_sameproducts.table tr.item td.title {
    min-width: 200px;
  }
  .content .uss_section_top_images {
    margin-right: 0;
    float: none;
  }
  .uss_catalog_detail .uss_img_wrapper.for_preview_columned {
    margin: 0 0 10px 0;
    display: block;
    float: none;
    width: 100%;
  }
  .uss_catalog_detail .uss_img_wrapper.for_preview_columned .uss_img_big catalog_preview_columned img {
    max-width: 100%;
    display: block;
  }
  .uss_shop_detail .uss_img_big .uss_img_big_image {
    max-width: 100%;
    height: auto !important;
  }
  .uss_shop_detail .uss_img_big .uss_img_big_image img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  .uss_advanced_image_list {
    display: none !important;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_price span {
    background: none;
    font-size: 28px;
    padding: 0 0 0 !important;
    margin: 0;
    display: block;
    width: 100%;
    background: none !important;
    font-weight: 300;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_price span.old_price {
    font-size: 16px;
    padding-bottom: 0;
    color: #00997b;
    display: inline-block;
  }
  table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_price span.actual_price {
    font-size: 28px;
  }
}
@media (max-width: 700px) {
  .block.table_block table tr td {
    width: 33%;
  }
  .colorStyle6 .singlepage .photo .uss_images_block .uss_one_image {
    max-width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 600px) {
  .product .catalog_menu li {
    margin-bottom: 20px;
    max-width: 230px;
    width: 46%;
  }
  .product .uss_eshop_block_item {
    margin-bottom: 20px;
    max-width: 230px;
    width: 46%;
  }
  .product .catalog_menu_image img {
    max-width: 100%;
  }
  .product .uss_eshop_menu li {
    max-width: 230px;
    width: 48%;
  }
  .product_catalog .catalog_menu li {
    margin-bottom: 20px;
    max-width: 230px;
    width: 48%;
  }
  .product_catalog .uss_eshop_block_item {
    margin-bottom: 20px;
    max-width: 230px;
    width: 48%;
  }
  .product_catalog .catalog_menu_image img {
    max-width: 100%;
  }
  .product_catalog .uss_eshop_menu li {
    max-width: 230px;
    width: 48%;
  }
  .counter .lpc_timer #clock > div {
    margin-right: -3px;
  }
  #wrap .block.table_block table {
    margin-bottom: 10px;
  }
  #wrap .block.table_block table tr td {
    -webkit-box-flex: 0;
        -ms-flex: 0 46%;
            flex: 0 46%;
    margin-bottom: 10px;
  }
  #wrap .block.slider_block.slider_type3 .slides li.slick-slide {
    max-width: 180px;
  }
  #wrap .block.slider_block.slider_type3 .slides li.slick-slide img {
    max-width: 100%;
    height: auto;
  }
  #wrap .news_slider .image {
    float: none;
  }
  #wrap .news_slider .image img {
    margin: 0 auto;
  }
  .uss_shop_detail .uss_img_wrapper {
    display: block;
    margin: 0 auto;
  }
  .uss_shop_detail .uss_img_big {
    float: none;
  }
  .block.table_block table tr td {
    width: 50%;
  }
  .uss_shop_detail .uss_shop_technical_data {
    display: block;
    width: 100%;
  }
  .uss_shop_detail_350_bottom .uss_img_wrapper {
    float: none;
    display: block;
  }
}
@media (max-width: 550px) {
  .uss_shop_detail .uss_img_wrapper {
    float: none;
    max-width: 100%;
  }
  div.uss_eshop_tabs div.uss_eshop_tabs_navigation span {
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.65);
    padding-left: 10px;
    padding-right: 10px;
  }
  div.uss_catalog_tabs .uss_catalog_tabs_navigation span {
    width: 100%;
  }
  .uss_eshop_sameproducts.list .item .imageWrap {
    float: none;
    max-width: 100%;
    border: none;
  }
  .uss_eshop_sameproducts.list .item .imageWrap .image {
    display: block;
    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
  }
  .uss_eshop_sameproducts.list .item .info {
    display: block;
    width: 100%;
  }
  .uss_eshop_filters_block .group .eshop_filters_items .eshop_filters {
    max-width: calc((100% - 10px) / 2);
  }
  .uss_eshop_filters_block .group .eshop_filters_items .eshop_filters:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .uss_eshop_filters_block .group .eshop_filters_items .eshop_filters:not(:nth-of-type(2n)) {
    margin-right: 10px;
  }
  .uss_eshop_filters_block .group .eshop_filters_items .eshop_filters label {
    display: block;
    width: 100%;
    float: none;
  }
}
@media (max-width: 550px) {
  .buy_one_click_form_inpos form .group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .buy_one_click_form_inpos form .group .fc_item {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
  }
  .buy_one_click_form_inpos form .group .fc_item:not(:first-child) {
    margin-left: 0;
  }
  .review_list .slick-slide > div {
    margin: 0;
  }
  .uss_shop_block_cat .uss_shop_category,
  .uss_catalog_block_cat .uss_catalog_category,
  .product .uss_catalog_sidebar .uss_catalog_category {
    margin-bottom: 20px;
  }
  .block .uss_eshop_menu > li {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 500px) {
  .uss_shop_block_cat .uss_shop_category,
  .uss_catalog_block_cat .uss_catalog_category,
  .product .uss_catalog_sidebar .uss_catalog_category {
    max-width: 48%;
  }
  .catalog_order_form form .group:not(.end) {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .catalog_order_form form .group:not(.end) .fc_item {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
  }
  .catalog_order_form form .group:not(.end) .fc_item:not(.fc_checkbox):not(:last-child) {
    margin-right: 0;
  }
  .comment_form_block form#ommentaddform_id .uss_form_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
  }
  .comment_form_block form#ommentaddform_id .uss_form_item.uss_form_text:not(.hnpot):not(.uss_form_checkbox):not(.uss_form_textarea):not( :nth-of-type(even)) {
    margin-right: 0;
  }
}







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

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

.basket.basket-big-active {

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

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

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

@media (min-width:769px) and (max-width:1800px) {
  .basket.basket-big-active {
    top: 20%;
  }
}
@media (min-width:769px) {
  .basket {
    display: block;
    position: fixed;
    right: 0;
    top: 185px;
    background: #3c3839;
  }
}
@media (max-width:768px) {
  .basket.basket-big-active .basket-big-wrap {
      position: absolute;
      top: 68px;
  }
  .basket.basket-big-active .basket-mini-title {
    display: none;
  }
}
.navigation_fixed {
    z-index: 1001;
    font-family: inherit;
    display: none;
}
.navigation_fixed a {
	text-decoration: none;
}
.navigation_fixed > ul,
.navigation_fixed > ul > li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.navigation_fixed .uss_menu_item,
.navigation_fixed > ul > li > a {
    font-size: 16px;
    line-height: normal;
}
.navigation_fixed .uss_menu_item .uss_menu_title > a,
.navigation_fixed li > a {
    font-size: 16px;
}
.navigation_fixed .uss_menu_item,
.navigation_fixed li > a {
    border: 1px solid rgba(0,0,0,0.2);
    border-right: 0;
    margin-bottom: -1px;
}
.navigation_fixed .uss_menu_item .uss_menu_title > a {
    color: inherit;
    text-decoration: none;
    box-sizing: border-box;
}
.navigation_fixed .uss_menu_item .uss_menu_image > a > img {
    filter: brightness(0) saturate(100%) invert(10%) sepia(7%) saturate(579%) hue-rotate(236deg) brightness(96%) contrast(88%);
}
@media (max-width: 999px) {
    .navigation_fixed {
        display: block;
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
        left: calc(100% - 45px);
    }
    .navigation_fixed li > a {
        width: 195px;
        min-width: 45px;
        min-height: 45px;
        height: 100%;
        padding: 0 10px;
        background: #FED767;
        color: #fff !important;
        display: flex;
        align-items: center;
        font-size: 12px;
    }
    .navigation_fixed .uss_menu_item {
        width: 195px;
        display: flex;
        align-items: center;
        min-width: 45px;
        height: 45px;
        height: 100% !important;
        background: #FED767;
        color: #fff;
        transition: transform 0.5s ease 0s;
        transform: translateX(0px);
    }
    .navigation_fixed .uss_menu_item,
    .navigation_fixed ul li > a {
        color: #262427;
    }
    .navigation_fixed .uss_menu_item:hover,
    .navigation_fixed ul li > a:hover {
        transform: translateX(-150px);
        background: #FED767;
    }
    .navigation_fixed .uss_menu_item .uss_menu_image {
        width: 45px;
        height: 45px;
    }
    .navigation_fixed .uss_menu_item .uss_menu_image > a {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
    }
    .navigation_fixed .uss_menu_item .uss_menu_title > a:hover {
        color: inherit !important;
    }
    .navigation_fixed .uss_menu_item .uss_menu_image > a > img {
        display: block;
        max-width: 30px;
        height: auto;
    }
    .navigation_fixed .uss_menu_item .uss_menu_title {
        flex: 1;
        height: 100%;
        max-width: 150px;
    }
    .navigation_fixed .uss_menu_item .uss_menu_title > a {
        padding: 0 5px;
        height: 100%;
        display: flex;
        align-items: center;
        width: 100%;
    }
}
@media (max-width: 650px) {
    body {
        height: auto;
        min-height: 100%;
        padding-bottom: 59px;
    }
    .uss_privacy_policy_wrap {
        padding-bottom: 20px;
    }
    .navigation_fixed {
        transform: none;
        bottom: -1px;
        top: auto;
        left: 0;
        right: 0;
    }
    .navigation_fixed ul {
        display: flex;
    }
    .navigation_fixed ul li {
        flex: 1;
    }
    .navigation_fixed .uss_menu_item,
    .navigation_fixed li > a {
        min-height: 60px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .navigation_fixed .uss_menu_item .uss_menu_title {
        flex: 0;
        min-width: 100%;
        max-width: unset;
    }
    .navigation_fixed .uss_menu_item {
        width: unset;
        height: unset;
        margin: 0;
        border: 0;
        border-top: 1px solid rgba(0,0,0,0.2);
    }
    .navigation_fixed li > a {
        border: 0;
        border-top: 1px solid rgba(0,0,0,0.2);;
    }
    .navigation_fixed .uss_menu_item:hover,
    .navigation_fixed ul li > a:hover {
        transform: none;
    }
    .navigation_fixed li:not(:last-child) > * {
        border-top: 1px solid rgba(0,0,0,0.2);
        border-right: 1px solid rgba(0,0,0,0.2);
    }
    .navigation_fixed .uss_menu_item .uss_menu_image {
        height: unset;
        width: 100% !important;
    }
    .navigation_fixed .uss_menu_item .uss_menu_image > a {
        display: block;
        padding: 5px 0 0px;
    }
    .navigation_fixed .uss_menu_item .uss_menu_image > a > img {
        margin: auto;
        height: 20px;
        width: auto;
    }
    .navigation_fixed .uss_menu_item .uss_menu_title > a,
    .navigation_fixed > ul > li > a {
        font-size: 16px;
        text-align: center;
    }
    .navigation_fixed .uss_menu_item .uss_menu_title > a {
        display: block;
        padding: 5px 5px 10px 5px;
        line-height: 1.2;
        color: #262427;
    }
    .navigation_fixed li > a {
        width: unset;
        margin-bottom: 0;
    }

    .to-top-btn {
        bottom: 85px;
    }
    .to-top-btn.to-top-btn-left {
        left: 15px;
    }
    #uptocall-start {
        top: calc(100% - 75px - 27px) !important;
    }
    .__jivoMobileButton,
    .amo-button-holder {
        bottom: 85px !important;
    }
    .__jivoMobileButton > *[class^="button"] {
        margin-bottom: 0 !important;
    }
}
:root {
	--accent: #56C8A4;
	--accent-dark: #35AA85;
	--accent-80: rgba(70,195,155,.8);
	
	--accent2: #F4E76E;
	--accent2-dark: #E8D150;
	
	--accent3: #585858;
	--accent3-light: #EFEAE8;
	
	
	--accent4: #F8F8F8;
	--accent4-light: #F3F3F3;
	--accent4-dark: #EAEAEA;
	--main-color: #FFFFFF;
	--main-color-dark: #131313;
	
	--mainFont: 'Geologica', sans-serif;
	
	--bc-1: #E7E7E7;
	
	--toWhite: brightness(0) invert(1);
	--toAccent: brightness(0) saturate(100%) invert(80%) sepia(20%) saturate(1021%) hue-rotate(106deg) brightness(87%) contrast(83%);
	
	--toAccent2: brightness(0) saturate(100%) invert(76%) sepia(53%) saturate(392%) hue-rotate(10deg) brightness(111%) contrast(91%);

	
	--toAccent3: brightness(0) saturate(100%) invert(30%) sepia(0%) saturate(507%) hue-rotate(207deg) brightness(99%) contrast(76%);
	
	--tr-1: .25s linear;
	--tr-2: .35s linear;
	--block-margin: 90px;
	--fs-1: 44px;
}
body {
	font-size: 16px;
	font-family: var(--mainFont);
	font-weight: 300;
	overflow-x: hidden;
}
@font-face {
	font-family: 'Geologica';
	src: url('../fonts/GeologicaRoman-Light.woff2'), format('woff2'), url('../fonts/GeologicaRoman-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Geologica';
	src: url('../fonts/GeologicaRoman-Regular.woff2'), format('woff2'), url('../fonts/GeologicaRoman-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Geologica';
	src: url('../fonts/GeologicaRoman-Medium.woff2'), format('woff2'), url('../fonts/GeologicaRoman-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Geologica';
	src: url('../fonts/GeologicaRoman-SemiBold.woff2'), format('woff2'), url('../fonts/GeologicaRoman-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Geologica';
	src: url('../fonts/GeologicaRoman-Bold.woff2'), format('woff2'), url('../fonts/GeologicaRoman-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}
.wrapper {
	width: 1430px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
	max-width: 100%;
}
.wrapper-wide {
	width: 1600px;
	margin: 0 auto;
	position: relative;
	max-width: 100%;
}
.top-header {
	padding: 34px 0;
	color: var(--main-color-dark);
	border-bottom: solid 1px var(--bc-1);
}
.top-header .wrapper {
	display: flex;
	align-items: center;
}
.top-header .wrapper .left {
	flex: 0 0 auto;
	padding-right: 70px;
	border-right: solid 1px var(--bc-1);
	display: flex;
	align-items: center;
}
.top-header .wrapper .logo {
	max-width: 420px;
}
.top-header .wrapper .logo p {
	margin: 0;
	padding: 0;	
}
.top-header .wrapper .center {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	font-size: 17px;
	font-weight: 300;
	padding: 0 90px;
	flex: 1 1 auto;
}
.top-header .wrapper .center p {
	margin: 0;
} 
.top-header .wrapper .center .h3 {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 12px;
	color: var(--accent3);
}
.top-header .wrapper .address strong,
.top-header .wrapper .contacts a[href^='tel:'] {
	display: block;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 5px;
}
.top-header .wrapper .contacts a {
	color: inherit;
	text-decoration: none;
}
.callus {
	background: var(--accent);
	border-radius: 12px;
	color: var(--main-color);
	padding: 16px 28px;
	line-height: 1.4;
	font-size: 19px;
	font-weight: 500;
	display: flex;
	align-items: center;
	transition: var(--tr-1);
	cursor: pointer;
	width: max-content;
}
.callus:hover {
	background: var(--accent-dark);
}
.callus::after {
	content: '';
	display: inline-block;
	margin-left: 14px;
	width: 11px;
	height: 11px;
	background: url('/img/arrow-link.svg') center no-repeat;
	background-size: contain;
	filter: var(--toWhite);

}
.burger {
	display: none;	
	width: 44px;
	height: 44px;
	flex: 0 0 auto;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	border: solid 3px var(--accent);
	border-radius: 10px;
	padding: 6px 5px;
	background: var(--accent);
	margin-right: 20px;
	cursor: pointer;
}
.burger span {
	background: var(--main-color);
	width: 100%;
	height: 4px;
	border-radius: 5px;
}
.top-header .search {
	display: none;
}
.bottom-header .wrapper {
	display: flex;
	align-items: center;

}
.bottom-header .menu {
	flex: 1 1 auto;
	font-weight: 300;
	font-size: 20px;
}
.bottom-header a {
	color: inherit;
	text-decoration: none;
}
.menu ul,
.menu li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.bottom-header .menu .submenu {
	display: none;
}
.bottom-header .menu>ul {
	display: flex;
	justify-content: space-between;
	column-gap: 50px; 
}
.bottom-header .menu>ul>li>a {
	display: block;
	position: relative;
	padding: 27px 0px 27px;
	transition: var(--tr-1);
}
.bottom-header .menu>ul>li>a::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 4px;
	border-radius: 2px 2px 0 0;
	left: 0;
	bottom: 0;
	background: var(--accent);
	transform: scaleX(0);
	transition: inherit;
}
.bottom-header .menu>ul>li>a:hover,
.bottom-header .menu>ul>li>a.active {
	color: var(--accent);
}
.bottom-header .menu>ul>li>a:hover::after,
.bottom-header .menu>ul>li>a.active::after {
	transform: scaleX(1);
}
.header .search {
	flex: 0 0 auto;
	margin-left: 28px;
}
.header .search .search-open-btn {
	width: 44px;
	height: 44px;
	border-radius: 10px;
	background: var(--accent2) url('/img/search-icon.svg') center no-repeat;
	transition: var(--tr-1);
	background-size:18px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	z-index: 20;
}
.header .search .search-open-btn:hover {
	background-color: var(--accent2-dark);
}
.header .search .search-open-btn::before,
.header .search .search-open-btn::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background: var(--main-color-dark);
	width: 50%;
	opacity: 0;
	height: 2px;
	border-radius: 2px;
	transform-origin: center center;
	transform: translate(-75%,-5px) rotate(45deg);
	transition: inherit;
}
.header .search .search-open-btn::after {
	transform: translate(-25%,-5px) rotate(135deg);
}
.header .search  .uss_site_search {
	position: absolute;
	right: -100%;
	top: 50%;
	display: flex;
	align-items: center;
	overflow: hidden;
	transform: translate(30px,-50%);
	width: calc(100% - 102px);
	opacity: 0;
	transition: right 0s var(--tr-1), opacity var(--tr-1), transform var(--tr-1);
	z-index: 10;
}
.header .search  .uss_site_search .uss_input_name {
	font-family: inherit;
	background: var(--accent3-light) url('/img/search-icon.svg') no-repeat;
	background-size: 18px;
	background-position: 20px 50%;
	color: var(--main-color-dark);
	font-size: 17px;
	font-weight: 300;
	border-radius: 10px;
	flex: 1 1 auto;
	line-height: 1;
	padding: 16px 16px 16px 60px;
	box-shadow: none;
	border: 0;
	appearance: none;
	margin: 0 20px 0 0;
	min-width: 0;
}
.header .search  .uss_site_search .uss_input_name::placeholder {
	opacity: 1;
	color: inherit;
	font: inherit;
}
.header .search  .uss_site_search  .uss_submit {
	padding: 16px 24px;
	text-align: center;
	font: inherit;
	color: var(--main-color);
	background: var(--accent);
	border: 0;
	box-shadow: none;
	text-shadow: none;
	font-weight: 500;
	border-radius: 10px;
	transition: var(--tr-1);
	cursor: pointer;

}
.header .search  .uss_site_search  .uss_submit:hover {
	background: var(--accent-dark);
}
/*Раскрытый поиск*/

.header .search.opened .search-open-btn {
	background-size: 0px;
}
.header .search.opened .search-open-btn::before {
	opacity: 1;
	transform: translate(-50%,-50%) rotate(45deg);
}

.header .search.opened .search-open-btn::after {
	opacity: 1;
	transform: translate(-50%,-50%) rotate(135deg);
}
.header .search.opened .uss_site_search {
	opacity: 1;
	display: flex;
	right: 88px;
	transform: translate(0,-50%);
	transition: right 0s, opacity var(--tr-1), transform var(--tr-1);
}
.videoBG {
	min-height: 300px;
	position: relative;
}
.videoBG .bg {
	position: relative;
	height: 100%;
	width: auto;
}
.videoBG .bg video {
	height: 100%;
	width: auto;
	display: block;
	object-fit: cover;
	object-position: 50% 50%;
}
.videoBG .bg::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
}
.videoBG .bg p {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
.videoBG-info {
	position: absolute;
	top: 135px;
	transform: translateX(-50%);
	z-index: 10;
	left: 50%;
	color: var(--main-color);
}
.videoBG-info .h3 {
	font-size: 74px;
	line-height: 1.1;
	max-width: 640px;
	font-weight: 400;
	margin: 0 0 30px;
}
.videoBG-info p {
	max-width: 600px;
	font-size: 22px;
	line-height: 1.4;	
}
.videoBG-form {
	position: absolute;
	bottom: 0;
	border-radius: 25px 25px 0 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1600px;
	max-width: 100%;
	background: var(--accent-80);
	padding: 35px 0 60px;
}
.videoBG-form .wrapper {
	display: flex;
	align-items: flex-end;
	color: var(--main-color);
}
.videoBG-form .videoBG-form-desc {
	font-weight: 200;
	font-size: 18px;
	flex: 0 0 auto;
	width: 280px;
	margin-right: 105px;
}
.videoBG-form .videoBG-form-desc p {
	margin: 0;
}
.videoBG-form .videoBG-form-desc .h3 {
	font-size: 34px;
	line-height: 1.2;
	font-weight: 400;
	margin-bottom: 18px;
}
.videoBG-form .videoBG-form-content {
	flex: 1 1 auto;
	align-self: flex-end;
	max-width: 100%;
}
.videoBG-form .fc_form_tml {
	margin: 0;
	max-width: 100%;
}
.videoBG-form .fc_form_tml .fc_form {
	display: flex;
	max-width: 100%;
	align-items: center;
}

.videoBG-form .fc_form_tml .fc_form .group {
	display: flex;
}
.videoBG-form .fc_form_tml .fc_form .group .fc_item {
	margin: 0 30px 0 0;
	position: relative;
}
.videoBG-form .fc_form_tml .fc_form .group .fc_item .elem_item {
	width: max-content;
}
.videoBG-form .fc_form_tml .group .fc_item:not(.fc_checkbox) .sector_title {
	font-weight: 300;
	font-size: 17px;
	bottom: calc(100% + 15px);
	position: absolute;
	color: inherit;
}
.videoBG-form .fc_form_tml .group .fc_item:not(.fc_checkbox) .styler {
	padding: 24px 27px;
	font-family: inherit;
	font-size: 17px;
	font-weight: 200;
	border-radius: 10px;
	line-height: 1;
	color: var(--main-color-dark);
	width: 390px;
	border: 0;
	box-shadow: none;
}
.videoBG-form .fc_form_tml .fc_item .styler::placeholder {
	opacity: 1;
	color: inherit;
	font: inherit;
}
.videoBG-form .fc_form_tml .buttons input {
	background: var(--accent2);
	color: var(--main-color-dark);
	padding: 26px 36px;
	border-radius: 12px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	height: auto;
	border: 0;
	transition: var(--tr-1);
}
.videoBG-form .fc_form_tml .buttons input:hover {
	background: var(--accent2-dark);
	color: var(--main-color-dark);
}
.videoBG-form .fc_form_tml .fc_form .group.end {
	position: absolute;
	top: calc(100% + 10px);
}
.videoBG-form .fc_form_tml .group .fc_item.fc_checkbox {
	display: flex;
	flex-direction: row;
	width: 100%;
	align-items: center;
	color: var(--main-color);
	font-size: 15px;
}
.videoBG-form .fc_form_tml .group .fc_item.fc_checkbox .sector_title {
	color: inherit;
	font: inherit;
	margin: 0;
}
.videoBG-form .fc_form_tml .group .fc_item.fc_checkbox .sector_title a {
	color: var(--accent2);
}
.videoBG-form .fc_form_tml .group .fc_item.fc_checkbox .sector_title a:hover {
	color: var(--accent2-dark);
}
/*Чекбоксы*/
.jq-checkbox {
	width: 22px;
	height: 22px;
	border: 0;
	border-radius: 5px;
	box-sizing: border-box !important;
	background: var(--accent3-light);
	box-shadow: none;
	margin: 0 10px 0 0;
	top: auto;
}
.jq-checkbox .jq-checkbox__div {
	width: 100%;
	height: 100%;
	background: url('/img/checkmark.svg') center no-repeat;
	background-size: 14px;
	margin: 0;
	border-radius: 0;
	transition: var(--tr-1);
	opacity: 0;
	transform: scale(1.5);

}
.jq-checkbox.checked .jq-checkbox__div {
	width: 100%;
	height: 100%;
	background: url('/img/checkmark.svg') center no-repeat;
	background-size: 14px;
	margin: 0;
	border-radius: 0;
	transform: scale(1);
	opacity: 1;

}
.catalog {
	margin: var(--block-margin) 0;
}
.catalog .catalog_menu {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	row-gap: 40px;
	justify-content: space-between;
}
.catalog .catalog_menu li {
	width: calc((100% - (3 * 40px)) / 4);
	margin: 0;
}
.catalog .catalog_menu .catalog_menu_image {
	width: 100%;
	height: 100%;
}
.catalog .catalog_menu .catalog_menu_image img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	border-radius: 16px;
}
.catalog .catalog_menu .catalog_menu_item>a {
	text-decoration: none;
	font-size: 22px;
	color: var(--main-color-dark);
	font-weight: 400;
	line-height: 1.5;
	display: block;
	margin: 0;
	padding: 12px 0 6px;
	text-align: left;
	width: max-content;
	position: relative;
	transition: var(--tr-1);
	max-width: 100%;
}
.catalog .catalog_menu .catalog_menu_item>a::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 4px;
	border-radius: 2px 2px 0 0;
	left: 0;
	bottom: 0;
	background: var(--accent-dark);
	transform: translateY(-25%);
	opacity: 0;
	transition: inherit;
}
.catalog .catalog_menu .catalog_menu_item:hover>a {
	color: var(--accent-dark);
}
.catalog .catalog_menu .catalog_menu_item:hover>a::after {
	transform: translateY(0);
	opacity: 1;
}
.upsides .upsides-items {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	row-gap: 40px;
	justify-content: space-between;	
}
.upsides .upsides-items .item {
	width: calc((100% - (3 * 40px)) / 4);
	margin: 0;
	background: var(--accent4);
	border-radius: 16px;
	padding: 35px;
	position: relative;
	transition: var(--tr-1);
}
.upsides .upsides-items .item::after {
	content: '';
	display: block;
	position: absolute;
	width: 11px;
	height: 11px;
	right: 23px;
	top: 23px;
	background: url('/img/arrow-link.svg') center no-repeat;
	filter: var(--toAccent3);
	transition: inherit;
}
.upsides .upsides-items .item:hover {
	box-shadow: 0 0 0 10px var(--accent4);
}
.upsides .upsides-items .item:hover::after {
	right: 13px;
	top: 13px;	
}
.upsides .upsides-items .item .img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 82px;
	height: 82px;
	background: var(--accent);
	border-radius: 50%;
	border: solid 3px var(--main-color);
	margin: 0 0 45px;
	padding: 20px;
}
.upsides .upsides-items .item .img img {
	display: block;
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
	filter: var(--toWhite);
}
.upsides .upsides-items .item .title {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.5;
	color: var(--main-color-dark);
	margin-bottom: 12px;
}
.upsides .upsides-items .item .text {
	font-size: 17px;
	font-weight: 200;
	line-height: 1.4;
	color: var(--accent3);
}
.consult-block {
	position: relative;
	margin: var(--block-margin) 0 0;
	padding-top: 90px;
}
.consult-block .bg {
	width: 100%;
	height: 100%;
	max-height: 100%;
	max-width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.consult-block .bg p {
	margin: 0;
	padding: 0;	
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}
.consult-block .bg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	max-width: 100%;
	max-height: 100%;
}
.consult-block .wrapper-wide {
	background: var(--main-color);
	padding: 55px 0;
	border-radius: 25px 25px 0px 0px;

}
.consult-block .wrapper-wide::before {
	content: '';
	position: absolute;
	display: block;
	width: calc(100% - 600px);
	height: 100%;
	background: url('/img/consult-text-bg.jpg') no-repeat;
	background-size: contain;
	background-position: bottom right;
	right: 80px;
	bottom: 0;
}
.consult-block .wrapper-wide::after {
	content: '';
	display: block;
	position: absolute;
	width: 11px;
	height: 11px;
	right: 30px;
	top: 30px;
	background: url('/img/arrow-link.svg') center no-repeat;
	filter: var(--toAccent3);	
}
.consult-block .wrapper .h3 {
	font-size: var(--fs-1);
	font-weight: 400;
	line-height: 1.1;
	max-width: 485px;
}


.consult-block .wrapper .buttons {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.consult-block .wrapper p {
	max-width: 485px;
	color: var(--accent3);
	font-size: 17px;
	line-height: 1.4;
	font-weight: 200;
}
.consult-block .wrapper .buttons .phone {
	margin-left: 55px;
	padding-left: 75px;
	position: relative;
}
.consult-block .wrapper .buttons .phone::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 58px;
	height: 58px;
	background: var(--accent2) url('/img/phone-icon.svg') center no-repeat;
	border-radius: 50%;
}
.consult-block .wrapper .buttons .phone a[href^='tel:'] {
	display: block;
	color: var(--main-color-dark);
	font-weight: bold;
}

.content .uss_section_text {
	font-size: 17px;
	font-weight: 300;
	line-height: 1.5;
	color: var(--main-color-dark);
}
.mainpage .container {
	margin: var(--block-margin) auto;
	width: 1600px;
}
.main-content {
	width: 1500px;
	margin: 0 0 0 auto;
	display: flex;
	max-width: 100%;
}
.main-content .content-desc {
	margin-right: 70px;
	flex: 0 0 auto;
	width: 410px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.main-content .content-desc .h3 {
	font-size: var(--fs-1);
	font-weight: 400;
	line-height: 1.1;
	margin: 0 0 45px;
}
.main-content .content-desc P {
	margin: 0;
}
.main-content .content-desc img {
	border-radius: 25px;
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 0 45px;
}
.main-content .content-desc .btn {
	height: max-content;
}
.main-content .content-desc .btn a {
	display: block;
	padding: 19px 28px;
	width: max-content;
	border-radius: 16px;
	background: var(--accent);
	color: var(--main-color);
	font-size: 19px;
	font-weight: 500;
	transition: var(--tr-1);
	text-decoration: none;
	line-height: 1;
}
.main-content .content-desc .btn a:hover {
	background: var(--accent-dark);
}
.main-content .content-desc .btn.certs a {
	background: var(--accent2);
	color: var(--main-color-dark);
}
.main-content .content-desc .btn.certs a:hover {
	background: var(--accent2-dark);
}
.main-content .content-wrapper .uss_section_text>p {
	margin: 0 0 33px;
}
.main-content .content-wrapper .info {
	display: flex;
	font-size: 22px;
	font-weight: 400;
}
.main-content .content-wrapper .info p {
	margin: 0;
}
.main-content .content-wrapper .info .left {
	flex: 0 0 auto;
	margin-right: 50px;
	width: 390px;
}
.main-content .content-wrapper .info .right {
	margin-right: 15px;
}
.numbers {
	margin: var(--block-margin) 0;
}
.numbers .wrapper-wide {
	border-radius: 25px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 13px;
}
.numbers .wrapper-wide .numbers-desc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.numbers .wrapper-wide .numbers-desc p {
	width: 100%;
	height: 100%;
	margin: 0;
}
.numbers .wrapper-wide .numbers-desc img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 25px;
	object-fit: cover;
	max-width: 100%;
	max-height: 100%;
}
.numbers .wrapper-wide .numbers-items {
	padding: 44px 38px;
	z-index: 1;
	background: var(--accent);
	color: var(--main-color);
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	row-gap: 50px;
}
.numbers .wrapper-wide .numbers-items p {
	margin: 0;
}
.numbers .wrapper-wide .numbers-items .item .title {
	font-size: 56px;
	font-weight: 400;
	margin: 0 0 15px;
	line-height: 50px;
}
.numbers .wrapper-wide .numbers-items .item .text {
	margin: 0;
	font-size: 18px;
	font-weight: 200;
	line-height: 1.3;
}
.navs {
	display: flex;
	gap: 20px;
	position: absolute;
	right: 15px;
} 
.photoalbum {
	margin: var(--block-margin) 0 0;
}
.photoalbum .wrapper-wide {
	background: var(--accent4-light);
	border-radius: 25px;
}
.photoalbum .wrapper {
	padding: 55px 15px;
}
.photoalbum .slick-slide>div {
	display: flex;
	justify-content: space-between;
	margin-bottom: 42px;
}
.photoalbum .slick-slide>div>.uss_one_image {
	margin-right: 42px;
	max-height: 410px;
	height: 410px;
	border-radius: 25px;
	overflow: hidden;
}
.photoalbum .slick-slide>div>.uss_one_image:last-child {
	margin: 0;
}
.photoalbum .slick-slide .uss_one_image .image {
	width: 100%;
	height: 100%;
}
.photoalbum .slick-slide .uss_one_image .image img {
	border-radius: 25px;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: 100%;
	max-height: 100%;
}
.photoalbum .photo_enlarge_image {
	position: relative;
	width: 100%;
	display: block;
	height: 100%;
	transition: var(--tr-1);
}
.photoalbum .photo_enlarge_image::before {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--accent-80);
	opacity: 0;
	transition: inherit;
}
.photoalbum .photo_enlarge_image::after {
	content: '';
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	background: url('/img/enlarge-icon.svg') center no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	transform-origin: center center;
	transform: translate(-50%, -50%) scale(1.4);
	opacity: 0;
	transition: inherit;
}
.photoalbum .photo_enlarge_image:hover::before {
	opacity: 1;
}
	
.photoalbum .photo_enlarge_image:hover::after {
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
}
.photoalbum .photo_enlarge_image img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	display: block;
}
.map {
	margin: var(--block-margin) 0;

	position: relative;
}
.map-content {
	min-height: 550px;
}
.map-content p,
.map-content iframe {
	height: 100%;
	width: 100%;
	min-height: 550px;
}
.map .wrapper {
	position: static;
}
.map-form {
	position: absolute;
	z-index: 10;
	top: 50%;
	right: 50%;
	transform: translate(700px,-50%);
	border-radius: 25px;
	background: var(--main-color);
	padding: 45px;
	width: 710px;
	box-shadow: 0 4px 10px 0 rgba(0,0,0,.1);
}
.map-form .h3 {
	text-align: center;
	font-size: var(--fs-1);
	font-weight: 400;
	color: var(--main-color-dark);
	margin: 0 0 40px;
}
.map-form .fc_form_tml .group .fc_item:not(.fc_checkbox) .styler {
	color: var(--accent3);
	background: var(--accent3-light);
	font-family: inherit;
	font-size: 17px;
	font-weight: 300;
	line-height: 1;
	border-radius: 10px;
	padding: 18px 22px;
	border: 0;
	box-shadow: none;
	width: 240px;
	resize: none;
}
.map-form .fc_form_tml .fc_form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.map-form .fc_form_tml .fc_form a[name=FormConstructorForm] {
	display: none;
}
.map-form .fc_form_tml .group .fc_textarea,
.map-form .fc_form_tml .group .fc_textarea .elem_item,
.map-form .fc_form_tml .group .fc_item.fc_textarea textarea.styler {
	height: 100%;
	width: 100%;
	max-width: 100%;
	align-self: stretch;
}
.map-form .fc_form_tml .group.end .fc_checkbox {
	display: flex;
	align-items: flex-start;
	margin: 0
}
.map-form .fc_form_tml .group {
	display: flex;
	flex-direction: column;
	flex: 0 0 auto;
}
.map-form .fc_form_tml .group:nth-of-type(1) {
	width: 240px;
}
.map-form .fc_form_tml .group:nth-of-type(2) {
	width: calc(100% - 15px - 240px);
	align-self: stretch;
}
.map-form .fc_form_tml .group.end {
	width: 360px;
	margin-top: 35px;
}
.map-form .fc_form_tml .buttons {
	margin-top: 35px;
}
.styler::placeholder {
	opacity: 1;
	color: inherit;
}
.footer {
	font-size: 17px;
	font-weight: 300;
	line-height: 1.7;
}
.footer a {
	text-decoration: none;
}
.footer .counters {
	display: none;
}
.footer ul,
.footer li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer .main-footer {
	background: var(--accent4-light);
	padding: 70px 0;
}
.footer .bottom-footer {
	background: var(--accent4-dark);
	padding: 33px 0;
}
.footer .wrapper {
	display: flex;
	justify-content: space-between;
}
.footer .bottom-footer .wrapper {
	align-items: center;
}
.footer .wrapper .left {
	width: 450px;
	flex: 0 0 auto;
}
.footer .logo {
	margin-top: -5px;
}
.footer .logo p {
	margin: 0;
}
.footer .footer-info {
	margin-top: 40px;
	padding: 20px 30px;
	border-radius: 25px;
	background: var(--main-color);
}
.footer .footer-info .h3 {
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.6;
}
.footer .footer-info p  {
	margin-bottom: 10px;
	font-size: 16px;
}

.footer .wrapper .center {
	flex: 1 1 auto;
	display: flex;
	padding: 0 85px;
	justify-content: space-between;
}

.footer .wrapper .center .h3,
.footer .wrapper .right .h3 {
	font-weight: 400;
	font-size: 22px;
	color: var(--main-color-dark);
	text-align: left;
	margin: 0 0 20px;
}
.footer .wrapper .center ul {
	display: flex;
	flex-direction: column;
}
.footer .wrapper .center ul li {
	color: var(--accent3);
	transition: var(--tr-1);
	margin: 0;
}
.footer .wrapper .center ul li:hover {
	color: var(--accent);
}
.footer .wrapper .center ul a,
.footer .wrapper .center ul a:hover {
	color: inherit;
	text-decoration: none;
}
.footer .wrapper .center ul a {
	font-size: 17px;
	line-height: 1;
	padding: 10px 0;
	width: 100%;
	display: block;
	font-weight: inherit;
}
.footer .wrapper .center ul li .submenu {
	display: none;
}
.footer .wrapper .right {
	width: 260px;
	flex: 0 0 auto;
}
.footer .wrapper .right p {
	margin: 0;

}
.footer .wrapper .footer-address .h3,
.footer .wrapper .footer-contacts .h3 {
	font-size: 17px;
	font-weight: 300;
	color: var(--accent3);
	margin: 0 0 8px;
}
.footer .footer-address,
.footer .footer-contacts {
	position: relative;
	padding-left: 30px;
	margin-bottom: 30px;

}
.footer .footer-address::before,
.footer .footer-contacts::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 26px;
	background: url('/img/address-icon.svg') center no-repeat;
	background-size: 18px;
	filter: var(--toAccent);
}
.footer .footer-contacts::before  {
	background-image: url('/img/phone2-icon.svg');
}
.footer .footer-contacts a,
.footer .footer-address p {
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	line-height: 1;
}
.uss-site-copyright {
	display: flex;
	align-items: center;
}
/*Внутренние страницы */
.singlepage .videoBG {
	min-height: unset;
	height: max-content;
}
.singlepage .videoBG .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.singlepage .bg p {
	width: 100%;
	height: 100%;
}
.singlepage .bg img {
	width: 100%;
	height: 100%;
	max-height: 100%;
	max-width: 100%;
	display: block;
	object-fit: cover;
	object-position: 50% 50%;
}
.singlepage .videoBG-info {
	position: relative;
	top: auto;
	transform: none;
	left: auto;
	padding: 70px 15px;
}
.singlepage .videoBG-info p {
	display: none;
}
.singlepage .videoBG-info .h3 {
	max-width: unset;
	font-size: 56px;
	line-height: 50px;
	font-weight: 400;
	margin: 0;
}
.singlepage .container {
	margin: 45px auto 10px;
	display: flex;
}
.aside {
	width: 330px;
	flex: 0 0 auto;
	margin-right: 60px;
}
.aside-block {
	border-radius: 16px;
	overflow: hidden;
	padding: 14px;
	width: 100%;
	max-width: 100%;
	margin-bottom: 50px;
}
.aside-block>.h3 {
	color: inherit;
	font-size: 26px;
	line-height: 1.3;
	padding: 0 14px;
	margin: 10px 0;
	font-weight: 400;
}
.aside-catalog a,
.aside-catalog a:hover {
	text-decoration: none;
	color: inherit;
}
.aside-catalog {
	background: var(--accent);
	color: var(--main-color);
}
.aside-catalog ul {
	padding: 0;
}
.aside-catalog .catalog_menu li a {
	display: block;
	padding: 6px 14px;
	font-size: 18px;
	font-weight: 300;
	font-weight: inherit;
}
.aside-catalog .submenu {
	padding: 14px 11px;
	background: var(--main-color);
	color: var(--main-color-dark);
	border-radius: 16px;
	margin: 12px 0;
}
.aside-catalog .submenu li a {
	font-size: 17px;
	line-height: 1.6;
}
.aside-catalog .submenu li a:hover,
.aside-catalog .submenu li a.active {
	color: var(--accent-dark);
}
.aside-catalog .catalog_menu>li>.catalog_menu_item>a {
	position: relative;
	transition: var(--tr-1);
}
.aside-catalog .catalog_menu>li>.catalog_menu_item>a:hover,
.aside-catalog .catalog_menu>li>.catalog_menu_item>a.active {
	color: var(--accent2);
}
.aside-catalog .catalog_menu>li>.catalog_menu_item>a::after {
	position: absolute;
	content: '';
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	width: 11px;
	height: 11px;
	background: url('/img/arrow-link.svg') center no-repeat;
	background-size: 11px;
	transform-origin: center center;
	filter: var(--toWhite);
	transition: inherit;
}
.aside-catalog .catalog_menu>li>.catalog_menu_item>a:hover::after {
	filter: var(--toAccent2);
	transform: translateY(-50%) rotate(45deg);
}
.aside-catalog .catalog_menu>li>.catalog_menu_item>a.active::after {
	filter: var(--toAccent2);
	transform: translateY(-50%) rotate(90deg);
}
.aside-info {
	background: var(--accent4);
	position: relative;
}
.aside-info::after {
	position: absolute;
	content: '';
	right: 23px;
	top: 23px;
	width: 11px;
	height: 11px;
	background: url('/img/arrow-link.svg') center no-repeat;
	background-size: 11px;
	transform-origin: center center;
	filter: var(--toAccent3);
	transition: inherit;	
}
.aside-info>.h3 {
	margin: 10px 0 20px;
}
.aside-info .info {
	background: var(--main-color);
	border-radius: 16px;
	padding: 0 25px;	
}
.aside-info .info p {
	margin: 0;
}
.aside-info .info .address,
.aside-info .info .contacts {
	padding: 20px 0;
}
.aside-info .info .address {
	border-bottom: solid 1px var(--bc-1);
}
.aside-info .info .h3 {
	font-size: 17px;
	font-weight: 300;
	color: var(--accent3);
	margin: 0 0 8px;
}
.aside-info .info strong,
.aside-info .info a[href^='tel:'] {
	font-weight: 600;
	display: block;
}
.aside-info .info a {
	color: inherit;
	text-decoration: none;
}
.bread {
	color: var(--accent3);	
} 
.bread a {
	color: inherit;
	text-decoration: none;
}
.uss_catalog_detail .uss_img_wrapper {
	margin-right: 50px;
	max-width: 100%;
}
.uss_catalog_detail img {
	border-radius: 16px;
	max-width: 100%;
	max-height: 100%;
	display: block;
	object-fit: cover;
	object-position: 50% 50%;

}
.uss_catalog_short_description table {
	width: 495px;
	max-width: 100%;
	line-height: 1;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}
.uss_catalog_short_description tbody {
	width: 100%;
}
.uss_catalog_short_description td {
	position: relative;
	z-index: 1;
	width: max-content;
	background: inherit;
}
.uss_catalog_short_description td:first-child {
	text-align: left;
	padding-right: 10px;
}
.uss_catalog_short_description td:last-child {
	text-align: right;
	padding-left: 10px;
}
.uss_catalog_short_description tr {
	position: relative;
	display: flex;
	justify-content: space-between;
	background: var(--main-color);
	margin-bottom: 10px;
}
.uss_catalog_short_description tr:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	bottom: 2px;
	border-bottom: dashed 1px var(--accent3);
}
.uss_catalog_short_description {
	font-size: 18px;
	font-weight: 300;
	margin: 0 0 30px;
}
.uss_catalog_short_description + .catalog_order_block {
	border-radius: 16px;
	background: var(--accent4);
	display: inline-flex;
	width: 495px;
	max-width: 100%;
	padding: 19px 17px;
	justify-content: space-between;
	align-items: center;
}
.catalog_order_block .catalog_price {
	padding: 14px 0;
	font-size: 22px;
	margin: 0;
	line-height: 1.5;
}
.catalog_order_block .catalog_orderbutton {
	padding: 23px 36px;
	border-radius: 12px;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	height: auto;
	background: var(--accent);
	box-shadow: none;
	text-shadow: none;
	transition: var(--tr-1);
}
.catalog_order_block .catalog_orderbutton:hover {
	box-shadow: none;
	opacity: 1;
	background: var(--accent-dark);
}
.uss_catalog_description {
	font-weight: 300;
	font-size: 17px;
	line-height: 1.5;
}
.uss_catalog_description p {
	margin: 0 0 35px;
}
.uss_catalog_description h2 {
	font-size: 26px;
	line-height: 1.3;
	font-weight: 400;
	margin: 25px 0 25px;
}
.uss_catalog_description li {
	list-style: none;
}
.uss_catalog_description li::before {
	display: inline-block;
	border-radius: 50%;
	content: '';
	width: 9px;
	height: 9px;
	line-height: 1;
	vertical-align: middle;
	top: -1px;
	position: relative;
	margin-right: 20px;
	color: var(--accent2);
	background: var(--accent2);
}
.uss_catalog_description ul {
	padding-left: 30px;
}
.uss_eshop_sameproducts.blocks .title {
	margin: 12px 0 auto;
}
.uss_eshop_sameproducts.blocks .title a {
	font-size: 22px;
	color: inherit;
	font-weight: 400;
	width: 100%;
	display: block;
	line-height: 1;
}
.uss_eshop_sameproducts .catalog_order_block {
	background: none;
	padding: 0;
	margin: 5px 0 0;
	display: flex;
}
.uss_eshop_sameproducts .catalog_order_block .catalog_price {
	line-height: 1;
	font-size: 17px;
	color: var(--accent3);
	padding: 0;

}
.uss_section_content .uss_eshop_sameproducts.blocks .item {
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
}
.uss_eshop_sameproducts .item .imageWrap {
	border: 0;
}
.uss_eshop_sameproducts .item .imageWrap a {
	display: block;
	width: 100%;
	height: 100%;
}
.uss_eshop_sameproducts .item .imageWrap img {
	border-radius: 16px;
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.catalog_orderform_tml .catalog_orderform_window_wrap a.close, 
.uss_modal_window .uss_modal_content .uss_modal_close,
.close {
	background: none;
	right: 20px;
	top: 20px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: absolute;
}
.close::before,
.close::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 4px;
	border-radius: 5px;
	transition: var(--tr-1);
	background: linear-gradient(270deg,var(--main-color-dark) 0 50%, var(--accent) 50% 100%);
	background-position: 100% 100%;
	background-size: 200%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
}
.close::after {
	transform: translate(-50%,-50%) rotate(135deg);
}
.close:hover::before,
.close:hover::after {
	background-position: 0% 100%;
}
.modal .modal-wrap .h3 {
	font-size: 30px;
	margin: 0 0 35px;
	display: block;
}
.modal .modal-wrap form .group .fc_item:not(.fc_checkbox) .elem_item .styler {
	width: 100%;
	padding: 16px 24px;
	border: none;
	border-radius: 12px;
	box-shadow: none;
	text-shadow: none;
	background: var(--accent4-light);
	margin: 10px 0 0;
	font: inherit;
}
.modal .fc_form_tml .buttons {
	display: flex;
	margin: 30px 0 0;
}
.modal .fc_form_tml .buttons button, 
.modal .fc_form_tml .buttons input {
	padding: 16px 24px;
	line-height: 1;
}
.modal .fc_form_tml {
	margin: 0;
}
.logo img {
	width: 100%;
	height: auto;
	max-width: 420px;
	max-height: 100%;
	display: block;
	object-fit: cover;
	object-position: 50% 50%;
}
.uss_catalog_category .uss_catalog_cat_name a {
	font-size: 24px;
	line-height: 1;
	text-decoration: none;
	color: inherit;
}
.uss_catalog_category .catalog_order_block .catalog_price {
	color: var(--accent3);
	font-size: 18px;
	padding: 0;
}
.uss_catalog_category .uss_catalog_cat_img {
	border: 0;
}
.uss_catalog_category .uss_catalog_cat_img img {
	border-radius: 10px;
}
.adaptive-menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: fixed;
	background: var(--main-color);
	z-index: 1200;
	width: 600px;
	max-width: 100%;
	height: 100vh;
	overflow: auto;
	padding: 20px 15px;
	transition: var(--tr-2);
	opacity: 0;
	transform: translateX(-100%);
	box-shadow: 0 0 5px 2px rgba(0,0,0,.25);
}
.adaptive-menu.open {

	opacity: 1;
	transform: translateX(0%);
}
.adaptive-menu .h3 {
	font-size: var(--fs-1);
}
.adaptive-menu .menu {
	width: 100%;
	padding: 0px 0 20px;
}
.adaptive-menu .menu a {
	color: inherit;
	text-decoration: none;
	
}

.adaptive-menu  .menu > ul > li {
	position: relative;
	transition: var(--tr-1);
	height: max-content;
}
.adaptive-menu  .menu > ul > li > a {
	display: block;
	position: relative;
	padding: 10px 10px 10px;
	transition: var(--tr-1);
}
.adaptive-menu .menu > ul > li::after {
	content: '';
	position: absolute;
	width: 4px;
	height: 100%;
	border-radius: 2px 2px 0 0;
	left: 0;
	bottom: 0;
	background: var(--accent);
	transform: scaleY(0);
	transition: inherit;
	opacity: 0;
}
.adaptive-menu  .menu > ul > li:hover::after,
.adaptive-menu  .menu > ul > li.active::after {
	transform: scaleY(1);
	opacity: 1;
}
.adaptive-menu .menu .submenu {
	padding: 10px 0;
	background: var(--accent);
	border-radius: 20px;
	transition: var(--tr-1);
	margin-bottom: 20px;
}
.adaptive-menu .menu li:hover .submenu {
	border-radius: 0 20px 20px 0;
}
.adaptive-menu .menu .submenu a {
	padding: 10px 35px;
	display: block;
	width: 100%;
	color: var(--main-color);
}
.adaptive-menu .menu a:hover {
	color: var(--accent);
}
.adaptive-menu .menu .submenu a:hover {
	color: var(--accent2);
}
.adaptive-menu .info {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	padding: 20px 0;
	border-top: solid 2px var(--bc-1);
	width: 100%;
}
.adaptive-menu .info .h3 {
	color: var(--accent3);
	font-size: 18px;
	margin: 0  0 10px;
}
.adaptive-menu .info p {
	margin: 0 0 5px;
}
.adaptive-menu .address strong, 
.adaptive-menu .contacts a[href^="tel:"] {
	font-weight: 600;
	display: block;
}
.modal .modal-wrap {
	animation: fadeIn var(--tr-2) forwards;
}
@keyframes fadeIn {
	0% {opacity: 0; transform: translate(-50%, -55%) scaleX(1.1)}
	100% {opacity: 1; transform: translate(-50%, -50%) scaleX(1)}
}
@keyframes shake {
	0%,50%,100% {
		transform: rotate(0deg) translate(0%,-50%);
	}
	25% {
		transform: rotate(-2deg) translate(0,-50%);
	}
	50% {
		transform: rotate(2deg) translate(0,-50%);
	}
}
.consult-block .wrapper .buttons .phone:hover::before {
	animation: shake var(--tr-2) infinite;
	transform-origin: center center;
}
.bottom-header .menu > ul > li {
	position: relative;
}
.bottom-header .menu > ul > li > .submenu {
	position: absolute;
	display: block;
	z-index: 20;
	background: var(--accent4);
	left: 50%;
	transform: translateX(-50%);
	padding: 0 14px;
	border-radius: 16px;
	top: calc(100% - 10px);
	max-width: 320px;
	width: max-content;
	overflow: hidden;
	max-height: 0;
	transition: var(--tr-2);
	opacity: 0;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.25);
}
.bottom-header .menu > ul > li.first > .submenu {
	left: 0;
	transform: translateX(-14px);
}
.bottom-header .menu > ul > li.last > .submenu {
	right: 0;
	left: unset;
	transform: translateX(14px);
}
.bottom-header .menu > ul > li > .submenu li a {
	display: block;
	line-height: 1;
	font-size: 16px;
	max-width: 100%;
	padding: 10px 15px;
	margin: 0px 0;
	border-radius: 12px;
}
.bottom-header .menu > ul > li > .submenu li a:hover {
	color: var(--main-color);
	background: var(--accent);
}
.bottom-header .menu > ul > li:hover > .submenu {
	display: block;
	max-height: 9999px;
	opacity: 1;
	top: calc(100%);
	padding: 14px;
}
@media (max-width: 1600px) {
	.top-header .wrapper .center {
		font-size: 16px;
		padding: 0 20px;
		justify-content: center;
	}
	.videoBG .bg {
		position: absolute;
		width: 100%;
		height: 100%;
		max-width: 100%;
		max-height: 100%;
	}
	.videoBG-info {
		padding-top: 95px;
		top: auto;
		left: auto;
		transform: none;
		position: relative;
	}
	.videoBG-form {
		position: relative;
		margin-top: 30px;
		transform: none;
		left: auto;
		
		bottom: auto;
	}
	.videoBG-form .videoBG-form-desc {
		margin: 0 20px 0px 0;
		width: auto;
		flex: 1 1 auto;
	}
	.videoBG-form .videoBG-form-content {
		padding-top: 20px;
		margin: 0;
		
	}
	.videoBG-form .fc_form_tml .fc_form .group .fc_item {
		margin: 0px 30px 0px 0;
	}
	.videoBG-form .fc_form_tml .group .fc_item:not(.fc_checkbox) .styler {
		padding: 16px 24px;
		width: auto;

	}
	.videoBG-form .fc_form_tml .buttons .styler {
		padding: 18px 20px;
		
	}
	.map-form {
		right: 20px;
		transform: translateY(-50%);
	}
	.footer .wrapper .center {
		padding: 0 50px;
	}
	.footer-menu {
		margin-right: 20px;
	}
	.footer .wrapper .left {
		max-width: 33%;
		flex-shrink: 1;
		
	}
	.uss_catalog_detail .uss_img_wrapper {
	}
}
@media (max-width: 1200px) {
	.top-header .wrapper .left {
		max-width: 30%;
		padding-right: 0px;
		border: 0;
	}
	.header .callus {
		padding: 16px 20px;
	}
	.top-header .wrapper .center {
		gap: 15px;
		justify-content: space-between;
	}
	.videoBG-form .wrapper {
	}
	.videoBG-form .videoBG-form-desc {
		width: 300px;
		flex: 0 0 auto;
	}
	.videoBG-form .videoBG-form-content {
		flex: 1 1 auto;
		max-width: calc(100% - 320px);
	}
	.videoBG-form .fc_form_tml .fc_form .group {
		flex-shrink: 1;
		width: auto;
		min-width: 0;
	}

	.videoBG-form .fc_form_tml .fc_form .group .fc_item {
		width: auto;
		max-width: 100%;
		min-width: 0;
	}
	.videoBG-form .fc_form_tml .fc_form .group .fc_item .elem_item {
		width: auto;
		max-width: 100%;
	}
	.videoBG-form .fc_form_tml .group .fc_item:not(.fc_checkbox) .styler {
		width: auto;
		max-width: 100%;
		min-width: 0;
	}
	.videoBG-form .fc_form_tml .fc_form .buttons {
		width: max-content;
		flex: 0 0 auto;
	}
	.main-content .content-desc {
		align-items: flex-start;
		margin-right: 35px;
		height: max-content;
	}
	.main-content .content-wrapper {
		max-width: 100%;
		min-width: 0;
	}
	.main-content .content-wrapper .info {
		flex-wrap: wrap;
		row-gap: 10px;
		font-size: 18px;
	}
	.map {
		max-height: unset;
	}
	.map-form {
		position: relative;
		transform: none;
		right: unset;
		top: unset;
		margin: 20px 0 0;
	}
		.uss_section_content .uss_eshop_sameproducts.blocks .item {
		margin-bottom: 20px;
	}
	.uss_catalog_detail .uss_img_wrapper {
		max-width: 350px;
	}
	.bottom-header .menu {
		font-size: 18px;
	}
}
@media (max-width: 1000px) {
	body {
		--block-margin: 60px;
		--fs-1: 36px;
	}
	.top-header {
		padding: 10px 0;
	}
	.top-header .wrapper {
		flex-wrap: wrap;
	}
	.top-header .wrapper .left {
		max-width: 60%;
		flex: 1 1 auto;
		justify-content: flex-start;
	}
	.header .logo img {
		max-height: 44px;
	}
	.top-header .wrapper .center {
		order: 10;
		margin-top: 15px;
		font-size: 15px;
	}
	.top-header .wrapper .center .h3 {
		font-size: 16px;
	}
	.top-header .wrapper .address strong, 
	.top-header .wrapper .contacts a[href^="tel:"] {
		font-size: inherit;
	}

	.top-header .wrapper .right {
		margin-left: auto;
		display: flex;
	}
	.top-header .callus {
		font-size: 16px;
		padding: 14px 16px;
		line-height: 1;
	}
	.top-header .callus::after {
		margin-left: 7px
	}
	.top-header .burger {
		display: flex;
	}
	.header .search {
		display: block;
		margin-left: 15px;
	}
	.header .search .uss_site_search .uss_input_name {
		padding: 12px 12px 12px 50px;
		line-height: 1;
		font-size: 16px;
	}
	.header .search .uss_site_search .uss_submit {
		padding: 14px 16px;
		line-height: 1;
		font-size: 16px;
	}
	.header .search .uss_site_search {
		background: var(--main-color);
		top: 0;
		transform: translateX(30px);

		width: calc(100% - 85px);
	}
	.header .search.opened .uss_site_search {
		transform: none;
		right: 70px;
	}
	.bottom-header {
		display: none;
	}
	.videoBG-info {
		padding: 30px 15px;
	}
	.videoBG-info .h3 {
		font-size: 60px;
		max-width: 100%;
		margin: 0 0 15px;
	}
	.videoBG-form .wrapper {
		flex-direction: column;
		align-items: flex-start;
	}
	.videoBG-form .videoBG-form-desc {
		width: 100%;
		margin-bottom: 10px;
	}
	.videoBG-form .videoBG-form-content {
		flex: unset;
		align-self: flex-start;
		max-width: 100%;
		flex-wrap: wrap;
		align-items: center;
		padding-top: 40px;
	}
	.videoBG-form .fc_form_tml .fc_form .group {
		flex: 1 1 auto;
	}

	.videoBG-form .fc_form_tml .fc_form .group .fc_item {
		width: auto;
		max-width: 100%;
		min-width: 0;
	}
	.videoBG-form .fc_form_tml .fc_form .buttons {
		padding-right: 60px;
	}
	.catalog .catalog_menu .catalog_menu_item > a {
		font-size: 18px;
	}
	.upsides .upsides-items {
		row-gap: 20px;
	}
	.upsides .upsides-items .item {
		width: calc((100% - 20px) / 2);
		padding: 25px;
	}
	.consult-block .wrapper-wide::before {
		right: 0;
		width: calc(100% - 520px);
	}
	.main-content .content-desc {
		width: 300px;
	}
	.main-content .content-wrapper .uss_section_text > p,
	.main-content .content-desc .h3 {
		margin: 0 0 15px;
	}
	.main-content .content-wrapper .info {
		flex-wrap: wrap;
		row-gap: 10px;
		font-size: 18px;
	}
	.main-content .content-desc img {
		width: 100%;
		height: auto;
		object-fit: cover;
		display: block;
	}
	.numbers .wrapper-wide .numbers-items .item .title {
		font-size: var(--fs-1);
		margin: 0 0 5px;
	}
	.numbers .wrapper-wide .numbers-items {
		max-width: 100%;
		row-gap: 20px;
		padding: 30px;
	}
	.numbers .wrapper-wide .numbers-items .item .text p {
		margin: 0;
	}
	.footer .wrapper {
		flex-wrap: wrap;
	}
	.footer .wrapper .left {
		max-width: calc(50% - 20px);
		margin-right: 20px;
	}
	.footer .wrapper .right {
		width: auto;
		max-width: calc(50% - 20px);
	}
	.footer .wrapper .center {
		order: 10;
		margin: 20px 0 0;
		justify-content: flex-start;
	}
	.singlepage .container	{
		flex-direction: column;
	}
	.aside {
		width: 100%;
	}
	.aside-block {
		display: none;
	}
	.aside-catalog {
		/*!display: block;*/
	}
	.aside-catalog ul {
		display: none;
	}
	.aside-block > .h3 {
		font-size: 20px;
		margin: 0;
		cursor: pointer;
	}
	.aside-block > .h3 span {
		position: relative;
	}
	.aside-block > .h3 span::after {
		content: '';
		position: absolute;
		top: 100%;;
		width: 100%;
		left: 0;
		border-bottom: dotted 2px var(--main-color);
		transition: var(--tr-1);
	}
	.aside-block.active  > .h3 span::after {
		opacity: 0;
		transform: translateY(25%);
	}
	.catalog_order_block .catalog_orderbutton {
		padding: 19px 36px;
	}
	.singlepage .videoBG {
		display: none;
	}
}
@media (max-width: 768px) {
	.main-content {
		flex-direction: column;
	}
	.videoBG-info .h3 {
		font-size: 40px;
	}
	.videoBG-info p {
		margin: 0;
		font-size: 18px;
		max-width: calc(100% - 60px);
	}
	.videoBG-form {
		padding: 25px 0 50px;
	}
	.videoBG-form .videoBG-form-desc .h3 {
		font-size: 24px;
		margin: 0 0 10px;
	}
	.videoBG-form .videoBG-form-desc {
		font-size: 16px;
	}
	.videoBG-form .fc_form_tml .fc_form .group .fc_item {
		margin: 0 15px 0 0;
	}
	.videoBG-form .fc_form_tml .group .fc_item:not(.fc_checkbox) .sector_title {
		bottom: calc(100% + 5px);
		font-size: 15px;
	}
	.videoBG-form .fc_form_tml .group .fc_item:not(.fc_checkbox) .styler {
		width: auto;
		max-width: 100%;
		min-width: 0;
		padding: 14px;
		font-size: 15px;
	}
	.videoBG-form .fc_form_tml .fc_form .buttons {
		width: max-content;
		flex: 0 0 auto;
	}
	.videoBG-form .fc_form_tml .fc_form .buttons .styler {
		padding: 16px;
		font-size: 15px;
	}
	.catalog .catalog_menu {
		row-gap: 20px;
	}
	.catalog .catalog_menu li {
		width: calc((100% - (1 * 20px)) / 2);
	}
	.consult-block .wrapper-wide::before {
		display: none;
	}
	.consult-block .wrapper .h3 {
		max-width: 100%;
	}
	.consult-block .wrapper p {
		max-width: 100%;
	}
	.consult-block .wrapper .buttons .phone {
		margin-left: 25px;
		padding-left: 70px;
	}
	.consult-block .wrapper .buttons .callus {
		padding: 16px 20px;
		line-height: 1;
	}
	.consult-block .wrapper .buttons .phone::before {
		width: 50px;
		height: 50px;
	}

	.main-content .content-desc {
		width: 100%;
		gap: 20px;
		margin-bottom: 20px;
		column-gap: 140px;
		justify-content: center;
	}
	.main-content .content-desc p {
		width: 100%;
	}
	.main-content .content-desc img {
		max-width: 500px;
		margin: 0 auto;
	}
	.main-content .content-desc .btn {
		width: max-content;
		margin: 0px 0;
	}
	.numbers .wrapper-wide .numbers-items {
		margin: 0 auto;
	}
	.slick-prev, .slick-next {
		width: 44px;
		height: 44px;
		background-size: 14px;
	}
	.photoalbum .slick-slide > div > .uss_one_image {
		height: 300px;
		max-height: 300px;
	}
	.map-content {
		min-height: unset;
		height: 50vh;
		max-height: 50vh;
	}
	.map-content p,
	.map-content iframe {
		height: 100%;
	}
	.map-form {
		position: relative;
		transform: none;
		right: unset;
		top: unset;
		margin: 20px 0 0;
		max-width: 100%;
		width: 100%;
		padding: 25px;
		
	}
	.map-form .h3 {
		margin: 0 0 20px;
	}
	.map-form .fc_form_tml {
		margin: 0;
	}
	.map-form .fc_form_tml .fc_form {
		max-width: 100%;
	}
	.fc_form_tml .buttons button, 
	.fc_form_tml .buttons input {
		padding: 18px 30px;
	}
	.map-form .fc_form_tml .group .fc_textarea, 
	.map-form .fc_form_tml .group .fc_textarea .elem_item, 
	.map-form .fc_form_tml .group .fc_item.fc_textarea textarea.styler {
		min-width: 0;
	}
	.map-form .fc_form_tml .group:nth-of-type(2) {
		min-width: 0;
		flex-shrink: 1;
	}
	.map-form .fc_form_tml .group.end {
		width: auto;
		margin-top: 15px;
		flex: 0 1 auto;
	}
	.footer .footer-info .h3 {
		font-size: 24px;
		line-height: 1.2;
		margin: 0 0 10px;
	}
	.footer .footer-info p {
		line-height: 1.2;
	}
	.footer .main-footer {
		padding: 35px 0;
	}
	.footer .wrapper .center {
		padding: 0;
		justify-content: space-between;
	}
	.uss_catalog_block_cat  {
		justify-content: space-between !important;
	}
	.uss_catalog_block_cat .uss_catalog_category {
		width: calc(50% - 8px) !important;
		margin-right: 16px !important;
	}
	.uss_catalog_block_cat .uss_catalog_category:nth-of-type(even) {
		margin-right: 0 !important;
	}
	.uss_catalog_block_cat .uss_catalog_category .uss_catalog_cat_name {
		padding: 0;
		margin: 10px 0 0;
	}
	.uss_catalog_block_cat .uss_catalog_category .uss_catlog_cat_anons {
		padding: 0;
		font-size: 14px;
	}
	.uss_catalog_block_cat  table,
	.uss_catalog_block_cat tbody {
		max-width: 100%;
		hyphens: auto;
		width: 100%;
		border-collapse: collapse;
		padding: 0;
		margin: 0;
	}
	.uss_catalog_block_cat table td {
		padding: 2px 0;
	}
	.uss_catalog_block_cat .uss_catalog_category .uss_catalog_cat_img {
		flex: 0 0 auto;
	}
	.uss_catalog_block_cat .uss_catalog_category .catalog_info {
		height: 100%;
	}
	.uss_catalog_detail .uss_img_wrapper {
		float: none;
	}
}
@media (max-width: 600px) {
	body {
		--block-margin: 30px;
		--fs-1: 30px;
	}
	.content .uss_section_text {
		font-size: 15px;
	}
	.top-header .wrapper .left {
		max-width: 100%;
		width: 100%;
		margin-bottom: 20px;
		padding-right: 55px;
	}
	.top-header .wrapper .center {
		order: unset;
		gap: 20px;
		padding: 0;
		justify-content: space-between;
		margin-bottom: 20px;
	}
	.top-header .wrapper .right {
		justify-content: center;
		width: 100%;
	}
	.header .search {
		margin: 0;
	}
	.header .search .search-open-btn {
		position: absolute;
		top: 0;
		right: 15px;
	}
	.header .callus {
		margin: 0 auto;
	}
	.videoBG-info .h3 {
		font-size: 30px;
	}
	.videoBG-info p {
		font-size: 16px;
		max-width: 100%;
	}
	.videoBG-form .videoBG-form-content {
		padding: 0;
		width: 100%;
	}
	.videoBG-form .fc_form_tml .fc_form {
		flex-direction: column;
	}
	.videoBG-form .fc_form_tml .fc_form .group {
		max-width: 100%;
		flex-direction: column;
		width: 100%;
	}
	.videoBG-form .fc_form_tml .fc_form .group .fc_item:not(.fc_checkbox) {
		margin: 0 0 15px;
		width: 100%;
	}
	.videoBG-form .fc_form_tml .group .fc_item:not(.fc_checkbox) .sector_title {
		position: relative;
		bottom: unset;
	}
	.videoBG-form .fc_form_tml .fc_form .group .fc_item:not(.fc_checkbox) .elem_item,
	.videoBG-form .fc_form_tml .group .fc_item:not(.fc_checkbox) .styler {
		width: 100%;
	}
	.videoBG-form .fc_form_tml .fc_form .buttons {
		padding: 0;
		margin-left: auto;
	}
	.videoBG-form .fc_form_tml .fc_form .group.end {
		position: relative;
		top: unset;
	}
	.catalog .catalog_menu .catalog_menu_item > a {
		font-size: 16px;
	}
	.upsides .upsides-items .item {
		width: 100%;
		padding: 15px;
		display: flex;
		align-items: center;
	}
	.upsides .upsides-items .item .img {
		margin: 0 30px 0 0;
		flex: 0 0 auto;
		width: 60px;
		height: 60px;
		padding: 12px;
	}
	.upsides .upsides-items .item .title {
		font-size: 18px;
		margin: 0 0 10px;
	}
	.upsides .upsides-items .item .text {
		font-size: 15px;
		margin: 0;
	}
	.upsides .upsides-items .item .text p {
		margin: 0;
	}
	.consult-block .wrapper .buttons {
		justify-content: center;
	}
	.consult-block .wrapper-wide {
		padding: 55px 0 0;
	}
	.consult-block .wrapper .buttons {
		flex-direction: column;
	}
	.consult-block .wrapper .buttons .phone {
		margin-left: 0;
	}
	.main-content .content-desc {
		column-gap: 10px;
		justify-content: space-between;
	}
	.main-content .content-desc .btn a {
		padding: 14px 20px;
		font-size: 18px;
	}
	.slick-prev, .slick-next {
		width: 37px;
		height: 37px;
		background-size: 14px;
	}
	.photoalbum .wrapper {
		padding: 25px 15px 0;
	}
	.photoalbum .slick-slide > div > .uss_one_image {
		height: 210px;
		max-height: 210px;
	}
	.map-form .fc_form_tml .group:nth-of-type(n) {
		width: 100%;
	}
	.map-form .fc_form_tml .group .fc_item:not(.fc_checkbox) .elem_item,
	.map-form .fc_form_tml .group .fc_item:not(.fc_checkbox) .styler {
		width: 100%;
	}
	.map-form .fc_form_tml .group .fc_item.fc_textarea textarea.styler {
		height: 120px;
	}
	.map-form .fc_form_tml .buttons {
		margin-left: auto;
	}
	.footer .logo img {
		max-width: 420px;
		margin: 0 auto;
	}
	.footer .wrapper .left,
	.footer .wrapper .right {
		max-width: 100%;
		width: 100%;
		margin: 0 0 20px;
		justify-content: center;
	}
	.footer .wrapper .center {
		margin: 0;

	}
	.footer .bottom-footer {
		padding: 10px 0;
	}
	.footer .bottom-footer .wrapper .left,
	.footer .bottom-footer .wrapper .center,
	.footer .bottom-footer .wrapper .right {
		margin: 0 0 10px;
		order: unset;
		width: 100%;
		text-align: center;
		justify-content: center;
	}
	.footer .bottom-footer .wrapper .right {
		display: flex;
	}
	.top-header.fixed .left {
		margin: 0;
	}
	.top-header.fixed .callus {
		display: none;
	}
}
.bottom-header.fixed,
.top-header.fixed {
    position: fixed;
    top: 0;
    margin: 0 auto;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}
.fakeMenu {
    position: relative;
    width: 100%;
    display: block;
    background: inherit; 
}
.bottom-header.fixed,
.top-header.fixed {
	background: var(--main-color);
	box-shadow: 0 4px 4px 0 rgba(0,0,0,.25);
}
.top-header.fixed .center {
	display: none;
}

	