:root {
  --red: #f82929;
  --crimson: #e2283f;
  --white: white;
  --black: black;
  --royal-blue: #2960a8;
  --midnight-blue: #152e69;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

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

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4em;
}

h3 {
  margin-top: 40px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

p {
  margin-bottom: 15px;
  line-height: 1.7em;
}

.body {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.section-main {
  padding-bottom: 0;
  position: relative;
}

.container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 50px;
  padding-bottom: 30px;
  display: flex;
}

.logo-block {
  border-radius: 3px;
  flex: none;
}

.block-descriptor {
  flex: 0 auto;
  width: 240px;
}

.p-descriptor {
  opacity: .6;
  color: #fff;
  text-align: center;
  max-width: 320px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6em;
}

.block-top-contacts {
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 240px;
  display: flex;
}

.link {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 42px;
  text-decoration: none;
}

.button-top-call {
  border: 1px solid var(--red);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 3px;
  margin-top: 10px;
  padding: 6px 10px;
  font-size: 10px;
  line-height: 1rem;
  transition: background-color .2s;
}

.button-top-call:hover {
  border-color: var(--red);
  background-color: var(--red);
}

.button-top-call.black {
  color: #000;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 9px;
}

.button-top-call.black:hover {
  color: #fff;
}

.div-block-2 {
  text-align: center;
  order: 0;
  align-self: auto;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-1 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 21px;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.4em;
}

.heading-2 {
  color: #fff;
  margin-bottom: 50px;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  display: none;
}

.div-block-3 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.title-froms {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
}

.title-froms.title-black {
  color: #000;
}

.text-field {
  text-align: center;
  border: 1px solid #00000026;
  border-radius: 3px;
  max-width: 350px;
  height: 65px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 56px;
  transition: all .2s;
}

.text-field:focus {
  border-color: #00000080;
}

.text-field._2 {
  max-width: none;
}

.form {
  color: #dee2e8;
}

.section-12 {
  background-image: linear-gradient(to top, #2960a8, #152e69);
  display: none;
}

.block-title-sections {
  text-align: center;
  max-width: 710px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.block-title-sections._2 {
  text-align: left;
  margin-bottom: 20px;
}

.heading-3-black {
  color: #000;
  max-width: 810px;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5em;
  display: inline-block;
}

.heading-3-black.white {
  color: #fff;
  margin-bottom: 30px;
  line-height: 45px;
}

.heading-3-black.h3-so-bgcolor {
  background-image: linear-gradient(#fff, #fff);
  max-width: 800px;
  margin: 0 auto;
  padding: 0 15px;
  font-weight: 700;
  line-height: 50px;
}

.heading-3-black.position-l {
  text-align: left;
  margin-top: 0;
}

.heading-3-black._2 {
  margin-left: 0;
  margin-right: 0;
}

.div-block-5 {
  border: 3px solid #e2283f;
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 59px 60px;
  display: block;
}

.div-block-6 {
  align-items: center;
  display: flex;
}

.div-block-7 {
  background-color: red;
  border-radius: 100%;
  width: 7px;
  height: 7px;
  margin-right: 20px;
}

.text-block-2 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.3em;
}

.section-5 {
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
}

.section-6 {
  background-image: url('../images/bg_otopl.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 570px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: none;
}

.section-8 {
  background-image: url('../images/bg-grbtrprice.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 38px;
  display: none;
}

.section-9 {
  background-image: linear-gradient(#eee, #fff 19%);
  padding-top: 100px;
  padding-bottom: 40px;
  display: none;
}

.div-block-8 {
  color: #fff;
  max-width: 450px;
  margin-top: 98px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  line-height: 1.7em;
  display: block;
}

.five-years {
  background-image: linear-gradient(#fff, #fff);
  border: 1px solid #e2283f;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 128px;
  display: flex;
  position: absolute;
  bottom: -80px;
  right: -90px;
  box-shadow: 0 0 4px #00000040, 0 0 0 5px #fff, 0 4px 6px 2px #e2283f;
}

.five-years.interest {
  left: -2%;
}

.five-years.guarantee {
  width: 224px;
  height: 224px;
  margin-top: 53px;
  margin-right: 286px;
  top: 39px;
  right: 28px;
  box-shadow: 0 0 4px #00000040, 0 0 0 10px #fff, 0 4px 6px 8px #00000080;
}

.text-block-3 {
  color: #e2283f;
  font-size: 33px;
  font-weight: 700;
  line-height: 40px;
}

.text-block-3.text-guarantee {
  font-size: 3rem;
  line-height: 1.5em;
}

.text-block-4 {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
}

.div-block-15 {
  text-align: left;
  background-color: #fff;
  width: 640px;
  padding: 50px 50px 110px;
  position: relative;
}

.paragraph-3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.9em;
}

.div-block-16 {
  background-image: linear-gradient(#e2283f, #e2283f);
  align-items: center;
  height: 80px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.paragraph-4 {
  color: #fff;
  margin-bottom: 0;
  margin-left: 150px;
  font-size: 15px;
  font-weight: 600;
}

.text-block-3interest {
  color: #e2283f;
  font-size: 51px;
  font-weight: 700;
  line-height: 60px;
}

.heading-5 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 400;
  line-height: 33px;
}

.div-block-18 {
  align-items: center;
  margin-top: 7px;
  margin-bottom: 7px;
  display: flex;
}

.block-icon-cons {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 35px;
  margin-right: 6px;
  display: flex;
}

.text-cons {
  font-weight: 400;
  line-height: 25px;
}

.div-block-19 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  width: 420px;
  display: flex;
}

.div-block-19._2 {
  width: auto;
  margin-top: 40px;
  display: none;
}

.div-block-20 {
  justify-content: space-around;
  display: flex;
}

.div-block-21 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 460px;
  padding-bottom: 80px;
  display: block;
}

.div-block-22 {
  margin-right: 30px;
  padding-bottom: 100px;
  position: relative;
}

.div-block-24 {
  border-radius: 5px;
  display: flex;
}

.div-block-24.block-form-3 {
  float: right;
  background-color: #fff;
  border-style: none;
  max-width: 410px;
  box-shadow: 0 2px 10px #e2283f4d;
}

.block-forms-2 {
  padding: 40px 30px 20px;
  box-shadow: 0 1px 61px #00000017;
}

.block-forms-2._2 {
  min-height: 500px;
}

.title-field-black {
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: 400;
}

.text-block-black {
  color: #6c788e;
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
}

.submit-button-3 {
  background-color: var(--red);
  text-align: center;
  background-image: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6em;
  transition: all .2s;
  display: inline-block;
  box-shadow: 0 13px 35px -6px #f8292963;
}

.submit-button-3:hover {
  transform: scale(1.03);
  box-shadow: 0 13px 45px -6px #f8292980;
}

.submit-button-3:active {
  transform: scale(1);
}

.submit-button-3.quiz {
  z-index: 2;
  box-shadow: none;
  background-color: #0000;
  background-image: none;
  height: auto;
  padding: 20px 20px 40px;
  font-size: 16px;
  font-weight: 800;
  display: none;
  position: relative;
}

.submit-button-3.quiz:hover {
  box-shadow: none;
  background-image: linear-gradient(#ffaf2e, #f88527);
  transform: none;
}

.section-11 {
  background-image: linear-gradient(#f5f5f5, #fff 25%);
  padding-top: 100px;
  display: none;
}

.div-block-27 {
  max-width: 700px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6em;
  display: block;
}

.paragraph-5 {
  text-align: center;
  margin-top: 30px;
  font-size: 18px;
}

.div-block-28 {
  text-align: center;
  margin-top: 50px;
  position: relative;
}

.div-block-29 {
  background-image: url('../images/bg-row1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
}

.block-title-sections-2 {
  max-width: 800px;
  margin: 60px auto;
  display: block;
}

.div-block-30 {
  background-image: url('../images/bg-row2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
}

.heading-3-white {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1.4em;
}

.block-slider-rev {
  margin-bottom: 60px;
}

.section-15 {
  margin-top: 100px;
  margin-bottom: 100px;
  display: none;
}

.section-16 {
  background-image: url('../images/bg_manager.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.div-block-41 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-42 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 680px;
  display: flex;
}

.text-block-9 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-10 {
  text-align: center;
  font-size: 21px;
  line-height: 34px;
}

.tabs-menu {
  background-color: #f4f4f7;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 70px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.tab-link {
  background-color: #0000;
  border-left: 4px solid #0000;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 130px;
  padding: 20px;
  font-size: 21px;
  transition: all .2s;
  display: flex;
}

.tab-link:hover {
  background-color: #6c788d17;
}

.tab-link.w--current {
  background-color: #fff;
  border-left: 4px solid red;
  box-shadow: 0 2px 6px #6c788d66;
}

.tabs {
  height: 390px;
}

.cases-section {
  display: none;
}

.section-18 {
  background-image: url('../images/bg_project.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 175px;
  padding-bottom: 175px;
  display: none;
}

.section-19 {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 90px;
  display: none;
}

.section-20 {
  background-image: linear-gradient(#00000080, #00000080);
  height: 500px;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  position: relative;
}

.section-21 {
  height: 200px;
  display: none;
}

.block-title-sections-copy {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.div-block-47 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-9 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 1.6em;
}

.div-block-48 {
  width: 300px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-49 {
  width: 240px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-50 {
  max-width: 420px;
  display: inline-block;
}

.div-block-51 {
  z-index: 1;
  background-image: linear-gradient(#fff, #fff);
  max-width: 425px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 50px 40px;
  display: inline-block;
  position: relative;
}

.div-block-52 {
  border-bottom: 1px solid #dee2e8;
  margin-bottom: 10px;
}

.div-block-53 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.text-block-13 {
  font-size: 21px;
  line-height: 1.6em;
}

.div-block-54 {
  margin-top: 15px;
}

.text-block-14 {
  color: #2a2a2a;
  font-weight: 600;
  line-height: 25px;
}

.text-block-15 {
  color: #2a2a2a;
  line-height: 25px;
}

.block-footer {
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.block-logo-footer {
  flex: none;
  margin-right: 20px;
}

.logo-footer {
  width: 190px;
}

.footer-buttom {
  background-image: linear-gradient(#dee2e8, #e8ebee1f);
  height: 70px;
}

.div-block-55 {
  max-width: 450px;
}

.text-block-16 {
  color: #6c788e;
  max-width: 300px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.block-bottom-contacts {
  flex-direction: row;
  flex: none;
  align-items: flex-end;
  display: flex;
}

.link--phone-buttom {
  color: #000;
  margin-right: 30px;
  font-size: 25px;
  font-weight: 400;
  line-height: 42px;
  text-decoration: none;
}

.button-buttom-call {
  color: #e2283f;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #e2283f;
  border-radius: 3px;
  margin-top: 10px;
  padding: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1rem;
  transition: background-color .5s;
}

.button-buttom-call:hover {
  color: #fff;
  background-color: #e2283f;
}

.div-block-56 {
  height: 70px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  line-height: 1.6em;
}

.text-block-17 {
  color: #6c788e;
  margin-top: 24px;
  font-size: 14px;
}

.tab-text {
  flex: 0 auto;
  font-size: 16px;
}

.modal-block {
  z-index: 103;
  background-image: linear-gradient(#fff, #fff);
  border-radius: 5px;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.link-block {
  color: #c9c9c9;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 20px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.link-block:hover {
  color: #0000007d;
}

.background-video {
  background-image: linear-gradient(#0009, #0009);
  height: auto;
  min-height: 100vh;
  padding-bottom: 105px;
}

.div-block-57 {
  z-index: 1;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.image-2 {
  border-bottom: 1px solid #0000001f;
  max-width: 500px;
  position: relative;
}

.html-embed {
  position: absolute;
  inset: 0;
}

.remodal {
  width: 100%;
  display: block;
}

.success-message {
  background-color: #fff;
  border-radius: 5px;
  max-width: 300px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 1px 3px #00000040;
}

.div-block-60 {
  background-color: #f1f4f6;
  width: 100%;
  padding: 80px 20px;
}

.case {
  background-color: #fff;
  border-radius: 10px;
  justify-content: space-between;
  max-width: 1100px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 60px;
  font-size: 16px;
  line-height: 1.7em;
  display: flex;
}

.div-block-62 {
  width: 43%;
}

.text-block-19 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.text-block-20 {
  margin-bottom: 16px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4em;
}

.div-block-63 {
  border-bottom: 1px solid #e2283f;
  margin-bottom: 25px;
  padding-bottom: 20px;
}

.unordered-list {
  color: #e2283f;
  margin-bottom: 50px;
  padding-left: 0;
}

.paragraph-10 {
  color: #000;
}

.list-item {
  margin-bottom: 20px;
}

.div-block-64 {
  margin-bottom: 40px;
}

.div-block-65 {
  border-bottom: 1px solid #cbd5db;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 7px;
  display: flex;
}

.div-block-62-copy {
  width: 50%;
}

.tabs-2 {
  margin-bottom: 50px;
  transition: all .2s;
}

.tabs-menu-2 {
  justify-content: space-between;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.tab-link-3 {
  background-color: #0000;
  flex: 1;
  padding: 0 5px;
  transition: all .2s;
}

.tab-link-3.w--current {
  opacity: .6;
  background-color: #0000;
}

.div-block-66 {
  color: #000;
  border: 1px solid #e2283f;
  border-radius: 3px;
  flex: none;
  padding: 2px 15px;
  font-size: 12px;
  text-decoration: none;
  transition: all .2s;
}

.div-block-66:hover {
  color: #fff;
  background-color: #e2283f;
}

.lightbox-link {
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  display: flex;
}

.div-block-67 {
  border-radius: 10px;
  margin-top: 60px;
  padding-bottom: 50px;
  overflow: hidden;
  box-shadow: 0 1px 70px #5d778b30;
}

.div-block-68 {
  padding-left: 40px;
  padding-right: 40px;
}

.image-4 {
  width: 49%;
}

.superscript {
  font-size: 20px;
  display: inline-block;
  transform: translate(0, -10px);
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ff3636;
  border-radius: 5px;
  padding: 16px 25px;
  font-size: 14px;
  line-height: 19px;
  text-decoration: none;
  transition: all .2s;
}

.button:hover {
  background-color: #d81e1e;
  transform: translate(0, -5px);
}

.button.proj {
  background-color: var(--red);
  background-image: linear-gradient(to bottom, var(--red), var(--crimson));
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 5px;
  padding: 25px 44px;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
  box-shadow: 0 3px #6d0000, inset 0 1px #ffffff3b, 0 14px 130px #ff0007;
}

.button.proj:hover {
  background-color: red;
}

.button.proj:active {
  transform: translate(0);
  box-shadow: 0 1px 5px #fc393e;
}

.button.nextlink2 {
  background-color: var(--red);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 25px 31px;
  display: flex;
  box-shadow: 0 0 #f8292973;
}

.button.nextlink2:hover {
  background-color: var(--crimson);
  box-shadow: 0 10px 60px #e2283f87;
}

.button.nextlink2:active {
  box-shadow: none;
  transform: none;
}

.text-span {
  color: #fff9;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 3px;
  font-size: 12px;
  display: block;
}

.main-carousel {
  justify-content: center;
  align-items: center;
}

.carousel-cell {
  text-align: center;
  width: 100%;
  transition: all .1s;
  overflow: hidden;
}

.carousel-cell.is-selected {
  opacity: 1;
}

.project-img {
  width: 140%;
  max-width: 900px;
}

.carousel-nav {
  border-top: 1px solid #e3e7e9;
  border-bottom: 1px solid #e3e7e9;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.navcel {
  border-right: 1px solid #e3e7e9;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: inline-block;
}

.navcel:hover {
  background-color: #f3f3f3;
}

.navcel.is-nav-selected {
  box-shadow: inset 0 -2px 0 0 var(--red);
  background-color: #fff;
}

.round-dot {
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  display: flex;
  box-shadow: 0 2px 10px #0000004d;
}

.div-block-75 {
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-75.left {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 5%;
}

.text-box {
  z-index: 1;
  text-align: left;
  width: 50%;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 71px;
  font-size: 15px;
  position: relative;
}

.image-box {
  align-self: flex-start;
  width: 50%;
}

.image-box._2 {
  max-height: none;
  padding-top: 60px;
  padding-bottom: 60px;
}

.nextlink {
  border: 1px solid var(--red);
  box-shadow: none;
  color: #000;
  background-color: #fff;
  background-image: url('../images/arrow_2arrow.png');
  background-position: 88%;
  background-repeat: no-repeat;
  background-size: 11px;
  border-radius: 3px;
  margin-top: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 45px;
  font-size: 12px;
  transition: all .2s;
}

.nextlink:hover {
  background-color: #f829290d;
  padding-right: 50px;
}

.nextlink:active {
  background-color: #f0f0f0;
}

.lightbox-link-2 {
  color: #000;
  width: 200px;
  line-height: 1.7em;
  text-decoration: none;
  position: absolute;
  bottom: 40px;
  right: -60px;
}

.image-6 {
  margin-bottom: 30px;
  transition: all .2s;
  box-shadow: 0 20px 50px #3e000033;
}

.image-6:hover {
  transform: translate(0, -10px);
}

.form-shadow-wrapper {
  border-radius: 5px;
  width: 100%;
  max-width: 350px;
  margin-top: 41px;
  padding: 25px;
  box-shadow: 0 10px 70px #00000017;
}

.form-shadow-wrapper._2 {
  background-color: #fff;
  max-width: 380px;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 30px;
  display: inline-block;
  box-shadow: 0 5px 80px #00000017;
}

.paragraph-12 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.div-block-76 {
  background-color: var(--red);
  width: 30px;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-77 {
  width: 180px;
  margin-top: 40px;
  line-height: 1.7em;
}

.div-block-78 {
  background-image: url('../images/buderus.jpg');
  background-position: 50%;
  background-size: cover;
  align-self: stretch;
  width: 50%;
  margin-left: auto;
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.div-block-78.pol {
  background-image: url('../images/pol.jpg');
  background-position: 0;
}

.div-block-78.time {
  background-image: url('../images/time.jpg');
  background-position: 50%;
}

.div-block-78.room {
  background-image: url('../images/room.jpg');
  background-position: 0;
}

.div-block-78.eco {
  background-image: url('../images/econom.jpg');
}

.div-block-78.cost {
  background-image: url('../images/temp.jpg');
}

.nextlink-copy {
  border: 1px solid var(--red);
  box-shadow: none;
  color: #000;
  background-color: #fff;
  background-image: url('../images/arrow_2arrow.png');
  background-position: 88%;
  background-repeat: no-repeat;
  background-size: 11px;
  border-radius: 3px;
  margin-top: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 45px;
  font-size: 12px;
  transition: all .2s;
}

.nextlink-copy:hover {
  background-color: #f829290d;
  padding-right: 50px;
}

.nextlink-copy:active {
  background-color: #f0f0f0;
}

.nav-box {
  flex: none;
  align-items: center;
  width: 260px;
  padding: 30px 35px;
  display: flex;
}

.red-star {
  color: var(--red);
}

.project-wrapper {
  overflow: hidden;
}

.div-block-80 {
  text-align: center;
  margin-top: 50px;
}

.button-call {
  color: #000;
  background-color: #0000;
  border: 1px solid #ff3636;
  border-radius: 3px;
  padding: 10px;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.button-call:hover {
  color: #fff;
  background-color: #ff3636;
}

.button-call.proj {
  letter-spacing: 1px;
  padding: 20px 40px;
  font-size: 14px;
  line-height: 19px;
}

.project-img-copy {
  position: relative;
  right: 20%;
}

.trust-section {
  text-align: center;
  background-color: #1f1f1f;
  padding: 80px 20px 91px;
  display: none;
}

.gold-plate {
  color: #fff;
  background-image: linear-gradient(135deg, #fff6d7, #b27450 29%, #fff6d7 66%, #b27450);
  border-radius: 5px;
  width: 25%;
  max-width: 260px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 12px;
  position: relative;
}

.div-block-82 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 170px;
  padding-top: 20px;
  display: flex;
}

.black-plate {
  background-image: linear-gradient(#353535, #202020);
  border-radius: 4px;
  position: absolute;
  inset: 1px;
}

.content {
  z-index: 1;
  padding-bottom: 30px;
  position: relative;
}

.div-block-83 {
  justify-content: center;
  margin-top: 30px;
  display: flex;
}

.progress-bar {
  background-color: var(--red);
  width: 0;
  height: 1px;
  margin-left: 0;
  margin-right: auto;
  display: block;
}

.arrow {
  margin-left: 25px;
}

.progress-box {
  text-align: left;
  background-color: #00000026;
  max-width: 540px;
  margin: 20px auto;
  display: block;
}

.carousel-cell-2 {
  text-align: center;
  width: 100%;
  padding-bottom: 50px;
  transition: all .2s linear;
}

.carousel-cell-2.is-selected {
  opacity: 1;
  display: block;
}

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

.main-carousel-2 {
  justify-content: center;
  align-items: center;
}

.question-title {
  color: #fff;
  text-transform: none;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  font-size: 35px;
  font-weight: 300;
  line-height: 1.4em;
  display: inline-block;
}

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

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

.form-block-3 {
  text-align: center;
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.backlink {
  color: #a5a5a5;
  width: 100%;
  margin-top: 60px;
  font-size: 12px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.backlink:hover {
  color: var(--red);
}

.radiobuttonwrapper {
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  max-width: 960px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.check {
  z-index: 3;
  background-color: var(--red);
  opacity: 1;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
}

.check._2 {
  background-color: var(--red);
  width: 30px;
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  top: 16px;
  right: 16px;
}

.check.activated {
  opacity: 1;
}

.paragraph-13 {
  max-width: 590px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quizbox {
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 30%;
  max-width: 280px;
  margin: 5px;
  padding-left: 0;
  transition: all .4s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.quizbox:hover {
  z-index: 1;
  transform: scale(1.05);
  box-shadow: 0 15px 100px #00000026;
}

.quizbox:active {
  transform: scale(1);
  box-shadow: 0 2px 5px #0003;
}

.quizbox._1 {
  width: 50%;
  max-width: 320px;
  display: block;
}

.quizbox._2 {
  width: 40%;
  max-width: 320px;
}

.label-text {
  margin-top: auto;
  margin-bottom: auto;
  padding: 20px 22px;
  font-weight: 400;
}

.radio-button-hide {
  z-index: 1;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.quiz-section {
  text-align: center;
  background-color: #fff;
  border-radius: 7px;
  width: 100%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.div-block-84 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 50px;
  display: flex;
  overflow: hidden;
}

.field-label {
  color: #000;
  margin-bottom: 10px;
  font-weight: 400;
}

.text-span-2 {
  color: var(--red);
}

.div-block-85 {
  text-align: center;
  width: 40%;
  max-width: 390px;
  position: relative;
}

.div-block-86 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  display: none;
}

.image-7 {
  width: 160%;
  max-width: 600px;
  margin-top: -20px;
  margin-left: -10%;
}

.text-block-21 {
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 600;
}

.div-block-87 {
  max-width: 200px;
  font-size: 12px;
  line-height: 1.6em;
}

.div-block-88 {
  margin-bottom: 15px;
}

.div-block-89 {
  position: relative;
}

.image-8 {
  width: 104%;
  max-width: none;
  margin-top: 40px;
  margin-left: -102px;
}

.right-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.right-block._1 {
  align-items: center;
  display: none;
}

.right-block._2, .right-block._3 {
  display: none;
}

.paragraph-14 {
  max-width: 700px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1.7em;
  display: block;
}

.checkbox-field {
  color: #8d8d8d;
  text-align: left;
  align-items: flex-start;
  width: 90%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
  line-height: 1.6em;
  display: flex;
}

.text-block-22 {
  color: #ffffff9c;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7em;
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
}

.text-block-22.hide {
  display: none;
  overflow: visible;
}

.submit-button-wrapper {
  background-color: var(--crimson);
  text-align: center;
  background-image: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  font-weight: 700;
  transition: all .2s;
  display: block;
  position: relative;
  box-shadow: 0 13px 35px -6px #f8292980;
}

.submit-button-wrapper:hover {
  transform: scale(1.03);
  box-shadow: 0 13px 45px -6px #f8292980;
}

.submit-button-wrapper:active {
  transform: scale(1);
}

.text-block-23 {
  text-align: center;
  margin-bottom: 10px;
}

.image-8-copy {
  width: 140%;
  max-width: none;
  margin-top: 40px;
  margin-left: 21px;
  margin-right: auto;
}

.image-8-copy-2 {
  width: 85%;
  max-width: none;
  margin-top: 40px;
}

.radiobuttonwrapper-copy {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 300px;
  margin: 60px auto 0;
  display: flex;
  position: relative;
}

.div-block-91 {
  background-color: #e6e6e6;
  width: 100%;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 70px;
}

.link-block-2 {
  background-color: var(--red);
  transform-origin: 100% 100%;
  color: #fff;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding-left: 25px;
  padding-right: 25px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  transform: rotate(-90deg);
}

.link-block-2:active {
  transform: rotate(-90deg)translate(0, 5px);
}

.side-button-wrapper {
  z-index: 20;
  height: 0;
  display: none;
  position: fixed;
  top: 25vh;
  right: 0;
}

.checkbox {
  margin-right: 10px;
}

.paragraph-16 {
  margin-bottom: 6px;
  font-size: 14px;
  position: absolute;
  top: 21px;
  right: -30px;
}

.text-span-3 {
  font-size: 10px;
  position: relative;
  top: -4px;
}

.link-2 {
  color: #fff6;
  font-size: 10px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.link-2:hover {
  color: #fff;
}

.container-2 {
  z-index: 1;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.left-arrow-2 {
  background-image: linear-gradient(#fff, #fff);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  transition: all 1.392s;
  display: flex;
  box-shadow: 1px 1px 3px #6c788e61;
}

.mask-3 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-92 {
  align-items: center;
  width: 80%;
  height: 100%;
  margin-left: 10%;
  margin-right: 10%;
  display: flex;
}

.section-22 {
  display: none;
}

.slider-2 {
  background-color: #0000;
  height: 410px;
  margin-top: 60px;
}

.block-title-sections-2-2 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.slides-revs-2 {
  width: 33.3%;
}

.div-block-69 {
  color: #141414;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  display: block;
}

.div-block-93 {
  margin-bottom: 60px;
}

.div-block-94 {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 60px;
}

.text-span-4 {
  font-weight: 400;
  display: block;
}

.div-block-95 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.phone-black {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.section-23 {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 3%;
  display: flex;
}

.bold-text {
  font-size: 31px;
}

.heading-6 {
  font-size: 35px;
  font-weight: 800;
  line-height: 1.3em;
}

.div-block-96 {
  z-index: 1;
  width: 60%;
  max-width: 590px;
  margin-top: 20px;
  position: relative;
}

.heading-7 {
  margin-top: 30px;
  padding-top: 0;
  font-size: 20px;
}

.unordered-list-2 {
  color: var(--red);
  padding-left: 20px;
  font-size: 20px;
}

.paragraph-17 {
  color: #000;
  margin-bottom: 5px;
}

.section-24 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.select-field {
  justify-content: center;
  align-items: center;
  height: 50px;
}

.input {
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #0000001a;
  border-top-style: none;
  border-radius: 3px;
  max-width: 350px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 400;
  transition: all .2s;
  box-shadow: inset 0 1px 1px #00000026;
}

.input:focus {
  border-color: #00000080;
}

.input.phone_input:focus {
  border-style: solid;
}

.input._2 {
  max-width: none;
}

.image-9 {
  position: absolute;
  bottom: -180px;
  right: -2%;
}

.form-shadow-wrapper-2 {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  max-width: 340px;
  margin-top: 0;
  padding: 25px;
  position: relative;
  box-shadow: 0 10px 70px #00000017;
}

.form-shadow-wrapper-2._2 {
  background-color: #fff;
  max-width: 380px;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 30px;
  display: inline-block;
  box-shadow: 0 5px 80px #00000017;
}

.text-block-24 {
  text-align: center;
  max-width: 300px;
}

.label-test {
  color: #000;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 7px;
  font-size: 9px;
  font-weight: 400;
  line-height: 1.5em;
}

.div-block-97 {
  align-items: center;
  margin-top: 39px;
  font-size: 20px;
  display: flex;
}

.image-10 {
  margin-right: 15px;
}

.section-25 {
  padding-bottom: 69px;
}

.div-block-98 {
  background-color: #f1f2f3;
}

.div-block-99 {
  margin-top: 20px;
}

.numberinput {
  text-align: center;
  border: 1px solid #00000026;
  border-radius: 3px;
  max-width: 350px;
  height: 65px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 56px;
  transition: all .2s;
}

.numberinput:focus {
  border-color: #00000080;
}

.numberinput._2 {
  max-width: none;
}

.section-26 {
  color: #000;
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 3% 130px;
  font-size: 16px;
  display: block;
}

.body-2 {
  font-family: Montserrat, sans-serif;
}

.heading-8 {
  margin-top: 0;
  font-size: 25px;
  font-weight: 400;
}

.heading-9 {
  margin-bottom: 10px;
}

.heading-wrapper {
  margin-bottom: 30px;
}

.text-wrapper {
  width: 60%;
}

.unordered-list-3 {
  color: var(--red);
  margin-bottom: 40px;
  padding-left: 20px;
}

.paragraph-18 {
  color: #000;
}

.heading-10 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.two-columns-wrapper {
  justify-content: space-between;
  display: flex;
}

.lightbox-link-3 {
  margin-bottom: 30px;
  box-shadow: 0 20px 90px #0003;
}

.img-wrapper {
  color: #8f8f8f;
  text-align: center;
  max-width: 35%;
  padding-top: 80px;
  font-size: 14px;
}

.h1-wrapper {
  max-width: 700px;
}

.section-27 {
  text-align: center;
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 80px;
  display: block;
}

.heading-11 {
  padding-left: 3%;
  padding-right: 3%;
}

.heading-11._2 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-100 {
  float: none;
  border-radius: 7px;
  width: 320px;
  margin-top: 20px;
  padding: 20px;
  display: inline-block;
  box-shadow: 0 10px 80px #14181b33;
}

.div-block-101 {
  margin-top: 50px;
}

.section-28 {
  display: block;
}

.paragraph-19 {
  display: none;
}

.div-block-13 {
  align-items: center;
  display: flex;
}

.image-11 {
  width: 300px;
  margin-right: 20px;
  display: inline-block;
}

.descriptor {
  color: #777;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  align-self: flex-end;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4em;
  display: inline-block;
}

.div-block-102 {
  text-align: center;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  line-height: 2em;
  display: block;
}

.paragraph-2 {
  color: #fff;
  font-size: 20px;
}

.paragraph-2._1 {
  font-weight: 600;
}

.unordered-list-4 {
  text-align: center;
  margin-top: 20px;
  padding-left: 0;
  list-style-type: none;
}

.red-dot {
  background-color: #ffaf2e;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: relative;
  top: 10px;
  left: -15px;
}

.red-dot._2 {
  background-color: var(--red);
  object-fit: fill;
  position: relative;
  left: 5px;
}

.text-span-5 {
  color: var(--red);
}

.list-item-2 {
  object-fit: fill;
  list-style-type: none;
  display: block;
  position: static;
}

.list-item-3 {
  align-items: stretch;
  display: flex;
}

.list-item-4 {
  justify-content: center;
  align-items: baseline;
  display: block;
}

.section-29 {
  display: none;
}

html.w-mod-js [data-ix="initial-radiobutton"] {
  opacity: 0;
  transform: scale(.5);
}
[name="sername"]{
    display: none;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 28px;
  }

  .section-main {
    padding-bottom: 70px;
  }

  .header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: auto;
  }

  .logo-block {
    width: 30%;
    max-width: 310px;
    height: auto;
  }

  .block-descriptor {
    text-align: center;
    width: 25%;
  }

  .p-descriptor {
    max-width: 220px;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 1.5em;
  }

  .block-top-contacts {
    flex-direction: column;
    align-items: flex-end;
    width: 25%;
  }

  .link {
    font-size: 18px;
  }

  .div-block-2 {
    margin-bottom: 50px;
  }

  .div-block-3 {
    text-align: center;
    flex-direction: column;
  }

  .heading-3-black {
    font-size: 25px;
    line-height: 1.4em;
    position: relative;
  }

  .heading-3-black.white {
    line-height: 1.4em;
  }

  .div-block-5 {
    width: 100%;
  }

  .section-5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-9 {
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden;
  }

  .five-years.guarantee {
    top: -28px;
    right: -26%;
  }

  .div-block-15 {
    width: auto;
    max-width: 600px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 120px;
    display: block;
  }

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

  .text-cons {
    font-size: 16px;
  }

  .div-block-19 {
    width: 100%;
  }

  .div-block-20 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-21 {
    width: 70%;
    max-width: 580px;
  }

  .div-block-22 {
    width: 50%;
  }

  .div-block-24 {
    justify-content: center;
  }

  .block-forms-2 {
    width: 310.656px;
    padding-left: 0;
    padding-right: 0;
  }

  .block-forms-2.popup {
    width: 100%;
    padding-left: 21px;
    padding-right: 21px;
  }

  .section-11 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph-5 {
    font-size: 16px;
    line-height: 1.6em;
  }

  .div-block-29 {
    height: 70px;
  }

  .block-title-sections-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-30 {
    height: 70px;
  }

  .tab-link {
    flex: 0 auto;
    padding: 5px;
  }

  .cases-section {
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .div-block-47 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-block-50 {
    margin-right: auto;
  }

  .block-bottom-contacts {
    flex-direction: column;
    align-items: flex-end;
    width: auto;
  }

  .link--phone-buttom {
    margin-right: 20px;
  }

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

  .link-block {
    font-weight: 400;
  }

  .image-2, .remodal {
    width: 100%;
  }

  .image-3 {
    max-width: 80%;
  }

  .case {
    flex-direction: column;
  }

  .div-block-62, .div-block-62-copy {
    width: 100%;
  }

  .div-block-67 {
    margin-bottom: 70px;
  }

  .button.proj {
    padding-left: 44px;
  }

  .project-img {
    clear: none;
    width: 220%;
  }

  .div-block-75.left {
    height: auto;
  }

  .text-box {
    width: 70%;
    padding-top: 50px;
    padding-bottom: 70px;
    padding-right: 30px;
  }

  .lightbox-link-2 {
    width: 170px;
    right: -10%;
  }

  .form-shadow-wrapper {
    width: 310.656px;
  }

  .form-shadow-wrapper._2 {
    width: 500px;
  }

  .div-block-77 {
    width: 51%;
  }

  .project-img-copy {
    clear: none;
    width: 220%;
  }

  .trust-section {
    padding-left: 71px;
    padding-right: 71px;
  }

  .gold-plate {
    width: 50%;
    margin-bottom: 9px;
  }

  .div-block-83 {
    flex-wrap: wrap;
  }

  .form-block-3 {
    margin-top: 0;
    position: relative;
  }

  .quizbox {
    text-align: center;
    width: 40%;
  }

  .quizbox:hover {
    transform: none;
    box-shadow: 0 2px 5px #00000026;
  }

  .quiz-section {
    width: 100%;
    min-width: 100%;
    position: relative;
  }

  .div-block-84 {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .div-block-85 {
    order: 1;
    width: 100%;
    max-width: 460px;
    margin-top: 30px;
  }

  .div-block-86 {
    justify-content: flex-start;
    width: 40%;
  }

  .image-7 {
    max-width: 100%;
    margin-top: 31px;
    margin-left: 0;
  }

  .image-8 {
    max-width: 70%;
    margin-left: -60px;
  }

  .right-block {
    width: 40%;
  }

  .paragraph-14 {
    width: 80%;
  }

  .image-8-copy {
    max-width: 90%;
    margin-left: auto;
    margin-right: -30px;
  }

  .image-8-copy-2 {
    max-width: 70%;
    margin-left: -60px;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-arrow-2 {
    box-shadow: none;
    background-image: none;
    bottom: 0;
    left: -15px;
  }

  .left-arrow-2._2 {
    box-shadow: none;
    background-image: none;
    left: auto;
  }

  .mask-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slides-revs-2 {
    width: 50%;
  }

  .div-block-94 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .phone-black {
    font-size: 18px;
  }

  .heading-6 {
    font-size: 27px;
  }

  .div-block-96 {
    width: 50%;
  }

  .unordered-list-2 {
    font-size: 18px;
  }

  .image-9 {
    display: none;
  }

  .form-shadow-wrapper-2 {
    width: 310.656px;
  }

  .form-shadow-wrapper-2._2 {
    width: 500px;
  }

  .div-block-97 {
    font-size: 18px;
  }

  .section-25 {
    padding-bottom: 30px;
  }

  .section-26 {
    max-width: 700px;
  }

  .text-wrapper {
    width: 100%;
  }

  .two-columns-wrapper {
    flex-direction: column;
  }

  .img-wrapper {
    order: 1;
    max-width: 50%;
  }

  .paragraph-2._1 {
    font-weight: 600;
  }

  .section-29 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header {
    flex-direction: column;
    height: auto;
    margin-bottom: 0;
  }

  .logo-block {
    order: -1;
    width: auto;
    margin-bottom: 15px;
  }

  .block-descriptor {
    text-align: left;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding-top: 10px;
  }

  .p-descriptor {
    text-align: center;
    max-width: 100%;
    min-height: 1px;
  }

  .block-top-contacts {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
    position: relative;
  }

  .link {
    text-align: center;
  }

  .button-top-call {
    margin-top: 0;
    margin-left: 15px;
  }

  .div-block-2 {
    margin-bottom: 0;
    padding-right: 0;
  }

  .heading-1 {
    font-size: 4vw;
  }

  .heading-2 {
    font-size: 21px;
    line-height: 1.5em;
  }

  .div-block-3 {
    flex-direction: column;
    align-items: center;
  }

  .block-title-sections {
    margin-bottom: 20px;
  }

  .heading-3-black {
    font-size: 24px;
    line-height: 1.4em;
  }

  .heading-3-black.h3-so-bgcolor {
    line-height: 1.4em;
  }

  .div-block-5 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-6 {
    align-items: flex-start;
  }

  .div-block-7 {
    border-radius: 50px;
    flex: none;
    margin-top: 9px;
  }

  .text-block-2 {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.5em;
  }

  .section-6 {
    height: 520px;
    padding-left: 29px;
    padding-right: 29px;
  }

  .div-block-8 {
    max-width: 420px;
  }

  .five-years.interest {
    width: 100px;
    height: 100px;
    left: -5%;
  }

  .five-years.guarantee {
    width: 125px;
    height: 125px;
    top: -17px;
    left: 244px;
  }

  .text-block-3.text-guarantee {
    font-size: 1.7rem;
  }

  .div-block-15 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph-3 {
    margin-bottom: 20px;
  }

  .div-block-16 {
    height: 60px;
  }

  .paragraph-4 {
    margin-left: 90px;
  }

  .text-block-3interest {
    font-size: 40px;
  }

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

  .div-block-18 {
    flex-direction: column;
    align-items: center;
    width: 40%;
    margin-bottom: 30px;
  }

  .text-cons {
    font-size: 14px;
    line-height: 1.6em;
  }

  .icon-cons {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .div-block-19 {
    text-align: center;
    flex-flow: wrap;
    justify-content: space-around;
  }

  .div-block-20 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-21 {
    text-align: left;
    width: 90%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .div-block-22 {
    width: 80%;
    padding-bottom: 69px;
  }

  .div-block-24 {
    justify-content: center;
  }

  .div-block-24.block-form-3 {
    float: none;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .block-forms-2._2 {
    width: 340px;
    padding-left: 21px;
    padding-right: 21px;
  }

  .section-11 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-27 {
    margin-top: 20px;
  }

  .heading-3-white {
    font-size: 20px;
  }

  .section-15 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-16 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .div-block-40 {
    width: 100%;
  }

  .div-block-42 {
    max-width: 500px;
    margin-top: 30px;
  }

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

  .tabs-menu {
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tab-link {
    width: auto;
    height: auto;
    padding: 15px 10px;
    font-size: 18px;
  }

  .tabs {
    height: auto;
  }

  .section-18 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-19 {
    text-align: center;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-20 {
    background-image: none;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .section-21 {
    height: auto;
  }

  .paragraph-9 {
    font-size: 18px;
  }

  .div-block-50 {
    float: none;
    background-image: linear-gradient(#ffffff80, #ffffff80);
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-51 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .block-footer {
    flex-direction: column;
  }

  .block-logo-footer {
    margin-bottom: 20px;
  }

  .div-block-55 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .block-bottom-contacts {
    flex-direction: row;
    align-items: flex-end;
    position: relative;
  }

  .tab-text {
    font-size: 16px;
  }

  .image-2 {
    width: 70%;
  }

  .html-embed {
    height: 300px;
    position: static;
  }

  .remodal {
    width: 100%;
  }

  .case {
    padding: 50px 30px;
  }

  .unordered-list {
    padding-left: 20px;
  }

  .div-block-67 {
    margin-bottom: 50px;
  }

  .button.proj {
    padding-left: 44px;
  }

  .project-img {
    width: 100%;
  }

  .div-block-75 {
    flex-direction: column;
    height: auto;
  }

  .div-block-75.left {
    padding-left: 0%;
    padding-right: 0%;
  }

  .text-box {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-box {
    width: 100%;
    max-height: 310px;
  }

  .image-box._2 {
    padding-top: 0;
  }

  .lightbox-link-2 {
    font-size: 12px;
    bottom: 0;
    right: 0%;
  }

  .form-shadow-wrapper {
    width: 350.656px;
  }

  .div-block-77 {
    width: 45%;
    font-size: 12px;
  }

  .div-block-78 {
    width: 100%;
    height: 300px;
  }

  .div-block-79 {
    text-align: center;
    width: 80%;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .project-img-copy {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .trust-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gold-plate {
    width: 47%;
  }

  .carousel-cell-2 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .question-title {
    width: 80%;
    font-size: 25px;
  }

  .backlink {
    margin-top: 20px;
  }

  .radiobuttonwrapper {
    margin-top: 30px;
    margin-bottom: 31px;
  }

  .quizbox {
    width: 47%;
  }

  .quizbox._1 {
    width: 80%;
  }

  .radiobuttonwrapper-copy {
    margin-top: 30px;
    margin-bottom: 31px;
  }

  .slider-2 {
    height: auto;
  }

  .div-block-94 {
    padding-top: 70px;
    padding-bottom: 50px;
  }

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

  .section-23 {
    flex-direction: column;
  }

  .div-block-96 {
    width: 100%;
  }

  .section-24 {
    flex-direction: column;
  }

  .form-shadow-wrapper-2 {
    width: 350.656px;
    margin-top: 40px;
  }

  .text-block-24 {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .img-wrapper {
    max-width: 100%;
  }

  .div-block-13 {
    margin-bottom: 30px;
  }

  .paragraph-2._1 {
    font-weight: 600;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 18px;
  }

  h3 {
    font-size: 20px;
  }

  .section-main {
    background-image: linear-gradient(#000000b3, #000000b3), url('../images/pol.jpg');
    background-position: 0 0, 38%;
    background-size: auto, cover;
    padding-top: 25px;
    padding-bottom: 35px;
  }

  .header {
    margin-bottom: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-block {
    width: 70%;
    margin-right: 0;
  }

  .block-top-contacts {
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }

  .link {
    flex: none;
    font-size: 16px;
    line-height: 1.5em;
  }

  .button-top-call {
    margin-top: 10px;
    margin-left: 0;
  }

  .heading-1 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 6vw;
  }

  .heading-2 {
    margin-top: 0;
    font-size: 17px;
  }

  .title-froms {
    font-size: 16px;
    line-height: 20px;
  }

  .text-field {
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 40px;
  }

  .heading-3-black {
    font-size: 18px;
  }

  .heading-3-black.white {
    text-align: center;
    margin-bottom: 15px;
  }

  .heading-3-black.h3-so-bgcolor {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-5 {
    width: 100%;
    height: auto;
    padding: 30px 15px 30px 25px;
  }

  .div-block-7 {
    margin-right: 10px;
  }

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

  .section-5 {
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-6 {
    height: auto;
  }

  .section-8 {
    padding: 50px 20px;
  }

  .section-9 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-8 {
    color: #fff;
    text-align: center;
    max-width: none;
    margin-top: 20px;
  }

  .five-years.interest {
    width: 100px;
    height: 100px;
    left: -10px;
  }

  .five-years.guarantee {
    width: 100px;
    height: 100px;
    top: 0;
    left: 64%;
    right: 50%;
  }

  .text-block-3.text-guarantee {
    font-size: 1.2rem;
  }

  .text-block-4 {
    font-size: .7rem;
  }

  .div-block-15 {
    max-width: 100%;
    height: auto;
    padding-bottom: 100px;
  }

  .paragraph-3 {
    font-size: 16px;
    line-height: 26px;
  }

  .div-block-16 {
    justify-content: center;
    height: auto;
    padding: 17px 34px;
  }

  .paragraph-4 {
    text-align: center;
    margin-left: 0;
  }

  .heading-5 {
    font-size: 20px;
    line-height: 28px;
  }

  .div-block-18 {
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .text-cons {
    font-size: 14px;
    line-height: 1.4em;
  }

  .div-block-21 {
    width: 100%;
  }

  .div-block-22 {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 0;
    padding-bottom: 0;
    display: flex;
  }

  .block-forms-2 {
    width: 100%;
    padding: 20px 10px 10px;
  }

  .block-forms-2.popup {
    padding: 40px 20px 30px;
  }

  .submit-button-3 {
    text-align: center;
    height: auto;
    padding-top: 19px;
    padding-bottom: 19px;
    font-size: 14px;
    line-height: 20px;
    display: block;
  }

  .section-11 {
    padding-top: 50px;
    overflow: hidden;
  }

  .paragraph-5 {
    font-size: 16px;
    line-height: 24px;
  }

  .section-15 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .section-16 {
    padding: 30px 10px;
  }

  .text-block-9 {
    font-size: 18px;
    line-height: 1.5em;
  }

  .text-block-10 {
    font-size: 16px;
    line-height: 22px;
  }

  .tab-link {
    margin-left: 5px;
  }

  .cases-section {
    margin-top: 25px;
    margin-bottom: 15px;
    overflow: hidden;
  }

  .section-18 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .section-20, .section-21 {
    height: auto;
  }

  .div-block-47 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-9 {
    font-size: 16px;
  }

  .div-block-50 {
    padding-bottom: 15px;
  }

  .div-block-51 {
    padding: 25px 20px;
  }

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

  .block-logo-footer {
    margin-right: 0;
  }

  .block-bottom-contacts {
    flex-direction: column;
    align-items: center;
  }

  .link--phone-buttom {
    margin-right: 0;
  }

  .tab-text {
    text-align: center;
    font-size: 14px;
  }

  .background-video {
    display: block;
  }

  .image-2 {
    order: -1;
    width: 90%;
  }

  .html-embed {
    height: 200px;
  }

  .image-3 {
    max-width: 100%;
  }

  .div-block-60 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .case {
    padding: 40px 15px;
  }

  .div-block-62 {
    font-size: 14px;
    line-height: 1.6em;
  }

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

  .lightbox-link {
    flex-direction: column;
  }

  .div-block-68 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 1.6em;
  }

  .image-4 {
    width: 80%;
    margin-bottom: 21px;
  }

  .button.proj {
    background-image: linear-gradient(#ffaf2e, #df0000);
    padding: 20px;
    font-size: 13px;
    line-height: 20px;
    box-shadow: 0 3px #6d3800, inset 0 1px #ffffff3b, 0 14px 130px #ff9d00;
  }

  .navcel {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 0;
    font-size: 12px;
    line-height: 17px;
  }

  .round-dot {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }

  .div-block-75.left {
    width: 90%;
    padding-bottom: 30px;
  }

  .text-box {
    padding: 30px 0 40px;
  }

  .lightbox-link-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .image-6 {
    width: 70%;
  }

  .form-shadow-wrapper {
    width: 100%;
    padding: 20px 10px 10px;
  }

  .form-shadow-wrapper._2 {
    width: 100%;
  }

  .div-block-76 {
    margin-bottom: 5px;
    display: inline-block;
  }

  .div-block-77 {
    text-align: center;
    order: -1;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 19px;
  }

  .div-block-78 {
    height: 190px;
  }

  .div-block-79 {
    width: 90%;
  }

  .nav-box {
    width: auto;
    padding: 20px;
  }

  .gold-plate {
    width: 100%;
  }

  .arrow {
    margin-left: 15px;
  }

  .progress-box {
    margin-top: 10px;
  }

  .carousel-cell-2 {
    width: 100%;
  }

  .question-title {
    width: 90%;
    font-size: 20px;
  }

  .carousel-status {
    padding-top: 20px;
  }

  .radiobuttonwrapper {
    width: 100%;
  }

  .check {
    top: 10px;
    right: 10px;
  }

  .quizbox {
    width: 46%;
    max-width: none;
  }

  .quizbox._1 {
    width: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .quizbox._2 {
    width: 46%;
  }

  .label-text {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 12px;
    line-height: 1.3em;
  }

  .radio-button-hide {
    display: none;
  }

  .quiz-section {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-84 {
    padding-top: 0;
  }

  .div-block-86 {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-7 {
    margin-top: 20px;
  }

  .image-8 {
    margin-top: 20px;
    margin-left: -20px;
  }

  .right-block {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-14 {
    width: 100%;
    font-size: 14px;
    line-height: 1.6em;
  }

  .submit-button-wrapper {
    text-align: center;
    height: auto;
    font-size: 14px;
    line-height: 20px;
    display: block;
  }

  .image-8-copy, .image-8-copy-2 {
    margin-top: 20px;
    margin-left: -20px;
  }

  .radiobuttonwrapper-copy {
    width: 85%;
    max-width: 280px;
  }

  .paragraph-16 {
    right: -25px;
  }

  .container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon-arrow-2 {
    width: 28%;
  }

  .left-arrow-2 {
    width: 10%;
    height: 45px;
  }

  .slides-revs-2 {
    width: 50%;
  }

  .div-block-69 {
    padding-top: 0;
  }

  .phone-black {
    flex: none;
    font-size: 16px;
    line-height: 1.5em;
  }

  .heading-6 {
    font-size: 20px;
    line-height: 1.4em;
  }

  .heading-7, .unordered-list-2 {
    font-size: 16px;
  }

  .section-24 {
    width: 90%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .input {
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 40px;
  }

  .form-shadow-wrapper-2 {
    width: 100%;
    padding: 20px 15px 10px;
  }

  .form-shadow-wrapper-2._2 {
    width: 100%;
  }

  .div-block-97 {
    font-size: 16px;
  }

  .numberinput {
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 40px;
  }

  .heading-8 {
    font-size: 20px;
    line-height: 30px;
  }

  .text-wrapper {
    font-size: 16px;
  }

  .two-columns-wrapper {
    padding-bottom: 40px;
  }

  .img-wrapper {
    padding-top: 60px;
  }

  .div-block-100 {
    width: 90%;
  }

  .div-block-13 {
    text-align: center;
    flex-direction: column;
  }

  .image-11 {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .descriptor {
    text-align: center;
  }

  .div-block-102 {
    font-size: 13px;
    line-height: 1.7em;
  }

  .paragraph-2 {
    text-align: left;
    font-size: 16px;
  }

  .paragraph-2._1 {
    font-weight: 600;
  }

  .unordered-list-4 {
    text-align: left;
  }

  .red-dot {
    display: none;
  }
}


