@font-face {
  font-family: "Lora-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Lora/Lora-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Lora-Italic";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/font/Lora/Lora-Italic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Lora-Bold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/Lora/Lora-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Lora-BoldItalic";
  font-style: italic;
  font-weight: 600;
  src: url("/assets/font/Lora/Lora-BoldItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Thin";
  font-style: normal;
  font-weight: 100;
  src: url("/assets/font/Poppins/Poppins-Thin.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ThinItalic";
  font-style: italic;
  font-weight: 100;
  src: url("/assets/font/Poppins/Poppins-ThinItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraLight";
  font-style: normal;
  font-weight: 200;
  src: url("/assets/font/Poppins/Poppins-ExtraLight.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraLightItalic";
  font-style: italic;
  font-weight: 200;
  src: url("/assets/font/Poppins/Poppins-ExtraLightItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Light";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/font/Poppins/Poppins-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-LightItalic";
  font-style: italic;
  font-weight: 300;
  src: url("/assets/font/Poppins/Poppins-LightItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Poppins/Poppins-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Italic";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/font/Poppins/Poppins-Italic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/font/Poppins/Poppins-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-MediumItalic";
  font-style: italic;
  font-weight: 500;
  src: url("/assets/font/Poppins/Poppins-MediumItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/Poppins/Poppins-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-SemiBoldItalic";
  font-style: italic;
  font-weight: 600;
  src: url("/assets/font/Poppins/Poppins-SemiBoldItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/Poppins/Poppins-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-BoldItalic";
  font-style: italic;
  font-weight: 700;
  src: url("/assets/font/Poppins/Poppins-BoldItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraBold";
  font-style: normal;
  font-weight: 800;
  src: url("/assets/font/Poppins/Poppins-ExtraBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraBoldItalic";
  font-style: italic;
  font-weight: 800;
  src: url("/assets/font/Poppins/Poppins-ExtraBoldItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Black";
  font-style: normal;
  font-weight: 900;
  src: url("/assets/font/Poppins/Poppins-Black.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-BlackItalic";
  font-style: italic;
  font-weight: 900;
  src: url("/assets/font/Poppins/Poppins-BlackItalic.woff2") format("woff2");
  font-display: swap;
}
:root {
  --header-height: 60px;
  --cc-primary-color: #B49F86 !important;
}
.content {
  display: flex;
  padding: 50px 0;
}
.content__title {
  margin: 0 0 30px 0;
  color: #576972;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 46px;
  line-height: 2.875rem;
  letter-spacing: 0.03em;
}
.content__description h2 {
  margin: 0;
  color: #576972;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 46px;
  line-height: 2.875rem;
  letter-spacing: 0.03em;
}
.content__description p {
  margin: 0;
  color: #65625E;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-family: "Poppins-Regular";
  font-weight: 400;
  letter-spacing: 0.01em;
}
.content__info {
  display: flex;
  flex-direction: column;
  margin: 40px 0 0 0;
  gap: 26px;
}
.content__item h3 {
  margin: 0;
  color: #413F3C;
  font-family: "Poppins-Regular";
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: bold;
}
.content__item p, .content__item a, .content__item strong {
  margin: 0;
  color: #65625E;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 26px;
  line-height: 1.625rem;
}
@media only screen and (min-width: 480px) {
  .content__info {
    flex-direction: row;
    margin: 50px 0 0 0;
    gap: 0;
  }
  .content__item:first-child {
    padding: 0 50px 0 0;
    border-right: 1px solid rgba(101, 98, 94, 0.3);
  }
  .content__item:last-child {
    padding: 0 0 0 50px;
  }
}
@media only screen and (min-width: 1024px) {
  :root {
    --header-height: 90px;
  }
  .content {
    padding: 130px 0;
  }
  .content .content-wrapper {
    padding: 0 100px;
  }
  .content__description p {
    margin: 0 0 0 200px;
  }
  .content__info {
    flex-direction: row;
    margin: 50px 0 0 200px;
  }
  .content__item:first-child {
    padding: 0 100px 0 0;
  }
  .content__item:last-child {
    padding: 0 0 0 100px;
  }
}
@font-face {
  font-family: "Lora-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Lora/Lora-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Lora-Italic";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/font/Lora/Lora-Italic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Lora-Bold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/Lora/Lora-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Lora-BoldItalic";
  font-style: italic;
  font-weight: 600;
  src: url("/assets/font/Lora/Lora-BoldItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Thin";
  font-style: normal;
  font-weight: 100;
  src: url("/assets/font/Poppins/Poppins-Thin.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ThinItalic";
  font-style: italic;
  font-weight: 100;
  src: url("/assets/font/Poppins/Poppins-ThinItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraLight";
  font-style: normal;
  font-weight: 200;
  src: url("/assets/font/Poppins/Poppins-ExtraLight.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraLightItalic";
  font-style: italic;
  font-weight: 200;
  src: url("/assets/font/Poppins/Poppins-ExtraLightItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Light";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/font/Poppins/Poppins-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-LightItalic";
  font-style: italic;
  font-weight: 300;
  src: url("/assets/font/Poppins/Poppins-LightItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Poppins/Poppins-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Italic";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/font/Poppins/Poppins-Italic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/font/Poppins/Poppins-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-MediumItalic";
  font-style: italic;
  font-weight: 500;
  src: url("/assets/font/Poppins/Poppins-MediumItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/Poppins/Poppins-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-SemiBoldItalic";
  font-style: italic;
  font-weight: 600;
  src: url("/assets/font/Poppins/Poppins-SemiBoldItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/Poppins/Poppins-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-BoldItalic";
  font-style: italic;
  font-weight: 700;
  src: url("/assets/font/Poppins/Poppins-BoldItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraBold";
  font-style: normal;
  font-weight: 800;
  src: url("/assets/font/Poppins/Poppins-ExtraBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraBoldItalic";
  font-style: italic;
  font-weight: 800;
  src: url("/assets/font/Poppins/Poppins-ExtraBoldItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Black";
  font-style: normal;
  font-weight: 900;
  src: url("/assets/font/Poppins/Poppins-Black.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-BlackItalic";
  font-style: italic;
  font-weight: 900;
  src: url("/assets/font/Poppins/Poppins-BlackItalic.woff2") format("woff2");
  font-display: swap;
}
:root {
  --header-height: 60px;
  --cc-primary-color: #B49F86 !important;
}
.contact-us {
  padding: 80px 0;
  background-color: #F6F3F0;
}
.contact-us h2 {
  margin: 0 0 50px 0;
  color: #576972;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 46px;
  line-height: 2.875rem;
  letter-spacing: 0.03em;
}

.form {
  margin: 0;
}
.form__row {
  display: flex;
  flex-direction: column;
}
.form__item {
  width: 100%;
  margin-bottom: 24px;
}
.form__item.-checkbox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.form__textarea {
  width: 100%;
  height: 120px;
  padding: 15px;
  outline: none;
  border-radius: 0;
  background: transparent;
  border: 1px solid #576972;
  font-family: "Lora-Regular";
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 24px;
  line-height: 1.5rem;
  appearance: none;
  color: #576972;
  resize: none;
}
.form__input {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  background: transparent;
  border: 1px solid #576972;
  font-family: "Lora-Regular";
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 24px;
  line-height: 1.5rem;
  outline: none;
  border-radius: 0;
  appearance: none;
  color: #576972;
}
.form__checkbox {
  margin-top: 6px;
  appearance: auto;
}
.form__label {
  font-family: "Lora-Regular";
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #576972;
}
.form__label p, .form__label a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.form__button {
  opacity: 0.9;
  width: 100%;
  height: 50px;
  margin-top: 24px;
  padding: 0 15px;
  border: 1px solid #576972;
  outline: none;
  border-radius: 0;
  font-family: "Lora-Regular";
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 24px;
  line-height: 1.5rem;
  appearance: none;
  color: #576972;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s;
}
.form__button:hover {
  opacity: 1;
  color: #F6F3F0;
  background-color: #576972;
  border-color: #576972;
}
.form__button[disabled] {
  opacity: 1;
  cursor: not-allowed;
}
@media only screen and (min-width: 640px) {
  .contact-us {
    padding: 120px 0;
  }
  .form__row {
    flex-direction: row;
    gap: 24px;
  }
  .form__item.-button {
    width: 200px;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1024px) {
  :root {
    --header-height: 90px;
  }
  .contact-us .content-wrapper {
    padding: 0 100px;
  }
  .form {
    margin: 0 0 0 200px;
  }
  .form__textarea {
    padding: 15px 30px;
  }
  .form__input {
    padding: 0 30px;
  }
}
@font-face {
  font-family: "Lora-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Lora/Lora-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Lora-Italic";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/font/Lora/Lora-Italic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Lora-Bold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/Lora/Lora-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Lora-BoldItalic";
  font-style: italic;
  font-weight: 600;
  src: url("/assets/font/Lora/Lora-BoldItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Thin";
  font-style: normal;
  font-weight: 100;
  src: url("/assets/font/Poppins/Poppins-Thin.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ThinItalic";
  font-style: italic;
  font-weight: 100;
  src: url("/assets/font/Poppins/Poppins-ThinItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraLight";
  font-style: normal;
  font-weight: 200;
  src: url("/assets/font/Poppins/Poppins-ExtraLight.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraLightItalic";
  font-style: italic;
  font-weight: 200;
  src: url("/assets/font/Poppins/Poppins-ExtraLightItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Light";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/font/Poppins/Poppins-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-LightItalic";
  font-style: italic;
  font-weight: 300;
  src: url("/assets/font/Poppins/Poppins-LightItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Poppins/Poppins-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Italic";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/font/Poppins/Poppins-Italic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/font/Poppins/Poppins-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-MediumItalic";
  font-style: italic;
  font-weight: 500;
  src: url("/assets/font/Poppins/Poppins-MediumItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/Poppins/Poppins-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-SemiBoldItalic";
  font-style: italic;
  font-weight: 600;
  src: url("/assets/font/Poppins/Poppins-SemiBoldItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/Poppins/Poppins-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-BoldItalic";
  font-style: italic;
  font-weight: 700;
  src: url("/assets/font/Poppins/Poppins-BoldItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraBold";
  font-style: normal;
  font-weight: 800;
  src: url("/assets/font/Poppins/Poppins-ExtraBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraBoldItalic";
  font-style: italic;
  font-weight: 800;
  src: url("/assets/font/Poppins/Poppins-ExtraBoldItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Black";
  font-style: normal;
  font-weight: 900;
  src: url("/assets/font/Poppins/Poppins-Black.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-BlackItalic";
  font-style: italic;
  font-weight: 900;
  src: url("/assets/font/Poppins/Poppins-BlackItalic.woff2") format("woff2");
  font-display: swap;
}
:root {
  --header-height: 60px;
  --cc-primary-color: #B49F86 !important;
}
.contact-map {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 100px 0 50px 0;
  width: 100%;
}
.contact-map__image {
  display: flex;
  width: 100%;
}
.contact-map__image iframe {
  width: 100%;
  height: 50vh;
}
.contact-map__content {
  display: flex;
  flex-direction: column;
  padding: 38px 30px 60px 30px;
  width: 100%;
  height: 100%;
  background-color: #576972;
}
.contact-map__content__title {
  margin: 0 0 24px 0;
  color: #D8C6B0;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 44px;
  line-height: 2.75rem;
  font-family: "Lora-Regular";
  font-weight: 400;
  letter-spacing: 0.02em;
}
.contact-map__content__item {
  display: flex;
  margin: 0 0 26px 0;
}
.contact-map__content__item__svg {
  margin: 0 24px 0 0;
  width: 24px;
}
.contact-map__content__item__text {
  padding: 0 0 0 20px;
  width: fit-content;
  color: #F6F3F0;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-family: "Poppins-Regular";
  font-weight: 400;
  letter-spacing: 0.01em;
}
.contact-map__content__item__text a {
  color: #F6F3F0;
  text-decoration: underline;
}
.contact-map__line {
  margin: 0 0 40px 0;
  width: 60px;
  height: 1px;
  background-color: #F6F3F0;
}
.contact-map__line.-brown {
  background-color: #D8C6B0;
}
.contact-map__line.-vertical {
  opacity: 0.5;
  margin: 0;
  width: 1px;
  height: 32px;
}
.contact-map__button {
  margin: 65px 0 0 0;
  height: 50px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 19px;
  line-height: 1.1875rem;
  font-family: "Lora-Regular";
  font-weight: 400;
  letter-spacing: 0.02em;
}
.contact-map__button:hover {
  background-color: #B49F86;
  border-color: #B49F86;
}
@media only screen and (min-width: 1024px) {
  :root {
    --header-height: 90px;
  }
  .contact-map {
    flex-direction: row;
    margin: 40px 0;
  }
  .contact-map__image {
    width: 72%;
  }
  .contact-map__image iframe {
    width: 70vw;
    height: 60vh;
  }
  .contact-map__content {
    position: absolute;
    top: 50px;
    right: 0;
    justify-content: space-between;
    padding: 50px 48px;
    width: 36%;
  }
  .contact-map__line.-brown {
    margin: 0 0 30px 0;
  }
  .contact-map__button {
    margin: 30px 0 0 0;
  }
}
@media only screen and (min-width: 1248px) {
  .contact-map__line.-brown {
    margin: 0 0 60px 0;
  }
  .contact-map__button {
    margin: 80px 0 0 0;
  }
}
@media only screen and (min-width: 1400px) {
  .contact-map__image iframe {
    height: 70vh;
  }
  .contact-map__content {
    padding: 100px 96px;
    justify-content: center;
  }
}