/*!************************************************************************************************************************************************************************************!*\
  !*** 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=Mulish:200,300,regular,500,600,700,800,900,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic&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: #0E1623;
  line-height: 1;
  font-family: "Mulish", sans-serif;
  font-size: 1.1875rem;
  -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: "Mulish", 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: 86.875rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

[class*="--gc"] {
  display: grid;
  min-width: 0;
  grid-template-columns: 0.9375rem 1fr minmax(auto, 85rem) 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: 86.875em) {
  .input[placeholder]:not([data-placeholder-nohiden]) {
    font-size: 1.125rem;
  }
}
@media (min-width: 20em) and (max-width: 86.875em) {
  .input[placeholder]:not([data-placeholder-nohiden]) {
    font-size: clamp( 0.8125rem , 0.7190420561rem  +  0.4672897196vw , 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 {
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

/* Один спойлер */
.spollers__item:last-child {
  padding-bottom: 0;
}

/* Заголовок */
.spollers__title {
  cursor: pointer;
  padding: 18px 22px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1e50a0;
  background: #eef3fd;
  border-radius: 15px;
  border: 3px solid #b1cbf4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* Стрілка SVG */
  position: relative;
}
.spollers__title::after {
  content: "";
  width: 28px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s ease;
  /* твоя синя стрілка */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2741%27 height=%2731%27 viewBox=%270 0 41 31%27 fill=%27none%27><path d=%27M0 15.1413H37M37 15.1413C33.5047 13.3357 26.0648 7.84961 24.2672 0.34961M37 15.1413C32.7557 17.0163 25.7652 21.5996 24.2672 30.3496%27 stroke=%27%231E50A0%27 stroke-width=%273%27/></svg>");
}

.spollers__title._spoller-active {
  background: #1e50a0;
  color: #fff;
  border-radius: 15px;
}
.spollers__title._spoller-active::after {
  transform: rotate(90deg);
  /* та сама стрілка, але біла */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2741%27 height=%2731%27 viewBox=%270 0 41 31%27 fill=%27none%27><path d=%27M0 15.1413H37M37 15.1413C33.5047 13.3357 26.0648 7.84961 24.2672 0.34961M37 15.1413C32.7557 17.0163 25.7652 21.5996 24.2672 30.3496%27 stroke=%27%23FFFFFF%27 stroke-width=%273%27/></svg>");
}

/* Контент */
.spollers__body {
  padding: 12px 22px 18px;
  animation: fade 0.3s ease;
}

@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.price-line {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #e1e9f5;
  gap: 15px;
}
@media (max-width: 768px) {
  .price-line {
    font-size: 16px;
  }
}
.price-line:last-child {
  border-bottom: none;
}

.price-line__title {
  color: #1e50a0;
}

.price-line__value {
  font-weight: 700;
  color: #1e50a0;
  white-space: nowrap;
  text-align: right;
}

