@charset "UTF-8";
/* Main body style's */
.text-accent {
  color: #f26422;
}

.heading-2 {
  font-size: 30px;
  font-weight: bold;
}

.heading-4 {
  font-size: 22px;
  font-weight: bold;
}

.heading-3-head {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}

.text-underline {
  cursor: pointer;
  border-bottom: 1px solid #000;
}

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

.quiz-inline {
  padding: 10px 0;
  text-align: center;
  position: fixed;
  z-index: 105;
  bottom: -100%;
  left: 0;
  width: 100%;
  background: #fdfdff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.quiz-inline.active {
  bottom: 0;
}

section {
  padding: 3.5rem 0;
}

.section-subtitle {
  font-size: 20px;
}

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

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

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

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

.btn-grey-border {
  color: #b4b4b4;
  border: 2px solid #b4b4b4;
}

.btn-grey-border:hover {
  background: #b4b4b4;
  color: #fff;
  font-weight: bold;
}

.prec-item-header {
  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-bottom: 20px;
}

.prec-item-header .prec-item-img {
  height: 130px;
  max-width: 120px;
  margin-right: 20px;
  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;
}

.prec-item-header ~ p {
  position: relative;
  padding-left: 30px;
}

.prec-item-header ~ p::after {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  width: 15px;
  height: 4px;
  background: #f26422;
}

/* about end */
.s-about {
  background: #353535;
  background-attachment: fixed;
  padding: 5vh 0 5vh;
  color: #fff;
}

.clocker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.clocker-num {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}

.clocker-num span {
  color: #f26422;
}

/* about end */
/* PTF */
.s-ptf {
  background: #fff;
  padding: 10vh 0 0;
}

/* PTF end */
/* paper */
.s-paper {
  background: #fff;
}

.orangeBox-border {
  padding: 30px 20px;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(242, 100, 34, 0.1);
}

.orangeBox-border-inner {
  padding-right: 30%;
  z-index: 5;
  position: relative;
}

.directir-sub {
  font-style: italic;
  font-weight: bold;
}

/* paper end */
/* Calculator */
.s-calc {
  background-image: url("../img/calc-bg.jpg");
  color: #fff;
  background-size: cover;
  background-position: center center;
}

