@charset "UTF-8";
/* Magnific Popup CSS */
@import url(../libs/ion.rangeSlider-master/css/ion.rangeSlider.min.css);
@import url(../libs/iexModal/iexModal.css);
@import url(../libs/iexForm/iexform.css);
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-figure figure {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

/* Main body style's */
.heading-2 {
  font-size: 40px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  z-index: 1;
}

.heading-2 .heading-inner {
  position: relative;
  z-index: 2;
}

.heading-3 {
  font-size: 25px;
  font-weight: bold;
}

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

.link-dotted {
  text-decoration: none;
  border-bottom: 1px dotted #000;
  color: #000;
}

.text-12 {
  font-size: 12px;
}

.text-14 {
  font-size: 14px;
}

.text-18 {
  font-size: 18px;
}

.text-20 {
  font-size: 20px;
}

.text-bold {
  font-weight: bold;
}

.border-white-top {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.border-black-top {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.section {
  padding: 120px 0 0;
  position: relative;
}

.section.contacts {
  padding: 100px 0;
}

.left-circle {
  position: absolute;
  left: -30%;
  top: -10%;
  z-index: -1;
}

.right-circle {
  position: absolute;
  right: -30%;
  top: -10%;
  z-index: -1;
}

.left-box {
  position: absolute;
  left: -30%;
  top: -10%;
  z-index: -1;
}

.right-box {
  position: absolute;
  left: -30%;
  top: -10%;
  z-index: -1;
}

/* previl */
.previl-item {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.previl-ico img {
  height: 80px;
}

/* work */
.work {
  position: relative;
  width: 100%;
}

.work-pic {
  width: 100%;
}

.work-palace {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 30px;
  overflow: hidden;
  color: #fff;
}

.work-palace::after {
  position: absolute;
  content: "";
  bottom: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  background-image: url(https://avalremont.ru/img/22/ow4kk0884wgs0ckk.jpg);
  background-position: left bottom;
  background-size: cover;
}

.work-palace-inner {
  position: relative;
  z-index: 1;
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
}

.work-palace-inner .btn {
  font-size: 16px;
}

/*price */
.price-works {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}

.price-works-item {
  width: 50%;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
  font-weight: bold;
}

.price-works-item::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #000;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100%;
}

/* solutions */
.solution {
  background-size: 110%;
  background-position: 10% 10%;
  background-repeat: no-repeat;
}

.solution-img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.solution-box {
  background: rgba(0, 0, 0, 0.75);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 30px;
  color: #fff;
  height: 100%;
  min-height: 380px;
}

/* newhouse */
.s-newhouse {
  background: #f9f9f9;
  padding: 120px 0;
}

/* video revoew */
.video {
  padding: 120px 0;
}

.youtube {
  background-color: #fafafa;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  cursor: pointer;
  width: 100%;
  height: 350px;
  border-radius: 10px;
}

/* docs */
.b-review {
  padding: 100px 0 0;
  background: #f3f3f3;
}

.review-blank-link {
  display: block;
  -webkit-box-shadow: -0.575em 0.775em 0.675em rgba(0, 0, 0, 0.5);
          box-shadow: -0.575em 0.775em 0.675em rgba(0, 0, 0, 0.5);
}

/* team */
.team {
  padding: 10vh 0 0;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.team-name {
  text-transform: uppercase;
  color: #ed4721;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}

.team-position {
  font-size: 14px;
  opacity: 0.6;
  margin-bottom: 40px;
  position: relative;
}

.team-position::after {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 50%;
  background: #ed4721;
  height: 2px;
  content: "";
}

/* review */
.review {
  background-image: url("../img/bg/contacts.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 10vh 0;
}

.review-slider-inner {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  position: relative;
  color: #000;
}

.review-slider-item {
  padding: 0 30px;
}

/* contacts */
.contacts {
  background-image: url("../img/bg/contacts.jpg");
  background: #202731;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.contacts-pic {
  height: 95px;
}

/* footer */
.footer {
  background: #202731;
  padding: 5vh 0;
  color: #fff;
}

.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer-nav-item {
  font-size: 18px;
}

.footer-nav-item a {
  color: #fff;
  text-decoration: none;
}

.footer-nav-item a:hover {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.footer-nav-item + .footer-nav-item {
  margin-left: 20px;
}

.footer-card {
  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: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer-card-item img {
  height: 40px;
}

.footer-card-item + .footer-card-item {
  margin-left: 20px;
}

.footer-number {
  font-size: 24px;
  color: #fff;
  text-decoration: none;
}

.footer-number:hover {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #fff;
}

/* slick */
.slick-slide {
  outline: 0;
}

.slick-dotted.slick-slider {
  margin-bottom: 6rem;
}

.slick-dots {
  bottom: -3rem;
}

.slick-dots li button {
  padding: 0;
  width: 15px;
  height: 15px;
}

.slick-dots li {
  width: 15px;
  height: 15px;
}

.slick-dots li button:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 100%;
  background: #ed4721;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slick-dots li.slick-active {
  width: 22px;
}

.slick-dots li.slick-active button:before {
  background: 0;
  border: 2px solid #ed4721;
  width: 22px;
  height: 22px;
  opacity: 1;
}

.slick-prev,
.slick-next {
  bottom: 0;
  top: auto;
  left: 0;
  right: auto;
  background: #dadada;
  width: 50px;
  height: 50px;
  color: #000;
  z-index: 10;
}

.slick-prev:hover,
.slick-next:hover {
  background: #ed4721;
}

.workUp-slider .slick-prev,
.workUp-slider .slick-next {
  bottom: 50%;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}

.workUp-slider .slick-next {
  left: auto;
  right: 0;
}

.slick-prev:focus,
.slick-next:focus {
  background: #ed4721;
}

.slick-prev::before {
  position: absolute;
  background-image: url("../img/icons/left-arrow.svg");
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slick-next {
  left: 60px;
}

.slick-next::before {
  position: absolute;
  background-image: url("../img/icons/right-arrow.svg");
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* works popup */
.workUp-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.workUp-item-text {
  margin-left: 20px;
  font-weight: bold;
}

.workUp-item-ico {
  width: 40px;
}

.workUp-review {
  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;
  font-weight: bold;
  font-size: 20px;
}

.workUp-review-pic {
  margin-right: 20px;
  border-radius: 100%;
  overflow: hidden;
}

.main-input {
  width: 100%;
  background: #fff;
  border: 1px solid #000;
  border-radius: 10rem;
  color: #000;
  padding: 10px 0 10px 20px;
  font-size: 16px;
}

.workUp-item-ico {
  width: 50px;
}

.workUp-item-ico img {
  max-width: 100%;
  height: auto;
}

/* ion */
.irs--round .irs-bar {
  background-color: #ed4721;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single,
.irs--round .irs-from:before,
.irs--round .irs-to:before {
  background-color: #ed4721;
  font-size: 20px;
  margin: -7px 0 10px 0;
}

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

.irs--round .irs-handle {
  border: 4px solid #ed4721;
}

/*********************/
/*********************/
/*       IexModal    */
.iexmodal-popup {
  border-radius: 10px;
  color: #000 !important;
}

.iexmodal-inner {
  border: 10px solid #ed4721;
}

.b-pform__popup,
.b-pform__wrap,
.b-pform__inner,
.b-pform__title,
.b-pform__item,
.b-pform__label,
.b-pform__optlabel,
.b-pform__input,
.b-pform__options,
.b-pform__optlabel,
.b-pform__legend,
.b-pform__errtext,
.b-pform__bt,
.b-pform__success,
.b-pform__confirmed,
.b-pform__input_file,
.b-pform__input_file,
.b-pform__filebutton,
.b-pform__fileplus,
.b-pform__thanks,
.b-pform__fail,
.b-pform-tooltip {
  font-family: "Gilroy";
}

.b-pform__input,
.b-pform__options {
  padding: 13px 10px 13px 10px;
  border-radius: 5px;
  background: #fbfbfb;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
}

.main-popup-number {
  text-align: center;
  margin: 5px 0;
}

.main-popup-title {
  font-size: 17px;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 1.3;
  margin: 10px 0 20px;
}

a.main-popup-link {
  display: block;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

a.main-popup-link:hover {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #000;
}

.workUp-slider-item {
  min-height: 300px;
  max-height: 350px;
  overflow: hidden;
}

.popup-form {
  min-height: 109px;
}

.js-pform-wrap {
  min-height: 100px;
}

/* quiz */
.calсBox {
  background: #fff;
  position: relative;
  color: #000000;
  border-radius: 10px;
}

.calсBox::after {
  position: absolute;
  top: 50%;
  left: -2%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 104%;
  height: 90%;
  background: #fff;
  content: "";
  opacity: 0.3;
  border-radius: 10px;
}

.calсBox::before {
  position: absolute;
  top: 50%;
  left: -4%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 108%;
  height: 80%;
  background: #fff;
  content: "";
  opacity: 0.1;
  border-radius: 10px;
}

.calcBox-inner {
  background: #fff;
  z-index: 2;
  position: relative;
  padding: 60px 80px;
  border-radius: 10px;
}

.calc {
  margin-top: 3rem;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.iexmodal {
  color: #000;
}

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

.bg-gradik {
  background: #243348;
  background-repeat: no-repeat;
  color: #fff;
  padding: 100px 0 100px 0;
}

@-webkit-keyframes bt {
  0% {
    opacity: 0.1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  16% {
    opacity: 1;
    -webkit-transform: translate(35%, 0);
            transform: translate(35%, 0);
  }
  22% {
    opacity: 0.5;
    -webkit-transform: translate(55%, 0);
            transform: translate(55%, 0);
  }
  40% {
    -webkit-transform: translate(120%, 0);
            transform: translate(120%, 0);
  }
  100% {
    opacity: 0.35;
    -webkit-transform: translate(120%, 0);
            transform: translate(120%, 0);
  }
}

@keyframes bt {
  0% {
    opacity: 0.1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  16% {
    opacity: 1;
    -webkit-transform: translate(35%, 0);
            transform: translate(35%, 0);
  }
  22% {
    opacity: 0.5;
    -webkit-transform: translate(55%, 0);
            transform: translate(55%, 0);
  }
  40% {
    -webkit-transform: translate(120%, 0);
            transform: translate(120%, 0);
  }
  100% {
    opacity: 0.35;
    -webkit-transform: translate(120%, 0);
            transform: translate(120%, 0);
  }
}

/*********************/
/* Always at the end */
/* Desktop first */
@media (max-width: 1500.67px) {
  .heading-1 {
    font-size: 45px;
  }
  .heading-1-new {
    font-size: 36px;
  }
  .heading-1-new span {
    font-size: 100px;
  }
}

@media (max-width: 1200.21px) {
  .youtube {
    height: 250px;
  }
}

@media (max-width: 992.43px) {
  .heading-1-new {
    font-size: 32px;
  }
  .heading-1-new span {
    font-size: 90px;
  }
  .youtube {
    height: 200px;
  }
  .slick-prev, .slick-next {
    bottom: -6rem;
  }
  .work-palace-inner .btn {
    font-size: 9px;
    padding: 8px 10px;
  }
  .work-title {
    font-size: 14px;
  }
  .work-palace {
    padding: 10px 10px;
  }
  .workUp-item {
    width: 48%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .popup-form .workUp-item {
    width: 100%;
  }
  .head {
    padding: 15vh 0;
  }
}

@media (max-width: 769.78px) {
  .newCalc-heading {
    font-size: 28px;
  }
  .newCalc {
    padding: 30px 20px;
    border: 10px solid #EB9A34;
  }
  .newCalc-final {
    margin: -30px -20px;
    padding: 30px 20px;
  }
  .text-18 {
    font-size: 15px;
  }
  .text-20 {
    font-size: 17px;
  }
  .footer-number, .footer-nav-item {
    font-size: 16px;
  }
  .youtube {
    height: 265px;
  }
  .work-palace-inner .btn {
    font-size: 12px;
  }
  .price-works-item {
    font-size: 11px;
  }
  .team-name {
    font-size: 24px;
  }
  .workUp-item-text {
    margin-left: 4px;
  }
  .workUp-item-ico {
    width: 40px;
  }
  .iexmodal .container {
    padding: 0;
  }
  .workUp-item-text {
    font-size: 12px;
  }
  .workUp-item-text .text-18 {
    font-size: 12px;
  }
  .solution {
    background-size: cover;
  }
  .workUp-slider-item {
    min-height: 100px;
  }
}

@media (max-width: 575.98px) {
  .heading-1-new {
    font-size: 20px;
  }
  .heading-1-new span {
    font-size: 50px;
  }
  .newCalc-heading {
    font-size: 16px;
  }
  body {
    font-size: 13px;
  }
  .heading-1 {
    font-size: 30px;
  }
  .heading-3 {
    font-size: 18px;
  }
  .heading-2 {
    font-size: 24px;
  }
  .text-20 {
    font-size: 14px;
  }
  .youtube {
    height: 180px;
  }
  .team-name {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .footer-card, .footer-nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .heading-2::after {
    display: none;
  }
}
