.masthead.-type-1 {
    position: relative;
    padding-top: 200px;
    padding-bottom: 270px;
}

.home-subtitle {
  font-size: 20px;
}

.ctaCard__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.ctaCard.-type-1 .ctaCard__content::before {
  background: linear-gradient(360deg, rgba(5, 16, 54, 0.7) 0%, rgba(5, 16, 54, 0.3) 100%);
}


.langMenu__content {
  width: auto !important;
  transform: none !important;
  right:20px !important;
  left: unset !important;
  top: 80px !important;
}

@media (max-width: 575px){
  .masthead.-type-1 {
      padding-top: 190px;
      padding-bottom: 190px;
  }
  .home-subtitle {
    font-size: 16px;
  }
  .section-bg__item {
    height:auto;
  }
  .section-bg__item img {
    height:50%;
  }
  .map-mobile {
    height:300px;
  }
  
}

@media (min-width: 1200px) {
  .header .header-menu .menu a {
    font-size: 17px !important;
    font-weight: 400 !important;
  }
  .map-form {
    margin-top: -660px!important;
  }
}

@media (min-width: 1450px) {
  .map-form {
    margin-top: -700px!important;
  }
}    

@media (min-width: 1550px) {
  .map-form {
    margin-top: -800px!important;
  }
}  

@media (max-width: 1200px) {
    .section-bg__item.-image {
        position: relative;
        width: 100%;
        margin-bottom: 40px;
    }
}

.footer-legal-links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  row-gap: 0.5rem;
}

.footer-legal-links__item {
  display: inline-block;
  text-decoration: none;
  line-height: 1.4;
  opacity: 0.92;
  transition: opacity 0.2s ease;
}

.footer-legal-links__item:hover {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 3px;
}