/* Calcukator-quiz */
.whiteBox {
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0.375em 0.675em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.375em 0.675em rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.calc {
  background-size: cover;
  color: #fff;
  padding: 3rem 0;
}

.js-calc {
  color: #000;
}

.js-calc .calc-sides {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.calc-man {
  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;
}

.calc-man-l {
  width: 30%;
}

.calc-man-r {
  width: 70%;
  padding-left: 10px;
}

.calc-man-text {
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 0.375em 0.675em rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.375em 0.675em rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  text-align: left;
}

.newHeadform-present {
  border: 5px solid #e1e1e1;
  border-radius: 10px;
  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;
  padding: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#f4f4f4)), #c4c4c4;
  background: -o-linear-gradient(top, #efefef 0%, #f4f4f4 100%), #c4c4c4;
  background: linear-gradient(180deg, #efefef 0%, #f4f4f4 100%), #c4c4c4;
}

.newHeadform-present img {
  max-width: 80px;
}

.newHeadform-present span {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  text-align: right;
  margin-left: 20px;
  color: #000;
}

.calc-radio {
  position: relative;
  cursor: pointer;
  width: 100%;
  margin: 0;
}

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

.calc-radio input:checked + span {
  border: 3px solid #f26422;
}

.calc-radio input:checked + span::before {
  border-color: #f26422;
}

.calc-radio input:checked + span::after {
  opacity: 1;
  background: #f26422;
}

.calc-radio input:hover + span {
  border: 3px solid #f26422;
}

.calc-radio input:hover + span::before {
  border-color: #f26422;
}

.calc-radio span {
  position: relative;
  padding: 30px 20px;
  background: #f8f8f8;
  display: block;
  text-align: center;
  border: 3px solid #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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;
}

.calc-radio span img {
  border-radius: 100%;
  max-width: 150px;
  width: 100%;
}

.calc-radio span div {
  font-weight: bold;
  margin-top: 20px;
}

.calc-radio span::before {
  position: absolute;
  content: "";
  width: 29px;
  height: 29px;
  top: 10px;
  left: 10px;
  border-radius: 100%;
  border: 3px solid #bdbdbd;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.calc-radio span::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 17px;
  left: 17px;
  border-radius: 100%;
  opacity: 0;
  background: #bdbdbd;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.calc-radio-simple span div {
  margin-top: 0;
}

.calc-radio-simple span::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
  border-radius: 100%;
  border: 3px solid #bdbdbd;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.calc-radio-simple span::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 17px;
  border-radius: 100%;
  opacity: 0;
  background: #bdbdbd;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.calc-f {
  padding-top: 20px;
  margin-top: 20px;
  position: relative;
}

.calc-f::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  top: 0;
  left: 0;
  opacity: 0.5;
}

.calc-progress {
  margin-top: 0.5em;
  width: 100%;
  position: relative;
  height: 10px;
  border-radius: 10px;
  background: #fff;
}

.calc-progress-active {
  height: 100%;
  width: 20%;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background: #f26422;
}

.js-calc[data-pform-step="1"] .calc-progress-active {
  width: 1%;
}

.js-calc[data-pform-step="2"] .calc-progress-active {
  width: 30%;
}

.js-calc[data-pform-step="3"] .calc-progress-active {
  width: 60%;
}

.js-calc[data-pform-step="4"] .calc-progress-active {
  width: 80%;
}

.js-calc[data-pform-step="5"] .calc-progress-active {
  width: 99%;
}

.js-calc[data-pform-step="6"] .calc-progress-active {
  width: 100%;
}

.calc-step-6 .whiteBox {
  padding: 0 15px 0 0;
}

/* Portfolio */
.s-portfolio {
  background: #f3f3f3;
}

.works-nav-border {
  width: 100%;
  border-bottom: 5px solid #f26422;
  padding-top: 40px;
}

.works-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;
  width: 100%;
  outline: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #e3fdff;
}

.works-nav-item {
  width: 20%;
  text-align: center;
  padding: 15px 10px;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
}

.works-nav-item.active {
  font-weight: bold;
  background: #f26422;
}

.works-nav-item.active:hover {
  background: #f26422;
}

.works-nav-item:hover {
  background: #b4b4b4;
}

.workBox {
  background: #fff;
}

.workBox-inner {
  padding: 20px;
}

.workBox-title {
  font-weight: bold;
  font-size: 20px;
}

.workSlider-item {
  max-height: 400px;
  overflow: hidden;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.workSlider-mini-item {
  max-height: 120px;
  overflow: hidden;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.workSlider-mini {
  margin: 0 -10px;
}

.workSlider-mini-item {
  margin-top: 10px;
  padding: 0 10px;
}

.workSlider .slick-prev,
.slick-next {
  z-index: 101;
}

.workSlider .slick-next {
  right: 7px;
}

.workSlider .slick-prev {
  left: 7px;
}

.works-tab-item,
.works-tab {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}

.works-tab-item {
  display: none;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.works-tab-item.active {
  display: block;
  z-index: 0;
  opacity: 1;
}

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

.workAttachment-text {
  margin-left: 10px;
  font-size: 14px;
}

.workAttachment-text span {
  font-weight: bold;
  margin-right: 8px;
}

.work-info {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.work-info-box {
  background: #f3f3f3;
  padding: 20px 10px;
  width: 48%;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}

.work-info-box span {
  font-weight: bold;
  margin-right: 10px;
  color: #f26422;
  text-transform: uppercase;
}

.work-info-box-100 {
  width: 100%;
}

.workReview {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.workReview-class {
  width: 100px;
  height: 80px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80px;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  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;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #e3fdff;
  border-radius: 10px;
  font-weight: bold;
  font-size: 24px;
  color: #000;
}

.workReview-detail {
  margin-left: 20px;
  width: 100%;
}

.workReview-detail-item {
  font-size: 14px;
  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;
  width: 100%;
}

.workReview-detail-item span:first-child {
  width: 60%;
  font-weight: bold;
}

.workReview-detail-item + .workReview-detail-item {
  margin-top: 14px;
}

.workTeam {
  margin-top: 10px;
  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;
}

.workTeam-pic {
  margin-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.workTeam-pic img {
  max-width: 70px;
  border-radius: 100%;
  border: 5px solid #e3fdff;
}

.workBox-modal {
  width: 100%;
  text-align: center;
}

/* Portfolio end */
/* payment */
.s-payment {
  background-image: url("../img/32_.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 100%;
}

.paymentRow {
  margin-top: 20px;
  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-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.paymentRow-pic {
  width: 70px;
  margin-right: 10px;
}

.radio-block {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2em 0;
}

.radio-block p {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

.radio-block .radio {
  display: inline-block;
  width: 98px;
  height: 43px;
  background: #1168ac;
  border-radius: 25px;
  padding: 5px;
  position: relative;
  cursor: pointer;
  margin: 0 10px;
}

.radio-block .radio.yellow {
  background: #fcc936 !important;
}

.radio-block .radio .controller.to-left {
  left: -webkit-calc(100% - 38px);
  left: calc(100% - 38px);
}

.radio-block .radio .controller {
  cursor: pointer;
  position: absolute;
  top: 5px;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: left 0.3s ease-in;
  -o-transition: left 0.3s ease-in;
  transition: left 0.3s ease-in;
}

.radio-block .radio .controller.to-right {
  left: 5px;
}

/* priceBox */
.s-price {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.85)), to(rgba(255, 255, 255, 0.85))), url("../img/price-bg.jpg");
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url("../img/price-bg.jpg");
  background: linear-gradient(to top, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url("../img/price-bg.jpg");
  background-size: cover;
  background-position: center center;
}

.price-nav,
.reviews-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;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.price-nav-item,
.reviews-nav-item {
  padding: 14px 10px;
  text-align: center;
  border: 1px solid gray;
  font-size: 18px;
  cursor: pointer;
  background: #fff;
}

.price-nav-item:hover,
.reviews-nav-item:hover {
  border-color: #f26422;
}

.price-nav-item.active,
.reviews-nav-item.active {
  font-weight: bold;
  border: 2px solid #f26422;
}

.price-nav-item + .price-nav-item,
.reviews-nav-item + .reviews-nav-item {
  margin-left: 20px;
}

.price-tab,
.reviews-tab {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.price-tab-item,
.reviews-tab-item {
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
}

.price-tab-item.active,
.reviews-tab-item.active {
  opacity: 1;
  position: relative;
  z-index: 0;
}

.priceBox {
  border: 4px solid #f26422;
  padding-bottom: 20px;
  background: #fff;
  opacity: 0.8;
}

.priceBox:hover {
  opacity: 1;
}

.priceBox-main {
  opacity: 1;
}

.priceBox-title {
  display: block;
  background: #f3f3f3;
  padding: 15px 15px;
  margin: 0;
}

.priceBox-title * {
  margin: 0;
}

.priceBox-subtitle {
  font-size: 14px;
  font-weight: bold;
  color: #f26422;
}

.priceBox-desc {
  padding: 0 10px 0 20px;
  font-size: 14px;
  opacity: 0.7;
  margin: 20px 0;
  margin-left: 20px;
  position: relative;
  border-left: 3px solid rgba(0, 0, 0, 0.23);
}

.price-works {
  margin-top: 10px;
  padding: 0 15px;
}

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

.price-works-item {
  display: none;
}

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

.price-works-more {
  list-style: none;
  margin: 10px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  border-bottom: 1px dashed #f26422;
  display: inline-block;
  color: #f26422;
  position: relative;
  margin-left: 0px;
  padding-left: 20px;
}

.price-works-more:hover {
  color: #d54c0d;
  border-color: #d54c0d;
}

.price-works-more::before {
  content: "";
  position: absolute;
  background-image: url("../img/icon/price/plus.svg");
  background-size: cover;
  width: 15px;
  height: 15px;
  top: 5px;
  left: 0;
}

.priceBox-preview {
  position: relative;
  overflow: hidden;
  height: 180px;
  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;
}

.ribon {
  line-height: 1em;
  font-weight: 600;
  position: absolute;
  background: #ff4343;
  color: #fff;
  text-align: center;
  width: 67px;
  top: 0;
  left: 100%;
  margin-left: -62.9325px;
  padding: 9px 0 7px;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 10px;
}

.ribon-yellow {
  background: #ffd431;
  color: #000;
}

.ribon:before,
.ribon:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  background: inherit;
  width: 100%;
  height: 100%;
}

.ribon:before {
  left: 0;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: skewX(-45deg) skewY(0);
  -ms-transform: skewX(-45deg) skewY(0);
  transform: skewX(-45deg) skewY(0);
}

.ribon:after {
  right: 0;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skewX(45deg) skewY(0);
  -ms-transform: skewX(45deg) skewY(0);
  transform: skewX(45deg) skewY(0);
}

.ribon__inner {
  margin: 0 -8px;
}

.priceBox-paragr {
  font-size: 18px;
  padding: 0 10px;
}

.priceBox-icon {
  margin: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.priceBox-icon div + div {
  margin-left: 15px;
}

.priceBox-price-old {
  text-align: center;
  font-size: 18px;
  opacity: 0.7;
  text-decoration: line-through;
}

.priceBox-price {
  color: #ea1616;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  margin-bottom: 10px;
}

.priceBox-price-other {
  font-weight: bold;
  font-size: 24px;
}

.priceBox-btn {
  padding: 0 10px;
  text-align: center;
}

/* priceBox end */
/* Timeline */
.s-stage {
  background: #f3f3f3;
}

.step-num {
  font-size: 180px;
  font-weight: bold;
  width: 120px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 120px;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  color: #f26422;
}

.step-title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 8px;
}

.step-description {
  font-size: 18px;
  opacity: 0.7;
}

.review-swipe-item {
  display: none;
}

.review-swipe-item.active {
  display: block;
}

.timeline-item {
  padding: 10px 0;
  position: relative;
  font-size: 22px;
  font-weight: bold;
}

.timeline-item::before {
  content: "●";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #e3e3e3;
  color: #ea1616;
  font-size: 28px;
  line-height: 220%;
  text-indent: -8px;
}

.timeline-item:nth-child(odd) {
  text-align: right;
  padding-right: 110px;
}

.timeline-item:nth-child(odd) .timeline-item-img {
  right: 20px;
}

.timeline-item:nth-child(odd)::before {
  right: 0;
}

.timeline-item:nth-child(even) {
  margin-left: 50%;
  padding-left: 110px;
}

.timeline-item:nth-child(even) .timeline-item-img {
  left: 20px;
}

.timeline-item:nth-child(even)::before {
  left: -1px;
}

.timeline-item-img {
  width: 74px;
  height: 74px;
  overflow: hidden;
  border-radius: 100%;
  border: 5px solid #e3e3e3;
  position: absolute;
}

.timeline-item-img img {
  width: 100%;
}

.timeline-item p {
  line-height: 1.4;
  margin: 4px 0 0 0;
}

.timeline-item p span {
  display: block;
  font-size: 12px;
  color: #ea1616;
  font-weight: 700;
  margin-top: 5px;
}

/* Timeline end */
/* reviewBox end */
.team {
  padding: 0 0 40px 0;
  -webkit-box-shadow: 0 0.375em 0.675em rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.375em 0.675em rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.team-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.team-text {
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding-bottom: 10px;
  padding: 20px 20px;
}

.team-name {
  font-weight: bold;
  font-size: 24px;
  color: #f26422;
  margin-bottom: 5px;
}

.team-stars {
  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;
}

.team-stars img {
  max-width: 120px;
  height: auto;
}

.team-stars-title {
  font-size: 18px;
  opacity: 0.5;
  width: 100%;
  margin: 8px 0;
  font-weight: bold;
}

.team-star-percent {
  width: 80px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80px;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  font-size: 14px;
  padding: 6px 8px;
  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;
  background: #f26422;
  color: #fff;
  border-radius: 20px;
}

.team-profession {
  opacity: 0.5;
  font-size: 18px;
}

.team-parag {
  padding: 0 20px;
  margin-top: 20px;
  font-size: 16px;
}

.team-scale {
  padding: 0 20px;
  margin-top: 30px;
  text-align: center;
}

.team-btn {
  color: #f26422;
  display: inline-block;
  border: 2px solid #f26422;
  padding: 10px 30px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-slider {
  padding: 0 20px;
}

.slick-slide {
  outline: 0;
}

.slick-slide img {
  width: 100%;
}

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

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

.slick-prev,
.slick-next {
  width: 40px;
  height: 40px;
  z-index: 101;
}

.slick-prev:before,
.slick-next:before {
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 100%;
  content: "";
  background: url("https://sm-remont.ru/tools/sm-remont-v4/img/icons/slider-arrow.svg"), #fff;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-shadow: 0 0em 0.975em rgba(0, 0, 0, 0.5);
          box-shadow: 0 0em 0.975em rgba(0, 0, 0, 0.5);
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
}

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

/* reviewBox end */
/* reviewBox end */
.reviewBox {
  -webkit-box-shadow: 0 0.375em 0.675em rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.375em 0.675em rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.reviewBox-top {
  padding: 20px 20px 0px;
}

.reviewBox-text {
  width: 70%;
}

.reviewBox-name {
  font-weight: bold;
  font-size: 24px;
  color: #f26422;
}

.reviewBox-date {
  opacity: 0.5;
  font-size: 18px;
  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;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  padding-bottom: 10px;
}

.reviewBox-parag {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  margin: 20px 0 0px;
  padding: 20px 20px 0;
  height: 220px;
  overflow: hidden;
  position: relative;
}

.reviewBox-parag::after {
  position: absolute;
  height: 40px;
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.75)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.75), rgba(0, 0, 0, 0));
  background: linear-gradient(to top, rgba(255, 255, 255, 0.75), rgba(0, 0, 0, 0));
}

.reviewBox-parag-title {
  padding-left: 20px;
  position: relative;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px;
}

.reviewBox-parag-title::after {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  height: 2px;
  width: 12px;
  background: #f26422;
}

.reviewBox-scale {
  margin-top: 30px;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  padding-top: 30px;
  text-align: center;
}

.reviewBox-btn {
  padding: 20px 0;
  background: #e9e9e9;
  margin-top: 20px;
}

.reviewBox-star {
  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;
}

.reviewBox-link {
  display: inline-block;
  margin-top: 10px;
  color: #f26422;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid #f26422;
}

.reviewBox-link:hover {
  color: #f26422;
  text-decoration: none;
  border-bottom: 2px solid #f26422;
}

.reviewItem-rating-stars {
  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-left: 20px;
}

.reviewItem-rating-star {
  width: 14px;
  height: 12px;
  margin-right: 8px;
  background: url("../img/icon/icon-star.svg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* reviewBox end */
/* pretty end */
.s-pretty {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #e3fdff), color-stop(50%, #f26422));
  background: -o-linear-gradient(left, #e3fdff 50%, #f26422 50%);
  background: linear-gradient(to right, #e3fdff 50%, #f26422 50%);
}

.blueBox {
  background: #e3fdff;
  color: #000;
  padding: 45px 20px 60px;
  height: 100%;
}

.blueBox-title {
  font-size: 30px;
  font-weight: bold;
  color: #f26422;
  margin-bottom: 30px;
  text-align: left;
}

.brownBox {
  background: #515151;
  color: #fff;
  padding: 45px 20px 60px;
  height: 100%;
}

.brownBox-title {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}

.orangeBox {
  background: #f26422;
  color: #fff;
  padding: 45px 20px 60px;
  height: 100%;
}

.orangeBox-title {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
  text-align: left;
}

/* pretty ebd */
/* company */
.s-company {
  overflow: hidden;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.85))), url("../img/kit-bg.jpg");
  background: -o-linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url("../img/kit-bg.jpg");
  background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url("../img/kit-bg.jpg");
  color: #fff;
}

.s-company-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.65)), to(rgba(255, 255, 255, 0.65))), url("../img/kit-bg.jpg");
  background: -o-linear-gradient(rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.65)), url("../img/kit-bg.jpg");
  background: linear-gradient(rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.65)), url("../img/kit-bg.jpg");
  background-attachment: fixed;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  z-index: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.radial-circles {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.radial-circle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.radial-circle--bg {
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: -260px;
  width: 612px;
  height: 612px;
  background: #f26422;
  opacity: 0.5;
}

.radial-circle--sm {
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: -115px;
  width: 322px;
  height: 322px;
  background: #f26422;
  opacity: 0.25;
}

.whiteForm {
  background: #f8f8f8;
  border: 10px solid #feab29;
  color: #000;
  -webkit-box-shadow: 0 0.375em 0.675em rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.375em 0.675em rgba(0, 0, 0, 0.2);
  padding: 50px 30px;
  border-radius: 10px;
}

.whiteForm-simple {
  border: 0;
}

.technik-item {
  max-width: 540px;
  margin-bottom: 25px;
  margin-right: auto;
}

.technik-item-title {
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
  font-weight: bold;
}

.technik-item-title span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #f26422;
  color: #fff;
  font-size: 14px;
  margin-right: 15px;
  height: 30px;
  width: 30px;
  position: absolute;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

.text-uppercase {
  text-transform: uppercase;
}

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

.text-gray {
  opacity: 0.7;
}

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

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

.smeta-free {
  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;
}

.smeta-free img {
  max-width: 160px;
}

.smeta-arrow {
  padding-left: 20px;
  position: relative;
  font-weight: bold;
}

.smeta-arrow::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url("../img/icon/curve-arrow_1.svg");
  background-size: cover;
  top: -40px;
  left: 0;
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

/* company ebd */
/* saleBox */
.s-perco {
  background: #f3f3f3;
}

.saleBox {
  background: #fff;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  height: 100%;
}

.saleBox .heading-3 {
  display: block;
  text-align: center;
  font-size: 22px;
}

.saleBox p {
  font-size: 18px;
  margin: 30px 0;
}

.saleBox .saleBox-btn {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.saleBox-inner {
  position: relative;
  z-index: 1;
  padding: 40px 20px 150px;
}

.saleBox-inner h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.saleBox-pic {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.saleBox-pic img {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* saleBox end */
/* partners */
.s-partners {
  background: #fff;
}

/* partners end */
/* footer */
.main-input-white {
  background: #fff;
  border: 0;
  padding: 15px 0 15px 20px;
  color: #000000;
  font-size: 18px;
  width: 100%;
  border-radius: 10px;
}

.main-input-white::-webkit-input-placeholder {
  color: #000;
  opacity: 0.9;
}

.main-input-white::-moz-placeholder {
  color: #000;
  opacity: 0.9;
}

.main-input-white:-ms-input-placeholder {
  color: #000;
  opacity: 0.9;
}

.main-input-white::-ms-input-placeholder {
  color: #000;
  opacity: 0.9;
}

.main-input-white::placeholder {
  color: #000;
  opacity: 0.9;
}

.s-footer {
  background: url("../img/32_.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  padding: 10vh 0;
  text-align: center;
}

.footer-subtitle {
  font-size: 20px;
}

.footer-form-item {
  width: 100%;
}

.footer {
  background: #f3f3f3;
  color: #000;
  opacity: 0.5;
  font-size: 12px;
  padding: 20px 0;
}

.footer a {
  color: #000;
  border-bottom: 1px dotted #000;
}

.footer a:hover {
  text-decoration: none;
  border-bottom: 1px solid #000;
}

.link-blue {
  color: #06f;
}

.popup-heading {
  font-size: 24px;
  font-weight: bold;
}

.main-popup {
  padding: 20px 0;
}

/* compare */
.compareBox-head {
  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;
  padding: 20px;
  background: #ff631e;
}

.compareBox-pic {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 100%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.compareBox-head-gray {
  background: #b1b1b1;
}

.compareBox-title {
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.compareBox-list {
  outline: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  color: #000;
}

.compareBox-red {
  background: #f8f8f8;
}

.compareBox-list-item {
  padding: 20px 60px 20px 30px;
  border-bottom: 2px solid #e0c5c5;
}

.compareBox-green {
  background: #f8f8f8;
}

.compareBox-green .compareBox-list-item {
  border-bottom: 2px solid #cce4bf;
}

.s-video {
  padding: 0;
}

.video-box-preview {
  position: relative;
  cursor: pointer;
}

.video-box-preview:hover {
  opacity: 0.8;
}

.video-box-preview::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  content: "";
  background-image: url("../img/icon/team/video-icon.png");
}

.responsive-video {
  max-width: 100%;
  height: auto;
}

.slick-slider .slick-list {
  padding-bottom: 0;
}

/* footer end */
/* popup */
.popup-list {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}

.popup-list-item {
  margin-top: 18px;
  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-size: 16px;
  opacity: 0.9;
}

.popup-list-item img {
  max-width: 40px;
  margin-right: 10px;
}

.whiteBox {
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: 0 0.375em 0.675em rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.375em 0.675em rgba(0, 0, 0, 0.2);
}

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

.popup-man-pic {
  max-width: 170px;
  max-height: 170px;
  display: inline-block;
  overflow: hidden;
  border-radius: 100%;
  border: 5px solid #f26422;
}

.popup-man-pic img {
  max-width: 100%;
  height: auto;
}

.calend_success_date {
  display: inline-block;
  padding: 10px;
  border-radius: 12px;
  background-clip: padding-box;
  background-color: #f26422;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.48);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.48);
  color: #fff;
  font-size: 13px;
  position: relative;
  white-space: nowrap;
}

.calend_success_date:after {
  display: inline-block;
  content: "";
  position: absolute;
  bottom: -23px;
  left: 50%;
  margin-left: -10px;
  border: 15px solid transparent;
  border-top: 15px solid #f26422;
}

.thanks-head {
  padding: 9rem 0 3rem;
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82)), url("../img/newbuild-head-bg-min.jpg");
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.82)), to(rgba(0, 0, 0, 0.82))), url("../img/newbuild-head-bg-min.jpg");
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82)), url("../img/newbuild-head-bg-min.jpg");
  background-size: cover;
  color: #fff;
}

/* thanks */
.presentItem {
  display: block;
  cursor: pointer;
  color: #fff;
  text-align: center;
}

.presentItem:hover {
  color: #fff;
}

.presentItem-img {
  width: 100%;
  position: relative;
  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;
}

.presentItem-attech {
  width: 200px;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  transition: all 0.3s ease;
}

/* smeta man */
.newbuild-head {
  padding: 6rem 0 3rem;
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82)), url("../img/newbuild-head-bg-min.jpg");
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.82)), to(rgba(0, 0, 0, 0.82))), url("../img/newbuild-head-bg-min.jpg");
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82)), url("../img/newbuild-head-bg-min.jpg");
  background-size: cover;
  min-height: 100vh;
  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;
}

