.mixin-title-h1 {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
  font-size: 42px;
  line-height: 54px;
  letter-spacing: -1px;
}
@media (min-width: 1024px) {
  .mixin-title-h1 {
    font-size: 62px;
    line-height: 76px;
    letter-spacing: -2px;
  }
}
.mixin-title-h2 {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
  font-size: 36px;
  line-height: 48px;
}
@media (min-width: 1024px) {
  .mixin-title-h2 {
    font-size: 42px;
    line-height: 54px;
  }
}
.mixin-title-h3 {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 36px;
}
@media (min-width: 1024px) {
  .mixin-title-h3 {
    line-height: 28px;
  }
}
.mixin-title-h4 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 1024px) {
  .mixin-title-h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
.mixin-paragraph {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
}
@media (min-width: 1024px) {
  .mixin-paragraph {
    font-size: 16px;
    line-height: 24px;
  }
}
.mixin-paragraph-bold {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .mixin-paragraph-bold {
    font-size: 16px;
    line-height: 24px;
  }
}
.mixin-text-small {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
}
.mixin-text-medium {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  font-size: 21px;
  line-height: 30px;
}
.mixin-text-caption {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.mixin-text-button {
  font-family: 'Roboto';
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
}
.mixin-text-subtitle {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 1024px) {
  .mixin-text-subtitle {
    font-size: 20px;
  }
}
/* Responsive mixins */
.mixin-full-width {
  margin-left: -50vw;
  left: 50%;
  position: relative;
  width: 100vw;
}
.mixin-contanizr {
  max-width: 1440px;
  padding: 0 20px;
  float: none !important;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .mixin-contanizr {
    padding: 0 60px;
  }
}
@media (min-width: 1440px) {
  .mixin-contanizr {
    padding: 0 150px;
  }
}
.comparator-cmb-component {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 800px) {
  .comparator-cmb-component {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1440px) {
  .comparator-cmb-component {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.comparator-cmb-component__text {
  color: #186746;
}
.comparator-cmb-component__content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.comparator-cmb-component__content .form-block {
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .comparator-cmb-component__content .form-block {
    margin-bottom: 10px;
  }
}
.comparator-cmb-component__content .form-block .text-caption {
  color: #186746;
  margin-bottom: 4.5px;
  font-size: 10px;
  line-height: 100%;
}
.comparator-cmb-component__content .form-block label,
.comparator-cmb-component__content .form-block .lopd {
  color: #186746;
  font-size: 10px;
  margin-bottom: 0;
}
.comparator-cmb-component__content .form-block label a,
.comparator-cmb-component__content .form-block .lopd a {
  text-decoration: underline;
  border-bottom: 0;
}
.comparator-cmb-component__content .form-lopd {
  margin-top: 16px;
}
.comparator-cmb-component__content .button {
  margin-top: 16px;
  margin-bottom: 0;
}
.comparator-cmb-component .modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #14332680;
  justify-content: center;
  align-items: center;
}
.comparator-cmb-component .modal.active {
  display: flex;
  visibility: visible;
}
.comparator-cmb-component .modal .modal-content {
  width: 686px;
  height: auto;
  padding: 51px 0;
  outline: 2px solid #186746;
  border-radius: 4px;
  background: #edf7f3;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: initial;
  max-height: initial;
}
@media (max-width: 768px) {
  .comparator-cmb-component .modal .modal-content {
    width: 382px;
    padding: 40px 43px;
  }
}
.comparator-cmb-component .modal .modal-content .contact-form__content {
  width: 100%;
  max-width: 391px;
  margin: auto;
  display: flex;
  flex-direction: column;
}
.comparator-cmb-component .modal .modal-content .contact-form__content .contact-form__content-title {
  text-align: center;
  font-family: 'Roboto';
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 31px;
  margin: 0;
  max-width: 100%;
}
