.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Dinpro, sans-serif;
  font-size: 48px;
  line-height: 1.2em;
  font-weight: 900;
}

.body {
  font-family: Roboto, sans-serif;
  color: #393447;
  font-size: 20px;
  line-height: 1.4em;
}

.section {
  position: relative;
  padding: 85px 2% 5%;
  background-color: transparent;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 2% 13px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 1px 10px 0 rgba(110, 117, 158, 0.62);
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contain {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.contain.two {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  box-shadow: 0 13px 30px 0 rgba(121, 124, 139, 0.4);
}

.herotxtbox {
  max-width: 422px;
  -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;
}

.heroimgbox {
  position: relative;
  max-width: 550px;
  margin-top: 27px;
}

.heading {
  font-family: Dinpro, sans-serif;
  color: #393447;
  font-size: 90px;
  line-height: 0.9em;
  font-weight: 900;
  text-transform: uppercase;
}

.spanlight {
  font-size: 50px;
  font-weight: 300;
  text-transform: none;
}

.carbg {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 40%;
  background-image: url('../images/bgcar.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block {
  margin-top: 22px;
  color: #393447;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 400;
}

.text-block-2 {
  margin-top: 15px;
  color: #fe8138;
  font-size: 20px;
  font-weight: 500;
}

.custom-btn {
  margin-top: 21px;
  padding: 14px 78px 15px 51px;
  border: 5px solid #fd965a;
  border-radius: 100px;
  background-color: #fe8138;
  background-image: url('../images/Group-66.svg');
  background-position: 92% 50%;
  background-size: 48px;
  background-repeat: no-repeat;
  box-shadow: 0 11px 40px 0 rgba(135, 141, 175, 0.7);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 19px;
}

.custom-btn:active {
  box-shadow: 0 3px 10px 0 rgba(135, 141, 175, 0.91);
}

.custom-btn.hero {
  background-image: url('../images/Group-80.svg');
}

.pricebox {
  position: absolute;
  left: auto;
  top: 153px;
  right: 90px;
  bottom: auto;
}

.text-block-3 {
  position: absolute;
  left: auto;
  top: 9px;
  right: 35px;
  bottom: auto;
  font-size: 18px;
  font-weight: 700;
}

.image-2 {
  position: absolute;
  left: 0%;
  top: 12%;
  right: auto;
  bottom: auto;
}

.text-block-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  margin-top: 309px;
  margin-left: -27%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: Dinpro, sans-serif;
  color: rgba(255, 255, 255, 0.15);
  font-size: 200px;
  line-height: 0.9em;
  font-weight: 900;
}

.image-3 {
  margin-top: 42px;
  margin-left: 54px;
}

.image-4 {
  position: absolute;
  left: auto;
  top: auto;
  right: 20%;
  bottom: 0%;
}

.nav-link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 10px;
  color: #626f84;
  font-size: 14px;
  line-height: 1.4em;
}

.nav-link.w--current {
  color: #393447;
  font-weight: 500;
}

.callbackbox {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.phonelink {
  padding-left: 15px;
  background-image: url('../images/Vector.svg');
  background-position: 0% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
  color: #393447;
  font-size: 19px;
  text-decoration: none;
}

.linkcall {
  color: #fe8138;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 300;
  text-align: right;
}

.callicnbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-2 {
  position: relative;
  padding: 7% 2% 6%;
}

.bluebg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  overflow: hidden;
  width: 60%;
  background-color: #bbc3f2;
}

.bluebg.calculator {
  width: 48%;
}

.txtwrp {
  width: 50%;
  margin-top: 0px;
  margin-right: 37px;
  margin-left: 53px;
  padding-top: 52px;
  padding-bottom: 65px;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Dinpro, sans-serif;
  line-height: 1.1em;
  text-align: left;
}

.paragraph {
  font-size: 18px;
  line-height: 1.5em;
}

.spanbold {
  color: #fe8138;
}

.image-9 {
  margin-top: 158px;
  margin-left: 53px;
}

.image-10 {
  position: absolute;
  left: 29%;
  top: auto;
  right: auto;
  bottom: 9%;
}

.section-3 {
  padding: 5% 2% 7%;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

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

.container.certificates {
  margin-top: 6%;
}

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

.container.contact {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button-consult {
  margin-top: 20px;
  padding: 14px 78px 15px 51px;
  border: 5px solid #fd965a;
  border-radius: 100px;
  background-color: #fe8138;
  background-image: url('../images/Group-73.svg');
  background-position: 90% 50%;
  background-size: 44px;
  background-repeat: no-repeat;
  box-shadow: 0 11px 40px 0 rgba(135, 141, 175, 0.8);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 19px;
}

.button-consult:active {
  box-shadow: 0 3px 10px 0 rgba(135, 141, 175, 0.8);
}

.button-consult.consult {
  background-image: url('../images/icn.svg');
  background-position: 94% 50%;
  background-size: 49px;
}

.heading-3.options {
  text-align: center;
}

.heading-3.gallery {
  max-width: 350px;
}

.heading-3.scheme {
  text-align: center;
}

.heading-3.calc {
  max-width: 350px;
  line-height: 1.2em;
}

.heading-3.qwiz {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

.spanlght {
  font-weight: 300;
}

.guarantee-icn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -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;
}

.icn-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  -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;
}

.workimg-box {
  width: 42%;
  background-image: url('../images/Rectangle-43.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-11 {
  position: absolute;
  left: -38%;
  top: -31%;
  right: auto;
  bottom: auto;
}

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

.section-5 {
  padding: 6% 2% 7%;
}

.advantages-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.advantages-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333%;
  padding-top: 21px;
  padding-right: 28px;
  padding-left: 28px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #626f84;
}

.advantages-card._2 {
  background-color: transparent;
}

.advantages-card._3 {
  background-color: #bbc3f2;
}

.advantages-card._4 {
  background-color: #fff;
}

.advantages-card._5 {
  padding-bottom: 0px;
  background-color: #fe8138;
}

.advantages-card._6 {
  background-color: transparent;
}

.advantages-card._5 {
  padding-bottom: 0px;
  background-color: #fe8138;
}

.advantages-card._3 {
  background-color: #bbc3f2;
}

.advantage-txt {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.advantage-txt._2 {
  color: #393447;
}

.advantage-txt._4 {
  color: #393447;
}

.advantage-txt._6 {
  color: #393447;
}

.advantage-txt._3 {
  color: #393447;
}

.advantage-txt._6 {
  color: #393447;
}

.advantage-txt._4 {
  color: #393447;
}

.advantage-txt._3 {
  color: #393447;
}

.advantage-txt._2 {
  color: #393447;
}

.number-txt {
  margin-top: 40px;
  margin-bottom: 28px;
  font-family: Montserrat, sans-serif;
  color: #6f7e94;
  font-size: 100px;
  line-height: 1em;
  font-weight: 100;
}

.number-txt._2 {
  color: #cad0f2;
}

.number-txt._3 {
  color: #cad0f2;
}

.number-txt._5 {
  color: #fb965c;
}

.advantage-img {
  position: absolute;
  left: auto;
  top: auto;
  right: 3%;
  bottom: 3%;
}

.section-6 {
  padding-bottom: 7%;
}

.options-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
  -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;
}

.options-column {
  position: relative;
  width: 32.5%;
}

.options-img {
  width: 100%;
  max-width: none;
  margin-top: 12px;
}

.orange-txt {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 8%;
  z-index: 5;
  width: 250px;
  padding: 20px;
  background-color: #fe8138;
}

.orange-txt.works {
  left: 0%;
  top: 11%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  height: 66px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-6 {
  color: #fff;
  line-height: 1.2em;
}

.section-7 {
  position: relative;
  padding: 5% 2% 7%;
}

.purple-bg {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 50%;
  background-color: #626f84;
}

.center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 27px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.gallery-img {
  padding-left: 14px;
}

.image-12 {
  position: absolute;
  left: auto;
  top: -22%;
  right: -41%;
  bottom: auto;
}

.image-13 {
  position: relative;
  left: 30%;
  top: 0%;
  z-index: 10;
}

.section-8 {
  position: relative;
  padding: 5% 2% 7%;
}

.scheme-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 29px;
  -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;
}

.scheme-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18%;
  -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;
}

.text-block-7 {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
}

.text-block-7._2 {
  max-width: 130px;
}

.image-14 {
  position: absolute;
  left: auto;
  top: 28%;
  right: -28%;
  bottom: 0%;
  width: 69px;
  max-width: none;
}

.section-9 {
  position: relative;
  padding: 7% 2% 5%;
}

.phoneimg-wrp {
  position: relative;
  margin-top: -32px;
}

.calc-text {
  width: 43%;
}

.image-15 {
  margin-left: -146px;
}

.paragraph-2 {
  margin-top: 18px;
  font-size: 18px;
}

.section-10 {
  padding: 6% 2% 5%;
}

.works-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.certificates-wrp {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-11 {
  padding-right: 2%;
  padding-bottom: 6%;
  padding-left: 2%;
}

.dealers-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dealer-img.last {
  margin-right: auto;
  margin-left: auto;
}

.section-12 {
  position: relative;
  padding: 7% 2%;
}

.img-form-wrp {
  width: 50%;
  padding: 42px;
  background-image: url('../images/Rectangle-99.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 0px;
  padding: 61px 46px 79px;
  -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;
  background-color: #fff;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-block-8 {
  font-family: Dinpro, sans-serif;
  font-size: 40px;
  line-height: 1.1em;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.lightspn {
  font-weight: 300;
}

.text-field {
  margin-top: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 300;
}

.submit-button {
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 17px;
  border-style: solid;
  border-width: 5px;
  border-color: #fd965a;
  border-radius: 100px;
  background-color: #fe8138;
}

.image-17 {
  position: absolute;
  left: auto;
  top: auto;
  right: 34%;
  bottom: 0%;
}

.text-field-2 {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 300;
}

.section-13 {
  position: relative;
  padding: 7% 2%;
}

.blue-line-bg {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 30%;
  background-color: #bbc3f2;
}

.map {
  width: 50%;
}

.contact-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 69px;
  -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;
}

.text-block-9 {
  padding-left: 25px;
  background-image: url('../images/Group.svg');
  background-position: 0% 0%;
  background-size: 19px;
  background-repeat: no-repeat;
}

.prev {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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: #fe8138;
}

.next {
  position: absolute;
  left: 6%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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: #fe8138;
}

.section-14 {
  padding: 7% 2%;
}

.questions-box {
  position: relative;
  max-width: 750px;
  margin-top: 22px;
}

.answer-box {
  overflow: hidden;
  margin-top: 14px;
}

.div-block-11 {
  height: 1px;
  margin-top: 28px;
  background-color: rgba(18, 19, 22, 0.22);
}

.open-link {
  position: absolute;
  left: auto;
  top: -13px;
  right: 0%;
  bottom: auto;
}

.custom-btn-2 {
  margin-top: 28px;
  padding: 18px 37px;
  border-radius: 50px;
  background-color: transparent;
  background-image: linear-gradient(117deg, #df9469, #e3a255);
  box-shadow: 0 4px 1px 0 #b6804d, 0 1px 40px 0 #ff8f50;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 1.3em;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1px;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.31);
}

.custom-btn-2:active {
  box-shadow: 0 4px 1px 0 #b6804d, 0 1px 10px 0 #ff8f50;
}

.custom-btn-2.phone {
  margin-top: 25px;
  padding-right: 97px;
  padding-left: 55px;
  border-style: solid;
  border-width: 5px;
  border-color: #fd965a;
  border-radius: 100px;
  background-color: #fe8138;
  background-image: url('../images/icn.svg');
  background-position: 89% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
  box-shadow: 0 8px 40px 0 rgba(41, 41, 41, 0.64);
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  font-size: 18px;
  font-weight: 400;
  text-shadow: none;
}

.custom-btn-2.phone:active {
  box-shadow: 0 3px 5px 0 rgba(41, 41, 41, 0.39);
}

.custom-btn-2.phone {
  margin-top: 25px;
  padding-right: 97px;
  padding-left: 55px;
  border-style: solid;
  border-width: 5px;
  border-color: #fd965a;
  border-radius: 100px;
  background-color: #fe8138;
  background-image: url('../images/icn.svg');
  background-position: 89% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
  box-shadow: 0 8px 40px 0 rgba(41, 41, 41, 0.64);
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-shadow: none;
}

.custom-btn-2.phone:active {
  box-shadow: 0 3px 5px 0 rgba(41, 41, 41, 0.39);
}

.div-block {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.heading-8 {
  margin-top: 0px;
  color: #121316;
  font-size: 58px;
  line-height: 1.2em;
}

.heading-8.questions {
  color: #393447;
  font-size: 48px;
  text-align: center;
}

.heading-8.questions {
  color: #393447;
  font-size: 48px;
  text-align: center;
}

.questions-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -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;
  background-color: #fff;
}

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

.footer {
  padding: 21px 2%;
  -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;
  box-shadow: 0 -1px 14px 0 rgba(57, 52, 71, 0.34);
}

.menu-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-2 {
  margin-right: 10px;
  margin-left: 10px;
  color: #777286;
  font-size: 14px;
  text-decoration: none;
}

.link-2.w--current {
  color: #393447;
  font-weight: 500;
}

.content {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line {
  height: 2px;
  margin-top: 9px;
  background-color: #d2d2d2;
}

.copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  -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;
}

.link-3 {
  color: #393447;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
}

.text-block-19 {
  font-size: 16px;
}

.radio-button-hide {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  display: none;
  padding-right: 9px;
  background-color: #fff;
}

.progress-box {
  overflow: hidden;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.quiz-form {
  overflow: hidden;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.text-block-36 {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 25px;
}

.total {
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
}

.form-block-2 {
  margin-bottom: 0px;
}

.text-block-24 {
  display: inline-block;
}

.current {
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
}

.section_qw {
  padding: 6% 2% 7%;
  background-image: url('../images/bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.nextbtn {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  padding: 20px 50px;
  border-radius: 60px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fe8138), to(#fe8138));
  background-image: linear-gradient(180deg, #fe8138, #fe8138);
  box-shadow: 0 20px 60px 0 rgba(57, 52, 71, 0.51), inset 0 1px 0 0 hsla(0, 0%, 100%, 0.5);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 1.6em;
  text-decoration: none;
}

.nextbtn:hover {
  box-shadow: 0 20px 100px 0 rgba(57, 52, 71, 0.58);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #fff;
}

.nextbtn:active {
  box-shadow: 0 5px 10px 0 rgba(57, 52, 71, 0.38);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.question-title {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  color: #fe8138;
  font-size: 30px;
  line-height: 1.4em;
  font-weight: 700;
  text-transform: none;
}

.question-title._2 {
  max-width: 610px;
}

.backlink {
  display: block;
  width: 100%;
  margin-top: 15px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #a5a5a5;
  font-size: 12px;
  text-decoration: none;
}

.backlink:hover {
  color: #fe8138;
}

.quizbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 18%;
  max-width: 280px;
  margin: 5px;
  padding-left: 0px;
  -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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #000;
}

.quizbox:hover {
  z-index: 1;
  box-shadow: 0 15px 100px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.quizbox:active {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.quizbox.wide {
  width: 50%;
  max-width: 350px;
}

.quizbox.wide.control {
  width: 50%;
  max-width: 530px;
}

.quizbox.half {
  width: 50%;
}

.quizbox.series {
  width: 30%;
}

.quizbox.last {
  margin-right: auto;
  margin-left: auto;
}

.radiobuttonwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 25px auto 0px;
  -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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.radiobuttonwrapper._2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radiobuttonwrapper._3 {
  width: 80%;
  margin-top: 30px;
  -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;
}

.radiobuttonwrapper.first {
  margin-top: 77px;
}

.radiobuttonwrapper.first._1 {
  margin-top: 40px;
}

.check {
  position: absolute;
  top: 9px;
  right: 16px;
  z-index: 3;
  display: none;
  width: 40px;
  height: 40px;
  -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: 50%;
  background-color: #fe8138;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.check.activated {
  display: none;
  background-color: #fe8138;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.background-box {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
}

.div-block-135 {
  display: block;
  max-width: 690px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.carousel-status {
  margin-top: 40px;
  color: #8a8a8a;
  font-size: 12px;
}

.label-text {
  margin-top: auto;
  margin-bottom: auto;
  padding: 10px;
  color: #393447;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 400;
  text-align: center;
}

.label-text.control {
  padding: 15px 40px;
}

.label-text.montag {
  padding-top: 15px;
  padding-bottom: 15px;
}

.quiz-section {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 900px;
  margin: 25px auto 0px;
  padding-bottom: 0px;
  border-radius: 0px;
  background-color: #fff;
  color: #fff;
  text-align: center;
}

.slide {
  display: inline-block;
  width: 100%;
  min-height: 520px;
  padding-bottom: 20px;
  color: #000;
  font-size: 16px;
  line-height: 1.7em;
}

.slide.last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.success-message {
  max-width: 650px;
  margin: 0px auto 20px;
  padding: 20px 50px 70px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 11px 60px 0 rgba(0, 0, 0, 0.1);
  color: #000;
}

.progress {
  display: block;
  height: 2px;
  max-width: 370px;
  margin: 20px auto 25px;
  background-color: #e4e4e4;
}

.text-block-42 {
  max-width: 690px;
  margin-top: 9px;
  margin-right: auto;
  margin-left: auto;
  color: #393447;
  font-size: 18px;
  line-height: 1.4em;
  text-align: center;
}

.text-field-5 {
  max-width: 300px;
  margin-top: 7px;
  padding-top: 23px;
  padding-bottom: 23px;
}

.text-block-43 {
  color: #393447;
}

.text-field-6 {
  max-width: 450px;
  padding-top: 23px;
  padding-bottom: 23px;
  font-size: 16px;
}

.checkbox-field {
  display: block;
  max-width: 240px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  color: #bdbdbd;
}

.checkbox {
  width: 10px;
}

.hero-button {
  position: relative;
  overflow: hidden;
  padding: 20px 50px;
  border-bottom: 2px solid #ac0000;
  border-radius: 60px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#c90000), to(red));
  background-image: linear-gradient(0deg, #c90000, red);
  box-shadow: 0 20px 100px 0 rgba(173, 0, 0, 0.37), inset 0 1px 0 0 hsla(0, 0%, 100%, 0.5);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 1.6em;
  text-decoration: none;
}

.hero-button:hover {
  box-shadow: 0 20px 100px 0 rgba(173, 0, 0, 0.37);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #fff;
}

.hero-button:active {
  box-shadow: 0 5px 10px 0 rgba(173, 0, 0, 0.37);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hero-button.wide {
  width: 100%;
  border-bottom-style: none;
  border-bottom-color: transparent;
  background-color: #fe8138;
  background-image: none;
  box-shadow: 0 20px 80px 0 rgba(57, 52, 71, 0.55), inset 0 1px 0 0 hsla(0, 0%, 100%, 0.5);
}

.hero-button.wide {
  width: 100%;
  border-bottom-style: none;
  border-bottom-color: transparent;
  background-color: #fe8138;
  background-image: none;
  box-shadow: 0 20px 80px 0 rgba(57, 52, 71, 0.55), inset 0 1px 0 0 hsla(0, 0%, 100%, 0.5);
}

.field-label {
  font-size: 10px;
  line-height: 1.6em;
  text-align: left;
}

.div-block-137 {
  display: inline-block;
  margin-bottom: auto;
  padding: 15px 19px 25px;
  border-radius: 7px;
  background-color: #fff;
}

.text-field-7 {
  height: 60px;
  margin-bottom: 15px;
  border-radius: 3px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.text-field-7:hover {
  border: 1px solid #000;
}

.text-field-7:focus {
  border: 1px solid #000;
}

.text-span-6 {
  color: #f60c1b;
}

.brand.w--current {
  max-width: none;
}

.paragraph-6 {
  max-width: 300px;
  color: #393447;
  line-height: 1.5em;
}

.paragraph-7 {
  color: #393447;
}

.paragraph-8 {
  color: #393447;
}

.text-block-44 {
  max-width: 500px;
  margin-bottom: 5px;
  color: #393447;
  line-height: 1.5em;
}

.text-block-44._2 {
  margin-top: 17px;
}

.field-label-2 {
  color: #fe8138;
  font-size: 22px;
}

.certificate-box {
  width: 20%;
}

.link-pdf {
  margin-left: 7px;
  padding-left: 21px;
  background-image: url('../images/pdf.jpg');
  background-position: 0% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  color: #fe8138;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 300;
}

.success-message-2 {
  border-radius: 10px;
  background-color: #fff;
}

.text-field-8 {
  padding-top: 26px;
  padding-bottom: 26px;
  padding-left: 19px;
  border-radius: 100px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.checkbox-2 {
  margin-top: 5px;
}

.text-block-45 {
  margin-bottom: 14px;
  font-family: Roboto, sans-serif;
  color: #393447;
  font-size: 31px;
  line-height: 1.2em;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.checkbox-field-2 {
  margin-top: 8px;
  text-align: left;
}

.checkbox-label-3 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #554e57;
  font-size: 16px;
}

.form-block-4 {
  position: relative;
  max-width: 340px;
  margin-right: auto;
  margin-left: auto;
  padding: 43px 29px 31px;
  border-radius: 5px;
  background-color: #fff;
}

.link-block-3 {
  position: absolute;
  left: 10px;
  top: 8px;
  right: auto;
  bottom: auto;
  width: 20px;
  height: 20px;
}

.link-block-3._2 {
  left: auto;
  top: 10px;
  right: 15px;
  bottom: auto;
}

.submit-button-4 {
  margin-top: 10px;
  padding: 17px 29px;
  border-radius: 100px;
  background-color: #fe8138;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
}

.success-message-3 {
  background-color: #fff;
}

.text-block-47 {
  margin-top: 22px;
  color: #393447;
  font-size: 24px;
  font-weight: 400;
}

.nav-link-2 {
  padding: 4px 10px;
  color: #393447;
  font-size: 14px;
  line-height: 1.4em;
}

.nav-link-2.w--current {
  color: #393447;
  font-weight: 500;
}

.text-block-48 {
  max-width: 422px;
  margin-top: 15px;
  color: #fe8138;
  font-size: 20px;
  font-weight: 500;
}

.phonelink-2 {
  padding-left: 15px;
  background-image: url('../images/Vector.svg');
  background-position: 0% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
  color: #393447;
  font-size: 16px;
  text-decoration: none;
}

.phonelink-2.wtsp {
  padding-left: 20px;
  background-image: url('../images/whatsapp.svg');
  background-position: 0% 48%;
  background-size: 17px;
}

.heading-11 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Dinpro, sans-serif;
  color: #393447;
  font-size: 90px;
  line-height: 0.9em;
  font-weight: 900;
  text-transform: uppercase;
}

.linkcall-2 {
  width: 190px;
  color: #fe8138;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 300;
  text-align: right;
}

.body-2 {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 1.4em;
}

.heroboxtxt {
  max-width: 590px;
  -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;
}

.bg7 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 39%;
  background-image: url('../images/bgcar.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.button-consult-2 {
  margin-top: 20px;
  padding: 14px 78px 15px 51px;
  border: 5px solid #fd965a;
  border-radius: 100px;
  background-color: #fe8138;
  background-image: url('../images/Group-73.svg');
  background-position: 90% 50%;
  background-size: 44px;
  background-repeat: no-repeat;
  box-shadow: 0 11px 40px 0 rgba(135, 141, 175, 0.8);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 19px;
}

.button-consult-2:active {
  box-shadow: 0 3px 10px 0 rgba(135, 141, 175, 0.8);
}

.heading-12.qwiz {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

.heading-12.options {
  text-align: center;
}

.heading-12.gallery {
  max-width: 350px;
}

.heading-12.scheme {
  text-align: center;
}

.heading-12.calc {
  max-width: 350px;
  line-height: 1.2em;
}

.heading-12.contact {
  margin-bottom: 24px;
}

.heading-13 {
  position: relative;
  z-index: 20;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Dinpro, sans-serif;
  line-height: 1.1em;
  text-align: center;
}

.bgblue {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  overflow: hidden;
  width: 61%;
  background-color: #bbc3f2;
}

.cont {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.cont.two {
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 13px 30px 0 rgba(121, 124, 139, 0.4);
}

.cont.two {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
  box-shadow: none;
}

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

.shutter-box {
  width: 24.5%;
  padding-bottom: 24px;
  background-color: #fff;
  box-shadow: 0 1px 20px 0 rgba(123, 131, 175, 0.55);
}

.img-shutter {
  width: 100%;
  max-width: none;
}

.text-block-49 {
  margin-top: 15px;
  margin-right: 20px;
  margin-left: 20px;
  color: #fe8138;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-50 {
  margin-right: 10px;
  margin-left: 20px;
  font-size: 18px;
  line-height: 1.3em;
}

.field-label-3 {
  color: #fe8138;
  font-size: 22px;
}

.paragraph-9 {
  color: #393447;
}

.check-2 {
  position: absolute;
  top: 9px;
  right: 16px;
  z-index: 3;
  display: none;
  width: 40px;
  height: 40px;
  -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: 50%;
  background-color: #fe8138;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.check-2.activated {
  display: none;
  background-color: #fe8138;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.text-block-52 {
  color: #393447;
}

.question-title-2 {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  color: #fe8138;
  font-size: 30px;
  line-height: 1.4em;
  font-weight: 700;
  text-transform: none;
}

.question-title-2._2 {
  max-width: 610px;
}

.paragraph-10 {
  max-width: 300px;
  color: #393447;
  line-height: 1.5em;
}

.text-block-53 {
  max-width: 690px;
  margin-top: 9px;
  margin-right: auto;
  margin-left: auto;
  color: #393447;
  font-size: 18px;
  line-height: 1.4em;
  text-align: center;
}

.label-text-2 {
  margin-top: auto;
  margin-bottom: auto;
  padding: 10px 15px 15px;
  color: #393447;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
}

.label-text-2.montag {
  padding-top: 15px;
  padding-bottom: 15px;
}

.qw_section {
  padding: 6% 2% 7%;
  background-image: url('../images/bbg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.orange-txt-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 8%;
  z-index: 5;
  width: 250px;
  padding: 20px;
  background-color: #fe8138;
}

.orange-txt-2.works {
  left: 0%;
  top: 11%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  height: 66px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.purple-bg-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 50%;
  background-color: #626f84;
}

.link-pdf-2 {
  margin-left: 7px;
  padding-left: 21px;
  background-image: url('../images/pdf.jpg');
  background-position: 0% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  color: #fe8138;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 300;
}

.form-img {
  width: 50%;
  padding: 42px;
  background-image: url('../images/Rectangle-78.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.link-4 {
  margin-top: 11px;
  padding-left: 25px;
  background-image: url('../images/Group-1.svg');
  background-position: 0% 50%;
  background-size: 19px;
  background-repeat: no-repeat;
  color: #393447;
  text-decoration: none;
}

.link-4.mail {
  background-image: url('../images/Group-2.svg');
}

.text-block-54 {
  max-width: 500px;
  margin-top: 22px;
  color: #fe8138;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
}

.link-5 {
  color: #393447;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
}

.link-6 {
  margin-right: 10px;
  margin-left: 10px;
  color: #393447;
  font-size: 14px;
  text-decoration: none;
}

.link-6.w--current {
  color: #393447;
  font-weight: 500;
}

.text-block-56 {
  margin-bottom: 14px;
  font-family: Roboto, sans-serif;
  color: #393447;
  font-size: 31px;
  line-height: 1.2em;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

.submit-button-5 {
  margin-top: 10px;
  padding: 17px 29px;
  border-radius: 100px;
  background-color: #fe8138;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
}

.right {
  position: absolute;
  left: 6%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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: #fe8138;
}

.left {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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: #fe8138;
}

.btnnext {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  padding: 20px 50px;
  border-radius: 60px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fe8138), to(#fe8138));
  background-image: linear-gradient(180deg, #fe8138, #fe8138);
  box-shadow: 0 20px 60px 0 rgba(57, 52, 71, 0.51), inset 0 1px 0 0 hsla(0, 0%, 100%, 0.5);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 1.6em;
  text-decoration: none;
}

.btnnext:hover {
  box-shadow: 0 20px 100px 0 rgba(57, 52, 71, 0.58);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #fff;
}

.btnnext:active {
  box-shadow: 0 5px 10px 0 rgba(57, 52, 71, 0.38);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.text-block-17 {
  max-width: 650px;
  color: #393447;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.paragraph-5 {
  color: #393447;
  line-height: 1.5em;
  letter-spacing: 0.5px;
}

.span-bold {
  color: #393447;
}

.imgg {
  width: 100%;
}

.div-block-139 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-140 {
  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;
}

.div-block-33 {
  display: block;
  width: 100%;
  max-width: 899px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-23 {
  font-family: Roboto, sans-serif;
  color: #393447;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0px;
}

.paragraph-12 {
  margin-top: 35px;
  font-family: Roboto, sans-serif;
  color: #626f84;
  font-size: 16px;
  line-height: 1.3em;
}

.body-3 {
  -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;
  font-family: Roboto, sans-serif;
  color: #393447;
}

.div-block-141 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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-block-57 {
  font-size: 24px;
  font-weight: 500;
}

.body-4 {
  font-family: Roboto, sans-serif;
}

.section-15 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 2%;
  padding-left: 2%;
  -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: url('../images/Group-67.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-14 {
  font-family: Dinpro, sans-serif;
  color: #fe8138;
  font-size: 50px;
  font-weight: 900;
}

.text-block-58 {
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  color: #393447;
  font-size: 20px;
  line-height: 1.3em;
  text-align: center;
}

.calc {
  position: relative;
}

.link-calc {
  margin-right: 5px;
  color: #fe8138;
  font-size: 15px;
}

.phone {
  color: #fe8138;
}

.calk {
  position: relative;
}

.body-5 {
  font-family: Roboto, sans-serif;
  color: #393447;
  font-size: 20px;
  line-height: 1.4em;
}

.slider {
  width: 100vw;
  height: 100vh;
  -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;
  background-color: transparent;
}

.section-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -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;
  background-image: url('../images/Group-78.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat-x;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.image-20 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
}

.slide-nav {
  display: none;
}

.slide-2 {
  padding-bottom: 7%;
}

.left-arrow {
  width: 35px;
  height: 35px;
  background-color: #fe8138;
}

.icon-3 {
  font-size: 24px;
}

.right-arrow {
  width: 35px;
  height: 35px;
  background-color: #fe8138;
}

.icon-4 {
  font-size: 24px;
}

.bg-hero {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 45%;
  height: 100vh;
  background-image: url('../images/image-67.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-hero._2 {
  width: 40%;
}

.bg-hero.rol {
  width: 42%;
  background-image: url('../images/image-67_1.jpg');
  background-position: 70% 50%;
}

.slide-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1280px) {
  .section {
    padding-top: 105px;
    background-image: none;
  }
  .navbar {
    padding-top: 8px;
    padding-bottom: 10px;
  }
  .nav-menu {
    margin-right: auto;
    margin-left: auto;
  }
  .contain {
    max-width: 1000px;
  }
  .contain.two {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .herotxtbox {
    max-width: 490px;
  }
  .heroimgbox {
    left: 32px;
    max-width: 600px;
    margin-top: 21px;
  }
  .heading {
    margin-left: -4px;
  }
  .spanlight {
    display: block;
    font-size: 65px;
  }
  .text-block {
    margin-top: 27px;
    font-size: 26px;
    line-height: 1.4em;
  }
  .text-block-2 {
    margin-top: 19px;
    font-size: 22px;
    line-height: 1.4em;
  }
  .custom-btn {
    margin-top: 31px;
    padding: 16px 78px 18px 51px;
    border-style: solid;
    border-width: 6px;
    border-color: #fd965a;
    border-radius: 100px;
    background-color: #fe8138;
    background-image: url('../images/Group-66.svg');
    background-position: 92% 50%;
    background-size: 48px;
    background-repeat: no-repeat;
    box-shadow: 0 12px 40px 0 rgba(85, 87, 99, 0.45);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 19px;
  }
  .custom-btn:active {
    box-shadow: 0 3px 10px 0 rgba(85, 87, 99, 0.45);
  }
  .pricebox {
    position: absolute;
    left: auto;
    top: 132px;
    right: 84px;
    bottom: auto;
  }
  .text-block-3 {
    position: absolute;
    left: auto;
    top: 9px;
    right: 42px;
    bottom: auto;
    font-size: 19px;
    font-weight: 700;
  }
  .image-2 {
    position: absolute;
    left: 0%;
    top: 12%;
    right: auto;
    bottom: auto;
  }
  .text-block-4 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 3;
    display: block;
    margin-top: 391px;
    margin-left: -21%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-family: Dinpro, sans-serif;
    color: #f0f2fc;
    font-size: 230px;
    line-height: 1em;
    font-weight: 900;
  }
  .text-block-4._2 {
    left: auto;
    top: 0%;
    right: -23%;
    bottom: 0%;
    z-index: 5;
    margin-left: 0%;
    color: rgba(187, 195, 242, 0.24);
  }
  .text-block-4._2._3 {
    right: -2%;
  }
  .text-block-4.advantage {
    margin-top: 461px;
  }
  .image-3 {
    margin-top: 1px;
    margin-left: 49px;
    padding-top: 72px;
  }
  .image-4 {
    position: absolute;
    left: auto;
    top: auto;
    right: 16%;
    bottom: 0%;
  }
  .nav-link {
    padding-right: 10px;
    padding-left: 10px;
    color: #393447;
    font-size: 16px;
    font-weight: 400;
  }
  .nav-link:visited {
    color: #393447;
  }
  .phonelink {
    background-size: 15px;
    font-size: 22px;
    font-weight: 400;
  }
  .linkcall {
    font-size: 17px;
  }
  .bluebg {
    background-image: none;
  }
  .heading-2 {
    font-size: 48px;
  }
  .image-9 {
    position: relative;
    z-index: 4;
    margin-top: 279px;
  }
  .heading-3 {
    color: #393447;
    font-size: 48px;
  }
  .spanlght {
    font-weight: 300;
  }
  .workimg-box {
    width: 44%;
    background-image: url('../images/Rectangle-43.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .bold-text {
    font-size: 48px;
    font-weight: 900;
  }
  .section-5 {
    position: relative;
  }
  .section-6 {
    padding-right: 2%;
    padding-bottom: 7%;
    padding-left: 2%;
  }
  .section-8 {
    padding-left: 2%;
  }
  .section-10 {
    position: relative;
    overflow: hidden;
  }
  .dealer-img.last {
    margin-right: 0px;
    margin-left: 0px;
  }
  .section-13 {
    padding-bottom: 9%;
  }
  .prev {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    width: 40px;
    height: 40px;
  }
  .next {
    left: 5%;
    top: auto;
    right: auto;
    bottom: 0%;
    width: 40px;
    height: 40px;
  }
  .section-14 {
    padding: 7% 2%;
  }
  .custom-btn-2.phone {
    text-shadow: none;
  }
  .custom-btn-2.phone {
    text-shadow: none;
  }
  .heading-8.questions {
    color: #393447;
    font-size: 48px;
  }
  .heading-8.questions {
    color: #393447;
    font-size: 48px;
  }
  .bold-text-2 {
    font-weight: 300;
  }
  .link-2 {
    font-size: 16px;
  }
  .brand.w--current {
    max-width: 180px;
  }
  .div-block-138 {
    overflow: hidden;
  }
  .text-block-47 {
    margin-top: 27px;
    font-size: 28px;
    line-height: 1.4em;
  }
  .nav-link-2 {
    padding-right: 15px;
    padding-left: 15px;
    color: #393447;
    font-size: 16px;
    font-weight: 400;
  }
  .nav-link-2:visited {
    color: #393447;
  }
  .text-block-48 {
    margin-top: 19px;
    font-size: 22px;
    line-height: 1.4em;
  }
  .phonelink-2 {
    background-size: 13px;
    font-size: 20px;
    font-weight: 400;
  }
  .phonelink-2.wtsp {
    background-position: 0% 48%;
    background-size: 16px;
  }
  .heading-11 {
    margin-left: -4px;
    font-size: 90px;
    line-height: 0.85em;
  }
  .linkcall-2 {
    width: auto;
    font-size: 17px;
  }
  .heroboxtxt {
    max-width: 563px;
  }
  .bg7 {
    background-image: url('../images/bg6.jpg');
  }
  .heading-12 {
    color: #393447;
    font-size: 48px;
  }
  .heading-13 {
    font-size: 48px;
  }
  .bgblue {
    background-image: none;
  }
  .cont {
    max-width: 1000px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cont.two {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .cont.two {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .text-block-54 {
    color: #fe8138;
  }
  .link-6 {
    font-size: 16px;
  }
  .right {
    left: 5%;
    top: auto;
    right: auto;
    bottom: 0%;
    width: 40px;
    height: 40px;
  }
  .left {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    width: 40px;
    height: 40px;
  }
  .link-calc {
    font-size: 16px;
  }
  .slider {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .slide-2 {
    background-image: none;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 96px;
  }
  .navbar {
    z-index: 20;
    padding-top: 0px;
    padding-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .nav-menu {
    padding-top: 10px;
    padding-bottom: 60px;
    background-color: #fff;
  }
  .contain {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .herotxtbox {
    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;
  }
  .heading {
    font-size: 70px;
  }
  .text-block {
    max-width: 350px;
    margin-top: 15px;
    font-size: 18px;
  }
  .text-block-2 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.3em;
  }
  .custom-btn {
    font-size: 16px;
  }
  .text-block-3 {
    font-size: 16px;
  }
  .nav-link {
    margin-top: 23px;
    text-align: center;
  }
  .callbackbox {
    margin-top: 6px;
    margin-left: 0px;
    -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;
  }
  .heading-2 {
    font-size: 36px;
  }
  .paragraph {
    font-size: 16px;
  }
  .button-consult {
    font-size: 16px;
  }
  .button-consult.consult {
    font-size: 16px;
  }
  .heading-3 {
    font-size: 36px;
  }
  .guarantee-icn {
    margin-top: 20px;
  }
  .text-block-5 {
    font-size: 16px;
    line-height: 1.4em;
  }
  .heading-4 {
    font-size: 20px;
  }
  .section-5 {
    padding-bottom: 5%;
  }
  .advantages-wrp {
    margin-top: 15px;
  }
  .advantages-card {
    padding-right: 20px;
    padding-left: 20px;
  }
  .advantage-txt {
    font-size: 16px;
  }
  .number-txt {
    margin-top: 12px;
    font-size: 60px;
  }
  .advantage-img {
    width: 100px;
    max-width: none;
  }
  .options-wrp {
    margin-top: 5px;
  }
  .orange-txt {
    width: 200px;
  }
  .orange-txt.works {
    width: 210px;
    height: 57px;
    padding: 10px 5px;
  }
  .text-block-6 {
    font-size: 16px;
  }
  .scheme-icn {
    width: 80px;
    max-width: none;
  }
  .text-block-7 {
    font-size: 16px;
    line-height: 1.4em;
  }
  .image-14 {
    top: 38px;
    right: -12%;
  }
  .phoneimg-wrp {
    width: 60%;
  }
  .image-15 {
    width: 50%;
    max-width: none;
  }
  .paragraph-2 {
    font-size: 16px;
  }
  .dealer-img {
    width: 10%;
    max-width: none;
  }
  .dealer-img.last {
    margin-right: 0px;
    margin-left: 0px;
  }
  .form-block {
    padding: 50px 20px 60px;
  }
  .text-block-8 {
    font-size: 30px;
  }
  .text-field {
    margin-top: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 16px;
  }
  .submit-button {
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 12px;
    font-size: 16px;
  }
  .text-field-2 {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 16px;
  }
  .text-block-9 {
    padding-left: 20px;
    background-size: 15px;
    font-size: 16px;
  }
  .custom-btn-2 {
    font-size: 16px;
  }
  .custom-btn-2.phone {
    margin-top: 19px;
    font-size: 16px;
  }
  .custom-btn-2.phone {
    margin-top: 19px;
    font-size: 16px;
  }
  .heading-8 {
    margin-bottom: 0px;
    font-size: 48px;
    line-height: 1.1em;
  }
  .heading-8.questions {
    font-size: 40px;
  }
  .heading-8.questions {
    font-size: 40px;
  }
  .footer {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-footer {
    margin-top: 9px;
  }
  .content {
    -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;
  }
  .link-3 {
    font-size: 14px;
  }
  .text-block-19 {
    font-size: 14px;
  }
  .nextbtn {
    z-index: 2;
    -webkit-transition-property: none;
    transition-property: none;
    font-size: 17px;
  }
  .nextbtn:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .nextbtn:active {
    box-shadow: 0 20px 100px 0 rgba(173, 0, 0, 0.37);
  }
  .question-title {
    font-size: 22px;
  }
  .question-title._2 {
    font-size: 24px;
  }
  .quizbox {
    width: 20%;
    text-align: center;
  }
  .quizbox:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .quizbox.series {
    width: 33%;
  }
  .radiobuttonwrapper._3 {
    margin-top: 20px;
  }
  .div-block-135 {
    margin-top: 15px;
  }
  .label-text {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 14px;
    line-height: 1.4em;
  }
  .quiz-section {
    width: 100%;
  }
  .slide {
    padding-bottom: 30px;
  }
  .text-field-6 {
    max-width: 400px;
  }
  .hero-button {
    z-index: 2;
    -webkit-transition-property: none;
    transition-property: none;
    font-size: 17px;
  }
  .hero-button:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .hero-button:active {
    box-shadow: 0 20px 100px 0 rgba(173, 0, 0, 0.37);
  }
  .menu-button {
    padding-right: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .menu-button.w--open {
    background-color: hsla(0, 0%, 78.4%, 0);
  }
  .brand {
    max-width: 140px;
    margin-right: auto;
  }
  .brand.w--current {
    max-width: none;
  }
  .icon {
    color: #393447;
  }
  .image-19 {
    width: 190px;
    max-width: none;
  }
  .heading-9 {
    font-size: 20px;
  }
  .heading-10 {
    font-size: 20px;
  }
  .link-pdf {
    padding-left: 15px;
    background-size: 11px;
    font-size: 14px;
  }
  .text-block-46 {
    font-size: 18px;
  }
  .text-block-47 {
    margin-top: 15px;
    font-size: 18px;
  }
  .nav-link-2 {
    margin-top: 23px;
    text-align: center;
  }
  .text-block-48 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.3em;
  }
  .phonelink-2 {
    margin-right: 9px;
    font-size: 16px;
  }
  .heading-11 {
    font-size: 70px;
  }
  .icon-2 {
    color: #393447;
  }
  .heroboxtxt {
    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;
  }
  .button-consult-2 {
    font-size: 16px;
  }
  .heading-12 {
    font-size: 36px;
  }
  .heading-13 {
    font-size: 36px;
  }
  .cont {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .shutter-box {
    padding-bottom: 10px;
  }
  .text-block-49 {
    margin-left: 10px;
    font-size: 16px;
    line-height: 1.4em;
  }
  .text-block-50 {
    margin-left: 10px;
    font-size: 16px;
  }
  .question-title-2 {
    font-size: 22px;
  }
  .question-title-2._2 {
    font-size: 24px;
  }
  .label-text-2 {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 14px;
    line-height: 1.4em;
  }
  .orange-txt-2 {
    width: 200px;
  }
  .orange-txt-2.works {
    width: 210px;
    height: 57px;
    padding: 10px 5px;
  }
  .link-pdf-2 {
    padding-left: 15px;
    background-size: 11px;
    font-size: 14px;
  }
  .link-4 {
    padding-left: 20px;
    background-size: 15px;
    font-size: 16px;
  }
  .link-5 {
    font-size: 14px;
  }
  .btnnext {
    z-index: 2;
    -webkit-transition-property: none;
    transition-property: none;
    font-size: 17px;
  }
  .btnnext:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .btnnext:active {
    box-shadow: 0 20px 100px 0 rgba(173, 0, 0, 0.37);
  }
  .text-block-17 {
    font-size: 20px;
  }
  .paragraph-5 {
    font-size: 16px;
  }
  .div-block-33 {
    width: auto;
    margin-right: 4%;
    margin-left: 4%;
  }
  .text-block-23 {
    color: #1d1d1d;
  }
  .link-calc {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
    text-align: center;
  }
  .left-arrow {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 5%;
  }
  .right-arrow {
    left: 5%;
    top: auto;
    right: auto;
    bottom: 5%;
  }
  .bg-hero.rol {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 108px;
  }
  .contain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .herotxtbox {
    max-width: none;
  }
  .heroimgbox {
    margin-top: -4px;
  }
  .carbg {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 330px;
  }
  .callbackbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .phonelink {
    font-size: 16px;
  }
  .txtwrp {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 30px 20px 35px;
  }
  .container.calculator {
    -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;
  }
  .container.form {
    -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;
  }
  .container.contact {
    -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;
  }
  .button-consult {
    margin-top: 12px;
  }
  .button-consult.consult {
    margin-top: 10px;
  }
  .guarantee-icn {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .icn-card {
    width: 100%;
    margin-top: 12px;
  }
  .workimg-box {
    width: 100%;
    padding-top: 118px;
    padding-bottom: 118px;
  }
  .heading-4 {
    margin-top: 14px;
    font-size: 18px;
    line-height: 1.2em;
  }
  .advantages-card {
    width: 50%;
  }
  .orange-txt {
    width: 185px;
    padding: 15px;
  }
  .orange-txt.works {
    width: 140px;
  }
  .text-block-6 {
    font-size: 15px;
  }
  .scheme-wrp {
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .scheme-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 28%;
    margin-top: 19px;
    -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;
  }
  .text-block-7 {
    margin-top: 10px;
    font-size: 15px;
    text-align: center;
  }
  .image-14 {
    display: none;
  }
  .section-9 {
    padding-bottom: 10%;
  }
  .phoneimg-wrp {
    width: 100%;
  }
  .calc-text {
    position: relative;
    z-index: 20;
    width: 100%;
    margin-top: -62px;
    padding: 24px 24px 34px;
    background-color: #fff;
  }
  .image-15 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 47%;
    margin-top: -26px;
    margin-left: 173px;
  }
  .image-16 {
    display: block;
    width: 40%;
    max-width: none;
    margin-top: 13px;
    margin-left: 51px;
  }
  .img-form-wrp {
    width: 70%;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .form-block {
    width: 70%;
    padding-right: 15px;
    padding-left: 15px;
    box-shadow: 0 7px 20px 0 rgba(57, 52, 71, 0.35);
  }
  .map {
    width: 90%;
    margin-top: 19px;
  }
  .contact-txt {
    width: 100%;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .heading-8 {
    font-size: 42px;
  }
  .heading-8.questions {
    font-size: 36px;
  }
  .heading-8.questions {
    font-size: 36px;
  }
  .questions-wrp {
    margin-top: 0px;
  }
  .menu-footer {
    -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;
  }
  .copy {
    margin-top: 15px;
  }
  .question-title {
    width: 80%;
    font-size: 25px;
  }
  .backlink {
    margin-top: 20px;
  }
  .quizbox {
    width: 18%;
  }
  .quizbox.wide {
    width: 80%;
  }
  .quizbox.half {
    width: 80%;
    max-width: 350px;
  }
  .radiobuttonwrapper {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 31px;
  }
  .radiobuttonwrapper._2 {
    margin-top: 15px;
  }
  .radiobuttonwrapper._3 {
    width: 90%;
  }
  .background-box {
    width: 100%;
  }
  .carousel-status {
    margin-top: 20px;
  }
  .label-text {
    padding-right: 2px;
    padding-left: 2px;
    font-size: 12px;
  }
  .label-text.control {
    font-size: 14px;
  }
  .label-text.montag {
    font-size: 14px;
  }
  .heading-9 {
    font-size: 18px;
    line-height: 1.2em;
  }
  .heading-10 {
    font-size: 18px;
    line-height: 3px;
  }
  .text-block-45 {
    font-size: 26px;
  }
  .form-block-4 {
    max-width: 300px;
  }
  .text-block-46 {
    font-size: 16px;
    line-height: 1.4em;
  }
  .phonelink-2 {
    font-size: 16px;
  }
  .heroboxtxt {
    max-width: none;
  }
  .bg7 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 330px;
  }
  .button-consult-2 {
    margin-top: 12px;
  }
  .heading-12.contact {
    margin-bottom: 8px;
  }
  .cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .shutters-wrp {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .shutter-box {
    width: 48%;
    margin-top: 10px;
  }
  .question-title-2 {
    width: 80%;
    font-size: 25px;
  }
  .label-text-2 {
    padding-right: 2px;
    padding-left: 2px;
    font-size: 12px;
  }
  .label-text-2.montag {
    font-size: 14px;
  }
  .orange-txt-2 {
    width: 185px;
    padding: 15px;
  }
  .orange-txt-2.works {
    width: 140px;
  }
  .form-img {
    width: 70%;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .text-block-56 {
    font-size: 26px;
  }
  .text-block-17 {
    max-width: 390px;
    font-size: 18px;
  }
  .div-block-33 {
    margin-top: 50px;
  }
  .text-block-23 {
    font-size: 30px;
  }
  .paragraph-12 {
    margin-top: 15px;
  }
  .link-calc {
    left: 4%;
    top: auto;
    right: auto;
    bottom: 4px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .section-16 {
    height: auto;
  }
  .bg-hero {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 220px;
  }
  .bg-hero.rol {
    width: 100%;
    height: 250px;
  }
  .slide-wrp {
    height: auto;
    padding-top: 87px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 60px;
    padding-bottom: 10%;
  }
  .section._2 {
    padding-top: 90px;
  }
  .navbar {
    padding-top: 0px;
    padding-left: 0%;
  }
  .herotxtbox {
    margin-bottom: 13px;
  }
  .heroimgbox {
    margin-top: 20px;
  }
  .heading {
    margin-top: 0px;
    font-size: 60px;
  }
  .heading._2 {
    margin-top: 22px;
    font-size: 47px;
  }
  .spanlight {
    font-size: 40px;
  }
  .carbg {
    height: 200px;
  }
  .text-block {
    margin-top: 10px;
  }
  .text-block-2 {
    font-size: 16px;
  }
  .custom-btn {
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 11px;
  }
  .pricebox {
    top: 107px;
    right: 14px;
  }
  .text-block-3 {
    top: 3px;
    right: 18px;
  }
  .image-4 {
    display: none;
  }
  .callbackbox {
    margin-top: 7px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .phonelink {
    padding-left: 10px;
    background-size: 9px;
    font-size: 15px;
    line-height: 1.2em;
  }
  .linkcall {
    font-size: 14px;
  }
  .section-2 {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .heading-2 {
    margin-bottom: 10px;
    font-size: 28px;
  }
  .section-3 {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .container.certificates {
    margin-top: 10%;
  }
  .button-consult {
    margin-top: 2px;
  }
  .button-consult.consult {
    max-width: 280px;
    padding-right: 76px;
    padding-left: 28px;
    background-size: 45px;
    font-size: 15px;
    line-height: 1.3em;
  }
  .heading-3 {
    font-size: 28px;
    line-height: 1.1em;
    text-align: center;
  }
  .heading-3.options {
    line-height: 1.1em;
  }
  .heading-3.calc {
    text-align: left;
  }
  .guarantee-icn {
    margin-top: 5px;
  }
  .icn-card {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block-5 {
    text-align: center;
  }
  .advantages-card {
    width: 100%;
  }
  .advantage-txt {
    line-height: 1.5em;
  }
  .number-txt {
    margin-top: 17px;
  }
  .options-wrp {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .options-column {
    width: 70%;
  }
  .orange-txt {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .orange-txt.works {
    width: 190px;
    padding-left: 10px;
  }
  .text-block-6 {
    font-size: 15px;
  }
  .section-7 {
    padding-bottom: 10%;
  }
  .image-13 {
    display: none;
  }
  .section-8 {
    padding-bottom: 10%;
  }
  .scheme-wrp {
    margin-top: 0px;
  }
  .scheme-column {
    width: 100%;
  }
  .text-block-7._2 {
    max-width: none;
    font-size: 16px;
  }
  .section-9 {
    padding-top: 12%;
    padding-bottom: 15%;
  }
  .calc-text {
    padding-top: 30px;
    box-shadow: 0 10px 20px 0 rgba(57, 52, 71, 0.4);
  }
  .image-15 {
    display: none;
  }
  .image-16 {
    width: 74%;
    margin-left: 32px;
  }
  .paragraph-2 {
    line-height: 1.5em;
  }
  .section-10 {
    padding-top: 7%;
  }
  .works-wrp {
    margin-top: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .certificates-wrp {
    margin-top: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-11 {
    padding-top: 5%;
    padding-bottom: 10%;
  }
  .dealers-wrp {
    margin-top: 7px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .dealer-img {
    width: 25%;
  }
  .section-12 {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .img-form-wrp {
    width: 100%;
  }
  .form-block {
    width: 100%;
  }
  .form-2 {
    width: 90%;
  }
  .text-block-8 {
    font-size: 26px;
  }
  .text-block-9 {
    line-height: 1.4em;
    text-align: center;
  }
  .prev {
    width: 40px;
    height: 40px;
  }
  .next {
    left: 46px;
    width: 40px;
    height: 40px;
  }
  .section-14 {
    padding-bottom: 10%;
  }
  .open-link {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .custom-btn-2 {
    padding: 10px 28px;
    letter-spacing: 0.5px;
  }
  .custom-btn-2.phone {
    margin-top: 10px;
    padding: 12px 83px 12px 45px;
    background-size: 45px;
  }
  .custom-btn-2.phone {
    margin-top: 10px;
    padding: 12px 83px 12px 45px;
    background-size: 45px;
  }
  .image-18 {
    max-width: 70%;
  }
  .heading-8 {
    font-size: 31px;
    text-align: center;
  }
  .footer {
    padding-top: 30px;
  }
  .menu-footer {
    margin-top: 14px;
    margin-bottom: 7px;
  }
  .copy {
    -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;
  }
  .radio-button-hide {
    display: none;
  }
  .section_qw {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .nextbtn {
    padding-right: 35px;
    padding-left: 35px;
    font-size: 16px;
  }
  .question-title {
    width: 90%;
    font-size: 20px;
  }
  .question-title._2 {
    font-size: 22px;
    line-height: 1.3em;
  }
  .quizbox {
    width: 31%;
    max-width: none;
    margin-right: 3px;
    margin-left: 3px;
  }
  .quizbox.wide.control {
    width: 100%;
  }
  .quizbox.series {
    width: 70%;
  }
  .radiobuttonwrapper {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .radiobuttonwrapper.first {
    margin-top: 15px;
  }
  .radiobuttonwrapper.first._1 {
    margin-top: 11px;
  }
  .check {
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    padding-right: 6px;
    padding-left: 6px;
  }
  .div-block-135 {
    width: 90%;
  }
  .label-text {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
    line-height: 1.3em;
  }
  .slide {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
  }
  .success-message {
    padding-right: 10px;
    padding-left: 10px;
  }
  .text-block-42 {
    font-size: 15px;
  }
  .text-block-43 {
    max-width: 290px;
  }
  .hero-button {
    padding-right: 35px;
    padding-left: 35px;
    font-size: 16px;
  }
  .menu-button {
    padding-top: 10px;
    padding-left: 5px;
  }
  .brand {
    max-width: 116px;
    margin-top: -27px;
  }
  .brand.w--current {
    margin-top: -27px;
  }
  .icon {
    font-size: 30px;
  }
  .image-19 {
    width: 150px;
  }
  .certificate-box {
    width: 48%;
    margin-top: 7px;
  }
  .checkbox-2 {
    margin-top: 5px;
  }
  .checkbox-field-2 {
    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;
  }
  .checkbox-label-3 {
    margin-left: 7px;
    line-height: 1.3em;
  }
  .form-block-4 {
    padding-right: 18px;
    padding-left: 18px;
  }
  .text-block-48 {
    font-size: 16px;
  }
  .phonelink-2 {
    margin-right: 0px;
    padding-left: 10px;
    background-size: 9px;
    font-size: 15px;
    line-height: 1.2em;
  }
  .phonelink-2.wtsp {
    margin-top: 6px;
    margin-right: 0px;
    padding-left: 15px;
    background-size: 13px;
  }
  .heading-11._2 {
    font-size: 47px;
  }
  .icon-2 {
    font-size: 30px;
  }
  .linkcall-2 {
    margin-top: 4px;
    font-size: 13px;
  }
  .heroboxtxt {
    margin-top: 17px;
  }
  .bg7 {
    height: 200px;
  }
  .button-consult-2 {
    margin-top: 2px;
  }
  .heading-12 {
    font-size: 28px;
    line-height: 1.1em;
    text-align: center;
  }
  .heading-12.options {
    line-height: 1.1em;
  }
  .heading-12.calc {
    text-align: left;
  }
  .heading-13 {
    margin-bottom: 10px;
    font-size: 28px;
  }
  .shutters-wrp {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .shutter-box {
    width: 80%;
  }
  .check-2 {
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    padding-right: 6px;
    padding-left: 6px;
  }
  .question-title-2 {
    width: 90%;
    font-size: 20px;
  }
  .question-title-2._2 {
    font-size: 22px;
    line-height: 1.3em;
  }
  .text-block-53 {
    font-size: 15px;
  }
  .label-text-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
    line-height: 1.3em;
  }
  .qw_section {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .orange-txt-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .orange-txt-2.works {
    width: 190px;
    padding-left: 10px;
  }
  .form-img {
    width: 100%;
  }
  .link-4 {
    margin-top: 2px;
  }
  .text-block-54 {
    font-size: 16px;
    line-height: 1.3em;
  }
  .right {
    left: 46px;
    width: 40px;
    height: 40px;
  }
  .left {
    width: 40px;
    height: 40px;
  }
  .btnnext {
    padding-right: 35px;
    padding-left: 35px;
    font-size: 16px;
  }
  .text-block-17 {
    width: 80%;
    max-width: none;
  }
  .div-block-33 {
    margin-top: 50px;
  }
  .text-block-23 {
    font-size: 15px;
    line-height: 1.2em;
  }
  .paragraph-12 {
    font-size: 14px;
  }
  .text-block-57 {
    font-size: 20px;
  }
  .heading-14 {
    font-size: 39px;
    line-height: 1.1em;
    text-align: center;
  }
  .text-block-58 {
    margin-top: 8px;
    font-size: 18px;
  }
  .link-calc {
    bottom: 4px;
    font-size: 12px;
  }
  .slider {
    height: auto;
  }
  .right-arrow {
    left: 12%;
  }
  .bg-hero {
    height: 212px;
  }
  .bg-hero.rol {
    top: 318px;
  }
  .slide-wrp {
    padding-bottom: 197px;
  }
}

@font-face {
  font-family: 'Dinpro';
  src: url('../fonts/DINPro-Black.eot') format('embedded-opentype'), url('../fonts/DINPro-Black.woff') format('woff'), url('../fonts/DINPro-Black.ttf') format('truetype'), url('../fonts/DINPro-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Dinpro';
  src: url('../fonts/DINPro-Light.eot') format('embedded-opentype'), url('../fonts/DINPro-Light.woff') format('woff'), url('../fonts/DINPro-Light.ttf') format('truetype'), url('../fonts/DINPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.eot') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.eot') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.eot') format('embedded-opentype'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype'), url('../fonts/Roboto-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.eot') format('embedded-opentype'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype'), url('../fonts/Roboto-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}