/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/style.scss ***!
  \************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic&display=swap);
/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/style.scss (1) ***!
  \****************************************************************************************************************************************************************************************/
@charset "UTF-8";
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

*::before,
*::after {
  display: inline-block;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #364153;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Raleway", sans-serif;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
}

input,
textarea {
  width: 100%;
}

label {
  display: inline-block;
}

button,
select,
option {
  cursor: pointer;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.lock body {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}

[class*=__container] {
  max-width: 99.375rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

[class*="--gc"] {
  display: grid;
  min-width: 0;
  grid-template-columns: 0.9375rem 1fr minmax(auto, 97.5rem) 1fr 0.9375rem;
}
[class*="--gc"] > * {
  min-width: 0;
  grid-column: 3/4;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 20px 17px;
  border: 1px solid #ffffff;
  caret-color: inherit;
}
@media (max-width: 47.99875em) {
  .input {
    padding: 16px 12px;
  }
}
@media (min-width: 99.375em) {
  .input[placeholder]:not([data-placeholder-nohiden]) {
    font-size: 1.125rem;
  }
}
@media (min-width: 20em) and (max-width: 99.375em) {
  .input[placeholder]:not([data-placeholder-nohiden]) {
    font-size: clamp( 0.8125rem , 0.7337598425rem  +  0.3937007874vw , 1.125rem );
  }
}
@media (max-width: 20em) {
  .input[placeholder]:not([data-placeholder-nohiden]) {
    font-size: 0.8125rem;
  }
}
.input[placeholder]:not([data-placeholder-nohiden])::placeholder {
  transition: opacity 0.3s;
}
.input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder {
  opacity: 0;
}

textarea.input {
  resize: none;
  padding: 0px 0px;
}

.qs-datepicker-container {
  margin: 5px;
  font-size: 1rem;
  font-family: sans-serif;
  color: #000;
  position: absolute;
  width: 15.625em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 9001;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  background: #000;
  -webkit-box-shadow: 0 1.25em 1.25em -0.9375em rgba(0, 0, 0, 0.3);
  box-shadow: 0 1.25em 1.25em -0.9375em rgba(0, 0, 0, 0.3);
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  padding: 5px;
}
.qs-datepicker-container:before, .qs-datepicker-container:after {
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  z-index: 2;
  position: absolute;
  background-image: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
}
.qs-datepicker-container:before {
  top: 0;
}
.qs-datepicker-container:after {
  bottom: 0;
}

.qs-datepicker-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qs-datepicker-container.qs-centered {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.qs-datepicker-container.qs-hidden {
  display: none;
}

.qs-datepicker .qs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 0.5em;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.qs-datepicker .qs-overlay.qs-hidden {
  opacity: 0;
  z-index: -1;
}

.qs-datepicker .qs-overlay .qs-overlay-year {
  background: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  font-size: 0.875em;
  padding: 0.25em 0;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.qs-datepicker .qs-overlay .qs-overlay-year::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.qs-datepicker .qs-overlay .qs-close {
  padding: 0.5em;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

.qs-datepicker .qs-overlay .qs-submit {
  border: 1px solid #fff;
  border-radius: 0.26392em;
  padding: 0.5em;
  margin: 0 auto auto;
  cursor: pointer;
  background: hsla(0, 0%, 50.2%, 0.4);
}

.qs-datepicker .qs-overlay .qs-submit.qs-disabled {
  color: grey;
  border-color: grey;
  cursor: not-allowed;
}

.qs-datepicker .qs-overlay .qs-overlay-month-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.qs-datepicker .qs-overlay .qs-overlay-month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 33.33333%;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.qs-datepicker .qs-overlay .qs-overlay-month.active,
.qs-datepicker .qs-overlay .qs-overlay-month:hover {
  opacity: 1;
}

.qs-datepicker .qs-controls {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #000;
  color: #fff;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}

.qs-datepicker .qs-controls.qs-blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.qs-datepicker .qs-arrow {
  height: 1.5625em;
  width: 1.5625em;
  position: relative;
  cursor: pointer;
  border-radius: 0.26392em;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}

.qs-datepicker .qs-arrow:hover {
  background: rgba(0, 0, 0, 0.1);
}

.qs-datepicker .qs-arrow:hover.qs-left:after {
  border-right-color: #000;
}

.qs-datepicker .qs-arrow:hover.qs-right:after {
  border-left-color: #000;
}

.qs-datepicker .qs-arrow:after {
  content: "";
  border: 0.39062em solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
}

.qs-datepicker .qs-arrow.qs-left:after {
  border-right-color: grey;
  right: 50%;
  -webkit-transform: translate(25%, -50%);
  -ms-transform: translate(25%, -50%);
  transform: translate(25%, -50%);
}

.qs-datepicker .qs-arrow.qs-right:after {
  border-left-color: grey;
  left: 50%;
  -webkit-transform: translate(-25%, -50%);
  -ms-transform: translate(-25%, -50%);
  transform: translate(-25%, -50%);
}

.qs-datepicker .qs-month-year {
  font-weight: 700;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  cursor: pointer;
}

.qs-datepicker .qs-month-year:hover {
  border-bottom: 1px solid grey;
}

.qs-datepicker .qs-month-year:active:focus,
.qs-datepicker .qs-month-year:focus {
  outline: none;
}

.qs-datepicker .qs-month {
  padding-right: 0.5ex;
}

.qs-datepicker .qs-year {
  padding-left: 0.5ex;
}

.qs-datepicker .qs-squares {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.3125em;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}

.qs-datepicker .qs-squares.qs-blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.qs-datepicker .qs-square {
  width: 14.28571%;
  height: 1.5625em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
  border-radius: 0.26392em;
  font-weight: 300;
}

.qs-datepicker .qs-square.qs-current {
  font-weight: 700;
}

.qs-datepicker .qs-square.qs-current span {
  text-decoration: underline;
}

.qs-datepicker .qs-square.qs-active {
  background: #fff;
  color: #000;
}

.qs-datepicker .qs-square.qs-range-date-start:not(.qs-range-date-6) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.qs-datepicker .qs-square.qs-range-date-middle {
  background: #d4ebf2;
}

.qs-datepicker .qs-square.qs-range-date-middle:not(.qs-range-date-0):not(.qs-range-date-6) {
  border-radius: 0;
}

.qs-datepicker .qs-square.qs-range-date-middle.qs-range-date-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.qs-datepicker .qs-square.qs-range-date-end:not(.qs-range-date-0),
.qs-datepicker .qs-square.qs-range-date-middle.qs-range-date-6 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.qs-datepicker .qs-square.qs-disabled span {
  opacity: 0.2;
}

.qs-datepicker .qs-square.qs-empty {
  cursor: default;
}

.qs-datepicker .qs-square.qs-disabled {
  cursor: not-allowed;
}

.qs-datepicker .qs-square.qs-day {
  cursor: default;
  font-weight: 700;
  color: grey;
}

.qs-datepicker .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
  background: orange;
}

.qs-datepicker .qs-event {
  position: relative;
}

.qs-datepicker .qs-event:after {
  content: "";
  position: absolute;
  width: 0.46875em;
  height: 0.46875em;
  border-radius: 50%;
  background: #07f;
  bottom: 0;
  right: 0;
}

.qs-datepicker .qs-event.qs-disabled:after,
.qs-datepicker .qs-event.qs-empty:after {
  background: #cce4ff;
}

body::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}

.popup-show body::after {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .popup__content {
  visibility: visible;
  transform: scale(1);
}

.popup__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup__content {
  visibility: hidden;
  transform: scale(0);
  transition: transform 0.3s ease 0s;
  background-color: #080808;
  padding: 20px;
  width: 100%;
  max-width: 900px;
  position: relative;
}
.lock .popup__content {
  visibility: visible;
}

.popup__close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 44px;
  line-height: 1;
  background: none;
  border: none;
  cursor: pointer;
}

.spollers {
  display: grid;
  gap: 15px;
}

.spollers__item {
  font-size: 1.25rem;
}

.spollers__title {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  width: 100%;
  cursor: default;
  text-align: left;
  border-bottom: 1px solid rgba(255, 253, 253, 0.2);
  padding: 0.625rem 0.9375rem;
  position: relative;
  list-style: none;
  opacity: 0;
  transition: opacity 2.3s;
  transform: translate(-30%, 0);
}
@media (min-width: 99.375em) {
  .spollers__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 20em) and (max-width: 99.375em) {
  .spollers__title {
    font-size: clamp( 0.8125rem , 0.6392716535rem  +  0.8661417323vw , 1.5rem );
  }
}
@media (max-width: 20em) {
  .spollers__title {
    font-size: 0.8125rem;
  }
}
.spollers__title._watcher-view {
  transform: translate(0, 0);
  transition: all 0.8s 0.3s;
  opacity: 1;
}
.spollers__title::marker, .spollers__title::-webkit-details-marker {
  display: none;
}
._spoller-init .spollers__title {
  position: relative;
  cursor: pointer;
  padding-right: 25px;
}
._spoller-init .spollers__title::before, ._spoller-init .spollers__title::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  background-color: #f8f5f5;
  height: 2px;
  width: 15px;
  transition: transform 0.3s ease;
}
._spoller-init .spollers__title::before {
  transform: translateY(-50%);
}
._spoller-init .spollers__title::after {
  transform: translateY(-50%) rotate(90deg);
}
._spoller-init .spollers__title._spoller-active::after {
  transform: translateY(-50%) rotate(0deg);
}

.spollers__body {
  padding: 1.25rem;
  border-radius: 0.3125rem;
  line-height: 1.3;
}
@media (min-width: 99.375em) {
  .spollers__body {
    font-size: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 99.375em) {
  .spollers__body {
    font-size: clamp( 0.75rem , 0.624015748rem  +  0.6299212598vw , 1.25rem );
  }
}
@media (max-width: 20em) {
  .spollers__body {
    font-size: 0.75rem;
  }
}

.tabs__navigation {
  display: flex;
}
.tabs__title {
  border: 1px solid #eee;
  padding: 0.625rem 0.9375rem;
  border-radius: 0.3125rem;
}
.tabs__title._tab-active {
  border: 1px solid #000;
}
.tabs__content {
  border: 1px solid #eee;
  padding: 0.625rem 0.9375rem;
}
.ibg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ibg--top {
  object-position: top;
}
.ibg--bottom {
  object-position: bottom;
}
.ibg--left {
  object-position: left;
}
.ibg--right {
  object-position: right;
}
.ibg--contain {
  object-fit: contain;
}

/* ===========================
   🎨 Універсальні стилі заголовків і підзаголовків
=========================== */
@media (max-width: 768px) {
  .section-header {
    padding-bottom: 30px;
  }
}
.section-header__title {
  font-weight: 500;
  font-style: italic;
  line-height: 1.03;
  font-size: 48px;
}
@media (max-width: 768px) {
  .section-header__title {
    font-size: 26px;
  }
}
.section-header__subtitle {
  font-weight: 600;
  font-style: italic;
  color: #B59A7F;
}
.section-header__subtitle_light {
  color: rgba(255, 255, 255, 0.85);
}

.form-row {
  display: flex;
  gap: 20px;
  padding-bottom: 20px;
}

.form-col {
  flex: 1;
}

.form-row input,
.custom-select,
textarea {
  width: 100%;
  padding: 18px 24px;
  border-radius: 10px;
  border: 2px solid #364153;
  background: rgba(220, 198, 175, 0.08);
}

.custom-select {
  margin-bottom: 20px;
  width: 100%;
  padding: 18px 24px;
  border-radius: 10px;
  border: 2px solid #364153;
  background: rgba(220, 198, 175, 0.08);
  font-size: 14px;
  color: #364153;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill=\"%23364153\" height=\"20\" viewBox=\"0 0 24 24\" width=\"20\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7 10l5 5 5-5z\"/></svg>");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
}

@media (max-width: 480px) {
  .custom-select {
    padding: 14px 18px;
    font-size: 14px;
    background-position: right 12px center;
  }
}
textarea {
  max-height: 80px;
  resize: vertical;
}

.form-row input::placeholder,
textarea::placeholder {
  color: #B59A7F;
  font-size: 14px;
}

.custom-select::placeholder {
  color: #364153;
  font-size: 14px;
}

.form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 12px 24px;
  border-radius: 100px;
  background: #364153;
  cursor: pointer;
  border: none;
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
  color: #FFFDFA;
}

/* Мобільний */
@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
    gap: 16px;
  }
}
.header {
  position: fixed;
  top: 30px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 50;
}
@media (max-width: 768px) {
  .header {
    top: 5px;
  }
}
.header .site-title {
  display: none;
}
.header__container {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 100px;
  background: rgba(223, 208, 176, 0.47);
  backdrop-filter: blur(5px);
}
.header._header-scroll .header__container {
  background: rgba(122, 110, 93, 0.75);
  backdrop-filter: blur(15px);
}
.header._header-show .header__container {
  transform: translateY(0);
}
.header__actions {
  display: flex;
  align-items: center;
  color: #ffffff;
}
@media (max-width: 768px) {
  .header__actions {
    margin-right: 12%;
  }
}
.header__phone {
  display: flex;
  align-items: center; /* ← Вирівнює ВСЕ */
  gap: 8px;
  line-height: 1;
  gap: 8px;
  color: var(--white, #fffdfa);
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Raleway;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
}
@media (max-width: 991px) {
  .header__phone {
    font-size: 16px;
  }
}
.header__phone-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
}
@media (max-width: 991px) {
  .header__phone-icon {
    font-size: 16px;
  }
}

.menu {
  flex: 1 1 auto;
}
.menu__body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 768px) {
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100svh;
    left: -100%;
    top: 80px;
    overflow: auto;
    padding: 20px 15px 30px 15px;
    transition: left 0.3s;
    border-radius: 30px;
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 70px;
    left: -100%;
    top: 80px;
    transition: left 0.3s;
    z-index: 2;
  }
  html.menu-open .menu__body {
    left: 0;
    top: 80px;
  }
  html.menu-open .menu__body::before {
    left: 0;
  }
}
.menu__list {
  display: flex;
  align-items: center;
  padding-block: 34px;
  column-gap: 30px;
  list-style: none;
}
@media (max-width: 991px) {
  .menu__list {
    column-gap: 20px;
  }
}
@media (max-width: 768px) {
  .menu__list {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
  }
}
.menu__item {
  position: relative;
}
.menu__item--parent > .menu__link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.menu__link {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
  transition: color 0.3s;
}
.menu__link:hover, .menu__link.menu__link--active {
  color: #B59A7F;
}
@media (max-width: 991px) {
  .menu__link {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .menu__link {
    font-size: 1.25rem;
    width: 100%;
    padding: 10px 0;
  }
}
.menu__arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
.menu__sub-list, .menu__sub-sub-list {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #fff;
  border-radius: 8px;
  padding: 10px 0;
  list-style: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 50;
}
.menu__item--parent .menu__sub-list, .menu__item--parent .menu__sub-sub-list {
  top: 0;
  left: 100%;
  margin-left: 10px;
}
@media (min-width: 47.99875em1/16em) {
  .menu__item--parent:hover > .menu__sub-list, .menu__item--parent:hover > .menu__sub-sub-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .menu__body {
    padding-top: 50px;
    padding-left: 30px;
    background: rgba(122, 110, 93, 0.85);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 3;
  }
  .menu__list, .menu__sub-list, .menu__sub-sub-list {
    position: static;
    width: 100%;
    background: transparent;
    box-shadow: none;
    padding: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .menu__item--parent > .menu__sub-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .menu__item--parent.menu__item--open > .menu__sub-list {
    max-height: 1000px;
  }
  .menu__item--parent.menu__item--open > .menu__link .menu__arrow {
    transform: rotate(-135deg);
  }
  .menu__arrow {
    margin-left: auto;
    transform: rotate(45deg);
    cursor: pointer;
  }
}

/* ===========================
   Бургер іконка
=========================== */
.icon-menu {
  display: none;
}
@media (max-width: 768px) {
  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    z-index: 5;
  }
}
@media (max-width: 768px) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}
@media (max-width: 768px) {
  .icon-menu span, .icon-menu::before, .icon-menu::after {
    content: "";
    transition: all 0.3s ease;
    left: 0;
    position: absolute;
    width: 80%;
    height: 2px;
    background-color: #ffffff;
  }
  .icon-menu::before {
    top: 0;
    width: 100%;
  }
  .icon-menu::after {
    bottom: 0;
    width: 100%;
  }
  .icon-menu span {
    top: calc(50% - 1px);
  }
  html.menu-open .icon-menu span {
    width: 0;
  }
  html.menu-open .icon-menu::before {
    top: calc(50% - 1px);
    transform: rotate(-45deg);
  }
  html.menu-open .icon-menu::after {
    bottom: calc(50% - 1px);
    transform: rotate(45deg);
  }
}

