@charset "UTF-8";
/*
<!-----------------------coded by---------------------------+
|    _                  _                _         _        |
|   | | ___ _ __   __ _| |__   __ _ _ __| |_   ___| | __    |
|   | |/ _ \ '_ \ / _` | '_ \ / _` | '__| __| / __| |/ /    |
|   | |  __/ | | | (_| | | | | (_| | |  | |_ _\__ \   <     |
|   |_|\___|_| |_|\__, |_| |_|\__,_|_|   \__(_)___/_|\_\    |
|                 |___/                                     |
|                                                           |
+----------------------------------------------------------->
*/
/*==================================MIXINS=====================================*/
/*==================================KEYFRAMES===================================*/
/*==================================RESET======================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*:focus {
  outline: none;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

input, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

/*==================================PATHS======================================*/
/*==================================FONTS======================================*/
@font-face {
  font-family: "Restart Ginger Medium";
  src: url("../webfonts/RestartGinger-Medium.woff2") format("woff2"), url("../webfonts/RestartGinger-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*==================================COLORS=====================================*/
::selection {
  color: white;
  background-color: black;
}

::-moz-selection {
  color: white;
  background-color: black;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #161619;
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #161619;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #161619;
  opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #161619;
  opacity: 1;
}

/*==================================DECLARATIONS===============================*/
html, body {
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "Funnel Sans", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #161619;
  position: relative;
}

.container-fluid {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.row {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/*==================================SVG========================================*/
/*==================================ELEMENTS===================================*/
h1, .h1, .display-1 {
  font-family: "Restart Ginger Medium", serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 4.8rem;
  letter-spacing: -0.08rem;
}

h2, .h2, .display-2 {
  font-family: "Restart Ginger Medium", serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.05rem;
}

h3, .h3, .display-3 {
  font-family: "Restart Ginger Medium", serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.035rem;
}

h4, .h4, .display-4 {
  font-family: "Restart Ginger Medium", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.03rem;
}

sup {
  font-size: 60%;
  vertical-align: top;
  position: relative;
  top: -0.25rem;
}

.block {
  box-sizing: border-box;
}
.block-sm {
  padding: 2.5rem;
}
.block-m {
  padding: 3.5rem;
}
.block-l {
  padding: 5rem 3.5rem;
}

.size-xl {
  font-size: 1.625rem;
  line-height: normal;
  letter-spacing: -0.0325rem;
}
.size-l {
  font-size: 1.375rem;
  line-height: normal;
  letter-spacing: -0.0275rem;
}
.size-m {
  font-size: 1.125rem;
  line-height: 1.575rem;
  letter-spacing: -0.0225rem;
}
.size-s {
  font-size: 0.9375rem;
  line-height: normal;
  letter-spacing: -0.01875rem;
}

.content-editor p {
  margin: 0 0 2.5rem;
}
.content-editor ul {
  display: flex;
  flex-flow: column;
  gap: 1.5rem;
}
.content-editor ul li {
  position: relative;
  padding-left: 2rem;
}
.content-editor ul li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: normal;
  letter-spacing: -0.025rem;
}

strong, b {
  font-weight: 500;
}

.btn {
  display: inline-flex;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.575rem;
  letter-spacing: -0.0225rem;
  box-sizing: border-box;
  padding: 1.2125rem 3rem;
  transition: all 0.3s ease-out;
  position: relative;
}
.btn--primary {
  background: #161619;
  color: #EFF4FA;
}
.btn--primary:hover {
  background: #464852;
}
.btn--secondary {
  color: #FFF;
  background: #7799F0;
}
.btn--secondary:hover {
  background: #6585D6;
}
.btn--outline {
  color: #161619;
  background: transparent;
  border: 0.0625rem solid #161619;
}
.btn--outline:hover {
  background: #161619;
  color: #FFF;
}
.btn--icon {
  margin-right: 4rem;
}
.btn--icon svg {
  position: absolute;
  top: 0;
  right: -4rem;
  width: 4rem;
  height: 4rem;
}
.btn--sm {
  font-weight: 300;
  padding: 0.7125rem 1.5rem;
}
.btn.w-100 {
  width: 100%;
  justify-content: center;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(22, 22, 25, 0.8);
  z-index: 100;
  padding: 2rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup .content {
  max-width: 40.75rem;
  margin: 0 auto;
  background: #FFF;
  position: relative;
}
.popup .content .close {
  position: absolute;
  cursor: pointer;
  top: 3.5rem;
  right: 3.5rem;
  font-size: 0;
}
.popup .content h2 {
  padding: 0 3rem 0 0;
  margin: 0 0 2.5rem;
}

/*==================================COOKIES====================================*/
.cky-consent-container {
  border-radius: 0 !important;
}
.cky-consent-container .cky-consent-bar {
  border-radius: 0 !important;
  box-shadow: none !important;
}
.cky-consent-container .cky-consent-bar .cky-notice .cky-title {
  font-size: 1.375rem;
  line-height: normal;
  letter-spacing: -0.0275rem;
  font-weight: 500;
}
.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-des {
  font-size: 0.9375rem;
  line-height: normal;
  letter-spacing: -0.01875rem;
  font-weight: 300;
  overflow-y: hidden;
}
.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-btn-wrapper {
  margin: 1rem 0 0;
}
.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-btn-wrapper .cky-btn {
  border-radius: 0;
  border-width: 0.0625rem !important;
  font-size: 1.125rem;
  line-height: 1.575rem;
  letter-spacing: -0.0225rem;
  height: 3rem;
  font-weight: 300;
  flex: 1;
}

/*==================================FORMS======================================*/
.gform_wrapper form {
  position: relative;
}
.gform_wrapper .gform_heading .gform_required_legend {
  display: none;
}
.gform_wrapper .gform-body .gform_fields {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  gap: 0.5rem;
}
.gform_wrapper .gform-body .gfield {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.gform_wrapper .gform-body .gfield.gfield--width-half {
  -webkit-box-flex: 0 0 calc(50% - 8px);
  -moz-box-flex: 0 0 calc(50% - 8px);
  -webkit-flex: 0 0 calc(50% - 8px);
  -ms-flex: 0 0 calc(50% - 8px);
  flex: 0 0 calc(50% - 8px);
}
.gform_wrapper .gform-body .gfield.gform_validation_container {
  display: none;
}
.gform_wrapper .gform-body .gfield.hidden_label > label {
  display: none;
}
.gform_wrapper .gform-body .gfield.hidden_label legend {
  display: none;
}
.gform_wrapper .gform-body .gfield.custom-padding {
  margin: 0 0 1.5rem;
}
.gform_wrapper .gform-body .gfield .gform-field-label--type-sub.hidden_sub_label {
  display: none;
}
.gform_wrapper .gform-body .gfield .gfield_label {
  font-family: "Funnel Sans", serif;
  font-size: 0.9375rem;
  line-height: normal;
  font-weight: 300;
  letter-spacing: -0.01875rem;
}
.gform_wrapper .gform-body .gfield .gfield_label a {
  color: #7799F0;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.gform_wrapper .gform-body .gfield .gfield_label a:hover {
  color: #6585D6;
  text-decoration: underline;
  text-decoration-thickness: from-font;
}
.gform_wrapper .gform-body .gfield .validation_message {
  margin: 0.5rem 0;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #ED1846;
}
.gform_wrapper .gform-body .gfield .ginput_container {
  width: 100%;
  position: relative;
}
.gform_wrapper .gform-body .gfield .ginput_container input:not([type=checkbox], [type=file], [type=radio]) {
  width: 100%;
  box-sizing: border-box;
  padding: 1.125rem 1.25rem;
  font-family: "Funnel Sans", serif;
  font-size: 1.125rem;
  line-height: 1.575rem;
  letter-spacing: -0.0225rem;
  background: #EFF4FA;
  color: #161619;
  border-radius: 0;
}
.gform_wrapper .gform-body .gfield .ginput_container input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: auto;
  opacity: 0;
  position: absolute;
}
.gform_wrapper .gform-body .gfield .ginput_container input[type=checkbox]:checked + label:before {
  background: #EFF4FA url(../img/checked.svg) no-repeat center center;
}
.gform_wrapper .gform-body .gfield .ginput_container input[type=checkbox] + label {
  cursor: pointer;
  display: inline-block;
  font-family: "Funnel Sans", serif;
  color: #9EA1B1;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  font-weight: 300;
  letter-spacing: -0.01875rem;
  padding-left: 2.5rem;
}
.gform_wrapper .gform-body .gfield .ginput_container input[type=checkbox] + label .gfield_required {
  display: none;
}
.gform_wrapper .gform-body .gfield .ginput_container input[type=checkbox] + label a {
  color: #7799F0;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.gform_wrapper .gform-body .gfield .ginput_container input[type=checkbox] + label a:hover {
  color: #6585D6;
  text-decoration: underline;
  text-decoration-thickness: from-font;
}
.gform_wrapper .gform-body .gfield .ginput_container input[type=checkbox] + label:before {
  content: close-quote;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: #EFF4FA;
  background-size: 1.5rem 1.5rem;
  background-position: center center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gform_wrapper .gform-body .gfield .ginput_container textarea {
  width: 100%;
  box-sizing: border-box;
  resize: none;
  font-family: "Funnel Sans", serif;
  font-size: 1.125rem;
  line-height: 1.575rem;
  letter-spacing: -0.0225rem;
  color: #161619;
  background: #EFF4FA;
  height: 10.1875rem;
  padding: 1.125rem 1.25rem;
  margin: 0 0 1.5rem;
}
.gform_wrapper .gform-body .gfield .ginput_container_textarea {
  font-size: 0;
}
.gform_wrapper .gform-body .gfield .ginput_container_fileupload .gform_fileupload_rules {
  display: none;
}
.gform_wrapper .gform_footer {
  margin: 2rem 0 0;
}
.gform_wrapper .gform_footer .gform_ajax_spinner {
  display: none;
}
.gform_wrapper .gform_footer button {
  display: inline-flex;
  font-family: "Funnel Sans", serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.575rem;
  letter-spacing: -0.0225rem;
  box-sizing: border-box;
  padding: 1.2125rem 3rem;
  transition: all 0.3s ease-out;
  position: relative;
  background: #7799F0;
  color: #FFF;
  justify-content: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.gform_wrapper .gform_footer button.gform-button--width-full {
  width: 100%;
}
.gform_wrapper .gform_footer button:hover {
  background: #6585D6;
}
.gform_wrapper .gform_validation_errors .gform_submission_error {
  margin: 0 0 24px;
  font-size: 26px;
  line-height: 32px;
}

/*==================================HEADER=====================================*/
header {
  background: #EFF4FA;
  border-bottom: 0.0625rem solid #9EA1B1;
  position: sticky;
  top: 0;
  z-index: 100;
}
header .flex {
  border-right: 0.0625rem solid #9EA1B1;
  border-left: 0.0625rem solid #9EA1B1;
  margin: 0 3.5rem;
  height: 6.25rem;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
}
header .flex .logo {
  font-size: 0;
  line-height: 0;
}
header .flex .logo a {
  display: inline-block;
}
header .flex .nav {
  opacity: 0;
  transition: opacity 0.3s ease-out;
  display: flex;
  align-items: center;
  gap: 4rem;
}
header .flex .nav.active {
  opacity: 1;
}
header .flex .nav nav ul {
  display: flex;
  align-items: center;
  gap: 2rem;
}
header .flex .nav nav ul li.mobile-only {
  display: none;
}
header .flex .nav nav ul li a {
  color: #161619;
}
header .flex .nav .languages a {
  color: #161619;
}
header .flex .nav .languages .active {
  font-weight: 700;
}
header .flex .actions {
  display: inline-flex;
  gap: 2rem;
  align-items: center;
}
header .flex .actions .burger {
  font-size: 0;
  cursor: pointer;
  width: 1.83331rem;
  height: 1.5rem;
  position: relative;
}
header .flex .actions .burger span {
  position: absolute;
  height: 2px;
  width: 100%;
  background: #161619;
  transition: all 0.3s ease-out;
}
header .flex .actions .burger span:nth-child(1) {
  top: 0;
  width: 50%;
  right: 0;
}
header .flex .actions .burger span:nth-child(2) {
  top: calc(50% - 0.0625rem);
  left: 0;
}
header .flex .actions .burger span:nth-child(3) {
  bottom: 0;
  width: 50%;
  left: 0;
}
header .flex .actions .burger:hover span:nth-child(1) {
  width: 100%;
}
header .flex .actions .burger:hover span:nth-child(3) {
  width: 100%;
}
header .flex .actions .burger.active span:nth-child(1) {
  width: 100%;
  transform: translateY(0.6875rem) rotate(45deg);
}
header .flex .actions .burger.active span:nth-child(2) {
  width: 0;
}
header .flex .actions .burger.active span:nth-child(3) {
  width: 100%;
  transform: translateY(-0.6875rem) rotate(-45deg);
}

/*==================================SECTIONS===================================*/
section.hero {
  position: relative;
}
section.hero .background {
  font-size: 0;
  line-height: 0;
}
section.hero .background img {
  width: 100%;
  object-fit: cover;
  min-height: 40rem;
}
section.hero .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
section.hero .content h1 {
  max-width: 38.75rem;
  margin: 0 0 4rem;
  color: #FFF;
}

section.numbers {
  border-top: 0.0625rem solid #464852;
  background: #464852;
}
section.numbers .flex {
  gap: 0.0625rem;
}
section.numbers .flex .item {
  flex: 1;
  background: #161619;
  color: #D8E3F3;
  height: 14.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
}

section.text-image {
  background: #EFF4FA;
}
section.text-image .flex .text {
  flex: 0 1 33.33vw;
}
section.text-image .flex .text p {
  padding-bottom: 2rem;
}
section.text-image .flex .image {
  font-size: 0;
  line-height: 0;
  flex: 0 1 66.67vw;
  position: relative;
}
section.text-image .flex .image:hover .hover {
  opacity: 1;
}
section.text-image .flex .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.text-image .flex .image .hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

section.documentation {
  border-top: 0.0625rem solid #9EA1B1;
  border-bottom: 0.0625rem solid #9EA1B1;
  background: #FFF;
}
section.documentation .flex {
  justify-content: space-between;
  align-items: center;
  gap: 2.5rem;
}

section.image-icons {
  font-size: 0;
}
section.image-icons .wrapper {
  position: relative;
}
section.image-icons .wrapper .image {
  position: relative;
}
section.image-icons .wrapper .image .bg {
  width: 100%;
}
section.image-icons .wrapper .image .numbers {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: none;
}
section.image-icons .wrapper .image .numbers .item {
  position: absolute;
}
section.image-icons .wrapper .image .numbers .item .number {
  text-align: center;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  background: rgba(216, 227, 243, 0.8);
  backdrop-filter: blur(2px);
}
section.image-icons .wrapper .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
section.image-icons .wrapper .content .item {
  position: absolute;
  min-width: 16rem;
  cursor: pointer;
}
section.image-icons .wrapper .content .item .item-content {
  position: relative;
}
section.image-icons .wrapper .content .item .title {
  align-items: center;
  gap: 1.25rem;
  justify-content: space-between;
  padding: 1rem;
  background: rgba(216, 227, 243, 0.8);
  backdrop-filter: blur(5px);
}
section.image-icons .wrapper .content .item .title .name {
  display: flex;
  gap: 1rem;
  align-items: center;
}
section.image-icons .wrapper .content .item .title .name .number {
  display: none;
  background: #D8E3F3;
  text-align: center;
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  font-size: 1.125rem;
  line-height: 2rem;
  letter-spacing: -0.0225rem;
}
section.image-icons .wrapper .content .item .title .icon {
  font-size: 0;
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
}
section.image-icons .wrapper .content .item .title .plus {
  width: 1rem;
  height: 1rem;
  position: relative;
}
section.image-icons .wrapper .content .item .title .plus:before, section.image-icons .wrapper .content .item .title .plus:after {
  content: close-quote;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  background: #7799F0;
  transition: all 0.3s ease-out;
}
section.image-icons .wrapper .content .item .title .plus:after {
  transform: rotate(90deg);
}
section.image-icons .wrapper .content .item .title.active .plus:after {
  transform: rotate(0deg);
}
section.image-icons .wrapper .content .item .description {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  box-sizing: border-box;
  padding: 0 1rem 1rem;
  background: rgba(216, 227, 243, 0.8);
  backdrop-filter: blur(5px);
}

section.icons {
  background: #9EA1B1;
  border-top: 0.0625rem solid #9EA1B1;
  border-bottom: 0.0625rem solid #9EA1B1;
}
section.icons .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 0.0625rem;
}
section.icons .grid .item {
  background: #EFF4FA;
}
section.icons .grid .item .title {
  align-items: center;
  gap: 2.5rem;
  margin: 0 0 3rem;
}
section.icons .grid .item .title .icon {
  flex: 0 0 3rem;
  font-size: 0;
  line-height: 0;
  width: 3rem;
}
section.icons .grid .item .title .icon img {
  width: 100%;
}
section.icons .grid .item ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
section.icons .grid .item ul li {
  padding: 0 0 0 1.25rem;
  position: relative;
}
section.icons .grid .item ul li:before {
  content: close-quote;
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.5rem;
  height: 0.5rem;
  background: #7799F0;
}

section.map {
  background: #D8E3F3;
  border-top: 0.0625rem solid #9EA1B1;
}
section.map .content {
  display: flex;
  justify-content: space-between;
  gap: 33.34vw;
}
section.map .content .title {
  flex: 1;
}
section.map .content .text {
  flex: 1;
}
section.map .map-wrapper {
  padding: 0 3.5rem 3.5rem;
}
section.map .map-wrapper .map {
  position: relative;
  font-size: 0;
  height: 50rem;
}
section.map .map-wrapper .map .tab {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
}
section.map .map-wrapper .map .tab.active {
  display: block;
}
section.map .map-wrapper .map #map {
  height: 100%;
  width: 100%;
}
section.map .map-wrapper .map #map1 {
  height: 100%;
  width: 100%;
}
section.map .map-wrapper .map .map-legend {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  gap: 0.0625rem;
  background: #161619;
}
section.map .map-wrapper .map .map-legend .item {
  padding: 1rem 1.25rem;
  height: 3.5rem;
  box-sizing: border-box;
  background: #FFF;
  cursor: pointer;
}
section.map .map-wrapper .map .map-legend .item.active {
  background: #7799F0;
}
section.map .map-wrapper .legend {
  padding: 2.5rem 0 0;
  display: flex;
  flex-flow: row wrap;
  gap: 1.5rem;
  align-items: center;
}
section.map .map-wrapper .legend .item {
  display: flex;
  gap: 1rem;
  align-items: center;
}
section.map .map-wrapper .legend .item .number {
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  color: #7799F0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 0.875rem;
  letter-spacing: -0.0175rem;
}

section.image {
  font-size: 0;
  max-height: 50rem;
  height: 100%;
}
section.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  max-height: 50rem;
}

section.toggles .content {
  display: flex;
}
section.toggles .content .title {
  flex: 1;
}
section.toggles .content .title h2 {
  max-width: 26.32813rem;
}
section.toggles .content .text {
  flex: 1;
}
section.toggles .toggles-layout {
  display: flex;
}
section.toggles .toggles-layout .toggles-content {
  flex: 1;
  border-top: 0.0625rem solid #9EA1B1;
}
section.toggles .toggles-layout .toggles-content .toggle .top {
  height: 4.5rem;
  display: flex;
  align-items: center;
  border-bottom: 0.0625rem solid #9EA1B1;
  cursor: pointer;
  transition: background-color 0.3s ease-out;
}
section.toggles .toggles-layout .toggles-content .toggle .top:hover {
  background-color: #EFF4FA;
}
section.toggles .toggles-layout .toggles-content .toggle .top .name {
  flex: 1;
  padding: 0 0 0 3.5rem;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.0275rem;
}
section.toggles .toggles-layout .toggles-content .toggle .top .arrow {
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 4.5rem;
  border-left: 0.0625rem solid #9EA1B1;
}
section.toggles .toggles-layout .toggles-content .toggle .top .arrow svg {
  transition: transform 0.3s ease-out;
}
section.toggles .toggles-layout .toggles-content .toggle .top .arrow svg path {
  transition: stroke 0.3s ease-out;
}
section.toggles .toggles-layout .toggles-content .toggle .top.active {
  background-color: #EFF4FA;
}
section.toggles .toggles-layout .toggles-content .toggle .top.active .arrow svg {
  transform: rotate(-180deg);
}
section.toggles .toggles-layout .toggles-content .toggle .top.active .arrow svg path {
  stroke: #161619;
}
section.toggles .toggles-layout .toggles-content .toggle .bottom .block {
  border-bottom: 0.0625rem solid #9EA1B1;
  padding: 2.5rem 3.5rem;
}
section.toggles .toggles-layout .image {
  flex: 1;
  font-size: 0;
  line-height: 0;
}
section.toggles .toggles-layout .image .wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
section.toggles .toggles-layout .image .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
}
section.toggles .toggles-layout .image .wrapper img.active {
  visibility: visible;
  opacity: 1;
}

section.areas {
  background: #EFF4FA;
}
section.areas .content {
  display: flex;
  justify-content: space-between;
  gap: 33.34vw;
}
section.areas .content .title {
  flex: 1;
}
section.areas .content .text {
  flex: 1;
}
section.areas .map-wrapper {
  background: #EFF4FA;
  padding: 0 3.5rem;
  border-top: 0.0625rem solid #9EA1B1;
}
section.areas .map-wrapper.active {
  background: #EFF4FA;
}
section.areas .map-wrapper.active .map {
  display: none;
}
section.areas .map-wrapper.active .slider-wrapper {
  height: auto;
}
section.areas .map-wrapper .map {
  overflow: hidden;
  position: relative;
  text-align: center;
  border-left: 0.0625rem solid #9EA1B1;
  border-right: 0.0625rem solid #9EA1B1;
}
section.areas .map-wrapper .map .wrapper {
  position: relative;
  padding: 3rem 0;
}
section.areas .map-wrapper .map .image {
  padding: 3rem 0;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
section.areas .map-wrapper .map .image img {
  width: 62.5%;
  height: auto;
}
section.areas .map-wrapper .map svg {
  width: 62.5%;
  height: auto;
  position: relative;
  z-index: 1;
}
section.areas .map-wrapper .map svg .pointer {
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s ease-out;
}
section.areas .map-wrapper .map svg .pointer:hover {
  opacity: 0.5;
}
section.areas .map-wrapper .map .small-map {
  position: absolute;
  left: -0.0625rem;
  bottom: 0;
  font-size: 0;
}
section.areas .map-wrapper .map .small-map img {
  width: 14.625rem;
  height: 14.625rem;
}
section.areas .map-wrapper .map .caption {
  position: absolute;
  top: 1.875rem;
  left: 1.75rem;
}
section.areas .map-wrapper .map .info {
  position: absolute;
  bottom: 1.875rem;
  right: 1.75rem;
}
section.areas .map-wrapper .slider-wrapper {
  height: 0;
  overflow-y: hidden;
}
section.areas .map-wrapper .slider-wrapper .slider {
  border-left: 0.0625rem solid #9EA1B1;
  border-right: 0.0625rem solid #9EA1B1;
  background: #EFF4FA;
}
section.areas .map-wrapper .slider-wrapper .slider .slide .item .flex .image {
  flex: 1;
  font-size: 0;
}
section.areas .map-wrapper .slider-wrapper .slider .slide .item .flex .item-content {
  flex: 0 1 28.125rem;
  padding: 2.5rem 1.5rem;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  gap: 3rem;
  justify-content: space-between;
  position: relative;
}
section.areas .map-wrapper .slider-wrapper .slider .slide .item .flex .item-content .close {
  position: absolute;
  top: 2.75rem;
  right: 1.5rem;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/close.svg) no-repeat center center;
  background-size: contain;
}
section.areas .map-wrapper .slider-wrapper .slider .slide .item .flex .item-content .info .building {
  color: #7799F0;
}
section.areas .map-wrapper .slider-wrapper .slider .slide .item .flex .item-content .info .values {
  margin: 1.25rem 0 0;
}
section.areas .map-wrapper .slider-wrapper .slider .slide .item .flex .item-content .info .values .value {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4.5rem;
  border-bottom: 0.0625rem solid #9EA1B1;
}
section.areas .map-wrapper .slider-wrapper .slider .slide .item .flex .item-content .info .values .value .name {
  flex: 0 0 12.75rem;
}
section.areas .map-wrapper .slider-wrapper .slider .slide .item .flex .item-content .info .buttons {
  margin: 2.25rem 0 0;
  display: flex;
  flex-flow: column;
  gap: 0.75rem;
}
section.areas .map-wrapper .slider-wrapper .slider .arrow {
  width: 3.5rem;
  height: 3.5rem;
  cursor: pointer;
  border: 0.0625rem solid #161619;
  box-sizing: border-box;
  position: absolute;
  z-index: 10;
  bottom: 2.5rem;
  transition: all 0.3s ease-out;
}
section.areas .map-wrapper .slider-wrapper .slider .arrow.slick-disabled {
  cursor: not-allowed;
}
section.areas .map-wrapper .slider-wrapper .slider .arrow.prev {
  right: 5.5rem;
  background: url(../img/prev.svg) no-repeat center center;
}
section.areas .map-wrapper .slider-wrapper .slider .arrow.prev:hover {
  border: 0.0625rem solid #9EA1B1;
  background: #9EA1B1 url(../img/prev_white.svg) no-repeat center center;
}
section.areas .map-wrapper .slider-wrapper .slider .arrow.next {
  right: 1.5rem;
  background: url(../img/next.svg) no-repeat center center;
}
section.areas .map-wrapper .slider-wrapper .slider .arrow.next:hover {
  border: 0.0625rem solid #9EA1B1;
  background: #9EA1B1 url(../img/next_white.svg) no-repeat center center;
}

section.timeline {
  background: #7799F0;
}
section.timeline h2 {
  text-align: center;
  margin-bottom: 8rem;
  color: #EFF4FA;
}
section.timeline .flex {
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 2rem 4rem;
  position: relative;
}
section.timeline .flex:after {
  content: close-quote;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.6875rem;
  height: 0.125rem;
  background: #161619;
}
section.timeline .flex .item {
  flex: 0 0 11rem;
  text-align: center;
  background: #7799F0;
  position: relative;
  z-index: 1;
}
section.timeline .flex .item:before, section.timeline .flex .item:after {
  content: close-quote;
  position: absolute;
  bottom: 0.6875rem;
  height: 0.125rem;
  background: #161619;
  width: calc(50% - 0.875rem - 0.375rem);
}
section.timeline .flex .item:before {
  left: 0;
}
section.timeline .flex .item:after {
  right: 0;
}
section.timeline .flex .item .icon {
  font-size: 0;
}
section.timeline .flex .item .h3 {
  color: #EFF4FA;
  margin: 1.5rem 0 1rem;
}
section.timeline .flex .item .line {
  height: 5.875rem;
  width: 0.125rem;
  background: #161619;
  margin: 1rem auto 0;
}
section.timeline .flex .item .square {
  width: 0.75rem;
  height: 0.75rem;
  border: 0.375rem solid #7799F0;
  background: #161619;
  margin: 0.5rem auto 0;
}
section.timeline .flex .item.active .square {
  border: 0.375rem solid #99B5FF;
}
section.timeline .flex .item:first-child:before {
  content: none;
}
section.timeline .flex .item:last-child:after {
  content: none;
}

section.gallery {
  background: #161619;
  color: #EFF4FA;
  border-top: 1px solid #464852;
  border-bottom: 1px solid #464852;
  overflow: hidden;
}
section.gallery .content {
  display: flex;
  justify-content: space-between;
}
section.gallery .content .title {
  max-width: 25.0625rem;
}
section.gallery .content .arrows {
  display: inline-flex;
  height: 3.5rem;
  gap: 0.5rem;
}
section.gallery .content .arrows .arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0.0625rem solid #9EA1B1;
  flex: 0 0 3.5rem;
  width: 3.5rem;
  height: 3.5rem;
  cursor: pointer;
  transition: background 0.3s ease-out;
}
section.gallery .content .arrows .arrow:hover {
  background: #9EA1B1;
}
section.gallery .content .arrows .arrow.slick-disabled {
  cursor: not-allowed;
}
section.gallery .slider {
  margin: 8rem 0 0;
}
section.gallery .slider .slick-list {
  overflow: visible;
}
section.gallery .slider .slide {
  margin: 0 0.75rem;
}
section.gallery .slider .slide .image {
  width: 33.75rem;
  height: 28rem;
  font-size: 0;
  line-height: 0;
}
section.gallery .slider .slide .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.developer {
  background: #161619;
  color: #EFF4FA;
}
section.developer .flex .col {
  flex: 1;
}
section.developer .flex .col:last-child {
  text-align: right;
}
section.developer .flex .col .subtitle {
  margin: 0 0 2.5rem;
  color: #7799F0;
}
section.developer .flex .col .block {
  display: inline-block;
  text-align: center;
}
section.developer .flex .col .block .logo {
  font-size: 0;
  line-height: 0;
  padding: 2.5rem;
}
section.developer .flex .col .block .logo a {
  display: inline-block;
  width: 8.5rem;
}
section.developer .flex .col .block .logo a img {
  width: 100%;
}
section.developer .flex .col .block .link a {
  font-size: 1.375rem;
  line-height: normal;
  letter-spacing: -0.0275rem;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: from-font;
  text-underline-offset: auto;
  text-underline-position: from-font;
  color: #EFF4FA;
}

