.contact-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  padding-top: 100px;
  padding-top: 120px;
}
@media (max-width: 576px) {
  .contact-hero {
    padding-bottom: 50px;
  }
}
.contact-hero .contact-hero__container {
  max-width: 1392px;
  width: 100%;
  padding: 0 24px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 576px) {
  .contact-hero .contact-hero__container {
    padding: 0 16px;
  }
}
.contact-hero .contact-hero__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .contact-hero .contact-hero__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
}
.contact-hero .contact-hero__row {
  width: 100%;
}
.contact-hero .contact-hero__row-inner {
  position: relative;
  background-color: rgb(16, 61, 51);
  padding: 50px;
}
@media (max-width: 1100px) {
  .contact-hero .contact-hero__row-inner {
    padding: 25px;
  }
}
.contact-hero .contact-hero__row-inner .fish_decore {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1200px) {
  .contact-hero .contact-hero__row-inner .fish_decore {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .contact-hero .contact-hero__row-inner .fish_decore {
    width: 180px;
    top: 50px;
  }
}
.contact-hero .contact-hero__header {
  text-align: left;
  width: 500px;
}
@media (max-width: 1024px) {
  .contact-hero .contact-hero__header {
    width: 300px;
  }
}
.contact-hero .contact-hero__title {
  font-family: "NyghtSerif";
  font-weight: 400;
  font-style: italic;
  font-size: 90px;
  line-height: 0.7;
  color: rgb(255, 255, 255);
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .contact-hero .contact-hero__title {
    font-size: 54px;
  }
}
.contact-hero .contact-hero__title span:last-of-type {
  padding-left: 100px;
}
@media (max-width: 1024px) {
  .contact-hero .contact-hero__title span:last-of-type {
    padding-left: 40px;
  }
}
.contact-hero .contact-hero__subtitle {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: rgb(255, 255, 255);
  max-width: 435px;
  width: 100%;
  padding-left: 100px;
}
@media (max-width: 1024px) {
  .contact-hero .contact-hero__subtitle {
    padding-left: 40px;
  }
}
.contact-hero .contact-hero__contacts {
  margin-bottom: 2rem;
}
.contact-hero .contact-hero__address {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: rgb(255, 255, 255);
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .contact-hero .contact-hero__address {
    font-size: 18px;
    line-height: 13px;
  }
}
@media (max-width: 355px) {
  .contact-hero .contact-hero__address {
    font-size: 16px;
  }
}
.contact-hero .contact-hero__label {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: rgb(255, 255, 255);
  opacity: 60%;
  margin-bottom: 18px;
}
@media (max-width: 1024px) {
  .contact-hero .contact-hero__label {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 355px) {
  .contact-hero .contact-hero__label {
    font-size: 16px;
  }
}
.contact-hero .contact-hero__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-hero .contact-hero__list li {
  margin-bottom: 8px;
}
.contact-hero .contact-hero__list li:last-child {
  margin-bottom: 0;
}
.contact-hero .contact-hero__list li a {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: rgb(255, 255, 255);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.contact-hero .contact-hero__list li a:hover {
  opacity: 60%;
}
@media (max-width: 1024px) {
  .contact-hero .contact-hero__list li a {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 355px) {
  .contact-hero .contact-hero__list li a {
    font-size: 16px;
  }
}
.contact-hero .contact-hero__location {
  white-space: pre-line;
  font-family: Helvetica;
  font-weight: 400;
  font-size: 24px;
  line-height: 0.7;
  color: rgb(255, 255, 255);
}
@media (max-width: 1024px) {
  .contact-hero .contact-hero__location {
    font-size: 18px;
    line-height: 14px;
  }
}
@media (max-width: 355px) {
  .contact-hero .contact-hero__location {
    font-size: 16px;
  }
}
.contact-hero .contact-hero__social-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.contact-hero .contact-hero__social-list li {
  position: relative;
}
.contact-hero .contact-hero__social-list li::before {
  content: "";
  position: absolute;
  right: -17px;
  bottom: 12px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: rgb(255, 255, 255);
}
@media (max-width: 1024px) {
  .contact-hero .contact-hero__social-list li::before {
    top: 10px;
  }
}
.contact-hero .contact-hero__social-list li:last-of-type::before {
  width: 0;
  height: 0;
}
.contact-hero .contact-hero__social-list li a {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: rgb(255, 255, 255);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 1024px) {
  .contact-hero .contact-hero__social-list li a {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 355px) {
  .contact-hero .contact-hero__social-list li a {
    font-size: 16px;
  }
}
.contact-hero .contact-hero__social-list li a:hover {
  opacity: 60%;
}