.menu__item[data-depth="0"] {
  font-weight: 400;
}

.menu__item[data-depth="1"] {
  padding-left: 20px;
}

.menu__item[data-depth="2"] {
  padding-left: 40px;
}

.footer {
  background: rgba(223, 203, 184, 0.48);
  backdrop-filter: blur(24.8999996185px);
  padding-block: 35px 40px;
}
.footer__logo {
  flex-shrink: 0;
  width: 130px;
}
@media (max-width: 768px) {
  .footer__logo {
    width: 100px;
  }
}
.footer__logo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.footer__body {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
}
.footer__contact {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 768px) {
  .footer__contact {
    font-size: 14px;
  }
}
.footer .footer-contact__item {
  display: flex;
  align-items: center;
  gap: 7px;
}
.footer .footer-contact__icon {
  width: 24px;
  height: 24px;
}
.footer__social {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
  padding-top: 15px;
}
.footer__social img {
  width: 28px;
  height: 28px;
}
.footer .footer__copy-left {
  padding-top: 15px;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.25;
  max-width: 174px;
}
.footer .footer__copy-right {
  font-weight: 600;
  line-height: 1.25;
  color: #B59A7F;
  padding-top: 30px;
}

.hero {
  height: 100vh;
}
.hero__container {
  padding-top: 150px;
}
.hero__header h1 {
  padding-top: 20px;
  color: #ffffff;
  max-width: 930px;
  font-size: 80px;
  font-weight: 400;
  line-height: 0.9;
}
@media (max-width: 1024px) {
  .hero__header h1 {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .hero__header h1 {
    font-size: 40px;
  }
}
.hero__content {
  max-width: 390px;
  padding-top: 20px;
}
.hero__text {
  font-weight: 600;
  line-height: 1.25;
  color: #ffffff;
  padding-bottom: 35px;
}
@media (max-width: 768px) {
  .hero__text {
    font-size: 14px;
  }
}
.hero__btn {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 7px;
  border-radius: 100px;
  background: #fffdfa;
  max-width: 285px;
  font-size: 19px;
  font-weight: 600;
  line-height: 106%;
}
@media (max-width: 768px) {
  .hero__btn {
    font-size: 14px;
  }
}

.services {
  padding: 100px 0;
}
.services__container {
  position: relative;
}
.services__items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.services__row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
}
.services__button {
  width: clamp(300px, 22vw, 375px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.services__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  background: #0e1e2e;
  color: #fff;
  border-radius: 50px;
  transition: background 0.3s ease;
}
.services__btn:hover {
  background: #263645;
  color: #fff;
}

.services__row--3 > .services-item:nth-of-type(1) {
  order: 1;
}
.services__row--3 > .services__button {
  order: 2;
}
.services__row--3 > .services-item:nth-of-type(n + 2) {
  order: 3;
}

@media (max-width: 768px) {
  .services__row--3 > .services-item:nth-of-type(1) {
    order: initial;
  }
  .services__row--3 > .services__button {
    order: initial;
  }
  .services__row--3 > .services-item:nth-of-type(n + 2) {
    order: initial;
  }
}
.services-item {
  background: #fff;
  border: 1px solid rgba(14, 30, 46, 0.15);
  border-radius: 16px;
  padding: 32px 28px;
  text-align: center;
  width: clamp(300px, 22vw, 375px);
  border-radius: 15px;
  border: 2px solid #364153;
  background: rgba(220, 198, 175, 0.08);
  backdrop-filter: blur(6.3499999046px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 18px;
  transition: box-shadow 0.3s;
}
.services-item:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}
.services-item:hover .services-item__img img {
  transform: translateY(-4px);
}
.services-item__img {
  display: flex;
  width: 64px;
  height: 64px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #364153;
}
.services-item__img img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.services-item__title {
  font-size: 18px;
  font-weight: 600;
  color: #0e1e2e;
}
.services-item__text {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(14, 30, 46, 0.7);
}

@media (max-width: 992px) {
  .services {
    padding: 70px 0;
  }
  .services__title {
    font-size: 36px;
  }
}
@media (max-width: 600px) {
  .services-item {
    width: 100%;
  }
}
.result {
  padding: 80px 0;
}
.result__header {
  max-width: 380px;
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  .result__header {
    padding-bottom: 30px;
  }
}
.result__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .result__items {
    grid-template-columns: 1fr;
  }
}

