@charset 'UTF-8';

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !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-ajax-holder .mfp-content, .mfp-inline-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-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -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: -.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-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  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: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus, .mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close, .mfp-image-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: .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:focus, .mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:after, .mfp-arrow:before {
  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: .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%;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #000;
}

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;
}

.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, .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) {
  .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, .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, .6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width:900px) {
  .mfp-arrow {
    -webkit-transform: scale(.75);
    transform: scale(.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;
  }
}

.slick-slider {
  position: relative;
  display: block;
  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: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  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;
}

.slick-loading .slick-list {
  background: #fff url(../libs/slick/ajax-loader.gif) center center no-repeat;
}

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(../libs/slick/fonts/slick.eot);
  src: url(../libs/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(../libs/slick/fonts/slick.woff) format('woff'), url(../libs/slick/fonts/slick.ttf) format('truetype'), url(../libs/slick/fonts/slick.svg#slick) format('svg');
}

.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25;
}

.slick-next:before, .slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -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: '←';
}

.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: 0;
  background: 0 0;
}

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before, .slick-dots li button:hover: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: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000;
}

.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: 0 !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-max, .irs-min {
  position: absolute;
  display: block;
  cursor: default;
}

.irs-min {
  left: 0;
}

.irs-max {
  right: 0;
}

.irs-from, .irs-single, .irs-to {
  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;
  cursor: not-allowed;
}

.irs-disabled {
  opacity: .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: 0 !important;
  z-index: -9999 !important;
  background: 0 0 !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-max, .irs--flat .irs-min {
  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-single, .irs--flat .irs-to {
  color: #fff;
  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-single:before, .irs--flat .irs-to: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: #fff;
  background: linear-gradient(to bottom, #ddd -50%, #fff 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, #fff 0, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, .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, .5);
}

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, .3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, #fff 0, #b4b9be 30%, #fff 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), inset 0 0 3px 1px #fff;
  border-radius: 30px;
}

.irs--big .irs-handle.state_hover, .irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, .45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, #fff 0, #919ba5 30%, #fff 100%);
}

.irs--big .irs-max, .irs--big .irs-min {
  top: 0;
  padding: 1px 5px;
  color: #fff;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}

.irs--big .irs-from, .irs--big .irs-single, .irs--big .irs-to {
  color: #fff;
  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, .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, .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: #fff;
  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, #fff 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, #fff 0, #919ba5 30%, #fff 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-max, .irs--modern .irs-min {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: #fff;
  background-color: #d1d6e0;
  border-radius: 5px;
}

.irs--modern .irs-from, .irs--modern .irs-single, .irs--modern .irs-to {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: #fff;
  border-radius: 5px;
}

.irs--modern .irs-from:before, .irs--modern .irs-single:before, .irs--modern .irs-to: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: #000;
  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, .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: #000;
}

.irs--sharp .irs-handle.state_hover>i:first-child, .irs--sharp .irs-handle:hover>i:first-child {
  border-top-color: #000;
}

.irs--sharp .irs-max, .irs--sharp .irs-min {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: .4;
  background-color: #a804b2;
  border-radius: 2px;
}

.irs--sharp .irs-from, .irs--sharp .irs-single, .irs--sharp .irs-to {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: #fff;
  border-radius: 2px;
}

.irs--sharp .irs-from:before, .irs--sharp .irs-single:before, .irs--sharp .irs-to: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, .5);
}

.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, .3);
}

.irs--round .irs-handle.state_hover, .irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--round .irs-max, .irs--round .irs-min {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, .1);
  border-radius: 4px;
}

.irs--round .irs-from, .irs--round .irs-single, .irs--round .irs-to {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: #fff;
  border-radius: 4px;
}

.irs--round .irs-from:before, .irs--round .irs-single:before, .irs--round .irs-to: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: #000;
}

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid #000;
  background-color: #fff;
  -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-max, .irs--square .irs-min {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, .1);
}

.irs--square .irs-from, .irs--square .irs-single, .irs--square .irs-to {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #000;
  color: #fff;
}

.irs--square .irs-grid {
  height: 25px;
}

.irs--square .irs-grid-pol {
  background-color: #dedede;
}

.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}

.jq-checkbox, .jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.jq-checkbox input, .jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
}

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-select-multiple, .jq-selectbox {
  position: relative;
  display: inline-block;
}

.jq-select-multiple select, .jq-selectbox select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-select-multiple li, .jq-selectbox li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.jq-selectbox {
  z-index: 10;
}

.jq-selectbox__select {
  position: relative;
}

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox__dropdown {
  position: absolute;
}

.jq-selectbox__search input {
  -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button, .jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.jq-number {
  display: inline-block;
}

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
}

.jq-number__field input::-webkit-inner-spin-button, .jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.jq-checkbox, .jq-radio {
  vertical-align: -4px;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #c3c3c3;
  background: linear-gradient(#fff, #e6e6e6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05), inset -1px -1px #fff, inset 1px -1px #fff;
  cursor: pointer;
}

.jq-checkbox.focused, .jq-radio.focused {
  border: 1px solid #08c;
}

.jq-checkbox.disabled, .jq-radio.disabled {
  opacity: .55;
}

.jq-checkbox {
  border-radius: 3px;
}

.jq-checkbox.checked .jq-checkbox__div {
  width: 8px;
  height: 4px;
  margin: 3px 0 0 3px;
  border-bottom: 2px solid #666;
  border-left: 2px solid #666;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}

.jq-radio {
  border-radius: 50%;
}

.jq-radio.checked .jq-radio__div {
  width: 10px;
  height: 10px;
  margin: 3px 0 0 3px;
  border-radius: 50%;
  background: #777;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .7);
}

.jq-file {
  width: 270px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

.jq-file input {
  cursor: pointer;
}

.jq-file__name {
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 0 80px 0 10px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  background: #fff;
  box-shadow: inset 1px 1px #f1f1f1;
  font: 14px/32px Arial, sans-serif;
  color: #333;
}

.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #ccc;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(#fff, #e6e6e6);
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #fff;
}

.jq-file:hover .jq-file__browse {
  background: linear-gradient(#f6f6f6, #e6e6e6);
}

.jq-file:active .jq-file__browse {
  background: #f5f5f5;
  box-shadow: inset 1px 1px 3px #ddd;
}

.jq-file.focused .jq-file__name {
  border: 1px solid #5794bf;
}

.jq-file.disabled, .jq-file.disabled .jq-file__browse, .jq-file.disabled .jq-file__name {
  border-color: #ccc;
  background: #f5f5f5;
  box-shadow: none;
  color: #888;
}

.jq-number {
  position: relative;
  vertical-align: middle;
  padding: 0 36px 0 0;
}

.jq-number__field {
  width: 100px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
}

.jq-number__field:hover {
  border-color: #b3b3b3;
}

.jq-number__field input {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 9px;
  border: none;
  outline: 0;
  background: 0 0;
  font: 14px Arial, sans-serif;
  color: #333;
}

.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  background: linear-gradient(#fff, #e6e6e6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 1px 1px #fff;
  cursor: pointer;
}

.jq-number__spin.minus {
  top: auto;
  bottom: 0;
}

.jq-number__spin:hover {
  background: linear-gradient(#f6f6f6, #e6e6e6);
}

.jq-number__spin:active {
  background: #f5f5f5;
  box-shadow: inset 1px 1px 3px #ddd;
}

.jq-number__spin:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 11px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #999;
  border-left: 5px solid transparent;
}

.jq-number__spin.minus:after {
  top: 5px;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent;
}

.jq-number__spin.minus:hover:after {
  border-top-color: #000;
}

.jq-number__spin.plus:hover:after {
  border-bottom-color: #000;
}

.jq-number.focused .jq-number__field {
  border: 1px solid #5794bf;
}

.jq-number.disabled .jq-number__field, .jq-number.disabled .jq-number__spin {
  border-color: #ccc;
  background: #f5f5f5;
  box-shadow: none;
  color: #888;
}

.jq-number.disabled .jq-number__spin:after {
  border-bottom-color: #aaa;
}

.jq-number.disabled .jq-number__spin.minus:after {
  border-top-color: #aaa;
}

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
}

.jq-selectbox__select {
  height: 32px;
  padding: 0 45px 0 10px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  background: linear-gradient(#fff, #e6e6e6);
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #fff;
}

.jq-selectbox__select:hover {
  background: linear-gradient(#f6f6f6, #e6e6e6);
}

.jq-selectbox__select:active {
  background: #f5f5f5;
  box-shadow: inset 1px 1px 3px #ddd;
}

.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #5794bf;
}

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #ccc;
  background: #f5f5f5;
  box-shadow: none;
  color: #888;
}

.jq-selectbox__select-text {
  display: block;
  width: 100%;
}

.jq-selectbox .placeholder {
  color: #888;
}

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
  border-left: 1px solid #ccc;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 0;
  height: 0;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #000;
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-top-color: #aaa;
}

.jq-selectbox__dropdown {
  box-sizing: border-box;
  width: 100%;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
  font: 14px/18px Arial, sans-serif;
}

.jq-selectbox__search {
  margin: 5px;
}

.jq-selectbox__search input {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
  box-shadow: inset 1px 1px #f1f1f1;
  color: #333;
}

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #f0f0f0;
  font-size: 13px;
}

.jq-selectbox ul {
  margin: 0;
  padding: 0;
}

.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 6px;
  color: #231f20;
}

.jq-selectbox li.selected {
  background-color: #a3abb1;
  color: #fff;
}

.jq-selectbox li:hover {
  background-color: #08c;
  color: #fff;
}

.jq-selectbox li.disabled {
  color: #aaa;
}

.jq-selectbox li.disabled:hover {
  background: 0 0;
}

.jq-selectbox li.optgroup {
  font-weight: 700;
}

.jq-selectbox li.optgroup:hover {
  background: 0 0;
  color: #231f20;
  cursor: default;
}

.jq-selectbox li.option {
  padding-left: 25px;
}

.jq-select-multiple {
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  background: #fff;
  box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
  font: 14px/18px Arial, sans-serif;
  color: #333;
  cursor: default;
}

.jq-select-multiple.focused {
  border: 1px solid #5794bf;
}

.jq-select-multiple.disabled {
  border-color: #ccc;
  background: #f5f5f5;
  box-shadow: none;
  color: #888;
}

.jq-select-multiple ul {
  margin: 0;
  padding: 0;
}

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
}

.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
  background: #08c;
  color: #fff;
}

.jq-select-multiple li.disabled {
  color: #aaa;
}

.jq-select-multiple li.optgroup {
  font-weight: 700;
}

.jq-select-multiple li.option {
  padding-left: 25px;
}

.jq-select-multiple li.selected.disabled, .jq-select-multiple.disabled li.selected {
  background: #ccc;
  color: #fff;
}

input[type=email].styler, input[type=password].styler, input[type=search].styler, input[type=tel].styler, input[type=text].styler, input[type=url].styler, textarea.styler {
  padding: 8px 9px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
  font: 14px Arial, sans-serif;
  color: #333;
}

