* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
}
img {
  width: 100%;
  max-width: 100%;
}
.wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 120px;
}
.header-wrapper {
  padding: 50px 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header-right img {
  width: 47px;
  height: 47px;
}
.btn {
  display: inline-block;
  padding: 17px 32px;
  text-transform: uppercase;
  border: 1px solid #000000;
}
.footer-section {
  background-color: #f2f2f2;
}
.footer-wrapper {
  padding: 103px 120px 35px 120px;
}
.footer-main {
  display: flex;
}
.footer-main-left-content {
  margin-top: 66px;
}
.footer-main-left-left,
.footer-main-left-right {
  width: 50%;
  padding-left: 24px;
  border-left: 1px solid #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-main-left-content {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.footer-main-left-left-content {
  max-width: 222px;
}
.footer-main-left-left-title span {
  font-family: "Mori";
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
}
.footer-main-left-left-content {
  margin-top: 22px;
}
.footer-main-left-left-content span {
  font-family: "Mori";
  font-weight: 300;
  font-size: 13px;
  line-height: 21px;
}
.footer-main-left-left-email {
  margin-top: 24px;
}
.footer-main-left-left-tel {
  margin-top: 18px;
}
.footer-main-left-left-email a,
.footer-main-left-left-tel a {
  font-family: "Mori";
  font-weight: 300;
  font-size: 13px;
  line-height: 22px;
  color: #000;
}
.footer-bot {
  margin-top: 103px;
  text-align: right;
}
.footer-bot span {
  font-family: "Mori";
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0%;
  color: #5e5e5e;
}
.footer-main-left {
  padding-right: 75px;
  border-right: 1px solid #dbdbdb;
}
.footer-main-right {
  padding-left: 75px;
}
.footer-main-right-title span {
  font-family: "Mori";
  font-weight: 500;
  font-size: 11px;
  color: #5e5e5e;
  text-transform: uppercase;
}
.footer-main-right-links {
  margin-top: 43px;
  display: flex;
  gap: 93px;
}
.footer-main-right-links a {
  font-family: "Mori";
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0%;
  color: #000;
  display: inline-block;
  margin-top: 16px;
}
.footer-main-right-links-left,
.footer-main-right-links-right {
  display: flex;
  flex-direction: column;
}
.footer-contact-block {
  margin-top: 24px;
}
.title-section {
  background-color: #000;
  color: #fff;
  padding: 56px 0;
}
.title-wrapper {
  padding-left: 30px;
  position: relative;
}
.title-wrapper::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 80%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}
.title-block {
  max-width: 611px;
}
.title-block h2 {
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 40px;
}
.title-block p {
  margin-top: 35px;
  font-family: "Mori";
  font-weight: 300;
  font-size: 15px;
  line-height: 26px;
}
.footer-main-left-title img {
  max-width: 338px;
}
h1 {
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 40px;
}
.sub-title {
  margin-top: 42px;
  max-width: 684px;
}
.sub-title p {
  font-family: "Mori";
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
}
.title-section-second-txt-block {
  margin-top: 56px;
}
.title-section-second-txt-block h2 {
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 32px;
}
.title-section-second-txt-block p {
  margin-top: 34px;
  font-family: "Mori";
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  max-width: 684px;
}
.first {
  margin-top: 78px;
  margin-bottom: 116px;
}
.first-title {
  text-align: center;
}
.first-title h2 {
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 40px;
}
.first-list {
  margin-top: 78px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.first-item {
  width: calc(33.3333% - 20px);
  height: 594px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image: url("../imgs/interloc-img2.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 44px 32px;
  position: relative;
}
.first-item.active {
  background-image: url("../imgs/interloc-img1.png");
}
.first-item-link a {
  display: flex;
  gap: 12px;
  align-items: center;
}
.first-item-link a span {
  font-family: "Mori";
  font-weight: 300;
  font-size: 18px;
  color: #fff;
}
.first-item-link a img {
  width: 18px;
  height: 16px;
}
.first-item-title {
  position: relative;
  padding-bottom: 30px;
}
.first-item-title::before {
  content: "";
  position: absolute;
  width: 45px;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 0;
}
.first-item-title span {
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 28px;
  color: #fff;
}
.first-soon {
  position: absolute;
  padding: 7px;
  background-color: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}
.first-soon span {
  text-transform: uppercase;
  color: #fff;
  font-family: "Mori";
  font-weight: 700;
  font-size: 14px;
}
.active .first-soon {
  display: none;
}
.header-right .btn {
  font-family: "Mori";
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #000;
}
.header-wrapper {
  position: relative;
}
.header-mob {
  position: fixed;
  height: 100vh;
  width: 845px;
  max-width: 100vw;
  z-index: 100;
  backdrop-filter: blur(47px);
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  padding-top: 188px;
  padding-left: 156px;
  transition: all 0.5s;
  right: -846px;
}
.header-mob.open {
  right: 0;
}
.header-mob-nav {
  position: relative;
}
.header-mob-nav-links {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.header-mob-nav-link {
  font-family: "Mori";
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}
.header-mob-close {
  position: absolute;
  width: 47px;
  height: 47px;
  background-image: url("../imgs/close-mob-icon.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: 119px;
  top: -96px;
  cursor: pointer;
}
.burger-wrapper {
  width: 47px;
  height: 47px;
  cursor: pointer;
}
body.fixed {
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .header-wrapper {
    padding: 50px 40px;
  }
  .first-wrapper,
  .second-wrapper,
  .third-wrapper,
  .fourth-wrapper,
  .sixth-wrapper,
  .seventh-wrapper,
  .eigth-wrapper,
  .footer-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
  .hero-wrapper {
    padding-left: 40px;
  }
  .title-section-wrapper {
    padding: 0 40px;
  }
  .first-wrapper .first-wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .header-btn {
    display: none;
  }
  .header-wrapper {
    padding: 38px;
    justify-content: center;
    position: relative;
    padding-bottom: 44px;
  }
  .header-right img {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
  }

  .footer-section {
    padding: 46px 16px;
  }
  .footer-wrapper {
    padding: 0;
    max-width: 612px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-main {
    flex-direction: column;
  }
  .footer-main-left {
    padding-right: 0;
    border: 0;
  }
  .footer-main-left-content {
    margin-top: 40px;
    gap: 32px;
    flex-direction: column;
  }
  .footer-main-right {
    padding-left: 0;
    margin-top: 42px;
  }
  .footer-main-right-links {
    margin-top: 24px;
    gap: 43px;
  }
  .footer-bot {
    margin-top: 60px;
    text-align: left;
  }
  .first-wrapper,
  .second-wrapper,
  .third-wrapper,
  .fourth-wrapper,
  .sixth-wrapper,
  .seventh-wrapper,
  .eigth-wrapper,
  .footer-wrapper {
    padding: 0 16px;
    max-width: 644px;
    margin-left: auto;
    margin-right: auto;
  }
  .title-section {
    padding: 50px;
  }
  .title-section-wrapper {
    padding: 0;
  }
  .title-wrapper {
    padding-left: 0;
    padding-bottom: 24px;
    text-align: center;
  }
  .title-wrapper::before {
    height: 2px;
    width: 24px;
    top: 100%;
    left: 50%;
    transform: translateY(0);
    transform: translateX(-50%);
  }
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .sub-title {
    margin-top: 32px;
  }
  .title-section {
    padding: 50px 16px;
  }
  .first {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .first-list {
    margin-top: 40px;
    gap: 20px;
    flex-direction: column;
  }
  .first-title h2 {
    font-size: 28px;
  }
  .first-item {
    width: 100%;
  }
}