.result-item {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  border-radius: 18.8px;
  aspect-ratio: 770/460;
  cursor: pointer;
}
.result-item__img {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.result-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: 0.4s ease;
}
.result-item__text {
  position: relative;
  color: #fffdfa;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.06;
  background: rgba(197, 174, 128, 0.32);
  padding: 15px 22px;
  backdrop-filter: blur(10.25px);
  z-index: 2;
  width: 100%;
  transition: 0.4s ease;
}
@media (max-width: 768px) {
  .result-item__text {
    font-size: 16px;
  }
}
.result-item:hover .result-item__img img {
  transform: scale(1.05);
}
.result-item:hover .result-item__text {
  background: rgba(197, 174, 128, 0.45);
  backdrop-filter: blur(12px);
}

.history {
  padding: 100px 0;
}
.history__header {
  max-width: 355px;
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  .history__header {
    padding-bottom: 30px;
  }
}
.history__content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.history__content .content-item {
  max-width: 465px;
  line-height: 1.25;
  font-weight: 600;
}
.history__items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 40px;
}
@media (max-width: 1049px) {
  .history__items {
    justify-content: space-around;
  }
}

.history-item {
  display: flex;
  width: clamp(300px, 22vw, 375px);
  padding: 36px 37px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  border-radius: 10px;
  border: 2px solid #364153;
  background: rgba(220, 198, 175, 0.08);
  height: fit-content;
}
.history-item__title h5 {
  font-size: 20px;
  font-weight: 600;
  color: #0e1e2e;
}
.history-item__text p {
  font-size: 16px;
  line-height: 1.55;
  color: rgba(14, 30, 46, 0.8);
}

