@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/SF-Pro-Display-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/SF-Pro-Display-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/SF-Pro-Display-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/SF-Pro-Display-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/SF-Pro-Display-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --red: #f90105;
}

.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-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #000;
  font-family: Sf Pro Display, Arial, sans-serif;
  font-size: 1rem;
  line-height: 150%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 100%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 110%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 115%;
}

p {
  margin-bottom: 0;
}

a {
  color: #78787d;
}

img {
  width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
  display: block;
}

.container {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.navigation {
  background-color: #fff;
  position: fixed;
  inset: 0% 0% auto;
}

.container-main {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.nav-content {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.nav-content.desk_only-second {
  border-top: 1px solid #dfdfdf;
}

.nav_logos {
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.nav_logo-wrap {
  width: 13.8125rem;
  padding-bottom: 0;
  padding-left: 0;
}

.sep-vertical {
  background-color: #dfdfdf;
  width: .0625rem;
  height: 2.5rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.nav_review-link {
  width: 6rem;
  height: 2.4375rem;
}

.google-logo {
  object-fit: contain;
}

.nav-menu {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.nav-link {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #000;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1rem;
  font-size: 1rem;
  text-decoration: none;
  transition: opacity .3s;
}

.nav-link:hover {
  opacity: .65;
}

.nav-link:active, .nav-link:focus {
  color: #1eade5;
}

.nav-link.w--current {
  color: #333;
  text-decoration: none;
}

.nav-link.second {
  font-size: .875rem;
}

.nav-link.second.w--current {
  color: #333;
}

.icon-20px {
  object-fit: scale-down;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.flex-mobile_second_nav {
  display: none;
}

.tag-promo-blue {
  color: #fff;
  background-color: #1eade5;
  border-radius: 1.875rem;
  flex: none;
  padding: .5rem .75rem;
  font-size: .875rem;
  font-weight: 300;
  line-height: 130%;
}

.flex-h-60-all_screen {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  display: flex;
}

.flex-v-16, .flex-v-6px {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.dev-logo {
  width: 11.25rem;
}

.dev-logo.small {
  width: 8rem;
}

.weight-300 {
  font-weight: 300;
}

.btn-cons {
  color: #fff;
  white-space: nowrap;
  background-color: #1eade5;
  border-radius: 1.875rem;
  justify-content: center;
  align-items: center;
  height: 3.4375rem;
  padding: .96875rem 4.875rem;
  font-weight: 500;
  line-height: 100%;
  transition: all .2s;
  display: flex;
}

.btn-cons:hover {
  color: #1eade5;
  background-color: #fff;
}

.btn-cons.black {
  background-color: #333;
}

.btn-cons.black:hover {
  color: #fff;
  background-color: #1eade5;
}

.flex-h-15px-center {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.dropdown-lang {
  background-color: #0000;
  margin-bottom: -4rem;
  margin-left: -2rem;
  margin-right: -2rem;
  padding-bottom: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-decoration: none;
  display: flex;
}

.lang-wrap {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  color: #6d6e70;
  background-color: #0000;
  border: 1px solid #d1d1d6;
  justify-content: flex-start;
  align-items: center;
  padding: .5625rem .5rem;
  font-size: .875rem;
  display: flex;
}

.lang-wrap.w--open {
  color: #464646;
  border-radius: .9375rem .9375rem 0 0;
}

.lang-text {
  color: #333;
  margin: 0;
  line-height: 120%;
  position: static;
}

.lang-arrow {
  margin: 0;
  font-size: .6rem;
  line-height: 110%;
  position: static;
}

.dropdown-lang-list-wrap {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #0000;
  background-color: #fff;
  border-radius: .625rem;
  margin-top: 1rem;
  font-size: .75rem;
  line-height: 110%;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 .5rem 1rem #0003;
}

.dropdown-lang-list-wrap.w--open {
  flex-flow: column;
  margin-top: 3rem;
  padding-top: .625rem;
  padding-bottom: .625rem;
  padding-left: .625rem;
  display: flex;
}

.flex-h-5 {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  color: #6d6e70;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.lang-flag {
  object-fit: scale-down;
  width: 1.25rem;
  height: 1.25rem;
}

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

.col-btn {
  color: #f2f0ef;
  height: auto;
  font-size: .75rem;
}

.burger-icon {
  grid-column-gap: .1875rem;
  grid-row-gap: .1875rem;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  display: none;
}

.burger_line {
  background-color: #1eade5;
  border-radius: .0625rem;
  width: 1.4rem;
  height: .0625rem;
}

.flex-h-28px {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  display: flex;
}

.flex-h-15 {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.img-contain {
  object-fit: scale-down;
  height: auto;
}

.flex-h-20 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 47rem;
  margin-top: 5rem;
  padding-bottom: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: relative;
}

.hero-bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-badge {
  z-index: 1;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  background-color: #f90105;
  flex-flow: column;
  max-width: 26.25rem;
  padding: 2rem 2.5rem 2.5rem;
  display: flex;
  position: absolute;
  inset: 2.5rem auto auto 2.5rem;
}

.text-size-24 {
  font-size: 1.5rem;
}

.success-icon {
  width: 3.5625rem;
  margin-bottom: 3.125rem;
}

.main-form {
  text-wrap: wrap;
  margin-bottom: 0;
}

.main-form.hero {
  flex-flow: column;
  padding-bottom: 0;
}

.divider-v {
  background-color: #dfdfdf;
  width: .0625rem;
  height: 2.5rem;
}

.btn-black {
  background-color: var(--red);
  color: #fff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 3.4375rem;
  padding: 1rem 2rem;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.btn-black:hover {
  background-color: #ff5449;
}

.btn-black.is--form {
  transition: all .2s;
}

.btn-black.is--form:hover {
  color: #fff;
  background-color: #1eade5;
  border: .0625rem solid #b5b5b5;
}

.btn-black.bottom {
  align-self: auto;
  margin-top: auto;
}

.form-header {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  margin-bottom: 1.25rem;
  display: flex;
}

.input {
  color: #000;
  background-color: #0000;
  border: .0625rem solid #c5c5c5;
  height: 3.4375rem;
  margin-bottom: 0;
  padding: 1rem;
  font-weight: 300;
  line-height: 100%;
}

.input::placeholder {
  color: #6d6e70;
  font-size: 1rem;
  font-weight: 500;
}

.hero-form-w-440 {
  background-color: #fff;
  width: 27.5rem;
  min-width: 27.5rem;
  padding: 1.5rem;
  position: relative;
}

.error-message {
  opacity: .5;
  color: #ff3b30;
  text-align: center;
  background-color: #dfdfdf;
  border-radius: 1.875rem;
  width: 100%;
  margin-top: .5rem;
  padding: .25rem;
  font-size: .75rem;
}

.text-size-14px {
  font-size: .875rem;
  font-weight: 300;
  line-height: 110%;
}

.success-content {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  min-height: 27.5rem;
  display: flex;
}

.logo_block-mob {
  display: none;
}

.success-message {
  text-align: left;
  background-color: #0000;
  width: 100%;
  padding: 0;
}

.text-size-36px {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 110%;
}

.form.h-20 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

.number {
  color: #6d6e70;
  font-size: .75rem;
}

.project-number-wrp {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.h2 {
  text-wrap: wrap;
  font-size: 2.1rem;
}

.flex-v-10 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  line-height: 130%;
  display: flex;
}

.radio-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.flex-h-8 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.radio {
  border: 1px solid #c5c5c5;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .75rem;
}

.radio.w--redirected-checked {
  border-width: 1px;
  border-color: var(--red);
  background-image: url('../images/radio-round.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .75rem .75rem;
  box-shadow: 0 2px 5px #0000;
}

.radio-button-field {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
}

.spacer-140 {
  height: 8.75rem;
}

.flex-v-40 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.logos-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: space-between;
  display: flex;
}

.logo-image {
  flex: none;
  width: 10rem;
  max-width: none;
}

.flex-h-16 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.flex-h-16.mob-v {
  max-height: 30rem;
}

.max-w-680 {
  max-width: 42.5rem;
}

.max-w-680.cover {
  object-fit: cover;
}

.flex-v-12 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.flex-v-12.align-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.semibold {
  font-weight: 600;
}

.find-left {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  max-width: 43rem;
  display: flex;
  overflow: hidden;
}

.find-item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #f7f7f7;
  flex-flow: column;
  flex: 1;
  padding: 2rem 15rem 5.125rem 2rem;
  display: flex;
}

.flex-h-0 {
  display: flex;
}

.flex-h-0.spb {
  justify-content: space-between;
  align-items: flex-end;
}

.flex-h-0.spb.mob-v-8 {
  justify-content: space-between;
  align-items: baseline;
}

.flex-h-0.footer {
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.red-item {
  background-color: var(--red);
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 31rem;
  height: 10rem;
  padding: 2.25rem 8rem 2.25rem 2rem;
  display: flex;
}

.image {
  object-fit: cover;
  height: 10rem;
}

.grid-2x2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
}

.grid-item {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 10rem;
  padding: 1.25rem 1.25rem 1.5rem;
  display: flex;
}

.grid-item.strloke-left {
  border-top: 1px solid #78787d;
  border-bottom: 1px #78787d;
  border-left: 1px solid #000;
  border-right: 1px solid #78787d;
}

.grid-item.strloke-left._1 {
  border-bottom-style: solid;
}

.grid-item.strloke-right {
  border-top: 1px solid #78787d;
  border-bottom: 1px #78787d;
  border-left: 1px #000;
  border-right: 1px solid #78787d;
}

.grid-item.strloke-right._1 {
  border-bottom-style: solid;
}

.icon-48px {
  width: 3rem;
  height: 3rem;
}

.text-size-20 {
  font-size: 1.25rem;
}

.text-size-20.semibold.text-color-red {
  color: var(--red);
}

.dot-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-22px {
  width: 1.375rem;
  height: 1.375rem;
}

.dot-lin {
  background-color: var(--red);
  width: 1px;
  height: 100%;
}

.process-item {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  display: flex;
}

.flex-v-8 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-bottom: 2rem;
  display: flex;
}

.text-size-28 {
  font-size: 1.75rem;
  line-height: 120%;
}

.process {
  padding-bottom: 2rem;
}

.red-item-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--red);
  color: #fff;
  flex-flow: column;
  height: auto;
  padding: 2.25rem 2rem;
  display: flex;
}

.choose-item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #f7f7f7;
  flex-flow: column;
  flex: 1;
  padding: 2rem;
  display: flex;
}

.flex-v-2 {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  flex-flow: column;
  display: flex;
}

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

.choose-list-item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
}

.calc-form {
  background-color: #f7f7f7;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding: 2.5rem 3.75rem;
  display: flex;
}

.fs_radio-2_component {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.fs_radio-2_embed {
  margin-bottom: 0;
}

.fs_radio-2_group {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  align-items: center;
  display: grid;
}

.fs_radio-2_field {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  cursor: pointer;
  background-color: #f5f5f5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 12.8125rem;
  min-height: 4rem;
  margin-bottom: 0;
  padding: .75rem 1.5rem;
  display: flex;
  position: relative;
}

.fs_radio-2_field:hover {
  color: #696969;
  border-color: #696969;
}

.fs_radio-2_field.is-active-inputactive {
  background-color: var(--red);
  color: #fff;
}

.fs_radio-2_field._w-155 {
  width: 9.6875rem;
  min-height: 3rem;
}

.fs_radio-2_field._w-155.is-active-inputactive {
  background-color: var(--red);
  color: #fff;
}

.fs_radio-2_button {
  border: 1px solid #78787d;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
  box-shadow: 1px 1px 3px #0000;
}

.fs_radio-2_button.w--redirected-checked {
  border-color: var(--red);
  background-color: var(--red);
  color: #fff;
}

.fs_radio-2_button.w--redirected-focus {
  box-shadow: none;
  border-style: none;
}

.fs_radio-2_button.w--redirected-focus-visible {
  box-shadow: none;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_radio-2_label {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 100%;
  position: relative;
}

.fs_radio-2_message {
  color: #9b9b9b;
}

.text-size-12 {
  font-size: .75rem;
  font-weight: 500;
  line-height: 120%;
  position: relative;
}

.flex-v-20 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.fs_rangeslider-2_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs_rangeslider-2_wrapper {
  align-items: center;
  width: 100%;
  padding: 1rem;
  display: block;
  position: relative;
}

.fs_rangeslider-2_track {
  background-color: #d1d1d6;
  height: .25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.fs_rangeslider-2_left {
  z-index: 1;
  border: 6px solid var(--red);
  cursor: grab;
  background-color: #fff;
  border-radius: 999rem;
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 50%;
  transform: none;
}

.fs_rangeslider-2_left:focus-visible, .fs_rangeslider-2_left[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_rangeslider-2_handle-right {
  z-index: 1;
  border: .375rem solid var(--red);
  cursor: grab;
  background-color: #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.125rem;
  height: 1.125rem;
  display: flex;
  position: absolute;
  top: 50%;
  transform: none;
}

.fs_rangeslider-2_handle-right:focus-visible, .fs_rangeslider-2_handle-right[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_rangeslider-2_fill {
  background-color: var(--red);
  width: 20%;
  height: 100%;
  position: absolute;
}

.fs_rangeslider-2_input {
  display: none;
}

.fs_rangeslider-2_values {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.fs_rangeslider-2_handle-text {
  text-align: center;
  font-size: 1.25rem;
  position: relative;
}

.fs_rangeslider-2_message {
  color: #9b9b9b;
}

.flex-v-0 {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.flex-v-0.text-right {
  text-align: right;
  margin-left: auto;
}

.flex-v-24 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.text-size-56 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 110%;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.form-calc {
  background-color: #f7f7f7;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding: 2.5rem 3.75rem;
  display: flex;
}

.spacer-76 {
  height: 4.75rem;
}

.flex-h-24 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-block {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.icon-40px {
  object-fit: scale-down;
  flex: none;
  width: 2.5rem;
  height: 2.5rem;
}

.divider-h {
  background-color: #dfdfdf;
  width: 100%;
  height: .0625rem;
}

.caption-m {
  font-size: .875rem;
  font-weight: 400;
}

.flex_h-24 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-footer {
  color: #78787d;
  font-size: .875rem;
}

.link-footer:hover {
  text-decoration: underline;
}

.footer-link {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #000;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1rem;
  font-size: 1rem;
  text-decoration: none;
  transition: opacity .3s;
}

.footer-link:hover {
  opacity: .65;
}

.footer-link:active, .footer-link:focus {
  color: #1eade5;
}

.footer-link.w--current {
  color: #333;
  text-decoration: none;
}

.footer-link.second {
  font-size: .875rem;
}

.footer-link.second.w--current {
  color: #333;
}

.icon-60px {
  object-fit: scale-down;
  flex: none;
  width: 2.5rem;
  height: 2.5rem;
}

.desk-hide {
  display: none;
}

.flag-img-current {
  object-fit: contain;
  width: 1.5rem;
  height: 1.125rem;
}

.dep-value {
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d1d1d6;
  flex: none;
  padding: .5rem .75rem;
  position: absolute;
  inset: -3.5rem auto auto;
}

.popup {
  z-index: 11111;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-bg {
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.popup-close-icon {
  color: #fff;
  cursor: pointer;
  width: 2.5rem;
  position: absolute;
  inset: 0% -4rem 0 auto;
}

.popup-close-icon.white {
  top: -2rem;
  right: -2rem;
}

@media screen and (max-width: 991px) {
  .container, .container-main {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-content {
    border-bottom-style: none;
  }

  .nav-content.desk_only-second {
    display: none;
  }

  .nav_logo-wrap {
    padding-bottom: 0;
  }

  .google-logo {
    object-position: 0% 50%;
    width: auto;
  }

  .nav-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #fff;
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 4.5rem;
    padding-top: 3.75rem;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    display: block;
    position: fixed;
    inset: 0%;
    height: 95svh !important;
  }

  .nav-link {
    color: #333;
    margin-left: 0;
    margin-right: 0;
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: 0;
    font-size: 3rem;
    font-weight: 500;
    line-height: 110%;
  }

  .nav-link.second {
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 300;
  }

  .flex-mobile_second_nav {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    border-top: 1px solid #dfdfdf;
    flex-flow: column;
    grid-template-rows: min-content min-content;
    grid-template-columns: .5fr 1fr;
    grid-auto-rows: min-content;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    height: 50svh;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    display: flex;
  }

  .flex-h-60-all_screen {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
    display: flex;
  }

  .flex-v-16 {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .flex-v-6px {
    grid-column-gap: .375rem;
    grid-row-gap: .375rem;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .btn-cons.black {
    width: 100%;
  }

  .dropdown-lang-list-wrap {
    margin-top: 2rem;
    inset: 0% 0% auto auto;
  }

  .col-btn {
    height: auto;
    display: none;
  }

  .burger-btn {
    z-index: 2000;
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-direction: row;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    position: relative;
  }

  .burger-btn.w--open {
    background-color: #0000;
    transition: background-color .4s cubic-bezier(.25, .46, .45, .94);
    position: relative;
  }

  .burger-icon {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    cursor: pointer;
    flex: none;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    display: flex;
    position: relative;
    inset: auto;
  }

  .burger-icon:active {
    opacity: .8;
  }

  .burger_line {
    background-color: var(--red);
    border-radius: 1rem;
    width: 2.625rem;
    height: 3px;
  }

  .flex-h-15 {
    flex-flow: column;
  }

  .hero {
    align-items: stretch;
    height: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hero-bg {
    position: relative;
  }

  .hero-badge {
    max-width: none;
    position: static;
  }

  .main-form {
    display: flex;
  }

  .main-form.hero {
    align-items: stretch;
    padding-top: 0;
    display: flex;
  }

  .mpp-logo {
    object-fit: contain;
    width: auto;
  }

  .btn-black {
    width: 100%;
  }

  .btn-black.is--form {
    margin-top: 0;
  }

  .form-header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .input, .input::placeholder {
    font-size: .75rem;
  }

  .hero-form-w-440 {
    z-index: 1;
    width: 100%;
    min-width: auto;
    padding: 1.25rem;
    position: relative;
  }

  .error-message {
    height: 1.25rem;
  }

  .logo_block-mob {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    flex-flow: row;
    align-self: flex-start;
    height: 2.5rem;
    display: flex;
  }

  .text-size-36px {
    font-size: 1.75rem;
  }

  .form {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    display: flex;
  }

  .form.h-20 {
    width: 100%;
  }

  .flex-v-40.mob-24 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .logos-wrap {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    flex-flow: wrap;
  }

  .flex-h-16.mob-v, .flex-h-16.mob-v-24 {
    flex-flow: column;
  }

  .max-w-680.cover, .find-left {
    max-width: none;
  }

  .find-item {
    padding-right: 2rem;
  }

  .flex-h-0.mob-v {
    flex-flow: column;
  }

  .flex-h-0.spb.mob-v-8 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .flex-h-0.footer {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .red-item {
    width: 100%;
  }

  .image {
    display: none;
  }

  .grid-item {
    height: auto;
  }

  .red-item-2 {
    width: 100%;
  }

  .fs_rangeslider-2_left {
    width: 2rem;
    height: 2rem;
  }

  .flex-v-0.text-right {
    text-align: left;
    margin-left: 0;
  }

  .text-size-56 {
    font-size: 1.75rem;
  }

  .form-calc {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    background-color: #0000;
    flex-flow: column;
    padding: 0;
  }

  .social-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    align-items: flex-end;
  }

  .footer-link {
    color: #333;
    margin-left: 0;
    margin-right: 0;
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 1rem;
    font-weight: 500;
  }

  .footer-link.second {
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 300;
  }

  .icon-60px {
    width: 3.75rem;
    height: 3.75rem;
  }

  .desk-hide {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    position: absolute;
    inset: auto 0% 3rem;
  }

  .popup-close-icon {
    top: -3rem;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 2rem;
  }

  .nav_logo-wrap {
    width: 10.3125rem;
  }

  .sep-vertical, .nav_review-link {
    display: none;
  }

  .nav-link {
    font-size: 2rem;
  }

  .burger-btn {
    background-color: #0000;
  }

  .burger-icon {
    cursor: pointer;
    background-color: #0000;
    width: 2.625rem;
    height: 2.625rem;
  }

  .burger_line {
    background-color: var(--red);
    width: 2.625rem;
    height: 3px;
  }

  .burger_line._2 {
    background-color: var(--red);
  }

  .hero-badge {
    padding: 1.5rem;
  }

  .text-size-24 {
    font-size: 1.25rem;
  }

  .hero-form-w-440 {
    padding: 1.5rem;
  }

  .spacer-140 {
    height: 3.75rem;
  }

  .logos-wrap {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .logo-image {
    width: 10.9375rem;
  }

  .flex-h-16.mob-v-24 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .flex-h-0.mob-v-footer {
    flex-flow: column;
    order: 1;
    margin-left: -1rem;
  }

  .red-item {
    padding-right: 2rem;
  }

  .text-size-20 {
    font-size: 1.125rem;
  }

  .flex-v-8 {
    margin-bottom: 1.5rem;
  }

  .flex-v-8.mob-50 {
    width: 45%;
  }

  .text-size-28 {
    font-size: 1.5rem;
  }

  .text-size-28.semibold.mob-18 {
    font-size: 1.125rem;
  }

  .choose-item {
    padding-right: 2rem;
  }

  .fs_radio-2_component {
    width: 100%;
  }

  .fs_radio-2_group {
    width: 100%;
    display: flex;
  }

  .fs_radio-2_field {
    flex: 1;
    width: auto;
  }

  .fs_radio-2_field._w-155 {
    width: auto;
  }

  .flex-v-0.text-right.mob-20 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .flex-v-24.mob-wrap {
    flex-flow: row;
  }

  .spacer-76 {
    height: 3.75rem;
  }

  .desk-hide {
    display: flex;
  }

  .popup-close-icon {
    right: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .nav_logos {
    z-index: 11;
    position: relative;
  }

  .nav_logo-wrap {
    width: auto;
    max-width: 45vw;
  }

  .sep-vertical {
    display: none;
  }

  .nav-menu {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .icon-20px {
    width: 1.25rem;
    height: 1.25rem;
  }

  .flex-h-15px-center {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .lang-wrap {
    border-style: none;
  }

  .flex-h-5 {
    grid-column-gap: .3125rem;
    grid-row-gap: .3125rem;
  }

  .burger_line {
    flex: none;
  }

  .input {
    height: 3.125rem;
  }

  .hero-form-w-440 {
    width: 90vw;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo_block-mob {
    height: 2.5rem;
  }

  .project-number-wrp {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .h2 {
    font-size: 2rem;
  }

  .flex-h-8.spb, .logos-wrap {
    justify-content: space-between;
  }

  .logo-image {
    width: 48%;
  }

  .find-item {
    padding: 1.5rem;
  }

  .red-item {
    height: auto;
    padding: 1.5rem;
  }

  .choose-item {
    padding: 1.5rem;
  }

  .fs_radio-2_field {
    text-align: center;
  }

  .desk-hide {
    display: flex;
  }

  .popup-close-icon {
    z-index: 5;
    color: #000;
    width: 2.188rem;
    top: -3rem;
    right: 0;
  }

  .popup-close-icon.white {
    color: #fff;
    right: 1rem;
  }
}

#w-node-_85caae6e-c9bc-f94e-5cf6-0bff6ae68a0a-6adb6285, #w-node-_262f848b-9c13-6da2-9228-253824da14ea-6adb6285 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_2794e365-69d2-a1b2-f86b-23ef71425866-6adb6285 {
    justify-self: start;
  }

  #w-node-_2794e365-69d2-a1b2-f86b-23ef7142587b-6adb6285 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}