@charset "UTF-8";
.container {
  max-width: 1830px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

.slick-list:focus {
  outline: none; }

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

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

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

.slick-track:before, .slick-track:after {
  content: "";
  display: table; }

.slick-track:after {
  clear: both; }

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

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

[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; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../image/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("fonts/slick/slick.eot");
  src: url("fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("fonts/slick/slick.woff") format("woff"), url("fonts/slick/slick.ttf") format("truetype"), url("fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 34px;
  width: 34px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  padding: 0;
  border: none;
  outline: none;
  margin-top: -30px
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent; }

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25; }

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 20px; }

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

.slick-prev:before {
  content: "←"; }

[dir="rtl"] .slick-prev:before {
  content: "→"; }

.slick-next {
  right: 20px; }

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

.slick-next:before {
  content: "→"; }

[dir="rtl"] .slick-next:before {
  content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

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

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

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

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #fff;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #0077c0;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #0077c0;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/**
Ion.RangeSlider, 2.3.0
© Denis Ineshin, 2010 - 2018, IonDen.com
Build date: 2018-12-12 00:07:25
*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif; }

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important; }

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0; }

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0; }

.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1; }

.irs-handle.type_last {
  z-index: 2; }

.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default; }

.irs-min {
  left: 0; }

.irs-max {
  right: 0; }

.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap; }

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000; }

.irs-grid-pol.small {
  height: 4px; }

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000; }

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2; }

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed; }

.irs-disabled {
  opacity: 0.4; }

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

.irs--flat {
  height: 40px; }

.irs--flat.irs-with-grid {
  height: 60px; }

.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9; }

.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #0077c0;
  display: none; }

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9; }

.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent; }

.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 15px;
  height: 100%;
  margin-left: -8px;
  background-color: #0077c0; }

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #0087da; }

.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9; }

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #0077c0; }

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #0077c0; }

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9; }

.irs--flat .irs-grid-text {
  color: #999; }

.irs--big {
  height: 55px; }

.irs--big.irs-with-grid {
  height: 70px; }

.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px; }

.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5); }

.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px; }

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5); }

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px; }

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%); }

.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px; }

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px; }

.irs--big .irs-grid-pol {
  background-color: #428bca; }

.irs--big .irs-grid-text {
  color: #428bca; }

.irs--modern {
  height: 55px; }

.irs--modern.irs-with-grid {
  height: 55px; }

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px; }

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%); }

.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px; }

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5); }

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px; }

.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg); }

.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px; }

.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1; }

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%); }

.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2; }

.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a; }

.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px; }

.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px; }

.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426; }

.irs--modern .irs-grid {
  height: 25px; }

.irs--modern .irs-grid-pol {
  background-color: #dedede; }

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px; }

.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1; }

.irs--sharp.irs-with-grid {
  height: 57px; }

.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px; }

.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa; }

.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px; }

.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5); }

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2; }

.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2; }

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black; }

.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black; }

.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px; }

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px; }

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2; }

.irs--sharp .irs-grid {
  height: 25px; }

.irs--sharp .irs-grid-pol {
  background-color: #dedede; }

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px; }

.irs--round {
  height: 50px; }

.irs--round.irs-with-grid {
  height: 65px; }

.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec; }

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa; }

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5); }

.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3); }

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff; }

.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1); }

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white; }

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa; }

.irs--round .irs-grid {
  height: 25px; }

.irs--round .irs-grid-pol {
  background-color: #dedede; }

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px; }

.irs--square {
  height: 50px; }

.irs--square.irs-with-grid {
  height: 60px; }

.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede; }

.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black; }

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede; }

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff; }

.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1); }

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white; }

.irs--square .irs-grid {
  height: 25px; }

