* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: -apple-system, calibri;
  color: rgb(47, 74, 83);
  background-color: #ffffff;
  overflow-x: hidden;
  line-height: 1.6;
}

.vertical-menu {
  position: fixed;
  left: 10%;
  top: 0%;
  width: 170px;
  height: fit-content;
  background: linear-gradient(90deg, rgba(254, 254, 254, 0.7) 0%, rgba(254, 254, 254, 0.2) 100%, rgba(254, 254, 254, 0.05) 100%);
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px 0 0;
  -webkit-transition: left 0.3s ease, background 0.3s ease;
  -moz-transition: left 0.3s ease, background 0.3s ease;
  -o-transition: left 0.3s ease, background 0.3s ease;
  transition: left 0.3s ease, background 0.3s ease;
}
.vertical-menu.scroll-down {
  background: #ffffff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.vertical-menu .menu-logo {
  display: none;
  padding: 0 20px 20px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.vertical-menu .menu-logo img {
  max-width: 100%;
  height: auto;
}
.vertical-menu .menu-logo.visible {
  display: block;
  opacity: 1;
}
.vertical-menu .menu-list {
  list-style: none;
  flex: 1;
  padding: 0;
  padding-left: 10px;
}
.vertical-menu .menu-list .menu-item {
  display: block;
  padding: 2px 10px;
  color: rgb(47, 74, 83);
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.vertical-menu .menu-list .menu-item:hover {
  background: linear-gradient(135deg, rgba(232, 244, 248, 0.6), rgba(232, 244, 248, 0.5));
}
.vertical-menu .menu-list .menu-item.active {
  border-bottom: 3px dashed rgb(47, 74, 83);
}
.vertical-menu .menu-footer {
  display: none;
  padding: 10px;
}
.vertical-menu .menu-footer.visible {
  display: block;
}
.vertical-menu .menu-footer .lang-toggle {
  width: 100%;
  padding: 12px;
  background: transparent;
  color: rgb(47, 74, 83);
  cursor: pointer;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 4px;
  border: none;
}
.vertical-menu .menu-footer .lang-toggle:hover {
  background: linear-gradient(135deg, rgba(232, 244, 248, 0.6), rgba(232, 244, 248, 0.3));
  border-color: rgb(47, 74, 83);
}

.menu-to-title-line {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.menu-to-title-line line {
  stroke: rgb(47, 74, 83);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.mobile-header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background-color: #ffffff;
  z-index: 1001;
  padding: 3px 20px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(47, 74, 83, 0.1);
}
.mobile-header .mobile-logo {
  height: 58px;
}
.mobile-header .mobile-logo img {
  height: 58px;
  width: auto;
}
.mobile-header .mobile-menu-toggle {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-around;
  background: transparent;
  border: none;
  cursor: pointer;
}
.mobile-header .mobile-menu-toggle span {
  width: 100%;
  height: 2px;
  background-color: rgb(47, 74, 83);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-header .mobile-lang-toggle {
  padding: 8px 16px;
  background: transparent;
  border: 1px solid rgba(47, 74, 83, 0.3);
  color: rgb(47, 74, 83);
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
}

.mobile-menu-overlay {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.mobile-menu-overlay.active {
  opacity: 1;
}
.mobile-menu-overlay .mobile-menu {
  background-color: #ffffff;
  width: 280px;
  height: 100%;
  padding: 20px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.mobile-menu-overlay .mobile-menu ul {
  list-style: none;
}
.mobile-menu-overlay .mobile-menu ul li {
  margin-bottom: 10px;
}
.mobile-menu-overlay .mobile-menu ul .mobile-menu-item {
  display: block;
  padding: 12px 16px;
  color: rgb(47, 74, 83);
  text-decoration: none;
  font-size: 16px;
  border-radius: 4px;
}
.mobile-menu-overlay .mobile-menu ul .mobile-menu-item:hover {
  background: linear-gradient(135deg, rgba(232, 244, 248, 0.6), rgba(232, 244, 248, 0.3));
}
.mobile-menu-overlay.active.hero-bt {
  left: auto;
  right: 0;
  top: 50%;
  background-color: unset;
}
.mobile-menu-overlay.active.hero-bt .mobile-menu {
  width: 200px;
  height: fit-content;
}
.mobile-menu-overlay.active.hero-bt .mobile-menu ul li {
  margin-bottom: 5px;
}
.mobile-menu-overlay.active.hero-bt .mobile-menu ul li .mobile-menu-item {
  padding: 0;
  font-weight: 700;
}
.mobile-menu-overlay.active .mobile-menu {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.contacts-block {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  padding: 20px 40px;
  padding-left: 210px;
  border-top: 1px solid #2f4a53;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  z-index: 999;
  background-color: rgb(232, 244, 248);
}
.contacts-block.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.contacts-block .contacts-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  align-items: center;
}
.contacts-block .contacts-content p {
  margin: 0;
  font-size: 16px;
  color: rgb(47, 74, 83);
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  cursor: text;
}

.main-content {
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 100px;
}

.section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px;
  padding-right: 0;
}

.hero-section {
  position: relative;
  padding: 0;
}
.hero-section .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 120px);
  height: calc(100svh - 110px);
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .hero-section .hero-background {
    height: 50%;
  }
}
.hero-section .hero-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}
@media screen and (max-width: 1150px) {
  .hero-section .hero-background img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.hero-section .mobile-menu-toggle {
  position: absolute;
  z-index: 999;
  color: #fff;
  left: 50%;
  top: calc(50% - 50px);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: transparent;
  border: none;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-around;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 1024px) {
  .hero-section .mobile-menu-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.hero-section .mobile-menu-toggle span {
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hero-section .copyright {
  position: absolute;
  bottom: 90px;
  left: 0;
  color: rgb(47, 74, 83);
  font-size: 12px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 1150px) {
  .hero-section .copyright {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .hero-section .copyright {
    bottom: auto;
    top: 51%;
    z-index: 3;
    justify-content: flex-end;
  }
  .hero-section .copyright p {
    font-size: 11px;
  }
  .hero-section .copyright p:first-child {
    display: none;
  }
}
.hero-section .hero-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 80px 0 0px;
  min-height: 100vh;
  gap: 60px;
}
@media screen and (max-width: 1600px) {
  .hero-section .hero-content {
    padding-top: 10%;
  }
}
@media screen and (max-width: 14600px) {
  .hero-section .hero-content {
    padding-top: 6%;
  }
}
@media screen and (max-width: 1500px) {
  .hero-section .hero-content {
    padding-top: 6%;
  }
}
@media screen and (max-width: 1280px) {
  .hero-section .hero-content {
    padding-top: 6%;
  }
}
.hero-section .hero-content .hero-logo {
  flex: 0 0 auto;
  position: fixed;
  top: 0;
  left: clamp(10%, 20vw, 30%);
  z-index: 999;
  -webkit-transition: left 0.3s ease, width 0.3s ease;
  -moz-transition: left 0.3s ease, width 0.3s ease;
  -o-transition: left 0.3s ease, width 0.3s ease;
  transition: left 0.3s ease, width 0.3s ease;
  cursor: pointer;
}
.hero-section .hero-content .hero-logo img {
  max-width: clamp(300px, 20vw, 460px);
  width: 460px;
  height: auto;
  background: #FEFEFE;
  background: linear-gradient(145deg, rgb(254, 254, 254) 0%, rgba(254, 254, 254, 0.2) 30%, rgba(254, 254, 254, 0) 100%);
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.hero-section .hero-content .hero-logo.scroll-down {
  padding-left: 5%;
  width: 100%;
  background: #FEFEFE;
  z-index: 1;
}
.hero-section .hero-content .hero-text {
  flex: 1;
  max-width: 750px;
  background: linear-gradient(170deg, rgba(254, 254, 254, 0.5) 0%, rgba(254, 254, 254, 0.1) 50%, rgba(254, 254, 254, 0.05) 100%);
  padding: 10px;
}
@media screen and (max-width: 1400px) {
  .hero-section .hero-content .hero-text {
    max-width: 650px;
  }
}
.hero-section .hero-content .hero-text .hero-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: rgb(47, 74, 83);
}
.hero-section .hero-content .hero-text .hero-subtitle {
  font-size: 20px;
  line-height: 1.5;
  color: rgb(47, 74, 83);
}
.hero-section .hero-content .hero-text .hero-subtitle .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 15%;
}
.hero-section .hero-content .hero-text .footer-section {
  display: none;
}
.hero-section .hero-lang-toggle {
  position: absolute;
  bottom: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 999;
}
.hero-section .hero-lang-toggle .lang-toggle {
  padding: 0px 20px;
  background: transparent;
  color: rgb(47, 74, 83);
  cursor: pointer;
  font-size: 32px;
  font-weight: 500;
  border: none;
  cursor: pointer;
}
.hero-section .scroll-indicator {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  color: rgb(47, 74, 83);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
.hero-section .scroll-indicator:hover {
  color: rgba(47, 74, 83, 0.7);
  -webkit-transform: translateX(-50%) scale(1.1);
  -ms-transform: translateX(-50%) scale(1.1);
  transform: translateX(-50%) scale(1.1);
}
.hero-section .scroll-indicator svg {
  width: 60px;
  height: 60px;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
  40% {
    -webkit-transform: translateX(-50%) translateY(-10px);
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    -webkit-transform: translateX(-50%) translateY(-5px);
    transform: translateX(-50%) translateY(-5px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
  40% {
    -webkit-transform: translateX(-50%) translateY(-10px);
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    -webkit-transform: translateX(-50%) translateY(-5px);
    transform: translateX(-50%) translateY(-5px);
  }
}
.content-section {
  position: relative;
  padding-top: 0;
  padding-left: 170px;
}
.content-section .section-header-bar {
  position: fixed;
  top: 0;
  left: 170px;
  right: 0;
  height: 80px;
  background-color: #ffffff;
  z-index: 998;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0 40px;
  border-bottom: 1px solid rgba(47, 74, 83, 0.1);
  display: none;
}
.content-section .section-header-bar .section-logo img {
  height: 50px;
  width: auto;
}
.content-section .section-content {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
  padding: 0 0 60px 30px;
  align-items: start;
  justify-items: end;
}
.content-section .section-content.about {
  padding-bottom: 0;
}
.content-section .section-content .section-image-wrapper {
  position: relative;
  grid-column: 2;
  align-self: start;
  width: clamp(400px, 35vw, 850px);
  max-height: 550px;
  height: 100%;
}
.content-section .section-content .section-image-wrapper .section-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  box-shadow: 0 4px 20px rgba(47, 74, 83, 0.2);
  margin-bottom: -120px;
  max-height: 550px;
  z-index: 2;
  position: relative;
  cursor: pointer;
}
.content-section .section-content .section-image-wrapper .image-attribution {
  position: absolute;
  bottom: -150px;
  right: 15px;
  /* background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(232, 244, 248, 0.95)); */
  padding: 10px 18px;
  border-radius: 6px;
  font-size: 12px;
  color: rgb(47, 74, 83);
  font-style: italic;
  /* box-shadow: 0 3px 12px rgba(47, 74, 83, 0.15); */
  white-space: nowrap;
  /* border: 1px solid rgba(47, 74, 83, 0.1); */
  font-weight: 500;
  letter-spacing: 0.3px;
  z-index: 2;
}
.content-section .section-content .section-image-wrapper .image-attribution.big-image-attribution {
  bottom: -160px;
}
.content-section .section-content .section-text-wrapper {
  grid-column: span 2;
  align-self: end;
  background: linear-gradient(135deg, #e8f4f8, rgba(255, 255, 255, 0.6));
  padding: 85px 10px 40px;
  margin-top: auto;
  width: 100%;
}
.content-section .section-content .section-text-wrapper .section-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  color: rgb(47, 74, 83);
  line-height: 1;
  position: relative;
}
.content-section .section-content .section-text-wrapper .section-title.scroll-down::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  border-bottom: 3px dashed rgb(47, 74, 83);
}
@media screen and (max-width: 1024px) {
  .content-section .section-content .section-text-wrapper .section-title.scroll-down::before {
    border-bottom: none;
  }
}
.content-section .section-content .section-text-wrapper .section-text {
  font-size: 18px;
  line-height: 1.3;
  color: rgb(47, 74, 83);
  white-space: pre-line;
}
.content-section .section-content .section-text-wrapper .section-text ul {
  margin-left: 20px;
  margin-top: 10px;
}
.content-section .section-content .section-text-wrapper .section-text .underline {
  text-decoration: underline;
}
.content-section .section-content .section-text-wrapper .section-text .block-end {
  display: block;
  padding-left: 30%;
}
.content-section .scroll-indicator {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  color: rgb(47, 74, 83);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content-section .scroll-indicator:hover {
  -webkit-transform: translateX(-50%) scale(1.1);
  -ms-transform: translateX(-50%) scale(1.1);
  transform: translateX(-50%) scale(1.1);
  background: linear-gradient(135deg, rgba(232, 244, 248, 0.7), rgba(232, 244, 248, 0));
  border-radius: 0;
  padding: 8px;
}
.content-section .scroll-indicator svg {
  width: 60px;
  height: 60px;
}

.mobile-visible {
  display: none;
}

.image-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.image-popup.image-popup--active {
  opacity: 1;
  visibility: visible;
}
.image-popup .image-popup__img {
  max-width: 95vw;
  max-height: 95vh;
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
}

.footer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
}
.footer-section .footer-section-content {
  border-top: 1px solid rgb(47, 74, 83);
  padding: 5px 20px 0;
}
.footer-section .footer-section-content p {
  font-size: 14px;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.section-text-wrapper {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
.section-text-wrapper.section-text-wrapper--visible {
  -webkit-animation: fadeInUp 0.8s ease-out forwards;
  animation: fadeInUp 0.8s ease-out forwards;
}

.mobile-active {
  display: none;
}

.br {
  display: block;
  height: 15px;
}

@media (max-width: 1024px) {
  .vertical-menu {
    display: none;
  }
  .menu-to-title-line {
    display: none !important;
  }
  .mobile-header.visible {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-menu-overlay.active {
    display: block;
  }
  .main-content {
    margin-left: 0;
    padding-top: 0px;
    gap: 0px;
  }
  .contacts-block {
    left: 0;
    padding: 20px;
  }
  .hero-section .hero-content {
    flex-direction: column;
    padding: 40px 0;
    justify-content: flex-start;
  }
  .hero-section .hero-content .hero-logo {
    position: relative;
    left: auto !important;
    margin-bottom: 30px;
    padding-left: 20px;
  }
  .hero-section .hero-content .hero-logo img {
    max-width: clamp(200px, 20vw, 300px) !important;
    width: auto !important;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1150px) {
  .hero-section .hero-content .hero-logo img {
    width: 250px;
  }
}
@media (max-width: 1024px) {
  .hero-section .hero-content .hero-text {
    max-width: 100%;
    flex: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
    background: #E8F4F8;
    background: linear-gradient(145deg, rgb(232, 244, 248) 0%, rgba(232, 244, 248, 0.8) 50%, rgba(254, 254, 254, 0.05) 100%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-height: 50%;
    padding-bottom: 60px;
    padding-top: 50px;
  }
  .hero-section .hero-content .hero-text .hero-title {
    font-size: 36px;
  }
  .hero-section .hero-content .hero-text .hero-subtitle {
    font-size: 17px;
    width: 100%;
  }
  .hero-section .hero-content .hero-text .hero-subtitle .wrapper {
    padding-left: 3%;
  }
  .hero-section .hero-content .hero-text .footer-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
  }
  .hero-section .hero-lang-toggle {
    bottom: calc(50% + 20px);
    left: 0px;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  .hero-section .hero-lang-toggle .lang-toggle {
    font-size: 24px;
    color: #fff;
  }
  .hero-section .scroll-indicator {
    color: rgb(47, 74, 83);
  }
  .hero-section .scroll-indicator svg {
    width: 40px;
    height: 40px;
  }
  .content-section {
    padding-top: 60px;
    padding-left: 0;
    justify-content: flex-start;
  }
  .content-section .section-header-bar {
    left: 0;
    height: 60px;
    padding: 0 20px;
  }
  .content-section .section-header-bar .section-logo img {
    height: 40px;
  }
  .content-section .section-content {
    grid-template-columns: 1fr;
    gap: 0px;
    padding: 0px;
    height: auto;
  }
  .content-section .section-content .section-image-wrapper {
    grid-column: 1;
    grid-row: 1;
    margin-top: 0;
    width: 100%;
    max-width: 100%;
  }
  .content-section .section-content .section-image-wrapper .section-image {
    margin-bottom: 0;
    height: 100%;
  }
  .content-section .section-content .section-image-wrapper .image-attribution {
    bottom: -45px;
    white-space: normal;
    font-size: 12px;
    font-size: 11px;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    line-height: 1.4;
  }
  .content-section .section-content .section-image-wrapper .image-attribution.big-image-attribution {
    bottom: -65px;
  }
  .content-section .section-content .section-image-wrapper .image-attribution.mobile-small {
    bottom: -35px;
  }
  .content-section .section-content .section-text-wrapper {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
    margin-bottom: 0;
    padding: 45px 20px 30px;
  }
  .content-section .section-content .section-text-wrapper .section-title {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .content-section .section-content .section-text-wrapper .section-text {
    font-size: 16px;
  }
  .content-section .scroll-indicator {
    bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .mobile-visible {
    display: block;
  }
  .section-text .mobile-hide {
    display: none;
  }
  .section-text .mobile-norm {
    display: inline !important;
    padding-left: 0 !important;
  }
  .section-text .mobile-active {
    display: block !important;
  }
  .contacts-content {
    justify-content: space-between;
  }
}
@media screen and (max-width: 370px) {
  .contacts-content {
    flex-direction: column;
    gap: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}/*# sourceMappingURL=styles.css.map */