.compareBox-head {
  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;
  padding: 20px;
  background: #ff631e;
}

.compareBox-pic {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 100%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.compareBox-head-gray {
  background: #b1b1b1;
}

.compareBox-title {
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.compareBox-red {
  background: #f8f8f8;
}

.compareBox-list-item {
  padding: 20px 60px 20px 30px;
  border-bottom: 2px solid #e0c5c5;
}

.compareBox-green {
  background: #f8f8f8;
}

.compareBox-green .compareBox-list-item {
  border-bottom: 2px solid #cce4bf;
}

.thanks-head {
  padding: 9rem 0 3rem;
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82)), url("../img/newbuild-head-bg-min.jpg");
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.82)), to(rgba(0, 0, 0, 0.82))), url("../img/newbuild-head-bg-min.jpg");
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82)), url("../img/newbuild-head-bg-min.jpg");
  background-size: cover;
  color: #fff;
}

.compare {
  padding: 5rem 0;
  background: #fff;
}

.video-box {
  width: 100%;
}

.video-box iframe {
  width: 100%;
}

.control,
.bg-gray {
  padding: 4rem 0;
  background: #f3f3f3;
}

.control-head {
  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;
}

.control-head img {
  margin-right: 20px;
  height: 70px;
}

.process,
.videoHome {
  padding: 3rem 0;
}

