body {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 20px;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .41), rgba(0, 0, 0, .41)), url('../images/Main-background-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .41), rgba(0, 0, 0, .41)), url('../images/Main-background-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.header-block {
  position: fixed;
  z-index: 1100;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, .09);
}

.header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.logo {
  margin-right: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #FE9900;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

.div-block {
  background-color: #0098ff;
}

.logo-line {
  width: 2px;
  max-width: 2px;
  min-width: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #000;
}

.logo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-descriptor {
  font-size: 14px;
}

.logo-line-2 {
  display: block;
  width: 2px;
  max-width: 2px;
  min-width: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #23628d;
}

.header-contacts-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 25px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header-icon {
  display: block;
  margin-top: 2px;
  margin-right: 8px;
}

.schedule-text {
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header-phone-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #000;
  font-size: 18px;
  text-decoration: none;
}

.header-phone-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.header-button {
  padding: 14px 30px 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: #FE9900;
  -webkit-transition: background-color 800ms ease, color 800ms ease;
  transition: background-color 800ms ease, color 800ms ease;
  color: #000;
  font-size: 17px;
  font-weight: 600;
}

.header-button:hover {
  background-color: #FE9900;
  color: #fff;
}

.header-contacts-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header-phone-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-2 {
  display: block;
  width: 2px;
  max-width: 2px;
  min-width: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #31698f;
}

.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1240px;
  margin-top: 80px;
  -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;
}

.utp-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-title {
  margin-bottom: 40px;
  color: #fff;
  font-size: 45px;
  line-height: 135%;
  font-weight: 600;
  text-shadow: 0 0 18px rgba(0, 0, 0, .77);
}

.hero-descriptor {
  width: 80%;
  margin-bottom: 50px;
  color: #fff;
  font-size: 24px;
  line-height: 135%;
  text-shadow: 1px 1px 14px rgba(0, 0, 0, .66);
}

.hero-column {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-icon-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 51px;
  height: 51px;
  margin-right: 20px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 1000px;
  background-color: #FE9900;
}

.hero-icon-descriptor {
  color: #fff;
  font-size: 14px;
  line-height: 140%;
}

.form-wrapper {
  width: 290px;
  margin-bottom: 0px;
}

.form {
  width: 100%;
}

.text-field {
  width: 100%;
  border-radius: 5px;
}

.button {
  width: auto;
  margin-top: 10px;
  padding: 14px 30px 16px;
  border-radius: 5px;
  background-color: #FE9900;
  -webkit-transition: background-color 800ms ease, color 800ms ease;
  transition: background-color 800ms ease, color 800ms ease;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.button:hover {
  background-color: #FE9900;
  color: #000;
}

.button.form-button {
  width: 100%;
}

.form-background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 420px;
  padding: 50px;
  -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;
  border: 4px solid #FE9900;
  border-radius: 6px;
  background-color: #fff;
}

.hero-form-descriptor {
  width: 90%;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 135%;
  font-weight: 600;
  text-align: center;
}

.hero-form-descriptor.form-descriptor {
  font-size: 17px;
  font-weight: 400;
}

