* {
  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;
}
.first {
  margin-top: 68px;
}
.first-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 74px;
  padding-bottom: 73px;
  position: relative;
}
.first-wrapper::before {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% - 240px);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
}
.first-left,
.first-right {
  width: 50%;
}
.first-left-title h2 {
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 32px;
}
.first-left-txt {
  max-width: 535px;
}
.first-left-txt p {
  margin-top: 40px;
  font-family: "Mori";
  font-weight: 300;
  font-size: 15px;
  line-height: 26px;
}
.first-right form {
  padding: 22px 24px 30px 24px;
  box-shadow: 0px 1px 2.5px 0px rgba(0, 0, 0, 0.18);
}
.form-inputs {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.form-inputs input,
.form-message textarea {
  width: calc(50% - 7px);
  outline: none;
  padding: 18px 16px;
  border-radius: 0;
  border: 1px solid #a5a5a5;
  font-family: "Mori";
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  margin-top: 18px;
}
.form-inputs input::placeholder,
.form-message textarea::placeholder {
  color: #505050;
}
.form-message {
  margin-top: 32px;
}
.form-message textarea {
  width: 100%;
  margin-top: 0;
  height: 158px;
  resize: none;
}
.form-submit {
  margin-top: 32px;
}
.form-submit button {
  width: 100%;
  border-radius: 0;
  border: 1px solid #000;
  outline: none;
  background-color: #000;
  color: #fff;
  padding: 17px;
  font-family: "Mori";
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
}
.second {
  margin-top: 68px;
  margin-bottom: 103px;
}
.second-title h2 {
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 32px;
}
.second-contacts-list {
  margin-top: 44px;
  display: flex;
  gap: 34px;
}
.econd-contact-item {
  width: calc(33.3333% - 23px);
}
.second-contact-img {
  height: 276px;
  margin-top: 35px;
}
.second-contacts-list .footer-main-left-left-email {
  margin-top: 0;
}
.second-contacts-list .footer-main-left-left {
  padding-left: 0;
  border: 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;
}
.form-inputs p {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0;
}

.form-inputs br {
  display: none;
}

.form-inputs p .wpcf7-form-control-wrap {
  flex: 1 1 calc(50% - 7px);
}

.form-inputs p .wpcf7-form-control-wrap input {
  width: 100%;
  box-sizing: border-box;
}
.form-submit .wpcf7-spinner {
	display:none;
}
.form-submit input {
	    width: 100%;
    border-radius: 0;
    border: 1px solid #000;
    outline: none;
    background-color: #000;
    color: #fff;
    padding: 17px;
    font-family: "Mori";
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
	cursor:pointer;
}
@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::before {
    width: calc(100% - 80px);
  }
}
@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: 28px;
    line-height: 40px;
  }
  .first {
    margin-top: 37px;
  }
  .first-wrapper {
    gap: 32px;
    flex-direction: column;
    padding-bottom: 40px;
  }
  .first-left,
  .first-right {
    width: 100%;
  }
  .first-wrapper::before {
    width: calc(100% - 32px);
  }
  .second {
    margin-top: 32px;
  }
  .second-contacts-list {
    margin-top: 32px;
    flex-direction: column;
    gap: 37px;
  }
  .footer-main-left-left,
  .footer-main-left-right {
    width: 100%;
  }
  .second-contact-img {
    overflow: hidden;
  }
  .first-left-title h2,
  .second-title h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 847px) {
  .header-mob {
    width: 100vw;
    padding-top: 88px;
    padding-left: 16px;
    right: -100vw;
  }
  .header-mob-close {
    right: 16px;
    top: -68px;
    cursor: pointer;
  }
}