.slidesUp {
  width: 100%;
  overflow: hidden;
}

.slidesUp-inner {
  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;
  width: 3000px;
}

.slick-prev,
.slick-next {
  z-index: 10;
}

.slidesDown-inner {
  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;
  width: 3000px;
  left: -50%;
  position: relative;
}

.slidesUp-item {
  display: inline-block;
  width: 25%;
}

.process-box {
  padding: 3rem 0 3rem;
}

.process-slide-item {
  padding: 0 15px;
}

/* spb-vanna */
.header-white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  color: #fff;
}

/* modal carantine */
.modal-carantin {
  position: fixed;
  bottom: 60px;
  left: 0;
  width: 100vw;
  z-index: 101;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.modal-carantin.close {
  opacity: 0;
  visibility: hidden;
}

.box-warning {
  background: #f26422;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0.175rem 0.375rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.175rem 0.375rem rgba(0, 0, 0, 0.2);
}

.box-warning-inner {
  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;
  font-size: 14px;
}

.box-warning-inner svg {
  max-width: 30px;
  width: 100%;
  height: auto;
  margin-right: 20px;
}

.modal-carantin-close {
  cursor: pointer;
}

.modal-carantin-close svg {
  fill: #fff;
  stroke: #fff;
  max-width: 20px;
  margin-right: 0;
}

@media (max-width: 575px) {
  .box-warning-inner {
    font-size: 12px;
  }
  .box-warning-inner svg {
    max-width: 25px;
    margin-right: 10px;
  }
  .box-warning-inner .text-bold {
    font-weight: 300;
  }
}

/** Flexbe styles */
.f-head {
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.9))), url(../img/head-bg-v2.jpg), #000;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.9) 100%), url(../img/head-bg-v2.jpg), #000;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.9) 100%), url(../img/head-bg-v2.jpg), #000;
}

