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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}

a {
  text-decoration: underline;
}

img {
  display: inline-block;
}

.section {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 100vh;
  background-image: url('../images/PROSPEKTUS-kép.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 10vh;
  background-color: transparent;
}

.section-2 {
  display: block;
  height: 100vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
  background-color: #007cb0;
}

.nav-link {
  margin: 6px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link.tel:hover {
  font-weight: 400;
}

.nav-link.dropdown {
  display: block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 15px;
}

.container {
  position: absolute;
  left: 16%;
  top: 62%;
}

.h1 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 62px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 4px 4px 15px rgba(0, 0, 0, 0.45);
}

.container-3 {
  padding-top: 0px;
}

.image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 6px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.lang-select {
  padding: 3px;
  font-family: Oswald, sans-serif;
  color: rgba(0, 0, 0, 0.35);
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.lang-select:active {
  color: #007cb0;
}

.lang-select.w--current {
  color: #007cb0;
  text-decoration: none;
}

.lang-select.current {
  color: #007cb0;
}

.div-block {
  clear: left;
}

.div-block.lang-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.h2-blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Oswald, sans-serif;
  color: #007cb0;
  text-transform: uppercase;
}

.container-6 {
  position: relative;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pharagraph-blue {
  display: block;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #007cb0;
  font-size: 12px;
  text-align: justify;
  text-decoration: none;
}

.pharagraph-blue.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pharagraph-blue.image-text {
  display: block;
  text-align: center;
}

.pharagraph-blue.showhide {
  display: none;
}

.pharagraph-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: justify;
}

.pharagraph-white.dim {
  display: block;
  text-align: left;
}

.pharagraph-white.dim.note {
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 12px;
  line-height: 12px;
}

.pharagraph-white.pharagraph-bold {
  display: block;
  margin-bottom: 30px;
  font-weight: 600;
  text-align: justify;
}

.pharagraph-white.dim-alt {
  display: none;
  text-align: left;
}

.section-8 {
  height: 100vh;
  padding-top: 10vh;
  padding-bottom: 5vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
  background-image: linear-gradient(180deg, #333, #333);
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.container-10 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-5 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.05);
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  text-decoration: none;
}

.subheader-white {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: left;
}

.contacts-logo {
  height: 40%;
  max-height: 50px;
  margin-top: 2vh;
  margin-bottom: 1vh;
}

.contacts-links {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
}

.contacts-links.align-center {
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  text-decoration: none;
}

.copyright {
  -webkit-transform: translate(0px, 20%);
  -ms-transform: translate(0px, 20%);
  transform: translate(0px, 20%);
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 10px;
  line-height: 1;
  font-weight: 300;
  text-align: justify;
}

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

.div-block-6 {
  width: 300px;
}

.html-embed {
  height: 45vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-9 {
  height: 100vh;
  padding-top: 10vh;
  padding-bottom: 5vh;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0) 55%, rgba(0, 0, 0, 0.1));
}

.h3-blue {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #007cb0;
  text-transform: uppercase;
}

.container-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 540px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.list-item {
  text-align: justify;
}

.let-lt-s-link {
  color: #007cb0;
  font-size: 16px;
  text-decoration: none;
}

.section-10 {
  display: block;
  height: 100vh;
  padding-top: 10vh;
  padding-bottom: 5vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #007cb0;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0) 48%, rgba(92, 92, 92, 0.16) 66%, rgba(0, 0, 0, 0.2));
}