@media (max-width: 992px) {
  .history {
    padding: 70px 0;
  }
  .history__title {
    font-size: 36px;
  }
}
.reviews {
  padding: 100px 0;
}
.reviews__header {
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  .reviews__header {
    padding-bottom: 30px;
  }
}
.reviews__items {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 992px) {
  .reviews__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .reviews__items {
    grid-template-columns: 1fr;
  }
}

.reviews-item {
  display: flex;
  flex-direction: column;
  position: relative;
}
.reviews-item__image {
  border-radius: 15px;
  overflow: hidden;
  aspect-ratio: 506/339;
  position: relative;
}
.reviews-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews-item__content {
  display: flex;
  padding: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 15px;
  align-self: stretch;
  border-radius: 15px;
  border: 2px solid var(--Grey, #364153);
  background: rgba(250, 229, 208, 0.15);
  backdrop-filter: blur(26.95px);
  -webkit-backdrop-filter: blur(26.95px);
  max-height: 235px;
  height: 100%;
  transform: translateY(-20px);
  position: relative;
  z-index: 1;
}
.reviews-item__icon img {
  width: 110px;
  height: 22px;
  object-fit: contain;
}
.reviews-item__text p {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(14, 30, 46, 0.8);
}
@media (max-width: 992px) {
  .reviews-item__text p {
    font-size: 14px;
  }
}
.reviews-item__name p {
  font-weight: 600;
  font-size: 18px;
}
.reviews-item__descr p {
  font-size: 14px;
  opacity: 0.7;
}

@media (max-width: 992px) {
  .reviews {
    padding: 70px 0;
  }
  .reviews__title {
    font-size: 36px;
  }
}
.price {
  padding: 100px 0;
}
.price__header {
  max-width: 800px;
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  .price__header {
    padding-bottom: 30px;
  }
}
.price__subtitle {
  font-size: 14px;
  opacity: 0.6;
  margin-bottom: 12px;
}
.price__title {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
}
.price__items {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .price__items {
    grid-template-columns: 1fr;
  }
}

.price-item {
  border: 1px solid rgba(14, 30, 46, 0.15);
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-wrap: wrap-reverse;
  width: 100%;
  gap: 30px;
  align-items: flex-start;
  justify-content: space-between;
  background: #fff;
  transition: box-shadow 0.3s ease;
}
.price-item:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}
.price-item__list {
  flex: 0 0 330px;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(14, 30, 46, 0.8);
}
.price-item__list li {
  position: relative;
  padding-left: 26px;
  line-height: 1.4;
}
.price-item__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  line-height: 1;
}
.price-item__text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: left;
  gap: 12px;
  line-height: 1.25;
}
@media (max-width: 600px) {
  .price-item__text {
    align-items: flex-start;
  }
}
.price-item__title p {
  font-weight: 600;
  font-style: italic;
  font-weight: 600;
  line-height: 1.25;
}
.price-item__value {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.price-item__value p {
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: 106%;
}
.price-item__value span {
  font-size: 48px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.06;
}
@media (max-width: 768px) {
  .price-item__value span {
    font-size: 26px;
  }
}
.price-item__descr p {
  font-weight: 600;
  line-height: 1.25;
  color: #B59A7F;
}

@media (max-width: 992px) {
  .price {
    padding: 70px 0;
  }
  .price__title {
    font-size: 36px;
  }
}
@media (max-width: 600px) {
  .price-item {
    flex-direction: column;
    padding: 24px;
    align-items: flex-end;
  }
  .price-item__list {
    flex: none;
  }
}
.contacts {
  padding-bottom: 80px;
}
.contacts__header {
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  .contacts__header {
    padding-bottom: 30px;
  }
}
.contacts__content {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(30px, 4vw, 60px);
  align-items: flex-start;
}
@media (max-width: 992px) {
  .contacts__content {
    grid-template-columns: 1fr;
  }
}
.contacts__descr {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 680px;
}
.contacts .list-contakt {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 40px;
}
.contacts .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.contacts .contact-item__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.contacts .contact-item__icon img,
.contacts .contact-item__icon span {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contacts .contact-item__text {
  font-size: 17px;
  line-height: 1.45;
  color: #2c3548;
}
.contacts__form form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/*# sourceMappingURL=style.min.css.map*/