.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  min-width: 100%;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr;
}
.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: .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: .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: .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: .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: .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: #555555;
}
.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: #555555;
}
.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: #777777;
}
.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: 'SegoeUIRegular';
  src: url('../fonts/SegoeUIRegular.eot');
  src: url('../fonts/SegoeUIRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUIRegular.woff') format('woff'), url('../fonts/SegoeUIRegular.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'SegoeUIRegular';
  src: url('../fonts/SegoeUIBold.eot');
  src: url('../fonts/SegoeUIBold.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUIBold.woff') format('woff'), url('../fonts/SegoeUIBold.ttf') format('truetype');
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: 'SegoeUIRegular';
  src: url('../fonts/SegoeUIItalic.eot');
  src: url('../fonts/SegoeUIItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUIItalic.woff') format('woff'), url('../fonts/SegoeUIItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: normal;
}
@font-face {
  font-family: 'SegoeUILight';
  src: url('../fonts/SegoeUILight.eot');
  src: url('../fonts/SegoeUILight.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUILight.woff') format('woff'), url('../fonts/SegoeUILight.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'SegoeUISemiBold';
  src: url('../fonts/SegoeUISemiBold.eot');
  src: url('../fonts/SegoeUISemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUISemiBold.woff') format('woff'), url('../fonts/SegoeUISemiBold.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
.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;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
[dir='rtl'] .slick-slide {
  float: right;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  left: -25px;
}
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  right: -25px;
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.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;
  width: 20px;
  height: 20px;
  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;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
body {
  margin: 0;
  padding: 0;
}
body.noscroll {
  overflow: hidden;
}
html {
  margin: 0;
  padding: 0;
}
.block .inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
.block h1 {
  font-size: 30px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 37px 0;
}
.block h1 span {
  letter-spacing: 1px;
  display: inline-block;
  padding-left: 85px;
  padding-right: 85px;
  background: url(../img/block_title_left.png) left center no-repeat, url('../img/block_title_right.png') center right no-repeat;
}
.block .h3 {
  font-size: 30px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 37px 0;
}
.block .h3 span {
  letter-spacing: 1px;
  display: inline-block;
  padding-left: 85px;
  padding-right: 85px;
  background: url(../img/block_title_left.png) left center no-repeat, url('../img/block_title_right.png') center right no-repeat;
}
.block.blue {
  color: #fff;
}
.block.blue .h3 {
  color: #fff;
}
.block.blue .h3 span {
  background: url(../img/block_title_left_white.png) left center no-repeat, url('../img/block_title_right_white.png') center right no-repeat;
}
#wrap {
  margin: 0;
  padding: 0;
  font-family: 'SegoeUIRegular';
  font-size: 14px;
  color: #282828;
  line-height: 1.3;
  border-top: 4px solid #006fba;
  background: url('../img/main_bg.jpg') 0 0 repeat;
  overflow: hidden;
  min-width: 420px;
}
a {
  color: #0067ac;
}
a:hover {
  text-decoration: none;
}
.inner {
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}
.top_nav {
  border-bottom: 1px dashed #e5e5e5;
  padding: 7px 0;
  background: #fff;
}
.top_nav p {
  margin: 0;
}
.top_nav .inner {
  display: flex;
  justify-content: space-between;
}
.top_nav .inner .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
      -ms-flex: 1 auto;
          flex: 1 auto;
  white-space: none;
}
.top_nav .inner .right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
      -ms-flex: 0 auto;
          flex: 0 auto;
  white-space: none;
}
.top_nav .center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top_nav .contacts {
  padding: 0 0 0 28px;
  background: url(../img/point.png) left 0px no-repeat;
}
.top_nav .phone {
  font-family: 'SegoeUISemiBold';
  font-size: 18px;
  color: #00355f;
}
.top_nav .phone p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px;
  padding-left: 28px;
  background: url(../img/phone.png) left center no-repeat;
}
.top_nav .call_me a {
  display: inline-block;
  background: #fff;
  border: 1px solid #006fba;
  color: #006fba;
  border-radius: 0;
  padding: 0 10px 0 10px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  min-width: 153px;
  line-height: 25px;
  cursor: pointer;
}
.top_nav .call_me a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}
.top_nav .call_me a:hover:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
.top_nav .call_me a.inverse {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
}
.top_nav .call_me a.inverse:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
.top_nav .call_me a.red {
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
}
.top_nav .call_me a.red:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
}
.top_nav .email {
  background: url(../img/email.png) left center no-repeat;
  padding: 0 0 0 28px;
}
.top_nav .email a {
  text-decoration: none;
  color: #282828;
  width: 100%;
  height: 100%;
  line-height: 1;
  padding: 4px 0 0 0;
  display: inline-block;
}
.header {
  background: url(../img/main_bg.jpg) 0 0 repeat;
  position: relative;
}
.header:before {
  content: '';
  background: url(../img/header_bottom.png) 0 0 repeat-x;
  height: 9px;
  left: 0;
  right: 0;
  bottom: -2px;
  position: absolute;
  z-index: 2;
}
.header p {
  margin: 0;
}
.header .inner {
  padding-top: 14px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.header .logo img {
  display: block;
}
.header .center {
  padding: 0 20px 0 43px;
  width: 580px;
}
.header .slogan {
  font-size: 27px;
  color: #00355f;
  line-height: 1.1;
}
.header .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 0;
  margin-left: auto;
}
.header .row .col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .row .col2 {
  width: 270px;
}
.header .order a {
  display: inline-block;
  background: #fff;
  border: 1px solid #006fba;
  color: #006fba;
  border-radius: 0;
  padding: 0 10px 0 10px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  min-width: 153px;
  line-height: 25px;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
  line-height: 23px;
}
.header .order a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
.header .order a:hover:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
.header .order a.inverse {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
}
.header .order a.inverse:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
.header .order a.red {
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
}
.header .order a.red:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
}
.header .time {
  -webkit-box-flex: 0;
  -webkit-flex: 0 100%;
      -ms-flex: 0 100%;
          flex: 0 100%;
  padding-left: 23px;
  background: url(../img/clock.png) left center no-repeat;
  color: #282828;
}
.header .time em {
  font-style: normal;
  font-size: 8px;
  position: relative;
  top: -4px;
}
.header .search {
  width: 400px;
  margin: 21px 0 0 0;
}
.header .search * {
  font-family: 'SegoeUIRegular';
}
.header .search form {
  width: 100%;
  position: relative;
}
.header .search form input[type='text'] {
  width: 100%;
  height: 35px;
  border: 1px solid #e0e0e0;
  padding: 0 0 0 16px;
}
.header .search form input[type='submit'] {
  position: absolute;
  right: 6px;
  top: 6px;
  background: url(../img/search.png) center no-repeat;
  width: 24px;
  height: 26px;
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-radius: 0;
}
.menu {
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.menu ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
      -ms-flex: 1 auto;
          flex: 1 auto;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a1));
  background: linear-gradient(#006fba, #0060a1);
  position: relative;
  border-right: 1px solid #0073ce;
  border-left: 1px solid #005d9c;
}
.menu ul li a {
  width: 100%;
  height: 100%;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  padding: 14px 0 0 0;
  text-align: center;
  display: inline-block;
}
.menu ul li a.w_sub {
  background: url(../img/triangle_white.png) center bottom no-repeat;
}
.menu ul li:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a1), to(#006fba));
  background: linear-gradient(#0060a1, #006fba);
}
.menu ul li:hover a {
  background: none;
}
.menu ul li .submenu {
  position: absolute;
  width: 260px;
  left: 0;
  top: 100%;
  background: url(../img/arr_blue.png) 40% 0% no-repeat, #ffffff;
  display: block;
  -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.3), 0 2px 10px rgba(0, 0, 0, 0.4);
          box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.3), 0 2px 10px rgba(0, 0, 0, 0.4);
  display: none;
}
.menu ul li .submenu li {
  display: block;
  background: none;
  height: auto;
}
.menu ul li .submenu li .submenu {
  display: none !important;
}
.menu ul li .submenu li a {
  text-align: left;
  display: inline-block;
  padding: 11px 0 9px 18px;
  border-bottom: 1px dashed #e5e5e5;
  color: #000;
  font-size: 14px;
  text-transform: none;
  text-shadow: none;
  background: url(../img/li_blue.png) 9px center no-repeat;
}
.menu ul li .submenu li a:hover {
  color: #0067ac;
}
.menu ul li .submenu li a.active {
  color: #0067ac;
}
.menu ul li.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a1), to(#006fba));
  background: linear-gradient(#0060a1, #006fba);
}
.menu .inner {
  padding-top: 24px;
  padding-bottom: 19px;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 1212px;
}
.menu .inner > ul:before {
  content: '';
  left: -16px;
  top: 0;
  background: url(../img/menu_left.png) center no-repeat;
  display: block;
  width: 16px;
  height: 50px;
  position: absolute;
}
.menu .inner > ul:after {
  content: '';
  right: -15px;
  top: 0;
  background: url(../img/menu_right.png) center no-repeat;
  display: block;
  width: 16px;
  height: 50px;
  position: absolute;
}
.menu .inner > ul > li {
  position: relative;
  z-index: 10;
}
.menu .inner > ul > li:hover > .submenu {
  display: block !important;
}
.menu .inner > ul > li.first {
  border-left: none;
  border-right: none;
}
.menu .inner > ul > li.promo a:before {
  content: '';
  background: url(../img/promo_icon.png) center no-repeat;
  width: 12px;
  height: 16px;
  margin-right: 4px;
  display: inline-block;
  position: relative;
  top: 1px;
}
.burger {
  position: static;
  left: 10px;
  top: 19px;
  width: 35px;
  height: 24px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 10;
}
.burger + form {
  margin-left: 10px;
}
.burger.notInViewPort {
  position: fixed;
}
.burger.notInViewPort + form {
  margin-left: 43px;
}
.burger span {
  display: block;
  width: 100%;
  border-radius: 3px;
  height: 3px;
  background: #fff;
  -webkit-box-shadow: 0 0 2px #212121;
          box-shadow: 0 0 2px #212121;
}
.slider {
  z-index: 0;
  position: relative;
  margin: -100px 0 0 0;
  overflow: hidden;
}
.slider .inner {
  position: relative;
}
.slider ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.slider ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.slider .slides {
  position: relative;
  width: 162.71186440677966101694915254237%;
  left: -31.3559322%;
}
.slider .slides .slide {
  width: 100%;
  position: relative;
}
.slider .slides .slide img {
  display: block;
  max-width: 100%;
}
.slider .slides .slide .caption {
  width: 700px;
  padding: 29px 54px 30px;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 171px;
  margin: 0 auto;
  z-index: 3;
  background: url(../img/caption_1.png) left top no-repeat, url(../img/caption_2.png) right top no-repeat, url(../img/caption_3.png) right bottom no-repeat, url(../img/caption_4.png) left bottom no-repeat;
}
.slider .slides .slide .caption:after {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.25);
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.slider .slides .slide .caption .link {
  text-align: center;
  margin: 36px 0 0 0;
}
.slider .slides .slide .caption .link a {
  display: inline-block;
  background: #fff;
  border: 1px solid #006fba;
  color: #006fba;
  border-radius: 0;
  padding: 0 10px 0 10px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  min-width: 153px;
  line-height: 25px;
  cursor: pointer;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
  line-height: 40px;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 0 16px;
}
.slider .slides .slide .caption .link a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
}
.slider .slides .slide .caption .link a:hover:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
.slider .slides .slide .caption .link a.inverse {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
}
.slider .slides .slide .caption .link a.inverse:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
.slider .slides .slide .caption .link a.red {
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
}
.slider .slides .slide .caption .link a.red:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
}
.slider .slides .slide .caption .title {
  font-size: 32px;
  font-family: 'SegoeUISemiBold';
  color: #fff;
}
.slider .slides .slide .caption .text {
  font-size: 20px;
  font-family: 'SegoeUILight';
  color: #fff;
}
.slider .slick-prev {
  width: 40px;
  height: 40px;
  opacity: 1;
  display: inline-block;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 53.2%;
  z-index: 10;
  left: -1137px;
  background: url(../img/slider_prev.png) center no-repeat;
}
.slider .slick-next {
  width: 40px;
  height: 40px;
  opacity: 1;
  display: inline-block;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 53.2%;
  z-index: 10;
  right: -1139px;
  background: url(../img/slider_next.png) center no-repeat;
}
.slider .slick-dots {
  bottom: 40px;
}
.slider .slick-dots li {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  margin: 0 5px;
  z-index: 10;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.slider .slick-dots li button {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  border: 1px solid #006fba;
}
.slider .slick-dots li.slick-active button {
  background: #006fba;
}
.banner {
  text-align: center;
  background: url(../img/banner_bg.jpg) top center no-repeat;
  position: relative;
  color: #fff;
}
.banner:after {
  content: '';
  left: 0;
  right: 0;
  top: calc(100% - 6px);
  width: 100%;
  height: 19px;
  position: absolute;
  background: url(../img/banner_bottom.png) center repeat-x;
}
.banner p {
  margin: 0 0 16px 0;
}
.banner .inner {
  padding: 60px 0 52px 0;
}
.promo.block {
  background: url(../img/promo_bg.jpg) 0 center repeat-x;
  position: relative;
}
.promo.block .inner {
  padding-bottom: 56px;
  padding-top: 48px;
  padding-left: 5px;
  padding-right: 5px;
}
.promo.block table {
  width: 100%;
  display: block;
}
.promo.block table p {
  margin: 0 0 0 0;
}
.promo.block table tbody {
  display: block;
  width: 100%;
}
.promo.block table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.promo.block table tr td {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 12px;
  width: 390px;
  border-top: none;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  background: url(../img/promo1.png) left top no-repeat, url(../img/promo2.png) right top no-repeat, url(../img/promo3.png) right bottom no-repeat, url(../img/promo4.png) left bottom no-repeat;
  padding: 40px 5px 20px 0;
  line-height: 2;
  position: relative;
  height: 200px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
      -ms-flex: 1 auto;
          flex: 1 auto;
  max-width: calc((100% - 20px) / 3);
}
.promo.block table tr td:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.promo.block table tr td ul {
  margin: 0;
  padding: 0 0 0 39px;
  line-height: 1;
}
.promo.block table tr td ul li {
  margin: 0 0 11px 0;
  text-align: left;
  font-size: 14px;
  list-style-image: url('../img/li.png');
}
.promo.block table tr td span.title {
  display: inline-block;
  margin: 0 0 0 0;
  margin-bottom: 8px;
}
.promo.block table tr td .caption {
  display: none;
}
.promo.block table tr td:hover {
  padding: 10px;
}
.promo.block table tr td:hover .main {
  display: none;
}
.promo.block table tr td:hover .caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.map.block .inner {
  padding-top: 70px;
  margin-bottom: -44px;
}
.map.block .h3 {
  margin-bottom: 0;
}
.map.block .context {
  text-align: center;
}
.partner ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.partner ul li {
  padding: 0;
  list-style-type: none;
  height: 110px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.partner ul li img {
  display: block;
  max-width: 88%;
  max-height: 92%;
  width: auto;
  height: auto;
  margin: 0 auto;
}
.partner .h3 {
  margin-bottom: 32px;
}
.partner .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.partner .slick-track .slick-slide {
  float: none;
}
.partner .slides {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.partner .slides li {
  padding: 0 0;
  min-height: 49px;
  background: url(../img/pt1.png) left top no-repeat, url(../img/pt2.png) right top no-repeat, url(../img/pt3.png) right bottom no-repeat, url(../img/pt4.png) left bottom no-repeat;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.partner .slides li:hover {
  background: url(../img/pta1.png) left top no-repeat, url(../img/pta2.png) right top no-repeat, url(../img/pta3.png) right bottom no-repeat, url(../img/pta4.png) left bottom no-repeat;
}
.bottom.block {
  background: #fff;
  position: relative;
}
.bottom.block:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  background: url(../img/bottom_top.png) 0 0 repeat-x;
  width: 100%;
  height: 19px;
  display: block;
}
.bottom.block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.bottom.block ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.bottom.block .inner {
  padding-top: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bottom.block .inner .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
      -ms-flex: 1 auto;
          flex: 1 auto;
  max-width: calc((100% - 20px) / 3);
}
.bottom.block .inner .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
      -ms-flex: 1 auto;
          flex: 1 auto;
  max-width: calc((100% - 20px) / 3);
}
.bottom.block .inner .center {
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
      -ms-flex: 1 auto;
          flex: 1 auto;
  max-width: calc((100% - 20px) / 3);
  display: none;
}
.bottom.block .h3 {
  font-size: 24px;
}
.bottom.block .h3 span {
  padding-right: 70px;
  padding-left: 70px;
  background: url(../img/block_mini_title_left.png) left center no-repeat, url(../img/block_mini_title_right.png) right center no-repeat;
}
.bottom.block .left {
  margin-right: 9px;
}
.bottom.block .left .h3 {
  text-align: left;
  padding-left: 32px;
  background: url(../img/news_icon.png) left center no-repeat;
}
.bottom.block .left .h3 span {
  padding-left: 0;
  background: url(../img/block_mini_title_right.png) right center no-repeat;
}
.bottom.block .right .h3 {
  text-align: right;
  margin-bottom: 29px;
}
.bottom.block .right .h3 span {
  padding-right: 0;
  background: url(../img/block_mini_title_left.png) left center no-repeat;
}
.bottom.block .center .h3 {
  margin-bottom: 25px;
}
.bottom.block .news {
  margin-left: -10px;
}
.bottom.block .news .h3 {
  font-size: 24px;
  margin-bottom: 23px;
}
.bottom.block .news .news_block_item {
  zoom: 1;
  margin: 0 0 2px -10px;
  display: block;
  width: 100%;
  padding: 10px;
}
.bottom.block .news .news_block_item:before {
  content: '';
  display: table;
}
.bottom.block .news .news_block_item:after {
  content: '';
  display: table;
  clear: both;
}
.bottom.block .news .news_block_item:hover {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}
.bottom.block .news .news_block_item .info .date {
  color: #808080;
  font-size: 12px;
  background: url(../img/clock_small.png) left center no-repeat;
  overflow: hidden;
  min-height: 10px;
  padding-left: 15px;
}
.bottom.block .news .news_block_item .info .title a {
  color: #303030;
  font-family: 'SegoeUISemiBold';
  font-size: 18px;
  text-decoration: none;
  line-height: 1;
}
.bottom.block .news .news_block_item .info .title a:hover {
  color: #0067ac;
}
.bottom.block .news .news_block_item.last {
  margin-bottom: 0;
}
.bottom.block .certs ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.bottom.block .certs ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.bottom.block .certs .uss_images_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bottom.block .spec p {
  margin: 0;
  display: block;
  color: #fff;
  line-height: 1;
}
.bottom.block .spec p span {
  margin: 0;
  line-height: 1;
  display: block;
}
.bottom.block .spec .btn {
  background: #fff;
  border: 1px solid #006fba;
  color: #006fba;
  border-radius: 0;
  padding: 0 10px 0 10px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  min-width: 153px;
  line-height: 25px;
  cursor: pointer;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  min-width: 120px;
  line-height: 40px;
  font-size: 12px;
}
.bottom.block .spec .btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
}
.bottom.block .spec .btn:hover:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
.bottom.block .spec .btn.inverse {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
}
.bottom.block .spec .btn.inverse:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
.bottom.block .spec .btn.red {
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
}
.bottom.block .spec .btn.red:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
}
.bottom.block .spec .price {
  font-size: 42px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  font-family: 'SegoeUISemiBold';
  margin-right: 15px;
  margin-left: 10px;
}
.bottom.block .spec .price em {
  font-size: 28px;
  font-style: normal;
  font-family: 'SegoeUIRegular';
}
.form_block.block {
  background: url(../img/form_bg.jpg) top center no-repeat;
  background-size: cover;
  position: relative;
  margin: 0 0 -96px 0;
}
.form_block.block .inner {
  padding: 40px 0 139px 0;
}
.form_block.block p {
  margin: 0;
}
.form_block.block .h3 {
  margin-bottom: 0;
  font-size: 48px;
}
.form_block.block .description {
  margin-bottom: 20px;
  text-align: center;
  font-size: 24px;
}
.form_block.block:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -22px;
  height: 26px;
  background: url(../img/form_top.jpg) top center no-repeat;
}
.form_block.block form {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form_block.block form label {
  font-weight: normal !important;
  font-family: 'SegoeUISemiBold' !important;
}
.form_block.block form input.styler:not([type='submit']) {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: none;
  -webkit-box-shadow: inset 1px 1px 3px #cbcbcb;
          box-shadow: inset 1px 1px 3px #cbcbcb;
  border-radius: 0;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.form_block.block form input.styler:not([type='button']) {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: none;
  -webkit-box-shadow: inset 1px 1px 3px #cbcbcb;
          box-shadow: inset 1px 1px 3px #cbcbcb;
  border-radius: 0;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.form_block.block form input:not([type='submit']) {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: none;
  -webkit-box-shadow: inset 1px 1px 3px #cbcbcb;
          box-shadow: inset 1px 1px 3px #cbcbcb;
  border-radius: 0;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.form_block.block form input:not([type='button']) {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: none;
  -webkit-box-shadow: inset 1px 1px 3px #cbcbcb;
          box-shadow: inset 1px 1px 3px #cbcbcb;
  border-radius: 0;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.form_block.block form textarea:not([type='submit']) {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: none;
  -webkit-box-shadow: inset 1px 1px 3px #cbcbcb;
          box-shadow: inset 1px 1px 3px #cbcbcb;
  border-radius: 0;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.form_block.block form textarea:not([type='button']) {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: none;
  -webkit-box-shadow: inset 1px 1px 3px #cbcbcb;
          box-shadow: inset 1px 1px 3px #cbcbcb;
  border-radius: 0;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.form_block.block form textarea.styler:not([type='submit']) {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: none;
  -webkit-box-shadow: inset 1px 1px 3px #cbcbcb;
          box-shadow: inset 1px 1px 3px #cbcbcb;
  border-radius: 0;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.form_block.block form textarea.styler:not([type='button']) {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: none;
  -webkit-box-shadow: inset 1px 1px 3px #cbcbcb;
          box-shadow: inset 1px 1px 3px #cbcbcb;
  border-radius: 0;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.form_block.block form input[type='submit'] {
  display: inline-block;
  background: #fff;
  border: 1px solid #006fba;
  color: #006fba;
  border-radius: 0;
  padding: 0 10px 0 10px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  min-width: 153px;
  line-height: 25px;
  cursor: pointer;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: normal;
  line-height: 40px;
}
.form_block.block form input[type='submit']:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
}
.form_block.block form input[type='submit']:hover:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
.form_block.block form input[type='button'] {
  display: inline-block;
  background: #fff;
  border: 1px solid #006fba;
  color: #006fba;
  border-radius: 0;
  padding: 0 10px 0 10px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  min-width: 153px;
  line-height: 25px;
  cursor: pointer;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: normal;
  line-height: 40px;
}
.form_block.block form input[type='button']:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
}
.form_block.block form input[type='button']:hover:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
.form_block.block form input[type='submit'].styler {
  display: inline-block;
  background: #fff;
  border: 1px solid #006fba;
  color: #006fba;
  border-radius: 0;
  padding: 0 10px 0 10px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  min-width: 153px;
  line-height: 25px;
  cursor: pointer;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: normal;
  line-height: 40px;
}
.form_block.block form input[type='submit'].styler:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
}
.form_block.block form input[type='submit'].styler:hover:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
.form_block.block form input[type='button'].styler {
  display: inline-block;
  background: #fff;
  border: 1px solid #006fba;
  color: #006fba;
  border-radius: 0;
  padding: 0 10px 0 10px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  min-width: 153px;
  line-height: 25px;
  cursor: pointer;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: normal;
  line-height: 40px;
}
.form_block.block form input[type='button'].styler:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
}
.form_block.block form input[type='button'].styler:hover:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
.form_block.block form input[type='submit'].inverse {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
}
.form_block.block form input[type='submit'].inverse:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
.form_block.block form input[type='button'].inverse {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
}
.form_block.block form input[type='button'].inverse:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
.form_block.block form input[type='submit'].styler.inverse {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
}
.form_block.block form input[type='submit'].styler.inverse:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
.form_block.block form input[type='button'].styler.inverse {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
}
.form_block.block form input[type='button'].styler.inverse:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
.form_block.block form input[type='submit'].red {
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
}
.form_block.block form input[type='submit'].red:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
}
.form_block.block form input[type='button'].red {
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
}
.form_block.block form input[type='button'].red:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
}
.form_block.block form input[type='submit'].styler.red {
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
}
.form_block.block form input[type='submit'].styler.red:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
}
.form_block.block form input[type='button'].styler.red {
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
}
.form_block.block form input[type='button'].styler.red:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
}
.form_block.block form .jq-checkbox {
  background: #e9e9e9;
}
.form_block.block form .jq-checkbox.checked .jq-checkbox__div {
  width: 100%;
  height: 100%;
  display: inline-block;
  margin: 0;
  background: url(../img/checkbox.png) center no-repeat;
}
.form_block.block form .group {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 390px;
  padding-left: 0;
  padding-right: 49px;
}
.form_block.block form .group .hintError {
  display: inline-block;
  padding: 3px;
  margin-right: 0;
  margin-left: auto;
  display: block;
  width: 250px;
  color: #fff;
}
.form_block.block form .group .titleGroup {
  font-size: 18px;
  text-align: right;
  font-weight: normal;
  margin: 12px 0 16px 0;
}
.form_block.block form .group .fc_item {
  width: 100%;
  margin-bottom: 10px;
}
.form_block.block form .group .fc_item .elem_item {
  width: 100%;
}
.form_block.block form .group .fc_item .elem_item input.styler {
  width: 250px;
  display: block;
  margin-right: 0;
  margin-left: auto;
}
.form_block.block form .group .fc_item .elem_item textarea.styler {
  width: 250px;
  display: block;
  margin-right: 0;
  margin-left: auto;
}
.form_block.block form .group .fc_item .elem_item input.styler.error {
  border: 1px solid #dc3939;
  -webkit-box-shadow: inset 1px 1px 3px #e85454;
          box-shadow: inset 1px 1px 3px #e85454;
}
.form_block.block form .group .fc_item .elem_item textarea.styler.error {
  border: 1px solid #dc3939;
  -webkit-box-shadow: inset 1px 1px 3px #e85454;
          box-shadow: inset 1px 1px 3px #e85454;
}
.form_block.block form .group:not(.end) {
  padding-bottom: 48px;
}
.form_block.block form .group .fc_checkbox {
  margin-top: 15px;
  padding-left: 93px;
}
.form_block.block form .group .fc_checkbox .elem_item.one {
  display: inline;
}
.form_block.block form .group .fc_checkbox .jq-checkbox {
  background: #e9e9e9;
}
.form_block.block form .group .fc_checkbox .jq-checkbox.checked .jq-checkbox__div {
  width: 100%;
  height: 100%;
  display: inline-block;
  margin: 0;
  background: url(../img/checkbox.png) center no-repeat;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form_block.block form .group .fc_checkbox label {
  font-weight: normal;
  font-size: 12px;
  font-family: 'SegoeUIRegular';
}
.form_block.block form .group .fc_checkbox label a {
  color: #fff;
}
.form_block.block form .group.end {
  width: 390px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-right: 0;
  padding-left: 49px;
  padding-bottom: 14px;
}
.form_block.block form .group.end .fc_item {
  height: 100%;
  margin: 0;
}
.form_block.block form .group.end .outputonly {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  padding: 10px 0 0 0;
  width: 100%;
}
.form_block.block form .group.end .outputonly span {
  font-family: 'SegoeUISemiBold';
  display: block;
}
.form_block.block form .group.end p {
  margin: 0 0 0 0;
}
.form_block.block form .group.end p em {
  font-style: normal;
  font-size: 9px;
  position: relative;
  top: -7px;
}
.form_block.block form .buttons {
  padding-left: 0;
  text-align: left;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: -46px 0% 0 0;
  padding-right: calc(50% + 48px);
}
.form_block.block form .buttons input[type='submit'].styler {
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: normal;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
  display: inline-block;
  background: #fff;
  border: 1px solid #006fba;
  color: #006fba;
  border-radius: 0;
  padding: 0 10px 0 10px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  min-width: 153px;
  line-height: 25px;
  cursor: pointer;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
  line-height: 40px;
  width: 250px;
}
.form_block.block form .buttons input[type='submit'].styler:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
  text-decoration: underline !important;
}
.form_block.block form .buttons input[type='submit'].styler:hover:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
}
.form_block.block form .buttons input[type='submit'].styler.inverse {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
}
.form_block.block form .buttons input[type='submit'].styler.inverse:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
.form_block.block form .buttons input[type='submit'].styler.red {
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
}
.form_block.block form .buttons input[type='submit'].styler.red:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
}
.footer_menu {
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}
.footer_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.footer_menu ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
      -ms-flex: 1 auto;
          flex: 1 auto;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a1));
  background: linear-gradient(#006fba, #0060a1);
  position: relative;
  border-right: 1px solid #0073ce;
  border-left: 1px solid #005d9c;
}
.footer_menu ul li a {
  width: 100%;
  height: 100%;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  padding: 14px 0 0 0;
  text-align: center;
  display: inline-block;
  background: none !important;
}
.footer_menu ul li a.w_sub {
  background: url(../img/triangle_white.png) center bottom no-repeat;
}
.footer_menu ul li:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a1), to(#006fba));
  background: linear-gradient(#0060a1, #006fba);
}
.footer_menu ul li:hover a {
  background: none;
}
.footer_menu ul li .submenu {
  position: absolute;
  width: 260px;
  left: 0;
  top: 100%;
  background: url(../img/arr_blue.png) 40% 0% no-repeat, #ffffff;
  display: block;
  -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.3), 0 2px 10px rgba(0, 0, 0, 0.4);
          box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.3), 0 2px 10px rgba(0, 0, 0, 0.4);
  display: none;
}
.footer_menu ul li .submenu li {
  display: block;
  background: none;
  height: auto;
}
.footer_menu ul li .submenu li .submenu {
  display: none !important;
}
.footer_menu ul li .submenu li a {
  text-align: left;
  display: inline-block;
  padding: 11px 0 9px 18px;
  border-bottom: 1px dashed #e5e5e5;
  color: #000;
  font-size: 14px;
  text-transform: none;
  text-shadow: none;
  background: url(../img/li_blue.png) 9px center no-repeat;
}
.footer_menu ul li .submenu li a:hover {
  color: #0067ac;
}
.footer_menu ul li .submenu li a.active {
  color: #0067ac;
}
.footer_menu ul li.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a1), to(#006fba));
  background: linear-gradient(#0060a1, #006fba);
}
.footer_menu .inner {
  padding: 24px 0 19px 0;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 1212px;
}
.footer_menu .inner > ul:before {
  content: '';
  left: -16px;
  top: 0;
  background: url(../img/menu_left.png) center no-repeat;
  display: block;
  width: 16px;
  height: 50px;
  position: absolute;
}
.footer_menu .inner > ul:after {
  content: '';
  right: -15px;
  top: 0;
  background: url(../img/menu_right.png) center no-repeat;
  display: block;
  width: 16px;
  height: 50px;
  position: absolute;
}
.footer_menu .inner > ul > li {
  position: relative;
  z-index: 10;
}
.footer_menu .inner > ul > li:hover > .submenu {
  display: block !important;
}
.footer_menu .inner > ul > li.first {
  border-left: none;
  border-right: none;
}
.footer_menu .inner > ul > li.promo a:before {
  content: '';
  background: url(../img/promo_icon.png) center no-repeat;
  width: 12px;
  height: 16px;
  margin-right: 4px;
  display: inline-block;
  position: relative;
  top: 1px;
}
.footer_menu .submenu {
  display: none !important;
}
.footer p {
  margin: 0;
}
.footer .inner {
  padding-top: 41px;
  padding-bottom: 31px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .left {
  width: 200px;
  margin-right: 34px;
  text-align: left;
}
.footer .left .logo img {
  display: inline-block;
}
.footer .right {
  width: 280px;
  text-align: right;
  margin-left: 10px;
}
.footer .center {
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.footer .center .column {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  margin-right: 35px;
}
.footer .center .column:last-child {
  width: calc(49% - 30px);
  margin-right: 0;
}
.footer .center .h3 {
  font-size: 18px;
  color: #303030;
  font-family: 'SegoeUISemiBold';
  margin: 0 0 12px 0;
}
.footer .center p {
  padding: 0 0 0 25px;
  margin: 0 0 11px 0;
}
.footer .center p span {
  font-size: 18px;
  color: #00355f;
  font-family: 'SegoeUISemiBold';
}
.footer .center p a {
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}
.footer .center p em {
  font-style: normal;
  font-size: 8px;
  position: relative;
  top: -4px;
}
.footer .center .phone {
  font-family: 'SegoeUISemiBold';
  color: #00355f;
  font-size: 18px;
  background: url(../img/phone.png) 0 0 no-repeat;
  line-height: 18px;
}
.footer .center .point {
  color: #006fba;
  text-decoration: underline;
  background: url(../img/point.png) 0 0 no-repeat;
  line-height: 18px;
}
.footer .center .email {
  background: url(../img/email.png) 0 0 no-repeat;
  line-height: 18px;
}
.footer .center .clock {
  background: url(../img/clock.png) 0 0 no-repeat;
  line-height: 18px;
}
.footer .btns {
  margin-bottom: 17px;
}
.footer .btns a {
  display: inline-block;
  background: #fff;
  border: 1px solid #006fba;
  color: #006fba;
  border-radius: 0;
  padding: 0 10px 0 10px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  min-width: 153px;
  line-height: 25px;
  cursor: pointer;
  margin-bottom: 15px;
}
.footer .btns a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}
.footer .btns a:hover:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
.footer .btns a.inverse {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
}
.footer .btns a.inverse:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
.footer .btns a.red {
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
}
.footer .btns a.red:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
}
.footer .btns a.order {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
}
.footer .btns a.order:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
.footer .dev {
  display: inline-block;
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}
.footer .privacy {
  margin-bottom: 16px;
}
.footer .copy {
  font-size: 14px;
  color: #000;
  display: inline-block;
  margin-top: 28px;
  line-height: 1;
}
.footer_bottom {
  background: url(../img/footer_bottom.jpg) 0 0 repeat;
}
.footer_bottom .inner, .footer_bottom a {
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.footer_bottom .copy {
  padding: 12px 0 9px 0;
}
.footer_bottom .uss-site-copyright {
  display: inline-block;
}
.product-catalog table {
  border-collapse: collapse;
}
.product-catalog table tbody {
  display: block;
}
.product-catalog table tbody tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-catalog table tbody tr td {
  display: block;
}
.product-catalog table tbody tr td:not(:first-child) {
  margin-left: 10px;
}
.product-catalog .columns {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-catalog .column {
  width: 590px;
  display: block;
  overflow: hidden;
}
.product-catalog .column.left {
  margin-right: 10px;
}
.product-catalog .column.left table tbody tr td:not(:first-child) {
  margin-left: 10px;
}
.product-catalog .column.left table tbody tr:not(:first-child) {
  margin-top: -190px;
}
.product-catalog .column.left table tbody tr:last-child {
  margin-left: 200px;
}
.product-catalog .column.right table tbody tr:last-child {
  margin-top: -190px;
}
.product-catalog .column.right table tbody tr:nth-of-type(2) {
  margin-top: 10px;
}
.product-catalog td {
  position: relative;
}
.product-catalog td .caption {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #00355f;
  color: #fff;
}
.product-catalog td .caption:after {
  content: '';
  background: url(../img/big_triangle.png) center no-repeat;
  right: 10px;
  bottom: 10px;
  position: absolute;
  width: 8px;
  height: 8px;
  display: block;
}
.product-catalog td .caption .title {
  font-size: 20px;
}
.product-catalog td .caption .devider {
  width: 50px;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
  margin-top: 10px;
  margin-bottom: 20px;
  display: block;
}
.product-catalog td .caption .link {
  background: #fff;
  border: 1px solid #006fba;
  color: #006fba;
  border-radius: 0;
  padding: 0 10px 0 10px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  min-width: 153px;
  line-height: 25px;
  cursor: pointer;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
  min-width: 160px;
  line-height: 40px;
  display: inline-block;
  width: auto;
}
.product-catalog td .caption .link:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
}
.product-catalog td .caption .link:hover:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
}
.product-catalog td .caption .link.inverse {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
}
.product-catalog td .caption .link.inverse:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
.product-catalog td .caption .link.red {
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
}
.product-catalog td .caption .link.red:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
}
.product-catalog td:hover .main {
  display: none;
}
.product-catalog td:hover .caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/promo_bg.jpg) 0 0 no-repeat;
}
.product-catalog td:hover.l1 .caption {
  background-position: 0 0;
}
.product-catalog td:hover.l2 .caption {
  background-position: -400px 0;
}
.product-catalog td:hover.l3 .caption {
  background-position: -400px -200px;
}
.product-catalog td:hover.l4 .caption {
  background-position: 0 -200px;
}
.product-catalog td:hover.l5 .caption {
  background-position: -200px -200px;
}
.product-catalog td:hover.r1 .caption {
  background-position: -600px 0;
}
.product-catalog td:hover.r2 .caption {
  background-position: -800px 0;
}
.product-catalog td:hover.r3 .caption {
  background-position: -1000px -200px;
}
.product-catalog td:hover.r4 .caption {
  background-position: -600px -400px;
}
.product-catalog td:hover.r5 .caption {
  background-position: -600px -200px;
}
.singlepage .menu {
  background: rgba(0, 0, 0, 0.1);
}
.container .bread {
  font-size: 14px;
}
.container .bread a {
  text-decoration: none;
}
.container .inner {
  padding-top: 17px;
  padding-bottom: 60px;
}
.container .inner:before {
  content: '';
  display: table;
}
.container .inner:after {
  content: '';
  display: table;
  clear: both;
}
.container .aside {
  width: 300px;
}
.container .aside ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.container .aside ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.container .aside.aside_left {
  float: left;
  margin-right: 19px;
}
.container .aside.aside_right {
  float: right;
  margin-left: 19px;
}
.container .content {
  overflow: hidden;
}
.container .content .context {
  background: #fff;
}
.container h1 {
  margin: 18px 0 22px 0;
  font-size: 32px;
  color: #00355f;
  font-weight: normal;
}
.container .left_catalog .h3 {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #077ad6;
  height: 51px;
  padding: 12px 0 0 41px;
  background: url(../img/aside_catalog_title.png) 15px center no-repeat, #006fba;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
.container .left_catalog > ul > li {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a1));
  background: linear-gradient(#006fba, #0060a1);
  border-bottom: 1px solid #077ad6;
  border-top: 1px solid #005d9c;
  min-height: 41px;
}
.container .left_catalog > ul > li > a {
  display: inline-block;
  width: 100%;
  line-height: 38px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding: 0 0 0 15px;
}
.container .left_catalog .submenu {
  -webkit-box-shadow: inset 0 3px 1px rgba(0, 0, 0, 0.17);
          box-shadow: inset 0 3px 1px rgba(0, 0, 0, 0.17);
  background: #5cb5ef;
}
.container .left_catalog .submenu > li {
  background: url(../img/li_blue.png) 24px 20px no-repeat, url(../img/arr_blue.png) 95.1% 20px no-repeat;
  min-height: 37px;
  border-bottom: 1px solid #d8e1e5;
  font-weight: 500;
}
.container .left_catalog .submenu > li > a {
  padding: 12px 0 7px 34px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: #282828;
  font-weight: 600;
}
.container .left_catalog .submenu > li > a:hover {
  text-decoration: underline;
}
.container .left_catalog .submenu > li.active {
  background: url(../img/li_white.png) 24px 20px no-repeat, url(../img/arr_white.png) 95.1% 20px no-repeat, #006fba;
}
.container .left_catalog .submenu > li.active > a {
  color: #fff;
}
.container .left_catalog .submenu .submenu {
  background: #fff;
  -webkit-box-shadow: inset 0 3px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 3px 1px rgba(0, 0, 0, 0.05);
}
.container .left_catalog .submenu .submenu > li:not(:last-child) {
  border-bottom: 1px dashed #e5e5e5;
}
.container .left_catalog .submenu .submenu > li > a {
  color: #282828;
  padding: 10px 0 8px 44px;
  font-weight: 600;
}
.container .left_catalog .submenu .submenu > li > a:hover {
  color: #282828;
  font-weight: 600;
}
.container .left_catalog .submenu .submenu > li > a.active {
  color: #282828;
  font-weight: 600;
}
.uss_shop_list_cat.uss_shop_cats .uss_shop_category {
  margin-bottom: 20px;
}
.uss_shop_list_cat.uss_shop_cats .uss_shop_category .uss_shop_cat_img_wrap .uss_shop_cat_img {
  border: none;
}
.uss_shop_list_cat.uss_shop_cats .uss_shop_category .uss_shop_cat_img_wrap .uss_shop_cat_img a {
  margin: 0;
}
.uss_shop_list_cat.uss_shop_cats .uss_shop_category .uss_shop_cat_name a {
  font-size: 27px;
  text-decoration: none;
}
.uss_shop_table_view.catviewtype5 table {
  border-bottom: 4px solid #cecece;
  margin-top: 30px;
}
.uss_shop_table_view.catviewtype5 table tbody tr th {
  color: #fff;
  height: 50px;
}
.uss_shop_table_view.catviewtype5 table tbody tr th:not(:last-child) {
  border-right: 1px solid #54abe5;
}
.uss_shop_table_view.catviewtype5 table tbody tr th:first-child {
  width: 250px;
}
.uss_shop_table_view.catviewtype5 table tbody tr td {
  border-bottom: 1px solid #cecece;
  font-size: 14px;
  padding: 0 0 0 12px;
  height: 50px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.uss_shop_table_view.catviewtype5 table tbody tr td:not(.uss_title) {
  text-align: center;
  padding: 0 0 0 0;
}
.uss_shop_table_view.catviewtype5 table tbody tr td a {
  text-decoration: none;
  font-size: inherit;
  color: inherit;
}
.uss_shop_table_view.catviewtype5 table tbody tr td:not(:last-child) {
  border-right: 1px solid #cecece;
}
.uss_shop_table_view.catviewtype5 table tbody tr td.uss_title {
  font-size: 14px;
}
.uss_shop_table_view.catviewtype5 table tbody tr td.uss_title b {
  font-weight: normal;
}
.uss_shop_table_view.catviewtype5 table tbody tr td.uss_onlineorder {
  padding-right: 10px;
}
.uss_shop_table_view.catviewtype5 table tbody tr td.uss_onlineorder a {
  display: inline-block;
  background: #fff;
  border: 1px solid #006fba;
  color: #006fba;
  border-radius: 0;
  padding: 0 10px 0 10px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  min-width: 153px;
  line-height: 25px;
  cursor: pointer;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
  line-height: 40px;
  min-width: 85px;
}
.uss_shop_table_view.catviewtype5 table tbody tr td.uss_onlineorder a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
}
.uss_shop_table_view.catviewtype5 table tbody tr td.uss_onlineorder a:hover:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
.uss_shop_table_view.catviewtype5 table tbody tr td.uss_onlineorder a.inverse {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
}
.uss_shop_table_view.catviewtype5 table tbody tr td.uss_onlineorder a.inverse:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
.uss_shop_table_view.catviewtype5 table tbody tr td.uss_onlineorder a.red {
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
}
.uss_shop_table_view.catviewtype5 table tbody tr td.uss_onlineorder a.red:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
}
.section_eshop .uss_shop_detail .uss_img_wrapper .uss_img_big {
  border: none;
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_price span {
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
  font-weight: normal;
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_price span.price {
  font-size: 22px;
  font-family: 'SegoeUISemiBold';
  color: #00355f;
  display: block;
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_price span.old_price {
  font-family: 'SegoeUIRegular';
  font-size: 12px;
  color: #e2e2e2;
  color: #303030;
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart {
  display: inline-block;
  background: #fff;
  border: 1px solid #006fba;
  color: #006fba;
  border-radius: 0;
  padding: 0 10px 0 10px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  min-width: 153px;
  line-height: 25px;
  cursor: pointer;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
  line-height: 40px;
  min-width: 100px;
  font-size: 14px;
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart:hover:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart.inverse {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart.inverse:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart.red {
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart.red:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart.already_in_cart {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
}
.section_eshop .uss_shop_detail .uss_shop_technical_data .uss_shop_by a.add_to_cart.already_in_cart:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
div.uss_tabs div.uss_tabs_navigation span {
  display: inline-block;
  background: #fff;
  border: 1px solid #006fba;
  color: #006fba;
  border-radius: 0;
  padding: 0 10px 0 10px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  min-width: 153px;
  line-height: 25px;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
  line-height: 37px;
  opacity: 1 !important;
}
div.uss_tabs div.uss_tabs_navigation span:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
div.uss_tabs div.uss_tabs_navigation span:hover:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
div.uss_tabs div.uss_tabs_navigation span.inverse {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
}
div.uss_tabs div.uss_tabs_navigation span.inverse:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
div.uss_tabs div.uss_tabs_navigation span.red {
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
}
div.uss_tabs div.uss_tabs_navigation span.red:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
}
div.uss_tabs div.uss_tabs_navigation span.selected {
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#006eb9, #006eb9);
  color: #fff;
}
div.uss_tabs div.uss_tabs_navigation span.selected:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
}
div.uss_tabs div.tab_items {
  border-color: #00355f;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#loginForm label {
  font-weight: normal !important;
  font-family: 'SegoeUISemiBold' !important;
}
#loginForm input.styler:not([type='submit']) {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: none;
  -webkit-box-shadow: inset 1px 1px 3px #cbcbcb;
          box-shadow: inset 1px 1px 3px #cbcbcb;
  border-radius: 0;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#loginForm input.styler:not([type='button']) {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: none;
  -webkit-box-shadow: inset 1px 1px 3px #cbcbcb;
          box-shadow: inset 1px 1px 3px #cbcbcb;
  border-radius: 0;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#loginForm input:not([type='submit']) {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: none;
  -webkit-box-shadow: inset 1px 1px 3px #cbcbcb;
          box-shadow: inset 1px 1px 3px #cbcbcb;
  border-radius: 0;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#loginForm input:not([type='button']) {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: none;
  -webkit-box-shadow: inset 1px 1px 3px #cbcbcb;
          box-shadow: inset 1px 1px 3px #cbcbcb;
  border-radius: 0;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#loginForm textarea:not([type='submit']) {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: none;
  -webkit-box-shadow: inset 1px 1px 3px #cbcbcb;
          box-shadow: inset 1px 1px 3px #cbcbcb;
  border-radius: 0;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#loginForm textarea:not([type='button']) {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: none;
  -webkit-box-shadow: inset 1px 1px 3px #cbcbcb;
          box-shadow: inset 1px 1px 3px #cbcbcb;
  border-radius: 0;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#loginForm texarea.styler:not([type='submit']) {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: none;
  -webkit-box-shadow: inset 1px 1px 3px #cbcbcb;
          box-shadow: inset 1px 1px 3px #cbcbcb;
  border-radius: 0;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#loginForm texarea.styler:not([type='button']) {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: none;
  -webkit-box-shadow: inset 1px 1px 3px #cbcbcb;
          box-shadow: inset 1px 1px 3px #cbcbcb;
  border-radius: 0;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#loginForm input[type='submit'] {
  display: inline-block;
  background: #fff;
  border: 1px solid #006fba;
  color: #006fba;
  border-radius: 0;
  padding: 0 10px 0 10px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  min-width: 153px;
  line-height: 25px;
  cursor: pointer;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: normal;
  line-height: 40px;
}
#loginForm input[type='submit']:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
}
#loginForm input[type='submit']:hover:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
#loginForm input[type='button'] {
  display: inline-block;
  background: #fff;
  border: 1px solid #006fba;
  color: #006fba;
  border-radius: 0;
  padding: 0 10px 0 10px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  min-width: 153px;
  line-height: 25px;
  cursor: pointer;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: normal;
  line-height: 40px;
}
#loginForm input[type='button']:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
}
#loginForm input[type='button']:hover:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
#loginForm input[type='submit'].styler {
  display: inline-block;
  background: #fff;
  border: 1px solid #006fba;
  color: #006fba;
  border-radius: 0;
  padding: 0 10px 0 10px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  min-width: 153px;
  line-height: 25px;
  cursor: pointer;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: normal;
  line-height: 40px;
}
#loginForm input[type='submit'].styler:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
}
#loginForm input[type='submit'].styler:hover:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
#loginForm input[type='button'].styler {
  display: inline-block;
  background: #fff;
  border: 1px solid #006fba;
  color: #006fba;
  border-radius: 0;
  padding: 0 10px 0 10px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  min-width: 153px;
  line-height: 25px;
  cursor: pointer;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: normal;
  line-height: 40px;
}
#loginForm input[type='button'].styler:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
}
#loginForm input[type='button'].styler:hover:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
#loginForm input[type='submit'].inverse {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
}
#loginForm input[type='submit'].inverse:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
#loginForm input[type='button'].inverse {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
}
#loginForm input[type='button'].inverse:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
#loginForm input[type='submit'].styler.inverse {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
}
#loginForm input[type='submit'].styler.inverse:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
#loginForm input[type='button'].styler.inverse {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
}
#loginForm input[type='button'].styler.inverse:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
#loginForm input[type='submit'].red {
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
}
#loginForm input[type='submit'].red:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
}
#loginForm input[type='button'].red {
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
}
#loginForm input[type='button'].red:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
}
#loginForm input[type='submit'].styler.red {
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
}
#loginForm input[type='submit'].styler.red:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
}
#loginForm input[type='button'].styler.red {
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
}
#loginForm input[type='button'].styler.red:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
}
#loginForm .jq-checkbox {
  background: #e9e9e9;
}
#loginForm .jq-checkbox.checked .jq-checkbox__div {
  width: 100%;
  height: 100%;
  display: inline-block;
  margin: 0;
  background: url(../img/checkbox.png) center no-repeat;
}
#loginForm table tr td {
  padding-bottom: 10px;
}
div.uss_form_tml label {
  font-weight: normal !important;
  font-family: 'SegoeUISemiBold' !important;
}
div.uss_form_tml input.styler:not([type='submit']) {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: none;
  -webkit-box-shadow: inset 1px 1px 3px #cbcbcb;
          box-shadow: inset 1px 1px 3px #cbcbcb;
  border-radius: 0;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
div.uss_form_tml input.styler:not([type='button']) {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: none;
  -webkit-box-shadow: inset 1px 1px 3px #cbcbcb;
          box-shadow: inset 1px 1px 3px #cbcbcb;
  border-radius: 0;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
div.uss_form_tml input:not([type='submit']) {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: none;
  -webkit-box-shadow: inset 1px 1px 3px #cbcbcb;
          box-shadow: inset 1px 1px 3px #cbcbcb;
  border-radius: 0;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
div.uss_form_tml input:not([type='button']) {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: none;
  -webkit-box-shadow: inset 1px 1px 3px #cbcbcb;
          box-shadow: inset 1px 1px 3px #cbcbcb;
  border-radius: 0;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
div.uss_form_tml textarea:not([type='submit']) {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: none;
  -webkit-box-shadow: inset 1px 1px 3px #cbcbcb;
          box-shadow: inset 1px 1px 3px #cbcbcb;
  border-radius: 0;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
div.uss_form_tml textarea:not([type='button']) {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: none;
  -webkit-box-shadow: inset 1px 1px 3px #cbcbcb;
          box-shadow: inset 1px 1px 3px #cbcbcb;
  border-radius: 0;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
div.uss_form_tml texarea.styler:not([type='submit']) {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: none;
  -webkit-box-shadow: inset 1px 1px 3px #cbcbcb;
          box-shadow: inset 1px 1px 3px #cbcbcb;
  border-radius: 0;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
div.uss_form_tml texarea.styler:not([type='button']) {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: none;
  -webkit-box-shadow: inset 1px 1px 3px #cbcbcb;
          box-shadow: inset 1px 1px 3px #cbcbcb;
  border-radius: 0;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
div.uss_form_tml input[type='submit'] {
  display: inline-block;
  background: #fff;
  border: 1px solid #006fba;
  color: #006fba;
  border-radius: 0;
  padding: 0 10px 0 10px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  min-width: 153px;
  line-height: 25px;
  cursor: pointer;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: normal;
  line-height: 40px;
}
div.uss_form_tml input[type='submit']:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
}
div.uss_form_tml input[type='submit']:hover:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
div.uss_form_tml input[type='button'] {
  display: inline-block;
  background: #fff;
  border: 1px solid #006fba;
  color: #006fba;
  border-radius: 0;
  padding: 0 10px 0 10px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  min-width: 153px;
  line-height: 25px;
  cursor: pointer;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: normal;
  line-height: 40px;
}
div.uss_form_tml input[type='button']:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
}
div.uss_form_tml input[type='button']:hover:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
div.uss_form_tml input[type='submit'].styler {
  display: inline-block;
  background: #fff;
  border: 1px solid #006fba;
  color: #006fba;
  border-radius: 0;
  padding: 0 10px 0 10px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  min-width: 153px;
  line-height: 25px;
  cursor: pointer;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: normal;
  line-height: 40px;
}
div.uss_form_tml input[type='submit'].styler:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
}
div.uss_form_tml input[type='submit'].styler:hover:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
div.uss_form_tml input[type='button'].styler {
  display: inline-block;
  background: #fff;
  border: 1px solid #006fba;
  color: #006fba;
  border-radius: 0;
  padding: 0 10px 0 10px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  min-width: 153px;
  line-height: 25px;
  cursor: pointer;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: normal;
  line-height: 40px;
}
div.uss_form_tml input[type='button'].styler:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
}
div.uss_form_tml input[type='button'].styler:hover:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
div.uss_form_tml input[type='submit'].inverse {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
}
div.uss_form_tml input[type='submit'].inverse:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
div.uss_form_tml input[type='button'].inverse {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
}
div.uss_form_tml input[type='button'].inverse:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
div.uss_form_tml input[type='submit'].styler.inverse {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
}
div.uss_form_tml input[type='submit'].styler.inverse:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
div.uss_form_tml input[type='button'].styler.inverse {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
}
div.uss_form_tml input[type='button'].styler.inverse:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
div.uss_form_tml input[type='submit'].red {
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
}
div.uss_form_tml input[type='submit'].red:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
}
div.uss_form_tml input[type='button'].red {
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
}
div.uss_form_tml input[type='button'].red:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
}
div.uss_form_tml input[type='submit'].styler.red {
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
}
div.uss_form_tml input[type='submit'].styler.red:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
}
div.uss_form_tml input[type='button'].styler.red {
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
}
div.uss_form_tml input[type='button'].styler.red:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
}
div.uss_form_tml .jq-checkbox {
  background: #e9e9e9;
}
div.uss_form_tml .jq-checkbox.checked .jq-checkbox__div {
  width: 100%;
  height: 100%;
  display: inline-block;
  margin: 0;
  background: url(../img/checkbox.png) center no-repeat;
}
div.fc_form_tml label {
  font-weight: normal !important;
  font-family: 'SegoeUISemiBold' !important;
}
div.fc_form_tml input.styler:not([type='submit']) {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: none;
  -webkit-box-shadow: inset 1px 1px 3px #cbcbcb;
          box-shadow: inset 1px 1px 3px #cbcbcb;
  border-radius: 0;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
div.fc_form_tml input.styler:not([type='button']) {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: none;
  -webkit-box-shadow: inset 1px 1px 3px #cbcbcb;
          box-shadow: inset 1px 1px 3px #cbcbcb;
  border-radius: 0;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
div.fc_form_tml input:not([type='submit']) {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: none;
  -webkit-box-shadow: inset 1px 1px 3px #cbcbcb;
          box-shadow: inset 1px 1px 3px #cbcbcb;
  border-radius: 0;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
div.fc_form_tml input:not([type='button']) {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: none;
  -webkit-box-shadow: inset 1px 1px 3px #cbcbcb;
          box-shadow: inset 1px 1px 3px #cbcbcb;
  border-radius: 0;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
div.fc_form_tml textarea:not([type='submit']) {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: none;
  -webkit-box-shadow: inset 1px 1px 3px #cbcbcb;
          box-shadow: inset 1px 1px 3px #cbcbcb;
  border-radius: 0;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
div.fc_form_tml textarea:not([type='button']) {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: none;
  -webkit-box-shadow: inset 1px 1px 3px #cbcbcb;
          box-shadow: inset 1px 1px 3px #cbcbcb;
  border-radius: 0;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.uss_eshop_tabs {
    padding: 30px 0 0px 0px;
}
div.fc_form_tml texarea.styler:not([type='submit']) {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: none;
  -webkit-box-shadow: inset 1px 1px 3px #cbcbcb;
          box-shadow: inset 1px 1px 3px #cbcbcb;
  border-radius: 0;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
div.fc_form_tml texarea.styler:not([type='button']) {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: none;
  -webkit-box-shadow: inset 1px 1px 3px #cbcbcb;
          box-shadow: inset 1px 1px 3px #cbcbcb;
  border-radius: 0;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
div.fc_form_tml input[type='submit'] {
  display: inline-block;
  background: #fff;
  border: 1px solid #006fba;
  color: #006fba;
  border-radius: 0;
  padding: 0 10px 0 10px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  min-width: 153px;
  line-height: 25px;
  cursor: pointer;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: normal;
  line-height: 40px;
}
div.fc_form_tml input[type='submit']:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
}
div.fc_form_tml input[type='submit']:hover:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
div.fc_form_tml input[type='button'] {
  display: inline-block;
  background: #fff;
  border: 1px solid #006fba;
  color: #006fba;
  border-radius: 0;
  padding: 0 10px 0 10px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  min-width: 153px;
  line-height: 25px;
  cursor: pointer;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: normal;
  line-height: 40px;
}
div.fc_form_tml input[type='button']:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
}
div.fc_form_tml input[type='button']:hover:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
div.fc_form_tml input[type='submit'].styler {
  display: inline-block;
  background: #fff;
  border: 1px solid #006fba;
  color: #006fba;
  border-radius: 0;
  padding: 0 10px 0 10px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  min-width: 153px;
  line-height: 25px;
  cursor: pointer;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: normal;
  line-height: 40px;
}
div.fc_form_tml input[type='submit'].styler:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
}
div.fc_form_tml input[type='submit'].styler:hover:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
div.fc_form_tml input[type='button'].styler {
  display: inline-block;
  background: #fff;
  border: 1px solid #006fba;
  color: #006fba;
  border-radius: 0;
  padding: 0 10px 0 10px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  min-width: 153px;
  line-height: 25px;
  cursor: pointer;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: normal;
  line-height: 40px;
}
div.fc_form_tml input[type='button'].styler:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
}
div.fc_form_tml input[type='button'].styler:hover:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
div.fc_form_tml input[type='submit'].inverse {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
}
div.fc_form_tml input[type='submit'].inverse:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
div.fc_form_tml input[type='button'].inverse {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
}
div.fc_form_tml input[type='button'].inverse:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
div.fc_form_tml input[type='submit'].styler.inverse {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
}
div.fc_form_tml input[type='submit'].styler.inverse:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
div.fc_form_tml input[type='button'].styler.inverse {
  background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#0060a2));
  background: linear-gradient(#006fba, #0060a2);
  color: #fff !important;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
}
div.fc_form_tml input[type='button'].styler.inverse:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0060a2), to(#006fba));
  background: linear-gradient(#0060a2, #006fba);
}
div.fc_form_tml input[type='submit'].red {
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
}
div.fc_form_tml input[type='submit'].red:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
}
div.fc_form_tml input[type='button'].red {
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
}
div.fc_form_tml input[type='button'].red:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
}
div.fc_form_tml input[type='submit'].styler.red {
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
}
div.fc_form_tml input[type='submit'].styler.red:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
}
div.fc_form_tml input[type='button'].styler.red {
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#e34444), to(#d52e2e));
  background: linear-gradient(#e34444, #d52e2e);
  color: #fff;
}
div.fc_form_tml input[type='button'].styler.red:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#d52e2e), to(#e34444));
  background: linear-gradient(#d52e2e, #e34444);
}
div.fc_form_tml .jq-checkbox {
  background: #e9e9e9;
}
div.fc_form_tml .jq-checkbox.checked .jq-checkbox__div {
  width: 100%;
  height: 100%;
  display: inline-block;
  margin: 0;
  background: url(../img/checkbox.png) center no-repeat;
}
.watch_all {
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin: 22px 0 0 0;
  letter-spacing: 0.7px;
}
.watch_all a {
  text-decoration: none;
}
.watch_all a:hover {
  text-decoration: underline;
}
.watch_all img {
  margin-left: 6px;
  position: relative;
  top: -2px;
}
.zakup {
  width: 150px;
}
.zakup img {
  max-width: 100%;
  height: auto;
}
.time_row {
  margin: 0;
}
.th {
  background-color: #a6d2ef;
  font-size: smaller;
}
.adaptive-menu {
  display: none;
}
.section_text.id_10116149 table {
  display: block;
}
.section_text.id_10116149 table tbody {
  display: block;
}
.section_text.id_10116149 table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.section_text.id_10116149 table td {
  -webkit-box-flex: 0;
  -webkit-flex: 0 100%;
      -ms-flex: 0 100%;
          flex: 0 100%;
  display: block;
  max-width: calc((100% - 30px) / 4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.uss_shop_block_cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.uss_shop_block_cat .uss_shop_category {
  display: block;
}
.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-flex-items {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-flex-wrap: wrap !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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 100%;
      -ms-flex: 0 100%;
          flex: 0 100%;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.uss_widget_outer_content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 100%;
      -ms-flex: 0 100%;
          flex: 0 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 100%;
}
.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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-flex-wrap: wrap;
        -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;
    -webkit-flex: 0 100px;
        -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;
    -webkit-flex: 1 calc(100% - 100px);
        -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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: 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;
    -webkit-align-items: 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;
}
@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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-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;
  }
}
.uss-scroller .mCSB_container {
  padding-top: 45px;
}
.uss-scroller .mCSB_scrollTools {
  top: 15px;
  bottom: auto;
}
.tableScoller-wrap {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 100%;
      -ms-flex: 0 100%;
          flex: 0 100%;
  width: 100%;
  max-width: 100%;
  clear: both;
  float: none;
  zoom: 1;
}
.tableScoller-wrap:before,
.tableScoller-wrap:after {
  content: '';
  display: table;
}
.tableScoller-wrap:after {
  clear: both;
}
.uss_section_content .uss_basket_menu > a,
.uss_section_content .uss_basket_menu > span {
  display: inline-block;
}
@media (min-width: 769px) and (max-width: 1000px) {
  .uss_shop_table_view .uss_img .uss_img_holder_outer,
  .uss_shop_table_view .uss_img .uss_img_holder {
    max-width: 139px;
    height: auto !important;
  }
}
@media (max-width: 768px) {
  .uss_shop_table_view.mCustomScrollbar .mCSB_container {
    width: calc(80vw) !important;
  }
  table.uss_shoppos_table {
    display: block;
    border: none;
    max-width: calc(80vw);
  }
  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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -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 > div {
    margin: 0;
  }
}
.uss_photoalbums_albums_block .uss_albums_item {
  display: block;
  max-width: calc((100% - 10px) / 2);
}
.uss_photoalbums_albums_block .uss_albums_item .uss_albums_cover {
  display: block;
  max-width: 100%;
  height: auto !important;
}
.uss_photoalbums_albums_block .uss_albums_item .uss_albums_cover img {
  display: block;
  max-width: 100%;
}
.uss_photoalbums .uss_photoalbums_foto_box .uss_img_item {
  max-width: calc((100% - 10px) / 2);
}
.uss_photoalbums .uss_photoalbums_foto_box .uss_img_item .uss_img_pre {
  height: auto !important;
  max-width: 100%;
  display: block;
}
.uss_photoalbums .uss_photoalbums_foto_box .uss_img_item .uss_img_pre img {
  max-width: 100%;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_img_wrap .uss_shop_cat_img {
  max-width: 100%;
  height: auto !important;
  display: block;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_img_wrap .uss_shop_cat_img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.uss_section_content .uss_shop_list_cat .uss_shop_category .uss_shop_cat_img_wrap {
  max-width: 40vw;
}
.uss_section_content .uss_shop_list_cat .uss_shop_category .uss_shop_cat_img_wrap .uss_shop_cat_img {
  display: block;
  max-width: 100%;
  height: auto !important;
}
.uss_section_content .uss_shop_list_cat .uss_shop_category .uss_shop_cat_img_wrap .uss_shop_cat_img img {
  display: block;
  max-width: 100%;
}
.uss_section_content .uss_shop_list_view_item.uss_eshop_item .posimg_item .uss_img_holder_outer {
  max-width: 30vw;
}
.uss_section_content .uss_shop_list_view_item.uss_eshop_item .posimg_item .uss_img_holder_outer .uss_img_holder {
  display: block;
  max-width: 100%;
  height: auto !important;
}
.uss_section_content .uss_shop_list_view_item.uss_eshop_item .posimg_item .uss_img_holder_outer .uss_img_holder img {
  display: block;
  max-width: 100%;
}
.uss_shop_blocks_view .uss_eshop_item .posimg_item .uss_img_holder_outer {
  max-width: 100%;
}
.uss_shop_blocks_view .uss_eshop_item .posimg_item .uss_img_holder_outer .uss_img_holder {
  max-width: 100%;
  display: block;
  height: auto !important;
  margin-bottom: 0;
}
.uss_shop_blocks_view .uss_eshop_item .posimg_item .uss_img_holder_outer .uss_img_holder img {
  display: block;
  max-width: 100%;
  height: auto !important;
}
.uss_section_content .uss_eshop_sameproducts.list .item .imageArea {
  max-width: 30vw;
}
.uss_section_content .uss_eshop_sameproducts.list .item .imageArea .imageWrapOuter {
  max-width: 100%;
}
.uss_section_content .uss_eshop_sameproducts.list .item .imageArea .imageWrapOuter .image {
  display: block;
  max-width: 100%;
  height: auto !important;
}
.uss_section_content .uss_eshop_sameproducts.list .item .imageArea .imageWrapOuter .image img {
  display: block;
  max-width: 100%;
}
.uss_eshop_sameproducts.blocks .item .imageArea .imageWrapOuter {
  max-width: 100%;
}
.uss_eshop_sameproducts.blocks .item .imageArea .imageWrapOuter .imageWrap {
  max-width: 100%;
  display: block;
  height: auto !important;
}
.uss_eshop_sameproducts.blocks .item .imageArea .imageWrapOuter .imageWrap .image {
  max-width: 100%;
  display: block;
  height: auto !important;
}
.uss_eshop_sameproducts.blocks .item .imageArea .imageWrapOuter .imageWrap img {
  max-width: 100%;
  display: block;
  height: auto;
}
.uss_catalog_block_cat .uss_catalog_category .uss_catalog_cat_img {
  max-width: 100%;
  display: block;
  height: auto !important;
}
.uss_section_content .uss_catalog_list_cat .uss_catalog_category .uss_catalog_img_wrap {
  max-width: 30vw;
}
.uss_section_content .uss_catalog_list_cat .uss_catalog_category .uss_catalog_img_wrap .uss_catalog_cat_img {
  max-width: 100%;
  display: block;
  height: auto !important;
}
.news_list.news_block_items .news_item .image .uss_image_holder {
  max-width: calc(100% - 4px);
  height: auto !important;
  display: block;
  margin: 2px;
}
.news_list.news_block_items .news_item .image .uss_image_holder img {
  display: block;
  max-width: 100%;
}
.similar_items_block .news_item .image .uss_image_holder {
  max-width: 100%;
  display: block;
  height: auto !important;
}
.similar_items_block .news_item .image .uss_image_holder img {
  max-width: 100%;
  display: block;
  height: auto;
}
.similar_items_list .news_item .image {
  max-width: 40vw;
}
.similar_items_list .news_item .image .uss_image_holder {
  max-width: 100%;
  display: block;
  height: auto !important;
}
.similar_items_list .news_item .image .uss_image_holder img {
  max-width: 100%;
  display: block;
  height: auto;
}
.groups_list .group_item .info .image .uss_image_holder {
  max-width: 40vw;
  height: auto !important;
  display: block;
}
.groups_list .group_item .info .image .uss_image_holder img {
  display: block;
  max-width: 100%;
  height: auto;
}
.groups_block .group_item .info .image .uss_image_holder {
  max-width: 40vw;
  height: auto !important;
  display: block;
}
.groups_block .group_item .info .image .uss_image_holder img {
  display: block;
  max-width: 100%;
  height: auto;
}
.uss_eshop_sameproducts.blocks .item {
  max-width: calc((100% - 10px) / 2);
}
.news_list.news_block_items .news_item {
  max-width: calc((100% - 10px) / 2);
}
.uss_shop_blocks_view .uss_eshop_item {
  max-width: calc((100% - 10px) / 2);
}
.uss_catalog_block_cat .uss_catalog_category {
  max-width: calc((100% - 10px) / 2);
}
.uss_shop_block_cat .uss_shop_category {
  max-width: calc((100% - 10px) / 2);
}
.similar_items_block .news_item {
  max-width: calc((100% - 10px) / 2);
}
.product-catalog .columns .mCSB_container {
  padding-top: 45px;
}
.product-catalog .columns .mCSB_scrollTools {
  top: 15px;
  bottom: auto;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .top_nav .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .promo.block table {
    display: block;
  }
  .promo.block table tbody tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .promo.block table tbody tr td {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 calc((100% - 20px) / 3);
        -ms-flex: 0 calc((100% - 20px) / 3);
            flex: 0 calc((100% - 20px) / 3);
  }
  .map.block .context {
    right: 0;
  }
  .map.block .context img {
    display: block;
    max-width: 100%;
    height: auto !important;
  }
}
@media (max-width: 1145px) {
  .product-catalog .columns {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;

    overflow: hidden;
  }
  .product-catalog .columns .column {
    margin: auto;
    max-width: 100vw;
    overflow: hidden;
  }
  .bottom.block .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .bottom.block .inner .news {
    margin-left: 0;
  }
  .bottom.block .inner .left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
        -ms-flex: 0 100%;
            flex: 0 100%;
    -webkit-box-ordinal-group: -10;
    -webkit-order: -11;
        -ms-flex-order: -11;
            order: -11;
    max-width: 100%;
  }
  .bottom.block .inner .center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
        -ms-flex: 0 100%;
            flex: 0 100%;
    max-width: calc((100% - 10px) / 2);
  }
  .bottom.block .inner .right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
        -ms-flex: 0 100%;
            flex: 0 100%;
    max-width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 1110px) {
  .top_nav .inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top_nav .inner .left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
            flex: 0 auto;
    -webkit-box-ordinal-group: -10;
    -webkit-order: -11;
        -ms-flex-order: -11;
            order: -11;
    margin-bottom: 0.4rem;
    max-width: 50%;
  }
  .top_nav .inner .email {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
            flex: 0 auto;
    max-width: 50%;
  }
  .top_nav .inner .phone {
    text-align: right;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
            flex: 0 auto;
    -webkit-box-ordinal-group: -9;
    -webkit-order: -10;
        -ms-flex-order: -10;
            order: -10;
    margin-bottom: 0.4rem;
    max-width: 50%;
  }
  .top_nav .inner .phone p + p {
    margin-right: 0;
  }
  .top_nav .inner .right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
            flex: 0 auto;
    max-width: 50%;
  }
  .top_nav .inner .devider {
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
        -ms-flex: 0 100%;
            flex: 0 100%;
    -webkit-box-ordinal-group: -8;
    -webkit-order: -9;
        -ms-flex-order: -9;
            order: -9;
  }
  .header .logo img {
    max-width: 100%;
    min-width: 200px;
  }
  .header .slogan {
    font-size: 25px;
  }
}
@media (max-width: 1000px) {
  .container .aside {
    width: 100%;
  }
  .container .aside .aside_left {
    float: none;
    margin-right: 0;
  }
  .container .content {
    overflow: visible;
  }
  .container .left_catalog {
    margin-bottom: 15px;
  }
  .container .left_catalog .h3 {
    padding: 12px;
    background-image: none;
    width: auto;
    text-align: center;
    width: 100%;
  }
  .container .left_catalog .h3 span {
    display: inline-block;
    border-bottom: 1px dashed #fff;
  }
  .container .left_catalog ul.uss_eshop_menu {
    display: none;
  }
  .container .left_catalog.open ul.uss_eshop_menu {
    display: block;
  }
  .header .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .header .logo img {
    height: 100px;
    width: auto;
    max-width: auto;
  }
  .header .slogan {
    font-size: 20px;
    margin-top: 10px;
    text-align: center;
  }
  .header .left {
    padding: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
            flex: 0 auto;
  }
  .header .time {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
            flex: 0 auto;
  }
  .header .right {
    padding: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
        -ms-flex: 1 auto;
            flex: 1 auto;
  }
  .header .right .row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .right .row .col.col1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
        -ms-flex: 1 auto;
            flex: 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .right .row .col.col2 {
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
            flex: 0 auto;
  }
  .header .right .row .col .row {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: 0;
  }
  .header .zakup {
    width: auto;
    display: block;
    margin: 0 auto;
  }
  .header .zakup img {
    display: block;
    max-width: 100%;
  }
  .header .center {
    padding: 0;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
        -ms-flex: 0 100%;
            flex: 0 100%;
  }
  .header .search {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .header .search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .adaptive-menu {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 11;
    max-height: 100vh;
    overflow: hidden;
  }
  .adaptive-menu.open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .adaptive-menu .close {
    width: 35px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 12;
  }
  .adaptive-menu .close img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .adaptive-menu .menu {
    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
        -ms-flex: 1 auto;
            flex: 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
    overflow-y: auto;
  }
  .adaptive-menu .menu .inner {
    max-height: 100%;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
        -ms-flex: 1 auto;
            flex: 1 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .adaptive-menu .menu .inner > ul {
    background: -webkit-gradient(linear, left top, left bottom, from(#006fb9), to(#0060a1));
    background: linear-gradient(to bottom, #006fb9, #0060a1);
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
        -ms-flex: 0 100%;
            flex: 0 100%;
    max-width: 75%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .adaptive-menu .menu .inner > ul:after,
  .adaptive-menu .menu .inner > ul:before {
    content: none;
  }
  .adaptive-menu .menu .inner > ul > li.active {
    background: #0060A1;
  }
  .adaptive-menu .menu .inner > ul > li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  .adaptive-menu .menu .inner ul {
    display: block;
  }
  .adaptive-menu .menu .inner ul li {
    display: block;
    height: auto;
    background: none;
  }
  .adaptive-menu .menu .inner ul li a {
    display: block;
    text-align: left;
    text-shadow: none;
    padding: 10px 0 10px 20px;
  }
  .adaptive-menu .menu .inner ul li a.w_sub {
    background: none;
  }
  .adaptive-menu .menu .inner .submenu {
    position: static;
    width: 100%;
    display: none;
    background-image: none;
  }
  .adaptive-menu .menu .inner li.clicked > .submenu,
  .adaptive-menu .menu .inner li.active > .submenu {
    display: block;
  }
  .slider {
    margin-top: 0;
  }
  .slider .slides .slide .caption {
    max-width: 98vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 29px;
  }
  .footer_menu {
    display: none;
  }
  .form_block.block {
    margin-bottom: 0;
  }
  .form_block.block .inner {
    padding-top: 4px !important;
    padding-bottom: 15px;
  }
  .footer .center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer .center .column {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
        -ms-flex: 0 100%;
            flex: 0 100%;
    margin-right: 0;
  }
  .footer .center .column > p:not(.phone):not(.email) {
    display: none;
  }
  .footer .center .column p {
    white-space: nowrap;
  }
}
@media (max-width: 820px) {
  .top_nav .inner {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .top_nav .inner .phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .top_nav .inner .phone p {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .block .inner {
    padding: 25px 0 0 0;
  }
  .block .inner .h3 {
    margin-bottom: 11px !important;
  }
  .block .h3 {
    font-size: 25px;
  }
  .block .h3 span {
    padding-left: 75px;
    padding-right: 75px;
  }
  .banner {
    background-size: auto 100%;
  }
  .banner .inner {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .banner p {
    margin: 0;
  }
  .banner span {
    font-size: 25px !important;
  }
  .promo.block {
    background-size: auto 100%;
  }
  .promo.block table tbody tr td {
    max-width: calc((100% - 10px) / 2);
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
        -ms-flex: 0 100%;
            flex: 0 100%;
    padding: 10px;
    font-size: 18px;
    line-height: 1.2;
    height: 250px;
  }
  .promo.block table tbody tr td .main {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .promo.block table tbody tr td .caption {
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .promo.block table tbody tr td .caption span.title {
    font-size: 16px;
  }
  .promo.block table tbody tr td .caption ul {
    padding-left: 18px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
            flex: 0 auto;
    max-height: 100%;
    overflow: hidden;
  }
  .promo.block table tbody tr td img {
    max-width: 75px;
    max-height: 75px;
    display: block;
    margin: 0 auto;
  }
  .block .inner .h3 {
    font-size: 25px;
  }
  .form_block.block form .group {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .form_block.block form .group .titleGroup {
    text-align: left;
  }
  .form_block.block form .group .fc_item .elem_item input.styler {
    margin-left: 0;
  }
  .form_block.block form .group .fc_item .elem_item textarea.styler {
    margin-left: 0;
  }
  .form_block.block form .group .fc_checkbox {
    padding-left: 0;
  }
  .form_block.block form .group.end {
    border: none;
  }
  .form_block.block form {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .form_block.block form .group {
    max-width: calc((100% - 10px) / 2);
  }
  .form_block.block form .buttons {
    padding-left: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
        -ms-flex: 0 100%;
            flex: 0 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0;
    padding-left: 5px;
  }
  .section_formconstructor table {
    display: block;
    width: 100% !important;
  }
  .section_formconstructor table tbody {
    display: block;
  }
  .section_formconstructor table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
	height: max-content !important;
  }
  .section_formconstructor table td {
    width: 100% !important;
    height: auto !important;
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
        -ms-flex: 0 100%;
            flex: 0 100%;
  }
  .section_formconstructor .fc_form_tml form .group .fc_item {
    width: 100%;
  }
  .section_formconstructor .fc_form_tml form .group .fc_item:not(.fc_checkbox) .elem_item {
    width: 100%;
  }
  .section_formconstructor .fc_form_tml form .group .fc_item:not(.fc_checkbox) .elem_item input,
  .section_formconstructor .fc_form_tml form .group .fc_item:not(.fc_checkbox) .elem_item textarea {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .map.block .context {
    right: 0;
    top: 0;
  }
  .watch_all {
    font-size: 15px;
  }
  .bottom.block .inner .left {
    margin-bottom: 20px;
  }
  .bottom.block .inner .center {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .bottom.block .inner .center table {
    margin: 0 auto;
  }
  .bottom.block .inner .right {
    max-width: 100%;
  }
  .bottom.block .inner .right .h3 {
    text-align: center;
  }
  .bottom.block .inner .right .h3 span {
    background: url(../img/block_mini_title_left.png) left center no-repeat, url(../img/block_mini_title_right.png) right center no-repeat;
    padding-left: 70px;
    padding-right: 70px;
  }
  .footer .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer .center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .center .column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
            flex: 0 auto;
  }
  .footer .right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
        -ms-flex: 0 100%;
            flex: 0 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer .btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0;
    margin-right: 5px;
  }
  .footer .btns a {
    margin-bottom: 5px;
  }
  .footer .privacy {
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .header .left {
    max-width: calc((100% - 10px) / 2);
  }
  .header .right {
    max-width: calc((100% - 10px) / 2);
  }
  .header .zakup {
    display: none;
  }
  .form_block.block form .buttons {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 10px;
    padding-left: 10px;
  }
  .form_block.block form .group {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
        -ms-flex: 0 100%;
            flex: 0 100%;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .form_block.block form .group:not(.end) {
    padding-bottom: 0;
  }
  .form_block.block form .group.end {
    padding-bottom: 0;
    padding-top: 10px;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .form_block.block form .group .titleGroup {
    text-align: center;
  }
  .form_block.block form .group .fc_item .elem_item input.styler {
    width: 100%;
  }
  .form_block.block form .group .fc_item .elem_item textarea.styler {
    width: 100%;
  }
  .footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .left {
    width: 300px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .footer .center {
    width: 300px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .footer .right {
    width: 300px;
    margin-right: 0;
    margin-left: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer .logo {
    text-align: center;
  }
  .footer .btns {
    margin: 0 auto 5px;
  }
  .footer .social {
    display: none;
  }
  .footer .privacy {
    margin-bottom: 10px;
  }
  .footer .dev {
    margin: 0 auto;
  }
  .section_text.id_10116149 table td {
    max-width: calc((100% - 20px) / 2);
  }
}

@media (max-width: 1080px) {
  .slider  {::-webkit-scrollbar {
  width: 0;
}
    display: none;
  }
@media (max-width: 500px) {
  .slider .slides .slide .caption {
    padding: 15px;
  }
  .slider .slides .slide .caption .title {
    font-size: 26px;
  }
  .slider .slides .slide .caption .text {
    font-size: 16px;
  }
}
@media (max-width: 420px) {
  .header .logo img {
    max-width: 95%;
    min-width: auto;
    height: auto !important;
  }
}
.uss_shop_table_view td {
    font-size: 14px;
    padding: 2px 10px;
}
