* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
  transition: 0.3s all;
}
a:hover {
  color: #666;
}
a.white-link {
  color: #fff;
}
a.white-link:hover {
  color: rgba(255, 255, 255, 0.8);
}
a.gray-link {
  color: rgba(255, 255, 255, 0.3);
}
a.gray-link:hover {
  color: rgba(255, 255, 255, 0.8);
}
a.brown-link {
  color: #8F5F3F;
  text-decoration: underline;
}
a.brown-link:hover {
  color: #8F5F3F;
  text-decoration: none;
}

body {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  background-color: #FCFBF7;
  text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
}

.wrap {
  width: 100%;
  max-width: 1440px;
  padding: 0 32px;
  margin: 0 auto;
}

.hidden {
  display: none !important;
}

.btn {
  -webkit-appearance: none;
  border: none;
  outline: none;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 14px;
  color: #fff;
  background-color: #8F5F3F;
  border-radius: 8px;
  padding: 20px 32px 22px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s all;
}
.btn:hover {
  background-color: rgba(143, 95, 63, 0.8);
}
.btn--white {
  color: #333;
  background-color: #FCFBF7;
}
.btn--white:hover {
  background-color: rgba(252, 251, 247, 0.8);
}
.btn--black {
  background-color: #1A1818;
}
.btn--black:hover {
  background-color: rgba(26, 24, 24, 0.8);
}
.btn--hollow {
  color: #333;
  background-color: transparent;
  border: 1px solid rgba(51, 51, 51, 0.2);
  padding: 19px 32px 21px;
}
.btn--hollow:hover {
  border-color: rgba(51, 51, 51, 0.8);
}
.btn--small {
  position: relative;
  padding: 8px 39px 8px 10px;
}
.btn--small:before {
  content: "";
  width: 7px;
  height: 12px;
  background: url("../images/svg/btn-arrow-white.svg") no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: 9px;
  right: 8px;
}
.btn--small.btn--white:before {
  background-image: url("../images/svg/btn-arrow-black.svg");
}

.form {
  display: block;
}
.form-row {
  position: relative;
  display: block;
}
.form-row + .form-row {
  margin-top: 24px;
}
.form-label {
  display: block;
  margin-bottom: 8px;
}
.form-input {
  -webkit-appearance: none;
  border: none;
  box-shadow: none;
  outline: none;
  display: block;
  background: #fff;
  border-radius: 8px;
  padding: 12px 16px;
  width: 100%;
  height: 40px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #333;
}
.form-textarea {
  resize: none;
  height: 80px;
}
.form-checkbox {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  opacity: 0;
}
.form-checkbox__checkbox {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #757575;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-color: #fff;
  transition: 0.3s all;
}
.form-checkbox__text {
  display: block;
  font-size: 14px;
  line-height: 24px;
  padding-left: 28px;
}
.form-checkbox:checked + .form-checkbox__checkbox {
  border-color: #2C2C2C;
  background-image: url("../images/svg/checkbox.svg");
  background-color: #2C2C2C;
}

h1, .h1 {
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 72px;
  letter-spacing: -0.03em;
  margin-bottom: 32px;
}

h2, .h2 {
  font-family: "Lora", serif;
  font-weight: 500;
  font-size: 52px;
  line-height: 52px;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
}

h3, .h3 {
  font-family: "Lora", serif;
  font-weight: 500;
  font-size: 34px;
  line-height: 40px;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}

.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.3);
}
.fancybox__slide {
  padding: 12px !important;
}

.popup {
  display: none;
  background: #FCF5DE;
  border-radius: 20px;
  padding: 32px;
}
.popup--form {
  max-width: 535px;
}
.popup [data-fancybox-close] {
  display: none;
}
.popup-close {
  display: block !important;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 24px;
  right: 24px;
  background: url("../images/svg/popup-close.svg") no-repeat center;
  background-size: 100% auto;
}
.popup-close:hover {
  opacity: 0.5;
}
.popup-title {
  line-height: 32px;
  margin-bottom: 16px;
}
.popup-desc {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 32px;
  max-width: 350px;
}

