@charset "UTF-8";
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  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;
  -webkit-box-sizing: border-box;
  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: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-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;
  -ms-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;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  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 #fff;
  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 #fff;
  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%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  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;
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  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;
    -webkit-box-sizing: border-box;
    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);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

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

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

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

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: 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;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

/*!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;
  -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;
  -webkit-box-sizing: border-box;
  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;
  border-radius: 4px;
}

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

.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.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: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}

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

.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;
  border-radius: 4px;
}

.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: #ed5565;
  border-radius: 4px;
}

.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: #ed5565;
}

.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: -webkit-gradient(linear, left top, left bottom, color-stop(-50%, #ddd), color-stop(150%, white));
  background: -o-linear-gradient(top, #ddd -50%, white 150%);
  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: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #428bca), to(#b9d4ec));
  background: -o-linear-gradient(top, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
  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: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #b4b9be), to(white));
  background: -o-linear-gradient(top, white 0%, #b4b9be 30%, white 100%);
  background: linear-gradient(to bottom, white 0%, #b4b9be 30%, white 100%);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  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: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #919ba5), to(white));
  background: -o-linear-gradient(top, white 0%, #919ba5 30%, white 100%);
  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: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
  background: -o-linear-gradient(top, #428bca 0%, #3071a9 100%);
  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: -webkit-gradient(linear, left top, left bottom, from(#e0e4ea), to(#d1d6e0));
  background: -o-linear-gradient(top, #e0e4ea 0%, #d1d6e0 100%);
  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: -webkit-gradient(linear, left top, left bottom, from(#20b426), to(#18891d));
  background: -o-linear-gradient(top, #20b426 0%, #18891d 100%);
  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;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  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;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e9e6e6));
  background: -o-linear-gradient(top, white 0%, #e9e6e6 100%);
  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;
  -webkit-box-sizing: border-box;
  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: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #919ba5), to(#ffffff));
  background: -o-linear-gradient(top, #ffffff 0%, #919ba5 30%, #ffffff 100%);
  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;
  border-radius: 4px;
}

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

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.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;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
  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);
  border-radius: 4px;
}

.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;
  border-radius: 4px;
}

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

/* Main body style's */
/* design-project */
.designProject {
  background: #f7f7f7;
  padding: 6rem 0;
}

.heading-designProject {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 400;
}

.designProject-item {
  width: 100%;
}

.designProject-input {
  width: 100%;
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  padding: 20px 15px;
  border-radius: 2px;
}