input[type=search].styler {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea.styler {
  overflow: auto;
}

input[type=email].styler:hover, input[type=password].styler:hover, input[type=search].styler:hover, input[type=tel].styler:hover, input[type=text].styler:hover, input[type=url].styler:hover, textarea.styler:hover {
  border-color: #b3b3b3;
}

input[type=email].styler:hover:focus, input[type=password].styler:hover:focus, input[type=search].styler:hover:focus, input[type=tel].styler:hover:focus, input[type=text].styler:hover:focus, input[type=url].styler:hover:focus, textarea.styler:hover:focus {
  border-color: #ccc;
  border-top-color: #b3b3b3;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

button.styler, input[type=button].styler, input[type=reset].styler, input[type=submit].styler {
  overflow: visible;
  padding: 8px 11px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  outline: 0;
  background: linear-gradient(#fff, #e6e6e6);
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
  font: 14px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #fff;
  cursor: pointer;
}

button.styler.styler::-moz-focus-inner, input[type=button].styler.styler::-moz-focus-inner, input[type=reset].styler.styler::-moz-focus-inner, input[type=submit].styler.styler::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.styler:not([disabled]):hover, input[type=button].styler:not([disabled]):hover, input[type=reset].styler:hover, input[type=reset].styler:not([disabled]):hover, input[type=submit].styler:not([disabled]):hover {
  background: linear-gradient(#f6f6f6, #e6e6e6);
}

button.styler:active, input[type=button].styler:active, input[type=reset].styler:active, input[type=submit].styler:active {
  background: #f5f5f5;
  box-shadow: inset 1px 1px 3px #ddd;
}

button.styler[disabled], input[type=button].styler[disabled], input[type=submit].styler[disabled] {
  border-color: #ccc;
  background: #f5f5f5;
  box-shadow: none;
  color: #888;
}

@font-face {
  font-family: Ubuntu;
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/Ubuntu-Regular/Ubuntu-Regular.eot);
  src: url(../fonts/Ubuntu-Regular/Ubuntu-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Ubuntu-Regular/Ubuntu-Regular.woff) format("woff"), url(../fonts/Ubuntu-Regular/Ubuntu-Regular.ttf) format("truetype");
}

@font-face {
  font-family: Ubuntu;
  font-display: swap;
  font-weight: 200;
  font-style: normal;
  src: url(../fonts/Ubuntu-Light/Ubuntu-Light.eot);
  src: url(../fonts/Ubuntu-Light/Ubuntu-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Ubuntu-Light/Ubuntu-Light.woff) format("woff"), url(../fonts/Ubuntu-Light/Ubuntu-Light.ttf) format("truetype");
}

@font-face {
  font-family: Ubuntu;
  font-display: swap;
  font-weight: 500;
  font-style: normal;
  src: url(../fonts/Ubuntu-Medium/Ubuntu-Medium.eot);
  src: url(../fonts/Ubuntu-Medium/Ubuntu-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/Ubuntu-Medium/Ubuntu-Medium.woff) format("woff"), url(../fonts/Ubuntu-Medium/Ubuntu-Medium.ttf) format("truetype");
}

@font-face {
  font-family: Ubuntu;
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  src: url(../fonts/Ubuntu-Bold/Ubuntu-Bold.eot);
  src: url(../fonts/Ubuntu-Bold/Ubuntu-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Ubuntu-Bold/Ubuntu-Bold.woff) format("woff"), url(../fonts/Ubuntu-Bold/Ubuntu-Bold.ttf) format("truetype");
}

@font-face {
  font-family: Ubuntu-i;
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/Ubuntu-Italic/Ubuntu-Italic.eot);
  src: url(../fonts/Ubuntu-Italic/Ubuntu-Italic.eot?#iefix) format("embedded-opentype"), url(../fonts/Ubuntu-Italic/Ubuntu-Italic.woff) format("woff"), url(../fonts/Ubuntu-Italic/Ubuntu-Italic.ttf) format("truetype");
}

@font-face {
  font-family: Ubuntu-i;
  font-display: swap;
  font-weight: 500;
  font-style: normal;
  src: url(../fonts/Ubuntu-Italic-Medium/Ubuntu-Italic-Medium.eot);
  src: url(../fonts/Ubuntu-Italic-Medium/Ubuntu-Italic-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/Ubuntu-Italic-Medium/Ubuntu-Italic-Medium.woff) format("woff"), url(../fonts/Ubuntu-Italic-Medium/Ubuntu-Italic-Medium.ttf) format("truetype");
}

@font-face {
  font-family: Exo2;
  font-display: swap;
  font-weight: 600;
  font-style: normal;
  src: url(../fonts/Exo2SemiBoldExpanded/Exo2SemiBoldExpanded.eot);
  src: url(../fonts/Exo2SemiBoldExpanded/Exo2SemiBoldExpanded.eot?#iefix) format("embedded-opentype"), url(../fonts/Exo2SemiBoldExpanded/Exo2SemiBoldExpanded.woff) format("woff"), url(../fonts/Exo2SemiBoldExpanded/Exo2SemiBoldExpanded.ttf) format("truetype");
}

@font-face {
  font-family: RUBSN;
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/RUBSN/RUBSN.eot);
  src: url(../fonts/RUBSN/RUBSN.eot?#iefix) format("embedded-opentype"), url(../fonts/RUBSN/RUBSN.woff) format("woff"), url(../fonts/RUBSN/RUBSN.ttf) format("truetype");
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: #626262;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  -webkit-border-radius: 0;
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*, ::after, ::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width:576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  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, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-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:576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 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:768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 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:992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 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:1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 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: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width:576px) {
  .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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width:768px) {
  .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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width:992px) {
  .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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width:1200px) {
  .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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width:576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width:768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width:992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width:1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.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;
}

::-webkit-input-placeholder {
  color: #666;
}

::-moz-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

::-ms-input-placeholder {
  color: #666;
}

::placeholder {
  color: #666;
}

::-moz-selection {
  background-color: #34a280;
  color: #fff;
}

::selection {
  background-color: #34a280;
  color: #fff;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.65;
  font-family: Ubuntu, sans-serif;
  overflow-x: hidden;
  color: #333;
}

body input, body textarea {
  border: #666 1px solid;
  outline: 0;
}

body input:focus:required:invalid, body textarea:focus:required:invalid {
  border-color: red;
}

body input:required:valid, body textarea:required:valid {
  border-color: green;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-responsive.img-width {
  width: 100%;
}

.text-center {
  text-align: center;
}

b, strong {
  font-weight: 700;
}

.ismain {
  position: relative;
}

.shade {
  position: fixed;
  background-color: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100vh;
  z-index: 9;
  opacity: 0;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
  z-index: -1;
}

.shade.op1 {
  opacity: 1;
  z-index: 9;
}

.sidebar {
  position: fixed;
  width: 390px;
  height: 100vh;
  background-color: #ffffff;
  box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.23);
  padding: 40px 15px 0;
  z-index: 10;
  overflow: auto !important;
}

.sidebar__bg {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 390px;
  height: 100vh;
  z-index: -1;
  opacity: 1;
}

.sidebar-logo {
  display: block;
  width: 100%;
  margin-bottom: 40px;
  transition: .25s all ease-in-out;
}

.sidebar-logo:hover {
  opacity: .8;
}

.sidebar-logo img {
  max-width: 264px;
  display: block;
  margin: 0 auto;
}

.sidebar-phone {
  font-size: 30px;
  line-height: 60px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #333333;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  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;
}

.sidebar-phone:hover {
  text-decoration: none;
  color: #59a20d;
}

.sidebar-phone img {
  flex: none;
  margin-right: 15px;
}

.sidebar-menu {
  margin: 30px -15px 25px;
}

.sidebar-menu ul {
  margin: 0;
  padding: 0;
}

.sidebar-menu ul li {
  list-style: none;
  ;
}

.sidebar-menu ul li a:last-child {
  border-bottom: 1px solid #e8ebef;
}

.sidebar-menu ul li>a {
  font-size: 20px;
  line-height: 65px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 50px;
  border-top: 1px solid #e8ebef;
  color: #626262;
  display: block;
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
}

.sidebar-menu ul li>a p {
  margin-bottom: 0;
}

.sidebar-menu ul li>a .icon {
  padding-right: 10px;
  display: inline-block;
}

.sidebar-menu ul li>a .icon img {
  width: 25px;
  filter: grayscale(100%);
}

.sidebar-menu ul li>a>i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sidebar-menu ul li>a:hover {
  text-decoration: none;
  color: #f06929;
}

.sidebar-menu ul li>a:hover img {
  filter: none;
}

.sidebar-menu ul li>a:not([href]):hover {
  text-decoration: none;
  color: #f06929;
}

.sidebar-menu ul .dropdown-title {
  font-size: 18px;
  line-height: 50px;
  font-weight: 400;
  color: #626262;
  border-top: 1px solid #e8ebef;
}

.sidebar-menu ul .dropdown__block a.dropdown-title:first-child {
  border: none;
}

.sidebar-menu ul .dropdown__block a.dropdown-title:last-child {
  border: none;
}

.sidebar-menu ul .dropdown-title:hover {
  color: #f06929;
  text-decoration: none;
}

.sidebar-menu ul a.dropdown-title {
  font-weight: 500;
  text-transform: uppercase;
  color: #333;
  padding: 0 20px;
  width: 100%;
}

.sidebar-menu ul .dropdown__close {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
  display: none;
  z-index: 101;
}

.sidebar-menu ul .dropdown__close:hover {
  opacity: .7;
}

.sidebar-menu ul .dropdown__close span {
  width: 15px;
  height: 15px;
  display: block;
}

.sidebar-menu ul .dropdown__close span:before {
  content: '';
  width: 15px;
  height: 1px;
  background-color: #000;
  display: block;
  -webkit-transform: translateY(5px) rotate(45deg);
  -ms-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
  position: absolute;
  top: 0;
}

.sidebar-menu ul .dropdown__close span:after {
  content: '';
  width: 15px;
  height: 1px;
  background-color: #000;
  display: block;
  -webkit-transform: translateY(5px) rotate(-45deg);
  -ms-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}

.sidebar-menu ul .dropdown__block {
  position: fixed;
  padding: 5px 0px;
  height: auto;
  width: 335px;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: -1;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
  opacity: 0;
  overflow-y: auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}

.sidebar-menu ul .dropdown__block:before {
  content: '';
  height: 100%;
  width: 4px;
  background-color: #f06929;
  position: absolute;
  left: 0;
  top: 0;
}

.sidebar-menu ul .dropdown__block ul {
  margin-bottom: 15px;
}

.sidebar-menu ul .dropdown__block ul li a {
  font-weight: 400;
}

.sidebar-menu ul .dropdown .open {
  left: 390px;
  opacity: 1;
  overflow-y: auto;
}

.sidebar-search {
  position: relative;
  margin-bottom: 15px;
}

.sidebar-search_mob {
  display: none;
}

.sidebar-search {
  position: relative;
}

.sidebar-search input {
  width: 100%;
  height: 52px;
  background-color: #ffffff;
  border: 1px solid #e7ebef;
  line-height: 52px;
  border-radius: 5px;
  padding: 0 60px 0 20px;
  font-size: 16px;
  line-height: 58px;
  font-weight: 400;
  font-style: italic;
  color: #626262;
}

.sidebar-search button {
  position: absolute;
  width: 54px;
  height: 100%;
  background-color: #f06929;
  border-radius: 5px;
  background-image: url(/assets/app/img/i-search.png);
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  right: 0px;
  border: none;
  cursor: pointer;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
}

.sidebar-search button:hover {
  opacity: .9;
}

.sidebar-info {
  background-color: #eee;
  margin: 0 -15px;
  padding: 40px 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
}

.sidebar-info a {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #333333;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}

.sidebar-info a:hover {
  opacity: .8;
  text-decoration: none;
}

.sidebar-info a span {
  width: 25px;
  display: flex;
  align-items: center;
}

.sidebar-info a p {
  margin-bottom: 0;
  display: inline-block;
}

.sidebar-soc {
  position: relative;
  padding: 0 15px;
}

.sidebar-soc ul {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sidebar-soc ul li {
  list-style: none;
}

.sidebar-soc ul li a {
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
  display: block;
  width: 35px;
  height: 35px;
  -webkit-box-shadow: 3px 3px 2px rgba(14, 14, 14, .16);
  box-shadow: 3px 3px 2px rgba(14, 14, 14, .16);
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  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: #000;
}

.sidebar-soc ul li a:hover {
  text-decoration: none;
  opacity: .7;
}

.main {
  position: relative;
  width: -webkit-calc(100% - 390px);
  width: calc(100% - 390px);
  margin-left: 390px;
  display: inline-block;
  overflow-x: hidden;
}

.main-order {
  position: absolute;
  right: 50px;
  top: 50px;
  color: #fff;
  font-family: Exo2;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 20px;
  display: block;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
  z-index: 10;
  margin-bottom: 15px;
}

.main-order2 {
  position: relative;
  right: auto;
  top: auto;
  text-align: center;
}

.main-order:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #34a280;
  z-index: -1;
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
}

.main-order:hover {
  text-decoration: none;
  color: #fff;
}

.main-order:hover:before {
  background-color: #46c39d;
}

.slider__block {
  margin-bottom: 0 !important;
  height: 100vh;
}

.slider__block .slick-next, .slider__block .slick-prev {
  width: 55px;
  height: 70px;
  display: block;
  z-index: 1;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
  top: auto;
  bottom: 40px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.slider__block .slick-next:before, .slider__block .slick-prev:before {
  display: none;
}

.slider__block .slick-next:hover, .slider__block .slick-prev:hover {
  opacity: .7;
}

.slider__block .slick-prev {
  left: 100px;
  background-image: url(../img/arrow-left.png);
}

.slider__block .slick-next {
  right: 100px;
  background-image: url(../img/arrow-right.png);
}

.slider__block .slick-dots {
  bottom: 50px;
}

.slider__block .slick-dots li button {
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
}

.slider__block .slick-dots li button:hover {
  background-color: #34a280;
  border: 1px solid #34a280;
}

.slider__block .slick-dots li button:before {
  display: none;
}

.slider__block .slick-dots .slick-active button {
  background-color: #34a280;
  border: 1px solid #34a280;
}

.slider__item {
  position: relative;
  height: 100vh;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.slider__item img {
  width: 100%;
}

.slider-text {
  position: absolute;
  width: 600px;
  left: 80px;
  top: 120px;
}

.slider-text_title {
  color: #ffbf48;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.slider-text_title span {
  color: #fffefe;
  display: block;
  font-size: 62px;
  line-height: 1.3;
}

.slider-text_article {
  color: #fffefe;
  font-size: 16px;
  font-weight: 300;
  width: 100%;
  opacity: .8;
  margin-bottom: 30px;
}

.slider-text_btn {
  color: #fff;
  font-family: Exo2;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 30px;
  display: inline-block;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
  position: relative;
  opacity: .8;
  outline: none;
}

.slider-text_btn:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #fff;
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
}

.slider-text_btn:hover {
  text-decoration: none;
  color: #fff;
}

.slider-text_btn:hover:before {
  border: 1px solid #ccc;
}

.page:before {
  content: '';
  background-image: url(../img/page-bg.png);
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: calc(100vh + 25%);
  position: fixed;
  display: block;
  left: 0;
  top: 0;
}

.delivery {
  padding: 50px 100px 0;
  height: calc(100vh + 25%);
}

.delivery-title {
  color: #fff;
  font-size: 45px;
  line-height: 1.2;
  font-weight: 200;
  text-transform: uppercase;
  margin-bottom: 70px;
  margin-right: 350px;
}

.delivery-text {
  color: #fff;
  font-weight: 200;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, .9);
}

.delivery-container {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.delivery-item {
  width: 32%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
  display: block;
  margin-bottom: 30px;
  height: fit-content;
}

.delivery-item:hover {
  opacity: .8;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  text-decoration: none;
}

.delivery-item img {
  width: 100%;
  height: 100%;
}

.delivery-item_text {
  font-size: 30px;
  line-height: 30px;
  background: #fff;
  color: #000;
  padding: 10px 20px;
  display: block;
}

.delivery-item_text span {
  display: block;
}

.delivery-item_numb {
  font-size: 47px;
  line-height: 80px;
}

.delivery-item_center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}

.delivery-item_center i {
  margin-bottom: 5px;
}

.delivery-item_center span {
  display: block;
}

.cont {
  padding: 0 100px;
}

.breadcrumbs {
  margin-bottom: 30px;
}

.breadcrumbs ul {
  margin: 0;
  padding: 0;
}

.breadcrumbs ul li {
  list-style: none;
  margin-right: 2px;
  display: inline-block;
  color: #9c9c9c;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

.breadcrumbs ul li:last-child {
  margin-right: 0;
}

.breadcrumbs ul li a {
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
  color: #9c9c9c;
  font-size: 16px;
  line-height: 24px;
}

.breadcrumbs ul li a:hover {
  color: #9c9c9c;
  opacity: .7;
  text-decoration: none;
}

.breadcrumbs ul .active {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

.services {
  margin-top: 25px;
  padding: 30px 0;
  background-color: #fff;
}

.services-headline {
  color: #333;
  font-size: 36px;
  text-transform: uppercase;
}

.services-title {
  color: #fff;
  font-size: 53px;
  /* font-size: 62px; */
  font-weight: 300;
  line-height: 1.1;
  text-transform: uppercase;
  margin-top: 10px;
  padding-right: 400px;
  max-width: 900px;
}

.services-title span {
  display: block;
}

.services-pretitle {
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  line-height: 40px;
}

.services1__block {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.services1-text {
  width: 100%;
}

.services1-text img {
  float: right;
}

.services1-text p {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  ;
}

.services1-text p span {
  color: #34a280;
  font-size: 18px;
  font-weight: 500;
}

.services1-img {
  width: 49%;
}

.services1-img img {
  width: 100%;
}

.services2 {
  margin-top: 50px;
}

.services2__top {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 200px;
}

.services2__top .services2-item {
  margin-right: 30px;
}

.services2__top .services2-item:last-child {
  margin-right: 0;
}

.services2__bottom {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 200px;
  margin-top: -50px;
}

.services2__bottom .services2-item {
  margin-right: 30px;
  -webkit-box-shadow: 10px -10px 15px -15px rgba(0, 0, 0, .75);
  box-shadow: 10px -10px 15px -15px rgba(0, 0, 0, .75);
}

.services2__bottom .services2-item:last-child {
  margin-right: 0;
}

.services2-item {
  width: 278px;
  height: 278px;
  background-color: #fff;
  position: relative;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  text-align: center;
  padding: 20px 50px;
  -webkit-box-shadow: 10px 10px 15px -15px rgba(0, 0, 0, .75);
  box-shadow: 10px 10px 15px -15px rgba(0, 0, 0, .75);
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.services2-item_numb {
  color: #f3f3f3;
  font-size: 152px;
  font-weight: 700;
  line-height: 152px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.services2-item_text {
  text-align: center;
  color: #333;
  font-size: 18px;
}

.services2-item_text span {
  font-weight: 500;
}

.services3 {
  margin: 30px 0;
}

.services3 .services-headline {
  margin-bottom: 50px;
}

.services3__block {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.services3__left {
  width: 65%;
}

.services3__df {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.services3__dfu {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.services3__right {
  width: 30%;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.services3-imgs {
  width: 200px;
  margin-right: 50px;
}

.services3-imgs_item {
  margin-bottom: 30px;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
  cursor: pointer;
}

.services3-imgs_item>label {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #c6c6c6;
  background-color: #f9fafb;
  padding: 15px;
}

.services3-imgs_item:hover {
  opacity: .8;
}

.services3-imgs_item:last-child {
  margin-bottom: 0;
}

.services3-imgs_item img {
  width: 100%;
}

.services3-info {
  width: 100%;
}

.services3-square {
  margin-bottom: 30px;
}

.services3-square_title {
  color: #333;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 30px;
}

.services3-square_block {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #c6c6c6;
}

.services3-square_item {
  color: #333;
  font-family: Ubuntu;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  font-family: Ubuntu;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
}

.services3-square_item .jq-radio.checked+label {
  color: #34a280;
  border-bottom: 3px solid #34a280;
}

.services3-square_item>label {
  padding: 12px 0;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
}

.services3-square_item:hover label {
  color: #34a280;
  border-bottom: 3px solid #34a280;
}

.services3-square_item b {
  font-size: 24px;
}

.services3-square_item span {
  display: block;
}

.services3-type {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.services3-type_item {
  text-align: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
  margin-top: 15px;
  width: 30%;
}

.services3-type_item>img {
  width: 100%;
}

.services3-type_item:hover {
  opacity: .8;
}

.services3-type_text {
  color: #fefefe;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 50px;
  text-align: center;
}

.services3-type_info {
  position: absolute;
  left: 0;
  top: 0;
  padding: 30px;
  width: 100%;
}

.services3-type_img {
  width: 100%;
}

.services3-type_star {
  background-image: url(../img/services3-type_star.png);
  width: 35px;
  height: 33px;
  position: absolute;
  left: 15px;
  top: -15px;
  z-index: 11;
}

.services3-gaz {
  text-align: center;
  margin: 50px 0;
}

.services3-text {
  color: #333;
  font-family: Ubuntu;
  font-size: 16px;
  line-height: 24px;
  margin-top: 30px;
}

.services3-text b {
  font-weight: 500;
  color: #333;
}

.services3-sidebar {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #c6c6c6;
  background-color: #e8ecf1;
  padding: 30px;
  width: 70%;
}

.services3-sidebar_headline {
  color: #333;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}

.services3-sidebar_heat {
  color: #333;
  font-size: 16px;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.services3-sidebar_heat span {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.services3-sidebar_heat input {
  font-family: "Ubuntu Medium";
  font-size: 18px;
  font-weight: 500;
  background: 0 0;
  width: 130px;
  display: inline;
  border: none;
}

.services3-sidebar_capacity {
  color: #333;
  font-size: 16px;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.services3-sidebar_capacity span {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.services3-sidebar_capacity input {
  font-family: "Ubuntu Medium";
  font-size: 18px;
  font-weight: 500;
  background: 0 0;
  width: 130px;
  display: inline;
  border: none;
  text-align: center;
}

.services3-sidebar_heating {
  color: #333;
  font-size: 16px;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.services3-sidebar_heating span {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.services3-sidebar_heating input {
  font-family: "Ubuntu Medium";
  font-size: 18px;
  font-weight: 500;
  background: 0 0;
  width: 130px;
  display: inline;
  border: none;
  text-align: center;
}

.services3-sidebar_list-title {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.services3-sidebar_list ul {
  margin: 0;
  padding: 0;
}

.services3-sidebar_list ul li {
  list-style: none;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #333;
}

.services3-sidebar_list ul li img {
  margin-right: 5px;
}

.services3-sidebar_price {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 15px;
  border-top: 1px solid #c6c6c6;
  padding-top: 20px;
}

.services3-sidebar_price input {
  font-size: 48px;
  line-height: 48px;
  font-weight: 500;
  display: block;
  border: none;
  text-align: center;
  background: 0 0;
  width: 100%;
}

.services3-sidebar_green {
  color: #fff;
  font-family: Exo2;
  font-size: 13px;
  text-transform: uppercase;
  padding: 15px 20px;
  display: block;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
  z-index: 8;
  position: relative;
  background: 0 0;
  cursor: pointer;
  border: none;
  width: 100%;
  margin-bottom: 10px;
}

.services3-sidebar_green img {
  margin-right: 10px;
}

.services3-sidebar_green:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #34a280;
  z-index: -1;
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
}

.services3-sidebar_green:hover {
  text-decoration: none;
  color: #fff;
}

.services3-sidebar_green:hover:before {
  background-color: #46c39d;
}

.services3-sidebar_red {
  color: #fff;
  font-family: Exo2;
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 20px;
  display: block;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
  z-index: 8;
  position: relative;
  background: 0 0;
  cursor: pointer;
  border: none;
  width: 100%;
}

.services3-sidebar_red img {
  margin-right: 10px;
}

.services3-sidebar_red:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #e42441;
  z-index: -1;
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
}

.services3-sidebar_red:hover {
  text-decoration: none;
  color: #fff;
}

.services3-sidebar_red:hover:before {
  background-color: #ea5168;
}

.services3-call {
  margin-left: 30px;
  color: #34a280;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 20px;
  display: block;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
  z-index: 8;
  position: relative;
  background: 0 0;
  cursor: pointer;
  border: none;
  height: 90%;
  width: 60px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  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;
}

.services3-call span {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: block;
  white-space: nowrap;
}

.services3-call:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-shadow: 2px 3px 5px rgba(51, 51, 51, .28);
  box-shadow: 2px 3px 5px rgba(51, 51, 51, .28);
  border: 1px solid #34a280;
  background-color: #34a280;
  background-image: -webkit-gradient(linear, right top, left top, from(#ededed), color-stop(64%, #fff), to(#fff));
  background-image: -webkit-linear-gradient(right, #ededed 0, #fff 64%, #fff 100%);
  background-image: -o-linear-gradient(right, #ededed 0, #fff 64%, #fff 100%);
  background-image: linear-gradient(to left, #ededed 0, #fff 64%, #fff 100%);
  z-index: -1;
  -webkit-transform: skewY(15deg);
  -ms-transform: skewY(15deg);
  transform: skewY(15deg);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
}

.services3-call:hover {
  text-decoration: none;
  color: #34a280;
  opacity: .8;
}

.services4 {
  margin: 30px 0;
}

.services4 .services-headline {
  margin-bottom: 30px;
}

.services4__block {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.services4__left {
  width: 35%;
}

.services4__right {
  width: 65%;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 100px;
}

.services4-price p {
  margin: 0;
  color: #333;
  font-size: 20px;
}

.services4-price_sum {
  color: #333;
  font-size: 48px;
  font-weight: 500;
}

.services4-price_sum span {
  font-size: 24px;
  font-weight: 200;
}

.services4-total p {
  color: #333;
  font-size: 28px;
  font-weight: 200;
  margin-bottom: 0;
}

.services4-total_lit {
  color: #333;
  font-size: 45px;
  font-weight: 500;
  line-height: 45px;
}

.services4-total_lit span {
  font-size: 33px;
}

.services4-total_sum {
  color: #333;
  font-size: 66px;
  font-family: "Ubuntu Medium";
  font-weight: 500;
  line-height: 66px;
}

.services4-bulk_top {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}

.services4-bulk_top span {
  color: #333;
  font-size: 20px;
}

.services4-bulk_top input {
  -webkit-box-shadow: inset 2px 3px 2px rgba(0, 0, 0, .35);
  box-shadow: inset 2px 3px 2px rgba(0, 0, 0, .35);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #e8ecf1;
  text-align: center;
  width: 125px;
  padding: 10px 0;
  border: none;
  color: #333;
  font-size: 17px;
}

.services4-bulk_top input::-webkit-input-placeholder {
  color: #333;
}

.services4-bulk_top input::-moz-placeholder {
  color: #333;
}

.services4-bulk_top input:-ms-input-placeholder {
  color: #333;
}

.services4-bulk_top input::-ms-input-placeholder {
  color: #333;
}

.services4-bulk_top input::placeholder {
  color: #333;
}

.services4-bulk_bottom .irs--flat {
  margin-bottom: 30px;
}

.services4-bulk_bottom .irs--flat .irs-handle {
  background-color: #fff;
  -webkit-box-shadow: 3px 4px 7px rgba(0, 0, 0, .47);
  box-shadow: 3px 4px 7px rgba(0, 0, 0, .47);
  background-color: #34a280;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 12px;
}

.services4-bulk_bottom .irs--flat .irs-handle>i:first-child {
  width: 16px;
  height: 16px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: 0;
}

.services4-bulk_bottom .irs--flat .irs-line {
  height: 5px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #e8ecf1;
}

.services4-bulk_bottom .irs--flat .irs-bar {
  height: 5px;
  background-color: #34a280;
}

.services4-bulk_bottom .irs--flat .irs-max, .services4-bulk_bottom .irs--flat .irs-min {
  top: 35px;
  color: #333;
  font-size: 14px;
  background: 0 0;
}

.services4-bulk_bottom .irs--flat .irs-single {
  top: 50px;
  color: #333;
  font-size: 12px;
  background: 0 0;
  background-color: #e8ecf1;
}

.services4-bulk_bottom .irs--flat .irs-single:before {
  display: none;
}

.services4-rest {
  padding-top: 20px;
}

.services4-rest_top {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}

.services4-rest_top span {
  color: #333;
  font-size: 20px;
}

.services4-rest_top input {
  -webkit-box-shadow: inset 2px 3px 2px rgba(0, 0, 0, .35);
  box-shadow: inset 2px 3px 2px rgba(0, 0, 0, .35);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #e8ecf1;
  text-align: center;
  width: 125px;
  padding: 10px 0;
  border: none;
  color: #333;
  font-size: 17px;
}

.services4-rest_top input::-webkit-input-placeholder {
  color: #333;
}

.services4-rest_top input::-moz-placeholder {
  color: #333;
}

.services4-rest_top input:-ms-input-placeholder {
  color: #333;
}

.services4-rest_top input::-ms-input-placeholder {
  color: #333;
}

.services4-rest_top input::placeholder {
  color: #333;
}

.services4-rest_bottom .irs--flat {
  margin-bottom: 30px;
}

.services4-rest_bottom .irs--flat .irs-handle {
  background-color: #fff;
  -webkit-box-shadow: 3px 4px 7px rgba(0, 0, 0, .47);
  box-shadow: 3px 4px 7px rgba(0, 0, 0, .47);
  background-color: #34a280;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 12px;
}

.services4-rest_bottom .irs--flat .irs-handle>i:first-child {
  width: 16px;
  height: 16px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: 0;
}

.services4-rest_bottom .irs--flat .irs-line {
  height: 5px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #e8ecf1;
}

.services4-rest_bottom .irs--flat .irs-bar {
  height: 5px;
  background-color: #34a280;
}

.services4-rest_bottom .irs--flat .irs-max, .services4-rest_bottom .irs--flat .irs-min {
  top: 35px;
  color: #333;
  font-size: 14px;
  background: 0 0;
}

.services4-rest_bottom .irs--flat .irs-single {
  top: 50px;
  color: #333;
  font-size: 12px;
  background: 0 0;
  background-color: #e8ecf1;
}

.services4-rest_bottom .irs--flat .irs-single:before {
  display: none;
}

.services4-checks {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
  margin-bottom: 20px;
}

.services4-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  font-size: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.services4-checkbox .jq-checkbox {
  margin-right: 8px;
  width: 26px;
  height: 26px;
  -webkit-box-shadow: inset 2px 3px 2px rgba(0, 0, 0, .2);
  box-shadow: inset 2px 3px 2px rgba(0, 0, 0, .2);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #e8ecf1;
}

.services4-checkbox .checked .jq-checkbox__div {
  width: 14px;
  height: 7px;
  margin: 7px 0 0 6px;
  border-bottom: 2px solid #34a280 !important;
  border-left: 2px solid #34a280 !important;
}

.services4-img {
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.services4-img img {
  width: 100%;
}

.services4-btns {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  margin-top: 80px;
}

.services4-btns_green {
  color: #fff;
  font-family: Exo2;
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 20px;
  display: block;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
  z-index: 10;
  position: relative;
  background: 0 0;
  cursor: pointer;
  border: none;
  width: 40%;
  text-align: center;
}

.services4-btns_green img {
  margin-right: 20px;
}

.services4-btns_green:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #34a280;
  z-index: -1;
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
}

.services4-btns_green:hover {
  text-decoration: none;
  color: #fff;
}

.services4-btns_green:hover:before {
  background-color: #46c39d;
}

.services4-btns_red {
  color: #fff;
  font-family: Exo2;
  font-size: 14px;
  text-transform: uppercase;
  padding: 18px 20px;
  display: block;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
  z-index: 10;
  position: relative;
  background: 0 0;
  cursor: pointer;
  border: none;
  width: 40%;
  text-align: center;
}

.services4-btns_red:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #e42441;
  z-index: -1;
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
}

.services4-btns_red:hover {
  text-decoration: none;
  color: #fff;
}

.services4-btns_red:hover:before {
  background-color: #ea5168;
}

.services4-copy {
  color: #333;
  font-size: 14px;
  margin-top: 25px;
}

.news {
  background-color: #fff;
  padding: 60px 0;
  margin-top: 40px;
}

.news-item {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ececec;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.news-item:last-child {
  border-bottom: none;
}

.news-item_img {
  width: 420px;
  margin-right: 50px;
}

.news-item_img img {
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.news-item_info {
  width: 100%;
}

.news-item_loft {
  width: 280px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #eaeaea;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
  color: #333;
  font-size: 14px;
  margin-bottom: 20px;
}

.news-item_from {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-item_from:before {
  content: '';
  background-image: url(../img/earth.png);
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 5px;
}

.news-item_title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #333;
  margin-bottom: 15px;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
}

.news-item_title:hover {
  text-decoration: none;
  color: #333;
}

.news-item_article {
  line-height: 24px;
  color: #333;
}

.news-item_btn {
  font-size: 14px;
  font-family: Ubuntu-i;
  font-weight: 500;
  color: #333;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
  margin-bottom: 5px;
  display: inline-block;
}

.news-item_btn:hover {
  text-decoration: none;
  color: #333;
  opacity: .7;
}

.reviews {
  background-color: #f9fafb;
  padding: 50px 0 40px;
}

.reviews .cont {
  display: none;
}

.reviews-close {
  color: #747474;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
  position: relative;
}

.reviews-close:before {
  content: '';
  background-image: url(../img/arrow-top.png);
  width: 9px;
  height: 13px;
  position: absolute;
  left: 50%;
  top: -5px;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
  -webkit-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
}

.reviews-close:hover {
  opacity: .7;
}

.reviews-close.rotate:before {
  -webkit-transform: translateX(-50%) rotate(0deg);
  -ms-transform: translateX(-50%) rotate(0deg);
  transform: translateX(-50%) rotate(0deg);
}

.reviews .services-headline {
  margin-bottom: 100px;
}

.reviews__block {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.reviews__item {
  -webkit-box-shadow: 2px 3px 13px rgba(74, 74, 74, .1);
  box-shadow: 2px 3px 13px rgba(74, 74, 74, .1);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  padding: 0 30px 50px;
  width: 24%;
  position: relative;
  margin-bottom: 50px;
  z-index: 10;
}

.reviews__item:before {
  content: '';
  background-image: url(../img/reviews__item.png);
  width: 243px;
  height: 59px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.reviews-img {
  margin-top: -60px;
  text-align: center;
}

.reviews-stars {
  text-align: center;
}

.reviews-name {
  text-align: center;
  color: #34a280;
  font-size: 18px;
  margin: 10px 0 20px;
}

.reviews-article {
  color: #333;
  font-size: 14px;
  line-height: 18px;
}

.recom {
  background-color: #fff;
  padding: 60px 0;
  margin-top: 40px;
}

.recom-item {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.recom-item_img {
  width: 480px;
  margin-right: 30px;
}

.recom-item_img img {
  width: 100%;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.recom-item_info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.recom-item_info p {
  margin-bottom: 5px;
}

.recom-item_title {
  font-size: 36px;
  text-transform: uppercase;
  color: #333;
  position: relative;
  padding-left: 20px;
  line-height: 46px;
}

.recom-item_title:before {
  content: '';
  width: 14px;
  height: 14px;
  background-color: #34a280;
  margin-right: 10px;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 18px;
}

.recom-item_article {
  color: #333;
  line-height: 24px;
}

.recom-ras {
  margin-bottom: 60px;
}

.recom-ras_row {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.recom-ras_col {
  margin-right: 20px;
}

.recom-ras_col:last-child {
  margin-right: 0;
}

.recom-ras_col p {
  color: #333;
  line-height: 30px;
  margin-bottom: 5px;
}

.recom-ras_col strong {
  font-weight: 500;
}

.recom-ras_wh {
  width: 450px;
}

.recom-ras_wh__title {
  font-weight: 700;
  margin-bottom: 10px;
}

.recom-ras_kk {
  margin-top: 30px;
}

.recom-ras_pr {
  background-color: #fff;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background-color: #f9f9f9;
  padding: 30px;
  width: 400px;
}

.recom-ras_pr__title {
  font-weight: 700;
  margin-bottom: 10px;
}

.recom-ras_pr i {
  margin-top: 20px;
}

.bear__har {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.bear__har-left {}

.bear__har-right {}

.beader__pdf {
  padding: 15px 20px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  background-color: #34a280;
  border-radius: 5px;
  display: block;
  width: fit-content;
}

.beader__pdf:hover {
  color: #fff;
  text-decoration: none;
  background-color: #46c39d;
}

.bear__imgs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 15px 30px;
  width: 100%;
}

.beader__table {
  margin: 10px 0 30px;
}

.beader__table tr td {
  border: 1px solid #ccc;
  text-align: center;
}

.beader__table thead tr td {
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #46c39d;
}

.beader__table tbody tr td {
  padding: 5px 10px;
}

.bear__imgs a {
  display: block;
}

.bear__imgs img {
  width: 100%;
}

.recomm {
  background-color: #fff;
  padding: 50px 0;
}

.recomm .services-headline {
  margin-bottom: 30px;
}

.recomm__block {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.recomm-item {
  position: relative;
  width: 32%;
  margin-top: 30px;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
}

.recomm-item:hover {
  opacity: .8;
}

.recomm-item img {
  width: 100%;
}

.recomm-item_text {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  position: absolute;
  left: 30px;
  top: 30px;
  right: 30px;
}

.slick-slide {
  outline: none;
}

.tabs {
  margin-top: 20px;
}

.tabs__content {
  display: none;
  padding: 10px;
  border: 1px solid #34a280;
  border-radius: 0px 5px 5px 5px;
}

.tabs__content.active {
  display: block;
}

.tabs__caption {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-end;
}

.tabs__caption li {
  list-style: none;
  padding: 10px 15px;
  border-radius: 5px 5px 0 0;
  background-color: #34a280;
  color: #fff;
  cursor: pointer;
  transition: .25s all ease-in-out;
}

.tabs__caption li.active {
  background-color: #46c39d;
}

.tabs__caption li:hover {
  background-color: #46c39d;
}

.tabs__caption li+* {
  margin-left: 5px;
}

.newtable__btn {
  font-size: 18px;
  padding: 15px 40px;
  background-color: #34a280;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: .25s all ease-in-out;
  margin: 0 auto;
  width: fit-content;
  display: block;
  border-radius: 10px;
  margin-top: 50px;
  outline: none;
}

.newtable__btn:focus {
  outline: none;
}

.newtable__btn:hover {
  background-color: #46c39d;
}

.newtable__slide-table {
  border: 4px solid #34a280;
  border-radius: 20px;
  box-shadow: 2px 3px 43px rgba(0, 0, 1, 0.11);
  overflow: hidden;
  margin-top: 20px;
}

.newtable__slide-table table {
  border-radius: 20px;
  background-color: #fff;
  width: 100%;
}

.newtable__slide-table table td {
  padding: 10px 15px;
  border: 1px solid #34a280;
  font-size: 20px;
  text-align: center;
}

.newtable__slide-table table th {
  padding: 10px 15px;
  border: 1px solid #34a280;
  font-size: 18px;
  background-color: #34a280;
  color: #fff;
  text-align: center;
}

.newtable__slide {
  display: none;
}

.newtable__title {
  font-size: 2em;
  font-weight: bold;
  margin-top: 20px;
}

.newtable__block {
  display: grid;
  grid-template-columns: 450px 1fr;
  grid-gap: 30px;
  align-items: center;
  margin: 20px 0;
}

.newtable__img img {
  width: 100%;
}

.newtable__table {
  border: 4px solid #34a280;
  border-radius: 20px;
  box-shadow: 2px 3px 43px rgba(0, 0, 1, 0.11);
  overflow: hidden;
}

.newtable__table table {
  border-radius: 20px;
  background-color: #fff;
  width: 100%;
}

.newtable__table table td {
  padding: 10px 15px;
  border: 1px solid #34a280;
  font-size: 20px;
  text-align: center;
}

.newtable__table table th {
  padding: 10px 15px;
  border: 1px solid #34a280;
  font-size: 18px;
  background-color: #34a280;
  color: #fff;
  text-align: center;
}

.footer {
  background-color: #e8ecf1;
  padding: 30px 0 0;
}

.footer-copy {
  border-top: 2px solid #c6c6c6;
  margin-top: 20px;
}

.footer-copy p {
  color: #7c7c7c;
  font-size: 10px;
  font-weight: 500;
  margin: 0;
  padding: 5px 0;
}

.footer__block {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-phone {
  color: #34a280;
  font-size: 24px;
  font-weight: 500;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
  margin-top: 30px;
}

.footer-phone:hover {
  text-decoration: none;
  color: #46c39d;
}

.footer-phone i {
  margin-right: 15px;
}

.footer-menu ul {
  margin: 0;
  padding: 0;
}

.footer-menu ul li {
  list-style: none;
}

.footer-menu ul li a {
  color: #7c7c7c;
  font-size: 16px;
  line-height: 28px;
}

.footer-soc ul {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-soc ul li {
  list-style: none;
  width: 50%;
  margin-bottom: 20px;
}

.footer-soc ul li:last-child {
  margin-bottom: 0;
}

.footer-soc ul li a {
  width: 36px;
  height: 36px;
  -webkit-box-shadow: 2px 3px 2px rgba(14, 14, 14, .16);
  box-shadow: 2px 3px 2px rgba(14, 14, 14, .16);
  background-color: #fff;
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  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;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
  color: #000;
}

.footer-soc ul li a:hover {
  text-decoration: none;
  opacity: .8;
}

.footer-form form {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.footer-form input {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #c6c6c6;
  background-color: #fff;
  padding: 15px 10px;
  width: 290px;
  color: #969696;
  font-size: 12px;
  font-family: Ubuntu-i;
  margin-bottom: 15px;
}

.footer-form input::-webkit-input-placeholder {
  color: #969696;
}

.footer-form input::-moz-placeholder {
  color: #969696;
}

.footer-form input:-ms-input-placeholder {
  color: #969696;
}

.footer-form input::-ms-input-placeholder {
  color: #969696;
}

.footer-form input::placeholder {
  color: #969696;
}

.footer-form button {
  color: #fff;
  font-family: Exo2;
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 20px;
  display: block;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
  z-index: 10;
  position: relative;
  background: 0 0;
  cursor: pointer;
  border: none;
  margin: 0 30px;
}

.footer-form button:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #34a280;
  z-index: -1;
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
}

.footer-form button:hover {
  text-decoration: none;
  color: #fff;
}

.footer-form button:hover:before {
  background-color: #46c39d;
}

i {
  display: inline-block;
}

.i-mobile {
  background-image: url(../img/i-mobile.png);
  background-repeat: no-repeat;
  width: 14px;
  height: 22px;
}

.i-search {
  background-image: url(../img/i-search.png);
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
}

.i-phone {
  background-image: url(../img/i-phone.png);
  background-repeat: no-repeat;
  width: 12px;
  height: 13px;
}

.i-wp {
  background-image: url(../img/i-wp.png);
  background-repeat: no-repeat;
  width: 16px;
  height: 17px;
}

.i-mail {
  background-image: url(../img/i-mail.png);
  background-repeat: no-repeat;
  width: 11px;
  height: 9px;
}

.i-vk {
  background-image: url(../img/i-vk.png);
  background-repeat: no-repeat;
  width: 21px;
  height: 11px;
}

.i-inst {
  background-image: url(../img/i-inst.png);
  background-repeat: no-repeat;
  width: 19px;
  height: 20px;
}

.i-fb {
  background-image: url(../img/i-fb.png);
  background-repeat: no-repeat;
  width: 11px;
  height: 19px;
}

.i-ok {
  background-image: url(../img/i-ok.png);
  background-repeat: no-repeat;
  width: 14px;
  height: 20px;
}

.i-dropdown {
  background-image: url(../img/i-dropdown.png);
  background-repeat: no-repeat;
  width: 5px;
  height: 11px;
}

.i-calc {
  background-image: url(../img/i-calc.png);
  background-repeat: no-repeat;
  width: 64px;
  height: 74px;
}

.i-ask {
  background-image: url(../img/i-ask.png);
  background-repeat: no-repeat;
  width: 67px;
  height: 67px;
}

.i-menu {
  background-image: url(../img/i-menu.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  width: 24px;
  height: 24px;
}

.white-popup {
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  max-width: 350px;
  margin: 20px auto;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.form .success {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, .8);
  width: 100%;
  height: 100%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 20px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  z-index: -1;
}

.form-title {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.form form input {
  width: 100%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 10px 20px;
}

.form form textarea {
  width: 100%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 10px 20px;
  resize: none;
}

.form form button {
  background-color: #2c8837;
  padding: 10px 30px;
  -webkit-box-shadow: 0 5px 0 0 #167522;
  box-shadow: 0 5px 0 0 #167522;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
  width: 100%;
  border: 0;
  cursor: pointer;
}

.form form button:hover {
  color: #fff;
  text-decoration: none;
  opacity: .9;
}

.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8);
  opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: .8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.my-mfp-slide-bottom {
  opacity: 0;
  opacity--webkit-transition: opacity .3s ease-out;
  opacity--moz-transition: opacity .3s ease-out;
  opacity--o-transition: opacity .3s ease-out;
  opacity-transition: opacity .3s ease-out;
}

.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: .8;
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

.humb {
  display: none;
  line-height: 42px;
  cursor: pointer;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  z-index: 16;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin: 0 0 7px;
  position: absolute;
  left: 15px;
  top: 15px;
}

.humb span {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 3px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: auto;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #fff;
}

.humb span:after, .humb span:before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 24px;
  height: 3px;
  background-color: inherit;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: auto;
}

.humb span:before {
  top: -8px;
}

.humb span:after {
  top: 8px;
}

.hopen span {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #000;
}

.hopen span:after {
  display: none;
}

.hopen span:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}

.stage {
  background-color: #fff;
  padding: 0 0 30px;
  ;
}

.stage .services-headline {
  margin-bottom: 30px;
}

.stage__block {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, .1);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, .1);
  padding: 20px;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
  cursor: default;
}

.stage__block:hover {
  -webkit-box-shadow: 0 16px 10px -10px rgba(0, 0, 0, .2);
  box-shadow: 0 16px 10px -10px rgba(0, 0, 0, .2);
}

.stage__block.first {
  background-color: #e8ecf1;
  padding: 50px 120px;
  -webkit-box-shadow: 0 12px 10px -10px rgba(0, 0, 0, .1);
  box-shadow: 0 12px 10px -10px rgba(0, 0, 0, .1);
}

.stage__block.first:hover {
  -webkit-box-shadow: 0 12px 10px -10px rgba(0, 0, 0, .15);
  box-shadow: 0 12px 10px -10px rgba(0, 0, 0, .15);
}

.stage__block.first .stage-num {
  color: #e1e4e8;
}

.stage__block.first .stage-stepin {
  background: -webkit-linear-gradient(64deg, #2f5a20 0, #59a20d 100%);
  background: -o-linear-gradient(64deg, #2f5a20 0, #59a20d 100%);
  background: linear-gradient(26deg, #2f5a20 0, #59a20d 100%);
}

.stage__block.first .stage-stepin:after {
  border-top: 12px solid #59a20d;
}

.stage__block.blue .stage-stepin {
  background: -webkit-linear-gradient(64deg, #3c3770 0, #177ba5 100%);
  background: -o-linear-gradient(64deg, #3c3770 0, #177ba5 100%);
  background: linear-gradient(26deg, #3c3770 0, #177ba5 100%);
}

.stage__block.blue .stage-stepin:after {
  border-top: 12px solid #177ba5;
}

.stage__block.red .stage-stepin {
  background: -webkit-linear-gradient(64deg, #8b295b 0, #e9343d 100%);
  background: -o-linear-gradient(64deg, #8b295b 0, #e9343d 100%);
  background: linear-gradient(26deg, #8b295b 0, #e9343d 100%);
}

.stage__block.red .stage-stepin:after {
  border-top: 12px solid #e9343d;
}

.stage__block.orange .stage-stepin {
  background: -webkit-linear-gradient(64deg, #e42c2c 0, #fdb243 100%);
  background: -o-linear-gradient(64deg, #e42c2c 0, #fdb243 100%);
  background: linear-gradient(26deg, #e42c2c 0, #fdb243 100%);
}

.stage__block.orange .stage-stepin:after {
  border-top: 12px solid #fdb243;
}

.stage__block-one {
  position: relative;
}

.stage-num {
  color: #f3f3f3;
  font-size: 180px;
  font-weight: 700;
  line-height: 180px;
}

.stage-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.stage-step {
  position: relative;
  margin: 0 40px;
}

.stage-stepin {
  width: 135px;
  height: 135px;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  line-height: 32px;
  background: -webkit-linear-gradient(64deg, #1f7d60 0, #34a280 100%);
  background: -o-linear-gradient(64deg, #1f7d60 0, #34a280 100%);
  background: linear-gradient(26deg, #1f7d60 0, #34a280 100%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: 12px;
  text-transform: uppercase;
}

.stage-stepin:before {
  content: '';
  width: 160px;
  height: 160px;
  border: 1px solid #c6c6c6;
  position: absolute;
  top: -12px;
  left: -12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.stage-stepin:after {
  content: '';
  position: absolute;
  top: -webkit-calc(100% + 12px);
  top: calc(100% + 12px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 12px solid #34a280;
  border-right: 8px solid transparent;
}

.stage-stepin span {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  display: block;
}

.stage-title {
  color: #333;
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.stage-articl {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.stage-phone {
  color: #59a20d;
  font-weight: 500;
  line-height: 46px;
  font-size: 36px;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
}

.stage-phone:hover {
  text-decoration: none;
  color: #59a20d;
  opacity: .7;
}

.stage-form {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.stage-form_title {
  color: #333;
  font-size: 23px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}

.stage-form input {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #c6c6c6;
  background-color: #fff;
  color: #969696;
  font-family: Ubuntu-i;
  font-size: 12px;
  padding: 10px;
  width: 240px;
  margin-bottom: 10px;
}

.stage-form button {
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
  background: 0 0;
  border: none;
  z-index: 1;
  padding: 12px 14px;
  margin: 0 10px;
}

.stage-form button:hover {
  opacity: .8;
}

.stage-form button:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(84deg, #2f5a20 0, #59a20d 100%);
  background: -o-linear-gradient(84deg, #2f5a20 0, #59a20d 100%);
  background: linear-gradient(6deg, #2f5a20 0, #59a20d 100%);
  z-index: -1;
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
}

.stage__title {
  padding: 20px 0;
}

.gasflow {
  padding: 50px 90px;
  box-shadow: 2px 3px 43px rgba(0, 0, 1, 0.11);
  border: 4px solid #34a280;
  border-radius: 20px;
  background-color: #fff;
  max-width: 100%;
  margin: 30px 0;
}

.gasflow__block {}

.gasflow__title {
  text-align: center;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 40px;
  color: #34a280;
  font-weight: 500;
}

.gasflow__title2 {
  color: #333;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}

.gasflow__flex {
  margin-bottom: 15px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gasflow__mkv {}

.gasflow__plh {
  position: relative;
}

.gasflow__plh .radioo2 {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
}

.gasflow__plh .radioo2+label {
  position: relative;
  cursor: pointer;
  padding: 15px 20px;
  border-radius: 50%;
  font-weight: 700;
  margin-bottom: 0;
}

.gasflow__plh .radioo2+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}

.gasflow__plh .radioo2+label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #34a280;
  transition: .25s all;
  opacity: 0;
}

.gasflow__plh .radioo2:checked+label:after {
  opacity: 1;
}

.gasflow__plh .radioo2:focus+label:before {
  ;
}

.gasflow__mkv input {
  border: 2px solid #34a280;
  width: 120px;
  padding: 5px 10px;
}

.gasflow__mkv-title {}

.gasflow__result {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 20px;
}

.gasflow__info {
  cursor: default;
}

.gasflow__info.green {}

.gasflow__result-line {
  width: 1px;
  height: 75px;
  background-color: #e8ecf1;
}

.gasflow__info-title {
  color: #34a280;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin-top: 5px;
}

.gasflow__info-value {
  color: #333333;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
}

.gasflow__info-value.bf {
  color: #34a280;
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
}

.gasflow__info-what {
  font-size: 16px;
  line-height: 18px;
}

.gasflow__submit {
  padding: 15px 20px;
  color: #34a280;
  cursor: pointer;
  color: #fff;
  padding: 15px 20px;
  display: block;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
  z-index: 8;
  position: relative;
  width: auto;
  font-size: 22px;
  font-weight: 500;
}

.gasflow__info-value-ei {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}

.gasflow__info-value-ei2 {
  font-size: 24px;
  font-weight: 400;
  margin-left: 5px;
}

.gasflow__info-value-ei2 .rub {
  font-family: 'RUBSN';
  font-size: 28px;
  font-weight: 400;
}

.gasflow__submit:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #34a280;
  z-index: -1;
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
}

.gasflow__submit:hover {
  text-decoration: none;
  color: #fff;
}

.gasflow__submit:hover:before {
  background-color: #46c39d;
}

.gasflow__submit img {
  margin-right: 15px;
}

.gasflow__type {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  margin: 30px 0;
}

.gasflow__type-item {
  position: relative;
  width: 100%;
}

.gasflow__type-item .radioon {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
}

.gasflow__type-item .radioon+label {
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  padding: 20px 10px;
  margin: 0;
  height: 100%;
  margin-bottom: 0;
  width: 100%;
  border: 1px solid #e8ecf1;
}

.gasflow__type-item .radioon+label:after {
  content: '';
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #34a280;
  background: linear-gradient(26deg, rgba(31, 125, 96, .7) 0, rgba(52, 162, 128, .7) 100%);
  box-shadow: 3px 4px 21px rgba(1, 1, 1, 0.11);
  transition: .25s all;
  opacity: 0;
}

.gasflow__type-item .radioon+label:before {
  content: '';
  background-image: url(../img/quiz-arrow.png);
  width: 35px;
  height: 27px;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
}

.gasflow__type-item .radioon:checked+label:after {
  opacity: 1;
}

.gasflow__type-item .radioon:checked+label:before {
  opacity: 1;
}

.gasflow__type-item .radioon:focus+label:before {
  ;
}

.gasflow__type-img {
  margin: 0 auto 10px;
  text-align: center;
}

.gasflow__type-title {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  color: #333;
}

.gasflow__range {
  width: 100%;
}

.gasflow__range .irs-bar {
  height: 8px;
  background-color: #34a280;
  top: 30px;
}

.gasflow__range .irs-line {
  height: 4px;
  background-color: #e8ecf1;
  top: 32px;
}

.gasflow__range .irs-single {
  background-color: #34a280;
}

.gasflow__range .irs--flat .irs-single:before {
  border-top-color: #34a280;
}

.gasflow__range .irs--flat .irs-handle {
  width: 33px;
  height: 33px;
  background-color: #34a280;
  border: 9px solid #fff;
  border-radius: 50%;
  top: 17px;
  box-shadow: 3px 4px 6px rgba(1, 1, 1, 0.11);
}

.gasflow__range .irs--flat .irs-handle>i:first-child {
  background-color: transparent;
  width: 33px;
  height: 33px;
  border: 1px solid #c6c6c6;
  left: -4px;
  top: -5px;
  border-radius: 50%;
  margin-left: none;
  display: none;
}

.gasflow__range input {
  position: relative;
  top: auto;
}

.slider-text_btn.red {}

.slider-text_btn.red:before {
  background-color: #c5132c;
  border-color: #c5132c;
  z-index: -1;
}

.slider-text_btn.yellow {
  color: #000;
}

.slider-text_btn.yellow:before {
  background-color: #f09c23;
  border-color: #f09c23;
  z-index: -1;
}

.slider-text_list {
  margin: 0;
  padding: 0;
}

.slider-text_list li {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: 300;
  color: #fffefe;
}

.slider-text_list li+* {
  margin-top: 20px;
}

.slider-text_list li img {
  flex: none;
  margin-right: 30px;
  width: auto;
}

.slider-text_list2 {
  margin: 0;
  padding: 0;
}

.slider-text_list2 li {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 300;
  color: #fffefe;
}

.slider-text_list2 li+* {
  margin-top: 20px;
}

.slider-text_list2 li img {
  flex: none;
  margin-right: 20px;
  width: auto;
}

.slider-text_price {
  font-size: 70px;
  line-height: 70px;
  font-weight: 500;
  text-transform: uppercase;
  color: #f1ab2c;
  margin-top: 50px;
}

.slider-text_price .rub {
  font-size: 56px;
  font-family: 'RUBSN';
}

.ismain__block {
  margin: 50px 0;
}

.ismain__block .services-headline {
  margin-bottom: 30px;
}

.insta__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}

.insta__item .carousel {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  flex: none;
}

.insta__item video {
  height: 430px;
}

.insta__item:nth-child(4) {
  grid-column-start: 1;
  grid-column-end: 3;
}

.insta__item:nth-child(7) {
  grid-column-start: 2;
  grid-column-end: 4;
}

.insta__item:nth-child(11) {
  grid-column-start: 1;
  grid-column-end: 3;
}

.insta__item:nth-child(14) {
  grid-column-start: 2;
  grid-column-end: 4;
}

.insta__item:nth-child(18) {
  grid-column-start: 1;
  grid-column-end: 3;
}

.insta__item:nth-child(21) {
  grid-column-start: 2;
  grid-column-end: 4;
}

.insta__item:nth-child(25) {
  grid-column-start: 1;
  grid-column-end: 3;
}

.insta__item:nth-child(28) {
  grid-column-start: 2;
  grid-column-end: 4;
}

.insta__item .thumbnail {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.insta__item img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.insta__item .caption {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
  border-radius: 0 0 5px 5px;
  height: 100%;
}

.insta__item .caption a.btn {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  transition: .25s all ease-in-out;
}

.insta__item .caption a.btn:hover {
  color: #34a280;
  text-decoration: none;
}

.insta__item-bottom {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.insta__item-bottom .card-subtitle {
  font-size: 14px;
  font-weight: 600;
}

.insta__item .item.active {
  display: block;
}

.insta__item .item {
  display: none;
}

.insta__item .carousel-indicators {
  display: none;
}

.uslugi__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px 50px;
  position: relative;
}

.uslugi__item {
  border: 1px solid #cecece;
  border-radius: 5px;
  background-color: #fff;
  transition: .25s all ease-in-out;
}

.uslugi__item:hover {
  box-shadow: 3px 5px 10px 5px rgba(0, 0, 0, .1);
}

.uslugi__item-img {}

.uslugi__item-img img {
  width: 100%;
}

.uslugi__item-title {
  text-align: center;
  font-size: 18px;
  padding: 15px 0px;
  font-weight: bold;
  text-transform: uppercase;
}

.uslugi__item-btn {
  padding: 10px 40px;
  margin: 20px auto 20px;
  display: block;
  width: fit-content;
  background-color: #34a280;
  color: #fff;
  border-radius: 5px;
  transition: .25s all ease-in-out;
}

.uslugi__item-btn:hover {
  text-decoration: none;
  color: #fff;
  opacity: .8;
}

@media only screen and (max-width:1800px) {
  body {
    zoom: .75;
    font-size: 18px;
  }

  .services3-sidebar_list ul li {
    font-size: 16px;
  }

  .services3-sidebar_list-title {
    font-size: 20px;
  }

  .services1-text {
    font-size: 20px;
  }

  .services2-text {
    font-size: 20px;
  }

  .services3-text {
    font-size: 20px;
  }

  .gasflow__flex {
    zoom: 1.25;
  }

  .sidebar {
    height: calc(100vh + 25%);
  }

  .ismain, .slider__block, .main, html, .slider__block .slick-track, .slider__block .slick-list, .shade {
    height: calc(100vh + 25%);
  }

  .slider__item {
    min-height: calc(100vh + 25%);
  }

  .services2__bottom {
    padding-left: 15%;
    margin-top: 0;
  }

  .services2__top {
    padding-right: 15%;
  }

  .services3-sidebar_green {
    padding: 15px 0;
  }

  .services3-sidebar {}

  .services4-checkbox {
    font-size: 17px;
  }
}

@media only screen and (max-width:1600px) {
  .delivery-item_text {
    font-size: 22px;
    bottom: 20px;
  }

  .delivery-item_center {
    font-size: 25px;
  }

  .services2__bottom {
    padding-left: 10%;
  }

  .services2__top {
    padding-right: 10%;
  }

  .cont {
    padding: 0 50px;
  }

  .services-title {
    font-size: 55px;
  }

  .services-pretitle {
    font-size: 28px;
  }

  .footer-form input {
    width: 220px;
  }

  .footer-form button {
    margin: 0;
  }

  .reviews__item:before {
    background-repeat: no-repeat;
    -webkit-background-size: 80% 80%;
    background-size: 80%;
    background-position: center 0;
  }

  .services3-sidebar_heat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .services3-sidebar_heat input {
    text-align: center;
  }

  .services3-sidebar_price span {
    font-size: 38px;
  }

  .services3__df {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .services3__dfu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .services3-imgs {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
  }

  .services3-imgs_item {
    margin-bottom: 0;
    margin-right: 10px;
    width: 100%;
  }

  .services3-imgs_item:last-child {
    margin-right: 0;
  }

  .services4-checks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .services4__right {
    padding: 0 50px;
  }

  .recom-item_img {
    width: 420px;
  }

  .recom-ras_row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .recom-item_title {
    font-size: 29px;
  }
}

@media only screen and (max-width:1400px) {
  .services2-item {
    ;
  }

  .uslugi__container {
    grid-gap: 30px 20px;
  }

  .uslugi__item-title {
    font-size: 16px;
  }

  .newtable__table table th {
    font-size: 15px;
  }

  .newtable__block {
    grid-template-columns: 350px 1fr;
  }

  .reviews__item {
    width: 49%;
    margin-top: 100px;
    margin-bottom: 50px;
  }

  .reviews .services-headline {
    margin-bottom: 50px;
  }

  .reviews__block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .recomm-item_text {
    font-size: 20px;
  }

  .footer-form input {
    width: 100%;
  }

  .footer-form button {
    margin: 0;
  }

  .footer-logo img {
    width: 160px;
  }

  .footer-soc ul {
    width: 36px;
  }

  .footer-soc ul li {
    width: 100%;
  }

  .recomm-item {
    width: 32%;
  }

  .recomm__block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .services3-type_img {
    width: 100%;
  }

  .services3-type_img img {
    width: 70%;
  }

  .services3-type_text {
    margin-bottom: 25px;
  }

  .services3__right {
    width: 30%;
  }

  .services3__left {
    width: 62%;
  }

  .services3-sidebar_green {
    font-size: 12px;
  }

  .services3-sidebar_red {
    font-size: 12px;
  }

  .services4-total_sum {
    font-size: 58px;
  }

  .services4-bulk_top span, .services4-rest_top span {
    font-size: 17px;
  }

  .services4-btns_green {
    font-size: 12px;
    padding: 15px 5px;
  }

  .services4-btns_red {
    font-size: 12px;
    padding: 18px 5px;
  }

  .news-item_img {
    width: 370px;
    margin-right: 25px;
  }

  .news-item_img img {
    width: 100%;
  }

  .recom-item_img {
    width: 280px;
  }

  .sidebar {
    padding: 15px 20px 0;
  }

  .stage__block.first {
    padding: 50px 70px;
  }
}

@media only screen and (max-width:1390px) {
  .delivery-item_center i {
    -webkit-background-size: 80% 80%;
    background-size: 80%;
    background-position: center;
  }

  .delivery-item_center span {
    white-space: nowrap;
  }

  .delivery-item_center {
    font-size: 22px;
  }

  .sidebar-menu ul li>a {
    font-size: 18px;
  }

  .services3-sidebar_heat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .services3-sidebar_heat input {
    text-align: center;
  }

  .services3-sidebar_price span {
    font-size: 38px;
  }

  .services3__df {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .services3__dfu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .services3-imgs {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
  }

  .services3-imgs_item {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .services3-imgs_item:last-child {
    margin-right: 0;
  }

  .sidebar {
    padding: 15px 15px 0;
  }

  .slider-text {
    top: 80px;
  }
}

@media only screen and (max-width:1350px) {
  .stage__block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .stage__block.first .stage-num {
    height: 240px;
  }

  .stage__block-three {
    margin-top: 20px;
  }
}

@media (max-width:1199.98px) {
  body {
    zoom: 1;
    font-size: 16px;
  }

  .services3-sidebar_list ul li {
    font-size: 14px;
  }

  .services3-sidebar_list-title {
    font-size: 16px;
  }

  .sidebar-phone img {
    margin-right: 0;
  }

  .services1-text {
    font-size: 16px;
  }

  .services2-text {
    font-size: 16px;
  }

  .services3-text {
    font-size: 16px;
  }

  .insta__container {
    grid-template-columns: 1fr 1fr;
  }

  .insta__item:nth-child(4) {
    grid-column-start: auto;
    grid-column-end: auto;
  }

  .insta__item:nth-child(7) {
    grid-column-start: auto;
    grid-column-end: auto;
  }

  .insta__item:nth-child(11) {
    grid-column-start: auto;
    grid-column-end: auto;
  }

  .insta__item:nth-child(14) {
    grid-column-start: auto;
    grid-column-end: auto;
  }

  .insta__item:nth-child(18) {
    grid-column-start: auto;
    grid-column-end: auto;
  }

  .insta__item:nth-child(21) {
    grid-column-start: auto;
    grid-column-end: auto;
  }

  .insta__item:nth-child(25) {
    grid-column-start: auto;
    grid-column-end: auto;
  }

  .insta__item:nth-child(28) {
    grid-column-start: auto;
    grid-column-end: auto;
  }

  .insta__item:nth-child(3n) {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .uslugi__container {
    grid-template-columns: 1fr 1fr;
  }

  .slider__block, .slider__block .slick-track, .slider__block .slick-list {
    height: 100vh;
  }

  .main {
    height: auto;
  }

  .gasflow__flex {
    zoom: 1;
  }

  .newtable__table table th {
    font-size: 12px;
    padding: 5px;
  }

  .newtable__slide-table table td {
    font-size: 16px;
  }

  .tabs__caption li {
    font-size: 15px;
  }

  .newtable__table table td {
    padding: 5px;
    font-size: 15px;
  }

  .newtable__block {
    grid-template-columns: 250px 1fr;
  }

  .gasflow {
    padding: 50px 30px;
  }

  .gasflow__info {
    margin: 0 15px;
  }

  .gasflow__submit {
    font-size: 17px;
    align-self: center;
    margin: 20px auto 0;
  }

  .gasflow__title {
    font-size: 40px;
    line-height: 40px;
  }

  .gasflow__result {
    flex-wrap: wrap;
  }

  .sidebar {
    height: 100vh;
  }

  .ismain, .slider__block, .main, html, , .shade, .sidebar-menu ul .dropdown__block {
    height: 100vh;
  }

  .slider__item {
    min-height: 100vh;
  }

  .pbdn {
    display: none;
  }

  .services3-imgs_item>label {
    padding: 5px;
  }

  .slider-text {
    left: 40px;
    top: 60px;
  }

  .sidebar {
    width: 100px;
    padding: 20px 15px 0;
  }

  .sidebar__bg {
    width: 100px;
  }

  .sidebar-menu ul .dropdown__block {
    left: -300px;
  }

  .sidebar-menu ul .dropdown__block ul li a {
    display: block;
    border-bottom: 1px solid #c6c6c6;
  }

  .sidebar-menu ul .dropdown__block.open {
    left: 100px;
  }

  .sidebar-menu {
    padding: 0;
  }

  .sidebar-menu ul li>a .icon {
    padding-right: 0;
  }

  .sidebar-menu ul li a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: none;
    flex-direction: column;
    padding: 0;
  }

  .sidebar-menu ul li a p {
    text-align: center;
    display: block;
    font-size: 10px;
    line-height: 1.2;
    margin-top: 5px;
  }

  .sidebar-menu ul li a {
    height: auto;
    padding: 10px 0;
  }

  .sidebar-menu ul li>a>i {
    right: 5px;
  }

  .sidebar-menu ul .dropdown-title {
    font-size: 16px;
  }

  .sidebar-menu ul li a .icon {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sidebar-soc ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sidebar-soc ul li {
    margin-bottom: 10px;
  }

  .sidebar-info {
    padding-left: 0;
  }

  .sidebar-info a {
    margin: 0 auto;
    text-align: center;
  }

  .sidebar-info a i {
    margin-right: 0;
  }

  .sidebar-info a p {
    display: none;
  }

  .sidebar-search {
    position: fixed;
    left: 100px;
    width: 200px;
    top: -100px;
    -webkit-transition: .25s all;
    -o-transition: .25s all;
    transition: .25s all;
    z-index: -1;
  }

  .sidebar-search_mob {
    margin: 15px 0;
    display: block;
  }

  .sidebar-search_mob i {
    margin: 0 auto;
    display: block;
    width: 36px;
    height: 36px;
    background-color: #f06929;
    border-radius: 5px;
    background-position: center;
  }

  .sidebar-info {
    display: none;
  }

  .sidebar-logo {
    margin-bottom: 20px;
  }

  .sidebar-logo img {
    width: 100%;
  }

  .sidebar-search.toggle {
    display: block;
    top: 125px;
  }

  .sidebar-search input {
    -webkit-border-radius: 0;
    border-radius: 0;
  }

  .main {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    margin-left: 100px;
  }

  .sidebar-logo {
    width: 100%;
  }

  .sidebar-phone i {
    margin-right: 0;
  }

  .sidebar-phone span {
    display: none;
  }

  .delivery-title {
    font-size: 48px;
  }

  .services2-item {
    zoom: .9;
  }

  .reviews__item {
    width: 24%;
  }

  .recomm-item {
    width: 32%;
  }

  .services3__block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .services3__left {
    width: 62%;
  }

  .services3__right {
    width: 34%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .services3-sidebar {
    width: 100%;
  }

  .services3-call {
    height: 90%;
  }

  .recom-item_title:before {
    top: 15px;
  }

  .stage__block {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .stage__block.first .stage-num {
    height: 240px;
  }

  .stage__block-three {
    margin-top: 0;
  }

  #instafeed>a {
    height: 100% !important;
  }

  #instafeed>a img {
    height: 250px !important;
  }

  .gazgolder-calc-buttons {
    padding: 0 15px;
  }

  .text-14 {
    font-size: 13px !important;
  }
}

@media only screen and (max-width:1100px) {
  .services3__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .services3__left {
    width: 100%;
  }

  .bear__har {
    flex-direction: column;
  }

  .services3__right {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .services3-sidebar {
    width: 40%;
  }

  .services3-call {
    height: 500px;
  }
}

@media only screen and (max-width:1000px) {
  .services2-item {
    zoom: .7;
  }

  .reviews__item {
    width: 49%;
  }

  .recomm-item {
    width: 49%;
  }

  .stage__block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .stage__block.first .stage-num {
    height: 240px;
  }

  .stage__block-three {
    margin-top: 20px;
  }
}

@media (max-width:991.98px) {
  .slider-text_title {
    font-size: 45px;
    line-height: 55px;
  }

  .delivery-title {
    font-size: 27px;
  }

  .bear__imgs {
    grid-gap: 10px;
  }

  .beader__table thead tr td {
    font-size: 14px;
  }

  .beader__table tbody tr td {
    font-size: 14px;
  }

  .insta__item .caption {
    padding: 15px;
  }

  .insta__item img {
    height: 200px;
  }

  .insta__item video {
    height: 200px;
  }

  .newtable__block {
    grid-template-columns: 1fr;
  }

  .slider-text_title {
    font-size: 30px;
  }

  .slider-text_title span {
    font-size: 45px;
  }

  .slider-text_list li {
    font-size: 22px;
  }

  .slider-text_list2 li {
    font-size: 20px;
  }

  .slider-text_price .rub {
    font-size: 36px;
  }

  .slider-text_price {
    font-size: 50px;
  }

  .slider-text_price {
    margin-top: 20px;
  }

  .newtable__img {
    max-width: 400px;
    margin: 0 auto;
  }

  .newtable__slide-table table th {
    font-size: 14px;
    padding: 10px 5px;
  }

  .newtable__slide-table table td {
    font-size: 14px;
  }

  .gasflow__type {
    grid-template-columns: 1fr 1fr;
  }

  .gasflow__title {
    font-size: 35px;
    line-height: 35px;
  }

  .gasflow__info-value.bf {
    font-size: 35px;
    line-height: 35px;
  }

  .gasflow__info-value-ei2 {
    font-size: 18px;
  }

  .gasflow__info-value-ei {
    font-size: 20px;
  }

  .gasflow__info-value-ei2 .rub {
    font-size: 20px;
  }

  .gasflow__info-title {
    font-size: 14px;
    margin-top: 0;
  }

  .gasflow__info {
    margin: 0;
  }

  .gasflow__info-value {
    font-size: 25px;
    line-height: 25px;
  }

  #instafeed>a {
    height: 100% !important;
  }

  #instafeed>a img {
    height: 200px !important;
  }

  .slider-text {
    left: 30px;
    top: 30px;
  }

  .main-order {
    right: 30px;
    top: 30px;
  }

  .slider-text_article {
    opacity: 1;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
  }

  .slider-text_btn {
    opacity: 1;
  }

  .delivery-item {
    width: 49%;
  }

  .delivery-title {
    font-size: 38px;
  }

  .services1__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .services1-text {
    width: 100%;
  }

  .services1-img {
    width: 100%;
    margin-bottom: 30px;
  }

  .services-headline {
    font-size: 31px;
  }

  .services2__top {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .services2__bottom {
    padding-left: 0;
  }

  .reviews__item {
    margin-top: 50px;
  }

  .footer__block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer__item:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer__item:nth-child(3) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .footer__item:nth-child(4) {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .footer__item:nth-child(5) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .footer__item:nth-child(5) ul {
    width: auto;
  }

  .footer__item:nth-child(5) ul li {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 49%;
  }

  .footer__item .footer-form {
    margin-bottom: 30px;
  }

  .footer__item .footer-form input {
    width: 300px;
  }

  .services4__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .services4__left, .services4__right {
    width: 100%;
  }

  .services4__right {
    padding: 0;
    margin-top: 30px;
  }

  .img-gaz-calc svg {
    max-width: 110% !important;
    height: 380px;
  }

  .img-gaz-calc svg {
    font-family: Ubuntu, sans-serif;
  }

  .white-button {
    font-size: 16px !important;
    line-height: normal !important;
    align-self: center;
    padding: 15px 22px !important;
  }

  #gasholder_calc_print svg {
    width: 50px;
  }

  .calc-disclaimer {
    width: 215px;
  }
}

@media only screen and (max-width:850px) {
  .news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .news-item_img {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .news-item_title {
    font-size: 21px;
  }

  .recom-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .recom-item_img {
    margin-right: 0;
    margin-bottom: 30px;
    width: 400px;
  }

  .recom-ras_pr, .recom-ras_wh {
    width: 100%;
  }
}

@media (max-width:767.98px) {
  .slider-text {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100px;
  }

  .delivery-title {
    margin-right: 0px !important;
    font-size: 25px !important;
    margin-top: 20px;
  }

  .bear__imgs {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .bear__table-block {
    width: 100%;
    overflow-x: scroll;
  }

  .bear__table {
    width: 650px;
  }

  .slider-text {
    width: 100%;
  }

  .insta__container {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }

  .insta__item:nth-child(3n) {
    grid-column-start: auto;
    grid-column-end: auto;
  }

  .insta__item img {
    height: auto;
  }

  .insta__item video {
    height: auto;
  }

  .slider-text_title span {
    font-size: inherit;
  }

  .uslugi__item-btn {
    padding: 5px 28px;
    font-size: 12px;
  }

  .slider-text_title {
    font-size: 28px;
    line-height: 38px;
    text-align: center;
  }

  .slider-text_price {
    text-align: center;
  }

  .slider-text_list2 li+* {
    margin-top: 10px;
  }

  .slider-text_list li+* {
    margin-top: 10px;
  }

  .slider-text_list li img {
    width: 30px;
    margin-right: 10px;
  }

  .slider-text_list li {
    font-size: 18px;
  }

  .slider-text_list li {
    width: 180px;
    margin: 10px auto 0;
  }

  .slider-text_list2 li {
    width: 270px;
    margin: 10px auto 0;
  }

  .count-litr:hover:after {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }

  .count-litr:hover:before {
    display: none !important;
  }

  .gasflow__plh .radioo2+label {
    padding: 10px 8px;
    font-size: 12px;
  }

  .gasflow__type-item .radioo+label {
    width: 100%;
    height: 100%;
  }

  .gasflow__type {
    grid-template-columns: 1fr 1fr;
  }

  .gasflow__result-line {
    display: none;
  }

  .gasflow__info {
    width: 100%;
    margin-bottom: 20px;
  }

  .gasflow__title {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .gasflow__title2 {
    font-size: 16px;
  }

  .gasflow__type {
    margin: 15px 0;
  }

  #instafeed>a {
    height: 100% !important;
    width: 32% !important;
  }

  #instafeed>a img {
    height: 175px !important;
  }

  #instafeed>a:nth-child(4) {
    width: 66% !important;
  }

  #instafeed>a:nth-child(10) {
    width: 66% !important;
  }

  #instafeed>a:nth-child(14) {
    width: 66% !important;
  }

  #instafeed>a:nth-child(20) {
    width: 66% !important;
  }

  #instafeed>a:nth-child(24) {
    width: 66% !important;
  }

  .slider-text_title {
    font-size: 36px;
    margin-bottom: 10px;
  }

  .slider-text_title span {
    display: inline;
  }

  .slider-text_article {
    width: auto;
  }

  .slider-text_btn {
    margin: 0 auto;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .delivery-title {
    font-size: 34px;
    margin-bottom: 40px;
  }

  .delivery {
    padding: 80px 30px 0;
  }

  .services2__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }

  .services2__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .services2__block {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .services2-item {
    margin-right: 0 !important;
    margin-bottom: 30px;
  }

  .services-headline {
    font-size: 28px;
  }

  .services-title {
    margin-top: 100px;
    font-size: 41px;
    line-height: 46px;
  }

  .services-pretitle {
    font-size: 20px;
    line-height: 30px;
  }

  .services3-sidebar {
    width: 100%;
  }

  .services3-type_text {
    font-size: 19px;
  }

  .services3-type_info {
    padding: 10px;
  }

  .services3-square_item {
    line-height: 21px;
  }

  .services3-gaz img {
    width: 100%;
  }

  .stage__title {
    padding: 0;
  }

  .section-header-tmp {
    font-size: 23pt;
  }

  .calc-disclaimer {
    width: 100% !important;
    margin-top: 20px;
  }

  .img-gaz-calc svg {
    height: 310px;
  }
}

@media only screen and (max-width:700px) {
  .stage__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .newtable__table {
    width: 100%;
    overflow-x: auto;
  }

  .newtable__table table {
    width: 600px;
  }

  .newtable__title {
    font-size: 24px;
    line-height: 28px;
  }

  .stage-title {
    font-size: 28px;
    line-height: 40px;
  }

  .stage-phone {
    font-size: 30px;
  }
}

@media only screen and (max-width:600px) {
  .services2-item {
    zoom: .6;
  }

  #instafeed>a {
    height: 100% !important;
  }

  #instafeed>a img {
    height: 130px !important;
  }

  .reviews__item {
    width: 100%;
  }

  .recomm-item {
    width: 100%;
  }

  .services3-imgs {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .services3-imgs_item {
    width: 22%;
    margin-bottom: 10px;
  }

  .services3-imgs_item:last-child {
    margin-bottom: 10px;
  }
}

@media (max-width:575.98px) {
  .sidebar {
    display: none;
  }

  .beader__pdf {
    font-size: 16px;
  }

  .sidebar-menu ul li a p {
    font-size: 16px;
  }

  .sidebar-phone {
    font-size: 22px;
  }

  .sidebar-phone img {
    margin-right: 15px;
  }

  .slider-text_title {
    font-size: 29px;
  }

  .slider-text_title br {
    display: none;
  }

  .slider-text_title span {
    display: block;
  }

  .slider__block, .slider__block .slick-track, .slider__block .slick-list {
    height: 100vh;
  }

  .bear__imgs {
    grid-template-columns: 1fr 1fr;
  }

  .main {
    height: auto;
  }

  .uslugi__item-btn {
    margin: 0px auto 10px;
  }

  .uslugi__item-title {
    padding: 10px 0 5px;
    line-height: 15px;
    font-size: 12px;
  }

  .pbdn {
    display: block;
  }

  .tabs__caption li {
    font-size: 10px;
    padding: 10px 5px;
  }

  .newtable__slide-table table td {
    font-size: 13px;
    padding: 10px 5px;
  }

  .newtable__slide-table table th {
    font-size: 12px;
  }

  .gasflow__submit {
    padding: 10px;
    font-size: 14px;
  }

  .gasflow__submit img {
    width: 20px;
  }

  .gasflow {
    padding: 30px 10px;
  }

  .gasflow__type-item {
    width: 100%;
  }

  .gasflow__info {
    width: 100%;
  }

  .white-button {
    padding: 15px 5px !important;
  }

  .calc-request.calc-btn {
    font-size: 14px;
  }

  .gasflow__mkv {
    width: 100%;
    margin-top: 10px;
  }

  .gasflow__mkv input {
    width: 100%;
  }

  .gasflow__title {
    line-height: 28px;
  }

  .gasflow__flex {
    flex-wrap: wrap;
  }

  #gasholder_calc_print svg {
    width: 35px;
  }

  #gasholder_calc_print span {
    font-size: 16px !important;
    margin-left: 5px !important;
  }

  .section-header-tmp {
    font-size: 21pt !important;
    line-height: 28pt !important;
  }

  .text-42 {
    font-size: 28pt !important;
  }

  .text-16, .text-18 {
    font-size: 14px !important;
  }

  #instafeed>a {
    height: 100% !important;
    width: 49% !important;
  }

  #instafeed>a img {
    height: 175px !important;
  }

  #instafeed>a:nth-child(4) {
    width: 49% !important;
  }

  #instafeed>a:nth-child(10) {
    width: 49% !important;
  }

  #instafeed>a:nth-child(14) {
    width: 49% !important;
  }

  #instafeed>a:nth-child(20) {
    width: 49% !important;
  }

  #instafeed>a:nth-child(24) {
    width: 49% !important;
  }

  #instafeed>a:nth-child(3n) {
    width: 100% !important;
  }

  .sidebar-menu ul .dropdown__block {
    height: 100%;
  }

  .sidebar-menu ul .dropdown__block ul li a {
    width: 100%;
  }

  .dropdown__close {
    display: none !important;
  }

  .main {
    margin-left: 0;
    width: 100%;
  }

  .slider__block .slick-prev {
    left: 15px;
  }

  .slider__block .slick-next {
    right: 15px;
  }

  .slider-text {
    width: 100%;
    padding: 0 15px;
  }

  .humb {
    display: block;
  }

  .main-order {
    top: auto;
    right: auto;
    width: 250px;
    font-size: 12px;
    margin: 0 auto 15px;
  }

  .mvis {
    display: block;
    width: 100%;
  }

  .sidebar-menu ul li a {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .sidebar-menu ul li a p {
    display: block;
  }

  .sidebar-search_mob {
    display: none;
  }

  .sidebar-info a p {
    display: inline-block;
  }

  .sidebar-phone i {
    margin-right: 10px;
  }

  .sidebar-phone span {
    display: block;
  }

  .sidebar-soc ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .sidebar {
    padding: 20px 30px;
    z-index: 15;
  }

  .sidebar-menu ul .dropdown__block {
    left: 0;
    width: 100%;
    padding: 60px 0;
  }

  .sidebar-menu ul .dropdown__block.open {
    left: 0;
    z-index: 17;
  }

  .sidebar__bg {
    width: 100%;
  }

  .delivery-item_text {
    left: 15px;
    bottom: 15px;
  }

  .cont {
    padding: 0 15px;
  }

  .footer__item .footer-form input {
    width: 100%;
  }

  .footer__item:nth-child(2) {
    width: 100%;
  }

  .footer__item:nth-child(5) {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .footer__item:nth-child(5) {
    width: 100%;
    margin-top: 20px;
  }

  .footer__item:nth-child(5) ul li {
    width: 25%;
  }

  .footer-logo {
    text-align: center;
  }

  .footer__item:nth-child(1) {
    width: 100%;
    text-align: center;
  }

  .footer-phone {
    margin-bottom: 10px;
    display: block;
  }

  .reviews__item:before {
    -webkit-background-size: 90% 90%;
    background-size: 90%;
  }

  .services3-type_item {
    width: 49%;
    margin-bottom: 10px;
  }

  .services3-type_info {
    padding: 30px;
  }

  .services3-type {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .services3-type_img img {
    width: 50%;
  }

  .services4 .services-headline {
    font-size: 23px;
  }

  .services4-total_sum {
    font-size: 46px;
    line-height: 46px;
  }

  .services4-total_lit {
    font-size: 35px;
    line-height: 35px;
  }

  .stage__block.first {
    padding: 50px 35px;
  }

  .gasflow__type {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width:450px) {
  .delivery-item {
    width: 100%;
  }

  #instafeed {
    grid-template-columns: repeat(auto-fill, 49%) !important;
  }

  .services2__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .services2-item {
    zoom: .9;
    margin-bottom: 310px;
  }

  .services2__bottom, .services2__top {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .services2__bottom {
    margin-top: -1000px;
  }

  .services2__bottom .services2-item:last-child, .services2__top .services2-item:last-child {
    margin-bottom: 0;
  }

  .services3-square_item b {
    font-size: 13px;
  }

  .services3-sidebar_price span {
    font-size: 30px;
  }

  .services3-call {
    margin-left: 10px;
  }

  .services3-sidebar_green img, .services3-sidebar_red img {
    width: 20px;
  }

  .services3-imgs_item {
    width: 29%;
  }

  .services3-square_item {
    line-height: 15px;
  }

  .services3-square_item span {
    font-size: 12px;
  }

  .services4-btns_green {
    width: 50%;
  }

  .news-item_img {
    width: 100%;
  }

  .recom-item_img {
    width: 100%;
  }

  .recom-item_title {
    font-size: 24px;
    line-height: 34px;
  }

  .services-title {
    font-size: 33px;
  }
}

@media only screen and (max-width:359px) {
  .gasflow__type {
    grid-template-columns: 1fr;
  }
}

::-webkit-scrollbar-track {
  background-color: #eee;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #eee;
}

::-webkit-scrollbar-thumb {
  background-color: #f06929;
}

[id^=cradio-] {
  display: none;
}

[id^=cradio-]+label {
  cursor: pointer;
  margin-bottom: 0;
  height: 80px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

[id^=cradio-]:checked+label {
  border: 1px solid #34a280;
}

[id^=ccradio-] {
  display: none;
}

[id^=ccradio-]+label {
  cursor: pointer;
  margin-bottom: 0;
}

[id^=ccradio-]:checked+label {
  color: #34a280;
  border-bottom: 3px solid #34a280;
}

[id^=cvradio-] {
  display: none;
}

[id^=cvradio-]+label {
  cursor: pointer;
  margin-bottom: 0;
  width: 100%;
  border: 2px solid #c6c6c6;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

[id^=cvradio-]+label>img {
  width: 100%;
}

[id^=cvradio-]+label:before {
  content: '';
  background-image: url(../img/ok.png);
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  opacity: 0;
}

[id^=cvradio-]+label:after {
  content: '';
  background-color: rgba(255, 255, 255, .6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  border-radius: 5px;
  opacity: 0;
}

[id^=cvradio-]:checked+label {
  border: 2px solid #34a280;
  opacity: .8;
}

[id^=cvradio-]:checked+label:before {
  opacity: 1;
}

[id^=cvradio-]:checked+label:after {
  opacity: 1;
}

@media screen and (max-width: 1400px) {
  .reviews__item {
    width: 24%;
  }
}

@media screen and (max-width: 991px) {
  .reviews__item {
    width: 48%;
  }
}

@media screen and (max-width: 550px) {
  .reviews__item {
    width: 100%;
  }
}

@media all and (max-width: 575px) {
  .sidebar-menu ul li a {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: row;
    width: 250px;
    margin: 0 auto;
    align-self: center;
    ;
  }

  .sidebar-menu ul li>a .icon img {
    height: 24px;
    object-fit: contain;
  }

  .sidebar-menu ul li a .icon {
    align-self: center;
    margin-right: 10px;
  }

  .sidebar-menu ul li a p {}
}

#instafeed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
}

#instafeed>a {
  width: 24%;
  margin-bottom: 10px;
  position: relative;
}

#instafeed .instafeed_block:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(bottom, #000 0, rgba(0, 0, 0, .1) 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #000), to(rgba(0, 0, 0, .1)));
  background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, .1) 100%);
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
  opacity: .9;
  border-radius: 20px;
}

#instafeed .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  word-break: break-word;
  color: #fff;
  z-index: 1;
  padding: 15px;
  font-size: 14px;
}

#instafeed .instafeed_block img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  height: 320px;
}

#instafeed>a:nth-child(5) {
  width: calc(48% + 1.3%);
}

#instafeed>a:nth-child(14) {
  width: calc(48% + 1.3%);
}

#instafeed>a:nth-child(19) {
  width: calc(48% + 1.3%);
}

.instafeed_block {
  position: relative;
  overflow: hidden;
}

.contact {
  margin-bottom: 50px;
}

.contact-title {
  color: #333;
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 15px;
}

.contact-phone {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.contact-phone a {
  color: #34a280;
  font-size: 30px;
  display: block;
  transition: .25s all;
}

.contact-phone a:hover {
  color: #34a280;
  text-decoration: none;
  text-shadow: 0.5px 0px 0px #34a280;
}

.rewievs_item {
  margin-bottom: 30px;
}

.rewievs-bottom {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.rewievs-top {
  margin-bottom: 30px;
}

.rewievs-img {
  width: 15%;
  margin-right: 2%;
}

.rewievs-img img {
  width: 100%;
}

.rewievs-text {
  width: 83%;
}

.no-img .rewievs-text {
  width: 100%;
}

.rewievs-name {
  font-weight: bold;
  font-size: 20px;
  color: #34a280;
}

.rewievs-rang {
  font-size: 14px;
  color: #000;
}

.rewievs-title {
  color: #333;
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 15px;
}

@media all and (max-width: 768px) {
  .contact-title, .rewievs-title {
    font-size: 27px;
  }

  .contact-phone a {
    font-size: 25px;
  }

  .rewievs-bottom {
    flex-direction: column;
    align-items: center;
  }

  .rewievs-text {
    width: 100%;
  }

  .rewievs-img {
    width: 30%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media all and (max-width: 600px) {
  .rewievs-img {
    width: 200px;
  }
}

.table {
  border: solid #34a280 2px;
  padding: 15px;
  margin-bottom: 30px;
}

.table ul {
  margin: 0;
  padding: 0;
  box-shadow: 0 1px #e6e6e6;
  margin-bottom: 10px;
}

.table ul li {
  list-style: none;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px 0;
}

.table .table-left {
  width: 70%;
  font-size: 14px;
  line-height: 18px;
}

.table .table-right {
  width: 20%;
  font-size: 14px;
  text-align: right;
}

.table .table-bold {
  font-weight: bold;
}

.table-title {
  font-size: 16px !important;
  font-weight: bold;
}

.table-if {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  padding: 30px 0;
}

.table-if a {
  color: #34a280;
  transition: .25s all;
  border-bottom: 1px solid #34a280;
}

.table-if a:hover {
  color: #34a280;
  text-decoration: none;
  opacity: .8;
  border-bottom: 0px solid #34a280;
}

.table-btns {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
}

.table-btns a {
  padding: 10px 20px;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  background-color: #34a280;
  margin-right: 10px;
  transition: .25s all;
}

.table-btns a:hover {
  color: #fff;
  text-decoration: none;
  opacity: .8;
}

.table-btns a:last-child {
  margin-right: 0px;
}

.calculator_internal hr {
  display: none;
  margin-top: 5px;
  margin-bottom: 5px;
}

.calculator_internal {
  display: flex;
  flex-wrap: wrap;
}

input[type="radio"] {
  display: none;
}

input[type="checkbox"] {
  display: none;
}

input[type="radio"]+div>label.v1 {
  position: absolute;
  display: inline-block;
  background: url("../img/calculator_radio.png") no-repeat;
  background-position: -27px 0;
  width: 27px;
  height: 27px;
  cursor: pointer;
}

input[type="radio"]:checked+div>label.v1 {
  position: absolute;
  display: inline-block;
  background: url("../img/calculator_radio.png") no-repeat;
  background-position: 0 0;
  width: 27px;
  height: 27px;
  cursor: pointer;
}

input[type="checkbox"]+div>label.v1 {
  position: absolute;
  display: inline-block;
  background: url("../img/calculator_radio.png") no-repeat;
  background-position: -27px 0;
  width: 27px;
  height: 27px;
  cursor: pointer;
}

input[type="checkbox"]:checked+div>label.v1 {
  position: absolute;
  display: inline-block;
  background: url("../img/calculator_radio.png") no-repeat;
  background-position: 0 0;
  width: 27px;
  height: 27px;
  cursor: pointer;
}

.calculator_main {
  font-size: 13px;
  padding: 30px;
  margin: 0 auto;
}

.calculator_internal {
  margin: 0 auto;
  border: solid #34a280 2px;
  background: #fff;
}

.calc-btn {
  padding: 10px 20px;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  background-color: #34a280;
  margin-right: 10px;
  transition: .25s all;
  margin: 10px 0;
  cursor: pointer;
}

.calc-btn:hover {
  color: #fff;
  text-decoration: none;
  opacity: .8;
}

.phone_holder {
  padding: 20px 0;
}

.calculator_internal input {
  width: 55px;
  height: 20px;
  border: solid #34a280 1px;
  border-radius: 3px;
  padding: 5px;
}

.heated_area, .radiators_quantity {
  font-weight: bold;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid #34a280 2px;
  text-align: center;
}

.heated_area:after, .warm_floor_area:after {
  content: "²";
  font-size: 16px;
  margin-left: 5px;
  margin-bottom: 20px;
}

.warm_floor_area {
  color: #473f44;
  margin-bottom: 10px;
  margin-left: 40px;
}

.radiators_quantity {
  box-shadow: -2px 0 #34a280;
}

.radiators_quantity:after {
  content: "²";
  font-size: 16px;
  margin-left: 5px;
}

.left_column1 {
  padding-left: 30px;
}

.shadow-top {
  box-shadow: 0 -2px #34a280;
  margin-top: 10px;
}

.right_column1 {
  box-shadow: -2px 0 #34a280;
  padding-left: 30px;
}

.choice, .choice_between, .choice_middle, .choice_long {
  float: left;
  min-width: 100px;
  height: 26px;
  margin: 5px;
  color: #473f44;
}

.choice_between {
  width: 202px;
}

.choice_middle {
  width: 250px;
}

.choice_long {
  width: 400px;
}

.choice_content {
  margin: 3px 0 0 36px;
  float: left;
}

.column_element {
  margin-top: 10px;
  display: block;
  clear: both;
}

.element_choice1, .element_choice2, .element_choice3 {
  margin-top: 10px;
}

.element_choice2 {
  height: 36px;
}

.element_choice3 {
  padding-top: 10px;
  width: 150px;
}

.vert_delimiter1, .vert_delimiter2 {
  float: left;
  width: 2px;
  height: 242px;
  background-color: #34a280;
  margin-top: 32px;
}

.vert_delimiter2 {
  margin: 27px 0 0 14px;
  height: 50px;
}

.hor_delimiter1, .hor_delimiter2, .hor_delimiter3 {
  float: left;
  width: 300px;
  height: 2px;
  background-color: #34a280;
  margin: 15px 0 0 20px;
}

.hor_delimiter2, .hor_delimiter3 {
  margin-left: 30px;
}

.hor_delimiter3 {
  width: 150px;
}

.result_position {
  margin: 0 auto;
  width: 250px;
}

.result_position2 {
  margin: 5px auto;
  text-align: center;
}

.make_result, .make_result2, .send_button1, .send_button2 {
  width: 220px;
  height: 35px;
  padding-top: 15px;
  border-radius: 5px;
  background-color: #116903;
  color: white;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  border: solid #076000 1px;
  float: left;
  margin-top: -8px;
}

.make_result2 {
  margin-left: 40px;
}

.make_result:hover, .make_result2:hover {
  background-color: #0f5e0b;
}

.work_title {
  font-size: 15px;
  font-weight: bold;
  margin-left: 8px;
}

.work_discription {
  width: 730px;
}

.row_result {
  padding: 13px;
}

.square_result, .rubles_result {
  font-size: 14px;
  float: right;
  margin-top: -18px;
}

.square_result:after {
  content: "²";
  font-size: 16px;
  margin-left: 5px;
}

.rubles_result:after {
  content: "²";
  font-size: 16px;
  margin-left: 5px;
}

.note {
  font-weight: bold;
  font-size: 15px;
  margin: 0 0 22px 14px;
}

.mail_form {
  width: 162px;
  margin: 0 554px;
}

.mail_form input {
  width: 150px;
  margin-top: 15px;
}

.send_button1, .send_button2 {
  border-radius: 2px;
  margin-top: 18px;
  width: 80px;
  height: 20px;
  padding: 4px 7px 0 7px;
  float: right;
}

.send_button1 {
  display: none;
}

.send_button2 {
  margin: 8px 33px;
}

.row_result {
  padding: 5px 13px !important;
  margin: 3px 0;
  box-shadow: 0 1px #e6e6e6;
}

.calc-flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  height: 100% !important;
}

.calc-flex .result_position2 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.result_position2 {
  margin: 0;
}

.result_position2 .pn {
  margin: 0 10px;
}

.gazgolder-calc-buttons {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-content: center;
  justify-content: space-between;
}

#gasholder_calc_print {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}

#gasholder_calc_print:hover {
  text-decoration: none;
}

#gasholder_calc_request {
  align-self: center;
}

#gasholder_calc_print span {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #34a280;
  font-size: 14pt;
  line-height: 1;
  font-weight: 900;
  color: #2b2a29;
  text-decoration: none;
  transition: .25s all;
  margin-left: 15px;
}

#gasholder_calc_print:hover span {
  border-bottom: 1px solid #34a280;
  color: #34a280;
  text-decoration: none;
}

.price-block {
  position: absolute;
  right: 50px;
  top: 10px;
  z-index: 1;
  cursor: pointer;
}

.price-block:hover {
  text-decoration: none;
}

.price-block__block {
  box-shadow: 2px 3px 13px rgba(74, 74, 74, 0.1);
  border-radius: 7px 7px 7px 60px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 391px;
  height: 80px;
  position: relative;
}

.price-block__date {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
  border-radius: 0 60px;
  background-color: #34a280;
  width: 162px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.price-block__date strong {
  font-size: 55px;
  font-weight: 500;
  line-height: 45px;
}

.price-block__num {
  font-size: 23px;
  color: #333333;
  font-weight: 500;
  padding-right: 25px;
}

.price-block__num strong {
  font-size: 72px;
  font-weight: 500;
}

.price-block__num .rub {
  font-size: 23px;
  font-weight: 400;
}

.price-block__text {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  border-radius: 38px 0 7px 38px;
  background-color: #e8ecf1;
  letter-spacing: 0.38px;
  text-align: center;
  width: 328px;
  height: 77px;
  position: absolute;
  right: 0;
  bottom: -35px;
  z-index: -1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 5px;
}

.cccfv {
  min-height: 120px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}

@media (max-width:992px) {
  .price-block__block {
    width: 300px;
    height: 75px;
  }

  .price-block__date {
    height: 75px;
    font-size: 15px;
    line-height: 14px;
    width: 135px;
  }

  .price-block__date strong {
    font-size: 45px;
    line-height: 40px;
  }

  .price-block__text {
    width: 250px;
    font-size: 12px;
    bottom: -24px;
    padding-bottom: 0px;
  }

  .price-block__num strong {
    font-size: 38px;
  }

  .price-block__num {
    font-size: 18px;
  }

  .price-block__num .rub {
    font-size: 18px;
  }
}

@media (max-width:1200px) {
  .price-block {
    right: 10px;
    top: 5px;
  }

  .delivery-title {
    margin-right: 105px;
  }

  .price-block__text {
    display: none;
  }

  .price-block__block {
    width: 200px;
  }

  .price-block__date strong {
    font-size: 35px;
    line-height: 29px;
  }

  .price-block__date {
    width: 100px;
    font-size: 12px;
    line-height: 14px;
  }

  .price-block__num {
    padding-right: 5px;
  }

  .price-block__num strong {
    font-size: 30px;
  }

  .price-block__num .rub {
    font-size: 18px;
  }

  .price-block__num {
    font-size: 18px;
  }

  .services-title {
    padding-right: 220px;
  }
}

@media (max-width:576px) {
  .services-title {
    line-height: 40px;
  }

  .services-title {
    padding-right: 0px;
  }
}

#type_rashod input {
  display: inline-block;
}

.gasflow__info {
  position: relative;
}

.gasflow__info .hidden {
  display: none;
  position: absolute;
  bottom: 130%;
  left: 0px;
  background-color: #fff;
  color: #34a280;
  padding: 5px;
  text-align: center;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .16);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .16);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .16);
  font-size: 12px;
  width: 320px;
}

.gasflow__info .hidden:before {
  content: " ";
  position: absolute;
  top: 98%;
  left: 10%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #fff;
  border-color: #fff transparent transparent transparent;
  z-index: 2;
}

.gasflow__info .hidden:after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 10%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #fff;
  border-color: rgba(0, 0, 0, .16) transparent transparent transparent;
  z-index: 1;
}

.gasflow__info:hover .hidden {
  display: block;
}

.servicesNewContent {
  padding: 60px 0 30px;
  background-color: #fff;
}

.servicesNewContent__text {

}

.servicesNewContent__text h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.005em;
  color: #3b3b3b;
  margin-bottom: 40px;
}

.servicesNewContent__text p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.005em;
  color: #3b3b3b;
  margin-bottom: 20px;
}

.servicesNewContent__text p:last-child {
  margin-bottom: 0;
}

.servicesNewContent__text ul {
  margin: 0 0 40px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px
}

.servicesNewContent__text ul li {
  list-style: none;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.005em;
  color: #3b3b3b;
  padding-left: 25px;
  position: relative;
}

.servicesNewContent__text ul li:before {
  content: '';
  width: 9px;
  height: 9px;
  background-color: #f06929;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
}

.servicesNewRecom {
  padding: 50px 0;
  background-color: #fff;
}

.servicesNewRecom__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}

.servicesNew__title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.005em;
  color: #3b3b3b;
}

.servicesNewRecom__arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px
}

.servicesNewRecom__arrow {
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 4px;
  cursor: pointer;
  transition: .25s all ease-in-out;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .3;
}

.servicesNewRecom__arrow:hover {
  border-color: #34a280;
  opacity: 1;
}

.servicesNewRecom__arrowPrev {
  background-image: url(/assets/app/img/servicesNewRecom__arrowPrev.png);
}

.servicesNewRecom__arrowNext {
  background-image: url(/assets/app/img/servicesNewRecom__arrowNext.png);
}

.servicesNewRecom__slider {
  margin: 0 -20px;
}

.servicesNewRecom__slider.slick-initialized .servicesNewRecom__sliderItem {
  display: block;
}

.servicesNewRecom__sliderItem {
  margin: 0 20px;
  display: none;
}

.servicesNewRecom__sliderItem:hover {
  text-decoration: none;
}

.servicesNewRecom__sliderItem:hover .servicesNewRecom__sliderItemImg:before {
  opacity: 1;
}

.servicesNewRecom__sliderItem:hover .servicesNewRecom__sliderItemTitle {
  color: #34a280;
  text-decoration: none;
  transition: .25s all ease-in-out
}

.servicesNewRecom__sliderItemImg {
  box-shadow: 0px 4px 16px 0px rgba(145,138,138,0.44);
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  display: block;
  position: relative;
}

.servicesNewRecom__sliderItemImg:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
  position: absolute;
  left: 0;
  top: 0;
  transition: .25s all ease-in-out;
  opacity: 0;
}

.servicesNewRecom__sliderItemImg img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
}

.servicesNewRecom__sliderItemTitle {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.005em;
  color: #3b3b3b;
}

.servicesNewTop {
  background-color: #fff;
  padding-bottom: 30px;
}

.servicesNewTop__content {

}

.servicesNewTop__title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.005em;
  color: #3b3b3b;
}

.servicesNewTop__text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.005em;
  color: #3b3b3b;
  margin-top: 20px;
}

.servicesNewAdvantages {
  background-color: #fff;
  background-image: url(/assets/app/img/servicesNewAdvantages__bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 65px 0 75px;
}

.servicesNewAdvantages__title {
  text-align: center;
  margin-bottom: 50px;
}

.servicesNewAdvantages__slider {
  margin: 0 -30px;
  padding: 0 80px;
}

.servicesNewAdvantages__slider .slick-arrow {
  width: 31px;
  height: 32px;
  opacity: 0.32;
  border: 1px solid #000000;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center;
  transition: .25s all ease-in-out;
}

.servicesNewAdvantages__slider .slick-arrow:hover {
  border-color: #34a280;
  opacity: 1;
}

.servicesNewAdvantages__slider .slick-arrow:before {
  display: none;
}

.servicesNewAdvantages__slider .slick-prev {
  left: 0;
  background-image: url(/assets/app/img/servicesNewRecom__arrowPrev.png);
}

.servicesNewAdvantages__slider .slick-next {
  right: 0;
  background-image: url(/assets/app/img/servicesNewRecom__arrowNext.png);
}

.servicesNewAdvantages__slider.slick-initialized .servicesNewAdvantages__item {
  display: flex;
}

.servicesNewAdvantages__item {
  display: none;
  flex-direction: column;
  align-items: center;
  margin: 0 30px;
}

.servicesNewAdvantages__itemIcon {
  width: 102px;
  height: 102px;
  background-color: #34a280;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.servicesNewAdvantages__itemTitle {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.005em;
  color: #3b3b3b;
  margin-top: 20px;
  text-align: center;
}

.servicesNewAdvantages__itemTitle span {
  color: #34a280;
}

.servicesNewPrice {
  background-color: #fff;
  border-bottom: 1px solid #cacaca;
  padding: 60px 0;
  position: relative;
}

.servicesNewPrice__title {
  margin-bottom: 50px;
}

.servicesNewPrice__container {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 25px;
  /* position: relative; */
}

.servicesNewPrice__caption {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.servicesNewPrice__caption li {
  list-style: none;
  height: 60px;
  background-color: #ffffff;
  box-shadow: 0px 4px 16px 0px rgba(145,138,138,0.44);
  border-radius: 10px;
  font-size: 20px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 0.005em;
  color: #3b3b3b;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .25s all ease-in-out;
}

.servicesNewPrice__caption li.active {
  background-color: #f06929;
  color: #fff;
}

.servicesNewPrice__caption li:hover {
  background-color: #f06929;
  color: #fff;
}

.servicesNewPrice__content {
  position: relative;
  z-index: 2;
}

.servicesNewPrice__tab {
  display: none;
  width: 360px;
  background-color: #ffffff;
  box-shadow: 0px 4px 16px 0px rgba(145,138,138,0.44);
  border-radius: 10px;
  padding: 30px 25px;
  flex-direction: column;
  align-items: flex-start;
}

.servicesNewPrice__tabTitle {
  font-size: 21px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.005em;
  color: #3b3b3b;
  margin-bottom: 15px;
}

.servicesNewPrice__tabTitle2 {
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.005em;
  color: #3b3b3b;
  margin-top: 25px;
}

.servicesNewPrice__tabTitle2.orange {
  color: #f06929;
  margin-top: 10px;
}

.servicesNewPrice__tab p {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 0.005em;
  color: #3b3b3b;
}

.servicesNewPrice__tabBtn {
  margin-top: 20px;
  background-color: #34a280;
  border-radius: 4px;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.005em;
  color: #ffffff;
  padding: 17px 25px;
  display: block;
}

.servicesNewPrice__tabBtn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #46c39d;
  transition: .25s all ease-in-out;
}

.servicesNewPrice__tab ul {
  margin: 20px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}

.servicesNewPrice__tab ul li {
  list-style: none;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 0.005em;
  color: #3b3b3b;
  padding-left: 27px;
  position: relative;
}

.servicesNewPrice__tab ul li:before {
  content: '';
  width: 11px;
  height: 9px;
  position: absolute;
  left: 0;
  top: 3px;
  background-image: url(/assets/app/img/servicesNewPrice__tab.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.servicesNewPrice__tab.active {
  display: flex;
}

.servicesNewPrice__img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.servicesNewCalc {
  padding: 50px 0;
  background-image: url(/assets/app/img/servicesNewCalc.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.servicesNewCalc__title {
  margin-bottom: 30px;
}

.servicesNewCalc__container {
  background-color: #f4f4f4;
  box-shadow: 0px 4px 16px 0px rgba(145,138,138,0.44);
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr 410px;
  overflow: hidden;
}

.servicesNewCalc__left {
  padding: 40px 50px;
}

.servicesNewCalc__leftTitle {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.005em;
  color: #3b3b3b;
  margin-bottom: 30px;
}

.servicesNewCalc__right {
  background-color: #ebebeb;
  padding: 40px 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.servicesNewCalc__item {

}

.servicesNewCalc__item +*{
  margin-top: 40px;
}

.servicesNewCalc__itemTitle {
  font-size: 17px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.005em;
  color: #34a280;
  display: flex;
  align-items: center;
  gap: 8px
}

.servicesNewCalc__itemTitle .count-litr {
  width: 26px;
  height: 26px;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 17px;
  line-height: 11px;
  font-weight: 700;
  letter-spacing: 0.005em;
  color: #777777;
  text-align: center;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  margin-left: 0;
}

.servicesNewCalc__itemTitle .count-litr:hover:after {
  right: 20px;
  bottom: 20px;
}

.servicesNewCalc__itemTitle .count-litr:hover:before {
  right: 20px;
  bottom: 20px;
}

.servicesNewCalc__price {
  font-size: 27px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.005em;
  color: #3b3b3b;
  margin-top: 6px;
}

.servicesNewCalc__price span {
  font-family: Arial;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.005em;
  color: #3b3b3b;
}

.servicesNewCalc__btn {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.005em;
  color: #ffffff;
  padding: 20px 22px;
  display: block;
  background-color: #f06929;
  box-shadow: 0px 4px 16px 0px rgba(145,138,138,0.44);
  border-radius: 10px;
  text-decoration: none;
  transition: .25s all ease-in-out;
  margin-top: 35px;
}

.servicesNewCalc__btn:hover {
  opacity: .9;
  background-color: #f06929;
  color: #fff;
  text-decoration: none;
}

.servicesNewCalc__block {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px 25px;
  margin-bottom: 35px;
}

.servicesNewCalc-checkbox {
  cursor: pointer;
  margin: 0;
  display: flex;
}

.servicesNewCalc-checkbox>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  max-width: 10px
}

.servicesNewCalc-checkbox>span {
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.005em;
  color: #3b3b3b;
  padding: 10px 0;
  width: 100%;
  border: 2px solid #b8b8b8;
  border-radius: 3px;
  text-align: center;
}

.servicesNewCalc-checkbox>input:checked+span {
  border-color: #f06929
}

.servicesNewCalc-checkbox>input:disabled+span {
  opacity: .5
}

.servicesNewCalc__block2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.servicesNewCalc-checkbox2 {
  cursor: pointer;
  margin: 0;
  display: flex;
}

.servicesNewCalc-checkbox2>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  max-width: 10px
}

.servicesNewCalc-checkbox2>span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 10px 20px;
  gap: 5px;
  width: 100%;
  border: 2px solid #b8b8b8;
  border-radius: 3px;
  text-align: center;
  min-height: 140px
}

.servicesNewCalc__block2Item1 {
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.005em;
  color: #3b3b3b;
  position: relative;
  padding-left: 50px;
  min-height: 35px;
  display: flex;
  align-items: center;
  text-align: left;
}

.servicesNewCalc__block2Item1:before {
  content: '';
  width: 35px;
  height: 35px;
  background-image: url(/assets/app/img/servicesNewCalc__block2Item1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.servicesNewCalc__block2Item2 {
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.005em;
  color: #3b3b3b;
  position: relative;
  padding-left: 50px;
  min-height: 35px;
  display: flex;
  align-items: center;
  text-align: left;
}

.servicesNewCalc__block2Item2:before {
  content: '';
  width: 35px;
  height: 35px;
  background-image: url(/assets/app/img/servicesNewCalc__block2Item2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.servicesNewCalc__block2Item3 {
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.005em;
  color: #3b3b3b;
  position: relative;
  padding-left: 50px;
  min-height: 35px;
  display: flex;
  align-items: center;
  text-align: left;
}

.servicesNewCalc__block2Item3:before {
  content: '';
  width: 35px;
  height: 35px;
  background-image: url(/assets/app/img/servicesNewCalc__block2Item3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.servicesNewCalc-checkbox2>input:checked+span {
  border-color: #34a280
}

.servicesNewCalc-checkbox2>input:disabled+span {
  opacity: .5
}

.modalText {
  max-width: 930px;
  padding: 40px 70px;
}

.modalText__title {
  font-size: 27px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.005em;
  color: #3b3b3b;
  margin-bottom: 20px;
}

.modalText p {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.005em;
  color: #3b3b3b;
}

@media (max-width: 1200px) {
  .servicesNewAdvantages__slider {
    padding: 0 30px;
    margin: 0 -15px;
  }
  .servicesNewCalc__left {
    padding: 40px 30px;
  }
  .servicesNewCalc__container {
    grid-template-columns: 1fr 380px
  }
  .servicesNewAdvantages__item {
    margin:  0 15px;
  }
  .servicesNewAdvantages__itemTitle {
    font-size: 18px;
  }
  .servicesNew__title {
    font-size: 32px;
  }
  .servicesNewPrice__caption li {
    font-size: 18px;
    height: 50px;
  }
  .servicesNewCalc__right {
    padding: 40px 20px;
  }
  .servicesNewCalc__price {
    font-size: 22px;
  }
  .servicesNewCalc__itemTitle {
    font-size: 16px;
  }
  .servicesNewCalc__itemTitle .count-litr {
    font-size: 16px;
    font-size: 15px;
  }
  .servicesNewCalc__btn {
    font-size: 16px;
    width: 100%;
    padding: 20px 10px;
    text-align: center;
  }
  .servicesNewCalc__container {
    grid-template-columns: 2fr 1fr;
  }
  .servicesNewCalc__block2Item1, .servicesNewCalc__block2Item2, .servicesNewCalc__block2Item3 {
    font-size: 15px;
    padding-left: 40px;
  }
  .servicesNewCalc__block {
    grid-template-columns: repeat(4, 1fr)
  }
  .servicesNewCalc__block2Item1:before, .servicesNewCalc__block2Item2:before, .servicesNewCalc__block2Item3:before {
    width: 28px;
    height: 28px;
  }
  .servicesNewContent__text h2 {
    font-size: 32px;
  }
  .servicesNewTop__title {
    font-size: 32px;
  }
}

@media (max-width: 991px) {
  .servicesNewTop__title {
    font-size: 28px;
  }
  .servicesNewAdvantages__itemTitle {
    font-size: 16px;
    margin-top: 15px;
  }
  .servicesNewAdvantages__itemIcon {
    width: 84px;
    height: 84px;
  }
  .servicesNew__title {
    font-size: 28px;
  }
  .servicesNewPrice__container {
    grid-template-columns: 1fr;
  }
  .servicesNewPrice__tab {
    width: 100%;
  }
  .servicesNewRecom__sliderItem {
    margin: 0 10px;
  }
  .servicesNewRecom__slider {
    margin: 0 -10px;
  }
  .servicesNewRecom__sliderItemTitle {
    font-size: 16px;
    margin-top: 10px;
  }
  .servicesNewRecom__arrows {
    gap: 20px;
  }
  .servicesNewCalc__container {
    grid-template-columns: 1fr
  }
  .servicesNewContent__text h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .servicesNewTop__title {
    font-size: 26px;
  }
  .servicesNew__title {
    font-size: 26px;
  }
  .servicesNewPrice__title {
    text-align: center;
  }
  .servicesNewPrice__caption li {
    font-size: 16px;
  }
  .servicesNewRecom__top {
    flex-direction: column;
    gap: 20px;
  }
  .servicesNewCalc__block2 {
    grid-template-columns: 1fr
  }
  .servicesNewCalc__block {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .servicesNewCalc__left {
    padding: 30px 20px;
  }
  .servicesNewCalc__right {
    padding: 30px 20px;
  }
  .servicesNewCalc__leftTitle {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .servicesNewCalc__price {
    font-size: 20px;
  }
  .servicesNewCalc__item +* {
    margin-top: 20px;
  }
  .servicesNewCalc__itemTitle .count-litr {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
  .servicesNewContent__text h2 {
    font-size: 26px;
  }
  .modalText {
    padding: 40px 20px;
  }
  .modalText__title {
    font-size: 20px;
  }
  .modalText p {
    font-size: 16px;
  }
  .modalText img {
    display: block;
    float: none!important;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .servicesNewTop__title {
    text-align: center;
  }
  .servicesNewAdvantages__slider .slick-prev {
    left: 10px;
  }
  .servicesNewAdvantages__slider .slick-next {
    right: 10px;
  }
  .servicesNewPrice__tab {
    padding: 30px 20px;
  }
  .servicesNewPrice__tabTitle {
    font-size: 20px;
  }
  .servicesNewPrice__tabTitle2 {
    margin-top: 15px;
  }
  .servicesNewPrice__tab ul {
    margin: 15px 0;
  }
  .servicesNewPrice__tabTitle2 {
    font-size: 16px;
  }
  .servicesNewPrice__tabBtn {
    font-size: 14px;
  }
  .servicesNew__title {
    text-align: center;
  }
  .servicesNewCalc__block {
    gap: 10px
  }
  .servicesNewCalc-checkbox>span {
    font-size: 15px;
  }
  .servicesNewCalc-checkbox2>span {
    min-height: auto;
  }
  .servicesNewCalc-checkbox2>span {
    padding: 20px 15px;
  }
  .servicesNewContent__text h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
