@charset "UTF-8";
.be-nav {
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
  width: 145px;
  height: 100%;
  background-color: #393b3e;
}

.be-nav button {
  width: 60px;
  height: 60px;
  justify-content: center;
}

.be-nav button > svg {
  fill: #fff3;
  transition: all 0.3s ease-in-out;
}

.be-nav button:hover > svg,
.be-nav button.active > svg {
  fill: #f2e581;
}

.be-nav__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.be-nav__item:last-of-type {
  border-bottom: none;
}

.be-nav__list {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.be-nav__wrap--buttons {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translateY(-50%);
}

.be-nav__wrap--inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 95px;
  height: inherit;
  padding: 5.6rem 1.6rem;
}

.be-nav__wrap--logo svg {
  fill: #f2e581;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: 700;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template,
[hidden] {
  display: none;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, #00000080, #0000);
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper: before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper: before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.body {
  font-family: Open Sans, Arial, sans-serif;
  font-weight: 400;
  color: #1c4267;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.body {
  font-size: 16px;
}

@media (min-width: 400px) and (max-width: 1200px) {
  .body {
    font-size: calc(16px + 20-16 * (100vw - 400px) / 1200-400);
  }
}

@media (min-width: 1200px) {
  .body {
    font-size: 20px;
  }
}

img,
video {
  display: table;
  max-width: 100%;
  height: auto;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  src: url(../../../fonts/open-sans/open-sans-v20-latin-regular.eot);
  src: local(""),
    url(../../../fonts/open-sans/open-sans-v20-latin-regular.eot?#iefix)
      format("embedded-opentype"),
    url(../../../fonts/open-sans/open-sans-v20-latin-regular.woff2)
      format("woff2"),
    url(../../../fonts/open-sans/open-sans-v20-latin-regular.woff)
      format("woff"),
    url(../../../fonts/open-sans/open-sans-v20-latin-regular.ttf)
      format("truetype"),
    url(../../../fonts/open-sans/open-sans-v20-latin-regular.svg#OpenSans)
      format("svg");
}

@font-face {
  font-family: Open Sans;
  font-style: italic;
  font-weight: 400;
  src: url(../../../fonts/open-sans/open-sans-v20-latin-italic.eot);
  src: local(""),
    url(../../../fonts/open-sans/open-sans-v20-latin-italic.eot?#iefix)
      format("embedded-opentype"),
    url(../../../fonts/open-sans/open-sans-v20-latin-italic.woff2)
      format("woff2"),
    url(../../../fonts/open-sans/open-sans-v20-latin-italic.woff) format("woff"),
    url(../../../fonts/open-sans/open-sans-v20-latin-italic.ttf)
      format("truetype"),
    url(../../../fonts/open-sans/open-sans-v20-latin-italic.svg#OpenSans)
      format("svg");
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 700;
  src: url(../../../fonts/open-sans/open-sans-v20-latin-700.eot);
  src: local(""),
    url(../../../fonts/open-sans/open-sans-v20-latin-700.eot?#iefix)
      format("embedded-opentype"),
    url(../../../fonts/open-sans/open-sans-v20-latin-700.woff2) format("woff2"),
    url(../../../fonts/open-sans/open-sans-v20-latin-700.woff) format("woff"),
    url(../../../fonts/open-sans/open-sans-v20-latin-700.ttf) format("truetype"),
    url(../../../fonts/open-sans/open-sans-v20-latin-700.svg#OpenSans)
      format("svg");
}

@font-face {
  font-family: Open Sans;
  font-style: italic;
  font-weight: 700;
  src: url(../../../fonts/open-sans/open-sans-v20-latin-700italic.eot);
  src: local(""),
    url(../../../fonts/open-sans/open-sans-v20-latin-700italic.eot?#iefix)
      format("embedded-opentype"),
    url(../../../fonts/open-sans/open-sans-v20-latin-700italic.woff2)
      format("woff2"),
    url(../../../fonts/open-sans/open-sans-v20-latin-700italic.woff)
      format("woff"),
    url(../../../fonts/open-sans/open-sans-v20-latin-700italic.ttf)
      format("truetype"),
    url(../../../fonts/open-sans/open-sans-v20-latin-700italic.svg#OpenSans)
      format("svg");
}

@font-face {
  font-family: Raleway;
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/raleway/raleway-v28-latin-700.eot);
  src: local(""),
    url(/fonts/raleway/raleway-v28-latin-700.eot?#iefix)
      format("embedded-opentype"),
    url(../../../fonts/raleway/raleway-v28-latin-700.woff2) format("woff2"),
    url(../../../fonts/raleway/raleway-v28-latin-700.woff) format("woff"),
    url(../../../fonts/raleway/raleway-v28-latin-700.ttf) format("truetype"),
    url(../../../fonts/raleway/raleway-v28-latin-700.svg#Raleway) format("svg");
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
.is-h1 {
  font-weight: 600;
}

h1,
.is-h1 {
  font-size: 36px;
}

@media (min-width: 400px) and (max-width: 1200px) {
  h1,
  .is-h1 {
    font-size: calc(36px + 54-36 * (100vw - 400px) / 1200-400);
  }
}

@media (min-width: 1200px) {
  h1,
  .is-h1 {
    font-size: 54px;
  }
}

h2,
.is-h2 {
  font-weight: 700;
  text-transform: uppercase;
}

h2,
.is-h2 {
  font-size: 40px;
}

@media (min-width: 400px) and (max-width: 1200px) {
  h2,
  .is-h2 {
    font-size: calc(40px + 60-40 * (100vw - 400px) / 1200-400);
  }
}

@media (min-width: 1200px) {
  h2,
  .is-h2 {
    font-size: 60px;
  }
}

h3,
.is-h3 {
  font-weight: 700;
  text-transform: uppercase;
}

h3,
.is-h3 {
  font-size: 24px;
}

@media (min-width: 400px) and (max-width: 1200px) {
  h3,
  .is-h3 {
    font-size: calc(24px + 32-24 * (100vw - 400px) / 1200-400);
  }
}

@media (min-width: 1200px) {
  h3,
  .is-h3 {
    font-size: 32px;
  }
}

h4,
.is-h4 {
  font-weight: 700;
}

h4,
.is-h4 {
  font-size: 20px;
}

@media (min-width: 400px) and (max-width: 1200px) {
  h4,
  .is-h4 {
    font-size: calc(20px + 24-20 * (100vw - 400px) / 1200-400);
  }
}

@media (min-width: 1200px) {
  h4,
  .is-h4 {
    font-size: 24px;
  }
}

h5,
.is-h5 {
  font-weight: 700;
}

h5,
.is-h5 {
  font-size: 16px;
}

@media (min-width: 400px) and (max-width: 1200px) {
  h5,
  .is-h5 {
    font-size: calc(16px + 20-16 * (100vw - 400px) / 1200-400);
  }
}

@media (min-width: 1200px) {
  h5,
  .is-h5 {
    font-size: 20px;
  }
}

p {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

strong {
  font-weight: 600;
}

a {
  font-weight: 700;
  color: #1c4267;
  text-decoration: none;
  outline: none;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

a.underlined,
a.underlined:hover {
  text-decoration: underline;
}

a:hover {
  color: #1c4267;
  text-decoration: none;
}

.text-align-center {
  text-align: center !important;
}

.color-red {
  color: #fe4d3d !important;
}

.header {
  width: 100%;
  padding: 2rem;
  margin-bottom: 6rem;
}

@media (min-width: 1200px) {
  .header {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 320px;
    height: 100%;
    margin-bottom: 0;
  }
}

.header__text--welcome {
  color: #7999b9;
}

.header__text--welcome strong {
  color: #1c4267;
}

.header__text--welcome strong {
  font-size: 24px;
}

@media (min-width: 400px) and (max-width: 1200px) {
  .header__text--welcome strong {
    font-size: calc(24px + 26-24 * (100vw - 400px) / 1200-400);
  }
}

@media (min-width: 1200px) {
  .header__text--welcome strong {
    font-size: 26px;
  }
}

.header__wrap--logo {
  width: 120px;
  margin-bottom: 6rem;
}

@media (min-width: 1200px) {
  .header__wrap--logo {
    margin-bottom: 3rem;
  }
}

.header__wrap--text,
.header__wrap--address {
  margin-bottom: 6rem;
}

@media (min-width: 1200px) {
  .header__wrap--text,
  .header__wrap--address {
    margin-bottom: 3rem;
  }
}

.footer {
  padding-bottom: 5rem;
}

.footer .nav__list--footer {
  justify-content: center;
}

@media (min-width: 1200px) {
  .page--home {
    display: flex;
    height: calc(100vh - 4rem);
    margin: 2rem;
  }
}

.main--home {
  width: 100%;
}

@media (min-width: 1200px) {
  .main--home {
    display: flex;
  }

  .main--home .teaser:first-of-type {
    margin-right: 2rem;
  }
}

.grid__row--default {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  margin-bottom: 3rem;
}

.grid__row--default > [class*="col"] {
  width: 100%;
  margin-bottom: 3rem;
}

.grid__row--default > [class*="col"] > [class*="grid__row"] {
  height: auto;
}

.grid__row--default > [class*="col"] > [class*="grid__row"]:last-of-type {
  margin-bottom: 0;
}

.grid__row--default > [class*="col"].v-align-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.grid__row--default > [class*="col"].v-align-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.grid__row--default > [class*="col"].h-align-center {
  display: flex;
  justify-content: center;
}

.grid__row--default > [class*="col"]:last-of-type {
  margin-bottom: 0;
}

.grid__row--default.h-align-bottom {
  align-items: flex-end;
}

@media (min-width: 750px) {
  .grid__row--default > [class*="col"] {
    margin-right: 3rem;
    margin-bottom: 0;
  }

  .grid__row--default > [class*="col"][class*="--2"] {
    width: calc(100% / 12 * 2 - 2 / 12 * (12 / 2 - 1) * 3rem);
  }

  .grid__row--default > [class*="col"][class*="--3"] {
    width: calc(25% - 2.25rem);
  }

  .grid__row--default > [class*="col"][class*="--4"] {
    width: calc(100% / 12 * 4 - 4 / 12 * (12 / 4 - 1) * 3rem);
  }

  .grid__row--default > [class*="col"][class*="--5"] {
    width: calc(100% / 12 * 5 - 5 / 12 * (12 / 5 - 1) * 3rem);
  }

  .grid__row--default > [class*="col"][class*="--6"] {
    width: calc(50% - 1.5rem);
  }

  .grid__row--default > [class*="col"][class*="--7"] {
    width: calc(100% / 12 * 7 - 7 / 12 * (12 / 7 - 1) * 3rem);
  }

  .grid__row--default > [class*="col"][class*="--8"] {
    width: calc(100% / 12 * 8 - 8 / 12 * (12 / 8 - 1) * 3rem);
  }

  .grid__row--default > [class*="col"][class*="--8"] + [class*="4"] {
    width: calc(100% / 12 * 4 - 4 / 12 * (12 / 4 - 1) * 3rem);
    margin-right: 0;
  }

  .grid__row--default > [class*="col"]:last-of-type {
    margin-right: 0;
  }

  .grid__row--default > [class*="offset-right"][class*="--1"] {
    padding-right: calc(100% / 12 * 1 - 1 / 12 * (12 / 1 - 1) * 4rem);
  }

  .grid__row--default > [class*="offset-left"][class*="--1"] {
    padding-left: calc(100% / 12 * 1 - 1 / 12 * (12 / 1 - 1) * 4rem);
  }

  .grid__row--default > [class*="offset-left"][class*="--2"] {
    padding-left: calc(100% / 12 * 2 - 2 / 12 * (12 / 2 - 1) * 4rem);
  }
}

@media (min-width: 1200px) {
  .grid__row--default {
    margin-bottom: 4rem;
  }

  .grid__row--default > [class*="col"] {
    margin-right: 4rem;
  }

  .grid__row--default > [class*="col"][class*="--2"] {
    width: calc(100% / 12 * 2 - 2 / 12 * (12 / 2 - 1) * 4rem);
  }

  .grid__row--default > [class*="col"][class*="--3"] {
    width: calc(25% - 3rem);
  }

  .grid__row--default > [class*="col"][class*="--4"] {
    width: calc(100% / 12 * 4 - 4 / 12 * (12 / 4 - 1) * 4rem);
  }

  .grid__row--default > [class*="col"][class*="--5"] {
    width: calc(100% / 12 * 5 - 5 / 12 * (12 / 5 - 1) * 4rem);
  }

  .grid__row--default > [class*="col"][class*="--6"] {
    width: calc(50% - 2rem);
  }

  .grid__row--default > [class*="col"][class*="--7"] {
    width: calc(100% / 12 * 7 - 7 / 12 * (12 / 7 - 1) * 4rem);
  }

  .grid__row--default > [class*="col"][class*="--8"] {
    width: calc(100% / 12 * 8 - 8 / 12 * (12 / 8 - 1) * 4rem);
  }

  .grid__row--default > [class*="col"][class*="--8"] + [class*="4"] {
    width: calc(100% / 12 * 4 - 4 / 12 * (12 / 4 - 1) * 4rem);
    margin-right: 0;
  }
}

.grid__row--default.no-margin-bottom {
  margin-bottom: 0;
}

.grid__row--default:last-of-type {
  margin-bottom: 0;
}

.label {
  display: block;
  width: 100%;
  color: #7999b9;
  margin-bottom: 0.8rem;
  cursor: pointer;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

.label {
  font-size: 12px;
}

.label.error {
  color: #fe4d3d;
}

.steps__list--request,
.nav__list--footer,
.text--default ul,
.list--unordered,
.list--ordered {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.text--default ul,
.list--unordered,
.list--ordered {
  line-height: 1.5;
}

.text--default ul li,
.list__item--unordered {
  display: flex;
}

.text--default ul li,
.list__item--unordered {
  font-size: 16px;
}

@media (min-width: 400px) and (max-width: 1200px) {
  .text--default ul li,
  .list__item--unordered {
    font-size: calc(16px + 20-16 * (100vw - 400px) / 1200-400);
  }
}

@media (min-width: 1200px) {
  .text--default ul li,
  .list__item--unordered {
    font-size: 20px;
  }
}

.text--default ul li:before,
.list__item--unordered:before {
  position: relative;
  top: 1px;
  content: "●";
  font-size: 1.4rem;
  color: #1c4267;
  margin-right: 1.5rem;
}

@media (min-width: 750px) {
  .text--default ul li:before,
  .list__item--unordered:before {
    top: 3px;
  }
}

.list__item--ordered {
  display: flex;
  counter-increment: list-number;
}

.list__item--ordered {
  font-size: 16px;
}

@media (min-width: 400px) and (max-width: 1200px) {
  .list__item--ordered {
    font-size: calc(16px + 20-16 * (100vw - 400px) / 1200-400);
  }
}

@media (min-width: 1200px) {
  .list__item--ordered {
    font-size: 20px;
  }
}

.list__item--ordered:before {
  position: relative;
  display: table-cell;
  content: counter(list-number) ". ";
  color: #1c4267;
  padding-right: 0.5rem;
  vertical-align: top;
}

.list--documents {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.list--ordered {
  counter-reset: list-number;
}

.list__item--documents {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f0f3f5;
  margin-bottom: 0.8rem;
  padding-bottom: 0.8rem;
}

.list__item--documents {
  font-size: 16px;
}

.list__item--documents span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list__item--documents svg {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  margin-right: 1.2rem;
}

.list__item--documents:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.headline--address {
  margin-bottom: 1.5rem;
}

.headline--default {
  margin-bottom: 3rem;
}

.headline--default .info {
  color: #fe4d3d;
}

.headline--teaser {
  margin-bottom: 2.5rem;
}

.headline__title--teaser {
  color: #fff;
}

.headline__topline--teaser {
  display: block;
  color: #fff;
}

.headline__topline--teaser {
  font-size: 25px;
}

@media (min-width: 400px) and (max-width: 1200px) {
  .headline__topline--teaser {
    font-size: calc(25px + 40-25 * (100vw - 400px) / 1200-400);
  }
}

@media (min-width: 1200px) {
  .headline__topline--teaser {
    font-size: 40px;
  }
}

.text--default p + h2,
.text--default p + h3,
.text--default ul + h2,
.text--default ul + h3 {
  margin-top: 4rem;
}

@media (min-width: 750px) {
  .text--default p + h2,
  .text--default p + h3,
  .text--default ul + h2,
  .text--default ul + h3 {
    margin-top: 6rem;
  }
}

.text--default h2 + p,
.text--default h2 + ul,
.text--default h2 + h3,
.text--default h2 + h4,
.text--default h2 + h5,
.text--default h3 + p,
.text--default h3 + ul,
.text--default h3 + h3,
.text--default h3 + h4,
.text--default h3 + h5,
.text--default p + p,
.text--default p + ul,
.text--default p + h3,
.text--default p + h4,
.text--default p + h5,
.text--default ul + p,
.text--default ul + ul,
.text--default ul + h3,
.text--default ul + h4,
.text--default ul + h5 {
  margin-top: 2rem;
}

@media (min-width: 750px) {
  .text--default h2 + p,
  .text--default h2 + ul,
  .text--default h2 + h3,
  .text--default h2 + h4,
  .text--default h2 + h5,
  .text--default h3 + p,
  .text--default h3 + ul,
  .text--default h3 + h3,
  .text--default h3 + h4,
  .text--default h3 + h5,
  .text--default p + p,
  .text--default p + ul,
  .text--default p + h3,
  .text--default p + h4,
  .text--default p + h5,
  .text--default ul + p,
  .text--default ul + ul,
  .text--default ul + h3,
  .text--default ul + h4,
  .text--default ul + h5 {
    margin-top: 3rem;
  }
}

.text--default h4 + p,
.text--default h4 + h5,
.text--default h5 + p,
.text--default h5 + h5 {
  margin-top: 1rem;
}

.text--default + * {
  margin-top: 4rem;
}

@media (min-width: 750px) {
  .text--default + * {
    margin-top: 6rem;
  }
}

.text--address p,
.text--address a {
  font-weight: 400;
  color: #1c4267;
}

.text--address p,
.text--address a {
  font-size: 14px;
}

.text--default-small > * {
  font-size: 16px;
}

.text__wrap--button {
  display: flex;
  flex-wrap: wrap;
  margin: 3.2rem 0 1.2rem;
}

.text__wrap--button button {
  margin: 0 1.2rem 1.2rem 0 !important;
}

.text__wrap--button button:last-of-type {
  margin-right: 0 !important;
}

.image--carousel-impression {
  font-size: 0;
  margin: 0;
  padding: 0;
}

.image--carousel-impression {
  height: 100%;
}

.image--carousel-impression > * {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.icon--upload-default {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background-color: #1c4267;
}

.icon--upload-photo {
  display: block;
}

.icon__image--upload-default {
  width: 16px;
  height: 16px;
  fill: #fff;
}

.icon__image--upload-photo {
  width: 40px;
  height: 40px;
  fill: #1c4267;
}

.nav__list--footer {
  display: flex;
  align-items: center;
}

.nav__item--footer {
  margin-right: 3rem;
}

.nav__item--footer:last-of-type {
  margin-right: 0;
}

.nav__link--footer {
  color: #7999b9;
  text-transform: uppercase;
}

.nav__link--footer {
  font-size: 14px;
}

.nav__link--footer:hover,
.nav__link--footer:focus {
  color: #1c4267;
}

.steps--request {
  margin-bottom: 4rem;
}

.steps__item--request {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.2rem;
  cursor: pointer;
}

.steps__item--request.active .steps__title--request {
  display: inline-block;
}

.steps__item--request.active + * {
  margin-left: auto;
}

.steps__item--request.done .steps__number--request {
  width: 24px;
  height: 50px;
}

.steps__item--request.done .steps__number--request {
  font-size: 16px;
}

.steps__item--request:last-of-type {
  margin-right: 0;
}

.steps__list--request {
  display: flex;
}

.steps__number--request {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 56px;
  font-weight: 700;
  background-color: #f2e581;
}

.steps__number--request {
  font-size: 28px;
}

.steps__title--request {
  display: none;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  margin-left: 1.6rem;
}

.steps__title--request {
  font-size: 16px;
}

.form__explanation {
  font-size: 14px;
}

@media (min-width: 400px) and (max-width: 1200px) {
  .form__explanation {
    font-size: calc(14px + 16-14 * (100vw - 400px) / 1200-400);
  }
}

@media (min-width: 1200px) {
  .form__explanation {
    font-size: 16px;
  }
}

.form__icon {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  cursor: pointer;
}

.form__icon svg {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  fill: #7999b9;
}

.form__legend {
  display: flex;
  align-items: flex-end;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 3rem;
}

.form__legend:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d5dfea;
  margin-left: 0.5rem;
}

.form__note {
  position: absolute;
  top: 100%;
  right: 0;
  display: inline-flex;
  align-items: center;
  min-height: 16px;
  background-color: #fe4d3d;
  color: #fff;
  padding: 0.24rem 1.2rem;
  -webkit-transition: opacity 0.25s ease-in-out, visibility 0, 25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out, visibility 0, 25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out, visibility 0, 25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out, visibility 0, 25s ease-in-out;
  transition: opacity 0.25s ease-in-out, visibility 0, 25s ease-in-out;
}

.form__note {
  font-size: 10px;
}

.form__note.visible {
  opacity: 1;
  visibility: visible;
}

.form__note:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 8px 8px;
  border-color: transparent transparent #fe4d3d transparent;
}

.form__value {
  font-weight: 700;
  color: #1c4267;
}

.form__value {
  font-size: 16px;
}

.form__wrap--button {
  display: flex;
  align-items: center;
  margin-top: 3.2rem;
}

.form__wrap--button > *:last-child {
  margin-left: auto !important;
}

.form__wrap--input {
  position: relative;
}

.form__wrap--row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  margin-bottom: 3rem;
  position: relative;
}

.form__wrap--row > [class*="col"] {
  width: 100%;
  margin-bottom: 3rem;
}

.form__wrap--row > [class*="col"] > [class*="grid__row"] {
  height: auto;
}

.form__wrap--row > [class*="col"] > [class*="grid__row"]:last-of-type {
  margin-bottom: 0;
}

.form__wrap--row > [class*="col"].v-align-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form__wrap--row > [class*="col"].v-align-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.form__wrap--row > [class*="col"].h-align-center {
  display: flex;
  justify-content: center;
}

.form__wrap--row > [class*="col"]:last-of-type {
  margin-bottom: 0;
}

.form__wrap--row.h-align-bottom {
  align-items: flex-end;
}

@media (min-width: 750px) {
  .form__wrap--row > [class*="col"] {
    margin-right: 3rem;
    margin-bottom: 0;
  }

  .form__wrap--row > [class*="col"][class*="--2"] {
    width: calc(100% / 12 * 2 - 2 / 12 * (12 / 2 - 1) * 3rem);
  }

  .form__wrap--row > [class*="col"][class*="--3"] {
    width: calc(25% - 2.25rem);
  }

  .form__wrap--row > [class*="col"][class*="--4"] {
    width: calc(100% / 12 * 4 - 4 / 12 * (12 / 4 - 1) * 3rem);
  }

  .form__wrap--row > [class*="col"][class*="--5"] {
    width: calc(100% / 12 * 5 - 5 / 12 * (12 / 5 - 1) * 3rem);
  }

  .form__wrap--row > [class*="col"][class*="--6"] {
    width: calc(50% - 1.5rem);
  }

  .form__wrap--row > [class*="col"][class*="--7"] {
    width: calc(100% / 12 * 7 - 7 / 12 * (12 / 7 - 1) * 3rem);
  }

  .form__wrap--row > [class*="col"][class*="--8"] {
    width: calc(100% / 12 * 8 - 8 / 12 * (12 / 8 - 1) * 3rem);
  }

  .form__wrap--row > [class*="col"][class*="--8"] + [class*="4"] {
    width: calc(100% / 12 * 4 - 4 / 12 * (12 / 4 - 1) * 3rem);
    margin-right: 0;
  }

  .form__wrap--row > [class*="col"]:last-of-type {
    margin-right: 0;
  }

  .form__wrap--row > [class*="offset-right"][class*="--1"] {
    padding-right: calc(100% / 12 * 1 - 1 / 12 * (12 / 1 - 1) * 4rem);
  }

  .form__wrap--row > [class*="offset-left"][class*="--1"] {
    padding-left: calc(100% / 12 * 1 - 1 / 12 * (12 / 1 - 1) * 4rem);
  }

  .form__wrap--row > [class*="offset-left"][class*="--2"] {
    padding-left: calc(100% / 12 * 2 - 2 / 12 * (12 / 2 - 1) * 4rem);
  }
}

@media (min-width: 1200px) {
  .form__wrap--row {
    margin-bottom: 4rem;
  }

  .form__wrap--row > [class*="col"] {
    margin-right: 4rem;
  }

  .form__wrap--row > [class*="col"][class*="--2"] {
    width: calc(100% / 12 * 2 - 2 / 12 * (12 / 2 - 1) * 4rem);
  }

  .form__wrap--row > [class*="col"][class*="--3"] {
    width: calc(25% - 3rem);
  }

  .form__wrap--row > [class*="col"][class*="--4"] {
    width: calc(100% / 12 * 4 - 4 / 12 * (12 / 4 - 1) * 4rem);
  }

  .form__wrap--row > [class*="col"][class*="--5"] {
    width: calc(100% / 12 * 5 - 5 / 12 * (12 / 5 - 1) * 4rem);
  }

  .form__wrap--row > [class*="col"][class*="--6"] {
    width: calc(50% - 2rem);
  }

  .form__wrap--row > [class*="col"][class*="--7"] {
    width: calc(100% / 12 * 7 - 7 / 12 * (12 / 7 - 1) * 4rem);
  }

  .form__wrap--row > [class*="col"][class*="--8"] {
    width: calc(100% / 12 * 8 - 8 / 12 * (12 / 8 - 1) * 4rem);
  }

  .form__wrap--row > [class*="col"][class*="--8"] + [class*="4"] {
    width: calc(100% / 12 * 4 - 4 / 12 * (12 / 4 - 1) * 4rem);
    margin-right: 0;
  }
}

.form__wrap--row.no-margin-bottom {
  margin-bottom: 0;
}

.form__wrap--row:last-of-type {
  margin-bottom: 0;
}

.teaser {
  position: relative;
  margin-bottom: 2.4rem;
}

.teaser:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 200%;
}

.teaser > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.teaser:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 400px) {
  .teaser {
    position: relative;
  }

  .teaser:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }

  .teaser > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media (min-width: 1200px) {
  .teaser {
    width: calc(50% - 1rem);
    margin-bottom: 0;
  }

  .teaser > * {
    position: static;
  }

  .teaser:before {
    display: none;
  }
}

.teaser__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.6rem;
}

.teaser__icon svg {
  width: 24px;
  height: 24px;
  fill: #f2e581;
}

.teaser__image {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.teaser__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.teaser__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #1c426766;
}

.teaser__text p,
.teaser__text a {
  font-weight: 400;
  color: #fff;
}

.teaser__text p,
.teaser__text a {
  font-size: 16px;
}

@media (min-width: 400px) and (max-width: 1200px) {
  .teaser__text p,
  .teaser__text a {
    font-size: calc(16px + 18-16 * (100vw - 400px) / 1200-400);
  }
}

@media (min-width: 1200px) {
  .teaser__text p,
  .teaser__text a {
    font-size: 18px;
  }
}

.teaser__text .teaser__topline {
  font-size: 13px;
}

.teaser__text .teaser__contact {
  font-weight: 700;
}

.teaser__wrap--address,
.teaser__wrap--phone,
.teaser__wrap--fax,
.teaser__wrap--mail {
  display: flex;
  align-items: center;
  margin-bottom: 1.2rem;
}

.teaser__wrap--button {
  display: flex;
  flex-wrap: wrap;
  margin: 3.2rem 0 1.2rem;
}

.teaser__wrap--button button {
  margin: 0 1.2rem 1.2rem 0 !important;
}

.teaser__wrap--button button:last-of-type {
  margin-right: 0 !important;
}

.teaser__wrap--contact {
  margin-bottom: 1.2rem;
}

.teaser__wrap--content {
  z-index: 3;
  display: flex;
  flex-direction: column;
  padding: 3.2rem;
}

.teaser__wrap--content .headline--teaser {
  margin-top: auto;
}

@media (min-width: 1200px) {
  .teaser__wrap--content {
    position: absolute;
    top: auto;
    bottom: 100px;
    display: block;
    padding: 0 6.4rem;
  }
}

.slider--carousel-impression {
  width: 100%;
  height: 400px;
  padding-bottom: 5rem;
}

@media (min-width: 750px) {
  .slider--carousel-impression {
    height: 550px;
  }
}

@media (min-width: 1200px) {
  .slider--carousel-impression {
    height: 700px;
  }
}

.slider__overlay--image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #1c426780;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -ms-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}

.slider__slide--carousel-impression {
  position: relative;
}

.slider__slide--carousel-impression.swiper-slide.is-landscape {
  width: 60%;
}

.slider__slide--carousel-impression.swiper-slide.is-portrait {
  width: 40%;
}

.slider__slide--carousel-impression.swiper-slide-active
  .slider__overlay--image {
  background-color: #1c426700;
}

.content__wrap--info,
.content__wrap--grid,
.content__wrap--button,
.content__wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 5rem;
}

.is-fullwidth.content__wrap--info,
.is-fullwidth.content__wrap--grid,
.is-fullwidth.content__wrap--button,
.is-fullwidth.content__wrap {
  max-width: none;
}

.content__wrap--info:last-of-type,
.content__wrap--grid:last-of-type,
.content__wrap--button:last-of-type,
.content__wrap:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .content__wrap--info,
  .content__wrap--grid,
  .content__wrap--button,
  .content__wrap {
    padding-bottom: 7.5rem;
  }
}

@media (min-width: 1200px) {
  .content__wrap--info,
  .content__wrap--grid,
  .content__wrap--button,
  .content__wrap {
    padding-bottom: 10rem;
  }
}

.content {
  padding: 6rem 2rem;
}

.content__wrap--button {
  display: flex;
  justify-content: flex-end;
}

@media (min-width: 1200px) {
  .content__wrap--button {
    padding-bottom: 6rem;
  }
}

.content__wrap--button-changelang {
  display: flex;
  align-items: center;
}

.content__wrap--button-changelang span {
  display: block;
  font-weight: 300;
  color: #7999b9;
  margin-right: 1rem;
}

.content__wrap--button-changelang span {
  font-size: 12px;
}

.content__wrap--grid > *:first-child {
  margin-bottom: 6rem;
}

@media (min-width: 1200px) {
  .content__wrap--grid {
    display: flex;
  }

  .content__wrap--grid > * {
    width: calc(50% - 3rem);
  }

  .content__wrap--grid > *:first-child {
    margin-bottom: 0;
    margin-right: 6rem;
  }
}

.content__wrap--info {
  max-width: 1200px;
  background-color: #f2e581;
  padding: 5rem;
}

@media (min-width: 1200px) {
  .content__wrap--info {
    display: flex;
    align-items: center;
  }

  .content__wrap--info .headline--default {
    margin-bottom: 0;
    margin-right: 6rem;
  }
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
}

.swiper-pagination-bullet {
  flex: 0 0 auto;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #1c426740;
  margin: 0 0.5rem;
  cursor: pointer;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -ms-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}

.swiper-pagination-bullet-active {
  background-color: #1c4267;
}

.be-page {
  display: flex;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.be-main {
  flex: 0 0 auto;
  z-index: 2;
  width: calc(100% - 95px);
  height: 100%;
  background-color: #f6f5f8;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  margin-left: -50px;
}

.be-content {
  width: 100%;
  height: 100vh;
}