.timer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.timer-blank {
  background: -webkit-gradient(linear, left top, right top, from(#536976), to(#2a2f4a));
  background: -o-linear-gradient(left, #536976, #2a2f4a);
  background: linear-gradient(to right, #536976, #2a2f4a);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 64px;
  font-weight: 900;
  color: transparent;
}

.timer-blank span {
  background: -webkit-gradient(linear, left top, right top, from(#536976), to(#2a2f4a));
  background: -o-linear-gradient(left, #536976, #2a2f4a);
  background: linear-gradient(to right, #536976, #2a2f4a);
  -webkit-background-clip: text;
  background-clip: text;
}

.timer-popover {
  color: #000000;
  background: #ffcc23;
  padding: 10px 20px;
  border-radius: 100px;
  margin-left: 30px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}

.timer-popover::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -17px;
  content: "";
  border: 10px solid transparent;
  border-right: 10px solid #ffcc23;
}

/* calc */
.calc {
  padding: 10vh 0;
  background: #f5f5f5;
  background-size: cover;
  background-repeat: no-repeat;
}

.b-calc__final-text {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.b-calc-step {
  text-align: left;
  margin-bottom: 3rem;
}

.b-calc__step {
  font-size: 20px;
  color: #000000;
}

.b-calc__line {
  background: #fff;
  width: 100%;
  height: 10px;
  position: relative;
  margin: 0.5rem 0;
}

.b-calc__line i {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: -o-linear-gradient(271.85deg, #ffcc23 31.21%, #ffb423 72.35%);
  background: linear-gradient(178.15deg, #ffcc23 31.21%, #ffb423 72.35%);
  border-radius: 20px;
}

.b-calc__line_1 i {
  width: 15%;
}

.b-calc__line_2 i {
  width: 35%;
}

.b-calc__line_3 i {
  width: 50%;
}

.b-calc__line_4 i {
  width: 80%;
}

.b-calc__line_5 i {
  width: 100%;
}

.b-calc__left {
  color: #000;
  margin-top: 1rem;
  text-align: center;
}

.b-calc__left span {
  font-size: 1.4rem;
  display: block;
  color: #000;
  font-weight: bold;
}

.b-calc__subtitle {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2rem;
}

.b-pform__optlabel {
  font-size: 18px;
  color: #000;
  padding: 20px 10px;
  text-align: center;
  font-family: Proxima;
  cursor: pointer;
  -webkit-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
}

.b-pform__optlabel:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.b-pform__optlabel:hover .b-radio__custom {
  background: -o-linear-gradient(316.87deg, #ffcc23 31.21%, #ffb423 72.35%);
  background: linear-gradient(133.13deg, #ffcc23 31.21%, #ffb423 72.35%);
}

.b-pform__optlabel input[type="checkbox"],
.b-pform__optlabel input[type="radio"] {
  opacity: 0;
  position: absolute;
}

.b-pform__optlabel .b-radio__custom {
  margin: 0 10px 0 10px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  font-size: 14px;
  top: 0;
  bottom: 0;
  border-radius: 10px;
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-box-shadow: 0 0.375rem 0.675rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.375rem 0.675rem rgba(0, 0, 0, 0.2);
}

.b-optlabel__pic {
  z-index: 3;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1rem;
  min-height: 145px;
}

.b-optlabel__pic img {
  width: 50%;
}

.b-pform__optlabel span {
  z-index: 2;
  position: relative;
}

.b-calc__check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.b-calc__check .row {
  width: 100%;
}

.b-calc__check .b-pform__optlabel {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn_calc {
  margin-top: 2rem;
  margin-left: 0px;
}

.b-pform__optlabel input:checked + .b-radio__custom {
  background: -o-linear-gradient(316.87deg, #ffcc23 31.21%, #ffb423 72.35%);
  background: linear-gradient(133.13deg, #ffcc23 31.21%, #ffb423 72.35%);
}

.b-calc__present {
  position: relative;
}

.b-calc__present .b-calc__present_item {
  position: relative;
  font-size: 1.2rem;
  font-weight: 700;
  padding-left: 75px;
  margin-bottom: 10px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-calc__present .b-calc__present_item::before {
  position: absolute;
  content: "";
  height: 60px;
  width: 60px;
  top: 0;
  left: 0;
  background-image: url(/tools/sm-rem/css/../img/icon/gift.png);
  background-size: cover;
}

.calc_form {
  margin-top: 3rem;
}

.b-calc__las {
  background: #fff;
  -webkit-box-shadow: 0 0.374rem 0.675rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.374rem 0.675rem rgba(0, 0, 0, 0.2);
  padding: 30px;
}

.b-calc__las .b-form__final_title {
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 2rem;
}

.b-calc__las .b-form__item {
  width: 100%;
  margin-bottom: 0.5rem;
}

.b-calc__las .b-form__item input {
  width: 100%;
  background: 0 0;
  padding: 10px;
}

.b-calc__las .b-form__item .btn {
  width: 100%;
}

/* stages */
.stages {
  padding: 10rem 0;
  background-image: url("../img/@2x/bg/blue-linear-gradient.jpg");
  background-size: cover;
  color: #fff;
}

.stages-pic {
  height: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stages .stage-items-wrp {
  margin-top: 65px;
}

.stages .stage-items-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 199px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.stages .stage-items-top .txt {
  color: #767676;
  font-size: 16px;
  font-weight: 400;
  margin-top: 14px;
  width: 90%;
  z-index: 5;
  position: relative;
}

.stages .stage-items-top .txt-width-big {
  width: 80%;
}

.stages .stage-items-top .txt .b1 {
  float: left;
  margin-right: 10px;
}

.stages .stage-items-top .txt .wrp {
  float: left;
  width: 71%;
}

.stages .stage-items-top .txt:after {
  content: "";
  display: inline-block;
  border-bottom: 1px dashed #767676;
}

.stages .stage-items-bottom:after {
  content: "";
  display: block;
  width: 90.7%;
  border-top: 1px dashed #767676;
  position: absolute;
  top: 0;
  left: 10px;
}

.stages .stage-items-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 199px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.stages .stage-items-bottom .txt {
  color: #767676;
  font-size: 14px;
  font-weight: 400;
  margin-top: 21px;
  width: 99%;
  -webkit-text-decoration: dashed;
  text-decoration: dashed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.stages .stage-items .num {
  position: absolute;
  bottom: -8px;
  left: -1px;
  text-align: center;
  z-index: 5;
  display: inline-block;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: #f7a238;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.stages .stage-items .item-stage {
  width: 20%;
  position: relative;
}

.stages .stage-items .item-stage:hover,
.stages .stage-items .item-stage:active,
.stages .stage-items .item-stage:focus {
  text-decoration: none;
}

.stages .stage-items .underline--dotted {
  color: #fff;
}

.stages .stage-items .item-stage:before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  border-left: 1px dashed #fff;
  height: 55px;
  bottom: 0;
}

.stages .stage-items .item-stage > img {
  max-width: 100%;
}

.stages .stage-items .item-stage-bottom.item-stage:before {
  left: 58%;
  height: 60%;
  top: 0;
}

.stages .stage-items .item-stage-bottom > img {
  margin-top: 45px;
}

.stages .stage-items .item-stage-bottom {
  padding-left: 45px;
  width: 20%;
}

.stages .stage-items .item-stage-bottom .underline--dotted {
  background-position: 0 16px;
}

.stages .stage-items .item-stage-bottom .txt {
  display: block;
  font-size: 16px;
}

.stages .stage-items .item-stage-bottom .b1 {
  float: left;
  margin-right: 10px;
}

.stages .stage-items .item-stage-bottom .wrp {
  float: left;
  width: 71%;
}

.stages .stage-items .item-stage-bottom .num {
  top: -12px;
  z-index: 5;
  left: 54%;
}

.stages .stage-items-wrp-mobile {
  display: none;
  margin-top: 50px;
}

.stages .stage-items-border:before {
  display: inline-block;
  height: 90%;
  content: "";
  border-left: 1px dashed #767676;
  position: absolute;
  left: 10px;
  top: 5px;
}

.stages .stage-items-border {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.stages .stage-items-border .item-stage > img {
  max-width: 55px;
  margin-right: 21px;
  -webkit-align-self: self-start;
  -ms-flex-item-align: self-start;
  align-self: self-start;
}

.stages .stage-items-border .item-stage:before {
  content: "";
  display: inline-block;
  width: 45px;
  left: -35px;
  border-bottom: 1px dashed #767676;
  top: 5px;
  position: absolute;
  left: 1px;
  top: 15px;
}

.stages .stage-items-border .item-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 24px;
  padding-left: 46px;
}

.stages .stage-items-border .item-stage .txt {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
  width: 50%;
  -webkit-text-decoration: dashed;
  text-decoration: dashed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.stages .stage-items-border .item-stage .b1 {
  margin-right: 10px;
}

.stages .stage-items-border .item-stage .num {
  position: absolute;
  top: 5px;
  text-align: center;
  z-index: 5;
  display: inline-block;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: #f7a238;
  color: #fff;
  font-family: "Museo Sans Cyrl 700", sans-serif;
  font-size: 16px;
  line-height: 24px;
  left: 0;
}

/* prices */
.prices {
  background: url("../img/@2x/bg/prices-bg.jpg");
  background-size: cover;
  padding: 10rem 0;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  background-color: #ffcc23;
  font-size: 18px;
  padding: 6px 10px;
  top: -10px;
  color: #000;
}

.irs--round .irs-handle {
  border-color: #ffcc23;
}

.irs--round .irs-bar {
  background: #ffcc24;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  border-top-color: #ffcc23;
}

.tag {
  display: inline-block;
  padding: 5px;
}

.tag-orange {
  background: #ffcc24;
}

.prices-more {
  margin-top: 10px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: underline;
}

.price-hidden {
  position: relative;
  height: 0%;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.price-hidden.active {
  height: 100%;
}

.price-hidden.active .tarif {
  position: relative;
  opacity: 1;
}

.tarif {
  margin: 0;
  padding: 0;
  outline: 0;
  list-style: none;
  position: absolute;
  opacity: 0;
}

.tarif-item {
  padding-left: 15px;
  position: relative;
}

.tarif-item::after {
  position: absolute;
  left: 0;
  top: 6px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  content: "";
  background: #000;
  opacity: 0.7;
}

.tarif-item:first-child {
  margin-top: 20px;
}

.tarif-item {
  margin-top: 6px;
}

/* comment*/
.anWork-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style: none;
  outline: 0;
  margin: 0;
  padding: 0;
  margin-top: 50px;
}

.anWork-menu-item {
  width: 33%;
  margin: 0 10px;
  background: #e5e5e5;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  font-size: 20px;
  cursor: pointer;
  color: #333;
}

.anWork-menu-item.active,
.anWork-menu-item:hover {
  color: #b17300;
  background: #fdeec4;
  border-bottom: 1px solid #ffbd0c;
}

.anWork-item {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  display: none;
}

.anWork-item.active {
  opacity: 1;
  display: block;
  position: relative;
}

.workSlider,
.anWork-pics {
  position: relative;
  z-index: 0;
}

.workSlider::after,
.anWork-pics::after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffcc23;
  top: -20px;
  left: -20px;
  content: "";
  z-index: 0;
}

.slick-list {
  z-index: 2;
}

.workSlider-item,
.anWork-pics-item {
  position: relative;
  z-index: 2;
}

.workSlider-mini,
.anWork-pics-mini {
  margin-top: 30px;
  width: 80%;
  float: right;
  position: relative;
}

.workSlider-mini::after,
.anWork-pics-mini::after {
  position: absolute;
  width: 80px;
  height: 70px;
  background: none;
  border-left: 2px solid #ffcc24;
  border-bottom: 2px solid #ffcc24;
  content: "";
  bottom: 20px;
  left: -75px;
}

.workSlider-mini-item,
.anWork-pics-mini-item {
  padding: 0 10px;
}

.anWork-pics-mini {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.work-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.work-box .work-box-pic {
  width: 40px;
  margin-right: 10px;
}

.work-list {
  padding: 0;
  margin: 0;
  outline: 0;
  list-style: none;
}

.work-list-item {
  padding-left: 15px;
  position: relative;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.work-list-item::after {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2px;
  width: 8px;
  background: #ff8833;
  content: "";
}

.videoHome {
  padding: 5rem 0;
  background: url("../img/@2x/bg/blu-linear-bg.jpg");
  color: #fff;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.comment {
  padding: 20px 0 0 20px;
}

.comment-inner {
  background: #fff;
  color: #000;
  border-radius: 10px;
  padding: 20px 20px 20px;
  -webkit-box-shadow: 0 0.375em 0.875em rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.375em 0.875em rgba(0, 0, 0, 0.25);
  position: relative;
}

.comment-pics {
  position: absolute;
  top: -30px;
  left: -40px;
}

.comment-title {
  padding-left: 50px;
}

.comment-text {
  font-size: 14px;
  margin-top: 10px;
}

.comment-right .comment-pics {
  position: absolute;
  top: -30px;
  right: -40px;
  left: auto;
}

.comment-right .comment-title {
  padding-right: 50px;
  padding-left: 0;
  text-align: right;
}

.video iframe {
  width: 100%;
}

/* s-whatsapp */
.s-whatsapp {
  background-image: url("../img/@2x/bg/whatsapp-bg.jpg");
  background-size: cover;
  padding: 10rem 0 0 0;
}

.appBox {
  padding: 30px;
  background: #fff;
  border-radius: 8px;
  position: relative;
}

.appBox-pic {
  position: absolute;
  top: 90px;
  right: -90px;
}

/* bruh-man-error */
.bruh {
  background: #f5f5f5;
  padding-top: 10em;
}

.bruh-ico {
  height: 70px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0.375em 0.675em rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.375em 0.675em rgba(0, 0, 0, 0.15);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-basis: 80px;
  -ms-flex-preferred-size: 80px;
  flex-basis: 80px;
}

.bruh-text {
  width: 100%;
  margin-left: 30px;
}

/* personal */
.personal {
  padding: 5rem 0;
  background-image: url("../img/@2x/bg/personal-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.personal-master {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
}

.personal-item {
  position: relative;
  z-index: 1;
  min-height: 104px;
  margin-top: 3rem;
}

.personal-item-left {
  text-align: right;
  padding-right: 90px;
  position: relative;
}

.personal-item-left::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  background: -o-linear-gradient(306deg, #ffcc23 31.21%, #ffb423 72.35%);
  background: linear-gradient(144deg, #ffcc23 31.21%, #ffb423 72.35%);
  content: "";
  border-radius: 100%;
}

.personal-item-left::after {
  position: absolute;
  content: attr(data-pos);
  top: -50px;
  right: -10px;
  font-size: 90px;
  font-weight: 900;
  font-family: "Proxima";
}

.personal-item-right {
  text-align: left;
  padding-left: 90px;
  position: relative;
}

.personal-item-right::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  background: -o-linear-gradient(306deg, #ffcc23 31.21%, #ffb423 72.35%);
  background: linear-gradient(144deg, #ffcc23 31.21%, #ffb423 72.35%);
  content: "";
  border-radius: 100%;
}

.personal-item-right::after {
  position: absolute;
  content: attr(data-pos);
  top: -50px;
  left: -10px;
  font-size: 90px;
  font-weight: 900;
  font-family: "Proxima";
}

/* smeta */
.smeta {
  padding: 10rem 0 0;
  background-image: url("../img/@2x/bg/blue-linear-gradient.jpg");
  background-size: cover;
  color: #fff;
}

.smeta-item {
  width: 100%;
  position: relative;
}

.smeta-input {
  width: 100%;
  padding: 15px 10px;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}

.smeta-label {
  background: none;
  position: relative;
  width: 100%;
  border: 1px solid #fff;
  cursor: pointer;
  border-radius: 10px;
}

.smeta-label input {
  position: absolute;
  opacity: 0;
}

.smeta-label div {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
}

.smeta-label div span {
  margin-left: 15px;
}

.popover-text {
  position: absolute;
  width: 40%;
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0 0.375em 0.675em rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.375em 0.675em rgba(0, 0, 0, 0.25);
  padding: 30px;
  border-radius: 10px;
  top: 0%;
  right: 0%;
}

.popover-text::after {
  position: absolute;
  bottom: -20px;
  left: 0;
  content: "";
  border: 30px solid transparent;
  border-left: 30px solid #fff;
}

.popover-big {
  width: 60%;
}

.heading-smeta {
  font-size: 36px;
  text-transform: uppercase;
}

/* works */
.works {
  padding: 10rem 0;
  background: url("../img/@2x/bg/works-bg.jpg");
  background-size: cover;
  color: #000;
}

.review {
  position: relative;
}

.review::after {
  position: absolute;
  content: "";
  border: 30px solid transparent;
  border-right: 30px solid #fff;
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.review-inner {
  background: #fff;
  color: #000;
  padding: 30px;
  border-radius: 10px;
}

/* gray */
.gray {
  background: #f5f5f5;
  padding: 7rem 0;
}

/* changes */
.changes {
  background-image: url("../img/@2x/bg/changes-bg.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 10rem 0;
  color: #000;
}

.left-dot {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 30px;
  position: relative;
}

.left-dot::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  background: #ff8833;
}

.right-line {
  width: 50%;
  padding-left: 30px;
  position: relative;
}

.right-line::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 150%;
  background: #ff8833;
  top: 0;
  left: -2px;
}

.right-line:last-child::after {
  height: 100%;
}

.owner {
  padding: 10rem 0;
  position: relative;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, color-stop(60%, #fff), color-stop(70%, rgba(0, 0, 0, 0))),
    url("../img/@2x/sklad.jpg");
  background: -o-linear-gradient(left, #fff 60%, rgba(0, 0, 0, 0) 70%), url("../img/@2x/sklad.jpg");
  background: linear-gradient(to right, #fff 60%, rgba(0, 0, 0, 0) 70%), url("../img/@2x/sklad.jpg");
  background-repeat: no-repeat;
  background-position: 100% 0;
}

.sklad-pic {
  position: absolute;
  top: 0;
  right: 0;
}

.owner-heading {
  font-size: 220px;
  font-weight: 900;
  line-height: 0.75;
  color: #292e49;
}

.owner-heading span {
  display: block;
}

/* qa */
.qa {
  padding: 10rem 0;
  background-image: url("../img/@2x/bg/radial-bg.jpg");
  background-size: cover;
  background-position: center center;
}

.qaBox.active .qaBox-answer {
  opacity: 1;
  position: relative;
}

.qaBox.active .qaBox-question::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.qaBox-question {
  width: 100%;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0.375em 0.675em rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.375em 0.675em rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.qaBox-question:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.qaBox-question::after {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAMAAABcxfTLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkY2MzkyNDI4REU4MDExRTc5OTMwODVCMjcwODYwMTAyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkY2MzkyNDI5REU4MDExRTc5OTMwODVCMjcwODYwMTAyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjYzOTI0MjZERTgwMTFFNzk5MzA4NUIyNzA4NjAxMDIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RjYzOTI0MjdERTgwMTFFNzk5MzA4NUIyNzA4NjAxMDIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6ieamjAAAAWlBMVEWzu7ydp6nw8fKIlJb7+/tufX9XaWvl6OjP1NVgcHN/jI74+PnX29y+xcaFkpTz9PT9/f12hIZygYN0g4V9io17iYuRnJ5icnXe4uLr7e1VZ2nGzM1cbXD///+Jm4q8AAAAHnRSTlP//////////////////////////////////////wDsGBxeAAAAV0lEQVR42lTLRRKAMBQD0F8HWtwl978mFTSrvMyE8A+N2UeuomxbHhq9E8pjvVjnBPKXmUfKliEYTNlgIZAMUTR+7eVtOUygPL6iYVWhDV6Ddy6VU4ABAGU5DZr0ruh+AAAAAElFTkSuQmCC)
    center no-repeat;
  width: 15px;
  height: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.qaBox-answer {
  margin-top: 30px;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.whiteBox {
  background: #fff;
  -webkit-box-shadow: 0 0.375em 0.675em rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.375em 0.675em rgba(0, 0, 0, 0.15);
  padding: 20px;
  border-radius: 10px;
}

/* company */
.company {
  padding: 4rem 0;
  background-image: url("../img/@2x/bg/radial-bg.jpg");
  background-size: cover;
  background-position: center center;
}

.img-grayscale {
  padding: 20px;
}

.img-grayscale img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.img-grayscale:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

/* contacts */
.contacts {
  position: relative;
  min-height: 600px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts-box {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  display: inline-block;
}

#map {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 600px;
}

/* footer */
.footer {
  background: -webkit-gradient(linear, left top, right top, from(rgba(21, 35, 49, 0.9)), to(rgba(0, 0, 0, 0.9)));
  background: -o-linear-gradient(left, rgba(21, 35, 49, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(90deg, rgba(21, 35, 49, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%);
  padding: 50px 0 100px 0;
  color: #fff;
}

/* iexmodal */
.main-popup {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  display: none;
}

.main-popup .main-popup-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-popup .main-popup-box {
  opacity: 0;
  -webkit-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-popup.is-opened {
  display: block;
}

.main-popup.is-active .main-popup-bg {
  opacity: 1;
}

.main-popup.is-active .main-popup-box {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.main-popup-bg {
  background: -webkit-gradient(linear, left top, right top, from(rgba(83, 105, 118, 0.8)), to(rgba(41, 46, 73, 0.8)));
  background: -o-linear-gradient(left, rgba(83, 105, 118, 0.8) 0%, rgba(41, 46, 73, 0.8) 100%);
  background: linear-gradient(90deg, rgba(83, 105, 118, 0.8) 0%, rgba(41, 46, 73, 0.8) 100%);
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  cursor: pointer;
  left: 0;
  top: 0;
}

.main-popup-box {
  max-width: 990px;
  z-index: 1001;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: fixed;
  width: 100%;
  padding: 0 20px;
}

.main-popup-inner {
  padding: 60px;
  background: #fff;
  border-radius: 20px;
}

.main-popup-close {
  position: absolute;
  top: 15px;
  right: 35px;
  cursor: pointer;
  z-index: 1002;
}

.main-popup-close:hover {
  opacity: 0.75;
}

.main-popup-item {
  margin-top: 20px;
}

.main-popup-input {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  background: none;
  background: #fff;
}

.main-popup-man {
  position: absolute;
  right: -100px;
  top: -30px;
}

.vPopup-scale {
  cursor: pointer;
}

.online-item {
  width: 100%;
  position: relative;
  margin-top: 30px;
}

.online-caption {
  font-size: 12px;
  margin-bottom: 8px;
}

.online-select {
  background: #fff;
  width: 100%;
  padding: 12px 20px;
  border-radius: 10px;
  border: 0;
}

.main-input {
  background: #eef2f6;
  border-radius: 10px;
  border: 0;
  padding: 12px 20px;
  width: 100%;
}

/* salesUp */
.salesUp {
  position: fixed;
  bottom: 100px;
  right: 30px;
  right: -1920px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}

.salesUp.active {
  right: 30px;
}

.salesUp-text {
  background: #fff;
  -webkit-box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.05);
  box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.05);
  display: inline-block;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
  margin-left: 70px;
}

.salesUp-text::after {
  position: absolute;
  right: 0;
  bottom: -10px;
  content: "";
  border: 10px solid transparent;
  border-right: 10px solid #fff;
  border-top: 10px solid #fff;
}

.salesUp-blue {
  background: -webkit-gradient(linear, left top, right top, from(#e0eafc), to(#cfdef3));
  background: -o-linear-gradient(left, #e0eafc 0%, #cfdef3 100%);
  background: linear-gradient(90deg, #e0eafc 0%, #cfdef3 100%);
  -webkit-box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.05);
  box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding-right: 140px;
  position: relative;
}

.salesUp-inner {
  padding: 10px 20px;
}

.salesUp-heading {
  font-weight: 900;
  font-size: 40px;
}

.salesUp-item {
  width: 250px;
  position: relative;
  margin-top: 10px;
}

.salesUp-input {
  border: 0;
  border-radius: 20px;
  padding: 10px 5px;
  width: 100%;
}

.btn-sales {
  background: #ffcc23;
  border-radius: 10px;
  padding: 10px 15px;
  width: 170px;
  font-weight: bold;
  -webkit-box-shadow: 0 4px 0 #ce9a12;
  box-shadow: 0 4px 0 #ce9a12;
}

.btn-sales:hover {
  -webkit-box-shadow: 0 2px 0 #ce9a12;
  box-shadow: 0 2px 0 #ce9a12;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  text-decoration: none;
  color: #000;
}

.btn-sales:active {
  -webkit-box-shadow: 0 0px 0 #ce9a12;
  box-shadow: 0 0px 0 #ce9a12;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
  text-decoration: none;
  color: #000;
}

.salesUp-man {
  position: absolute;
  right: 0;
  bottom: 0;
}

.salesUp-close {
  position: absolute;
  top: 45px;
  right: 2px;
  cursor: pointer;
}

.salesMain {
  position: fixed;
  z-index: 398;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.salesMain.active {
  display: block;
  opacity: 1;
}

.salesMain-bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: -webkit-gradient(linear, left top, right top, from(rgba(83, 105, 118, 0.8)), to(rgba(41, 46, 73, 0.8)));
  background: -o-linear-gradient(left, rgba(83, 105, 118, 0.8) 0%, rgba(41, 46, 73, 0.8) 100%);
  background: linear-gradient(90deg, rgba(83, 105, 118, 0.8) 0%, rgba(41, 46, 73, 0.8) 100%);
  top: 0;
  left: 0;
  z-index: 399;
}

.salesMain-box {
  z-index: 400;
  max-width: 800px;
  width: 100%;
  padding: 20px;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.salesMain-close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 500;
}

.salesMain-close:hover {
  opacity: 0.5;
}

.salesMain-man {
  position: absolute;
  bottom: 20px;
  right: -40px;
}

.salesMain-inner {
  background: #fff;
  border-radius: 10px;
  padding: 40px 50px;
}

.salesMain-heading {
  font-size: 72px;
  font-weight: 900;
  color: #292e49;
}

/* quiz */
.quiz-line {
  background: -webkit-gradient(linear, left top, right top, from(#e0eafc), to(#cfdef3));
  background: -o-linear-gradient(left, #e0eafc 0%, #cfdef3 100%);
  background: linear-gradient(90deg, #e0eafc 0%, #cfdef3 100%);
  position: fixed;
  width: 100vw;
  z-index: 101;
  bottom: 0;
  left: 0;
  padding: 10px 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.quiz-line.hidden {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.b-pform-tooltip,
.b-pform__bt,
.b-pform__confirmed,
.b-pform__errtext,
.b-pform__fail,
.b-pform__filebutton,
.b-pform__fileplus,
.b-pform__inner,
.b-pform__input,
.b-pform__input_file,
.b-pform__item,
.b-pform__label,
.b-pform__legend,
.b-pform__options,
.b-pform__optlabel,
.b-pform__popup,
.b-pform__success,
.b-pform__thanks,
.b-pform__title,
.b-pform__wrap {
  font-family: Proxima !important;
  color: #000 !important;
}

/* quiz */
.calc-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 769px) {
  .calc-line {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.calc-line-step {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-right: 10px;
  line-height: 1;
  text-transform: uppercase;
}

.calc-line-gray {
  height: 40px;
  border-radius: 10px;
  background: #eee;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.calc-line-percent {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  font-size: 20px;
  font-weight: bold;
  z-index: 2;
}

.calc-line-accent {
  position: absolute;
  width: 20%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 204, 35, 0)), to(#ffeba9)),
    repeating-linear-gradient(-65deg, #ffcc23, transparent 6px, #ffcc23 5px, #ff631e 5px);
  background-image: -o-linear-gradient(left, rgba(255, 204, 35, 0) 0%, #ffeba9 100%),
    -o-repeating-linear-gradient(155deg, #ffcc23, transparent 6px, #ffcc23 5px, #ff631e 5px);
  background-image: linear-gradient(to right, rgba(255, 204, 35, 0) 0%, #ffeba9 100%),
    repeating-linear-gradient(-65deg, #ffcc23, transparent 6px, #ffcc23 5px, #ff631e 5px);
  border-radius: 10px;
  -webkit-animation: progres 2.8s linear infinite;
  animation: progres 2.8s linear infinite;
}

.b-pform__step[data-pform-step="1"] .calc-line-accent {
  width: 20%;
}

.b-pform__step[data-pform-step="2"] .calc-line-accent {
  width: 40%;
}

.b-pform__step[data-pform-step="3"] .calc-line-accent {
  width: 60%;
}

.b-pform__step[data-pform-step="4"] .calc-line-accent {
  width: 80%;
}

.b-pform__step[data-pform-step="5"] .calc-line-accent {
  width: 100%;
}

@-webkit-keyframes progres {
  from {
    background-position: 0 0, 0 0;
  }
  to {
    background-position: 0 0, 60px 30px;
  }
}

@keyframes progres {
  from {
    background-position: 0 0, 0 0;
  }
  to {
    background-position: 0 0, 60px 30px;
  }
}

.calc-radio-label {
  position: relative;
  width: 100%;
}

.calc-radio {
  position: absolute;
  opacity: 0;
}

.calc-radioBox {
  text-align: left;
  cursor: pointer;
  padding: 30px 0px;
  border-radius: 10px;
  background: #eee;
  width: 100%;
  border: 2px solid #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.calc-radio-label:hover .calc-radioBox {
  border-color: #ffcc23;
}

.calc-radio-label input:checked + .calc-radioBox {
  background: #ffcc23;
  border-color: #ffcc23;
}

.calc-radio-label input:checked + .calc-radioBox .calc-title::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 8px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 9px;
  height: 9px;
  background: #000;
  border-radius: 100%;
}

.calc-title {
  font-weight: bold;
  font-size: 20px;
  position: relative;
  padding-left: 30px;
}

.calc-title::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 25px;
  height: 25px;
  border: 3px solid #000;
  border-radius: 100%;
}

.calc-pic {
  margin-bottom: 20px;
}

.calc-pic img {
  max-width: 50%;
  height: auto;
}

.final-form-input {
  line-height: 1;
  padding: 15px 30px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  width: 100%;
}

.final-form-btn {
  width: 30%;
  padding: 16px 30px;
  background: #ffcc23;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.final-form-btn:before {
  content: "";
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(
    340deg,
    rgba(255, 255, 255, 0) 15%,
    rgba(255, 255, 255, 0.95) 25%,
    rgba(255, 255, 255, 0) 35%
  );
  background: linear-gradient(
    110deg,
    rgba(255, 255, 255, 0) 15%,
    rgba(255, 255, 255, 0.95) 25%,
    rgba(255, 255, 255, 0) 35%
  );
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-animation: bt 4.5s linear infinite;
  animation: bt 4.5s linear infinite;
}

.iexmodal {
  color: #000;
}

.iexmodal p {
  font-size: 14px;
}

.irs {
  font-size: 18px;
}

.irs--round .irs-bar,
.irs--round .irs-line {
  height: 10px;
}

.irs--round .irs-bar {
  background-color: #ffcc23;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  background-color: #ffcc23;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  border-top-color: #ffcc23;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 18px;
  color: #000;
  padding: 5px 10px;
  font-weight: bold;
}

.irs-single {
  top: -5px;
}

.irs--round .irs-handle {
  border-color: #ffcc23;
}

.js-range-input {
  position: absolute;
  opacity: 0;
}

/* new team */
ul,
ol,
li {
  padding: 0;
  margin: 0;
  outline: 0;
  list-style: none;
}

.header {
  display: none;
}

.header-v3 {
  position: absolute;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 10;
}

.head {
  min-height: 70vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.heading-1 {
  color: #fff;
}

.header-tel,
.header-callback {
  color: #fff;
}

.anWork-item {
  visibility: hidden;
}

.anWork-item.active {
  visibility: visible;
}

.anWork-menu-item {
  margin: 0 4px;
}

.s-team {
  padding: 3rem 0;
}

.heading-team {
  font-size: 32px;
}

.subtitle-team {
  font-size: 24px;
}

.tab-nav {
  margin: 1em 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}

.border-top-orange {
  border-top: 4px solid #ffcc23;
}

.tab-nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 15px 5px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
  background: #dfdfdf;
  color: #6a6a6a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: 0;
}

.tab-nav-item:hover {
  background: #ffcc23;
  color: #000;
  font-weight: bold;
}

.tab-nav-item.active {
  background: #ffcc23;
  color: #000;
  font-weight: bold;
  border: 1px solid #ffcc23;
  border-bottom: 0;
}

.whiteBox-nob {
  width: 100%;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0.375em 0.675em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.375em 0.675em rgba(0, 0, 0, 0.1);
}

.team-item-header {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.team-item-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

.team-item-rating .pic-g {
  max-width: 30px;
}

.team-item-balls {
  font-size: 14px;
  padding: 5px 10px;
  border: 1px solid #000;
  border-radius: 20px;
  margin-right: 10px;
}

.team_list__item {
  opacity: 0;
  position: absolute;
  top: -99999rem;
}

.team_list__item.active {
  position: relative;
  opacity: 1;
  top: 0;
}

.review::after {
  left: 10%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -45px;
  border-width: 30px;
  border-style: solid;
  border-color: transparent transparent white;
  -webkit-border-image: initial;
  -o-border-image: initial;
  border-image: initial;
}

.owner,
.stages,
.calc {
  padding: 4rem 0;
}

.stages {
  color: #000;
  background-image: url("../img/@2x/bg/radial-bg.jpg");
}

.stages .stage-items-top .txt {
  color: #000;
}

.stages .stage-items .item-stage:before {
  border-color: #767676;
}

.stages .stage-items .underline--dotted {
  color: #000;
}

.smeta {
  padding: 3rem 0 0;
}

.prices {
  padding: 3rem 0;
}

.prices-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px -5px 15px;
}

.prices-tab {
  visibility: hidden;
  opacity: 0;
  display: none;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background: #fff;
  padding: 20px 15px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
}

.prices-tab.active {
  visibility: visible;
  opacity: 1;
  display: block;
}

.prices-nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: block;
  text-align: center;
  padding: 8px 5px;
  margin: 0 5px;
  background: none;
  border: 1px solid #e5e5e5;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  color: #333;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.prices-nav-item.active,
.prices-nav-item:hover {
  color: #b17300;
  background: #fdeec4;
  border-color: #ffbd0c;
}

.price-list {
  position: relative;
  margin-top: 15px;
}

.price-list.active .price-list-item {
  display: block;
}

.price-list.active .price-list-title::before {
  -webkit-transform: rotate(180deg) translateY(8px);
  -ms-transform: rotate(180deg) translateY(8px);
  transform: rotate(180deg) translateY(8px);
}

.price-list-item {
  display: none;
  padding-left: 15px;
  position: relative;
  margin-top: 5px;
  font-size: 14px;
  opacity: 0.7;
}

.price-list-item::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 10px;
  background: rgba(0, 0, 0, 0.5);
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.price-list-title {
  margin-bottom: 15px;
  opacity: 1;
  display: block;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  padding-left: 0;
  cursor: pointer;
}

.price-list-title::after {
  display: none;
}

.price-list-title::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  border: 8px solid transparent;
  border-top: 8px solid #000;
}

.price-old {
  color: #0a1e32;
  opacity: 0.7;
  font-size: 14px;
}

.price-old span {
  text-decoration: line-through;
}

.price-new {
  color: #ffcc23;
  font-weight: bold;
  font-size: 32px;
}

.price-block {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.price-pic {
  height: 170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.price-gifts {
  margin-top: 20px;
  border: 1px dotted #fc981c;
  background: #fff9f2;
  padding: 10px;
}

.prices-gift {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}

.prices-gift-title {
  padding-left: 8px;
  font-weight: bold;
  font-size: 16px;
}

.rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f4ff;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 0.975rem rgba(255, 217, 0, 0.25);
  box-shadow: 0 0 0.975rem rgba(255, 217, 0, 0.25);
  border: 4px dashed #ffcc23;
  padding: 20px 15px;
}

.rating-ico {
  margin-right: 0px;
  max-width: 160px;
}

.head-body {
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px;
}

.contacts .header-tel {
  color: #000;
}

@media (max-width: 575px) {
  .heading-2,
  .heading-designProject,
  .heading-smeta {
    font-size: 20px !important;
  }
  .heading-1 {
    font-size: 24px;
  }
  .head {
    background-position: 0;
  }
  .anWork-menu {
    margin-top: 1rem;
  }
  .text-20 {
    font-size: 16px;
  }
}

/*********************/
/* Always at the end */
/* Desktop first */
@media (max-width: 1500.67px) {
  .workSlider-mini::before,
  .anWork-pics-mini::before {
    display: none;
  }
  .main-popup-man {
    right: -100px;
  }
}

@media (max-width: 1200.21px) {
  .workSlider-mini,
  .anWork-pics-mini {
    width: 100%;
  }
  .workSlider-mini::after,
  .anWork-pics-mini::after {
    display: none;
  }
  .popover-text {
    right: 0;
  }
  .anWork-menu-item {
    font-size: 18px;
  }
}

@media (max-width: 992.43px) {
  .stages .stage-items-wrp-mobile {
    display: block;
  }
  .stage-items-wrp {
    display: none;
  }
  .personal-item-left {
    text-align: left;
    padding-left: 90px;
    position: relative;
    margin-top: 2rem;
    padding-right: 0;
  }
  .personal-item-left::before {
    left: 0;
  }
  .personal-item-left::after {
    left: -10px;
  }
  .personal-item-right {
    text-align: right;
    padding-right: 90px;
    position: relative;
    margin-top: 2rem;
    padding-left: 0;
  }
  .personal-item-right::before {
    right: 0;
    left: auto;
  }
  .personal-item-right::after {
    right: -10px;
    left: auto;
  }
  .anWork-menu-item {
    font-size: 16px;
  }
  .owner-heading {
    font-size: 120px;
  }
  .owner {
    background: #fff;
  }
}

@media (max-width: 769.78px) {
  .heading-2,
  .heading-designProject,
  .heading-smeta {
    font-size: 25px;
  }
  .mt-7 {
    margin-top: 3rem;
  }
  .personal-item-right {
    text-align: left;
    padding-left: 90px;
    position: relative;
    margin-top: 2rem;
    padding-right: 0;
  }
  .personal-item-right::before {
    left: 0;
  }
  .personal-item-right::after {
    left: -10px;
  }
  .smetchik {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .popover-text {
    position: relative;
    width: 100%;
    margin: 30px 0;
  }
  .review::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -45px;
    border: 30px solid transparent;
    border-bottom: 30px solid #fff;
  }
  .comment {
    padding: 0;
  }
  .comment-right .comment-pics {
    right: -10px;
  }
  .comment-right .comment-title {
    padding-right: 80px;
  }
  .comment-title {
    padding-left: 80px;
  }
  .comment-pics {
    left: -10px;
  }
  .main-popup-inner {
    padding: 60px 20px;
  }
  .head-subtitle {
    font-size: 18px;
  }
  .b-calc__check .b-pform__optlabel {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
  .calc-line {
    flex-wrap: wrap;
  }
  .calc-line-gray {
    margin-top: 8px;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .anWork-menu-item {
    font-size: 10px;
  }
  .head {
    background-position: 0rem 0;
  }
  .heading-1 {
    font-size: 28px;
  }
  .heading-1:after {
    bottom: 17px;
  }
  .header-tel {
    font-size: 16px;
  }
  .timer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .timer-blank {
    margin: 10px 0;
  }
  .timer-popover {
    width: 100%;
    padding-left: 0;
    margin: 0;
    text-align: center;
  }
  .timer-popover::after {
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffcc24;
  }
  .workSlider::after,
  .anWork-pics::after {
    display: none;
  }
  .text-24 {
    font-size: 18px;
  }
  .text-18 {
    font-size: 14px;
  }
  .right-line,
  .left-dot {
    width: 100%;
  }
  .right-line {
    padding-left: 40px;
    padding-right: 20px;
  }
  .right-line::after {
    left: 20px;
    height: 100%;
    top: 0%;
  }
  .right-line::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 100%;
    background: #ff8833;
  }
  .left-dot {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 20px;
    padding-left: 40px;
    margin-top: 50px;
  }
  .left-dot:after {
    left: 12px;
  }
  .left-dot::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 110%;
    background: #ff8833;
    top: 0;
    left: 20px;
  }
  .contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .map-box {
    position: relative;
  }
  .b-optlabel__pic {
    display: none;
  }
}

@media (min-width: 1200px) {
  .container-blast {
    max-width: 1340px;
  }
}

@media (min-width: 1400px) {
  .container-blast {
    max-width: 1340px;
  }
}

.mteam-slick .slick-next,
.mteam-slick .slick-prev {
  background: rgba(255, 255, 255, 0.85);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  z-index: 10;
}

.mteam-slick .slick-next {
  right: 10px;
}

.mteam-slick .slick-prev {
  left: 10px;
}

.mteam-slick .slick-prev:before,
.mteam-slick .slick-next:before {
  width: 18px;
  height: 23px;
  content: "";
  background: url(/tools/sm-remont-v4/img/icons/slider-arrow.svg);
  background-size: cover;
  opacity: 0.95;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mteam-slick .slick-prev:before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}

@media (max-width: 575px) {
  .subtitle-team {
    font-size: 16px;
  }
}

.text-box-yellow {
  background: #feab23;
  padding: 2px 8px;
  border-radius: 8px;
  font-weight: bold;
}

/* .banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-wrapper {
  height: 600px;
  width: 100%;
  background-image: url("/tools/sm-remont-v5/img/banners/ng_1920.png");
  background-size: cover;
  background-position: center center;
}

.banner-btn {
  position: absolute;
  bottom: 1.75rem;
  z-index: 2;
}

@media (max-width: 1200px) {
  .banner-wrapper {
    background-image: url("/tools/sm-remont-v5/img/banners/ng_1140.png");
    background-position: left center;
  }
}

@media (max-width: 575px) {
  .banner-wrapper {
    height: 400px;
  }
} */