.text-secondary {
  color: #666;
}
.text-center {
  text-align: center;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 72px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  background: #FCFBF7;
  z-index: 10;
}
.header .wrap {
  height: 100%;
}
.header-row {
  display: flex;
  align-items: center;
  height: 100%;
}
.header-col {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.header-col:nth-of-type(1) {
  flex: 0 0 24%;
  width: 24%;
  gap: 25px;
}
.header-col:nth-of-type(1):before {
  content: "";
  width: 1px;
  height: 72px;
  background: rgba(51, 51, 51, 0.1);
  position: absolute;
  top: 0;
  right: 0;
}
.header-col:nth-of-type(2) {
  flex: 0 0 52%;
  width: 52%;
  justify-content: center;
}
.header-col:nth-of-type(3) {
  flex: 0 0 24%;
  width: 24%;
  justify-content: flex-end;
}
.header-col:nth-of-type(3):before {
  content: "";
  width: 1px;
  height: 72px;
  background: rgba(51, 51, 51, 0.1);
  position: absolute;
  top: 0;
  left: 0;
}
.header-logo {
  flex: 0 0 122px;
  width: 122px;
  height: 52px;
  background: url("../images/svg/logo.svg") no-repeat center;
  background-size: 100% auto;
}
.header-text {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: rgba(51, 51, 51, 0.5);
}
.header-text span {
  display: block;
}
.header-text span + span {
  margin-top: 2px;
}
.header-menu {
  display: flex;
  gap: 24px;
}
.header-menu__item.dropdown a {
  position: relative;
  padding-right: 18px;
}
.header-menu__item.dropdown a:before {
  content: "";
  width: 12px;
  height: 19px;
  background: url("../images/svg/dropdown.svg") no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: -0.5px;
  right: 0;
}
.header-menu__item.dropdown a:hover:before {
  opacity: 0.8;
}
.header-menu__item a {
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.header-menu__item a:hover {
  color: rgba(51, 51, 51, 0.8);
}
.header-menu__sub {
  display: none;
}
.header-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
}
.header-btns {
  display: flex;
  align-items: center;
  gap: 22px;
}
.header-btn {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}
.header-btn svg {
  display: block;
  transition: 0.3s all;
}
.header-btn:hover svg {
  opacity: 0.8;
}
.header-phone {
  text-align: right;
  font-size: 13px;
  line-height: 16px;
}
.header-phone a {
  font-weight: 600;
  letter-spacing: -0.01em;
}
.header-phone a:hover {
  color: rgba(51, 51, 51, 0.8);
}
.header-phone span {
  display: block;
  margin-top: 2px;
  letter-spacing: -0.02em;
  color: rgba(51, 51, 51, 0.5);
}

.breadcrumbs {
  padding: 24px 0;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: rgba(51, 51, 51, 0.5);
}
.breadcrumbs__container {
  display: flex;
  gap: 13px;
}
.breadcrumbs__container a {
  color: rgba(51, 51, 51, 0.5);
}
.breadcrumbs__container a:hover {
  color: rgba(51, 51, 51, 0.8);
}

@media (max-width: 1249px) {
  .wrap {
    padding: 0 16px;
  }
  .header-col:nth-of-type(1) {
    flex: 0 0 23%;
    width: 23%;
    gap: 15px;
  }
  .header-col:nth-of-type(2) {
    flex: 0 0 54%;
    width: 54%;
  }
  .header-col:nth-of-type(3) {
    flex: 0 0 23%;
    width: 23%;
  }
  .header-menu {
    gap: 14px;
  }
  .header-info {
    gap: 20px;
  }
  .header-btns {
    gap: 12px;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }
  .wrap {
    padding: 0 12px;
  }
  h1, .h1 {
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.01em;
    margin-bottom: 32px;
  }
  h2, .h2 {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.01em;
    margin-bottom: 24px;
  }
  h3, .h3 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.01em;
    margin-bottom: 12px;
  }
  .form-input {
    font-size: 14px;
  }
  .popup-title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .fancybox__slide {
    padding: 0 !important;
  }
  .form-input {
    border: 1px solid #B3B3B3;
  }
  .popup {
    border-radius: 0;
    padding: 0;
  }
  .popup--form {
    max-width: 100%;
    height: 100%;
  }
  .popup-container {
    position: relative;
    padding: 48px 12px;
    overflow: auto;
  }
}

/*# sourceMappingURL=styles.css.map */