section.contact {
  background: #9EA1B1;
}
section.contact .flex {
  gap: 0.0625rem;
}
section.contact .flex .col {
  flex: 1;
  background: white;
}
section.contact .flex .col:first-child {
  display: inline-flex;
  flex-flow: column;
  justify-content: space-between;
}
section.contact .flex .col .social-media {
  border-top: 0.0625rem solid #9EA1B1;
}
section.contact .flex .col .block h2 {
  margin: 0 0 2.5rem;
}
section.contact .flex .col .block .form {
  margin: 4.5rem 0 0;
}
section.contact .flex .col .block .social-links {
  display: flex;
  gap: 0.4rem;
}
section.contact .flex .col .block .social-links a {
  width: 3.5rem;
  height: 3.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #EFF4FA;
  box-sizing: border-box;
  padding: 1rem;
}
section.contact .flex .col .block .social-links a svg {
  width: 100%;
  height: 100%;
}
section.contact .flex .col .block .boxes {
  margin: 5rem 0 0;
  display: inline-block;
}
section.contact .flex .col .block .boxes .box {
  padding: 2rem;
  background: #EFF4FA;
}
section.contact .flex .col .block .boxes .box:not(:last-child) {
  border-bottom: 1px solid #9EA1B1;
}
section.contact .flex .col .block .boxes .box .contacts {
  display: flex;
  flex-flow: column;
  gap: 1rem;
}
section.contact .flex .col .block .boxes .box .contacts a {
  color: #161619;
}
section.contact .flex .col .block .boxes .box .contacts a:hover {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
section.contact .flex .col .block .boxes .box .info {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
section.contact .flex .col .block .boxes .box .info .photo {
  flex: 0 0 4.5rem;
  width: 4.5rem;
  height: 4.5rem;
}
section.contact .flex .col .block .boxes .box .info .photo img {
  border-radius: 100%;
}

section.content-text {
  padding: 1px 0;
  background: #EFF4FA;
}
section.content-text .wrapper {
  max-width: 54.75rem;
  margin: 3rem auto;
}
section.content-text .wrapper a {
  color: #7799F0;
  transition: color 0.3s ease-out;
}
section.content-text .wrapper a:hover {
  color: #6585D6;
}
section.content-text .wrapper h1, section.content-text .wrapper h2, section.content-text .wrapper h3, section.content-text .wrapper h4 {
  margin: 3rem 0;
}
section.content-text .wrapper p {
  margin: 2rem 0;
}
section.content-text .wrapper ul, section.content-text .wrapper ol {
  margin: 2rem 0 2rem 1.5rem;
  display: flex;
  flex-flow: column;
  gap: 1rem;
}
section.content-text .wrapper ul {
  list-style: disc;
}
section.content-text .wrapper ol {
  list-style: decimal;
}

/*==================================FOOTER=====================================*/
footer {
  padding: 2.5rem 3.5rem;
  background: #161619;
  color: white;
}
footer .flex {
  justify-content: space-between;
}
footer .flex .links {
  display: inline-flex;
  gap: 1.5rem;
}
footer .flex .links a {
  color: white;
}

/*==================================RESPONSE===================================*/
@media (max-width: 1399px) {
  html, body {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .block {
    box-sizing: border-box;
  }
  .block-sm {
    padding: 2.5rem;
  }
  .block-m {
    padding: 3rem 2.5rem;
  }
  .block-l {
    padding: 5rem 2.5rem;
  }
  header .flex {
    margin: 0 2.5rem;
  }
  header .flex .nav {
    position: absolute;
    transition: all 0.3s ease-out;
    visibility: hidden;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 2rem 4.5rem;
    background: #D8E3F3;
    justify-content: space-between;
    border-top: 0.0625rem solid #9EA1B1;
  }
  header .flex .nav.active {
    opacity: 1;
    visibility: visible;
  }
  section.numbers .flex .item {
    padding: 2rem 1rem;
  }
  section.icons .grid .item .title {
    gap: 1.5rem;
  }
  section.map .map-wrapper {
    padding: 0 2.5rem 3rem;
  }
  section.areas .map-wrapper {
    padding: 0 2.5rem;
  }
  section.areas .map-wrapper .map svg {
    width: 82.5%;
  }
  section.areas .map-wrapper .map .image img {
    width: 82.5%;
  }
  section.toggles .toggles-layout .toggles-content .toggle .top .name {
    padding: 0 1rem 0 2.5rem;
  }
  section.toggles .toggles-layout .toggles-content .toggle .bottom .block {
    padding: 2.5rem;
  }
  section.gallery .slider {
    margin: 7rem 0 0;
  }
  section.gallery .slider .slide .image {
    width: 22rem;
    height: 22rem;
  }
  .popup .content .close {
    top: 1.5rem;
    right: 1.5rem;
  }
}
@media (max-width: 991px) {
  html, body {
    font-size: 16px;
  }
  .block {
    box-sizing: border-box;
  }
  .block-sm {
    padding: 3rem 2rem;
  }
  .block-m {
    padding: 3rem 2rem;
  }
  .block-l {
    padding: 3rem 2rem;
  }
  header .flex {
    margin: 0;
    border: none;
  }
  header .flex .nav {
    padding: 2rem;
  }
  section.numbers .flex {
    flex-flow: row wrap;
  }
  section.numbers .flex .item {
    flex: 1 1 calc(50% - 0.0625rem);
  }
  section.text-image .flex {
    flex-flow: column;
  }
  section.text-image .flex .text {
    flex: 1;
  }
  section.text-image .flex .image {
    flex: 1;
  }
  section.icons {
    background: #EFF4FA;
  }
  section.icons .grid {
    display: block;
  }
  section.icons .grid .slick-dots {
    padding: 0 2rem 2rem;
    display: flex;
    gap: 0.5rem;
    font-size: 0;
    line-height: 0;
  }
  section.icons .grid .slick-dots li {
    flex: 1;
  }
  section.icons .grid .slick-dots li button {
    width: 100%;
    font-size: 0;
    line-height: 0;
    height: 0.125rem;
    background: #9EA1B1;
    transition: background 0.3s ease-in-out;
  }
  section.icons .grid .slick-dots li.slick-active button {
    background: #161619;
  }
  section.map .content {
    flex-flow: column;
    gap: 2.5rem;
  }
  section.map .map-wrapper {
    padding: 0 2rem 3rem;
  }
  section.toggles .content {
    flex-flow: column;
    gap: 2.5rem;
  }
  section.toggles .toggles-layout {
    flex-flow: column;
  }
  section.toggles .toggles-layout .toggles-content .toggle .top .name {
    padding: 0 1rem 0 2rem;
  }
  section.toggles .toggles-layout .toggles-content .toggle .bottom .block {
    padding: 2rem;
  }
  section.toggles .toggles-layout .image .wrapper {
    height: 100vw;
  }
  section.areas .content {
    flex-flow: column;
    gap: 2.5rem;
  }
  section.areas .map-wrapper {
    padding: 0 2rem;
  }
  section.areas .map-wrapper .map .small-map img {
    width: 9.625rem;
    height: 9.625rem;
  }
  section.areas .map-wrapper .slider-wrapper .slider .arrow {
    display: none;
  }
  section.areas .map-wrapper .slider-wrapper .slider .slide .item .flex {
    flex-flow: column-reverse;
  }
  section.areas .map-wrapper .slider-wrapper .slider .slide .item .flex .item-content .area-indicator {
    display: none;
  }
  section.developer .flex {
    flex-flow: column;
    gap: 5rem;
  }
  section.developer .flex .col:last-child {
    text-align: center;
  }
  section.developer .flex .col .block {
    display: inline-block;
    text-align: center;
  }
  section.developer .flex .col .block .link a {
    padding: 0 0 2rem;
    display: inline-block;
  }
  section.contact .flex {
    flex-flow: column;
  }
  section.image-icons .wrapper .image .numbers {
    display: block;
  }
  section.image-icons .wrapper .content {
    position: initial;
    padding: 2.5rem 2rem;
    display: flex;
    flex-flow: column;
    gap: 1.5rem;
  }
  section.image-icons .wrapper .content .item {
    position: initial;
    border-bottom: 1px solid #000;
  }
  section.image-icons .wrapper .content .item .item-content {
    padding: 0 0 1.5rem;
  }
  section.image-icons .wrapper .content .item .description {
    position: initial;
    background: white;
    padding: 0;
  }
  section.image-icons .wrapper .content .item .description p {
    padding: 1.5rem 0 0;
    font-size: 1.125rem;
    line-height: 1.575rem;
    letter-spacing: -0.0225rem;
  }
  section.image-icons .wrapper .content .item .title {
    padding: 0;
    background: white;
  }
  section.image-icons .wrapper .content .item .title .name .number {
    display: block;
  }
  footer {
    padding: 2.5rem 2rem;
  }
}
@media (max-width: 767px) {
  ::-webkit-scrollbar {
    display: none;
    width: 0;
    background: 0 0;
  }
  ::-webkit-scrollbar-thumb {
    background: 0 0;
  }
  h1, .h1, .display-1 {
    font-size: 2.5rem;
    line-height: 100%;
    letter-spacing: -0.05rem;
  }
  h2, .h2, .display-2 {
    font-size: 1.75rem;
    letter-spacing: -0.035rem;
  }
  .block {
    box-sizing: border-box;
  }
  .block-sm {
    padding: 2.5rem 2rem;
  }
  .block-m {
    padding: 2rem;
  }
  .block-l {
    padding: 2rem;
  }
  header .flex {
    position: relative;
  }
  header .flex:after {
    content: close-quote;
    position: absolute;
    right: 5.83331rem;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #9EA1B1;
  }
  header .flex .actions .button {
    display: none;
  }
  header .flex .nav {
    flex-flow: column;
    gap: 0;
    padding: 0;
  }
  header .flex .nav nav {
    width: 100%;
    box-sizing: border-box;
    padding: 5rem 2rem;
    border-bottom: 1px solid #9EA1B1;
  }
  header .flex .nav nav ul {
    flex-flow: column;
    gap: 2.5rem;
  }
  header .flex .nav nav ul li.desktop-only {
    display: none;
  }
  header .flex .nav nav ul li.mobile-only {
    display: block;
  }
  header .flex .nav nav ul li a {
    font-size: 2rem;
    letter-spacing: -0.04rem;
  }
  header .flex .nav .languages {
    font-size: 1.625rem;
    padding: 1.5rem 0;
  }
  section.hero .background img {
    min-height: 30rem;
  }
  section.hero .content h1 {
    margin: 0 0 3.5rem;
  }
  section.documentation .flex {
    flex-flow: column;
    align-items: flex-start;
  }
  section.map .map-wrapper {
    padding: 0 0 2rem;
  }
  section.map .map-wrapper .map {
    height: 20rem;
    margin: 0 0 3.5rem;
  }
  section.map .map-wrapper .map .map-legend {
    right: 0;
    bottom: -3.5rem;
  }
  section.map .map-wrapper .map .map-legend .item {
    flex: 1;
    text-align: center;
  }
  section.map .map-wrapper .legend {
    padding: 2rem 2rem 0;
  }
  section.numbers .flex .item {
    height: auto;
    padding: 2.5rem 1.5rem;
  }
  section.areas .map-wrapper {
    padding: 0;
  }
  section.areas .map-wrapper .map {
    border: none;
  }
  section.areas .map-wrapper .map svg {
    width: 98.5%;
  }
  section.areas .map-wrapper .map .image img {
    width: 98.5%;
  }
  section.areas .map-wrapper .slider-wrapper .slider {
    border: none;
  }
  section.areas .map-wrapper .slider-wrapper .slider .slide .item .flex .item-content {
    padding: 2rem 1.5rem 3.5rem;
  }
  section.areas .map-wrapper .slider-wrapper .slider .slide .item .flex .item-content .close {
    top: 2.25rem;
  }
  section.areas .map-wrapper .slider-wrapper .slider .slide .item .flex .item-content .info .buttons a {
    padding: 1.2125rem 1rem;
  }
  section.gallery .content {
    flex-flow: column;
    gap: 2.5rem;
  }
  section.gallery .slider {
    margin: 5rem 0 0;
  }
  section.gallery .slider .slide {
    margin: 0 0.45rem;
  }
  section.gallery .slider .slide .image {
    width: 16rem;
    height: 16rem;
  }
  section.timeline .block-m {
    padding: 3.5rem 0;
  }
  section.timeline .overflow {
    overflow-x: auto;
  }
  section.timeline .overflow .flex {
    margin: 0 0 4rem;
  }
  section.timeline .overflow .flex .item {
    width: 100vw;
    flex: 0 0 100vw;
  }
  footer .flex {
    flex-flow: column;
    gap: 2rem;
  }
  footer .flex .links {
    flex-flow: column;
  }
}
@media (max-width: 575px) {
  section.hero .content {
    top: 0;
  }
  section.hero .content .block {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  section.hero .content .block h1 {
    font-size: 2rem;
  }
  section.numbers .flex .item .size-s {
    min-height: 2.375rem;
    padding: 0 0.5rem;
    max-width: 155px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  section.areas .map-wrapper .map .small-map {
    position: initial;
    margin: 0 -0.125rem;
  }
  section.areas .map-wrapper .map .small-map img {
    width: 100%;
    height: auto;
  }
  section.contact .flex .col .block .boxes .box {
    padding: 1.5rem;
  }
  section.contact .flex .col .block .boxes .box .info .photo {
    width: 4rem;
    height: 4rem;
    flex: 0 0 4rem;
  }
  section.image-icons .wrapper .content .item .title .name {
    gap: 0.75rem;
  }
  section.image-icons .wrapper .content .item .title .name .number {
    margin: 0 0.25rem 0 0;
  }
  .popup {
    overflow: auto;
    padding: 0;
    background: #FFF;
    display: block;
  }
  .popup .content .close {
    top: 1rem;
    right: 1rem;
  }
  .popup .content h2 {
    padding: 0;
  }
}
@media (min-width: 1600px) {
  html, body {
    font-size: 18px;
  }
}
@media (min-width: 1900px) {
  html, body {
    font-size: 22px;
  }
}
@media (min-width: 3000px) {
  html, body {
    font-size: 44px;
  }
}

/*# sourceMappingURL=style.css.map */