summary {
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

.tabs__navigation {
  display: flex;
  gap: 20px;
}
@media (max-width: 958px) {
  .tabs__navigation {
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 662px) {
  .tabs__navigation {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 488px) {
  .tabs__navigation {
    grid-template-columns: 1fr;
  }
}
.tabs__title {
  font-size: 19px;
  padding: 0.75rem 1.375rem;
  border-radius: 0.4375rem;
  border: 3px solid #1E50A0;
  color: #1E50A0;
}
@media (max-width: 958px) {
  .tabs__title {
    padding: 0.5rem 0.9375rem;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .tabs__title {
    font-size: 14px;
    border: 2px solid #1E50A0;
  }
}
.tabs__title._tab-active {
  background-color: #1E50A0;
  color: #ffffff;
}
.tabs__content {
  padding: 0.625rem 0.125rem;
}
.tabs .result-tab__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (max-width: 520px) {
  .tabs .result-tab__items {
    grid-template-columns: 1fr;
  }
}
.tabs .result-tab__image {
  aspect-ratio: 670/374;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-radius: 12px;
}
.tabs .result-tab__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tabs .result-tab__title {
  font-size: 21px;
  font-weight: 800;
  text-transform: uppercase;
  color: #1E50A0;
  padding-top: 5px;
}
@media (max-width: 1367px) {
  .tabs .result-tab__title {
    font-size: 19px;
  }
}
@media (max-width: 991px) {
  .tabs .result-tab__title {
    font-size: 16px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .tabs .result-tab__title {
    font-size: 14px;
  }
}

.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;
}

/* ===========================
   🎨 Універсальні стилі заголовків і підзаголовків
=========================== */
.block {
  padding-block: 80px;
}
@media (max-width: 1366px) {
  .block {
    padding-block: 60px;
  }
}

.section-title {
  font-size: 39px;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
  padding-bottom: 70px;
}
@media (max-width: 1366px) {
  .section-title {
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .section-title {
    padding-bottom: 30px;
    font-size: 28px;
  }
}

.lang-switcher {
  position: relative;
}
@media (max-width: 768px) {
  .lang-switcher {
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
  }
}

.lang-switcher__current {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 700;
  padding-block: 5px;
  color: #1E50A0;
  font-weight: 700;
}
@media (max-width: 768px) {
  .lang-switcher__current {
    font-size: 16px;
  }
}

.lang-switcher__arrow {
  transition: transform 0.3s ease;
  transform-origin: center;
  margin-left: 5px;
}

.lang-switcher.open .lang-switcher__arrow {
  transform: rotate(180deg);
}

.lang-switcher__list {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border-radius: 6px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  display: none;
  z-index: 155;
}
@media (max-width: 768px) {
  .lang-switcher__list {
    left: auto;
  }
}

.lang-switcher__item a {
  display: block;
  padding: 8px 16px;
}

@media (min-width: 992px) {
  .lang-switcher:hover .lang-switcher__list {
    display: block;
  }
  .lang-switcher:hover .lang-switcher__arrow {
    transform: rotate(180deg);
  }
}
@media (max-width: 991px) {
  .lang-switcher.open .lang-switcher__list {
    display: block;
  }
}
.form-row {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 20px;
}

.form-col {
  flex: 1;
}

.form-row input,
.custom-select,
textarea {
  width: 100%;
  padding: 18px 24px;
  border-radius: 5px;
  border: 3px solid #b1cbf4;
}
@media (max-width: 1024px) {
  .form-row input,
  .custom-select,
  textarea {
    padding: 10px 24px;
  }
}

.custom-select {
  margin-bottom: 20px;
  width: 100%;
  padding: 18px 24px;
  border-radius: 5px;
  border: 3px solid #b1cbf4;
  background-color: #ffffff;
  font-size: 14px;
  color: #0E1623;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2717%27 height=%2717%27 viewBox=%270 0 17 17%27 fill=%27none%27><path d=%27M8.06809 0V15M8.06809 15C7.10513 13.583 4.1792 10.5668 0.179199 9.83806M8.06809 15C9.06809 13.2794 11.5125 10.4453 16.1792 9.83806%27 stroke=%27%231E50A0%27 stroke-width=%272%27/></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 {
  font-size: 14px;
}

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

.form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 12px 24px;
  border-radius: 9px;
  background: #1E50A0;
  cursor: pointer;
  border: none;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .form-submit {
    font-size: 16px;
  }
}

/* Мобільний */
@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
    gap: 16px;
  }
}
.header {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 6;
}
@media (max-width: 768px) {
  .header {
    top: 64px;
  }
}
.header .site-title {
  display: none;
}
@media (max-width: 1024px) {
  .header .custom-logo-link img {
    max-width: 190px;
    height: 49px;
  }
}
.header__container {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 9px;
  background: rgb(255, 255, 255);
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .header__container {
    width: 98%;
  }
}
.header._header-scroll {
  top: 52px;
}
@media (max-width: 560px) {
  .header._header-scroll {
    top: 59px;
  }
}
.header._header-scroll .header__container {
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.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: flex-end;
  height: 100%;
}
@media (max-width: 768px) {
  .menu__body {
    position: fixed;
    align-items: flex-start;
    width: 100%;
    height: 100svh;
    left: -100%;
    top: 48.08px;
    overflow: auto;
    padding: 20px 15px 30px 15px;
    transition: left 0.3s;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  html.menu-open .menu__body {
    left: 0;
    top: 48.08px;
  }
  html.menu-open .menu__body::before {
    left: 0;
  }
}
.menu__list {
  display: flex;
  align-items: center;
  padding-block: 20px;
  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;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  transition: color 0.3s;
}
.menu__link:hover, .menu__link.menu__link--active {
  color: #1E50A0;
}
@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__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: #1E50A0;
  }
  .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 {
  padding-block: 35px 40px;
}
.footer__container {
  border-top: 2px solid #E9F2FF;
}
.footer__logo {
  flex-shrink: 0;
  width: 245px;
}
@media (max-width: 890px) {
  .footer__logo {
    width: 190px;
  }
}
.footer__logo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.footer__actions {
  padding-block: 20px;
  display: flex;
  justify-content: space-between;
}
.footer__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding-top: 35px;
}
@media (max-width: 768px) {
  .footer__body {
    flex-wrap: wrap;
  }
}
.footer__menu-list {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .footer__menu-list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media (max-width: 890px) {
  .footer__menu-list a {
    font-size: 16px;
  }
}
.footer__contact {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 890px) {
  .footer__contact {
    font-size: 16px;
  }
}
.footer .footer-contact__item {
  display: flex;
  align-items: center;
  gap: 7px;
}
@media (max-width: 768px) {
  .footer .footer-contact__item {
    color: #1E50A0;
  }
}
.footer .footer-contact__icon {
  width: 24px;
  height: 24px;
}
.footer__social {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
}
.footer__social img {
  width: 28px;
  height: 28px;
}
.footer__copyrating {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer__copy-left {
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.25;
  max-width: 174px;
}
@media (max-width: 768px) {
  .footer .footer__copy-left {
    font-size: 14px;
  }
}
.footer .footer__copy-right {
  font-weight: 600;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .footer .footer__copy-right {
    font-size: 14px;
  }
}

.hero-actions {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 52px;
  z-index: 40;
  background-color: rgb(255, 255, 255);
}
@media (max-width: 560px) {
  .hero-actions {
    height: 59px;
  }
}
.hero-actions__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 10px;
  padding-block: 10px;
  color: #1E50A0;
}
@media (max-width: 1441px) {
  .hero-actions__container {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .hero-actions__container {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .hero-actions__container {
    font-weight: 400;
    font-size: 13px;
  }
}
@media (max-width: 560px) {
  .hero-actions__container {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    row-gap: 5px;
  }
}
@media (max-width: 380px) {
  .hero-actions__container {
    font-size: 12px;
  }
}
@media (max-width: 560px) {
  .hero-actions__social {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
  }
}
.hero-actions__social img {
  width: 32px;
}
@media (max-width: 1024px) {
  .hero-actions__social img {
    width: 25px;
  }
}
@media (max-width: 560px) {
  .hero-actions__phone {
    text-align: right;
  }
}
.hero-actions__work-time {
  display: none;
}
@media (max-width: 560px) {
  .hero-actions__work-time {
    display: flex;
    max-width: 2px;
  }
}

.hero {
  margin-top: 52px;
  height: 90svh;
  position: relative;
  z-index: 5;
}
.hero__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 30px;
  row-gap: 20px;
  height: 100%;
  position: relative;
}
@media (max-width: 430px) {
  .hero__header {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 9px;
    padding: 10px;
  }
}
.hero__title {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  color: #1E50A0;
  max-width: 850px;
  padding-bottom: 20px;
}
@media (max-width: 1441px) {
  .hero__title {
    font-size: 45px;
  }
}
@media (max-width: 1160px) {
  .hero__title {
    max-width: 595px;
  }
}
@media (max-width: 1024px) {
  .hero__title {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 30px;
  }
}
.hero__subtitle {
  display: flex;
  gap: 6px;
}
.hero__subtitle p {
  font-size: 19px;
  font-weight: 700;
  line-height: normal;
  max-width: 370px;
}
@media (max-width: 1441px) {
  .hero__subtitle p {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .hero__subtitle p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .hero__subtitle p {
    font-size: 14px;
  }
}
.hero__button {
  display: flex;
  padding: 17px 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 9px;
  background: #fff;
  max-width: 240px;
}
@media (max-width: 768px) {
  .hero__button {
    padding: 11px 0;
    max-width: 160px;
  }
}
.hero__button .hero-btn {
  font-size: 21px;
  font-weight: 800;
  text-transform: uppercase;
  color: #1E50A0;
}
@media (max-width: 1441px) {
  .hero__button .hero-btn {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .hero__button .hero-btn {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .hero__button .hero-btn {
    font-size: 14px;
  }
}
.hero__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 9px;
  margin-top: 70px;
  padding-inline: 15px;
  padding-block: 10px;
}
@media (max-width: 768px) {
  .hero__content {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.hero__content .hero-item {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  max-width: 285px;
}
.hero__content .hero-item__title {
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  color: #1E50A0;
}
@media (max-width: 1441px) {
  .hero__content .hero-item__title {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .hero__content .hero-item__title {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .hero__content .hero-item__title {
    font-size: 25px;
  }
}
.hero__content .hero-item__text {
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 1441px) {
  .hero__content .hero-item__text {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .hero__content .hero-item__text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .hero__content .hero-item__text {
    font-size: 14px;
  }
}

.why-choose {
  position: relative;
}
.why-choose .why-choose-bg {
  position: absolute;
  top: -30%;
  right: -10%;
  width: 50%;
  height: 100%;
  background-color: #f4f8ff;
  border-radius: 50%;
  z-index: 1;
}
.why-choose__container {
  position: relative;
  z-index: 3;
}
.why-choose__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}
@media (max-width: 992px) {
  .why-choose__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .why-choose__items {
    grid-template-columns: 1fr;
  }
}
.why-choose .why-choose-item {
  background: #fff;
  border: 2px solid #d7e2f2;
  border-radius: 12px;
  padding: 24px;
}
.why-choose .why-choose-item__text-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
  height: 100%;
}
.why-choose .why-choose-item--text h5 {
  font-size: 20px;
  font-weight: 700;
  color: #0a2d63;
  margin-bottom: 10px;
}
@media (max-width: 1054px) {
  .why-choose .why-choose-item--text h5 {
    font-size: 18px;
  }
}
.why-choose .why-choose-item--text p {
  color: #4a5a7a;
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 1160px) {
  .why-choose .why-choose-item--text p {
    font-size: 16px;
  }
}
.why-choose .why-choose-item--big-img {
  grid-column: span 2;
  padding: 0;
  border: none;
  width: 100%;
  overflow: hidden;
}
.why-choose .why-choose-item--big-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 669/261;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}
@media (max-width: 992px) {
  .why-choose .why-choose-item--big-img {
    grid-column: span 2;
  }
}
@media (max-width: 600px) {
  .why-choose .why-choose-item--big-img {
    grid-column: span 1;
  }
}
.why-choose .why-choose-item--small-img {
  padding: 0;
  border: none;
  width: 100%;
  overflow: hidden;
}
.why-choose .why-choose-item--small-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 324/261;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.services__items {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.services__items .service-item {
  display: grid;
  grid-template-columns: 70px 1fr 1fr;
  column-gap: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f4f8ff;
}
@media (max-width: 586px) {
  .services__items .service-item {
    grid-template-columns: 1fr;
    row-gap: 5px;
  }
}
.services__items .service-item__marker {
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #1E50A0;
}
.services__items .service-item__title {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.12;
  text-transform: uppercase;
  color: #1E50A0;
}
@media (max-width: 1378px) {
  .services__items .service-item__title {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .services__items .service-item__title {
    font-size: 18px;
  }
}
.services__items .service-item__text {
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 1378px) {
  .services__items .service-item__text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .services__items .service-item__text {
    font-size: 14px;
  }
}
.services__items .service-item__image {
  position: relative;
  width: 32px;
  height: 32px;
}
.services__items .service-item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about .section-title {
  max-width: 697px;
}
.about__container {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .about__container {
    grid-template-columns: 1fr;
  }
}
.about__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  gap: 10px;
}
.about__text p {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .about__text p {
    font-weight: 400;
    font-size: 16px;
  }
}
.about__image {
  aspect-ratio: 555/500;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-radius: 12px;
}
.about__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.reviews {
  padding: 60px 0;
}

.reviews__text {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.5;
}

.reviews__content {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 30px;
}
@media (max-width: 992px) {
  .reviews__content {
    display: flex;
    flex-direction: column;
  }
}
.reviews__content .reviews-articles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 600px) {
  .reviews__content .reviews-articles {
    display: flex;
    flex-direction: column;
  }
}

/* --- TEXT REVIEWS --- */
.reviews__media {
  position: relative;
  padding-top: 40px;
  display: flex;
}
@media (max-width: 992px) {
  .reviews__media {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

.reviews__media .swiper-button-prev,
.reviews__media .swiper-button-next {
  position: absolute;
  top: 20px;
  z-index: 10;
  width: 30px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent !important;
}
@media (max-width: 992px) {
  .reviews__media .swiper-button-prev,
  .reviews__media .swiper-button-next {
    top: 100%;
  }
}

.reviews__media .swiper-button-prev {
  right: 45px !important;
  left: auto !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2741%27 height=%2731%27 viewBox=%270 0 41 31%27 fill=%27none%27><path d=%27M40.4728 15.4613H3.47278M3.47278 15.4613C6.96805 17.2668 14.408 22.7529 16.2056 30.2529M3.47278 15.4613C7.71704 13.5863 14.7076 9.00293 16.2056 0.25293%27 stroke=%27%231E50A0%27 stroke-width=%273%27/></svg>");
}
@media (max-width: 992px) {
  .reviews__media .swiper-button-prev {
    left: 30px;
  }
}

.reviews__media .swiper-button-next {
  right: 10px !important;
  left: auto !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2741%27 height=%2731%27 viewBox=%270 0 41 31%27 fill=%27none%27><path d=%27M0 15.1413H37M37 15.1413C33.5047 13.3357 26.0648 7.84961 24.2672 0.34961M37 15.1413C32.7557 17.0163 25.7652 21.5996 24.2672 30.3496%27 stroke=%27%231E50A0%27 stroke-width=%273%27/></svg>");
}
@media (max-width: 992px) {
  .reviews__media .swiper-button-next {
    right: 30px;
  }
}

.reviews__media .swiper-button-prev::after,
.reviews__media .swiper-button-next::after {
  display: none !important;
}

.reviews-articles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.reviews-articles__item {
  padding: 20px;
  border: 1px solid #d3ddf0;
  border-radius: 12px;
  background: #f6f8fe;
}

.reviews-articles__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-weight: 700;
  color: #1e50a0;
}

@media (max-width: 1224px) {
  .reviews-articles__text {
    font-size: 16px;
  }
}

/* --- VIDEO REVIEWS --- */
.reviews__slider {
  width: 100%;
}

.reviews-video {
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden;
}

.reviews-video img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.reviews-video__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: rgba(30, 80, 160, 0.85);
  border-radius: 50%;
}

.reviews-video__play::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 22px;
  width: 0;
  height: 0;
  border-left: 20px solid white;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

/* ================================
   FIX Fancybox Backdrop + Centering
   ================================ */
html.with-fancybox,
body.with-fancybox {
  overflow: hidden !important;
}

.fancybox__container {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  pointer-events: auto !important;
  z-index: 999999 !important;
}

.fancybox__backdrop {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  opacity: 1 !important;
}

.fancybox__slide {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  height: 100% !important;
}

.fancybox__content {
  margin: auto !important;
  max-width: 90vw !important;
  max-height: 90vh !important;
}

.fancybox__container .carousel__button {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.fancybox__container .carousel__button svg {
  display: block !important;
  width: 32px !important;
  height: 32px !important;
  stroke: #fff !important;
}

.fancybox__container .carousel__button.is-prev,
.fancybox__container .carousel__button.is-next {
  background: rgba(0, 0, 0, 0.35) !important;
  border-radius: 50% !important;
  padding: 8px !important;
}

.fancybox__container .carousel__button.is-prev {
  left: 20px !important;
}

.fancybox__container .carousel__button.is-next {
  right: 20px !important;
}

.contact-section {
  display: grid;
  min-width: 0;
  grid-template-columns: 0.9375rem 1fr minmax(auto, 85rem) 1fr 0.9375rem;
}
.contact-section > * {
  min-width: 0;
  grid-column: 3/6;
}
@media (max-width: 1441px) {
  .contact-section {
    display: grid;
    min-width: 0;
    grid-template-columns: 0.9375rem 1fr minmax(auto, 85rem) 1fr 0.9375rem;
  }
  .contact-section > * {
    min-width: 0;
    grid-column: 3/4;
  }
}
.contact-section__adress {
  padding-bottom: 20px;
}
.contact-section__body {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1441px) {
  .contact-section__body {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .contact-section__body {
    display: flex;
    flex-wrap: wrap-reverse;
    row-gap: 20px;
  }
}
.contact-section__body .form-contact {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  max-width: 520px;
  width: 100%;
  position: absolute;
  top: 10px;
  left: 0;
  padding: 30px;
  border-radius: 15px;
  border: 3px solid #b1cbf4;
  background: #fff;
}
@media (max-width: 1441px) {
  .contact-section__body .form-contact {
    position: relative;
  }
}
@media (max-width: 1200px) {
  .contact-section__body .form-contact {
    max-width: 440px;
  }
}
@media (max-width: 1024px) {
  .contact-section__body .form-contact {
    max-width: 370px;
  }
}
@media (max-width: 768px) {
  .contact-section__body .form-contact {
    max-width: 600px;
    margin: 0 auto;
  }
}
.contact-section__body .form-contact__text {
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1024px) {
  .contact-section__body .form-contact__text {
    font-size: 14px;
  }
}
.contact-section__body .form-contact__descr {
  display: flex;
  gap: 7px;
}
.contact-section__body .form-contact__descr .descr-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-section__body .form-contact__descr .descr-image img {
  width: 51px;
  height: 51px;
  object-fit: cover;
}
.contact-section__body .form-contact__descr .descr-text {
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #1E50A0;
}
@media (max-width: 1024px) {
  .contact-section__body .form-contact__descr .descr-text {
    font-size: 14px;
  }
}

.map-contact {
  max-width: 1280px;
  width: 100%;
}

.map-contact iframe,
.map-contact > * {
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 15px;
}

/* Скидаємо критичні властивості, які ти зламав */

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