.f-header-number-tel {
  width: 20px;
  height: 20px;
  padding: 5px;
}

.header-static .fl-header-number-link {
  font-size: 16px;
}

.f-heading-1 {
  font-size: 54px;
}

.f-heading-1 .text-accent {
  font-size: 30px;
}

.f-btn-orange {
  padding: 20px 15px;
  font-weight: bold;
  text-transform: uppercase;
}

.plus-wrp-fl li {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  font-size: 16px;
}

.plus-wrp-fl li:nth-child(3)::before {
  background: url(../img/icon/head/v2/label.png) no-repeat;
  background-size: cover;
}

.plus-wrp-fl li:last-child::before {
  background: url(../img/icon/head/v2/master.png) no-repeat;
  background-size: cover;
}

.btn-quiz-back {
  font-family: Arial, sans-serif;
  border: 2px solid #ff6216;
  background: none;
  color: #ff6216;
  border-radius: 100px;
  padding: 18px 30px;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.btn-quiz-back:hover {
  background: #ff6216;
  color: #fff;
}

.btn-quiz-next {
  font-family: Arial, sans-serif;
  background: #ff6216;
  color: #fff;
  border: 0;
  border-radius: 100px;
  padding: 18px 30px;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.btn-quiz-next:hover {
  background: #c04b10;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.61);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.61);
}

.quiz-radio-row {
  width: 100%;
  margin-bottom: 0;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  width: 50%;
}

.quiz-radio-row input[type="radio"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.quiz-radio-row input:checked + span .quiz-answer-title::before {
  opacity: 1;
}

.quiz-radio-row .quiz-answer-title {
  padding-left: 35px;
  position: relative;
  font-size: 24px;
}

.quiz-radio-row .quiz-answer-title::after {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 24px;
  height: 24px;
  border: 4px solid #fff;
  border-radius: 100%;
}

.quiz-radio-row .quiz-answer-title::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 7px;
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 100%;
}

.form-input {
  width: 100%;
  display: block;
  border-radius: 4px;
  border: 1px solid #fff;
  padding: 14px 8px;
  font-size: 18px;
  color: #000;
}

.quiz-final-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}

.quiz-policy {
  font-size: 14px;
  opacity: 0.8;
  margin-top: 15px;
}

.quiz-policy a {
  color: #fff;
}

.quiz-policy a:hover {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 769.78px) {
  .quiz-final-title {
    font-size: 28px;
  }
  .subtitle {
    font-size: 18px;
  }
  .quiz-radio-row {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .quiz-final-title {
    font-size: 22px;
  }
  .quiz-radio-row .quiz-answer-title {
    font-size: 18px;
  }
  .quiz-radio-row .quiz-answer-title::before {
    top: 9px;
  }
  .quiz-radio-row .quiz-answer-title::after {
    top: 2px;
  }
}

/*********************/
/* Always at the end */
/* Desktop first */
@media (max-width: 1200.21px) {
  .header-static .header-number-link {
    font-size: 20px;
  }
  .heading-1 {
    font-size: 44px;
  }
  .heading-2 {
    font-size: 30px;
  }
  .header-fixed {
    display: none;
  }
}

@media (max-width: 992.43px) {
  .heading-2 {
    font-size: 26px;
  }
  .heading-3 {
    font-size: 22px;
  }
  .text-22 {
    font-size: 18px;
  }
  .plus-wrp li {
    font-size: 16px;
  }
  .plus-wrp-fl {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 20px;
  }
  .plus-wrp-fl li {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    font-size: 16px;
  }
}

@media (max-width: 769.78px) {
  .hint-block {
    display: none;
  }
  .f-heading-1 .text-accent {
    font-size: 20px;
  }
}

@media (max-width: 575.98px) {
  .heading-1 {
    font-size: 30px;
  }
  .heading-2 {
    font-size: 22px;
  }
  .heading-3 {
    font-size: 16px;
  }
  .heading-3-head {
    font-size: 16px;
  }
  .plus-wrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .plus-wrp li {
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
  }
  .plus-wrp li::before {
    top: 5px;
    width: 20px;
    height: 20px;
    background-size: cover;
  }
  .btn-orange,
  .btn-orange-border {
    width: 100%;
    padding: 15px 0;
    text-align: center;
    font-size: 15px;
  }
  .works-nav {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .works-nav-item {
    width: 33%;
  }
  .work-info {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .work-info-box {
    width: 100%;
    font-size: 16px;
    padding: 10px 0;
    margin-top: 6px;
  }
  .calc-radio span img {
    display: none;
  }
  .calc-radio span div {
    margin: 0;
  }
  .calc-radio span {
    padding: 17px 0;
  }
  .calc-step-6 .whiteBox {
    padding: 20px;
  }
  .section-subtitle {
    font-size: 14px;
  }
  .reviewBox-parag {
    font-size: 14px;
  }
  .text-20 {
    font-size: 16px;
  }
  .text-22 {
    font-size: 16px;
  }
  .clocker {
    margin-top: 10px;
  }
  .clocker-num {
    font-size: 18px;
  }
  .clocker-num span {
    display: block;
  }
  .footer-subtitle {
    font-size: 16px;
    margin-top: 5px;
  }
  section {
    padding: 2rem 0;
  }
  .timeline-item {
    font-size: 20px;
    text-align: left;
  }
  .timeline-item:nth-child(even) {
    margin-left: 0;
  }
  .timeline-item:nth-child(odd) .timeline-item-img {
    left: 20px;
  }
  .timeline-item:nth-child(odd) {
    text-align: left;
    padding-left: 110px;
    padding-right: 0;
  }
  .timeline-item:nth-child(odd)::before {
    left: -1px;
  }
  .s-stage {
    padding: 2rem 5%;
  }
  html,
  body {
    font-size: 12px;
  }
  .radial-circle--bg {
    right: -450px;
  }
  .radial-circle--sm {
    right: -250px;
  }
  .price-nav-item {
    font-size: 14px;
  }
  .prec-item-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .prec-item-header .text-22 {
    font-size: 12px;
    margin-top: 10px;
  }
  .prec-item-header .text-22 br {
    display: none;
  }
  .prec-item-header ~ p {
    display: none;
  }
  .header-static .header-number-link {
    font-size: 20px;
  }
  .header-number-ico {
    display: none;
  }
  .header-number-left {
    margin-right: 0;
  }
  .plus-wrp {
    margin-top: 0px;
  }
  .calculate-form-select,
  .site-tab-select {
    font-size: 12px;
  }
  .irs--round .irs-single {
    font-size: 10px;
    top: 0;
  }
  .head_form__count {
    font-size: 12px;
  }
  .workBox-title {
    font-size: 16px;
  }
  .workBox-inner {
    padding: 0px 15px 10px;
  }
  .paymentRow-pic {
    width: 40px;
  }
  .text-24 {
    font-size: 16px;
  }
  .text-14 {
    font-size: 10px;
  }
  .timeline-item {
    font-size: 16px;
    line-height: 1.3;
  }
  .technik-item-title {
    font-size: 14px;
  }
  .works-nav-overflow {
    overflow-x: scroll;
  }
  .works-nav {
    width: 900px;
  }
  .works-nav-item {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 12px 20px;
  }
  .slick-next {
    right: -10px;
  }
  .slick-prev {
    left: -10px;
  }
  .popup-l {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .popup-man-pic {
    max-width: 70px;
    margin-right: 20px;
    border: 2px solid orange;
  }
  .head-calc,
  .head-calc-footer {
    padding: 10px;
    border-radius: 0;
    margin: 0 -15px;
  }
  .calculate-form-select,
  .site-tab-select {
    padding: 10px 0 10px 5px;
  }
  .heading-1 .text-accent {
    font-size: 25px;
  }
  .plus-wrp li {
    margin-top: 20px;
  }
  .plus-wrp li::before {
    width: 35px;
    height: 35px;
  }
  .plus-wrp-v2 li {
    width: 100%;
    padding-left: 50px;
  }
  .phone-field {
    padding: 15px 10px;
  }
  .header-static .header-number-link, .header-fixed-number {
    font-size: 16px;
  }
  .header-number-tel {
    width: 24px;
    height: 24px;
    display: none;
  }
  .header-number-tel svg {
    width: 14px;
    height: 14px;
  }
  .head-calc-v2 .btn-orange {
    font-size: 16px;
  }
  .newHeadform-radio .head-radio-title {
    font-size: 15px;
  }
  .f-heading-1 .text-accent {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
}