.h3-white {
  font-family: Oswald, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.h2-white {
  font-family: Oswald, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.section-11 {
  height: 100vh;
  padding-top: 10vh;
  padding-bottom: 5vh;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0) 55%, #fff);
}

.image-5 {
  display: block;
  opacity: 0;
}

.dropdown-toggle {
  color: #fff;
}

.dropdown-toggle:hover {
  font-weight: 400;
}

.dropdown-toggle.nav-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dropdown-list {
  opacity: 1;
}

.dropdown-list.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -30px;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.slide-nav-2 {
  display: none;
}

.slider-3 {
  height: 65vh;
  background-color: transparent;
}

.image-6 {
  height: 90%;
}

.image-7 {
  height: 90%;
}

.container-12 {
  height: 100%;
}

.slide-3 {
  text-align: center;
}

.slide-4 {
  text-align: center;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-13 {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2%;
  margin-bottom: 2%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-8 {
  position: relative;
  width: 30px;
}

.backtotop {
  margin-left: 10px;
  font-family: Oswald, sans-serif;
  color: #007cb0;
  font-size: 16px;
  text-decoration: none;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  text-decoration: none;
}

.image-9 {
  position: relative;
  left: 30px;
  width: 30px;
}

.container-14 {
  display: block;
  height: 100%;
}

.div-block-15 {
  display: block;
  height: 100%;
}

.parameter-list {
  text-align: center;
  list-style-type: none;
}

.div-block-16 {
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 24px 20px;
  float: right;
  border-radius: 10px;
  background-color: #007cb0;
}

.div-block-17 {
  height: 10%;
}

.div-block-18 {
  display: block;
}

.text-block {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75%;
  padding-top: 3%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-13 {
  width: 100%;
}

.image-15 {
  display: none;
}

.image-16 {
  display: none;
}

.div-block-22 {
  height: 10%;
}

.div-block-25 {
  width: 70%;
  height: 100%;
  margin-left: 5%;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.partner_logo {
  height: 100px;
}

.div-block-28 {
  width: 50%;
  height: 100%;
}

.div-block-29 {
  display: none;
}

.div-block-30 {
  display: none;
}

.div-block-31 {
  display: none;
}

.left-arrow-3 {
  -webkit-transform: translate(-70%, 0px);
  -ms-transform: translate(-70%, 0px);
  transform: translate(-70%, 0px);
}

.right-arrow-3 {
  -webkit-transform: translate(70%, 0px);
  -ms-transform: translate(70%, 0px);
  transform: translate(70%, 0px);
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-33 {
  height: 15%;
}

.icon-2 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.icon-3 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

@media screen and (max-width: 991px) {
  .icon {
    border: 1px solid #fff;
  }

  .image {
    width: 18vw;
  }

  .nav-menu.tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .h2-blue {
    margin-top: 5px;
    font-size: 35px;
  }

  .pharagraph-blue {
    line-height: 12px;
  }

  .pharagraph-white.dim {
    display: none;
  }

  .pharagraph-white.pharagraph-bold {
    text-align: left;
  }

  .pharagraph-white.dim-alt {
    display: block;
  }

  .div-block-6 {
    width: 18vw;
  }

  .brand.w--current {
    width: 18vw;
  }

  .list-item {
    padding-bottom: 2px;
  }

  .container-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-12 {
    display: none;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-16 {
    padding: 16px;
    background-color: #007cb0;
  }

  .image-15 {
    display: block;
    height: 53%;
    text-align: center;
  }

  .image-16 {
    display: block;
    height: 47%;
    text-align: center;
  }

  .div-block-23 {
    height: 15%;
  }

  .div-block-24 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .div-block-25 {
    display: block;
    width: 90%;
  }

  .div-block-26 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .partner_logo {
    height: 80px;
  }

  .div-block-28 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .nav-link.tel {
    margin: -4px;
    text-align: center;
  }

  .container {
    left: 8%;
  }

  .h1 {
    font-size: 50px;
    line-height: 45px;
  }

  .container-3 {
    padding-left: 3vw;
  }

  .icon {
    border-width: 0px;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    color: #fff;
  }

  .image {
    width: 220px;
  }

  .nav-menu.tel {
    width: 100%;
    margin-top: 12px;
    background-color: hsla(0, 0%, 78.4%, 0.85);
  }

  .container-4 {
    padding-top: 6px;
    background-color: hsla(0, 0%, 100%, 0.4);
  }

  .h2-blue {
    font-size: 35px;
  }

  .div-block-3 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .pharagraph-blue {
    margin-bottom: 5px;
    font-size: 10px;
    line-height: 12px;
  }

  .pharagraph-blue.list-item {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 20px;
  }

  .pharagraph-blue.showhide {
    display: none;
  }

  .pharagraph-white {
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .pharagraph-white.pharagraph-bold {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .pharagraph-white.dim-alt {
    font-size: 12px;
  }

  .section-8 {
    height: 105vh;
  }

  .container-10 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    margin-bottom: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .contacts {
    width: 100%;
    padding-top: 0%;
    padding-bottom: 2%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 0px;
    background-color: transparent;
  }

  .subheader-white {
    font-size: 12px;
  }

  .contacts-logo {
    width: auto;
    height: 35px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .contacts-links {
    font-size: 12px;
    line-height: 12px;
  }

  .contacts-links.align-center {
    margin-bottom: 0px;
    margin-left: 20px;
    text-align: left;
    white-space: nowrap;
  }

  .section-9 {
    height: auto;
    padding-right: 5%;
    padding-bottom: 10vh;
    padding-left: 5%;
  }

  .h3-blue {
    margin-top: 6px;
    font-size: 20px;
  }

  .list-item {
    padding-top: 1px;
    line-height: 12px;
  }

  .let-lt-s-link {
    font-size: 12px;
  }

  .menu-button.w--open {
    background-color: hsla(0, 0%, 78.4%, 0.2);
  }

  .section-10 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .section-11 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .dropdown-list.w--open {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .image-6 {
    height: auto;
  }

  .parameter-list {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
  }

  .div-block-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 90%;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .text-block {
    text-align: center;
  }

  .div-block-20 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .image-13 {
    width: 100%;
    height: auto;
  }

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

  .div-block-26 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-27 {
    margin-top: 10%;
  }

  .partner_logo {
    height: 60px;
  }

  .div-block-28 {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .nav-link.tel {
    margin: -4px;
    text-align: center;
  }

  .nav-link.dropdown {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 3px;
    padding-left: 3px;
    font-size: 12px;
  }

  .container {
    left: 5%;
    top: auto;
    bottom: 5%;
  }

  .icon {
    border-width: 0px;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    color: #fff;
  }

  .nav-menu.tel {
    width: 100%;
    margin-top: 0px;
    background-color: hsla(0, 0%, 78.4%, 0.5);
  }

  .container-4 {
    padding-top: 6px;
    background-color: hsla(0, 0%, 100%, 0.4);
  }

  .h2-blue {
    font-size: 25px;
  }

  .pharagraph-blue {
    display: block;
    margin-bottom: 0px;
    line-height: 10px;
    cursor: pointer;
  }

  .pharagraph-blue.list-item {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .pharagraph-blue.image-text {
    margin-bottom: 15px;
  }

  .pharagraph-blue.showhide {
    display: block;
  }

  .pharagraph-white {
    font-size: 12px;
    line-height: 12px;
  }

  .pharagraph-white.dim {
    display: none;
  }

  .pharagraph-white.dim-alt {
    display: block;
    white-space: normal;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .contacts-links.align-center {
    margin-left: 10px;
    font-size: 12px;
    white-space: normal;
  }

  .copyright {
    margin-top: 2vh;
    font-size: 8px;
  }

  .section-9 {
    height: 100vh;
    padding-top: 8vh;
    padding-bottom: 0vh;
  }

  .h3-blue {
    margin-top: 0px;
  }

  .list-item {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 10px;
  }

  .let-lt-s-link {
    display: block;
  }

  .menu-button.w--open {
    background-color: hsla(0, 0%, 78.4%, 0.2);
  }

  .dropdown-list.w--open {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .slider-3 {
    display: none;
  }

  .container-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .container-14 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-16 {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0px;
    background-color: rgba(0, 124, 176, 0.8);
  }

  .div-block-17 {
    height: 15%;
  }

  .div-block-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 75%;
    padding-top: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image-13 {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .image-15 {
    width: 100%;
    height: auto;
  }

  .image-16 {
    width: 100%;
    height: auto;
  }

  .div-block-23 {
    height: 20%;
  }

  .div-block-24 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .div-block-26 {
    width: 100%;
    height: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .div-block-27 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-flow: row dense;
    grid-auto-columns: 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .partner_logo {
    display: none;
  }

  .div-block-28 {
    display: none;
  }

  .div-block-29 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .div-block-30 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .partners_logo_small {
    height: 60px;
  }

  .div-block-31 {
    position: absolute;
    display: block;
    width: 100%;
    height: 50%;
    opacity: 0;
  }
}