.irs--square .irs-grid-pol {
  background-color: #dedede; }

.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 768px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1439px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 768px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1439px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 768px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 1024px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1439px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

@font-face {
  font-family: "Verdana";
  src: url("fonts/VerdanaRegular/VerdanaRegular.eot");
  src: url("fonts/VerdanaRegular/VerdanaRegular.eot?#iefix") format("embedded-opentype"), url("fonts/VerdanaRegular/VerdanaRegular.woff") format("woff"), url("fonts/VerdanaRegular/VerdanaRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "TypoUprightBT";
  src: url("fonts/TypoUprightBT/TypoUprightBT.eot");
  src: url("fonts/TypoUprightBT/TypoUprightBT.eot?#iefix") format("embedded-opentype"), url("fonts/TypoUprightBT/TypoUprightBT.woff") format("woff"), url("fonts/TypoUprightBT/TypoUprightBT.ttf") format("truetype");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "HelveticaNeue";
  src: url("fonts/HelveticaNeue-Regular/HelveticaNeue-Regular.eot");
  src: url("fonts/HelveticaNeue-Regular/HelveticaNeue-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeue-Regular/HelveticaNeue-Regular.woff") format("woff"), url("fonts/HelveticaNeue-Regular/HelveticaNeue-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "HelveticaNeue";
  src: url("fonts/HelveticaNeue-Medium/HelveticaNeue-Medium.eot");
  src: url("fonts/HelveticaNeue-Medium/HelveticaNeue-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeue-Medium/HelveticaNeue-Medium.woff") format("woff"), url("fonts/HelveticaNeue-Medium/HelveticaNeue-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500; }

@font-face {
  font-family: "HelveticaNeue";
  src: url("fonts/HelveticaNeue-Bold/HelveticaNeue-Bold.eot");
  src: url("fonts/HelveticaNeue-Bold/HelveticaNeue-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeue-Bold/HelveticaNeue-Bold.woff") format("woff"), url("fonts/HelveticaNeue-Bold/HelveticaNeue-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

input:focus, textarea:focus, a:focus, button:focus, select:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del, s, strike {
  text-decoration: line-through; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

article, aside, details, figcaption, figure, fieldset, footer, header, hgroup, main, nav, section, summary {
  display: block;
  margin: 0; }

ul, ol {
  list-style: none; }

.btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 5px 15px;
  color: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 16px;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: 0.38px;
  background-color: #0077c0;
  border: 2px solid #0077c0;
  min-width: 185px; }

@media (max-width: 1438px) {
  .btn {
    font-size: 14px;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px; } }

.btn:hover {
  color: #0077c0;
  background-color: #fff; }

@media (min-width: 1025px) {
  .btn--large {
    min-width: 316px; } }

@media (max-width: 991px) {
  .btn--more {
    margin-left: auto;
    margin-right: auto;
    height: 56px; } }

.btn--light {
  background-color: #ffffff;
  color: #0077c0; }

.btn--light:hover {
  background-color: #0077c0;
  color: #fff;
  border-color: #fff; }

.btn--light[disabled], .btn--light[disabled]:hover {
    cursor: not-allowed;
    color: #84867a;
    border-color:  #84867a;
    background-color: #ffffff;
}
.btn-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4px 0;
  right: 0px;
  cursor: pointer;
  position: absolute;
  top: 20px; }

.btn-menu__inner {
  margin-bottom: 6px; }

.btn-menu__inner span {
  width: 25px;
  height: 2px;
  background: #fff;
  display: block;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.btn-menu__inner span + span {
  margin-top: 5px; }

.btn-menu__text {
  text-align: center;
  color: #ffffff;
  font-size: 9px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.36px; }

@media (min-width: 992px) {
  .btn-menu {
    display: none; } }

@media (max-width: 991px) {
  .btn-menu {
    right: 0; } }

label input[type=radio] {
  display: none; }

.delete.icon {
  /*background: url("../img/close.svg") center no-repeat;*/
  width: 9px;
  height: 9px;
  color: #1b1b1b;
  margin-left: 5px;
  background-size: contain; }

.radio-btn {
  padding-left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }

.radio-btn__title {
  color: #1b1b1b;
  font-size: 16px;
  font-weight: 400; }

.radio-btn .icon {
  width: 18px;
  height: 18px;
  border: 1px solid #e1dfe2;
  flex: 0 0 auto;
  border-radius: 50%;
  margin-right: 14px;
  position: relative; }

.radio-btn [type=radio]:checked + .icon + .radio-btn__title {
  color: #0077c0; }

.radio-btn [type=radio]:checked + .icon:before {
  width: 8px;
  height: 8px;
  background-color: #0077c0;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: ""; }

.check input[type=checkbox] {
  display: none; }

.to-top {
  position: fixed;
  right: 50px;
  bottom: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 30px;
  color: #036ce2;
  box-shadow: 0 0 24px 1px rgba(0, 0, 1, 0.27);
  background-color: #030d46;
  z-index: 2;
  display: none; }

.to-top:hover {
  background-color: #07166a; }

@media (max-width: 1438px) {
  .to-top {
    display: none !important; } }

.scroll-down {
  position: absolute;
  right: 0px;
  top: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #e0e0e0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.scroll-down__title {
  margin-right: 12px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.72px; }

.scroll-down:hover {
  color: #fff; }

@media (max-width: 1023px) {
  .scroll-down {
    display: none; } }

.scroll .btn-close {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 14px; }

.scroll .btn-close:hover {
  color: #0077c0; }

.btn-more {
  display: flex;
  align-items: center;
  cursor: pointer; }

.btn-more__wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10px; }

.btn-more__title {
  color: #0077c0;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  margin-left: 10px; }

.check {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: left; }

.check__title {
  vertical-align: middle;
  color: #9e9e9e;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  padding-left: 10px; }

.check .icon {
  width: 16px;
  height: 16px;
  border: 1px solid #447eff;
  background-color: #fff;
  flex: 0 0 auto;
  border-radius: 50%;
  position: relative; }

.check [type=radio]:checked + .icon:before,
.check [type=checkbox]:checked + .icon:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #447eff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.slick-dots {
  bottom: 25px; }

@media (max-width: 991px) {
  .slick-dots {
    bottom: 10px; } }

.slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%; }

@media (max-width: 991px) {
  .slick-dots li button {
    width: 8px;
    height: 8px; } }

.slick-dots li {
  margin: 0; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  background-color: #7d7d7d; }

.slick-dots li button:before {
  width: 12px;
  height: 12px;
  content: "";
  border-radius: 50%;
  background-color: #e5e5e5;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 1; }

@media (max-width: 991px) {
  .slick-dots li button:before {
    width: 8px;
    height: 8px; } }

.slick-dots li.slick-active button:before {
  background-color: #7d7d7d; }

.js-slider:not(.slick-initialized) {
  display: none; }

.slick-prev,
.slick-next {
  z-index: 2;
  color: #eee;
  height: 60px; }

.slick-prev:before,
.slick-next:before {
  content: "";
  border-right: 2px solid #dcdcdc;
  border-bottom: 2px solid #dcdcdc;
  transform: rotate(-45deg);
  width: 24px;
  height: 24px;
  display: flex;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.slick-prev:hover:before,
.slick-next:hover:before {
  border-color: #0077c0; }

.slick-prev {
  transform: rotate(-180deg); }

.btn-close-menu {
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 4;
  top: 90px;
  right: 90px;
  align-items: center;
  cursor: pointer;
  display: none; }

.btn-close-menu svg {
  fill: #fff;
  width: 30px; }

.btn-close-menu__icon {
  font-size: 0; }

.btn-close-menu__text {
  text-align: center;
  color: #ffffff;
  font-size: 9px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.36px; }
/*
@media (max-width: 767px) {
  .btn-close-menu {
    top: 18px;
    right: 21px; } }
*/

.button--order-submit {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 142px; }

.link-back {
  color: #9d9d9d;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.72px;
  height: 60px;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 142px;
  justify-content: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer; }

.link-back span {
  font-size: 20px; }

.link-back:hover {
  color: #0077c0; }

.btn-more {
  max-width: 175px;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  text-align: center; }

.btn-more__image {
  margin-bottom: 20px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.btn-more__title {
  color: #0077c0;
  font-size: 19px;
  font-weight: 600; }

.btn-more:hover .btn-more__image {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg); }

.arrow-link__title:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  transition: width 0s ease, background .35s ease; }

.arrow-link__title:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: #0077c0;
  transition: width .35s ease; }

.arrow-link:hover .arrow-link__title:before {
  width: 100%;
  background: #0077c0;
  transition: width .35s ease; }

.arrow-link:hover .arrow-link__title:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease; }

.arrow-link {
  color: #0077c0;
  font-size: 26px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.45px;
  display: inline-flex;
  align-items: center;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

@media (max-width: 991px) {
  .arrow-link {
    font-size: 18px; } }

.arrow-link--block {
  margin: 100px 0; }

@media (max-width: 1023px) {
  .arrow-link--block {
    margin-top: 40px;
    margin-bottom: 40px; } }

.arrow-link__title {
  border-bottom: 2px solid transparent;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.arrow-link__icon {
  color: #0077c0;
  margin-left: 13px;
  font-size: 25px; }

@media (max-width: 767px) {
  .arrow-link__icon {
    margin-left: 11px; } }

.btn-toogle-descrtiption {
  width: 30px;
  height: 30px;
  background: url("../image/button.png") center no-repeat;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer; }

@media (max-width: 991px) {
  .btn-toogle-descrtiption {
    width: 11px;
    height: 7px;
    background-size: cover; } }

.pricing {
  padding: 40px 55px 20px;
  min-height: 235px;
  display: flex;
  flex-direction: column;
  margin-bottom: 35px;
  background-color: #f1efee;
  align-items: flex-start; }

@media (max-width: 991px) {
  .pricing {
    padding: 20px 13px 20px;
    min-height: 143px; } }

.pricing__title {
  color: #1b1b1b;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px; }

@media (max-width: 991px) {
  .pricing__title {
    font-size: 16px;
    margin-bottom: 20px; } }

.pricing__value {
  color: #1b1b1b;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px; }

@media (max-width: 991px) {
  .pricing__value {
    font-size: 16px; } }

.pricing .b-link {
  margin-top: auto; }

*,
*:before,
*:after {
  box-sizing: border-box; }
/*
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
  -webkit-appearance: none; }
*/

html,
body {
  min-height: 100%; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type='number'] {
  -moz-appearance: textfield; }

html {
  -webkit-overflow-scrolling: touch; }

body {
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1b1b1b;
  font-weight: 400;
  line-height: 1.2;
  min-width: 320px;
  background: #FFF; }

body.js-block-scroll {
  overflow-y: hidden; }

th {
  font-weight: inherit; }

body,
input,
button,
select,
textarea {
  font-family: "HelveticaNeue", sans-serif, Helvetica; }

li {
  list-style-type: none; }

.clear {
  clear: both; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

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

pre,
code {
  font-family: monospace; }

a {
  display: block;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  color: #0077c0;
}

img {
  position: relative;
  display: inline-block;
  border: none;
  vertical-align: top;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  text-align: center; }

img:after {
  content: "Broken Image of " attr(alt);
  display: block;
  color: #646464;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  font: 300 12px/1 sans-serif, Helvetica; }

svg {
  pointer-events: all; }

input,
textarea {
  appearance: none;
  box-shadow: none; }

textarea {
  resize: none;
    margin-top: 0;
    margin-bottom: 0;
}

input {
  vertical-align: middle;
  margin: 0;
  padding: 0; }

input ::-ms-clear,
input ::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: none; }

button,
input[type='reset'],
input[type='submit'],
input[type='button'],
input[type='image'] {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  overflow: visible;
  background: none;
  outline: 0;
  border: 0;
  cursor: pointer;
  vertical-align: middle;
  text-align: center; }

label {
  cursor: pointer; }

@media (max-width: 991px) {
  .hide-mobile {
    display: none; } }

@media (min-width: 992px) {
  .visible-mobile {
    display: none !important; } }

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.wrapper--reviews {
  background-color: #e0e0e0; }

.main {
  flex: 1;
  padding-top: 30px;
}

.main:not(.main--content) {
  padding-top: 0;
}

@media (min-width: 993px) {
  .main--content {
  /*    padding-top: 70px;*/
  } }

.main--catalog {
  padding-top: 60px;
  border-top: 7px solid #f1efee; }

.main--grey {
  padding-top: 30px !important;
  background-color: #f1efee; }

@media (max-width: 767px) {
  .main--grey {
    padding-top: 30px; } }

.main:not(.main--general) {
  padding-bottom: 40px; }

@media (max-width: 1438px) {
  .main:not(.main--general) {
    padding-bottom: 30px; }
}

.section-title {
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  /* Text style for "выберите б" */
  letter-spacing: 0.38px;
  margin-bottom: 20px; }

@media (max-width: 767px) {
  .section-title {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center; } }

.subtitle {
  color: #0077c0;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 1.2px;
  margin-bottom: 30px; }

@media (max-width: 767px) {
  .subtitle {
    font-size: 20px;
    letter-spacing: 0.8px;
    margin-bottom: 20px; } }

.ellip {
  display: block;
  height: 100%; }

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%; }

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden; }

.table--responsive {
  overflow-y: hidden; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type='number'] {
  -moz-appearance: textfield; }

.slick-slider:not(.slick-initialized) {
  display: none; }

.category-title {
  color: #0077c0;
  font-size: 21px;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.38px; }

@media (max-width: 1438px) {
  .category-title {
    font-size: 15px; } }

body::-webkit-scrollbar {
  width: .8em; }

body::-webkit-scrollbar-thumb {
  background-color: #f1efee;
  outline: 1px solid slategrey; }

.form-subscribe {
  width: 100%;
  max-width: 515px; }

@media (max-width: 1438px) {
  .form-subscribe {
    margin-top: 30px; } }

.form-subscribe__title {
  color: #7d7d7d;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.45px;
  margin-bottom: 5px; }

@media (max-width: 991px) {
  .form-subscribe__title {
    font-size: 18px; } }

.form-subscribe__inner {
  display: flex;
  background-color: #dcdcdc; }

.form-subscribe__input {
  height: 60px;
  width: 100%;
  border: 0;
  background-color: transparent;
  padding: 0 23px;
  font-size: 26px; }

@media (max-width: 991px) {
  .form-subscribe__input {
    height: 40px;
    font-size: 18px; } }

.form-subscribe__btn {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  background-color: #bfbfbf;
  color: #fff;
  flex: 0 0 auto; }

@media (max-width: 991px) {
  .form-subscribe__btn {
    width: 40px;
    height: 40px; } }

.form-subscribe__btn:hover .arrow-right {
  border-color: #0077c0; }

.arrow-right {
  display: inline-block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 24px;
  height: 24px;
  transform: rotate(-45deg);
  margin-left: -10px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

@media (max-width: 1438px) {
  .arrow-right {
    width: 18px;
    height: 18px; } }

.general-title {
  color: #1b1b1b;
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  text-align: center;
  margin-bottom: 30px; }

@media (max-width: 1438px) {
  .general-title {
    font-size: 24px;
    letter-spacing: 0.75px; } }

@media (max-width: 767px) {
  .general-title {
    font-size: 15px;
    margin-bottom: 30px; } }

.container--md {
  max-width: 1520px;
  margin: 0 auto; }

.b-video {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
  margin-bottom: 40px;
  min-height: 260px; }

.b-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.icon {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  fill: currentColor; }

.icon-close {
  width: 1em; }

input::-webkit-input-placeholder {
  text-indent: 0;
  transition: all 0.7s ease; }

input::-moz-placeholder {
  text-indent: 0;
  transition: all 0.7s ease; }

input:-moz-placeholder {
  text-indent: 0;
  transition: all 0.7s ease; }

input:-ms-input-placeholder {
  text-indent: 0;
  transition: all 0.7s ease; }

input:focus::-webkit-input-placeholder {
  text-indent: 50px;
  transition: all 0.7s ease;
  opacity: 0; }

input:focus::-moz-placeholder {
  text-indent: 50px;
  transition: all 0.7s ease;
  opacity: 0; }

input:focus:-moz-placeholder {
  text-indent: 50px;
  transition: all 0.7s ease;
  opacity: 0; }

input:focus:-ms-input-placeholder {
  text-indent: 50px;
  transition: all 0.7s ease;
  opacity: 0; }

textarea::-webkit-input-placeholder {
  text-indent: 0;
  transition: all 0.7s ease; }

textarea::-moz-placeholder {
  text-indent: 0;
  transition: all 0.7s ease; }

textarea:-moz-placeholder {
  text-indent: 0;
  transition: all 0.7s ease; }

textarea:-ms-input-placeholder {
  text-indent: 0;
  transition: all 0.7s ease; }

textarea:focus::-webkit-input-placeholder {
  text-indent: 50px;
  transition: all 0.7s ease;
  opacity: 0; }

textarea:focus::-moz-placeholder {
  text-indent: 50px;
  transition: all 0.7s ease;
  opacity: 0; }

textarea:focus:-moz-placeholder {
  text-indent: 50px;
  transition: all 0.7s ease;
  opacity: 0; }

textarea:focus:-ms-input-placeholder {
  text-indent: 50px;
  transition: all 0.7s ease;
  opacity: 0; }

input::-webkit-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
  font-size: 26px; }

@media (max-width: 991px) {
  input::-webkit-input-placeholder {
    font-size: 14px; } }

input:-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
  font-size: 26px; }

@media (max-width: 991px) {
  input:-moz-placeholder {
    font-size: 14px; } }

input::-moz-placeholder {
  font-weight: 400;
  color: #a3a3a3;
  font-size: 26px; }

@media (max-width: 991px) {
  input::-moz-placeholder {
    font-size: 14px; } }

input:-ms-input-placeholder {
  font-weight: 400;
  color: #a3a3a3;
  font-size: 26px; }

@media (max-width: 991px) {
  input:-ms-input-placeholder {
    font-size: 14px; } }

textarea::-webkit-input-placeholder {
  font-weight: 400;
  color: #a3a3a3;
  font-size: 26px; }

@media (max-width: 991px) {
  textarea::-webkit-input-placeholder {
    font-size: 14px; } }

textarea:-moz-placeholder {
  font-weight: 400;
  color: #a3a3a3;
  font-size: 26px; }

@media (max-width: 991px) {
  textarea:-moz-placeholder {
    font-size: 14px; } }

textarea::-moz-placeholder {
  font-weight: 400;
  color: #a3a3a3;
  font-size: 26px; }

@media (max-width: 991px) {
  textarea::-moz-placeholder {
    font-size: 14px; } }

textarea:-ms-input-placeholder {
  font-weight: 400;
  color: #a3a3a3;
  font-size: 26px; }

@media (max-width: 991px) {
  textarea:-ms-input-placeholder {
    font-size: 14px; } }

@media (min-width: 992px) {
  .menu-collapse {
    display: none; } }

.sm {
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-around; }

@media (max-width: 991px) {
  .sm {
    flex-direction: column;
    z-index: 5; } }

.sm > ul ul {
  top: 0 !important; }

@media (min-width: 993px) {
  .menu-collapse {
    display: none; } }

.general-menu {
  width: 100%; }

@media (max-width: 991px) {
  .general-menu {
    display: none;
    border-top: 1px solid rgba(0, 0, 0, 0.05); } }

.general-menu__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  align-items: center; }

.collapse-button {
  margin-left: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 22px;
  height: 14px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

.collapse-button span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #0077c0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.collapse-button span:nth-child(1) {
  top: 0px; }

.collapse-button span:nth-child(2) {
  top: 6px; }

.collapse-button span:nth-child(3) {
  top: 12px; }

.collapse-button.is-open span:nth-child(1) {
  top: 6px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

.collapse-button.is-open span:nth-child(2) {
  opacity: 0;
  left: -60px; }

.collapse-button.is-open span:nth-child(3) {
  top: 6px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.sm-rtl,
.sm-rtl ul,
.sm-rtl li {
  direction: rtl;
  text-align: right; }

.sm > li > h1,
.sm > li > h2,
.sm > li > h3,
.sm > li > h4,
.sm > li > h5,
.sm > li > h6 {
  margin: 0;
  padding: 0; }

.sm ul {
  display: none; }

.sm li,
.sm a {
  position: relative; }

.sm a {
  display: block; }

.sm a.disabled {
  cursor: default; }

.sm::after {
  content: "";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  overflow: hidden; }

.sm *,
.sm *::before,
.sm *::after {
  box-sizing: inherit; }

.sm a {
  color: #1b1b1b;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.25px;
  padding: 13px 20px;
  text-transform: uppercase;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

.sm a,
.sm a:hover,
.sm a:focus,
.sm a:active {
  /* make room for the toggle button (sub indicator) */
  text-decoration: none; }

.sm a.current {
  color: #0077c0; }

.sm a.disabled {
  color: #bbbbbb; }

.sm a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 16px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(255, 255, 255, 0.5);
  color: #0077c0; }

.sm a .sub-arrow::before {
  content: '+'; }

.sm a.highlighted .sub-arrow::before {
  content: '-'; }

.sm li {
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

.sm > li:first-child {
  border-top: 0; }

@media (max-width: 767px) and (max-width: 991px) {
  .sm a {
    padding-left: 5px; } }

@media (min-width: 992px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm ul {
    position: absolute;
    box-shadow: 4px 7px 11px 2px rgba(0, 0, 0, 0.33); }
  .sm li {
    float: left; }
  .sm.sm-rtl li {
    float: right; }
  .sm ul li,
  .sm.sm-rtl ul li,
  .sm.sm-vertical li {
    float: none; }
  .sm a {
    white-space: nowrap; }
  .sm ul a,
  .sm.sm-vertical a {
    white-space: normal; }
  .sm .sm-nowrap > li > a,
  .sm .sm-nowrap > li > :not(ul) a {
    white-space: nowrap; }
  /* ...end */
  .sm {
    padding: 0 10px; }
  .sm > li > a {
    min-height: 80px;
    display: flex;
    align-items: center; }
  .sm a:hover,
  .sm a:focus,
  .sm a:active,
  .sm a.highlighted {
    color: #0077c0; }
  .sm a.current {
    color: #0077c0; }
  .sm a.disabled {
    color: #bbbbbb; }
  .sm a.has-submenu {
    padding-right: 24px; }
  .sm a .sub-arrow {
    top: 50%;
    margin-top: -2px;
    right: 12px;
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid dashed dashed dashed;
    border-color: #0077c0 transparent transparent transparent;
    background: transparent; }
  .sm a .sub-arrow::before {
    display: none; }
  .sm li {
    border-top: 0; }
  .sm > li > ul::after {
    top: -16px;
    left: 31px;
    border-width: 8px;
    border-color: transparent transparent #fff transparent; }
  .sm ul {
    background: #fff;
    /*width: 100% !important; */
  }
  .sm ul a,
  .sm ul a:hover,
  .sm ul a:focus,
  .sm ul a:active,
  .sm ul a.highlighted {
    border: 0 !important;
    padding: 10px 20px;
    color: #555555; }
  .sm ul a:hover,
  .sm ul a:focus,
  .sm ul a:active,
  .sm ul a.highlighted {
    color: #0077c0; }
  .sm ul a.current {
    color: #0077c0; }
  .sm ul a.disabled {
    background: #fff;
    color: #cccccc; }
  .sm ul a.has-submenu {
    padding-right: 20px; }
  .sm ul a .sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-width: 6px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #0077c0; }
  .sm .scroll-up,
  .sm .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px; }
  .sm .scroll-up:hover,
  .sm .scroll-down:hover {
    background: #eeeeee; }
  .sm .scroll-up:hover .scroll-up-arrow {
    border-color: transparent transparent #0077c0 transparent; }
  .sm .scroll-down:hover .scroll-down-arrow {
    border-color: #0077c0 transparent transparent transparent; }
  .sm .scroll-up-arrow,
  .sm .scroll-down-arrow {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 6px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555555 transparent; }
  .sm .scroll-down-arrow {
    top: 8px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent; }
  .sm.sm-rtl a.has-submenu {
    padding-right: 12px;
    padding-left: 24px; }
  .sm.sm-rtl a .sub-arrow {
    right: auto;
    left: 12px; }
  .sm.sm-rtl.sm-vertical a.has-submenu {
    padding: 10px 20px; }
  .sm.sm-rtl.sm-vertical a .sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #555555 transparent transparent; }
  .sm.sm-rtl > li > ul::before {
    left: auto;
    right: 30px; }
  .sm.sm-rtl > li > ul::after {
    left: auto;
    right: 31px; }
  .sm.sm-rtl ul a.has-submenu {
    padding: 10px 20px !important; }
  .sm.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #555555 transparent transparent; }
  .sm.sm-vertical {
    padding: 10px 0; }
  .sm.sm-vertical a {
    padding: 10px 20px; }
  .sm.sm-vertical a:hover,
  .sm.sm-vertical a:focus,
  .sm.sm-vertical a:active,
  .sm.sm-vertical a.highlighted {
    background: #fff; }
  .sm.sm-vertical a.disabled {
    background: #eeeeee; }
  .sm.sm-vertical a .sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #555555; }
  .sm.sm-vertical > li > ul::before,
  .sm.sm-vertical > li > ul::after {
    display: none; }
  .sm.sm-vertical ul a {
    padding: 10px 20px; }
  .sm.sm-vertical ul a:hover,
  .sm.sm-vertical ul a:focus,
  .sm.sm-vertical ul a:active,
  .sm.sm-vertical ul a.highlighted {
    background: #eeeeee; }
  .sm.sm-vertical ul a.disabled {
    background: #fff; } }

@media (min-width: 769px) {
  .gallery-review__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 240px;
    grid-gap: 15px; } }

@media (max-width: 991px) {
  .gallery-review__list {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 767px) {
  .gallery-review__list {
    grid-template-columns: repeat(1, 1fr); } }

@media (max-width: 767px) {
  .gallery-review__item {
    min-height: 240px; } }

.gallery-review__item img {
  object-fit: cover;
  cursor: pointer;
  width: 100%;
  height: 100%; }

@media (min-width: 993px) {
  .image-3-2 {
    grid-row-end: span 2;
    grid-column-end: span 3; } }

@media (min-width: 993px) {
  .image-1-2 {
    grid-row-end: span 2;
    grid-column-end: span 1; } }

/**
 * selectize.css (v0.12.6)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.custom-select input::-webkit-input-placeholder {
  color: #1b1b1b;
  font-size: 18px; }

.custom-select input:-moz-placeholder {
  color: #1b1b1b;
  font-size: 18px; }

.custom-select input::-moz-placeholder {
  color: #1b1b1b;
  font-size: 18px; }

.custom-select input:-ms-input-placeholder {
  color: #1b1b1b;
  font-size: 18px; }

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }

.selectize-dropdown-header-close:hover {
  color: #000000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: #0077c0; }

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff; }

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px; }

.selectize-control {
  position: relative;
  display: flex;
  align-items: center; }

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit; }

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: flex; }

.selectize-input {
  border: 1px solid #dddddd;
  padding: 3px 8px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 42px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1; }

@media (max-width: 991px) {
  .selectize-input {
    font-size: 14px;
    height: 37px; } }

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px; }

.selectize-input.full {
  background-color: #fff; }

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important; }

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0; }

.selectize-control.multi .selectize-input > div.active {
  background: #0077c0;
  color: #303030;
  border: 0 solid #cacaca; }

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff; }

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 100%; }

.selectize-input > input::-ms-clear {
  display: none; }

.selectize-input > input:focus {
  outline: none !important; }

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left; }

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px; }

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden; }

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px; }

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5; }

.selectize-dropdown [data-selectable].option {
  opacity: 1; }

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default; }

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68; }

.selectize-dropdown .active.create {
  color: #495c68; }

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch; }

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #333333 transparent transparent transparent; }

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #333333 transparent; }

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto; }

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa; }

.dtp {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2000;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.dtp > .dtp-content {
  background: #fff;
  max-width: 300px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  max-height: 520px;
  position: relative;
  left: 50%; }

.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
  background: #0077c0;
  color: #000;
  text-align: center;
  padding: 0.5em; }

.dtp div.dtp-date, .dtp div.dtp-time {
  background: #0077c0;
  text-align: center;
  color: #fff;
  padding: 10px; }

.dtp div.dtp-date > div {
  padding: 0;
  margin: 0; }

.dtp div.dtp-actual-month {
  font-size: 1.5em; }

.dtp div.dtp-actual-num {
  font-size: 3em;
  line-height: 0.9; }

.dtp div.dtp-actual-maxtime {
  font-size: 3em;
  line-height: 0.9; }

.dtp div.dtp-actual-year {
  font-size: 1.5em;
  color: #fff; }

.dtp div.dtp-picker {
  padding: 1em;
  text-align: center; }

.dtp div.dtp-picker-month, .dtp div.dtp-actual-time {
  font-weight: 500;
  text-align: center; }

.dtp div.dtp-picker-month {
  padding-bottom: 20px !important;
  text-transform: uppercase !important; }

.dtp .dtp-close {
  position: absolute;
  top: 0.5em;
  right: 1em; }

.dtp .dtp-close > a {
  color: #fff; }

.dtp .dtp-close > a > i {
  font-size: 1em; }

.dtp table.dtp-picker-days {
  margin: 0;
  min-height: 251px; }

.dtp table.dtp-picker-days, .dtp table.dtp-picker-days tr, .dtp table.dtp-picker-days tr > td {
  border: none; }

.dtp table.dtp-picker-days tr > td {
  font-weight: 700;
  font-size: 0.8em;
  text-align: center;
  padding: 0.5em 0.3em; }

.dtp table.dtp-picker-days tr > td > span.dtp-select-day {
  color: #BDBDBD !important;
  padding: 0.4em 0.5em 0.5em 0.6em; }

.dtp table.dtp-picker-days tr > td > a, .dtp .dtp-picker-time > a {
  color: #212121;
  text-decoration: none;
  padding: 0.4em 0.5em 0.5em 0.6em;
  border-radius: 50% !important; }

.dtp table.dtp-picker-days tr > td > a.selected {
  background: #0077c0;
  color: #fff; }

.dtp table.dtp-picker-days tr > th {
  color: #757575;
  text-align: center;
  font-weight: 700;
  padding: 0.4em 0.3em; }

.dtp .p10 > a {
  color: #fff;
  text-decoration: none; }

.dtp .p10 {
  width: 10%;
  display: inline-block; }

.dtp .p20 {
  width: 20%;
  display: inline-block; }

.dtp .p60 {
  width: 60%;
  display: inline-block; }

.dtp .p80 {
  width: 80%;
  display: inline-block; }

.dtp a.dtp-meridien-am, .dtp a.dtp-meridien-pm {
  position: relative;
  top: 10px;
  color: #212121;
  font-weight: 500;
  padding: 0.7em 0.5em;
  border-radius: 50% !important;
  text-decoration: none;
  background: #eee;
  font-size: 1em; }

.dtp .dtp-actual-meridien a.selected {
  background: #689F38;
  color: #fff; }

.dtp .dtp-picker-time > .dtp-select-hour {
  cursor: pointer; }

.dtp .dtp-picker-time > .dtp-select-minute {
  cursor: pointer; }

.dtp .dtp-buttons {
  padding: 0 1em 1em 1em;
  text-align: right; }

.dtp.hidden, .dtp .hidden {
  display: none; }

.dtp .invisible {
  visibility: hidden; }

.dtp .left {
  float: left; }

.dtp .right {
  float: right; }

.dtp .clearfix {
  clear: both; }

.dtp .center {
  text-align: center; }

.dtp-picker-year {
  margin-bottom: 1px; }

.year-picker-item {
  text-align: center;
  padding-top: 5px;
  font-size: large;
  cursor: pointer;
  margin: 0 auto; }

.dtp-actual-year:hover {
  cursor: pointer; }

.dtp-actual-year.disabled:hover {
  cursor: inherit; }

.year-picker-item:hover {
  color: #689F38; }

.year-picker-item.active {
  color: #689F38;
  font-weight: bold; }

.dtp-select-year-range {
  display: inline-block;
  text-align: center;
  width: 100%; }

.header {
  position: relative;
  border-bottom: 7px solid #f1efee; }

.header__warranty-logo {
  flex: 0 0 auto;
  height: 49px;
}

@media (max-width: 1438px) {
  .header__warranty-logo {
    max-width: 100px; } }

@media (max-width: 1438px) {
  .header__warranty-logo {
    display: none; } }

.header__top {
  background-color: #f1efee; }

.header__bottom {
  background: #fff; }

.header.fixed {
  position: fixed;
  top:0;
  width: 100%;
  z-index: 1000;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

@media (max-width: 767px) {
  .header-top {
    display: none; } }

.header-top__inner {
  display: flex;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto; }

@media (max-width: 992px) {
  .header-top__inner {
    flex-direction: column; } }

.header-bottom__inner {
  display: flex;
  justify-content: space-between;
  align-items: center; }

@media (min-width: 1440px) {
  .header-bottom__inner {
    max-height: 80px;
    padding-top: 10px;
    padding-bottom: 10px; } }

@media (max-width: 991px) {
  .header-bottom__inner {
    flex-wrap: wrap; } }

.phones-dropdown__menu {
  visibility: hidden;
  position: absolute;
  top: 100%;
  width: 100%;
  opacity: 0;
  margin-top: 10px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 11;
  background-color: #f1efee; }

.phones-dropdown__menu .phones-dropdown__link {
  padding-top: 5px;
  padding-bottom: 5px; }

.phones-dropdown:hover .phones-dropdown__menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0; }

.phones-dropdown:hover::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.dropdown:hover .dropbtn {
  background-color: #3e8e41; }

.phones-dropdown {
  position: relative;
  height: 46px;
  display: flex;
  align-items: center;
  padding-right: 25px;
  min-width: 160px; }

.phones-dropdown__link {
  color: #0077c0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  white-space: nowrap;
  padding: 5px;
  width: 100%; }

.phones-dropdown > .phones-dropdown__link {
  height: 100%;
  display: flex;
  align-items: center; }

.phones-dropdown:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 0;
  height: 0;
  margin: auto;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #0077c0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.support {
  display: flex;
  align-items: center;
  margin-left: auto; }

@media (max-width: 992px) {
  .support {
    margin-left: 0; } }

.dealer_title {
  padding-left: 20px;
  font-size: 18px;
  font-weight: bold;
}
.dealer_title_mobile { display: none; }

.support__title {
  font-weight: 500;
  letter-spacing: 0.5px;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  margin-right: 20px;
  font-size: 14px; }

@media (max-width: 1439px) {
  .support__title {
    font-size: 12px; } }

.support__title span {
  color: #a0a0a0;
  font-weight: 400;
  letter-spacing: 2.8px;
  text-transform: none; }

@media (max-width: 1070px) {
  .logo {
    max-width: 100px; }
  .dealer_title {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .logo {
    display: none; }
  .dealer_title {
    margin-top: 10px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
    .dealer_title_mobile {
        display: block;
        font-size: 18px;
    }
}

@media (max-width: 660px) {
  .dealer_title_mobile {
    font-size: 14px;
  }
}

@media (max-width: 450px) {
  .dealer_title_mobile {
    font-size: 12px;
  }
}


.logo__mobile {
  height: 40px;
  display: none;
    margin: 5px 0;
}

@media (max-width: 991px) {
  .logo__mobile {
    display: block; }
  .logo__mobile img {
    max-height: 100%; } }

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

@media (max-width: 992px) {
  .top-menu {
    width: 100%;
    justify-content: center;
  } }

@media (max-width: 450px) {
  .top-menu { flex-direction: column; }
  .top-menu__item { margin-bottom: 10px; }
}

.top-menu__item:not(:first-of-type) {
  border-left: 1px solid #fff; }

@media (max-width: 992px) {
  .top-menu__item {
    width: 100%; } }

.top-menu__link {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.25px;
  min-height: 46px;
  display: flex;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  background-color: #0077c0;
  padding: 10px 15px;
  min-width: 140px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

@media (min-width: 1440px) {
  .top-menu__link {
    height: 40px;
    min-width: 200px; } }

@media (max-width: 1439px) {
  .top-menu__link {
    font-size: 10px; } }

.top-menu__link:hover {
  background-color: #0087da;
  color: #fff; }

.menu .dropdown .item {
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 0; }

.menu__link {
  color: #1b1b1b;
  font-size: 15px;
  font-weight: 400;
  min-height: 46px;
  padding: 15px;
  letter-spacing: 0.38px; }

.header .ui.dropdown .item > .item {
  color: #1b1b1b !important;
  font-size: 18px !important;
  font-weight: 700;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  padding: 15px !important;
  min-width: 168px; }

.header .ui.dropdown .item > .item:hover {
  color: #0077c0 !important; }

.ui.menu {
  margin: 0;
  border: 0;
  box-shadow: none; }

.ui.menu .item:before {
  display: none; }

.header-dealer {
  text-align: right;
  margin-left: auto;
  margin-right: 15px;
  display: flex;
  flex-direction: column; }

@media (min-width: 992px) {
  .header-dealer {
    display: none; } }

.header-dealer__title {
  font-weight: 700;
  letter-spacing: 0.25px;
  font-size: 10px; }

.header-dealer__phone {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: #1b1b1b;
  line-height: 1; }

.footer__logo {
  margin-left: 40px;
  flex: 0 0 auto; }

@media (max-width: 1023px) {
  .footer__logo {
    margin-left: auto;
    margin-right: auto; } }

.footer-top {
  background-color: #4ca0d3;
  padding-top: 20px; }

.footer-menu {
  padding-bottom: 15px;
  position: relative; }

@media (max-width: 1438px) {
  .footer-menu {
    padding-bottom: 0; } }

@media (max-width: 1438px) {
  .footer-menu {
    padding-left: 30px; } }

.footer-menu__list {
  display: none;
  padding-left: 60px;
    transition: all .3s ease
}

.footer-menu__list.is-open{
    display: block !important;
    visibility: visible !important;

}

@media (max-width: 1438px) {
  .footer-menu__list {
    padding-left: 10px;
    margin-bottom: 20px; } }

.footer-menu__item:not(:last-of-type) {
  margin-bottom: 6px; }

.footer-menu__link {
  color: #fff;
  font-size: 14px;
  font-weight: 400; }

@media (max-width: 1438px) {
  .footer-menu__column {
    margin-bottom: 0; }
  .footer-menu__column:last-of-type {
    margin-bottom: 0; } }

.footer-menu__column:last-of-type .footer-menu__title:after {
  width: 100%; }

.footer-menu__title {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 10px;
  padding-left: 60px; }

@media (max-width: 1438px) {
  .footer-menu__title {
    padding-bottom: 10px;
    font-size: 12px;
    padding-left: 10px; } }

.footer-menu__title:after {
  content: "";
  height: 3px;
  width: calc(100% + 30px);
  position: absolute;
  left: 0;
  background-color: #fff;
  bottom: 0; }

@media (max-width: 1438px) {
  .footer-menu__title:after {
    display: none; } }

.col-arrow {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  z-index: 2;
  cursor: pointer; }

.col-arrow__inner {
  position: relative;
  width: 14px;
  height: 14px; }

.col-arrow__inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.col-arrow.is-open .col-arrow__inner:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.search-form {
  background-color: #fff; }

.search-form input::-webkit-input-placeholder {
  font-size: 17px; }

.search-form input:-moz-placeholder {
  font-size: 17px; }

.search-form input::-moz-placeholder {
  font-size: 17px; }

.search-form input:-ms-input-placeholder {
  font-size: 17px; }

.search-form__inner {
  display: flex; }

.search-form__title {
  color: #0077c0;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.3px;
  cursor: pointer; }

@media (max-width: 1438px) {
  .search-form__title {
    font-size: 12px; } }

.search-form__btn {
  display: flex;
  align-items: center;
  padding-right: 15px;
  position: relative;
  margin: 0 10px; }

@media (max-width: 1438px) {
  .search-form__btn {
    margin-left: 0;
    margin-right: 0; } }

.search-form__btn:after {
  content: "";
  height: 38px;
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: #0077c0; }

@media (max-width: 1438px) {
  .search-form__btn:after {
    height: 28px; } }

.search-form__icon {
  width: 25px;
  height: 25px;
  display: flex;
  position: relative;
  margin-right: 10px; }

.search-form__icon img {
  max-width: 100%;
  max-height: 100%; }

.search-form__input {
  height: 60px;
  width: 100%;
  padding: 0 10px;
  border: 0;
  font-size: 17px; }

@media (max-width: 1438px) {
  .search-form__input {
    height: 40px; } }

.footer-bottom {
  background-color: #2b7eb1;
  padding-top: 25px; }

.footer-bottom__columns {
  padding-bottom: 20px;
  align-items: center; }

@media (max-width: 1438px) {
  .footer-bottom__columns {
    padding-bottom: 35px; } }

.footer-bottom__column--map {
  display: flex;
  margin-left: auto;
  flex-direction: column;
  align-items: flex-end; }

@media (max-width: 1024px) {
  .footer-bottom__column--map {
    align-items: center;
    justify-content: center; } }

.footer-bottom__info-text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.3px;
  padding-bottom: 20px; }

.copyright {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 1;
  text-transform: uppercase; }

@media (max-width: 991px) {
  .copyright {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px; } }

.footer-contact {
  color: rgba(255, 255, 255, 0.5);
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.5px; }

@media (max-width: 1438px) {
  .footer-contact {
    font-size: 21px;
    margin-bottom: 20px; } }

@media (max-width: 1438px) {
  .footer-contact {
    text-align: center; } }

.footer-contact__link {
  font-size: 34px;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.5);
  width: 100%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

@media (max-width: 1438px) {
  .footer-contact__link {
    font-size: 27px; } }

.footer-contact__link:hover {
  color: #fff; }

.social__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }

@media (max-width: 1438px) {
  .social__list {
    justify-content: center;
    margin-bottom: 20px; } }

.social__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  margin-left: 10px;
  margin-right: 10px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.social__item:hover {
  background-color: transparent;
}

.social__link {
  font-size: 23px;
  color: #0077c0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.map-site {
  padding-top: 20px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.3px;
  white-space: nowrap; }

@media (max-width: 991px) {
  .map-site {
    font-size: 12px;
    height: auto;
    margin-bottom: 20px; } }

@media (max-width: 991px) {
  .map-site {
    padding: 0; } }

.footer-info {
  background-color: #8cc2e3; }

.footer-info__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 40px; }

@media (max-width: 991px) {
  .footer-info__inner {
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px; } }

.info-menu {
  display: flex;
  margin-left: -5px;
  margin-right: -5px; }

@media (max-width: 991px) {
  .info-menu {
    flex-direction: column;
    align-items: center; } }

@media (max-width: 767px) {
  .info-menu {
    margin-left: -2px;
    margin-right: -2px;
    justify-content: space-between;
    width: 100%; } }

.info-menu__item {
  margin-left: 10px;
  margin-right: 10px; }

@media (max-width: 767px) {
  .info-menu__item {
    margin-left: 2px;
    margin-right: 2px; } }

.info-menu__link {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px solid transparent;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

@media (max-width: 991px) {
  .info-menu__link {
    text-align: center; } }

@media (max-width: 767px) {
  .info-menu__link {
    font-size: 10px; } }

.info-menu__link:hover {
  border-color: #fff; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.catalog {
  position: relative; }
/*
.catalog--line:after {
  content: "";
  height: 10px;
  width: 100%;
  position: absolute;
  top: 100px;
  background-color: #80bbe0;
}
*/

.catalog__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 2; }

@media (max-width: 991px) {
  .catalog__list {
    text-align: center; }
  .catalog__list:not(.slick-initialized) {
    display: none; } }

@media (max-width: 991px) {
  .catalog__list {
    margin-left: -15px;
    margin-right: -15px; } }

.catalog-item {
  margin: 0 15px 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 260px;
  position: relative; }

@media (max-width: 1800px) {
  .catalog-item {
    max-width: 225px;
  }
}
@media (max-width: 1600px) {
  .catalog-item {
    max-width: 200px;
  }
}

@media (max-width: 1438px) {
  .catalog-item {
    max-width: 185px;
    margin-left: 10px;
    margin-right: 10px; }
}
@media (max-width: 1280px) {
  .catalog-item {
    max-width: 170px;
  }
}
@media (max-width: 1200px) {
  .catalog-item {
    max-width: 138px;
  }
}
.catalog-item__image {
  height: 110px;
  display: flex;
  align-items: center; }

@media (min-width: 1440px) {
  .catalog-item__image img {
    max-width: 80%; } }

.catalog-item .btn {
  margin-top: auto;
  min-width: 100%; }

.catalog-item__title {
  color: #333333;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.38px;
  text-transform: uppercase; }

@media (max-width: 1438px) {
  .catalog-item__title {
    font-size: 15px; } }

.catalog-item__description {
  text-align: left;
  min-height: 65px;
  margin-bottom: 16px; }

.catalog-item__description.no-price {
    min-height: 25px;
}

.catalog-item__price {
  font-size: 16px;
  font-weight: 400;
  color: #7d7d7d;
  letter-spacing: 0.3px; }

@media (max-width: 991px) {
  .catalog-item__price {
    font-size: 12px; } }

@media (max-width: 1438px) {
  .catalog-item__link {
    justify-content: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; } }

@media (max-width: 991px) {
  .catalog-item__link {
    height: 56px; } }

.catalog-item__installment {
  color: #0077c0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3px; }

@media (max-width: 991px) {
  .catalog-item__installment {
    font-size: 12px; } }

.catalog-item__link + .catalog-item__link {
  margin-top: 15px; }

.catalog-wrap .catalog-item__link {
  padding-left: 10px;
  padding-right: 10px; }

.color-selection {
  margin-bottom: 60px; }

.color-selection__bottom {
  display: flex;
  align-items: center;
  justify-content: center; }

@media (max-width: 1280px) {
  .color-selection__bottom {
    flex-direction: column; } }

.color-selection__bottom .links-wrap {
  padding-left: 40px;
  display: flex; }

@media (max-width: 1280px) {
  .color-selection__bottom .links-wrap {
    padding-left: 0; } }

@media (max-width: 768px) {
  .color-selection__bottom .links-wrap {
    flex-direction: column; } }

.color-selection__bottom .links-wrap .btn {
  display: flex;
  margin-left: 7px;
  margin-right: 7px; }

@media (max-width: 1023px) {
  .color-selection__bottom .links-wrap .btn {
    margin-bottom: 15px; } }

.color-selection .slick-current .color-item__title {
  opacity: 1; }

.color-selection .slick-current .color-item__example,
.color-selection .slick-current .color-item__title {
  border-color: #0077c0; }

.color .slick-list {
  margin-left: auto;
  margin-right: auto; }

.color__list {
  display: inline-flex;
  align-items: center;
  padding-right: 60px;
  border-right: 4px solid #f1efee; }

@media (max-width: 1280px) {
  .color__list {
    width: 100%;
    padding-right: 0;
    border-right: 0;
    margin-bottom: 40px; } }

.color-item {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 13px; }

.color-item img {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.color-item__example {
  width: 68px;
  height: 68px;
  background-color: #000000;
  border-radius: 50%;
  border: 1px solid transparent;
  margin-bottom: 24px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer; }

@media (max-width: 767px) {
  .color-item__example {
    width: 33px;
    height: 33px;
    margin-bottom: 5px; } }

.color-item__title {
  color: #434343;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  opacity: 0; }

.color-item--black .color-item__example {
  background-color: #000; }

.color-item--gray .color-item__example {
  background-color: #828282; }

.color-item--silver .color-item__example {
  background-color: #ddd; }

.color-item--brown .color-item__example {
  background-color: #5c2d13; }

.color-item--cherry .color-item__example {
  background-color: #480111; }

.color-item--white .color-item__example {
  background-color: #fff;
  border-color: #ddd; }

.color-item--terracotta .color-item__example {
  background-color: #d63713; }

.color-item--orange .color-item__example {
  background-color: #e85a1f; }

.color-item--blue .color-item__example {
    background-color: #1d71b1; }

.car-example {
  margin-top: 40px;
  margin-bottom: 40px; }

@media (max-width: 991px) {
  .car-example {
    margin-top: 20px;
    margin-bottom: 20px; } }

.car-example__item {
  text-align: center; }

.car-example__item img {
  margin-left: auto;
  margin-right: auto; }

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  width: 100%; }

.form {
  margin-bottom: 30px; }

.b-label {
  color: #1b1b1b;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 5px; }

@media (max-width: 767px) {
  .b-label {
    font-size: 14px; } }

.form-control {
  height: 42px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  padding-right: 35px;
  padding-left: 8px;
  font-size: 18px;
  color: #1b1b1b;
  width: 100%;
  min-width: 0;
}

input[type="date"].form-control { padding-right: 8px; }

textarea.form-control { height: 136px; }

@media (max-width: 767px) {
  .form-control {
    height: 37px;
    font-size: 16px;
  }
  .form-control::placeholder {
    font-size: 16px;
  }
}

.help-text {
  color: #000000;
  font-size: 15px;
  font-weight: 300;
  line-height: 14px;
  /* Text style for "Н, ажимая" */
  letter-spacing: 0.38px;
  display: block;
  margin-top: 20px;
  max-width: 385px; }

@media (max-width: 767px) {
  .help-text {
    font-size: 12px; } }

.b-description {
  color: #1b1b1b;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.38px; }

@media (max-width: 767px) {
  .b-description {
    font-size: 12px;
    line-height: 14px; } }

.text-info {
  margin-bottom: 20px; }

.btn-plugin {
  border: 1px solid #1b1b1b;
  padding: 3px;
  margin-left: 2px;
  margin-right: 2px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  justify-content: center; }

.general-slider {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto; }

.general-slider__item {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: auto; }

@media (max-width: 1438px) {
  /*.general-slider__item { height: 310px; }*/
}

@media (max-width: 767px) {
    /*.general-slider__item { height: 200px; }*/
}

.stock {
  margin-bottom: 30px;
  margin-top: 20px; }

.stock__list--three-columns .stock-item__description {
  transform: translate(-3em, 1em); }

@media (max-width: 1438px) {
  .stock__list--three-columns .stock-item__description {
    transform: inherit; } }

.stock__list--two-columns .stock-item__title {
  font-size: 1.77vw; }

@media (max-width: 1023px) {
  .stock__list--two-columns .stock-item__title {
    font-size: 12px; } }

@media (min-width: 993px) {
  .stock__list--two-columns .stock-item__title {
    font-size: 20px; } }

@media (max-width: 1438px) {
  .stock__list--two-columns {
    padding-left: 0;
    padding-right: 0; } }

.stock__list--two-columns .stock-item__description {
  transform: translate(0em, -3em); }

@media (max-width: 1438px) {
  .stock__list--two-columns .stock-item__description {
    transform: inherit; } }

.stock-item {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 53%;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  display: block; }

@media (max-width: 991px) {
  .stock-item {
    padding-top: inherit;
    height: auto;
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 991px) {
  .stock-item {
    margin-left: -7px;
    margin-right: -7px; } }

.stock-item__image {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

@media (max-width: 991px) {
  .stock-item__image {
    height: 210px;
    position: relative; } }

@media (max-width: 991px) {
  .stock-item__image {
    position: relative;
    height: 200px; } }

.stock-item__description {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 30px;
  display: flex;
  flex-direction: column;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

@media (max-width: 991px) {
  .stock-item__description {
    position: relative;
    background-color: #fff;
    opacity: 1;
    padding: 15px 10px; } }

.stock-item:hover .stock-item__description {
  opacity: 1;
  transform: translate(0); }

.stock-item__title {
  color: #0a0a0a;
  font-size: 1.25vw;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: auto; }

@media (min-width: 993px) {
  .stock-item__title {
    font-size: 18px; } }

@media (min-width: 1440px) {
  .stock-item__title {
    font-size: 20px; } }

@media (max-width: 991px) {
  .stock-item__title {
    text-transform: none;
    font-size: 16px;
    font-weight: 400; } }

@media (max-width: 767px) {
  .stock-item__title {
    font-size: 12px; } }

.promotion {
  margin-top: 20px;
  margin-bottom: 30px; }

.promotion-item {
  margin-bottom: 20px; }

@media (max-width: 1438px) {
  .promotion-item {
    margin-left: -7px;
    margin-right: -7px; } }

.promotion-item__image {
  height: 0;
  padding-top: 62%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.promotion-item__description {
  padding: 20px; }

@media (max-width: 1438px) {
  .promotion-item__description {
    padding: 15px 10px; } }

.promotion-item__text {
  color: #1b1b1b;
  font-size: 17px;
  min-height: 85px;
  margin-bottom: 35px; }

@media (max-width: 1438px) {
  .promotion-item__text {
    font-size: 12px; } }

.b-link {
  color: #0077c0;
  font-size: 20px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.b-link:hover {
  border-color: #0077c0; }

@media (max-width: 1438px) {
  .b-link {
    font-size: 14px; } }

.b-links {
  margin-top: 20px;
  margin-bottom: 30px;
  /*padding-top: 15px;*/
  /*padding-bottom: 15px;*/
}

.b-links svg {
  fill: #fff; }

.b-links--blue {
  background-color: #0077c0; }

.b-links--blue .b-links__item:hover {
  background-color: #2b7eb1; }

.b-links--lightblue {
  background-color: #4ca0d3; }

.b-links--lightblue .b-links__item:hover {
  background-color: #2b7eb1; }

.b-links--grey {
  background-color: #f1efee; }

.b-links--white .b-links__block { margin: 30px 0; }
.b-links--white .b-links-item__title { color: #313131; max-width: unset; }

.b-links--grey .b-links-item__title,
.b-links--grey .b-links-item__description {
  color: #313131; }

.b-links--white .b-links__item svg,
.b-links--grey .b-links__item svg {
  fill: #313131; }

.b-links--grey .b-links__item:hover {
  background-color: #7d7d7d; }

.b-links--grey .b-links__item:hover svg {
  fill: #fff; }

.b-links--grey .b-links__item:hover .b-links-item__title,
.b-links--grey .b-links__item:hover .b-links-item__description {
  color: #fff; }

.b-links-item {
  display: flex;
  flex-direction: column;
  /*justify-content: top;*/
  min-height: 160px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  padding: 20px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 1438px) {
  .b-links-item {
    min-height: 130px;
    align-items: center; } }

.b-links-item__image {
  height: 40px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end; }

.b-links--white .b-links-item__image { height: 90px; }

.b-links-item__image svg, .b-links-item__image img {
  max-height: 100%; }

@media (max-width: 767px) {
  .b-links-item__image {
    margin-bottom: 10px; } }

.b-links-item__title {
  color: #fff;
  font-size: 26px;
  letter-spacing: 0.45px;
  margin-bottom: 10px; }

@media (max-width: 1438px) {
  .b-links-item__title {
    min-height: 42px;
    text-align: center;
    font-size: 18px; } }

@media (max-width: 767px) {
  .b-links-item__title {
    max-width: 120px;
    min-height: 42px;
    text-align: center; } }

.b-links-item__description {
  color: #fff;
  font-size: 17px; }

@media (max-width: 1438px) {
  .b-links-item__description {
    font-size: 12px;
    display: none; } }

.news-preview {
  margin-top: 20px;
  margin-bottom: 30px; }

.news-preview .news-preview-item__description {
  display: none;
}

.news-preview__list, .publications__list {
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0 !important;
}

.news-preview__list.masonry, .publications__list.masonry {
  padding-left: 30px;
}

.news-preview__list .card, .publications__list .card {
  margin-bottom: 30px;
}
.news-preview__list .card img { width: 100%; }

@media (max-width: 768px) {

  .news-preview__list.masonry, .publications__list.masonry {
    padding-left: 0;
    padding-right: 0; }
}

.news-preview__action-panel {
  display: flex;
  justify-content: space-between;
  align-items: center; }

@media (max-width: 991px) {
  .news-preview__action-panel {
    flex-direction: column; } }

.news-preview-item {
  border: 2px solid transparent;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  display: block; }

@media (max-width: 1438px) {
  /*
  .news-preview-item {
    margin-left: -7px;
    margin-right: -7px; }
    */
}

.news-preview-item:hover {
  border-color: #0077c0; }

.news-preview-item:hover .news-preview-item__description,
.news-preview-item:hover .news-preview-item__title {
  opacity: 1; }

.news-preview-item__image {
  position: relative;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

@media (max-width: 1438px) {
  .news-preview-item__image {
    height: 300px; } }
@media (max-width: 991px) {
    .news-preview-item__image {
        height: 200px; } }

.news-preview-item__title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  padding-right: 40px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0; }

@media (max-width: 767px) {
  .news-preview-item__title {
    display: none; } }

@media (max-width: 991px) {
  .news-preview-item__title {
    font-size: 14px; } }

@media (max-width: 1023px) {
  .news-preview-item__title {
    opacity: 1; } }

.news-preview-item__description {
  padding: 13px 24px 10px 20px;
  display: flex;
  flex-direction: column;
  /*min-height: 140px;*/
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0; }

@media (max-width: 767px) {
  .news-preview-item__description {
    padding: 15px 10px; } }

@media (max-width: 767px) {
  .news-preview-item__description {
    min-height: 90px; } }

@media (max-width: 1023px) {
  .news-preview-item__description {
    opacity: 1; } }

.news-preview-item__text {
  color: #1b1b1b;
  font-size: 17px; }

@media (max-width: 991px) {
  .news-preview-item__text {
    font-size: 12px; } }

.news-preview-item__more {
  margin-top: auto;
  color: #0077c0;
  /*font-size: 20px;*/ }

@media (max-width: 767px) {
  .news-preview-item__more {
    display: none; } }

.publications {
  margin-top: 20px;
  margin-bottom: 30px; }

@media (max-width: 1438px) {
  .publications {
    display: none; } }

.publications-item {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 340px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  /*margin-bottom: 40px;*/ }

@media (max-width: 1438px) {
  .publications-item {
    min-height: 330px; } }

@media (max-width: 767px) {
  .publications-item {
    min-height: 0; } }

.publications-item:after {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3); }

.publications-item__title {
  color: #1b1b1b;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

@media (max-width: 991px) {
  .publications-item__title {
    font-size: 18px; } }

.publications-item__text {
  color: #1b1b1b;
  font-size: 18px;
  font-weight: 400;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

@media (max-width: 1438px) {
  .publications-item__text {
    font-size: 14px; } }

.publications-item__inner {
  border: 2px solid #0077c0;
  flex: 1;
  padding: 20px;
  position: relative;
  z-index: 1;
  min-height: 300px;
}

.publications-item:hover:after {
  background-color: rgba(0, 0, 0, 0.4); }

.publications-item:hover .publications-item__title,
.publications-item:hover .publications-item__text {
  color: #fff; }

.banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /*
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 650px;
    */
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column; }

.banner > .container { position: absolute; }

.banner__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1; }

.banner--bottom-text .banner__inner {
  justify-content: flex-end; }

.banner__title {
  color: #fff;
  font-family: Verdana;
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 1050px;
  padding: 30px;
}

@media (max-width: 991px) {
  .banner__title {
    font-size: 16px; } }

.banner__subtitle {
  color: #0077c0;
  font-size: 56px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  max-width: 1050px; }

.banner__subtitle span {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  display: block; }

@media (max-width: 991px) {
  .banner__subtitle {
    font-size: 27px; }
  .banner__subtitle span {
    font-size: 18px; } }

@media (max-width: 991px) {
  /*
  .banner {
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 200px; }
    */
}

.b-text__description {
  padding-top: 30px;
  text-align: justify;
}

@media (max-width: 991px) {
  .b-text__description {
    padding-top: 30px; } }

.b-text .general-title {
  text-align: left; }

@media (max-width: 991px) {
  .b-text .general-title {
    margin-bottom: 20px; } }

.b-text p {
  margin-bottom: 20px; }

@media (max-width: 991px) {
  .b-text p {
    font-size: 14px; }
    .b-text__description.content ul, ol {
        font-size: 14px;
    }
    .b-text__description h2 {
        font-size: 14px !important;
        margin-bottom: 10px !important;
    }
}

.text-description {
  padding-top: 40px;
  padding-bottom: 0;
  color: #959595;
  font-family: Verdana;
  font-size: 14px;
  font-weight: 400;
  display: block; }

@media (max-width: 1438px) {
  .text-description { padding-top: 30px; }
}

@media (max-width: 767px) {
  .text-description {
  /*  display: none; */
  }

  .text-description .disclaimer {
    font-size: 12px;
  }
}

.banner-description__top {
  display: flex;
  max-width: 1550px;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 70px;
  justify-content: space-between; }

@media (max-width: 1023px) {
  .banner-description__top {
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 30px; } }

@media (max-width: 991px) {
  .banner-description__top {
    margin-top: 20px;
    margin-bottom: 20px; } }

.banner-description__bottom {
  background-color: #ffffff;
  padding-bottom: 25px; }

.banner-description__text {
  color: #1b1b1b;
  font-size: 17px;
  font-weight: 400;
  max-width: 770px;
  padding-right: 50px; }

@media (max-width: 1023px) {
  .banner-description__text {
    padding-right: 0;
    max-width: 100%;
    margin-bottom: 20px; } }

@media (max-width: 991px) {
  .banner-description__text {
    font-size: 12px; } }

.banner-description__title {
  color: #0077c0;
  font-size: 56px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  max-width: 1050px;
  padding-left: 60px;
  border-left: 4px solid #f1efee; }

@media (max-width: 1023px) {
  .banner-description__title {
    padding-left: 0;
    border-left: 0;
    margin-bottom: 20px; } }

@media (max-width: 1438px) {
  .banner-description__title {
    font-size: 38px; } }

.banner-description__title span {
  color: #d1d1d1;
  font-size: 36px;
  font-weight: 700;
  display: block;
  white-space: nowrap;
}

.banner-description .arrow-link {
  margin-left: 50px;
  margin-top: auto; }

@media (max-width: 1023px) {
  .banner-description .arrow-link {
    margin-left: 0; } }

.video-review {
  background-color: #f1efee; }

@media (max-width: 767px) {
  .video-review .category-title {
    margin-bottom: 10px; } }

.video-review .slick-prev:before,
.video-review .slick-next:before {
  color: #a0a0a0; }

.video-review .slick-prev {
  left: 10px; }

.video-review .slick-next {
  right: 10px; }

.video-review__text-wrap {
  background-color: #ffffff; }

@media (max-width: 991px) {
  .video-review__text-column:not(:last-of-type) {
    margin-bottom: 30px; } }

.video-review__top {
  background-color: #ffffff;
  padding-bottom: 5px;
  padding-top: 10px; }

.video-review__links-wrap {
  justify-content: center;
  display: flex;
  margin-bottom: 50px; }

@media (max-width: 991px) {
  .video-review__links-wrap {
    margin-bottom: 0;
    padding-bottom: 30px; } }

@media (max-width: 767px) {
  .video-review__links-wrap {
    flex-direction: column;
    align-items: center; } }

.video-review__links-wrap .btn {
  width: 340px;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 767px) {
  .video-review__links-wrap .btn {
    margin-left: 0;
    margin-right: 0;
    width: 230px; }
  .video-review__links-wrap .btn:not(:last-of-type) {
    margin-bottom: 15px; } }

.video-review__text {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #1b1b1b; }

.video-review__text__wrap {
  background-color: #ffffff; }

@media (max-width: 767px) {
  .video-review__text {
    font-size: 12px;
    padding-top: 20px; } }

.video-review__content-inner {
  padding-top: 70px;
  overflow: hidden; }

@media (max-width: 991px) {
  .video-review__content-inner {
    padding-top: 20px; } }

.video-review-slide {
  height: 40vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 480px;
  max-height: 700px; }

.video-review-slide__inner {
  display: flex;
  flex: 1;
  height: 100%; }

@media (max-width: 991px) {
  .video-review-slide__inner {
    padding-left: 0;
    padding-right: 0; } }

.video-review-slide__description {
  background-color: rgba(0, 0, 0, 0.5);
  width: 550px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 100px 40px;
  padding-bottom: 5vw;
  margin-left: 40px; }

.video-review-slide__description .btn {
  min-width: 250px;
  margin-right: auto; }

@media (max-width: 991px) {
  .video-review-slide__description {
    padding: 40px;
    width: 100%;
    margin-left: 0; } }

.video-review-slide__title {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  /*line-height: 0.8;*/
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-right: auto; }

.video-review-slide__title span {
  font-size: 20px;
  /*line-height: 0.8;*/
  display: block; }

@media (max-width: 991px) {
  .video-review-slide__title {
    font-size: 40px;
    line-height: 1; }
  .video-review-slide__title span {
    font-size: 26px; } }

@media (max-width: 767px) {
  .video-review-slide__title {
    font-size: 30px; }
  .video-review-slide__title span {
    font-size: 19px; } }

.video-review-slide__subtitle {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: auto;
  margin-bottom: 20px; }

@media (max-width: 991px) {
  .video-review-slide__subtitle {
    font-size: 26px; } }

@media (max-width: 767px) {
  .video-review-slide__subtitle {
    font-size: 19px; } }

.gallery-review {
  background-color: #ffffff; }

.gallery-review__item.hidden {
  display: none;
}

@media (max-width: 767px) {
  .gallery-review__list {
    margin-left: -15px;
    margin-right: -15px; }
  .gallery-review__list:not(.slick-initialized) {
    display: none;
  }
  .gallery-review__item.hidden {
      display: block;
  }
}

.gallery-review__inner {
  padding-top: 20px; }

.gallery-review__wrap {
  margin-bottom: 35px; }

.configurator {
  /*background: url("../image/bg-configurator.jpg") top center no-repeat;*/
  /*min-height: 860px;*/
  background-size: cover;
  display: flex;
  flex-direction: column;
  position: relative;
}

.configurator .arrow-link {
  z-index: 3; }

@media (max-width: 991px) {
  /*
  .configurator {
    min-height: 540px;
    background-position: right; }
   */
}

.configurator__inner {
  display: flex;
  flex: 1;
  align-items: flex-start;
  position: absolute;
  bottom: 0;
}

.configurator__inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%);
  height: 60px; }

@media (max-width: 991px) {
  .configurator__inner {
    flex-direction: column; } }

.configurator__inner .arrow-link {
  margin-top: auto;
  margin-left: auto; }

@media (max-width: 991px) {
  .configurator__inner .arrow-link {
    margin-left: 0;
    margin-bottom: 20px; } }

.configurator__title {
  color: #000000;
  font-size: 56px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 10px 10px 37px 0px white;
  -moz-box-shadow: 10px 10px 37px 0px white;
  box-shadow: 10px 10px 37px 0px white;
  padding: 40px;
  display: inline-flex;
  width: auto;
  flex-direction: column;
  margin-top: 100px;
  /*max-width: 515px;*/ }

@media (max-width: 991px) {
  .configurator__title {
    font-size: 36px;
    padding: 5px;
    margin-top: 0; } }

.configurator__title span {
  color: #0077c0;
  display: block; }

.s-description {
  padding-top: 40px;
  color: #626262;
  font-size: 20px;
  font-weight: 400; }

@media (max-width: 991px) {
  .s-description {
    padding-top: 10px; } }

@media (max-width: 991px) {
  .s-description {
    font-size: 11px;
    letter-spacing: -0.4px; } }

.s-description__inner {
  max-width: 1520px;
  margin: 0 auto; }

.s-description .b-text {
  color: #898989;
  font-size: 14px;
  font-weight: 400; }

@media (max-width: 991px) {
  .s-description .b-text {
    font-size: 10px; } }

.s-description .btn-toogle-descrtiption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  margin: auto; }

.s-description__title {
  color: #0077c0;
  font-size: 21px;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.38px; }

@media (max-width: 991px) {
  .s-description__title {
    font-size: 15px; } }

.s-description__row:last-of-type {
  margin-bottom: 70px; }

@media (max-width: 991px) {
  .s-description__row:last-of-type {
    margin-bottom: 30px; } }

.s-description__row:last-of-type .descrtiption-row__body {
  border-bottom: 2px solid #808080; }

.descrtiption-row.is-open .btn-toogle-descrtiption {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.descrtiption-row--two-columns .descrtiption-row__column {
  width: 30%;
  padding-right: 10px;
  /*line-height: 27px;*/
  min-height: unset;
  justify-content: center;
}
.descrtiption-row--two-columns .descrtiption-row__column:last-child {
  width: 50%;
  justify-content: center;
  margin-bottom: 10px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .descrtiption-row--two-columns .descrtiption-row__column {
    width: 50%; } }

.descrtiption-row__head {
  padding-bottom: 10px;
  border-bottom: 2px solid #808080;
  padding-top: 10px; }

.descrtiption-row__body {
  padding-top: 10px;
  display: none; }

.descrtiption-row__head, .-descrtiption-row__body {
  padding-left: 70px;
  position: relative; }

@media (max-width: 991px) {
  .descrtiption-row__head, .-descrtiption-row__body {
    padding-left: 20px; } }

.descrtiption-row__title {
  color: #363636;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase; }

@media (max-width: 991px) {
  .descrtiption-row__title {
    font-size: 12px; } }

.descrtiption-row__line {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.descrtiption-row__column {
  min-height: 50px;
  display: flex;
  align-items: center; }

@media (max-width: 991px) {
  .descrtiption-row__column {
    min-height: 0; } }

.row--thre-columns .c-description {
  width: 100%;
  /*min-width: 200px;*/
  font-size: 1rem;
  justify-content: center;
}

.row--thre-columns .descrtiption-row__column:not(.c-description) {
  display: flex;
  justify-content: center;
  width: 200px;
  /*min-width: 140px;*/
  color: #363636;
  font-size: 28px;
  font-weight: 700;
  /*line-height: 45px;*/
  text-transform: uppercase;
  text-align: center;
  min-height: 20px;
}

.row--thre-columns .descrtiption-row__column.price {
    font-size: 17px;
}
.row--thre-columns .descrtiption-row__column.profit_cell {
  display: flex;
  flex-direction: column;
}
.row--thre-columns .descrtiption-row__column.profit_cell [name="profit"] { font-weight: normal; font-size: 0.8rem; }
.row--thre-columns .descrtiption-row__column.profit_cell .red {
  color: #dc3545;
}

@media (max-width: 991px) {
  .row--thre-columns .descrtiption-row__column:not(.c-description) {
    font-size: 17px;
    line-height: 24px;
    min-width: 44px; }
    .row--thre-columns .descrtiption-row__column.price {
        font-size: 11px;
    }
  .row--thre-columns .descrtiption-row__column.profit_cell [name="profit"] { font-weight: normal; font-size: 0.7rem; }
  .row--thre-columns .c-description {
    font-size: 0.8rem;
  }
}

.s-description__top {
  display: flex;
  align-items: center;
  flex-direction: column;
  /*padding-left: 70px;*/
  border-bottom: 4px solid #0078c1;
  margin-bottom: 10px; }

@media (max-width: 991px) {
  .s-description__top {
    border-width: 2px;
    /*padding-left: 20px;*/ } }

@media (max-width: 991px) {
  .s-description__top {
    margin-bottom: 5px; } }

.s-description__top .descrtiption-row__title {
  width: 100%;
  min-height: 40px;
  /*min-width: 200px;*/
}

.s-description__top .descrtiption-row__column:not(.descrtiption-row__title) {
  display: flex;
  justify-content: center;
  width: 200px;
  /*min-width: 140px;*/
  color: #363636;
  font-size: 17px;
  font-weight: 700;
  /*line-height: 45px;*/
  text-transform: uppercase;
  /*white-space: nowrap;*/
  padding: 0 5px;
  text-align: center;
  min-height: 40px;
}

@media (max-width: 1438px) {
  .s-description__top .descrtiption-row__column:not(.descrtiption-row__title) { font-size: 14px; }
}

@media (max-width: 991px) {
  .s-description__top .descrtiption-row__column:not(.descrtiption-row__title) {
    font-size: 10px;
    /*line-height: 27px;*/
    min-width: 44px; } }


@media (max-width: 660px) {
  .s-description__top .descrtiption-row__column:not(.descrtiption-row__title) {
    /*font-size: 8px;*/
  }
}

.sales__tabs-links {
  display: flex;
  margin-bottom: 30px;
  cursor: pointer; }

@media (max-width: 767px) {
  .sales__tabs-links {
    justify-content: space-between; } }

.sales__tab-link a {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-bottom: 3px solid transparent;
  color: #898989;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0.45px; }

.sales__tab-link.current a {
  border-color: #0077c0;
  color: #0077c0; }

.sales__tab-link:not(:last-of-type) {
  margin-right: 20px; }

@media (max-width: 767px) {
  .sales__tab-link:not(:last-of-type) {
    margin-right: 5px; } }

@media (max-width: 767px) {
  .sales__tab-link a {
    font-size: 15px; } }

.sales__list {
  margin-bottom: 80px; }

@media (min-width: 769px) {
  .sales__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 400px;
    grid-gap: 30px; } }

@media (max-width: 991px) {
  .sales__list {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 767px) {
  .sales__list {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 40px; } }

.sales-item {
  position: relative;
  display: flex; }

@media (max-width: 767px) {
  .sales-item {
    flex-direction: column;
    margin-bottom: 30px; } }

.sales-item__image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  height: 180px;
  width: 100%; }

@media (min-width: 769px) {
  .sales-item__image {
    position: absolute;
    margin-bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; } }

.sales-item__description {
  padding: 30px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  height: 100%;
  flex: 1;
  z-index: 1; }

@media (max-width: 767px) {
  .sales-item__description {
    background-color: transparent;
    padding: 0; } }

.sales-item__title {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase; }

@media (max-width: 1500px) {
  .sales-item__title {
    font-size: 28px; } }

@media (max-width: 1280px) {
  .sales-item__title {
    font-size: 24px; } }

@media (max-width: 767px) {
  .sales-item__title {
    color: #000;
    font-size: 18px; } }

.sales-item__date {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  border-bottom: 5px solid #fff;
  padding-bottom: 2px;
  display: none; /*inline-flex;*/
  margin-bottom: 24px; }

@media (max-width: 767px) {
  .sales-item__date {
    color: #000;
    border-color: #000;
    font-size: 14px;
    border-width: 4px;
    margin-bottom: 15px; } }

.sales-item--big .sales-item__description {
  height: calc(50% - 15px);
  margin-top: auto; }

@media (min-width: 993px) {
  .sales-item--big {
    grid-row-end: span 2;
    grid-column-end: span 1; } }

@media (max-width: 991px) {
  .sales-item--big {
    grid-row-end: span 1;
    grid-column-end: span 2; }
  .sales-item--big .sales-item__description {
    width: 100%; } }

@media (max-width: 767px) {
  .sales-item--big {
    height: 100%; } }

@media (max-width: 767px) {
  .sales-item {
    min-height: 240px; } }

.sales-item--small .sales-item__description {
  width: 45%;
  margin-left: auto;
  height: 100%; }

@media (max-width: 1500px) {
  .sales-item--small .sales-item__description {
    width: 65%; } }

@media (max-width: 767px) {
  .sales-item--small .sales-item__description {
    width: 100%; } }

@media (min-width: 769px) {
  .sales-item--small .sales-item__description {
    flex: inherit; } }

@media (max-width: 767px) {
  .sales-item--small {
    grid-row-end: span 1;
    grid-column-end: span 2;
    margin-top: 0; } }

@media (min-width: 769px) {
  .sales-item--small {
    grid-row-end: span 1;
    grid-column-end: span 1; } }

.tab-content:not(.current) {
  display: none; }

.b-form__image {
  display: flex;
  align-items: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin-bottom: 30px;
  margin-top: 30px; }

@media (max-width: 1023px) {
  .b-form__image {
    justify-content: center; } }

@media (min-width: 993px) {
  .b-form__image {
    margin-top: 110px;
    margin-bottom: 110px; } }

.date-wrap {
  position: relative;
  width: 100%; }


.date-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  width: 13px;
  height: 13px;
  background-image: url("../image/icon-date.png");
  z-index: 0; }

input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
}

.map {
  height: 300px;
  margin-bottom: 20px; }

.map--large {
  margin-bottom: 0;
  /*
  height: 0;
  padding-bottom: 30px;
  min-height: 970px;
  */
}

@media (max-width: 991px) {
  .map--large { min-height: 400px; }
}

.map--middle {
  min-height: 627px; }

.dealers {
  position: relative; }

.dealers__description {
  position: absolute;
  z-index: 1;
  top: 50px;
  left: 50px;
  height: calc(100% - 30px); }

@media (max-width: 991px) {
  .dealers__description {
    height: auto;
    position: relative;
    left: auto;
    top: auto; } }

.dealers__list {
    margin-top: -4px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 20px;
  max-height: calc(100% - 30px);
  overflow-y: auto;
  box-shadow: 0 1px 2px 1px rgba(0,0,0,0.15), 0 2px 5px -3px rgba(0,0,0,.15);
}

.dealers__select {
  box-shadow: 0 1px 2px 1px rgba(0,0,0,0.15), 0 2px 5px -3px rgba(0,0,0,.15);
}
.dealers__select .chosen-container-single .chosen-single { border: 0; }

@media (max-width: 991px) {
  .dealers__list {
    padding: 20px;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between; } }

.dealers-item {
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px; }

@media (max-width: 991px) {
  .dealers-item {
    padding: 0;
    width: calc(50% - 20px); } }

@media (max-width: 767px) {
  .dealers-item {
    width: 100%; } }

.dealers-item:not(:last-of-type) {
  border-bottom: 2px solid #0077c0;
  margin-bottom: 20px; }

.dealers-item__title {
  font-weight: 700;
  letter-spacing: 0.45px;
  line-height: 14px;
  text-transform: uppercase;
  margin-bottom: 20px; }

@media (max-width: 991px) {
  .dealers-item__title {
    margin-bottom: 15px; } }

.dealers-item__info {
  color: #1b1b1b;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px; }

@media (max-width: 991px) {
  .dealers-item__info {
    font-size: 14px;
    margin-bottom: 15px; } }

.dealers-item__info a {
  color: #0077c0; }

.dealers-item__icons {
  display: flex;
  align-items: center; }

.dealers-item__icon {
  margin-right: 37px;
  margin-bottom: 18px;
  display: flex;
  align-items: center; }

.dealers-item__icon img {
  display: flex; }

@media (max-width: 991px) {
  .dealers-item__icon {
    margin-right: 25px;
    max-height: 30px;
    max-width: 43px; } }

.calculator__top {
  background-color: #f1efee; }

@media (max-width: 767px) {
  .calculator {
    background-color: #f1efee; } }

.calculator-top {
  padding: 50px 40px 70px;
  margin-bottom: 20px; }

@media (max-width: 767px) {
  .calculator-top {
    padding: 15px 0; } }

@media (max-width: 991px) {
  .calculator-top__image {
    display: flex;
    justify-content: center; } }

.calculator-top__data-column {
  padding-top: 20px; }

@media (max-width: 1023px) {
  .calculator-top__data-column {
    display: flex;
    flex-direction: column;
    align-items: center; } }

.calculator-price {
/*  margin-bottom: 35px;*/
}

@media (max-width: 1023px) {
  .calculator-price {
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
    text-align: center;
  } }

.calculator-price__title {
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px; }

@media (max-width: 767px) {
  .calculator-price__title {
    /*font-size: 14px;*/
  }
}

@media (max-width: 1023px) {
  .calculator-price__title {
    margin-bottom: 0;
    text-align: right; float: none; } }
@media (max-width: 1438px) {
  .calculator-price__title {
    float: left; } }

.calculator-price__value {
  /* Text style for "руб. ," */
  color: #333333;
  font-size: 24px;
  letter-spacing: 0.38px;
  font-weight: 700;
  white-space: nowrap; }

@media (max-width: 1023px) {
  .calculator-price__value {
    margin-left: 10px; float: none; } }

@media (max-width: 767px) {
  .calculator-price__value {
    /*font-size: 14px;*/
  } }
@media (max-width: 1438px) {
  .calculator-price__value {
    float: right; } }

.calculator-price__value span {
  text-transform: uppercase;
  letter-spacing: 0.76px; }

.last-price {
  color: #c0001b;
  text-decoration: line-through;
  font-size: 48px; }

@media (max-width: 767px) {
  .last-price {
    font-size: 16px; } }

.new-price {
  color: #0077c0;
  font-size: 48px; }

@media (max-width: 767px) {
  .new-price {
  /*  font-size: 23px;*/
  } }

.sup-blue {
  font-size: 12px;
  color: #0077c0; }

@media (max-width: 767px) {
  .sup-blue {
    font-size: 10px; } }

.calculator-programs {
  display: flex;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px; }

@media (max-width: 991px) {
  .calculator-programs {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none; } }

.calculator-program {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  min-height: 230px;
  background-color: #ffffff;
  align-items: center;
  padding: 20px 30px 30px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border: 2px solid transparent;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px; }

.calculator-program.current, .calculator-program:hover {
  border-color: #0077c0;
  background-color: #fff; }

.calculator-program.current .calculator__choice, .calculator-program:hover .calculator__choice {
  color: #0077c0;
  background-color: #fff; }

.calculator-program .b-link {
  display: inline-flex; }

.calculator-program .calculator__choice {
  margin-top: auto; }

.calculator-program .calculator__choice:before {
  content: attr(data-choice); }

.calculator-program.current .calculator__choice:before {
  content: attr(data-choice-active); }

.calculator-program__title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 0.38px;
  text-transform: uppercase;
  text-align: center; }

.calculator-program__description {
  color: #333333;
  font-size: 15px;
  font-weight: 700;
  font-variant: small-caps;
  text-align: center;
  margin-bottom: 10px; }

@media (min-width: 1025px) {
  /*.range { padding-top: 140px; } */
}

@media (max-width: 991px) {
  .range__list {
    display: none; } }

.range__section {
  margin-bottom: 30px; }

@media (max-width: 1023px) {
  .range__section {
    max-width: 100%;
    margin-bottom: 40px; } }

@media (max-width: 767px) {
  .range__section {
    margin-bottom: 30px; } }

.range__section-inner {
  display: flex;
  align-items: center; }

@media (max-width: 767px) {
  .range__section-inner {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px; } }

.range__column-value {
  display: flex;
  flex-direction: column; }

.range__section-title {
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 0.38px;
  margin-bottom: 20px; }

@media (max-width: 991px) {
  .range__section-title {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px; } }

@media (max-width: 991px) {
  .range__slider-wrap {
    width: 100%;
    margin-bottom: 10px; } }

@media (max-width: 767px) {
  .range__slider-wrap {
    margin-right: 0;
    flex: 1; } }

.range__section-value {
  white-space: nowrap;
  margin-top: auto;
  margin-bottom: 13px;
  color: #333333;
  font-size: 30px;
  font-weight: 700; }

@media (max-width: 991px) {
  .range__section-value {
    /*font-size: 12px;*/
    text-align: center;
    display: flex;
  } }

.banks__list {
  width: 100%;
  margin-bottom: 40px; }

@media (max-width: 991px) {
  .banks__list {
    margin-bottom: 20px; } }

.banks__list-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  background-color: #0077c0; }

@media (max-width: 991px) {
  .banks__list-wrap {
    /*padding: 20px;*/
    margin-left: -20px;
    margin-right: -20px; } }

.bank-item {
  margin-bottom: 10px;
  background-color: #ffffff;
  padding: 18px 25px; }

@media (max-width: 991px) {
  .bank-item {
    padding: 20px 10px 0; } }

.bank-item .selectize-input.full {
  background-color: #f1efee; }

.bank-item__column-logo {
  display: flex;
  align-items: center; }

@media (max-width: 991px) {
  .bank-item__column-logo {
    flex-direction: column;
    max-height: 50px;
    margin-bottom: 10px; }
  .bank-item__column-logo img {
    max-height: 50px; } }

.bank-item__column-action {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }

@media (max-width: 991px) {
  .bank-item__column-action {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; } }

@media (max-width: 767px) {
  .bank-item__column-action {
    flex-direction: column; } }

.bank-item__btn {
  width: 100%;
  max-width: 255px; }

@media (min-width: 993px) {
  .bank-item__btn:not(:last-of-type) {
    margin-bottom: 18px; } }

@media (max-width: 1023px) {
  .bank-item__btn {
    margin-left: 10px;
    margin-right: 10px; } }

@media (max-width: 991px) {
  .bank-item__btn {
    margin-bottom: 15px;
    max-width: 185px; } }

@media (max-width: 767px) {
  .bank-item__btn {
    margin-left: 0;
    margin-right: 0; } }

@media (max-width: 1023px) {
  .column-car-choice {
    margin-bottom: 20px; } }

.bank-info__description {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

@media (max-width: 767px) {
  .bank-info__description {
    flex-direction: column;
    align-items: flex-start; } }

.bank-info__element {
  display: flex;
  align-items: center;
  margin-right: 30px;
  margin-bottom: 20px; }

@media (max-width: 767px) {
  .bank-info__element {
    margin-right: 0;
    margin-bottom: 10px; } }

.bank-info__value {
  margin-left: 20px;
  color: #1b1b1b;
  font-size: 18px;
  font-weight: 700; }

.banks-map {
  padding-top: 70px; }

@media (max-width: 991px) {
  .banks-map {
    padding-top: 20px; } }

.banks-map__form {
  padding-top: 20px; }

@media (max-width: 991px) {
  .banks-map__form {
    margin-bottom: 20px; } }

.banks-map__top {
  margin-bottom: 30px; }

@media (max-width: 991px) {
  .banks-map__top {
    margin-bottom: 0; } }

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

.e-link__icon {
  margin-left: 10px; }

@media (max-width: 991px) {
  .data-top__column {
    margin-bottom: 20px; } }

.table-data-wrap {
  margin-bottom: 30px; }

.popup {
  position: relative; }

.reglament {
  display: none; }

@media (min-width: 992px) {
  .reglament.active {
    display: block; } }

.table-data {
  background-color: #f1efee;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0; }

.table-data__inner {
  max-width: 95%; }

@media (max-width: 991px) {
  .table-data__inner {
    max-width: 95%; } }

.table-data .row .block {
  padding-right: 20px; }

.table_mobile {
  max-width: 300px; }

.table_desktop table {
  width: 100%; }

.table-data td {
  text-align: center; }

.table-data tr td:first-child {
  text-align: left; }

.table-data {
  margin-top: 20px; }

.table-data tr:nth-child(2n+1) td {
  background: #fff; }

.table-data tr td:first-child {
  border-radius: 3px 0 0 3px;
  padding-left: 5px; }

.table-data tr td:last-child {
  border-radius: 0 3px 3px 0; }

.table-data tr td {
  padding: 14px 5px;
  text-align: center;
  font-size: 16px; }

.table-data tr:last-child td {
  padding: 2px 0;
  border-radius: 3px; }

.table-data tr td.selected {
  background: #295bba;
  color: #fff; }

.table-data tr:first-child td.selected {
  border-radius: 3px 3px 0 0; }

.table-data tr:nth-last-child(2) td.selected {
  border-radius: 0 0 3px 3px; }

.table-data [name="reglament"] {
  display: none;
  margin-top: 20px; }

.table-data [name="reglament"].active {
  display: block; }

.table-data .pto_description {
  width: 100%;
  border: 2px solid black;
  margin-bottom: 20px; }

.table-data .pto_description td {
  padding: 2px;
  border: 1px solid black;
  font-size: 12px;
  text-align: center;
  line-height: 11px; }

.table-data .pto_description td:first-child {
  white-space: nowrap; }

.table-data .pto_description td.l {
  border-left: 2px solid black; }

.table-data .pto_description td.t {
  border-top: 2px solid black; }

.table-data .pto_description td.r, .table-data .pto_description td:first-child, .table-data .pto_description td:nth-child(2) {
  border-right: 2px solid black;
  text-align: left; }

.table-data .pto_description td.nr {
  border-right: 1px solid black;
  text-align: center; }

.table-data .pto_description td.b {
  border-bottom: 2px solid black; }

.table-data .pto_description tr.c1 {
  background: #C5D9F1; }

.table-data .pto_description tr.c2 {
  background: #D9D9D9; }

.table_desktop {
  display: block; }

.table_mobile {
  display: none; }

.item__page .features_bg {
  background-color: #000;
  opacity: 0.7;
  padding-top: 32px;
  padding-bottom: 50px;
  margin-top: -32px;
  margin-bottom: -50px; }

.item__page.item_light .features_bg {
  margin-bottom: -140px; }

@media screen and (max-width: 1400px) and (min-width: 1000px) {
  .item__page .features_bg {
    padding-top: 20px;
    padding-bottom: 35px;
    margin-top: -20px;
    margin-bottom: -35px; }
  .item__page.item_light .features_bg {
    margin-bottom: -140px; }
  .table-data tr td {
    font-size: 13px; } }

@media screen and (max-width: 999px) {
  .table-data tr td {
    font-size: 10px; }
  .table-data .pto_description td {
    font-size: 9px;
    line-height: 9px; } }

@media screen and (max-width: 790px) {
  .table_desktop {
    display: none !important; }
  .table_mobile {
    display: block; } }

.disclaimer {
  font-size: 14px;
  margin-bottom: 0;
}

.disclaimer__title {
  margin-bottom: 10px; }

/*# sourceMappingURL=style.css.map */
.red_input {border: 1px solid red !important;}

.chosen-container-single .chosen-single span {
    font-size: 18px;
}

input::placeholder {
    font-size: 18px;
}

#credit_modal .nstSlider {
    margin-top:15px;
    width:auto;
    height:13px;
    background:none;
    border-radius:0px;
    /*-webkit-box-shadow: inset 0px 0px 3px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 3px 1px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 3px 1px rgba(0,0,0,0.75);*/
    background-color: #e1e4e9;
    margin-bottom:30px;
}
#credit_modal .nstSlider .bar {
    left:0 !important;
    /*background:url(../image/bar.png) repeat-x;*/
    background-color: #e1e4e9;
    background-size:auto 100%;
    height:100%;
    border-radius:0px;
    top:0;
}

#credit_modal .nstSlider .leftGrip {
    width: 24px;
    height: 24px;
    border: 1px solid #0077c0;
    border-radius: 0;
   /* box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.75);*/
    background-color: #0077c0;
    margin-top: -4px;
    color: white;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
}

#credit_modal .nstSlider .item {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: -30px;
}

#credit_modal .nstSlider .item2 {
    left: 50%;
    margin-left: 15px;
}

#credit_modal .custom-input {
    font-size: inherit;
    line-height: inherit;
    width: 70%;
    font-weight: 700;
    background-color: inherit;
    box-shadow: none;
    border: 0;
    text-align: right;
}
@media (max-width: 992px) {
  #credit_modal .custom-input {width: 100%;}
}
#credit_modal  .bank-item__btn.current {
    color: #0077c0;
    background-color: #fff;
}
.blue{color:#0077c0;}
#otvet_modal .p_p{font-size:20px; line-height:28px;}
#otvet_modal .right_p_p{width:235px; margin-right:-35px;}
#otvet_modal .center_pp{ min-height:23px; box-sizing:border-box; border-bottom:2px dotted #000;}
#otvet_modal sup{font-size:0.5em;  }
#otvet_modal .red{color:red;}
#otvet_modal .my_form .select,
#otvet_modal .my_form .inputbox{margin-bottom:5px; background:#fff;}
#otvet_modal hr{height:1px; border:0; background:#737373; margin-top:25px; margin-bottom:15px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5);}


.b-text__description h2 { margin-bottom:30px; font-size: 24px; }
.b-text__description h3 { margin-bottom:20px; }
.b-text__description h4 { margin-bottom:10px; }
.b-text__description ul { margin: 0 20px 33px 40px;  }
.b-text__description ul li { margin-bottom: 0 !important; list-style-type: disc; }
.b-text__description ul.dash li { list-style: none; }
.b-text__description ul.dash li:before{content:'-'; margin-right: 5px;}

.b-text__description a:not(.btn) { color: #0077c0; display: inline-block; }
.b-text__description.content p { margin:0 !important; }
/*.b-text__description.content .general-title { color: #0077c0; }*/
.b-text__description.content table { width: 100%; }
.b-text__description.content table td { vertical-align: middle; padding: 5px; }
.b-text__description.content ul, ol { margin: 0 20px 0 40px; padding: inherit; list-style: inherit; }

.b-text__description img.fleft { margin-right: 20px; margin-bottom: 10px; }
.b-text__description img.fright { margin-left: 20px; margin-bottom: 10px; }
.b-text__description .block { margin-bottom: 30px; }

table#spares { width: 100%; margin: 20px 0;}
table#spares tr th {  font-size: 85%; font-weight: bold; }
table#spares tr td {  font-size: 85%; padding: 2px; }
table#spares tr td:last-child { text-align: right; }
table#spares tbody tr:nth-child(odd) { background-color: #f1efee; }

.buttons-wrap { display: flex; justify-content: center; margin-top: 20px; }

#phone_code_chosen { max-width: 120px; }
.ili { margin-left: 10px; display: block; margin-top: 10px; }



.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 30px;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0;
}
.form-check-inline .b-label {
  margin-bottom: 0;
}

.news-preview-item.outline {
  border-color: #0077c0;
}
.news-preview-item.outline .news-preview-item__description,
.news-preview-item.outline .news-preview-item__title {
  opacity: 1;
}

.news-preview-item.outline .news-preview-item__description .news-preview-item__title {
  position: relative;
  color: #0077c0;
  padding: 0;
}

.news-preview-item.outline .news-preview-item__description .news-preview-item__text {
  margin: 10px 0;
}

.card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    orphans: 1;
    widows: 1;
}
.card-columns .card {
    margin-bottom: 30px;
    display: inline-block;
}

.card-columns .card .publications-item { margin-bottom: 0; }

@media (max-width: 1438px) {
    .card-columns {
        -webkit-column-gap: 45px;
        -moz-column-gap: 45px;
        column-gap: 45px;
    }
}

@media screen and (max-width: 1023px) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
}

@media (max-width: 767px) {
    .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

.contact-item { margin-bottom: 30px; }
.contact-item .map { height: 300px; margin-bottom: 30px; }






/* Configurator Styles */
.configurator__page.calculatorto__page .bread_calc { background-color: #f1efee; padding: 5px; margin-bottom: 30px; }
.configurator__page.calculatorto__page .bread_calc ul{display:flex; justify-content: space-around; width:100%; box-sizing:border-box; padding-left:60px; padding-right:60px;}
.configurator__page.calculatorto__page .bread_calc ul li{vertical-align:top; text-align:center; position:relative;}
.configurator__page.calculatorto__page .bread_calc li.active { font-weight: bold; }
.configurator__page.calculatorto__page .bread_calc li i{position:absolute; right:0; top:0; margin-right:-5px; font-style: normal;}
.configurator__page .car_block > div{border:1px solid #1d1d1b; padding:50px 10px 0;}
.configurator__page .car_block{ width:342px; box-sizing:border-box; }
.configurator__page .car_block .image_block{width:70%; margin:0 auto 15px;}
.configurator__page .car_block .image_block img{display:block; width:100%;}
.configurator__page .car_block .title{font-size:34px; line-height:34px; margin-bottom:35px;}
.configurator__page .car_block .automat{font-size:20px; line-height:23px; margin-bottom:-5px;}
.configurator__page .car_block .more_button{font-size:17px; line-height:17px;}
.configurator__page .car_block .price{font-size:36px; line-height:39px; margin-bottom:35px;}
.configurator__page .car_block .price span{display:none /*inline-block*/; vertical-align:middle; width:23px; height:27px; background:url(../image/rub.png) no-repeat; background-size:contain; margin-top:-8px; margin-left:6px;}
.configurator__page .car_block .price:after{content:'*'; display:inline-block; vertical-align:top;}
.configurator__page .car_block .ittm1, .configurator__page .car_block .white_button{margin-bottom:7px; font-size:21px; line-height:24px;}
.configurator__page .car_block .white_button{padding:9px 0;}
.configurator__page .car_block .ittm1{padding:0 !important;}
.configurator__page .pdt{padding-top:60px;}
.configurator__page h2.body-title { margin: 10px 0 10px 0; border-bottom: 2px solid #0077c0; padding-bottom: 10px; }
.zvezd_123{padding-top:100px; padding-bottom:18px; font-size:14px; line-height:16px;}

.configurator2__page .radiobox label input[type=radio]:checked  + b{background-size:contain; background-position:center center;}
.configurator2__page .kpp .block.disabled .cover { opacity: 0.5; }
.configurator2__page .kpp .block.disabled .cover:before { display: none !important; }
.configurator2__page .dvig_tb{}
.configurator2__page .dvig_tb .tbr.gray{background:#f1efee; font-size:17px; line-height:37px; font-family: 'ArialRegular';}
.configurator2__page .dvig_tb .tbr{ font-family: 'ArialBold'; line-height:54px;}
.configurator2__page .dvig_tb .tbr .tbc:first-child{padding-left:50px;}
.configurator2__page .dvig_tb .tbr .tbc:last-child{padding-right:100px;}
.configurator2__page .dvig_tb .tbr .radiobox{margin-top:-4px;}
.configurator2__page .kpp .block{padding-top:12px; position:relative; margin:0 6%; width:338px}
.configurator2__page .kpp .block > div{border:1px solid #295bba; height:338px; background-color:#fff; position:relative;}
.configurator2__page .kpp .block.active > div:before,
.configurator2__page .kpp .block:hover > div:before{content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:url(../image/check_auto.png) no-repeat center;}
.configurator2__page .kpp .block a{z-index:2;}
/* .configurator2__page .radiobox label  b{border-color:transparent;} */
.configurator2__page .radiobox label input[type=radio]:checked  + b{background-size:contain; background-position:center center;}

.configurator3__page .radiobox label b { width: 20px !important; height: 20px !important; background-size: 14px auto !important; }
.configurator3__page .radiobox label { height: auto; padding-left: 0; }
.configurator3__page .compl_slider_wrap { margin: 20px 0 30px; }
.configurator3__page .compl_slider_wrap .bx-wrapper span { font-family: Arial; font-size: 36px; line-height: 40px; display: inline-block; }
.configurator3__page .compl_slider_wrap .bx-wrapper img { margin: 10px auto 0; }
.configurator3__page .compl_slider_wrap .bx-wrapper .bx-pager.bx-default-pager a{width:12px; height:12px; border-radius:50%; border:2px solid #1d1d1b; background:#fff;}
.configurator3__page .compl_slider_wrap .bx-wrapper .bx-pager.bx-default-pager a.active{background:#295bb3;}
.configurator3__page .pdr{padding-right:42px;}
.configurator3__page .pdr .block.active .image_block:before,.configurator3__page .pdr .block:hover .image_block:before{content:''; position:absolute; width:100%; height:100%; background:url(../image/check_auto.png) no-repeat center;}
.configurator3__page .pdr .image_block{margin-bottom:35px; position: relative;}
.configurator3__page .pdr .image_block img{max-width:88%; display:block; width:100%; margin-bottom:25px; margin-left:auto; margin-right:auto;}
.configurator3__page .pdr .image_block .info span{width:24px; height:24px; display:block; background:url(../image/info.png) no-repeat center; background-size:contain;}
.configurator3__page .pdr .image_block .info p{position:absolute; width:100%; background:#fff; box-sizing:border-box; padding:5px; font-size:15px; line-height:17px; border:1px solid #000; text-align:center; margin-top:30px; display:none;}
.configurator3__page .pdr .ah2{margin-bottom:25px; }
.configurator3__page .pdr .row{margin-bottom:-1px; margin-left: 0; margin-right: 0;}
.configurator3__page .pdr .row.gray_row .block{background:#e2e2e2;  font-family: 'ArialBold';}
.configurator3__page .pdr .row.gray_row .block:nth-child(2){background:#fff;}
.configurator3__page .pdr .row + .row .block{border-top:0;}
.configurator3__page .pdr .row .block{border:1px solid #1e0e00; height:43px; line-height:43px; font-size:16px;}
.configurator3__page .pdr .row.white_row .block:nth-child(2){text-align:center; font-size:16px; font-family: 'ArialRegular';}
.configurator3__page .pdr .row.white_row .block:nth-child(2) span{font-size:16px; font-family: 'ArialBold'; display:inline-block; vertical-align:top;}
.configurator3__page .pdr .row .block:first-child{border-right:0; padding-left:40px;}
.configurator3__page .pdr .row .block.first{border-top-color:transparent; border-left-color:transparent; border-bottom-color:transparent; padding-left:0 !important;}
.configurator3__page .pdr .row .block .inn_block{border-right:1px solid #1e0e00;}
.configurator3__page .pdr .row .block .checkbox label{padding-left:37px; height:23px; line-height:23px; display:inline-block; vertical-align:middle; margin-top:-3px;}
.configurator3__page .pdr .row .block .checkbox label b{width:23px; height:23px;}
.configurator3__page .row.white_row .title { line-height: 14px; font-size: 14px; }
.configurator3__page .row.white_row .title > div { display: table; position: absolute; left: 0; height: 100% !important; }
.configurator3__page .row.white_row .title > div > span { display: table-cell; vertical-align: middle; padding: 0 10px; }

.configurator4__page .salon_color .block .text { display: none; }
.configurator4__page .salon_color .block.disabled .text { display:table; color:#0077c0; position: absolute !important; opacity: 1 !important; }
.configurator4__page .salon_color .block.disabled .text span { display: table-cell; vertical-align: middle; }
.configurator4__page .salon_color .block.disabled .contain { opacity: 0.5 !important; }
.configurator4__page .salon_color .block.disabled div:before { display: none !important; }
.configurator4__page .block.active .image_block:before{content:''; position:absolute; width:100%; height:100%; left:0; top:0; background:url(../image/check_auto.png) no-repeat center;}
.configurator4__page .color_tabs .dt{background:#f6f6f6; width:370px; border:1px solid #343432; border-bottom:0;}
.configurator4__page .color_tabs .dt ul li:first-child{border-right:1px solid #343432; }
.configurator4__page .color_tabs .dt ul li{width:50%; text-align:center; box-sizing:border-box; display:block; float:left;}
.configurator4__page .color_tabs .dt ul li a{color:#1d1d1b !important; font-size:17px; line-height:33px; font-family: 'ArialRegular'; border-bottom:1px solid #343432;}
.configurator4__page .color_tabs .dt ul li a.active{background:#f1efee; border-color:#f1efee;}
.configurator4__page .color_tabs .dd .item{float:left; position:relative; overflow:hidden; width:370px; background:#f1efee; border:1px solid #343432; border-top:0; min-height:100px;}
.configurator4__page .color_tabs .dd .no_item{padding:55px 75px 0;}
.configurator4__page .color_tabs .dd .no_item .bx-wrapper .image_block{height:418px; line-height:418px; padding-bottom:40px;}
.configurator4__page .color_tabs .dd .no_item .bx-wrapper .image_block span{font-size:29px; line-height:29px;}
.configurator4__page .color_tabs .dd .no_item .bx-wrapper .image_block  img{display:inline-block; vertical-align:middle; max-height:418px; max-width:100%;}
.configurator4__page .color_tabs .dd .no_item .bx-wrapper .bx-pager.bx-default-pager a{width:13px; height:13px; border:1px solid #295bba; border-radius:50%; background:#fff;}
.configurator4__page .color_tabs .dd .no_item .bx-wrapper .bx-pager.bx-default-pager a.active{background:#295bba}
.configurator4__page .color_tabs .dd .no_item .bx-wrapper .bx-pager{position:relative; bottom:0; padding-top:0; line-height:15px; margin-top:-35px; padding-bottom:10px;}
.configurator4__page .color_tabs .dd .item .slider_items{padding-top:30px;}
.configurator4__page .color_tabs .dd .item .slider_items .block{font-size:17px; line-height:22px; height:112px; font-family: 'ArialRegular'; margin-bottom:17px;}
.configurator4__page .color_tabs .dd .item .slider_items .block .image_block{height:90px; line-height:90px; position:relative;}
.configurator4__page .color_tabs .dd .item .slider_items .block.active .image_block:before,.configurator4__page .color_tabs .dd .item .slider_items .block:hover .image_block:before{content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:url(../image/check_auto.png) no-repeat center center; background-size:63px auto; z-index: 1}
.configurator4__page .color_tabs .dd .item .slider_items .block .image_block img{display:inline-block; vertical-align:middle; max-width:95%; max-height:90px;}
.configurator4__page .color_tabs .dd .item .salon_color{padding-top:65px;}
.configurator4__page .color_tabs .dd .item .salon_color .block{margin-bottom:48px; width:200px; font-size:17px; line-height:20px; position:relative;}
.configurator4__page .color_tabs .dd .item .salon_color .block > div{height:200px; margin-bottom:10px; opacity:0.7; transition:.3s; position:relative;}
.configurator4__page .color_tabs .dd .item .salon_color .block.active > div,
.configurator4__page .color_tabs .dd .item .salon_color .block:hover > div{opacity:1;}
.configurator4__page .color_tabs .dd .item .salon_color .block.active > div:before, .configurator4__page .color_tabs .dd .item .salon_color .block:hover > div:before{content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:url(../image/check_auto.png) no-repeat center center; background-size:92px auto;}

.configurator6__page .accessories_tabs .dt{width:555px; border:1px solid #343432; border-bottom:0; font-size:17px; line-height:32px; text-align:center; background:#ededed; z-index:1;}
.configurator6__page .accessories_tabs .dt li{display:block; float:left; position:relative; overflow:hidden; box-sizing:border-box; width:33.333333%;}
.configurator6__page .accessories_tabs .dt li + li{border-left:1px solid #343432;}
.configurator6__page .accessories_tabs .dt li a{color:#1d1d1b !important; font-family: 'ArialRegular'; border-bottom:1px solid #343432;}
.configurator6__page .accessories_tabs .dt li a.active{border-color:transparent; background:#f1efee;}
.configurator6__page .accessories_tabs .dd{padding-top:36px; background:#f1efee; border:1px solid #343432; margin-right:27px; margin-top:-1px;}
.configurator6__page .accessories_tabs .dd .block{height:275px; padding:0 20px; font-size:17px; line-height:17px; box-sizing:border-box;}
.configurator6__page .accessories_tabs .dd .block .image_block{height:165px; margin:0 auto 8px; max-width:164px;}
.configurator6__page .accessories_tabs .dd .block .checkbox label{display:block; position:absolute; height:100%; padding:0;}
.configurator6__page .accessories_tabs .dd .block .checkbox label b{width:100%; height:165px; border-radius:0; border:0; top:0;}
.configurator6__page .accessories_tabs .dd .block .checkbox label input[type=checkbox]:checked  + b{background-size:92px auto; background-repeat:no-repeat;}
.configurator6__page.configurator__page .car_block .title{margin-bottom:6px;}

/*.configurator7__page.configurator__page .my_lifan{padding-top:115px;}*/
.configurator7__page.configurator__page .my_lifan .image_block{height:500px; line-height:500px; margin:0 auto 20px; max-width:50%;}
.configurator7__page.configurator__page .my_lifan .image_block .info{width:50%;}
.configurator7__page.configurator__page .my_lifan .image_block .info span{width:48px; height:48px; border-radius:50%; background:url(../image/info_big.png) no-repeat center; background-size:contain;}
.configurator7__page.configurator__page .my_lifan .image_block .info p{display:none; position:absolute; width:100%; left:0; top:55px; border:1px solid #000; padding:10px; box-sizing:border-box; font-size:17px; line-height:20px; background:#fff; box-shadow:0 0 3px 0 #4c4c4c;}
.configurator7__page.configurator__page .my_lifan .image_block img{display:inline-block; vertical-align:middle; max-width:100%; max-height:500px;}
.configurator7__page.configurator__page .my_lifan .auto{font-size:90px; line-height:90px; margin-bottom:20px; text-transform: uppercase; font-weight: 700;}
.configurator7__page.configurator__page .my_lifan .step{font-size:35px; line-height:45px; margin-bottom:3px;}
.configurator7__page.configurator__page .my_lifan .price{font-size:69px; line-height:69px; margin-top:17px; margin-bottom:45px;}
.configurator7__page.configurator__page .my_lifan .price span{display:inline-block; vertical-align:top; width:40px; height:69px; background:url(../image/rub1.png) no-repeat; background-size:contain; background-position:center; margin-left:9px;}
.configurator7__page.configurator__page .my_lifan .white_button{width:360px; height:65px; line-height:65px; margin:0 28px 14px; font-size:27px; box-sizing:border-box;}
.configurator7__page.configurator__page .my_lifan .white_button.ittm1{line-height:27px; padding-top:4px;}
.configurator7__page.configurator__page .my_lifan .social{padding-top:25px; margin-bottom:40px;}
.configurator7__page.configurator__page .my_lifan .social img{}
.configurator7__page.configurator__page .my_lifan h2{margin-top:90px; margin-bottom:25px; text-align:left; font-size:35px; line-height:38px; font-family: 'ArialBold';}


.fin-programs { padding: 20px 0; margin-top: 10px; font-size: 1rem; border-top: 2px solid #808080; }
.fin-programs .title { margin-bottom: 10px; }
.fin-programs .checkbox label span { margin-top: 5px; }
.fin-programs .total { width: 20%; }
.fin-programs .total b { font-size: 32px; line-height: 50px; }

@media screen and (max-width: 992px) {
  .fin-programs .checkbox label span {
     font-size: 12px;
     margin-top: 3px;
  }
  .fin-programs .checkbox label{padding-left:23px;}
  .fin-programs .checkbox label b{width:19px; height:19px; border-width:1px;}
}

@media screen and (max-width: 660px) {
  .fin-programs .col-4 { flex: 0 0 100%; max-width: 100%; }
}

.sitemap-wrap {
    margin: 0 20px;
}
.sitemap-group {
    margin-bottom: 20px;
}
.sitemap-group .sitemap-menu__title {
    margin-bottom: 10px;
    font-weight: bold;
}
.sitemap-group .sitemap-menu__subtitle {
    margin-bottom: 5px;
}
.sitemap-group .sitemap-menu__list li {
    list-style-type: circle;
    margin-bottom: 5px;
}
.sitemap-group .sitemap-menu__sublist {
    margin-left: 20px;
}


.footer_contacts {
  position: fixed;
  bottom: 0;
  width: 100%;
  color: #fff;
  z-index: 100010;
  font-size: 16px;
  line-height: 18px;
}

.footer_contacts a {
  color: #fff;
}
.footer_contacts a.big { font-size: 20px; line-height: 42px; }

.footer_contacts .back {
  background-color: #2b7eb1;
  min-height: 30px;
  opacity: 0.85;
  border: #fff 1px solid;
}

.footer_contacts .back.fleft {
  width: 15%;
  border-top-left-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: absolute;
}
.footer_contacts .back.fright {
  width: 84.9%;
  border-top-right-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
}

.footer_contacts .inner-block {
  display: block;
}

.footer_contacts .block {
  /*margin-top: 10px;*/
}


.footer_contacts .block .small {
  font-size: 80%;
}

.footer_contacts .block hr {
  border: none; border-top: 1px solid #fff; width: 15%;
}

.footer_contacts .block:last-child hr { display: none; }

.footer_contacts a.toggle {
  background: url('../image/arrow_up.png') no-repeat center;
  display: block;
  width: 30px;
  height: 30px;
  /*
  margin: -9px auto 0;
  top: 50%;
  position: absolute;
  */
}

.footer_contacts a.toggle.active {
  background-image: url('../image/arrow_dn.png');
}

.footer_contacts a.phone {
  height: 40px;
  display: block;
}

.footer_contacts a.call {
  background: url("../image/phone.png") no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 40px;
  height: 40px;
}

.footer_contacts a.h32 { height: 18px; }
.footer_contacts a.h32.phone { /*height: 36px; line-height: 36px;*/ }

.footer_contacts .title {
  margin: 14px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  pointer-events: none;
}

.footer_contacts .title.active {
  display: none;
}

.footer_contacts .name {
  /* margin-top: 20px; */
}

#dlg_rfb iframe { width: 800px; }


.js-prices, .js-options {
  width: 100%; display: flex; justify-content: center; overflow-x: visible;
}


@media (max-width: 991px) {
    .row--thre-columns .descrtiption-row__column.profit_cell .red {
        color: #dc3545;
        margin-top: -10px;
    }
}

@media (max-width: 768px) {
    .row--thre-columns .c-description {
    margin-top: 5px;
    }
    .js-prices {

    }
    .s-description__title {
    margin-bottom: 20px;
    }
    .s-description__top .descrtiption-row__column:not(.descrtiption-row__title) {
    min-height: 20px;
    }
    .s-description__top .descrtiption-row__title {
    min-height: 20px;
    }
}

.phones-dropdown__menu.diller_modal_new { width: 350px; padding:20px 25px; box-shadow: 4px 7px 11px 2px rgba(0, 0, 0, 0.33); margin-left: 50%; left: -175px; }
#diller_modal_new .b-modal_close, #modal_new .b-modal_close{width:15px; padding-top:15px; right:28px; top:18px; background:url(new_img/close1.png) no-repeat;border-radius:0 !important;}
.diller_modal_new{/*width:400px;*/ background:#ffffff; box-sizing:border-box; /*padding:23px 26px 25px;*/ font-family:Arial, Helvetica, sans-serif; color:#0078c1;}
.diller_modal_new .ah1{font-size:18px; line-height:21px; float: left; /*font-weight:bold;*/ /*margin-top:23px;*/ border-bottom:2px solid #0078c1; /*padding-bottom:14px;*/ margin-bottom:8px;}
.diller_modal_new .block{text-align:left; font-size:14px; line-height:15px; /*padding-left:17px;  height:41px; */ margin-bottom:23px; overflow:hidden; position:relative;}
.diller_modal_new .block a{position: relative; padding-left: 20px; font-weight:bold; color:#0078c1; font-size:18px; line-height: 20px;}
.diller_modal_new .block p{position: relative; padding-left: 20px; text-transform: none;}
.diller_modal_new .block a i{width: 16px; height: 16px; display: block; position: absolute !important; left: 0; background-image:url(new_img/telephone.png);}
.diller_modal_new .block p i{width: 16px; height: 16px; display: block; position: absolute !important; left: 0; background-image:url(new_img/location.png);}
.diller_modal_new .social{border-top:2px solid #0078c1;  margin-top: 8px;}
.diller_modal_new .social .ah2{padding-top:13px; font-size:18px; line-height:21px; margin-bottom:12px;}
.diller_modal_new .social a.inb{width:25px; height:25px; margin:0 2px;}
.diller_modal_new .social a img{display:block; max-width:25px; max-height:25px;}
#modal_new .diller_modal_new .ah1{font-size:28px; line-height:30px; margin-top:13px; margin-bottom:20px;}
#modal_new .diller_modal_new .ah5{font-size:18px; line-height:21px;}
#modal_new .diller_modal_new .phone{font-size:27px; line-height:30px; color:#2e66ae ;font-weight:bold;}
#modal_new .diller_modal_new .social{margin-top:20px;}
.diller_modal_new .links{position:relative; padding:10px 17px 0 0;}
.diller_modal_new .links a{ display:block; font-size:10px; line-height:27px; text-transform:uppercase; color:#2e66ae; font-weight:bold; padding-left:30px; letter-spacing:-0.04em;}
.diller_modal_new .links a:before{width:25px; height:25px; content:''; position:absolute; display:block; left:0; top:0; background-position:center center; background-size:contain; background-repeat:no-repeat;}
.diller_modal_new .links a.feed:before{background-image:url(new_img/dil_modal_feed.jpg);}
.diller_modal_new .links a.rss:before{background-image:url(new_img/dil_modal_rss.jpg);}
.diller_modal_new .icons img { width: 24px; height: 24px; margin-left: 4px; }