.checkbox-field {
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox {
  background-color: #326f99;
}

.field-label {
  color: #a9a9a9;
}

.kinds-of-screed-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container {
  display: block;
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.container.payment-container {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.container.thank-container {
  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: 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;
}

.title-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.title {
  margin-bottom: 10px;
  color: #5c5c5c;
  font-size: 25px;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.title.white-totle {
  color: #fff;
}

.title-line {
  width: 71px;
  height: 4px;
  background-color: #FE9900;
}

.title-line.yellow-title-line {
  background-color: #FE9900;
}

.kinds-of-screed-column {
  height: 220px;
  padding: 10px;
}

.kind-of-screed-background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.kind-of-screed-background.kind-1 {
  overflow: hidden;
  background-image: url('../images/img-block_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.kind-of-screed-background.kind-2 {
  overflow: hidden;
  background-image: url('../images/img-block_2.jpg');
  background-position: 0px 50%;
  background-size: cover;
}

.kind-of-screed-background.kind-3 {
  overflow: hidden;
  background-image: url('../images/img-block_3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.kind-of-screed-background.kind-4 {
  overflow: hidden;
  background-image: url('../images/img-block_4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.kind-of-screed-background.kind-5 {
  overflow: hidden;
  background-image: url('../images/scale_1200.webp');
  background-position: 50% 72%;
  background-size: cover;
}

.kind-of-screed-background.kind-6 {
  overflow: hidden;
  background-image: url('../images/IMG_20190925_121715-1024x768.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.kind-of-screed-background.kind-7 {
  overflow: hidden;
  background-image: url('../images/prokladka-kabelya.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.kind-text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 35px;
  -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-radius: 4px;
  background-color: rgba(0, 0, 0, .6);
  -webkit-transition: opacity 200ms ease, -webkit-transform 450ms ease;
  transition: opacity 200ms ease, -webkit-transform 450ms ease;
  transition: opacity 200ms ease, transform 450ms ease;
  transition: opacity 200ms ease, transform 450ms ease, -webkit-transform 450ms ease;
}

.kind-text-box:hover {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}

.kind-text-box.text-2 {
  padding: 15px 30px;
}

.kind-text {
  color: #fff;
  font-size: 17px;
  line-height: 145%;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.grey {
  color: #797979;
  font-weight: 700;
}

.yellow-background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: rgba(255, 204, 0, 0);
  -webkit-transition: background-color 800ms ease;
  transition: background-color 800ms ease;
}

.yellow-background:hover {
  background-color: rgba(255, 204, 0, .75);
}

.call-modal-container {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 15;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: transparent;
}

.modal-background {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .75);
  cursor: pointer;
}

.modal {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 95%;
  height: auto;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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: 4px solid #FE9900;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.close-modal-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 21px;
  cursor: pointer;
}

.modal-title {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

.modal-descriptor {
  width: 90%;
  margin-bottom: 30px;
  line-height: 135%;
  text-align: center;
}

.semibold {
  font-weight: 600;
}

.about-company-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .58), rgba(0, 0, 0, .58)), url('../images/About-company.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .58), rgba(0, 0, 0, .58)), url('../images/About-company.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.parapraph-text {
  margin-bottom: 50px;
  color: #fff;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
}

.number-row {
  width: 60%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.number-row.two-columns {
  width: 40%;
}

.number-column {
  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: 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;
}

.number-column.invisible-column {
  display: none;
}

.number-title {
  min-height: 45px;
  margin-bottom: 25px;
  color: #FE9900;
  font-size: 39px;
  line-height: 120%;
  font-weight: 600;
  text-align: center;
}

.number-description {
  color: #fff;
  font-size: 18px;
  line-height: 135%;
  text-align: center;
}

.number-rows-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.button-box {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.payment-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f5f5;
}

.payment-text-block {
  position: relative;
  width: 60%;
}

.payment-text-block.align-center {
  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: 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;
}

.payment-title {
  font-size: 24px;
  line-height: 130%;
  font-weight: 600;
}

.payment-title.white {
  color: #fff;
}

.payment-utp {
  margin-top: 35px;
  margin-bottom: 35px;
  color: #FE9900;
  font-size: 24px;
  line-height: 130%;
  font-weight: 600;
  text-transform: uppercase;
}

.payment-utp.yellow {
  color: #FE9900;
}

.payment-descriptor {
  width: 55%;
  font-size: 18px;
  line-height: 135%;
}

.payment-descriptor.white {
  color: #fff;
  line-height: 140%;
}

.arrow-icon {
  position: absolute;
  top: 97px;
  right: 99px;
  bottom: 0px;
  width: 81px;
  -webkit-transform: rotate(-23deg);
  -ms-transform: rotate(-23deg);
  transform: rotate(-23deg);
}

.process-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url('../images/concrete.jpg');
  background-position: 0px 0px;
  background-size: 540px;
}

.infographic-block {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.infographic-icon-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.infographic-arrow-icon {
  margin-right: 10px;
  margin-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.infographic-icon-background {
  width: auto;
  padding: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 1000px;
  background-color: #fff;
}

.image {
  width: 50px;
}

.infographic-step-title {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #FE9900;
  font-size: 18px;
  line-height: 135%;
  font-weight: 600;
  text-align: center;
}

.infographic-step-descriptor {
  line-height: 135%;
  text-align: center;
}

.our-partners-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f5f5;
}

.slider {
  width: 100%;
  height: auto;
  background-color: transparent;
}

.mask {
  display: block;
  width: 85%;
  height: 400px;
  max-height: 400px;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  box-shadow: 1px 1px 4px 0 #dfdfdf;
}

.slide {
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding-right: 0px;
  padding-bottom: 0px;
}

.slider-arrow-image {
  color: #5c5c5c;
}

.slider-arrow-image.left-arrow {
  left: -39px;
}

.slider-arrow-image.right-arrow {
  right: -38px;
}

.slide-nav {
  display: none;
}

.slide-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.slider-photo-box {
  width: 70%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.slider-photo-box.project-photo-box {
  width: 100%;
  background-image: none;
}

.slider-photo-box.img-1 {
  background-image: url('../images/fortuna.jpeg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-photo-box.img-2 {
  background-image: url('../images/2-evroopt-min.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-photo-box.img-3 {
  background-image: url('../images/3-mayak-minska-min.jpg');
  background-position: 0px -26px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-photo-box.img-4 {
  background-image: url('../images/4-jilstroykomplekt-min.jpg');
  background-position: 0px 50%;
  background-size: auto;
  background-repeat: no-repeat;
}
.slider-photo-box.img-5 {
  background-image: url('../images/svh.jpeg');
  background-position: 0px 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.slider-descriptor-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.slider-descriptor-box.project-descriptor-box {
  padding: 25px 30px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-logo-box {
  width: 120px;
}

.slider-company-title {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #FE9900;
  font-size: 20px;
  font-weight: 600;
}

.company-descriptor-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  margin-right: 8px;
}

.slider-company-descriptor-semibold {
  font-weight: 600;
}

.high-quality-screed-section {
  display: none;
  padding-top: 60px;
  padding-bottom: 60px;
}

.form-title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
}

.new-building-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/obekty/16.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/obekty/16.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
}

.our-projects-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f5f5;
}

.project-descriptor {
  margin-top: 25px;
  line-height: 135%;
}

.project-photo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
  margin-top: 1px;
  margin-bottom: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.our-projects-lightbox-link {
  width: 50%;
  height: 100%;
  margin: 0px 1px;
}

.our-projects-image-box {
  width: 100%;
  height: 100%;
}

.our-projects-image-box.ph-1-1 {
  background-image: url('../images/projects/1.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.our-projects-image-box.ph-1-2 {
  background-image: url('../images/projects/2.jpeg');
  background-position: 0px 100%;
  background-size: cover;
}

.our-projects-image-box.ph-1-3 {
  background-image: url('../images/projects/3.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.our-projects-image-box.ph-1-4 {
  background-image: url('../images/projects/4.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.our-projects-image-box.ph-2-1 {
  background-image: url('../images/projects/5.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.our-projects-image-box.ph-2-2 {
  background-image: url('../images/projects/6.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.our-projects-image-box.ph-2-3 {
  background-image: url('../images/projects/7.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.our-projects-image-box.ph-2-4 {
  background-image: url('../images/projects/8.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.our-projects-image-box.ph-3-1 {
  background-image: url('../images/projects/9.jpeg');
  background-position: 0px 100%;
  background-size: cover;
}

.our-projects-image-box.ph-3-2 {
  background-image: url('../images/projects/10.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.our-projects-image-box.ph-3-3 {
  background-image: url('../images/projects/11.jpeg');
  background-position: 0px 50%;
  background-size: cover;
}

.our-projects-image-box.ph-3-4 {
  background-image: url('../images/projects/12.jpeg');
  background-position: 0px 50%;
  background-size: cover;
}

.our-projects-image-box.ph-4-1 {
  background-image: url('../images/projects/13.jpeg');
  background-position: 50% 0px;
  background-size: cover;
}

.our-projects-image-box.ph-4-2 {
  background-image: url('../images/projects/14.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.our-projects-image-box.ph-4-3 {
  background-image: url('../images/projects/15.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.our-projects-image-box.ph-4-4 {
  background-image: url('../images/projects/16.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.faq-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url('../images/concrete.jpg');
  background-position: 0px 0px;
  background-size: 540px;
  background-repeat: repeat;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tab-pane {
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 4px;
  background-color: #fff;
}

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 12px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: grey;
}

.tab-link.w--current {
  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-color: #e8243c;
}

.tab-title {
  color: #fff;
  font-size: 18px;
  line-height: 125%;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tabs-content {
  width: 50%;
  margin-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.image-3 {
  margin-right: 15px;
}

.text-block {
  margin-bottom: 20px;
  color: #FE9900;
  font-size: 20px;
  line-height: 135%;
  font-weight: 600;
}

.text-block-2 {
  font-size: 18px;
  line-height: 135%;
}

.contacts-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .67), rgba(0, 0, 0, .67)), url('../images/Contacts-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .67), rgba(0, 0, 0, .67)), url('../images/Contacts-min.jpg');
  background-position: 0px 0px, 0px 53%;
  background-size: auto, cover;
}

.contacts-icon {
  margin-right: 13px;
}

.contacts-text {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.contacts-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts-box.phone-contacts-box {
  margin-top: 7px;
  margin-bottom: 7px;
}

.footer-section {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f5f5f5;
}

.footer-text {
  margin-top: 4px;
  margin-bottom: 4px;
  color: #000;
  font-size: 13px;
  text-decoration: none;
}

.lightbox-link {
  padding: 14px 30px 16px;
  border-radius: 5px;
  background-color: #FE9900;
  -webkit-transition: background-color 800ms ease, color 800ms ease;
  transition: background-color 800ms ease, color 800ms ease;
  color: #fff;
  text-decoration: none;
}

.lightbox-link:hover {
  background-color: #FE9900;
  color: #000;
}

.lightbox-button-text {
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}

.image-4 {
  display: none;
}

.lightbox-cert {
  text-decoration: none;
}

.lightbox-cert:hover {
  color: #000;
}

.infographic-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.merk-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 70px;
}

.thank-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.thank-title {
  text-align: center;
}

.thank-descriptor {
  margin-top: 0px;
  margin-bottom: 50px;
  font-size: 22px;
  text-align: center;
}

.number-title-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.phone-contacts-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.logo-link-block {
  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;
  text-decoration: none;
}

.logo-link-block.w--current {
  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;
}

.descriptor-modal {
  display: block;
  width: 350px;
  padding: 20px;
  border: 2px solid #FE9900;
  border-radius: 4px;
  background-color: #fff;
}

.descriptor-modal._1 {
  display: block;
}

.descriptor-title {
  margin-bottom: 10px;
  color: #FE9900;
  font-weight: 600;
}

.descriptor-text {
  font-size: 14px;
  line-height: 130%;
}

.descriptor-modal-box-1 {
  position: absolute;
  left: 26px;
  top: -163px;
  z-index: 100;
  display: none;
}

.descriptor-modal-box-2 {
  position: absolute;
  left: 26px;
  top: -144px;
  z-index: 100;
  display: none;
}

.descriptor-modal-box-3 {
  position: absolute;
  left: 26px;
  top: -155px;
  z-index: 100;
  display: none;
}

.descriptor-modal-box-4 {
  position: absolute;
  left: 26px;
  top: -155px;
  display: none;
}

.descriptor-modal-box-5 {
  position: absolute;
  left: 26px;
  top: -158px;
  z-index: 100;
  display: none;
}

.descriptor-modal-box-6 {
  position: absolute;
  left: 26px;
  top: -174px;
  z-index: 100;
  display: none;
}

.select-field {
  border-radius: 5px;
  color: #909090;
}

.logo-image {
  width: 80px;
  margin-right: 10px;
}

.accordion {
  padding-left: 0px;
  list-style-type: none;
}

.toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #FE9900;
  cursor: pointer;
}

.inner {
  display: none;
  overflow: hidden;
  margin-top: 3px;
  padding-left: 0px;
  border-radius: 4px;
  list-style-type: none;
}

.list-item {
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .hero-section {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .header-block {
    position: static;
  }
  .header-container {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .logo-box {
    margin-bottom: 20px;
  }
  .hero-container {
    width: 90%;
    margin-top: 0px;
    -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;
  }
  .utp-box {
    width: 100%;
  }
  .hero-title {
    margin-bottom: 20px;
    font-size: 35px;
  }
  .hero-descriptor {
    width: 85%;
    margin-bottom: 25px;
    font-size: 22px;
  }
  .hero-row {
    margin-bottom: 10px;
  }
  .hero-column {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .form-wrapper {
    display: block;
    width: 270px;
    margin-right: auto;
    margin-left: auto;
  }
  .form-background {
    width: 340px;
    padding: 25px;
  }
  .hero-form-descriptor {
    width: 80%;
  }
  .kinds-of-screed-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .container {
    width: 93%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .container.slider-container {
    width: 97%;
  }
  .container.thank-container {
    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: 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;
  }
  .title-box {
    margin-bottom: 30px;
  }
  .title {
    font-size: 22px;
  }
  .kind-of-screed-background.kind-5 {
    overflow: hidden;
  }
  .kind-text-box {
    padding-right: 25px;
    padding-left: 25px;
  }
  .kind-text {
    width: 100%;
    font-size: 14px;
  }
  .call-modal-container {
    display: none;
  }
  .modal {
    display: block;
    width: auto;
    padding: 35px;
  }
  .modal-descriptor {
    display: block;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }
  .about-company-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .parapraph-text {
    font-size: 17px;
  }
  .number-row {
    width: 90%;
  }
  .number-row.two-columns {
    width: 80%;
    margin-top: 25px;
  }
  .number-title {
    margin-bottom: 20px;
  }
  .number-description {
    font-size: 16px;
  }
  .number-rows-box {
    margin-bottom: 40px;
    -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;
  }
  .payment-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .payment-title {
    font-size: 18px;
  }
  .payment-utp {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 18px;
  }
  .payment-descriptor {
    width: 60%;
    font-size: 17px;
  }
  .arrow-icon {
    top: 186px;
    right: 55px;
    width: 60px;
  }
  .process-section {
    padding-top: 40px;
    padding-bottom: 15px;
  }
  .infographic-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .infographic-step-title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .infographic-step-descriptor {
    font-size: 15px;
  }
  .our-partners-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .mask {
    width: 93%;
    height: 300px;
  }
  .arrow-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .slider-arrow-image {
    margin-left: 21px;
  }
  .slider-arrow-image.left-arrow {
    left: -29px;
    right: -13px;
  }
  .slider-arrow-image.right-arrow {
    left: 26px;
    right: -51px;
  }
  .slider-photo-box.project-photo-box {
    width: 57%;
  }
  .slider-photo-box.img-1 {
    width: 60%;
  }
  .slider-photo-box.img-2 {
    width: 60%;
  }
  .slider-photo-box.img-3 {
    width: 60%;
    background-position: 50% 50%;
    background-size: cover;
  }
  .slider-photo-box.img-4 {
    width: 60%;
  }
  .slider-descriptor-box {
    padding: 20px;
  }
  .slider-descriptor-box.project-descriptor-box {
    padding: 20px;
  }
  .slider-logo-box {
    width: 100px;
  }
  .slider-company-title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 17px;
  }
  .company-descriptor-box {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .slider-company-descriptor {
    font-size: 14px;
  }
  .high-quality-screed-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .our-projects-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .project-descriptor {
    margin-top: 12px;
    font-size: 15px;
  }
  .faq-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .tab-pane {
    padding: 20px;
  }
  .tab-title {
    font-size: 17px;
  }
  .text-block {
    margin-bottom: 10px;
  }
  .text-block-2 {
    font-size: 16px;
  }
  .contacts-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contacts-text {
    font-size: 17px;
  }
  .contacts-box.phone-contacts-box {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .infographic-box {
    margin-bottom: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .infographic-box.second-box {
    padding-right: 40px;
    padding-left: 40px;
  }
  .thank-descriptor {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 20px;
  }
  .descriptor-modal {
    left: 0px;
    display: block;
  }
  .descriptor-modal-box-1 {
    left: 1px;
    z-index: 100;
    display: none;
  }
  .descriptor-modal-box-2 {
    left: -62px;
  }
  .descriptor-modal-box-3 {
    left: -113px;
  }
  .descriptor-modal-box-4 {
    left: 1px;
  }
  .descriptor-modal-box-5 {
    left: -57px;
  }
  .descriptor-modal-box-6 {
    left: -113px;
  }
}

@media (max-width: 767px) {
  .hero-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .logo-descriptor {
    font-size: 14px;
    line-height: 19px;
  }
  .hero-title {
    font-size: 32px;
  }
  .hero-descriptor {
    width: 97%;
    font-size: 20px;
  }
  .hero-row {
    margin-bottom: 20px;
  }
  .hero-column {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hero-icon-box {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .container.payment-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container.thank-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title {
    font-size: 18px;
    line-height: 135%;
  }
  .modal {
    display: block;
    width: 90%;
    max-height: 90%;
    max-width: 400px;
  }
  .close-modal-icon {
    top: 15px;
    right: 15px;
    width: 18px;
  }
  .number-row.two-columns {
    margin-top: 0px;
  }
  .number-column {
    margin-bottom: 25px;
  }
  .number-title {
    margin-bottom: 10px;
    font-size: 32px;
  }
  .number-rows-box {
    margin-bottom: 20px;
  }
  .payment-text-block {
    width: 100%;
    margin-bottom: 20px;
  }
  .payment-text-block.align-center {
    margin-bottom: 25px;
  }
  .payment-title {
    text-align: center;
  }
  .payment-title.white {
    text-align: center;
  }
  .payment-utp {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .payment-utp.yellow {
    text-align: center;
  }
  .payment-descriptor {
    width: 100%;
    text-align: center;
  }
  .payment-descriptor.white {
    text-align: center;
  }
  .arrow-icon {
    top: 125px;
    right: 112px;
    -webkit-transform: rotate(103deg);
    -ms-transform: rotate(103deg);
    transform: rotate(103deg);
  }
  .process-section {
    padding-bottom: 40px;
  }
  .infographic-icon-box {
    width: 70%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .infographic-arrow-icon {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .infographic-step-title {
    width: 100%;
  }
  .infographic-step-descriptor {
    width: 100%;
  }
  .mask {
    width: 88%;
    height: 400px;
  }
  .mask.project-mask {
    height: 450px;
    max-height: 450px;
  }
  .slider-arrow-image.left-arrow {
    margin-right: 44px;
  }
  .slide-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slider-photo-box.project-photo-box {
    width: 100%;
    height: 50%;
  }
  .slider-photo-box.img-1 {
    width: 100%;
    height: 50%;
    background-position: 50% 33%;
    background-size: cover;
  }
  .slider-photo-box.img-2 {
    width: 100%;
    height: 50%;
    background-position: 50% 50%;
    background-size: cover;
  }
  .slider-photo-box.img-3 {
    width: 100%;
    height: 50%;
    background-size: cover;
  }
  .slider-photo-box.img-4 {
    width: 100%;
    height: 50%;
    background-position: 50% 50%;
    background-size: cover;
  }
  .slider-descriptor-box {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .slider-descriptor-box.project-descriptor-box {
    padding: 15px;
  }
  .slider-logo-box {
    width: 90px;
  }
  .slider-company-title {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .company-descriptor-box {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .slider-company-descriptor {
    text-align: center;
  }
  .new-building-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .faq-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tabs-menu {
    width: 100%;
  }
  .tabs-content {
    width: 100%;
    margin-top: 8px;
    margin-left: 0px;
  }
  .text-block {
    font-size: 18px;
  }
  .contacts-box {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .contacts-box.phone-contacts-box {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .footer-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer-text {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 14px;
  }
  .infographic-box {
    margin-bottom: 0px;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .infographic-box.second-box {
    padding-right: 20px;
    padding-left: 20px;
  }
  .merk-link-block {
    margin-left: 30px;
  }
  .thank-descriptor {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .descriptor-modal {
    left: auto;
    display: block;
  }
  .descriptor-modal-box-1 {
    display: none;
  }
  .descriptor-modal-box-2 {
    left: auto;
  }
  .descriptor-modal-box-3 {
    left: auto;
    right: auto;
  }
  .descriptor-modal-box-4 {
    left: auto;
  }
  .descriptor-modal-box-5 {
    left: auto;
  }
  .descriptor-modal-box-6 {
    left: auto;
  }
}

@media (max-width: 479px) {
  .logo {
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .logo-box {
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  .logo-descriptor {
    text-align: center;
  }
  .header-contacts-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-phone-block {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .hero-container {
    max-width: 320px;
  }
  .hero-title {
    font-size: 33px;
  }
  .hero-descriptor {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .hero-icon-box {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .form-wrapper {
    width: 90%;
  }
  .form-background {
    width: 100%;
    padding: 20px 15px;
  }
  .hero-form-descriptor {
    width: 95%;
    margin-bottom: 15px;
    font-size: 17px;
  }
  .hero-form-descriptor.form-descriptor {
    font-size: 16px;
  }
  .field-label {
    font-size: 15px;
  }
  .container.footer-container {
    -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;
  }
  .title {
    font-size: 16px;
  }
  .modal-background {
    z-index: 18;
  }
  .modal {
    z-index: 22;
    width: 90%;
    max-width: 320px;
    padding: 22px 15px;
  }
  .close-modal-icon {
    top: 10px;
    right: 10px;
    width: 17px;
  }
  .modal-title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 125%;
  }
  .modal-descriptor {
    margin-bottom: 20px;
  }
  .parapraph-text {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .number-title {
    margin-bottom: 0px;
    font-size: 28px;
  }
  .payment-utp {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .payment-descriptor {
    width: 100%;
    margin-bottom: 0px;
  }
  .payment-descriptor.white {
    margin-bottom: 0px;
  }
  .arrow-icon {
    left: 196px;
    top: 235px;
    bottom: -47px;
    width: 50px;
  }
  .arrow-icon.second-arrow {
    top: 186px;
    bottom: -24px;
  }
  .infographic-icon-box {
    width: 100%;
  }
  .mask {
    width: 80%;
  }
  .mask.project-mask {
    height: 250px;
    max-height: 520px;
  }
  .slider-photo-box.project-photo-box {
    height: 100%;
  }
  .slider-descriptor-box {
    padding: 15px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .slider-descriptor-box.project-descriptor-box {
    padding: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .slider-logo-box {
    width: 70px;
  }
  .slider-company-descriptor {
    line-height: 130%;
    text-align: left;
  }
  .slider-company-descriptor-semibold {
    text-align: left;
  }
  .tab-pane {
    padding: 15px;
  }
  .tab-title {
    font-size: 17px;
  }
  .contacts-box {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .footer-text {
    text-align: center;
  }
  .footer-text-box {
    margin-bottom: 18px;
  }
  .logo-merk-image {
    display: block;
    width: 220px;
    margin-right: auto;
    margin-left: auto;
  }
  .infographic-box {
    width: 100%;
  }
  .infographic-box.second-box {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .merk-link-block {
    margin-left: 0px;
  }
  .thank-descriptor {
    margin-bottom: 30px;
  }
  .logo-link-block.w--current {
    margin-bottom: 5px;
  }
  .descriptor-modal {
    width: 94%;
  }
  .descriptor-modal-box-1 {
    z-index: 1000;
  }
  .descriptor-modal-box-2 {
    z-index: 1000;
  }
  .descriptor-modal-box-3 {
    z-index: 1000;
  }
  .descriptor-modal-box-4 {
    z-index: 1000;
  }
  .descriptor-modal-box-5 {
    z-index: 1000;
  }
  .descriptor-modal-box-6 {
    z-index: 1000;
  }
  .logo-image {
    width: 60px;
  }
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSansRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSansLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSansBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSansSemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}


.wrapp {
  max-width: 1170px;
  margin: 0 auto;
}

.tech-title {
  margin-bottom: 10px;
  color: #5c5c5c;
  font-size: 25px;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.tech-text {
  text-align: center;
  color: #9E9E9E;
  font-size: 22px;
  margin-top: 4px;
  letter-spacing: .5px;
  margin-bottom: 0;
}

.tech-content {
  display: flex;
  margin-top: 47px;
}

.tech-img {
  width: 50%;
}

.tech-list {
  width: 41%;
  box-shadow: 3px 3px 8px 0 rgb(0 0 0 / 50%);
  border-radius: 10px;
  margin: 48px 0 0 23px;
  font-weight: bold;
  font-size: 20px;
  padding: 20px 0 26px 45px;
  line-height: 1.5;
  box-sizing: border-box;
  align-self: flex-start;
  color: #929292;
}

.tech-img img {
  max-width: 100%;
}

#tech {
  margin: 50px 0;
  padding: 20px;
}

@media screen and (max-width: 767px) {
.tech-list {
    width: 100%;
    margin-left: 0;
}
.tech-img {
    width: 100%;
}
.tech-content {
  flex-wrap: wrap;
}
}


/*callback animation*/

.callback-bt {
  background:#43d854;
  border:2px solid #43d854;
  border-radius:50%;
  box-shadow:0 8px 10px rgba(148, 25, 230, 0.3);
  cursor:pointer;
  height:68px;
  text-align:center;
  width:68px;
  position: fixed;
  right: 8%;
  bottom: 10%;
  z-index:999;
  transition:.3s;
  -webkit-animation:hoverWave linear 1s infinite;
  animation:hoverWave linear 1s infinite;
}

.callback-bt .text-call{
  height:68px;
  width:68px;
  border-radius:50%;
  position:relative;
  overflow:hidden;
}

.callback-bt .text-call span {
text-align: left;
color: #fff;
opacity: 0;
font-size: 0;
  position:absolute;
  right: 5px;
  top: 26px;
line-height: 14px;
  font-weight: 600;
text-transform: uppercase;
transition: opacity .3s linear;
font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.callback-bt .text-call:hover span {
opacity: 1;
  font-size: 11px;
}
.callback-bt:hover i {
display:none;
}

.callback-bt:hover {
  z-index:1;
  background:#43d854;
  color:transparent;
  transition:.3s;
}
.callback-bt:hover i {
  color:#43d854;
  font-size:40px;
  transition:.3s;
}
.callback-bt i {
  color:#fff;
  font-size:34px;
  transition:.3s;
  line-height: 66px;transition: .5s ease-in-out;
}

.callback-bt i  {
animation: 1200ms ease 0s normal none 1 running shake;
animation-iteration-count: infinite;
-webkit-animation: 1200ms ease 0s normal none 1 running shake;
-webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes hoverWave {
  0% {
  box-shadow:0 8px 10px rgb(67, 216, 84, 0.3),0 0 0 0 rgb(67, 216, 84, 0.3),0 0 0 0 rgb(67, 216, 84, 0.3)
}
40% {
  box-shadow:0 8px 10px rgb(67, 216, 84, 0.3),0 0 0 15px rgb(67, 216, 84, 0.3),0 0 0 0 rgb(67, 216, 84, 0.3)
}
80% {
  box-shadow:0 8px 10px rgb(67, 216, 84, 0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.067)
}
100% {
  box-shadow:0 8px 10px rgb(67, 216, 84, 0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0)
}
}@keyframes hoverWave {
  0% {
   box-shadow:0 8px 10px rgb(67, 216, 84, 0.3),0 0 0 0 rgb(67, 216, 84, 0.3),0 0 0 0 rgb(67, 216, 84, 0.3); 
}
40% {
   box-shadow:0 8px 10px rgb(67, 216, 84, 0.3),0 0 0 15px rgb(67, 216, 84, 0.3),0 0 0 0 rgb(67, 216, 84, 0.3); 
}
80% {
   box-shadow:0 8px 10px rgb(67, 216, 84, 0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.067); 
}
100% {
   box-shadow:0 8px 10px rgb(67, 216, 84, 0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0); 
}
}

/* animations icon */

@keyframes shake {
  0% {
      transform: rotateZ(0deg);
          -ms-transform: rotateZ(0deg);
          -webkit-transform: rotateZ(0deg);
  }
  10% {
      transform: rotateZ(-30deg);
          -ms-transform: rotateZ(-30deg);
          -webkit-transform: rotateZ(-30deg);
  }
  20% {
      transform: rotateZ(15deg);
          -ms-transform: rotateZ(15deg);
          -webkit-transform: rotateZ(15deg);
  }
  30% {
      transform: rotateZ(-10deg);
          -ms-transform: rotateZ(-10deg);
          -webkit-transform: rotateZ(-10deg);
  }
  40% {
      transform: rotateZ(7.5deg);
          -ms-transform: rotateZ(7.5deg);
          -webkit-transform: rotateZ(7.5deg);
  }
  50% {
      transform: rotateZ(-6deg);
          -ms-transform: rotateZ(-6deg);
          -webkit-transform: rotateZ(-6deg);
  }
  60% {
      transform: rotateZ(5deg);
          -ms-transform: rotateZ(5deg);
          -webkit-transform: rotateZ(5deg);
  }
  70% {
      transform: rotateZ(-4.28571deg);
          -ms-transform: rotateZ(-4.28571deg);
          -webkit-transform: rotateZ(-4.28571deg);
  }
  80% {
      transform: rotateZ(3.75deg);
          -ms-transform: rotateZ(3.75deg);
          -webkit-transform: rotateZ(3.75deg);
  }
  90% {
      transform: rotateZ(-3.33333deg);
          -ms-transform: rotateZ(-3.33333deg);
          -webkit-transform: rotateZ(-3.33333deg);
  }
  100% {
      transform: rotateZ(0deg);
          -ms-transform: rotateZ(0deg);
          -webkit-transform: rotateZ(0deg);
  }
  }
  
  @-webkit-keyframes shake {
  0% {
      transform: rotateZ(0deg);
          -ms-transform: rotateZ(0deg);
          -webkit-transform: rotateZ(0deg);
  }
  10% {
      transform: rotateZ(-30deg);
          -ms-transform: rotateZ(-30deg);
          -webkit-transform: rotateZ(-30deg);
  }
  20% {
      transform: rotateZ(15deg);
          -ms-transform: rotateZ(15deg);
          -webkit-transform: rotateZ(15deg);
  }
  30% {
      transform: rotateZ(-10deg);
          -ms-transform: rotateZ(-10deg);
          -webkit-transform: rotateZ(-10deg);
  }
  40% {
      transform: rotateZ(7.5deg);
          -ms-transform: rotateZ(7.5deg);
          -webkit-transform: rotateZ(7.5deg);
  }
  50% {
      transform: rotateZ(-6deg);
          -ms-transform: rotateZ(-6deg);
          -webkit-transform: rotateZ(-6deg);
  }
  60% {
      transform: rotateZ(5deg);
          -ms-transform: rotateZ(5deg);
          -webkit-transform: rotateZ(5deg);
  }
  70% {
      transform: rotateZ(-4.28571deg);
          -ms-transform: rotateZ(-4.28571deg);
          -webkit-transform: rotateZ(-4.28571deg);
  }
  80% {
      transform: rotateZ(3.75deg);
          -ms-transform: rotateZ(3.75deg);
          -webkit-transform: rotateZ(3.75deg);
  }
  90% {
      transform: rotateZ(-3.33333deg);
          -ms-transform: rotateZ(-3.33333deg);
          -webkit-transform: rotateZ(-3.33333deg);
  }
  100% {
      transform: rotateZ(0deg);
          -ms-transform: rotateZ(0deg);
          -webkit-transform: rotateZ(0deg);
  }
  }
  /* Callback animation END */
